@charset "UTF-8";
/* === foundation ===  */
/* === layout ===  */
.l-section {
  position: relative;
}

.l-section._gray {
  background: #F3F5F6;
}

.l-section._gray .c-large-gotham {
  color: rgba(234, 238, 240, 0.7);
  font-weight: 600;
}

.l-section._bottom-arrow:after {
  content: "";
  display: block;
  border-top: 70px solid #fff;
  border-left: 175px solid transparent;
  border-right: 175px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -175px;
  top: 100%;
  z-index: 1;
}

.l-section._bottom-arrow._gray:after {
  border-top: 70px solid #F3F5F6;
}

.l-section._bottom-arrow + .l-section {
  padding-top: 60px;
}

.l-section__inner {
  position: relative;
  padding: 55px 20px;
  max-width: 1260px;
  margin: 0 auto;
}

.l-section__inner._padding-large {
  padding: 100px 20px;
}

.l-section__inner._max100p {
  max-width: 100%;
}

.l-footer {
  background: #fff;
  padding: 80px 20px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.l-footer__logo {
  margin-bottom: 40px;
}

.l-footer__logo-img {
  width: 174px;
  height: auto;
}

.l-footer__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer__list {
  margin-bottom: 20px;
}

.l-footer__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.l-footer__link .c-icon {
  margin-left: 4px;
}

.l-footer__link:hover {
  color: #D45D61;
  opacity: 1;
}

.l-footer__buttons {
  padding-left: 3vw;
}

.l-footer__buttons .l-header__buttons {
  margin-bottom: 16px;
}

.l-footer__buttons .l-header__login-link {
  color: #2F3E55;
  font-weight: 700;
}

.l-footer__buttons .l-header__language-wrap {
  position: relative;
}

.l-footer__buttons .l-header__language-link {
  color: #2F3E55;
  font-weight: 700;
}

.l-footer__buttons .l-header__language-icon .c-icon,
.l-footer__buttons .l-header__language-arrow .c-icon {
  opacity: 0;
}

.l-footer__buttons .l-header__language-icon .c-icon._hover,
.l-footer__buttons .l-header__language-arrow .c-icon._hover {
  opacity: 1;
}

.l-footer__buttons .c-button:last-child {
  background: #DD7D43;
  color: #fff;
  border: 1px solid #DD7D43;
}

.l-footer__buttons .c-button:last-child .c-button__icon {
  background: #fff;
}

.l-footer__buttons .c-button:last-child .c-icon {
  opacity: 0;
}

.l-footer__buttons .c-button:last-child .c-icon._hover {
  opacity: 1;
}

.l-footer__buttons .c-button:last-child:hover {
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #1d1d1d;
}

.l-footer__buttons .c-button:last-child:hover .c-button__icon {
  background: #DD7D43;
}

.l-footer__buttons .c-button:last-child:hover .c-icon {
  opacity: 1;
}

.l-footer__buttons .c-button:last-child:hover .c-icon._hover {
  opacity: 0;
}

.l-footer__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-footer__language .l-header__login-link {
  display: block;
  text-align: center;
  margin-left: 20px;
}

.l-footer__language .l-header__language {
  position: relative;
  top: 0;
  z-index: 5;
}

.l-footer__language .l-header__language-wrap {
  width: 90px;
}

.l-footer__language .l-header__language-link {
  border: none;
}

.l-footer__copy {
  width: 100%;
  border-top: 1px solid #E0E2E6;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  padding: 20px;
}

/* === utility ===  */
.l-section,
.p-cta-block {
  display: block;
}

.u-stroke {
  text-stroke: 1px #D45D61;
  -webkit-text-stroke: 1px #D45D61;
  color: #fff;
}

.u-text-red,
.c-title._add-style-9 .c-title__text:last-child .letter:nth-child(3),
._add-style-3 .letter:nth-child(7),
._add-style-2 .letter:nth-child(7) {
  color: #D45D61;
}

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

.c-text-note {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
}

.u-fz-12 {
  font-size: 12px;
}

/* === component ===  */
.c-accordion__open-link {
  display: none;
}

.c-anchor-wrap {
  position: relative;
}

.c-anchor {
  position: absolute;
  top: -70px;
}

.c-anchor._anchor-3 {
  top: -20px;
}

.c-anchor._anchor-4 {
  top: -20px;
}

.c-blank img {
  width: 23px;
}

.c-box {
  background: #F3F5F6;
}

.c-box._box-1 {
  padding: 50px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-box._box-1 .c-box__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 24px;
}

.c-box._box-1 .c-box__text {
  width: calc(100% - 378px - 45px);
}

.c-box._box-1 .c-box__image {
  margin-top: 53px;
  width: 378px;
}

.c-box._box-2 {
  padding: 32px 117px 52px 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-box._box-2 .c-box__title {
  width: 100%;
}

.c-box._box-2 .c-box__text {
  width: calc(100% - 328px - 58px);
}

.c-box._box-2 .c-box__image {
  width: 328px;
}

.c-box._box-3 {
  padding: 32px 96px 48px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-box._box-3 .c-box__title {
  width: 100%;
}

.c-box._box-3 .c-box__image {
  max-width: 33%;
  width: calc(100% - 250px - 67px - 37.2185%);
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 24px rgba(35, 59, 65, 0.1);
  box-shadow: 0px 2px 24px rgba(35, 59, 65, 0.1);
}

.c-box._box-3 .c-box__text-1 {
  width: 250px;
}

.c-box._box-3 .c-box__text-1-baloon {
  display: block;
  position: relative;
  background: #fff;
  padding: 8px 0 7px;
  border-radius: 32px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 13px;
}

.c-box._box-3 .c-box__text-1-baloon:after {
  content: "";
  display: block;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 100%;
}

.c-box._box-3 .c-box__text-1-box {
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  padding: 18px 24px 25px;
}

.c-box._box-3 .c-box__text-1-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 8px;
}

.c-box._box-3 .c-box__text-1-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
}

.c-box._box-3 .c-box__text-2 {
  max-width: 37.2185%;
  width: calc(100% - 250px - 67px - 29.23%);
}

.c-box._box-3 .c-button {
  width: 272px;
  margin-top: 16px;
}

.c-box._box-4 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 119px;
}

.c-box._box-4:after {
  content: "";
  display: block;
  width: 27px;
  height: 37px;
  background: url("../../ja/img/common/icon-arrow-double.svg") no-repeat center center;
  background-size: 27px 37px;
  position: absolute;
  bottom: -68px;
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  right: 50%;
}

.c-box._box-4._center:first-child:before {
  display: none;
}

.c-box._box-4._center:first-child:after {
  right: 50%;
}

.c-box._box-4:first-child:before {
  content: "";
  display: block;
  width: 27px;
  height: 37px;
  background: url("../../ja/img/common/icon-arrow-double.svg") no-repeat center center;
  background-size: 27px 37px;
  position: absolute;
  bottom: -68px;
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  left: 21.5%;
}

.c-box._box-4:first-child:after {
  right: 25.2%;
}

.c-box._box-4:last-child {
  margin-bottom: 64px;
}

.c-box._box-4:last-child:before,
.c-box._box-4:last-child:after {
  display: none;
}

.c-box._box-4 .c-box__inner {
  padding: 40px 40px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-box._box-4 .c-box__image {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-box._box-4 .c-box__image-img {
  width: 120px;
}

.c-box._box-4 .c-box__text {
  width: 70%;
}

.c-box._box-4 .c-box__text-title {
  text-align: left;
  display: inline-block;
  margin-bottom: 24px;
}

.c-box._box-4 .c-text._notes {
  margin-top: 10px;
  margin-bottom: 20px;
}

.c-box._box-5 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 106px;
}

.c-box._box-5:after {
  content: "";
  display: block;
  width: 27px;
  height: 37px;
  background: url("../../ja/img/common/icon-arrow-double.svg") no-repeat center center;
  background-size: 27px 37px;
  position: absolute;
  bottom: -68px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%;
  margin-left: -13px;
}

.c-box._box-5:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #fff;
  left: calc(50% - 5px);
  top: 0;
  position: absolute;
}

.c-box._box-5 .c-box__inner {
  padding: 54px 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-box._box-5 .c-text._notes {
  margin-top: 10px;
}

.c-box._box-6 {
  background: transparent;
  padding: 34px 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 5px solid #FFFFFF;
}

.c-box._box-6 .c-box__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 24px;
  width: 100%;
}

.c-box._box-6 .c-box__text {
  width: calc(100% - 564px - 40px);
}

.c-box._box-6 .c-box__image {
  width: 564px;
}

.c-box._box-7 {
  border-radius: 10px;
  padding: 40px 115px;
  margin: 26px 20px 100px;
}

.c-box._box-7 .c-box__image-img {
  margin-bottom: 10px;
}
.c-box._box-7 .c-box__box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
}

.c-box._box-8 {
  border-radius: 10px;
  padding: 48px;
  margin: 26px 20px 100px;
}

.c-box._box-8 .c-box__image-img {
  margin-bottom: 10px;
}

.c-box._box-8 + .c-reason + ._box-8 {
  margin-bottom: 56px;
}

.c-box._box-9 {
  background: transparent;
  padding: 20px 0 0;
  display: block;
  border: 4px solid #F3F5F6;
}

.c-box._box-9 .c-box__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 24px;
  width: 100%;
}

.c-box._box-9 .c-box__text {
  width: calc(100% - 564px - 40px);
}

.c-box._box-9 .c-box__image {
  width: 564px;
}


.c-box__image-img {
  height: auto;
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxBottomLeft,
#cboxMiddleLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: url(../img/colorbox/overlay.png) repeat 0 0;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: hidden;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  left: 0;
  text-align: center;
  width: 100%;
}

#cboxCurrent,
#cboxTitle {
  position: absolute;
  bottom: 4px;
  color: #949494;
}

#cboxCurrent {
  left: 58px;
}

#cboxLoadingOverlay {
  background: url(../img/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: 0;
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../img/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../img/colorbox/bt_close_modal.png) no-repeat 0 0;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  display: none;
}

.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.cboxIframe {
  border-radius: 10px;
}

#cboxLoadedContent,
.cboxIframe {
  margin: 0;
  padding: 0;
}

#modal {
  background: #f4f3f3;
  margin: 0;
  padding: 0;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
}

