@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, section, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.cap {
  font-family: sans-serif;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/*===========================
base
===========================*/
body {
  color: #1A1A1A;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #008dec;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

/*===========================
header
===========================*/
@media screen and (min-width: 701px) {
  #header #header__outer {
    background: #fff;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    height: 88px;
    transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #header #header__inner {
    position: relative;
    width: 100%;
    max-width: 984px;
    height: 88px;
    margin: 0 auto;
  }
  #header #header__logo {
    position: absolute;
    top: 22px;
    left: 4px;
  }
  #header #header__logo img {
    display: block;
    width: 58px;
    height: 44px;
  }
}
@media screen and (max-width: 700px) {
  #header {
    height: 65px;
    position: relative;
  }
  #header #header__outer {
    position: relative;
    z-index: 3;
  }
  #header #header__inner {
    position: relative;
  }
  #header #header__logo {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 65px;
  }
  #header #header__logo img {
    position: absolute;
    top: 11px;
    left: 14px;
    width: 58px;
    height: auto;
  }
}
/*===========================
main
===========================*/
.fix {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(234, 234, 234, 0.8);
  padding-right: 4.2666%;
  padding-left: 4.2666%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 16px 0;
  text-align: center;
  height: 100px;
}

.fix a {
  display: block;
  font-size: 22px;
  width: 39.25%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
  background: #ff7a35;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 34px;
  padding: 15px 0 14px;
}

.fix a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.area_wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.blue_area {
  background-color: #6DC1DE;
  padding: 80px 0;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.btn {
  margin: 0 auto 76px;
  text-align: center;
}

.btn p {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  width: 52.25%;
  position: relative;
}

.btn p::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.btn p a {
  display: block;
  padding: 15px 0;
  color: #fff;
  border: #ff7a35 solid 4px;
  border-radius: 40px;
  background-color: #ff7a35;
}

.btn p a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.btn p:hover:after {
  content: "";
  opacity: 0.8;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.first-area {
  margin-top: 80px;
}

.btn p a:hover {
  text-decoration: none;
  color: #fff;
  border-radius: 40px;
  background: #ff7135;
}

.white_area .ttl_txt {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 52px;
  text-align: center;
}

.white_area .ttl_txt span {
  font-size: 60px;
  color: #2FA9C7;
  padding: 0 6px 7px;
  background: linear-gradient(transparent 70%, #FFFC14 70%);
}

.reason01 {
  text-align: center;
}

h2 p {
  max-width: 174px;
  margin: 0 auto;
  padding-bottom: 24px;
}

.blue_area h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.blue_area h3 p span {
  color: #FFFC14;
}

.blue_area h3 + p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 40px 0;
}

.reason01 .flex li {
  max-width: 134px;
  width: 15%;
}

.reason01 .flex li p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 0 0;
}

.btn02 {
  margin: 46px auto 26px;
}

.btn02 p {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 395px;
  position: relative;
}

.btn02 p::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #2FA9C7;
  border-right: 2px solid #2FA9C7;
  transform: rotate(45deg);
}

.btn02 p a {
  display: block;
  padding: 18px 0;
  color: #2FA9C7;
  border: #2FA9C7 solid 4px;
  border-radius: 40px;
  background-color: #fff;
  transition: 0.5s;
}

.btn02 p a:hover {
  text-decoration: none;
  color: #fff;
  border-radius: 40px;
  background: #2FA9C7;
}

.btn02 p:hover:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.reason01 .line_txt a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.reason02 {
  padding: 80px 0;
  text-align: center;
}

.reason02 h3 {
  font-size: 36px;
  font-weight: bold;
  color: #2FA9C7;
}

.reason02 h3 p span {
  background: linear-gradient(transparent 60%, #FFFC14 60%);
  padding: 0 6px 4px;
}

.reason02 .txt01 {
  padding: 38px 0 48px;
}

.reason02 .txt01 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

.reason02 .txt01 span {
  background-color: #FFFC14;
  padding: 2px;
}

.reason02 .flex_images .flex {
  justify-content: space-evenly;
}

.reason02 .flex_images .flex li {
  width: 23%;
}

.reason02 .flex_images div {
  width: 24%;
  margin: 38px auto 0;
}

.reason02 .flex_images .caption {
  font-size: 20px;
  font-weight: bold;
  color: #2FA9C7;
  padding-top: 4px;
}

.reason03 {
  text-align: center;
}

.reason03 h3 {
  color: #FFFC14;
}

.reason03 .txt01 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 38px 0 0;
}

.c01 {
  padding: 80px 0;
}

.c01 .flex {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.c01 .flex .c01_icon {
  width: 172px;
}

.c01 .flex .c01_txt {
  padding-left: 38px;
  width: 61%;
  line-height: 2;
}

.c01 .flex .c01_txt .ttl {
  font-size: 22px;
  font-weight: bold;
  color: #2FA9C7;
  background: linear-gradient(transparent 50%, #FFFC14 50%);
  padding: 0 3px 3px;
  display: inline;
}

.c01 .flex .c01_txt p {
  font-weight: bold;
}

.c01 .flex .c01_txt .link_txt a {
  color: #2FA9C7;
  text-decoration: underline;
}

.c01 .annotation {
  text-align: left;
  margin: 0 auto;
  width: 62%;
  padding-top: 40px;
}
.c01 .annotation p {
  padding-left: 3.65em;
  text-indent: -3.65em;
}

.c02 .ttl_txt {
  margin-bottom: 38px;
}

.c02 .ttl_txt span {
  color: #67BEA3;
}

.c02 .ttl_txt + p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 38px;
}

.c02 .flex {
  justify-content: space-around;
}

.c02 .flex .c02_ttl {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  line-height: 154px;
  text-align: center;
  background: #ECF7F3;
  margin: 0 auto;
}

.c02 .flex .c02_ttl p {
  font-size: 18px;
  font-weight: bold;
  color: #57C7A5;
}

.c02 .flex ul {
  padding-top: 18px;
  display: table;
  margin: 0 auto;
}

.c02 .flex ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #57C7A5;
  display: inline-block;
  margin-right: 10px;
}

.c03 {
  margin: 80px auto 120px;
}

.c03 .ttl_txt {
  font-size: 28px;
  color: #E3A55C;
}

