@charset "UTF-8";
/*変数*/
/*変数*/
/*mixin集*/
/*@mixin clearFix*/
/*中央揃え*/
/*@mixin centerWidth*/
/*中央揃え*/
/*二重線*/
/*@mixin bdtp*/
/*二重線*/
/*アニメーション動き*/
/*@mixin anime*/
/*アニメーション動き*/
/*白ボタンhover*/
/*@mixin hoverWh*/
/*白ボタンhover*/
/*メディアクエリ*/
/*@mixin mqSP*/
/*@mixin mqPC*/
/*基本使わない　タブレットとスマホのアスペクト比でどうしても共通にスタイリングできない場合のみ*/
/*@mixin mqSPMicro*/
/*基本使わない　タブレットとスマホのアスペクト比でどうしても共通にスタイリングできない場合のみ*/
/*メディアクエリ*/
/*wh一括指定*/
/*@mixin wh($w,$h)*/
/*wh一括指定*/
/*前後景色一括指定*/
/*@mixin colorSet($color,$background)*/
/*前後景色一括指定*/
/*フォントサイズpxとrem一括指定*/
/*@mixin fs($font)*/
/*フォントサイズpxとrem一括指定*/
/*font lineHeight一括指定*/
/*@mixin fontLineHeight($font,$lh)*/
/*font lineHeight一括指定*/
/*mixin集*/
.p-costTop {
  width: 520px;
  margin: 0 auto;
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .p-costTop {
    position: relative;
    width: 100%;
    margin-top: 36px;
    margin-bottom: -2px;
    padding-bottom: 37px;
    border-bottom: 4px solid #000;
    z-index: 1;
  }
}

