@charset "UTF-8";
/*=========================
 common
==========================*/
*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}
body {
  max-width: 640px;
  width: 100%;
  height: auto;
  background: #fff;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  margin-left: auto;
    margin-right: auto
}
.container {
  width: 100%;
  display: block;
  overflow-x: hidden;/*横スクロール回避*/
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
a {
  color: #1f92bf;
  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;
  margin:0;
}

.section--bg2 {
  background: #fff;
  padding: 8% 0;
  position: relative;
  margin:0;
}

.section--bg3 {
background: url(world-map.png);
width: 100%;
  padding: 8% 0;
}

.section--bg4 {
  background: #f5f5f5;
  padding: 0;
  position: relative;
  margin:0;
}

@media screen and (max-width: 767px) {
.section--bg {
  padding: 10.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: 20px;
  line-height: 160%;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
.lead {
  font-size: 3.2vw;
  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;
}
.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: 80px;
  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: 40%;
}
}
.header__btn {
  max-width: 275px;
  flex-basis: 20%;
  margin-left:20px;
}

@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: 165vw;
}
}
.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: 76px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  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: 11px;
  line-height: 172%;
  margin: 1.5% auto 5%;
}

@media screen and (max-width: 767px) {
.deposit__note {
  font-size: 2.4vw;
  margin: 4.26666667vw auto 7.73333333vw;
  color: #808080;
}
}
.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: 443px;
  width: 100%;
  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.0vw;
  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;
  }
}

/* 共通 ------------------------------*/
*[class*="cp-"],
*[class*="cp-"] * {
    box-sizing: border-box;
}

/* セクション */
.cp-section {
    padding: 80px 0;
}
.cp-section-large {
    padding: 120px 0;
}

/* コンテナー */
.cp-container {
    width: 100%;
    max-width: 1065px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}

/* テキスト */
.cp-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #192f60;
}
* + .cp-text {
    margin: 16px 0 0 0;
}

/* 見出し */
.cp-title02 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    line-height: 1.2;
    color: #707070;
    font-weight: bold;
}
.cp-title02:before,
.cp-title02:after {
    content: '';
    width: 80px;
    height: 2px;
    background-color: #707070;
}
.cp-title02:before {
    margin-right: 24px;
}
.cp-title02:after {
    margin-left: 24px;
}

@media screen and (max-width: 599px) {
    /* セクション */
    .cp-section {
        padding: 40px 0;
    }

    /* コンテナー */
    .cp-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* 見出し */
    .cp-title02 {
        font-size: 26px;
    }
    .cp-title02:before,
    .cp-title02:after {
        content: '';
        width: 48px;
        height: 2px;
        background: #707070;
    }
    .cp-title02:before {
        margin-right: 16px;
    }
    .cp-title02:after {
        margin-left: 16px;
    }
}

/* パララックス ------------------------------*/

/* テキスト */
.cp-text2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}
* + .cp-text2 {
    margin: 16px 0 0 0;
}

.cp-parallax {
    background-image: url(world-map.png);
    height: 80%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.cp-parallax__title {
    color: #192f60;
    margin-bottom: 48px;
}
.cp-parallax__title.cp-title02:before,
.cp-parallax__title.cp-title02:after {
    background: #192f60;
}
.cp-parallax__text {
    color: #192f60;
}


/* 共通 ------------------------------*/
*[class*="cp-"],
*[class*="cp-"] * {
    box-sizing: border-box;
}

/* 見出し ------------------------------*/
.cp-title01 {
    position: relative;
    padding-bottom: 16px;
    font-size: 32px;
    line-height: 1.2;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.cp-title01::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 56px;
    margin: auto;
    background: #39B54A
}
.cp-title01 span {
    display: inline-block;
    font-size: 16px;
}

@media screen and (max-width: 599px) {
    .cp-title01 {
        font-size: 26px;
    }
    .cp-title01 span {
        font-size: 14px;
    }
}


/* テキスト */
.cp-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #707070;
}
* + .cp-text {
    margin: 16px 0 0 0;
}

