@charset "utf-8";

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-weight: 500;
  src: url("/oos/adv/fonts/guest-tsutsumuto-lp/ZenKakuGothicNew-Medium.ttf");
}

@font-face {
  font-family: 'Zen Kaku Gothic New Bold';
  src: url("/oos/adv/fonts/guest-tsutsumuto-lp/ZenKakuGothicNew-Bold.ttf");
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/oos/adv/fonts/guest-tsutsumuto-lp/NotoSansJP-Medium.ttf");
}

@font-face {
  font-family: 'Caflisch Script Pro';
  font-weight: 400;
  font-style: italic;
  src: url("/oos/adv/fonts/guest-tsutsumuto-lp/CaflischScriptPro-Regular.woff") format('woff');
}

body {
  line-height: 1.5;
  color: #543200;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  transition: 0.8s;
  -webkit-transition: 0.8s;
}

.other__link {
  position: relative;
  padding-right: 20px;
  color: #73aea5;
}

.other__link a {
  display: inline;
  color: #73aea5;
  text-decoration: underline;
  transition: 0.2s;
}

.other__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background: url(/oos/adv/images/guest-tsutsumuto-lp/icn_arrow_square.png) no-repeat center / contain;
  content: "";
  transform: translateY(-50%);
}

.other__link a:visited {
  color: #73aea5;
}


@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

._mt10 {
  margin-top: 10px !important;
}

._text__center {
  text-align: center !important;
}


._margin__auto {
  margin-inline: auto !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* Common */
.cmn__title {
  margin-bottom: 56px;
  font-family: "ten-mincho", sans-serif;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5.32px;
  font-style: italic;
}

.cmn__en-title {
  display: block;
  line-height: 0.6;
  margin-bottom: 28px;
  color: #aea7a7;
  font-family: 'Caflisch Script Pro', sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0px;
}

.cmn__en-title-sub {
  margin-bottom: -20px !important;
}

.cmn__title--green {
  color: #5cb1a0;
  font-size: 60px;
}

/* Header */
.header {
  padding: 13px 0 14px;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 52px 0 9px;
  max-width: 1366px;
}

.header .header__part {
  display: flex;
  align-items: center;
}

.header .header__logo-img {
  width: 141px;
  margin-right: 8px;
}

.header .header__logo-txt {
  color: #138d43;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.header .gnav__list {
  display: flex;
}

.header .gnav__list-item {
  margin-right: 72px;
}

.header .gnav__list-item:last-of-type {
  margin-right: 0;
}

.header .gnav__list-link {
  color: #543200;
  font-size: 14px;
}

.header .gnav__list-link:hover,
.header .gnav__list-link.active {
  color: #56a89a;
  opacity: 1;
}

/* Footer */
.footer .footer__content {
  padding: 38px 0 30px;
  background: #fefaed;
}

.footer__content-txt {
  margin-bottom: 8px;
  font-family: "ten-mincho", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2.4px;
  font-style: italic;
}

.footer__content-img {
  width: 248px;
  margin: 0 auto;
}

.footer__bottom {
  padding: 36px 0 8px;
  background: #f9a33d;
}

.footer__bottom-logo {
  width: 163px;
  margin: 0 auto 40px;
}

.footer__copyright {
  color: #f7f5ce;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 9px;
  text-align: center;
}

/* Mainvisual */
.mainvisual {
  position: relative;
  padding: 54px 0;
  background: #fefaee;
}

.mainvisual .mainvisual__inner {
  position: relative;
  width: 1060px;
  margin: 0 auto;
}

.mainvisual__txt__img {
  display: block;
  position: absolute;
  top: 9px;
  right: 68px;
  width: 216px;
}

.mainvisual__gift-content {
  position: absolute;
  top: 23px;
  left: calc((100% - 1283px)/2);
  width: 271px;
  padding-bottom: 10px;
  background: #fefaee;
  border-radius: 0px 0px 50px 0px;
}

.mainvisual__gift-text {
  display: block;
  position: relative;
  left: 23px;
  margin-bottom: 5px;
  font-family: "ten-mincho", sans-serif;
  letter-spacing: 3.52px;
  font-style: italic;
}

.mainvisual__gift-img {
  display: block;
  width: 246px;
}

.mainvisual__list {
  display: flex;
  position: absolute;
  bottom: 0;
  padding: 34px 34px 38px;
}

.mainvisual__item {
  position: relative;
  margin-right: 22px;
  padding-right: 27px;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 23px;
}

.mainvisual__item::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
}

.mainvisual__item::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 21px;
  background: url("/oos/adv/images/guest-tsutsumuto-lp/icn_line.png") no-repeat center / contain;
  content: "";
  transform: translateY(-50%);
}

.mainvisual__list .mainvisual__item:last-child::after {
  content: none;
}

.mainvisual__item {
  padding-left: 54px;
}

