@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*==============================
  reset_common.css_20240226_51801
==============================*/
@media print,
screen and (min-width:1025px) {
  .c-wrap__inner {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 30px
  }

  .c-section {
    max-width: 970px;
    margin: 0 auto;
  }

  .c-wrap__main {
    max-width: 970px;
    margin: 0 auto;
    padding-top: 50px
  }
}

/*==============================
  reset_share.css_20240226_51801
==============================*/
/* PC */
@media print,
screen and (min-width: 769px) {

  .c_rn-section,
  .c_rn-section--4vw,
  .c_rn-section--8vw {
    max-width: 970px;
    margin: 0 auto;
  }
}


/*==============================
  
==============================*/
* {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}

li {
  list-style: none;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

.c_rn-cv__btn-link-bg--pink {
  background-color: #E90061;
  color: #ffffff;
}

.c_rn-cv__btn-link-bg--pink::after {
  background-image: url(https://chu.benesse.co.jp/_share/221114_42498_common_rn_btn_icon_arrow_white.svg);
}

.c-text-white {
  color: #ffffff;
}

.c_rn-cv__btn-link-wrap--l .c_rn-cv__btn-link {
  width: 100%;
}

.annotation_indent {
  padding-left: 1em;
  text-indent: -1em;
}

video {
  max-width: 100%;
}

.wrap--chu a:hover,
.c-modal__body-inner a:hover {
  opacity: .8 !important;
}

button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.wrap--chu__inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media print,
screen and (min-width: 769px) {
  .wrap--chu__inner .lp-container {
    width: 100%;
    max-width: 1280px;
  }

  .chu-detail {
    width: 900px;
    margin: 0 auto;
  }

  .chu-detail__wrap {
    margin: 100px 0 92px;
  }

  .chu-detail__btn {
    background-color: #0075C2;
    width: 100%;
    color: #fff;
    padding: 15px 100px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 10px;
    text-align: center;
    position: relative;
  }

  .chu-detail__btn::after {
    content: '';
    background-image: url(/zemi_gw/_assets24/img/arrow_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .chu-contact__inner {
    padding: 100px;
  }

  .chu-contact__btn {
    background-color: #fff;
    width: 100%;
    color: #0075C2;
    padding: 15px 100px;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 10px;
    text-align: center;
    position: relative;
    border: 2px solid #0075C2;
  }

  .chu-contact__btn::after {
    content: '';
    background-image: url(/zemi_gw/_assets24/img/arrow_03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .chu-contact__btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

/* タブレット調整 */
@media only screen and (max-width: 1260px) {
  .wrap--chu__inner .lp-container {
    width: 100%;
    padding: 0 4vw;
  }

  .select .lp-container {
    padding: 0;
  }

  .tablet-br {
    max-width: 80%;
  }
}

/* /タブレット調整 */

@media print,
screen and (max-width: 768px) {
  .chu-detail {
    padding: 0 4vw;
    margin: 14.9333vw 0 20vw;
  }

  .chu-detail__btn {
    background-color: #0075C2;
    width: 100%;
    color: #fff;
    padding: 2.6667vw 16vw;
    display: inline-block;
    font-size: 4.5333vw;
    font-weight: 400;
    line-height: 1.9;
    border-radius: 2.6667vw;
    text-align: center;
    position: relative;
  }

  .chu-detail__btn::after {
    content: '';
    background-image: url(/zemi_gw/_assets24/img/arrow_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .chu-contact__btn {
    background-color: #fff;
    width: 100%;
    color: #0075C2;
    padding: 5.3333vw 8vw;
    display: inline-block;
    font-size: 4.2667vw;
    font-weight: 500;
    line-height: 1.125;
    border-radius: 2.6667vw;
    text-align: center;
    position: relative;
    border: 2px solid #0075C2;
  }

  .chu-contact__btn::after {
    content: '';
    background-image: url(/zemi_gw/_assets24/img/arrow_03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .chu-contact__btn-wrap {
    display: flex;
    flex-direction: column;
    gap: calc((10/375) * 100vw);
  }

  .tablet-br {
    max-width: 100%;
  }
}

/*==============================
  header
==============================*/

.m-header {
  background-color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (min-width: 769px) {
  .m-header {
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  }
}

.m-wrapper {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 769px),
print,
tv {
  .m-wrapper {
    min-width: 990px;
  }

  /*
  html.is-modal-open .m-wrapper {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }*/
}

.m-header {
  background-color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (min-width: 769px),
print,
tv {
  .m-header {
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  }
}

.m-header__upper,
.m-header__lower {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {

  .m-header__upper,
  .m-header__lower {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .m-header__upper {
    padding: 9px 15px;
  }
}

.m-header__lower {
  padding: 3px 0 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.m-header__l {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .m-header__l {
    width: 79px;
  }
}

.m-header__logo-sp {
  margin-right: 8px;
}

.m-header__l .m-link--s {
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
  margin-right: 10px;
}

.m-header__r {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .m-header__r {
    margin-top: 3px;
    min-width: 70px;
  }
}

.m-header__r a {
  color: #000000;
}

.m-header__r a.is-active {
  color: #b2b2b2;
}

.m-header__bc {
  padding: 11px 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  .m-header__bc {
    display: inline-block;
    width: 79px;
    height: 15px;
    padding: 0;
    background-image: url("../../_share/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -129px;
    -webkit-background-size: 149px 333px;
    -moz-background-size: 149px 333px;
    background-size: 149px 333px;
  }
}

.m-header__plus {
  margin-right: 15px;
  line-height: 1;
}

.m-header__sm,
.m-header__mem {
  display: inline-block;
  vertical-align: middle;
}

.m-header__r .m-header__mem {
  color: #ffffff;
}

.m-header__sm {
  margin-right: 12px;
}

.m-link,
.m-link--tel,
.m-link--s,
.m-link--white-sp,
.m-link--conversion,
.m-linklist a,
.m-link--s,
.m-linklist--s a {
  padding-left: 15px;
  font-size: 14px;
  display: inline-block;
}

.m-header__gmenu {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
}



/* KV */
@media print,
screen and (min-width: 769px) {
  .lp-fv {
    margin: 0;
    background: linear-gradient(180deg, #005bac 0%, #005bac 86.01%, #f6f6f6 86.02%, #F6F6F6 100%);
  }

  .lp-fv__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }

  .lp-fv__btm {
    display: none;
  }
}

@media print,
screen and (max-width: 768px) {
  .lp-fv__inner {
    padding: 0 8vw;
  }

  .lp-fv__img {
    margin: 0 -8vw;
  }

  .lp-fv__btm {
    margin: 2vw 8vw auto;
  }
}

/* ================================
  共通 common
  アコーディオン・h2・一部ボタンなど
================================*/
/* PC */
@media print,
screen and (min-width: 769px) {
  .gw__inner {
    max-width: 1080px;
    margin: 0 auto;
  }

  .gw-acc-text .c-acc-text__head::after {
    content: "＋";
    background: none;
    width: auto;
    height: auto;
    position: relative;
    color: #676979;
    font-weight: bold;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .gw-acc-text .c-acc-text__head.js-c-acc-text-open::after {
    content: "－";
    background: none;
  }

  .gw-acc-text .c-acc-text__body .gw-acc-text__body-text {
    color: #888888;
    font-size: 10px;
  }

  .gw-h2-brackets {
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 27px 45px;
    max-width: 810px;
    width: 100%;
  }

  .gw-h2-brackets::before {
    border-left: solid 2px #E70012;
    border-top: solid 2px #E70012;
    top: 0;
    left: 0
  }

  .gw-h2-brackets::after {
    border-right: solid 2px #E70012;
    border-bottom: solid 2px #E70012;
    bottom: 0;
    right: 0
  }

  .gw-h2-brackets::before,
  .gw-h2-brackets::after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
  }

  .gw-h2-brackets__sub {
    display: block;
    font-size: 24px;
    line-height: 1.4;
  }

  .gw-h2-brackets__main {
    display: block;
    font-size: 50px;
    line-height: 1.4;
    color: #E70012;
    font-weight: bold;
  }

  .gw-h2-under {
    text-align: center;
    position: relative;
  }

  .gw-h2-under__main {
    display: block;
    font-size: 50px;
    line-height: 1.4;
    color: #E70012;
    font-weight: bold;
  }

  .gw-h2-under::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 5px;
    background-color: #E70012;
  }

  .gw-btn-link {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background-color: #E70012;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 24px;
    width: 500px;
    padding: 15px 135px;
    box-sizing: border-box;
    box-shadow: 0 3px 20px rgba(0, 29, 108, 0.15);
    position: relative;
  }

  .gw-btn-link--cost,
  .gw-btn-link--kyozai {
    padding: 15px 120px 15px 150px;
  }

  .gw-btn-link:hover {
    opacity: 0.7;
  }

  .gw-btn-link--cost::before,
  .gw-btn-link--kyozai::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 3px;
    left: 120px;
    bottom: 0;
  }

  .gw-btn-link--cost::before {
    background-image: url(/zemi_gw/_share/icon_cost.svg);
  }

  .gw-btn-link--kyozai::before {
    background-image: url(/zemi_gw/_share/icon_kyozai.svg);
  }

  .gw-btn-link::after {
    content: "";
    background-image: none;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg);
  }

  .gw-btn-link--blank::after {
    content: "";
    background-image: url(/zemi_gw/_share/icon_blank.svg);
    background-repeat: no-repeat;
    top: -2px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: 0;
    transform: none;
  }

  .gw-section-end {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  /* sho */
  .c-wrap--sho .gw-acc-text .c-acc-text__head::after {
    color: #039BE5;
  }

  .c-acc-text__head-bg039BE5--remark {
    font-size: 10px;
    color: #FFFFFF;
    padding-left: 1.5em;
  }

  .c-wrap--sho .gw-acc-text .c-acc-text__head-bg039BE5::after {
    color: #FFFFFF;
  }

  .c-wrap--sho .gw-h2-brackets::before {
    border-left: solid 2px #039BE5;
    border-top: solid 2px #039BE5;
  }

  .c-wrap--sho .gw-h2-brackets::after {
    border-right: solid 2px #039BE5;
    border-bottom: solid 2px #039BE5;
  }

  .c-wrap--sho .gw-h2-brackets-bg039BE5::before {
    border-left: solid 2px #FFFFFF;
    border-top: solid 2px #FFFFFF;
  }

  .c-wrap--sho .gw-h2-brackets-bg039BE5::after {
    border-right: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
  }

  .c-wrap--sho .gw-h2-brackets-bg039BE5 {
    margin-bottom: 30px;
  }

  .c-wrap--sho .gw-lineup__imgwrap {
    width: 1080px;
    margin: 0 auto;
  }

  .c-wrap--sho .gw-lineup__imgwrap {
    width: auto;
    margin: 0 auto;
  }

  .c-wrap--sho .gw-lineup__imgwrap--w67p-pc {
    width: 67%;
  }

  .c-wrap--sho .gw-h2-brackets__main {
    color: #039BE5;
    display: block;
    font-size: 50px;
    line-height: 1.4;
    font-weight: bold;
  }

  .c-wrap--sho .gw-h2-brackets__main-bg039BE5 {
    color: #FFFFFF;
    display: block;
    font-size: 50px;
    line-height: 1.4;
    font-weight: bold;
  }

  .c-wrap--sho .gw-h2-brackets__sub-bg039BE5 {
    display: block;
    font-size: 24px;
    line-height: 1.4;
    color: #FFFFFF;
  }

  .c-wrap--sho .gw-h2-under__main {
    color: #039BE5;
  }

  .c-wrap--sho .gw-h2-under::after {
    background-color: #039BE5;
  }

  .c-wrap--sho .gw-btn-link {
    background-color: #039BE5;
  }

  .c-acc-text__head-bg039BE5--remark::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }

  .c-wrap--sho .gw-acc-text .c-acc-text__body .gw-acc-text__body-text-bg039BE5 {
    color: #FFFFFF;
    font-size: 10px;
  }

  .gw-acc-text-bg039BE5 {
    color: #FFFFFF;
  }

  .c-wrap--sho .gw-acc-text--w67p-pc {
    width: 67%;
    margin: 0 auto;
  }

  .gw-inst {
    margin: 90px 0;
  }

  .gw-inst__title__logo {
    width: 28px;
  }

  .gw-inst__title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    margin-bottom: 30px;
  }

  .gw-inst__txt {
    text-align: center;
    margin-bottom: 30px;
  }

  .gw-inst__contents__list {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .c-wrap--sho .gw-text--grade {
    color: #039BE5;
  }

  /* /sho */
  /* chu */
  .c-wrap--chu .gw-acc-text .c-acc-text__head::after {
    color: #676979;
  }

  .c-wrap--chu .gw-h2-brackets::before {
    border-left: solid 2px #0077D5;
    border-top: solid 2px #0077D5;
  }

  .c-wrap--chu .gw-h2-brackets::after {
    border-right: solid 2px #0077D5;
    border-bottom: solid 2px #0077D5;
  }

  .c-wrap--chu .gw-h2-brackets__main {
    color: #0077D5;
  }

  .c-wrap--chu .gw-h2-under__main {
    color: #0077D5;
  }

  .c-wrap--chu .gw-h2-under::after {
    background-color: #0077D5;
  }

  .c-wrap--chu .gw-btn-link {
    background-color: #0077D5;
  }

  .c-wrap--chu .gw-text--grade {
    color: #0077D5;
  }

  /* /chu */
  /* kou */
  .c-wrap--kou .gw-acc-text .c-acc-text__head::after {
    color: #2452ffff;
  }

  .c-wrap--kou .gw-h2-brackets::before {
    border-left: solid 2px #2452ffff;
    border-top: solid 2px #2452ffff;
  }

  .c-wrap--kou .gw-h2-brackets::after {
    border-right: solid 2px #2452ffff;
    border-bottom: solid 2px #2452ffff;
  }

  .c-wrap--kou .gw-h2-brackets__main {
    color: #2452ffff;
  }

  .c-wrap--kou .gw-h2-under__main {
    color: #2452ffff;
  }

  .c-wrap--kou .gw-h2-under::after {
    background-color: #2452ffff;
  }

  .c-wrap--kou .gw-btn-link {
    background-color: #2452ffff;
  }

  .c-wrap--kou .gw-text--grade {
    color: #2452ffff;
  }

  /* /chu */
}

/* SP */
@media print,
screen and (max-width: 768px) {
  .gw__inner {
    padding: 0 4vw;
  }

  .gw-acc-text .c-acc-text__head::after {
    content: "＋";
    background: none;
    width: auto;
    height: auto;
    position: relative;
    color: #676979;
    font-weight: bold;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .gw-acc-text .c-acc-text__head.js-c-acc-text-open::after {
    content: "－";
    background: none;
  }

  .gw-acc-text .c-acc-text__body .gw-acc-text__body-text {
    color: #888888;
    font-size: 2.6667vw;
  }

  .gw-h2-brackets {
    text-align: center;
    position: relative;
    padding: 5.3333vw;
  }

  .gw-h2-brackets::before {
    border-left: solid 2px #E70012;
    border-top: solid 2px #E70012;
    top: 0;
    left: 0
  }

  .gw-h2-brackets::after {
    border-right: solid 2px #E70012;
    border-bottom: solid 2px #E70012;
    bottom: 0;
    right: 0
  }

  .gw-h2-brackets::before,
  .gw-h2-brackets::after {
    content: "";
    width: 12vw;
    height: 12vw;
    position: absolute;
  }

  .gw-h2-brackets__sub {
    display: block;
    font-size: 4.8vw;
    line-height: 6.72vw;
  }

  .gw-h2-brackets__main {
    display: block;
    font-size: 10.6667vw;
    line-height: 14.9333vw;
    color: #E70012;
    font-weight: bold;
  }

  .gw-h2-under {
    text-align: center;
    position: relative;
    padding-bottom: 4vw;
  }

  .gw-h2-under__main {
    display: block;
    font-size: 10.6667vw;
    line-height: 14.9333vw;
    color: #E70012;
    font-weight: bold;
  }

  .gw-h2-under::after {
    content: "";
    display: inline-block;
    width: 21.3333vw;
    height: 1.3333vw;
    background-color: #E70012;
  }

  .gw-btn-link {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16vw;
    background-color: #E70012;
    font-size: 5.3333vw;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 7.4667vw;
    width: 100%;
    padding-top: calc((15 / 375)* 100vw);
    padding-bottom: calc((15 / 375)* 100vw);
    padding-right: calc((80 / 375)* 100vw);
    padding-left: calc((80 / 375)* 100vw);
    box-shadow: 0 1vw 5vw rgba(0, 29, 108, 0.15);
    position: relative;
  }

  .gw-btn-link--cost,
  .gw-btn-link--kyozai {
    padding-top: calc((15 / 375)* 100vw);
    padding-bottom: calc((15 / 375)* 100vw);
    padding-right: calc((67 / 375)* 100vw);
    padding-left: calc((93 / 375)* 100vw);
  }

  .gw-btn-link::after {
    content: "";
    background-image: none;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8vw;
    width: 2.6667vw;
    height: 2.6667vw;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg);
  }

  .gw-btn-link--cost::before,
  .gw-btn-link--kyozai::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    position: absolute;
    width: 6.9333vw;
    height: 7.2vw;
    top: 0;
    left: 17.8667vw;
    bottom: 0;
  }

  .gw-btn-link--cost::before {
    background-image: url(/zemi_gw/_share/icon_cost.svg);
  }

  .gw-btn-link--kyozai::before {
    background-image: url(/zemi_gw/_share/icon_kyozai.svg);
  }

  .gw-btn-link::after {
    content: "";
    background-image: none;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8vw;
    width: 2.6667vw;
    height: 2.6667vw;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg);
  }

  .gw-btn-link--blank::after {
    content: "";
    background-image: url(/zemi_gw/_share/icon_blank.svg);
    background-repeat: no-repeat;
    top: -0.5333vw;
    right: 5.3333vw;
    width: 8vw;
    height: 8vw;
    border: 0;
    transform: none;
  }

  /* sho */
  .c-wrap--sho .gw-acc-text .c-acc-text__head::after {
    color: #039BE5;
  }

  .c-acc-text__head-bg039BE5--remark {
    font-size: 2.667vw;
    color: #FFFFFF;
    padding-left: 1.5em;
  }

  .c-wrap--sho .gw-acc-text .c-acc-text__head-bg039BE5::after {
    color: #FFFFFF;
  }

  .c-wrap--sho .gw-h2-brackets::before {
    border-left: solid 2px #039BE5;
    border-top: solid 2px #039BE5;
  }

  .c-wrap--sho .gw-h2-brackets-bg039BE5::before {
    border-left: solid 2px #FFFFFF;
    border-top: solid 2px #FFFFFF;
  }

  .c-wrap--sho .gw-h2-brackets::after {
    border-right: solid 2px #039BE5;
    border-bottom: solid 2px #039BE5;
  }

  .c-wrap--sho .gw-h2-brackets-bg039BE5::after {
    border-right: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
  }

  .c-wrap--sho .gw-h2-brackets-bg039BE5 {
    top: 30px;
  }

  .c-wrap--sho .gw-h2-brackets__main {
    color: #039BE5;
    display: block;
    font-size: 10.6667vw;
    line-height: 14.9333vw;
    font-weight: bold;
  }

  .c-wrap--sho .gw-h2-brackets__main-bg039BE5 {
    color: #FFFFFF;
    display: block;
    font-size: 10.6667vw;
    line-height: 14.9333vw;
    font-weight: bold;
  }

  .c-wrap--sho .gw-h2-brackets__sub-bg039BE5 {
    display: block;
    font-size: 4.8vw;
    line-height: 6.72vw;
    color: #FFFFFF;
  }

  .c-wrap--sho .gw-h2-under__main {
    color: #039BE5;
  }

  .c-wrap--sho .gw-h2-under::after {
    background-color: #039BE5;
  }

  .c-wrap--sho .gw-btn-link {
    background-color: #039BE5;
  }

  .c-wrap--sho .gw-section-end {
    margin: 0 -4vw;
  }

  .c-acc-text__head-bg039BE5--remark::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }

  .gw-acc-text .c-acc-text__body .gw-acc-text__body-text-bg039BE5 {
    color: #FFFFFF;
    font-size: 2.6667vw;
  }

  .gw-inst {
    margin: 90px 0;
  }

  .gw-inst__title__logo {
    width: 28px;
  }

  .gw-inst__title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    margin-bottom: 30px;
  }

  .gw-inst__txt {
    text-align: center;
    margin-bottom: 30px;
  }

  .gw-inst__contents__list {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .c-wrap--sho .gw-text--grade {
    color: #0077D5;
  }

  /* /sho */
  /* chu */
  .c-wrap--chu .gw-acc-text .c-acc-text__head::after {
    color: #676979;
  }

  .c-wrap--chu .gw-h2-brackets::before {
    border-left: solid 2px #0077D5;
    border-top: solid 2px #0077D5;
  }

  .c-wrap--chu .gw-h2-brackets::after {
    border-right: solid 2px #0077D5;
    border-bottom: solid 2px #0077D5;
  }

  .c-wrap--chu .gw-h2-brackets__main {
    color: #0077D5;
  }

  .c-wrap--chu .gw-h2-under__main {
    color: #0077D5;
  }

  .c-wrap--chu .gw-h2-under::after {
    background-color: #0077D5;
  }

  .c-wrap--chu .gw-btn-link {
    background-color: #0077D5;
  }

  .c-wrap--chu .gw-text--grade {
    color: #0077D5;
  }

  /* /chu */
  /* kou */
  .c-wrap--kou .gw-acc-text .c-acc-text__head::after {
    color: #2452ffff;
  }

  .c-wrap--kou .gw-h2-brackets::before {
    border-left: solid 2px #2452ffff;
    border-top: solid 2px #2452ffff;
  }

  .c-wrap--kou .gw-h2-brackets::after {
    border-right: solid 2px #2452ffff;
    border-bottom: solid 2px #2452ffff;
  }

  .c-wrap--kou .gw-h2-brackets__main {
    color: #2452ffff;
  }

  .c-wrap--kou .gw-h2-under__main {
    color: #2452ffff;
  }

  .c-wrap--kou .gw-h2-under::after {
    background-color: #2452ffff;
  }

  .c-wrap--kou .gw-btn-link {
    background-color: #2452ffff;
  }

  .c-wrap--kou .gw-text--grade {
    color: #2452ffff;
  }

  /* /chu */
}

/* ================================
  背景 gw-bg
================================*/
/* PC */
@media print,
screen and (min-width: 769px) {
  .gw-bg--yellow {
    background-color: #FCF9F2;
  }

  .gw-bg--right-blue {
    background-color: #EDF5FB;
    padding-bottom: 90px;
  }
}

/* SP */
@media print,
screen and (max-width: 768px) {
  .gw-bg--yellow {
    background-color: #FCF9F2;
  }

  .gw-bg--right-blue {
    background-color: #EDF5FB;
    padding-bottom: 24vw;
  }
}

/* ================================
  タブ gw-tab
================================*/
/* PC */
@media print,
screen and (min-width: 769px) {
  .c-wrap .gw-tab.c-tab-head {
    margin-bottom: 0;
    align-items: flex-end;
    border: none;
    padding-left: 60px;
  }

  .c-wrap .gw-tab .c-tab-head__item {
    border-top: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-bottom: none;
    border-left: 1px solid #E2E2E2;
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #F7F7F7;
    width: 300px;
  }

  .c-wrap .gw-tab .c-tab-head__item:not(.js-c-tab-active):hover {
    opacity: 0.7;
  }

  .c-wrap .gw-tab .c-tab-head__item.js-c-tab-active {
    border-top: 6px solid #E70012;
    border-right: 1px solid #E70012;
    border-bottom: none;
    border-left: 1px solid #E70012;
    padding-top: 35px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    margin-top: 40px;
  }

  .gw-tab .gw-tab__img {
    width: 130px;
    height: 60px;
  }

  /* sho */
  .c-wrap .gw-tab .c-tab-head__item.c-sho.js-c-tab-active {
    border-color: #039BE5;
  }

  /* /sho */
  /* chu */
  .c-wrap .gw-tab .c-tab-head__item.c-chu.js-c-tab-active {
    border-color: #0077D5;
  }

  /* /chu */
  /* kou */
  .c-wrap .gw-tab .c-tab-head__item.c-kou.js-c-tab-active {
    border-color: #2452ffff;
  }

  /* /kou */
}

/* SP */
@media print,
screen and (max-width: 768px) {
  .c-wrap .gw-tab.c-tab-head {
    margin-bottom: 0;
    padding-right: 0.8vw;
    padding-left: 0.8vw;
    align-items: flex-end;
    border: none;
  }

  .c-wrap .gw-tab .c-tab-head__item {
    border-top: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-bottom: none;
    border-left: 1px solid #E2E2E2;
    padding-top: 3.0667vw;
    padding-right: 4vw;
    padding-bottom: 3.0667vw;
    padding-left: 4vw;
    background-color: #F7F7F7;
  }

  .c-wrap .gw-tab .c-tab-head__item.js-c-tab-active {
    border-top: 6px solid #E70012;
    border-right: 1px solid #E70012;
    border-bottom: none;
    border-left: 1px solid #E70012;
    padding-top: 5.3333vw;
    padding-right: 3.0667vw;
    padding-bottom: 5.3333vw;
    padding-left: 3.0667vw;
    background-color: #FFFFFF;
    margin-top: 10.6667vw;
  }

  .gw-tab .gw-tab__img {
    height: 25px;
  }

  /* sho */
  .c-wrap .gw-tab .c-tab-head__item.c-sho.js-c-tab-active {
    border-color: #039BE5;
  }

  /* /sho */
  /* chu */
  .c-wrap .gw-tab .c-tab-head__item.c-chu.js-c-tab-active {
    border-color: #0077D5;
  }

  /* /chu */
  /* kou */
  .c-wrap .gw-tab .c-tab-head__item.c-kou.js-c-tab-active {
    border-color: #2452ffff;
  }

  /* /kou */
}


/* ================================
  cv gw-cv
================================*/
/* PC */
@media print,
screen and (min-width: 769px) {
  .gw-cv {
    margin-top: 90px;
  }

  .gw-cv .gw-cv__inner {
    max-width: 1040px;
    margin: 0 auto;
  }

  .gw-cv .gw-cv__btn-wrap {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
  }

  .gw-cv .gw-cv__btn-wrap .gw-cv__btn-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .gw-cv .gw-cv__btn-wrap .gw-cv__btn-link-wrap+.gw-cv__btn-link-wrap {
    margin-left: 10px;
  }

  .gw-cv .gw-cv__btn--text {
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    color: #6E4435;
    font-weight: bold;
  }

  .gw-cv .gw-btn-link.gw-cv__btn-link {
    padding: 30px 135px;
    background-color: #fff039;
    color: #6E4435;
  }

  .gw-cv .gw-btn-link.gw-cv__btn-link--request {
    padding: 30px 135px;
    background-color: #fff;
    border: solid 2px #6E4435;
    color: #6E4435;
  }

  .gw-cv .gw-btn-link.gw-cv__btn-link::after,
  .gw-cv .gw-btn-link.gw-cv__btn-link--request::after {
    content: "";
    background-image: none;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #6E4435;
    border-right: 3px solid #6E4435;
    transform: rotate(45deg);
  }

  /* sho */
  .c-wrap--sho .gw-cv .gw-cv__btn--text {
    color: #039BE5;
  }

  .c-wrap--sho .gw-cv .gw-btn-link.gw-cv__btn-link {
    color: #039BE5;
  }

  .c-wrap--sho .gw-cv .gw-btn-link.gw-cv__btn-link--request {
    border: solid 2px #039BE5;
    color: #039BE5;
  }

  .c-wrap--sho .gw-cv .gw-btn-link.gw-cv__btn-link::after,
  .c-wrap--sho .gw-cv .gw-btn-link.gw-cv__btn-link--request::after {
    border-top: 3px solid #039BE5;
    border-right: 3px solid #039BE5;
  }

  /* /sho */
  /* chu */
  .c-wrap--chu .gw-cv .gw-cv__btn--text {
    color: #0077D5;
  }

  .c-wrap--chu .gw-cv .gw-cv__btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-wrap--chu .gw-cv .gw-btn-link.gw-cv__btn-link {
    background-color: #FE2F55;
    color: #ffffff;
    padding: 30px 40px;
  }

  .c-wrap--chu .gw-cv .gw-btn-link.gw-cv__btn-link--request {
    border: solid 2px #1823FF;
    color: #1823FF;
    padding: 28px 40px;
  }

  .c-wrap--chu .gw-cv .gw-btn-link.gw-cv__btn-link::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }

  .c-wrap--chu .gw-cv .gw-btn-link.gw-cv__btn-link--request::after {
    border-top: 3px solid #1823FF;
    border-right: 3px solid #1823FF;
  }

  /* /chu */

  /* kou */
  .c-wrap--kou .gw-feature .gw-cv {
    margin-top: 0;
  }

  .c-wrap--kou .gw-infos__item .gw-cv {
    margin-top: 16px;
    width: 100%;
  }

  .c-wrap--kou .gw-infos__item .gw-cv .gw-cv__inner {
    max-width: none;
  }

  .c-wrap--kou .gw-infos__item .gw-cv .gw-btn-link.gw-cv__btn-link {
    padding: 17px 16px;
    width: 100%;
  }
  /* /kou */
}

/* SP */
@media print,
screen and (max-width: 768px) {
  .gw-cv {
    margin-top: 24vw;
  }

  .gw-cv .gw-cv__inner {
    padding: 0 4vw;
  }

  .gw-cv .gw-cv__btn-wrap {}

  .gw-cv .gw-cv__btn-wrap .gw-cv__btn-link-wrap {}

  .gw-cv .gw-cv__btn-wrap .gw-cv__btn-link-wrap+.gw-cv__btn-link-wrap {
    margin-top: 8vw;
  }

  .gw-cv .gw-cv__btn--text {
    margin-bottom: 2.6667vw;
    text-align: center;
    font-size: 5.3333vw;
    color: #6E4435;
    font-weight: bold;
  }

  .gw-cv .gw-btn-link.gw-cv__btn-link {
    padding-top: calc((20 / 375)* 100vw);
    padding-bottom: calc((20 / 375)* 100vw);
    padding-right: calc((57 / 375)* 100vw);
    padding-left: calc((57 / 375)* 100vw);
    background-color: #fff039;
    color: #6E4435;
  }

  .gw-cv .gw-btn-link.gw-cv__btn-link--request {
    padding-top: calc((20 / 375)* 100vw);
    padding-bottom: calc((20 / 375)* 100vw);
    padding-right: calc((57 / 375)* 100vw);
    padding-left: calc((57 / 375)* 100vw);
    background-color: #fff;
    border: solid 2px #6E4435;
    border-width: calc((2 / 375)* 100vw);
    color: #6E4435;
  }

  .gw-cv .gw-btn-link.gw-cv__btn-link::after,
  .gw-cv .gw-btn-link.gw-cv__btn-link--request::after {
    content: "";
    background-image: none;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8vw;
    width: 2.6667vw;
    height: 2.6667vw;
    border-top: 3px solid #6E4435;
    border-right: 3px solid #6E4435;
    transform: rotate(45deg);
  }

  /* sho */
  .c-wrap--sho .gw-cv .gw-cv__btn--text {
    color: #039BE5;
  }

  .c-wrap--sho .gw-cv .gw-btn-link.gw-cv__btn-link {
    color: #039BE5;
  }

  .c-wrap--sho .gw-cv .gw-btn-link.gw-cv__btn-link--request {
    border: solid 2px #039BE5;
    color: #039BE5;
  }

  .c-wrap--sho .gw-cv .gw-btn-link.gw-cv__btn-link::after,
  .c-wrap--sho .gw-cv .gw-btn-link.gw-cv__btn-link--request::after {
    border-top: 3px solid #039BE5;
    border-right: 3px solid #039BE5;
  }

  /* /sho */
  /* chu */
  .c-wrap--chu .gw-cv .gw-cv__btn--text {
    color: #0077D5;
  }

  .c-wrap--chu .gw-cv .gw-btn-link.gw-cv__btn-link {
    background-color: #FE2F55;
    color: #ffffff;
  }

  .c-wrap--chu .gw-cv .gw-btn-link.gw-cv__btn-link--request {
    border: solid 2px #1823FF;
    color: #1823FF;
  }

  .c-wrap--chu .gw-cv .gw-btn-link.gw-cv__btn-link::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }

  .c-wrap--chu .gw-cv .gw-btn-link.gw-cv__btn-link--request::after {
    border-top: 3px solid #1823FF;
    border-right: 3px solid #1823FF;
  }

  /* /chu */

  /* kou */
  .c-wrap--kou .gw-feature .gw-cv {
    margin-top: 0;
    width: 100%;
  }

  .c-wrap--kou .gw-feature .gw-cv .gw-cv__inner {
    padding: 0;
  }

  .c-wrap--kou .gw-infos__item .gw-cv {
    margin-top: 16px;
    width: 100%;
  }

  .c-wrap--kou .gw-infos__item .gw-cv .gw-cv__inner {
    max-width: none;
  }

  .c-wrap--kou .gw-infos__item .gw-cv .gw-cv__inner {
    padding: 0;
  }

  .c-wrap--kou .gw-infos__item .gw-cv .gw-btn-link.gw-cv__btn-link {
    padding: 17px 16px;
    width: 100%;
  }
  /* /kou */
}

/* ================================
  プラン gw-plan-explanation
================================*/
/* PC */
@media print,
screen and (min-width: 769px) {
  .gw-plan {
    margin-top: 90px;
  }

  .gw-plan__inner {
    max-width: 1080px;
    margin: 0 auto;
  }

  .gw-plan-explanation {
    margin-top: 64px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 64px 50px;
    width: 100%;
  }

  .gw-plan-explanation__item {
    width: 47%;
    max-width: 515px;
    flex-shrink: 0;
  }

  .gw-plan-explanation__img {}

  .gw-plan-explanation__text {}

  .gw-plan-explanation__head {
    margin-bottom: 20px;
    border-left: 4px solid #E70012;
    padding: 0 0 0 11px;
    font-weight: bold;
    text-align: left
  }

  .gw-plan-explanation__head--number {
    font-family: 'Noto Sans JP';
    font-size: 28px;
    color: #E70012;
  }

  .gw-plan-explanation__head--main {
    font-size: 28px;
  }

  .gw-plan-explanation__text>p {
    font-size: 16px
  }

  .gw-plan-explanation .c-carousel__arrow {
    bottom: 0;
  }

  /* sho */
  .c-wrap--sho .gw-plan-explanation__head {
    border-left: 4px solid #039BE5;
  }

  .c-wrap--sho .gw-plan-explanation__head--number {
    color: #039BE5;
  }

  .c-wrap--sho .gw-plan__inner-bg039BE5 {
    background-color: #039BE5;
    width: 100vw;
    padding: 90px 180px;
    margin: 0 calc(50% - 50vw) 0;
  }

  /* /sho */
  /* chu */
  .c-wrap--chu .gw-plan-explanation__head {
    border-left: 4px solid #0077D5;
  }

  .c-wrap--chu .gw-plan-explanation__head--number {
    color: #0077D5;
  }

  /* /chu */
}

/* SP */
@media print,
screen and (max-width: 768px) {
  .gw-plan {
    margin-top: 24vw;
  }

  .gw-plan__inner {
    padding: 0 4vw;
  }

  .gw-plan-explanation {
    margin-top: 16vw;
    display: flex;
    flex-wrap: wrap;
    gap: 17.0667vw;
    width: 100%;
  }

  .gw-plan-explanation__item {
    width: 100%;
  }

  .gw-plan-explanation__text {
    padding-top: 5.33vw
  }

  .gw-plan-explanation__head {
    margin-bottom: 5.33vw;
    border-left: 1.3333vw solid #E70012;
    padding: 0 0 0 2.9333vw;
    font-weight: bold;
    text-align: left
  }

  .gw-plan-explanation__head--number {
    font-family: 'Noto Sans JP';
    font-size: 6.4vw;
    color: #E70012;
  }

  .gw-plan-explanation__head--main {
    font-size: 6.4vw;
  }

  .gw-plan-explanation__text>p {
    font-size: 4.27vw
  }

  .gw-plan-explanation .c-carousel__arrow {
    bottom: 0;
  }

  .gw-plan-explanation .c-carousel__arrow--next {
    right: 6vw;
  }

  .gw-plan-explanation .c-carousel__arrow--prev {
    left: 6vw;
  }

  /* sho */
  .c-wrap--sho .gw-plan-explanation__head {
    border-left: 4px solid #039BE5;
  }

  .c-wrap--sho .gw-plan-explanation__head--number {
    color: #039BE5;
  }

  .c-wrap--sho .gw-plan__inner-bg039BE5 {
    background-color: #039BE5;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 4vw 8vw;
  }

  /* /sho */
  /* chu */
  .c-wrap--chu .gw-plan-explanation__head {
    border-left: 4px solid #0077D5;
  }

  .c-wrap--chu .gw-plan-explanation__head--number {
    color: #0077D5;
  }

  /* /chu */
}



/*====================
  kodawari
====================*/
.c-wrap--shimajiro .chosen .c-link--modal::after {
  background-image: url(/zemi_gw/_assets24/img/kocha/text_icon_modal.svg);
  background-size: cover;
}

@media print,
screen and (min-width: 769px) {
  .gw-kodawari {
    background-color: #F7F4ED;
    padding: 80px 0;
  }

  .gw-kodawari:not(:first-child) {
    margin-top: 120px;
  }

  .gw-kodawari__inner {
    max-width: 1040px;
    margin: 0 auto;
  }

  .gw-kodawari__ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
  }

  .gw-kodawari__ttl--01 {
    color: #E81829;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
  }

  .gw-kodawari__ttl--01>span {
    font-size: 38px;
  }

  .gw-kodawari__ttl--02 {
    color: #414358;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }

  .gw-kodawari__ttl--02>span {
    font-size: 28px;
    font-weight: 900;
  }

  .gw-kodawari__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;

    color: #464646;
    text-align: center;
  }

  .gw-kodawari__img-wrap+.gw-kodawari__wrap-carousel {
    margin-top: 60px;
  }

  .gw-kodawari__img-wrap--no1 {
    max-width: 365px;
    margin: 0 auto;
  }

  .gw-kodawari__img-wrap--enqueteResult {
    width: 60%;
    margin: 0 auto;
  }

  .gw-kodawari__wrap-solution {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .gw-kodawari__wrap-choose {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }

  .gw-kodawari__2sec {
    width: 60%;
    margin: 48px auto 32px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
  }

  .gw-kodawari__2sec .gw-kodawari__img-wrap {
    width: 50%;
  }

  .gw-kodawari__2sec .gw-kodawari__img-wrap img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  .gw-kodawari__acc {
    padding: 0 20%;
  }

  .gw-kodawari__kyozai {
    margin-top: 64px;
  }

  .gw-kodawari__kyozai-figures {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
  }

  .gw-kodawari__kyozai-figure>figcaption {
    color: #414358;
    font-weight: bold;
    line-height: 1.3;
  }

  .gw-kodawari__kyozai-figure>img {
    margin-top: 8px;
    height: 300px;
    width: auto;
  }

  .gw-kodawari__anzen {
    margin-top: 64px;
  }

  .gw-kodawari__anzen-list {
    margin-top: 24px;
    display: flex;
    gap: 8px;
  }

  .gw-kodawari__anzen-list>li {
    padding: 16px;
    border-radius: 16px;
    background-color: #FFFFFF;
  }

  .gw-kodawari__anzen-figure>figcaption {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    color: #414358;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4em;
  }

  .gw-kodawari__anzen-figure>img {
    margin-top: 8px;
  }

  .gw-kodawari__anzen-note {
    margin-top: 12px;
    color: #A0A1AB;
    font-size: 10px;
    line-height: 1.3;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-kodawari {
    background-color: #F7F4ED;
    padding: 56px 18px;
  }

  .gw-kodawari:not(:first-child) {
    margin-top: 120px;
  }

  .gw-kodawari .gw-kodawari__wrap-carousel {
    padding: 0 4vw;
  }

  .gw-kodawari__ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
  }

  .gw-kodawari__ttl--01 {
    color: #E81829;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
  }

  .gw-kodawari__ttl--01>span {
    font-size: 38px;
  }

  .gw-kodawari__ttl--02 {
    color: #414358;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }

  .gw-kodawari__ttl--02>span {
    font-size: 28px;
    font-weight: 900;
  }

  .gw-kodawari__text {
    font-size: 4.2667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;

    color: #464646;
    text-align: center;
  }

  .gw-kodawari__img-wrap+.gw-kodawari__wrap-carousel {
    margin-top: 16vw;
  }

  .gw-kodawari__wrap-solution {
    width: 100%;
  }

  .gw-kodawari__wrap-choose {
    width: 100%;
  }

  .gw-kodawari__2sec {
    margin: 40px auto 16px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 10px;
  }

  .gw-kodawari__2sec .gw-kodawari__img-wrap {
    width: 50%;
  }

  .gw-kodawari__kyozai {
    margin-top: 40px;
  }

  .gw-kodawari__kyozai-figure {
    margin-top: 24px;
  }

  .gw-kodawari__kyozai-figure+.gw-kodawari__kyozai-figure {
    margin-top: 16px;
  }

  .gw-kodawari__kyozai-figure>figcaption {
    color: #414358;
    font-weight: bold;
    line-height: 1.3;
  }

  .gw-kodawari__kyozai-figure>img {
    margin-top: 8px;
  }

  .gw-kodawari__anzen {
    margin-top: 40px;
  }

  .gw-kodawari__anzen-list {
    margin-top: 24px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .gw-kodawari__anzen-list>li {
    padding: 16px;
    border-radius: 16px;
    background-color: #FFFFFF;
    min-width: 12.5rem;
  }

  .gw-kodawari__anzen-figure>figcaption {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    color: #414358;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4em;
  }

  .gw-kodawari__anzen-figure>img {
    margin-top: 8px;
  }

  .gw-kodawari__anzen-note {
    margin-top: 12px;
    color: #A0A1AB;
    font-size: 10px;
    line-height: 1.3;
  }
}



/*====================
  cost
====================*/
.gw-cost {
  position: relative;
}

.kocha-gw-cost-modal .c-link::after {
  background-image: url(/zemi_gw/_assets24/img/kocha/text_icon_arrow_newshimajiro.svg);
}

.kocha-gw-cost-modal .c-link {
  color: #e60013;
}

@media print,
screen and (min-width: 769px) {
  .gw-cost {
    margin-top: 90px;
  }

  .gw-cost__contents {
    max-width: 730px;
    margin: 60px auto 0;
  }

  .gw-cost__inner {
    max-width: 810px;
    margin: 0 auto;
  }

  .gw-cost__head {
    text-align: center;
    max-width: 810px;
    padding: 22px 0px 21px 0px;
    margin: 20px auto 0;
    border: var(--stroke-weight-2, 2px) solid var(--koca_logo, #E70012);
  }

  .gw-cost__head__title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    color: #464646;
  }

  .gw-cost__head__price {
    font-size: 24px;
    color: #E60013;
    line-height: 1.4;
    font-weight: bold;
  }

  .gw-cost__head__price__nom {
    font-size: 50px;
    font-family: Arial;
    padding-right: 11px;
  }

  .gw-cost__head__price__kome {
    font-size: 16px;
  }

  .gw-cost__head__lead {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    background-color: #E60013;
    letter-spacing: 0.05rem;
    border: 2px solid #E60013;
    display: inline-block;
    padding: 0 50px;
  }

  .gw-cost__modal3 {
    margin-top: 25px;
    margin-bottom: 60px;
  }

  .gw-cost__point__contents {
    display: flex;
    justify-content: center;
  }

  .gw-cost__point__item {
    max-width: 200px;
    width: 100%;
  }

  .gw-cost__point__item:hover {
    opacity: 0.7;
  }

  .gw-cost__point__item+.gw-cost__point__item {
    margin-left: 45px;
  }

  .gw-cost__table {
    border-collapse: separate;
    border-spacing: 6px;
    width: 50%;
  }

  .gw-cost__table__head {
    border-radius: 5px;
    background-color: #E60013;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    padding: 12px;
  }

  .gw-cost__table__date {
    border-radius: 5px;
    background-color: #f6f6f6;
    width: 50%;
    padding: 12px;
  }

  .gw-cost__table__date-title {
    font-size: 16px;
    font-weight: bold;
    color: #464646;
    margin-bottom: 5px;
  }

  .gw-cost__table__date-text {
    font-size: 14px;
    font-weight: bold;
    color: #464646;
  }

  .gw-cost__table02 {
    border-collapse: separate;
    border-spacing: 6px;
    width: 50%;
  }

  .gw-cost__table02__head-item {
    border-radius: 5px;
    background-color: #E60013;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    padding: 8px;
  }

  .gw-cost__table02__body-head {
    border-radius: 5px;
    background-color: #E60013;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    padding: 8px;
  }

  .gw-cost__table02__body-content {
    border-radius: 5px;
    background-color: #f6f6f6;
    width: 50%;
    padding: 12px;
  }

  .gw-cost__table02__body-title {
    font-size: 16px;
    font-weight: bold;
    color: #464646;
    margin-bottom: 5px;
  }

  .gw-cost__table02__body-text {
    font-size: 14px;
    font-weight: bold;
    color: #464646;
  }

  .gw-cost__table {
    border-collapse: separate;
    border-spacing: 6px;
    width: 64%;
  }

  .gw-cost__table__head {
    border-radius: 5px;
    background-color: #E60013;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    padding: 8px;
  }

  .gw-cost__table__date {
    border-radius: 5px;
    background-color: #f6f6f6;
    width: 50%;
    padding: 12px;
  }

  .gw-cost__table__date__title {
    font-size: 16px;
    font-weight: bold;
    color: #464646;
    margin-bottom: 5px;
  }

  .gw-cost__table__date__text {
    font-size: 14px;
    font-weight: bold;
    color: #464646;
  }

  /* sho chu */
  .c-wrap--sho .gw-cost__contents,
  .c-wrap--chu .gw-cost__contents {
    max-width: 730px;
    margin: 60px auto 0;
  }

  /* sho chu */
}

@media print,
screen and (max-width: 768px) {
  .gw-cost {
    margin-top: 24vw;
  }

  .gw-cost__inner {
    padding: 0 4vw;
  }

  .gw-cost__contents {
    margin-top: 13.333vw;
    border-radius: 1.333vw;
    overflow: hidden;
  }

  .gw-cost__head {
    text-align: center;
    padding: 5.867vw 0px 5.6vw 0px;
    border: var(--stroke-weight-2, 2px) solid var(--koca_logo, #E70012);
    margin: 5.333vw auto 0;
  }

  .gw-cost__head__title {
    font-size: 5.333vw;
    font-weight: bold;
    line-height: 1.5;
    color: #464646;
  }

  .gw-cost__head__price {
    font-size: 6.4vw;
    font-weight: bold;
    line-height: 1.375;
    color: #E60013;
  }

  .gw-cost__head__price__kome {
    font-size: 4.267vw;
    font-weight: 400;
    line-height: 1.5;
    color: #E60013;
  }

  .gw-cost__head__price__nom {
    font-size: 13.333vw;
    font-family: Arial;
    padding-right: 2.133vw;
  }

  .gw-cost__head__lead {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.66;
    color: #fff;
    background-color: #E60013;
    letter-spacing: 0.05rem;
    border: 2px solid #E60013;
    display: inline-block;
    padding: 0 4vw;
  }

  .gw-cost__modal3 {
    margin-top: 5.333vw;
    margin-bottom: 9.333vw;
  }

  .gw-cost__point__contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gw-cost__point__item:last-child {
    width: 100%;
  }

  .gw-cost__point__item a {
    width: 42.667vw;
    display: block;
    margin: 0 auto;
  }

  .gw-cost__table {
    border-collapse: separate;
    border-spacing: 1.6vw;
    width: 100%;
  }

  .gw-cost__table__head {
    border-radius: 1.33333333vw;
    background-color: #E60013;
    font-size: 3.2vw;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    vertical-align: middle;
    width: 35%;
    padding: 3.2vw;
  }

  .gw-cost__table__date {
    border-radius: 1.33333333vw;
    background-color: #f6f6f6;
    width: 65%;
    padding: 3.2vw;
  }

  .gw-cost__table__date-title {
    font-size: 4.26666666vw;
    font-weight: bold;
    color: #464646;
    margin-bottom: 1.33333333vw;
  }

  .gw-cost__table__date-text {
    font-size: 3.2vw;
    font-weight: bold;
    color: #464646;
  }

  .gw-cost__table02 {
    border-collapse: separate;
    border-spacing: 1.6vw;
    width: 100%;
  }

  .gw-cost__table02__head-item {
    border-radius: 1.33333333vw;
    background-color: #E60013;
    font-size: 3.2vw;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width: 65%;
    padding: 8px;
  }

  .gw-cost__table02__head-item:first-child {
    width: 35%;
  }

  .gw-cost__table02__body-head {
    border-radius: 1.33333333vw;
    background-color: #E60013;
    font-size: 3.2vw;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    vertical-align: middle;
    width: 35%;
    padding: 3.2vw;
  }

  .gw-cost__table02__body-content {
    border-radius: 1.33333333vw;
    background-color: #f6f6f6;
    width: 65%;
    padding: 3.2vw;
  }

  .gw-cost__table02__body-title {
    font-size: 4.26666666vw;
    font-weight: bold;
    color: #464646;
    margin-bottom: 1.33333333vw;
  }

  .gw-cost__table02__body-text {
    font-size: 3.2vw;
    font-weight: bold;
    color: #464646;
  }

  .gw-cost__table {
    width: 100%;
  }

  .gw-cost__table__head {
    display: none;
  }

  .gw-cost__table__date {
    display: block;
    width: 100%;
  }

  .gw-cost__table__date:not(:last-child) {
    margin-bottom: 1.33333333vw;
  }

  .gw-cost__table__date::before {
    content: attr(data-label);
    display: block;
    border-radius: 1.33333333vw;
    background-color: #E60013;
    font-size: 3.2vw;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1.33333333vw;
    padding: 1.06666666vw;
  }

  .gw-cost__table__date__main {
    display: block;
    border-radius: 1.33333333vw;
    background-color: #f6f6f6;
    width: 100%;
    padding: 3.2vw;
  }

  .gw-cost__table__date__title {
    font-size: 4.26666666vw;
    font-weight: bold;
    color: #464646;
    margin-bottom: 1.33333333vw;
  }

  .gw-cost__table__date__text {
    font-size: 3.2vw;
    font-weight: bold;
    color: #464646;
  }

  .gw-cost__table__date[data-label]::before {
    white-space: pre-line;
  }

  /* sho chu */
  .c-wrap--sho .gw-cost__contents,
  .c-wrap--chu .gw-cost__contents {
    margin-top: 13.333vw;
    border-radius: 1.333vw;
    overflow: hidden;
  }

  /* sho chu */
}


/*====================
  kocha cost gw-cost-kocha
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-cost-kocha__wrap {
    padding: 0 20px;
  }

  .gw-cost-kocha__inner {
    background: #f4f2f2;
    border-radius: 20px;
    flex: none;
    height: auto;
    padding: 30px 30px 30px 30px;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .gw-cost-kocha__inner::before {
    content: '';
    position: absolute;
    top: -60px;
    left: calc(50% - 125px);
    display: block;
    background: #f4f2f2ff;
    border-radius: 50%;
    height: 250px;
    margin: 0 0 0 0;
    width: 250px;
    z-index: -1;
  }

  .gw-cost-kocha__cvarea {
    background: #FFFFFF;
    border-radius: 20px;
    height: auto;
    padding: 30px 30px 20px;
    width: 100%;
    position: relative;
  }

  .gw-cost-kocha__cvarea::before {
    content: '';
    position: absolute;
    top: -61px;
    left: calc(50% - 34px);
    height: 63px;
    width: 68px;
    display: block;
    background-image: url(/zemi_gw/_assets25/img/kocha/250117_58007_zemi_gw_kcha_icon_09.png);
    background-size: contain;
  }

  .gw-cost-kocha__cvarea .gw-cv__btn-link {
    align-items: center;
    color: #554b4cff;
    font-size: 20px;
    font-weight: 700;
    background: #ffff00ff;
    border: 1px solid #d61137ff;
    border-radius: 30px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
    height: auto;
    margin: 0px auto 20px;
    padding: 20px;
    width: 400px;
    line-height: 1;
  }

  .gw-cost-kocha__cvarea .gw-btn-link::after {
    border-top: 3px solid #d61137ff;
    border-right: 3px solid #d61137ff;
  }

  .gw-cost-kocha__note {
    position: relative;
    font-size: 10px;
    padding-left: 1.1em;
  }

  .gw-cost-kocha__note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }

  .gw-cost-kocha__note__link {
    text-decoration: underline;
    color: #554B4C;
  }

  .gw-cost-kocha__pricearea:not(:first-child) {
    margin-top: 40px;
  }

  .gw-cost-kocha__pricearea__usually {
    text-align: center;
    color: #554b4cff;
    display: grid;
    gap: 10px;
  }

  .gw-cost-kocha__pricearea__usually__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    position: relative;
  }

  .gw-cost-kocha__pricearea__usually__text .num {
    font-size: 30px;
  }

  .gw-cost-kocha__pricearea__usually__text .tax {
    font-size: 10px;
  }

  .gw-cost-kocha__pricearea__usually__text.line-through::before {
    content: '';
    position: absolute;
    top: 48%;
    display: inline-block;
    width: 230px;
    height: 2px;
    border-top: 2px solid #554b4cff;
  }

  .gw-cost-kocha__pricearea__special {
    color: #d40029ff;
    font-size: 28px;
    font-weight: 700;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
  }

  .gw-cost-kocha__pricearea__special::before {
    content: '';
    position: absolute;
    top: 10px;
    left: calc(50% - 14px);
    height: 16px;
    width: 28px;
    display: block;
    background-image: url(/zemi_gw/_assets25/img/kocha/250117_58007_zemi_gw_kcha_icon_triangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .gw-cost-kocha__pricearea__special.no-arrow {
    padding-top: 0;
  }

  .gw-cost-kocha__pricearea__special.no-arrow::before {
    content: none;
    content: unset;
  }

  .gw-cost-kocha__pricearea__special__text span {
    display: block;
  }

  .gw-cost-kocha__pricearea__special__text .small {
    font-size: 20px;
    line-height: 1;
    text-align: right;
  }

  .gw-cost-kocha__pricearea__special__price .num {
    font-size: 60px;
  }

  .gw-cost-kocha__pricearea__linkarea:not(:first-child) {
    margin-top: 50px;
  }

  .gw-cost-kocha__pricearea__linkarea a {
    color: #554b4cff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    width: 100%;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-cost-kocha__inner {
    background: #f4f2f2;
    flex: none;
    height: auto;
    padding: 30px 4vw;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .gw-cost-kocha__inner::before {
    content: '';
    position: absolute;
    top: -60px;
    left: calc(50% - 125px);
    display: block;
    background: #f4f2f2ff;
    border-radius: 50%;
    height: 250px;
    margin: 0 0 0 0;
    width: 250px;
    z-index: -1;
  }

  .gw-cost-kocha__cvarea {
    background: #FFFFFF;
    border-radius: 20px;
    height: auto;
    padding: 25px 6.66vw;
    width: 100%;
    position: relative;
  }

  .gw-cost-kocha__cvarea::before {
    content: '';
    position: absolute;
    top: -61px;
    left: calc(50% - 34px);
    height: 63px;
    width: 68px;
    display: block;
    background-image: url(/zemi_gw/_assets25/img/kocha/250117_58007_zemi_gw_kcha_icon_09.png);
    background-size: contain;
  }

  .gw-cost-kocha__cvarea .gw-cv__btn-link {
    align-items: center;
    color: #554b4cff;
    font-size: 20px;
    font-weight: 700;
    background: #ffff00ff;
    border: 1px solid #d61137ff;
    border-radius: 30px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
    height: auto;
    margin: 0px auto 20px;
    padding: 20px;
    width: 100%;
    line-height: 1;
  }

  .gw-cost-kocha__cvarea .gw-btn-link::after {
    border-top: 3px solid #d61137ff;
    border-right: 3px solid #d61137ff;
  }

  .gw-cost-kocha__note {
    position: relative;
    font-size: 10px;
    padding-left: 1.1em;
  }

  .gw-cost-kocha__note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }

  .gw-cost-kocha__note__link {
    text-decoration: underline;
    color: #554B4C;
  }

  .gw-cost-kocha__pricearea:not(:first-child) {
    margin-top: 25px;
  }

  .gw-cost-kocha__pricearea__usually {
    text-align: center;
    color: #554b4cff;
    display: grid;
  }

  .gw-cost-kocha__pricearea__usually__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    position: relative;
  }

  .gw-cost-kocha__pricearea__usually__text .num {
    font-size: 22px;
  }

  .gw-cost-kocha__pricearea__usually__text .tax {
    font-size: 8px;
  }

  .gw-cost-kocha__pricearea__usually__text.line-through::before {
    content: '';
    position: absolute;
    top: 48%;
    display: inline-block;
    width: 160px;
    height: 2px;
    border-top: 2px solid #554b4cff;
  }

  .gw-cost-kocha__pricearea__special {
    color: #d40029ff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
  }

  .gw-cost-kocha__pricearea__special::before {
    content: '';
    position: absolute;
    top: 5px;
    left: calc(50% - 14px);
    height: 16px;
    width: 28px;
    display: block;
    background-image: url(/zemi_gw/_assets25/img/kocha/250117_58007_zemi_gw_kcha_icon_triangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .gw-cost-kocha__pricearea__special.no-arrow {
    padding-top: 0;
  }

  .gw-cost-kocha__pricearea__special.no-arrow::before {
    content: none;
    content: unset;
  }

  .gw-cost-kocha__pricearea__special__text span {
    display: block;
  }

  .gw-cost-kocha__pricearea__special__text .small {
    font-size: 10px;
    line-height: 1;
    text-align: right;
  }

  .gw-cost-kocha__pricearea__special__price .num {
    font-size: 36px;
  }

  .gw-cost-kocha__pricearea__linkarea:not(:first-child) {
    margin-top: 50px;
  }

  .gw-cost-kocha__pricearea__linkarea a {
    color: #554b4cff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    width: 100%;
  }
}

/*====================
  lineup
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-lineup {
    margin-top: 90px;
    background-color: #FEF7F8;
    padding: 90px 0;
  }

  .gw-lineup__contents {
    max-width: 730px;
    margin: 60px auto 0;
  }

  .gw-lineup__contents-head-text {
    font-size: 24px;
    font-weight: bold;
    color: #E70012;
    line-height: 1.4;
  }

  .gw-lineup__contents-head-icon {
    height: 34px;
    width: auto;
    margin-left: 10px;
  }

  .gw-lineup__contents-item {
    padding: 15px 10px;
  }

  .gw-lineup__contents-head {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
  }

  .gw-lineup__contents-head::after {
    content: "";
    background-image: url(/zemi_gw/_assets24/img/kocha/221128_kocha_rn_acc_icon_plus.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
  }

  .gw-lineup__contents-head.js-c-acc-open::after {
    background-image: url(/zemi_gw/_assets24/img/kocha/221128_kocha_rn_acc_icon_minus.svg);
  }

  .gw-lineup__contents-body {
    padding: 30px 65px 50px;
    display: none;
  }

  .gw-lineup__imgwrap {
    position: relative;
  }

  .gw-lineup__contents-item+.gw-lineup__contents-item {
    border-top: 1px solid #E70012;
  }

  .gw-lineup__contents-item:last-child {
    border-bottom: 1px solid #E70012;
  }

  /* sho chu */
  .c-wrap--sho .gw-lineup,
  .c-wrap--chu .gw-lineup {
    background-color: #EDF5FB;
  }

  /* /sho chu */
}

@media print,
screen and (max-width: 768px) {
  .gw-lineup {
    margin-top: 24vw;
    background-color: #FEF7F8;
    padding: 24vw 0;
  }

  .gw-lineup__inner {
    padding: 0 4vw;
  }

  .gw-lineup__contents {
    margin-top: 13.333vw;
    border-radius: 1.333vw;
    overflow: hidden;
  }

  .gw-lineup__contents+.gw-lineup__contents {
    margin-top: 6.667vw;
  }

  .gw-lineup__contents-head-text {
    font-size: 5.333vw;
    font-weight: bold;
    color: #E70012;
  }

  .gw-lineup__contents-head-icon {
    height: 6.133vw;
    width: auto;
    margin-left: 2.667vw;
  }

  .gw-lineup__contents-item {
    padding: 4vw 2.667vw;
  }

  .gw-lineup__contents-head {
    cursor: pointer;
    position: relative;
    padding-right: 6.667vw;
    display: flex;
    align-items: center;
  }

  .gw-lineup__contents-head::after {
    content: "";
    background-image: url(/zemi_gw/_assets24/img/kocha/221128_kocha_rn_acc_icon_plus.svg);
    background-repeat: no-repeat;
    width: calc((25 / 375) * 100vw);
    height: calc((25 / 375) * 100vw);
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: calc((4 / 375) * 100vw);
    right: 0;
  }

  .gw-lineup__contents-head.js-c-acc-open::after {
    background-image: url(/zemi_gw/_assets24/img/kocha/221128_kocha_rn_acc_icon_minus.svg);
  }

  .gw-lineup__contents-body {
    padding: 9.333vw 0vw 6.667vw;
    display: none;
  }

  .gw-lineup__imgwrap {
    position: relative;
  }

  .gw-lineup__contents-item+.gw-lineup__contents-item {
    border-top: 0.267vw solid #E70012;
  }

  .gw-lineup__contents-item:last-child {
    border-bottom: 0.267vw solid #E70012;
  }

  /* sho chu */
  .c-wrap--sho .gw-lineup,
  .c-wrap--chu .gw-lineup {
    background-color: #EDF5FB;
  }

  /* /sho chu */
}



/*====================
  kyozai
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-kyozai {
    margin-top: 90px;
  }

  .gw-kyozai__grade-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 3rem;
    max-width: 970px;
    margin: 40px auto 0;
  }

  .gw-kyozai__grade-item a {
    transition: all 0.3s ease;
    position: relative;
  }

  .gw-kyozai__grade-item a:hover {
    opacity: 0.7;
  }

  .gw-kyozai__grade-thumb img {
    width: 100%;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-kyozai {
    margin-top: 24vw;
  }

  .gw-kyozai__inner {
    padding: 0 4vw;
  }

  .gw-kyozai__grade-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.6vw;
    margin: 13.333vw auto 0;
  }

  .gw-kyozai__grade-item a {
    transition: all 0.3s ease;
    position: relative;
  }

  .gw-kyozai__grade-item a:hover {
    opacity: 0.7;
  }

  .gw-kyozai__grade-thumb img {
    width: 100%;
  }
}


/*====================
  faq
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-faq {
    margin-top: 90px;
    padding: 53px 50px 57px;
    background-color: #F6F6F6;
  }

  .gw-faq__anchor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .gw-faq__anchor-list__item {
    width: 18.4%;
  }

  .gw-faq__anchor-list__item a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #E81829;
    text-decoration: none;
    background-color: #ffffff;
    position: relative;
    padding: 6.25% 21.8% 6.25% 18.75%;
    border-radius: 5px;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 16%);
  }

  .gw-faq__anchor-list__item a::after {
    content: "";
    display: inline-block;
    background-image: url([[--rootDir--]]common_rn/text_icon_arrow_double_newshimajiro.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    transform: rotateZ(90deg);
  }

  .gw-faq__anchor-list__item+.gw-faq__anchor-list__item {
    margin-left: 15px;
  }

  .gw-faq__contents {
    max-width: 1060px;
    margin: 40px auto 20px;
  }

  .gw-faq__contents-title {
    background-color: #E81829;
    padding: 15px 0 15px 20px;
  }

  .gw-faq__contents-body-title>p:not(:first-child) {
    margin-top: 1.6em;
  }

  .gw-faq__contents-body-title-link {
    color: #464646;
    text-decoration: underline;
  }

  .gw-faq__contents-body-title-link:hover {
    text-decoration: none;
  }

  .gw-faq__contents-title-text {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.05rem;
  }

  .gw-faq__contents-item {
    padding: 20px 0;
    margin: 0 20px;
  }

  .gw-faq__contents-head {
    cursor: pointer;
    position: relative;
  }

  .gw-faq__contents-head::after {
    content: "";
    background-image: url(/zemi_gw/_assets24/img/kocha/221128_kocha_rn_acc_icon_plus.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
  }

  .gw-faq__contents-head.js-c-acc-open::after {
    background-image: url(/zemi_gw/_assets24/img/kocha/221128_kocha_rn_acc_icon_minus.svg);
  }

  .gw-faq__contents-head-text:before {
    content: 'Q';
    width: 1em;
    height: 1em;
    font-size: 18px;
    font-weight: bold;
    color: #E81829;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1px;
  }

  .gw-faq__contents-head-text {
    font-size: 18px;
    font-weight: bold;
    color: #464646;
    letter-spacing: 0.02rem;
    position: relative;
    padding-left: 1.5em;
  }

  .gw-faq__contents-head.js-c-acc-open .gw-faq__contents-head-text {
    color: #E81829;
  }

  .gw-faq__contents-body {
    padding: 30px 40px 50px;
    display: none;
  }

  .gw-faq__contents-body-thumb {
    max-width: 265px;
    width: 100%;
    margin-bottom: 15px;
  }

  .gw-faq__contents-body-title {
    font-size: 16px;
    font-weight: bold;
    color: #464646;
    letter-spacing: 0.05rem;
    position: relative;
    padding-left: 1.3em;
  }

  .gw-faq__contents-body-title::before {
    content: 'A';
    width: 1em;
    height: 1em;
    font-size: 16px;
    font-weight: bold;
    color: #E81829;
    display: inline-block;
    position: absolute;
    left: 0;
  }

  .gw-faq__contents-body-title .c-link {
    font-weight: bold;
    font-size: 16px;
  }

  .gw-faq__contents-body-text {
    font-size: 14px;
    color: #464646;
    letter-spacing: 0.05rem;
  }

  .gw-faq__contents-body-text .c-link {
    font-size: 14px;
  }

  .c-remark-list+.gw-faq__contents-body-text {
    margin-top: 10px;
  }

  .gw-faq__contents-item+.gw-faq__contents-item {
    border-top: 1px solid #E70012;
  }

  .gw-faq__contents-item:last-child {
    border-bottom: 1px solid #E70012;
  }

  /* sho */
  .c-wrap--sho .gw-faq__anchor-list__item a {
    color: #039BE5;
  }

  .c-wrap--sho .gw-faq__contents-title {
    background-color: #039BE5;
  }

  .c-wrap--sho .gw-faq__contents-head::after {
    background-image: url(/zemi_gw/_assets24/img/sho/241011_sho_rn_acc_icon_plus.svg);
  }

  .c-wrap--sho .gw-faq__contents-head.js-c-acc-open::after {
    background-image: url(/zemi_gw/_assets24/img/sho/241011_sho_rn_acc_icon_minus.svg);
  }

  .c-wrap--sho .gw-faq__contents-head-text:before {
    color: #039BE5;
  }

  .c-wrap--sho .gw-faq__contents-head.js-c-acc-open .gw-faq__contents-head-text {
    color: #039BE5;
  }

  .c-wrap--sho .gw-faq__contents-body-title::before {
    color: #039BE5;
  }

  .c-wrap--sho .gw-faq__contents-item+.gw-faq__contents-item {
    border-top: 1px solid #039BE5;
  }

  .c-wrap--sho .gw-faq__contents-item:last-child {
    border-bottom: 1px solid #039BE5;
  }

  /* /sho */
  /* chu */
  .c-wrap--chu .gw-faq__anchor-list__item a {
    color: #0077D5;
  }

  .c-wrap--chu .gw-faq__contents-title {
    background-color: #0077D5;
  }

  .c-wrap--chu .gw-faq__contents-head::after {
    background-image: url(/zemi_gw/_assets24/img/chu/241011_chu_rn_acc_icon_plus.svg);
  }

  .c-wrap--chu .gw-faq__contents-head.js-c-acc-open::after {
    background-image: url(/zemi_gw/_assets24/img/chu/241011_chu_rn_acc_icon_minus.svg);
  }

  .c-wrap--chu .gw-faq__contents-head-text:before {
    color: #0077D5;
  }

  .c-wrap--chu .gw-faq__contents-head.js-c-acc-open .gw-faq__contents-head-text {
    color: #0077D5;
  }

  .c-wrap--chu .gw-faq__contents-body-title::before {
    color: #0077D5;
  }

  .c-wrap--chu .gw-faq__contents-item+.gw-faq__contents-item {
    border-top: 1px solid #0077D5;
  }

  .c-wrap--chu .gw-faq__contents-item:last-child {
    border-bottom: 1px solid #0077D5;
  }

  /* /chu */
  /* kou */
  .c-wrap--kou .gw-faq__anchor-list__item a {
    color: #2452ffff;
  }

  .c-wrap--kou .gw-faq__contents-title {
    background-color: #2452ffff;
  }

  .c-wrap--kou .gw-faq__contents-head::after {
    background-image: url(/zemi_gw/_assets25/img/kou/260114_62067_kou_rn_acc_icon_plus.png);
    background-size: contain;
  }

  .c-wrap--kou .gw-faq__contents-head.js-c-acc-open::after {
    background-image: url(/zemi_gw/_assets25/img/kou/260114_62067_kou_rn_acc_icon_minus.png);
    margin-top: 0;
  }

  .c-wrap--kou .gw-faq__contents-head-text:before {
    content: 'Q.';
    font-family: "Lato";
    color: #2452ffff;
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
  }

  .c-wrap--kou .gw-faq__contents-head .gw-faq__contents-head-text {
    color: #181b35ff;
    font-size: 20px;
    line-height: 1.2;
  }

  .c-wrap--kou .gw-faq__contents-body-title::before {
    color: #2452ffff;
  }

  .c-wrap--kou .gw-faq__contents-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    margin: 0;
  }

  .c-wrap--kou .gw-faq__contents-item+.gw-faq__contents-item {
    /* border-top: 1px solid #2452ffff; */
    border: none;
  }

  .c-wrap--kou .gw-faq__contents-item:last-child {
    /* border-bottom: 1px solid #2452ffff; */
    border: none;
  }

  /* /kou */
  /* sho chu */
  .gw-faq--white {
    padding: 0;
    background-color: #fff;
  }

  /* /sho chu */
}

@media print,
screen and (max-width: 768px) {
  .gw-faq {
    margin-top: 24vw;
    background-color: #F6F6F6;
    padding: 16vw 0;
  }

  .gw-faq__inner {
    /* padding: 0 4vw; */
  }

  .gw-faq__anchor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .gw-faq__anchor-list__item {
    width: 40.533vw;
  }

  .gw-faq__anchor-list__item a {
    display: block;
    text-align: center;
    font-size: 4.267vw;
    font-weight: bold;
    color: #E81829;
    text-decoration: none;
    background-color: #ffffff;
    position: relative;
    padding: 4vw 0;
    border-radius: 1.333vw;
    box-shadow: 0vw 0.8vw 1.067vw rgb(0 0 0 / 16%);
  }

  .gw-faq__anchor-list__item a::after {
    content: "";
    display: inline-block;
    background-image: url([[--rootDir--]]common_rn/text_icon_arrow_double_newshimajiro.svg);
    background-repeat: no-repeat;
    width: 2.667vw;
    height: 2.667vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.667vw;
    transform: rotateZ(90deg);
  }

  .gw-faq__anchor-list__item+.gw-faq__anchor-list__item {
    margin-left: 2.667vw;
  }

  .gw-faq__contents {
    margin-top: 13.333vw;
    margin-bottom: 5.333vw;
    border-radius: 1.333vw;
    overflow: hidden;
  }

  .gw-faq__contents+.gw-faq__contents {
    margin-top: 6.667vw;
  }

  .gw-faq__contents-title {
    background-color: #E81829;
    padding: 4vw;
  }

  .gw-faq__contents-body-title>p:not(:first-child) {
    margin-top: 1.6em;
  }

  .gw-faq__contents-body-title-link {
    color: #464646;
    text-decoration: underline;
  }

  .gw-faq__contents-title-text {
    font-size: 5.333vw;
    font-weight: bold;
    color: #ffffff;
  }

  .gw-faq__contents-item {
    padding: 5.333vw 4vw;
  }

  .gw-faq__contents-head {
    cursor: pointer;
    position: relative;
    padding-right: 14.667vw;
  }

  .gw-faq__contents-head::after {
    content: "";
    background-image: url(/zemi_gw/_assets24/img/kocha/221128_kocha_rn_acc_icon_plus.svg);
    background-repeat: no-repeat;
    width: calc((25 / 375) * 100vw);
    height: calc((25 / 375) * 100vw);
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .gw-faq__contents-head.js-c-acc-open::after {
    background-image: url(/zemi_gw/_assets24/img/kocha/221128_kocha_rn_acc_icon_minus.svg);
  }

  .gw-faq__contents-head-text:before {
    content: 'Q';
    width: 1em;
    height: 1em;
    font-size: 5.5vw;
    font-weight: bold;
    color: #E81829;
    margin-right: 2.667vw;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1px;
  }

  .gw-faq__contents-head-text {
    font-size: 4.8vw;
    font-weight: bold;
    color: #464646;
    letter-spacing: 0.02rem;
    padding-left: 1.5em;
    position: relative;
  }

  .gw-faq__contents-head.js-c-acc-open .gw-faq__contents-head-text {
    color: #E81829;
  }

  .gw-faq__contents-body {
    padding: 4vw 5.333vw;
    display: none;
  }

  .gw-faq__contents-body-thumb {
    max-width: 70.667vw;
    width: 100%;
    margin-bottom: 4vw;
  }

  .gw-faq__contents-body-title {
    font-size: 4.267vw;
    font-weight: bold;
    color: #464646;
    letter-spacing: 0.05rem;
    position: relative;
    padding-left: 1.3em;
  }

  .gw-faq__contents-body-title::before {
    content: 'A';
    width: 1em;
    height: 1em;
    font-size: 4.7vw;
    font-weight: bold;
    color: #E81829;
    margin-right: 2.667vw;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1px;
  }

  .gw-faq__contents-body-title .c-link {
    font-weight: bold;
  }

  .gw-faq__contents-body-text {
    font-size: 3.2vw;
    color: #464646;
    letter-spacing: 0.05rem;
  }

  .gw-faq__contents-body-text .c-link {
    font-size: 3.733vw;
  }

  .c-remark-list+.gw-faq__contents-body-text {
    margin-top: 2.667vw;
  }

  .gw-faq__contents-item+.gw-faq__contents-item {
    border-top: 0.267vw solid #E70012;
  }

  .gw-faq__contents-item:last-child {
    border-bottom: 0.267vw solid #E70012;
  }

  /* sho */
  .c-wrap--sho .gw-faq__anchor-list__item a {
    color: #039BE5;
  }

  .c-wrap--sho .gw-faq__contents-title {
    background-color: #039BE5;
  }

  .c-wrap--sho .gw-faq__contents-head::after {
    background-image: url(/zemi_gw/_assets24/img/sho/241011_sho_rn_acc_icon_plus.svg);
  }

  .c-wrap--sho .gw-faq__contents-head.js-c-acc-open::after {
    background-image: url(/zemi_gw/_assets24/img/sho/241011_sho_rn_acc_icon_minus.svg);
  }

  .c-wrap--sho .gw-faq__contents-head-text:before {
    color: #039BE5;
  }

  .c-wrap--sho .gw-faq__contents-head.js-c-acc-open .gw-faq__contents-head-text {
    color: #039BE5;
  }

  .c-wrap--sho .gw-faq__contents-body-title::before {
    color: #039BE5;
  }

  .c-wrap--sho .gw-faq__contents-item+.gw-faq__contents-item {
    border-top: 1px solid #039BE5;
  }

  .c-wrap--sho .gw-faq__contents-item:last-child {
    border-bottom: 1px solid #039BE5;
  }

  /* /sho */
  /* chu */
  .c-wrap--chu .gw-faq__anchor-list__item a {
    color: #0077D5;
  }

  .c-wrap--chu .gw-faq__contents-title {
    background-color: #0077D5;
  }

  .c-wrap--chu .gw-faq__contents-head::after {
    background-image: url(/zemi_gw/_assets24/img/chu/241011_chu_rn_acc_icon_plus.svg);
  }

  .c-wrap--chu .gw-faq__contents-head.js-c-acc-open::after {
    background-image: url(/zemi_gw/_assets24/img/chu/241011_chu_rn_acc_icon_minus.svg);
  }

  .c-wrap--chu .gw-faq__contents-head-text:before {
    color: #0077D5;
  }

  .c-wrap--chu .gw-faq__contents-head.js-c-acc-open .gw-faq__contents-head-text {
    color: #0077D5;
  }

  .c-wrap--chu .gw-faq__contents-body-title::before {
    color: #0077D5;
  }

  .c-wrap--chu .gw-faq__contents-item+.gw-faq__contents-item {
    border-top: 1px solid #0077D5;
  }

  .c-wrap--chu .gw-faq__contents-item:last-child {
    border-bottom: 1px solid #0077D5;
  }

  /* /chu */
  /* kou */
  .c-wrap--kou .gw-faq__anchor-list__item a {
    color: #2452ffff;
  }

  .c-wrap--kou .gw-faq__contents-title {
    background-color: #2452ffff;
  }

  .c-wrap--kou .gw-faq__contents-head::after {
    background-image: url(/zemi_gw/_assets25/img/kou/260114_62067_kou_rn_acc_icon_plus.png);
    background-size: contain;
  }

  .c-wrap--kou .gw-faq__contents-head.js-c-acc-open::after {
    background-image: url(/zemi_gw/_assets25/img/kou/260114_62067_kou_rn_acc_icon_minus.png);
    margin-top: 10px;
  }

  .c-wrap--kou .gw-faq__contents-head-text:before {
    content: 'Q.';
    font-family: "Lato";
    color: #2452ffff;
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
  }

  .c-wrap--kou .gw-faq__contents-head .gw-faq__contents-head-text {
    color: #181b35ff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
  }

  .c-wrap--kou .gw-faq__contents-body-title::before {
    color: #2452ffff;
  }

  .c-wrap--kou .gw-faq__contents-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
  }

  .c-wrap--kou .gw-faq__contents-item+.gw-faq__contents-item {
    /* border-top: 1px solid #2452ffff; */
    border: none;
  }

  .c-wrap--kou .gw-faq__contents-item:last-child {
    /* border-bottom: 1px solid #2452ffff; */
    border: none;
  }

  /* /kou */
  /* sho chu */
  .gw-faq--white {
    padding: 0;
    background-color: #fff;
  }

  /* /sho chu */
}

/*====================
  attention
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-attention {
    margin-top: 90px;
    padding: 53px 50px 57px;
    background-color: #F6F6F6;
  }

  .gw-attention__contents {
    max-width: 730px;
    margin: 60px auto 0;
  }

  .gw-attention__text {
    color: #464646;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }

  .gw-attention__text>strong {
    font-weight: bold;
  }

  .gw-attention__text+.gw-attention__text {
    margin-top: 16px;
  }

  .gw-attention__text-link {
    color: #464646;
    text-decoration: underline;
  }

  .gw-attention__text-link:hover {
    text-decoration: none;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-attention {
    margin-top: 24vw;
    background-color: #F6F6F6;
    padding: 16vw 0;
  }

  .gw-attention__contents {
    margin-top: 13.333vw;
    border-radius: 1.333vw;
    overflow: hidden;
  }

  .gw-attention__text {
    color: #464646;
    font-size: 4.2667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }

  .gw-attention__text>strong {
    font-weight: bold;
  }

  .gw-attention__text+.gw-attention__text {
    margin-top: 4.2667vw;
  }

  .gw-attention__text-link {
    color: #464646;
    text-decoration: underline;
  }

  .gw-attention__inner {
    padding: 0 4vw;
  }
}

/*====================
  footer
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-footer {
    margin-top: 90px;
  }

  .gw-footer .c-footer-logo:first-child {
    margin-bottom: initial;
    width: auto;
    height: auto;
    text-align: start;
  }

  .gw-footer .c-footer-logo:not(:first-child) {
    margin-right: 30px;
  }

  .gw-footer .c-footer-logo {
    margin-right: 30px;
  }

  .gw-footer .c-footer-logo:last-child {
    margin-left: 0
  }

  .c-wrap--shimajiro .gw-footer .c-footer-logo:nth-child(1) a {
    width: 89px
  }

  .c-wrap--shimajiro .gw-footer .c-footer-logo:nth-child(2) a {
    width: 150px
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-footer {
    margin-top: 24vw;
  }
}

/*====================
  modal
====================*/
.c-wrap--sho .gw-lineup__list__item a {
  color: #039BE5;
}

.gw-lineup__list__item a::before {
  background-image: url(/zemi_gw/_assets24/img/sho/modal_link__icon_arrow_sho.svg);
}

@media print,
screen and (max-width: 768px) {
  .gw-lineup__list__item a {
    padding: 5.333vw 2.133vw 2.667vw;
    display: block;
    background-color: #f6f6f6;
    font-size: 4.267vw;
    text-align: center;
    font-weight: 700;
    color: #2886d9;
    position: relative;
  }

  .gw-lineup__list__item a::before {
    content: "";
    display: inline-block;
    background-image: url(/zemi_gw/_assets24/img/chu/modal_link__icon_arrow_chu.svg);
    background-repeat: no-repeat;
    width: 2.133vw;
    height: 2.133vw;
    right: 2.133vw;
    bottom: 2.133vw;
    position: absolute;
  }
}

@media print,
screen and (min-width: 769px) {
  .gw-lineup__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 518px;
    margin: 0 auto;
    justify-content: center;
  }

  .gw-lineup__list__item {
    width: 50%;
    display: block;
    max-width: 230px;
  }

  .gw-lineup__list__item a {
    padding: 20px 8px 10px;
    display: block;
    background-color: #f6f6f6;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #2886d9;
    position: relative;
  }

  .gw-lineup__list__item a::before {
    content: "";
    display: inline-block;
    background-image: url(/zemi_gw/_assets24/img/chu/modal_link__icon_arrow_chu.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    right: 8px;
    bottom: 8px;
    position: absolute;
  }

  .gw-lineup__list+.c-remark-list {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*====================
  c-remark-list
====================*/
.c-remark-list__item strong {
  font-weight: bold;
}

.c-remark-list__item--nomark {
  padding: 0;
}

.c-remark-list__item--nomark::before {
  content: "";
  padding: 0;
}

.c-remark-list__item--number01::before {
  content: "※1"
}

.c-remark-list__item--number02::before {
  content: "※2"
}

.c-remark-list--kocha .c-remark-list__item,
.c-acc-text--kocha .c-acc-text__head--remark {
  color: #676979;
}

@media print,
screen and (min-width: 769px) {}

@media print,
screen and (max-width: 768px) {}


/*====================
  gw-kocha-sec
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-kocha-sec {
    margin-top: 120px;
  }

  .gw-kocha-sec__inner {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
  }

  .gw-kocha-sec__lead {
    position: relative;
  }

  .gw-kocha-sec__lead__img {
    margin-bottom: 6rem;
  }

  .gw-kocha-sec__body {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .gw-kocha-sec__body:not(:first-child) {
    margin-top: 10px;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-kocha-sec {
    margin-top: 120px;
  }

  .gw-kocha-sec__lead {
    position: relative;
  }

  .gw-kocha-sec__lead__img {
    padding: 2rem;
  }

  .gw-kocha-sec__lead__img-text {
    margin-bottom: 2.5rem;
  }

  .gw-kocha-sec__body {
    padding: 0 4.2vw;
  }

  .gw-kocha-sec__body:not(:first-child) {
    margin-top: 30px;
  }
}

/*====================
  gw-kocha-sec__1sec
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-kocha-sec__1sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .gw-kocha-sec__1sec:not(:first-child) {
    margin-top: 80px;
  }

  .gw-kocha-sec__1sec__img {
    width: 43%;
  }

  .gw-kocha-sec__1sec__desc {
    width: 48%;
  }

  .gw-kocha-sec__1sec__text {
    color: #554b4c;
    font-size: 16px;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-kocha-sec__1sec {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .gw-kocha-sec__1sec:not(:first-child) {
    margin-top: 80px;
  }

  .gw-kocha-sec__1sec__text {
    color: #554b4c;
    font-size: 14px;
  }
}

/*====================
  gw-kocha-sec__2sec
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-kocha-sec__2sec {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    gap: 80px 50px;
  }

  .gw-kocha-sec__2sec__block {
    width: calc(50% - 25px);
  }

  .gw-kocha-sec__2sec__block--100p {
    width: 100%;
  }

  .gw-kocha-sec__2sec__block--100p .gw-kocha-sec__2sec__block__inner {
    width: calc(50% - 25px);
    margin: 0 auto;
  }

  .gw-kocha-sec__2sec__block__ttlwrap {
    margin: 0 auto;
    text-align: center;
  }

  .gw-kocha-sec__2sec__block__ttlicon {
    width: 75px;
    margin: 0 auto;
  }

  .gw-kocha-sec__2sec__block__ttl {
    color: #554b4c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }

  .gw-kocha-sec__2sec__block__ttl:not(:first-child) {
    margin-top: 20px;
  }

  .gw-kocha-sec__2sec__block__img {
    max-width: 460px;
  }

  .gw-kocha-sec__2sec__block__img:not(:first-child) {
    margin-top: 20px;
  }

  .gw-kocha-sec__2sec__block__txt {
    color: #554b4c;
    font-size: 16px;
    line-height: 1.6;
  }

  .gw-kocha-sec__2sec__block__txt:not(:first-child) {
    margin-top: 20px;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-kocha-sec__2sec {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .gw-kocha-sec__2sec__block__ttlwrap {
    margin: 0 auto;
    text-align: center;
  }

  .gw-kocha-sec__2sec__block__ttlicon {
    width: 58px;
    margin: 0 auto;
  }

  .gw-kocha-sec__2sec__block__ttl {
    color: #554b4c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }

  .gw-kocha-sec__2sec__block__ttl:not(:first-child) {
    margin-top: 20px;
  }

  .gw-kocha-sec__2sec__block__img:not(:first-child) {
    margin-top: 20px;
  }

  .gw-kocha-sec__2sec__block__txt {
    color: #554b4c;
    font-size: 14px;
    line-height: 1.6;
  }

  .gw-kocha-sec__2sec__block__txt:not(:first-child) {
    margin-top: 20px;
  }
}

/*====================
  gw-kocha-sec__3sec
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-kocha-sec__3sec {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 80px 36px;
  }

  .gw-kocha-sec__3sec:not(:first-child) {
    margin-top: 80px;
  }

  .gw-kocha-sec__3sec__block {
    width: calc(33% - 18px);
  }

  .gw-kocha-sec__3sec__block-100p {
    width: 100%;
  }

  .gw-kocha-sec__3sec__block__ttlwrap {
    margin: 0 auto;
    text-align: center;
  }

  .gw-kocha-sec__3sec__block__ttlicon {
    width: 130px;
    margin: 0 auto;
  }

  .gw-kocha-sec__3sec__block__ttl {
    color: #554b4c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }

  .gw-kocha-sec__3sec__block__ttl .strong {
    color: #e71829;
    font-size: 20px;
  }

  .gw-kocha-sec__3sec__block__ttl:not(:first-child) {
    margin-top: 20px;
  }

  .gw-kocha-sec__3sec__block__img:not(:first-child) {
    margin-top: 20px;
  }

  .gw-kocha-sec__3sec__block__txt {
    color: #554b4c;
    font-size: 16px;
  }

  .gw-kocha-sec__3sec__block__txt:not(:first-child) {
    margin-top: 20px;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-kocha-sec__3sec {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .gw-kocha-sec__3sec:not(:first-child) {
    margin-top: 60px;
  }

  .gw-kocha-sec__3sec__block__ttlwrap {
    margin: 0 auto;
    text-align: center;
  }

  .gw-kocha-sec__3sec__block__ttlicon {
    width: 130px;
    margin: 0 auto;
  }

  .gw-kocha-sec__3sec__block__ttl {
    color: #554b4c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }

  .gw-kocha-sec__3sec__block__ttl .strong {
    color: #e71829;
    font-size: 20px;
  }

  .gw-kocha-sec__3sec__block__ttl:not(:first-child) {
    margin-top: 20px;
  }

  .gw-kocha-sec__3sec__block__img:not(:first-child) {
    margin-top: 20px;
  }

  .gw-kocha-sec__3sec__block__txt {
    color: #554b4c;
    font-size: 14px;
  }

  .gw-kocha-sec__3sec__block__txt:not(:first-child) {
    margin-top: 20px;
  }
}

/* =====================

2026.01.14 add

=======================*/
/* ===================
  kou
====================*/
#tab_b_kou a {
  word-break: break-all;
}

#tab_b_kou .c-remark-list__item--color-red {
  color: #ff1925ff;
}

#tab_b_kou .c-remark-list__item--color-white {
  color: #ffffff;
}

#tab_b_kou p.red {
  color: #ff1925ff;
}

@media print,
screen and (min-width: 769px) {
  #tab_b_kou .gw-cv .gw-btn-link.gw-cv__btn-link {
    background-color: #ff1925ff;
    color: #ffffff;
  }

  #tab_b_kou .gw-cv .gw-btn-link.gw-cv__btn-link::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }

  #tab_b_kou .gw-cost__btn-link-wrap {
    width: 100%;
  }

  #tab_b_kou .gw-btn-link.gw-cost__btn-link {
    background-color: #ffffff;
    border: solid 3px #2452ffff;
    color: #2452ffff;
    border-radius: 64px;
    padding: 14px 16px;
    width: 100%;
  }

  #tab_b_kou .gw-btn-link.gw-cost__btn-link::after {
    border-top: 3px solid #2452ffff;
    border-right: 3px solid #2452ffff;
  }

  .gw-h2-white {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: flex-start;
  }

  .gw-h2-white__main {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.3;
  }

  .gw-h2-white__sub {
    color: #6bceffff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3;
  }

  .gw-h2-white__sub--s {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
  }

  .gw-h3-black {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: flex-start;
  }

  .gw-h3-black__main {
    color: #181b35ff;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.3;
  }

  .gw-h3-black__sub {
    color: #2452ffff;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.3;
  }

  .gw-bg-blue {
    background-color: #2452ffff;
    border-radius: 32px;
    padding: 56px 40px;
    gap: 32px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .gw-bg-white {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 56px 40px;
    align-items: center;
  }

  .gw-bg-light {
    align-items: center;
    background: #cfe7ffff;
    /* border-radius: 40px 40px 0px 0px; */
    padding: 40px 80px;
  }

  .c-wrap--kou__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 85px;
  }

  .gw-p-voice {
    color: #181b35ff;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
  }

  .gw-p-voice strong {
    color: #2452ffff;
    font-size: 30px;
  }
}

@media print,
screen and (max-width: 768px) {
  #tab_b_kou .gw-cv .gw-btn-link.gw-cv__btn-link {
    background-color: #ff1925ff;
    color: #ffffff;
  }

  #tab_b_kou .gw-cv .gw-btn-link.gw-cv__btn-link::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }

  #tab_b_kou .gw-cost__btn-link-wrap {
    width: 100%;
  }

  #tab_b_kou .gw-btn-link.gw-cost__btn-link {
    background-color: #ffffff;
    border: solid 3px #2452ffff;
    color: #2452ffff;
    border-radius: 64px;
    padding: 14px 16px;
    width: 100%;
  }

  #tab_b_kou .gw-btn-link.gw-cost__btn-link::after {
    border-top: 3px solid #2452ffff;
    border-right: 3px solid #2452ffff;
  }

  .gw-h2-white {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: flex-start;
  }

  .c-wrap--kou__inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 56px;
  }

  .gw-h2-white__main {
    color: #FFFFFF;
    font-size: 12.8vw;
    font-weight: 900;
    line-height: 1.3;
  }

  .gw-h2-white__sub {
    color: #6bceffff;
    font-size: 8vw;
    font-weight: 900;
    line-height: 1.3;
  }

  .gw-h2-white__sub--s {
    color: #FFFFFF;
    font-size: 5.3vw;
    font-weight: 700;
    line-height: 1.3;
  }

  .gw-h3-black {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: flex-start;
  }

  .gw-h3-black__main {
    color: #181b35ff;
    font-size: 11vw;
    font-weight: 900;
    line-height: 1.3;
  }

  .gw-h3-black__sub {
    color: #2452ffff;
    font-size: 5.3vw;
    font-weight: 900;
    line-height: 1.3;
  }

  .gw-bg-blue {
    background-color: #2452ffff;
    border-radius: 32px;
    /* margin: 0px -16px; */
    padding: 56px 16px;
    gap: 32px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .gw-bg-white {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 56px 16px;
    align-items: center;
  }

  .gw-bg-light {
    align-items: center;
    background: #cfe7ffff;
    /* border-radius: 40px 40px 0px 0px; */
    padding: 100px 15px;
  }

  .gw-p-voice {
    color: #181b35ff;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
  }

  .gw-p-voice strong {
    color: #2452ffff;
    font-size: 30px;
  }
}