/* アコーディオン ------------------------------*/
.cp-accordion01 {
    position: relative;
    width: 100%;
    outline: 0;
    border-top: none;
}

/* アイテム */
.cp-accordion01__item {
    border: 0px solid #192f60;
}
.cp-accordion01__item:not(:last-child) {
    border-bottom: none;
}

/* 見出し */
.cp-accordion01__title {
    position: relative;
    padding: 12px;
    font-size: 18px;
    line-height: 1.5;
    transition: .2s ease-in-out;
    color: #fff;
    background: #192f60;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.cp-accordion01__title:hover {
    opacity: 0.7;
}

/* アイコン */
.cp-accordion01__icon span {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 16px;
    height: 2px;
    width: 24px;
    margin: auto;
    transition: .2s ease-in-out;
    background: #fff;
}
.cp-accordion01__icon span:nth-child(2) {
    transform: rotate(-90deg);
}
.cp-accordion01__title.active .cp-accordion01__icon span:nth-child(1) {
    transform: rotate(180deg);
}
.cp-accordion01__title.active .cp-accordion01__icon span:nth-child(2) {
    transform: rotate(90deg);
}

/* コンテンツ */
.cp-accordion01__content {
    margin-top: 0;
    padding: 24px;
    display: none;
}

/* セクション */
.cp-section {
    padding: 80px 0;
}

/* コンテナー */
.cp-container {
    width: 100%;
    max-width: 1065px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}

/* ラベル */
.cp-label {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
    background: #707070;
}
.cp-label-radius {
    border-radius: 100vw;
}

/* テキスト */
.cp-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #707070;
}
* + .cp-text {
    margin: 16px 0 0 0;
}

@media screen and (max-width: 599px) {
    /* セクション */
    .cp-section {
        padding: 40px 0;
    }

    /* コンテナー */
    .cp-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* 流れ ------------------------------*/
/* アイテム */
.cp-flow02__item {
    position: relative;
    padding: 24px;
    background: #F5F5F5;
}
.cp-flow02__item:not(:last-child) {
    margin-bottom: 72px;
}
.cp-flow02__item:not(:last-child):after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 32px 40px 0 40px;
    border-style: solid;
    border-color: #f5f5f5 transparent transparent transparent;
}

/* アイテム */
.cp-flow02a__item {
    position: relative;
    padding: 24px;
    background: #FFF;
}
.cp-flow02a__item:not(:last-child) {
    margin-bottom: 72px;
}
.cp-flow02a__item:not(:last-child):after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 32px 40px 0 40px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/* 見出し */
.cp-flow02__title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.2;
    color: #707070;
    font-weight: bold;
}

/* ラベル */
.cp-flow02__label {
    margin-right: 8px;
    transform: translateY(-3px);
}

@media screen and (max-width: 599px) {
    /* アイテム */
    .cp-flow02__item {
        padding: 16px;
    }
    .cp-flow02__item:not(:last-child) {
        margin-bottom: 48px;
    }
}

/* セクション */
.cp-section {
    padding: 80px 0;
}

/* コンテナー */
.cp-container {
    width: 100%;
    max-width: 1065px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}

/* ラベル */
.cp-label {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
    background: #707070;
}

/* 画像 */
img {
    vertical-align: bottom;
}