.c03 .ttl_txt p {
  background: linear-gradient(transparent 60%, #FFFC14 60%);
  display: inline;
  padding: 0 3px 4px;
}

.c03 .flex {
  align-items: flex-start;
  justify-content: space-around;
}

.c03 .flex .c03_ttl {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  line-height: 154px;
  text-align: center;
  background: #F8F8E2;
  margin: 0 auto;
}

.c03 .flex .c03_ttl p {
  font-size: 18px;
  font-weight: bold;
  color: #E3A55C;
}

.c03 .flex .two_lines {
  line-height: 1.6;
}

.c03 .flex .two_lines p {
  padding: 50px 0;
}

.c03 .flex ul {
  padding-top: 18px;
}

.c03 .flex ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E3A55C;
  display: inline-block;
  margin-right: 10px;
}

/*===========================
footer
===========================*/
.footer {
  background: #191919;
  letter-spacing: 0;
  padding-bottom: 100px;
}

.footer__inner {
  position: relative;
}

.footer__item {
  line-height: 1;
}

.footer__item a {
  color: #fff;
  font-size: 13px;
}

.footer__item a:hover {
  opacity: 0.5;
}

.footer__info {
  line-height: 1;
}

.footer__logo img {
  height: 16px;
  width: 59px;
}

.footer__copy {
  color: #fff;
  font-size: 13px;
}

#pagetop {
  width: 70px;
  height: 70px;
  background: #191919;
  cursor: pointer;
  position: relative;
}

#pagetop::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.footer__pagetop:hover span {
  opacity: 0.5;
}

.footer__list a::after {
  transform: rotate(-45deg);
  vertical-align: middle;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  content: "";
  border-bottom: solid #fff 2px;
  border-right: solid #fff 2px;
  position: relative;
  top: -1px;
}

.copyright {
  color: #999;
  text-align: center;
  font-size: 11px;
}