/*====================
  intro
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-intro__inner {
    width: 1080px;
    margin: 0 auto;
  }

  .c-wrap--kou .gw-intro__img {
    max-width: 390px;
    display: block;
    margin: 0 auto;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-intro__inner {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }
}

/*====================
  features
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-features__head--sub {
    color: #181b35ff;
    font-feature-settings: 'palt' 1;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }

  .gw-features__head--main {
    color: #2452ffff;
    font-feature-settings: 'palt' 1;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3;
  }

  .gw-features__img {
    position: relative;
  }

  .gw-features__img-img {
    width: 100%;
  }

  .gw-features__simajiro-img {
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  .gw-features__simajiro-fuki {
    position: absolute;
    color: #181b35ff;
    background: #cfe7ffff;
    border-radius: 0px 60px 60px 60px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    padding: 16px 16px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
  }

  .gw-features__item--wrap {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .gw-features__item {
    background: #FFFFFF;
    border-radius: 20px;
    gap: 24px;
    padding: 16px 16px;
    width: 280px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .gw-features__summary {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    width: auto;
    justify-content: center;
  }

  .gw-features__summary--text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: center;
  }

  .gw-features__summary--sub {
    color: #ffffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
  }

  .gw-features__summary--main {
    color: #ffffffff;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
  }

  .gw-features__summary-img {
    max-width: 306px;
    width: 100%;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-features__head--sub {
    color: #181b35ff;
    font-feature-settings: 'palt' 1;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }

  .gw-features__head--main {
    color: #2452ffff;
    font-feature-settings: 'palt' 1;
    font-size: 9.6vw;
    font-weight: 900;
    line-height: 1.3;
  }

  .gw-features__img-img {
    width: 100%;
  }

  .gw-features__img {
    position: relative;
  }

  .gw-features__img-img {
    width: 100%;
  }

  .gw-features__simajiro-img {
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  .gw-features__simajiro-fuki {
    position: absolute;
    color: #181b35ff;
    background: #cfe7ffff;
    border-radius: 0px 60px 60px 60px;
    font-size: 3.8vw;
    font-weight: 700;
    line-height: 1.3;
    padding: 16px 16px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
  }

  .gw-features__item--wrap {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
    justify-content: center;
  }

  .gw-features__item {
    background: #FFFFFF;
    border-radius: 20px;
    gap: 16px;
    padding: 24px 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .gw-features__summary {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 14px;
  }

  .gw-features__summary--text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .gw-features__summary--sub {
    color: #ffffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
  }

  .gw-features__summary--main {
    color: #ffffffff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
  }

  .gw-features__summary-img {
    width: 100%;
  }
}

/*====================
  evi
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-evi__inner {
    /* padding: 0 4vw; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
    padding: 0px 40px;
  }

  .gw-evi__head--sub {
    color: #2452ffff;
    font-feature-settings: 'palt' 1;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }

  .gw-evi__head--main {
    color: #181b35ff;
    font-feature-settings: 'palt' 1;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.3;
  }

  .gw-evi__item--wrap {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }

  .gw-evi__item {
    background: #FFFFFF;
    border-radius: 40px;
    gap: 24px;
    padding: 24px 20px 20px 20px;
    width: 382px;
    display: flex;
    flex-direction: column;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-evi__inner {
    padding: 0 4vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 28px;
  }

  .gw-evi__head--sub {
    color: #2452ffff;
    font-feature-settings: 'palt' 1;
    font-size: 5.3vw;
    font-weight: 700;
    line-height: 1.3;
  }

  .gw-evi__head--main {
    color: #181b35ff;
    font-feature-settings: 'palt' 1;
    font-size: 9.3vw;
    font-weight: 900;
    line-height: 1.3;
  }

  .gw-evi__item--wrap {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: center;
  }

  .gw-evi__item {
    background: #FFFFFF;
    border-radius: 40px;
    gap: 16px;
    padding: 24px 20px 20px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}



/*====================
  voice
====================*/
.gw-voice {
  overflow: hidden;
  width: 100%;
}