@media screen and (max-width: 599px) {
    /* セクション */
    .cp-section {
        padding: 40px 0;
    }
    
    /* コンテナー */
    .cp-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* 更新情報 ------------------------------*/
.cp-infoCard01 {
    display: flex;
    flex-wrap: wrap;
}

/* アイテム */
.cp-infoCard01__item {
    position: relative;
    width: calc(100% / 3 - 27px);
}
.cp-infoCard01__item:not(:nth-child(3n)) {
    margin-right: 40px;
}
.cp-infoCard01__item:nth-child(n+4) {
    margin-top: 40px;
}
.cp-infoCard01__item a {
    display: block;
    transition: .2s ease-in-out;
    text-decoration: none;
}
.cp-infoCard01__item a:hover {
    opacity: 0.7;
}

/* 画像 */
.cp-infoCard01__image img {
    width: 100%;
}

.cp-infoCard01__info {
    margin-top: 24px;
}

/* 日付 */
.cp-infoCard01__date {
    font-size: 12px;
    color: #192f60;
}

/* ラベル */
.cp-infoCard01__label {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #1f92bf;
    background: #fff;
}

/* テキスト */
.cp-infoCard01__text {
    margin-top: 12px;
    line-height: 1.5;
    color: #707070;
}

@media screen and (max-width: 1024px) {
    /* アイテム */
    .cp-infoCard01__item {
        width: calc(100% / 2 - 20px);
    }
    .cp-infoCard01__item:not(:last-child) {
        margin-right: 0;
    }
    .cp-infoCard01__item:nth-child(2n-1) {
        margin-right: 40px;
    }
    .cp-infoCard01__item:nth-child(n+3) {
        margin-top: 40px;
    }
}

@media screen and (max-width: 599px) {
    /* アイテム */
    .cp-infoCard01__item {
        width: calc(100% / 1);
    }
    .cp-infoCard01__item:not(:last-child) {
        margin-right: 0;
    }
    .cp-infoCard01__item:nth-child(2n-1) {
        margin-right: 0;
    }
    .cp-infoCard01__item:nth-child(n+2) {
        margin-top: 32px;
    }
}


/* 共通 ------------------------------*/
*[class*="cp-"],
*[class*="cp-"] * {
    box-sizing: border-box;
}

/* テキスト */
.cp-text-center {
    text-align: center;
}

/* ボタン */
.cp-button {
    display: inline-block;
    padding: 0 32px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #707070;
    border-radius: 3px;
    transition: .2s ease-in-out;
    color: #707070;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.cp-button:hover {
    color: #fff;
    background: #707070;
}
.cp-button-large {
    padding: 0 40px;
    line-height: 54px;
}
.cp-button-primary {
    color: #fff;
    background: #707070;
}
.cp-button-primary:hover {
    color: #707070;
    background: #fff;
}

/* メインビジュアル ------------------------------*/
.cp-mainVisual02 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    width: 100%;
    background: url(earth1.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.cp-mainVisual02__inner {
    width: 100%;
    max-width: 1065px;
    padding: 40px 20px;
}

/* 背景 */
.cp-mainVisual02__background {
    padding-top: 20px;
    margin-top: 65px;
    width: 50%;
    background: rgba(255, 255, 255, .8);
}

/* 見出し */
.cp-mainVisual02__title {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 1.2;
    color: #192f60;
    text-align: center;
    font-weight: bold;
}

/* 見出し サブ */
.cp-mainVisual02__subTitle {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
    color: #192f60;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 599px) {
    .cp-mainVisual02 {
        height: 400px;
    }

    .cp-mainVisual02__inner {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* 背景 */
    .cp-mainVisual02__background {
        padding: 24px;
    }
    
    /* 見出し */
    .cp-mainVisual02__title {
        font-size: 26px;
    }

    /* 見出し サブ */
    .cp-mainVisual02__subTitle {
        margin-bottom: 32px;
        font-size: 20px;
    }
}

/* ボタン */
.cp-button {
    display: inline-block;
    padding: 0 32px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #707070;
    border-radius: 3px;
    transition: .2s ease-in-out;
    color: #707070;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.cp-button:hover {
    color: #fff;
    background: #707070;
}

/* ボタン 影 */
.cp-button-shadow {
    line-height: 40px;
    box-shadow: 0 5px 0 #333;
    border: none;
    color: #fff;
    background: #707070;
}
.cp-button-shadow:hover {
    transform: translateY(5px);
    box-shadow: none;
}



/* ボタン マイクロコピー ------------------------------*/
.cp-button-microCopy {
    padding: 20px 8px 0;
    pointer-events: none;
}
.cp-button-microCopy a {
    position: relative;
    padding-top: 12px;
    text-align: center;
}
.cp-button-microCopy span {
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 16px);
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5;
    border: 2px solid #707070;
    border-radius: 100vh;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    color: #707070;
    background: #fff;
}
.cp-button-microCopy span:before,
.cp-button-microCopy span:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}
.cp-button-microCopy span:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-color: #707070 transparent transparent transparent;
    border-style: solid;
}
.cp-button-microCopy span:after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
}