#modalcontents h1 {
  margin: 0;
  padding-top: 40px;
  color: #595757;
  font-size: 28px;
  text-align: center;
  background: #fff;
  line-height: 28px;
}

#modalcontents #cancel {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: 0;
}

#modalcontents #cancel {
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../img/colorbox/bt_close_modal.png) no-repeat 0 0;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  cursor: pointer;
}

#modalcontents #cancel:active {
  outline: 0;
}

#modalcontents .formbox {
  background: #fff;
  padding-bottom: 30px;
}

#modalcontents .formboxinner {
  margin: 0 auto;
  text-align: center;
  width: 300px;
}

#modalcontents .formbox p {
  margin: 0;
  padding: 0;
}

#modalcontents .formbox .input1 {
  padding-top: 30px;
  position: relative;
}

#modalcontents .formbox .input1 .error_area .icon,
#modalcontents .formbox .input1 .ok_area .icon {
  position: absolute;
  margin-top: -28px;
  display: block;
}

#modalcontents .formbox .input1 .error_area .txt1,
#modalcontents .formbox .input1 .ok_area .txt1 {
  position: absolute;
  left: 0;
  top: 70px;
  color: #4d94db;
  font-size: 9pt;
  width: 312px;
  text-align: left;
}

#modalcontents .formbox .input2 {
  margin-top: 40px;
  position: relative;
}

#modalcontents .formbox .input1 .normaltxt1 {
  position: absolute;
  left: 5px;
  top: 70px;
  font-size: 9pt;
  color: #a2a0a0;
}

#modalcontents .formbox .input2 .normaltxt1 {
  position: absolute;
  left: 5px;
  top: 40px;
  font-size: 9pt;
  color: #a2a0a0;
}

#modalcontents .formbox .input2 .error_area .icon,
#modalcontents .formbox .input2 .ok_area .icon {
  position: absolute;
  margin-top: -28px;
  display: block;
}

#modalcontents .formbox .input2 .error_area .txt1,
#modalcontents .formbox .input2 .ok_area .txt1 {
  position: absolute;
  left: 0;
  top: 40px;
  color: #4d94db;
  font-size: 9pt;
  width: 312px;
  text-align: left;
}

#modalcontents .formbox .input3 {
  margin-top: 40px;
  position: relative;
  letter-spacing: -1px;
}

#modalcontents .formbox .input3 .normaltxt1 {
  position: absolute;
  left: 5px;
  top: 40px;
  font-size: 9pt;
  color: #a2a0a0;
}

#modalcontents .formbox .input3 .error_area .icon,
#modalcontents .formbox .input3 .ok_area .icon {
  position: absolute;
  margin-top: -28px;
  display: block;
}

#modalcontents .formbox .input3 .error_area .txt1,
#modalcontents .formbox .input3 .ok_area .txt1 {
  position: absolute;
  left: 0;
  top: 40px;
  color: #4d94db;
  font-size: 9pt;
  width: 312px;
  text-align: left;
}

#modalcontents .formbox.error .check1 .error_area .icon,
#modalcontents .formbox.ok .check1 .ok_area .icon {
  position: absolute;
  margin-top: -14px;
  display: block;
}

#modalcontents .formbox input[type=password],
#modalcontents .formbox input[type=text] {
  margin: 0;
  padding: 8px 10px;
  display: inline-block;
  border: #dedede 1px solid;
  border-radius: 3px;
  background-color: #f9f8f8;
  font-size: 1pc;
  width: 290px;
}

#modalcontents .formbox input[type=password].error,
#modalcontents .formbox input[type=text].error {
  background-color: #fffcd3;
}

#modalcontents .formbox .check1 {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  color: #595758;
  position: relative;
  line-height: 100%;
}

#modalcontents .formbox .check1 a {
  color: #e5555e;
}

#modalcontents .formbox .check1 a:hover {
  text-decoration: none;
}

#modalcontents .formbox .btType1 {
  margin: 20px auto 0;
  width: 230px;
  height: 46px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px #aa1919, -1px -1px #aa1919;
  font-size: 1pc;
  font-weight: 700;
  background: url(../img/common/bt_login_out.png) 0 0 no-repeat;
}

#modalcontents .formbox .btType1:hover {
  background: url(../img/common/bt_login_on.png) 0 0 no-repeat;
}

#modalcontents .formbox .btType1 span {
  padding-top: 9pt;
  display: block;
}

#modalcontents .formbox .link1 {
  padding-top: 15px;
}

#modalcontents .formbox .link1 a {
  color: #e5555e;
  font-size: 9pt;
}

#modalcontents .formbox .link1 a:hover {
  text-decoration: none;
}

#modalcontents .snsloginbox {
  padding: 10px 20px 20px;
  background-color: #f4f3f3;
  overflow: hidden;
  text-align: center;
}

#modalcontents .snsloginbox p {
  margin: 0;
  padding: 0;
  color: #7d7d7d;
  font-size: 9pt;
}

#modalcontents .snsloginbox p a img {
  border: 0;
}

#modalcontents .snsloginbox p.bt_fb {
  padding-top: 5px;
  display: inline-block;
}

#modalcontents .snsloginbox p.bt_fb a {
  display: block;
  width: 190px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/common/bt_fblogin_ja_out.png) 0 0 no-repeat;
}

#modalcontents .snsloginbox p.bt_fb a:hover {
  background: url(../img/common/bt_fblogin_ja_on.png) 0 0 no-repeat;
}

.en #modalcontents .snsloginbox p.bt_fb a {
  background: url(../img/common/bt_fblogin_en_out.png) 0 0 no-repeat;
}

.en #modalcontents .snsloginbox p.bt_fb a:hover {
  background: url(../img/common/bt_fblogin_en_on.png) 0 0 no-repeat;
}

#modalcontents .snsloginbox p.bt_google {
  padding-top: 5px;
  display: inline-block;
}

#modalcontents .snsloginbox p.bt_google a {
  display: block;
  width: 190px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/common/bt_google_login_ja_out.png) 0 0 no-repeat;
}

#modalcontents .snsloginbox p.bt_google a:hover {
  background: url(../img/common/bt_google_login_ja_on.png) 0 0 no-repeat;
}

.en #modalcontents .snsloginbox p.bt_google a {
  background: url(../img/common/bt_google_login_en_out.png) 0 0 no-repeat;
}

.en #modalcontents .snsloginbox p.bt_google a:hover {
  background: url(../img/common/bt_google_login_en_on.png) 0 0 no-repeat;
}

#modalcontents .videoBox {
  margin: 50px auto 0;
  width: 854px;
}

#modalcontents .icon {
  right: -30px;
}

#colorbox {
  max-width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  z-index: 100;
}

#cboxOverlay {
  background: #F3F5F6;
  opacity: 0.92;
  z-index: 100;
}

.c-icon-3-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 90px;
  margin-bottom: 60px;
  position: relative;
}

.js-slider-10 .c-icon-3-items {
  gap: 0 !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-icon-3-items__slider._mb130 {
  margin-bottom: 80px;
}

.c-icon-3-item {
  width: auto;
}

.c-icon-3-item .c-icon-link {
  margin-top: 24px;
  display: table;
  margin: 24px auto 0;
}

.c-icon-3-item__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  margin: 0 auto 12px;
  border-radius: 50%;
}

.c-icon-3-item__circle._white {
  background: #fff;
}

.c-icon-3-item__circle._gray {
  background: #F3F5F6;
}

.c-icon-3-item__img {
  display: block;
}

.c-icon-3-item__title {
  margin: 24px 0 16px;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #D45D61;
}

.c-icon-3-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  max-width: 320px;
  margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid #D45D61;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 32%;
}

.swiper-button-prev {
  -webkit-transform: rotate(180deg) translateX(24px);
  transform: rotate(180deg) translateX(24px);
  left: 25px;
  right: auto;
}

.swiper-button-next {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  right: 25px;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  display: none;
}

._next-10,
._prev-10,
._next-1,
._prev-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._pagination-10,
._pagination-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-icon-link {
  position: relative;
  padding-left: 26px;
  display: table;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.c-icon-link:hover {
  text-decoration: none;
}

.c-icon-link__icon {
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #D45D61;
  background-position: center center;
}

.c-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
  position: relative;
}

.c-image-text._mb-small {
  margin-bottom: 80px;
}

.c-image-text__image {
  width: 655px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
  overflow: hidden;
}

.c-image-text__image-img {
  height: auto;
}

.c-image-text__text {
  width: calc(100% - 655px - 80px);
}

.c-image-text__movie {
  width: 100%;
}

.c-image__logo-1 {
  width: 249px;
  height: auto;
  margin-top: 32px;
}

.c-image__logo-1 {
  width: 249px;
  height: auto;
  margin-top: 32px;
}

.c-image__option-image-1 {
  width: 950px;
  height: auto;
  margin: 50px auto 0;
  display: block;
}

.c-introduction__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1000px;
  margin: 32px auto 0;
}

.c-introduction__list {
  height: 70px;
  margin: 0 20px 20px;
}

.c-introduction__img {
  height: 70px;
  width: auto;
  display: block;
}

.c-introduction__text {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 20px;
  line-height: 2em;
}

.c-introduction-slider {
  display: block;
  margin: 34px -20px 30px;
}

.c-introduction__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: unset;
  margin: 0;
  pointer-events: none;
}

.c-introduction__lists.u-sp-none {
  display: none;
}

.c-introduction__list {
  height: 70px;
  width: 203px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-introduction__list._kagome .c-introduction__img {
  height: 85px;
}

.c-introduction__list._daiichi .c-introduction__img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.c-introduction__img {
  height: 50px;
  margin: 0 auto;
}

.c-large-gotham-wrap {
  max-width: 100vw;
  max-width: calc(100vw - 16px);
  overflow: hidden;
  position: absolute;
  height: 500px;
  width: calc(100vw - 16px);
  left: 50%;
  margin-left: -50vw;
  margin-left: calc(-50vw + 7px);
}

.c-large-gotham {
  position: absolute;
  left: 50%;
  margin-left: -1000px;
  width: 2000px;
  top: 0;
  white-space: nowrap;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  font-size: 220px;
  line-height: 172px;
  text-align: center;
  letter-spacing: 0.05em;
  color: rgba(234, 238, 240, 0.4);
  pointer-events: none;
}

.c-notes-list {
  padding-left: 1em;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  text-indent: -1em;
}

.c-pagetop {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  z-index: 6;
}

.is-scroll .c-pagetop {
  opacity: 1;
  pointer-events: initial;
}

.c-pagetop__link {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #D45D61;
}

.c-pagetop__link:hover span {
  opacity: 0.5;
}

.c-pagetop__link span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: -9999px;
}

