@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
  overflow: hidden;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 62.5% / 1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/*Safariでヒラギノ角ゴシックをきれいに表示させるCSS*/
@font-face {
  font-family: sans-serif;
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: sans-serif;
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'Hiragino Kaku Gothic Pro W3';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'Hiragino Kaku Gothic Pro W3';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'ヒラギノ角ゴ Pro W3';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'ヒラギノ角ゴ Pro W3';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'ヒラギノ角ゴ ProN W3';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'ヒラギノ角ゴ ProN W3';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'ＭＳ Ｐゴシック';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'ＭＳ Ｐゴシック';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'MS P Gothic';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'MS P Gothic';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'MS PGothic';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'MS PGothic';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}


/* Base Style
========================================================================== */
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #000;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
}

a[href^="tel:"] {
  cursor: default;
}

/* PCとSPの表示切り替え */
@media (max-width: 750px) {
  .c-pc {
    display: none;
  }
}

@media (min-width: 751px) {
  .c-sp {
    display: none;
  }
}

/* Header
========================================================================== */
.header__Logo {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 97;
  max-width: 120px;
}

@media (max-width: 750px) {
  .header__Logo {
    max-width: 80px;
    top: 5px;
    left: 15px;
  }
}

.header__NavBtn {
  position: fixed;
  right: 30px;
  top: 30px;
  height: 27px;
  width: 35px;
  z-index: 99;
}

@media (max-width: 750px) {
  .header__NavBtn {
    top: 20px;
    right: 20px;
    height: 19px;
  }
}

.header__NavBtn:hover {
  cursor: pointer;
}

.header__NavBtn.-close span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(315deg);
          transform: translateY(12px) rotate(315deg);
}

@media (max-width: 750px) {
  .header__NavBtn.-close span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(315deg);
            transform: translateY(9px) rotate(315deg);
  }
}

.header__NavBtn.-close span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.header__NavBtn.-close span:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-315deg);
          transform: translateY(-12px) rotate(-315deg);
}

@media (max-width: 750px) {
  .header__NavBtn.-close span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-315deg);
            transform: translateY(-9px) rotate(-315deg);
  }
}

.header__NavBtn a {
  display: block;
  width: 100%;
  height: 100%;
}

.header__NavBtn span {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  margin: auto;
  background: #000;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (max-width: 750px) {
  .header__NavBtn span {
    height: 1px;
  }
}

.header__NavBtn span:nth-child(1) {
  top: 0;
}

.header__NavBtn span:nth-child(2) {
  top: 12px;
}

@media (max-width: 750px) {
  .header__NavBtn span:nth-child(2) {
    top: 9px;
  }
}

.header__NavBtn span:nth-child(3) {
  bottom: 0;
}

.headerNav__Inner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.headerNav__LogoArea {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 98;
}

@media (max-width: 750px) {
  .headerNav__LogoArea {
    display: none !important;
  }
}

.headerNav__LogoBlock {
  width: 50%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 5% 10%;
  box-sizing: border-box;
}

.headerNav__Logo {
  max-width: 252px;
}

.headerNav__Menu {
  background: #f3f75e;
  width: 50%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 98;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 751px) and (max-height: 450px) {
  .headerNav__Menu {
    overflow-y: scroll;
  }
}

@media (max-width: 750px) {
  .headerNav__Menu {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    width: 100%;
    text-align: center;
  }
}

.headerNav__List {
  max-height: 100%;
  padding: 5% 5% 0;
}

@media (max-width: 750px) {
  .headerNav__List {
    padding: 20px 0 0;
    text-align: left;
  }
}

.headerNav__Item {
  margin-bottom: 30px;
}

@media (max-width: 750px) {
  .headerNav__Item {
    margin-bottom: 20px;
  }
}

.headerNav__Item a:hover {
  border-color: currentcolor;
}

.headerNav__Link {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-bottom: 3px solid transparent;
  transition: border 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  padding-bottom: 5px;
}

@media (max-width: 750px) {
  .headerNav__Link {
    font-size: 1.8rem;
  }
}

.headerSubNav {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  .headerSubNav {
    margin: 15px 0 0 13px;
  }
}

@media (min-width: 751px) {
  .headerSubNav__List {
    margin-left: 24px;
  }
  .headerSubNav__List:last-child {
    margin-left: 70px;
  }
}

@media (max-width: 750px) {
  .headerSubNav__List {
    text-align: left;
  }
  .headerSubNav__List:first-child {
    margin-right: 20px;
  }
}