/* セクション */
.cp-section {
    padding: 80px 0;
}

/* コンテナー */
.cp-container {
    width: 100%;
    max-width: 1065px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.cp-container-small {
    max-width: 750px;
}

/* テキスト */
.cp-text-center {
    text-align: center;
}

/* ラベル */
.cp-label {
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    background: #1f92bf;
}
.cp-label-danger {
    background: #F0506E;
}

/* フォームリセット テキスト */
.cp-riset-text {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ADADAD;
    border-radius: 0;
    font-family: inherit;
    color: #707070;
    background: none;
    appearance: none;
}
.cp-riset-text:focus {
    box-shadow: none;
    outline: none;
}

/* フォームリセット テキストエリア */
.cp-riset-textarea {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ADADAD;
    border-radius: 0;
    font-family: inherit;
    color: #707070;
    background: none;
    appearance: none;
}
.cp-riset-textarea:focus {
    box-shadow: none;
    outline: none;
}

/* フォームリセット ラジオボタン */
.cp-riset-radio {
    display: none;
}
.cp-riset-radio + span {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 0 24px;
    color: #707070;
    cursor: pointer;
}
.cp-riset-radio + span:before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    border: 1px solid #ADADAD;
    border-radius: 50%;
    background: #fff;
}
.cp-riset-radio + span:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s ease 0s;
    background: #ADADAD;
}
.cp-riset-radio:checked + span:after {
    opacity: 1;
}

/* フォームリセット チェックボックス */
.cp-riset-check {
    display: none;
}
.cp-riset-check + span {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 0 24px;
    cursor: pointer;
}
.cp-riset-check + span:before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    border: 1px solid #ADADAD;
    border-radius: 0;
    background: #fff;
}
.cp-riset-check + span:after {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 2px;
    transform: translateY(-50%) rotate(-45deg);
    height: 6px;
    width: 12px;
    border-bottom: 2px solid #ADADAD;
    border-left: 2px solid #ADADAD;
    opacity: 0;
    transition: all 0.2s ease 0s;
}
.cp-riset-check:checked + span:after {
    opacity: 1;
}

