@charset "UTF-8";
.bold {
  font-weight: bold;
}

.is-visible-sd {
  display: none;
}
@media only screen and (max-width: 640px) {
  .is-visible-sd {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .is-hidden-sd {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.74;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

sup {
  font-size: 70%;
}

.container {
  margin: 0 auto;
  max-width: 950px;
}
@media only screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .container {
    padding: 0 4.2666666667vw;
  }
}

.btn {
  display: block;
  width: 340px;
  text-align: center;
  padding: 14px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  background: #fff url(../img/icon_arrow_black.svg) no-repeat 95% center;
  border: 1px solid #082960;
  border-radius: 6px;
}
@media only screen and (max-width: 640px) {
  .btn {
    width: 53.3333333333vw;
    padding: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.btn__anchor {
  display: inline-block;
  width: 22.9166666667vw;
  text-align: center;
  font-weight: 700;
  padding: 14px;
  font-size: 1.0416666667vw;
  color: #fff;
  background: url(../img/icon_arrow.svg) no-repeat 95% center, -webkit-gradient(linear, left top, right top, from(#CA0003), to(#F93231));
  background: url(../img/icon_arrow.svg) no-repeat 95% center, linear-gradient(to right, #CA0003, #F93231);
  border-radius: 6px;
}
@media only screen and (max-width: 640px) {
  .btn__anchor {
    width: 51.2vw;
    padding: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.btn__blank {
  display: block;
  margin: 20px auto 0;
  width: 200px;
  text-align: center;
  padding: 14px;
  color: #000000;
  font-size: 14px;
  background: #DDDDDD url(../img/icon_blank.png) no-repeat 95% center;
  background-size: 12px;
  border-radius: 6px;
}
@media only screen and (max-width: 640px) {
  .btn__blank {
    width: 53.3333333333vw;
    padding: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.btn__red {
  display: block;
  width: 340px;
  text-align: center;
  padding: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: url(../img/icon_arrow_right.svg) no-repeat 95% center, -webkit-gradient(linear, left top, right top, from(#CA0003), to(#F93231));
  background: url(../img/icon_arrow_right.svg) no-repeat 95% center, linear-gradient(to right, #CA0003, #F93231);
  border-radius: 6px;
}
@media only screen and (max-width: 640px) {
  .btn__red {
    width: 53.3333333333vw;
    padding: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}

.note__list {
  font-size: 12px;
  color: #848484;
}
.note__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.note__list--num {
  font-size: 12px;
  color: #848484;
}
.note__list--num li {
  text-indent: -2em;
  padding-left: 2em;
}

.main {
  position: relative;
}

/**************************
共通　
***************************/
.fcRD {
  color: #E31816;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.sec__title {
  font-size: 66px;
  font-weight: 500;
  text-align: center;
  padding-top: 120px;
  line-height: 0.5;
}
@media only screen and (max-width: 768px) {
  .sec__title {
    font-size: 38px;
    padding-top: 60px;
    line-height: 0.7;
  }
}
.sec__title-jp {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  padding: 110px 0 45px;
}
@media only screen and (max-width: 768px) {
  .sec__title-jp {
    padding: 60px 0 32px;
  }
}
.sec__subtitle {
  font-size: 22px;
  font-weight: 500;
  color: #D80606;
}
@media only screen and (max-width: 768px) {
  .sec__subtitle {
    font-size: 16px;
  }
}
.sec__text {
  text-align: center;
  margin-top: 70px;
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .sec__text {
    margin-top: 27px;
    font-size: 18px;
  }
}

.link__btn a {
  display: block;
  margin: 20px 0;
  max-width: 200px;
  text-align: center;
  padding: 10px 0;
  color: #000000;
  font-size: 14px;
  background: #DDDDDD url(../img/icon_arrow_black.svg) no-repeat 90% center;
  background-size: 9px;
  border-radius: 50px;
}
.link__btn a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .link__btn a {
    margin: 20px auto 0;
  }
}

.is-visible-sd {
  display: none;
}
@media only screen and (max-width: 768px) {
  .is-visible-sd {
    display: block;
  }
}

/**************************
header
**************************/
.header {
  position: relative;
  background: #fff;
}
.header__logo {
  padding: 20px 36px;
}
@media only screen and (max-width: 640px) {
  .header__logo {
    padding: 2.6666666667vw;
  }
  .header__logo img {
    width: 32vw;
  }
}
.header__link {
  padding: 20px 36px 20px 0;
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .header__link {
    display: none;
  }
}
.header__link a {
  display: block;
  text-align: center;
  font-size: 14px;
  background: url("../img/icon_arrow_black.svg") no-repeat;
  background-position: 97% center;
  color: #6F6F6F;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 5px 15px 5px 5px;
  width: 285px;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .header__left {
    display: block;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 14px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 6px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.nav__btn {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 2000;
  padding: 12px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 640px) {
  .nav__btn {
    top: 1.6vw;
    right: 1.6vw;
    padding: 1.6vw;
  }
}
.nav__btn:hover {
  cursor: pointer;
}
.nav__btn:hover .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
}
.nav__btn:hover .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translate(6px, 0);
          transform: translate(6px, 0);
}
.nav__btn .menu-trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translate(0, 6px) rotate(-45deg);
          transform: translate(0, 6px) rotate(-45deg);
}
.nav__btn .menu-trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.nav__btn .menu-trigger.is-active span:nth-of-type(3) {
  -webkit-transform: translate(0, -6px) rotate(45deg);
          transform: translate(0, -6px) rotate(45deg);
}
.nav__wrapper {
  position: fixed;
  top: 0;
  right: -120%;
  width: 40%;
  height: 100dvh;
  padding: 60px 30px;
  background: #fff;
  z-index: 1000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.nav__wrapper.is-active {
  right: 0;
}
@media only screen and (max-width: 640px) {
  .nav__wrapper {
    width: 100%;
    height: 100dvh;
    padding: 8vw 5.3333333333vw;
  }
}
.nav__list li {
  border-bottom: 1px solid #A8A8A8;
}
.nav__list li:last-child {
  border-bottom: none;
}
.nav__list li a {
  display: block;
  padding: 20px 0;
  font-weight: 700;
  color: #000;
}
.nav__list li a .icon--new {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  border: 1px solid #C6B557;
  color: #C6B557;
}

/**************************
MV
**************************/
/**************************
best
***************************/
.best {
  background: #EAEAEA;
  text-align: center;
}
.best__head {
  padding-top: 140px;
}
@media only screen and (max-width: 768px) {
  .best__head {
    padding-top: 50px;
  }
}
.best__head__text {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 45px 0;
}
@media only screen and (max-width: 768px) {
  .best__head__text {
    font-size: 5vw;
    padding: 15px 0;
  }
}
.best__head__text__inner::after, .best__head__text__inner::before {
  position: absolute;
  width: 140px;
  height: 140px;
  content: "";
}
@media only screen and (max-width: 768px) {
  .best__head__text__inner::after, .best__head__text__inner::before {
    width: 70px;
    height: 70px;
  }
}
.best__head__text__inner::before {
  border-left: 2px solid #E30002;
  border-top: 2px solid #E30002;
  top: 0;
  left: 0;
}
.best__head__text__inner::after {
  border-right: 2px solid #E30002;
  border-bottom: 2px solid #E30002;
  bottom: 0;
  right: 0;
}
.best__note {
  font-size: 26px;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .best__note {
    font-size: 18px;
    padding: 30px 0;
  }
}
.best__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 940px) {
  .best__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.best__box__item {
  position: relative;
}
@media only screen and (max-width: 940px) {
  .best__box__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 940px) {
  .best__box__item:nth-child(3), .best__box__item:nth-child(4) {
    margin-top: 60px;
  }
}
.best__box__item__img img {
  max-width: 208px;
}
@media only screen and (max-width: 640px) {
  .best__box__item__img img {
    max-width: 150px;
  }
}
.best__box__item__text {
  color: #000;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.16);
  width: 208px;
  height: 82px;
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
}
@media only screen and (max-width: 640px) {
  .best__box__item__text {
    width: 150px;
    height: 60px;
  }
}
.best__subhead {
  font-size: 40px;
  font-weight: 500;
  padding: 120px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .best__subhead {
    font-size: 22px;
    padding: 80px 0 50px;
  }
}
.best__subhead__text__note {
  font-size: 12px;
  color: #6F6F6F;
}
.best__subhead__img {
  max-width: 72px;
}
@media only screen and (max-width: 640px) {
  .best__subhead__img {
    max-width: 50px;
  }
}
.best__bn {
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .best__bn {
    padding-bottom: 50px;
  }
}
.best__bn__text {
  font-size: 18px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .best__bn__text {
    font-size: 14px;
  }
}

/**************************
features
***************************/
.features__box--a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (48%)[2];
  grid-template-columns: repeat(2, 48%);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features__box--a > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.features__box--a > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 640px) {
  .features__box--a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto;
    width: 340px;
  }
}
.features__box--a:first-of-type {
  margin: 100px 0 50px 0;
}
@media only screen and (max-width: 640px) {
  .features__box--a:first-of-type {
    margin: 28px auto 30px auto;
  }
}
.features__box--b {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (48%)[2];
  grid-template-columns: repeat(2, 48%);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 50px 0;
}
.features__box--b > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.features__box--b > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 640px) {
  .features__box--b {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto 30px auto;
    width: 340px;
  }
}
.features__box__img {
  max-width: 475px;
}
.features__box__head {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .features__box__head {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .features__box--b .features__box__text-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 640px) {
  .features__box--b .features__box__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.another__head {
  font-size: 36px;
  font-weight: 500;
  color: #D80606;
  text-align: center;
  margin: 65px 0 20px;
}
@media only screen and (max-width: 768px) {
  .another__head {
    font-size: 22px;
    margin: 50px 0 18px;
  }
}
.another__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 30% 30%;
  grid-template-columns: 30% 30% 30%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.another__box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.another__box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.another__box > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 768px) {
  .another__box {
    -ms-grid-columns: 48% 20px 48%;
    grid-template-columns: 48% 48%;
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .another__box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .another__box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .another__box > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .another__box > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.another__box__item {
  text-align: center;
  color: #2B2B2B;
}
@media only screen and (max-width: 768px) {
  .another__box__item:nth-child(3) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-column-align: center;
        justify-self: center;
    margin-top: 18px;
  }
}
.another__box__item__head {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .another__box__item__head {
    font-size: 18px;
  }
}
.another__box__item__img {
  margin: 0 auto;
  max-width: 155px;
}
@media only screen and (max-width: 768px) {
  .another__box__item__img {
    max-width: 60%;
  }
}
.another__box__item__text {
  margin-top: 21px;
}
.another .link__btn a {
  margin: 20px auto 0;
}

.accordion__head {
  position: relative;
  padding: 16px 20px;
  font-size: 26px;
  color: #fff;
  background: #434343;
  border-radius: 6px;
}
@media only screen and (max-width: 640px) {
  .accordion__head {
    padding: 5.3333333333vw 4vw;
    font-size: 4.2666666667vw;
  }
}
.accordion__head::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 60px;
  height: 100%;
  background: #7C7C7C url(../img/icon_open.svg) no-repeat center center;
  background-size: 20px;
  border-radius: 0 6px 6px 0;
}
@media only screen and (max-width: 640px) {
  .accordion__head::after {
    width: 16vw;
    background-size: 5.3333333333vw;
  }
}
.accordion__head:hover, .accordion__head:focus {
  cursor: pointer;
}
.accordion__head.is-active::after {
  background: #7C7C7C url(../img/icon_close.svg) no-repeat center center;
  background-size: 20px;
}
.accordion__head__wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .accordion__head__wrapper {
    margin-top: 5.3333333333vw;
  }
}
.accordion__contents {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .accordion__contents {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.accordion__contents__head {
  font-size: 20px;
  margin: 34px 0 5px;
}
@media only screen and (max-width: 640px) {
  .accordion__contents__head {
    font-size: 3.7333333333vw;
    margin: 2.6666666667vw 0 1.3333333333vw;
  }
}
.accordion__contents__head__red {
  font-size: 20px;
  font-weight: 500;
  color: #D80606;
  margin: 20px 0 10px;
}

.jgc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (23.5%)[4];
  grid-template-columns: repeat(4, 23.5%);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.jgc > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.jgc > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.jgc > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.jgc > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
@media only screen and (max-width: 640px) {
  .jgc {
    -ms-grid-columns: (48%)[2];
    grid-template-columns: repeat(2, 48%);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .jgc > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .jgc > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .jgc > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .jgc > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
.jgc__item {
  text-align: center;
}
.jgc__item__text {
  margin-top: 8px;
}

/**************************
benefits
***************************/
.benefits {
  background: #EAEAEA;
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .benefits {
    margin-top: 50px;
  }
}
.benefits__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 30% 30%;
  grid-template-columns: 30% 30% 30%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
  padding-bottom: 150px;
}
.benefits__box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.benefits__box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.benefits__box > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 768px) {
  .benefits__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 30px auto 0;
    padding-bottom: 50px;
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .benefits__box__item {
    margin-bottom: 20px;
  }
}
.benefits__box__item__head {
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}
.benefits__box__item__img {
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .benefits__box__item__img {
    max-width: 80%;
    margin: 0 auto;
  }
}
.benefits__box__item__text {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .benefits__box__item__text {
    margin-top: 10px;
  }
}
.benefits__box__item__text2 {
  margin-top: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .benefits__box__item__text2 {
    font-size: 16px;
  }
}
.benefits__box__item__text2__little {
  font-size: 12px;
}

/**************************
service
***************************/
.service__box {
  margin: 100px 0 150px;
}
@media only screen and (max-width: 768px) {
  .service__box {
    margin: 30px 0 50px;
  }
}
.service__box__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 66%;
  grid-template-columns: 33% 66%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.service__box__item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.service__box__item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 768px) {
  .service__box__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 310px;
    margin: 0 auto 40px;
  }
}
.service__box__item:last-child {
  margin-bottom: 0;
}
.service__box__item__img {
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .service__box__item__img {
    max-width: 80%;
    margin: 0 auto;
  }
}
.service__box__item__text-box .link__btn a {
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .service__box__item__text-box .link__btn a {
    margin: 10px auto 0;
  }
}
.service__box__item__head {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .service__box__item__head {
    margin: 10px 0;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 768px) {
  .service__box__item__text {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .service .note__list {
    margin-top: 10px;
  }
}

/**************************
comparison
***************************/
.comparison {
  background: #EAEAEA;
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .comparison {
    padding-bottom: 50px;
  }
}

.compare__head {
  font-size: 30px;
  color: #1A2B3B;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .compare__head {
    font-size: 4.8vw;
  }
}
.compare__table {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .compare__table {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .compare__table {
    font-size: 16px;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
}
.compare__table__wrapper {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .compare__table__wrapper {
    white-space: nowrap;
    overflow: auto;
    padding-top: 0;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
}
.compare__table th, .compare__table td {
  padding: 10px 20px;
  color: #000000;
  background: #fff;
  font-weight: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .compare__table th, .compare__table td {
    padding: 10px 8px;
  }
}
.compare__table th {
  text-align: center;
  border-left: 1px solid #C7C7C7;
  border-top: 1px solid #C7C7C7;
}
.compare__table th.nbsp {
  background: transparent;
}
.compare__table th.compare__table__head {
  position: relative;
  padding: 20px 15px;
  text-align: center;
  color: #fff;
  background: #CD1717;
  border-left: none;
  border-top: none;
  font-weight: bold;
}
.compare__table th.compare__table__head .recommended-label {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #CC0000;
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
}
.compare__table th.compare__table__head img {
  max-width: 140px;
}
.compare__table th.compare__table__head--bis {
  position: relative;
  padding: 20px 15px;
  text-align: center;
  color: #fff;
  background: #2F2F2F;
  border-left: none;
  border-top: none;
  font-weight: bold;
}
.compare__table th.compare__table__head--bis img {
  max-width: 140px;
}
.compare__table th.compare__table__head--text {
  background: #7C7C7C;
  color: #fff;
  border-left: none;
  border-top: none;
}
.compare__table th .bonus {
  display: block;
  font-size: 11px;
  font-weight: 500;
}
.compare__table th .compare__table__head__link a {
  font-size: 12px;
  color: #6F6F6F;
  background: #fff;
  border-radius: 50px;
  padding: 5px 10px;
}
.compare__table th .compare__table__head__link a:hover {
  color: #fff;
  background: #6F6F6F;
}
.compare__table td {
  text-align: center;
  font-size: 19px;
  border-left: 1px solid #C7C7C7;
  border-top: 1px solid #C7C7C7;
}
@media only screen and (max-width: 640px) {
  .compare__table td {
    font-size: 16px;
  }
}
.compare__table td .bonus {
  font-size: 13px;
  display: block;
}
.compare__table td .num {
  font-size: 26px;
}
.compare__table .td__link {
  text-align: left;
  line-height: 1.25;
}
.compare__table .td__link a {
  text-decoration: underline;
  color: #1957A8;
}
.compare__table .din {
  border-left: 3px solid #CC0000;
  border-right: 3px solid #CC0000;
}
.compare__table .bis {
  border-left: none;
  border-right: 1px solid #C7C7C7;
}
.compare__table .last__border {
  border-bottom: 1px solid #C7C7C7;
}
.compare__table .last__border-red {
  border-bottom: 3px solid #CC0000;
}
.compare__table__head__card {
  margin-bottom: 10px;
}
.compare__table .scroll {
  display: none;
}
@media only screen and (max-width: 768px) {
  .compare__table .scroll {
    display: block;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .compare__table .scroll td {
    display: table;
    background: none;
    border: none;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .compare__table .scroll td .scroll__icon {
    width: auto;
    height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .compare__table .scroll td .scroll__text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
  }
}

/**************************
insurance
***************************/
.insurance__td {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px auto;
  grid-template-columns: 400px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .insurance__td {
    display: block;
  }
}
.insurance__td__head {
  -ms-grid-column: 1;
  grid-column: 1;
  margin-right: 10px;
  text-align: left;
}
.insurance__td__cat-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column: 2;
  grid-column: 2;
}
.insurance__td__cat {
  font-size: 14px;
  color: #fff;
  background: #707070;
  border-radius: 4px;
  padding: 5px 10px;
  width: 79px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.insurance__td__cat:first-child {
  margin-right: 10px;
}

/**************************
notes
***************************/
.notes {
  background: #EAEAEA;
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .notes {
    margin-top: 50px;
  }
}
.notes__list {
  padding-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .notes__list {
    padding-bottom: 50px;
  }
}
.notes__list li {
  text-indent: -1em;
  padding-left: 1em;
}

/**************************
apply
***************************/
.apply {
  padding: 0 0 80px 0;
}
@media only screen and (max-width: 640px) {
  .apply {
    padding: 0 0 30px;
  }
}
.apply__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .apply__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.apply__box__title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: #A8A8A8;
  border-radius: 6px;
  padding: 10px 0;
  margin-right: 20px;
  width: 270px;
  height: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .apply__box__title {
    margin: 0 auto 15px;
    font-size: 18px;
    width: 180px;
  }
}
.apply__note {
  color: #6F6F6F;
  font-size: 14px;
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .apply__note {
    font-size: 12px;
  }
}

.step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .step__box {
    margin-top: 2.6666666667vw;
  }
}
.step__box__title {
  padding-right: 30px;
  font-size: 24px;
  font-weight: bold;
  border-right: 1px solid #707070;
}
.step__box__text-area {
  padding-left: 30px;
}
.step__box__btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.step__box__btn > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.step__box__btn > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 640px) {
  .step__box__btn {
    display: block;
    margin-top: 2.6666666667vw;
  }
  .step__box__btn .btn__red {
    margin-top: 2.6666666667vw;
  }
}
.step.--nothave .step__box {
  border-color: #59677E;
}
.step.--nothave .step__box__title {
  background: #59677E;
}

.cv {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 640px) {
  .cv {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.cv .btn__anchor {
  min-width: 660px;
  font-size: 18px;
  padding: 4px;
}
@media only screen and (max-width: 640px) {
  .cv .btn__anchor {
    font-size: 4.2666666667vw;
    min-width: 100%;
    padding: 3.7333333333vw;
  }
}
.cv__note {
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .cv__note {
    font-size: 2.4vw;
  }
}

.contact {
  background: #F7F7F7;
  border: 1px solid #A8A8A8;
  border-radius: 10px;
  padding: 30px 25px;
  text-align: center;
  margin: 0 auto;
  max-width: 580px;
}
.contact__head {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .contact__head {
    font-size: 18px;
  }
}
.contact__phone {
  font-size: 40px;
  font-weight: bold;
}
.contact__phone a {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .contact__phone {
    font-size: 30px;
  }
}
.contact__phone::before {
  content: url(../img/icon_phone.svg);
  position: relative;
  top: 8px;
}
.contact__info {
  margin-top: 25px;
}
.contact__note {
  color: #6F6F6F;
  font-size: 14px;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .contact__note {
    font-size: 12px;
  }
}

/**************************
footer
***************************/
.footer__copyright {
  padding: 30px 0 160px;
  background: #000000;
}
@media only screen and (max-width: 640px) {
  .footer__copyright {
    padding: 5.3333333333vw 0 40vw;
  }
}

.copyright {
  color: #868686;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .copyright {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.fade-in.scroll-in {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}