@charset "UTF-8";
/*
_function.scss ファイル
それぞれ( )内にpxでの数値を入れるとrem, pxに変換
*/
body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN", "メイリオ";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 750px !important;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 970px !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1170px !important;
  }
}

.inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .inner {
    padding-inline: 87px;
  }
}

@font-face {
  font-family: "A-OTF 新ゴ Pro";
  src: url("../font/A-OTF-ShinGoPro-Regular.otf") format("opentype");
  src: url("../font/A-OTF-ShinGoPro-Bold.otf") format("opentype");
}
body {
  position: relative;
}

.wrapper {
  overflow: hidden;
}

.border__wrapper-sp {
  position: absolute;
  width: 3px;
  left: 35px;
  height: 8140px;
  bottom: 827px;
  background: #cd381a;
}
@media screen and (min-width: 600px) {
  .border__wrapper-sp {
    bottom: 640px;
  }
}
@media screen and (min-width: 768px) {
  .border__wrapper-sp {
    left: 80px;
    bottom: 761px;
    width: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .border__wrapper-sp {
    display: none;
  }
}
.border__wrapper-sp::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/flag.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -49px;
  left: -7px;
  width: 38px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .border__wrapper-sp::before {
    bottom: -70px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .border__wrapper-sp::before {
    display: none;
  }
}

.border__container {
  margin-left: 40px;
}
@media screen and (min-width: 768px) {
  .border__container {
    margin-left: 124px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .border__container {
    margin-left: 0;
    padding-right: 0;
  }
}

.fv {
  padding-top: 35px;
  margin-left: -5px;
  position: relative;
  overflow: hidden;
  height: 928px;
}
@media screen and (min-width: 600px) {
  .fv {
    height: 1054px;
    height: 854px;
  }
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 105px;
    height: 1434px;
  }
}

.fv__logo {
  width: 743px;
  margin-left: -1px;
}

.fv__title {
  margin-top: 53px;
}
@media screen and (min-width: 768px) {
  .fv__title {
    margin-top: 83px;
  }
}
.fv__title img {
  display: block;
}
.fv__title img:nth-of-type(1) {
  width: 155px;
}
@media screen and (min-width: 768px) {
  .fv__title img:nth-of-type(1) {
    width: 355px;
  }
}
.fv__title img:nth-of-type(2) {
  margin-top: 33px;
  width: 370px;
}
@media screen and (min-width: 768px) {
  .fv__title img:nth-of-type(2) {
    width: 711px;
  }
}
@media screen and (min-width: 992px) {
  .fv__title img:nth-of-type(2) {
    width: 811px;
  }
}
.fv__title img:nth-of-type(3) {
  margin-top: 30px;
  width: 200px;
  padding-bottom: 20px;
  border-bottom: 5px solid #cd381a;
}
@media screen and (min-width: 768px) {
  .fv__title img:nth-of-type(3) {
    width: 433px;
  }
}

.fv__text {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.9142857143;
  letter-spacing: 0.04em;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .fv__text {
    font-size: 27px;
  }
}

.fv__image {
  position: absolute;
  top: 577px;
  right: -3px;
  aspect-ratio: 1544/1100;
  width: clamp(360px, 96vw, 500px);
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .fv__image {
    top: 419px;
    right: calc(50% - 302px);
    width: 583px;
  }
}
@media screen and (min-width: 768px) {
  .fv__image {
    right: calc(50% - 390px);
    width: 761px;
    top: 857px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__image {
    width: 1284px;
    right: calc(50% - 678px);
    top: 415px;
  }
}
@media screen and (min-width: 1600px) {
  .fv__image {
    right: 138px;
  }
}

.problem {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .problem {
    padding-top: 152px;
  }
}
@media screen and (min-width: 1200px) {
  .problem {
    padding-top: 111px;
  }
}

.problem__title {
  font-family: "A-OTF 新ゴ Pro";
  font-size: 45px;
  line-height: 1.4222222222;
  letter-spacing: 0.005em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .problem__title {
    font-size: 65px;
  }
}
@media screen and (min-width: 992px) {
  .problem__title {
    font-size: 72px;
  }
}
.problem__title span {
  color: #cd381a;
  padding-bottom: 17px;
  border-bottom: 7px solid #cd381a;
}
.problem__title img {
  position: absolute;
  width: 58px;
  height: 58px;
  top: -33px;
  right: -11px;
}
@media screen and (min-width: 768px) {
  .problem__title img {
    width: 90px;
    height: 90px;
    top: -53px;
    right: -65px;
  }
}
@media screen and (min-width: 992px) {
  .problem__title img {
    right: -105px;
  }
}
@media screen and (min-width: 1200px) {
  .problem__title img {
    right: -157px;
  }
}

.problem__text {
  margin-top: 55px;
  font-size: 16px;
  line-height: 2.0615384615;
  letter-spacing: 0.005em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .problem__text {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .problem__text {
    text-align: center;
  }
}

.problem__image {
  margin-top: 17px;
  max-width: 1427px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.problem__arrow {
  width: 150px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .problem__arrow {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .problem__arrow {
    width: 250px;
  }
}

.recommend {
  margin-top: 50px;
  padding-top: 114px;
  background: #cd381a;
  padding-bottom: 124px;
}
@media screen and (min-width: 768px) {
  .recommend {
    margin-top: 100px;
  }
}

.recommend__top {
  color: #fff;
  position: relative;
}

.recommend__top-title {
  width: 352px;
}
@media screen and (min-width: 768px) {
  .recommend__top-title {
    width: 678px;
  }
}
@media screen and (min-width: 992px) {
  .recommend__top-title {
    width: 665px;
  }
}

.recommend__top-text {
  position: absolute;
  top: 180px;
  font-size: 15px;
  left: 0;
  text-align: left;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .recommend__top-text {
    top: 360px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .recommend__top-text {
    top: 75px;
    text-align: right;
    left: auto;
    right: 0;
  }
}

.recommend__contents {
  margin-top: 275px;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recommend__contents {
    margin-top: 405px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .recommend__contents {
    margin-top: 115px;
  }
}

.recommend__contents-top {
  aspect-ratio: 952/541;
  width: 100%;
  margin: 0 auto;
}

.recommend__contents-bottom {
  background: #efefef;
  color: #cd381a;
  width: 100%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  border-radius: 27px;
}
@media screen and (min-width: 768px) {
  .recommend__contents-bottom {
    padding: 67px 103px;
    gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .recommend__contents-bottom {
    gap: 59px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.recommend__contents-bottom p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.675;
  letter-spacing: 0.11em;
}
@media screen and (min-width: 768px) {
  .recommend__contents-bottom p {
    font-size: 32px;
    text-wrap: nowrap;
  }
}
.recommend__contents-bottom img {
  width: 220px;
}
@media screen and (min-width: 992px) {
  .recommend__contents-bottom img {
    width: 330px;
  }
}

.image__decoration {
  width: 100%;
  height: 400px;
  aspect-ratio: 1920/960;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .image__decoration {
    height: 560px;
  }
}
@media screen and (min-width: 992px) {
  .image__decoration {
    height: 760px;
  }
}
@media screen and (min-width: 992px) {
  .image__decoration {
    height: 960px;
  }
}

.parallax-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/background1.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.parallax2-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/background2.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.suggestion {
  padding-top: 70px;
  padding-bottom: 146px;
}
@media screen and (min-width: 768px) {
  .suggestion {
    padding-top: 170px;
    padding-bottom: 146px;
  }
}
@media screen and (min-width: 1200px) {
  .suggestion {
    padding-bottom: 246px;
  }
}

.suggestion__title img {
  width: 405px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .suggestion__title img {
    width: 1025px;
  }
}

.suggestion__title-sub {
  margin-top: 13px;
  text-align: center;
  font-family: "A-OTF 新ゴ Pro";
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .suggestion__title-sub {
    font-size: 54px;
  }
}

.suggestion__image {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .suggestion__image {
    margin-top: 120px;
    padding-inline: 50px;
  }
}
@media screen and (min-width: 992px) {
  .suggestion__image {
    gap: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .suggestion__image {
    padding-inline: 87px;
    margin: 106px auto 0;
    gap: 102px;
  }
}
.suggestion__image > .image_home {
  width: 171px;
}
@media screen and (min-width: 600px) {
  .suggestion__image > .image_home {
    width: 270px;
  }
}
@media screen and (min-width: 768px) {
  .suggestion__image > .image_home {
    width: 350px;
  }
}
@media screen and (min-width: 992px) {
  .suggestion__image > .image_home {
    width: 464px;
  }
}
@media screen and (min-width: 1200px) {
  .suggestion__image > .image_home {
    width: 500px;
    margin-top: -38px;
  }
}

.image_smartphone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .image_smartphone {
    gap: 0;
  }
}
.image_smartphone img:nth-of-type(1) {
  width: 63px;
  aspect-ratio: 240/379;
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  .image_smartphone img:nth-of-type(1) {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .image_smartphone img:nth-of-type(1) {
    width: 110px;
  }
}
@media screen and (min-width: 992px) {
  .image_smartphone img:nth-of-type(1) {
    width: 154px;
  }
}
@media screen and (min-width: 1200px) {
  .image_smartphone img:nth-of-type(1) {
    width: 216px;
  }
}
.image_smartphone img:nth-of-type(2) {
  width: 52px;
  aspect-ratio: 195/368;
}
@media screen and (min-width: 600px) {
  .image_smartphone img:nth-of-type(2) {
    width: 66px;
  }
}
@media screen and (min-width: 768px) {
  .image_smartphone img:nth-of-type(2) {
    margin-left: 17px;
    width: 92px;
  }
}
@media screen and (min-width: 992px) {
  .image_smartphone img:nth-of-type(2) {
    margin-left: 52px;
    width: 128px;
  }
}
@media screen and (min-width: 1200px) {
  .image_smartphone img:nth-of-type(2) {
    width: 180px;
  }
}

.suggestion__text {
  margin-top: 46px;
  text-align: left;
  font-size: 16px;
  line-height: 1.9851851852;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .suggestion__text {
    margin-top: 53px;
    font-size: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .suggestion__text {
    text-align: center;
  }
}

.suggestion__text-bold {
  margin-top: 74px;
  font-family: "A-OTF 新ゴ Pro";
  font-size: 27px;
  line-height: 1.637037037;
  letter-spacing: 0.005em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .suggestion__text-bold {
    font-size: 54px;
  }
}
.suggestion__text-bold span {
  color: #cd381a;
  padding-bottom: 6px;
  border-bottom: 5px solid #cd381a;
}

.title {
  font-family: "A-OTF 新ゴ Pro";
  font-size: 26px;
  line-height: 1.4222222222;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 600px) {
  .title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 43px;
  }
}
@media screen and (min-width: 992px) {
  .title {
    font-size: 57px;
  }
}
@media screen and (min-width: 1200px) {
  .title {
    font-size: 71px;
  }
}
.title span {
  color: #cd381a;
  border-bottom: 5px solid #cd381a;
  padding-bottom: 6px;
}

.title-en {
  font-size: 15px;
  color: #cd381a;
}

.service {
  padding-top: 56px;
  padding-bottom: 58px;
  background: #cd381a;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service {
    padding-top: 122px;
    padding-bottom: 158px;
  }
}
@media screen and (min-width: 1200px) {
  .service {
    padding-top: 158px;
  }
}
.service::before {
  content: "";
  position: absolute;
  background: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 100px;
  bottom: -96px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .service::before {
    width: 250px;
  }
}

@media screen and (min-width: 600px) {
  .service__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.service__title {
  color: #fff;
  font-family: "A-OTF 新ゴ Pro";
  font-size: 56px;
  line-height: 1.4222222222;
  letter-spacing: 0.005em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .service__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 72px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service__title span {
  color: #f9f702;
  padding-bottom: 6px;
  border-bottom: 7px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  .service__title span {
    margin-left: 10px;
    padding-top: 16px;
  }
}

.service__title-en {
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 3.2;
  color: #f9f702;
  margin-right: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .service__title-en {
    margin-right: 113px;
  }
}

.service__text {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.9142857143;
  letter-spacing: 0.003em;
}
@media screen and (min-width: 768px) {
  .service__text {
    font-size: 25px;
  }
}

.service__cards {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 91px 30px;
  width: 300px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .service__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 86px 25px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .service__cards {
    margin-top: 115px;
    grid-template-columns: repeat(3, 1fr);
    gap: 91px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .service__cards {
    gap: 91px 25px;
  }
}

.service__card-wrapper {
  position: relative;
  z-index: 30;
  width: 100%;
  margin-inline: auto;
}

.service__card-wrapper > .service__card > img {
  display: block;
  margin-top: 43px;
  margin-inline: auto;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .service__card-wrapper > .service__card > img {
    margin-top: 41px;
    width: 117px;
  }
}
@media screen and (min-width: 992px) {
  .service__card-wrapper > .service__card > img {
    margin-top: 53px;
    width: 130px;
  }
}

.service__card-wrapper:nth-of-type(2) .service__card img {
  margin-top: 16px;
  width: 75px;
}
@media screen and (min-width: 600px) {
  .service__card-wrapper:nth-of-type(2) .service__card img {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .service__card-wrapper:nth-of-type(2) .service__card img {
    margin-top: 18px;
    width: 89px;
  }
}
@media screen and (min-width: 992px) {
  .service__card-wrapper:nth-of-type(2) .service__card img {
    width: 115px;
  }
}
@media screen and (min-width: 1200px) {
  .service__card-wrapper:nth-of-type(2) .service__card img {
    margin-top: 26px;
  }
}

.service__card-wrapper:nth-of-type(3) .service__card img {
  width: 58px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .service__card-wrapper:nth-of-type(3) .service__card img {
    width: 72px;
    margin-top: 27px;
  }
}
@media screen and (min-width: 992px) {
  .service__card-wrapper:nth-of-type(3) .service__card img {
    margin-top: 33px;
    width: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .service__card-wrapper:nth-of-type(3) .service__card img {
    margin-top: 51px;
  }
}

.service__card-wrapper:nth-of-type(4) .service__card img {
  margin-top: 43px;
  width: 181px;
}
@media screen and (min-width: 600px) {
  .service__card-wrapper:nth-of-type(4) .service__card img {
    margin-top: 59px;
  }
}
@media screen and (min-width: 992px) {
  .service__card-wrapper:nth-of-type(4) .service__card img {
    margin-top: 71px;
    width: 271px;
  }
}

@media screen and (min-width: 992px) {
  .service__card-wrapper:nth-of-type(5) .service__card img {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .service__card-wrapper:nth-of-type(5) .service__card img {
    margin-top: 61px;
  }
}

.service__card-wrapper:nth-of-type(6) .service__card img {
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .service__card-wrapper:nth-of-type(6) .service__card img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .service__card-wrapper:nth-of-type(6) .service__card img {
    margin-top: 51px;
  }
}

.service__card {
  z-index: 20;
  background: #fff;
  padding: 30px 26px 35px 26px;
  width: 100%;
  height: 395px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .service__card {
    height: 409px;
  }
}
@media screen and (min-width: 768px) {
  .service__card {
    height: 409px;
  }
}
@media screen and (min-width: 992px) {
  .service__card {
    height: 455px;
  }
}
@media screen and (min-width: 1200px) {
  .service__card {
    height: 566px;
  }
}

.service__card-num {
  position: absolute;
  z-index: -1;
  background: #f9f702;
  color: #cd381a;
  line-height: 2.1333333333;
  letter-spacing: 0.005em;
  font-family: "A-OTF 新ゴ Pro";
  font-size: 48px;
  width: 70px;
  height: 70px;
  top: -60px;
  left: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service__card-title {
  font-size: 24px;
  font-family: "A-OTF 新ゴ Pro";
  line-height: 1.2625;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 768px) {
  .service__card-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .service__card-title {
    font-size: 31px;
  }
}
.service__card-title span {
  color: #cd381a;
}

.service__card-text {
  font-size: 14px;
  line-height: 1.58;
  position: absolute;
  top: calc(50% + 60px);
  margin-right: 26px;
}
@media screen and (min-width: 768px) {
  .service__card-text {
    font-size: 14px;
    top: calc(50% + 64px);
  }
}
@media screen and (min-width: 1200px) {
  .service__card-text {
    font-size: 20px;
  }
}

.service__link-image {
  width: 300px;
  margin: 76px auto 0;
}
@media screen and (min-width: 600px) {
  .service__link-image {
    width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .service__link-image {
    width: 659px;
    margin: 126px auto 0;
  }
}

.service__link-title {
  font-family: "A-OTF 新ゴ Pro";
  font-size: 30px;
  line-height: 1.8962962963;
  letter-spacing: 0.005em;
  margin-top: 25px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service__link-title {
    font-size: 54px;
  }
}

.service__link-text {
  font-size: 16px;
  letter-spacing: 0.001em;
  line-height: 2.144;
  margin-top: 25px;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .service__link-text {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .service__link-text {
    text-align: center;
    white-space: nowrap;
  }
}

.flow {
  padding-top: 120px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 220px;
    padding-bottom: 200px;
  }
}
.flow::before {
  content: "";
  position: absolute;
  background: url(../img/icon-flow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 72px;
  height: 50px;
  top: 135px;
  left: -38px;
}
@media screen and (min-width: 768px) {
  .flow::before {
    width: 100px;
    top: 245px;
    left: -86px;
  }
}
@media screen and (min-width: 1200px) {
  .flow::before {
    display: none;
  }
}

.flow__inner {
  position: relative;
}
.flow__inner::before {
  content: "";
  display: none;
  position: absolute;
  background: url(../img/icon-flow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 72px;
  height: 50px;
  top: 135px;
  left: -72px;
}
@media screen and (min-width: 1200px) {
  .flow__inner::before {
    display: block;
    width: 100px;
    top: 245px;
    left: -100px;
  }
}
@media screen and (min-width: 1600px) {
  .flow__inner::before {
    width: 209px;
    top: 264px;
    left: -209px;
  }
}

.border__wrapper-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .border__wrapper-pc {
    display: block;
    position: absolute;
    width: 6px;
    left: -53px;
    height: 8140px;
    bottom: -5708px;
    background: #cd381a;
    z-index: -1;
  }
}
@media screen and (min-width: 1600px) {
  .border__wrapper-pc {
    left: -111px;
  }
}
.border__wrapper-pc::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/flag.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -49px;
  left: -7px;
  width: 38px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .border__wrapper-pc::before {
    bottom: -70px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 1600px) {
  .border__wrapper-pc::before {
    bottom: -100px;
    width: 65px;
    height: 65px;
  }
}

.flow__title {
  text-align: center;
}

.flow__top {
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .flow__top {
    max-width: 1170px !important;
  }
}
.flow__top img {
  aspect-ratio: 993/574;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  max-width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .flow__top img {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .flow__top img {
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100% - 80px);
  }
}
.flos__top-text {
  position: absolute;
  bottom: -16px;
  left: 0px;
  font-size: 19px;
  font-family: "A-OTF 新ゴ Pro";
  line-height: 1.45;
  letter-spacing: 0.005em;
  background-color: #fff;
  padding: 2px;
}
@media screen and (min-width: 768px) {
  .flos__top-text {
    bottom: -25px;
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .flos__top-text {
    bottom: -7px;
  }
}
.flos__top-text span {
  color: #cd381a;
}

.flow__top-title {
  background: #fff;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.flow__top-title span {
  color: #cd381a;
}

.flow__text {
  line-height: 1.9142857143;
  padding-left: 0px;
  margin-top: 62px;
  font-size: 16px;
  letter-spacing: 0.001em;
}
@media screen and (min-width: 992px) {
  .flow__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .flow__text {
    font-size: 26px;
    margin-top: 51px;
  }
}

.flow__contents {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .flow__contents {
    margin-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
}

.flow__content {
  border-bottom: 1px solid #000;
  padding: 30px 0px 24px 46px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (min-width: 600px) {
  .flow__content {
    border-right: 1px solid #000;
    padding: 47px 20px 0px 20px;
    border-bottom: none;
  }
}
@media screen and (min-width: 1200px) {
  .flow__content {
    padding: 47px 40px 0px 40px;
  }
}
.flow__content:nth-of-type(1) {
  border-top: 1px solid #000;
}
@media screen and (min-width: 600px) {
  .flow__content:nth-of-type(1) {
    border-top: none;
    border-left: 1px solid #000;
  }
}

.flow__content-num {
  font-family: "A-OTF 新ゴ Pro";
  font-size: 20px;
  line-height: 4.2666666667;
  letter-spacing: 0.05em;
  color: #cd381a;
  position: absolute;
  top: -3px;
  left: 11px;
}
@media screen and (min-width: 600px) {
  .flow__content-num {
    top: -16px;
    left: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .flow__content-num {
    font-size: 24px;
    top: -38px;
    left: 40px;
  }
}

.flow__content-text {
  font-size: 12px;
  line-height: 1.8588235294;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .flow__content-text {
    font-size: 17px;
  }
}

.flow__button-wrapper {
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  .flow__button-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 117px;
    gap: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .flow__button-wrapper {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.flow__button {
  width: 140px;
  padding: 8px 6px;
  text-align: center;
  background: #cd381a;
  color: #fff;
  font-family: "A-OTF 新ゴ Pro";
  font-size: 12px;
  line-height: 1.9333333333;
  letter-spacing: 0.005em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 600px) {
  .flow__button {
    width: 220px;
  }
}
@media screen and (min-width: 768px) {
  .flow__button {
    width: 250px;
    font-size: 15px;
    padding: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .flow__button {
    width: 450px;
    font-size: 24px;
  }
}
.flow__button:hover {
  opacity: 0.8;
}

.support {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .support {
    padding-bottom: 237px;
  }
}
.support::before {
  content: "";
  position: absolute;
  background: url(../img/icon-support.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 72px;
  height: 50px;
  top: 102px;
  left: -38px;
}
@media screen and (min-width: 768px) {
  .support::before {
    width: 100px;
    top: 245px;
    left: -86px;
  }
}
@media screen and (min-width: 1200px) {
  .support::before {
    display: none;
  }
}

.support__inner {
  position: relative;
}
.support__inner::before {
  content: "";
  display: none;
  position: absolute;
  background: url(../img/icon-support.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 72px;
  height: 50px;
  top: 102px;
  left: -72px;
}
@media screen and (min-width: 1200px) {
  .support__inner::before {
    display: block;
    width: 100px;
    top: 245px;
    left: -100px;
  }
}
@media screen and (min-width: 1600px) {
  .support__inner::before {
    width: 209px;
    top: 204px;
    left: -209px;
  }
}

.support__top {
  margin-left: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .support__top {
    width: auto;
  }
}
.support__top img {
  height: 238px;
  aspect-ratio: 1000/558;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .support__top img {
    width: 800px;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .support__top img {
    width: 1000px;
    height: 558px;
  }
}

.support__title {
  position: absolute;
  left: 0;
  top: 127px;
}
@media screen and (min-width: 600px) {
  .support__title {
    left: -40px;
  }
}
@media screen and (min-width: 768px) {
  .support__title {
    top: 278px;
    left: -13px;
  }
}
@media screen and (min-width: 1200px) {
  .support__title {
    left: -1px;
    top: 289px;
  }
}
.support__title span {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.support__title span:nth-of-type(1) {
  color: #000;
  border-bottom: none;
  display: block;
  padding-bottom: 0;
  padding-right: 10px;
}
.support__title span:nth-of-type(2) {
  margin-top: -4px;
  color: #cd381a;
  border-bottom: none;
  display: block;
  padding-bottom: 0;
  padding-right: 10px;
}
.support__title span:nth-of-type(3) {
  color: #cd381a;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 4px;
}
.support__title span:nth-of-type(4) {
  margin-left: -1px;
  color: #000;
  border-bottom: none;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-right: 10px;
}

.support__title-sub {
  margin-top: 73px;
  font-family: "A-OTF 新ゴ Pro";
  color: #cd381a;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .support__title-sub {
    font-size: 32px;
    margin-top: 175px;
  }
}
@media screen and (min-width: 992px) {
  .support__title-sub {
    margin-top: 145px;
  }
}
@media screen and (min-width: 1200px) {
  .support__title-sub {
    margin-top: 98px;
  }
}

.support__text {
  margin-top: 31px;
  font-size: 16px;
  line-height: 2.144;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .support__text {
    margin-top: 10px;
    font-size: 25px;
  }
}

.cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 50px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .cta__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .cta__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .cta__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 100px;
  }
}

.cta__title {
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .cta__title {
    text-align: left;
    font-size: 38px;
  }
}
@media screen and (min-width: 992px) {
  .cta__title {
    font-size: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .cta__title {
    font-size: 71px;
  }
}

.cta__title-sub {
  font-size: 20px;
  line-height: 1.9142857143;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 768px) {
  .cta__title-sub {
    font-size: 25px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .cta__title-sub {
    font-size: 28px;
  }
}

.cta__buttons {
  margin-top: 226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .cta__buttons {
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .cta__buttons {
    margin-top: 56px;
  }
}

.cta__button {
  width: 300px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cta__button:hover {
  opacity: 0.8;
}
.cta__button img {
  width: 100%;
}
.cta__button:nth-of-type(1) {
  width: 130px;
}
@media screen and (min-width: 992px) {
  .cta__button:nth-of-type(1) {
    width: 196px;
  }
}
.cta__button:nth-of-type(2) {
  width: 160px;
}
@media screen and (min-width: 992px) {
  .cta__button:nth-of-type(2) {
    width: 240px;
  }
}

.cta__image {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .cta__image {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 401px;
  }
}

.how-to {
  padding-top: 92px;
  padding-bottom: 83px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .how-to {
    padding-bottom: 183px;
  }
}
.how-to::before {
  content: "";
  position: absolute;
  background: url(../img/icon-howto.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 72px;
  height: 50px;
  top: 102px;
  left: -38px;
}
@media screen and (min-width: 768px) {
  .how-to::before {
    width: 100px;
    top: 120px;
    left: -86px;
  }
}
@media screen and (min-width: 992px) {
  .how-to::before {
    top: 128px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to::before {
    display: none;
  }
}

.how-to__inner {
  position: relative;
}
.how-to__inner::before {
  content: "";
  display: none;
  position: absolute;
  background: url(../img/icon-howto.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 72px;
  height: 50px;
  top: 102px;
  left: -72px;
}
@media screen and (min-width: 768px) {
  .how-to__inner::before {
    width: 100px;
    top: 120px;
    left: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to__inner::before {
    display: block;
    top: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .how-to__inner::before {
    width: 209px;
    left: -209px;
  }
}

.how-to__title {
  text-align: center;
}

.how-to__title-sub {
  text-align: center;
  margin-top: 34px;
  font-family: "A-OTF 新ゴ Pro";
  font-size: 18px;
  line-height: 1.2625;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .how-to__title-sub {
    font-size: 32px;
  }
}

.how-to__wrapper {
  margin-top: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 106px;
}
@media screen and (min-width: 768px) {
  .how-to__wrapper {
    gap: 86px;
  }
}
@media screen and (min-width: 992px) {
  .how-to__wrapper {
    margin-top: 113px;
    gap: 156px;
  }
}

.step__title {
  background: #efefef;
  padding: 13px 0;
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-family: "A-OTF 新ゴ Pro";
  font-size: 24px;
  line-height: 1.2625;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  .step__title {
    font-size: 28px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .step__title {
    font-size: 32px;
    width: auto;
  }
}

.step__callout {
  position: absolute;
  top: -37px;
  left: -7px;
  width: 84px;
}
@media screen and (min-width: 600px) {
  .step__callout {
    top: -42px;
    left: -53px;
    width: 69px;
  }
}
@media screen and (min-width: 768px) {
  .step__callout {
    width: 80px;
    left: auto;
    right: calc(50% + 244px);
    top: -42px;
  }
}
@media screen and (min-width: 992px) {
  .step__callout {
    top: -95px;
    right: calc(50% + 261px);
    width: 158px;
  }
}
@media screen and (min-width: 1600px) {
  .step__callout {
    right: calc(50% + 342px);
  }
}

.step__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 600px) {
  .step__title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .step__title-wrapper {
    gap: 25px;
  }
}

@media screen and (min-width: 600px) {
  .step__title-en {
    margin-left: -5px;
  }
}

.step__title-ja span {
  color: #cd381a;
}

.step__cards {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 62px;
  width: 230px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .step__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    gap: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .step__cards {
    margin-top: 94px;
    gap: 56px;
  }
}

.step__card-wrapper {
  position: relative;
  z-index: 30;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.step__card {
  padding: 18px;
  border: 3px solid #cd381a;
  position: relative;
  z-index: 30;
  background: #fff;
  height: 230px;
}
@media screen and (min-width: 768px) {
  .step__card {
    height: 215px;
  }
}
@media screen and (min-width: 992px) {
  .step__card {
    height: 289px;
    padding: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .step__card {
    height: 352px;
  }
}
.step__card img {
  width: 100px;
  position: absolute;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .step__card img {
    width: 77px;
  }
}
@media screen and (min-width: 992px) {
  .step__card img {
    width: 100px;
    bottom: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .step__card img {
    width: 125px;
    bottom: 57px;
  }
}

.step__card-wrapper1:nth-of-type(1) .step__card img {
  width: 74px;
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  .step__card-wrapper1:nth-of-type(1) .step__card img {
    width: 60px;
  }
}
@media screen and (min-width: 992px) {
  .step__card-wrapper1:nth-of-type(1) .step__card img {
    width: 80px;
    bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .step__card-wrapper1:nth-of-type(1) .step__card img {
    width: 99px;
    bottom: 37px;
  }
}

.step__card-wrapper1:nth-of-type(2) .step__card img {
  bottom: 59px;
}
@media screen and (min-width: 768px) {
  .step__card-wrapper1:nth-of-type(2) .step__card img {
    bottom: 37px;
  }
}
@media screen and (min-width: 992px) {
  .step__card-wrapper1:nth-of-type(2) .step__card img {
    bottom: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .step__card-wrapper1:nth-of-type(2) .step__card img {
    width: 141px;
    bottom: 57px;
  }
}

@media screen and (min-width: 1200px) {
  .step__card-wrapper2:nth-of-type(1) .step__card img {
    width: 149px;
  }
}

@media screen and (min-width: 1200px) {
  .step__card-wrapper2:nth-of-type(2) .step__card img {
    width: 152px;
  }
}

.step__card-num {
  position: absolute;
  z-index: -1;
  background: #cd381a;
  color: #fff;
  font-size: 32px;
  line-height: 2.1333333333;
  letter-spacing: 0.005em;
  font-family: "A-OTF 新ゴ Pro";
  width: 50px;
  height: 50px;
  top: -40px;
  left: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .step__card-num {
    font-size: 48px;
    width: 80px;
    height: 80px;
    top: -72px;
    left: -17px;
  }
}

.step__card-title {
  font-family: "A-OTF 新ゴ Pro";
  line-height: 1.2625;
  letter-spacing: 0.005em;
  font-size: 23px;
}
@media screen and (min-width: 992px) {
  .step__card-title {
    font-size: 30px;
  }
}
.step__card-title span {
  color: #cd381a;
  font-size: 23px;
}
@media screen and (min-width: 992px) {
  .step__card-title span {
    font-size: 30px;
  }
}

.summary {
  padding-bottom: 40px;
  width: calc(100% + 20px);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  .summary {
    padding-bottom: 113px;
  }
}
@media screen and (min-width: 992px) {
  .summary {
    padding-bottom: 213px;
  }
}

.summary__inner {
  padding-right: 0;
  max-width: 1397px;
  margin-left: auto;
  margin-right: auto;
}

.summary__title {
  margin-right: auto;
  display: block;
  width: 280px;
}
@media screen and (min-width: 600px) {
  .summary__title {
    width: 300px;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .summary__title {
    width: 491px;
    margin: 0;
  }
}

.summary__text {
  margin-top: 64px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.9142857143;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .summary__text {
    margin-right: 0;
    font-size: 16px;
    left: calc(50% - 259px);
  }
}
@media screen and (min-width: 768px) {
  .summary__text {
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  .summary__text {
    font-size: 28px;
  }
}
.summary__text + .summary__text {
  margin-top: 60px;
}

.summary__image {
  position: absolute;
  width: 302px;
  padding-top: 490px;
  top: 8px;
  right: calc(50% - 335px);
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .summary__image {
    padding-top: 492px;
    top: -3px;
    right: calc(50% - 285px);
  }
}
@media screen and (min-width: 768px) {
  .summary__image {
    width: 342px;
    right: calc(50% - 461px);
    padding-top: 491px;
  }
}
@media screen and (min-width: 992px) {
  .summary__image {
    width: 597px;
    padding-top: 777px;
    right: calc(50% - 639px);
  }
}
@media screen and (min-width: 1200px) {
  .summary__image {
    width: 647px;
    right: calc(50% - 723px);
    padding-top: 150px;
  }
}

.background3 {
  margin-top: 160px;
  margin-left: auto;
  max-width: calc(100% + 400px);
  height: 366px;
}
@media screen and (min-width: 600px) {
  .background3 {
    height: 474px;
  }
}
@media screen and (min-width: 768px) {
  .background3 {
    margin-top: 140px;
    height: auto;
  }
}
.end__contents {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
@media screen and (min-width: 600px) {
  .end__contents {
    margin-top: 0;
    width: 100%;
  }
}
.end__contents > .flow__content {
  padding-left: 40px;
  padding-right: 20px;
}
@media screen and (min-width: 600px) {
  .end__contents > .flow__content {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .end__contents > .flow__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.end__contents > .flow__content > .flow__content-text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .end__contents > .flow__content > .flow__content-text {
    font-size: 16px;
  }
}

.end-num {
  top: -3px;
}
@media screen and (min-width: 600px) {
  .end-num {
    top: -16px;
    left: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .end-num {
    top: -38px;
    left: 30px;
  }
}

.end-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hidden-pc {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 1200px) {
  .hidden-sp {
    display: inline-block;
  }
}