/* フォームリセット セレクトボックス */
.cp-riset-select {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px solid #ADADAD;
    font-family: inherit;
    color: #707070;
    background: transparent url(https://ko-official.site/coding-parts-template/wp-content/themes/CPS/images/parts/ico-arrow01.png) no-repeat center right 8px/16px 16px;
    appearance: none;
    cursor: pointer;
}
.cp-riset-select:focus {
    box-shadow: none;
    outline: none;
}

/* フォームリセット ボタン */
.cp-riset-submit {
    display: inline-block;
    margin: 0;
    padding: 0 32px;
    font-size: 16px;
    line-height: 38px;
    border-radius: 3px;
    border: 1px solid #707070;
    transition: .2s ease-in-out;
    color: #707070;
    background-color: #fff;
    background-image: none;
    cursor: pointer;
    text-decoration: none;
}
.cp-riset-submit:hover,
.cp-riset-submit:focus {
    outline: none;
}
.cp-riset-submit:hover {
    color: #fff;
    background: #707070;
}

/* ボタン */
.cp-submit-primary {
    display: inline-block;
    padding: 0 32px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #39B54A;
    border-radius: 3px;
    transition: .2s ease-in-out;
    color: #39B54A;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.cp-submit-primary:hover {
    color: #fff;
    background: #39B54A
}

@media screen and (max-width: 599px) {
    /* セクション */
    .cp-section {
        padding: 40px 0;
    }
    
    /* コンテナー */
    .cp-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* お問合せフォーム ------------------------------*/
/* アイテム */
.cp-contactForm01__item:not(:last-child) {
    margin-bottom: 32px;
}

.cp-contactForm01__title {
    margin-bottom: 12px;
    font-size: 16px;
    color: #707070;
}

.cp-contactForm01__description {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #707070;
}

.cp-contactForm01__privacy {
    margin: 40px 0 16px;
    line-height: 1.5;
    color: #707070;
}

label:not(:first-child) {
    margin-left: 24px;
}


/* テキスト */
.cp-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #707070;
}
* + .cp-text {
    margin: 16px 0 0 0;
}

/* タブ切り替え ------------------------------*/
/* タブ */
.cp-tab01 {
    border: 2px solid #192f60;
    background: #fff;
}

.cp-tab01__item {
    display: block;
    width: calc(90.00% / 4);
    padding: 12px 5px;
    border-bottom: 2px solid #192f60;
    transition: all 0.2s ease;
    color: #707070;
    background: #F5F5F5;
    float: left;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.cp-tab01__item:hover {
    opacity: 0.7;
}
.cp-tab01__item:not(:last-of-type) {
}
.cp-tab01 input:checked + .cp-tab01__item {
    position: relative;
    color: #fff;
    background: #192f60;
}
.cp-tab01 input:checked + .cp-tab01__item:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -18px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #192f60 transparent transparent transparent;
}
input[name="cp-tab01__item"] {
    display: none;
}

/* コンテンツ */
.cp-tab01__content {
    display: none;
    clear: both;
    padding: 32px 24px 24px;
    overflow: hidden;
}

#cp-tab1:checked ~ #cp-tab01__content01,
#cp-tab2:checked ~ #cp-tab01__content02,
#cp-tab3:checked ~ #cp-tab01__content03,
#cp-tab4:checked ~ #cp-tab01__content04 {
    display: block;
}

@media screen and (max-width: 599px) {
    .cp-tab01__content {
        padding: 24px 16px 16px;
    }
}


/* テーブル デフォルト ------------------------------*/
.cp-tableVertical01-01 {
    width: 100%;
    position: relative;
    border-collapse: collapse;
}

/* テーブル 見出し & データ */
.cp-tableVertical01-01__title,
.cp-tableVertical01-01__text {
    width: calc(100% / 4);
    padding: 12px 5px;
}
.cp-tableVertical01-01__title {
    color: #fff;
    background: #707070;
    font-weight: bold;
}
.cp-tableVertical01-01__text {
    color: #707070;
}

@media screen and (max-width: 599px) {
  /* テーブル 見出し & データ */
  .cp-tableVertical01-01__title,
  .cp-tableVertical01-01__text {
      padding: 12px;
  }
}

/* テーブル スクロール ------------------------------*/
.cp-tableVertical01-02-scroll {
    width: 100%;
    overflow-x: scroll;
}

.cp-tableVertical01-02 {
    width: 100%;
    border-collapse: collapse;
}

/* テーブル 見出し & データ */
.cp-tableVertical01-02__title,
.cp-tableVertical01-02__text {
    width: calc(100% / 3);
    padding: 12px 16px;
    border: solid 1px #707070;
    white-space: nowrap;
}
.cp-tableVertical01-02__title {
    color: #fff;
    background: #707070;
    font-weight: bold;
}

/* テーブル データ */
.cp-tableVertical01-02__text {
    color: #707070;
}


/* 共通 ------------------------------*/
*[class*="cp-"],
*[class*="cp-"] * {
    box-sizing: border-box;
}

/* セクション */
.cp-section {
    padding: 80px 0;
}

/* コンテナー */
.cp-container {
    width: 100%;
    max-width: 1065px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}

/* 見出し */
.cp-title02 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    line-height: 1.2;
    color: #707070;
    font-weight: bold;
}
.cp-title02:before,
.cp-title02:after {
    content: '';
    width: 80px;
    height: 2px;
    background-color: #707070;
}
.cp-title02:before {
    margin-right: 24px;
}
.cp-title02:after {
    margin-left: 24px;
}