.mainvisual__item::before {
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mainvisual__item--01::before {
  background-image: url("/oos/adv/images/guest-tsutsumuto-lp/icn_mv_item01.png");
}


.mainvisual__item--02::before {
  background-image: url("/oos/adv/images/guest-tsutsumuto-lp/icn_mv_item02.png");
}

.mainvisual__item--03::before {
  background-image: url("/oos/adv/images/guest-tsutsumuto-lp/icn_mv_item03.png");
}

/* Section About */
.sec-about {
  padding: 136px 0 114px;
}

.sec-about .cmn__title {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: left;
  letter-spacing: 2.4px;
}

.sec-about .bt1 {
  margin-bottom: -1.5rem;
}

.sec-about .cmn__title--lg {
  font-size: 32px;
  letter-spacing: 0.3px;
}

.sec-about .cmn__title--green {
  font-size: 48px;
  letter-spacing: 0px;
}

.about__inner {
  display: flex;
  justify-content: space-between;
  width: 1014px;
  margin: 0 auto;
  padding-left: 77px;
}

.about__img {
  width: 400px;
  margin-top: 60px;
}

.about__item {
  width: 525px;
}

.about__text-lg {
  line-height: 1.8;
  margin-bottom: 38px;
  font-size: 20px;
}

.about__text-lg--green {
  color: #5cb1a0;
}

.about__text-sm {
  line-height: 2.5;
}

/* Section forGuest */
.sec-forGuest {
  margin: 80px auto 30px;
  padding: 0 5.333vw;
}

.forGuest__img {
  margin-top: 12px;
}

.forGuest__text {
  border: 2px solid #E7F1EF;
  border-radius: 30px;
  margin-top: 20px;
  padding: 24px 10px;
  line-height: 1.8;
}

.forGuest__text h4 {
  margin-top: 15px;
  line-height: 1.3;
  color: #5CB1A0;
  font-size: 18px;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
}

.forGuest__text p {
  margin-top: 15px;
}

/* Section Company */
.sec-company {
  padding: 60px 0 100px;
  background: #E7F7F4;
}

.company__inner {
  width: 860px;
  margin: 0 auto;
}

.sec-company_ .cmn__title {
  margin-bottom: 52px;
}

.sec-company_ .cmn__en-title {
  margin-bottom: 0;
}

.sec-company_ .cmn__en-title_bt1 {
  margin-bottom: 1rem;
}

.company__table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

.company__table caption {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
}

.company__table th {
  padding: 10px;
  background: #B8E5DC;
  border: solid 1px #778ca3;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
}

.company__table td {
  padding: 15px 10px;
  width: 33%;
  vertical-align: middle;
  line-height: 1.7;
  text-align: center;
  background-color: #fff;
  border: solid 1px #778ca3;
}


/* Section Features */
.sec-features {
  padding: 100px 0 106px;
  background: #fefaed;
}

.features__inner {
  width: 860px;
  margin: 0 auto;
}

.sec-features .cmn__title {
  margin-bottom: 90px;
}

.sec-features .cmn__en-title {
  margin-bottom: 0;
}

.features__slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.features__item {
  position: relative;
  width: 272px;
  margin: 0 22px 63px 0;
  padding: 56px 39px 41px;
  background: #fff;
  border-radius: 30px;
}

.features__item:nth-of-type(3),
.features__item:nth-of-type(5) {
  margin-right: 0;
}

.features__item:nth-of-type(4),
.features__item:nth-of-type(5) {
  margin-bottom: 50px;
}

.features__no {
  position: absolute;
  top: -36px;
  left: 12px;
  font-family: "ten-mincho", sans-serif;
  font-size: 50px;
  font-style: italic;
}

.features__item-img {
  width: 159px;
  margin: 0 auto 32px;
}

.features__sub-ttl {
  margin-bottom: 14px;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.9px;
}

.features__txt {
  line-height: 1.8;
}

.features__atm {
  width: 566px;
  margin: 0 auto;
}

/* Section Information */
.sec-information {
  padding: 106px 0;
  background: url("/oos/adv/images/guest-tsutsumuto-lp/img_information_bg.png") no-repeat center bottom / contain;
}

.information__inner {
  width: 785px;
  margin: 0 auto;
  text-align: center;
}

.sec-information .cmn__title {
  margin-bottom: 40px;
}

.information__txt {
  line-height: 2.5;
  margin-bottom: 52px;
  text-align: center;
}

.information__txt--bold-large {
  display: inline-block;
  line-height: 1.7;
  margin-bottom: 45px;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 20px;
  letter-spacing: 1.8px;
  border-bottom: 2px solid #8fbcb3;
}

.information__slide {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.information__item {
  width: 382px;
  padding: 40px 46px;
  box-shadow: 2px 2px 21px 0px rgba(195, 196, 196, 0.30);
  background: #fff;
  border-radius: 30px;
}

.information__item__ttl {
  margin-bottom: 28px;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 18px;
  text-align: center;
}

.information__item__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 73px;
  margin: 0 auto 37px;
  min-height: 123px;
  justify-content: center;
}

.information__slide .information__item:first-child .information__item__img {
  width: 100%;
}

.information__slide .information__item:first-child .information__item__img img {
  width: 73px;
}

.information__item__img img {
  display: block;
  width: 100%;
}

.information__item__img--large {
  width: 214px;
}

.information__item__sub-ttl {
  margin-bottom: 12px;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
}

.information__item-txt {
  line-height: 1.87;
  margin-bottom: 24px;
  min-height: 210px;
}

.information__item__detail-btn {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 272px;
  margin-left: 10px;
  padding: 12px 0;
  border: 1px solid #8fbcb3;
  color: #543200;
  font-size: 14px;
  text-align: center;
  border-radius: 26px;
}

.information__item__detail-btn:after {
  position: absolute;
  top: 50%;
  right: 31px;
  width: 14px;
  height: 14px;
  background: url("/oos/adv/images/guest-tsutsumuto-lp/icn_arrow_square.png") no-repeat center / contain;
  content: "";
  transform: translateY(-50%);
}

.information__item__detail-btn:hover {
  color: #73aea5;
  opacity: 1;
}

.notice {
  display: block;
  line-height: 1.42;
  margin-top: 8px;
  color: #b3aea6;
  font-size: 12px;
  text-align: center;
}

.tabs__nav {
  margin-bottom: 4.531vw;
}

.tabs__nav__link {
  padding: 0.781vw 0;
  font-size: 1.563vw;
}


/* Tabs */
.tabs__nav {
  display: flex;
  margin-bottom: 58px;
}

.tabs__nav__link {
  width: 50%;
  padding: 10px 0;
  background: #d4d1c7;
  color: #fff;
  font-size: 20px;
  text-align: center;
  opacity: 1;
}

.tabs__nav__link:hover {
  opacity: 1;
}

.tabs__nav__link.active {
  background: #5cb1a0;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.register__btn {
  width: 270px;
  margin-top: 28px;
  padding: 16px 38px;
}

.register__btn::after {
  right: 20px;
}

/* Section Guide */
.sec-guide {
  padding: 100px 0 50px;
}

.guide__inner {
  width: 860px;
  margin: 0 auto;
}

.guide__step {
  display: flex;
  align-items: center;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 24px;
}

.guide__step-number {
  margin-right: 25px;
  color: #69aaa0;
  font-family: "ten-mincho", sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  font-style: italic;
}

.guide__slide {
  margin-bottom: 106px;
}

.guide__item {
  margin-bottom: 6px;
}

.guide__info-wrap {
  margin-left: 12px;
  padding-left: 66px;
  border-left: 2px dashed #cfe8e3;
}

.guide__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0 71px;
}

