* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}


/* ここから独自CSS */
/* =============================================
全体
============================================= */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul {
  list-style: none;
}
img {
  width: 100%;
  height: 100%;
}

/* =============================================
汎用クラス
============================================= */
.l-section {}
.l-section-pb50 {
  padding-bottom: 50px;
}
@media (min-width: 769px) {
  .l-section-pb50 {
    padding-bottom: 80px;
  }
}
.l-section-pb60 {
  padding-bottom: 25px;
}
@media (min-width: 769px) {
  .l-section-pb60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 769px) {
  .l-section-pb0-pc {
    padding-bottom: 0 !important;
  }
}
.l-section-sp-pb40 {
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .l-section-sp-pb40 {
    padding-bottom: 0;
  }
}

.l-section-pb80 {
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .l-section-pb80 {
    padding-bottom: 80px;
  }
}


.l-container {
  width: 86%;
  margin: 0 auto;
}
.l-container--tight {
  width: 100%;
  margin: 0 auto;
}
.l-container--750 {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .l-container {
    width: 100%;
  }
  .l-container--short {
    max-width: 905px;
  }
  .l-container--tight {
    max-width: 610px;
  }
  .l-container--750 {
    max-width: 750px;
  }
}

/* チェックマークのリスト */
.c-list-check {
  & li {
    padding-left: 24px;
    position: relative;
  }
  & li + li {
    margin-top: 10px;
  }
  & li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background: #999;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 769px) {
  .c-list-check {
    font-size: 17px;
    & li {
      padding-left: 32px;
    }
    & li + li {
      margin-top: 20px;
    }
    & li::before {
      top: 3px;
      width: 21px;
      height: 21px;
    }
  }
  .c-list-check--country02 {
    & li {
      padding-left: 28px;
    }
    & li + li {
      margin-top: 7px;
    }
  }
}
.c-list-check--blue {
  & li::before {
    background: url(../img/c-list-check-blue.svg) no-repeat center/contain;
  }
}
.c-list-check--orange {
  & li::before {
    background: url(../img/c-list-check-orange.svg) no-repeat center/contain;
  }
}
.c-list-check--pink {
  & li::before {
    background: url(../img/c-list-check-pink.svg) no-repeat center/contain;
  }
}

.c-list-num {
  & li {
    line-height: 20px;
    font-size: 11px;
    padding-left: 24px;
    position: relative;
  }
  & li + li {
    margin-top: 5px;
  }
  & li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 769px) {
  .c-list-num {
    & li {
      line-height: 26px;
      font-size: 17px;
      padding-left: 37px;
    }
    & li::before {
      width: 26px;
      height: 26px;
    }
  }
}
.c-list-num--blue {
  & li:nth-of-type(1)::before {
    background: url(../img/c-list-num-blue-01.svg) no-repeat center/contain;
  }
  & li:nth-of-type(2)::before {
    background: url(../img/c-list-num-blue-02.svg) no-repeat center/contain;
  }
  & li:nth-of-type(3)::before {
    background: url(../img/c-list-num-blue-03.svg) no-repeat center/contain;
  }
  & li:nth-of-type(4)::before {
    background: url(../img/c-list-num-blue-04.svg) no-repeat center/contain;
  }
  & li:nth-of-type(5)::before {
    background: url(../img/c-list-num-blue-05.svg) no-repeat center/contain;
  }
  & li:nth-of-type(6)::before {
    background: url(../img/c-list-num-blue-06.svg) no-repeat center/contain;
  }
}
.c-list-num--orange {
  & li:nth-of-type(1)::before {
    background: url(../img/c-list-num-orange-01.svg) no-repeat center/contain;
  }
  & li:nth-of-type(2)::before {
    background: url(../img/c-list-num-orange-02.svg) no-repeat center/contain;
  }
  & li:nth-of-type(3)::before {
    background: url(../img/c-list-num-orange-03.svg) no-repeat center/contain;
  }
  & li:nth-of-type(4)::before {
    background: url(../img/c-list-num-orange-04.svg) no-repeat center/contain;
  }
  & li:nth-of-type(5)::before {
    background: url(../img/c-list-num-orange-05.svg) no-repeat center/contain;
  }
  & li:nth-of-type(6)::before {
    background: url(../img/c-list-num-orange-06.svg) no-repeat center/contain;
  }
}

/* =============================================
メインコンテンツ
============================================= */
/* KV */
.p-top-kv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 181vw;
}
@media (min-width: 769px) {
  .p-top-kv {
    height: 665px;
  }
}

.p-top-kv__cta {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  min-height: 360px;
  height: 90vw;
  width: 100%;
  background: url(../img/kv-cta-circle-sp.png) no-repeat center/cover;
}
@media (min-width: 769px) {
  .p-top-kv__cta {
    min-height: auto;
    height: 291px;
    background: url(../img/kv-cta-circle-pc.png) no-repeat center/contain;
  }
}

.p-top-kv__cta-ttl {
	object-fit: contain;
	display: block;
	height: auto;
	margin: 0 auto;
  width: min(256px,67vw);
  padding-top: 6vw;
}

@media (min-width: 769px) {
	.p-top-kv__cta-ttl {
		width: 413px;
		padding-top: 16px;
	}
}

.p-top-kv__img {
  height: 117vw;
  & img {
    object-fit: cover;
  }
}
@media (min-width: 769px) {
  .p-top-kv__img {
    height: 100%;
  }
}
.p-top-kv__ttl {
  position: absolute;
  left: 0;
  top: 5%;
  width: max(290px, 57.2vw);
  z-index: 2;
  & img {
    object-fit: cover;
  }
}
@media (min-width: 769px) {
  .p-top-kv__ttl {
    left: 50%;
    transform: translateX(-52.2%);
    top: 30px;
    width: 1257px;
  }
}

.p-top-kv__btn-list {
  position: relative;
  display: grid;
  justify-content: center;
  gap: 10px;
  grid-template-columns: 166px 166px;
  margin-top: 10px;
}
.p-top-kv__btn-list__deco {
  position: absolute;
  object-fit: contain;
  height: auto;
}
.p-top-kv__btn-list__deco--01 {
  width: 46px;
  right: 46px;
  top: -43px;
}
.p-top-kv__btn-list__deco--02 {
  width: 32px;
  right: 15px;
  top: -48px;
}
@media (min-width: 769px) {
  .p-top-kv__btn-list__deco--01 {
    width: 62px;
    right: 156px;
    top: -63px;
  }
  .p-top-kv__btn-list__deco--02 {
    width: 43px;
    right: 109px;
    top: -72px;
  }
}
@media (min-width: 769px) {
  .p-top-kv__btn-list {
    width: max-content;
    gap: 13px;
    grid-template-columns: 390px 390px;
    margin: 20px auto 0;
  }
}

.p-top-kv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DF0004;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
	font-size: min(13px, 3.0vw);
	height: 39px;
  text-decoration: none;
  border-radius: 50px;
}
@media (min-width: 769px) {
  .p-top-kv__btn {
    font-size: 18px;
    height: 56px;
  }
}

.p-top-kv__note {
  font-size: 10px;
  margin-top: 2vw;
  width: 90vw;
  margin: 10px auto 0;
}
@media (min-width: 769px) {
  .p-top-kv__note {
    position: absolute;
    margin: 0;
    right: 15px;
    bottom: 10px;
    width: 15.8vw;
    text-shadow: 0 0 4px #000;
    color: #fff;
  }
}