@media print, screen and (min-width: 701px) {
  .cv-wrapper .footer {
    padding-bottom: 120px;
  }
  .footer__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .footer__list {
    display: flex;
    margin: 0 0 14px 3px;
  }
  .footer__list .pagetop {
    margin-left: auto;
    margin-top: -22px;
  }
  .footer__item a {
    font-size: 13px;
  }
  .footer__item + .footer__item {
    margin-left: 30px;
  }
  .footer__info {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
  .footer {
    letter-spacing: 0;
    padding-bottom: 105px;
  }
  .cv-wrapper .footer {
    padding-bottom: 25%;
  }
  .footer__inner {
    padding: 24px 20px;
    position: relative;
  }
  .footer__item + .footer__item {
    margin-top: 18px;
  }
  .footer__info {
    margin-top: 35px;
  }
  .footer__list {
    margin-bottom: 25px;
  }
  .footer__list .pagetop {
    margin-left: auto;
    margin-top: -72px;
    position: relative;
    float: right;
  }
  #pagetop::after {
    width: 7px;
    height: 7px;
  }
}
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  body {
    font-size: 15px;
    line-height: 1.8;
    word-wrap: break-word;
  }
  .fix {
    height: 88px;
  }
  .fix a {
    font-size: 18px;
    width: 86%;
    padding: 12px 0;
  }
  .area_wrapper {
    margin: 0 20px;
  }
  .blue_area {
    padding: 40px 0;
  }
  .flex {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .btn {
    margin: -30px auto 42px;
  }
  .btn p {
    font-size: 18px;
    width: 100%;
  }
  .btn p a {
    padding: 12px 0;
    border: #ff7135 solid 2px;
  }
  .btn p::after {
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .first-area {
    margin-top: 80px;
  }
  .white_area .ttl_txt {
    font-size: 22px;
    margin-bottom: 38px;
  }
  .white_area .ttl_txt span {
    font-size: 32px;
    padding: 0 3px 4px;
  }
  h2 p {
    width: 36%;
    padding-bottom: 18px;
  }
  .blue_area h3 {
    font-size: 27px;
  }
  .blue_area h3 + p {
    font-size: 16px;
    padding: 20px 0 15px;
  }
  .reason01 .flex li {
    width: 28%;
    margin-bottom: 15px;
  }
  .reason01 .flex li p {
    font-size: 14px;
    padding-top: 12px;
  }
  .reason01 .line_txt a {
    font-size: 16px;
  }
  .btn02 {
    margin: 33px auto 26px;
  }
  .btn02 p {
    font-size: 18px;
    width: 100%;
  }
  .btn02 p a {
    padding: 12px 0;
    border: #2FA9C7 solid 2px;
  }
  .btn02 p::after {
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2FA9C7;
    border-right: 2px solid #2FA9C7;
  }
  .reason02 {
    padding: 40px 0;
  }
  .reason02 h3 {
    font-size: 26px;
    line-height: 1.6;
  }
  .reason02 .txt01 {
    padding: 18px 0 28px;
    font-size: 15px;
    letter-spacing: normal;
    text-align: left;
  }
  .reason02 .flex {
    display: block;
  }
  .reason02 .flex_images .flex li {
    margin: 0 auto 18px;
    width: 63%;
  }
  .reason02 .flex_images .caption {
    font-size: 16px;
    padding: 0;
  }
  .reason02 .flex_images .caption + p {
    font-size: 14px;
  }
  .reason02 .flex_images div {
    width: 63%;
    margin: 25px auto 0;
  }
  .reason02 .flex_images + p {
    text-align: left;
    margin-top: 33px;
  }
  .reason02 .left {
    text-align: left;
  }
  .reason03 .txt01 {
    margin: 20px auto 0;
    font-size: 15px;
    text-align: left;
  }
  .c01 {
    padding: 40px 0 76px;
  }
  .c01 .flex {
    display: block;
    margin: 28px auto 0;
  }
  .c01 .flex .c01_icon {
    width: 145px;
    margin: 0 auto;
  }
  .c01 .flex .c01_txt {
    padding: 0;
    width: 100%;
    margin-top: 20px;
    line-height: normal;
    font-size: 14px;
  }
  .c01 .flex .c01_txt .ttl {
    font-size: 18px;
    margin: 0 auto 20px;
    display: table;
  }
  .c01 .flex .c01_txt .link_txt {
    text-align: center;
    font-size: 16px;
    margin: 35px auto;
  }
  .c01 .flex .c01_txt .m01 {
    margin: 20px 0 50px;
  }
  .c01 .annotation {
    text-align: left;
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
  .c02 .ttl_txt {
    margin-bottom: 18px;
  }
  .c02 .ttl_txt + p {
    font-size: 14px;
    text-align: left;
  }
  .c02 .flex {
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 15px;
  }
  .c02 .flex .c02_ttl {
    width: 115px;
    height: 115px;
    line-height: 115px;
    margin: 0 15px 0 0;
  }
  .c02 .flex .c02_ttl p {
    font-size: 16px;
  }
  .c02 .flex ul {
    padding: 0;
    margin: 0;
    width: 60%;
  }
  .c02 .flex ul li::before {
    width: 9px;
    height: 9px;
    margin-right: 6px;
  }
  .c03 {
    margin: 40px auto 90px;
  }
  .c03 .ttl_txt {
    font-size: 23px;
  }
  .c03 .flex {
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 15px;
  }
  .c03 .flex .c03_ttl {
    width: 115px;
    height: 115px;
    line-height: 115px;
    margin: 0 15px 0 0;
  }
  .c03 .flex .c03_ttl p {
    font-size: 16px;
  }
  .c03 .flex ul {
    padding: 0;
    margin: 0;
    width: 60%;
  }
  .c03 .flex ul li::before {
    width: 9px;
    height: 9px;
    margin-right: 6px;
  }
  .c03 .flex .two_lines {
    line-height: 1.6;
  }
  .c03 .flex .two_lines p {
    padding: 35px 0;
  }
  #footer {
    margin-top: 70px;
    padding: 4px 0 81px;
  }
  #footer #pagetop::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 321px) {
  .reason02 .btn02 p::after {
    right: 20px;
  }
}
/*===========================
add 2025/10
===========================*/
@media (min-width: 768px) {
  .sp-view {
    display: none;
  }
  .inner {
    margin: 0 auto;
  }
  .title-fv {
    margin: 0 0 50px 0;
    background: url("/promotion/gift2207/20251107/images/pc/title_bg.png") 50% 50% no-repeat, #FFF;
    background-size: 100% auto;
    width: 100%;
    text-align: center;
  }
  .jcb-reasons {
    font-size: 14px;
    line-height: 1.5;
  }
  .jcb-reasons-2 {
    margin: -60px 0 -50px 0;
  }
  .jcb-reasons-2-wrapping {
    margin: 0 auto;
    width: 960px;
  }
  .jcb-reasons-2-wrapping-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 960px;
  }
  .jcb-reasons-2-wrapping-list li {
    background: #d5edf8;
  }
  .jcb-reasons-2-wrapping-notice {
    margin: 35px 0 0 0;
    text-align: center;
  }
  .jcb-reasons-2-wrapping-notice p {
    font-size: 14px;
    line-height: 1.5;
  }
  .jcb-reasons-2-noshi {
    margin: 60px auto 0 auto;
    padding: 35px 0 50px 0;
    background: #d5edf8;
    width: 960px;
  }
  .jcb-reasons-2-noshi-head {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .jcb-reasons-2-noshi-list {
    display: flex;
    justify-content: space-between;
    margin: 25px auto 0 auto;
    width: 844px;
  }
  .jcb-reasons-2-noshi-list li {
    width: 190px;
  }
  .jcb-reasons-2-noshi-list .image {
    text-align: center;
  }
  .jcb-reasons-2-noshi-list .text {
    padding: 18px 0 0 0;
    text-align: center;
  }
  .jcb-reasons-2-noshi-list .text p {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .jcb-reasons-2-noshi-list .text .small {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .jcb-reasons-2-noshi-list .text .sep {
    padding-top: 12px;
  }
  .jcb-reasons-2-noshi-mizuhiki {
    margin: 45px 0 0 0;
  }
  .jcb-reasons-2-noshi-mizuhiki-button {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: 862px;
    text-align: center;
  }
  .jcb-reasons-2-noshi-mizuhiki-button a {
    box-sizing: border-box;
    display: block;
    background: #FFF;
    width: 862px;
    text-decoration: none;
    padding: calc((1lh - 1em) / 2 + 4px) 5px;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: #30a9c8;
    border: 2px solid #30a9c8;
    transition: opacity 300ms;
  }
  .jcb-reasons-2-noshi-mizuhiki-button a:hover {
    opacity: 0.8;
  }
  .jcb-reasons-2-noshi-mizuhiki-button .open {
    background: url("/promotion/gift2207/20251107/images/pc/icon_accord_minus.png") 98% 50% no-repeat, #FFF;
  }
  .jcb-reasons-2-noshi-mizuhiki-button .close {
    background: url("/promotion/gift2207/20251107/images/pc/icon_accord_plus.png") 98% 50% no-repeat, #FFF;
  }
  .jcb-reasons-2-noshi-mizuhiki-body {
    overflow: hidden;
    transition: max-height 0.6s ease-out;
    max-height: 0;
  }
  .jcb-reasons-2-noshi-mizuhiki-table {
    border-collapse: collapse;
    margin: 30px auto 0 auto;
    background: #FFF;
    width: 830px;
  }
  .jcb-reasons-2-noshi-mizuhiki-table th {
    box-sizing: border-box;
    padding: 10px 10px;
    background: #6dc0de;
    text-align: center;
    vertical-align: middle;
    border-right: 4px solid #d5edf8;
  }
  .jcb-reasons-2-noshi-mizuhiki-table th:last-child {
    border-right: none;
  }
  .jcb-reasons-2-noshi-mizuhiki-table th:nth-child(1) {
    width: 370px;
  }
  .jcb-reasons-2-noshi-mizuhiki-table th:nth-child(2) {
    width: 260px;
  }
  .jcb-reasons-2-noshi-mizuhiki-table th p {
    font-weight: bold;
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #FFF;
  }
  .jcb-reasons-2-noshi-mizuhiki-table td {
    box-sizing: border-box;
    padding: 20px 0;
    text-align: left;
    vertical-align: middle;
    border-right: 4px solid #d5edf8;
    border-bottom: 4px solid #d5edf8;
  }
  .jcb-reasons-2-noshi-mizuhiki-table .right-none {
    border-right: none;
  }
  .jcb-reasons-2-noshi-mizuhiki-table .bottom-dotted {
    border-bottom: 4px dotted #d5edf8;
  }
  .jcb-reasons-2-noshi-mizuhiki-table-textbox {
    padding: 0 25px;
  }
  .jcb-reasons-2-noshi-mizuhiki-table-textbox p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .jcb-reasons-2-noshi-mizuhiki-table-imgbox-name {
    text-align: center;
  }
  .jcb-reasons-2-noshi-mizuhiki-table-imgbox-name p {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
  .jcb-reasons-2-noshi-mizuhiki-table-imgbox-image {
    height: 106px;
  }
  .jcb-reasons-2-noshi-uchi-soto {
    margin: 40px 0 0 0;
  }
  .jcb-reasons-2-noshi-uchi-soto-button {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: 862px;
    text-align: center;
  }
  .jcb-reasons-2-noshi-uchi-soto-button a {
    box-sizing: border-box;
    display: block;
    background: #FFF;
    width: 862px;
    text-decoration: none;
    padding: calc((1lh - 1em) / 2 + 4px) 5px;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: #30a9c8;
    border: 2px solid #30a9c8;
    transition: opacity 300ms;
  }
  .jcb-reasons-2-noshi-uchi-soto-button a:hover {
    opacity: 0.8;
  }
  .jcb-reasons-2-noshi-uchi-soto-button .open {
    background: url("/promotion/gift2207/20251107/images/pc/icon_accord_minus.png") 98% 50% no-repeat, #FFF;
  }
  .jcb-reasons-2-noshi-uchi-soto-button .close {
    background: url("/promotion/gift2207/20251107/images/pc/icon_accord_plus.png") 98% 50% no-repeat, #FFF;
  }
  .jcb-reasons-2-noshi-uchi-soto-body {
    overflow: hidden;
    transition: max-height 0.6s ease-out;
    max-height: 0;
  }
  .jcb-reasons-2-noshi-uchi-soto-text {
    margin: 0 auto;
    padding: 30px 0 0 0;
    width: 830px;
    text-align: center;
  }
  .jcb-reasons-2-noshi-uchi-soto-text p {
    font-weight: bold;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .jcb-reasons-2-noshi-uchi-soto-info {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0 auto;
    width: 830px;
  }
  .jcb-reasons-2-noshi-uchi-soto-info-box {
    padding: 0 0 25px 0;
    background: #FFF;
    width: 402px;
  }
  .jcb-reasons-2-noshi-uchi-soto-info-box-head {
    display: block;
    padding: calc((1lh - 1em) / 2 + 6px) 5px;
    background: #6dc0de;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #FFF;
    text-align: center;
  }
  .jcb-reasons-2-noshi-uchi-soto-info-box-image {
    text-align: center;
    height: 254px;
  }
  .jcb-reasons-2-noshi-uchi-soto-info-box-text {
    padding: 10px 0 0 0;
    text-align: center;
  }
  .jcb-reasons-2-noshi-uchi-soto-info-box-text p {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .usage-scenes {
    padding: 0 0 70px 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .usage-scenes-case {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0 auto;
    width: 960px;
  }
  .usage-scenes-case-box {
    width: 216px;
  }
  .usage-scenes-case-box:nth-child(1) .usage-scenes-case-box-top-head {
    background: #ff9614;
  }
  .usage-scenes-case-box:nth-child(2) .usage-scenes-case-box-top-head {
    background: #288cb4;
  }
  .usage-scenes-case-box:nth-child(3) .usage-scenes-case-box-top-head {
    background: #fc495a;
  }
  .usage-scenes-case-box:nth-child(4) .usage-scenes-case-box-top-head {
    background: #920783;
  }
  .usage-scenes-case-box-top {
    padding: 0 0 15px 0;
  }
  .usage-scenes-case-box-top-head {
    padding: 7px 0 0 0;
  }
  .usage-scenes-case-box-head {
    font-weight: bold;
    font-size: 23px;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-align: center;
    color: #FFF;
  }
  .usage-scenes-case-box-image {
    padding: 5px 0 0 0;
  }
  .usage-scenes-case-box-text {
    margin: 15px 0 0 0;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    min-height: 7.1em;
  }
  .usage-scenes-case-box-text p {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .usage-scenes-case-1 {
    box-sizing: border-box;
    background: #e9f9f1;
    border: 2px solid #68bfa3;
    width: 216px;
  }
  .usage-scenes-case-2 {
    box-sizing: border-box;
    background: #e9f9f1;
    border: 2px solid #68bfa3;
    width: 216px;
  }
  .usage-scenes-case-3 {
    box-sizing: border-box;
    background: #e9f9f1;
    border: 2px solid #68bfa3;
    width: 216px;
  }
  .usage-scenes-case-4 {
    box-sizing: border-box;
    background: #e9f9f1;
    border: 2px solid #68bfa3;
    width: 216px;
  }
  .usage-scenes-case-accord-button {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: 212px;
    text-align: left;
  }
  .usage-scenes-case-accord-button a {
    box-sizing: border-box;
    display: block;
    background: #FFF;
    width: 212px;
    text-decoration: none;
    padding: calc((1lh - 1em) / 2 + 7px) 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
    color: #68bfa3;
    transition: opacity 300ms;
  }
  .usage-scenes-case-accord-button a:hover {
    opacity: 0.8;
  }
  .usage-scenes-case-accord-button .open {
    background: url("/promotion/gift2207/20251107/images/pc/icon_accord_small_minus.png") 96% 50% no-repeat, #FFF;
  }
  .usage-scenes-case-accord-button .close {
    background: url("/promotion/gift2207/20251107/images/pc/icon_accord_small_plus.png") 96% 50% no-repeat, #FFF;
  }
  .usage-scenes-case-accord-body {
    overflow: hidden;
    transition: max-height 0.6s ease-out;
    max-height: 0;
  }
  .usage-scenes-case-accord-text {
    padding: 20px 20px;
  }
  .usage-scenes-case-accord-text p {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .usage-scenes-case-accord-text .sep {
    padding-top: 20px;
  }
  .testimonials {
    padding: 0 0 80px 0;
    background: #7dd3ba;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  .testimonials-head {
    text-align: center;
  }
  .testimonials-voice {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 840px;
  }
  .testimonials-voice-1 {
    background: #FFF;
    width: 404px;
  }
  .testimonials-voice-2 {
    background: #FFF;
    width: 404px;
  }
  .testimonials-voice-number {
    line-height: 0;
  }
  .testimonials-voice-number img {
    margin: -30px 0 0 -13px;
  }
  .testimonials-voice-image {
    padding: 11px 0 0 0;
    text-align: center;
  }
  .testimonials-voice-text {
    margin: 0 auto;
    padding: 18px 0 20px 0;
    width: 350px;
  }
  .testimonials-voice-text p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .corporate-usage {
    padding: 0 0 80px 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  .corporate-usage-head {
    padding: 80px 0 60px 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #e19c4a;
    text-align: center;
  }
  .corporate-usage-head span {
    background: linear-gradient(transparent 65%, #fefc12 65%);
    padding: 0 4px;
  }
  .corporate-usage-scene {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    width: 960px;
  }
  .corporate-usage-scene-box {
    width: 220px;
  }
  .corporate-usage-scene-box-text {
    margin: 20px 0 0 0;
  }
  .corporate-usage-scene-box-text p {
    font-weight: bold;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .corporate-usage-question {
    box-sizing: border-box;
    margin: 45px auto 0 auto;
    padding: 30px 0 25px 306px;
    background: url("/promotion/gift2207/20251107/images/pc/c-usage_ques_bg.png") 0 50% no-repeat, #faf1e7;
    width: 960px;
    min-height: 192px;
  }
  .corporate-usage-question-head {
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: #e19c4a;
  }
  .corporate-usage-question-text {
    padding: 15px 20px 0 0;
  }
  .corporate-usage-question-text p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  .corporate-usage-link {
    padding: 45px 0 0 0;
    text-align: center;
  }
  .corporate-usage-link a {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
  }
  .corporate-usage-link a[target=_blank]:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    margin-right: 6px;
    margin-bottom: 1px;
    background: url("/promotion/gift2207/20251107/images/icon_link_ext_black.svg") 50% 50% no-repeat;
    width: 13px;
    height: 13px;
    vertical-align: -2px;
  }
  .faq {
    padding: 0 0 100px 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .faq-head {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #30a9c8;
    text-align: center;
  }
  .faq-head span {
    background: linear-gradient(transparent 65%, #fefc12 65%);
    padding: 0 4px;
  }
  .faq-body {
    margin: 65px auto 0 auto;
    width: 960px;
  }
  .faq-box {
    margin: 20px 0 0 0;
  }
  .faq-box:first-child {
    margin: 0;
  }
  .faq-box-head {
    box-sizing: border-box;
    background: #d5edf8;
  }
  .faq-box-head a {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    padding: 1.2em 85px;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: #000;
    transition: opacity 300ms;
  }
  .faq-box-head a:hover {
    opacity: 0.6;
  }
  .faq-box-head .close {
    background: url("/promotion/gift2207/20251107/images/pc/icon_faq_q.png") 3% 47% no-repeat, url("/promotion/gift2207/20251107/images/pc/icon_faq_plus.png") 97% 50% no-repeat;
  }
  .faq-box-head .open {
    background: url("/promotion/gift2207/20251107/images/pc/icon_faq_q.png") 3% 47% no-repeat, url("/promotion/gift2207/20251107/images/pc/icon_faq_minus.png") 97% 50% no-repeat;
  }
  .faq-box-body {
    background: url("/promotion/gift2207/20251107/images/pc/icon_faq_a.png") 3% 34px no-repeat;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0;
  }
  .faq-box-text {
    padding: 40px 20px 40px 85px;
  }
  .faq-box-text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-box-text a {
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
  }
  .faq-box-text a[target=_blank]:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    margin-right: 6px;
    margin-bottom: 1px;
    background: url("/promotion/gift2207/20251107/images/icon_link_ext_black.svg") 50% 50% no-repeat;
    width: 13px;
    height: 13px;
    vertical-align: -2px;
  }
  .faq-box-text .bold {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
  }
  .faq-box-text .sep {
    padding-top: 20px;
  }
  .faq-link {
    margin: 40px auto 0 auto;
    width: 960px;
  }
  .faq-link p {
    font-size: 14px;
    line-height: 1.5;
  }
  .faq-link a {
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
  }
  .faq-link a[target=_blank]:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    margin-right: 6px;
    margin-bottom: 1px;
    background: url("/promotion/gift2207/20251107/images/icon_link_ext_black.svg") 50% 50% no-repeat;
    width: 13px;
    height: 13px;
    vertical-align: -2px;
  }
  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    filter: drop-shadow(0 0 1px rgb(0, 67, 114));
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .pagetop.visible {
    opacity: 1;
    display: block;
  }
  .pagetop a {
    display: inline-block;
  }
  .pagetop a:focus {
    outline: none;
  }
  .fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(234, 234, 234, 0.8);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 16px 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .fixed-bottom.visible {
    opacity: 1;
    display: block;
  }
  .fixed-bottom a {
    display: block;
    font-size: 22px;
    width: 39.25%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    background: #ff7a35;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 34px;
    padding: 15px 0 14px;
  }
  .fixed-bottom a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
@media (max-width: 2200px) and (min-width: 768px) {
  .title-fv {
    background: url("/promotion/gift2207/20251107/images/pc/title_bg.png") 50% 50% no-repeat, #FFF;
    background-size: auto auto;
  }
}
@media (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  .pc-view {
    display: none;
  }
  .title-fv {
    margin: 0 0 calc(100 / 750 * 100vw) 0;
    background: url("/promotion/gift2207/20251107/images/sp/title_bg.png") 50% 50% no-repeat, #FFF;
    background-size: 100% auto;
    width: 100%;
    text-align: center;
  }
  .jcb-reasons-2 {
    margin: calc(-90 / 750 * 100vw) 0 0 0;
  }
  .jcb-reasons-2-wrapping {
    margin: calc(55 / 750 * 100vw) auto 0 auto;
    width: calc(650 / 750 * 100vw);
  }
  .jcb-reasons-2-wrapping-list {
    width: calc(650 / 750 * 100vw);
  }
  .jcb-reasons-2-wrapping-list li {
    margin: calc(30 / 750 * 100vw) 0 0 0;
    background: #d5edf8;
  }
  .jcb-reasons-2-wrapping-list li:first-child {
    margin: 0;
  }
  .jcb-reasons-2-wrapping-notice {
    margin: calc(50 / 750 * 100vw) 0 0 0;
    text-align: center;
  }
  .jcb-reasons-2-wrapping-notice p {
    font-size: 2.6vw;
    line-height: 1.5;
  }
  .jcb-reasons-2-noshi {
    margin: calc(60 / 750 * 100vw) auto 0 auto;
    padding: calc(35 / 750 * 100vw) 0 calc(60 / 750 * 100vw) 0;
    background: #d5edf8;
    width: calc(650 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-head {
    font-weight: bold;
    font-size: 4.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .jcb-reasons-2-noshi-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: calc(50 / 750 * 100vw) 0;
    margin: calc(25 / 750 * 100vw) auto 0 auto;
    width: calc(546 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-list li {
    width: calc(254 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-list .image {
    text-align: center;
  }
  .jcb-reasons-2-noshi-list .text {
    padding: calc(18 / 750 * 100vw) 0 0 0;
    text-align: center;
  }
  .jcb-reasons-2-noshi-list .text p {
    font-weight: bold;
    font-size: 3.1vw;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .jcb-reasons-2-noshi-list .text .small {
    font-weight: normal;
    font-size: 2.4vw;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .jcb-reasons-2-noshi-list .text .sep {
    padding-top: calc(15 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-mizuhiki {
    margin: calc(45 / 750 * 100vw) 0 0 0;
  }
  .jcb-reasons-2-noshi-mizuhiki-button {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: calc(580 / 750 * 100vw);
    text-align: center;
  }
  .jcb-reasons-2-noshi-mizuhiki-button a {
    box-sizing: border-box;
    display: block;
    background: #FFF;
    width: calc(580 / 750 * 100vw);
    text-decoration: none;
    padding: calc((1lh - 1em) / 2 + calc(6 / 750 * 100vw)) calc(5 / 750 * 100vw);
    font-weight: bold;
    font-size: 3.4vw;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: #30a9c8;
    border: calc(3 / 750 * 100vw) solid #30a9c8;
  }
  .jcb-reasons-2-noshi-mizuhiki-button .open {
    background: url("/promotion/gift2207/20251107/images/sp/icon_accord_minus.png") 96% 50% no-repeat, #FFF;
    background-size: calc(34 / 750 * 100vw) calc(34 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-mizuhiki-button .close {
    background: url("/promotion/gift2207/20251107/images/sp/icon_accord_plus.png") 96% 50% no-repeat, #FFF;
    background-size: calc(34 / 750 * 100vw) calc(34 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-mizuhiki-body {
    overflow: hidden;
    transition: max-height 0.6s ease-out;
    max-height: 0;
  }
  .jcb-reasons-2-noshi-mizuhiki-table {
    border-collapse: collapse;
    margin: calc(30 / 750 * 100vw) auto 0 auto;
    background: #FFF;
    width: calc(580 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-mizuhiki-table th {
    box-sizing: border-box;
    padding: calc(12 / 750 * 100vw) calc(10 / 750 * 100vw);
    background: #6dc0de;
    text-align: center;
    vertical-align: middle;
    border-right: calc(4 / 750 * 100vw) solid #d5edf8;
  }
  .jcb-reasons-2-noshi-mizuhiki-table th:last-child {
    border-right: none;
  }
  .jcb-reasons-2-noshi-mizuhiki-table th:nth-child(1) {
    width: calc(208 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-mizuhiki-table th:nth-child(2) {
    width: calc(210 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-mizuhiki-table th p {
    font-weight: bold;
    font-size: 2.8vw;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #FFF;
  }
  .jcb-reasons-2-noshi-mizuhiki-table td {
    box-sizing: border-box;
    padding: calc(25 / 750 * 100vw) 0;
    text-align: left;
    vertical-align: middle;
    border-right: calc(4 / 750 * 100vw) solid #d5edf8;
    border-bottom: calc(4 / 750 * 100vw) solid #d5edf8;
  }
  .jcb-reasons-2-noshi-mizuhiki-table .right-none {
    border-right: none;
  }
  .jcb-reasons-2-noshi-mizuhiki-table .bottom-dotted {
    border-bottom: calc(4 / 750 * 100vw) dotted #d5edf8;
  }
  .jcb-reasons-2-noshi-mizuhiki-table-textbox {
    padding: 0 calc(20 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-mizuhiki-table-textbox p {
    font-weight: bold;
    font-size: 2.4vw;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .jcb-reasons-2-noshi-mizuhiki-table-imgbox-name {
    padding: 0 0 calc(15 / 750 * 100vw) 0;
    text-align: center;
  }
  .jcb-reasons-2-noshi-mizuhiki-table-imgbox-name p {
    font-weight: bold;
    font-size: 2.6vw;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
  .jcb-reasons-2-noshi-mizuhiki-table-imgbox-image {
    margin: 0 auto;
    width: calc(150 / 750 * 100vw);
    height: calc(106 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-uchi-soto {
    margin: calc(50 / 750 * 100vw) 0 0 0;
  }
  .jcb-reasons-2-noshi-uchi-soto-button {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: calc(580 / 750 * 100vw);
    text-align: center;
  }
  .jcb-reasons-2-noshi-uchi-soto-button a {
    box-sizing: border-box;
    display: block;
    background: #FFF;
    width: calc(580 / 750 * 100vw);
    text-decoration: none;
    padding: calc((1lh - 1em) / 2 + calc(6 / 750 * 100vw)) calc(5 / 750 * 100vw);
    font-weight: bold;
    font-size: 3.4vw;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: #30a9c8;
    border: calc(3 / 750 * 100vw) solid #30a9c8;
  }
  .jcb-reasons-2-noshi-uchi-soto-button .open {
    background: url("/promotion/gift2207/20251107/images/sp/icon_accord_minus.png") 96% 50% no-repeat, #FFF;
    background-size: calc(34 / 750 * 100vw) calc(34 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-uchi-soto-button .close {
    background: url("/promotion/gift2207/20251107/images/sp/icon_accord_plus.png") 96% 50% no-repeat, #FFF;
    background-size: calc(34 / 750 * 100vw) calc(34 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-uchi-soto-body {
    overflow: hidden;
    transition: max-height 0.6s ease-out;
    max-height: 0;
  }
  .jcb-reasons-2-noshi-uchi-soto-text {
    margin: 0 auto;
    padding: calc(30 / 750 * 100vw) 0 0 0;
    width: calc(580 / 750 * 100vw);
    text-align: center;
  }
  .jcb-reasons-2-noshi-uchi-soto-text p {
    font-weight: bold;
    font-size: 3vw;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .jcb-reasons-2-noshi-uchi-soto-info {
    margin: calc(30 / 750 * 100vw) auto 0 auto;
    width: calc(520 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-uchi-soto-info-box {
    margin: calc(45 / 750 * 100vw) 0 0 0;
    padding: 0 0 calc(40 / 750 * 100vw) 0;
    background: #FFF;
    width: calc(520 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-uchi-soto-info-box:first-child {
    margin: 0;
  }
  .jcb-reasons-2-noshi-uchi-soto-info-box-head {
    display: block;
    padding: calc((1lh - 1em) / 2 + calc(6 / 750 * 100vw)) calc(5 / 750 * 100vw);
    background: #6dc0de;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #FFF;
    text-align: center;
  }
  .jcb-reasons-2-noshi-uchi-soto-info-box-image {
    text-align: center;
    height: calc(336 / 750 * 100vw);
  }
  .jcb-reasons-2-noshi-uchi-soto-info-box-text {
    padding: calc(10 / 750 * 100vw) 0 0 0;
    text-align: center;
  }
  .jcb-reasons-2-noshi-uchi-soto-info-box-text p {
    font-weight: bold;
    font-size: 3vw;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
  .usage-scenes {
    padding: 0 0 calc(100 / 750 * 100vw) 0;
  }
  .usage-scenes-case {
    margin: calc(60 / 750 * 100vw) auto 0 auto;
    width: calc(650 / 750 * 100vw);
  }
  .usage-scenes-case-box {
    margin: calc(60 / 750 * 100vw) 0 0 0;
    width: calc(650 / 750 * 100vw);
  }
  .usage-scenes-case-box:first-child {
    margin: 0;
  }
  .usage-scenes-case-box:nth-child(1) .usage-scenes-case-box-head {
    background: #ff9614;
  }
  .usage-scenes-case-box:nth-child(2) .usage-scenes-case-box-head {
    background: #288cb4;
  }
  .usage-scenes-case-box:nth-child(3) .usage-scenes-case-box-head {
    background: #fc495a;
  }
  .usage-scenes-case-box:nth-child(4) .usage-scenes-case-box-head {
    background: #920783;
  }
  .usage-scenes-case-box-top {
    display: flex;
    width: calc(650 / 750 * 100vw);
  }
  .usage-scenes-case-box-image {
    width: calc(356 / 750 * 100vw);
  }
  .usage-scenes-case-box-text {
    flex: 1;
    padding: 0 0 0 calc(25 / 750 * 100vw);
  }
  .usage-scenes-case-box-text p {
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .usage-scenes-case-box-text .usage-scenes-case-box-head {
    display: block;
    margin: 0 0 calc(15 / 750 * 100vw) 0;
    padding: calc(8 / 750 * 100vw) 0 calc(8 / 750 * 100vw) 0;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.35;
    letter-spacing: 0.04em;
    color: #FFF;
    text-align: center;
  }
  .usage-scenes-case-1 {
    box-sizing: border-box;
    margin: calc(28 / 750 * 100vw) 0 0 0;
    background: #e9f9f1;
    border: calc(3 / 750 * 100vw) solid #68bfa3;
    width: calc(650 / 750 * 100vw);
  }
  .usage-scenes-case-2 {
    box-sizing: border-box;
    margin: calc(28 / 750 * 100vw) 0 0 0;
    background: #e9f9f1;
    border: calc(3 / 750 * 100vw) solid #68bfa3;
    width: calc(650 / 750 * 100vw);
  }
  .usage-scenes-case-3 {
    box-sizing: border-box;
    margin: calc(28 / 750 * 100vw) 0 0 0;
    background: #e9f9f1;
    border: calc(3 / 750 * 100vw) solid #68bfa3;
    width: calc(650 / 750 * 100vw);
  }
  .usage-scenes-case-4 {
    box-sizing: border-box;
    margin: calc(28 / 750 * 100vw) 0 0 0;
    background: #e9f9f1;
    border: calc(3 / 750 * 100vw) solid #68bfa3;
    width: calc(650 / 750 * 100vw);
  }
  .usage-scenes-case-accord-button {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: calc(644 / 750 * 100vw);
    text-align: left;
  }
  .usage-scenes-case-accord-button a {
    box-sizing: border-box;
    display: block;
    background: #FFF;
    width: calc(644 / 750 * 100vw);
    text-decoration: none;
    padding: calc((1lh - 1em) / 2 + calc(7 / 750 * 100vw)) calc(25 / 750 * 100vw);
    font-weight: bold;
    font-size: 3.4vw;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: #68bfa3;
  }
  .usage-scenes-case-accord-button .open {
    background: url("/promotion/gift2207/20251107/images/sp/icon_accord_small_minus.png") 96% 50% no-repeat, #FFF;
    background-size: calc(34 / 750 * 100vw) calc(34 / 750 * 100vw);
  }
  .usage-scenes-case-accord-button .close {
    background: url("/promotion/gift2207/20251107/images/sp/icon_accord_small_plus.png") 96% 50% no-repeat, #FFF;
    background-size: calc(34 / 750 * 100vw) calc(34 / 750 * 100vw);
  }
  .usage-scenes-case-accord-body {
    overflow: hidden;
    transition: max-height 0.6s ease-out;
    max-height: 0;
  }
  .usage-scenes-case-accord-text {
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .usage-scenes-case-accord-text p {
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .usage-scenes-case-accord-text .sep {
    padding-top: calc(25 / 750 * 100vw);
  }
  .testimonials {
    padding: 0 0 calc(80 / 750 * 100vw) 0;
    background: #7dd3ba;
    width: 100%;
  }
  .testimonials-head {
    text-align: center;
  }
  .testimonials-voice {
    margin: 0 auto;
    width: calc(600 / 750 * 100vw);
  }
  .testimonials-voice-1 {
    background: #FFF;
    width: calc(600 / 750 * 100vw);
  }
  .testimonials-voice-2 {
    margin: calc(80 / 750 * 100vw) 0 0 0;
    background: #FFF;
    width: calc(600 / 750 * 100vw);
  }
  .testimonials-voice-number {
    line-height: 0;
  }
  .testimonials-voice-number img {
    margin: calc(-42 / 750 * 100vw) 0 0 calc(-19 / 750 * 100vw);
    width: calc(201 / 750 * 100vw);
  }
  .testimonials-voice-image {
    margin: calc(-22 / 750 * 100vw) 0 0 0;
  }
  .testimonials-voice-text {
    margin: 0 auto;
    padding: calc(25 / 750 * 100vw) 0 calc(30 / 750 * 100vw) 0;
    width: calc(510 / 750 * 100vw);
  }
  .testimonials-voice-text p {
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  .corporate-usage {
    padding: 0 0 calc(80 / 750 * 100vw) 0;
    width: 100%;
  }
  .corporate-usage-head {
    padding: calc(80 / 750 * 100vw) 0 calc(70 / 750 * 100vw) 0;
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #e19c4a;
    text-align: center;
  }
  .corporate-usage-head span {
    background: linear-gradient(transparent 60%, #fefc12 60%);
    padding: 0 calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) calc(4 / 750 * 100vw);
  }
  .corporate-usage-scene {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: calc(50 / 750 * 100vw) 0;
    margin: 0 auto 0 auto;
    width: calc(600 / 750 * 100vw);
  }
  .corporate-usage-scene-box {
    width: calc(283 / 750 * 100vw);
  }
  .corporate-usage-scene-box-text {
    margin: calc(25 / 750 * 100vw) 0 0 0;
  }
  .corporate-usage-scene-box-text p {
    font-weight: bold;
    font-size: 3vw;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .corporate-usage-question {
    box-sizing: border-box;
    margin: calc(60 / 750 * 100vw) auto 0 auto;
    padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw) calc(380 / 750 * 100vw) calc(40 / 750 * 100vw);
    background: url("/promotion/gift2207/20251107/images/sp/c-usage_ques_bg.png") 50% 100% no-repeat, #faf1e7;
    background-size: 100% auto;
    width: calc(650 / 750 * 100vw);
  }
  .corporate-usage-question-head {
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 4.1vw;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: #e19c4a;
    text-align: center;
  }
  .corporate-usage-question-text {
    padding: calc(35 / 750 * 100vw) 0 0 0;
  }
  .corporate-usage-question-text p {
    font-weight: bold;
    font-size: 3.1vw;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  .corporate-usage-link {
    padding: calc(50 / 750 * 100vw) 0 0 0;
    text-align: center;
  }
  .corporate-usage-link a {
    font-size: 2.4vw;
    line-height: 1.5;
    color: #000;
  }
  .corporate-usage-link a[target=_blank]:after {
    content: "";
    display: inline-block;
    margin-left: calc(6 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
    margin-bottom: calc(-1 / 750 * 100vw);
    background: url("/promotion/gift2207/20251107/images/icon_link_ext_black.svg") 50% 50% no-repeat;
    background-size: contain;
    width: calc(19 / 750 * 100vw);
    height: calc(19 / 750 * 100vw);
  }
  .faq {
    padding: 0 0 calc(100 / 750 * 100vw) 0;
    width: 100%;
  }
  .faq-head {
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #30a9c8;
    text-align: center;
  }
  .faq-head span {
    background: linear-gradient(transparent 60%, #fefc12 60%);
    padding: 0 calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) calc(4 / 750 * 100vw);
  }
  .faq-body {
    margin: calc(75 / 750 * 100vw) auto 0 auto;
    width: calc(650 / 750 * 100vw);
  }
  .faq-box {
    margin: calc(40 / 750 * 100vw) 0 0 0;
  }
  .faq-box:first-child {
    margin: 0;
  }
  .faq-box-head {
    box-sizing: border-box;
    background: #d5edf8;
  }
  .faq-box-head a {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    padding: 1.2em calc(90 / 750 * 100vw);
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    font-size: 3.4vw;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: #000;
  }
  .faq-box-head .close {
    background: url("/promotion/gift2207/20251107/images/sp/icon_faq_q.png") 4% calc(30 / 750 * 100vw) no-repeat, url("/promotion/gift2207/20251107/images/sp/icon_faq_plus.png") 95% 50% no-repeat;
    background-size: calc(36 / 750 * 100vw) calc(42 / 750 * 100vw), calc(34 / 750 * 100vw) calc(34 / 750 * 100vw);
  }
  .faq-box-head .open {
    background: url("/promotion/gift2207/20251107/images/sp/icon_faq_q.png") 4% calc(30 / 750 * 100vw) no-repeat, url("/promotion/gift2207/20251107/images/sp/icon_faq_minus.png") 95% 50% no-repeat;
    background-size: calc(36 / 750 * 100vw) calc(42 / 750 * 100vw), calc(34 / 750 * 100vw) calc(34 / 750 * 100vw);
  }
  .faq-box-body {
    background: url("/promotion/gift2207/20251107/images/sp/icon_faq_a.png") 4% calc(36 / 750 * 100vw) no-repeat;
    background-size: calc(38 / 750 * 100vw) calc(38 / 750 * 100vw);
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0;
  }
  .faq-box-text {
    padding: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw) calc(40 / 750 * 100vw) calc(85 / 750 * 100vw);
  }
  .faq-box-text p {
    font-size: 2.4vw;
    line-height: 1.8;
  }
  .faq-box-text a {
    text-decoration: underline;
    font-size: 2.4vw;
    line-height: 1.5;
    color: #000;
  }
  .faq-box-text a[target=_blank]:after {
    content: "";
    display: inline-block;
    margin-left: calc(6 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
    margin-bottom: calc(-1 / 750 * 100vw);
    background: url("/promotion/gift2207/20251107/images/icon_link_ext_black.svg") 50% 50% no-repeat;
    background-size: contain;
    width: calc(19 / 750 * 100vw);
    height: calc(19 / 750 * 100vw);
  }
  .faq-box-text .bold {
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .faq-box-text .sep {
    padding-top: calc(40 / 750 * 100vw);
  }
  .faq-link {
    margin: calc(45 / 750 * 100vw) auto 0 auto;
    width: calc(650 / 750 * 100vw);
  }
  .faq-link p {
    font-size: 2.4vw;
    line-height: 1.5;
  }
  .faq-link a {
    text-decoration: underline;
    font-size: 2.4vw;
    line-height: 1.5;
    color: #000;
  }
  .faq-link a[target=_blank]:after {
    content: "";
    display: inline-block;
    margin-left: calc(6 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
    margin-bottom: calc(-1 / 750 * 100vw);
    background: url("/promotion/gift2207/20251107/images/icon_link_ext_black.svg") 50% 50% no-repeat;
    background-size: contain;
    width: calc(19 / 750 * 100vw);
    height: calc(19 / 750 * 100vw);
  }
  .pagetop {
    position: fixed;
    right: 0;
    bottom: calc(10 / 750 * 100vw);
    width: calc(100 / 750 * 100vw);
    z-index: 20;
    filter: drop-shadow(0 0 1px rgb(0, 67, 114));
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .pagetop.visible {
    opacity: 1;
    display: block;
  }
  .pagetop a {
    display: inline-block;
  }
  .pagetop a:focus {
    outline: none;
  }
  .fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(234, 234, 234, 0.8);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 16px 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .fixed-bottom.visible {
    opacity: 1;
    display: block;
  }
  .fixed-bottom a {
    display: block;
    font-size: 18px;
    width: 86%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    background: #ff7a35;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 34px;
    padding: 12px 0;
  }
}