@charset "UTF-8";
/* sp-only ------------*/
/* tablet-only ------------*/
/* pc-only ------------*/
/* retina-only ------------*/
/* retina-sp-only ------------*/
/* hover-only ------------*/
/* flex ------------*/
/* transition ------------*/
/* IE用 ------------*/
/* Font styles ------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800&display=swap");
@import url("https://use.fontawesome.com/releases/v5.6.4/css/all.css");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body,
html {
  color: #000;
  background: #fff 0 0; }

address,
blockquote,
caption,
cite,
code,
dd,
dt,
em,
input,
li,
p,
pre,
select,
small,
strong,
td,
textarea,
th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit; }

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

table {
  border-collapse: collapse; }

caption,
th {
  text-align: left; }

fieldset {
  border: 0; }

a {
  text-decoration: none;
  color: inherit; }

img {
  max-width: 100%;
  vertical-align: top;
  border: 0; }

br {
  letter-spacing: 0; }

button,
input:not([type="checkbox"]):not([type="radio"]),
textarea {
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none; }

@media (hover: hover) {
  a:hover {
    text-decoration: none; } }
@media screen and (min-width: 1024px) and (-ms-high-contrast: none), screen and (min-width: 1024px) and (-ms-high-contrast: active) {
  a:hover {
    text-decoration: none; } }
::placeholder {
  color: #A6ADB4; }

/*block-fade*/
.fadein {
  transition: opacity 0.8s, transform 0.8s;
  opacity: 0; }

.fadein.scroll-fade {
  opacity: 1; }

.fadein-right {
  transition: opacity 0.8s, transform 0.8s;
  transform: translate(30px, 0);
  opacity: 0; }

.fadein-right.scroll-fade {
  transform: translate(0, 0);
  opacity: 1; }

.fadein-left {
  transition: opacity 0.8s, transform 0.8s;
  transform: translate(-30px, 0);
  opacity: 0; }

.fadein-left.scroll-fade {
  transform: translate(0, 0);
  opacity: 1; }

.fadein-top {
  transition: opacity 0.8s, transform 0.8s;
  transform: translate(0, -30px);
  opacity: 0; }

.fadein-top.scroll-fade {
  transform: translate(0, 0);
  opacity: 1; }

.fadein-bottom {
  transition: opacity 0.8s, transform 0.8s;
  transform: translate(0, 30px);
  opacity: 0; }

.fadein-bottom.scroll-fade {
  transform: translate(0, 0);
  opacity: 1; }

/*---- hover -----------------*/
.fade-hover {
  transition: opacity .15s ease; }

.fade-hover:hover {
  opacity: .6; }

/*------------------------------------------------
others
------------------------------------------------*/
/* 750pxデザイン時のpxからvwを計算 ------------*/
/* calc内で使いたい場合: calc( 100% - vw(10) ); */
@media screen and (max-width: 767px) {
  .dn-n {
    display: none; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .dn-m {
    display: none; } }
@media screen and (min-width: 1024px) {
  .dn-w {
    display: none; } }
.ff-en {
  font-family: 'Roboto', sans-serif; }

/*------------------------------------------------
html,body
------------------------------------------------*/
html {
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%; }

body {
  font-family: 'Noto Sans JP', Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  color: #333;
  background: #fff none;
  font-size: 1.7rem;
  line-height: 3.6rem;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) and (max-width: 1023px) {
    body {
      font-size: 1.5rem;
      line-height: 3rem; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 6.6666666667vw;
      line-height: 13.8888888889vw; } }

@media screen and (max-width: 767px) {
  .oh-open {
    overflow: hidden;
    width: 100%;
    position: fixed;
    left: 0; } }

/*------------------------------------------------
general
------------------------------------------------*/
.lazyload,
.lazy {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0; }

.lazy.loaded,
.lazy.loading {
  opacity: 1; }

/*---- others ------------------*/
/*------------------------------------------------
wrapper
------------------------------------------------*/
@media screen and (min-width: 1024px) {
  #wrapper {
    min-width: 1024px; }
    #wrapper .w1110 {
      width: 1110px !important;
      margin-right: auto;
      margin-left: auto;
      position: relative; } }
@media (min-width: 768px) and (max-width: 1023px) {
  #wrapper {
    min-width: 768px;
    width: 100%; }
    #wrapper .w1110 {
      width: calc(100% - 60px);
      margin-right: auto;
      margin-left: auto; } }
    @media (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: none), (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: active) {
      #wrapper .w1110 {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%; }
    #wrapper .w1110 {
      width: calc( 100% - 8.3333333333vw );
      margin-right: auto;
      margin-left: auto; } }
    @media screen and (max-width: 767px) and (-ms-high-contrast: none), screen and (max-width: 767px) and (-ms-high-contrast: active) {
      #wrapper .w1110 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        display: block; } }

/*------------------------------------------------
main
------------------------------------------------*/
#main {
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    #main {
      display: block;
      /*IE対策*/ } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #main {
      display: block; } }
  @media screen and (max-width: 767px) {
    #main {
      padding-top: 19.7222222222vw; } }

/*------------------------------------------------
page-top
------------------------------------------------*/
#page_top {
  position: fixed;
  width: 12.5rem;
  height: 19.5rem;
  right: 2%;
  bottom: 2%;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    #page_top {
      width: 16.1111111111vw;
      height: 25vw;
      bottom: 30.5555555556vw !important; }
      #page_top img {
        width: 100%; } }
  #page_top a {
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
    @media (hover: hover) {
      #page_top a:hover img {
        animation: jump 0.9s linear 0s 1; } }
@media screen and (min-width: 1024px) and (-ms-high-contrast: none), screen and (min-width: 1024px) and (-ms-high-contrast: active) {
  #page_top a:hover img {
    animation: jump 0.9s linear 0s 1; } }

@keyframes jump {
  0% {
    transform: translate(0%, 0%); }
  10% {
    transform: translate(0%, 5%); }
  40% {
    transform: translate(0%, 10%); }
  50% {
    transform: translate(0%, 0%); }
  60% {
    transform: translate(0%, -20%); }
  75% {
    transform: translate(0%, -10%); }
  85% {
    transform: translate(0%, 10%); }
  100% {
    transform: translate(0%, 0%); } }
/*------------------------------------------------
footer
------------------------------------------------*/
#footer {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff; }
  @media screen and (max-width: 767px) {
    #footer {
      padding-bottom: 16.6666666667vw; } }
  #footer .footer__copy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 5rem;
    background: #0068B6;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.9rem;
    letter-spacing: 0;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #footer .footer__copy {
        padding-top: 8.3333333333vw;
        padding-bottom: 8.3333333333vw;
        font-size: 3.6111111111vw;
        line-height: 2.7777777778vw; } }

/*------------------------------------------------
header
------------------------------------------------*/
#header {
  position: relative;
  z-index: 10000; }
  @media screen and (max-width: 767px) {
    #header {
      width: 100%;
      background-color: #fff;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; } }

/*------------ header__top ------------*/
.header__top {
  width: 100%;
  max-width: 112.5rem;
  height: 10.5rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .header__top {
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .header__top {
      max-width: 100%;
      height: 100%;
      padding: 0; } }

/*------------ header__fixed ------------*/
.header__fixed {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .header__fixed {
      position: fixed;
      width: 100%;
      height: 19.7222222222vw;
      top: 0;
      left: 0;
      background-color: #fff;
      padding: 0 0px 0 3.3333333333vw;
      justify-content: flex-end; } }

@media screen and (max-width: 767px) {
  .header__fixed.fixed .header__right-insta {
    display: none; } }
@media screen and (max-width: 767px) {
  .header__fixed.fixed .header__right-line {
    display: none; } }

/*------------ header-logo ------------*/
.header-logo {
  width: 29.2rem; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .header-logo {
      width: 26rem;
      margin-left: 3rem; } }
  @media screen and (max-width: 767px) {
    .header-logo {
      width: 62.4861111111vw;
      position: absolute;
      left: 4.1666666667vw;
      top: 5vw; } }
  .header-logo__link {
    display: block;
    width: 100%;
    height: 100%; }
    .header-logo__link img {
      width: 100%;
      height: auto; }

/*------------ header__right ------------*/
.header__right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .header__right-insta {
    width: 4.4rem;
    margin-right: 1rem;
    transition: all .3s ease; }
    @media screen and (max-width: 767px) {
      .header__right-insta {
        width: 6.925vw;
        height: 6.925vw;
        margin-right: 1.6666666667vw; } }
    .header__right-insta img {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .header__right-insta img {
          max-width: 6.925vw; } }
    @media screen and (min-width: 768px) {
      .header__right-insta:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); } }
  .header__right-line {
    width: 4.4rem;
    margin-right: 2rem;
    transition: all .3s ease; }
    @media screen and (max-width: 767px) {
      .header__right-line {
        width: 6.925vw;
        height: 6.925vw;
        margin-right: 1.6666666667vw; } }
    .header__right-line img {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .header__right-line img {
          max-width: 6.925vw; } }
    @media screen and (min-width: 768px) {
      .header__right-line:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); } }
  @media screen and (max-width: 767px) {
    .header__right .lnk-btn01 {
      display: none; } }