.p-top-about {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-top-about__ttl {
  text-align: center;
  font-feature-settings: "palt";
  width: 86%;
  margin: 0 auto 25px;
  & span {
    display: block;
    line-height: 1.4;
  }
}
.p-top-about__ttl__line01 {
  font-size: min(5.89vw, 23px);
}
.p-top-about__ttl__line02 {
  font-size: min(7.7vw, 30px);
  color: #DF0004;
}
.p-top-about__ttl__line03 {
  font-size: min(7.7vw, 30px);
}
@media (min-width: 769px) {
  .p-top-about__ttl {
    width: 100%;
    margin: 0 0 25px;
    text-align: left;
  }
  .p-top-about__ttl__line01 {
    font-size: 36px;
  }
  .p-top-about__ttl__line02 {
    font-size: 36px;
  }
  .p-top-about__ttl__line03 {
    font-size: 36px;
  }
}

.p-top-about__layout {}
@media (min-width: 769px) {
  .p-top-about__layout {
    padding: 90px 0 0 min(11.8vw,170px);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
		margin-bottom: 100px;
  }
}

.p-top-about__img {
  margin-bottom: 20px;
  height: 251px;
  & img {
    object-fit: cover;
    object-position: top;
  }
}
@media (min-width: 769px) {
  .p-top-about__img {
    max-width: 654px;
    width: 100%;
    height: 524px;
    margin-bottom: 0;
    margin-left: 95px;
  }
}
.p-top-about__desc {
  padding: 27px 0 10px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .p-top-about__desc {
    padding: 0;
    font-size: 17px;
    width: 100%;
  }
}
.p-top-about__txt {
  width: 86%;
  margin: 0 auto 25px;
  line-height: 1.875;
}
@media (min-width: 769px) {
  .p-top-about__txt {
    width: 100%;
    margin: 0;
  }
}
.p-top-about__brand {
  border-radius: 13px;
  overflow: hidden;
  background: #fff;
  border: 2px dashed #00ABDF;
  padding: 25px 18px 30px;
  text-align: center;
  & img {
    width: 90%;
    display: inline-block;
  }
}
@media (min-width: 769px) {
  .p-top-about__brand {
    max-width: 904px;
    margin: 58px auto 20px;
    border: 2px dashed #00ABDF;
    padding: 25px 30px;
    & img {
      width: 100%;
    }
  }
}

.p-top-about__brand-wrap {}
@media (min-width: 769px) {
  .p-top-about__brand-wrap {
    display: flex;
    align-items: baseline;
    text-align: center;
    justify-content: center;
    margin-bottom: 5px;
  }
}
.p-top-about__brand-ttl {
  font-size: 17px;
}
@media (min-width: 769px) {
  .p-top-about__brand-ttl {
    font-size: 20px;
  }
}

.p-top-about__brand-txt {
  margin-top: 3px;
  font-size: 11px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .p-top-about__brand-txt {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0;
  }
}

.p-top-aboutbtm-arw {
  position: relative;
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 769px) {
  .p-top-aboutbtm-arw {
    padding: 68px 0;
  }
}
.p-top-aboutbtm-arw::before {
  content: "";
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #DADADA;
  width: 78px;
  height: 78px;
  left: 50%;
  top: 54%;
  transform: translate(-50%,-50%);
}
.p-top-aboutbtm-arw__txt {
  position: relative;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  color: #CF250D;
  z-index: 2;
}
@media (min-width: 769px) {
  .p-top-aboutbtm-arw__txt {
    font-size: 40px;
  }
}


/* タブ内のコンテンツ幅とか */
.l-tab-content__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1246px;
}
@media (min-width: 769px) {
  .l-tab-content__container {
    margin-top: 60px;
    background: #fff;
    padding-bottom: 80px;
    border-radius: 0 0 20px 20px;
  }
}
.l-tab-content__inner {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 769px) {
  .l-tab-content__inner {
    width: 88.28%;
  }
}

/* タブ内TOPの横並びレイアウト */
.l-tab-content-top {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  max-width: 1246px;
  margin: 0 auto 50px;
}
@media (min-width: 769px) {
  .l-tab-content-top {
    margin: 0 auto;
    width: 86%;
    flex-direction: row;
    align-items: center;
  }
}

.l-tab-content-top__cat {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 20px;
  padding: 4px 28px;
  font-weight: 700;
  line-height: 1.5;
  background: #999;
  margin: 0 auto 10px;
}
@media (min-width: 769px) {
  .l-tab-content-top__cat {
    margin: 0 0 20px;
  }
}
.l-tab-content-top__cat--blue {
  background: #00ABDF;
}
.l-tab-content-top__cat--orange {
  background: #F89228;
}
.l-tab-content-top__cat--pink {
  background: #F1668E;
}