/* スライダー本体 */
.gw-voice__slider {
  display: flex;
  width: max-content;
  animation: scrollLoop 40s linear infinite;
}

/* 各スライドカード */
.gw-voice__slider--slide {
  display: block;
  flex-shrink: 0;
  width: 250px;
  margin-right: 30px;
}

.gw-voice__slider--slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* 無限ループアニメーション */
@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* JSで中身を倍にしてスムーズに */
}

@media print,
screen and (min-width: 769px) {
  .gw-voice__inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0px 40px;
  }

  .gw-voice__slider {
    padding-left: 0;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-voice__inner {
    padding: 0 4vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .gw-voice__slider {
    padding-left: calc(50% - 125px);
  }
}

/*====================
  info
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-h3-infos {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .gw-h3-infos__main {
    color: #181b35ff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
  }

  .gw-h3-infos__sub {
    color: #ff1925ff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
  }

  .gw-h3-infos__sub.text-kou-black {
    color: #181b35ff;
  }

  .gw-h3-infos__main.text-kou-blue {
    color: #2452ffff;
  }

  .gw-infos__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .gw-infos__item--wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    /* 高さを揃える */
    gap: 20px;
    justify-content: flex-start;
    /* 左詰めで並べる */
  }

  /* 横並びになる対象の要素（単体カード or カードを包む親） */
  .gw-infos__item--wrap>.gw-infos__item,
  .gw-infos__item--wrap>.gw-bg-white {
    flex: 1;
    min-width: calc(100% - 10px);
    /* 2カラム想定 */
    box-sizing: border-box;
    padding: 56px 40px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
  }

  .gw-bg-white:not(.gw-infos__item) {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 0;
    background: #fff;
    align-items: stretch;
  }

  /* gw-bg-white の中にある各カード */
  .gw-bg-white>.gw-infos__item {
    flex: 1;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-h3-infos {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .gw-h3-infos__main {
    color: #181b35ff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
  }

  .gw-h3-infos__main.small-sp {
    font-size: 30px;
  }

  .gw-h3-infos__sub {
    color: #ff1925ff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
  }

  .gw-h3-infos__sub.small-sp {
    font-size: 24px;
  }

  .gw-h3-infos__sub.text-kou-black {
    color: #181b35ff;
  }

  .gw-h3-infos__main.text-kou-blue {
    color: #2452ffff;
  }

  .gw-infos__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* すべて縦一列に */
  .gw-infos__item--wrap,
  .gw-bg-white {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .gw-infos__item--wrap>.gw-infos__item,
  .gw-infos__item--wrap>.gw-bg-white,
  .gw-bg-white>.gw-infos__item {
    width: 100%;
    /* padding: 56px 16px; */
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 15px;
  }
}



/*====================
  faq
====================*/
@media print,
screen and (min-width: 769px) {
  .c-wrap--kou .gw-faq__contents {
    display: flex;
    flex-direction: column;
    gap: 33px;
  }

  .c-wrap--kou .gw-faq__contents-head.js-c-acc-open {
    padding: 0px 0px 22px 0px;
  }

  .c-wrap--kou .gw-faq__contents-body::before {
    content: 'A.';
    width: 1em;
    height: 1em;
    font-weight: bold;
    color: #2452ffff;
    display: inline-block;
    position: absolute;
    /* left: 0; */
    /* top: -1px; */
    font-family: "Lato";
    font-size: 23px;
    font-weight: 900;
    line-height: 1.4;
  }

  .c-wrap--kou .gw-faq__contents-body-text {
    padding-left: 1.5em;
    /* text-indent: -1em; */
    color: #000000ff;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Noto Sans JP';
    letter-spacing: 0.01em;
  }

  /* js-c-acc-open クラスがあるときだけ適用 */
  .c-wrap--kou .js-c-acc-open.gw-faq__contents-body {
    border-top: dotted 1px #949292ff;
    /* padding: 22px 0px 0px 0px; */
  }

  /* クラスがないときはデフォルトで 0 もしくは表示なし */
  .c-wrap--kou .gw-faq__contents-body {
    border-top: none;
    padding: 22px 0px 0px 0px;
  }

  .gw-h2-faq {
    align-items: left;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
  }

  .gw-h2-faq__main {
    color: #181b35ff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
    text-align: left;
  }

  .gw-h3-faq {
    align-items: left;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
  }

  .gw-h3-faq__main {
    color: #181b35ff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    text-align: left;
  }

  .gw-faq__item--wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
  }

  /* もっと見るボタン */
  /* 1: h3
       2: item(1)
       3: item(2)
       4: item(3)
       5: item(4) ← ここから隠すなら n+6
    */
  /* デフォルトで5個目以降を隠す */
  .gw-faq__item--wrap .gw-faq__contents-item:nth-of-type(n+5) {
    display: none;
  }

  /* is-openクラスがついている時だけ表示 */
  .gw-faq__item--wrap.is-open .gw-faq__contents-item:nth-of-type(n+5) {
    display: block;
  }

  .gw-faq__more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* margin: 30px auto 0; */
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border-radius: 16px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border: none;
  }

  .gw-faq__more-btn:hover {
    opacity: .7;
  }
}