.headerSubNav__Item {
  margin-bottom: 10px;
  line-height: 1.6;
}

@media (min-width: 751px) {
  .headerSubNav__Item {
    white-space: nowrap;
  }
}

@media (min-width: 751px) and (max-width: 1112px) {
  .headerSubNav__Item {
    white-space: normal;
  }
}

@media (min-width: 751px) {
  .headerSubNav__Item:last-child {
    margin-bottom: 0;
  }
}

.headerSubNav__Link {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid transparent;
  transition: border 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  padding-bottom: 4px;
  text-indent: -2.1em;
  padding-left: 2.1em;
  display: inline-block;
}

@media (max-width: 750px) {
  .headerSubNav__Link {
    font-size: 1.1rem;
    letter-spacing: 0.03em;
  }
}

.headerSubNav__Link:hover {
  border-color: currentcolor;
}

.headerNav__Menu {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.headerNav__Item {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  transition: opacity 0.95s ease, -webkit-transform 0.95s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.95s ease;
  transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.95s ease, -webkit-transform 0.95s cubic-bezier(0.19, 1, 0.22, 1);
}

.headerNav__LogoArea {
  display: none;
}

.headerNav__Logo {
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-animation: logo_slideIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.4s;
          animation: logo_slideIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.4s;
}

body.-navOpen {
  position: fixed !important;
  width: 100%;
  height: 100%;
}

body.-navOpen .header__NavBtn span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(315deg);
          transform: translateY(12px) rotate(315deg);
}

@media (max-width: 750px) {
  body.-navOpen .header__NavBtn span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(315deg);
            transform: translateY(9px) rotate(315deg);
  }
}

body.-navOpen .header__NavBtn span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

body.-navOpen .header__NavBtn span:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-315deg);
          transform: translateY(-12px) rotate(-315deg);
}

@media (max-width: 750px) {
  body.-navOpen .header__NavBtn span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-315deg);
            transform: translateY(-9px) rotate(-315deg);
  }
}

body.-navOpen .headerNav__Menu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

body.-navOpen .headerNav__Item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

body.-navOpen .headerNav__Item:nth-child(1) {
  transition-delay: 0.5s;
}

body.-navOpen .headerNav__Item:nth-child(2) {
  transition-delay: 0.6s;
}

body.-navOpen .headerNav__Item:nth-child(3) {
  transition-delay: 0.7s;
}

body.-navOpen .headerNav__Item:nth-child(4) {
  transition-delay: 0.8s;
}

body.-navOpen .headerNav__Item:nth-child(5) {
  transition-delay: 0.9s;
}

body.-navOpen .headerNav__Item:nth-child(6) {
  transition-delay: 1s;
}

body.-navOpen .headerNav__Item:nth-child(7) {
  transition-delay: 1.1s;
}

body.-navOpen .headerNav__Item:nth-child(8) {
  transition-delay: 1.2s;
}

body.-navOpen .headerNav__Item:nth-child(9) {
  transition-delay: 1.3s;
}

body.-navOpen .headerNav__Item:nth-child(10) {
  transition-delay: 1.4s;
}

body.-navOpen .headerNav__Item:nth-child(11) {
  transition-delay: 1.5s;
}

body.-navOpen .headerNav__Item:nth-child(12) {
  transition-delay: 1.6s;
}