/*------------ header-nav /// PC ///------------*/
.header-nav {
  width: 100%;
  color: #fff;
  background: #0068B6; }
  @media screen and (max-width: 767px) {
    .header-nav {
      width: 100%;
      height: 100%;
      display: none;
      position: fixed;
      top: 19.7222222222vw;
      left: 0;
      padding-bottom: 16.6666666667vw;
      background: #F9F1D5 !important;
      color: #fff;
      border-top: 1px solid #fff; } }
  @media screen and (max-width: 767px) {
    .header-nav__in {
      height: 100%;
      padding-top: 6.6666666667vw;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      background: #0068B6; } }
  .header-nav-list {
    width: 100%;
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-left: 1px dashed #fff; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .header-nav-list {
        width: calc(100% - 60px);
        max-width: 100%;
        margin-right: auto;
        margin-left: auto; } }
  @media (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: none), (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: active) {
    .header-nav-list {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }

    @media screen and (max-width: 767px) {
      .header-nav-list {
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 11.1111111111vw;
        display: block;
        border-left: none; } }
  @media screen and (max-width: 767px) and (-ms-high-contrast: none), screen and (max-width: 767px) and (-ms-high-contrast: active) {
    .header-nav-list {
      width: 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

    .header-nav-list__item {
      position: relative;
      width: calc(100% / 5);
      border-right: 1px dashed #fff; }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .header-nav-list__item {
          width: 25%; } }
      @media screen and (max-width: 767px) {
        .header-nav-list__item {
          position: relative;
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #fff; } }
      .header-nav-list__item-link {
        padding: 1.3rem 0 1rem 0;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2.8rem;
        letter-spacing: 0;
        text-align: center;
        display: block;
        position: relative;
        transition: all .3s ease; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .header-nav-list__item-link {
            font-size: 1.4rem;
            line-height: 2rem;
            padding-bottom: 2.5vw; } }
        @media screen and (max-width: 767px) {
          .header-nav-list__item-link {
            padding: 3.6111111111vw 0 2.7777777778vw 0;
            font-size: 3.8888888889vw;
            line-height: 5.5555555556vw;
            text-align: left; } }
        .header-nav-list__item-link::before {
          content: "";
          background-repeat: no-repeat;
          background-size: cover;
          left: 50%;
          top: 0;
          bottom: 0;
          margin-top: auto;
          margin-right: auto;
          margin-bottom: auto;
          display: inline-block;
          position: absolute; }
          @media screen and (max-width: 767px) {
            .header-nav-list__item-link::before {
              left: 1.6666666667vw; } }
        .header-nav-list__item-link span {
         font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 700;
		font-style: normal;
          font-size: 1.2rem;
          line-height: 1.4rem;
          letter-spacing: 0.03em;
          display: block; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .header-nav-list__item-link span {
              font-size: 1rem; } }
          @media screen and (max-width: 767px) {
            .header-nav-list__item-link span {
              display: inline-block;
              font-size: 2.5vw;
              line-height: 3.0555555556vw;
              margin-left: 2.7777777778vw; } }
        .header-nav-list__item-link:hover {
          background-color: rgba(73, 57, 48, 0.3); }
      .header-nav-list__item:nth-of-type(1) .header-nav-list__item-link {
        padding-left: 4rem; }
        @media screen and (max-width: 767px) {
          .header-nav-list__item:nth-of-type(1) .header-nav-list__item-link {
            padding-left: 11.1111111111vw; } }
        .header-nav-list__item:nth-of-type(1) .header-nav-list__item-link::before {
          background-image: url(../img/common/header/gnav_01.svg);
          width: 3.409rem;
          height: 3.267rem;
          margin-left: -5rem; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .header-nav-list__item:nth-of-type(1) .header-nav-list__item-link::before {
              width: 2.266rem;
              height: 2.172rem; } }
          @media screen and (max-width: 767px) {
            .header-nav-list__item:nth-of-type(1) .header-nav-list__item-link::before {
              width: 6.4694444444vw;
              height: 6.2vw;
              margin-left: 0; } }
      .header-nav-list__item:nth-of-type(2) .header-nav-list__item-link {
        padding-left: 6rem; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .header-nav-list__item:nth-of-type(2) .header-nav-list__item-link {
            padding-left: 4rem; } }
        @media screen and (max-width: 767px) {
          .header-nav-list__item:nth-of-type(2) .header-nav-list__item-link {
            padding-left: 11.1111111111vw; } }
        .header-nav-list__item:nth-of-type(2) .header-nav-list__item-link::before {
          background-image: url(../img/common/header/gnav_02.svg);
          width: 4.226rem;
          height: 3.228rem;
          margin-left: -6.5rem; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .header-nav-list__item:nth-of-type(2) .header-nav-list__item-link::before {
              width: 2.809rem;
              height: 2.146rem;
              margin-left: -5rem; } }
          @media screen and (max-width: 767px) {
            .header-nav-list__item:nth-of-type(2) .header-nav-list__item-link::before {
              width: 6.3888888889vw;
              height: 4.8805555556vw;
              margin-left: 0; } }
      .header-nav-list__item:nth-of-type(3) .header-nav-list__item-link {
        padding-left: 3.5rem; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .header-nav-list__item:nth-of-type(3) .header-nav-list__item-link {
            padding-left: 2rem; } }
        @media screen and (max-width: 767px) {
          .header-nav-list__item:nth-of-type(3) .header-nav-list__item-link {
            padding-left: 11.1111111111vw; } }
        .header-nav-list__item:nth-of-type(3) .header-nav-list__item-link::before {
          background-image: url(../img/common/header/gnav_03.svg);
          width: 3.349rem;
          height: 3.367rem;
          margin-left: -7.5rem; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .header-nav-list__item:nth-of-type(3) .header-nav-list__item-link::before {
              width: 2.226rem;
              height: 2.238rem;
              margin-left: -6rem; } }
          @media screen and (max-width: 767px) {
            .header-nav-list__item:nth-of-type(3) .header-nav-list__item-link::before {
              width: 6.3888888889vw;
              height: 6.4222222222vw;
              margin-left: 0; } }
      .header-nav-list__item:nth-of-type(4) .header-nav-list__item-link {
        padding-left: 4rem; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .header-nav-list__item:nth-of-type(4) .header-nav-list__item-link {
            padding-left: 3rem; } }
        @media screen and (max-width: 767px) {
          .header-nav-list__item:nth-of-type(4) .header-nav-list__item-link {
            padding-left: 11.1111111111vw; } }
        .header-nav-list__item:nth-of-type(4) .header-nav-list__item-link::before {
          background-image: url(../img/common/header/gnav_04.svg);
          width: 3.747rem;
          height: 3.434rem;
          margin-left: -7.5rem; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .header-nav-list__item:nth-of-type(4) .header-nav-list__item-link::before {
              width: 2.491rem;
              height: 2.283rem;
              margin-left: -5.5rem; } }
          @media screen and (max-width: 767px) {
            .header-nav-list__item:nth-of-type(4) .header-nav-list__item-link::before {
              width: 6.3888888889vw;
              height: 5.8555555556vw;
              margin-left: 0; } }
      .header-nav-list__item:nth-of-type(5) .header-nav-list__item-link {
        padding-left: 5rem; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .header-nav-list__item:nth-of-type(5) .header-nav-list__item-link {
            padding-left: 3rem; } }
        @media screen and (max-width: 767px) {
          .header-nav-list__item:nth-of-type(5) .header-nav-list__item-link {
            padding-left: 11.1111111111vw; } }
        .header-nav-list__item:nth-of-type(5) .header-nav-list__item-link::before {
          background-image: url(../img/common/header/gnav_05.svg);
          width: 2.932rem;
          height: 3.518rem;
          margin-left: -7.5rem; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .header-nav-list__item:nth-of-type(5) .header-nav-list__item-link::before {
              width: 1.949rem;
              height: 2.339rem;
              margin-left: -6rem; } }
          @media screen and (max-width: 767px) {
            .header-nav-list__item:nth-of-type(5) .header-nav-list__item-link::before {
              width: 5.5555555556vw;
              height: 6.6666666667vw;
              margin-left: 0; } }

/* pc-only ------------*/
@media screen and (min-width: 768px) {
  .header-nav.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 2.5px rgba(0, 0, 0, 0.3); } }
/* pc-only ------------*/
@media screen and (min-width: 768px) {
  .header-nav__item-link__list {
    display: block;
    position: absolute;
    width: 155px;
    top: auto;
    left: -100%;
    right: -100%;
    margin: auto;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    pointer-events: none; }

  .header-nav__item-link__item:not(:last-child) {
    border-bottom: 1px solid #ddd; }

  .header-nav__item-link__link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #493930;
    transition: 0.3s; }

  .header-nav__item-link__link:hover {
    background-color: #6b5c54; }

  .header-nav-item--open:hover .header-nav-link__list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }
/* /pc-only -----------*/
@media screen and (max-width: 767px) {
  /*------------ sp-header__menu-wrap ------------*/
  .sp-header__menu-wrap {
    display: block;
    margin-right: 2.7777777778vw; }

  .sp-header__menu {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    border-radius: 1.3888888889vw;
    background-color: #0068B6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }

  /* close default ------------*/
  .sp-header__btn {
    width: 11.1111111111vw;
    height: 4.4444444444vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }

  .sp-header__btn-line {
    display: block;
    width: 5.8333333333vw;
    height: 0.5555555556vw;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 0.3s ease;
    opacity: 1; }

  .sp-header__btn-line:nth-of-type(1) {
    top: 0; }

  .sp-header__btn-line:nth-of-type(2) {
    top: 1.9444444444vw; }

  .sp-header__btn-line:nth-of-type(3) {
    top: 1.9444444444vw;
    opacity: 0; }

  .sp-header__btn-line:nth-of-type(4) {
    top: 3.8888888889vw; }

  /* open ------------*/
  .btn-open .sp-header__btn-line:nth-of-type(1) {
    opacity: 0;
    transform-origin: center center;
    transform: scale(0); }

  .btn-open .sp-header__btn-line:nth-of-type(2) {
    transform: rotate(137deg);
    width: 6.3888888889vw; }

  .btn-open .sp-header__btn-line:nth-of-type(3) {
    opacity: 1;
    transform: rotate(-137deg);
    width: 6.3888888889vw; }

  .btn-open .sp-header__btn-line:nth-of-type(4) {
    opacity: 0;
    transform-origin: center center;
    transform: scale(0); }

  /*------------ header-nav ------------*/
  .header-nav.is-active {
    display: block; }

  .header-nav-link {
    width: 69.4444444444vw;
    height: 25vw;
    margin-top: 5.5555555556vw;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 2.7777777778vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start; }
    .header-nav-link__ttl {
      width: 100%;
      padding-top: 2.5vw;
      padding-bottom: 1.9444444444vw;
      font-size: 3.6111111111vw;
      font-weight: 700;
      line-height: 2.7777777778vw;
      letter-spacing: 0.05em;
      text-align: center;
      color: #0068B6;
      border-bottom: 1px solid #0068B6; }
    .header-nav-link__num {
      font-size: 5.5555555556vw;
      font-weight: 700;
      line-height: 6.9444444444vw;
      letter-spacing: -0.02em;
      color: #0068B6;
      position: relative;
      padding-left: 3.8888888889vw;
      transition: all .3s ease; }
      .header-nav-link__num span {
        display: block;
        font-size: 2.5vw;
        font-weight: 400;
        line-height: 3.6111111111vw;
        letter-spacing: 0.05em;
        color: #333; }
      .header-nav-link__num::before {
        content: "";
        background-image: url(../img/common/header/ico_tel.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 7.7777777778vw;
        height: 7.7777777778vw;
        left: -5.5555555556vw;
        top: 0;
        display: inline-block;
        position: absolute; }
    .header-nav-link__btn {
      width: 48.3333333333vw;
      padding: 2.7777777778vw 0;
      background: #06C755;
      border-radius: 8.3333333333vw;
      text-align: center;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .header-nav-link__btn::before {
        content: "";
        background-image: url(../img/common/header/ico_line.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 7.7777777778vw;
        height: 7.7777777778vw;
        left: 5.5555555556vw;
        top: 0;
        display: inline-block;
        position: absolute; }
      .header-nav-link__btn span {
        width: 100%;
        position: relative;
        display: block;
        font-size: 3.3333333333vw;
        font-weight: 700;
        line-height: 2.2222222222vw;
        letter-spacing: 0.1em;
        color: #fff; }
        .header-nav-link__btn span:before {
          content: '\f138';
          font-family: Font Awesome\ 5 Free;
          font-size: 3.6111111111vw;
          font-weight: 600;
          right: 0.8rem;
          top: 0;
          bottom: 0;
          display: inline-block;
          position: absolute; }
    .header-nav-link--line .header-nav-link__ttl {
      color: #06C755;
      border-bottom: 0.2777777778vw solid #06C755; }

  .header-nav-bottom {
    display: block;
    width: 100%;
    background-color: #F9F1D5;
    margin-top: 8.3333333333vw;
    padding-top: 8.3333333333vw;
    padding-bottom: 22.2222222222vw;
    color: #0068B6;
    text-align: center; }
    .header-nav-bottom__txt {
      font-family: 'M PLUS Rounded 1c', sans-serif;
      font-size: 3.0555555556vw;
      font-weight: 700;
      line-height: 4.7222222222vw;
      letter-spacing: 0.05em; }
    .header-nav-bottom__ttl {
      width: 66.66%;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 2.7777777778vw;
      display: block;
      position: relative; }
      .header-nav-bottom__ttl span {
        font-size: 5.5555555556vw;
        font-weight: 700;
        line-height: 8.0555555556vw;
        letter-spacing: 0.08em; }
      .header-nav-bottom__ttl::before {
        content: "";
        background-image: url(../img/common/header/line_left.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 3.0555555556vw;
        height: 4.7222222222vw;
        left: 0;
        top: 50%;
        margin-top: -1.6666666667vw;
        display: inline-block;
        position: absolute; }
      .header-nav-bottom__ttl::after {
        content: "";
        background-image: url(../img/common/header/line_right.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 3.0555555556vw;
        height: 4.7222222222vw;
        right: 0;
        top: 50%;
        margin-top: -1.6666666667vw;
        display: inline-block;
        position: absolute; } }
/* overlay ------------*/
.overlay {
  overflow: visible; }
  @media screen and (max-width: 767px) {
    .overlay {
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      display: none;
      width: 100%;
      height: 130%;
      opacity: 0.5;
      background-color: #000; } }

/*------------------------------------------------
button
------------------------------------------------*/
/* -------------- .lnk_btn01 -------------- */
.lnk-btn01 {
  width: 29.6rem;
  padding: 1.5rem 0;
  background: #0068B6;
  border-radius: 3.2rem;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 3px 3px 0px rgba(10, 10, 10, 0.1), 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(10, 10, 10, 0.1), 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 3px 0px rgba(10, 10, 10, 0.1), 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all .3s ease; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .lnk-btn01 {
      width: 24rem; } }
  @media screen and (max-width: 767px) {
    .lnk-btn01 {
      width: 80%;
      padding: 5.5555555556vw 0;
      border-radius: 8.8888888889vw; } }
  .lnk-btn01 span {
    width: 100%;
    position: relative;
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
    color: #fff;
    transition: all .3s ease; }
    @media screen and (max-width: 767px) {
      .lnk-btn01 span {
        font-size: 2.7777777778vw; } }
    .lnk-btn01 span:before {
      content: '\f138';
      font-family: Font Awesome\ 5 Free;
      font-size: 1.7rem;
      font-weight: 600;
      right: 1.2rem;
      top: 0;
      bottom: 0;
      display: inline-block;
      position: absolute;
      transition: all .3s ease; }
      @media screen and (max-width: 767px) {
        .lnk-btn01 span:before {
          font-size: 2.7777777778vw; } }
  .lnk-btn01:hover {
    box-shadow: none;
    transform: translateY(2px); }

/* -------------- .lnk_btn02 //yellow -------------- */
.lnk-btn02 {
  width: 29.6rem;
  padding: 1.5rem 0;
  background: #FCE553;
  border: 2px solid #383838;
  border-radius: 3.2rem;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 3px 0px rgba(10, 10, 10, 0.1), 0px 5px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 5px 3px 0px rgba(10, 10, 10, 0.1), 0px 5px 3px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 5px 0px rgba(10, 10, 10, 0.1), 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
  transition: all .3s ease; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .lnk-btn02 {
      width: 28rem;
      padding: 0.5rem 0; } }
  @media screen and (max-width: 767px) {
    .lnk-btn02 {
      width: 48.3%;
      padding: 2.7777777778vw 0; } }
  .lnk-btn02 span {
    width: 100%;
    position: relative;
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
    color: #333;
    transition: all .3s ease; }
    @media screen and (max-width: 767px) {
      .lnk-btn02 span {
        font-size: 2.7777777778vw; } }
    .lnk-btn02 span:before {
      content: '\f138';
      font-family: Font Awesome\ 5 Free;
      font-size: 1.7rem;
      font-weight: 600;
      right: 1.2rem;
      top: 0;
      bottom: 0;
      display: inline-block;
      position: absolute;
      transition: all .3s ease; }
      @media screen and (max-width: 767px) {
        .lnk-btn02 span:before {
          font-size: 5.5555555556vw;
          right: 3.3333333333vw; } }
  .lnk-btn02:hover {
    box-shadow: none;
    transform: translateY(2px); }

.lcl__ttl {
  font-family: 'Roboto', sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 5.4rem;
  letter-spacing: 0.05em;
  color: #0068B6;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lcl__ttl {
      font-size: 8.3333333333vw;
      line-height: 10.2777777778vw; } }

.lcl__stl {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.08em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lcl__stl {
      font-size: 3.3333333333vw;
      line-height: 4.7222222222vw; } }

/*------------------------------------------------
table
------------------------------------------------*/
.lcl__table01 {
  width: 100%;
  border-top: 1px solid #ccc; }
  .lcl__table01 tr {
    border-bottom: 1px solid #ccc; }
    .lcl__table01 tr th {
      background: #eee;
      padding: 1rem 2rem;
      width: 24%; }
      @media screen and (max-width: 767px) {
        .lcl__table01 tr th {
          width: 100% !important;
          display: block;
          border-bottom: 1px solid #ccc; } }
    .lcl__table01 tr td {
      padding: 1rem 2rem; }
      @media screen and (max-width: 767px) {
        .lcl__table01 tr td {
          display: block; } }

/*------------------------------------------------
link-btn ページ内popup link button
------------------------------------------------*/
.link-btn {
  width: 5rem;
  position: fixed;
  top: 22.5rem;
  right: 0rem;
  z-index: 9999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  .link-btn:hover {
    opacity: 0.8; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .link-btn {
      width: 4rem;
      top: 16rem; } }
  @media screen and (max-width: 767px) {
    .link-btn {
      width: 100vw;
      top: auto;
      bottom: 0; }
      .link-btn img {
        width: 100%; } }

/*------------------------------------------------
hero
------------------------------------------------*/
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: 71rem;
  position: relative;
  background: url(../img/hero/bg_main.webp) transparent center/cover no-repeat; }
  .no-webp .hero {
    background: url(../img/hero/bg_main.jpg) center/cover no-repeat; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hero {
      height: 40rem; } }
  @media screen and (max-width: 767px) {
    .hero {
      width: 100%;
      height: 155.5555555556vw;
      background: url(../img/hero/sp/bg_main.webp) transparent center/cover no-repeat; }
      .no-webp .hero {
        background: url(../img/hero/sp/bg_main.jpg) center/cover no-repeat; } }
  .hero-wrap {
    z-index: 10;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hero-wrap {
        width: 90% !important; } }
  .hero-in {
    width: 59.473rem;
    padding-top: 25%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hero-in {
        width: 55%;
        padding-top: 22%; } }
    @media screen and (max-width: 767px) {
      .hero-in {
        width: 100%;
        padding-top: 100vw; } }
    .hero-in__ttl {
      width: 100%;
      margin-bottom: 3.7rem;
      animation: fadeInAnime 1s linear 0.3s 1; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .hero-in__ttl {
          margin-bottom: 2rem; }
          .hero-in__ttl img {
            width: 40rem; } }
      @media screen and (max-width: 767px) {
        .hero-in__ttl {
          margin-bottom: 5.5555555556vw;
          width: 88.0555555556vw; } }
    .hero-in .lnk-btn01 {
      width: 35.6rem;
      padding: 2rem 0;
      animation: fadeInAnime 1s linear 0.3s 1; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .hero-in .lnk-btn01 {
          width: 60%;
          padding: 1.5rem 0; } }
      @media screen and (max-width: 767px) {
        .hero-in .lnk-btn01 {
          width: 48.0555555556vw;
          padding: 2.7777777778vw 0; } }
      .hero-in .lnk-btn01 span {
        font-size: 2.1rem;
        line-height: 1.8rem; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .hero-in .lnk-btn01 span {
            font-size: 1.7rem;
            line-height: 1.6rem; } }
        @media screen and (max-width: 767px) {
          .hero-in .lnk-btn01 span {
            font-size: 2.7777777778vw; } }

@keyframes fadeInAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*------------------------------------------------
intro
------------------------------------------------*/
.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-top: 15rem;
  background: url(../img/intro/bg_01.webp) transparent center bottom/cover no-repeat; }
  .no-webp .intro {
    background: url(../img/intro/bg_01.jpg) center/cover no-repeat; }
  @media screen and (max-width: 767px) {
    .intro {
      padding-top: 69.4444444444vw; } }
  .intro-lead {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 7.5rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      .intro-lead {
        width: calc( 100% - 16.6666666667vw );
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 15.2777777778vw; } }
  @media screen and (max-width: 767px) and (-ms-high-contrast: none), screen and (max-width: 767px) and (-ms-high-contrast: active) {
    .intro-lead {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
      display: block; } }

    .intro-lead__logo {
      margin-bottom: 3rem; }
      @media screen and (max-width: 767px) {
        .intro-lead__logo {
          margin-bottom: 2.7777777778vw; } }
    .intro-lead__ttl {
      font-size: 4rem;
      font-weight: 400;
      line-height: 5.8rem;
      letter-spacing: 0;
      color: #0068B6;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .intro-lead__ttl {
          font-size: 3.6rem;
          line-height: 5.5rem; } }
      @media screen and (max-width: 767px) {
        .intro-lead__ttl {
          border: 1;
          font-size: 6.3888888889vw;
          line-height: 10vw;
          position: absolute;
          top: -61.1111111111vw; } }
      .intro-lead__ttl .bg {
        color: #fff;
        padding: 0 1rem;
        display: inline-block;
        background: linear-gradient(transparent 0%, #0068B6 0%); }
        @media screen and (max-width: 767px) {
          .intro-lead__ttl .bg {
            padding: 0 2.2222222222vw 0.2777777778vw 2.7777777778vw; } }
      .intro-lead__ttl .bold {
        font-size: 4.6rem;
        font-weight: 900;
        line-height: 5.7rem;
        letter-spacing: 0.03em; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .intro-lead__ttl .bold {
            font-size: 4.2rem;
            line-height: 5rem; } }
        @media screen and (max-width: 767px) {
          .intro-lead__ttl .bold {
            font-size: 6.9444444444vw;
            line-height: 10vw; } }
    .intro-lead__txt {
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 3.2rem;
      letter-spacing: 0.05em;
      padding-top: 1.5rem; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .intro-lead__txt {
          font-size: 1.6rem;
          line-height: 3rem; } }
      @media screen and (max-width: 767px) {
        .intro-lead__txt {
          font-size: 4.1666666667vw;
          line-height: 6.6666666667vw;
          letter-spacing: 0;
          text-align: center; } }
    .intro-lead__video {
      margin-top: 9rem;
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      @media screen and (max-width: 767px) {
        .intro-lead__video {
          margin-top: 83.3333333333vw; } }
      .intro-lead__video iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }
    .intro-lead__illust01 {
      position: absolute;
      left: -31rem;
      top: 1rem;
      animation: anime01 2.5s linear 0s infinite; }
      @media screen and (max-width: 767px) {
        .intro-lead__illust01 {
          top: 72.2222222222vw;
          left: 0;
          width: 44.1666666667vw; } }
    .intro-lead__illust02-1 {
      position: absolute;
      right: -14rem;
      top: 1rem;
      animation: jump 1.2s linear 0s infinite; }
      @media screen and (max-width: 767px) {
        .intro-lead__illust02-1 {
          top: 63.8888888889vw;
          right: 16.6666666667vw;
          width: 25.5555555556vw; } }
    .intro-lead__illust02-2 {
      position: absolute;
      right: -14rem;
      top: 36rem; }
      @media screen and (max-width: 767px) {
        .intro-lead__illust02-2 {
          top: 125vw;
          right: 16.6666666667vw;
          width: 21.3888888889vw; } }
    .intro-lead__illust03-1 {
      position: absolute;
      right: -26.5rem;
      top: 10rem;
      animation: jump 1.2s linear 0.5s infinite; }
      @media screen and (max-width: 767px) {
        .intro-lead__illust03-1 {
          top: 80.5555555556vw;
          right: 0;
          width: 18.3333333333vw; } }
    .intro-lead__illust03-2 {
      position: absolute;
      right: -25rem;
      top: 36rem; }
      @media screen and (max-width: 767px) {
        .intro-lead__illust03-2 {
          top: 125vw;
          right: 0;
          width: 15.8333333333vw; } }
  .intro-director {
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 8.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    background: url(../img/intro/bg_02.webp) transparent center/cover no-repeat; }
    .no-webp .intro-director {
      background: url(../img/intro/bg_02.jpg) center/cover no-repeat; }
    @media screen and (max-width: 767px) {
      .intro-director {
        display: block;
        padding-top: 20.8333333333vw;
        padding-bottom: 4.1666666667vw;
        background: url(../img/intro/sp/bg_02.webp) transparent center/cover no-repeat; }
        .no-webp .intro-director {
          background: url(../img/intro/sp/bg_02.jpg) center/cover no-repeat; } }
    .intro-director-item {
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: flex-start;
      position: relative;
      margin-bottom: 3.5rem; }
      @media screen and (max-width: 767px) {
        .intro-director-item {
          margin-bottom: 15.5555555556vw; } }
      .intro-director-item__box {
        width: 48.648%;
        max-width: 54rem; }
        @media screen and (max-width: 767px) {
          .intro-director-item__box {
            width: 100%;
            max-width: 100%; } }
        .intro-director-item__box h3 {
          font-size: 3.4rem;
          font-weight: 700;
          line-height: 5.5rem;
          letter-spacing: 0.08em;
          padding-left: 4rem;
          padding-top: 1.4rem;
          padding-bottom: 1.8rem;
          position: relative; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .intro-director-item__box h3 {
              font-size: 3.2rem;
              line-height: 5rem; } }
          @media screen and (max-width: 767px) {
            .intro-director-item__box h3 {
              font-size: 6.3888888889vw;
              line-height: 9.7222222222vw;
              padding-left: 8.3333333333vw;
              padding-top: 0;
              padding-bottom: 0; } }
          .intro-director-item__box h3::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 1rem;
            height: 100%;
            background-color: #fff; }
            @media screen and (max-width: 767px) {
              .intro-director-item__box h3::before {
                width: 2.7777777778vw; } }
        .intro-director-item__box-txt01 {
          font-size: 1.8rem;
          font-weight: 500;
          line-height: 3rem;
          letter-spacing: 0.08em;
          padding-top: 3rem; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .intro-director-item__box-txt01 {
              font-size: 1.6rem;
              line-height: 2.8rem; } }
          @media screen and (max-width: 767px) {
            .intro-director-item__box-txt01 {
              font-size: 4.1666666667vw;
              line-height: 6.3888888889vw;
              padding-top: 4.1666666667vw; } }
        .intro-director-item__box--bg {
          padding: 2rem 2rem 5.4rem 2rem;
          border-radius: 3.4rem;
          background: rgba(255, 255, 255, 0.23); }
          @media screen and (max-width: 767px) {
            .intro-director-item__box--bg {
              padding: 2.7777777778vw 2.7777777778vw 5.5555555556vw 2.7777777778vw;
              border-radius: 8.3333333333vw;
              margin-top: 6.9444444444vw;
              min-height: 83.0555555556vw; } }
      .intro-director-item__head {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start; }
        .intro-director-item__head-wrap {
          padding-top: 4rem; }
          @media screen and (max-width: 767px) {
            .intro-director-item__head-wrap {
              padding-top: 6.1111111111vw; } }
          .intro-director-item__head-wrap-txt01 {
            font-size: 2.6rem;
            font-weight: 700;
            line-height: 3.7rem;
            letter-spacing: 0.08em; }
            @media (min-width: 768px) and (max-width: 1023px) {
              .intro-director-item__head-wrap-txt01 {
                font-size: 2.4rem;
                line-height: 3.5rem; } }
            @media screen and (max-width: 767px) {
              .intro-director-item__head-wrap-txt01 {
                font-size: 4.4444444444vw;
                line-height: 6.6666666667vw; } }
          .intro-director-item__head-wrap-txt02 {
            font-size: 2.2rem;
            font-weight: 400;
            line-height: 3.2rem;
            letter-spacing: 0.08em;
            color: #AAD6F8;
            padding-top: 0.7rem; }
            @media (min-width: 768px) and (max-width: 1023px) {
              .intro-director-item__head-wrap-txt02 {
                font-size: 2rem;
                line-height: 3rem; } }
            @media screen and (max-width: 767px) {
              .intro-director-item__head-wrap-txt02 {
                font-size: 3.6111111111vw;
                line-height: 5.2777777778vw;
                letter-spacing: 0.1em; } }
          .intro-director-item__head-wrap-name {
            font-size: 3.4rem;
            font-weight: 700;
            line-height: 4.9rem;
            letter-spacing: 0.08em; }
            @media (min-width: 768px) and (max-width: 1023px) {
              .intro-director-item__head-wrap-name {
                font-size: 3.2rem;
                line-height: 4.7rem; } }
            @media screen and (max-width: 767px) {
              .intro-director-item__head-wrap-name {
                font-size: 6.1111111111vw;
                line-height: 8.8888888889vw;
                padding-top: 0.2777777778vw; } }
        @media screen and (max-width: 767px) {
          .intro-director-item__head-img {
            width: 38.8888888889vw; } }
      .intro-director-item__txt {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2.8rem;
        letter-spacing: 0.08em;
        padding-top: 1rem; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .intro-director-item__txt {
            font-size: 1.3rem;
            line-height: 2.6rem; } }
        @media screen and (max-width: 767px) {
          .intro-director-item__txt {
            font-size: 3.6111111111vw;
            line-height: 6.1111111111vw;
            letter-spacing: 0.1em;
            padding-top: 5.5555555556vw; } }

@keyframes anime01 {
  0% {
    transform: translate(0%, 0%); }
  5% {
    transform: translate(5%, 0%) rotate(5deg); }
  25% {
    transform: translate(10%, 0%) rotate(10deg); }
  30% {
    transform: translate(-5%, 0%) rotate(-5deg); }
  35% {
    transform: translate(-7%, 0%) rotate(-7deg); }
  45% {
    transform: translate(5%, 0%) rotate(5deg); }
  50% {
    transform: translate(7%, 0%) rotate(7deg); }
  60% {
    transform: translate(-3%, 0%) rotate(-3deg); }
  65% {
    transform: translate(-4%, 0%) rotate(-4deg); }
  75% {
    transform: translate(0%, 0%) rotate(0deg); }
  100% {
    transform: translate(0%, 0%) rotate(0deg); } }
/*------------------------------------------------
study
------------------------------------------------*/
.study {
  padding-top: 13rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .study {
      padding-top: 22.2222222222vw; } }
  .study::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 210px solid #F7F7F7;
    border-bottom: 180px solid transparent; }
    @media screen and (max-width: 767px) {
      .study::before {
        display: none; } }
  .study::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-right: 210px solid #F7F7F7;
    border-bottom: 180px solid transparent; }
    @media screen and (max-width: 767px) {
      .study::after {
        border-right: 100vw solid #F7F7F7;
        border-bottom: 83.3333333333vw solid transparent; } }
  .study-wrap {
    padding-bottom: 33.4rem;
    border-bottom: 1.2rem solid #0068B6;
    position: relative; }
    @media screen and (max-width: 767px) {
      .study-wrap {
        padding-bottom: 66.6666666667vw; } }
    .study-wrap::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      border-right: 210px solid transparent;
      border-bottom: 180px solid #F7F7F7; }
      @media screen and (max-width: 767px) {
        .study-wrap::before {
          border-right: 100vw solid transparent;
          border-bottom: 83.3333333333vw solid #F7F7F7; } }
    .study-wrap::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      border-left: 210px solid transparent;
      border-bottom: 180px solid #F7F7F7; }
      @media screen and (max-width: 767px) {
        .study-wrap::after {
          display: none; } }
  .study-intro {
    position: relative; }
    .study-intro-wrap {
      width: 100%;
      height: 68.4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      align-items: flex-start;
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .study-intro-wrap {
          height: auto; } }
      @media screen and (max-width: 767px) {
        .study-intro-wrap {
          height: auto; } }
      .study-intro-wrap__con {
        width: 50%;
        position: relative; }
        @media screen and (max-width: 767px) {
          .study-intro-wrap__con {
            width: 100%;
            order: 2; } }
        .study-intro-wrap__con-block {
          width: 56.8rem;
          padding-top: 7.3rem;
          margin-right: 7rem;
          margin-left: auto; }
          @media (min-width: 1023px) and (max-width: 1300px) {
            .study-intro-wrap__con-block {
              width: calc(100% - 40px);
              margin-right: 0;
              margin-left: 3rem;
              padding-top: 3rem;
              padding-right: 1rem; } }
  @media (min-width: 1023px) and (max-width: 1300px) and (-ms-high-contrast: none), (min-width: 1023px) and (max-width: 1300px) and (-ms-high-contrast: active) {
    .study-intro-wrap__con-block {
      width: 100%;
      padding-left: auto;
      padding-right: 30px; } }

          @media (min-width: 768px) and (max-width: 1023px) {
            .study-intro-wrap__con-block {
              width: calc(100% - 30px);
              margin-right: 0;
              margin-left: 30px;
              padding-top: 3rem; } }
  @media (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: none), (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: active) {
    .study-intro-wrap__con-block {
      width: 100%;
      padding-left: auto;
      padding-right: 30px; } }

          @media screen and (max-width: 767px) {
            .study-intro-wrap__con-block {
              width: calc( 100% - 8.3333333333vw );
              margin-right: auto;
              margin-left: auto;
              padding-top: 0; } }
  @media screen and (max-width: 767px) and (-ms-high-contrast: none), screen and (max-width: 767px) and (-ms-high-contrast: active) {
    .study-intro-wrap__con-block {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      display: block; } }

        .study-intro-wrap__con-stl {
          margin-bottom: 4.5rem; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .study-intro-wrap__con-stl {
              width: 70%;
              margin-bottom: 2rem; } }
          @media screen and (max-width: 767px) {
            .study-intro-wrap__con-stl {
              width: 87.7777777778vw;
              z-index: 1;
              top: -133.8888888889vw;
              position: absolute;
              left: 0;
              right: 0;
              margin: auto; } }
        .study-intro-wrap__con-ttl {
          font-size: 3.4rem;
          font-weight: 700;
          line-height: 4.9rem;
          letter-spacing: 0.08em;
          color: #0068B6;
          padding-bottom: 4rem; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .study-intro-wrap__con-ttl {
              font-size: 2.4rem;
              line-height: 3rem;
              padding-bottom: 2rem; } }
          @media screen and (max-width: 767px) {
            .study-intro-wrap__con-ttl {
              font-size: 6.3888888889vw;
              line-height: 9.7222222222vw;
              padding-top: 6.9444444444vw;
              padding-bottom: 4.1666666667vw; } }
        .study-intro-wrap__con-txt {
          width: 56.8rem;
          font-size: 1.8rem;
          font-weight: 400;
          line-height: 3.2rem;
          letter-spacing: 0.08em; }
          @media (min-width: 1023px) and (max-width: 1300px) {
            .study-intro-wrap__con-txt {
              width: 100%;
              font-size: 1.6rem; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .study-intro-wrap__con-txt {
              font-size: 1.4rem;
              line-height: 2.8rem;
              width: 100%; } }
          @media screen and (max-width: 767px) {
            .study-intro-wrap__con-txt {
              width: 100%;
              font-size: 3.6111111111vw;
              line-height: 6.1111111111vw; } }
      .study-intro-wrap__img {
        width: 50%; }
        @media screen and (max-width: 767px) {
          .study-intro-wrap__img {
            width: 100%;
            order: 1;
            margin-top: 55.5555555556vw; } }
        .study-intro-wrap__img img {
          width: 100%; }
  .study-bg {
    background: rgba(255, 245, 210, 0.8);
    padding-bottom: 8.5rem; }
    @media screen and (max-width: 767px) {
      .study-bg {
        padding-bottom: 70.8333333333vw; } }
  .study-about {
    padding-bottom: 4rem;
    border: 4px solid #0068B6;
    border-radius: 1rem;
    background: #fff;
    position: absolute;
    top: -15rem;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .study-about {
        padding: 4.1666666667vw 4.1666666667vw 36.1111111111vw 4.1666666667vw;
        top: -26.6666666667vw; } }
    .study-about__ttl {
      background: #0068B6;
      border-radius: 4.7rem;
      font-size: 3.4rem;
      font-weight: 700;
      line-height: 4.9rem;
      letter-spacing: 0.08em;
      color: #fff;
      text-align: center;
      padding: 2rem 5.5rem;
      margin-top: -4.5rem; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .study-about__ttl {
          font-size: 3.2rem;
          line-height: 4.7rem; } }
      @media screen and (max-width: 767px) {
        .study-about__ttl {
          border-radius: 8.0555555556vw;
          font-size: 5.5555555556vw;
          line-height: 9.7222222222vw;
          padding: 2.7777777778vw 8.3333333333vw;
          margin-top: -12.5vw; } }
    .study-about__txt {
      width: 100%;
      padding-top: 4rem;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 3.2rem;
      letter-spacing: 0.08em;
      text-align: center;
      color: #333; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .study-about__txt {
          font-size: 1.6rem;
          line-height: 3rem; } }
      @media screen and (max-width: 767px) {
        .study-about__txt {
          padding-top: 4rem;
          font-size: 4.7222222222vw;
          line-height: 7.5vw; } }
      .study-about__txt span {
        font-size: 2rem;
        font-weight: 700;
        color: #0068B6;
        background: linear-gradient(transparent 50%, #FEDA3E 50%); }
        @media (min-width: 768px) and (max-width: 1023px) {
          .study-about__txt span {
            font-size: 1.8rem; } }
        @media screen and (max-width: 767px) {
          .study-about__txt span {
            font-size: 5.5555555556vw; } }
    .study-about__img {
      padding-top: 5.5rem; }
      @media screen and (max-width: 767px) {
        .study-about__img {
          padding-top: 5vw;
          width: 80.5555555556vw; } }
      .study-about__img img {
        width: 100%; }
    .study-about .illust01-1 {
      position: absolute;
      left: 1rem;
      top: -7rem;
      animation: jump2 2s linear 0.5s infinite; }
      @media screen and (max-width: 767px) {
        .study-about .illust01-1 {
          width: 43.6111111111vw;
          top: auto;
          bottom: -11.1111111111vw; } }
      .study-about .illust01-1 img {
        width: 100%; }
    .study-about .illust01-2 {
      position: absolute;
      left: 8rem;
      top: 18rem; }
      @media screen and (max-width: 767px) {
        .study-about .illust01-2 {
          width: 23.6111111111vw;
          top: auto;
          bottom: -40.2777777778vw;
          left: 16.6666666667vw; } }
      .study-about .illust01-2 img {
        width: 100%; }
    .study-about .illust02-1 {
      position: absolute;
      right: 1rem;
      bottom: -20rem;
      top: -3rem;
      animation: jump2 2s linear 0.5s infinite; }
      @media screen and (max-width: 767px) {
        .study-about .illust02-1 {
          width: 39.7222222222vw;
          top: auto;
          bottom: -16.6666666667vw; } }
      .study-about .illust02-1 img {
        width: 100%; }
    .study-about .illust02-2 {
      position: absolute;
      right: 4rem;
      top: 23rem; }
      @media screen and (max-width: 767px) {
        .study-about .illust02-2 {
          width: 29.4444444444vw;
          top: auto;
          bottom: -40.2777777778vw; } }
      .study-about .illust02-2 img {
        width: 100%; }
@keyframes jump2 {
  0% {
    transform: translate(0%, 0%); }
  10% {
    transform: translate(0%, 2%); }
  40% {
    transform: translate(0%, 4%); }
  50% {
    transform: translate(0%, 6%); }
  60% {
    transform: translate(0%, 6%); }
  75% {
    transform: translate(0%, 4%); }
  85% {
    transform: translate(0%, 2%); }
  100% {
    transform: translate(0%, 0%); } }
  .study-app {
    padding-top: 11.5rem;
    background: url(../img/study/app/bg_01.webp) transparent top center/contain no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column; }
    .no-webp .study-app {
      background: url(../img/study/app/bg_01.png) top center/contain no-repeat; }
    @media screen and (max-width: 767px) {
      .study-app {
        padding-top: 15.2777777778vw;
        margin-top: 12.5vw;
        background: url(../img/study/app/sp/bg_01.webp) transparent top center/contain no-repeat; }
        .no-webp .study-app {
          background: url(../img/study/app/sp/bg_01.png) top center/contain no-repeat; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .study-app h2 {
        width: 40%; } }
    @media screen and (max-width: 767px) {
      .study-app h2 {
        width: 90vw !important; } }
    .study-app h2 img {
      width: 100%; }
    .study-app__stl01 {
      padding-top: 8.5rem;
      position: relative;
      text-align: center;
      color: #0068B6;
      font-size: 2.8rem;
      font-weight: 700;
      line-height: 4rem;
      letter-spacing: 0.08em; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .study-app__stl01 {
          font-size: 2.6rem;
          line-height: 3.8rem; } }
      @media screen and (max-width: 767px) {
        .study-app__stl01 {
          padding-top: 9.7222222222vw;
          text-align: center;
          font-size: 4.7222222222vw;
          line-height: 6.9444444444vw;
          text-align: center; } }
      .study-app__stl01::before {
        content: "";
        background-image: url(../img/study/app/ttl_line01.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 17.955rem;
        height: 10.815rem;
        left: -22.5rem;
        bottom: 0;
        display: inline-block;
        position: absolute; }
        @media screen and (max-width: 767px) {
          .study-app__stl01::before {
            display: none; } }
      .study-app__stl01::after {
        content: "";
        background-image: url(../img/study/app/ttl_line02.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 17.955rem;
        height: 10.815rem;
        right: -20rem;
        bottom: 0;
        display: inline-block;
        position: absolute; }
        @media screen and (max-width: 767px) {
          .study-app__stl01::after {
            display: none; } }
    .study-app-item {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      position: relative; }
      @media screen and (max-width: 767px) {
        .study-app-item {
          display: block; } }
      .study-app-item-block {
        width: 48.28%;
        max-width: 53.6rem; }
        @media screen and (max-width: 767px) {
          .study-app-item-block {
            width: 100%;
            max-width: 100%; } }
        .study-app-item-block__ttl {
          height: 11rem;
          font-size: 3rem;
          font-weight: 700;
          line-height: 4.4rem;
          letter-spacing: 0.08em;
          padding-top: 2.5rem;
          padding-left: 13rem;
          color: #0068B6;
          position: relative; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .study-app-item-block__ttl {
              height: 8.6rem;
              font-size: 2rem;
              line-height: 3.6rem;
              padding-left: 9.5rem;
              letter-spacing: 0;
              padding-top: 1rem; } }
          @media screen and (max-width: 767px) {
            .study-app-item-block__ttl {
              height: 18.3777777778vw;
              font-size: 4.7222222222vw;
              line-height: 6.9444444444vw;
              padding-top: 5.5555555556vw;
              padding-left: 22.2222222222vw; } }
          .study-app-item-block__ttl::before {
            content: "";
            background-repeat: no-repeat;
            background-size: cover;
            width: 11.198rem;
            height: 10.585rem;
            left: 0;
            top: 0;
            display: inline-block;
            position: absolute; }
            @media (min-width: 768px) and (max-width: 1023px) {
              .study-app-item-block__ttl::before {
                width: 9rem;
                height: 8.507rem; } }
            @media screen and (max-width: 767px) {
              .study-app-item-block__ttl::before {
                width: 19.4444444444vw;
                height: 18.3777777778vw; } }
          .study-app-item-block__ttl span {
            position: relative; }
            .study-app-item-block__ttl span::after {
              content: "";
              background-image: url(../img/study/app/stl_line.svg);
              background-repeat: no-repeat;
              background-size: cover;
              width: 3.066rem;
              height: 3.095rem;
              right: -3rem;
              top: -1rem;
              display: inline-block;
              position: absolute; }
              @media screen and (max-width: 767px) {
                .study-app-item-block__ttl span::after {
                  width: 5.4138888889vw;
                  height: 5.4583333333vw;
                  right: -5.5555555556vw;
                  top: -2.7777777778vw; } }
        .study-app-item-block__txt {
          font-size: 1.8rem;
          font-weight: 500;
          line-height: 3.2rem;
          letter-spacing: 0.05em;
          padding-top: 2rem; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .study-app-item-block__txt {
              font-size: 1.6rem;
              line-height: 3rem; } }
          @media screen and (max-width: 767px) {
            .study-app-item-block__txt {
              font-size: 3.6111111111vw;
              line-height: 6.1111111111vw;
              padding-top: 4.1666666667vw; } }
        .study-app-item-block__txt02 {
          background: #fff;
          border: 1px solid #0068B6;
          font-size: 1.4rem;
          font-weight: 500;
          line-height: 2.9rem;
          letter-spacing: 0.03em;
          padding: 1.5rem 2rem;
          color: #0068B6;
          margin-top: 3.5rem; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .study-app-item-block__txt02 {
              font-size: 1.3rem;
              line-height: 2.7rem; } }
          @media screen and (max-width: 767px) {
            .study-app-item-block__txt02 {
              font-size: 3.6111111111vw;
              line-height: 6.1111111111vw;
              margin-top: 4.1666666667vw;
              padding: 4.1666666667vw 2.7777777778vw; } }
          .study-app-item-block__txt02 span {
            font-weight: 700; }
      .study-app-item__img {
        width: 51.17%;
        max-width: 56.8rem;
        position: relative; }
        @media screen and (max-width: 767px) {
          .study-app-item__img {
            width: 100%;
            max-width: 100%;
            margin-top: 6.3888888889vw; }
            .study-app-item__img img {
              width: 100%; } }
      .study-app-item .study-app__illust01 {
        position: absolute;
        left: 0;
        top: 6rem;
        animation: jump2 2s linear 0.5s infinite; }
        @media screen and (max-width: 767px) {
          .study-app-item .study-app__illust01 {
            width: 39.7222222222vw; } }
      .study-app-item .study-app__illust02 {
        position: absolute;
        left: -3rem;
        bottom: -10rem;
        animation: jump2 2s linear 0.5s infinite; }
        @media screen and (max-width: 767px) {
          .study-app-item .study-app__illust02 {
            width: 41.5194444444vw;
            left: -2.7777777778vw; } }
      .study-app-item .study-app__illust03 {
        position: absolute;
        right: -8rem;
        bottom: -10rem;
        animation: jump2 2s linear 0.5s infinite; }
        @media screen and (max-width: 767px) {
          .study-app-item .study-app__illust03 {
            right: -2.7777777778vw;
            width: 39.6083333333vw; } }
      .study-app-item .study-app__illust04 {
        position: absolute;
        left: -2rem;
        top: 6rem;
        animation: jump2 2s linear 0.5s infinite;
        z-index: 10; }
        @media screen and (max-width: 767px) {
          .study-app-item .study-app__illust04 {
            left: -0.5555555556vw;
            width: 31.8305555556vw; } }
      .study-app-item .study-app__illust06 {
        position: absolute;
        right: 0;
        top: 18rem;
        animation: jump2 2s linear 0.5s infinite; }
        @media screen and (max-width: 767px) {
          .study-app-item .study-app__illust06 {
            width: 61.5472222222vw;
            top: auto;
            bottom: -22.2222222222vw; } }
      .study-app-item__box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        margin-top: 3rem; }
        @media screen and (max-width: 767px) {
          .study-app-item__box {
            width: 100% !important;
            margin-top: 11.1111111111vw; } }
        .study-app-item__box-img {
          width: 51.17%;
          max-width: 56.8rem; }
          @media screen and (max-width: 767px) {
            .study-app-item__box-img {
              width: 100%;
              max-width: 100%; }
              .study-app-item__box-img img {
                width: 100%; } }
        .study-app-item__box-img02 {
          width: 48.28%;
          max-width: 53.6rem; }
          @media screen and (max-width: 767px) {
            .study-app-item__box-img02 {
              width: 100%;
              max-width: 100%;
              margin-top: 5.5555555556vw; }
              .study-app-item__box-img02 img {
                width: 100%; } }
      .study-app-item-img {
        margin-top: -5rem;
        position: relative; }
        @media screen and (max-width: 767px) {
          .study-app-item-img {
            margin-top: 2.7777777778vw;
            width: 91.6666666667vw; } }
        .study-app-item-img img {
          width: 100%; }
      .study-app-item--01 {
        margin-top: 11rem; }
        @media screen and (max-width: 767px) {
          .study-app-item--01 {
            margin-top: 2.7777777778vw; } }
        .study-app-item--01 .study-app-item-block__ttl {
          margin-top: 2.5rem; }
          .study-app-item--01 .study-app-item-block__ttl:before {
            background-image: url(../img/study/app/ballon_01.svg); }
      .study-app-item--02 {
        margin-top: 16.7rem; }
        @media screen and (max-width: 767px) {
          .study-app-item--02 {
            margin-top: 22.2222222222vw; } }
        .study-app-item--02 .study-app-item-block__ttl {
          margin-top: -1.7rem; }
          @media screen and (max-width: 767px) {
            .study-app-item--02 .study-app-item-block__ttl {
              margin-top: 0; } }
          .study-app-item--02 .study-app-item-block__ttl:before {
            background-image: url(../img/study/app/ballon_02.svg); }
            @media screen and (max-width: 767px) {
              .study-app-item--02 .study-app-item-block__ttl:before {
                top: 3.6111111111vw; } }
          .study-app-item--02 .study-app-item-block__ttl span::after {
            right: 12.5rem; }
            @media (min-width: 768px) and (max-width: 1023px) {
              .study-app-item--02 .study-app-item-block__ttl span::after {
                right: 6rem; } }
            @media screen and (max-width: 767px) {
              .study-app-item--02 .study-app-item-block__ttl span::after {
                right: 20.2777777778vw; } }
        @media screen and (max-width: 767px) {
          .study-app-item--02 .study-app-item-block__txt {
            padding-top: 6.9444444444vw; } }
      .study-app-item--03 {
        margin-top: 13rem; }
        @media screen and (max-width: 767px) {
          .study-app-item--03 {
            margin-top: 31.9444444444vw; } }
        .study-app-item--03 .study-app-item-block__ttl:before {
          background-image: url(../img/study/app/ballon_03.svg); }
          @media screen and (max-width: 767px) {
            .study-app-item--03 .study-app-item-block__ttl:before {
              top: 3.6111111111vw; } }
        .study-app-item--03 .study-app-item-block__ttl span::after {
          right: -3.5rem;
          top: -1.5rem; }
          @media screen and (max-width: 767px) {
            .study-app-item--03 .study-app-item-block__ttl span::after {
              right: -5.5555555556vw; } }
        @media screen and (max-width: 767px) {
          .study-app-item--03 .study-app-item-block__txt {
            padding-top: 6.9444444444vw; } }
      .study-app-item--04 {
        margin-top: 14rem; }
        @media screen and (max-width: 767px) {
          .study-app-item--04 {
            margin-top: 22.2222222222vw; } }
        .study-app-item--04 .study-app-item-block__ttl {
          margin-top: 4rem;
          text-indent: 1em;
          padding-left: 9rem;
          letter-spacing: -0.01em; }
          @media screen and (max-width: 767px) {
            .study-app-item--04 .study-app-item-block__ttl {
              padding-left: 19.4444444444vw; } }
          .study-app-item--04 .study-app-item-block__ttl:before {
            background-image: url(../img/study/app/ballon_04.svg); }
            @media screen and (max-width: 767px) {
              .study-app-item--04 .study-app-item-block__ttl:before {
                top: 3.6111111111vw; } }
          .study-app-item--04 .study-app-item-block__ttl span::after {
            right: 29rem; }
            @media (min-width: 768px) and (max-width: 1023px) {
              .study-app-item--04 .study-app-item-block__ttl span::after {
                right: 24rem; } }
            @media screen and (max-width: 767px) {
              .study-app-item--04 .study-app-item-block__ttl span::after {
                right: 16.5rem; } }
        @media screen and (max-width: 767px) {
          .study-app-item--04 .study-app-item-block__txt {
            padding-top: 6.9444444444vw; } }
      .study-app-item--05 {
        margin-top: -0.5rem; }
        .study-app-item--05 .study-app-item-block__ttl {
          margin-top: 5.5rem; }
          .study-app-item--05 .study-app-item-block__ttl:before {
            background-image: url(../img/study/app/ballon_05.svg); }
        .study-app-item--05 span::after {
          right: -3.5rem; }
          @media screen and (max-width: 767px) {
            .study-app-item--05 span::after {
              right: -5.5555555556vw; } }
      .study-app-item--reversed {
        flex-direction: row-reverse; }
        @media screen and (max-width: 767px) {
          .study-app-item--reversed {
            flex-direction: column-reverse; } }
  .study-material {
    margin-top: 21rem;
    padding-bottom: 4rem;
    border: 4px solid #0068B6;
    border-radius: 1rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .study-material {
        margin-top: 45.8333333333vw;
        padding-bottom: 0vw;
        padding-top: 8.3333333333vw;
        border: 0.8333333333vw solid #0068B6;
        border-radius: 2.7777777778vw;
        left: 0;
        right: 0;
        position: absolute; } }
    .study-material__ttl {
      background: #0068B6;
      border-radius: 4.7rem;
      font-size: 3.4rem;
      font-weight: 700;
      line-height: 4.9rem;
      letter-spacing: 0.08em;
      color: #fff;
      text-align: center;
      padding: 1.5rem 5.5rem;
      margin-top: -4.5rem; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .study-material__ttl {
          font-size: 3.2rem;
          line-height: 4.7rem; } }
      @media screen and (max-width: 767px) {
        .study-material__ttl {
          font-size: 5.5555555556vw;
          line-height: 8.0555555556vw;
          border-radius: 13.0555555556vw;
          padding: 2.7777777778vw 5.5555555556vw;
          margin-top: -16.6666666667vw; } }
    .study-material-list {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      align-items: start;
      position: relative;
      padding-top: 5rem; }
      @media screen and (max-width: 767px) {
        .study-material-list {
          padding: 8.3333333333vw 2.7777777778vw; } }
      .study-material-list__item {
        width: 34rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; }
        @media screen and (max-width: 767px) {
          .study-material-list__item {
            width: 83.0555555556vw;
            padding-bottom: 11.1111111111vw; }
            .study-material-list__item img {
              width: 100%; } }
        .study-material-list__item-txt {
          width: 24.5rem;
          border: 1px solid #0068B6;
          border-radius: 2.4rem;
          font-size: 2rem;
          font-weight: 700;
          line-height: 2.9rem;
          letter-spacing: 0.05em;
          color: #0068B6;
          text-align: center;
          margin-top: 2rem;
          padding: 0.8rem 0; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .study-material-list__item-txt {
              font-size: 1/8rem;
              line-height: 2.7rem; } }
          @media screen and (max-width: 767px) {
            .study-material-list__item-txt {
              width: 56.9444444444vw;
              font-size: 4.7222222222vw;
              line-height: 6.6666666667vw;
              margin-top: 0.1388888889vw; } }
          .study-material-list__item-txt--02 {
            width: 34.9rem;
            margin-top: 0.8rem; }
            @media screen and (max-width: 767px) {
              .study-material-list__item-txt--02 {
                width: 100%; } }
        @media screen and (max-width: 767px) {
          .study-material-list__item:first-child img {
            margin-bottom: -5.5555555556vw; } }
  .study-contact {
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 5rem;
    background: url(../img/study/contact/bg_01.webp) transparent top center/cover no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column; }
    .no-webp .study-contact {
      background: url(../img/study/contact/bg_01.jpg) top center/cover no-repeat; }
    @media screen and (max-width: 767px) {
      .study-contact {
        background: url(../img/study/contact/sp/bg_01.webp) transparent top center/cover no-repeat;
        margin-top: 188.8888888889vw;
        padding-top: 19.4444444444vw;
        padding-bottom: 13.8888888889vw; }
        .no-webp .study-contact {
          background: url(../img/study/contact/sp/bg_01.jpg) top center/cover no-repeat; } }
    .study-contact:before {
      position: absolute;
      top: 0;
      left: 50%;
      border: solid transparent;
      content: " ";
      border-top-color: #FFF7DB;
      border-width: 21px;
      margin-left: -21px; }
      @media screen and (max-width: 767px) {
        .study-contact:before {
          border-top-color: #fff;
          border-width: 5.8333333333vw;
          margin-left: -5.8333333333vw; } }
    .study-contact__txt {
      padding-bottom: 3rem; }
      @media screen and (max-width: 767px) {
        .study-contact__txt {
          padding-bottom: 8.3333333333vw; } }
      .study-contact__txt span {
        font-size: 3rem;
        font-weight: 700;
        line-height: 4.4rem;
        letter-spacing: 0.08em;
        color: #fff;
        text-align: center;
        position: relative; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .study-contact__txt span {
            font-size: 2.8rem;
            line-height: 4.2rem; } }
        @media screen and (max-width: 767px) {
          .study-contact__txt span {
            font-size: 6.3888888889vw;
            line-height: 9.4444444444vw; } }
        .study-contact__txt span::before {
          content: "";
          background-image: url(../img/study/contact/bg_line01.svg);
          background-repeat: no-repeat;
          background-size: cover;
          width: 1.912rem;
          height: 2.973rem;
          left: -4rem;
          bottom: 0;
          display: inline-block;
          position: absolute; }
          @media screen and (max-width: 767px) {
            .study-contact__txt span::before {
              width: 5.3111111111vw;
              height: 8.2583333333vw;
              left: -8.3333333333vw; } }
        .study-contact__txt span::after {
          content: "";
          background-image: url(../img/study/contact/bg_line02.svg);
          background-repeat: no-repeat;
          background-size: cover;
          width: 1.912rem;
          height: 2.973rem;
          right: -4rem;
          bottom: 0;
          display: inline-block;
          position: absolute; }
          @media screen and (max-width: 767px) {
            .study-contact__txt span::after {
              width: 5.5555555556vw;
              height: 8.2583333333vw;
              right: -8.3333333333vw; } }
    .study-contact .lnk-btn02 {
      padding-top: 2rem;
      padding-bottom: 2rem; }
      @media screen and (max-width: 767px) {
        .study-contact .lnk-btn02 {
          width: 86.1111111111vw; } }
      .study-contact .lnk-btn02 span {
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          .study-contact .lnk-btn02 span {
            font-size: 5.5555555556vw; } }
        .study-contact .lnk-btn02 span:before {
          color: #fff;
          font-size: 1.8rem;
          z-index: 1; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .study-contact .lnk-btn02 span:before {
              font-size: 1.6rem; } }
        .study-contact .lnk-btn02 span:after {
          content: '●';
          font-family: Font Awesome\ 5 Free;
          font-size: 1.6rem;
          font-weight: 600;
          right: 1.2rem;
          top: 0.01rem;
          bottom: 0;
          display: inline-block;
          position: absolute;
          transition: all .3s ease;
          color: #000; }
          @media screen and (max-width: 767px) {
            .study-contact .lnk-btn02 span:after {
              font-size: 5vw;
              right: 3.3333333333vw; } }

.study__illust01 {
  position: absolute;
  left: -5rem;
  top: -2.5rem; }
  @media screen and (max-width: 767px) {
    .study__illust01 {
      display: none; } }

.study__illust02 {
  position: absolute;
  left: 3rem;
  bottom: 3rem; }
  @media screen and (max-width: 767px) {
    .study__illust02 {
      display: none; } }

.study__illust03 {
  position: absolute;
  right: 8rem;
  top: -13rem;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .study__illust03 {
      right: 33.3333333333vw;
      top: -22.2222222222vw;
      width: 30.5555555556vw; } }
  .study__illust03 img {
    width: 100%; }

.study__illust04 {
  position: absolute;
  right: 0;
  bottom: 5rem;
  z-index: 5; }
  @media screen and (max-width: 767px) {
    .study__illust04 {
      width: 40.5555555556vw;
      bottom: 33.3333333333vw; } }

/*------------------------------------------------
step
------------------------------------------------*/
.step {
  padding-top: 11.5rem;
  padding-bottom: 8.5rem;
  background: #FFF5D2;
  position: relative;
  border-bottom: 1.2rem solid #0068B6; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .step {
      padding-bottom: 7rem; } }
  @media screen and (max-width: 767px) {
    .step {
      padding-top: 15.2777777778vw;
      padding-bottom: 13.8888888889vw; } }
  .step__ttl {
    font-family: 'Roboto', sans-serif;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 5.4rem;
    letter-spacing: 0.05em;
    color: #0068B6;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .step__ttl {
        font-size: 4.3rem;
        line-height: 5.2rem; } }
    @media screen and (max-width: 767px) {
      .step__ttl {
        font-size: 8.3333333333vw;
        line-height: 10.2777777778vw; } }
  .step__stl {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.08em;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .step__stl {
        font-size: 2rem;
        line-height: 3rem; } }
    @media screen and (max-width: 767px) {
      .step__stl {
        font-size: 3.3333333333vw;
        line-height: 4.7222222222vw;
        padding-top: 2.7777777778vw; } }
  .step-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-top: 0.4rem;
    padding-bottom: 7.5rem; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .step-list {
        padding-bottom: 6rem; } }
    @media screen and (max-width: 767px) {
      .step-list {
        padding-bottom: 23.6111111111vw; } }
    .step-list__item {
      width: 31.53%;
      max-width: 35rem;
      margin-top: 7rem;
      position: relative; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .step-list__item {
          margin-top: 4rem; } }
      @media screen and (max-width: 767px) {
        .step-list__item {
          width: 100%;
          max-width: 100%;
          margin-top: 15.2777777778vw; } }
      .step-list__item::after {
        content: "";
        background-image: url(../img/step/arrow_01.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 1.759rem;
        height: 3rem;
        right: -2.5rem;
        top: 12rem;
        display: inline-block;
        position: absolute; }
        @media screen and (max-width: 767px) {
          .step-list__item::after {
            transform: rotateZ(90deg);
            right: 0;
            left: 0;
            top: auto;
            bottom: -9.7222222222vw;
            margin: auto; } }
      .step-list__item-img {
        width: 100%; }
        .step-list__item-img img {
          width: 100%; }
        .step-list__item-img::after {
          content: "";
          background-image: url(../img/step/ballon_01.svg);
          background-repeat: no-repeat;
          background-size: cover;
          width: 9.239rem;
          height: 9.608rem;
          right: -1rem;
          top: -3.5rem;
          display: inline-block;
          position: absolute; }
          @media screen and (max-width: 767px) {
            .step-list__item-img::after {
              width: 24.025vw;
              height: 24.9861111111vw; } }
      .step-list__item-ttl {
        font-size: 3rem;
        font-weight: 700;
        line-height: 4rem;
        letter-spacing: 0.08em;
        padding-top: 4.7rem;
        padding-bottom: 2.5rem;
        color: #0068B6;
        text-align: center; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .step-list__item-ttl {
            font-size: 1.5rem;
            line-height: 2.7rem;
            padding-top: 1.3rem;
            padding-bottom: 0.8rem; } }
        @media screen and (max-width: 767px) {
          .step-list__item-ttl {
            font-size: 6.1111111111vw;
            line-height: 8.8888888889vw;
            padding-top: 8.3333333333vw;
            padding-bottom: 2.7777777778vw; } }
        .step-list__item-ttl span {
          position: relative; }
          .step-list__item-ttl span::after {
            content: "";
            background-image: url(../img/step/bg_ttl.svg);
            background-repeat: no-repeat;
            background-size: cover;
            width: 3.066rem;
            height: 3.095rem;
            right: -3rem;
            top: -1rem;
            display: inline-block;
            position: absolute; }
      .step-list__item-txt {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 3.2rem;
        letter-spacing: 0.05em; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .step-list__item-txt {
            font-size: 1.6rem;
            line-height: 2.2rem; } }
        @media screen and (max-width: 767px) {
          .step-list__item-txt {
            font-size: 3.6111111111vw;
            line-height: 6.9444444444vw; } }
      .step-list__item:nth-of-type(2) .step-list__item-img::after {
        background-image: url(../img/step/ballon_02.svg); }
      .step-list__item:last-child .step-list__item-ttl span:after {
        right: -6rem; }
        @media screen and (max-width: 767px) {
          .step-list__item:last-child .step-list__item-ttl span:after {
            right: ve(-4); } }
      .step-list__item:last-child .step-list__item-img::after {
        background-image: url(../img/step/ballon_03.svg); }
  .step__link {
    text-align: center; }
    .step__link .lnk-btn01 {
      width: 31rem;
      padding-top: 2rem;
      padding-bottom: 2rem; }
      @media screen and (max-width: 767px) {
        .step__link .lnk-btn01 {
          width: 86.1111111111vw;
          padding: 6.3888888889vw 0; } }
      .step__link .lnk-btn01 span {
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          .step__link .lnk-btn01 span {
            font-size: 5.5555555556vw; } }
        .step__link .lnk-btn01 span::before {
          font-size: 2.5rem;
          right: 2rem; }

/*------------------------------------------------
pridce
------------------------------------------------*/
.price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  width: 99.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12rem; }
  @media screen and (max-width: 767px) {
    .price {
      width: 100%;
      padding-top: 12.5vw;
      padding-bottom: 19.4444444444vw; } }
  @media screen and (max-width: 767px) {
    .price .lcl__ttl {
      padding-bottom: 2.7777777778vw; } }
  .price__ttl {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.7;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 7rem;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    background: #0068B6; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .price__ttl {
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .price__ttl {
        font-size: 5vw;
        margin-top: 6.9444444444vw;
        margin-bottom: 1.3888888889vw; } }
  .price__price {
    width: 100%;
    border: 1px solid #0068B6;
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 4.5rem;
    letter-spacing: 0.05em;
    color: #0068B6;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
      margin-top: 4rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .price__price {
        font-size: 2.8rem;
        line-height: 4.3rem; } }
    @media screen and (max-width: 767px) {
      .price__price {
        border: none;
        font-size: 6.3888888889vw;
          margin-top: 6.9444444444vw;
        margin-bottom: 1.3888888889vw; } }
    .price__price span {
      font-family: 'Roboto', sans-serif;
      font-size: 5.2rem;
      line-height: 6.1rem;
      letter-spacing: 0.02em; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .price__price span {
          font-size: 4.8rem;
          line-height: 5.8rem; } }
      @media screen and (max-width: 767px) {
        .price__price span {
          font-size: 10.8333333333vw; } }
    .price__price small {
      font-size: 2.4rem;
      line-height: 3.5rem;
      letter-spacing: 0.03em; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .price__price small {
          font-size: 2.2rem;
          line-height: 3.3rem; } }
      @media screen and (max-width: 767px) {
        .price__price small {
          font-size: 4.7222222222vw; } }
  .price-in {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .price-in {
        width: calc( 100% - 8.3333333333vw );
        margin-right: auto;
        margin-left: auto; } }
  @media screen and (max-width: 767px) and (-ms-high-contrast: none), screen and (max-width: 767px) and (-ms-high-contrast: active) {
    .price-in {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      display: block; } }

    .price-in__item {
      width: 48.69%; }
      @media screen and (max-width: 767px) {
        .price-in__item {
          width: 100%; } }
      .price-in__item img {
        width: 100%; }
      @media screen and (max-width: 767px) {
        .price-in__item:first-child {
          margin-bottom: 2.7777777778vw; } }

/*------------------------------------------------
schedule
------------------------------------------------*/
.schedule {
  border-bottom: 1.2rem solid #0068B6;
  margin-top: 12rem;
  margin-bottom: 6rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background: #fff5d1; }
  @media screen and (max-width: 767px) {
    .schedule {
      margin-top: 0;
      margin-bottom: 4rem;
      padding-top: 4rem;
      padding-bottom: 5rem; } }
  .schedule__table {
    display: table;
    width: 100%;
    margin: 4rem auto 0; }
    @media screen and (max-width: 767px) {
      .schedule__table {
        display: none; } }
  .schedule__tableRow {
    display: table-row; }
  .schedule__tableCell {
    border-bottom: 1px solid #b8b8b8;
    display: table-cell;
    padding: .3rem 1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 700; }
    .schedule__tableCell.yobi {
      font-weight: 700;
      color: #0068B6;
      padding: 3rem 5rem;
      font-size: 1.7rem;
      text-align: center;
      white-space: nowrap; }
    .schedule__tableCell.time {
      font-weight: 500;
      font-size: 1.6rem;
      text-align: left;
      padding: 1.9rem 0; }
  .schedule__tableBody {
    display: table-row-group; }
  .schedule__tableSp {
    display: none;
    padding-bottom: 15rem;
    line-height: 1.7; }
    @media screen and (max-width: 767px) {
      .schedule__tableSp {
        display: block;
        padding-top: 3rem;
        padding-bottom: 0; } }
  .schedule__tableSpGroup {
    padding: 1.5rem;
    background: #fff; }
    @media screen and (max-width: 767px) {
      .schedule__tableSpGroup {
        padding: .5rem; } }
  .schedule__tableSpDetail {
    padding: 1.4rem 1.9rem; }
    @media screen and (max-width: 767px) {
      .schedule__tableSpDetail {
        padding: 1.4rem 0; } }
  .schedule__tableSpYobi {
    color: #fff;
    background: #0068B6;
    border-radius: .3rem;
    font-size: 3.8888888889vw;
    font-weight: bold;
    padding: .3rem 0;
    text-align: center; }
  .schedule__tableSpRow {
    display: flex;
    padding: .5rem; }
    @media screen and (max-width: 767px) {
      .schedule__tableSpRow {
        padding: .5rem 0; } }
  .schedule__tableSpTime {
    color: #0068B6;
    width: 30%;
    font-size: 3.6111111111vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; }
  .schedule__tableSpEvent {
    width: 70%;
    display: flex; }
  .schedule__tableSpEventName {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 3.6111111111vw;
    font-weight: bold;
    text-align: center;
    margin-left: 1rem; }
  .schedule__tableTxt {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.7; }
    @media screen and (max-width: 767px) {
      .schedule__tableTxt {
        font-size: 3.6111111111vw; } }

/*------------------------------------------------
faq
------------------------------------------------*/
.faq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10rem;
  padding-bottom: 4rem;
  background: url(../img/faq/bg_01.webp) transparent top center/contain no-repeat; }
  .no-webp .faq {
    background: url(../img/faq/bg_01.jpg) top center/cover no-repeat; }
  @media screen and (max-width: 767px) {
    .faq {
      padding-top: 0;
      padding-bottom: 0;
      background: url(../img/faq/sp/bg_01.webp) transparent top center/contain no-repeat; }
      .no-webp .faq {
        background: url(../img/faq/sp/bg_01.jpg) top center/cover no-repeat; } }
  @media screen and (max-width: 767px) {
    .faq .lcl__ttl {
      padding-bottom: 5.5555555556vw; } }
  @media screen and (max-width: 767px) {
    .faq .lcl__stl {
      padding-bottom: 11.1111111111vw; } }
  .faq-wrap {
    width: 82.5rem;
    margin-top: 7.5rem; }
    @media screen and (max-width: 767px) {
      .faq-wrap {
        width: calc( 100% - 8.3333333333vw );
        margin-right: auto;
        margin-left: auto;
        margin-top: 8.3333333333vw; } }
  @media screen and (max-width: 767px) and (-ms-high-contrast: none), screen and (max-width: 767px) and (-ms-high-contrast: active) {
    .faq-wrap {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      display: block; } }

    .faq-wrap__ttl {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 3.6rem;
      letter-spacing: 0.08em;
      color: #0068B6; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .faq-wrap__ttl {
          font-size: 2.3rem;
          line-height: 3.4rem; } }
      @media screen and (max-width: 767px) {
        .faq-wrap__ttl {
          font-size: 4.7222222222vw;
          line-height: 6.9444444444vw; } }
  .faq-list {
    padding-top: 2.5rem;
    padding-bottom: 5.5rem; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .faq-list {
        padding-top: 3.2rem;
        padding-bottom: 6.4rem; } }
    @media screen and (max-width: 767px) {
      .faq-list {
        padding-top: 8.3333333333vw;
        padding-bottom: 2.7777777778vw;
        font-size: 4.7222222222vw;
        line-height: 6.9444444444vw; } }
    .faq-list__item {
      position: relative;
      padding: 2rem 0;
      cursor: pointer; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .faq-list__item {
          padding: 3rem 0; } }
      @media screen and (max-width: 767px) {
        .faq-list__item {
          padding: 2.7777777778vw 0; } }
      .faq-list__item:before {
        content: "";
        background-image: url(../img/faq/btn_close.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 2rem;
        height: 2rem;
        right: 0;
        top: 50%;
        margin-top: -2rem;
        display: inline-block;
        position: absolute;
        transition: all 0.3 ease; }
        @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .faq-list__item:before {
            width: 3.65rem;
            height: 3.62rem; } }
        @media screen and (max-width: 767px) {
          .faq-list__item:before {
            width: 5.5555555556vw;
            height: 5.5555555556vw;
            margin-top: -5.5555555556vw; } }
      .faq-list__item .faq-list__item-ttl {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2.5rem;
        letter-spacing: 0.05em;
        position: relative;
        padding-left: 4.5rem;
        padding-bottom: 3.2rem;
        border-bottom: 1px solid #b8b8b8; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .faq-list__item .faq-list__item-ttl {
            font-size: 1.6rem;
            line-height: 2.3rem;
            padding-left: 6rem; } }
        @media screen and (max-width: 767px) {
          .faq-list__item .faq-list__item-ttl {
            font-size: 3.6111111111vw;
            line-height: 6.1111111111vw;
            padding-left: 11.1111111111vw;
            padding-bottom: 6.9444444444vw;
            padding-right: 8.3333333333vw; } }
        .faq-list__item .faq-list__item-ttl:before {
          content: "";
          background-image: url(../img/faq/ico_q.svg);
          background-repeat: no-repeat;
          background-size: cover;
          width: 3rem;
          height: 3rem;
          left: 0;
          top: 0;
          margin: auto;
          display: inline-block;
          position: absolute; }
          @media screen and (max-width: 767px) {
            .faq-list__item .faq-list__item-ttl:before {
              width: 8.3333333333vw;
              height: 8.3333333333vw; } }
      .faq-list__item .faq-list__item-txtblock {
        position: relative;
        display: none;
        height: auto;
        margin-top: 3rem;
        padding-left: 4.5rem;
        padding-bottom: 3rem; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .faq-list__item .faq-list__item-txtblock {
            margin-top: 1.5rem;
            padding-left: 6rem; } }
        @media screen and (max-width: 767px) {
          .faq-list__item .faq-list__item-txtblock {
            margin-top: 8.3333333333vw;
            padding-left: 11.1111111111vw; } }
        .faq-list__item .faq-list__item-txtblock:before {
          content: "";
          background-image: url(../img/faq/ico_a.svg);
          background-repeat: no-repeat;
          background-size: cover;
          width: 3rem;
          height: 3rem;
          left: 0;
          top: 0;
          margin: auto;
          display: inline-block;
          position: absolute; }
          @media screen and (max-width: 767px) {
            .faq-list__item .faq-list__item-txtblock:before {
              width: 8.3333333333vw;
              height: 8.3333333333vw;
              top: 0; } }
        .faq-list__item .faq-list__item-txtblock .faq-list__item-txt {
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 2.5rem;
          letter-spacing: 0.05em;
          color: #0068B6; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .faq-list__item .faq-list__item-txtblock .faq-list__item-txt {
              font-size: 1.6rem;
              line-height: 2.3rem; } }
          @media screen and (max-width: 767px) {
            .faq-list__item .faq-list__item-txtblock .faq-list__item-txt {
              font-size: 3.6111111111vw;
              line-height: 6.1111111111vw; } }
      .faq-list__item-link {
        text-decoration: underline; }
        .faq-list__item-link:hover {
          color: #033458;
          text-decoration: underline; }
  .faq .faq-list__item.open:before {
    background-image: url(../img/faq/btn_open.svg);
    top: 30%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .faq .faq-list__item.open:before {
        top: 3rem; } }
    @media screen and (max-width: 767px) {
      .faq .faq-list__item.open:before {
        top: 8.3333333333vw;
        width: 5.5555555556vw;
        height: 5.5555555556vw; } }

/*------------------------------------------------
contact
------------------------------------------------*/
.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-bottom: 7.5rem; }
  @media screen and (max-width: 767px) {
    .contact {
      padding-bottom: 25vw; } }
  .contact__head {
    width: 100%;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    color: #fff;
    background: #0068B6; }
    @media screen and (max-width: 767px) {
      .contact__head {
        padding-top: 9.7222222222vw;
        padding-bottom: 8.3333333333vw; } }
    .contact__head-ico {
      text-align: center; }
      @media screen and (max-width: 767px) {
        .contact__head-ico {
          width: 7.025vw;
          margin-right: auto;
          margin-left: auto; } }
    .contact__head .lcl__ttl {
      color: #fff;
      letter-spacing: 0.03em;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      @media screen and (max-width: 767px) {
        .contact__head .lcl__ttl {
          font-size: 8.6111111111vw;
          padding-top: 0;
          margin-top: -3.3333333333vw; } }
  .contact-in {
    width: 100%;
    padding-top: 11rem; }
    @media screen and (max-width: 767px) {
      .contact-in {
        padding-top: 13.8888888889vw; } }
    .contact-in__txt {
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 3.2rem;
      letter-spacing: 0.08em;
      text-align: center;
      padding-bottom: 6rem; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .contact-in__txt {
          font-size: 1.6rem; } }
      @media screen and (max-width: 767px) {
        .contact-in__txt {
          font-size: 3.6111111111vw;
          line-height: 6.1111111111vw;
          padding-bottom: 16.6666666667vw;
          width: calc( 100% - 8.3333333333vw);
          margin-right: auto;
          margin-left: auto; } }
  @media screen and (max-width: 767px) and (-ms-high-contrast: none), screen and (max-width: 767px) and (-ms-high-contrast: active) {
    .contact-in__txt {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      display: block; } }

      .contact-in__txt a {
        color: #0068B6;
        text-decoration: underline; }
    .contact-in-info {
      background: #F7F7F7;
      width: 100%;
      padding-top: 6rem;
      padding-bottom: 6rem;
      margin-top: 7.5rem; }
      @media screen and (max-width: 767px) {
        .contact-in-info {
          padding-top: 9.7222222222vw;
          padding-bottom: 9.7222222222vw; } }
      .contact-in-info__wrap {
        width: 92rem;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative; }
        @media screen and (max-width: 767px) {
          .contact-in-info__wrap {
            width: 68%;
            max-width: 69.4444444444vw;
            justify-content: center; } }
      .contact-in-info-link {
        width: 48.36%;
        height: 16.3rem;
        background-color: #fff;
        border-radius: 1rem;
        border: 1px solid #0068B6;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-items: flex-start; }
        @media screen and (max-width: 767px) {
          .contact-in-info-link {
            width: 100%;
            height: 25.2777777778vw; } }
        .contact-in-info-link__ttl {
          width: 100%;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem;
          font-size: 2.5rem;
          font-weight: 700;
          line-height: 3.6rem;
          letter-spacing: 0.05em;
          text-align: center;
          color: #fff;
          background: #0068B6;
          border: 1px solid #0068B6;
          border-radius: 1rem 1rem 0 0; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .contact-in-info-link__ttl {
              font-size: 2.3rem;
              line-height: 3.4rem; } }
          @media screen and (max-width: 767px) {
            .contact-in-info-link__ttl {
              font-size: 3.6111111111vw;
              line-height: 5.2777777778vw; } }
        .contact-in-info-link__num {
          font-family: 'Roboto', sans-serif;
          font-size: 4.1rem;
          font-weight: 700;
          line-height: 4.8rem;
          letter-spacing: -0.02em;
          color: #0068B6;
          position: relative;
          padding-left: 4rem;
          transition: all .3s ease; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .contact-in-info-link__num {
              font-size: 3.8rem;
              line-height: 4.6rem; } }
          @media screen and (max-width: 767px) {
            .contact-in-info-link__num {
              font-size: 6.1111111111vw;
              line-height: 6.9444444444vw; } }
          .contact-in-info-link__num span {
            display: block;
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 1.3rem;
            letter-spacing: 0.05em;
            color: #333;
            padding-left: 1rem; }
            @media (min-width: 768px) and (max-width: 1023px) {
              .contact-in-info-link__num span {
                font-size: 1.2rem; } }
            @media screen and (max-width: 767px) {
              .contact-in-info-link__num span {
                font-size: 2.5vw;
                line-height: 3.6111111111vw;
                padding-left: 8.3333333333vw; } }
          .contact-in-info-link__num::before {
            content: "";
            background-image: url(../img/common/header/ico_tel.svg);
            background-repeat: no-repeat;
            background-size: cover;
            width: 5rem;
            height: 5rem;
            left: -2rem;
            top: 0;
            display: inline-block;
            position: absolute; }
            @media screen and (max-width: 767px) {
              .contact-in-info-link__num::before {
                width: 7.7777777778vw;
                height: 7.7777777778vw;
                left: 0; } }
        .contact-in-info-link__btn {
          width: 31rem;
          padding: 2rem 0;
          background: #06C755;
          border-radius: 3rem;
          text-align: center;
          display: inline-block;
          position: relative;
          overflow: hidden; }
          @media screen and (max-width: 767px) {
            .contact-in-info-link__btn {
              width: 48.2916666667vw;
              padding: 2.7777777778vw 0; } }
          .contact-in-info-link__btn::before {
            content: "";
            background-image: url(../img/common/header/ico_line.svg);
            background-repeat: no-repeat;
            background-size: cover;
            width: 5rem;
            height: 5rem;
            left: 4.8rem;
            top: 0.5rem;
            display: inline-block;
            position: absolute; }
            @media screen and (max-width: 767px) {
              .contact-in-info-link__btn::before {
                width: 7.9472222222vw;
                height: 7.9472222222vw;
                left: 6.9444444444vw; } }
          .contact-in-info-link__btn span {
            width: 100%;
            position: relative;
            display: block;
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.68rem;
            letter-spacing: 0.1em;
            color: #fff;
            padding-left: 1.8rem; }
            @media (min-width: 768px) and (max-width: 1023px) {
              .contact-in-info-link__btn span {
                font-size: 1.8rem;
                line-height: 1.4rem; } }
            @media screen and (max-width: 767px) {
              .contact-in-info-link__btn span {
                font-size: 3.3333333333vw;
                padding-left: 1.3888888889vw; } }
            .contact-in-info-link__btn span:before {
              content: '\f138';
              font-family: Font Awesome\ 5 Free;
              font-size: 2rem;
              font-weight: 600;
              right: 2.5rem;
              top: 0;
              bottom: 0;
              display: inline-block;
              position: absolute; }
              @media (min-width: 768px) and (max-width: 1023px) {
                .contact-in-info-link__btn span:before {
                  font-size: 1.8rem; } }
              @media screen and (max-width: 767px) {
                .contact-in-info-link__btn span:before {
                  font-size: 4.4444444444vw;
                  right: 2.7777777778vw; } }
        .contact-in-info-link--line {
          border: 1px solid #06C755; }
          @media screen and (max-width: 767px) {
            .contact-in-info-link--line {
              margin-top: 5.5555555556vw; } }
          .contact-in-info-link--line .contact-in-info-link__ttl {
            color: #fff;
            background: #06C755;
            border: 1px solid #06C755; }
    .contact-in__ttl {
      font-size: 3rem;
      font-weight: 700;
      line-height: 4.4rem;
      letter-spacing: 0.08em;
      color: #0068B6;
      text-align: center;
      padding-top: 7.5rem;
      padding-bottom: 5rem; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .contact-in__ttl {
          font-size: 2.8rem;
          line-height: 4.2rem; } }
      @media screen and (max-width: 767px) {
        .contact-in__ttl {
          width: calc( 100% - 8.3333333333vw );
          margin-right: auto;
          margin-left: auto;
          font-size: 5vw;
          line-height: 7.2222222222vw;
          text-align: left;
          padding-top: 8.3333333333vw;
          padding-bottom: 8.3333333333vw; } }
  @media screen and (max-width: 767px) and (-ms-high-contrast: none), screen and (max-width: 767px) and (-ms-high-contrast: active) {
    .contact-in__ttl {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      display: block; } }

  .contact .study-contact:before {
    border-top-color: #0068b6; }
  @media screen and (max-width: 767px) {
    .contact .study-contact {
      margin-top: 0; } }

.contact-con {
  width: 92.6rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .contact-con {
      width: calc(100% - 30px);
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: none), (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: active) {
    .contact-con {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }

  @media screen and (max-width: 767px) {
    .contact-con {
      width: calc( 100% - 8.3333333333vw );
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (max-width: 767px) and (-ms-high-contrast: none), screen and (max-width: 767px) and (-ms-high-contrast: active) {
    .contact-con {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      display: block; } }

  .contact-con .contact-form .contact-form__form {
    width: 100%;
    padding-bottom: 1rem; }
    .contact-con .contact-form .contact-form__form .contact-form__item {
      padding-top: 1.4rem;
      padding-bottom: 1.4rem;
      width: 100%;
      border-bottom: 1px solid #D3D3D3;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between; }
      .contact-con .contact-form .contact-form__form .contact-form__item:last-child {
        align-items: flex-start; }
      @media screen and (max-width: 767px) {
        .contact-con .contact-form .contact-form__form .contact-form__item {
          padding-top: 5.5555555556vw;
          padding-bottom: 5.5555555556vw; } }
      .contact-con .contact-form .contact-form__form .contact-form__item-menu {
        width: 69%;
        max-width: 63.5rem;
        padding: 12px 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        display: inline-block;
        letter-spacing: 0.06em;
        line-height: 1.9rem; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .contact-con .contact-form .contact-form__form .contact-form__item-menu {
            line-height: 1.7rem; } }
        @media screen and (max-width: 767px) {
          .contact-con .contact-form .contact-form__form .contact-form__item-menu {
            width: 100%;
            max-width: 100%;
            padding-top: 0; } }
        .contact-con .contact-form .contact-form__form .contact-form__item-menu .form-radio {
          padding-right: 2rem; }
          @media screen and (max-width: 767px) {
            .contact-con .contact-form .contact-form__form .contact-form__item-menu .form-radio {
              font-size: 3.3333333333vw;
              line-height: 2.5vw; } }
      .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__item-label {
        width: 31%;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.92rem;
        letter-spacing: 0.1em;
        color: #333; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__item-label {
            font-size: 1.4rem;
            line-height: 1.7rem; } }
        @media screen and (max-width: 767px) {
          .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__item-label {
            width: 100%;
            font-size: 3.8888888889vw;
            line-height: 2.7777777778vw;
            margin-bottom: 4.1666666667vw; } }
      .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__item-pdf {
        font-size: 14px;
        color: #0068B6;
        text-decoration: underline;
        line-height: 2.5vw;
        margin-top: 4.1666666667vw;
        margin-bottom: 1.3888888889vw; }
        @media screen and (max-width: 767px) {
          .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__item-pdf {
            line-height: 6.6666666667vw;
            font-size: 3.3333333333vw; } }
        .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__item-pdf:hover {
          color: #0068B6;
          text-decoration: none; }
      .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__item-caution {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px; }
        .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__item-caution:before {
          content: "";
          background-color: #007BC2;
          width: 3px;
          height: 20px;
          left: 0;
          top: 50%;
          margin-top: -9px;
          display: inline-block;
          position: absolute; }
        @media screen and (max-width: 767px) {
          .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__item-caution {
            padding-left: 15px;
            border-left: 3px solid #007BC2;
            line-height: 3.8888888889vw;
            margin-top: 1.3888888889vw;
            margin-bottom: 1.3888888889vw; }
            .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__item-caution:before {
              content: none; } }
      .contact-con .contact-form .contact-form__form .contact-form__item-required {
        width: 4.9rem;
        height: 2rem;
        padding-bottom: 1rem;
        margin-left: 1.5rem;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.92rem;
        font-weight: 400;
        letter-spacing: 0.1em;
        display: inline-block;
        background: #FF3333;
        border-radius: 3px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .contact-con .contact-form .contact-form__form .contact-form__item-required {
            font-size: 1.2rem; } }
        @media screen and (max-width: 767px) {
          .contact-con .contact-form .contact-form__form .contact-form__item-required {
            width: 8.6111111111vw;
            height: 4.1666666667vw;
            font-size: 2.5vw;
            line-height: 2.2222222222vw;
            padding-top: 0.8333333333vw; } }
      .contact-con .contact-form .contact-form__form .contact-form__item-input {
        /*width: 64%;*/
        width: 69%;
        border: 0.25px solid #F5F6F9 !important;
        box-sizing: border-box;
        padding-left: 1rem;
        padding-right: 1rem;
        height: 5rem;
        max-width: 63.5rem;
        border-radius: 5px;
        background: #ECEFF3 !important;
        font-size: 1.4rem;
        line-height: 1.8rem;
        font-weight: 400;
        letter-spacing: 0.1em;
        position: relative;
        opacity: 1;
        z-index: 0; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .contact-con .contact-form .contact-form__form .contact-form__item-input {
            font-size: 1.2rem;
            line-height: 1.6rem; } }
        @media screen and (max-width: 767px) {
          .contact-con .contact-form .contact-form__form .contact-form__item-input {
            width: 100%;
            max-width: 100%;
            height: 11.1111111111vw;
            font-size: 3.3333333333vw;
            line-height: 2.2222222222vw; } }
      .contact-con .contact-form .contact-form__form .contact-form__item-add {
        width: 69%; }
        @media screen and (max-width: 767px) {
          .contact-con .contact-form .contact-form__form .contact-form__item-add {
            width: 100%;
            font-size: 3.3333333333vw;
            line-height: 2.5vw;
            letter-spacing: 0.1em; } }
        @media screen and (max-width: 767px) {
          .contact-con .contact-form .contact-form__form .contact-form__item-add p {
            padding-top: 4.1666666667vw;
            padding-bottom: 1.3888888889vw; } }
        .contact-con .contact-form .contact-form__form .contact-form__item-add .contact-form__select,
        .contact-con .contact-form .contact-form__form .contact-form__item-add .contact-form__item-input {
          width: 100% !important; }
        .contact-con .contact-form .contact-form__form .contact-form__item-add .contact-form__item-input-s {
          width: 30%;
          border: 0.25px solid #F5F6F9 !important;
          box-sizing: border-box;
          padding-left: 1rem;
          padding-right: 1rem;
          height: 5rem;
          max-width: 9.6rem;
          border-radius: 5px;
          background: #ECEFF3 !important;
          font-size: 1.4rem;
          line-height: 1.8rem;
          font-weight: 400;
          letter-spacing: 0.1em;
          position: relative;
          opacity: 1;
          z-index: 0; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .contact-con .contact-form .contact-form__form .contact-form__item-add .contact-form__item-input-s {
              font-size: 1.2rem;
              line-height: 1.6rem; } }
          @media screen and (max-width: 767px) {
            .contact-con .contact-form .contact-form__form .contact-form__item-add .contact-form__item-input-s {
              padding-left: 2.7777777778vw;
              padding-right: 2.7777777778vw;
              height: 5rem;
              max-width: 18.6111111111vw;
              font-size: 3.3333333333vw;
              line-height: 2.2222222222vw; } }
      .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__select {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 69%;
        max-width: 63.5rem; }
        @media screen and (max-width: 767px) {
          .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__select {
            width: 100%;
            max-width: 100%; } }
        .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__select .contact-form__select-wrap {
          width: 100%;
          font-size: 1.4rem;
          line-height: 1.8rem;
          font-weight: 400;
          letter-spacing: 0.2em;
          position: relative; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__select .contact-form__select-wrap {
              font-size: 1.3rem;
              line-height: 1.6rem; } }
          @media screen and (max-width: 767px) {
            .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__select .contact-form__select-wrap {
              width: 100%;
              margin-bottom: 0.5555555556vw;
              font-size: 3.3333333333vw;
              line-height: 2.2222222222vw;
              letter-spacing: 0.1em; } }
          .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__select .contact-form__select-wrap:after {
            content: '\f078';
            font-family: Font Awesome\ 5 Free;
            font-size: 0.5rem;
            font-weight: 600;
            right: 1.2rem;
            top: 2rem;
            color: #A6ADB4;
            display: inline-block;
            position: absolute;
            transition: all .3s ease; }
            @media screen and (max-width: 767px) {
              .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__select .contact-form__select-wrap:after {
                font-size: 0.5555555556vw;
                right: 3.3333333333vw; } }
          .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__select .contact-form__select-wrap .contact-form__select-item {
            width: 100%;
            height: 5rem !important;
            border-radius: 5px;
            background: #ECEFF3 !important;
            border: 0.25px solid #C9CFE0 !important;
            padding-left: 1rem;
            padding-right: 1rem;
            margin-top: 0.5rem;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            position: relative; }
            @media screen and (max-width: 767px) {
              .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__select .contact-form__select-wrap .contact-form__select-item {
                height: 11.1111111111vw !important; } }
      .contact-con .contact-form .contact-form__form .contact-form__item select.is-empty {
        color: #A6ADB4; }
      .contact-con .contact-form .contact-form__form .contact-form__item select::-ms-expand {
        display: none; }
      .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__item-textarea {
        border: 0.25px solid #C9CFE0;
        padding: 1rem;
        height: 25rem;
        /*width: 64%;*/
        width: 69%;
        max-width: 63.5rem;
        background: #F5F7FA;
        border-radius: 5px;
        font-size: 1.5rem;
        line-height: 1.8rem;
        font-weight: 400;
        letter-spacing: 0.2em; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__item-textarea {
            font-size: 1.3rem;
            line-height: 1.6rem; } }
        @media screen and (max-width: 767px) {
          .contact-con .contact-form .contact-form__form .contact-form__item .contact-form__item-textarea {
            width: 100%;
            height: 38.8888888889vw;
            font-size: 6.1111111111vw;
            line-height: 8.3333333333vw; } }
  .contact-con .contact-form .alnC {
    text-align: center;
    margin-top: 3.5rem; }
    @media screen and (max-width: 767px) {
      .contact-con .contact-form .alnC {
        margin-top: 4.7222222222vw; } }
  .contact-con .contact-form .lnk-btn01 {
    width: 31rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media screen and (max-width: 767px) {
      .contact-con .contact-form .lnk-btn01 {
        width: 70.8333333333vw;
        padding-top: 4.1666666667vw;
        padding-bottom: 4.1666666667vw; } }
    .contact-con .contact-form .lnk-btn01 span {
      font-size: 2rem; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .contact-con .contact-form .lnk-btn01 span {
          font-size: 1.8; } }
      @media screen and (max-width: 767px) {
        .contact-con .contact-form .lnk-btn01 span {
          font-size: 3.8888888889vw; } }

/*------------------------------------------------
access
------------------------------------------------*/
.access {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-bottom: 10.5rem; }
  @media screen and (max-width: 767px) {
    .access {
      padding-bottom: 33.3333333333vw; } }
  .access-ico {
    padding-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      .access-ico {
        width: 8.7527777778vw;
        height: 8.7527777778vw;
        margin-bottom: 2.7777777778vw; } }
  @media screen and (max-width: 767px) {
    .access .lcl__stl {
      padding-top: 2.7777777778vw; } }
  .access__map {
    width: 100%;
    height: 60rem;
    background: #F8F9FA;
    margin-top: 7rem; }
    @media screen and (max-width: 767px) {
      .access__map {
        height: 138.8888888889vw;
        margin-top: 11.1111111111vw; } }
    .access__map-wrap {
      margin-right: auto;
      margin-left: auto;
      position: relative; }
      @media screen and (max-width: 767px) {
        .access__map-wrap {
          width: 100%; } }
  .access-add {
    width: 94.5rem;
    height: 33rem;
    background: #fff;
    border-radius: 10px;
    border: 3px solid #0068B6;
    margin-top: -4rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .access-add {
        width: calc(100% - 30px);
        margin-right: auto;
        margin-left: auto; } }
  @media (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: none), (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: active) {
    .access-add {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }

    @media screen and (max-width: 767px) {
      .access-add {
        width: calc( 100% - 8.3333333333vw );
        height: auto;
        margin-right: auto;
        margin-left: auto;
        margin-top: -13.8888888889vw;
        padding: 11.1111111111vw 6.9444444444vw 22.2222222222vw 6.9444444444vw; } }
  @media screen and (max-width: 767px) and (-ms-high-contrast: none), screen and (max-width: 767px) and (-ms-high-contrast: active) {
    .access-add {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      display: block; } }

    .access-add__img {
      margin-right: 8rem; }
      @media screen and (max-width: 767px) {
        .access-add__img {
          width: 52.2222222222vw;
          margin-right: auto;
          margin-left: auto; } }
      .access-add__img img {
        width: 100%; }
    @media screen and (max-width: 767px) {
      .access-add__info {
        width: 100%; } }
    .access-add__info-name {
      font-size: 2rem;
      font-weight: 700;
      line-height: 2.5rem;
      letter-spacing: 0.08em; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .access-add__info-name {
          font-size: 1.8rem;
          line-height: 2.3rem; } }
      @media screen and (max-width: 767px) {
        .access-add__info-name {
          font-size: 4.1666666667vw;
          line-height: 6.6666666667vw;
          padding-top: 4.1666666667vw; } }
      .access-add__info-name span {
        font-size: 1.5rem;
        font-weight: 400; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .access-add__info-name span {
            font-size: 1.3rem; } }
        @media screen and (max-width: 767px) {
          .access-add__info-name span {
            font-size: 3.8888888889vw; } }
    .access-add__info-add {
      font-size: 1.8rem;
      line-height: 2.4rem;
      letter-spacing: 0.08em;
      padding-top: 1.5rem;
      padding-bottom: 1rem; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .access-add__info-add {
          font-size: 1.6rem;
          line-height: 2.2rem; } }
      @media screen and (max-width: 767px) {
        .access-add__info-add {
          font-size: 3.8888888889vw;
          line-height: 6.9444444444vw;
          padding-top: 5.5555555556vw;
          padding-bottom: 5.5555555556vw; } }
      .access-add__info-add span {
        font-size: 1.5rem; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .access-add__info-add span {
            font-size: 1.3rem; } }
        @media screen and (max-width: 767px) {
          .access-add__info-add span {
            font-size: 3.6111111111vw; } }
    .access-add__info .lnk-btn02 {
      width: 23rem; }
      @media screen and (max-width: 767px) {
        .access-add__info .lnk-btn02 {
          width: 61.1111111111vw;
          padding: 4.1666666667vw 0;
          margin-right: auto;
          margin-left: 6.9444444444vw; } }
      .access-add__info .lnk-btn02 span {
        font-size: 1.4rem;
        line-height: 1.2rem;
        letter-spacing: 0.1em; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .access-add__info .lnk-btn02 span {
            font-size: 1.2rem;
            line-height: 1rem; } }
        @media screen and (max-width: 767px) {
          .access-add__info .lnk-btn02 span {
            font-size: 3.0555555556vw; } }
        .access-add__info .lnk-btn02 span:before {
          color: #fff;
          z-index: 1; }
        .access-add__info .lnk-btn02 span:after {
          content: '●';
          font-family: Font Awesome\ 5 Free;
          font-size: 1.6rem;
          font-weight: 600;
          right: 1.2rem;
          top: 0.01rem;
          bottom: 0;
          display: inline-block;
          position: absolute;
          transition: all .3s ease;
          color: #000; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .access-add__info .lnk-btn02 span:after {
              font-size: 1.4rem; } }
          @media screen and (max-width: 767px) {
            .access-add__info .lnk-btn02 span:after {
              font-size: 4.4444444444vw;
              right: 3.3333333333vw; } }