@media print,
screen and (max-width: 768px) {
  .c-wrap--kou .gw-faq__contents {
    display: flex;
    flex-direction: column;
    gap: 33px;
  }

  .c-wrap--kou .gw-faq__contents-head {
    padding-right: 10vw;
  }

  .c-wrap--kou .gw-faq__contents-head.js-c-acc-open {
    padding: 0px 0px 22px 0px;
    padding-right: 10vw;
  }

  .c-wrap--kou .gw-faq__contents-body {
    border-top: dotted 1px #949292ff;
    padding: 22px 0px 0px 0px;
  }

  .c-wrap--kou .gw-faq__contents-body::before {
    content: 'A.';
    width: 1em;
    height: 1em;
    margin-right: 2.667vw;
    display: inline-block;
    position: absolute;
    /* left: 0; */
    /* top: -1px; */
    font-family: "Lato";
    color: #2452ffff;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.4;
  }

  .c-wrap--kou .gw-faq__contents-body-text {
    padding-left: 1.5em;
    /* text-indent: -1em; */
    color: #000000ff;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Noto Sans JP';
    letter-spacing: 0.01em;
  }

  /* js-c-acc-open クラスがあるときだけ適用 */
  .c-wrap--kou .js-c-acc-open.gw-faq__contents-body {
    border-top: dotted 1px #949292ff;
    /* padding: 22px 0px 0px 0px; */
  }

  /* クラスがないときはデフォルトで 0 もしくは表示なし */
  .c-wrap--kou .gw-faq__contents-body {
    border-top: none;
    padding: 22px 0px 0px 0px;
  }

  .gw-h2-faq {
    align-items: left;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
  }

  .gw-h2-faq__main {
    color: #181b35ff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
    text-align: left;
  }

  .gw-h3-faq {
    align-items: left;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
  }

  .gw-h3-faq__main {
    color: #181b35ff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    text-align: left;
  }

  .gw-faq__item--wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
  }

  /* もっと見るボタン */
  .gw-faq__item--wrap .gw-faq__contents-item:nth-of-type(n+5) {
    display: none;
  }

  .gw-faq__item--wrap.is-open .gw-faq__contents-item:nth-of-type(n+5) {
    display: block;
  }

  .gw-faq__more-btn {
    display: flex;
    width: 100%;
    /* margin-top: 20px; */
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border-radius: 16px;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    border: none;
  }

  .gw-faq__more-btn:hover {
    opacity: .7;
  }
}