.p-costTop__copy {
  margin-top: 52px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-costTop__copy {
    margin-top: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-costTop__ages {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-costTop__ages {
    width: calc(100% - 30px);
    margin-top: 18px;
    margin-left: 15px;
  }
}

.p-costTop__age {
  width: 30%;
  height: 100px;
  margin-right: 23px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 4px solid #000;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.p-costTop__age:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .p-costTop__age:nth-of-type(3n) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .p-costTop__age {
    display: table;
    position: relative;
    width: calc((100% - 10px) / 2);
    height: 70px;
    border-width: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .p-costTop__age:nth-of-type(even) {
    margin-right: 0;
  }
}

.p-costTop__age__link {
  display: block;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 95px;
  background-image: url(/english/_common/img/arrRightBk.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: top 40px right 13px;
  transition: all 0.2s ease-in-out;
}
.p-costTop__age__link:hover {
  transition: all 0.2s ease-in-out;
}
.p-costTop__age__link:hover:hover {
  background-color: #e8e7dd;
}
@media (max-width: 768px) {
  .p-costTop__age__link {
    display: table-cell;
    vertical-align: middle;
    background-size: 10px;
    background-position: top 28px right 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 70px;
  }
}

.text__petit {
  color: #E6230F;
}

.text__pocket {
  color: #E85F9D;
}

.text__hop {
  color: #F29600;
}

.text__step {
  color: #6EB92B;
}

.text__jump {
  color: #786AAE;
}

.cost-acc__cont {
  display: none;
}

.cost-acc__cont.open {
  display: block;
}

.c-lineCost__notice__title--member {
  margin-top: 15px;
  margin-bottom: 15px;
}

.cost-acc__cont > .u-txtAlignL {
  margin-top: 10px;
}

/* SP */
@media (max-width: 768px) {
  .c-mainArea {
    margin-top: 10.667vw;
  }
  .c-mainArea__title {
    font-size: 7.467vw;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
  }
  .c-mainArea__head-text {
    font-size: 3.733vw;
    line-height: 1.5;
    margin-top: 4.267vw;
    margin-bottom: 10.667vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .c-mainArea__simlink {
    max-width: 100%;
    font-size: 3.733vw;
    line-height: 1.5;
    margin: 4.267vw 5.333vw 10.667vw;
    padding: 3.733vw 0;
    border: solid 3px #E50000;
    border-radius: 4px;
  }
  .c-mainArea__simlink > * {
    margin: 0 4.267vw;
  }
  .cost-content__acc {
    border: 0.8vw solid #000;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: #fff;
    margin: 0px 0% 5%;
  }
  .cost-acc__title {
    background-color: #F4F4EC;
    border-bottom: 0.8vw solid #000;
    color: #000;
    text-align: center;
    height: 18.667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6.4vw;
    font-weight: bold;
    padding-right: 10vw;
  }
  .cost-acc__title.open {
    border-bottom: none;
  }
  .c-lineCost__detail__price {
    width: 100%;
    margin: 0;
  }
  .c-lineCost__detail__priceTypeLists {
    margin-left: 0;
    padding: 0;
  }
  .rnCostWrap .c-lineCost__detail__priceTypeLists {
    padding: 0;
  }
  .rnCostWrap .c-lineCost__detail__priceTypeLists .c-lineCost__detail__priceTypeList--member:before {
    left: -4vw;
  }
  .cost-acc__cont > .u-txtAlignL {
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .c-lineCost__notice__title--member {
    margin-left: 4vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .c-lineCost__detail__priceTypeList:first-of-type {
    margin-right: 3vw;
    margin-left: 4vw;
  }
  .c-lineCost__detail__priceTypeList:nth-of-type(2) {
    margin-right: 4vw;
  }
  .c-lineCost__detail__priceTypeList--member:before {
    left: -4vw;
  }
  .cost-acc__title-text {
    flex-flow: column;
  }
  .cost-acc__title-text-main {
    font-size: 4.8vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .cost-acc__title-text-sub {
    font-size: 3.733vw;
    line-height: 1.5;
    color: #2C2C2C;
  }
  .cost-acc__title-img {
    display: inline-block;
    margin-right: 1.867vw;
  }
  .cost-acc__title-img img {
    width: 15.733vw;
  }
  .cost-acc-top {
    margin-top: 8.533vw;
    margin-bottom: 9.6vw;
    line-height: 1.5;
  }
  .tokubetugo__box {
    border: 1px solid #CCCCCC;
    width: 78.667vw;
    margin: 16.001px auto 2.133vw;
    padding-top: 2.667vw;
    padding-bottom: 2.667vw;
  }
  .tokubetugo__box-text {
    text-align: center;
  }
  .tokubetugo__box-text__sub {
    font-size: 3.733vw;
    font-weight: bold;
  }
  .tokubetugo__box-text__main {
    font-size: 9.6vw;
    font-family: "Oswald";
    font-weight: bold;
    color: #E50000;
  }
  .tokubetugo__box-text-yen {
    font-size: 4.8vw;
    color: #E50000;
  }
  .tokubetugo__offer {
    width: 78.667vw;
    margin: 0 auto;
    font-size: 3.2vw;
    color: #E6230F;
    line-height: 1.5;
  }
  .cost-acc-top__head {
    font-size: 6.4vw;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
  }
  .cost-acc__cont__inner__head-sub {
    font-size: 3.733vw;
    margin-top: 2.133vw;
    text-align: center;
  }
  .c-lineCost__detail__price__payMethod__line:first-child .c-lineCost__detail__price__priceDetail {
    background-color: #F4F3E4;
  }
  .c-lineCost__detail__price__payMethod__line:first-child .c-lineCost__detail__price__priceDetail__txtBox:after {
    border-color: transparent transparent #FFF transparent;
  }
  .c-advantageArea img {
    width: 100%;
  }
  .cpadage__wrap {
    margin-top: 17.067vw;
    padding-top: 0.01vw;
  }
  .kocha-kyozai__cv-btn {
    width: 89.333vw;
    margin: 3.667vw auto 17.067vw;
  }
  .kocha-kyozai__cv-btn__text {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .kocha-kyozai__cv-btn-link::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #2C2C2C;
    border-right: 3px solid #2C2C2C;
    position: absolute;
    top: 50%;
    right: 13.2px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.2s ease-in-out;
  }
  .kocha-kyozai__cv-btn-link:hover {
    opacity: 0.7;
  }
  .kocha-kyozai__cv-btn__inner {
    position: relative;
    border: 3px solid #1C1C1C;
    padding-top: 14.2px;
    padding-bottom: 11.8px;
    text-align: center;
  }
  .wireーbtn-txt-sub {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
  }
  .wireーbtn-txt-main {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
  }
}
/* PC */
@media (min-width: 769px) {
  .c-mainArea {
    margin-top: 55px;
  }
  .c-mainArea__title {
    font-size: 36px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
  }
  .c-mainArea__head-text {
    width: 545px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .c-mainArea__simlink {
    max-width: 800px;
    font-size: 16px;
    margin: 10px auto 20px;
    border: solid 3px #E50000;
    border-radius: 4px;
    padding: 20px 60px;
    box-sizing: border-box;
  }
  .cost-content__acc {
    border: 3px solid #000;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: #fff;
    max-width: 800px;
    margin: 0 auto 30px;
  }
  .cost-acc__title {
    background-color: #F4F4EC;
    border-bottom: 3px solid #000;
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cost-acc__title.open {
    border-bottom: none;
  }
  .cost-acc__title-text {
    flex-flow: column;
  }
  .cost-acc__title-text-main {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
  }
  .cost-acc__title-text-sub {
    font-size: 14px;
    line-height: 1.5;
    color: #2C2C2C;
  }
  .cost-acc__title-img {
    display: inline-block;
    margin-right: 10px;
  }
  .cost-acc__title-img img {
    width: 59px;
  }
  .cost-acc-top {
    margin-top: 32px;
    margin-bottom: 36px;
    line-height: 1.5;
  }
  .tokubetugo__box {
    border: 1px solid #CCCCCC;
    width: 295px;
    margin: 16px auto 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tokubetugo__box-text {
    text-align: center;
  }
  .tokubetugo__box-text__sub {
    font-size: 18px;
    font-weight: bold;
  }
  .tokubetugo__box-text__main {
    font-size: 48px;
    font-family: "Oswald";
    font-weight: bold;
    color: #E50000;
  }
  .tokubetugo__box-text-yen {
    font-size: 18px;
    color: #E50000;
  }
  .tokubetugo__offer {
    text-align: center;
    font-size: 16px;
    color: #E6230F;
    line-height: 1.5;
  }
  .cost-acc-top__head {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
  }
  .cost-acc__cont__inner__head-sub {
    font-size: 16px;
    margin-top: 8px;
    text-align: center;
  }
  .c-lineCost__detail__price__payMethod__line:first-child .c-lineCost__detail__price__priceDetail {
    background-color: #F4F3E4;
  }
  .c-lineCost__detail__price__payMethod__line:first-child .c-lineCost__detail__price__priceDetail__txtBox:after {
    border-color: transparent transparent #FFF transparent;
  }
  .cpadage__wrap {
    margin-top: 64px;
    padding-top: 20px;
  }
  .kocha-kyozai__cv-btn {
    width: 544px;
    margin: 20px auto 64px;
  }
  .kocha-kyozai__cv-btn__text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
  .kocha-kyozai__cv-btn-link::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #2C2C2C;
    border-right: 3px solid #2C2C2C;
    position: absolute;
    top: 50%;
    right: 13.2px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.2s ease-in-out;
  }
  .kocha-kyozai__cv-btn-link:hover {
    opacity: 0.7;
  }
  .kocha-kyozai__cv-btn__inner {
    position: relative;
    border: 3px solid #1C1C1C;
    padding-top: 14.2px;
    padding-bottom: 11.8px;
    text-align: center;
  }
  .wireーbtn-txt-sub {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
  }
  .wireーbtn-txt-main {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
  }
}
/*年齢nav*/
.p-ageNav {
  margin-top: 32px;
  position: relative;
  width: 100%;
  height: 330px;
  padding: 36px 0 80px;
  background: url(/english/img/wood_bg.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}

.kocha_eng_top_default {
  display: block;
}

.u-txtAlignC {
  text-align: center !important;
}

.p-ageNav__titleArea {
  position: relative;
  margin: 0 auto;
  width: 800px;
  z-index: 1;
}

.p-ageNav__titleArea:before {
  position: absolute;
  content: "";
  width: 94px;
  height: 97px;
  top: -330px;
  left: -200px;
  background: url(/english/img/agePic_leftTop.png) no-repeat;
  background-size: 94px;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
  z-index: 100;
}

.p-ageNav__title--big {
  position: relative;
  top: 20px;
  font-size: 28px;
  font-weight: normal;
}

.p-ageNav__titleArea:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 65px;
  top: -260px;
  right: -220px;
  background: url(/english/img/200121/agePic_leftBottom.png) no-repeat;
  background-size: 80px;
  transition: all 0.3s linear;
  z-index: 100;
}

.p-ageNav__titleArea:before {
  position: absolute;
  content: "";
  width: 94px;
  height: 97px;
  top: -330px;
  left: -200px;
  background: url(/english/img/agePic_leftTop.png) no-repeat;
  background-size: 94px;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
  z-index: 100;
}

.p-ageNav__title {
  display: block;
  color: #fff;
  text-align: center;
} /*.p-ageNav__title*/
.p-ageNav__menu {
  margin: 0 auto;
  width: 673px;
  position: relative;
  top: 77px;
  /*左下オブジェ*/
  /*右下オブジェ*/
}

.p-ageNav__menu:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 65px;
  bottom: -545px;
  left: -108px;
  background: url(/english/step/img/220121/pick_up_step.png) no-repeat;
  background-size: 80px;
  transition: all 0.4s linear;
  z-index: 100;
}

.p-ageNav__menu__list .p-ageNav__menu__list__link {
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 20px;
}

.p-ageNav__menu__list:first-of-type:before {
  position: absolute;
  content: "";
  width: 81px;
  height: 63px;
  top: -555px;
  left: -110px;
  background: url(/english/step/img/220121/pick_up_step.png) no-repeat;
  background-size: 81px;
  transition: all 0.4s linear;
  transform: scale(2);
  transform: rotate(-90deg);
  z-index: 100;
  display: none;
}

.p-ageNav__menu__list__link__smallTxt {
  font-size: 16px;
  padding-left: 2px;
}

.p-ageNav__menu__list__link__mainTxt {
  font-size: 20px;
  font-weight: bold;
}

.p-ageNav__menu__list__link {
  position: relative;
}

.p-ageNav__menu__list__link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #707070;
  border-right: 3px solid #707070;
  position: absolute;
  top: 50%;
  right: -12.8px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.p-ageNav::after {
  position: absolute;
  content: "";
  width: 800px;
  height: 30px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/english/img/230818/230818_47476_p-ageNav-triangle_pc.svg) no-repeat;
  background-size: 800px;
  z-index: 100;
}

@media (max-width: 768px) {
  .p-ageNav {
    margin-top: 8vw;
    height: auto;
    padding: 8.533vw 0 21.333vw;
    position: relative;
    width: 100%;
    background: url(/english/img/wood_bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
  }
  .p-ageNav__titleArea {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
  .p-ageNav__titleArea:before {
    width: 94px;
    height: 97px;
    top: -50px;
    left: -141px;
    background-size: 94px;
    transform: rotate(-100deg);
  }
  .p-ageNav__title--big {
    top: 13px;
    font-size: 28px;
    line-height: 1.5;
    font-weight: normal;
  }
  .p-ageNav__titleArea:after {
    width: 20vw;
    height: 17vw;
    top: -42.667vw;
    right: -25.333vw;
    background-size: 20vw;
  }
  .p-ageNav__titleArea:before {
    width: 94px;
    height: 97px;
    top: -50px;
    left: -141px;
    background-size: 94px;
    transform: rotate(-100deg);
  }
  .p-ageNav__menu {
    width: 100%;
    padding: 0 5.067vw;
    top: 30px;
    z-index: 0;
  }
  .p-ageNav__menu:before {
    position: absolute;
    content: "";
    width: 18vw;
    height: 15vw;
    bottom: -545px;
    left: -108px;
    background: url(/english/step/img/220121/pick_up_step.png) no-repeat;
    background-size: 18vw;
    transition: all 0.4s linear;
    z-index: 100;
  }
  .p-ageNav__menu__list:first-of-type:before {
    width: 21.6vw;
    height: 16.8vw;
    top: 19.733vw;
    left: -45.333vw;
    background-size: 21.6vw;
    transition: all 0.3s linear;
    transform: rotate(-160deg);
    display: none;
  }
  /*.p-ageNav__menu*/
  .p-ageNav__menu__list__link {
    background-position: right 13px top 34px;
  }
  .p-ageNav__menu__list .p-ageNav__menu__list__link {
    line-height: 1.1;
    font-family: "Hiragino Kaku Gothic ProN";
  }
  .p-ageNav__menu__list__link__smallTxt {
    font-size: 2.667vw;
  }
  .p-ageNav__menu__list__link__mainTxt {
    font-size: 16px;
    font-weight: bold;
  }
  .p-ageNav__menu__list__link:after {
    content: "";
    display: block;
    width: 2.133vw;
    height: 2.133vw;
    border-top: 0.8vw solid #707070;
    border-right: 0.8vw solid #707070;
    position: absolute;
    top: 25%;
    right: 7.52vw;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.2s ease-in-out;
  }
  .p-ageNav::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5.333vw;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/english/img/230818/230818_47476_p-ageNav-triangle_sp.svg) no-repeat;
    background-size: 100%;
    z-index: 100;
  }
}
.p-ageNav__menu__list {
  float: left;
  width: 330px;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  border: 4px solid #fff;
  border-radius: 5px;
  text-align: center;
}

@media (min-width: 769px) {
  .p-ageNav__menu__list:nth-of-type(2n-1) {
    margin-right: 13px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .p-ageNav__menu__list {
    display: flex;
    align-items: center;
    width: 43.733vw;
    height: 16vw;
    margin-right: 5.333vw;
    margin-bottom: 5.333vw;
    border: 0.8vw solid #fff;
  }
  .p-ageNav__menu__list:nth-of-type(2n-1) {
    margin-right: 3.467vw;
    margin-bottom: 2.667vw;
  }
  .p-ageNav__menu__list:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 2.667vw;
  }
}
.p-ageNav__titleArea.animate:before, .p-ageNav__titleArea--animated:before {
  top: 6px;
  left: 23px;
  transform: rotate(0);
}

@media (max-width: 768px) {
  .p-ageNav__titleArea.animate:before, .p-ageNav__titleArea--animated:before {
    top: 1.333vw;
    left: -10.933vw;
    transform: rotate(-13deg);
  }
}
.p-ageNav__titleArea.animate:after, .p-ageNav__titleArea--animated:after {
  top: 20px;
  right: 0px;
}

@media (max-width: 768px) {
  .p-ageNav__titleArea.animate:after, .p-ageNav__titleArea--animated:after {
    top: -1.6vw;
    right: -3vw;
  }
}
.p-ageNav__menu.animate:before, .p-ageNav__menu--animated:before {
  bottom: -244px;
  left: -34px;
}

@media (max-width: 768px) {
  .p-ageNav__menu.animate:before, .p-ageNav__menu--animated:before {
    top: 35.4vw;
    left: 0vw;
  }
}
.p-ageNav__menu:after {
  position: absolute;
  content: "";
  width: 73px;
  height: 67px;
  right: -145px;
  bottom: -610px;
  background: url(/english/img/agePic_rightBottom.png) no-repeat;
  background-size: 73px;
  transition: all 0.4s linear;
  z-index: 100;
}

@media (max-width: 768px) {
  .p-ageNav__menu:after {
    width: 73px;
    height: 67px;
    right: -100px;
    bottom: -564px;
    background-size: 73px;
  }
}
.p-ageNav__menu.animate:after, .p-ageNav__menu--animated:after {
  right: -59px;
  bottom: -240px;
}

@media (max-width: 768px) {
  .p-ageNav__menu.animate:after, .p-ageNav__menu--animated:after {
    top: 33.4vw;
    right: 0vw;
  }
}
.p-ageNav__menu__list:first-of-type {
  position: relative;
}

.p-ageNav__menu__list:first-of-type.animate:before,
.p-ageNav__menu__list--animated:first-of-type:before {
  top: -20px;
  left: -100px;
  transform: scale(1);
  transform: rotate(0);
}
@media (max-width: 768px) {
  .p-ageNav__menu__list:first-of-type.animate:before,
  .p-ageNav__menu__list--animated:first-of-type:before {
    top: 9.333vw;
    left: -18vw;
    transform: rotate(-12deg);
  }
}

/*.p-ageNav__menu__list:first-of-type*/
/*年齢nav*/
/* ---------------------------------------------*/
.cvArea__head {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 35px;
}

@media (max-width: 768px) {
  .cvArea__head {
    font-size: 4.8vw;
    margin-top: 8.533vw;
  }
}/*# sourceMappingURL=index_20260121.css.map */