@charset "UTF-8";
/*=========================
 common
==========================*/
*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}
body {
  width: 100%;
  height: auto;
  background: #fff;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.container {
  width: 100%;
  display: block;
  overflow-x: hidden;/*横スクロール回避*/
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:not(.mouseover):hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
.pc-none {
  display: none !important;
}
}

@media screen and (max-width: 767px) {
.sp-none {
  display: none !important;
}
}
.section {
  margin: 143px auto 150px;
}

@media screen and (max-width: 767px) {
.section {
  margin: 14.4vw auto;
}
}
.section--bg {
  background: #f5f5f5;
  padding: 8% 0;
}

@media screen and (max-width: 767px) {
.section--bg {
  padding: 13.3333333vw 0;
}
}
.section-ttl {
  margin-bottom: 80px;
}
.section-ttl__sub {
  margin-top: 28px;
  display: block;
}

@media screen and (max-width: 767px) {
.section-ttl {
  margin-bottom: 12vw;
}
.section-ttl__sub {
  margin-top: 3vw;
}
}
.inner-ttl {
  font-size: 52px;
  text-align: center;
  line-height: 135%;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
.inner-ttl--strong {
  font-size: 65px;
  margin-bottom: 66px;
}

@media screen and (max-width: 1200px) {
.inner-ttl {
  font-size: 7.33333333vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.5vw;
}
.inner-ttl--strong {
  font-size: 9.06666667vw;
}
}

@media screen and (max-width: 1200px) {
.inner-ttl-area {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
}
.inner-ttl__sub {
  font-size: 34px;
  text-align: center;
  line-height: 150%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
.inner-ttl__sub {
  font-size: 4.26666667vw;
}
}
.lead {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
.lead {
  font-size: 3.8vw;
  letter-spacing: 0.065em;
}
}
.lead--center {
  text-align: center;
}
.lead--left {
  text-align: left;
}

@media screen and (max-width: 767px) {
.lead--center {
  text-align: left;
}
}
.btn--primary {
  width: 540px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
.btn--primary {
  width: 45vw;
}
}

@media screen and (max-width: 767px) {
.btn--primary {
  width: 86.6666667vw;
}
}
.btn__link {
  display: block;
}
.btn--secondary {
  max-width: 580px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 14px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
.btn--secondary {
  width: 77.3333333vw;
}
}
.btn__link--secondary {
  font-size: 25px;
  font-weight: 600;
  padding: 4% 5%;
}

@media screen and (max-width: 767px) {
.btn__link--secondary {
  font-size: 3.73333333vw;
}
}
.btn--tertiary {
  background: #00b900;
  border-radius: 14px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1200px) {
.btn--tertiary {
  width: 45vw;
}
}

@media screen and (max-width: 767px) {
.btn--tertiary {
  width: 77.3333333vw;
  border-radius: 0;
}
}
.btn__link--tertiary {
  font-size: 32px;
  color: #fff;
  letter-spacing: 3px;
  padding: 4%;
}

@media screen and (max-width: 1200px) {
.btn__link--tertiary {
  font-size: 2.7vw;
}
}

@media screen and (max-width: 767px) {
.btn__link--tertiary {
  font-size: 4.26666667vw;
}
}
.bnr_spread {
  max-width: 940px;
  width: 86%;
  margin: 80px auto 112px;
}
#spread .bnr_spread {
  width: 92%;
  margin: 25px auto 60px;
}
.bnr_spread__link {
  padding-bottom: 15.6382979%;
  display: block;
}
.bnr_spread__link:hover{ 
  cursor : pointer;
  opacity: 0.6;
  transition: .2s ease-in-out;
}
@media screen and (max-width: 767px) {
.bnr_spread {
  margin: 14.1333vw auto 15.0666667vw;
}
#spread .bnr_spread {
  margin: 3.3333vw auto 0;
}
.bnr_spread__link {
  padding-bottom: 34.7761194%;
}
}
.bnr {
  max-width: 940px;
  width: 86%;
  /* margin: 88px auto 112px; */
  margin: 88px auto 80px;
}
.bnr2 {
  max-width: 940px;
  width: 86%;
  /* margin: 88px auto 112px; */
  margin: 20px auto 40px;
}
.bnr__link {
  padding-bottom: 15.6382979%;
  display: block;
}
.bnr__link:hover{ 
  cursor : pointer;
  opacity: 0.6;
  transition: .2s ease-in-out;
}
@media screen and (max-width: 767px) {
.bnr {
  /* margin: 14.5333333vw auto 15.0666667vw; */
  margin: 14.5333333vw auto 14.1333vw;
}
.bnr__link {
  padding-bottom: 34.7761194%;
}
}
.mouseover {
  position: relative;
}