.c-pagetop__link span:before,
.c-pagetop__link span:after {
  content: "";
  display: block;
  width: 18px;
  height: 3.5px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
}

.c-pagetop__link span:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-80%, -50%) rotate(-45deg);
  transform: translate(-80%, -50%) rotate(-45deg);
}

.c-pagetop__link span:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-20%, -50%) rotate(45deg);
  transform: translate(-20%, -50%) rotate(45deg);
}

.c-plan {
  max-width: 1200px;
  margin: 0 auto;
}

.c-plan-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
}

.c-plan-tab {
  background: #EAEEF0;
  border-radius: 10px 10px 0 0;
  max-width: 480px;
  padding: 32px 20px 36px;
  border-top: 2px solid #EAEEF0;
  border-bottom: 2px solid #D45D61;
  text-align: center;
  position: relative;
  width: 480px;
  top: 2px;
  z-index: 1;
}

.c-plan-tab[data-tab-button="1"] {
  border-bottom: 2px solid #fff;
}

.c-plan-tab.is-tab-button--active[data-tab-button="1"] {
  background: #FFFFFF;
  border: 2px solid #D45D61;
  border-bottom: 2px solid #fff;
  border-bottom: none;
  padding: 32px 20px 38px;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
}

.c-plan-tab.is-tab-button--active[data-tab-button="1"] .c-plan-tab__text-label {
  left: -22px;
}

.c-plan-tab.is-tab-button--active[data-tab-button="1"]:after {
  content: "";
  display: block;
  width: calc(100% + 80px);
  margin: 0 auto;
  position: absolute;
  left: -40px;
  bottom: -40px;
  height: 40px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}

.c-plan-tab.is-tab-button--active[data-tab-button="2"] {
  background: #FFFFFF;
  border-bottom: 2px solid #fff;
  border-bottom: none;
  padding: 32px 20px 38px;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
}

.c-plan-tab.is-tab-button--active[data-tab-button="2"] .c-plan-tab__text-label {
  left: -22px;
}

.c-plan-tab.is-tab-button--active[data-tab-button="2"]:after {
  content: "";
  display: block;
  width: calc(100% + 80px);
  margin: 0 auto;
  position: absolute;
  left: -40px;
  bottom: -40px;
  height: 40px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}

.c-plan-tab.is-tab-button--inactive[data-tab-button="2"] {
  border-bottom: 2px solid #fff;
}

.c-plan-tab.is-tab-button--active[data-tab-button="3"] {
  background: #FFFFFF;
  border-bottom: 2px solid #fff;
  border-bottom: none;
  padding: 32px 20px 38px;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
}

.c-plan-tab.is-tab-button--active[data-tab-button="3"] .c-plan-tab__text-label {
  left: -22px;
}

.c-plan-tab.is-tab-button--active[data-tab-button="3"]:after {
  content: "";
  display: block;
  width: calc(100% + 80px);
  margin: 0 auto;
  position: absolute;
  left: -40px;
  bottom: -40px;
  height: 40px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}

.c-plan-tab.is-tab-button--inactive[data-tab-button="3"] {
  border-bottom: 2px solid #fff;
}

.c-plan-tab__text-1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  display: table;
  background: #FEF493;
  border-radius: 16px;
  margin: 0 auto 5px;
  padding: 2px 14px 3px;
}

.c-plan-tab__text-2 {
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 15px;
}

.c-plan-tab__text-3 {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.c-plan-tab__text-label {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  width: 100px;
  height: 100px;
  background: url("../../ja/img/top/bg-star.svg") no-repeat center center;
  position: absolute;
  top: -20px;
  left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-plan-contents {
  padding: 64px 52px;
  display: none;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #D45D61;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  position: relative;
}

.c-plan-contents.is-tab-target--active {
  display: block;
}

.c-plan-contents.is-tab-target--active[data-tab-target="2"] {
  border: 2px solid #fff;
}

.c-plan-contents.is-tab-target--active[data-tab-target="3"] {
  border: 2px solid #fff;
}

.c-plan-grid {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-rows: auto;
}

.c-plan-grid__head {
  background: #fff;
  position: sticky;
  top: 67px;
  width: 100%;
  z-index: 5;
  border-bottom: 1px solid #E6E6E6;
}

.c-plan-grid__item._grid-2 {
  grid-column: 2/3;
}

.c-plan-grid__item._grid-3 {
  grid-column: 2/6;
}

.c-plan-grid__item._grid-4 {
  grid-column: 3/6;
}

.c-plan-grid__item._grid-5 {
  grid-column: 4/6;
}

.c-plan-grid__item._grid-6 {
  grid-column: 2/4;
}

.c-plan-grid__item._grid-7 {
  grid-column: 2/5;
}

.c-plan-grid__head-item {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-left: none;
  border-bottom: none;
  padding: 34px 10px 96px;
  position: relative;
  text-align: center;
}

.c-plan-grid__head-item:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: calc(100% + 2px);
  height: 10px;
}

.c-plan-grid__head-item._item1 {
  border-left: 1px solid #E6E6E6;
}

.c-plan-grid__head-item._item1:before {
  background: #4F75AF;
}

.c-plan-grid__head-item._item1 .c-plan-grid__head-button {
  background: #4F75AF;
}

.c-plan-grid__head-item._item2:before {
  background: #D35F62;
}

.c-plan-grid__head-item._item2 .c-plan-grid__head-button {
  background: #D35F62;
}

.c-plan-grid__head-item._item3:before {
  background: #6B58AB;
}

.c-plan-grid__head-item._item3 .c-plan-grid__head-button {
  background: #6B58AB;
}

.c-plan-grid__head-item._item4:before {
  background: #1A1A1A;
}

.c-plan-grid__head-item._item4 .c-plan-grid__head-button {
  background: #1A1A1A;
}

.c-plan-grid__head-text-1 {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 9px;
  display: block;
}

.c-plan-grid__head-text-2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  display: block;
  margin-bottom: 6px;
}

.c-plan-grid__head-text-2 span {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

.c-plan-grid__head-text-3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #838A90;
  display: block;
  margin-bottom: 16px;
}

.c-plan-grid__head-link {
  display: table;
  margin: 0 auto;
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
}

.c-plan-grid__head-link .c-icon {
  margin-left: 5px;
}

.c-plan-grid__head-link:hover {
  text-decoration: none;
}

.c-plan-grid__head-button {
  width: 160px;
  height: 40px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  border-radius: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-plan-grid__head-button:hover {
  opacity: 0.5;
  color: #fff;
}

.c-plan-grid__block-button {
  background: #E6E6E6;
  padding: 18px 59px 18px 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #2F3E55;
  display: block;
  border-bottom: 1px solid #D9D9D9;
}

.c-plan-grid__block-button.is-accordion-not-click {
  pointer-events: none;
}

.c-plan-grid__block-detail {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 1px solid #E6E6E6;
  height: 0;
}

.c-plan-grid__block-detail.is-accordion-opend {
  overflow: visible;
}

.c-plan-grid__block-button {
  position: relative;
}

.c-plan-grid__block-button:before,
.c-plan-grid__block-button:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #2F3E55;
  position: absolute;
  right: 16px;
  top: 27px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-plan-grid__block-button:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-plan-grid__block-button:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-plan-grid__block-button.is-accordion-open:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.c-plan-grid__block-button.is-accordion-open:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.c-plan-grid__block-parts {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 14px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-plan-grid__block-parts .c-icon._check {
  margin: 5px;
}

.c-plan-grid__block-parts:first-child {
  text-align: left;
}

.c-plan-grid__block-parts:nth-child(2) {
  color: #4F75AF;
}

.c-plan-grid__block-parts:nth-child(3) {
  color: #d35f62;
}

.c-plan-grid__block-parts:nth-child(4) {
  color: #6b58ab;
}

.c-plan-grid__block-parts:nth-child(5) {
  color: #1a1a1a;
}

.c-plan-grid__block-parts-head {
  width: 100%;
}

.c-plan-grid__modal-link {
  margin-left: 4px;
}

.c-plan-grid__modal-link .c-icon {
  position: relative;
  top: 3px;
}

.c-plan-grid__notes {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  margin-top: 12px;
}

.c-plan-grid__notes a {
  text-decoration: underline;
}

.c-plan-grid__notes a:hover {
  text-decoration: none;
}

#pr-dialog {
  width: 53%;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 390px;
}

#adhoc_header {
  height: auto !important;
  padding: 10px;
}

.methodselect form {
  padding: 0 !important;
}

#gredit {
  max-width: 100%;
}

.c-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-reason .c-reason__block {
  max-width: 100%;
  position: relative;
}

.c-reason .c-reason__block._block1 {
  width: calc(100% - 582px - 63px);
  margin-bottom: 130px;
}

.c-reason .c-reason__block._block2 {
  width: 528px;
  padding-top: 100px;
  margin-bottom: 130px;
}

.c-reason .c-reason__block._block3 {
  max-width: 827px;
  margin: 80px auto 100px;
}

.c-reason .c-reason__block._block4 {
  width: 467px;
  padding-top: 120px;
  margin-bottom: 130px;
}

.c-reason .c-reason__block._block5 {
  width: calc(100% - 467px - 63px);
  margin-bottom: 130px;
}

.c-reason .c-reason__block._block6 {
  width: calc(100% - 548px - 63px);
  margin-bottom: 40px;
}

.c-reason .c-reason__block._block7 {
  width: 548px;
  padding-top: 100px;
  margin-bottom: 72px;
}

.c-reason .c-reason__block._block8 {
  width: 100%;
  margin-bottom: 100px;
}

.c-reason .c-reason__block._block9 {
  width: 462px;
  padding-top: 100px;
  margin-bottom: 138px;
}

.c-reason .c-reason__block._block10 {
  width: calc(100% - 462px - 63px);
  margin-bottom: 138px;
}

.c-reason .c-reason__block._block10._mb50 {
  margin-bottom: 50px;
}

.c-reason .c-reason__block._block11 {
  width: 100%;
}

.c-reason._wide {
  padding: 0 20px;
  margin-top: 25px;
}