/*====================
  gw-ryoritsu
====================*/
@media print,
screen and (min-width: 769px) {
  .gw-ryoritsu {
    background-color: #E8ECF4;
    padding: 56px 0 100px;
  }

  .gw-ryoritsu__intro {
    max-width: 1060px;
    margin: 0 auto;
  }

  .gw-ryoritsu__ttl {
    color: #1C32FB;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
  }

  .gw-ryoritsu__ttl>span {
    font-size: 38px;
    color: #202130;
  }

  .gw-ryoritsu__picture {
    margin-top: 40px;
    display: block;
  }

  .gw-ryoritsu__lead {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 32px;
    padding: 0 10px;
  }

  .gw-ryoritsu__feature-list {
    margin-top: 40px;
    padding: 0 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .gw-ryoritsu__feature-list-link {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    min-height: 84px;
    color: #202130;
    background-color: #ffffff;
    padding: 20px 72px 20px 24px;
    border-radius: 20px;
    box-shadow: 0 2px 6px 0 rgba(4, 14, 119, 0.06);
    background-image: url("/zemi_gw/_assets26/img/chu/260630_ryoritsu_feature_list_icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) center;
  }

  .gw-ryoritsu__feature-list-link::before {
    content: "";
    width: 38px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .gw-ryoritsu__feature-list-link--01::before {
    background-image: url("/zemi_gw/_assets26/img/chu/260630_ryoritsu_feature_list_icon-01.svg");
  }

  .gw-ryoritsu__feature-list-link--02::before {
    background-image: url("/zemi_gw/_assets26/img/chu/260630_ryoritsu_feature_list_icon-02.svg");
  }

  .gw-ryoritsu__feature-list-link--03::before {
    background-image: url("/zemi_gw/_assets26/img/chu/260630_ryoritsu_feature_list_icon-03.svg");
  }

  .gw-ryoritsu__feature-list-link--04::before {
    background-image: url("/zemi_gw/_assets26/img/chu/260630_ryoritsu_feature_list_icon-04.svg");
  }

  .gw-ryoritsu__feature-list-link>span {
    width: calc(100% - 38px);
  }

  .gw-ryoritsu__feature-list-link>span>strong {
    font-size: 18px;
    font-weight: bold;
  }

  .gw-ryoritsu__feature-section {
    margin-top: 56px;
  }

  .gw-ryoritsu__feature-ttl {
    background-color: #1823FF;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 24px 32px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    max-width: 1060px;
    margin: 0 auto;
  }

  .gw-ryoritsu__feature-ttl>strong {
    font-size: 32px;
    font-weight: 900;
  }

  .gw-ryoritsu__feature-detail-list {
    margin: 32px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    max-width: 1060px;
  }

  .gw-ryoritsu__feature-detail-list>li {
    border-radius: 16px;
    background-color: #ffffff;
    padding: 32px 16px;
    box-shadow: 0 2px 6px 0 rgba(4, 14, 119, 0.06);
  }

  .gw-ryoritsu__feature-detail-ttl {
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 20px;
    border-bottom: 2px dashed #ABC0ED;
  }

  .gw-ryoritsu__feature-detail-ttl-sub {
    color: #1823FF;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .gw-ryoritsu__feature-detail-ttl-main {
    color: #202130;
    font-size: 28px;
  }

  .gw-ryoritsu__feature-detail-img {
    margin-top: 20px;
  }
}

@media print,
screen and (max-width: 768px) {
  .gw-ryoritsu {
    background-color: #E8ECF4;
    padding: 56px 0 100px;
  }

  .gw-ryoritsu__ttl {
    color: #1C32FB;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
  }

  .gw-ryoritsu__ttl>span {
    font-size: 34px;
    color: #202130;
  }

  .gw-ryoritsu__picture {
    margin-top: 40px;
    display: block;
  }

  .gw-ryoritsu__lead {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 32px;
    padding: 0 16px;
  }

  .gw-ryoritsu__feature-list {
    margin-top: 40px;
    padding: 0 16px;
  }

  .gw-ryoritsu__feature-list>li:not(:first-child) {
    margin-top: 12px;
  }

  .gw-ryoritsu__feature-list-link {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    min-height: 84px;
    color: #202130;
    background-color: #ffffff;
    padding: 20px 72px 20px 24px;
    border-radius: 20px;
    box-shadow: 0 2px 6px 0 rgba(4, 14, 119, 0.06);
    background-image: url("/zemi_gw/_assets26/img/chu/260630_ryoritsu_feature_list_icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) center;
  }

  .gw-ryoritsu__feature-list-link::before {
    content: "";
    width: 38px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .gw-ryoritsu__feature-list-link--01::before {
    background-image: url("/zemi_gw/_assets26/img/chu/260630_ryoritsu_feature_list_icon-01.svg");
  }

  .gw-ryoritsu__feature-list-link--02::before {
    background-image: url("/zemi_gw/_assets26/img/chu/260630_ryoritsu_feature_list_icon-02.svg");
  }

  .gw-ryoritsu__feature-list-link--03::before {
    background-image: url("/zemi_gw/_assets26/img/chu/260630_ryoritsu_feature_list_icon-03.svg");
  }

  .gw-ryoritsu__feature-list-link--04::before {
    background-image: url("/zemi_gw/_assets26/img/chu/260630_ryoritsu_feature_list_icon-04.svg");
  }

  .gw-ryoritsu__feature-list-link>span {
    width: calc(100% - 38px);
  }

  .gw-ryoritsu__feature-list-link>span>strong {
    font-size: 18px;
    font-weight: bold;
  }

  .gw-ryoritsu__feature-section {
    margin-top: 56px;
  }

  .gw-ryoritsu__feature-ttl {
    background-color: #1823FF;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 24px 32px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .gw-ryoritsu__feature-ttl>strong {
    font-size: 32px;
    font-weight: 900;
  }

  .gw-ryoritsu__feature-detail-list {
    margin: 32px 10px 0;
  }

  .gw-ryoritsu__feature-detail-list>li {
    border-radius: 16px;
    background-color: #ffffff;
    padding: 32px 16px;
    box-shadow: 0 2px 6px 0 rgba(4, 14, 119, 0.06);
  }

  .gw-ryoritsu__feature-detail-list>li:not(:first-child) {
    margin-top: 10px;
  }

  .gw-ryoritsu__feature-detail-ttl {
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 20px;
    border-bottom: 2px dashed #ABC0ED;
  }

  .gw-ryoritsu__feature-detail-ttl-sub {
    color: #1823FF;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .gw-ryoritsu__feature-detail-ttl-main {
    color: #202130;
    font-size: 28px;
  }

  .gw-ryoritsu__feature-detail-img {
    margin-top: 20px;
  }
}


/*====================
  Utility - font
====================*/

.u-noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-m-plus-rounded-1c {
  font-family: "M PLUS Rounded 1c", sans-serif;
}