@media screen and (min-width: 769px) {
.mouseover__off:hover {
  opacity: 0;
}
}
.mouseover__off, .mouseover__on {
  transition: opacity 0.3s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
/*=========================
 アニメーション
==========================*/
/*拡大してから縮小*/
.js-scale {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: 0.4s linear opacity, 3.5s cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform;
  transition: 0.4s linear opacity, 3.5s cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform;
  transition: 3.5s cubic-bezier(0.23, 1, 0.32, 1) transform, 0.4s linear opacity;
  transition: 3.5s cubic-bezier(0.23, 1, 0.32, 1) transform, 0.4s linear opacity, 3.5s cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform;
  opacity: 0;
}
.is-scale {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important;
}
/*下からフェードイン*/
.js-fadeInUp {
  opacity: 0;
  transform: translate(0, 40px);
  transition: .8s;
}
.is-fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
}
/*=========================
 header
==========================*/
/*.js-slideUpDown {
  display: none;
}*/
.header {
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header__inner {
  width: 92%;
  max-width: 1000px;
  height: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
.header__inner {
  border-bottom: 1px solid #d1d0d0;
  padding: 4vw 4.6vw;
  height: auto;
  width: 100%;
}
}
.header__logo {
  max-width: 160px;
  flex-basis: 16%;
}

@media screen and (max-width: 767px) {
.header__logo {
  max-width: 275px;
  flex-basis: 39%;
}
}
.header__btn {
  max-width: 180px;
  flex-basis: 20%;
}

@media screen and (max-width: 767px) {
.header__btn {
  max-width: 320px;
  flex-basis: 47%;
}
}
.nav {
  flex-basis: 65%;
}

@media screen and (max-width: 767px) {
.nav {
  display: none;
}
}
.nav-list {
  display: flex;
  align-items: center;
}
.nav-list__item {
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 135%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  border-right: 1px solid #000;
  padding: 1%;
}
.nav-list__item:last-child {
  border-right: none;
}

@media screen and (max-width: 1200px) {
.nav-list__item {
  font-size: 1.2vw;
}
}
/*=========================
 スマホメニュー
==========================*/

.header__toggle {
  display: none;
  flex-basis: 22%;
  position: relative;
  max-width: 50px;
  height: 6vw;
  max-height: 44px;
  cursor: pointer;
  z-index: 300;
}

@media screen and (max-width: 767px) {
.header__toggle {
  display: block;
  flex-basis: 8%;
}
}
.header-toggle_line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  max-height: 4px;
  background-color: #b5b5b5;
  transition: all 0.3s ease;
}
.header-toggle_line--01 {
  top: 0;
}
.header-toggle_line--02 {
  top: 50%;
  transform: translate(0, -50%);
}
.header-toggle_line--03 {
  bottom: 0;
}
.nav-sp {
  display: none;
  background-color: #ffffff;
  border-bottom: 1px solid #d1d0d0;
  padding-bottom: 0.8vw;
}
.nav-sp__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 95%;
}
/* .nav-sp__list::after {
  content: "";
  display: block;
  width: 31.830986%;
  height: 0;
} */
.nav-sp-list__item {
  text-align: center;
  flex-basis: 31.830986%;
  padding-bottom: 2.13333333vw;
}
.nav-sp-list__link {
  background-color: #eeeeee;
  color: #222;
  line-height: 1.27em;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65em 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 3vw;
}
/*==========================================
 hero
===========================================*/
.hero {
  /*height: 100vh;*/
  position: relative;
  width: 100%;
  background: linear-gradient( -117deg, #f0f0f0 0%, #ffffff 100%);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
.hero {
  /*iPhoneX*/
  max-height: 70vh;
}
}
.hero:after {
  content: '';
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes bgColor {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.hero__item {
  height: 100%;
  /*position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);*/
  width: 100%;
}
.hero-item__video {
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);*/
  /*height: 100%;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);*/
}
@media screen and (max-width: 767px) {
.hero-item__video {
  max-height: 100%;
}
}

/*@media screen and (max-width: 1400px) {
.hero-item__video {
  max-width: 100vw;
}
}*/

@media screen and (min-width: 528px) {
.hero-item__video--sp {
  display: none;
}
}

@media screen and (max-width: 527px) {
.hero-item__video--pc {
  display: none;
}
}

#js-hero {
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
#js-hero {
  margin-top: 16vw;
}
}

/*スクロールダウンボタン*/
.scrolldown {
  padding-top: 70px;
  position: absolute;
  bottom: 0%;
  left: 10%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #000;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  /*opacity: 0;*/
}
.scrolldown span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 65px;
  height: 65px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border: 1px solid #000;
  border-radius: 100%;
  box-sizing: border-box;
  background: rgba(255,255,255,0.2);
}
.scrolldown span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 24px;
  height: 24px;
  margin: -18px 0 0 -13px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.scrolldown span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 64px;
  height: 64px;
  box-shadow: 0 0 0 0 rgba(0,0,0,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
.scrolldown {
  padding-top: calc((76vw/1200)*100);
  font-size: calc((20vw/1200)*100);
}
.scrolldown span {
  width: calc((60vw/1200)*100);
  height: calc((60vw/1200)*100);
}
.scrolldown span::after {
  width: calc((24vw/1200)*100);
  height: calc((24vw/1200)*100);
  margin-top: calc((-18vw/1200)*100);
  margin-left: calc((-13vw/1200)*100);
}
.scrolldown span::before {
  width: calc((60vw/1200)*100);
  height: calc((60vw/1200)*100);
}
}