.c-reason-title__text-1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 5px;
  display: block;
}

.c-reason-title__text-2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
  display: block;
}

.c-reason-title__text-3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 29px;
  display: block;
}

.c-reason__red-box {
  margin-top: 40px;
  background: #D45D61;
  border-radius: 5px;
  padding: 24px 32px;
  min-width: 384px;
  display: table;
}

.c-reason__red-box.u-pc-none {
  display: none;
}

.c-reason__red-box-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 19px;
}

.c-reason__text {
  margin-bottom: 22px;
}

.c-reason__red-box-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #fff;
}

.c-reason__red-box-text._small {
  font-size: 12px;
  line-height: 175%;
  margin-top: 1.75em;
}

.c-reason__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.c-reason__list a {
  display: block;
}

.c-reason__list a:hover .c-reason__list-img {
  opacity: 0.5;
}

.c-reason__list-circle {
  width: 160px;
  height: 160px;
  background: #F3F5F6;
  border-radius: 80px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-reason__list-img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.c-reason__list-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.c-reason__scs-img {
  -webkit-filter: drop-shadow(0px 2px 24px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 2px 24px rgba(0, 0, 0, 0.12));
  border-radius: 10px;
}

.c-reason__baloon-text {
  position: absolute;
  display: table;
  padding: 7px 32px 10px;
  border-radius: 22px;
  top: -222px;
  right: -59px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  background: url("../../ja/img/common/balloon-bg.svg") no-repeat 16px 5px #D45D61;
}

.c-reason__baloon-text:after {
  content: "";
  display: block;
  border-bottom: 8px solid #D45D61;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 100%;
}

.c-reason__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-top: 56px;
}

.c-reason__logo {
  height: auto;
}

.c-reason__logo._logo-1 {
  width: 205px;
}

.c-reason__logo._logo-2 {
  width: 70px;
}

.c-reason__logo._logo-3 {
  width: 138px;
}

.c-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.c-step__item {
  border: 4px solid #D45D61;
  background: #fff;
  border-radius: 16px;
  width: 300px;
  height: 336px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 24px 60px;
  position: relative;
}

.c-step__item + .c-step__item:before {
  content: "";
  display: block;
  width: 27px;
  height: 37px;
  background: url("../../ja/img/common/icon-arrow-double.svg") no-repeat center center;
  background-size: 27px 37px;
  position: absolute;
  left: -47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-step__label {
  font-family: "Gotham";
  font-weight: 600;
  font-size: 32px;
  line-height: 220%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #D45D61;
}

.c-step__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  margin-top: -10px;
  margin-bottom: 5px;
}

.c-step__text {
  font-size: 14px;
  line-height: 160%;
}

.c-step__img {
  margin-top: auto;
  width: 80px;
  height: 80px;
}

._next-3,
._prev-3,
._pagination-3,
._next-5,
._prev-5,
._pagination-5 {
  display: none;
}

.c-table-wrap {
  max-width: 640px;
  margin: 47px auto 40px;
}

.c-table {
  vertical-align: middle;
  width: 100%;
  margin-bottom: 17px;
}

.c-table tr:first-child th {
  border-radius: 10px 0 0 0;
}

.c-table tr:first-child td {
  border-radius: 0 10px 0 0;
}

.c-table tr:last-child th {
  border-radius: 0 0 0 10px;
}

.c-table tr:last-child td {
  border-radius: 0 0 10px 0;
}

.c-table tr + tr {
  border-top: 1px solid #D6D6D6;
}

.c-table th {
  border: 1px solid #D6D6D6;
  background: #F0F0F0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  min-height: 98px;
  padding: 35px 10px;
  width: 190px;
}

.c-table td {
  border: 1px solid #D6D6D6;
  background: #fff;
  text-align: center;
  padding: 10px 5px;
}

.c-table .c-plan-contents__table-text-1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.c-table .c-plan-contents__table-text-2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}

.c-table .c-plan-contents__table-text-3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.c-text-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-text-item {
  width: 200px;
  height: 127px;
  position: relative;
  border-bottom: 1px solid #C4C4C4;
  margin-right: 17px;
  margin-bottom: 59px;
}

.c-text-item:after {
  content: "";
  display: block;
  background: #2B2B2B;
  width: 12px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.c-text-item._small {
  height: 105px;
  margin-right: 15px;
}

.c-text-item._small:nth-child(2) {
  margin-top: 73px;
}

.c-text-item._small:nth-child(3) {
  margin-top: 146px;
  margin-right: 0;
}

.c-text-item__label {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #444444;
  margin-bottom: 8px;
}

.c-text-item__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #444444;
}

.c-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.c-text.isms{
  margin-top: 22px;
  font-size: 14px;
}

.c-text._mb1em {
  margin-bottom: 1em;
}

.c-text._notes {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
}

.c-text + ._notes {
  margin-top: 2em;
}

.c-text._bold {
  font-weight: 700;
}

.c-text._plan-text {
  position: relative;
  top: -40px;
}

.c-text._plan-text-bottom {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-top: 64px;
  padding: 0 20px;
}

.c-link {
  text-decoration: underline;
}

.c-link:hover {
  text-decoration: none;
}

.c-link._red {
  color: #D45D61;
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 150%;
  font-weight: 700;
  position: relative;
  color: #2F3E55;
}

.c-title._large {
  font-size: 48px;
  padding-top: 35px;
  min-height: 172px;
}

.c-title._medium {
  font-size: 40px;
  padding-top: 55px;
  min-height: 172px;
  position: relative;
}

.c-title._small {
  font-size: 32px;
  color: #000;
}

.c-title._small._mb {
  margin-bottom: 78px;
}

.c-title._x-small {
  display: table;
  margin: 0 auto 48px;
  text-align: center;
}