.guide__info--last {
  padding-bottom: 80px;
}

.guide__img {
  width: 382px;
  margin-right: 57px;
  border-radius: 30px;
}

.guide__text {
  flex: 1;
}

.guide__text p {
  line-height: 1.87;
}


.guide__label-group {
  margin-top: 8px;
  display: flex;
}

.guide__label-group .guide__label:not(:last-child) {
  margin-right: 8px;
}


.guide__text--green {
  position: relative;
  margin-top: 17px;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 20px;
}

.guide__text--green::before {
  position: absolute;
  top: 0;
  left: 10px;
  width: 82px;
  height: 2px;
  background: url("/oos/adv/images/guest-tsutsumuto-lp/icn_dot.png") no-repeat center;
  background-size: 100%;
  content: "";
}

.atm-usage-guide__ttl {
  margin-bottom: 25px;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2.4px;
}

.atm-usage-guide__wrap {
  background: #fefaed;
  border-radius: 30px;
  margin-bottom: 2rem;
}

.atm-usage-guide__box {
  display: flex;
  position: relative;
  margin-left: auto;
  padding: 65px 47px 35px 73px;
  background: #fefaed;
  border-radius: 30px;
}

.atm-usage-guide__box::before {
  position: absolute;
  top: 55%;
  left: auto;
  width: calc(100% - 122px);
  content: "";
  transform: translateY(-50%);
  border-bottom: 2px dashed #cfe8e3;
}

.atm-usage-guide__step {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 182px;
  height: 182px;
  margin-right: 56px;
  border: 2px solid #8fbcb3;
  background: #fffcfc;
  border-radius: 50%;
}

.atm-usage-guide__step-num {
  position: absolute;
  top: -24px;
  left: -27px;
  font-family: "ten-mincho", sans-serif;
  font-size: 50px;
}

.atm-usage-guide__step:last-of-type {
  margin-right: 0;
}

.atm-usage-guide__step-desc {
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 14px;
  text-align: center;
}

.atm-usage-guide__step-icn {
  margin: 0 auto;
}

.atm-usage-guide__step-icn--01 img,
.atm-usage-guide__step-icn--03 img {
  width: 62px;
}

.atm-usage-guide__step-icn--02 img {
  width: 51px;
}

.atm-usage-guide__alert {
  display: block;
  padding: 0 47px 35px 73px;
}

.transfer-confirm {
  display: flex;
  width: 100%;
  padding: 28px 40px 0 50px;
  border: 2px solid #eae4e4;
  border-radius: 30px;
}

.transfer-confirm__img {
  width: 214px;
}

.transfer-confirm__content {
  flex: 1;
  margin: 40px 24px 0 0;
  letter-spacing: 1.6px;
}

.transfer-confirm__title {
  line-height: 0.9;
  margin-bottom: 30px;
  color: #5cb1a0;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  font-size: 24px;
  letter-spacing: 2.4px;
}

.transfer-confirm__description {
  width: 506px;
  line-height: 1.87;
}

/* ATM */
.usage__atm-accordion {
  max-width: 100%;
  margin-bottom: 7px;
  background-color: #e6f6f3;
  border-radius: 5px;
}

.usage__atm-accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #543200;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  cursor: pointer;
  font-size: 1.2rem;
}

.usage__atm-accordion summary::-webkit-details-marker {
  display: none;
}

.usage__atm-accordion summary::before,
.usage__atm-accordion summary::after {
  width: 3px;
  height: .9em;
  border-radius: 5px;
  background-color: #b6c6c3;
  content: '';
}

.usage__atm-accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.usage__atm-accordion summary::after {
  transition: rotate .3s;
}

.usage__atm-accordion[open] summary::after {
  rotate: 90deg;
}

.usage__atm-accordion .usage__atm-wrap {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #543200;
  background-color: #fff;
  transition: transform .5s, opacity .5s;
  padding: 2rem 1rem 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.usage__atm-accordion[open] .usage__atm-wrap {
  transform: none;
  opacity: 1;
}

.usage__atm-accordion .usage__atm-box {
  width: 45%;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-top: 2px solid #5CB1A0;
  margin-bottom: 2.5rem;
  padding: 1rem 1rem;
}

.usage__atm-accordion .usage__atm-box h2 {
  color: #69AAA0;
  font-size: 1.2rem;
  font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  margin-bottom: 0.7rem;
}

.usage__atm-accordion .usage__atm-box img {
  margin-bottom: 0.7rem;
}


/* Section Faq*/
.sec-faq {
  padding: 106px 0 108px;
}

.sec-faq .cmn__title {
  margin-bottom: 44px;
}

.faq__inner {
  width: 738px;
  margin: 0 auto;
}

.faq__item {
  border-bottom: 1px solid #ededed;
}

.faq__answer-item {
  display: none;
}

.faq__question,
.faq__answer {
  display: flex;
  position: relative;
  align-items: flex-start;
  color: #543200;
}

.faq__question {
  padding: 13px 22px;
}

.faq__answer {
  padding: 0px 20px 28px;
}

.faq__question-sign,
.faq__answer-sign {
  width: 40px;
  font-family: "ten-mincho", sans-serif;
  font-size: 24px;
  font-style: italic;
}

.faq__question-txt,
.faq__answer-txt {
  flex: 1;
  line-height: 2.2;
}

.faq__question:hover,
.faq__question.active {
  color: #73aea5;
  opacity: 1;
}

.faq__question::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 11px;
  background: url("/oos/adv/images/guest-tsutsumuto-lp/icn_arrow_down.png") no-repeat center / contain;
  content: "";
  transform: translateY(-50%);
}