/* テキスト */
.cp-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #192f60;
}
* + .cp-text {
    margin: 16px 0 0 0;
}
.cp-text-center {
    text-align: center;
}

/* ボタン */
.cp-button {
    display: inline-block;
    padding: 0 32px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #707070;
    border-radius: 3px;
    transition: .2s ease-in-out;
    color: #707070;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.cp-button:hover {
    color: #fff;
    background: #707070;
}
.cp-button-large {
    padding: 0 40px;
    line-height: 54px;
}
.cp-button-primary {
    color: #fff;
    background: #707070;
}
.cp-button-primary:hover {
    color: #707070;
    background: #fff;
}

/* スマホ用 */
.cp-sp {
    display: none;
}

@media screen and (max-width: 599px) {
    /* セクション */
    .cp-section {
        padding: 40px 0;
    }

    /* コンテナー */
    .cp-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* 見出し */
    .cp-title02 {
        font-size: 26px;
    }
    .cp-title02:before,
    .cp-title02:after {
        content: '';
        width: 48px;
        height: 2px;
        background-color: #707070;
    }
    .cp-title02:before {
        margin-right: 16px;
    }
    .cp-title02:after {
        margin-left: 16px;
    }

    /* スマホ用 */
    .cp-sp {
        display: block;
    }
}

/* お問合せ誘導 ------------------------------*/
.cp-contactInduction02 {
    padding: 40px;
    background: #192f60;
}