.c-title._x-small ._x-small-inner {
  font-size: 28px;
  line-height: 38px;
  padding: 0 10px;
  display: inline;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #FEF493), color-stop(40%, transparent), to(transparent));
  background: linear-gradient(to top, #FEF493 40%, transparent 40%, transparent 100%);
}

.c-title._x-small ._x-small-img {
  width: 356px;
  height: auto;
  position: relative;
  top: 10px;
}

.c-title._xx-small,
.c-title._scr-header{
  font-size: 24px;
  margin-bottom: 24px;
  -moz-text-align-last: left;
  text-align-last: left;
  display: block;
}

.c-title._xxx-small {
  font-size: 16px;
  margin-top: 20px;
  -moz-text-align-last: left;
  text-align-last: left;
  display: block;
}

.c-title__logo-img {
  height: auto;
}

.c-title__text {
  display: block;
  overflow: hidden;
  height: 1.5em;
  opacity: 0;
}

.c-title__text.is-loaded {
  opacity: 1;
}

.c-title__text .letter {
  display: inline-block;
  line-height: 1em;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.c-title__en {
  position: absolute;
  width: 100%;
  text-align: center;
  font-family: Gotham;
  font-weight: 600;
  color: #D45D61;
  font-size: 16px;
  letter-spacing: 0.05em;
  top: 0px;
}

.js-title-animation-en {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.js-title-animation-en.is-view {
  opacity: 1;
}

.js-title-animation-large-gotham {
  -webkit-transition: all 1s cubic-bezier(0, 0.05, 0, 1);
  transition: all 1s cubic-bezier(0, 0.05, 0, 1);
  -webkit-transform: translateY(500px);
  transform: translateY(500px);
  visibility: hidden;
  top: -10px;
}

.js-title-animation-large-gotham.is-view {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.c-title__baloon {
  position: absolute;
  display: table;
  background: #D45D61;
  padding: 7px 32px 10px;
  border-radius: 22px;
  text-align: center;
  top: -13px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #fff;
}

.c-title__baloon:after {
  content: "";
  display: block;
  border-top: 8px solid #D45D61;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 100%;
}

._add-style-1 .letter:nth-child(7),
._add-style-1 .letter:nth-child(8),
._add-style-1 .letter:nth-child(9),
._add-style-1 .letter:nth-child(10),
._add-style-1 .letter:nth-child(11),
._add-style-1 .letter:nth-child(12),
._add-style-1 .letter:nth-child(13),
._add-style-1 .letter:nth-child(14),
._add-style-1 .letter:nth-child(15),
._add-style-1 .letter:nth-child(16) {
  color: #D45D61;
}

._add-style-2 .letter:nth-child(7) {
  font-size: 64px;
  font-family: "Gotham";
  font-weight: 600;
}

._add-style-3 .js-title-animation {
  height: 100px;
}

._add-style-3 .letter:nth-child(7) {
  font-size: 80px;
  font-family: "Gotham";
  font-weight: 600;
}

._add-style-3 .c-title__logo-img {
  width: 280px;
  vertical-align: top;
  top: 20px;
  position: relative;
  margin-right: 16px;
}

._add-style-4 .js-title-animation {
  height: 100px;
}

._add-style-4 .c-title__logo-img {
  width: 280px;
  vertical-align: top;
  top: 15px;
  position: relative;
  margin-right: 16px;
}

._add-style-5 {
  display: block;
  text-align: center;
}

._add-style-5 .c-title__en {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

._add-style-6 {
  display: block;
  text-align: center;
  margin-bottom: 48px;
}

._add-style-6 .c-title__logo-img {
  display: inline;
  margin-right: 20px;
}

._add-style-6 .c-title__text-small {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
}

.c-title._add-style-7 {
  display: block;
  padding-top: 0;
  margin-bottom: 80px;
}

.c-title._add-style-7 span {
  display: block;
  text-align: center;
}

.c-title._add-style-7 .c-title__text1 {
  font-weight: 700;
  font-size: 20px;
}

.c-title._add-style-7 .c-title__text2 {
  display: table;
  margin: 0 auto;
  border-bottom: dotted 8px #D45D61;
}

.c-title._add-style-7 .c-title__text3 {
  margin-top: 12px;
}

.c-title._add-style-7 .c-title__text3 img {
  width: 240px;
  position: relative;
  top: 10px;
  margin-right: 8px;
}

._add-style-8 {
  text-align: center;
}

._add-style-8 .c-title__text:first-child {
  height: 85px;
}

._add-style-8 .c-title__logo-img {
  width: 280px;
  vertical-align: top;
  top: 15px;
  position: relative;
  margin-right: 16px;
}

.c-title._add-style-9 {
  display: block;
  text-align: center;
  margin-bottom: 48px;
}

.c-title._add-style-9 .c-title__text:last-child {
  height: 80px;
}

.c-title._add-style-9 .c-title__text:last-child .letter:nth-child(3) {
  font-size: 80px;
  font-family: "Gotham";
  font-weight: 600;
}

.c-tooltip-wrap {
  position: relative;
  z-index: 3;
}

.c-tooltip {
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: auto;
  background: #f2f2f2;
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 13px;
  line-height: 125%;
  padding: 12px 16px;
  border-radius: 8px;
  display: table;
  left: calc(100% + 10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-tooltip:before {
  content: "";
  display: block;
  border-right: 8px solid #ccc;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-tooltip:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.c-tooltip a {
  text-decoration: underline;
  padding: 0 2px;
}

.c-tooltip._hidden {
  left: -9999px;
}

.c-tooltip._active,
.c-tooltip:hover {
  visibility: visible;
  opacity: 1;
}

.c-voice-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-voice-list {
  height: 32px;
  margin: 0 20px 40px;
}

.c-voice-list a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.c-voice-list a:hover {
  opacity: 0.5;
}

.c-voice-list__img {
  display: block;
  height: 100%;
  width: auto;
}

.c-voice__slider {
  margin-top: 60px;
  max-width: 1280px;
  padding: 0 20px;
  margin: 60px auto 0;
}

.c-voice__slider-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.c-voice__slider-image {
  width: 38.244%;
  margin-right: 64px;
}

.c-voice__slider-slide-img {
  display: block;
  width: 100%;
  height: 450px;
  margin-bottom: 24px;
}

.c-voice__slider-image-text-1 {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
}

.c-voice__slider-image-text-2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.c-voice__slider-text {
  width: 60%;
}

.c-voice__slider-text a:hover {
  opacity: 0.5;
}

.c-voice__slider-logo {
  margin-bottom: 32px;
  width: auto;
  height: 35px;
}

.c-voice__slider-logo._logo-1 {
  width: auto;
  height: 35px;
}

.c-voice__slider-logo._logo-5 {
  width: auto;
  height: 45px;
}

.c-voice__slider-logo._logo-2 {
  height: 78px;
}

.c-voice__slider-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 200%;
  margin-bottom: 32px;
}

.swiper-button-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

._prev-1,
._next-1 {
  width: 48px;
  height: 48px;
  top: 0;
  border: 2px solid #D45D61;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 35%;
}

._prev-1:hover,
._next-1:hover {
  background: #D45D61;
}

._prev-1:hover .c-icon,
._next-1:hover .c-icon {
  opacity: 0;
}

._prev-1:hover ._hover,
._next-1:hover ._hover {
  opacity: 1;
}

._prev-1 {
  -webkit-transform: rotate(180deg) translateX(24px);
  transform: rotate(180deg) translateX(24px);
  left: -37px;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._next-1 {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  right: -37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-pagination {
  margin-top: 10px;
  margin-bottom: 64px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: block;
  background: #D1DBE0;
  border-radius: 50%;
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 16px;
}

.swiper-pagination-bullet-active {
  background: #D45D61;
}

.c-button.c-voice__button {
  width: 300px;
  margin: 0 auto;
  padding-left: 20px;
}

.c-voice-lists-wrap {
  margin: 0 auto;
}

/* === section ===  */
/* === project ===  */
.p-cta-block {
  position: relative;
  margin-top: 125px;
  background: #D45D61;
  padding-bottom: 64px;
  margin-bottom: 50px;
}

.p-cta-block._mb0 {
  margin-bottom: 0;
}

.p-cta-block._gray {
  margin-bottom: 0;
}

.p-cta-block._gray:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -125px;
  background: #F3F5F6;
  width: 100%;
  height: 130px;
}

.p-cta-block__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0 auto;
  gap: 35px;
  position: relative;
}

.p-cta-block__inner:before,
.p-cta-block__inner:after {
  content: "";
  display: block;
  width: 180px;
  height: 124px;
  background: url("../../ja/img/common/cv-bg.webp") repeat;
  background-size: 36px 28px;
  position: absolute;
}

.p-cta-block__inner:before {
  top: 10px;
  left: 0;
}

.p-cta-block__inner:after {
  bottom: -48px;
  right: 0;
}

.p-cta-block__card {
  width: calc((100% - 35px) / 2);
  max-width: 640px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  position: relative;
  margin-top: -80px;
  padding: 0 48px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}

.p-cta-block__card:before {
  content: "";
  display: block;
  width: calc(100% - 78px - 78px);
  height: 6px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #DD7D43;
  border-radius: 0px 0px 3px 3px;
}

.p-cta-block__card._left {
  background-image: url("../../ja/img/common/bg-document.svg");
}

.p-cta-block__card._right {
  background-image: url("../../ja/img/common/bg-user.svg");
}

.p-cta-block__card._right:before {
  background: #D45D61;
}

.p-cta-block__thumb {
  -webkit-filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.12));
  max-width: 210px;
  position: absolute;
  left: -68px;
  top: -70px;
  width: 33%;
  height: auto;
}

.p-cta-block__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  min-height: 115px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #E0E2E6;
  margin-bottom: 32px;
}

.p-cta-block__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.p-cta-block .c-button {
  margin: 0 auto;
}

.p-cta-block .c-button._red {
  margin-top: 40px;
}

.p-cta-block .c-button._red._center {
  margin-top: 90px;
}

.p-cta-block .c-icon-link {
  margin: 24px auto 0;
}

.p-enquete {
  margin-top: 56px;
}

.p-enquete .p-enquete__title {
  position: absolute;
  color: #D45D61;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -27px;
  left: 45px;
}

.p-enquete .p-enquete__title-text-1 {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Gotham";
  position: absolute;
  left: 0;
  top: -12px;
}

.p-enquete .p-enquete__title-text-2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Gotham";
  margin-right: 32px;
  margin-left: 5px;
}

.p-enquete .p-enquete__title-text-3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}

.p-enquete .p-enquete__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.p-enquete .p-enquete__box {
  background: #fff;
  border-radius: 10px;
  width: 43.9%;
}

.p-enquete .p-enquete__box + .p-enquete__box {
  margin-left: 6.6%;
}

.p-enquete .p-enquete__box-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  position: relative;
  background: #D45D61;
  padding: 8px;
  border-radius: 10px 10px 0px 0px;
}

.p-enquete .p-enquete__box-title:after {
  content: "";
  display: block;
  border-top: 8px solid #d45d61;
  border-left: 18px solid rgba(0, 0, 0, 0);
  border-right: 18px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 99%;
}

.p-enquete .p-enquete__box-inner {
  padding: 12px 32px 26px;
}

.p-enquete .p-enquete__box-inner-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.p-enquete .p-enquete__box-inner-head-image {
  width: 100px;
  height: 100px;
  margin-right: 24px;
}

.p-enquete .p-enquete__box-inner-head-title {
  width: calc(100% - 123px);
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #2F3E55;
}

.p-qa {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

.p-qa-item {
  border-bottom: 1px solid #E0E3E6;
}

.c-qa-item__q {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  position: relative;
  padding: 28px 50px 28px 84px;
  display: block;
}

.c-qa-item__q span:before {
  content: "Q";
  font-family: "Gotham";
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
  left: 23px;
  top: 24px;
  border-radius: 50%;
  background: #EB6353;
  color: #fff;
  width: 36px;
  height: 36px;
  font-weight: 600;
}

.c-qa-item__q:before,
.c-qa-item__q:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #2F3E55;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-qa-item__q:before {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
}

.c-qa-item__q:after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.c-qa-item__q.is-accordion-open:before {
  -webkit-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
}

.c-qa-item__q.is-accordion-open:after {
  -webkit-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
}

.c-qa-item__a {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  background: #F0F5F9;
}

.c-qa-item__a a {
  text-decoration: underline;
}

.c-qa-item__a a:hover {
  text-decoration: none;
}

.c-qa-item__image-1 {
  width: 400px;
  height: 76px;
  margin: 20px 0;
}

.c-qa-item__a__inner {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  position: relative;
  padding: 28px 50px 28px 84px;
}

.c-qa-item__a__inner:before {
  content: "A";
  font-family: "Gotham";
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
  left: 23px;
  top: 24px;
  border-radius: 50%;
  background: #fff;
  color: #EB6353;
  width: 36px;
  height: 36px;
  font-weight: 600;
  border: 2px solid #EB6353;
}