.l-tab-content-top__ttl {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 769px) {
  .l-tab-content-top__ttl {
    font-size: 30px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.l-tab-content-top__img {
  max-width: 713px;
  width: 86%;
  margin: 15px auto 0;
  & img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .l-tab-content-top__img {
    width: 100%;
    margin: 0 60px 0 0;
  }
}
.l-tab-content-top__desc {
  width: 86%;
  margin: 0 auto;
  max-width: 496px;
}
@media (min-width: 769px) {
  .l-tab-content-top__desc {
    width: 100%;
    margin: 0;
  }
}

.l-tab-content-toptxt {
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.l-tab-content-toplogo {
  width: 70%;
  display: block;
  margin: 15px auto 0;
  height: auto;
}
@media (min-width: 769px) {
  .l-tab-content-toptxt {
    margin-top: 30px;
    text-align: left;
    font-size: 25px;
  }

  .l-tab-content-toplogo {
    margin: 10px 0 0;
    width: 100%;
    max-width: 203px;
  }
  .l-tab-content-toplogo--hs {
    max-width: 243px;
  }
}

/* タブ内特徴KV */
.p-feature-kv {
  position: relative;
  width: 100%;
  margin: 0 auto 25px;
}
@media (min-width: 769px) {
  .p-feature-kv {
    margin: 0 auto 60px;
  }
}
.p-feature-kv__img {
  position: relative;
  width: 100%;
  height: 210px;
  & img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .p-feature-kv__img {
    height: 298px;
  }
}
.p-feature-kv__cap {
  position: absolute;
  width: 95px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  left: 50%;
  top: 194px;
  transform: translateX(-50%);
  z-index: 1;
  font-weight: 500;
  border: 1px solid #000;
  font-size: 18px;
  & span {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1;
    padding-top: 3px;
  }
}
@media (min-width: 769px) {
  .p-feature-kv__cap {
    width: 148px;
    height: 50px;
    font-size: 23px;
    top: 272px;
    & span {
      font-size: 25px;
    }
  }
}

.p-feature-kv__cap--blue {
  background: #E3F2F5;
}
.p-feature-kv__cap--orange {
  background: #FEF5E7;
}
.p-feature-kv__cap--pink {
  background: #FCEEEB;
}
.p-feature-kv__desc {
  background: #ddd;
  padding: 30px 0;
  line-height: 1.4;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .p-feature-kv__desc {
    padding: 35px 0;
    font-size: 28px;
  }
}
.p-feature-kv__desc--first {
  padding: 30px 0 0;
}
@media (min-width: 769px) {
  .p-feature-kv__desc--first {
    padding: 35px 0 0;
  }
}

.p-feature-kv__desc--blue {
  background: #00ABDF;
}
.p-feature-kv__desc--orange {
  background: #F89228;
}
.p-feature-kv__desc--pink {
  background: #F1668E;
}

.c-top-center-ttl {
  font-size: 17px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .c-top-center-ttl {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
  }
}

.p-top-point-layout {
  position: relative;
  padding-top: 50px;
}
@media (min-width: 769px) {
  .p-top-point-layout {
    display: flex;
    padding-top: 27px;
  }
  .p-top-point-layout--country {
    padding-top: 15px;
  }
}

.p-top-point-layout__img {
  position: relative;
}
@media (min-width: 769px) {
  .p-top-point-layout__img {
    max-width: 603px;
    width: 100%;
    height: 319px;
    margin-right: 70px;
  }
}
.p-top-point-layout__desc {
  position: relative;
  max-width: 88%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .p-top-point-layout__desc--country {
    max-width: 100%;
    padding: 50px 30px 30px;
    border-radius: 10px;
  }
  .p-top-point-layout__desc--blue {
    background: #E3F2F5;
  }
  .p-top-point-layout__desc--orange {
    background: #FEF5E7;
  }
  .p-top-point-layout__desc--pink {
    background: #FCEEEB;
  }
}

.p-top-point-layout__point {
  position: absolute;
  width: 131px;
  height: 35px;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (min-width: 769px) {
  .p-top-point-layout__point {
    width: 251px;
    height: 53px;
    top: 0;
  }
  .p-top-point-layout__point--country {
    width: 158px;
    height: 35px;
  }
}

.p-top-point-layout02 {
  position: relative;
  margin-top: 30px;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 769px) {
  .p-top-point-layout02 {
    margin-top: 30px;
    max-width: 856px;
    margin: 0 auto;
  }
  .p-top-point-layout02--blue {
    background: #E3F2F5;
  }
  .p-top-point-layout02--orange {
    background: #FEF5E7;
  }
  .p-top-point-layout02--pink {
    background: #FCEEEB;
  }
}

.p-top-point-layout02__point {
  position: absolute;
  width: 173px;
  height: 35px;
  left: -7vw;
  top: 15px;
}
@media (min-width: 769px) {
  .p-top-point-layout02__point {
    width: 223px;
    height: 48px;
    left: -26px;
    top: -17px;
  }
}
.p-top-point-layout02__inner {
  margin: 0 auto;
  width: 89.5%;
  padding: 65px 0 25px;
}
@media (min-width: 769px) {
  .p-top-point-layout02__inner {
    width: 100%;
    padding: 65px 40px 43px;
    display: flex;
    justify-content: space-between;
  }
}
.p-top-point-layout02__ttl {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
	text-align: center;
}
.p-top-point-layout02__img {
  width: 135px;
  margin: 0 auto 12px;
  margin-bottom: 12px;
}
@media (min-width: 769px) {
  .p-top-point-layout02__ttl {
    text-align: center;
  }
  .p-top-point-layout02__img {
    flex: 1;
    margin: 0;
  }
}
.p-top-point-layout02__txt {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .p-top-point-layout02__txt {
    font-weight: 700;
  }
}
.p-top-point-layout02__small-txt {
  font-size: 12px;
}
@media (min-width: 769px) {
  .p-top-point-layout02__small-txt {
    font-size: 15px;
  }
}
.p-top-point-layout02__desc {}
@media (min-width: 769px) {
  .p-top-point-layout02__desc {
    max-width: 443px;
    width: 100%;
    margin-right: 40px;
  }
}

.p-top-compare {
  border-radius: 11px;
  width: 92%;
  margin: 0 auto 50px;
  color: #fff;
}
@media (min-width: 769px) {
  .p-top-compare {
    width: 100%;
  }
}

.p-top-compare--blue {
  background: #00ABDF;
}
.p-top-compare--orange {
  background: #F89228;
}
.p-top-compare--pink {
  background: #F1668E;
}
.p-top-compare--kv {
  border-radius: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .p-top-compare--kv {
    
  }
}

.p-top-compare__inner {
  width: 87.5%;
  margin: 0 auto;
  padding: 30px 0 63px;
}
@media (min-width: 769px) {
  .p-top-compare__inner {
    width: 100%;
    padding: 60px 50px;
  }
}
.p-top-compare__inner02 {
  width: 87.5%;
  margin: 0 auto;
  padding: 30px 0 70px;
}
@media (min-width: 769px) {
  .p-top-compare__inner02 {
    padding: 40px 50px 100px;
  }
}
.p-top-compare__read {
  display: none;
}
@media (min-width: 769px) {
  .p-top-compare__read {
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .p-top-compare__read02 {
    text-align: center;
    margin-bottom: 25px;
  }
}
.p-top-compare__note {
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 769px) {
  .p-top-compare__note {
    font-size: 16px;
  }
}
.p-top-compare__table {
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .p-top-compare__table {
    width: 610px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 30px;
  }
}
.p-top-compare__ttl {
  text-align: center;
  font-size: 22px;
  margin-bottom: 12px;
}
@media (min-width: 769px) {
  .p-top-compare__ttl {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

.p-top-compare__merit {
  display: flex;
  flex-direction: column;
  gap: 18px;
  & li {
    border-radius: 5px;
    background: #fff;
  }
}
@media (min-width: 769px) {
  .p-top-compare__merit {
    display: grid;
    grid-template-columns: 296px 1fr;
    gap: 24px;
    & li {
      border-radius: 5px;
    }
    }
}

.p-top-compare__merit__ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
  background: #000;
  border-radius: 5px 5px 0 0;
}
@media (min-width: 769px) {
  .p-top-compare__merit__ttl {
    font-size: 18px;
    padding: 5px 0;
  }
}
.p-top-compare__merit__ttl--merit {
  background: #DF0004;
}
.p-top-compare__merit__inner {
  padding: 15px 11px 15px 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  color: #000;
  font-size: 12px;
}
@media (min-width: 769px) {
  .p-top-compare__merit__inner {
    padding: 10px 7px 20px;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    text-align: center;
  }
}
.p-top-compare__merit__inner--btm {
  display: block;
  padding-bottom: 50px;
  border-radius: 0 0 5px 5px;
}
.p-top-compare__merit__inner--blue {
  background: #EBFEFF;
}
.p-top-compare__merit__inner--orange {
  background: #FEF5E7;
}
.p-top-compare__merit__inner--pink {
  background: #FCEEEB;
}

.p-top-compare__merit__sub-ttl {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.p-top-compare__merit__sub-ttl--center {
  font-size: 11px;
  text-align: center;
}
@media (min-width: 769px) {
  .p-top-compare__merit__sub-ttl {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .p-top-compare__merit__sub-ttl--center {
    font-size: 13px;
    margin-top: 10px;
  }
}


.p-top-compare__merit__img {
  margin-right: 5vw;
  max-width: 68px;
  & img {
    object-fit: contain;
  }
}
.p-top-compare__merit__img--merit {
  margin-right: 0;
  max-width: min(103px,26.4vw);
}
@media (min-width: 769px) {
  .p-top-compare__merit__img {
    margin-right: 0;
    margin-bottom: 4px;
    max-width: 92px;
    height: 165px;
  }
  .p-top-compare__merit__img--merit {
    max-width: 165px;
  }
}
@media (min-width: 769px) {
  .p-top-compare__merit__flow {
    max-width: 288px;
    margin: 0 auto;
  }
}
.p-top-compare__merit__desc {
  max-width: 172px;
}
@media (min-width: 769px) {
  .p-top-compare__merit__desc {
    max-width: 100%;
  }
  .p-top-compare__merit__desc-txt {
    min-height: 60px;
  }
}
.p-top-compare__merit__note {
  margin-top: 15px;
  font-size: 10px;
}
.p-top-compare__merit__deco {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    width: 315px;
    height: 84px;
    background: url(../img/senmon-compare-copy.png) no-repeat center/contain;
  }
}
@media (min-width: 769px) {
  .p-top-compare__merit__deco {
    &::before {
      bottom: -50px;
      width: 340px;
      height: 85px;
    }
  }
}

@media (min-width: 769px) {
  .p-top-compare__merit__wrap {
    display: grid;
    grid-template-columns: 1fr 332px;
  }
}

.p-top-linebox {
  display: grid;
  place-content: center;
  position: relative;
  background: #fff;
  height: 90px;
  padding: 15px;
  width: 86%;
  margin: 0 auto 25px;
  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
  }
  &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
  }
  & span {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  & span::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    transform: rotate(90deg);
    transform-origin: left top;
    left: 1px;
    top: 0;
  }
  & span::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    right: 0;
    top: 0;
  }
}
.p-top-linebox--high {
  height: 120px;
  & span::before {
    width: 120px;
  }
  & span::after {
    width: 120px;
  }
}
@media (min-width: 769px) {
  .p-top-linebox {
    height: 114px;
    width: 100%;
    margin: 0 auto 50px;
    &::before {
      height: 2px;
    }
    &::after {
      height: 2px;
    }
    & span::before {
      width: 114px;
      height: 2px;
      left: 1px;
    }
    & span::after {
      width: 114px;
      height: 2px;
    }
  }
  .p-top-linebox--high {
    height: 114px;
    & span::before {
      width: 114px;
    }
    & span::after {
      width: 114px;
    }
  }
}

.p-top-linebox--blue {
  &::before {
    background: url(../img/c-cmn-dash-blue.svg) repeat left/contain;
  }
  &::after {
    background: url(../img/c-cmn-dash-blue.svg) repeat right/contain;
  }
  & span::before {
    background: url(../img/c-cmn-dash-blue.svg) repeat center/cover;
  }
  & span::after {
    background: url(../img/c-cmn-dash-blue.svg) repeat center/cover;
  }
}
.p-top-linebox--orange {
  &::before {
    background: url(../img/c-cmn-dash-orange.svg) repeat left/contain;
  }
  &::after {
    background: url(../img/c-cmn-dash-orange.svg) repeat right/contain;
  }
  & span::before {
    background: url(../img/c-cmn-dash-orange.svg) repeat center/cover;
  }
  & span::after {
    background: url(../img/c-cmn-dash-orange.svg) repeat center/cover;
  }
}
.p-top-linebox--pink {
  &::before {
    background: url(../img/c-cmn-dash-pink.svg) repeat-x right / cover;
  }
  &::after {
    background: url(../img/c-cmn-dash-pink.svg) repeat-x right / cover;
  }
  & span::before {
    background: url(../img/c-cmn-dash-pink.svg) repeat center/cover;
  }
  & span::after {
    background: url(../img/c-cmn-dash-pink.svg) repeat center/cover;
  }
}
.p-top-linebox--sub {}
.p-top-linebox__ttl {
  text-align: center;
  font-size: 21px;
}
.p-top-linebox__ttl--blue {
  color: #00ABDF;
}
.p-top-linebox__ttl--orange {
  color: #F89228;
}
.p-top-linebox__ttl--pink {
  color: #F1668E;
}

.p-top-linebox__sub-ttl {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
}
.p-top-linebox__sub-ttl--blue {
  color: #00ABDF;
  margin-top: 8px;
}
.p-top-linebox__sub-ttl--orange {
  color: #F89228;
  margin-top: 8px;
}
.p-top-linebox__sub-ttl--pink {
  color: #F1668E;
  margin-top: 8px;
}
@media (min-width: 769px) {
  .p-top-linebox__ttl {
    font-size: 34px;
  }
  .p-top-linebox__sub-ttl {
    font-size: 13px;
  }
}

.p-top-layout01 {
  display: flex;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .p-top-layout01 {
    align-items: center;
    margin-bottom: 35px;
  }
}
.p-top-layout01__img {
  margin-right: 15px;
}
@media (min-width: 769px) {
  .p-top-layout01__img {
    max-width: 535px;
    width: 100%;
    margin-right: 60px;
  }
}
.p-top-layout01__txt {
  line-height: 2;
}

.p-country {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 25px 0 20px;
}
.p-country + .p-country {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .p-country {
    padding: 0;
  }
  .p-country + .p-country {
    margin-top: 60px;
  }
}

.p-country__ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 35px;
  & span {
    display: block;
  }
}
.p-country__ttl__jp {
  position: relative;
  font-size: 20px;
  padding-left: 22px;
  z-index: 2;
}
.p-country__ttl__jp::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  width: 27px;
  height: 27px;
}
.p-country__ttl__jp--korea::before {
  background: url(../img/korea-icon.svg) no-repeat center/contain;
}
.p-country__ttl__jp--australia::before {
  background: url(../img/australia-icon.svg) no-repeat center/contain;
}
.p-country__ttl__jp--canada::before {
  background: url(../img/canada-icon.svg) no-repeat center/contain;
}
.p-country__ttl__jp--nzland::before {
  background: url(../img/nzland-icon.svg) no-repeat center/contain;
}
.p-country__ttl__en {
  position: absolute;
  font-family: "Inter", sans-serif;
  width: max-content;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 42px;
}
@media (min-width: 769px) {
  .p-country__ttl {
    align-items: flex-start;
    margin-bottom: 35px;
  }
  .p-country__ttl__jp {
    font-size: 30px;
    padding-left: 22px;
  }
  .p-country__ttl__jp::before {
    left: -15px;
    top: -10px;
    width: 27px;
    height: 27px;
  }
  .p-country__ttl__en {
    left: 0;
    bottom: 16px;
    transform: none;
    font-size: 52px;
  }
}

.p-country__ttl--blue {
  & .p-country__ttl__jp {
    color: #00ABDF;
  }
  & .p-country__ttl__en {
    color: #E3F2F5;
  }
}
.p-country__ttl--orange {
  & .p-country__ttl__jp {
    color: #F89228;
  }
  & .p-country__ttl__en {
    color: #FEF5E7;
  }
}
.p-country__ttl--pink {
  & .p-country__ttl__jp {
    color: #F1668E;
  }
  & .p-country__ttl__en {
    color: #FCEEEB;
  }
}

.p-country__layout {
  margin: 0 auto 15px;
  width: 89.5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .p-country__layout {
    margin: 0 auto;
    width: 100%;
    flex-direction: row;
  }
  .p-country__layout--reverse {
    flex-direction: row-reverse;
  }
}

.p-country__img {
  margin-bottom: 15px;
  & img {
    object-fit: cover;
  }
}
@media (min-width: 769px) {
  .p-country__img {
    max-width: 566px;
    width: 100%;
    margin-bottom: 0;
    margin-right: 70px;
  }
  .p-country__img--reverse {
    margin-left: 70px;
    margin-right: 0;
  }
}
.p-country__desc {
  font-size: 13px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .p-country__desc {
    font-size: 15px;
    flex: 1;
  }
}

/* 忘れられない旅用 */
.p-country02 {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 25px 0 20px;
}
.p-country02 + .p-country02 {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .p-country02 {
    padding: 50px 55px;
  }
  .p-country02--blue {
    background: #E3F2F5;
  }
  .p-country02--orange {
    background: #FEF5E7;
  }
  .p-country02--pink {
    background: #FCEEEB;
  }
  .p-country02 + .p-country02 {
    margin-top: 60px;
  }
}

.p-country02__ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px;
  & span {
    display: block;
  }
}
.p-country02__ttl__large {
  font-size: 20px;
  margin-bottom: 5px;
}
.p-country02__ttl__large--blue {
  color: #00ABDF;
}
.p-country02__ttl__large--orange {
  color: #F89228;
}
.p-country02__ttl__large--pink {
  color: #F1668E;
}
.p-country02__ttl__small {
  font-size: 13px;
}

.p-country02__ttl__jp--korea::before {
  background: url(../img/korea-icon.svg) no-repeat center/contain;
}
.p-country02__ttl__jp--australia::before {
  background: url(../img/australia-icon.svg) no-repeat center/contain;
}
.p-country02__ttl__jp--canada::before {
  background: url(../img/canada-icon.svg) no-repeat center/contain;
}
.p-country02__ttl__jp--nzland::before {
  background: url(../img/nzland-icon.svg) no-repeat center/contain;
}
.p-country02__ttl__en {
  position: absolute;
  font-family: "Inter", sans-serif;
  width: max-content;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 42px;
}
@media (min-width: 769px) {
  .p-country02__ttl {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .p-country02__ttl__large {
    font-size: 30px;
  }
  .p-country02__ttl__small {
    font-size: 16px;
  }
}

.p-country02__layout {
  margin: 0 auto 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .p-country02__layout {
    margin: 0 auto;
    width: 100%;
    flex-direction: row;
  }
  .p-country02__layout--reverse {
    flex-direction: row-reverse;
  }
}
.p-country02__img {
  & img {
    object-fit: cover;
  }
}
@media (min-width: 769px) {
  .p-country02__img {
    max-width: 493px;
    width: 100%;
    margin-right: 40px;
  }
  .p-country02__img--reverse {
    margin-left: 40px;
  }
}
.p-country02__desc {
  font-size: 13px;
  line-height: 1.6;
  margin: 0 auto;
  width: 89.5%;
  padding: 15px 0 20px;
}
@media (min-width: 769px) {
  .p-country02__desc-txt {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .p-top-point-layout__desc--country02 {
    padding: 30px 0 0;
    max-width: 100%;
    border-radius: 0;
  }
}

.p-local-school {}
@media (min-width: 769px) {
  .p-local-school {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 56px;
  }
  .p-local-school--col3 {
    margin: 0 auto;
    justify-content: center;
    grid-template-columns: 260px 260px 260px;
    gap: 30px;
  }
}
.p-local-school li {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .p-local-school li {
    flex-direction: column;
  }
}
.p-local-school li + li {
  margin-top: 14px;
}
@media (min-width: 769px) {
  .p-local-school li + li {
    margin-top: 0;
  }
}
.p-local-school__ttl {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 27px;
}
.p-local-school__ttl::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  .p-local-school__ttl {
    text-align: center;
    width: max-content;
    font-size: 20px;
    margin: 0 auto 10px;
    padding-left: 44px;
  }
  .p-local-school__ttl::before {
    width: 34px;
    height: 34px;
  }
}
.p-local-school__ttl--australia::before {
  background: url(../img/australia-icon.svg) no-repeat center/contain;
}
.p-local-school__ttl--nzland::before {
  background: url(../img/nzland-icon.svg) no-repeat center/contain;
}
.p-local-school__ttl--canada::before {
  background: url(../img/canada-icon.svg) no-repeat center/contain;
}
.p-local-school__ttl--korea::before {
  background: url(../img/korea-icon.svg) no-repeat center/contain;
}

.p-local-school__ttl02 {
  font-size: 15px;
}
@media (min-width: 769px) {
  .p-local-school__ttl02 {
    font-size: 25px;
    text-align: center;
  }
}
.p-local-school__logo {
  margin-top: 10px;
  object-fit: contain;
  height: auto;
}
.p-local-school__logo--01 {
  width: 108px;
}
.p-local-school__logo--02 {
  width: 148px;
}
.p-local-school__logo--03 {
  width: 146px;
}
@media (min-width: 769px) {
  .p-local-school__logo {
    margin: 15px auto 0;
    max-width: 148px;
    object-fit: contain;
  }
}

.p-local-school__sub-ttl {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-size: 3.58vw;
  font-weight: 700;
}
@media (min-width: 769px) {
  .p-local-school__sub-ttl {
    text-align: center;
    font-size: 16px;
  }
}

.p-local-school__sub-ttl--blue {
  color: #00ABDF;
}
.p-local-school__sub-ttl--orange {
  color: #F89228;
}
.p-local-school__sub-ttl--pink {
  color: #F1668E;
}
.p-local-school__img {
  position: relative;
  width: 121px;
  height: 121px;
  margin-right: 15px;
  & img {
    object-fit: cover;
  }
}
@media (min-width: 769px) {
  .p-local-school__img {
    width: 100%;
    height: 259px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

/* 企業リスト（テキスト） */
.p-company-list {
  display: grid;
  /* grid-template-columns: repeat(2,1fr); */
  justify-content: center;
  gap: 20px;
  /* max-width: 750px; */
  max-width: 400px;
  margin: 0 auto 30px;
}

.p-company-list__item-ttl {
  position: relative;
  padding-left: 15px;
  font-weight: 700;
  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
  }
}
.p-company-list__item-ttl--blue {
    &::before {
      background: #00ABDF;
    }
}
.p-company-list__item-ttl--orange {
    &::before {
      background: #F89228;
    }
}
.p-company-list__item-ttl--pink {
    &::before {
      background: #F1668E;
    }
}
.p-company-list__sub {
  font-size: 14px;
  margin-top: 10px;
}
@media (min-width: 769px) {
  .p-company-list__sub {
    /* padding-left: 25px; */
  }
}
.p-company-list__sub li + li {
  margin-top: 5px;
}
@media (min-width: 769px) {
  .p-company-list {
    
  }

  .p-company-list__item-ttl {
    padding-left: 15px;
  }
}

.p-resort {}
@media (min-width: 769px) {
  .p-resort__layout {
    display: flex;
    margin-bottom: 30px;
  }
}
.p-resort__ttl {
  font-size: 17px;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .p-resort__ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.p-resort__img {
  margin-bottom: 40px;
  & img {
    object-fit: cover;
  }
}
@media (min-width: 769px) {
  .p-resort__img {
    max-width: 548px;
    height: 421px;
    width: 100%;
    margin-bottom: 0;
    margin-right: 47px;
  }
  .p-resort__desc {
    flex: 1;
  }
}
.p-resort__txt {
  line-height: 1.75;
  font-size: 17px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .p-resort__txt {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.p-resort__logowrap {
  margin-bottom: 25px;
}
.p-resort__logo-ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.p-resort__logo-img {
  width: 150px;
  margin: 0 auto;
  display: block;
  height: auto;
}
@media (min-width: 769px) {
  .p-resort__logowrap {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
  }
  .p-resort__logo-ttl {
    font-size: 30px;
    margin-bottom: 0;
    margin-right: 55px;
  }
  .p-resort__logo-img {
    width: 118px;
    margin: 0;
  }
}

.p-resort__hukidashi {
  position: relative;
  background: #999;
  color: #fff;
  border-radius: 22px;
  padding: 35px 30px 30px;
  margin: 40px 0 0;
  &::before {
    content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 26px;
    height: 11px;
    left: 32px;
    top: -9px;
    background: #999;
  }
}
@media (min-width: 769px) {
  .p-resort__hukidashi {
    max-width: 778px;
    margin: 0 auto;
    padding: 40px 30px 35px;
    &::before {
      left: initial;
      right: 68px;
    }
  }
}
.p-resort__hukidashi--blue {
  background: #00ABDF;
  &::before {
    background: #00ABDF;
  }
}
.p-resort__hukidashi--orange {
  background: #F89228;
  &::before {
    background: #F89228;
  }
}
.p-resort__hukidashi--pink {
  background: #F1668E;
  &::before {
    background: #F1668E;
  }
}
.p-resort__hukidashi-ttl {
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .p-resort__hukidashi-ttl {
    font-size: 20px;
  }
}
.p-resort__hukidashi-txt {
  font-size: 12px;
}
.p-resort__hukidashi-txt + .p-resort__hukidashi-ttl {
  margin-top: 35px;
}
@media (min-width: 769px) {
  .p-resort__hukidashi-txt + .p-resort__hukidashi-ttl {
    margin-top: 30px;
  }
}
.p-teacher-list {
  display: grid;
  gap: 40px;
}
@media (min-width: 769px) {
  .p-teacher-list {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (min-width: 769px) {
  .p-teacher-list li {
    display: flex;
    align-items: flex-start;
  }
}
.p-teacher-list__img {
  width: 100%;
}
.p-teacher-list__desc {
  flex: 1;
}
@media (min-width: 769px) {
  .p-teacher-list__img {
    max-width: 200px;
  }
  .p-teacher-list__desc {
    margin-left: 30px;
  }
}

.p-teacher-list__prof {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
.p-teacher-list__name {
  font-size: 16px;
  padding: 4px 12px;
  background: #fff;
  margin-right: 15px;
}
.p-teacher-list__name--blue {
  color: #00ABDF;
}
.p-teacher-list__name--orange {
  color: #F89228;
}
.p-teacher-list__name--pink {
  color: #F1668E;
}
@media (min-width: 769px) {
  .p-teacher-list__name {
    background: none;
  }
  .p-teacher-list__name--blue {
    color: #fff;
    background: #00ABDF;
  }
  .p-teacher-list__name--orange {
    color: #fff;
    background: #F89228;
  }
  .p-teacher-list__name--pink {
    color: #fff;
    background: #F1668E;
  }
}

.p-teacher-list__job {
  font-size: 14px;
}
.p-teacher-list__txt {
  line-height: 2;
}
.p-cource {
  background: #fff;
  padding: 25px 0 30px;
}
@media (min-width: 769px) {
  .p-cource {
    padding: 0;
  }
}
.p-cource + .p-cource {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .p-cource + .p-cource {
    margin-top: 50px;
  }
}
.p-cource__inner {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .p-cource__inner {
    width: 100%;
    display: flex;
    min-height: 398px;
  }
}
.p-cource__img {
  margin-bottom: 10px;
  & img {
    object-fit: cover;
  }
}
@media (min-width: 769px) {
  .p-cource__img {
    margin-bottom: 0;
    width: 100%;
    max-width: 360px;
    height: 344px;
    margin-right: 36px;
  }
}
.p-cource__ttl {
  width: max-content;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .p-cource__ttl {
    font-size: 20px;
    padding: 5px 14px;
    margin-bottom: 25px;
  }
}
.p-cource__ttl--blue {
  background: #00ABDF;
}
.p-cource__ttl--orange {
  background: #F89228;
}
.p-cource__ttl--pink {
  background: #F1668E;
}

.p-cource__term {
  margin-bottom: 15px;
  display: flex;
  & li {
    display: grid;
    place-content: center;
    text-align: center;
    font-size: 11px;
    color: #fff;
    width: fit-content;
    padding: 4px 21px;
    border-radius: 20px;
  }
  & li+li {
    margin-left: 5px;
  }
}
@media (min-width: 769px) {
  .p-cource__term {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 15px;
    min-height: 30px;
    font-weight: 700;
    & li {
      font-size: 15px;
      width: 49%;
    }
    & li+li {
      margin-left: 0;
    }
  }
}
.p-cource__term__blue {
  background: #00ABDF;
}
.p-cource__term__orange {
  background: #FF9B21;
}
.p-cource__desc {}
.p-cource__desc-ttl {
  font-size: 16px;
}
@media (min-width: 769px) {
  .p-cource__desc-ttl {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.p-cource__desc-subttl {
  font-size: 15px;
}
@media (min-width: 769px) {
  .p-cource__desc-subttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.p-cource__desc-ttl--blue {
  color: #00ABDF;
}
.p-cource__desc-ttl--orange {
  color: #F89228;
}
.p-cource__desc-ttl--pink {
  color: #F1668E;
}
.c-cource-last-ttl {
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .c-cource-last-ttl {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 70px;
    display: grid;
    place-content: center;
  }
}
.c-cource-last-txt {
  font-size: 16px;
}

.p-cource-joblist {
  display: none;
}
@media (min-width: 769px) {
  .p-cource-joblist {
    position: relative;
    display: flex;
    margin-top: 40px;
    padding: 30px 83px;
    background: #FCEEEB;
  }
  .c-cource-jobitem + .c-cource-jobitem {
    margin-left: 40px;
  }
  .c-cource-jobitem li {
    position: relative;
    padding-left: 15px;
    &::before {
      position: absolute;
      content: "";
      width: 6px;
      height: 6px;
      left: 0;
      top: 9px;
      border-radius: 10px;
      background: #000;
    }
  }
  .c-cource-jobitem li + li {
    margin-top: 5px;
  }
}


/* =============================================
Footer上部 共通CTAエリア
============================================= */
.p-kadokawa-desu {
    padding: 25px 0 50px;
    border-bottom: 1px solid #4A4A4A;
    background: #fff;
  }
.p-kadokawa-desu__img {
  max-width: 346px;
  margin: 10px auto -8px;
}
.p-kadokawa-desu__txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .p-kadokawa-desu {
    border-bottom: none;
    padding: 0;
    background: none;
  }
  .p-kadokawa-desu__img {
    max-width: 494px;
    margin: 10px auto 0;
  }
  .p-kadokawa-desu__txt {
    font-size: 18px;
    text-align: center;
  }
}
.p-cta-area {
  padding: 50px 0 40px;
  background: #E52B2B;
  color: #fff;
}
.p-cta-area__img {
  width: 223px;
  margin: 0 auto 20px;
}
.p-cta-area__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}
.p-cta-area__btn {
  font-size: 16px;
  margin: 0 auto;
  background: #fff;
  color: #E52B2B;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 53px;
  width: 270px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 50px;
}

@media (min-width: 769px) {
  .p-cta-area {
    
  }
  .p-cta-area__layout {
    display: flex;
    justify-content: center;
  }
  .p-cta-area__img {
    width: auto;
    height: 407px;
    margin: -111px 0 -112px;
  }
  .p-cta-area__ttl {
    text-align: left;
    font-size: 30px;
  }
  .p-cta-area__btn {
    font-size: 19px;
    height: 65px;
    width: 331px;
  }
}

.p-about-vantan {
  padding: 50px 0 0;
  background: #F7F7F7;
}
@media (min-width: 769px) {
  .p-about-vantan {
    padding: 95px 0 92px;
  }
}

.p-about-vantan__inner {
  margin: 0 auto;
  width: 89.7%;
  max-width: 1010px;
}
@media (min-width: 769px) {
  .p-about-vantan__inner {
    width: 100%;
  }
}
.p-about-vantan__img {
  margin: 0 auto 20px;
  max-width: 197px;
  width: 50vw;
}
@media (min-width: 769px) {
  .p-about-vantan__img {
    float: left;
    margin-right: 20px;
    max-width: 240px;
    width: 100%;
  }
}
.p-about-vantan__ttl {
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .p-about-vantan__ttl {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .p-about-vantan__txt {
    font-size: 16px;
    line-height: 1.8;
  }
}

.p-vantan-data {
  background: #fff;
  padding: 36px 3px 20px;
  display: grid;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .p-vantan-data {
    padding: 29px 0 20px;
    margin-top: 40px;
    margin-bottom: 8px;
  }
}

.p-vantan-data__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px 15px;
}
@media (min-width: 769px) {
  .p-vantan-data__list {
    grid-template-columns: repeat(6,1fr);
    gap: 0;
  }
}

.p-vantan-data__ttl {
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  height: 40px;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .p-vantan-data__ttl {
    font-size: 17px;
    height: 50px;
    margin-bottom: 12px;
  }
}
.p-vantan-data__num {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #E52B2B;
  & span {
    font-size: 5.7vw;
    font-weight: 700;
  }
}
@media (min-width: 769px) {
  .p-vantan-data__num {
    font-size: 19px;
    & span {
      font-size: 29px;
    }
  }
}

.p-vantan-data__icon {
  position: relative;
  height: 72px;
  margin: 0 auto 10px;
  & img {
    object-fit: contain;
  }
}
.p-vantan-data__icon--01 {
  width: 75px;
}
.p-vantan-data__icon--02 {
  width: 67px;
  right: 4px;
}
.p-vantan-data__icon--03 {
  width: 60px;
  left: 3px;
}
.p-vantan-data__icon--04 {
  width: 75px;
}
.p-vantan-data__icon--05 {
  width: 74px;
  right: 10px;
}
.p-vantan-data__icon--06 {
  width: 95px;
}
@media (min-width: 769px) {
  .p-vantan-data__icon {
    height: 86px;
    margin: 0 auto 10px;
  }
  .p-vantan-data__icon--01 {
    width: 94px;
  }
  .p-vantan-data__icon--02 {
    width: 82px;
    right: 9px;
  }
  .p-vantan-data__icon--03 {
    width: 71px;
    left: 5px;
  }
  .p-vantan-data__icon--04 {
    width: 92px;
  }
  .p-vantan-data__icon--05 {
    width: 90px;
    right: 10px;
  }
  .p-vantan-data__icon--06 {
    width: 107px;
  }
}
.p-contact {
  background: #fff;
  padding: 50px 0;
}
@media (min-width: 769px) {
  .p-contact {
    padding: 60px 0 90px;
  }
}
.p-contact__ttl {
  font-size: 27px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .p-contact__ttl {
    font-size: 40px;
    margin-bottom: 25px;
  }
}

.p-contact__list {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
  gap: 20px;
  & li {
    background: #f7f7f7;
    padding: 25px 0 30px;
  }
}
@media (min-width: 769px) {
  .p-contact__list {
    grid-template-columns: 1fr 1fr;
    max-width: 912px;
    gap: 35px;
    & li {
      padding: 31px 0 38px;
    }
  }
}
.p-contact__list-ttl {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  & span {
    color: #E52B2B;
    font-size: 25px;
    font-weight: 700;
    margin-right: 5px;
  }
}
.p-contact__list-tel {
  font-size: 16px;
  color: #fff;
  background: #E52B2B;
  width: 245px;
  height: 44px;
  text-decoration: none;
  font-weight: 700;
  margin: 0 auto;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .p-contact__list-tel {
    pointer-events: none;
  }
}
.p-contact__list-address {
  margin-top: 18px;
  text-align: center;
}



@media (min-width: 769px) {}
/* =============================================
タブ切り替えボタン
============================================= */
.m-tab-button-wrap {
  margin: 0 auto;
  display: grid;
  max-width: 90%;
  grid-template-columns: 110px 110px 110px;
  gap: 2px;
  justify-content: center;
  align-items: center;
  height: 52px;
  border-radius: 100px;
  background: #fff;
}
@media (min-width: 769px) {
  .m-tab-button-wrap {
    max-width: 505px;
    grid-template-columns: 160px 160px 160px;
    gap: 4px;
    height: 76px;
  }
}

.m-tab-button {
  border: none;
  padding: 6px 4px 4px 4px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 100px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (min-width: 769px) {
  .m-tab-button {
    height: 58px;
    font-size: 23px;
  }
}
.m-tab-button[data-id=high-school] {}
.m-tab-button[data-id=high-school].js-active {
  background: #F1668E;
}

.m-tab-button[data-id=vocational-school] {}
.m-tab-button[data-id=vocational-school].js-active {
  background: #00ABDF;
}

.m-tab-button[data-id=university] {}
.m-tab-button[data-id=university].js-active {
  background: #F89228;
}
.m-tab-button.js-active {
  color: #fff;
}

/* =============================================
タブの枠
============================================= */
.l-tab-container {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 769px) {
  .l-tab-container {
    padding-top: 63px;
    padding-bottom: 80px;
  }
}

.l-tab-container.bg-high-school {
  background-color: #FCEEEB;
}

.l-tab-container.bg-vocational-school {
  background-color: #E3F2F5;
}

.l-tab-container.bg-university {
  background-color: #FEF5E7;
}

.l-tab-content-wrap {
  
}

.l-tab-content {
  display: none;
  padding-top: 30px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .l-tab-content {
    padding-top: 60px;
  }
}

.l-tab-content.js-active {
  display: block;
}

/* =====================
追従タブ切り替えボタン
===================== */
.o-tab-cv {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out;
  pointer-events: none;
  visibility: hidden;
}
.o-tab-cv .m-tab-cv-container {
  max-width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: all;
}

@media (min-width: 769px) {
  .o-tab-cv {
    bottom: 20px;
    right: 20px;
    width: auto;
  }
  .o-tab-cv .m-tab-cv-container {
    width: 380px;
    max-width: 380px;
    min-width: 380px;
    border-radius: 16px;
    padding: 16px 20px 20px;
    gap: 12px;
  }
}
.o-tab-cv .m-tab-cv-label {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.o-tab-cv .m-tab-cv-label::before, .o-tab-cv .m-tab-cv-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #999;
}
.o-tab-cv .m-tab-cv-label-text {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  white-space: nowrap;
}
.o-tab-cv.js-view {
	opacity: 1;
	visibility: inherit;
}
@media (min-width: 769px) {
  .o-tab-cv .m-tab-cv-label-text {
    font-size: 13px;
  }
}
.o-tab-cv .m-tab-cv-tabs {
  display: flex;
  gap: 4px;
  justify-content: center;
  width: 100%;
  min-width: 0;
}
@media (min-width: 769px) {
  .o-tab-cv .m-tab-cv-tabs {
    gap: 8px;
  }
}
.o-tab-cv .m-tab-cv-tab {
  flex: 1;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid #00ABDF;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  min-width: 0;
}

/* タブごとの色分け */
/* 高専 */
.o-tab-cv .m-tab-cv-tab[data-tab=high-school] {
  border-color: #F1668E;
  color: #F1668E;
}
.o-tab-cv .m-tab-cv-tab[data-tab=high-school]:hover {
  background: #FCEEEB;
}
.o-tab-cv .m-tab-cv-tab[data-tab=high-school].js-active {
  background: #F1668E;
  border-color: #F1668E;
  color: #ffffff;
}

/* 専門 */
.o-tab-cv .m-tab-cv-tab[data-tab=vocational-school] {
  border-color: #00ABDF;
  color: #00ABDF;
}
.o-tab-cv .m-tab-cv-tab[data-tab=vocational-school]:hover {
  background: #E3F2F5;
}
.o-tab-cv .m-tab-cv-tab[data-tab=vocational-school].js-active {
  background: #00ABDF;
  border-color: #00ABDF;
  color: #ffffff;
}

/* 大学 */
.o-tab-cv .m-tab-cv-tab[data-tab=university] {
  border-color: #F89228;
  color: #F89228;
}
.o-tab-cv .m-tab-cv-tab[data-tab=university]:hover {
  background: #FEF5E7;
}
.o-tab-cv .m-tab-cv-tab[data-tab=university].js-active {
  background: #F89228;
  border-color: #F89228;
  color: #ffffff;
}

@media (min-width: 769px) {
  .o-tab-cv .m-tab-cv-tab {
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 10px;
    line-height: 1.2;
  }
}
.o-tab-cv .m-tab-cv-contents {
  position: relative;
  min-height: 24px;
}
.o-tab-cv .m-tab-cv-content {
  display: none;
  text-align: center;
}
.o-tab-cv .m-tab-cv-content.js-active {
  display: block;
  animation: fadeIn 0.3s ease;
}
.o-tab-cv .m-tab-cv-desc {
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .o-tab-cv .m-tab-cv-desc {
    font-size: 13px;
  }
}
.o-tab-cv .a-btn-cv-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.o-tab-cv .a-btn-cv {
  height: 50px;
  pointer-events: all;
}
.o-tab-cv .a-btn-cv-text {
  font-size: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  background: #E52B2B;
  border-bottom: none;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 40px;
}
.o-tab-cv .a-btn-cv-arrow {
  width: 18px;
  height: 18px;
}
@media (min-width: 769px) {
  .o-tab-cv .a-btn-cv {
    height: 58px;
  }
  .o-tab-cv .a-btn-cv-text {
    font-size: 16px;
  }
  .o-tab-cv .a-btn-cv-arrow {
    width: 20px;
    height: 20px;
  }
}
.o-tab-cv .a-btn-cv-wrap {
  margin-top: 16px;
  max-width: 340px;
}
@media (min-width: 769px) {
  .o-tab-cv .a-btn-cv-wrap {
    margin-top: 24px;
  }
}

@media (min-width: 769px) {
  .o-tab-cv .a-btn-cv-text {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .o-tab-cv .a-btn-cv-arrow {
    width: 34px;
    height: 34px;
    right: 16px;
  }
}
.a-btn-cv {
  text-decoration: none;
}

/* =============================================
ヘルパークラス
============================================= */
.u-pc-block {
  display: none;
}
.u-sp-block {
	display: block;
}
@media (min-width: 769px) {
  .u-pc-block {
    display: block;
  }
  .u-sp-block {
    display: none;
  }
}
.u-txt-marker {
  background:linear-gradient(transparent 60%, #F6FF00 60%);
}

.u-txt-center {}
@media (min-width: 769px) {
  .u-txt-center {
    text-align: center;
  }
}

.u-txt-center-sp {
  text-align: center;
}

.u-ml10-sp {
  margin-left: 10px;
}
@media (min-width: 769px) {
  .u-ml10-sp {
    margin-left: 0;
  }
}

.u-mt10 {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .u-mt10 {
    margin-top: 15px;
  }
}

.u-mt40-pc {}
@media (min-width: 769px) {
  .u-mt40-pc {
    margin-top: 40px;
  }
}

.u-mt20-pc {}
@media (min-width: 769px) {
  .u-mt20-pc {
    margin-top: 20px;
  }
}

.u-mb10 {
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .u-mb10 {
    margin-bottom: 15px;
  }
}

.u-mb15 {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .u-mb15 {
    margin-bottom: 20px;
  }
}

.u-mb20 {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .u-mb20 {
    margin-bottom: 30px;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .u-mb30 {
    margin-bottom: 50px;
  }
}

.u-mb35-pc {}
@media (min-width: 769px) {
  .u-mb35-pc {
    margin-bottom: 35px;
  }
}

.u-fz10 {
  font-size: 10px;
}
@media (min-width: 769px) {
  .u-fz10 {
    font-size: 13px;
  }
}

.u-fw700 {
  font-weight: 700;
}

.u-txt-note {
  font-size: 12px;
  color: #787878;
}
.u-txt-note--white {
  color: #fff;
}
@media (min-width: 769px) {
  .u-txt-note {
    font-size: 11px;
  }
}

.u-tar {
  text-align: right;
}

@media (min-width: 769px) {
  .u-tar-pc {
    text-align: right;
  }
}

.u-tar-sp {
  text-align: right;
}
@media (min-width: 769px) {
  .u-tar-sp {
    text-align: left;
  }
}

.u-indent-sp {
  padding-left: 2rem;
  text-indent: -1rem;
}
@media (min-width: 769px) {
  .u-indent-sp {
    padding-left: 0;
    text-indent: 0;
  }
}

.u-posi-right {
  object-position: right;
}

.u-figcap::before {
  position: absolute;
  content: "※画像はイメージです。";
  left: 5px;
  bottom: 5px;
  font-size: 10px;
  text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
}
@media (min-width: 769px) {
  .u-figcap::before {
    font-size: 11px;
  }
}

.u-txtlink {
  text-decoration: underline;
  cursor: pointer;
}
.u-txtlink:hover {
  text-decoration: none;
}
.u-txtlink--blue {
  color: #00ABDF;
}
.u-txtlink--pink {
  color: #F1668E;
}
.u-txtlink--orange {
  color: #F89228;
}

/* 上書き */
#vantan-footer {
  margin-top: 60px;
}

#vantan-header p.logoheadline {
  line-height: 1.2;
  display: block;
  margin: 0 auto;
  max-width: 1404px;
}
@media (min-width: 769px) {
  #vantan-header p.logoheadline {
    padding-top: 10px;
  }
}