.faq__question:hover::after,
.faq__question.active::after {
  background: url("/oos/adv/images/guest-tsutsumuto-lp/icn_arrow_up_green.png") no-repeat center / contain;
  transition: 0.2s;
}

.faq__answer-sign {
  color: #5cb1a0;
}

.faq__answer-txt a {
  display: inline;
  color: #73aea5;
  text-decoration: underline;
  transition: 0.2s;
}

.faq__answer-txt .other__link {
  position: relative;
  padding-right: 20px;
}

.faq__answer-txt .other__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background: url("/oos/adv/images/guest-tsutsumuto-lp/icn_arrow_square.png") no-repeat center/contain;
  content: "";
  transform: translateY(-50%);
}

.faq__answer-txt a:hover {
  text-decoration: none;
}

/* PC */
@media (min-width: 768px) {
  .header__content {
    display: block !important;
  }

  .sec-forGuest {
    margin: 120px auto 0;
    padding: 0;
  }

  .forGuest__img {
    margin-top: 40px;
  }

  .forGuest__text {
    border: 3px solid #E7F1EF;
    width: 660px;
    margin: auto;
    margin-top: 60px;
    padding: 28px 10px;
  }

  .forGuest__text h4 {
    font-size: 24px;
  }

  .forGuest__text p {
    margin-top: 15px;
  }
}