/* コピー */
.cp-contactInduction02__copy {
    margin: 32px 0 24px;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

/* テキスト */
.cp-contactInduction02__text {
    margin-bottom: 32px;
    color: #fff; !important
}

.cp-contactInduction02__tel {
    margin-bottom: 24px;
    text-align: center;
}

/* 電話番号 */
.cp-contactInduction02__number {
    margin-bottom: 4px;
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
}

/* 受付時間 */
.cp-contactInduction02__remarks {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

@media screen and (max-width: 599px) {
    .cp-contactInduction02 {
        padding: 24px 16px;
    }

    /* コピー */
    .cp-contactInduction02__copy {
        font-size: 18px;
    }
    
    /* 電話番号 */
    .cp-contactInduction02__number {
        font-size: 24px;
    }
}


/* テキスト */
.cp-text-center {
    text-align: center;
}

/* ボタン */
.cp-button {
    display: inline-block;
    padding: 0 32px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #707070;
    border-radius: 3px;
    transition: .2s ease-in-out;
    color: #192f60;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.cp-button:hover {
    color: #1f92bf;
    background: #fff;
}
.cp-button-large {
    padding: 0 40px;
    line-height: 54px;
}

/* メインビジュアル ------------------------------*/
.cp-mainVisual01 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 560px;
    width: 100%;
    background: url(main.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.cp-mainVisual01__inner {
    width: 100%;
    max-width: 1065px;
    padding: 40px 20px;
}

/* 見出し */
.cp-mainVisual01__title {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

/* 見出し サブ */
.cp-mainVisual01__subTitle {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

/* ボタン */
.cp-mainVisual01__button {
    border: 1px solid #fff;
}

@media screen and (max-width: 599px) {
    .cp-mainVisual01 {
        height: 400px;
    }

    .cp-mainVisual01__inner {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    /* 見出し */
    .cp-mainVisual01__title {
        font-size: 26px;
    }

    /* 見出し サブ */
    .cp-mainVisual01__subTitle {
        margin-bottom: 32px;
        font-size: 20px;
    }
}

/* テキスト */
.cp-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #707070;
}
* + .cp-text {
    margin: 16px 0 0 0;
}

/* セクション */
.cp-section {
    padding: 80px 0;
}

/* コンテナー */
.cp-container {
    width: 100%;
    max-width: 1065px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}

/* 画像 */
img {
    vertical-align: bottom;
}

/* テキスト */
.cp-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #707070;
}
* + .cp-text {
    margin: 16px 0 0 0;
}

@media screen and (max-width: 599px) {
    /* セクション */
    .cp-section {
        padding: 40px 0;
    }

    /* コンテナー */
    .cp-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* お客様の声 ------------------------------*/
/* アイテム */
.cp-voice01__item {
    padding: 24px;
}
.cp-voice01__item:not(:last-child) {
    margin-bottom: 40px;
}

.cp-voice01__customer {
    display: flex;
    align-items: center;
}

/* 画像 */
.cp-voice01__image img {
    height: 40%;
}

/* 名前 */
.cp-voice01__name {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: #192f60;
    text-align: center;
    font-weight: bold;
}

/* コメント */
.cp-voice01__comment {
    position: relative;
    width: 100%;
    margin-left: 40px;
    padding: 12px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 8px;
    color: #192f60;
    background: #F5F5F5;
    font-weight: bold;
}
.cp-voice01__comment:before {
    position: absolute;
    content: '';
    left: -28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 32px 15px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}

/* テキスト */
.cp-voice01__text {
    margin-top: 24px;
}

@media screen and (max-width: 599px) {
    /* アイテム */
    .cp-voice01__item {
        padding: 16px;
    }
    .cp-voice01__item:not(:last-child) {
        margin-bottom: 32px;
    }
    
    .cp-voice01__customer {
        display: block;
    }

    /* お客様の画像 */
    .cp-voice01__image {
        text-align: center;
    }
    
    /* お客様のコメント */
    .cp-voice01__comment {
        margin-top: 16px;
        margin-left: 0;
    }
    .cp-voice01__comment:before {
        content: none;
    }
}

/* 画像 */
img {
    vertical-align: bottom;
}

/* テキスト */
.cp-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #707070;
}
* + .cp-text {
    margin: 16px 0 0 0;
}

/* 画像 + 見出し + テキスト ------------------------------*/
/* アイテム */
.p-leftAndRight01__item {
    display: flex;
    align-items: center;
}
.p-leftAndRight01__item:not(:last-child) {
    margin-bottom: 40px;
}
.p-leftAndRight01__item:nth-child(2n) {
    flex-direction: row-reverse;
}
.p-leftAndRight01__item:nth-child(2n-1) .p-leftAndRight01__info {
    margin-left: 40px;
}
.p-leftAndRight01__item:nth-child(2n) .p-leftAndRight01__info {
    margin-right: 40px;
}
.p-leftAndRight01__info {
    width: calc(100% - 80px);
}

/* 画像 */
.p-leftAndRight01__image {
    width: 60%;
}
.p-leftAndRight01__image img {
    width: 60%;
}

/* 見出し */
.p-leftAndRight01__title {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 1.2;
    color: #192f60;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    /* アイテム */
    .p-leftAndRight01__item {
        display: block;
    }
    .p-leftAndRight01__item:nth-child(2n-1) .p-leftAndRight01__info {
        margin-left: 0;
    }
    .p-leftAndRight01__item:nth-child(2n) .p-leftAndRight01__info {
        margin-right: 0;
    }

    .p-leftAndRight01__info {
        width: 100%;
        margin-top: 32px;
    }
}

@media screen and (max-width: 599px) {
    /* アイテム */
    .p-leftAndRight01__item:not(:last-child) {
        margin-bottom: 40px;
    }
    .p-leftAndRight01__info {
        margin-top: 24px;
    }
    
    /* 見出し */
    .p-leftAndRight01__title {
        margin-bottom: 16px;
    }
}

/* 画像 + 見出し + テキスト ------------------------------*/
/* アイテム */
.p-leftAndRight02__item {
    display: flex;
    align-items: center;
}
.p-leftAndRight02__item:not(:last-child) {
    margin-bottom: 40px;
}
.p-leftAndRight02__item:nth-child(2n) {
    flex-direction: row-reverse;
}
.p-leftAndRight02__item:nth-child(2n-1) .p-leftAndRight02__info {
    margin-left: 40px;
}
.p-leftAndRight02__item:nth-child(2n) .p-leftAndRight02__info {
    margin-right: 40px;
}
.p-leftAndRight02__info {
    width: calc(100% - 80px);
}

/* 画像 */
.p-leftAndRight02__image {
    width: 100%;
}
.p-leftAndRight02__image img {
    width: 100%;
}

/* 見出し */
.p-leftAndRight02__title {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 1.2;
    color: #707070;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    /* アイテム */
    .p-leftAndRight02__item {
        display: block;
    }
    .p-leftAndRight02__item:nth-child(2n-1) .p-leftAndRight02__info {
        margin-left: 0;
    }
    .p-leftAndRight02__item:nth-child(2n) .p-leftAndRight02__info {
        margin-right: 0;
    }

    .p-leftAndRight02__info {
        width: 100%;
        margin-top: 32px;
    }
}

@media screen and (max-width: 599px) {
    /* アイテム */
    .p-leftAndRight02__item:not(:last-child) {
        margin-bottom: 40px;
    }
    .p-leftAndRight02__info {
        margin-top: 24px;
    }
    
    /* 見出し */
    .p-leftAndRight02__title {
        margin-bottom: 16px;
    }
}




/* リスト ------------------------------*/
.cp-list-unOrder02 {
    position: relative;
    padding: 0;
    color: #192f60;
}

.cp-list-unOrder02 span{
  font-size:18px ;
  line-height: 1.5 ;
  font-weight: normal;
  }

.cp-list-unOrder02__item {
    padding-left: 30px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.0;
}
.cp-list-unOrder02__item:before { 
    position: absolute;
    content: "\f14a";
    left : 0;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #1f92bf;
}
.cp-list-unOrder02__item:not(:last-child) {
    margin-bottom: 16px;
}

/* 見出し ------------------------------*/
.cp-title04 {
    text-align: center;
}
.cp-title04 span {
    display: inline-block;
    position: relative;
    padding: 12px 32px;
    font-size: 42px;
    line-height: 1.2;
    color: #192f60;
    font-weight: bold;
}
.cp-title04 span:before,
.cp-title04 span:after { 
    display: inline-block;
    position: absolute;
    content: '';
    height: 32px;
    width: 32px;
}
.cp-title04 span:before {
    top:0;
    left: 0;
    border-top: solid 2px #1f92bf;
    border-left: solid 2px #1f92bf;
}
.cp-title04 span:after {
    right: 0;
    bottom:0;
    border-right: solid 2px #1f92bf;
    border-bottom: solid 2px #1f92bf;
}

@media screen and (max-width: 599px) {
    .cp-title04 span {
        font-size: 26px;
    }
    .cp-title04 span:before,
    .cp-title04 span:after { 
        height: 24px;
        width: 24px;
    }
    .cp-title04 span:before {
        left: 8px;
    }
    .cp-title04 span:after {
        right: 8px;
    }
}



/* モーダル ------------------------------*/
.cp-modal01__body {
    display: none;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.cp-modal01__background {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

/* コンテンツ */
.cp-modal01__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cp-modal01__info {
    position: relative;
    max-height: 96vh;
    padding: 24px;
    background-color: #fff;
    overflow-y: scroll;
}

/* 見出し */
.cp-modal01__title {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.5;
    color: #707070;
    font-weight: bold;
    text-align: center;
}

/* 閉じる */
.cp-modal01-close {
    position: fixed;
    top: 11px;
    right: 30px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.cp-modal01-close span {
    display: block;
    position: absolute;
    top: 14px;
    left: 3px;
    width: 24px;
    height: 2px;
    background: #707070;
}
.cp-modal01-close span:nth-child(1) {
    transform: rotate(-45deg);
}
.cp-modal01-close span:nth-child(2) {
    transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
    .cp-modal01__info {
        padding: 16px;
    }

    /* 見出し */
    .cp-modal01__title {
        margin-bottom: 16px;
    }
    
    /* 閉じる */
    .cp-modal01-close {
        top: 6px;
        right: 21px;
    }
}

.google_map{
position:relative;
width:100%;
height:0;
padding-top:40%;
}
.google_map iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:80%;
}