@-webkit-keyframes menu_slideIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes menu_slideIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes menuItem_slideIn {
  from {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes menuItem_slideIn {
  from {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes logoArea_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes logoArea_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes logo_slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes logo_slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


.header__Sns {
  position: relative;
  top: -1px;
}

.header__SnsItem {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}


.header__SnsItem.-twitter {
  max-width: 27px;
}

.header__SnsItem.-instagram {
  max-width: 22px;
}


/* Footer
========================================================================== */
.footerNav {
  position: fixed;
  z-index: 95;
  bottom: 15px;
  left: 30px;
}

@media (max-width: 750px) {
  .footerNav {
    left: 15px;
  }
}

.footerNav__Item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

@media (max-width: 750px) {
  .footerNav__Item {
    font-size: 1rem;
  }
}

.footerNav__Item:not(:last-child)::after {
  content: "｜";
  vertical-align: baseline;
  margin: 0 10px;
}

@media (max-width: 750px) {
  .footerNav__Item:not(:last-child)::after {
    margin: 0;
  }
}

.footer {
  position: fixed;
  z-index: 95;
  right: 30px;
  /* bottom: 15px; */
  bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer__Copyright {
  /* position: fixed;
  z-index: 95;
  right: 30px;
  bottom: 15px; */
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-family: Arial, sans-serif;
  line-height: 1;
}

.footer__Sns {
  position: relative;
  top: -1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer__SnsItem {
  /* display: inline-block;
  vertical-align: middle; */
  margin-right: 12px;
}

.footer__SnsItem.-twitter {
  max-width: 18px;
}

.footer__SnsItem.-instagram {
  max-width: 14px;
}

.footer__SnsItem:last-child {
  margin-right: 14px;
}

@media (max-width: 750px) {
  .footer {
    right: 15px;
  }

  .footer__Copyright {
    /* right: 15px; */
  }
}

@media (max-width: 750px) {
  body:not(.home) .footer {
    padding: 100px 15px 0;
    left: 0;
  }
  body.home .footer {
    /* left: 15px; */
    right: 15px;
    bottom: 20px;
  }
  .footer {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body:not(.home) .footerNav {
    position: relative;
    left: 0;
  }
  body:not(.home) .footer {
    position: relative;
    right: 0;
  }
  body:not(.home) .footer__Copyright {
    position: relative;
    right: 0;
  }
  .footer__Sns {
    top: -2px;
  }
}



/* Main
========================================================================== */
.pageContents {
  min-height: 100vh;
}

/* Layout
========================================================================== */
@media (min-width: 751px) {
  .l-col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 751px) {
  .l-sub {
    width: 50%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    padding: 3%;
    box-sizing: border-box;
  }
}

@media (max-width: 750px) {
  .l-sub {
    padding-top: 130px;
  }
}

.l-sub__Img {
  -webkit-clip-path: circle(0 at 50% 50%);
          clip-path: circle(0 at 50% 50%);
}

@media (min-width: 751px) {
  .l-sub__Img {
    width: 38%;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(40%, -50%);
            transform: translate(40%, -50%);
  }
}

@media (min-width: 751px) and (max-width: 1112px) {
  .l-sub__Img {
    width: 55%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media (max-width: 750px) {
  .l-sub__Img {
    width: 70%;
    margin: 0 auto;
  }
}

.l-sub__Img img {
  width: 100%;
}

.l-sub__Body {
  text-align: center;
}

@media (min-width: 751px) {
  .l-sub__Body {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.l-sub__PageTitle {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.2em;
}

@-webkit-keyframes maskAnimation {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(45% at 50% 50%);
            clip-path: circle(45% at 50% 50%);
  }
}

@keyframes maskAnimation {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(45% at 50% 50%);
            clip-path: circle(45% at 50% 50%);
  }
}

@media (min-width: 751px) {
  .l-main {
    margin: 0 20px;
  }
}

@media (max-width: 750px) {
  .l-main {
    margin: 130px 20px 0;
  }
}

@media (min-width: 751px) {
  .l-main__Body {
    max-width: 680px;
    margin: 0 auto;
    padding: 230px 0 190px;
  }
}

.pageHeading {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 750px) {
  .pageHeading {
    margin-bottom: 60px;
  }
}

.pageHeading span {
  display: block;
}

.pageHeading__En {
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
}

@media (max-width: 750px) {
  .pageHeading__En {
    font-size: 3rem;
  }
}

.pageHeading__Jp {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

/* Module Inner
========================================================================== */
.c-inner {
  margin: 0 auto;
  width: calc(100% - 40px);
}

.c-inner.-primary {
  max-width: 910px;
}

@media (max-width: 750px) {
  .c-inner.-pc {
    width: auto;
  }
}

@media (min-width: 751px) {
  .c-inner.-sp {
    width: auto;
  }
}

.c-heading {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media (min-width: 751px) {
  .c-heading.-primary {
    margin-bottom: 30px;
  }
}

@media (max-width: 750px) {
  .c-heading.-primary {
    margin-bottom: 20px;
  }
}

.c-heading.-center {
  text-align: center;
}

.c-lead {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

.c-lead.-center {
  text-align: center;
}

.c-text {
  font-size: 1.3rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

.c-text.-center {
  text-align: center;
}

@media (min-width: 751px) {
  .c-text.-pcCenter {
    text-align: center;
  }
}

.c-btn {

}

.c-btn__Link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border: 3px solid #000;
  padding: 15px 20px;
  border-radius: 28px;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
  background: #f3f75e;
}

.c-btn__Link:hover {
  background: #fff;
}

/* Loading
========================================================================== */
.home-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
  text-align: center;
}

.home-loading__Body {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}

@media (max-width: 750px) {
  .home-loading__Logo {
    max-width: 180px;
    margin: 0 auto;
  }
}

.home-loading__Copy {
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-top: 35px;
}

@media (max-width: 750px) {
  .home-loading__Copy {
    font-size: 1.6rem;
    margin-top: 30px;
    letter-spacing: 0.1em;
  }
}

.home-loading__Copy span {
  display: inline-block;
}

.home-loading__Logo {
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.home-loading__Copy span {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

body.-loadingStart .home-loading__Logo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
}

body.-loadingStart .home-loading__Copy span {
  -webkit-animation: copy_slideUp 0.5s ease forwards;
          animation: copy_slideUp 0.5s ease forwards;
}

body.-loadingStart .home-loading__Copy span:nth-child(1) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

body.-loadingStart .home-loading__Copy span:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

body.-loadingStart .home-loading__Copy span:nth-child(3) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

body.-loadingStart .home-loading__Copy span:nth-child(4) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

body.-loadingStart .home-loading__Copy span:nth-child(5) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

body.-loadingStart .home-loading__Copy span:nth-child(6) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

body.-loadingStart .home-loading__Copy span:nth-child(7) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

body.-loadingStart .home-loading__Copy span:nth-child(8) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

body.-loadingStart .home-loading__Copy span:nth-child(9) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

body.-loadingStart .home-loading__Copy span:nth-child(10) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

body.-loadingStart .home-loading__Copy span:nth-child(11) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

body.-loadingStart .home-loading__Copy span:nth-child(12) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

body.-loadingStart .home-loading__Copy span:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

body.-loadingStart .home-loading__Copy span:nth-child(14) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

body.-loadingStart .home-loading__Copy span:nth-child(15) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

body.-loadingStart .home-loading__Copy span:nth-child(16) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

@-webkit-keyframes copy_slideUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes copy_slideUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* MainVisual
========================================================================== */
.home-mainVisual {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 750px) {
  .home-mainVisual {
    height: 93vh;
  }
}

.home-mainVisual__Body {
  position: absolute;
  top: 50%;
  left: 12%;
  right: 12%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 0;
  padding-bottom: 44%;
}

@media (max-width: 750px) {
  .home-mainVisual__Body {
    left: 0%;
    right: 0%;
    padding-bottom: 58%;
  }
}

.home-mainVisual__Body img {
  width: 100%;
}

.home-mainVisual__Logo {
  position: absolute;
  bottom: 0;
  right: 45%;
  width: 12%;
}

.home-mainVisual__Papers {
  position: absolute;
  top: 0;
  right: 10%;
  left: 10%;
  z-index: -1;
}

.home-mainVisual__Gif {
  position: absolute;
}

.home-mainVisual__Gif a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.home-mainVisual__Gif.-gif01 {
  top: 16%;
  right: 21%;
  width: 21%;
}

.home-mainVisual__Gif.-gif02 {
  top: 39%;
  right: 7%;
  width: 17%;
  transition-delay: 0.3s;
}

.home-mainVisual__Gif.-gif03 {
  bottom: 18%;
  right: 13%;
  width: 11%;
  transition-delay: 0.1s;
}

.home-mainVisual__Gif.-gif04 {
  bottom: 6%;
  right: 24%;
  width: 23%;
  z-index: 1;
  transition-delay: 0.2s;
}

.home-mainVisual__Gif.-gif05 {
  bottom: 4%;
  left: 27%;
  width: 18%;
  z-index: 1;
  transition-delay: 0.25s;
}

.home-mainVisual__Gif.-gif06 {
  bottom: 15%;
  left: 4%;
  width: 24%;
  transition-delay: 0.05s;
}

.home-mainVisual__Gif.-gif07 {
  top: 16%;
  left: 15%;
  width: 26%;
  transition-delay: 0.35s;
}

.home-mainVisual__Gif.-gif08 {
  top: 1%;
  left: 3%;
  width: 26%;
  transition-delay: 0.45s;
}

.home-mainVisual__Gif.-gif09 {
  top: 0;
  right: 38%;
  width: 27%;
  transition-delay: 0.15s;
}

.home-mainVisual__Gif.-gif10 {
  top: 0%;
  right: 3%;
  width: 22%;
  transition-delay: 0.4s;
}

.home-mainVisual__Gif.-gif11 {
  top: 46%;
  right: 31%;
  width: 7%;
  transition-delay: 0.3s;
}

.home-mainVisual__Gif.-gif12 {
  top: 48%;
  left: 28%;
  width: 8%;
  transition-delay: 0.35s;
}

.home-mainVisual__Logo {
  opacity: 0;
  transition: all 0.8s;
}

.home-mainVisual__Papers {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.185, 1.23);
}

.home-mainVisual__Gif {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.185, 1.23);
}

@media (min-width: 751px) {
  .home-mainVisual__Gif {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@media (max-width: 750px) {
  .home-mainVisual__Gif {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

.home-mainVisual__Gif a {
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.home-mainVisual__Gif a:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

body.-loadingComplete .home-mainVisual__Gif {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

body.-loadingComplete .home-mainVisual__Papers {
  opacity: 1;
  transition-delay: 0.25s;
}

body.-loadingComplete .home-mainVisual__Logo {
  opacity: 1;
  transition-delay: 0.55s;
}

/* About
========================================================================== */
.home-about__Bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b0b0b;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 97;
  display: none;
}

.home-about {
  padding-top: 50px;
  margin: 100vh auto 100px;
}

.home-about__Body {
  max-width: 948px;
  width: 100%;
  background: #f3f75e;
  position: relative;
  border-radius: 474px;
  margin: 0 auto;
  z-index: 97;
  padding: 170px 20px 220px;
}

@media (max-width: 750px) {
  .home-about__Body {
    padding-top: 120px;
    padding-bottom: 170px;
  }
}

.home-about__Inner {
  max-width: 627px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .home-about__Inner {
    max-width: 450px;
  }
}

.-navOpen .home-about__Bg {
  display: block !important;
}

.-popup_open .home-about__Bg {
  display: none !important;
}

.about__Text p:not(last-child) {
  margin-bottom: 26px;
}

.about__Text .-bold {
  font-weight: bold;
  font-size: 1.5rem;
	letter-spacing: 0.1em;
}


/* Twitter
========================================================================== */
.twitter{
  width: 100%;
  /* height: 77px; */
  overflow: hidden;
  /*border-top: 1px solid #f0f0f0;*/
  position: fixed;
  z-index: 95;
  bottom: 30px;
  left: 30px;
  height: 20px;
}
.twitter iframe{
  width: 100%;
  /* padding: 30px 20px 0;
  padding: 20px 20px 0; */
  box-sizing: border-box;
}

@media (max-width: 750px) {
  .twitter {
    height: 50px;
    width: 100%;
    right: 30px;
    width: calc(100% - 60px);
    bottom: 50px;
  }
}


/* Popup Settings
========================================================================== */
.mfp-bg {
  opacity: 0.7;
}

.mfp-closeWrap {
  width: 76px;
  height: 76px;
  top: -38px;
  right: -38px;
  position: absolute;
}

@media (max-width: 750px) {
  .mfp-closeWrap {
    right: -10px;
    top: -30px;
    width: 50px;
    height: 50px;
  }
}

.mfp-close {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 1;
  padding: 0;
  background: #f3f75e;
  border-radius: 100%;
  border: 3px solid #000;
}

.mfp-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 4px;
  background: #000;
}

@media (max-width: 750px) {
  .mfp-close::before {
    width: 18px;
  }
}

.mfp-close:hover {
  cursor: pointer;
}

button.mfp-close, button.mfp-arrow {
  opacity: 1;
}

button.mfp-arrow {
  width: 76px;
  height: 76px;
  background: #f3f75e;
  border-radius: 100%;
  border: 3px solid #000;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin-top: -38px;
  display: none;
}

@media (max-width: 750px) {
  button.mfp-arrow {
    margin-right: 5px;
    margin-left: 5px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}

.mfp-arrow-right::before {
  display: none;
}

.mfp-arrow-right::after {
  content: '';
  width: 18px;
  height: 18px;
  border: 0px;
  border-top: solid 4px #000;
  border-right: solid 4px #000;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
}

@media (max-width: 750px) {
  .mfp-arrow-right::after {
    width: 12px;
    height: 12px;
  }
}

.mfp-arrow-left::before {
  display: none;
}

.mfp-arrow-left::after {
  content: '';
  width: 18px;
  height: 18px;
  border: 0px;
  border-top: solid 4px #000;
  border-right: solid 4px #000;
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
}

@media (max-width: 750px) {
  .mfp-arrow-left::after {
    width: 12px;
    height: 12px;
  }
}

.mfp-container {
  padding-left: 20px;
  padding-right: 20px;
}

/* Popup
========================================================================== */
.servicePopup {
  position: relative;
  background: #FFF;
  width: auto;
  margin: 20px auto;
  border-radius: 20px;
  box-sizing: border-box;
}

@media (min-width: 751px) {
  .servicePopup {
    width: 60%;
  }
}

@media (max-width: 750px) {
  .servicePopup {
    max-width: 550px;
  }
}

.servicePopup_costume .servicePopup__Img img {
  max-width: 80%;
}

.servicePopup__Body {
  overflow: auto;
  max-height: 100vh;
}

@media (max-width: 750px) {
  .servicePopup__Body {
    max-height: 70vh;
  }
}

@media (min-width: 751px) {
  .servicePopup__Block {
    padding: 15% 15%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 750px) {
  .servicePopup__Block {
    padding: 40px 40px;
  }
}

@media (min-width: 751px) {
  .servicePopup__Info {
    -ms-flex-order: 1;
        order: 1;
    width: 50%;
  }
}

@media (min-width: 751px) {
  .servicePopup__Img {
    -ms-flex-order: 2;
        order: 2;
    width: 36%;
    text-align: center;
  }
}

@media (max-width: 1100px) and (min-width: 751px) {
  .servicePopup {
    width: 90%;
  }
  .servicePopup__Block {
    padding: 9%;
  }
  .servicePopup__Img {
    width: 45%;
  }
}

@media (max-width: 750px) {
  .servicePopup__Img {
    margin: 0 40px 30px;
    text-align: center;
  }
}

.servicePopup__Subtitle {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 8px 0 30px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media (max-width: 750px) {
  .servicePopup__Subtitle {
    margin-bottom: 20px;
  }
}

.servicePopup__Text {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
  word-break: break-all;
}

.servicePopup__Text a {
  text-decoration: underline;
}

.servicePopup__Text a:hover {
  text-decoration: none;
}

.servicePopup__BtnBlock {
  margin-top: 30px;
}

.servicePopup .c-btn:not(:first-child) {
  margin-top: 10px;
}

.servicePopup__TwLink {
  margin-top: 15px;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}

.servicePopup__TwLink a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/common/icon_twitter.png") no-repeat center center;
  background-size: cover;
  width: 16px;
  height: 13px;
  margin: -2px 10px 0 0;
}

body.-popup_open {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

@media (max-width: 750px) {
  .mfp-wrap {
    top: 0 !important;
  }
}

/* Popup Animation
========================================================================== */
button.mfp-arrow {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.4;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-in.mfp-ready button.mfp-arrow {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-closeWrap {
  opacity: 0;
}

.mfp-zoom-in.mfp-ready .mfp-closeWrap {
  -webkit-animation: 0.75s bounceIn_show forwards 0.5s;
          animation: 0.75s bounceIn_show forwards 0.5s;
}

.mfp-zoom-in.mfp-ready .mfp-close:hover {
  -webkit-animation: 0.75s bounceIn;
          animation: 0.75s bounceIn;
  cursor: pointer;
}

@-webkit-keyframes bounceIn_show {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn_show {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.mfp-zoom-in.mfp-removing button.mfp-arrow {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

body.-slide_right .mfp-content {
  -webkit-animation: slide_right 1s cubic-bezier(0.19, 1, 0.22, 1);
          animation: slide_right 1s cubic-bezier(0.19, 1, 0.22, 1);
}

body.-slide_left .mfp-content {
  -webkit-animation: slide_left 1s cubic-bezier(0.19, 1, 0.22, 1);
          animation: slide_left 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes slide_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes slide_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/* Loading Animation
========================================================================== */
.l-main {
  opacity: 0;
}

body.-load .l-main {
  opacity: 1;
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}

/* About
========================================================================== */
.about__Sec {
  margin-bottom: 100px;
}

@media (max-width: 750px) {
  .about__Sec {
    margin-bottom: 70px;
  }
}

.about__Sec:last-child {
  margin-bottom: 0;
}

.about__MessagePhotos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 50px;
}

@media (max-width: 750px) {
  .about__MessagePhotos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}

@media (max-width: 750px) {
  .about__MessagePhoto {
    width: 50%;
  }
  .about__MessagePhoto:first-child {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .about__MessagePhoto img {
    width: 100%;
  }
}

.about__InfoList {
  margin-top: 50px;
}

@media (max-width: 750px) {
  .about__InfoList {
    margin-top: 30px;
  }
}

.about__InfoItem {
  margin-bottom: 30px;
}

@media (min-width: 751px) {
  .about__InfoItem {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 750px) {
  .about__InfoItem {
    margin-bottom: 15px;
  }
}

.about__InfoItem:last-child {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  .about__InfoTitle {
    width: 150px;
  }
}

@media (max-width: 750px) {
  .about__InfoTitle {
    font-weight: bold;
  }
}

@media (min-width: 751px) {
  .about__InfoText {
    -ms-flex: 1;
        flex: 1;
  }
}

.about__InfoText a:hover {
  text-decoration: underline;
}

/* News
========================================================================== */
.news__List {
  border-top: 1px dotted #000;
  margin-top: 80px;
}

@media (max-width: 750px) {
  .news__List {
    margin-top: 30px;
  }
}

.news__Item {
  border-bottom: 1px dotted #000;
}

.news__Link {
  padding: 25px 0;
}

@media (min-width: 751px) {
  .news__Link {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 750px) {
  .news__Link {
    display: block;
    padding: 12px 0;
  }
}

.news__Link:hover .news__Title {
  text-decoration: underline;
}

@media (min-width: 751px) {
  .news__Date {
    width: 180px;
  }
}

@media (min-width: 751px) {
  .news__Title {
    -ms-flex: 1;
        flex: 1;
  }
}

.news__Pagenavi {
  text-align: center;
  position: relative;
  margin-top: 80px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

@media (max-width: 750px) {
  .news__Pagenavi {
    margin-top: 40px;
  }
}

.news__Pagenavi a, .news__Pagenavi span {
  margin: 0 10px;
}

.news__Pagenavi a:hover {
  text-decoration: underline;
}

.news__Pagenavi .previouspostslink, .news__Pagenavi .nextpostslink {
  position: absolute;
  letter-spacing: 0.2em;
}

.news__Pagenavi .previouspostslink {
  left: 0;
}

.news__Pagenavi .nextpostslink {
  right: 0;
}

/* NewsDetail
========================================================================== */
.newsDetail__Date {
  margin-top: 80px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .newsDetail__Date {
    margin-top: 30px;
  }
}

.newsDetail__Title {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 5px;
}

.newsDetail__Article {
  word-break: break-all;
  margin-top: 50px;
}

@media (max-width: 750px) {
  .newsDetail__Article {
    margin-top: 30px;
  }
}

.newsDetail__Article p {
  margin-bottom: 2em;
}

.newsDetail__Article a {
  text-decoration: underline;
}

.newsDetail__Article a:hover {
  text-decoration: none;
}

.newsDetail__Article iframe {
  max-width: 100%;
}

.newsDetail__Pager {
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 50px;
}

.newsDetail__Pager .prev, .newsDetail__Pager .next {
  position: absolute;
  top: 0;
  letter-spacing: 0.2em;
}

.newsDetail__Pager .prev {
  left: 0;
}

.newsDetail__Pager .next {
  right: 0;
}

.newsDetail__Pager a:hover {
  text-decoration: underline;
}

/* Contact Base Style
========================================================================== */
.contact *:focus {
  outline: none;
}

.contact input {
  outline: none;
  border-radius: 0;
  border: none;
  padding: 2px 10px;
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 750px) {
  .contact input {
    padding: 5px 10px;
  }
}

.contact input::-webkit-input-placeholder {
  color: #898989;
  font-size: 1.3rem;
}

.contact input::placeholder {
  color: #898989;
  font-size: 1.3rem;
}

@media (max-width: 750px) {
  .contact input::-webkit-input-placeholder {
    line-height: 1.6;
  }
  .contact input::placeholder {
    line-height: 1.6;
  }
}

.contact input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
  -webkit-text-fill-color: #000 !important;
}

.contact input.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
  -webkit-text-fill-color: #000 !important;
}

.contact textarea {
  display: block;
  outline: none;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  line-height: 1.4;
}

@media (max-width: 750px) {
  .contact textarea {
    height: 150px;
  }
}

.contact textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.contact textarea.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
}

.contact input[type="text"], .contact input[type="email"] {
  -webkit-appearance: none;
}

@media (max-width: 750px) {
  .contact input[type="text"], .contact input[type="email"] {
    width: 100%;
  }
}

.contact input[type="radio"], .contact input[type="checkbox"] {
  border: none;
}

.contact input[type="radio"] {
  background: transparent\9;
  /*IE10以下*/
}

.contact input[type="checkbox"] {
  padding: 0px !important;
  width: auto;
  border-radius: 2px;
  border: 1px solid #3c3c3c;
}

.contact input[type="checkbox"]:checked {
  background: #3c3c3c !important;
}

.contact label:hover {
  cursor: pointer;
}

/* 入力内容に問題があります。確認して再度お試しください。 */
div.wpcf7-validation-errors {
  border: none !important;
  text-align: center;
  color: #FF0000;
  line-height: 1.6;
}

/* メッセージは送信されました。 */
div.wpcf7-mail-sent-ok {
  border: none;
  text-align: center;
  color: #FF0000;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

/* 送信に失敗しました。 */
div.wpcf7-mail-sent-ng {
  border: none !important;
  text-align: center;
  line-height: 1.6;
}

/* 必須項目に入力してください。 - text */
span.wpcf7-not-valid-tip {
  display: block;
  font-size: 1.2rem !important;
  letter-spacing: 0.06em;
  color: #FF0000 !important;
  margin-top: 4px;
}

/* 必須項目に入力してください。 - input */
/* 確認画面時の入力項目 */
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: #fff;
}

.wpcf7c-conf {
  -webkit-appearance: none;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

/* ローディング画像 */
div.wpcf7 .ajax-loader {
  position: absolute;
  display: block;
  /* margin: 10px 0 0 -8px !important; */
  margin: 10px auto 0 !important;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  /* 必須項目に入力してください。 - text */
}

/* Contact
========================================================================== */
@media (min-width: 751px) {
  .header__NavBtn.-close {
    height: 50px;
    width: 50px;
  }
}

@media (min-width: 751px) {
  .header__NavBtn.-close span:nth-child(1) {
    -webkit-transform: translateY(23px) rotate(315deg);
            transform: translateY(23px) rotate(315deg);
  }
}

@media (min-width: 751px) {
  .header__NavBtn.-close span:nth-child(3) {
    -webkit-transform: translateY(-23px) rotate(-315deg);
            transform: translateY(-23px) rotate(-315deg);
  }
}

.contact__Tel {
  background: #f3f75e;
  text-align: center;
  margin-top: 20px;
  padding: 40px;
  border-radius: 10px;
}

@media (max-width: 750px) {
  .contact__Tel {
    margin-top: 15px;
    padding: 30px;
  }
}

.contact__TelNumber {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 750px) {
  .contact__TelNumber {
    font-size: 2.4rem;
  }
}

.contact__TelBody {
  max-width: 500px;
  margin: 0 auto;
}

.contact__TelTime {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.contact__Form {
  position: relative;
  margin-top: 80px;
}

@media (max-width: 750px) {
  .contact__Form {
    margin-top: 60px;
  }
}

.contact__Notes {
  font-size: 1rem;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0.1em;
}

.contact__Notes span {
  color: #ff0000;
}

.contact__Item {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.contact__Item:last-child {
  margin-bottom: 0;
}

.contact__Title {
  position: relative;
}

@media (min-width: 751px) {
  .contact__Title {
    -ms-flex: 1;
        flex: 1;
    widows: 336px;
  }
}

@media (max-width: 750px) {
  .contact__Title {
    margin-bottom: 10px;
  }
}

.contact__Title .-required {
  color: #ff0000;
}

.contact__Input {
  margin-top: 15px;
}

.contact__Input .your-category {
  position: relative;
  display: block;
  width: 100%;
}

.contact__Input select {
  width: 100%;
  height: 39px;
  border: 0;
  background: transparent;
  padding-right: 50px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  background: url(../images/contact/icon_select_arrow.png) no-repeat right 20px center;
  background-size: 12px auto;
  border-bottom: 1px solid #000;
  color: inherit;
}

.contact__Input select:hover {
  cursor: pointer;
}

.contact__Input select:-moz-focusring {
  /* firefoxのfocus時の点線を削除 */
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.contact__Input select::-ms-expand {
  /* IEのデフォルトのスタイルを無効 */
  display: none;
}

.contact__Input input, .contact__Input textarea {
  box-sizing: border-box;
  color: inherit;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 17px;
}

.contact__Btn {
  border-radius: 28px;
  position: relative;
}

@media (min-width: 751px) {
  .contact__Btn {
    margin: 60px 0 0;
  }
}

@media (max-width: 750px) {
  .contact__Btn {
    margin-top: 50px;
  }
}

.contact__Btn:hover {
  cursor: pointer;
}

.contact__Btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 65px;
  height: 10px;
  background: url("../images/contact/icon_btn.png") no-repeat right center;
  background-size: cover;
  margin: auto 0;
}

.contact__Btn input {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: inherit;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  background: #f3f75e;
  height: 56px;
  font-weight: bold;
}

.contact__Btn input:hover {
  cursor: pointer;
}

/* Education
========================================================================== */
.education {
  background: #fff2d6;
}

.education__Body {
  text-align: center;
}

.education .l-main__Body {
  max-width: 100%;
  padding: 0;
}

.education .l-main {
  margin: 0;
}