/* IPad */
@media only screen and (min-width:768px) and (max-width:1280px) {
  body {
    font-size: 1.25vw;
  }

  /* Common */
  .cmn__title {
    margin-bottom: 4.375vw;
    font-size: 2.969vw;
    letter-spacing: 0.416vw;
  }

  .cmn__en-title {
    margin-bottom: 2.188vw;
    font-size: 3.906vw;
  }

  .cmn__title--green {
    font-size: 4.688vw;
  }

  /* Header */
  .header {
    padding: 1.016vw 0 1.094vw;
  }

  .header .header__inner {
    width: 100%;
    padding: 0 4.063vw 0 0.703vw;
  }

  .header .header__logo-img {
    width: 11.016vw;
    margin-right: 0.625vw;
  }

  .header .gnav__list-item {
    margin-right: 5.625vw;
  }

  .header .gnav__list-item:last-of-type {
    margin-right: 0;
  }

  .header .gnav__list-link {
    font-size: 1.094vw;
  }


  /* Footer */
  .footer .footer__content {
    padding: 2.969vw 0 2.344vw;
  }

  .footer__content-txt {
    margin-bottom: 0.625vw;
    font-size: 1.875vw;
    letter-spacing: 0.188vw;
  }

  .footer__content-img {
    width: 19.375vw;
  }

  .footer__bottom {
    padding: 2.813vw 0 0.625vw;
  }

  .footer__bottom-logo {
    width: 12.734vw;
    margin: 0 auto 3.125vw;
  }

  .footer__copyright {
    font-size: 0.703vw;
  }

  /* Mainvisual */
  .mainvisual {
    padding: 4.219vw 0;
  }

  .mainvisual .mainvisual__inner {
    width: 82.813vw;
    border-radius: 3.125vw;
  }

  .mainvisual__txt__img {
    top: 0.703vw;
    right: 5.313vw;
    width: 16.875vw;
  }

  .mainvisual__gift-content {
    top: 1.797vw;
    left: calc((100% - 100.234vw)/2);
    width: 21.172vw;
    padding-bottom: 0.781vw;
  }

  .mainvisual__gift-text {
    left: 1.797vw;
    margin-bottom: 0.391vw;
    letter-spacing: 0.275vw;
  }

  .mainvisual__gift-img {
    width: 19.219vw;
  }

  .mainvisual__list {
    padding: 2.656vw 2.656vw 2.969vw;
  }

  .mainvisual__item {
    margin-right: 1.719vw;
    padding-right: 2.109vw;
    font-size: 1.797vw;
  }

  .mainvisual__item::after {
    width: 1.016vw;
    height: 1.641vw;
  }

  .mainvisual__item--01 {
    padding-left: 4.219vw;
  }

  .mainvisual__item--01::before {
    width: 3.438vw;
    height: 3.438vw;
  }

  .mainvisual__item--02 {
    margin-right: 1.172vw;
    padding-left: 4.063vw;
  }

  .mainvisual__item--02::before {
    width: 3.125vw;
    height: 3.125vw;
  }

  .mainvisual__item--03 {
    padding-left: 4.531vw;
  }

  .mainvisual__item--03::before {
    width: 3.984vw;
    height: 3.984vw;
  }

  /* Section About */
  .sec-about {
    padding: 10.625vw 0 8.906vw;
  }

  .sec-about .cmn__title {
    margin-bottom: 3.125vw;
    font-size: 1.875vw;
    letter-spacing: 0.188vw;
  }

  .sec-about .cmn__title--lg {
    font-size: 2.5vw;
    letter-spacing: 0.023vw;
  }

  .sec-about .cmn__title--green {
    font-size: 3.75vw;
  }

  .about__inner {
    width: 79.219vw;
    margin: 0 auto;
    padding-left: 6.016vw;
  }

  .about__img {
    width: 31.25vw;
    margin-top: 4.688vw;
  }

  .about__item {
    width: 41.016vw;
  }

  .about__text-lg {
    margin-bottom: 2.969vw;
    font-size: 1.563vw;
  }

  /* Section Features */
  .sec-features {
    padding: 7.813vw 0 8.281vw;
  }

  .features__inner {
    width: 67.188vw;
  }

  .company__inner {
    width: 67.188vw;
  }


  .sec-features .cmn__title {
    margin-bottom: 7.031vw;
  }

  .features__item {
    width: 21.25vw;
    margin: 0 1.719vw 4.922vw 0;
    padding: 4.375vw 3.047vw 3.203vw;
    border-radius: 2.344vw;
  }

  .features__item:nth-of-type(4),
  .features__item:nth-of-type(5) {
    margin-bottom: 3.906vw;
  }

  .features__no {
    top: -2.813vw;
    left: 0.938vw;
    font-size: 3.906vw;
  }

  .features__item-img {
    width: 12.422vw;
    margin: 0 auto 2.5vw;
  }

  .features__sub-ttl {
    margin-bottom: 1.094vw;
    font-size: 1.406vw;
    letter-spacing: 0.07vw;
  }

  .features__atm {
    width: 44.219vw;
  }

  /* Section Information */
  .sec-information {
    padding: 8.281vw 0;
  }

  .information__inner {
    width: 61.328vw;
  }

  .sec-information .cmn__title {
    margin-bottom: 3.125vw;
  }

  .information__txt {
    margin-bottom: 4.063vw;
  }

  .information__txt--bold-large {
    margin-bottom: 3.516vw;
    font-size: 1.563vw;
    letter-spacing: 0.141vw;
  }

  .information__item {
    width: 29.844vw;
    padding: 3.125vw 3.594vw;
    border-radius: 2.344vw;
  }

  .information__item__ttl {
    margin-bottom: 2.188vw;
    font-size: 1.406vw;
  }

  .information__item__img {
    width: 5.703vw;
    margin: 0 auto 2.891vw;
    min-height: 6.328vw;
  }

  .information__item__img--large {
    width: 16.719vw;
  }

  .information__item__sub-ttl {
    margin-bottom: 0.938vw;
  }

  .information__item-txt {
    margin-bottom: 1.875vw;
    min-height: 16.406vw;
  }

  .information__item__detail-btn {
    width: 21.25vw;
    margin-left: 0.781vw;
    padding: 0.938vw 0;
    font-size: 1.094vw;
    border-radius: 2.031vw;
  }

  .information__item__detail-btn:after {
    right: 2.422vw;
    width: 1.094vw;
    height: 1.094vw;
  }

  .notice {
    margin-top: 0.625vw;
    font-size: 0.938vw;
  }

  /* Section Guide */
  .sec-guide {
    padding: 7.25vw 0 3.281vw;
  }

  .guide__inner {
    width: 67.188vw;
  }

  .guide__step {
    font-size: 1.875vw;
  }

  .guide__step-number {
    margin-right: 1.953vw;
    font-size: 3.906vw;
  }

  .guide__slide {
    margin-bottom: 8.281vw;
  }

  .guide__item {
    margin-bottom: 0.391vw;
  }

  .guide__info-wrap {
    margin-left: 0.938vw;
    padding-left: 5.156vw;
  }

  .guide__info {
    padding: 1.016vw 0 5.547vw;
  }

  .guide__info--last {
    padding-bottom: 6.25vw;
  }

  .guide__img {
    width: 29.844vw;
    margin-right: 4.453vw;
    border-radius: 2.344vw;
  }

  .guide__text--green {
    margin-top: 1.328vw;
    font-size: 1.563vw;
  }

  .guide__text--green::before {
    left: 0.781vw;
    width: 6.406vw;
    height: 0.156vw;
  }

  .atm-usage-guide__ttl {
    margin-bottom: 1.953vw;
    font-size: 1.563vw;
    letter-spacing: 0.188vw;
  }

  .atm-usage-guide__box {
    padding: 6.172vw 3.672vw 4.844vw 5.703vw;
    border-radius: 2.344vw;
  }

  .atm-usage-guide__alert {
    padding: 0 3.672vw 4.844vw 5.703vw;
  }

  .atm-usage-guide__box::before {
    width: calc(100% - 9.531vw);
    border-bottom: 0.156vw dashed #cfe8e3;
  }

  .atm-usage-guide__step {
    width: 14.219vw;
    height: 14.219vw;
    margin-right: 4.375vw;
  }

  .atm-usage-guide__step-num {
    top: -1.875vw;
    left: -2.109vw;
    font-size: 3.906vw;
  }

  .atm-usage-guide__step:last-of-type {
    margin-right: 0;
  }

  .atm-usage-guide__step-desc {
    font-size: 1.094vw;
  }

  .atm-usage-guide__step-icn--01,
  .atm-usage-guide__step-icn--03 {
    width: 4.844vw;
  }

  .atm-usage-guide__step-icn--02 {
    width: 3.984vw;
  }

  .transfer-confirm {
    padding: 2.188vw 3.125vw 0 3.906vw;
    border-radius: 2.344vw;
  }

  .transfer-confirm__img {
    width: 16.719vw;
  }

  .transfer-confirm__content {
    margin: 3.125vw 1.875vw 0 0;
    letter-spacing: 0.125vw;
  }

  .transfer-confirm__title {
    margin-bottom: 2.344vw;
    font-size: 1.6vw;
    letter-spacing: 0.188vw;
  }

  .transfer-confirm__description {
    width: 39.531vw;
  }

  /* Section Banner*/
  .banner {
    padding: 2.031vw 0;
  }

  .banner__txt {
    margin-bottom: 0.547vw;
    letter-spacing: 0.125vw;
  }

  .banner__img-gp {
    padding-left: 1.875vw;
  }

  .banner__img--01 {
    width: 10.781vw;
    margin-right: 3.516vw;
  }

  .banner__img--02 {
    width: 1.328vw;
    margin: 0 3.516vw 0.781vw 0;
  }

  .banner__img--03 {
    width: 17.188vw;
  }


}