.c-qa__note {
  position: relative;
  font-size: 14px;
  padding-left: 2em;
  opacity: 0.7;
  margin-top: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

.c-qa__note:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 751px) and (max-width: 1270px) {
  .l-footer__logo-img {
    width: 150px;
  }
  .l-footer__link {
    font-size: 14px;
  }
  .l-footer__buttons .l-header__buttons {
    display: block;
  }
  .l-footer__buttons .l-header__buttons .c-button {
    width: 200px;
  }
  .l-footer__buttons .l-header__buttons .c-button + .c-button {
    margin-top: 10px;
  }
  .c-image-text__image {
    width: 53%;
  }
  .c-image-text__text {
    width: calc(47% - 80px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1063px) {
  .c-box._box-1 {
    display: block;
  }
  .c-box._box-1 .c-box__text {
    width: 100%;
  }
  .c-box._box-1 .c-box__image {
    max-width: 378px;
    width: 50%;
  }
  .c-step {
    gap: 30px;
  }
  .c-step__item {
    width: calc((100% - 120px) / 3);
    min-height: 336px;
    padding: 9px 24px 60px;
  }
  .c-step__item + .c-step__item:before {
    left: -32px;
  }
  .c-step__text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .c-box._box-6 .c-box__text {
    width: 50%;
  }
  .c-box._box-6 .c-box__image {
    max-width: 50%;
    width: calc(50% - 40px);
  }
  .c-box._box-9 .c-box__text {
    width: 50%;
  }
  .c-box._box-9 .c-box__image {
    max-width: 50%;
    width: calc(50% - 40px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1190px) {
  .js-slider-10 .c-icon-3-item {
    max-width: unset;
  }
  .c-icon-3-items {
    gap: 20px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .c-icon-3-item {
    max-width: 30vw;
  }
  .c-icon-3-item__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 26vw;
    max-height: 26vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .c-icon-3-item__text {
    margin: 0 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1420px) {
  ._prev-10,
._next-10 {
    top: auto;
    bottom: -20px;
  }
  ._prev-10 {
    left: 35px;
    right: auto;
  }
  ._next-10 {
    right: 35px;
  }
  ._prev-1,
._next-1 {
    top: auto;
    bottom: -20px;
  }
  ._prev-1 {
    left: 35px;
    right: auto;
  }
  ._next-1 {
    right: 35px;
  }
  ._pagination-1 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .c-plan-grid__head-item {
    padding: 34px 10px 96px;
    position: relative;
    text-align: center;
  }
  .c-plan-grid__head-text-1 {
    font-size: 16px;
  }
  .c-plan-grid__head-text-2 {
    font-size: 20px;
  }
  .c-plan-grid__head-link {
    font-size: 12px;
    white-space: nowrap;
  }
  .c-plan-grid__head-text-2 {
    font-size: 20px;
  }
  .c-plan-grid__head-button {
    width: 100px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .c-reason .c-reason__block._block8 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 751px) {
  .c-reason .c-reason__block._block12 {
    width: 100%;
  }
  .c-reason .c-reason__block._block12 .c-reason-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-reason .c-reason__block._block12 .c-reason-title + .c-text {
    padding-left: 100px;
  }
  .c-reason .c-reason__block._block12 .c-reason-title__text-1 {
    width: 100%;
    line-height: 1em;
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block12 .c-reason-title__text-2 {
    width: 80px;
  }
  .c-reason .c-reason__block._block12 .c-reason-title__text-3 {
    width: calc(100% - 100px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  ._add-style-3 {
    text-align: center;
  }
  ._add-style-3 .c-title__text + .c-title__text {
    margin-top: -20px;
  }
  ._add-style-3 .letter:nth-child(5) {
    color: #D45D61;
    font-size: 80px;
    font-family: "Gotham";
    font-weight: 600;
  }
  ._add-style-3 .letter:nth-child(7) {
    color: #2F3E55;
    font-size: 48px;
  }
}
@media screen and (min-width: 751px) and (max-width: 780px) {
  .c-title._add-style-9 {
    font-size: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1260px) {
  .c-voice__slider-slide-img {
    height: calc((100vw - 40px) * 0.36668);
    width: calc((100vw - 40px) * 0.36668);
    max-width: unset;
  }
}
@media screen and (min-width: 751px) and (max-width: 1195px) {
  .p-cta-block .c-button__text._fz20 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1270px) {
  .c-plan-grid__head-text-2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1270px) {
  .l-footer__language {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer__language .l-header__language {
    right: 0;
  }
  .l-footer__language .l-header__login-link {
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-text-item._small {
    width: 30%;
    padding-bottom: 20px;
    min-height: 107px;
  }
  .c-text-item._small br {
    display: none;
  }
}
@media screen and (max-width: 1185px) {
  .c-text-item._small {
    min-width: 154px;
  }
}
@media screen and (max-width: 1024px) {
  .c-box._box-3 {
    padding: 24px 20px 40px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-box._box-3 .c-title._x-small {
    white-space: nowrap;
  }
  .c-box._box-3 .c-title._x-small ._x-small-inner {
    padding: 0;
    font-size: 22px;
    position: relative;
    left: -0.5em;
  }
  .c-box._box-3 .c-box__title {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-box._box-3 .c-box__image {
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 10px 0 32px;
  }
  .c-box._box-3 .c-box__text-1 {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .c-box._box-3 .c-box__text-1-baloon {
    width: 250px;
    margin: 0 auto 13px;
  }
  .c-box._box-3 .c-box__text-1-box {
    width: 250px;
    margin: 0 auto;
  }
  .c-box._box-3 .c-box__text-2 {
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 24px;
  }
  .c-box._box-3 .c-button {
    width: 100%;
  }
  #colorbox {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80vh !important;
    height: 80vh !important;
  }
  #cboxLoadedContent {
    max-height: 80vh !important;
    height: 80vh !important;
  }
  .c-reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .c-reason .c-reason__block {
    width: 100%;
  }
  .c-reason .c-reason__block._block1 {
    width: 100%;
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block2 {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 80px;
  }
  .c-reason .c-reason__block._block3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 100%;
    margin: 56px auto 80px;
  }
  .c-reason .c-reason__block._block4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    padding-top: 18px;
    margin-bottom: 80px;
  }
  .c-reason .c-reason__block._block5 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    margin-bottom: 5px;
  }
  .c-reason .c-reason__block._block7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block7 img {
    width: 107%;
    max-width: 107%;
    height: auto;
    margin-left: -5%;
    margin-top: -10px;
  }
  .c-reason .c-reason__block._block7 .c-reason__red-box {
    margin-top: 20px;
  }
  .c-reason .c-reason__block._block8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    width: 100%;
    margin-bottom: 100px;
    margin-top: 0;
  }
  .c-reason .c-reason__block._block9 {
    display: none;
  }
  .c-reason .c-reason__block._block10 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    width: 100%;
    margin-bottom: 68px;
  }
  .c-reason .c-reason__block._block10 .c-reason__text {
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block10 img {
    height: auto;
  }
  .c-reason .c-reason__block._block11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 100%;
    margin-bottom: 80px;
  }
  .c-reason._wide {
    padding: 0;
    margin-top: 18px;
  }
  .c-reason-title__text-2 {
    font-size: 56px;
    line-height: 67px;
  }
  .c-reason-title__text-3 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 21px;
  }
  .c-reason__red-box {
    min-width: 100%;
  }
  .c-reason__red-box.u-pc-none {
    display: block;
  }
  .c-reason__red-box.u-sp-none {
    display: none;
  }
  .c-reason__red-box-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 19px;
  }
  .c-reason__text {
    margin-bottom: 22px;
  }
  .c-reason__red-box-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #fff;
  }
  .c-reason__red-box-text._small {
    font-size: 12px;
    line-height: 175%;
    margin-top: 1.75em;
  }
  .c-reason__lists {
    gap: 16px;
  }
  .c-reason__list {
    width: 114px;
  }
  .c-reason__list-circle {
    width: 114px;
    height: 114px;
    background: #F3F5F6;
    border-radius: 80px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-reason__list-img {
    width: 56px;
    height: 56px;
  }
  .c-reason__list-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .c-reason__scs-img {
    -webkit-filter: drop-shadow(0px 2px 24px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0px 2px 24px rgba(0, 0, 0, 0.12));
    border-radius: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
  }
  .c-reason__baloon-text {
    position: relative;
    top: 0;
    right: 0;
    margin: 9px auto 0;
  }
  .c-reason__logos {
    margin-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .c-reason__logo._logo-1 {
    width: 161px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .c-reason__logo._logo-2 {
    width: 60px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .c-reason__logo._logo-3 {
    width: 100px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .c-fee-note {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .c-pagetop__link {
    right: 16px;
    bottom: 74px;
    width: 40px;
    height: 40px;
  }
  .c-pagetop__link span {
    width: 12px;
    height: 12px;
  }
  .c-pagetop__link span:before,
.c-pagetop__link span:after {
    content: "";
    display: block;
    width: 12px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
  }
}
@media screen and (max-width: 750px) {
  .l-section__inner {
    overflow-x: hidden;
  }
  .l-section._bottom-arrow:after {
    border-top: 60px solid #fff;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    margin-left: -150px;
  }
  .l-section._bottom-arrow._gray:after {
    border-top: 60px solid #F3F5F6;
  }
  .l-section._bottom-arrow + .l-section {
    padding-top: 60px;
  }
  .l-section__inner {
    max-width: 100%;
  }
  .l-section__inner._padding-large {
    padding: 100px 20px;
  }
  .l-section__inner._padding-large._sp-padding-small {
    padding: 80px 20px 1px;
  }
  .l-section__inner._sp-padding-small {
    padding: 30px 20px 0;
  }
  .l-section__inner._sp-padding-small2 {
    padding-bottom: 0;
  }
  .l-footer {
    padding: 56px 30px 74px;
  }
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
  .l-footer__logo {
    width: 174px;
    margin: 0 auto 40px;
  }
  .l-footer__logo-img {
    width: 174px;
    height: auto;
  }
  .l-footer__list-wrap {
    margin-bottom: 20px;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer__list {
    margin-bottom: 20px;
  }
  .l-footer__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
  }
  .l-footer__link .c-icon {
    margin-left: 4px;
  }
  .l-footer__link:hover {
    text-decoration: underline;
  }
  .l-footer__buttons {
    padding-left: 0;
  }
  .l-footer__buttons .l-header__buttons {
    margin-bottom: 16px;
    display: block;
  }
  .l-footer__buttons .l-header__buttons .c-button {
    width: 100%;
  }
  .l-footer__buttons .l-header__buttons .c-button + .c-button {
    margin-top: 20px;
  }
  .l-footer__buttons .l-header__login-link {
    color: #2F3E55;
    font-weight: 700;
  }
  .l-footer__buttons .l-header__language-wrap {
    position: relative;
  }
  .l-footer__buttons .l-header__language-link {
    color: #2F3E55;
    font-weight: 700;
  }
  .l-footer__buttons .l-header__language-icon .c-icon,
.l-footer__buttons .l-header__language-arrow .c-icon {
    opacity: 0;
  }
  .l-footer__buttons .l-header__language-icon .c-icon._hover,
.l-footer__buttons .l-header__language-arrow .c-icon._hover {
    opacity: 1;
  }
  .l-footer__buttons .c-button:last-child {
    background: #DD7D43;
    color: #fff;
    border: 1px solid #DD7D43;
  }
  .l-footer__buttons .c-button:last-child .c-button__icon {
    background: #fff;
  }
  .l-footer__buttons .c-button:last-child .c-icon {
    opacity: 0;
  }
  .l-footer__buttons .c-button:last-child .c-icon._hover {
    opacity: 1;
  }
  .l-footer__buttons .c-button:last-child:hover {
    background: #fff;
    border: 1px solid #e6e6e6;
    color: #1d1d1d;
  }
  .l-footer__buttons .c-button:last-child:hover .c-button__icon {
    background: #DD7D43;
  }
  .l-footer__buttons .c-button:last-child:hover .c-icon {
    opacity: 1;
  }
  .l-footer__buttons .c-button:last-child:hover .c-icon._hover {
    opacity: 0;
  }
  .l-footer__language {
    padding-bottom: 34px;
    margin-top: 32px;
  }
  .l-footer__language .l-header__language {
    position: relative;
    right: 0;
    top: 0;
  }
  .l-footer__copy {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
  .c-accordion.js-accordion-2 {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .c-accordion.js-accordion-2._size-1 {
    height: 200px;
  }
  .c-accordion.js-accordion-2._size-2 {
    height: 400px;
  }
  .c-accordion.js-accordion-2:after {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(15%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #fff, #fff 15%, rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .c-accordion.js-accordion-2.is-accordion-open:after {
    height: 0;
  }
  .c-accordion.js-accordion-2.is-accordion-open .c-accordion__open-link .c-icon-arrow-bottom {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .c-accordion__open-link {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    z-index: 1;
  }
  .c-accordion__open-link span {
    display: block;
  }
  .c-accordion__open-link img {
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 10px;
    height: 6px;
    margin-left: 4px;
  }
  .c-anchor {
    position: absolute;
    top: -10px;
  }
  .c-anchor._anchor-3 {
    top: 30px;
  }
  .c-anchor._anchor-4 {
    top: 30px;
  }
  .c-box._box-6 {
    margin: 0 auto 30px;
    padding: 30px 20px;
  }
  .c-box._box-6 .c-box__text {
    width: 100%;
  }
  .c-box._box-6 .c-box__image {
    max-width: 316px;
    width: 100%;
    margin: 40px auto 0;
  }
  .c-box._box-9 {
    margin: 0 auto 30px;
    padding: 30px 20px;
  }
  .c-box._box-9 .c-box__text {
    width: 100%;
  }
  .c-box._box-9 .c-box__image {
    max-width: 316px;
    width: 100%;
    margin: 40px auto 0;
  }
  .c-box {
    margin: 0 -20px;
  }
  .c-box._box-1 {
    padding: 48px 20px 72px;
    display: block;
  }
  .c-box._box-1 .c-box__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 22px;
    text-align: center;
  }
  .c-box._box-1 .c-box__text {
    width: auto;
  }
  .c-box._box-1 .c-box__image {
    margin-top: 32px;
    width: 100%;
  }
  .c-box._box-2 {
    padding: 24px 20px;
    margin: 40px 0 0;
    display: block;
  }
  .c-box._box-2 .c-box__title {
    width: 100%;
  }
  .c-box._box-2 .c-box__text {
    width: 100%;
  }
  .c-box._box-2 .c-box__image {
    width: 284px;
    margin: 45px auto;
    display: block;
  }
  .c-box._box-4 {
    margin: 0 auto 97px;
  }
  .c-box._box-4:after {
    -webkit-transform: rotate(90deg) translate(-50%, 0);
    transform: rotate(90deg) translate(-50%, 0);
    right: auto;
    left: 50%;
    bottom: -60px;
    margin-left: -13px;
  }
  .c-box._box-4:first-child:before {
    display: none;
  }
  .c-box._box-4:first-child:after {
    right: 50%;
  }
  .c-box._box-4:last-child {
    margin-bottom: 64px;
  }
  .c-box._box-4:last-child:before,
.c-box._box-4:last-child:after {
    display: none;
  }
  .c-box._box-4 .c-box__inner {
    padding: 40px 20px;
    display: block;
  }
  .c-box._box-4 .c-box__image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0 30px;
  }
  .c-box._box-4 .c-box__image img {
    width: 100px;
    height: 100px;
  }
  .c-box._box-4 .c-box__text {
    width: 100%;
  }
  .c-box._box-4 .c-box__text-title {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 24px;
  }
  .c-box._box-4 .c-box__text-title ._x-small-inner {
    font-size: 24px;
    padding: 0;
    white-space: nowrap;
  }
  .c-box._box-5 {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 97px;
  }
  .c-box._box-5:after {
    bottom: -48px;
  }
  .c-box._box-5:before {
    display: none;
  }
  .c-box._box-5 .c-box__inner {
    padding: 54px 0 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-box._box-6 .c-box__title {
    font-size: 24px;
    line-height: 36px;
  }
  .c-box._box-7 {
    padding: 40px 20px 38px;
    margin: 18px 0 72px;
  }
  .c-box._box-7 .c-box__image-img {
    margin-bottom: 12px;
  }
  .c-box._box-8 {
    padding: 20px 20px 38px;
    margin: 18px 0 72px;
  }
  .c-box._box-8 .c-box__image-img {
    margin-bottom: 12px;
  }
  .c-box._box-9 {
    padding: 40px 0;
  }
  .c-icon-3-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
    margin-bottom: 60px;
    position: relative;
  }
  .c-icon-3-items__slider._mb130 {
    margin-bottom: 68px;
    margin-top: -30px;
  }
  .c-icon-3-item {
    width: 100%;
    max-width: unset;
    opacity: 1;
  }
  .swiper-button-next,
.swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ._pagination-11 {
    margin: 0;
  }
  ._pagination-10 {
    margin-top: 0px;
  }
  .c-image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
  }
  .c-image-text._mb-small {
    margin-bottom: 20px;
  }
  .c-image-text__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-image-text__text {
    width: 100%;
  }
  .c-image__logo-1 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 249px;
  }
  .c-large-gotham-wrap {
    overflow: visible;
    left: 0;
    margin-left: 0;
  }
  .c-large-gotham {
    font-size: 120px;
    line-height: 1em;
    left: 0%;
    margin-left: -20px;
    text-align: left;
  }
  .c-large-gotham._sp-text-center {
    text-align: center;
    width: 100vw;
  }
  .c-plan {
    max-width: 1200px;
    margin: 0 -20px;
  }
  .c-plan-tabs {
    gap: 0px;
    padding: 0 20px;
  }
  .c-plan-tab {
    background: #EAEEF0;
    padding: 24px 0 22px;
    width: 50%;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="1"] {
    padding: 24px 0 22px;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="1"] .c-plan-tab__text-label {
    left: -25px;
    top: -53px;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="1"]:after {
    width: calc(100% + 40px);
    left: -20px;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="2"] {
    padding: 24px 0 22px;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="2"] .c-plan-tab__text-label {
    left: -22px;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="2"]:after {
    width: calc(100% + 40px);
    left: -20px;
  }

  .c-plan-tab.is-tab-button--active[data-tab-button="3"] {
    padding: 24px 0 22px;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="3"] .c-plan-tab__text-label {
    left: -22px;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="3"]:after {
    width: calc(100% + 40px);
    left: -20px;
  }

  .c-plan-tab__text-1 {
    font-size: 12px;
    line-height: 26px;
    margin: 0 auto 10px;
    padding: 0 13px 2px;
  }
  .c-plan-tab__text-2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .c-plan-tab__text-3 {
    font-size: 12px;
    line-height: 21px;
  }
  .c-plan-tab__text-label {
    font-size: 12px;
    left: -23px;
    top: -53px;
    background-size: 76px 76px;
  }
  .c-plan-contents {
    padding: 64px 20px;
    border-radius: 0;
  }
  .c-plan-contents__text {
    font-size: 14px;
  }
  .c-plan-grid__body,
.c-plan-grid {
    max-width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .c-plan-grid__head {
    display: block;
    margin-bottom: 40px;
  }
  .c-plan-grid__head-item {
    border: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 30px 20px 20px;
  }
  .c-plan-grid__head-item + .c-plan-grid__head-item {
    margin-top: 16px;
  }
  .c-plan-grid__head-text-2 {
    font-size: 20px;
    margin-bottom: 6px;
    display: inline-block;
  }
  .c-plan-grid__head-text-2 span {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
  }
  .c-plan-grid__head-text-3 {
    display: inline-block;
    margin-bottom: 16px;
  }
  .c-plan-grid__head-link {
    margin-bottom: 16px;
  }
  .c-plan-grid__head-button {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0 auto;
  }
  .c-plan-grid__block-parts {
    font-size: 11px;
    padding: 10px 5px;
    word-break: break-all;
  }
  .c-plan-grid__modal-link {
    margin-left: 2px;
  }
  .c-plan-grid__modal-link .c-icon {
    top: 4px;
  }
  #modalContainer {
    width: 100%;
    overflow: hidden;
  }
  .optionWebInner {
    max-height: 72vh;
  }
  .c-step__slider {
    width: auto;
    margin-bottom: 25px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
  .c-step__slider-container {
    overflow: visible;
  }
  .c-step {
    gap: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    vertical-align: top;
  }
  .c-step__item {
    width: 100%;
    height: auto;
    margin: 0 25px;
    padding-bottom: 48px;
  }
  .c-step__item[data-observetarget] {
    opacity: 1;
  }
  .c-step__item + .c-step__item:before {
    display: none;
  }
  .c-step__title {
    font-size: 20px;
    line-height: 160%;
    margin-top: -10px;
    margin-bottom: 18px;
  }
  .c-step__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 30px;
  }
  ._next-3,
._prev-3,
._pagination-3,
._next-5,
._prev-5,
._pagination-5 {
    display: block;
  }
  ._prev-3,
._next-3,
._prev-5,
._next-5 {
    width: 42px;
    height: 42px;
    border: 2px solid #D45D61;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 32%;
  }
  ._prev-3,
._prev-5 {
    -webkit-transform: rotate(180deg) translateX(24px);
    transform: rotate(180deg) translateX(24px);
    left: 25px;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._next-3,
._next-5 {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._pagination-3,
._pagination-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    margin-top: 40px;
  }
  .c-table th {
    font-size: 15px;
    width: 130px;
  }
  .c-table td {
    padding: 10px 22px;
  }
  .c-table .c-plan-contents__table-text-1 {
    font-size: 16px;
    line-height: 24px;
  }
  .c-table .c-plan-contents__table-text-2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }
  .c-table .c-plan-contents__table-text-3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .c-text-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-text-item {
    width: calc((100% - 13px) / 2);
    height: auto;
    margin-right: 0;
    margin-bottom: 26px;
    padding-bottom: 13px;
    min-width: unset;
    min-height: unset;
  }
  .c-text-item br {
    display: block;
  }
  .c-text-item._small {
    height: auto;
    margin-right: 0;
    padding-bottom: 13px;
    min-width: unset;
    min-height: unset;
    width: calc((100% - 13px) / 2);
  }
  .c-text-item._small:nth-child(2) {
    margin-top: 0;
  }
  .c-text-item._small:nth-child(3) {
    margin-top: 0;
    margin-right: 0;
  }
  .c-text-item._small br {
    display: block;
  }
  .c-text-item__label {
    font-size: 12px;
    line-height: 1.8em;
  }
  .c-text-item__text {
    font-size: 12px;
  }
  .c-text._plan-text-bottom {
    margin-top: 40px;
  }
  .c-title._xx-small {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-title._large {
    font-size: 40px;
    padding-top: 0;
    min-height: 172px;
  }
  .c-title._medium {
    font-size: 32px;
    padding-top: 55px;
    min-height: 172px;
    position: relative;
  }
  .c-title._small {
    font-size: 30px;
  }
  .c-title._x-small {
    margin: 0 auto 24px;
  }
  .c-title._x-small ._x-small-inner {
    font-size: 24px;
    line-height: 33px;
  }
  .c-title._x-small ._x-small-img {
    width: 320px;
  }
  .c-title .u-pc-none {
    display: block;
    text-align: center;
  }
  .c-title .u-sp-none {
    display: none;
  }
  .c-title__text._sp-h2em {
    height: 2em;
  }
  .c-title__en {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: Gotham;
    font-weight: 600;
    color: #D45D61;
    font-size: 16px;
    letter-spacing: 0.05em;
    top: 0px;
  }
  .js-title-animation-en {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .js-title-animation-en.is-view {
    opacity: 1;
  }
  .js-title-animation-large-gotham {
    -webkit-transition: all 1s cubic-bezier(0, 0.05, 0, 1);
    transition: all 1s cubic-bezier(0, 0.05, 0, 1);
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    visibility: hidden;
    top: -40px;
  }
  .js-title-animation-large-gotham.is-view {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  .c-title__baloon {
    position: absolute;
    display: table;
    background: #D45D61;
    padding: 7px 32px 10px;
    border-radius: 22px;
    text-align: center;
    top: -13px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #fff;
  }
  .c-title__baloon:after {
    content: "";
    display: block;
    border-top: 8px solid #D45D61;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 100%;
  }
  ._add-style-2 .letter:nth-child(7) {
    font-size: 56px;
  }
  ._add-style-2 .c-title__text {
    height: 60px;
    top: -10px;
    position: relative;
  }
  .c-title._add-style-3 {
    padding-top: 50px;
  }
  .c-title._add-style-3 .js-title-animation:first-child {
    height: 75px;
    margin-bottom: -15px;
  }
  .c-title._add-style-3 .js-title-animation:last-child {
    height: 60px;
  }
  .c-title._add-style-3 .letter:nth-child(7) {
    color: #2F3E55;
    font-size: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .c-title._add-style-3 .letter:nth-child(5) {
    color: #D45D61;
    font-size: 64px;
    font-family: "Gotham";
    font-weight: 600;
  }
  .c-title._add-style-3 .c-title__logo-img {
    width: 260px;
    top: 9px;
    margin-right: 16px;
  }
  ._add-style-4 {
    padding-top: 50px;
  }
  ._add-style-4 .js-title-animation:first-child {
    height: 75px;
    margin-bottom: -10px;
  }
  ._add-style-4 .js-title-animation:last-child {
    height: 60px;
  }
  ._add-style-4 .c-title__logo-img {
    width: 260px;
    top: 9px;
    margin-right: 16px;
  }
  ._add-style-5 {
    display: block;
    text-align: center;
  }
  ._add-style-5 .c-title__en {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-title._large._add-style-6 {
    display: block;
    font-size: 36px;
  }
  .c-title._large._add-style-6 .c-title__text:first-child {
    height: 56px;
    text-align: left;
  }
  .c-title._large._add-style-6 .c-title__text:first-child img {
    width: auto;
    height: 56px;
  }
  .c-title._large._add-style-6 .c-title__text-small {
    font-size: 22px;
    line-height: 1.5em;
    display: block;
    margin-top: 32px;
  }
  .c-title._add-style-7 {
    padding-top: 0;
    margin-bottom: 24px;
  }
  .c-title._add-style-7 .c-title__text1 {
    font-size: 16px;
    white-space: nowrap;
  }
  .c-title._add-style-7 .c-title__text2 {
    border-bottom: dotted 6px #D45D61;
  }
  .c-title._add-style-7 .c-title__text3 {
    margin-top: 12px;
  }
  .c-title._add-style-7 .c-title__text3 img {
    width: 195px;
    top: 9px;
    margin-right: 6px;
  }
  .c-title._large._add-style-8 .c-title__text:first-child {
    height: 64px;
  }
  .c-title._large._add-style-8 .c-title__logo-img {
    width: 260px;
    top: 9px;
    margin-right: 16px;
  }
  .c-title._add-style-9 {
    margin-bottom: 48px;
  }
  .c-title._add-style-9 .c-title__text:last-child {
    height: 64px;
  }
  .c-title._add-style-9 .c-title__text:last-child .letter:nth-child(3) {
    font-size: 40px;
    color: #2F3E55;
  }
  .c-title._add-style-9 .c-title__text:last-child .letter:nth-child(1) {
    font-size: 64px;
    color: #D45D61;
  }
  .c-title._add-style-10 {
    margin-bottom: 108px;
  }
  .c-title._add-style-10 .c-title__baloon {
    top: 5px;
  }
  .c-title._add-style-10 .c-title__text {
    top: 60px;
    position: relative;
  }
  .c-voice-lists-wrap {
    width: auto;
    overflow: auto;
    margin: -70px -20px -30px;
    position: relative;
    z-index: 1;
  }
  .c-voice-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 34px auto 10px;
  }
  .c-voice-list {
    height: 30px;
    margin: 0 20px 30px;
  }
  .c-voice__img {
    height: 30px;
  }
  .c-voice__slider {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-voice__slider .c-voice__slider-container {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .c-voice__slider .u-relative_order {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .c-voice__slider-wrapper {
    margin-bottom: 30px;
  }
  .c-voice__slider-slide {
    display: block;
  }
  .c-voice__slider-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .c-voice__slider-slide-img {
    display: block;
    width: 374px;
    height: 374px;
    margin-bottom: 23px;
  }
  .c-voice__slider-text {
    width: 100%;
  }
  .c-voice__slider-logo {
    margin-bottom: 24px;
  }
  .c-voice__slider-title {
    line-height: 150%;
    margin-bottom: 24px;
  }
  .swiper-button-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  ._prev-1,
._next-1 {
    top: auto;
    bottom: 44px;
  }
  ._prev-1 {
    left: 35px;
    right: auto;
  }
  ._next-1 {
    right: 35px;
  }
  .c-button.c-voice__button {
    margin-bottom: 80px;
  }
  .p-cta-block .c-button._red._center {
    margin-top: 40px;
  }
  .p-cta-block {
    position: relative;
    margin-top: 20px;
    padding-bottom: 80px;
    margin-bottom: 30px;
  }
  .p-cta-block:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    background: #fff;
    width: 100%;
    height: 80px;
  }
  .p-cta-block._gray {
    margin-top: 140px;
  }
  .p-cta-block._gray:before {
    content: "";
    top: -145px;
    height: 150px;
  }
  .p-cta-block._gray .p-cta-block__card {
    margin-top: -80px;
  }
  .p-cta-block._gray .p-cta-block__card + .p-cta-block__card {
    margin-top: 0px;
  }
  .p-cta-block__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-cta-block__inner:before,
.p-cta-block__inner:after {
    content: "";
    display: block;
    width: 140px;
    height: 500px;
    background: url("../../ja/img/common/cv-bg.webp") repeat;
    background-size: 36px 28px;
    position: absolute;
  }
  .p-cta-block__inner:before {
    top: 10px;
    right: auto;
    left: 4px;
  }
  .p-cta-block__inner:after {
    bottom: -80px;
    left: auto;
    right: 0;
    width: 80px;
    height: 406px;
  }
  .p-cta-block__card {
    width: 100%;
    margin-top: 0;
    padding: 0 20px 40px;
    position: relative;
    z-index: 1;
  }
  .p-cta-block__card:before {
    content: "";
    display: block;
    width: calc(100% - 30px - 30px);
    height: 6px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #DD7D43;
    border-radius: 0px 0px 3px 3px;
  }
  .p-cta-block__card._left {
    background-image: none;
  }
  .p-cta-block__card._right {
    background-image: none;
  }
  .p-cta-block__thumb {
    left: -10px;
    top: -105px;
    width: 160px;
  }
  .p-cta-block__title {
    height: auto;
    padding: 32px 0 16px;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  .p-cta-block__text {
    line-height: 32px;
    margin-bottom: 30px;
  }
  .p-enquete {
    margin-top: 70px;
  }
  .p-enquete .c-box._box-4:nth-child(2) .c-box__inner {
    padding-top: 70px;
  }
  .p-enquete .p-enquete__title {
    left: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-enquete .p-enquete__title-text-2 {
    margin-right: 20px;
  }
  .p-enquete .p-enquete__title-text-3 {
    font-size: 28px;
  }
  .p-enquete .p-enquete__box-wrap {
    display: block;
    padding: 32px 20px 0;
  }
  .p-enquete .p-enquete__box {
    width: 100%;
  }
  .p-enquete .p-enquete__box + .p-enquete__box {
    margin-left: 0;
    margin-top: 20px;
  }
  .p-enquete .p-enquete__box-inner {
    padding: 12px 20px;
  }
  .p-enquete .p-enquete__box-inner-head {
    display: block;
  }
  .p-enquete .p-enquete__box-inner-head-image {
    margin: 10px auto 24px;
  }
  .p-enquete .p-enquete__box-inner-head-title {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  .p-qa {
    margin-top: -50px;
    padding: 12px 20px 20px;
  }
  .c-qa-item__q {
    padding: 12px 40px 12px 68px;
    min-height: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-qa-item__q span:before {
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .c-qa-item__q:before,
.c-qa-item__q:after {
    right: 0;
  }
  .c-qa-item__a__inner {
    line-height: 160%;
    padding: 28px 20px 28px 68px;
  }
  .c-qa-item__a__inner:before {
    left: 16px;
    top: 24px;
  }
  .c-qa__note {
    position: relative;
    font-size: 14px;
    padding-left: 2em;
    opacity: 0.7;
    margin-top: 10px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
  .c-qa__note:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 570px) {
  .c-qa-item__image-1 {
    width: 246px;
    height: 47px;
  }
}

@media screen and (min-width: 1023px) {
  .c-box__image._box-10 {
    position: relative;
    top: 50px;
  }
}