@font-face {
  font-family: YuMin;
  src: url(../font/yumin.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

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

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

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

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
header {
  width: 100%;
  height: 62rem;
  padding-left: 150rem;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
}
header.fixed {
  position: fixed;
  animation: fadeIn 0.3s forwards;
}
header .logo {
  width: 184rem;
  display: flex;
}

.frontview {
  width: 100%;
  margin-top: 62rem;
  display: flex;
}

.content__cap {
  padding: 40rem 0;
}
.content__cap.fixed {
  width: 100%;
  height: 88rem;
  padding: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 4;
  display: none;
}
.content__cap.fixed.open {
  display: flex;
  animation: fadeIn 0.5s forwards;
}
.content__cap.fixed .c__lbl {
  font-size: 28rem;
}
.content__cap.fixed .ctn__btn {
  width: 400rem;
  margin: 0;
}
.content__cap .c__lbl {
  font-weight: 500;
  font-size: 30.14rem;
  letter-spacing: 0.01em;
  line-height: 51.71rem;
  text-align: center;
  color: #000;
}
.content__cap .ctn__btn {
  width: 560rem;
  display: flex;
  margin: auto;
  margin-top: 15rem;
  transition: 0.3s;
}
.content__cap .ctn__btn:hover {
  transform: scale(1.05);
}

.atm__detail {
  padding: 50rem 0;
  background: #ec6c00;
}
.atm__detail .atm__banner {
  width: 634rem;
  margin: auto;
}
.atm__detail .atm__cp {
  width: 840rem;
  margin: auto;
  margin-top: 0;
}
.atm__detail .atm__info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40rem;
}
.atm__detail .atm__info .c__item {
  width: 400rem;
  display: flex;
}
.atm__detail .atm__flow {
  width: 836.91rem;
  height: auto;
  margin: auto;
  margin-top: 50rem;
  padding: 10rem;
  border-radius: 19.13rem;
  background: #fff;
}
.atm__detail .atm__flow .atm__inner {
  width: 100%;
  padding: 30rem;
  border-radius: 19.13rem 19.13rem 0 0;
  border: 3.83rem solid #ec6c00;
}
.atm__detail .atm__flow .c__lbl {
  font-weight: 500;
  font-size: 37rem;
  letter-spacing: 0.19em;
  line-height: 55.29rem;
  padding-bottom: 15rem;
  text-align: center;
  color: #ec6c00;
  border-bottom: 3.83rem solid #ec6c00;
}
.atm__detail .atm__flow .flow__items .f__item {
  width: 100%;
  padding: 40rem 0 40rem 10rem;
  border-bottom: 1.77rem solid #ec6c00;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.atm__detail .atm__flow .flow__items .f__item:nth-child(2) .gap {
  width: 136rem;
  top: 22rem;
}
.atm__detail .atm__flow .flow__items .f__item:nth-child(3) .gap {
  width: 82rem;
  top: 41rem;
  right: 205rem;
}
.atm__detail .atm__flow .flow__items .f__item:nth-child(4) {
  border-bottom: 0;
}
.atm__detail .atm__flow .flow__items .f__item:nth-child(4) .gap {
  width: 213rem;
  top: 32rem;
  right: 150rem;
}
.atm__detail .atm__flow .flow__items .f__item .gap {
  width: 132rem;
  display: flex;
  position: absolute;
  right: 178rem;
  top: 60rem;
}
.atm__detail .atm__flow .flow__items .f__item .f__info {
  display: flex;
  align-items: center;
}
.atm__detail .atm__flow .flow__items .f__item .f__info .step {
  width: 105.85rem;
  margin-right: 25rem;
  display: flex;
}
.atm__detail .atm__flow .flow__items .f__item .f__info .lbl {
  font-weight: 500;
  font-size: 33rem;
  letter-spacing: 0;
  line-height: 46.29rem;
  text-align: left;
  color: #000;
}
.atm__detail .atm__flow .flow__items .f__item .detail__btn {
  width: 168rem;
  display: flex;
  transition: 0.3s;
}
.atm__detail .atm__flow .flow__items .f__item .detail__btn:hover {
  transform: scale(1.05);
}
.atm__detail .note__text {
  padding: 35rem 0;
  margin-top: -34rem;
  background: #ec6c00;
  border-radius: 0 0 19.13rem 19.13rem;
}
.atm__detail .note__text p {
  font-weight: 500;
  font-size: 27.04rem;
  letter-spacing: 0.11em;
  line-height: 41.73rem;
  text-align: center;
  color: #fff;
}
.atm__detail .note__text p span {
  font-size: 31.5rem;
  display: block;
}

.atm__concept {
  padding: 80rem 0;
}
.atm__concept .c__lbl {
  width: 725rem;
  margin: auto;
}
.atm__concept .d__txt {
  font-weight: 500;
  font-size: 28rem;
  letter-spacing: 0.16em;
  line-height: 42.78rem;
  margin-top: 23rem;
  text-align: center;
  color: #150301;
}
.atm__concept .d__txt span {
  color: #ec6c00;
}
.atm__concept .concept__inner {
  width: 832rem;
  margin: auto;
  margin-top: 34rem;
}
.atm__concept .concept__inner .ct__items {
  width: 100%;
}
.atm__concept .concept__inner .ct__items .cb__lbl {
  width: 100%;
  height: 60rem;
  background: url(../img/tb_bg.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.atm__concept .concept__inner .ct__items .cb__lbl p {
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.25em;
  line-height: 58.26rem;
  text-align: center;
  color: #fff;
}
.atm__concept .concept__inner .ct__items .c__item {
  padding: 40rem 60rem;
  border-bottom: 2.7rem dashed #231815;
  position: relative;
  display: flex;
  justify-content: right;
}
.atm__concept .concept__inner .ct__items .c__item:nth-child(3) {
  justify-content: left;
}
.atm__concept .concept__inner .ct__items .c__item:nth-child(3) .gap {
  width: 215rem;
  left: auto;
  right: 40rem;
}
.atm__concept .concept__inner .ct__items .c__item:nth-child(4) {
  border-bottom: 0;
}
.atm__concept .concept__inner .ct__items .c__item:nth-child(4) .gap {
  width: 227rem;
  bottom: 20rem;
}
.atm__concept .concept__inner .ct__items .c__item .gap {
  width: 243rem;
  display: flex;
  position: absolute;
  left: 40rem;
  bottom: 0;
}
.atm__concept .concept__inner .ct__items .c__item .content__text .t__lbl {
  font-weight: 500;
  font-size: 29.4rem;
  letter-spacing: 0.16em;
  line-height: 45.97rem;
  display: inline-block;
  text-align: left;
  color: #e95504;
  position: relative;
  z-index: 1;
}
.atm__concept .concept__inner .ct__items .c__item .content__text .t__lbl:after {
  content: "";
  width: 100%;
  height: 20.81rem;
  background: #fff79f;
  position: absolute;
  left: 0;
  bottom: 5rem;
  z-index: -1;
}
.atm__concept .concept__inner .ct__items .c__item .content__text .c__txt {
  font-weight: 500;
  font-size: 20rem;
  letter-spacing: 0.15em;
  line-height: 33.6rem;
  margin-top: 14rem;
  text-align: left;
  color: #000;
}
.atm__concept .concept__inner .atm__bank {
  width: 100%;
  margin-top: 30rem;
}
.atm__concept .concept__inner .atm__bank .cb__lbl {
  width: 100%;
  height: 60rem;
  background: url(../img/tb_bg.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.atm__concept .concept__inner .atm__bank .cb__lbl p {
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.25em;
  line-height: 58.26rem;
  text-align: center;
  color: #fff;
}
.atm__concept .concept__inner .atm__bank .t__txt {
  font-weight: 500;
  font-size: 29.4rem;
  letter-spacing: 0.11em;
  line-height: 45.97rem;
  margin-top: 22rem;
  text-align: center;
  color: #000;
}
.atm__concept .concept__inner .atm__bank .t__txt span {
  color: #ec6c00;
}
.atm__concept .concept__inner .atm__bank .c__banks {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 30rem;
  gap: 50rem;
}
.atm__concept .concept__inner .atm__bank .c__banks .c__bank {
  width: 360rem;
  display: flex;
}
.atm__concept .concept__inner .atm__bank .price__mark {
  width: 724rem;
  display: flex;
  margin: auto;
}
.atm__concept .concept__inner .atm__bank .note__txt {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.07em;
  line-height: 24.61rem;
  text-align: center;
  color: #000;
}

.atm__method {
  width: 100%;
  height: auto;
  padding: 100rem 0;
  background: url(../img/method_bg.png);
  background-size: 100% 100%;
}
.atm__method h2 {
  font-weight: 500;
  font-size: 50.75rem;
  letter-spacing: 0.14em;
  line-height: 67.09rem;
  text-align: center;
  color: #ec6c00;
}
.atm__method .nt__txt {
  font-weight: 500;
  font-size: 25rem;
  letter-spacing: 0.08em;
  line-height: 35.67rem;
  margin-top: 20rem;
  text-align: center;
  color: #000;
}
.atm__method .nt__txt span {
  font-size: 18.43rem;
  display: block;
}
.atm__method .bank__content {
  width: 915rem;
  margin: auto;
  margin-top: 30rem;
  position: relative;
  z-index: 1;
}
.atm__method .bank__content .bank__links {
  display: flex;
  width: 100%;
  height: 90rem;
  position: relative;
}
.atm__method .bank__content .bank__links .b__btn {
  width: 50.3%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20rem 20rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4rem solid #ec6c00;
  border-bottom: 0;
  background: white;
  cursor: pointer;
}
.atm__method .bank__content .bank__links .b__btn.active {
  z-index: 2;
}
.atm__method .bank__content .bank__links .b__btn.active:last-child {
  z-index: 2;
}
.atm__method .bank__content .bank__links .b__btn:after {
  content: "";
  width: 101%;
  height: 16rem;
  background: white;
  position: absolute;
  left: 0;
  bottom: 0;
}
.atm__method .bank__content .bank__links .b__btn:last-child {
  border-color: #094;
  left: auto;
  right: 0;
  z-index: 0;
}
.atm__method .bank__content .bank__links .b__btn:last-child:after {
  left: auto;
  right: 0;
}
.atm__method .bank__content .bank__links .b__btn:last-child p {
  color: #094;
}
.atm__method .bank__content .bank__links .b__btn p {
  font-weight: 500;
  font-size: 32.48rem;
  margin-top: -20rem;
  letter-spacing: 0.09em;
  line-height: 42.94rem;
  text-align: center;
  color: #ec6c00;
}
.atm__method .bank__content .bank__flow {
  width: 100%;
  height: auto;
  margin-top: -20rem;
  padding: 0 50rem;
  border-radius: 20rem;
  background: #fff;
  border: 4rem solid #ec6c00;
  display: none;
}
.atm__method .bank__content .bank__flow.active {
  display: block;
  animation: fadeIn 0.5s forwards;
}
.atm__method .bank__content .bank__flow.c01 {
  border-color: #094;
}
.atm__method .bank__content .bank__flow.c01 .b__item {
  border-color: #094;
}
.atm__method .bank__content .bank__flow.c01 .b__item:nth-child(1) .gap {
  width: 275rem;
  bottom: 67rem;
}
.atm__method .bank__content .bank__flow.c01 .b__item:nth-child(2) .gap {
  width: 190rem;
}
.atm__method .bank__content .bank__flow.c01 .b__item:nth-child(3) .gap {
  width: 290rem;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.atm__method .bank__content .bank__flow.c01 .b__item:nth-child(4) .gap {
  width: 290rem;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.atm__method .bank__content .bank__flow .b__item {
  width: 100%;
  padding: 50rem 0;
  border-bottom: 1.93rem solid #ec6c00;
  position: relative;
  display: flex;
  align-items: center;
}
.atm__method .bank__content .bank__flow .b__item:last-child {
  border-bottom: 0;
}
.atm__method .bank__content .bank__flow .b__item:nth-child(2) .gap {
  width: 245rem;
}
.atm__method .bank__content .bank__flow .b__item:nth-child(3) .gap {
  width: 328rem;
  bottom: 15rem;
}
.atm__method .bank__content .bank__flow .b__item .gap {
  width: 340rem;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
.atm__method .bank__content .bank__flow .b__item .step {
  width: 100rem;
  margin-right: 24rem;
  display: flex;
}
.atm__method .bank__content .bank__flow .b__item .c__txt {
  font-weight: 500;
  font-size: 31.92rem;
  letter-spacing: 0.05em;
  line-height: 44.77rem;
  text-align: left;
  color: #000;
}
.atm__method .bank__content .note__txt {
  font-weight: 500;
  font-size: 15rem;
  letter-spacing: 0.08em;
  line-height: 31.61rem;
  margin-top: 15rem;
  text-align: left;
  color: #000;
}

.atm__text {
  width: 914.52rem;
  margin: auto;
  margin-top: 40rem;
  font-weight: normal;
  font-size: 13rem;
  letter-spacing: 0.03em;
  line-height: 23rem;
  text-align: left;
  color: #1a1311;
}
.atm__text span {
  color: #DB0011;
}

footer {
  padding: 40rem 0 100rem;
  margin-top: 100rem;
  background: #607580;
}
footer .tel__lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 22.16rem;
  letter-spacing: 0.13em;
  line-height: 41.73rem;
  text-align: center;
  color: #fff;
}
footer .tel__lbl a {
  color: #fff;
}
footer .w__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 17.16rem;
  letter-spacing: 0.13em;
  line-height: 32.31rem;
  text-align: center;
  color: #fff;
}
footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 13.73rem;
  letter-spacing: 0.13em;
  line-height: 25.85rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1040px) {
  html {
    font-size: 0.8px;
  }
}
@media screen and (max-width: 860px) {
  html {
    font-size: 0.7px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.1333vw;
  }
  header {
    width: 100%;
    height: 100rem;
    padding-left: 30rem;
  }
  header .logo {
    width: 324rem;
  }
  .content__cap .ctn__btn {
    width: 580rem;
  }
  .atm__detail .atm__cp {
    width: 100%;
  }
  .atm__detail .atm__info {
    display: block;
  }
  .atm__detail .atm__info .c__item {
    width: 690rem;
    margin: auto;
    margin-bottom: 60rem;
  }
  .atm__detail .atm__flow {
    width: 690rem;
  }
  .atm__detail .atm__flow .c__lbl {
    font-size: 32rem;
    letter-spacing: 0.19em;
    line-height: 1.5;
    padding-bottom: 10rem;
  }
  .atm__detail .atm__flow .flow__items .f__item .f__info .step {
    width: 85rem;
    margin-right: 22rem;
  }
  .atm__detail .atm__flow .flow__items .f__item {
    width: 100%;
    padding: 30rem 0 30rem 10rem;
  }
  .atm__detail .atm__flow .flow__items .f__item .f__info .lbl {
    font-weight: 500;
    font-size: 25rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .atm__detail .atm__flow .flow__items .f__item .detail__btn {
    width: 135rem;
  }
  .atm__detail .atm__flow .flow__items .f__item .gap {
    width: 115rem;
    display: flex;
    position: absolute;
    right: 148rem;
    top: 46rem;
  }
  .atm__detail .atm__flow .flow__items .f__item:nth-child(2) .gap {
    width: 108rem;
    top: 15rem;
  }
  .atm__detail .atm__flow .flow__items .f__item:nth-child(3) .gap {
    width: 66rem;
    top: 31rem;
    right: 161rem;
  }
  .atm__detail .atm__flow .flow__items .f__item:nth-child(4) .gap {
    width: 164rem;
    top: 22rem;
    right: 132rem;
  }
  .atm__detail .note__text p {
    font-size: 20.04rem;
    letter-spacing: 0.11em;
    line-height: 1.6;
  }
  .atm__detail .note__text p span {
    font-size: 27.5rem;
  }
  .atm__concept .c__lbl {
    width: 690rem;
  }
  .atm__concept .concept__inner {
    width: 690rem;
    margin: auto;
    margin-top: 45rem;
  }
  .atm__concept .concept__inner .ct__items .c__item {
    padding: 40rem 0 0;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .atm__concept .concept__inner .ct__items .c__item .gap {
    width: 434rem;
    margin: auto;
    display: flex;
    position: relative;
    left: -40rem;
    bottom: 0;
    margin-top: 20rem;
  }
  .atm__concept .concept__inner .ct__items .cb__lbl {
    width: 100%;
    height: 64rem;
    background: url(../img/tb_bg_sp.png);
    background-size: cover;
  }
  .atm__concept .concept__inner .ct__items .c__item .content__text .t__lbl {
    font-size: 35.4rem;
    line-height: 1.6;
  }
  .atm__concept .concept__inner .ct__items .c__item .content__text .c__txt {
    font-weight: 500;
    font-size: 23rem;
    margin-top: 18rem;
    line-height: 1.5;
  }
  .atm__concept .concept__inner .ct__items .c__item:nth-child(3) .gap {
    width: 395rem;
    left: auto;
    right: -8rem;
  }
  .atm__concept .concept__inner .ct__items .c__item:nth-child(4) .gap {
    width: 430rem;
    left: -18rem;
    bottom: 0;
  }
  .atm__concept .concept__inner .atm__bank {
    width: 100%;
    margin-top: 65rem;
  }
  .atm__concept .concept__inner .atm__bank .cb__lbl {
    width: 100%;
    height: 64rem;
    background: url(../img/tb_bg_sp.png);
    background-size: cover;
  }
  .atm__concept .concept__inner .atm__bank .t__txt {
    font-weight: 500;
    font-size: 33.4rem;
    letter-spacing: 0.11em;
    line-height: 1.5;
  }
  .atm__concept .concept__inner .atm__bank .t__txt span {
    display: block;
  }
  .atm__concept .concept__inner .atm__bank .price__mark {
    width: 100%;
  }
  .atm__concept .concept__inner .atm__bank .note__txt {
    font-weight: 500;
    font-size: 24rem;
    letter-spacing: 0.07em;
    line-height: 1.5;
    text-align: left;
  }
  .atm__method {
    width: 100%;
    height: auto;
    padding: 120rem 0;
    background: url(../img/method_bg_sp.png);
    background-size: 100% 100%;
  }
  .atm__method h2 {
    font-size: 66.75rem;
    letter-spacing: 0.14em;
    line-height: 1.2;
  }
  .atm__method .nt__txt {
    width: 690rem;
    margin: auto;
    font-weight: 500;
    font-size: 31rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-top: 20rem;
  }
  .atm__method .nt__txt span {
    font-size: 22.43rem;
  }
  .atm__method .bank__content {
    width: 690rem;
    margin: auto;
    margin-top: 55rem;
  }
  .atm__method .bank__content .bank__flow .b__item {
    width: 100%;
    padding: 50rem 0 270rem;
  }
  .atm__method .bank__content .bank__flow .b__item .gap {
    width: 480rem;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }
  .atm__method .bank__content .bank__flow {
    padding: 0 30rem;
  }
  .atm__method .bank__content .bank__flow .b__item .c__txt {
    font-weight: 500;
    font-size: 34.92rem;
    letter-spacing: -0.05em;
    line-height: 1.5;
  }
  .atm__method .bank__content .bank__flow .b__item:nth-child(2) .gap {
    width: 306rem;
  }
  .atm__method .bank__content .bank__flow .b__item:nth-child(3) .gap {
    width: 462rem;
  }
  .atm__method .bank__content .bank__flow .b__item:last-child {
    padding-bottom: 30rem;
  }
  .atm__method .bank__content .note__txt {
    font-size: 23rem;
  }
  .atm__method .bank__content .bank__flow.c01 .b__item:nth-child(1) .gap {
    width: 434rem;
    bottom: 10rem;
  }
  .atm__method .bank__content .bank__flow.c01 .b__item:nth-child(2) .gap {
    width: 300rem;
  }
  .atm__method .bank__content .bank__flow.c01 .b__item:nth-child(3) {
    padding: 50rem 0 320rem;
  }
  .atm__method .bank__content .bank__flow.c01 .b__item:nth-child(4) {
    padding: 50rem 0 320rem;
  }
  .atm__method .bank__content .bank__flow.c01 .b__item:nth-child(3) .gap {
    width: 457rem;
    bottom: 30rem;
    top: auto;
    transform: translate(-50%);
  }
  .atm__method .bank__content .bank__flow.c01 .b__item:nth-child(4) .gap {
    width: 457rem;
    bottom: 30rem;
    top: auto;
    transform: translate(-50%);
  }
  .atm__text {
    width: 690rem;
    margin: auto;
    margin-top: 60rem;
    font-weight: normal;
    font-size: 20rem;
    letter-spacing: 0.03em;
    line-height: 35rem;
  }
  footer .tel__lbl {
    font-size: 29.16rem;
    letter-spacing: 0.13em;
    line-height: 1.5;
  }
  footer .w__txt {
    font-size: 25.16rem;
    letter-spacing: 0.13em;
    line-height: 1.8;
  }
  footer .copyright {
    font-size: 17.73rem;
    letter-spacing: 0.13em;
    line-height: 1.8;
  }
  .content__cap.fixed.open {
    display: block;
  }
  .content__cap.fixed {
    width: 100%;
    height: auto;
    padding: 10rem 0;
  }
  .content__cap.fixed .c__lbl {
    font-size: 32rem;
  }
  .content__cap.fixed .ctn__btn {
    width: 580rem;
    margin: auto;
  }
  footer {
    padding: 40rem 0 200rem;
  }
}