/* SP --------------------------------------------------------------------------------------------------------*/
@media all and (max-width:767.9px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    line-height: 2.14;
    font-size: 3.733vw;
  }

  /* .other__link::after {
    margin-right: 3px;
    background:none;
    content: "（※外部サイトへ遷移します）";
    transform: translateY(-50%);
  } */

  /* Common */
  .cmn__title {
    line-height: 1;
    margin-bottom: 8.667vw;
    font-size: 8vw;
    letter-spacing: 0.8vw;
  }

  .cmn__en-title {
    line-height: 1;
    margin-bottom: 3.467vw;
    font-size: 8vw;
  }

  .cmn__title--green {
    font-size: 10.667vw;
  }

  .header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 9.6vw 2.4vw 2.4vw;
  }

  .header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

  .header .header__logo-img {
    width: 35.467vw;
    margin-right: 1.333vw;
  }

  .header .header__logo-txt {
    font-size: 3.733vw;
  }

  .header__logo--sp {
    bottom: 5.867vw;
    width: 38.933vw;
    margin: 13.333vw auto 0;
  }

  .hamburger {
    display: block;
    position: relative;
    right: 4.533vw;
    z-index: 3;
    width: 6.4vw;
    height: 6.4vw;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .hamburger span {
    display: block;
    position: absolute;
    right: 0;
    width: 4.8vw;
    height: 0.4vw;
    background-color: #aea7a7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 1.333vw;
  }

  .hamburger span:nth-child(2) {
    top: 3.2vw;
  }

  .hamburger span:nth-child(3) {
    top: 4.8vw;
  }

  .hamburger.is-active {
    right: 4vw;
  }

  .hamburger.is-active span {
    width: 6.133vw;
  }

  .hamburger.is-active span:nth-child(1),
  .hamburger.is-active span:nth-child(2) {
    top: 3.462vw;
  }

  .hamburger.is-active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hamburger.is-active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.is-active span:nth-child(3) {
    opacity: 0;
  }

  .header__content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 31.733vw 13.067vw 13.333vw;
    box-sizing: border-box;
    background: #fefaee;
    transform: translateX(100%);
    transition: all 0.6s;
    overflow-y: scroll;
  }

  .header__content.is-active {
    display: block;
    transform: translateX(0%);
    opacity: 100;
  }

  .header__content::-webkit-scrollbar {
    display: none;
  }

  .header__content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .header .gnav .gnav__list {
    display: block;
  }

  .header .gnav .gnav__list-item {
    line-height: 1.87;
    margin-right: 0;
    padding: 5.2vw 0;
    text-align: left;
    border-bottom: 0.533vw dashed #eae5e5;
  }

  .header .gnav .gnav__list-item .gnav__list-link {
    font-size: 4.267vw;
  }

  /* Footer */
  .footer .footer__content {
    padding: 5vw 0 7vw;
  }

  .footer__content-txt {
    line-height: 1.65;
    margin-bottom: 2.133vw;
    font-size: 3.733vw;
    letter-spacing: 0.373vw;
  }

  .footer__content-img {
    width: 42.667vw;
  }

  .footer__bottom {
    padding: 4.333vw 0 1.333vw;
  }

  .footer__bottom-logo {
    width: 26.667vw;
    margin: 0 auto 3.467vw;
  }

  .footer__copyright {
    font-size: 1.6vw;
    letter-spacing: 0.053vw;
  }

  /* Mainvisual */
  .mainvisual {
    height: 138.667vw;
    margin-top: 22.4vw;
    padding: 16vw 0 0;
  }

  .mainvisual .mainvisual__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .mainvisual__txt__img {
    top: auto;
    right: 7.567vw;
    bottom: -3.067vw;
    width: 37.867vw;
  }

  .mainvisual__gift-content {
    position: absolute;
    top: 2.133vw;
    left: 0;
    width: 49.6vw;
    padding-bottom: 3.467vw;
  }

  .mainvisual__gift-text {
    left: 5.6vw;
    line-height: 1.6;
    margin-bottom: 0vw;
    font-size: 2.667vw;
    letter-spacing: 0.587vw;
  }

  .mainvisual__gift-img {
    position: relative;
    left: 2.133vw;
    width: 38.933vw;
  }

  .mainvisual__list {
    display: block;
    bottom: 3.267vw;
    padding: 0 0 0 4.833vw;
  }

  .mainvisual__item {
    line-height: 1.7;
    margin-right: 0;
    margin-bottom: 6.133vw;
    padding-right: 0;
    padding-left: 12.733vw;
    font-size: 4.267vw;
  }

  .mainvisual__item::after {
    content: none;
  }

  .mainvisual__item::before {
    width: 11.733vw;
    height: 11.733vw;
  }

  .mainvisual__item--01::before {
    background: url("/oos/adv/images/guest-tsutsumuto-lp/icn_mv_item01.png") no-repeat center / 9.6vw;
  }

  .mainvisual__item--02 {
    margin-right: 0;
    margin-bottom: 6.4vw;
  }

  .mainvisual__item--02::before {
    background: url("/oos/adv/images/guest-tsutsumuto-lp/icn_mv_item02.png") no-repeat center / 9.6vw;
  }

  .mainvisual__item--03::before {
    background: url("/oos/adv/images/guest-tsutsumuto-lp/icn_mv_item03.png") no-repeat center / 9.6vw;
  }

  /* Section About */
  .sec-about {
    padding: 12vw 0 0;
  }

  .sec-about .cmn__title {
    line-height: 1.5;
    margin-bottom: 5.333vw;
    font-size: 5.333vw;
    text-align: left;
    letter-spacing: 0.533vw;
  }

  .sec-about .cmn__title--lg {
    font-size: 6.933vw;
    letter-spacing: 0.08vw;
  }

  .sec-about .cmn__title--green {
    line-height: 1.6;
    font-size: 8.8vw;
  }

  .about__inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 5.333vw;
  }

  .about__img {
    width: 52vw;
    margin: 0 auto;
    margin-left: 23.467vw;
  }

  .about__item {
    width: 100%;
  }

  .about__text-lg {
    line-height: 1.77;
    margin-bottom: 6.4vw;
    font-size: 4.8vw;
  }

  .about__text-sm {
    line-height: 2.142;
    letter-spacing: -0.027vw;
  }

  /* Section Features */
  .sec-features {
    padding: 8vw 0;
    background: #fefaed;
  }

  .features__inner {
    width: 100%;
    padding: 0 5.333vw;
  }

  .sec-features .cmn__title {
    margin-bottom: 14.4vw;
  }

  .sec-features .cmn__en-title {
    margin-bottom: 2.067vw;
  }

  .features__slide {
    display: block;
  }

  .features__item {
    width: 100%;
    margin: 0 0 14.133vw 0;
    padding: 11.2vw 10.133vw 8.133vw;
    border-radius: 8vw;
  }

  .features__item:nth-of-type(4) {
    margin-bottom: 14.133vw;
  }

  .features__item:nth-of-type(5) {
    margin-bottom: 8vw;
  }

  .features__no {
    top: -4vw;
    left: 8.533vw;
    line-height: 0.6;
    font-size: 13.333vw;
  }

  .features__item-img {
    width: 49.6vw;
    margin: 0 auto 5.333vw;
  }

  .features__sub-ttl {
    line-height: 1.66;
    margin-bottom: 2.5vw;
    font-size: 4.8vw;
    letter-spacing: 0.24vw;
  }

  .features__txt {
    line-height: 1.85;
  }

  .features__atm {
    width: 100%;
  }

  /* Section Information */
  .sec-information {
    padding: 8.8vw 0 13vw;
    background: url("/oos/adv/images/guest-tsutsumuto-lp/img_information_bg_sp.png") no-repeat center bottom / contain;
  }

  .information__inner {
    width: 100%;
    padding: 0 5.333vw;
  }

  .sec-information .cmn__title {
    margin-bottom: 7.733vw;
  }

  .information__txt {
    line-height: 2.14;
    margin-bottom: 10.667vw;
  }

  .information__txt--bold-large {
    display: inline;
    font-size: 3.733vw;
    letter-spacing: 0.2px;
  }

  .information__slide {
    display: block;
    margin-top: 8.533vw;
  }

  .information__item {
    width: 100%;
    padding: 9.6vw 5.867vw;
  }

  .information__slide:nth-of-type(1) .information__item {
    margin-bottom: 6.333vw;
  }

  .information__item__ttl {
    line-height: 1.5;
    margin-bottom: 10.133vw;
    font-size: 4.8vw;
  }

  .information__item__img {
    width: 19.467vw;
    margin: 0 auto 7.867vw;
    min-height: auto;
  }

  .information__item--last .information__item__ttl {
    margin-bottom: 12vw;
  }

  .information__item--last .information__item__sub-ttl {
    letter-spacing: 0.267vw;
  }

  .information__item--last .information__item-txt {
    margin-bottom: 8.8vw;
  }

  .information__item__img--large {
    width: 57.067vw;
    margin: 0 auto 12.267vw;
  }

  .information__item__sub-ttl {
    margin-bottom: 2.667vw;
  }

  .information__item-txt {
    line-height: 2.14;
    margin-bottom: 7.933vw;
    min-height: auto;
  }

  .information__item__detail-btn {
    width: 72.533vw;
    line-height: 1.35;
    margin-left: 2.667vw;
    padding: 3.733vw 0;
    font-size: 3.733vw;
    border-radius: 6.933vw;
  }

  .information__item__detail-btn:after {
    right: 8.267vw;
    width: 3.733vw;
    height: 3.733vw;
  }

  .notice {
    margin-top: 2.133vw;
    font-size: 3.2vw;
  }

  /* Section Company sp */
  .sec-company {
    padding: 20px 0 20px;
  }

  .company__inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .company__sub-title {
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: 'Zen Kaku Gothic New Bold', sans-serif;
  }

  .company__inner p {
    margin-bottom: 1rem;
  }

  .company__table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .company__table caption {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .company__table th {
    padding: 10px;
    background: #B8E5DC;
    border: solid 1px #778ca3;
  }

  .company__table td {
    padding: 15px 10px;
    width: auto;
    height: 80px;
    margin: 0 auto;
  }

  /* Section Guide */
  .sec-guide {
    padding: 2.3vw 0;
  }

  .sec-guide .cmn__title {
    margin-bottom: 8.667vw;
  }

  .sec-guide .cmn__en-title {
    margin-bottom: 4.8vw;
  }

  .guide__inner {
    width: 100%;
    padding: 8vw 5.333vw 0;
  }

  .guide__inner h3 {
    padding: 0;
    font-size: 1.2em;
  }

  .guide__slide {
    margin-bottom: 8vw;
  }

  .guide__step {
    line-height: 1.4;
    font-size: 4.8vw;
  }

  .guide__item {
    margin-bottom: 6.133vw;
  }

  .guide__item:first-of-type .guide__step-number {
    margin-right: 7.2vw;
  }

  .guide__step-number {
    margin-right: 5.333vw;
    font-size: 13.333vw;
  }

  .guide__info-wrap {
    margin-left: 2.4vw;
    padding-left: 9.6vw;
  }

  .guide__info {
    display: block;
    padding: 3.233vw 0 0;
  }

  .guide__img {
    width: 100%;
    margin: 0 0 5.333vw;
    border-radius: 8vw;
  }

  .guide__text p {
    line-height: 2.14;
  }

  .guide__text--green {
    line-height: 1.76;
    font-size: 4.533vw;
  }

  .guide__text--green::before {
    left: 2.133vw;
    width: 18.4vw;
    height: 0.533vw;
  }

  .guide__info--last {
    padding-bottom: 4.4vw;
  }

  .atm-usage-guide__ttl {
    margin-bottom: 1.467vw;
    font-size: 4.8vw;
    letter-spacing: 0.576vw;
  }


  .atm-usage-guide__wrap {
    background: #fefaed;
    border-radius: 30px;
    padding: 0 0 0.5rem 0;
    margin-bottom: 2rem;
  }

  .atm-usage-guide__box {
    display: block;
    padding: 4.067vw 4.267vw;
  }

  .atm-usage-guide__alert {
    display: block;
    margin: 0.5rem auto;
    width: 80%;
    padding: 0;
  }


  .atm-usage-guide__box::before {
    top: auto;
    left: 18%;
    width: 0.533vw;
    height: 70%;
    transform: translateY(0px);
    border-left: 0.533vw dashed #5CB1A0;
  }

  .atm-usage-guide__step {
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10.133vw;
    border: none;
    background: none;
  }

  .atm-usage-guide__step:last-of-type {
    margin-bottom: 0;
  }

  .atm-usage-guide__step::after {
    content: none;
  }

  .atm-usage-guide__step-icn {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 18.667vw;
    height: 18.667vw;
    margin: 0;
    border: 0.533vw solid #8fbcb3;
    background: #fff;
    border-radius: 50%;
  }

  .atm-usage-guide__step-icn--01 img {
    width: 10.933vw;
    height: 10.933vw;
  }

  .atm-usage-guide__step-icn--02 img {
    width: 9.067vw;
  }

  .atm-usage-guide__step-icn--03 img {
    width: 9.6vw;
  }

  .atm-usage-guide__step-num {
    position: relative;
    top: 0;
    left: 0;
    width: 8vw;
    margin: 0 1.6vw;
    font-size: 8vw;
    text-align: center;
  }

  .atm-usage-guide__step-desc {
    flex: 1;
    line-height: 1.6;
    text-align: left;
  }

  .transfer-confirm {
    display: block;
    padding: 6.533vw 9.333vw 0;
    border-radius: 5.333vw;
  }

  .transfer-confirm__content {
    margin: 0 0 4.067vw 0;
  }

  .transfer-confirm__title {
    line-height: 1.5;
    margin-bottom: 4.4vw;
    font-size: 5.333vw;
    letter-spacing: 0.533vw;
  }

  .transfer-confirm__description {
    width: 100%;
    line-height: 2.14;
    letter-spacing: 0.373vw;
  }

  .transfer-confirm__img {
    width: 45.6vw;
    margin: 0 auto;
    margin-left: 15.467vw;
  }

  /* Section Banner*/
  .banner {
    padding: 10.133vw 0 4.533vw;
    background: url("/oos/adv/images/guest-tsutsumuto-lp/img_banner_bg_sp.png") no-repeat center/cover;
  }

  .banner__txt {
    line-height: 2.14;
    margin-bottom: 1.1vw;
    letter-spacing: 0.373vw;
  }

  .banner__img-gp {
    padding-left: 0;
  }

  .banner__img--01 {
    width: 24vw;
    margin-right: 5.067vw;
  }

  .banner__img--02 {
    width: 4vw;
    margin-right: 3.467vw;
  }

  .banner__img--03 {
    width: 40vw;
  }

  /* Section Faq*/
  .sec-faq {
    padding: 8vw 0;
  }

  .sec-faq .cmn__title {
    margin-bottom: 9.333vw;
  }

  .sec-faq .cmn__en-title {
    margin-bottom: 4.8vw;
  }

  .faq__inner {
    width: 100%;
    padding: 0 5.333vw;
  }

  .faq__question-sign,
  .faq__answer-sign {
    width: 10.667vw;
    line-height: 1.6;
    font-size: 6.4vw;
  }

  .faq__question-sign {
    line-height: 0.7;
  }

  .faq__question {
    padding: 5.867vw 17.333vw 4.667vw 0.8vw;
  }

  .faq__question::after {
    top: 8.133vw;
    right: 5.067vw;
    width: 2.933vw;
    height: 2.933vw;
  }

  .faq__answer {
    padding: 0.533vw 7.733vw 4.267vw 0.8vw;
  }

  .faq__question-txt {
    line-height: 1.5;
  }

  .faq__answer-txt .other__link {
    padding-right: 5.333vw;
  }

  .faq__answer-txt .other__link::after {
    top: auto;
    right: auto;
    bottom: 0.533vw;
    width: 3.733vw;
    height: 3.733vw;
    margin-right: 0.8vw;
    transform: translateY(0);
  }

  .guide__text._flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .guide__label-group {
    margin-top: 0;
    margin-bottom: 5.333vw;
    width: 44vw;
  }

  /* ATM */
  .usage__atm-accordion {
    max-width: 100%;
    margin-bottom: 7px;
    background-color: #e6f6f3;
    border-radius: 5px;
  }

  .usage__atm-accordion summary {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #543200;
    cursor: pointer;
    font-size: 1.2rem;
  }

  .usage__atm-accordion summary::-webkit-details-marker {
    display: none;
  }

  .usage__atm-accordion summary::before,
  .usage__atm-accordion summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #b6c6c3;
    content: '';
  }

  .usage__atm-accordion summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
  }

  .usage__atm-accordion summary::after {
    transition: rotate .3s;
  }

  .usage__atm-accordion[open] summary::after {
    rotate: 90deg;
  }

  .usage__atm-accordion div.usage__atm-wrap {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #543200;
    background-color: #fff;
    transition: transform .5s, opacity .5s;
    padding: 2rem 1rem 1rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .usage__atm-accordion[open] div.usage__atm-wrap {
    transform: none;
    opacity: 1;
  }

  .usage__atm-accordion div.usage__atm-box {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-top: 2px solid #5CB1A0;
    margin-bottom: 2.5rem;
    padding: 1rem 1rem;
  }

  .usage__atm-accordion div.usage__atm-box h2 {
    color: #69AAA0;
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
  }

  .usage__atm-accordion div.usage__atm-box img {
    margin-bottom: 0.7rem;
  }

}