@media screen and (max-width: 767px) {
.scrolldown {
  left: initial;
  padding-top: 10.9333333vw;
  font-size: 2.66666667vw;
  right: 6vw;
  bottom: 3.5vw;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.scrolldown span {
  width: 8.66666667vw;
  height: 8.66666667vw;
}
.scrolldown span::after {
  width: 3.2vw;
  height: 3.2vw;
  margin: -2.4vw 0 0 -1.73333333vw;
}
.scrolldown span::before {
  width: 8.53333333vw;
  height: 8.53333333vw;
}
}
@-webkit-keyframes sdb {
  0% { opacity: 0; }
  30% { opacity: 1; }
  60% {
  box-shadow: 0 0 0 60px rgba(255,255,255,.1);
  opacity: 0;
  }
  100% { opacity: 0; }
  }
  @keyframes sdb {
  0% { opacity: 0; }
  30% { opacity: 1; }
  60% {
  box-shadow: 0 0 0 60px rgba(255,255,255,.1);
  opacity: 0;
  }
  100% { opacity: 0; }
}

/*==========================================
 info
===========================================*/
.info-area {
  max-width: 940px;
  width: 86%;
  text-align: center;
  margin: 80px auto;
}
.info__ttl {
  display: inline-block;
  text-align: center;
  font-size: 26px; line-height: 165%; letter-spacing: 0.02em;
  margin: 0 auto 35px;
}
.info__ttl-underline {
  display: inline-block;
  border-bottom: 1px #000 solid;
  padding: 10px 0 5px;
}
.info__txt {
  text-align: left;
  font-size: 14px; line-height: 165%; letter-spacing: 0.05em;
}
.info__txt a { text-decoration: underline; }
.info__txt a:hover { text-decoration: none; }
@media screen and (max-width: 767px) {
  .info-area { margin: 14.4vw auto; }
  .info__ttl {
    font-size: calc((28vw/767) * 100); line-height: 165%; letter-spacing: 0.02em;
    margin-bottom: calc((40vw/767) * 100);
  }
  .info__ttl-underline {
    padding-top: calc((10vw/767) * 100);
    padding-bottom: calc((5vw/767) * 100);
  }
  .info__txt {
    font-size: calc((16vw/767) * 100); line-height: 165%; letter-spacing: 0.05em;
  }
}

/*==========================================
 quick
===========================================*/
.quick {
  background: url(../img/img_quick_bg.png) center bottom no-repeat;
  background-position: center 158px;
}
.quick__ttl {
  width: 226px;
}
.quick__ttl-sub {
  width: 314px;
}
.quick-inner-ttl-01-img {
  width: 100%;
  height: auto;
}
.quick-inner-ttl-01-img--pc {
  max-width: 963px;
}
.quick-inner-ttl-01-img--sp {
  max-width: 553px;
}
.quick-inner-ttl__sub-01-img {
  width: 100%;
  height: auto;
}
.quick-inner-ttl__sub-01-img--pc {
  max-width: 674px;
}
.quick-inner-ttl__sub-01-img--sp {
  max-width: 498px;
}
.quick-inner__note {
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  margin-top: 30px;
}
.quick-inner-flow {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
.quick {
  background-size: 77.81% auto;
  background-position: center 4.688vw;
}
}
@media screen and (max-width: 767px) {
.quick {
  background-size: 93.872% auto;
  background-position: center 32.69vw;
}
.quick__ttl {
  width: 30.133vw;
}
.quick__ttl-sub {
  width: 41.866vw;
}
.quick-inner-ttl-01-img--sp {
  width: 73.7333vw;
}
.quick-inner-ttl__sub-01-img--sp {
  width: 66.4vw;
}
.quick-inner__note {
  font-size: 2.4vw;
  margin-top: 4vw;
}
.quick-inner__note span { display: block; }
.quick-inner-flow {
  margin: 6vw auto 0;
}
}
/*==========================================
 tool
===========================================*/
.tool__ttl {
  width: 159px;
}
.tool__ttl-sub {
  width: 271px;
}
.tool-inner-ttl-01-img {
  width: 100%;
  height: auto;
}
.tool-inner-ttl-01-img--pc {
  max-width: 952px;
}
.tool-inner-ttl-01-img--sp {
  max-width: 609px;
}
.tool-inner-ttl-02-img {
  width: 100%;
  height: auto;
}
.tool-inner-ttl-02-img--pc {
  max-width: 763px;
}
.tool-inner-ttl-02-img--sp {
  max-width: 516px;
}
.tool-inner-ttl-03-img {
  max-width: 615px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
.tool__ttl {
  width: 21.12vw;
}
.tool__ttl-sub {
  width: 36.1333333vw;
}
.tool-inner-ttl-01-img--sp {
  width: 81.2vw;
}
.tool-inner-ttl__sub-01-img--sp {
  width: 73.2vw;
}
.tool-inner-ttl-02-img--sp {
  width: 68.6666667vw;
}
.tool-inner-ttl-03-img {
  width: 82.1333333vw;
}
}
.tool__kv {
  width: 100%;
  width: 1660px;
  margin: 50px auto 60px;
  position: relative;
}
.tool-kv__img {
  width: 100%;
  height: 0;
  padding-bottom: 728px;
  background-repeat: no-repeat;
  background-position: left 0 top 0;
  background-size: contain;
  background-image: url(../img/img_tool_phone01.png);
}

@media screen and (max-width: 1660px) {
.tool__kv {
}
.tool-kv__img {
  background-position: left -120px top 0;
}
}

@media screen and (max-width: 1200px) {
.tool__kv {
}
.tool-kv__img {
  padding-bottom: 57vw;
  background-position: left -12vw top 0;
}
}

@media screen and (max-width: 767px) {
.tool__kv {
  margin: 7.6vw auto 4vw;
}
.tool-kv__img {
  background-position: left -18vw top 0;
}
}
.tool-box {
  width: 90%;
  max-width: 1100px;
  background-image: linear-gradient(-22deg, #f0f0f0 27%, #fafafa 73%);
  display: flex;
  justify-content: space-between;
  margin: 46px auto 80px;
  padding: 67px 68px 78px;
}

@media screen and (max-width: 1200px) {
.tool-box {
  padding: 4% 4.5% 6%;
  margin: 4.53333333vw auto 12vw;
}
}

@media screen and (max-width: 767px) {
.tool-box {
  padding: 11.3333333vw 4.5% 1.33333333vw;
  display: block;
}
}
.tool-box__item {
  flex-basis: 31%;
  text-align: center;
}

@media screen and (max-width: 767px) {
.tool-box__item {
  margin-bottom: 13.66666667vw;
}
}
.tool-box__ttl {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 35px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tool-box-ttl__img {
  max-height: 22px;
  margin: 0;
}
.tool-box-ttl__img--book {
  max-height: 26px;
}

@media screen and (max-width: 767px) {
.tool-box__ttl {
  font-size: 5.86666667vw;
  margin-bottom: 7.73333333vw;
  height: auto;
}
.tool-box-ttl__img--standard {
  width: 82%;
}
.tool-box-ttl__img--plus {
  width: 60%;
}
.tool-box-ttl__img--book {
  width: 42%;
}
}
.tool-box__img {
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
.tool-box__img {
  margin: 0 auto 6.4vw;
}
.tool-box__img--standard {
  width: 48.9333333vw;
}
.tool-box__img--plus {
  width: 47.8666667vw;
}
.tool-box__img--book {
  width: 43.3333333vw;
}
}
.tool-box__desc {
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
.tool-box__desc {
  font-size: 3.2vw;
  margin-bottom: 1.4vw;
}
}
.btn-accordion__link {
  border-bottom: 1px solid #000;
  padding: 0 2px 5px 5px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
.btn-accordion__link {
  font-size: 3.4vw;
}
}
/*popup*/
.fancybox-button {
  background: url(../img/btn_close.png) no-repeat center /contain !important;
  width: 40px;
  height: 40px;
  padding: 0;
  top: 30px;
  right: 30px;
  background-color: transparent !important;
}

@media screen and (max-width: 680px) {
.fancybox-button {
  width: 6vw !important;
  height: 6vw !important;
  top: 2.5vw !important;
  right: 2.5vw !important;
}
}
.fancybox-button svg {
  display: none;
}
/* slider */
.slider {
  margin: 60px auto 174px;
  position: relative;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}

@media screen and (max-width: 767px) {
.slider {
  margin: 4.0666667vw auto 19.6vw;
}
}
.slider-item__inner {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.slider-item__inner--center {
  max-width: 960px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1200px) {
.slider-item__inner--center {
  padding-top: 4.5vw;
}
}

@media screen and (max-width: 767px) {
.slider-item__inner {
  display: block;
}
}
.slider-item__phone {
  flex-basis: 35%;
  position: relative;
}
.slider-item__phone--center {
  margin-right: 0;
}
.screen {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.screen__img {
  width: 100%;
  z-index: 20;
  transform:translateZ(1px);
  scroll-behavior: smooth;
}
.screen__img--center {
  z-index: 20;
  max-width: 560px;
  margin: 0;
}
.screen__movie {
  width: 77.2%;
  position: absolute;
  max-width: 290px;
  top: 1%;
  left: 1%;
  right: 0;
  margin: auto;
  z-index: 10;
  transform:translateZ(1px);
  scroll-behavior: smooth;
  border-radius: 30px;
}
.screen__movie--center {
  width: 100%;
  position: absolute;
  max-width: 546px;
  top: 11.8%;
  left: -1%;
  right: 0;
  margin: auto;
  z-index: 10;
  padding-right: 1%;
  transform:translateZ(1px);
  scroll-behavior: smooth;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
.slider-item__phone {
  margin: 0 auto;
  height: 69vw;
  width: 51vw;
  overflow: hidden;
}
.slider-item__phone--center {
  width: 74vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.screen__img--center {
  max-width: 100%;
  position: relative;
  left: 1.5%;
}
.screen__movie--center {
  max-width: 97%;
  top: 12%;
  left: 1%;
  border-radius: 20px;
}
}
.slider-item__desc {
  flex-basis: 55%;
  text-align: center;
  padding-top: 57px;
}

@media screen and (max-width: 1200px) {
.slider-item__desc {
  padding-top: 4.5vw;
}
}
.slider-item__num {
  font-size: 55px;
  position: relative;
  display: inline-block;
  margin-bottom: 76px;
  letter-spacing: 4px;
}
.slider-item__num--center {
  margin-bottom: 34px;
}

@media screen and (max-width: 1200px) {
.slider-item__num {
  font-size: 4.5vw;
}
}

@media screen and (max-width: 767px) {
.slider-item__num {
  font-size: 7.33333333vw;
  margin-bottom: 3vw;
}
.slider-item-num-img {
  width: 8.13333333vw;
}
}
.slider-item__ttl {
  font-size: 45px;
  letter-spacing: 6px;
  line-height: 150%;
  text-align: left;
  margin-bottom: 42px;
  padding-left: 9%;
}

@media screen and (max-width: 1200px) {
.slider-item__ttl {
  font-size: 3.8vw;
}
}

@media screen and (max-width: 767px) {
.slider-item__ttl {
  padding: 0;
  text-align: center;
  font-size: 5.06666667vw;
  letter-spacing: 0.1em;
  margin-bottom: 4.8vw;
}
}
.slider-item__ttl--center {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 0;
}
.slider-item-ttl-img-01 {
  width: 100%;
  height: auto;
}
.slider-item-ttl-img-01--pc {
  height: 110px;
  width: 407px;
  margin: 0 auto 0 0;
}
.slider-item-ttl-img-01--sp {
  max-width: 591px;
  width: 78.8vw;
}
.slider-item-ttl-img-02 {
  width: 562px;
  height: auto;
}
.slider-item-ttl-img-03 {
  width: 100%;
  height: auto;
}
.slider-item-ttl-img-03--pc {
  height: 110px;
  width: 350px;
  margin: 0 auto 0 0;
}
.slider-item-ttl-img-03--sp {
  max-width: 493px;
  width: 65.7333333vw;
}

@media screen and (max-width: 767px) {
.slider-item-ttl-img-01, .slider-item-ttl-img-02, .slider-item-ttl-img-03 {
  margin: 0 auto;
}
.slider-item-ttl-img-02 {
  width: 60.2666667vw;
}
}
.slider-item__txt {
  text-align: left;
  padding-left: 9%;
}
.slider-item__txt--center {
  max-width: 700px;
  text-align: center;
  padding-left: 0;
  margin: 2% auto 4%;
}

@media screen and (max-width: 767px) {
.slider-item__txt {
  padding: 4.1vw 0 0;
  text-align: left;
  margin-bottom: 3vw;
  font-size: 2.8vw;
}
.slider-item__txt--center {
  margin: 0 auto 5.33333333vw;
}
}
/* slick */
.slick-slide, .slick-slide::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider.slick-initialized {
  opacity: 1;
  visibility: visible;
  max-width: 1056px;
  width: 90%;
  overflow: hidden;
}
.slick-list.draggable {
  max-width: 1056px;
  width: 100%;
  height: 100%;
}
.slick-track {
  height: 100%;
}
.slick-slide {
  position: relative;
  overflow: hidden;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all .8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.slick-dots {
  width: 100%;
  max-width: 187px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
}
.slick-dots li button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #2d3042;
  box-shadow: 0 0 0 2px #fff;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all .3s ease;
  opacity: 1;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background-color: #707070;
  color: #707070;
}

@media screen and (max-width: 767px) {
.slick-dots {
  max-width: 30vw;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
}
}
.slick-arrow {
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  border: none;
  text-indent: -999999%;
  width: 30px;
  height: 56px;
  cursor: pointer;
  z-index: 30;
}
.slick-arrow:hover {
  opacity: 0.6;
}
.slick-prev {
  left: 0;
  background: url(../img/btn_arrow_prev.png) no-repeat center /contain;
}
.slick-next {
  right: 0;
  background: url(../img/btn_arrow_next.png) no-repeat center /contain;
}

@media screen and (max-width: 767px) {
.slick-arrow {
  width: 8.7vw;
  height: 7.46666667vw;
  padding: 0 2vw;
  top: 50%;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
}
 @-webkit-keyframes slideIn {
 from {
 -webkit-filter: blur(15px);
 filter: blur(15px);
}
 to {
 -webkit-filter: blur(0);
 filter: blur(0);
}
}
 @keyframes slideIn {
 from {
 -webkit-filter: blur(15px);
 filter: blur(15px);
}
 to {
 -webkit-filter: blur(0);
 filter: blur(0);
}
}
@-webkit-keyframes slideOut {
 from {
 -webkit-filter: blur(0);
 filter: blur(0);
}
 to {
 -webkit-filter: blur(15px);
 filter: blur(15px);
}
}
@keyframes slideOut {
 from {
 -webkit-filter: blur(0);
 filter: blur(0);
}
 to {
 -webkit-filter: blur(15px);
 filter: blur(15px);
}
}
/*==========================================
 spread
===========================================*/
.spread__ttl {
  width: 282px;
}
.spread__ttl-sub {
  width: 212px;
}
.spread__inner-ttl-img {
  max-width: 661px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
.spread__ttl {
  width: 37.6vw;
}
.spread__ttl-sub {
  width: 25.33333333vw;
}
.spread__inner-ttl {
  /* margin-bottom: 12.8vw; */
}
.spread__inner-ttl-img {
  width: 83.6vw;
}
}
.spread-box {
  width: 92%;
  max-width: 960px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 55px auto 70px;
}
.spread-box__desc {
  flex-basis: 61%;
  order: 1;
}
.spread-box__note {
  flex-basis: 100%;
  order: 3;
  font-size: 11px;
  line-height: 172%;
  letter-spacing: 0.05em;
}
.spread-box__note-s {
  flex-basis: 100%;
  order: 4;
  font-size: 11px;
  line-height: 172%;
  letter-spacing: 0.05em;
}
.spread-box__img {
  flex-basis: 34%;
  order: 2;
}

.spread-box-note__strong {
  color: #ff0000;
  font-weight: 600;
}
.spread-box-note__strong .spread-box-note__link-txt {
  color: #ff0000;
}

@media screen and (max-width: 1200px) {
  .spread-box__note {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 767px) {
  .spread-box {
    margin: 10vw auto 0;
  }
  .spread-box__desc {
    flex-basis: 58%;
  }
  .spread-box__note {
    flex-basis: 58%;
    order: 2;
    font-size: 2.2vw;
    color: #808080;
  }
  .spread-box__note-s {
    font-size: 2.2vw;
    color: #808080;
  }
  .spread-box-note__link-txt {
    color: #808080;
  }
  .spread-box__img {
    flex-basis: 41%;
    order: 3;
  }
}

.spread-box__period{
  background-color: #fff;
  max-width: 960px;
  width: calc(960vw / 1100 * 100);
  padding: 3.5% 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.spread-box__period {
  width: calc(650vw / 767 * 100);
  margin-bottom: 8vw;
}
}
.spread-box-period__img{
  max-width: 872px;
  width: calc(872vw / 1100 * 100);
}
@media screen and (max-width: 767px) {
.spread-box-period__img {
  width: calc(569vw / 767 * 100);
}
}

.spread-box__catch {
  margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
.spread-box__catch {
  width: calc(650vw / 767 * 100);
  margin: 0 auto;
}
}
.spread-box-catch__img {
  max-width: 605px;
  width: 100%;
  margin: 0 auto;
}

/*==========================================
 commission
===========================================*/
.commission__ttl {
  width: 502px;
}
.commission__ttl-sub {
  width: 113px;
}
.commission-inner-ttl-img {
  max-width: 601px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
.commission__ttl {
  width: 41.8vw;
}
.commission__ttl-sub {
  width: 9.4vw;
}
}

@media screen and (max-width: 767px) {
.commission__ttl {
  width: 61.3333333vw;
}
.commission__ttl-sub {
  width: 13.0666667vw;
}
.commission-inner-ttl-img {
  width: 78.6666667vw;
}
}
.commission-box {
  width: 92%;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5% auto;
}

@media screen and (max-width: 767px) {
.commission-box {
  display: block;
  margin: 10vw auto;
}
}
.commission-box-list {
  width: 42%;
}

@media screen and (max-width: 767px) {
.commission-box-list {
  width: 56vw;
  margin: 0 auto 10.9333333vw;
}
}
.commission-box-list-img {
  width: 100%;
  max-width: 403px;
  margin: 0 auto;
}
.commission-box-list__item {
  margin-bottom: 14%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
.commission-box-list__item {
  margin-bottom: 5.33333333vw;
}
}
.commission-box-list__item:last-child {
  margin-bottom: 0;
}
.commission-box-list__check {
  width: 10%;
  height: auto;
  margin: 0 4% 0 0;
}
.commission-box-list__txt {
  font-size: 38px;
}

@media screen and (max-width: 1200px) {
.commission-box-list__txt {
  font-size: 3.2vw;
}
}

@media screen and (max-width: 767px) {
.commission-box-list__txt {
  font-size: 5.33333333vw;
}
}
.commission-box__catch {
  width: 45%;
}

@media screen and (max-width: 767px) {
.commission-box__catch {
  margin: 0 auto;
  width: 52.1333333vw;
}
}
.commission-box-catch-img {
  max-width: 376px;
  width: 100%;
  margin: 0 auto;
}
/*==========================================
 special
===========================================*/
.special__ttl {
  width: 298px;
}
.special__ttl-sub {
  width: 347px;
}
.special-inner-ttl-img {
  max-width: 514px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
.special__ttl {
  width: 24.8vw;
}
.special__ttl-sub {
  width: 28.9vw;
}
}

@media screen and (max-width: 767px) {
.special__ttl {
  width: 35.333333vw;
}
.special__ttl-sub {
  width: 42.1333333vw;
}
.special-inner-ttl-img {
  width: 69.4666667vw;
}
}
.special__lead-first {
  margin: 5% auto;
}

@media screen and (max-width: 767px) {
.special__lead-first {
  margin: 9.33333333vw auto;
}
}
.special-img {
  margin: 5% auto;
  position: relative;
  width: 143.4vw;
}
.special-img__item {
  height: 0;
  background-image: url(../img/img_special_phone.png);
  padding-bottom: 19.8333333vw;
  background-repeat: no-repeat;
  background-position: -62% 0;
  background-size: contain;
}

@media screen and (max-width: 767px) {
.special-img {
  margin: 5% auto 9.33333333vw;
}
.special-img__item {
  background-position: -40% 0;
}
}
.special__lead-second {
  margin: 5% auto;
}

@media screen and (max-width: 767px) {
.special__lead-second {
  margin: 5% auto 5.6vw;
}
}
.special-news {
  width: 59vw;
  max-width: 709px;
  margin: 0 auto 7%;
}

@media screen and (max-width: 767px) {
.special-news {
  margin: 0 auto 13.33333333vw;
}
}
/*==========================================
 deposit
===========================================*/
.deposit__ttl {
  width: 307px;
}
.deposit__ttl-sub {
  width: 290px;
}

@media screen and (max-width: 1200px) {
.deposit__ttl {
  width: 25.5vw;
}
.deposit__ttl-sub {
  width: 24.1vw;
}
}

@media screen and (max-width: 767px) {
.deposit__ttl {
  width: 39.2vw;
}
.deposit__ttl-sub {
  width: 34.1333333vw;
}
}
.deposit__inner {
  width: 92%;
  max-width: 900px;
  margin: 5% auto 1.5%;
}
.deposit-inner-ttl-img {
  max-width: 751px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
.deposit__inner {
  margin: 10.4vw auto 1.5%;
}
.deposit-inner-ttl {
  font-size: 7vw;
  letter-spacing: 0;
}
.deposit-inner-ttl-img {
  width: 87.7333333vw;
}
}
.deposit__note {
  display: block;
  font-size: 12px;
  line-height: 172%;
  margin: 1.5% auto 5%;
}

@media screen and (max-width: 767px) {
.deposit__note {
  font-size: 2.6vw;
  margin: 4.26666667vw auto 7.73333333vw;
  color: #808080;
}

.deposit__note2 {
  font-size: 2.6vw;
  margin: 1vw auto 7.73333333vw;
  color: #808080;
  left: 50%
}
}
.deposit-box {
  border: 1px solid #000;
  margin-bottom: 7%;
  padding: 5%;
}

@media screen and (max-width: 767px) {
.deposit-box {
  padding: 6.66666667vw 5% 3.66666667vw;
  margin-bottom: 12vw;
}
}
.deposit-box__ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 6%;
  letter-spacing: 4px;
}
.deposit-box-ttl-img {
  max-width: 289px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
.deposit-box__ttl {
  font-size: 2.6vw;
}
}

@media screen and (max-width: 767px) {
.deposit-box__ttl {
  font-size: 4.26666667vw;
}
.deposit-box-ttl-img {
  width: 60vw;
}
}
.deposit-box__lead {
  font-size: 24px;
  text-align: center;
  margin-bottom: 6%;
  line-height: 166%;
}

@media screen and (max-width: 1200px) {
.deposit-box__lead {
  font-size: 2vw;
}
}

@media screen and (max-width: 767px) {
.deposit-box__lead {
  font-size: 3.2vw;
}
}
.deposit-box__img {
  width: 47vw;
  max-width: 571px;
  margin: 0 auto 3%;
}
/*==========================================
 support
===========================================*/
.support__ttl {
  width: 318px;
}
.section__ttl-sub {
  width: 242px;
}

@media screen and (max-width: 1200px) {
.support__ttl {
  width: 26.5vw;
}
.section__ttl-sub {
  width: 20.1vw;
}
}

@media screen and (max-width: 767px) {
.support-section-ttl {
  margin-bottom: 10.6666667vw;
}
.support__ttl {
  width: 41.0666667vw;
}
.section__ttl-sub {
  width: 26.6666667vw;
}
.support-inner-ttl {
  margin-bottom: 10vw;
}
}
.support-inner-ttl-img {
  max-width: 591px;
  width: 100%;
  margin: 0 auto;
}
.support__tel {
  font-size: 64px;
  text-align: center;
  margin: 4% auto 3%;
  letter-spacing: 8px;
}

@media screen and (max-width: 1200px) {
.support__tel {
  font-size: 5.3vw;
  margin: 4% auto 4.53333333vw;
}
}

@media screen and (max-width: 767px) {
.support__tel {
  font-size: 7.33333333vw;
  max-width: 60%;
}
.support-inner-ttl-img {
  width: 71.6vw;
}
}
.support-tel-img {
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.support__time {
  display: block;
  text-align: center;
  line-height: 145%;
  margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
.support__time {
  font-size: 2.4vw;
  margin-bottom: 4.8vw;
}
}
.support-line {
  width: 92%;
  max-width: 1100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  margin: 5% auto 0;
  padding: 5% 118px;
}

@media screen and (max-width: 1200px) {
.support-line {
  padding: 5% 3.33333333vw;
}
}

@media screen and (max-width: 767px) {
.support-line {
  margin: 8vw auto 0;
  display: block;
}
}
.support-line__desc {
  width: 60%;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
.support-line__desc {
  width: 100%;
  margin: 0;
  text-align: center;
}
}
.support-line__heading {
  display: flex;
  align-items: center;
  margin: 0 auto 6%;
}
.support-line__logo {
  margin-right: 5%;
}
.support-line__logo-item {
  width: 149px;
  height: auto;
}

@media screen and (max-width: 1200px) {
.support-line__logo-item {
  width: 12vw;
}
}

@media screen and (max-width: 767px) {
.support-line__heading {
  display: block;
  margin: 0 auto 4vw;
}
.support-line__logo {
  margin: 0 auto 5.33333333vw;
}
.support-line__logo-item {
  width: 16.4vw;
  height: auto;
  margin: 0 auto;
}
}
.support-line__ttl {
  font-size: 39px;
  font-weight: 500;
  line-height: 141%;
  letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
.support-line__ttl {
  font-size: 3.3vw;
}
}

@media screen and (max-width: 767px) {
.support-line__ttl {
  font-size: 6.66666667vw;
}
}
.support-line__txt {
  font-size: 20px;
  line-height: 170%;
  margin-bottom: 3%;
}

@media screen and (max-width: 1200px) {
.support-line__txt {
  font-size: 1.6vw;
}
}

@media screen and (max-width: 767px) {
.support-line__txt {
  font-size: 3.2vw;
  margin-bottom: 5.33333333vw;
}
}
.support-line__qr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 3%;
}

@media screen and (max-width: 767px) {
.support-line__qr {
  display: block;
  margin: 7.73333333vw auto 4.8vw
}
}
.support-line__friend {
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
.support-line__friend {
  font-size: 1.6vw;
}
}

@media screen and (max-width: 767px) {
.support-line__friend {
  font-size: 3.2vw;
}
}
.support-line__id {
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin-top: 4%;
}

@media screen and (max-width: 1200px) {
.support-line__id {
  font-size: 2.3vw;
}
}

@media screen and (max-width: 767px) {
.support-line__id {
  font-size: 3.73333333vw;
}
}
.support-line__code {
  width: 126px;
  position: relative;
  left: 2%;
}

@media screen and (max-width: 1200px) {
.support-line__code {
  width: 10.4vw;
}
}
.support-line__img {
  width: 30%;
}

@media screen and (max-width: 767px) {
.support-line__img {
  width: 44.5333333%;
  margin: 0 auto;
}
}
/*==========================================
 trust
===========================================*/
.trust__ttl {
  width: 200px;
}
.trust__ttl-sub {
  width: 290px;
}

@media screen and (max-width: 1200px) {
.trust__ttl {
  width: 16.6vw;
}
.trust__ttl-sub {
  width: 24.1vw;
}
}

@media screen and (max-width: 767px) {
.trust__ttl {
  width: 24.8vw;
}
.trust__ttl-sub {
  width: 36.4vw;
}
}
.trust__inner {
  width: 92%;
  max-width: 930px;
  margin: 5% auto 1.5%;
}

@media screen and (max-width: 767px) {
.trust__inner {
  margin: 9.6vw auto 1.5%;
}
}
.trust__inner-ttl {
  font-size: 35px;
  line-height: 125%;
  color: #707070;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
.trust__inner-ttl {
  font-size: 2.9vw;
}
}

@media screen and (max-width: 767px) {
.trust__inner-ttl {
  font-size: 5.33333333vw;
}
}
.trust-inner-ttl-img {
  width: 100%;
  margin: 0 auto;
}
.trust-inner-ttl-img--pc {
  max-width: 719px;
}
.trust-inner-ttl-img--sp {
  max-width: 359px;
}

@media screen and (max-width: 767px) {
.trust-inner-ttl-img--sp {
  width: 47.8666667vw;
}
}
.trust-bank {
  width: 676px;
  margin: 2% auto 4%;
}

@media screen and (max-width: 1200px) {
.trust-bank {
  width: 56vw;
}
}

@media screen and (max-width: 767px) {
.trust-bank {
  width: 90.2666667vw;
}
}
.trust-case {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5% auto 6%;
}
.trust-case-img {
  max-width: 450px;
  flex-basis: 49%;
}

@media screen and (max-width: 767px) {
.trust-case {
  display: block;
  margin: 5% auto 6%;
}
.trust-case-img {
  max-width: 100%;
  margin-bottom: 5.33333333vw;
}
}

/*==========================================
 account
===========================================*/
.account-section-ttl {
  margin-bottom: 89px;
}
.account__ttl {
  width: 325px;
}
.account__ttl-sub {
  width: 155px;
}
.account-inner-ttl {
  margin-bottom: 74px;
}
.account-inner-ttl-img {
  max-width: 576px;
  width: 100%;
  margin: 0 auto;
}
.account-box {
  margin-bottom: 70px;
}
.account-box__ttl {
  font-size: 30px;
  letter-spacing: 3px;
  text-align: center;
  margin: 30px auto 62px;
}

@media screen and (max-width: 1200px) {
.account__ttl {
  width: 27vw;
}
.account__ttl-sub {
  width: 12.9vw;
}
}

@media screen and (max-width: 767px) {
.account-section-ttl {
  margin-bottom: inherit;
}
.account__ttl {
  width: 41.2vw;
}
.account__ttl-sub {
  width: 18.93333333vw;
}
.account-inner-ttl {
  margin-bottom: 5vw;
}
.account-inner-ttl-img {
  width: 76.8vw;
}
}
.account-box {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
.account-box {
  margin-bottom: 12.6666667vw;
}
}

@media screen and (max-width: 1200px) {
.account-box__ttl {
  font-size: 2.5vw;
}
}

@media screen and (max-width: 767px) {
.account-box__ttl {
  font-size: 5.06666667vw;
  font-weight: 500;
  margin: 8vw 0 14.2666667vw;
}
}
.account-box-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px auto;
  max-width: 990px;
  width: 92%;
}
.account-box-list--bottom {
  max-width: 700px;
}
.account-box-list__item {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-right: 20px;
  max-width: calc(100% / 3);
  flex-basis: calc(100% / 3);
}
.account-box-list__item--form {
  max-width: 32%;
  flex-basis: 32%;
}
.account-box-list__item--send {
  max-width: 39%;
  flex-basis: 39%;
}
.account-box-list__item--check {
  max-width: 29%;
  flex-basis: 29%;
}
.account-box-list__item--start {
  max-width: calc(100% / 2);
  flex-basis: calc(100% / 2);
}
.account-box-list__item--complete {
  max-width: calc(100% / 2);
  flex-basis: calc(100% / 2);
}

@media screen and (max-width: 767px) {
.account-box-list {
  display: block;
  max-width: 80%;
}
.account-box-list__item {
  max-width: 100%;
  padding: 0 0 9vw 0;
  margin-bottom: 9.33333333vw;
}
.account-box-list__item--start {
  padding: 0;
  margin-bottom: 0;
}
}
.account-box-list__item:after {
  content: '';
  width: 19px;
  height: 35px;
  background: url(../img/icon_arrow.png) no-repeat top center;
  position: absolute;
  top: 50%;
  right: 0;
}
.account-box-list__item--start:after {
  content: none;
}
.account-box-list__item--complete:before {
  content: '';
  width: 19px;
  height: 35px;
  background: url(../img/icon_arrow.png) no-repeat top center;
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (max-width: 767px) {
.account-box-list__item:after {
  top: initial;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 0);
  background-image: url(../img/icon_arrow_down.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 57px;
  height: 4.13333333vw;
}
.account-box-list__item--complete:before {
  content: none;
}
}
.account-box-list-num-img {
  width: 50px;
  height: auto;
}

@media screen and (max-width: 767px) {
.account-box-list__num {
  position: absolute;
  left: 0;
  top: 4.533333vw;
}
.account-box-list-num-img {
  width: 10.1333333vw;
  height: auto;
}
}
.account-box-list__img {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px auto;
}
.account-box-list__img-item {
  margin: 0;
}
.account-box-list__img-item--form {
  width: 80px;
}
.account-box-list__img-item--send {
  width: 76px;
}
.account-box-list__img-item--check {
  width: 70px;
}
.account-box-list__img-item--complete {
  width: 80px;
}
.account-box-list__img-item--start {
  width: 87px;
}

@media screen and (max-width: 767px) {
.account-box-list__img {
  height: auto;
  margin: 4% auto;
}
.account-box-list__img-item--form {
  width: 12.9333333vw;
}
.account-box-list__img-item--send {
  width: 13.0666667vw;
}
.account-box-list__img-item--check {
  width: 11.0666667vw;
}
.account-box-list__img-item--complete {
  width: 12.8vw;
}
.account-box-list__img-item--start {
  width: 14.4vw;
}
}
.account-box-list__ttl {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 33px;
}

@media screen and (max-width: 1200px) {
.account-box-list__ttl {
  font-size: 2.3vw;
  margin-bottom: 2.75vw;
}
}

@media screen and (max-width: 767px) {
.account-box-list__ttl {
  font-size: 4.26666667vw;
  margin-bottom: 2vw;
}
}
.account-box-list__txt {
  font-size: 16px;
  line-height: 150%;
}

@media screen and (max-width: 1200px) {
.account-box-list__txt {
  font-size: 1.3vw;
}
}

@media screen and (max-width: 767px) {
.account-box-list__txt {
  font-size: 3.2vw;
}
}
/*==========================================
 footer
===========================================*/
.footer__top {
  width: 92%;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.footer__logo {
  flex-basis: 382px;
}

@media screen and (max-width: 1200px) {
.footer__logo {
  flex-basis: 31.8vw;
}
}

@media screen and (max-width: 767px) {
.footer__logo {
  flex-basis: 40.8vw;
}
}
.footer__date {
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
.footer__date {
  font-size: 1.3vw;
}
}

@media screen and (max-width: 767px) {
.footer__date {
  font-size: 2.66666667vw;
}
}
.footer__inner {
  width: 92%;
  max-width: 960px;
  border-top: 1px solid #000;
  margin: 60px auto;
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
.footer__inner {
  margin: 10.6666667vw auto;
  padding: 10.6666667vw 0 0;
}
}
.footer__inner-ttl {
  font-size: 16px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
.footer__inner-ttl {
  margin-bottom: 6%;
  font-size: 1.3vw;
}
}

@media screen and (max-width: 767px) {
.footer__inner-ttl {
  font-size: 3.2vw;
}
}
.footer-list {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  line-height: 230%;
}

@media screen and (max-width: 1200px) {
.footer-list {
  font-size: 1.2vw;
}
}

@media screen and (max-width: 767px) {
.footer-list {
  font-size: 2.66666667vw;
  display: block;
  line-height: 1.5;
}
}
.footer-list__ttl {
  flex-basis: 15%;
  margin-right: 3%;
}
.footer-list__desc {
  flex-basis: 82%;
}

@media screen and (max-width: 767px) {
.footer-list__desc {
  margin-bottom: 1.2em;
}
}
.footer__caution {
  font-size: 14px;
  line-height: 171%;
}

@media screen and (max-width: 1200px) {
.footer__caution {
  font-size: 1.2vw;
}
}

@media screen and (max-width: 767px) {
.footer__caution {
  font-size: 2.66666667vw;
}
}
.footer__pmark {
  width: 108px;
  margin: 5% auto 8%;
}

@media screen and (max-width: 1200px) {
.footer__pmark {
  width: 9vw;
}
}

@media screen and (max-width: 767px) {
.footer__pmark {
  width: 24vw;
}
}
.footer__bottom {
  background: #323232;
}
.footer-copy {
  font-size: 16px;
  color: #fff;
  line-height: 165%;
  text-align: center;
  padding: 1.3% 0;
}

@media screen and (max-width: 1200px) {
.footer-copy {
  font-size: 1.3vw;
}
}

@media screen and (max-width: 767px) {
.footer-copy {
  font-size: 2.66666667vw;
}
}
/*=========================
 ページトップに戻る
==========================*/
.page-top {
  bottom: -100px;
  position: fixed;
  right: 20px;
  z-index: 30;
}
.page-top a {
  display: block;
  height: 70px;
  width: 70px;
}

@media screen and (max-width: 680px) {
.page-top {
  right: 10px;
}
.page-top a {
  height: 12vw;
  width: 12vw;
}
}

/*-------20220629お客様本位-------*/
@media screen and (min-width: 768px) {
  .section.customer {
    margin-bottom: 0;
  }
  .section.customer .border_area {
    box-sizing: border-box;
    width: 770px;
    border: #000 4px solid;
    padding: 41px 0;
    text-align: center;
    margin: 0 auto;
  }
  .section.customer .border_area h2 img {
    width: 375px;
    height: 35px;
  }
  .section.customer .border_area p {
    margin: 25px auto 35px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.04em;
    font-feature-settings: 'palt';
  }
  .section.customer .border_area a {
    width: 380px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 0.04em;
    font-feature-settings: 'palt';
    color: #fff;
    background-color: #000;
    background-image: url("../img/icon_btn_arrow.svg");
    background-repeat: no-repeat;
    background-size: 12px 14px;
    background-position: right 13px center;
  }
}
@media screen and (max-width: 767px) {
  .section.customer {
    margin-bottom: 0;
  }
  .section.customer .border_area {
    box-sizing: border-box;
    width: 92%;
    max-width: 780px;
    border: #000 3px solid;
    padding: calc(91% / 7.5) calc(30% / 7.5) calc(74% / 7.5);
    text-align: center;
    margin: 0 auto;
  }
  .section.customer .border_area h2 img {
    width: calc(591vw / 7.5);
    height: auto;
  }
  .section.customer .border_area p {
    margin: calc(70vw / 7.5) auto;
    font-size: calc(36vw / 7.5);
    line-height: calc(56 / 36);
    letter-spacing: 0.04em;
    font-feature-settings: 'palt';
    white-space: nowrap;
  }
  .section.customer .border_area a {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: calc(36vw / 7.5);
    line-height: calc(100 / 36);
    letter-spacing: 0.04em;
    font-feature-settings: 'palt';
    color: #fff;
    background-color: #000;
    background-image: url("../img/icon_btn_arrow.svg");
    background-repeat: no-repeat;
    background-size: calc(24vw / 7.5) auto;
    background-position: calc(602% / 6.22)  center;
  }
}


.feature {
  background: #f1f8ff;
  box-shadow: 0px 0px 0px 10px #f1f8ff;/*線の外側*/
  border: dashed 2px #668ad8;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}
  