@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .tab {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

.l-m10 {
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  .l-m10 {
    margin-top: calc(10 / 440 * 100vw);
  }
}

.l-m15 {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .l-m15 {
    margin-top: calc(15 / 440 * 100vw);
  }
}

.l-m20 {
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .l-m20 {
    margin-top: calc(20 / 440 * 100vw);
  }
}

.l-m30 {
  margin-top: 3rem;
}
@media only screen and (max-width: 640px) {
  .l-m30 {
    margin-top: calc(30 / 440 * 100vw);
  }
}

.l-m50 {
  margin-top: 5rem;
}
@media only screen and (max-width: 640px) {
  .l-m50 {
    margin-top: calc(50 / 440 * 100vw);
  }
}

.l-m60 {
  margin-top: calc(60 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .l-m60 {
    margin-top: calc(30 / 440 * 100vw);
  }
}

/*---------------
   componentsパーツ
---------------*/
.c-textarea {
  width: calc(570 / 1920 * 100vw);
}
@media only screen and (max-width: 1200px) {
  .c-textarea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 640px) {
  .c-textarea {
    width: 100%;
  }
}

.c-textarea__ttl {
  color: #4468AF;
  -webkit-font-feature-settings: "hwid" on;
          font-feature-settings: "hwid" on;
  font-size: calc(40 / 1920 * 100vw);
  line-height: normal;
  letter-spacing: 4px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .c-textarea__ttl {
    font-size: calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .c-textarea__ttl {
    font-size: calc(28 / 440 * 100vw);
  }
}

.c-textarea__text {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(20 / 1920 * 100vw);
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .c-textarea__text {
    font-size: calc(20 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .c-textarea__text {
    font-size: calc(16 / 440 * 100vw);
  }
}

/*---------------
   componentsパーツ/ボタン
---------------*/
.c-button {
  display: block;
  font-size: 2.5rem;
  line-height: normal;
  color: #4468AF;
  background: #fff;
  border: 2px solid #4468AF;
  border-radius: 100vw;
  width: 38rem;
  text-align: center;
  padding: 1.6rem 0;
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .c-button {
    width: calc(380 / 1200 * 100vw);
    font-size: calc(25 / 1200 * 100vw);
    padding: calc(16 / 1200 * 100vw) 0;
  }
}
@media only screen and (max-width: 640px) {
  .c-button {
    width: calc(306 / 440 * 100vw);
    margin: 0 auto;
    font-size: calc(18 / 440 * 100vw);
    padding: calc(16 / 440 * 100vw) 0;
  }
}
.c-button::after {
  content: "";
  position: absolute;
  background: url(../img/index/arrow-icon01.png) no-repeat center center;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .c-button::after {
    width: calc(24 / 1200 * 100vw);
    height: calc(24 / 1200 * 100vw);
    right: calc(32 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .c-button::after {
    width: calc(24 / 440 * 100vw);
    height: calc(24 / 440 * 100vw);
    right: calc(45 / 440 * 100vw);
  }
}

/*---------------
   componentsパーツ/middleページ
---------------*/
.c-ttl {
  color: #4468AF;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 4.42px;
}
@media only screen and (max-width: 1200px) {
  .c-ttl {
    font-size: calc(34 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .c-ttl {
    font-size: calc(20 / 440 * 100vw);
    letter-spacing: calc(3 / 440 * 100vw);
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .c-ttl__middle {
    text-align: center;
    font-size: calc(24 / 440 * 100vw);
  }
}

.info__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7rem;
}

.info__contact-tel {
  color: #4468AF;
}

.contact-tel__ttl {
  font-size: 1.6rem;
  line-height: normal;
}

.contact-tel__number {
  font-size: 3.4rem;
  line-height: 1.05882;
  letter-spacing: 1.7px;
}
.contact-tel__number span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2px;
}

/*---------------
   c-mediaパーツ
---------------*/
.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .c-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 440 * 100vw);
  }
}

.c-media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .c-media--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-media__body {
  width: calc(50% - 22 / 1920 * 100vw);
}
@media only screen and (max-width: 1200px) {
  .c-media__body {
    width: calc(50% - 22 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .c-media__body {
    width: 100%;
  }
}

.c-media__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4468AF;
  font-size: 3.4rem;
  line-height: normal;
  letter-spacing: 3.4px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .c-media__ttl {
    font-size: calc(30 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .c-media__ttl {
    font-size: calc(24 / 440 * 100vw);
  }
}
.c-media__ttl img {
  margin-right: 2rem;
}
@media only screen and (max-width: 1200px) {
  .c-media__ttl img {
    margin-right: calc(10 / 1200 * 100vw);
    width: calc(70 / 1200 * 100vw);
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 640px) {
  .c-media__ttl img {
    margin-right: calc(10 / 440 * 100vw);
    width: calc(50 / 440 * 100vw);
  }
}

.c-media__copy {
  color: #000;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 2.4px;
  margin: 2rem 0 3rem;
}
@media only screen and (max-width: 1200px) {
  .c-media__copy {
    font-size: calc(22 / 1200 * 100vw);
    margin: calc(20 / 1200 * 100vw) 0 calc(30 / 1200 * 100vw);
    letter-spacing: calc(2.4 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .c-media__copy {
    font-size: calc(21 / 440 * 100vw);
  }
}

.c-media__txt {
  line-height: 1.8;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 1200px) {
  .c-media__txt {
    font-size: calc(20 / 1200 * 100vw);
    letter-spacing: calc(1.6 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .c-media__txt {
    font-size: calc(16 / 440 * 100vw);
  }
}

.c-media__img {
  width: calc(50% - 22 / 1920 * 100vw);
}
@media only screen and (max-width: 1200px) {
  .c-media__img {
    width: calc(50% - 22 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .c-media__img {
    width: 100%;
  }
}
.c-media__img img {
  border-radius: 24px;
  width: 100%;
}

/*---------------
   infoパーツ
---------------*/
.info .info__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7rem;
}
.info .info__contact-tel {
  color: #4468AF;
}
.info .contact-tel__ttl {
  font-size: 2rem;
  line-height: normal;
}
.info .contact-tel__number {
  font-size: 3.4rem;
  line-height: 1.05882;
  letter-spacing: 1.7px;
}
.info .contact-tel__number span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2px;
}
.info .schedule .tb01 {
  width: 100%;
}
.info .schedule .tb01 .heading {
  background: #F0F8FD;
}
.info .schedule .tb01 .body {
  background: #fff;
}
.info .schedule .tb01 th {
  line-height: 3;
  letter-spacing: 0.8px;
  width: 11rem;
  padding-left: 1rem;
}
.info .schedule .tb01 td {
  line-height: 3;
  letter-spacing: 0.8px;
  width: 1.6rem;
  padding-left: 3.6rem;
}
.info .schedule .tb01 .t-left {
  padding-right: 1rem;
}
.info .schedule .tb01 .blue {
  color: #4468AF;
}
.info .schedule .tb01 .pink {
  color: #E86D88;
}

/*---------------
   kv
---------------*/
.kv {
  margin-top: 12.7rem;
  padding: 0 calc(60 / 1920 * 100vw);
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .kv {
    margin-top: calc(130 / 1600 * 100vw);
  }
}
@media only screen and (max-width: 1200px) {
  .kv {
    margin-top: calc(120 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .kv {
    margin-top: calc(66 / 440 * 100vw);
  }
}

.kv__img {
  height: 50rem;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .kv__img {
    height: calc(400 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .kv__img {
    height: calc(150 / 440 * 100vw);
    border-radius: calc(12 / 440 * 100vw);
  }
}
.kv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kv__ttl {
  color: #4468AF;
  -webkit-font-feature-settings: "hwid" on;
          font-feature-settings: "hwid" on;
  font-size: calc(46 / 1920 * 100vw);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 0 20px #fff;
}
@media only screen and (max-width: 640px) {
  .kv__ttl {
    font-size: calc(20 / 440 * 100vw);
    white-space: nowrap;
  }
}

.breadcrumb {
  padding: 3rem 0;
}
@media only screen and (max-width: 640px) {
  .breadcrumb {
    padding: calc(30 / 440 * 100vw) 0;
  }
}
.breadcrumb ol {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .breadcrumb ol {
    font-size: calc(14 / 440 * 100vw);
  }
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:before {
  content: ">";
  margin: 0 0.5em;
}
.breadcrumb li:first-child:before {
  content: none;
}
.breadcrumb li a {
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}

/*---------------

---------------*/