@charset "UTF-8";
/****************************************************
共通部分
****************************************************/

html {
  font-size: 62.5%;
  /*基本のブラウザの文字サイズは16px、その62.5%は10px*/
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 500;
}

body .koro {
  font-family: korolev, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  display: inline-block;
  margin-top: 4px;
  line-height: 0;
}

body .noto {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: 0.4s;
}

li {
  list-style: none;
}

@media screen and (max-width:768px) {
  .is-desktop { display: none; }
}
@media screen and (min-width:769px) {
  .is-mobile { display: none; }
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

.inner {
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}

section {
  border: 1rem solid #000;
  border-top: none;
}

.hd {
  position: relative;
}

.hd h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
  font-weight: 900;
  font-size: 2.29vw;
  color: #FFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.hd h2 span {
  font-size: 2.6vw;
  color: #FFF176;
  line-height: 1.4;
}

a {
  transition: 0.4s;
  cursor: pointer;
}

@media screen and (max-width:1220px) {
  html {
    font-size: 50%;
  }
  body .koro {
    margin-top: 0;
  }
}

@media screen and (max-width:768px) {
  body .koro {
    margin-top: 0.5vw;
  }
  .sp__none {
    display: none!important;
  }
  .inner {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 95%;
  }
  .hd h2 {
    position: absolute;
    font-size: 5.6vw;
    line-height: 1.4;
    top: 15%;
  }
  .relief .hd h2 {
    top: 16%;
  }
  .hd h2 span {
    position: absolute;
    font-size: 6.4vw;
    display: block;
    text-align: center;
    width: 100%;
  }
  section {
    border: 1.33vw solid #000;
    border-top: none;
  }
}

@media screen and (min-width:769px) {
  .pc__none {
    display: none!important;
  }
}


/****************************************************
header
****************************************************/

header.flex {
  justify-content: flex-end;
  position: absolute;
  right: 0;
  z-index: 10;
}

header.flex a.header__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 250px;
  height: 114px;
  color: #FFF;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding: 10px 0;
  background-color: #2E93E6;
  text-decoration: none;
  border: #000 0.5rem solid;
  border-top: #000 1rem solid;
}

header.flex a.header__menu-plan {
  background-color: #FF1462;
  border-left: none;
  border-right: none;
}

header.flex a.header__menu-corp {
  background-color: #27B7B3;
  border-right: #000 1rem solid;
}

header.flex a.header__menu img {
  display: block;
  width: 24px;
  margin: 0 auto;
}

header.flex a p {
  margin-top: 5px;
}

header.flex a.header__menu:hover {
  background-color: #70B4EA;
}

header.flex a.header__menu-plan:hover {
  background-color: #FF6E9E;
}

header.flex a.header__menu-corp:hover {
  background-color: #60BEBB;
}

header.flex a.mv__logo {
  display: none;
}

@media screen and (max-width: 1640px) {
  header.flex a.header__menu {
    width: 11.6vw;
    height: 4.46vw;
    font-size: 1.2rem;
    padding: 0.5vw 0;
  }
}

@media screen and (max-width:1200px) {
  header.flex a.header__menu {
    width: 11.6vw;
    height: 4.46vw;
    font-size: 1.2rem;
    padding: 0.5vw 0;
  }
  header.flex a.header__menu img {
    width: 14px;
  }
  header.flex a.header__menu p {
    margin-top: 2px;
  }
}

@media screen and (max-width:768px) {
  header.flex {
    width: 100%;
    border-bottom: 1.33vw solid #DEDEDE;
    background: #fff;
  }
  header.flex a.header__menu {
    width: 22%;
    height: 15.9vw;
    font-size: 1.04vw;
    padding: 0.78vw 0;
    border: #FFF 0.19vw solid;
    border-right: none;
    border-top: none;
  }
  header.flex a.header__menu-plan {
    border-left: #FFF 0.19vw solid;
  }
  header.flex a.header__menu-corp {
    border-right: none;
  }
  header.flex a.header__menu img {
    width: 6.4vw;
    margin-top: 1.5vw;
  }
  header.flex a.header__menu-contact img {
    margin-top: 1.6vw;
  }
  header.flex a p {
    margin-top: 0.5vw;
    font-size: 2.93vw;
    white-space: nowrap;
  }
  header.flex a.mv__logo{
    display: block;
    width: calc( 100% - 66% - 0.19vw - 0.19vw);
  }
}


.ac {
  background-color: #EAECEE;
  border-radius: 0.5rem;
  padding: 2rem 0;
  position: relative;
  z-index: 2;
}
.ac::before {
  position: absolute;
  content: "";
  width: 3.5rem;
  height: 0.3rem;
  right: 4rem;
  top: 4rem;
  z-index: 3;
  background-color: #2E93E6;
}
.ac::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 3.5rem;
  top: 2.4rem;
  right: 5.6rem;
  transition: 0.4s;
  z-index: 3;
  background-color: #2E93E6;
}
.ac.open::after {
  width: 3.5rem;
  height: 0.3rem;
  right: 4rem;
  top: 4rem;
}

.ac h4 {
  font-size: 3.4rem;
  color: #2E93E6;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.ac h4 span {
  font-size: 4.6rem;
}

.ac > p {
  overflow: hidden;
  max-height: 0;
  height: 0;
  padding: 0;
  transition: 0.4s;
  line-height: 1.66;
  font-size: 1.8rem;
}

.ac.open {
  max-height: 2000px;
  height: auto;
  padding: 2rem 0 0;
}

.ac.open > p {
  max-height: 2000px;
  height: auto;
  padding: 3rem 4rem;
  margin-top: 2rem;
  background-color: #f4f4f4;
}

.ac > div {
  overflow: hidden;
  max-height: 0;
  height: 0;
  padding: 0;
  transition: 0.4s;
  line-height: 1.66;
  font-size: 1.8rem;
}

.ac.open > div {
  max-height: 2000px;
  height: auto;
  padding: 1.5rem 0;
}

.btn p {
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 10px 0;
}

.btn p span {
  font-size: 2.4rem;
  font-weight: 900;
}

.btn div {
  position: relative;
  display: block;
  width: 600px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
  border: 6px solid #000;
  background: #FF1462;
  font-size: 34px;
  color: #FFF;
  z-index: 1;
}
.btn div::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 115px;
  background: url(../img/free.png) no-repeat;
  background-size: 115px;
  left: -75px;
  top: -50px;
}
.btn div::after {
  content: "";
  background: #FF6E9E;
  width: 100%;
  height: 100%;
  transform-origin: right top;
  transform: scale(0, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .3s;
  border-radius: 1000vw;
  z-index: -1;
}
.btn div:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform .3s;
  border-radius: 1000vw;
}

.btn div a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  font-weight: 900;
  z-index: 1;
}
.btn a::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/btn__deco-arrow.png) no-repeat;
  background-size: 30px;
  top: 50%;
  bottom: 0;
  right: 30px;
  left: initial;
  transform: translateY(-15px);
}
.btn a:hover img {
  opacity: 0;
}

.btn div span {
  font-size: 40px;
}

.btn div span strong {
  font-size: 54px;
  transform: translateY(3px);
}

@media screen and (max-width:768px) {
  .ac {
    margin-top: 6vw;
    padding: 3vw 0;
    cursor: pointer;
  }
  .ac h4 {
    font-size: 3.73vw;
    color: #2E93E6;
    text-align: center;
    font-weight: bold;
  }

  .ac h4 span {
    margin-top: 1vw;
    font-size: 5vw;
  }
  .ac .h5 {
    display: block;
    border-bottom: 2px solid  #2E93E6;
    color: #2E93E6;
    font-weight: bold;
    font-size: 3.73vw;
    margin-top: 5vw;
    margin-bottom: 2vw;
  }
  .ac .h5:first-child {
    margin-top: 0;
  }
  .ac .underline {
    display: inline-block;
    border-bottom: 1px solid #FF1462;
    line-height: 1;
  }
  .ac a {
    color: #FF1462;
    text-decoration: none;
  }
  .ac .note {
    color: #FF1462;
  }
  .ac.open {
    max-height: 3840px;
    margin-top: 6vw;
    padding: 3vw 0 0;
    cursor: pointer;
  }
  .ac.open::after {
    width: 3.7vw;
    height: 2px;
    right: 2vw;
    top: 4.9vw;
  }
  .ac::before {
    width: 3.7vw;
    height: 2px;
    right: 2vw;
    top: 4.9vw;
  }
  .ac::after {
    width: 2px;
    height: 3.7vw;
    top: 3.2vw;
    right: 3.5vw;
  }
  .ac.open > p {
    max-height: 3840px;
    height: auto;
    padding: 15px;
    font-size: 3.73vw;
    margin-top: 1rem;
  }
  .ac.open > p .small {
    font-size: 3vw;
  }
  .ac > p {
    font-size: 2.6vw;
    padding: 0 15px;
  }

  .btn {
    text-align: center;
  }
  .btn div {
    width: 100%;
    max-width: 85vw;
    height: 15vw;
    font-size: 4.5vw;
    border: 1vw solid #000;
    background: #FF1462;
    box-shadow: 1vw 1vw 0 #000;
  }
  .btn div::before {
    width: 17vw;
    height: 17vw;
    background: url(../img/free.png) no-repeat;
    background-size: 17vw;
    left: -7vw;
    top: -8vw;
  }
  .btn div a {
    align-items: center;
    height: 100%;
    padding: 0;
    color: #FFF;
    text-decoration: none;
    font-weight: 900;
    text-align: center;
    z-index: 1;
  }
  .btn div span {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 5.3vw;
    line-height: 1;
  }
  .btn a::before {
    width: 3.4vw;
    height: 3.4vw;
    background: url(../img/btn__deco-arrow.png) no-repeat;
    background-size: 3.4vw;
    bottom: 0;
    right: 3.4vw;
    transform: translateY(-1.7vw);
  }
  .btn div span strong {
    font-size: 10vw;
    transform: translateY(1vw);
  }
  .btn p {
    display: block;
    font-size: 3.2vw;
    font-weight: bold;
    color: #000;
    padding: 15px 0 20px;
    margin: 0 auto;
  }
  .btn p:first-child {
    padding-left: 6vw;
    padding-bottom: 4vw;
  }
  .btn p:last-child {
    padding-top: 6vw;
  }
  .btn p span {
    font-size: 4vw;
    font-weight: 900;
  }
}

@media screen and (max-width:375px) {
  .ac.open::after {
    width: 4vw;
    height: 1px;
    right: 2vw;
    top: 4.9vw;
  }
  .ac::before {
    width: 4vw;
    height: 1px;
    right: 2vw;
    top: 4.9vw;
  }
  .ac::after {
    width: 1px;
    height: 4vw;
    top: 3.1vw;
    right: 3.75vw;
  }
}

@media screen and (max-width:370px) {
  .mv > h2 {
    font-size: 4.26vw;
    padding-left: 13vw;
    line-height: 45px;
  }
  .mv > h2::after {
    position: absolute;
    content: "";
    width: 87px;
    height: 77px;
    background: url(../img/mv__now.png) no-repeat;
    background-size: 87px 77px;
    left: 3%;
    top: -1px;
  }
}


/****************************************************
MV
****************************************************/
.mv {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  border-top: 1rem solid #000;
  border-bottom: none;
  border-left: 1rem solid #000;
  border-right: 1rem solid #000;
  background-color: #2E93E6;
  background-image: repeating-linear-gradient(-50deg, #58A8EB, #58A8EB 10px, transparent 0, transparent 30px);
}

.mv .fv {
  position: relative;
  height: 48.95vw;
  background-color: #40ADF2;
  background-image: radial-gradient(#29A0F0 30%, transparent 30%),
  radial-gradient(#29A0F0 30%, transparent 30%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}

.mv .fv > a {
  display: block;
  position: absolute;
  left: 30px;
  top: 14px;
  width: 259px;
}

.mv .fv .mv__title {
  display: block;
  position: absolute;
  left: 10vw;
  top: 7.16vw;
  width: 41.6vw;
}

.mv .fv .mv__price {
  display: block;
  position: absolute;
  left: 9.5vw;
  top: 21.9vw;
  width: 45.8vw;
}

.mv .fv .mv__device {
  display: block;
  position: absolute;
  right: 0.5vw;
  top: 6.5vw;
  width: 40.93vw;
}

.mv__btn.btn p {
  text-shadow: -1px -1px 0 #FFF, -1px 0 0 #FFF, -1px 1px 0 #FFF,
  0 -1px 0 #FFF, 0 1px 0 #FFF,
  1px -1px 0 #FFF, 1px 0 0 #FFF, 1px 1px 0 #FFF;
}

.btn.mv__btn div::before {
  left: -80px;
}

.btn.mv__btn p:nth-child(3) {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}

.mv .fv .mv__btn {
  display: block;
  position: absolute;
  left: 17vw;
  bottom: 2vw;
  width: 31.25vw;
}

.mv .fv .mv__btn p {
  font-size: 1.15vw;
  padding: 0.5vw 0;
  letter-spacing: 0.05em;
}

.mv .fv .mv__btn p span {
  font-size: 1.25vw;
}

.mv .fv .mv__btn div {
  width: 31.25vw;
  height: 5.2vw;
  max-height: 100px;
  background-color: #ff1462;
  background-image: linear-gradient(180deg, #ff1462 0%, #9d1240 100%);
  border-radius: 10vw;
  background-size: 100% 100%;
  border: #000 0.4vw solid;
  text-decoration: none;
}

.mv .fv .mv__btn div::after {
  background-image: linear-gradient(180deg, #FF6E9E 0%, #CC7190 100%);
  z-index: 0;
}

.mv .fv .mv__btn div:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform .3s;
  border-radius: 1000vw;
}

.mv .fv .mv__btn a {
  position: relative;
  width: 31.25vw;
  height: 100%;
  border-radius: 10vw;
  background-size: 100% 100%;
  font-size: 1.77vw;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  background: none;
  z-index: 1;
}

.mv .fv .mv__btn a::after {
  content: none;
}

.mv .fv .mv__btn a::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  right: 1.8vw;
  left: initial;
  width: 1.6vw;
  height: 1.6vw;
  background: url(../img/btn__deco-arrow.png) no-repeat;
  background-size: 1.6vw;
  transform: translateY(-0.8vw);
}

.mv .fv .mv__btn a span {
  font-size: 2.08vw;
}

.mv .fv .mv__btn a span strong {
  font-size: 2.8vw;
}

.mv .fv .mv__btn a:hover img {
  opacity: 0;
}

.mv > h2 {
  font-size: 3.85vw;
  font-weight: 900;
  text-align: center;
  color: #FFF;
  padding-left: 10vw;
  position: relative;
  line-height: 1.45;
  background-color: #262626;
  letter-spacing: 0.05em;
  border-top: 1rem solid #000;
  border-bottom: 1rem solid #000;
}

.mv > h2::after {
  position: absolute;
  content: "";
  width: 12vw;
  height: 10.2vw;
  background: url(../img/mv__now.png) no-repeat;
  background-size: 12vw 10.2vw;
  left: 23.5vw;
  top: -0.5vw;
}

.mv > h3 {
  width: 46.8%;
  margin: 1.5625vw auto 0;
}

.mv .box {
  background-color: #FFF;
  border-radius: 10px;
  border: #000 6px solid;
  padding: 30px 7.5%;
  margin-top: 30px;
}

.mv .box ul li {
  list-style: none;
  width: 32%;
  max-width: 290px;
}

.mv .box ul li .text {
  text-align: center;
  background-color: #2E93E6;
  padding: 15px 3px;
  font-size: 3.4rem;
  line-height: 1.2;
  font-weight: 900;
  color: #FFF;
}

.mv .box ul li .text span {
  display: inline-block;
  transform: scale(0.5) translate(-10px, -10px);
}

.mv .box ul li .price {
  text-align: center;
  padding: 0;
  font-size: 3.9rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.mv .box ul li .price strong {
  font-size: 14.2rem;
  color: #FF1462;
  text-shadow: 0.5rem 0.4rem 0 #000
}

.mv .box > p {
  font-size: 2rem;
  margin: 1rem 0 2rem;
}

@media screen and (max-width: 1640px) {
  .mv .fv > a {
    left: 15px;
    top: 7px;
    width: 13.4vw;
  }
  .mv .fv .mv__btn div::before {
    width: 7vw;
    height: 7vw;
    background: url(../img/free.png) no-repeat;
    background-size: 7vw;
    left: -4.5vw;
    top: -3.5vw;
  }
}

@media screen and (max-width:1200px) {
  .mv .fv > a {
    left: 15px;
    top: 7px;
    width: 13.4vw;
  }
  .mv .fv .mv__btn div::before {
    width: 7vw;
    height: 7vw;
    background: url(../img/free.png) no-repeat;
    background-size: 7vw;
    left: -4.5vw;
    top: -3.5vw;
  }
}

@media screen and (max-width:768px) {
  .mv {
    padding-bottom: 30px;
    border-top: 18.56vw solid #000;
    border-left: 1.33vw solid #000;
    border-right: 1.33vw solid #000;
    background-color: #2E93E6;
    background-image: repeating-linear-gradient(-65deg, #58A8EB, #58A8EB 0.7vw, transparent 0, transparent 2.6vw);
  }
  .mv .fv {
    height: 162vw;
    background-image: radial-gradient(#29A0F0 30%, transparent 30%),
    radial-gradient(#29A0F0 30%, transparent 30%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    overflow: hidden;
  }
  .mv .fv > a {
    display: none;
  }
  .mv .fv > .mv__title {
    width: 97.2%;
    top: 0;
    left: 0;
    right: 0;
  }
  .mv .fv .mv__price {
    left: 0;
    top: 35vw;
    width: 88%;
    right: 0;
    margin: auto;
  }
  .mv .fv .mv__device {
    right: -7%;
    top: 58vw;
    width: 114%;
  }
  .mv .fv .mv__btn {
    width: 88%;
    left: 8.3vw;
    bottom: 1vw;
  }
  .mv .box ul li .text {
    text-align: center;
    background-color: #2E93E6;
    padding: 10px 3px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
    color: #FFF;
    border-radius: 5px 5px 0 0;
    margin-top: -1px;
  }
  .mv .box ul li .text span {
    display: inline-block;
    transform: scale(0.5);
  }
  .mv .box ul li .price {
    text-align: center;
    padding: 0.5rem 0.5rem;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
  }
  .mv .box ul li .price strong {
    font-size: 66px;
    color: #FF1462;
    text-shadow: 0.5rem 0.4rem 0 #000
  }
  .mv .fv .mv__btn div {
    width: 100%;
    border: #000 1vw solid;
    font-size: 4.53vw;
  }
  .mv .fv .mv__btn div a {
    max-width: 100%;
    width: 100%;
    font-size: 4.53vw;
  }
  .mv .fv .mv__btn a span {
    font-size: 5.6vw;
  }
  .mv .fv .mv__btn a span strong {
    font-size: 8.5vw;
    display: inline-block;
    transform: translateY(0.5vw);
  }
  .mv .fv .mv__btn p {
    max-width: none;
    font-size: 3.2vw;
  }
  .mv .fv .mv__btn p:nth-child(1) {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 2vw;
  }
  .mv .fv .mv__btn p:nth-child(3) {
    padding-top: 3vw;
  }
  .mv .fv .mv__btn p span {
    font-size: 3.73vw;
  }
  .mv .fv .mv__btn a::after {
    content: none;
  }
  .mv .fv .mv__btn a::before {
    width: 3.4vw;
    height: 3.4vw;
    background: url(../img/btn__deco-arrow.png) no-repeat;
    background-size: 3.4vw;
    right: 3.3vw;
    transform: translateY(-1.7vw);
  }
  .mv .fv .mv__btn .footnote {
    display: block;
    max-width: none;
    padding: 1vw 0;
    font-size: 2.4vw;
    text-align: center;
    text-shadow: none;
  }
  .mv > h2 {
    font-size: 5.6vw;
    padding: 2vw;
    line-height: 1;
    border-top: 1.33vw solid #000;
    border-bottom: 1.33vw solid #000;
  }
  .mv > h2::after {
    position: absolute;
    content: "";
    width: 19.7vw;
    height: 17.238vw;
    background: url(../img/mv__now.png) no-repeat;
    background-size: 19.7vw 17.238vw;
    left: 1.5vw;
    top: 0;
  }
  .mv > h3 {
    width: 84vw;
    margin: 5vw auto;
  }
  .mv .box {
    padding: 14px;
    margin: 25px auto 0;
    max-width: 100%;
    border: #000 1.1vw solid;
    border-radius: 2vw;
  }
  .mv .box ul li {
    list-style: none;
    border-radius: 10px;
    width: 31.8%;
    margin: 0;
  }
  .mv .box > p {
    margin: 2rem;
    font-size: 3vw;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }

  .mv .fv .mv__btn div {
    height: 18vw;
  }

  .mv .fv .mv__btn div::before {
    width: 18vw;
    height: 18vw;
    background: url(../img/free.png) no-repeat;
    background-size: 18vw;
    left: -9.5vw;
    top: -9vw;
  }


}

@media screen and (max-width:370px) {
  .mv > h2 {
    font-size: 4.26vw;
    padding-left: 13vw;
    line-height: 45px;
  }
  .mv > h2::after {
    position: absolute;
    content: "";
    width: 87px;
    height: 77px;
    background: url(../img/mv__now.png) no-repeat;
    background-size: 87px 77px;
    left: 3%;
    top: -1px;
  }
}



/* flort */
.float {
  transform: translateY(30vw);
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.float .flex{
  align-items: flex-end;
  border-left: #000 solid 1rem;
  border-right: #000 solid 1rem;
}
.float .flex a:first-child{
  transition: 0.4s;
  background: url(../img/float__left-hv.png);
  background-size: 100% 100%;
}
.float .flex a:last-child{
  transition: 0.4s;
  background: url(../img/float__right-hv.png);
  background-size: 100% 100%;
}
.float a:hover img {
  opacity: 0;
}
.float.fix {
  transform: none;
}

.float2 {
  transform: translateY(40vw);
  position: fixed;
  bottom: 7vw;
  right: 20px;
  width: 60px;
  height: 60px;
  transition: 0.5s;
  z-index: 100;
}
.float2 a:hover img {
  opacity: 1;
}
.float2.fix {
  transform: none;
}

@media screen and (max-width:768px) {
  .float {
    transform: translateY(30vw);
    position: fixed;
    bottom: 0;
  }
  .float2 {
    width: 50px;
    height: 50px;
    bottom: 18vw;
  }
  .float .flex{
    align-items: flex-end;
    border-left: #000 solid 1.33vw;
    border-right: #000 solid 1.33vw;
  }
  .float .flex a:first-child{
    background: none;
  }
  .float .flex a:last-child{
    background: none;
  }
  .float a:hover img {
    opacity: 1;
  }
}

/****************************************************
menu
****************************************************/
section.menu {
  background: #000;
  border: none;
}

section.menu .inner {
  max-width: 1520px;
}

section.menu .inner ul.flex {
  justify-content: center;
}

section.menu .inner ul li {
  width: 9.8958vw;
  max-width: calc( 190px + 1rem);
  border-top: 1rem solid #000;
  border-bottom: 1rem solid #000;
  border-right: 0.7rem solid #000;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
}
section.menu .inner ul li img{
  display: block;
}

section.menu .inner ul li:nth-child(1) {
  background: url(../img/menu__btn-2-hv.png) #fff;
  background-size: 100% 100%;
}

section.menu .inner ul li:nth-child(2) {
  background: url(../img/menu__btn-3-hv.png) #fff;
  background-size: 100% 100%;
}

section.menu .inner ul li:nth-child(3) {
  background: url(../img/menu__btn-1-hv.png) #fff;
  background-size: 100% 100%;
}

section.menu .inner ul li:nth-child(4) {
  background: url(../img/menu__btn-4-hv.png) #fff;
  background-size: 100% 100%;
}

section.menu .inner ul li:nth-child(5) {
  background: url(../img/menu__btn-5-hv.png) #fff;
  background-size: 100% 100%;
}

section.menu .inner ul li:nth-child(6) {
  background: url(../img/menu__btn-6-hv.png) #fff;
  background-size: 100% 100%;
}

section.menu .inner ul li:nth-child(7) {
  background: #FF1462;
  background-size: 100% 100%;
  position: relative;
  width: 20%;
  max-width: calc( 320px + 1rem);
  min-width: 20%;
  border-top: 1rem solid #000;
  border-bottom: 1rem solid #000;
}

section.menu .inner ul li:nth-child(7) a {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

section.menu .inner ul li:nth-child(7) a img {
  display: inline-block;
  opacity: 1;
  width: 2.5vw;
}

section.menu .inner ul li:nth-child(7) a span {
  font-size: 2.5vw;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}

section.menu .inner ul li:nth-child(7)::before {
  content: "";
  position: absolute;
  background: url(../img/link__deco-tri.png) no-repeat;
  background-size: 0.8vw;
  width: 0.8vw;
  height: 0.8vw;
  bottom: 0.5vw;
  right: 0.5vw;
  z-index: 2;
}

section.menu .inner ul li:nth-child(7)::after {
  content: "";
  background: #FF6E9E;
  width: 100%;
  height: 100%;
  transform-origin: right top;
  transform: scale(0, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .3s;
  z-index: 0;
}

section.menu .inner ul li:hover:nth-child(7)::after {
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform .3s;
}

section.menu .inner ul li:hover img {
  opacity: 0;
}


@media screen and (max-width:768px) {
  section.menu .inner {
    padding: 0;
    width: 100%;
  }
  section.menu .inner ul.flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section.menu .inner .flex li.last {
    width: 50%;
    max-width: 50%;
  }
  section.menu .inner ul {
    border: 1.33vw solid #000;
    background-color: #fff;
    border-right: none;
  }
  section.menu .inner ul li {
    width: 25%;
    max-width: 25%;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #fff;
  }
  section.menu .inner ul li:nth-child(1) {
    background: url(../img/menu__btn-2-sp-hv.png);
    background-size: 100% 100%;
    border-right: 1.33vw solid #000;
  }
  section.menu .inner ul li:nth-child(2) {
    background: url(../img/menu__btn-3-sp-hv.png);
    background-size: 100% 100%;
    border-right: 1.33vw solid #000;
  }
  section.menu .inner ul li:nth-child(3) {
    background: url(../img/menu__btn-1-sp-hv.png);
    background-size: 100% 100%;
    border-right: 1.33vw solid #000;
  }
  section.menu .inner ul li:nth-child(4) {
    background: url(../img/menu__btn-4-sp-hv.png);
    background-size: 100% 100%;
    border-right: 1.33vw solid #000;
  }
  section.menu .inner ul li:nth-child(5) {
    background: url(../img/menu__btn-5-sp-hv.png);
    background-size: 100% 100%;
    border-top: 1.33vw solid #000;
    border-right: 1.33vw solid #000;
  }
  section.menu .inner ul li:nth-child(6) {
    background: url(../img/menu__btn-6-sp-hv.png);
    background-size: 100% 100%;
    border-top: 1.33vw solid #000;
    border-right: 1.33vw solid #000;
  }
  section.menu .inner ul li:nth-child(7) {
    border: none;
    border-top: 1.33vw solid #000;
    border-right: 1.33vw solid #000;
  }
  section.menu .inner ul li:nth-child(7)::after {
    content: "";
    background: #FF6E9E;
    width: 100%;
    height: 100%;
    transform-origin: right top;
    transform: scale(0, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform .3s;
    z-index: 0;
  }
  section.menu .inner ul li:nth-child(7) a img {
    width: 15%;
    height: auto;
  }
  section.menu .inner ul li:nth-child(7) a span {
    font-size: 5vw;
  }
  section.menu .inner ul li:nth-child(7)::before {
    content: "";
    position: absolute;
    background: url(../img/link__deco-tri.png) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    bottom: 10px;
    right: 8px;
    z-index: 2;
  }
}

/****************************************************
reason
****************************************************/

.reason {
  padding-bottom: 50px;
  background-color: #FFE200;
  background-image: repeating-linear-gradient(-50deg, #FFF080, #FFF080 10px, transparent 0, transparent 30px);
}

.reason .inner {
  background: #FFF176;
  max-width: none;
  padding-top: 40px;
}

.reason .inner > h2 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.reason .inner ul {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.reason .inner ul li {
  position: relative;
  width: 30.8%;
  padding: 35px 5px 46px;
  list-style: none;
  border-radius: 10px;
  border: #000 6px solid;
  background-color: #FFF;
}

.reason .inner ul li::after {
  position: absolute;
  content: "01";
  top: -30px;
  left: -30px;
  width: 70px;
  height: 70px;
  padding-top: 16px;
  font-size: 38px;
  font-weight: 500;
  font-family: korolev, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 45px;
  color: #FFF;
  text-align: center;
  border-radius: 40px;
  background-color: #262626;
}

.reason .inner ul li:nth-child(2):after {
  content: "02";
}

.reason .inner ul li:nth-child(3):after {
  content: "03";
}

.reason .inner ul li h3 {
  font-size: 3.2rem;
  color: #2E93E6;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}

.reason .inner ul li h3 span {
  font-size: 3.6rem;
  color: #FF1462;
  font-weight: 900;
}

.reason .inner ul li p {
  font-size: 2rem;
  text-align: center;
}

.reason .inner ul li p {
  font-size: 2rem;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}

.reason .inner ul li img {
  display: block;
  width: 200px;
  margin: 20px auto 0;
}

.reason .under {
  background: none;
}

.reason .under .box {
  margin-top: 64px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.reason .under .box .item {
  position: relative;
  margin-bottom: 16px;
}

.reason .under .box .item p {
  position: absolute;
  font-size: 3.8rem;
  font-weight: bold;
  top: 50%;
  bottom: 53%;
  left: 19%;
  margin: auto;
  height: fit-content;
}

.reason .under .box .item:nth-child(1) p {
  top: 44%;
  bottom: 60%;
}

.reason .under .box .item p span {
  font-size: 3.1rem;
  color: #FF1462;
}

.reason .under .box .item p span span {
  font-size: 5rem;
  color: #FF1462;
}

.reason .under .box .item p span strong {
  font-size: 8.6rem;
  display: inline-block;
  transform: translateY(5px);
}

.reason .under .box .item p strong strong {
  font-size: 4.6rem;
}

.reason .reason__btn {
  margin-top: 40px;
}

@media screen and (min-width:1530px) {
  section.menu .inner ul li:nth-child(7) a span {
    font-size: 38px;
  }
  section.menu .inner ul li:nth-child(7)::before {
    content: "";
    position: absolute;
    background: url(../img/link__deco-tri.png) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    bottom: 10px;
    right: 8px;
    z-index: 2;
  }
}

@media screen and (max-width:1200px) {
  .reason .inner ul li::after {
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 40px;
    top: -20px;
    left: -20px;
    padding-top: 6px;
  }
}

@media screen and (max-width:768px) {
  .reason {
    border-left: 1.33vw solid #000;
    border-right: 1.33vw solid #000;
    background-color: #FFE200;
    background-image: repeating-linear-gradient(-65deg, #FFF080, #FFF080 0.7vw, transparent 0, transparent 2.6vw);
    padding-bottom: 2vw;
  }
  .reason .inner h2 {
    max-width: 84vw;
    margin: 0 auto;
  }
  .reason .inner ul {
    display: block;
    margin-top: 30px;
    justify-content: space-between;
  }
  .reason .inner ul li:last-child {
    margin-bottom: 0;
  }
  .reason .inner ul li {
    display: flex;
    width: 85%;
    max-width: 85%;
    padding: 6.66vw 5.3vw;
    margin: 0 auto 6.66vw;
    border: #000 1.33vw solid;
    border-radius: 2.6vw;
  }
  .reason .inner ul li:last-child {
    padding: 6.66vw 2vw 6.66vw 5.3vw;
    white-space: nowrap;
  }
  .reason .inner ul li::after {
    width: 10.6vw;
    height: 10.6vw;
    top: -5.3vw;
    left: -5.3vw;
    padding-top: 2.8vw;
    font-size: 6.4vw;
    font-weight: 500;
    line-height: 1;
  }
  .reason .inner ul li img {
    display: block;
    width: 100%;
    margin: 0;
  }
  .reason .inner ul li div {
    width: 65%;
  }
  .reason .inner ul li div.img {
    width: 46%;
  }
  .reason .inner ul li h3 {
    font-size: 4.8vw;
    text-align: left;
  }
  .reason .inner ul li h3 span {
    font-size: 5.86vw;
  }
  .reason .inner ul li p {
    font-size: 3.73vw;
    margin-top: 2vw;
    text-align: left;
  }
  .reason .under .box {
    margin-top: 15px;
  }
  .reason .under.inner {
    background: none;
    max-width: 89vw;
    padding-top: 0;
  }
  .reason .under .box .item {
    position: relative;
    margin-bottom: 2.5vw;
  }
  .reason .under .box .item:last-child p {
    top: 50%;
  }
  .reason .under .box .item p {
    position: absolute;
    font-size: 20px;
    left: 17%;
  }
  .reason .under .box .item p span {
    font-size: 4.26vw;
  }
  .reason .under .box .item p span span {
    font-size: 6.93vw;
  }
  .reason .under .box .item p span strong {
    font-size: 44px;
  }
  .reason .under .box .item p strong strong {
    font-size: 26px;
  }
  .reason .reason__btn {
    margin-top: 0;
  }
  .reason .under .box .item:nth-child(1) p {
    top: 40%;
    bottom: 60%;
  }
}


/****************************************************
choice
****************************************************/
.choice {
  background-color: #00C2B6;
  background-image: repeating-linear-gradient(-50deg, #33CEC4, #33CEC4 10px, transparent 0, transparent 30px);
}

.choice .inner {
  max-width: 1520px;
  padding-bottom: 2.7vw;
}

.choice .link {
  max-width: 1120px;
  margin: 25px auto 0;
  justify-content: center;
}

.choice .link > div {
  width: 48.2%;
  z-index: 2;
}
.choice .link > div.left {
  margin-right: 3%;
}

.choice .link > div > p {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  position: relative;
  margin: 0 auto;
}

.choice .link > div > p::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 108%;
  height: 108%;
  background: url(../img/choice__title-mini-deco.png) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  transform: translateX(-4%);
}

.choice .link > div > a {
  margin-top: 10px;
  font-size: 6.6rem;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 128px;
  color: #FFF;
  border-radius: 1rem;
  border: #000 solid 0.6rem;
  box-shadow: 3px 2px 0 3px #000;
  text-decoration: none;
  background-color: #FF1462;
  position: relative;
  z-index: 1;
}

.choice .link > div > a::before {
  content: "";
  background: #FF6E9E;
  width: 100%;
  height: 100%;
  transform-origin: right top;
  transform: scale(0, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .3s;
  border-radius: 0.2rem;
  z-index: -1;
}

.choice .link > div > a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform .3s;
}

.choice .link > div.right > a {
  background: #0093ED;
}

.choice .link > div.right > a::before {
  background: #58A8EB;
}

.choice .link > div.right > a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform .3s;
}

.choice .link > div > a::after {
  content: "";
  border: #FFF solid 12px;
  border-left: #ff146200 solid 12px;
  border-top: #FF146200 solid 12px;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: 0.6s;
}

.choice .link > div.right > a::after {
  transition: 0.6s;
}

.choice .link > div > a span {
  font-size: 5rem;
}

.choice .inner > h3 {
  width: fit-content;
  height: 9.6rem;
  margin: 7.5rem 0 0 3rem;
  padding: 0 5rem;
  font-size: 4.4rem;
  color: #FFF;
  line-height: 1;
  text-align: center;
  background-color: #FF005C;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choice .inner > h3.plan30 {
  background-color: #0093F4;
}

.choice .inner > h3 > span {
  font-size: 5.8rem;
}

.choice .inner > .box {
  background-color: #FFF;
  max-width: 1520px;
  padding: 8rem 2rem 7rem;
  border-radius: 4px 4px 0 0;
}

.choice .inner > .box .top,
.choice .inner > .box .center,
.choice .inner > .box .bottom {
  max-width: 1120px;
  margin: 0 auto;
}

.choice .inner > .box .top .recommend {
  text-align: center;
}

.choice .inner > .box .top .recommend h4 {
  font-size: 3rem;
  line-height: 1.25;
  width: 100%;
}

.choice .inner > .box .top .recommend h4 strong {
  display: block;
  margin-top: 10px;
  font-size: 4rem;
  font-weight: 900;
}

.choice .inner > .box .top .recommend img {
  width: 32vw;
  max-width: 597px;
  margin: 5rem auto 0;
}

@media screen and (max-width:768px) {
  .choice .inner > .box .top .recommend h4 {
    margin: 0 0 2vw;
    font-size: 3.8vw;
  }
  .choice .inner > .box .top .recommend h4 strong {
    margin-top: 3vw;
    font-size: 5vw;
  }
  .choice .inner > .box .top .recommend img {
    width: 100%;
    margin: 2vw auto 0;
  }
  .choice .inner > .box .top .recommend .recommend__title img{
    width: 52.53vw;
  }
}

.choice .inner > .box .top .left,
.choice .inner > .box .top .right {
  width: 48%;
}

.choice .inner > .box .top .flex h4 {
  margin-top: 60px;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
  border-top: 3px solid #FF1462;
  border-bottom: 3px solid #FF1462;
}

.choice .inner > .box.box-30 .top .flex h4 {
  border-top: 3px solid #0093ED;
  border-bottom: 3px solid #0093ED;
}

.choice .inner > .box .top .flex h4 span {
  color: #FF1462;
}

.choice .inner > .box .top .flex h4 span.koro {
  margin-top: 10px;
  font-size: 6rem;
  line-height: 1;
}
.choice .inner > .box .top .flex h4 span.noto {
  font-size: 3.6rem
}

.choice .inner > .box.box-30 .top .flex .left h4 span {
  color: #0093ED;
}

.choice .inner > .box .top .flex img {
  margin-top: 2rem;
}

.choice .inner > .box .top .img {
  width: 48%;
  margin-left: 2%;
  margin-top: 2rem;
}

.choice .inner > .box .top .caption {
  margin-top: 2rem;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.66;
}

.choice .inner > .box .top .right .caption {
  margin-left: 6rem;
}

.choice .inner > .box .center {
  margin-top: 3rem;
}

.choice .inner > .box .center h4 {
  margin: 45px auto;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
}

.choice .inner > .box .center h4 span {
  color: #FF1462;
}

.choice .inner > .box .center table {
  border-top: #BDBDBD solid 1px;
  display: block;
}

.choice .inner > .box .center table tbody {
  display: block;
}

.choice .inner > .box .center table tr {
  border-bottom: #BDBDBD solid 1px;
  display: block;
  display: flex;
  line-height: 5.3rem;
}

.choice .inner > .box .center table tr th {
  min-width: 50%;
  background-color: #EAECEE;
  text-align: center;
  display: block;
  font-size: 1.8rem;
}

.choice .inner > .box .center table tr:nth-child(1) th {
  padding-top: 2px;
  line-height: 5.7rem;
}

.choice .inner > .box .center table tr td {
  min-width: 50%;
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: 500;
}

.choice .inner > .box .center table tr td small {
  font-size: 1.5rem;
}

.choice .inner > .box .center table tr td span {
  font-size: 2.4rem;
  font-weight: bold;
}

.choice .inner > .box .center table tr td.bold {
  font-size: 2.1rem;
  font-weight: bold;
}

.choice .inner > .box .center table tr:nth-child(1) td.bold {
  padding-top: 3px;
  line-height: 5.2rem;
}

.choice .inner > .box .center table tr td.bold span {
  font-size: 3.5rem;
}

.choice .inner > .box .center .caption {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.66;
  margin-top: 2rem;
}

.choice .inner > .box .bottom h4 {
  font-size: 4rem;
  text-align: center;
  line-height: 1.25;
  border-top: 3px solid #0093ED;
  border-bottom: 3px solid #0093ED;
  margin-top: 44px;
}
.choice .inner > .box .bottom h4 span.koro {
  margin-top: 10px;
  font-size: 6rem;
  line-height: 1;
}
.choice .inner > .box .bottom h4 span.noto {
  font-size: 3.6rem;
}

.choice p.last {
  margin: 2rem 0;
  font-size: 4.2rem;
  font-weight: 900;
  color: #FF1462;
  text-align: center;
  line-height: 1.2;
}

.choice p.last span {
  font-size: 6.2rem;
  font-weight: bold;
}

.choice .inner > .box .bottom h4 span {
  color: #0093ED;
}

.choice .inner > .box .bottom h4 span strong {
  font-size: 5.5rem;
}

.choice .inner > .box .bottom h5 {
  font-size: 3rem;
  position: relative;
  width: fit-content;
  margin: 3rem auto 0;
}

.choice .inner > .box .bottom h5::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 110%;
  height: 110%;
  background: url(../img/choice__title-deco.png) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  transform: translateX(-5%);
}

.choice .inner > .box .bottom .flex {
  margin-top: 3rem;
}

.choice .inner > .box .bottom .flex .bottom__image{
  width: 48%;
  max-width: 536px;
}

.choice__btn {
  margin-top: 4rem;
}

.choice__btn.btn100 a {
  background-size: 100% 100%;
}

.choice__btn.btn30 div {
  background-size: 100% 100%;
  background-color: #0093ED;
}

.choice__btn.btn30 div::after {
  background: #58A8EB;
}

.btn.choice__btn p {
  color: #FFF;
}

.choice .cta-1 {
  padding-top: 3vw;
}

.choice .cta-1 .cta-1__bg{
  margin-top: -2.7vw;
}
.choice .cta-1 .cta-1__bg img{
  width: 100%;
}

.choice .cta-1 .inner {
  width: 100%;
  max-width: 100%;
  margin-top: -0.1vw;
  padding: 0;
  padding-bottom: 3vw;
  background: #fff;
}

.choice .cta-1 .inner .title {
  display: block;
  width: 20.06%;
  max-width: 339px;
  margin: auto;
  padding-top: 2.7vw;
}

.choice .cta-1 .inner > p {
  width: 100%;
  margin-bottom: 3rem;
  font-size: 1.77vw;
  text-align: center;
  line-height: 1.66;
}

.choice .cta-1 .inner > p strong {
  font-size: 2.44vw;
}

.choice .cta-1 .inner > a {
  display: block;
  width: 33.3%;
  margin: auto;
  height: 5.2vw;
  font-size: 2.08vw;
  font-weight: bold;
  text-align: center;
  border: #000 0.3vw solid;
  border-radius: 200px;
  overflow: hidden;
  z-index: 1;
}

.choice .cta-1 .inner > a div {
  position: relative;
  height: 100%;
  padding-top: 1.3vw;
  background-color: #FFE200;
  border-radius: 200px;
  z-index: 1;
}

.choice .cta-1 .inner > a div::after {
  content: "";
  background: #FCEC74;
  width: 100%;
  height: 100%;
  transform-origin: right top;
  transform: scale(0, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .3s;
  border-radius: 1000vw;
  z-index: -1;
}

.choice .cta-1 .inner > a div:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform .3s;
  border-radius: 1000vw;
}

.choice .cta-1 .inner > a div::before {
  position: absolute;
  content: "";
  width: 1.56vw;
  height: 1.56vw;
  background: url(../img/btn__deco-arrow-blk.png) no-repeat;
  background-size: 1.56vw;
  top: 0;
  bottom: 0;
  right: 1.56vw;
  left: initial;
  display: block;
  margin: auto;
}

@media screen and (max-width:768px) {
  .choice {
      background-color: #00C2B6;
    background-image: repeating-linear-gradient(-65deg, #33CEC4, #33CEC4 0.7vw, transparent 0, transparent 2.6vw);
  }
  .choice .link {
    margin: 20px auto 0;
  }
  .choice .link > div > a span.sp__small {
    font-size: 4.2vw;
  }
  .choice .hd h2 {
    position: absolute;
    top: 20%;
    font-size: 5.6vw;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .choice .link > div {
    width: 38.6vw;
  }
  .choice .link > div.left {
    margin-right: 4vw;
  }
  .choice .link > div > p {
    font-size: 4.2vw;
  }
  .choice .link > div > a {
    font-size: 8vw;
    border: #000 solid 3px;
  }
  .choice .link > div > a span {
    font-size: 5vw;
  }
  body main .choice .link > div > a::after,
  body main .choice .link > div.right > a::after {
    position: absolute;
    content: "";
    background: url(../img/choice__btn-deco-sp.png);
    background-size: 100% 100%;
    border: none;
    width: 3.2vw;
    height: 2.133vw;
    bottom: 1vw;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.4s;
  }
  body main .choice .link > div > a:hover::after,
  body main .choice .link > div.right > a:hover::after {
    content: "";
    background: url(../img/choice__btn-deco-sp.png);
    background-size: 100% 100%;
    border: none;
    width: 12px;
    height: 8px;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.4s;
  }
  .choice .inner > h3 {
    width: 95%;
    height: 15vw;
    margin: 4vw auto 0;
    padding: 0;
    font-size: 5.6vw;
  }
  .choice__btn.btn30 div {
    background-color: #0093ED;
  }
  .choice__btn.btn30 div::after {
    background: #58A8EB;
  }
  .choice .link > div > a {
    padding: 3vw 0 4vw;
    line-height: 1;
  }
  .choice .inner > h3 span {
    font-size: 10vw;
  }

  .choice .inner > .box .top .left,
  .choice .inner > .box .top .right{
    width: 100%;
  }
  .choice .inner > .box .top .flex{
    flex-wrap: wrap;
  }
  .choice .inner > .box .top .flex h4{
    margin-top: 6vw;
    font-size: 6vw;
    line-height: 1;
    height: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice .inner > .box .top .flex img {
    margin-top: 2vw;
  }
  .choice .inner > .box .top .right .caption{
    margin-left: 0;
  }
  .choice .inner > .box .top .right h5 {
    margin: 4vw auto;
    font-size: 5vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.25;
  }
  .choice .inner > .box .top .right h5  span {
    color: #FF1462;
  }
  .choice .inner > .box {
    padding: 4vw 4vw 9vw;
  }
  .choice .inner > .box .top .img {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  .choice .inner {
    padding: 0 4vw;
  }
  .choice .inner > .box .top .caption {
    width: 100%;
    margin-left: auto;
    font-size: 2.6vw;
    line-height: 1.66;
    margin-top: 10px;
  }
  .choice .inner > .box .top .flex h4 span.koro {
    margin-top: 0.5vw;
    font-size: 10vw;
  }
  .choice .inner > .box .top .flex h4 span.noto {
    font-size: 5vw;
    padding-top: 1.5vw;
  }

  .choice .inner > .box .center {
    margin-top: 20px;
  }
  .choice .inner > .box .center table tr th {
    min-width: 30%;
    padding: 1.5vw 0;
    font-size: 3.2vw;
  }
  .choice .inner > .box .center table tr:nth-child(1) th {
    padding: 1.5vw 0;
  }
  .choice .inner > .box .center table tr td {
    min-width: 70%;
    font-size: 3.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice .inner > .box .center table tr td.bold {
    font-size: 5.2vw;
    font-weight: bold;
    line-height: 1;
  }
  .choice .inner > .box .center table tr td.bold span {
    font-size: 7vw;
    line-height: 1;
  }
  .choice .inner > .box .center table tr td small {
    font-size: 3vw;
  }
  .choice .inner > .box .center table tr td span {
    font-size: 4.8vw;
  }
  .choice .inner > .box .center .caption {
    width: 100%;
    font-size: 2.6vw;
    line-height: 1.66;
    margin-top: 10px;
  }
  .choice .inner > .box .bottom h4 {
    margin-top: 6vw;
    font-size: 6vw;
    line-height: 1;
    height: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 3px solid #0093ED;
    border-bottom: 3px solid #0093ED;
  }
  .choice .inner > .box .bottom h4 span.koro {
    margin-top: 0.5vw;
    font-size: 10vw;
  }
  .choice .inner > .box .bottom h4 span.noto {
    font-size: 5vw;
    padding-top: 1.5vw;
  }
  .choice .inner > .box .bottom h5 {
    font-size: 4.2vw;
    position: relative;
    width: fit-content;
    margin: 25px auto 0;
  }
  .choice .inner > .box .bottom .flex {
    display: block;
    margin-top: 0;
  }
  .choice .inner > .box .bottom .flex .bottom__image{
    width: 100%;
    max-width: 100%;
  }
  .choice .inner > .box .bottom .flex > div {
    width: 100%;
    margin-top: 25px;
  }
  .choice .inner > .box .bottom .flex > div:nth-child(1) {
    margin-top: 25px;
  }
  .choice .inner > h3.plan100 {
    margin: 5vw auto 0;
  }
  .choice__btn {
    margin-top: 10px;
  }
  .choice .cta-1 {
    margin-top: 10px;
  }
  .choice .cta-1 .inner {
    padding: 6vw 0 8vw;
    border-top: 1.33vw solid #000;
  }
  .choice .cta-1 .inner .title {
    width: 46.66vw;
  }
  .choice .cta-1 .inner > p {
    font-size: 4vw;
  }
  .choice .cta-1 .inner > p strong {
    font-size: 5.86vw;
  }
  .choice .cta-1 .inner > a {
    display: block;
    width: 81%;
    margin: auto;
  }
  .choice p.last {
    font-size: 4.8vw;
    color: #FF1462;
    font-weight: 900;
    text-align: center;
    margin: 2rem 0 0;
    line-height: 1.2;
  }
  .choice p.last span {
    font-size: 7.2vw;
    font-weight: bold;
  }
  .choice .cta-1 .inner > a {
    height: 12.8vw;
    font-size: 4.26vw;
    border: #000 0.7vw solid;
  }
  .choice .cta-1 .inner > a div {
    padding-top: 3.3vw;
  }
  .choice .cta-1 .inner > a div::before {
    position: absolute;
    content: "";
    width: 3.46vw;
    height: 3.46vw;
    background: url(../img/btn__deco-arrow-blk.png) no-repeat;
    background-size: 3.46vw;
    top: 0;
    bottom: 0;
    right: 3.46vw;
    left: initial;
    display: block;
    margin: auto;
  }
  .choice .inner > .box {
    padding: 4vw;
  }
  .choice .inner > .box .top .flex h4 {
    position: relative;
    background: #44BEBA;
    color: #fff;
    font-size: 3.8vw;
    font-weight: bold;
    border: none;
    border-radius: 2vw;
  }
  .choice .inner > .box.box-30 .top .flex h4 {
    border: none;
    color: #fff;
  }
  .choice .inner > .box .top .flex h4 span,
  .choice .inner > .box.box-30 .top .flex h4 span {
    color: #fff;
  }
  .choice .inner > .box .top .flex h4 span.koro,
  .choice .inner > .box .top .flex h4 span.noto,
  .choice .inner > .box.box-30 .top .flex .left h4 span {
    font-size: 3.8vw;
    padding-top: 0;
    margin-top: 0;
    color: #fff;
  }
  .choice .inner > .box .top .flex h4::before {
    position: absolute;
    content: "";
    width: 5vw;
    height: 0.4vw;
    right: 2vw;
    top: calc(50% - 0.2vw);
    z-index: 3;
    background-color: #fff;
  }
  .choice .inner > .box .top .flex h4::after {
    content: "";
    position: absolute;
    width: 0.4vw;
    height: 5vw;
    top: calc(50% - 2.5vw);
    right: 4.5vw;
    transition: 0.4s;
    z-index: 3;
    background-color: #fff;
  }
  .choice .inner > .box .top .flex .open h4::after {
    width: 5vw;
    height: 0.4vw;
    right: 2vw;
    top: calc(50% - 0.2vw);
  }
  .choice .inner .box {
    border: #000 1.1vw solid;
    border-radius: 0 0 2vw 2vw;
  }
  .choice .inner h3 {
    border: #000 1.1vw solid;
    border-bottom: none;
    border-radius: 2vw 2vw 0 0;
    width: 100%;
    margin: 7.5rem 0 0 3rem;
    padding: 6vw 0 3vw 0;
    font-size: 5.6vw;
    color: #FFF;
    line-height: 1;
    text-align: center;
    background-color: #FF005C;
    border-radius: 1rem 1rem 0 0;
    display: block;
  }
  .choice .lead {
    margin-top: 4vw;
  }
  .choice .inner > h3.plan100,
  .choice .inner > h3.plan30,
  .choice .inner > h3.cospa {
    margin: 4vw auto 0;
  }
  .choice .inner > .plan100 {
    position: relative;
  }
  .choice .inner > .plan100::after {
    display: block;
    position: absolute;
    top: -7vw;
    right: -4vw;
    width: 68px;
    height: 68px;
    background: url(../img/plan100__ico-sp.png) no-repeat left top;
    background-size: contain;
    content: '';
  }
  .choice .inner > .box .top .recommend {
    text-align: center;
    padding: 0;
  }
  .choice .center .lead {
    text-align: center;
    margin: 2rem 0 0;
  }
  .choice .inner .box .top .flex .left .opend,
  .choice .inner .box .top .flex .left.close .opend {
    display: none;
  }
  .choice .inner > .box .top .recommend img {
    padding: 0 7vw 0;
  }
  .choice .choice__btn {
    margin-top: 4rem;
    padding-bottom: 2vw;
  }
  .choice .choice__btn div {
    width: 95%;
  }
  .choice .choice__btn div::before {
      left: -3vw;
      top: -4vw;
  }
  .choice .choice__btn div span {
    font-size: 3.6vw;
  }
  .choice .choice__btn div a {
    padding: 0 0 0 5vw;
  }
  .choice .box-cospa {
    display: none;
  }
  .choice .inner > h3.cospa {
    position: relative;
    margin: 4vw auto 0;
    padding: 5vw 0;
    background: #D6EFFF;
    border: 1.1vw solid #000;
    border-radius: 2rem;
    color: #000;
    font-size: 3.8vw;
  }
  .choice .inner > h3.cospa::before {
    position: absolute;
    content: "";
    width: 5vw;
    height: 0.4vw;
    right: 2vw;
    top: calc(50% - 0.2vw);
    z-index: 3;
    background-color: #000;
  }
  .choice .inner > h3.cospa::after {
    content: "";
    position: absolute;
    width: 0.4vw;
    height: 5vw;
    top: calc(50% - 2.5vw);
    right: 4.5vw;
    transition: 0.4s;
    z-index: 3;
    background-color: #000;
  }
  .choice .inner > h3.cospa.open::after {
    width: 5vw;
    height: 0.4vw;
    right: 2vw;
    top: calc(50% - 0.2vw);
  }
  .choice .box-cospa {
    margin-top: -2rem;
  }
  .choice .box-cospa h4 {
    margin-top: 4vw;
    font-size: 6vw;
    font-weight: 900;
    text-align: center;
    line-height: 1.25;
    border-top: 3px solid #0093ED;
    border-bottom: 3px solid #0093ED;
    padding: 0.4rem 0;
  }
  .choice .box-cospa h4 span {
    color: #FF1462;
  }
  .choice .box-cospa h4 span.koro {
    margin-top: 10px;
    font-size: 6rem;
    line-height: 1;
  }
  .choice .box-cospa h4 span.noto {
    font-size: 3.6rem
  }
  .choice .box-cospa h5 {
    margin: 4vw auto;
    font-size: 5vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.25;
  }
  .choice .box-cospa h5  span {
    color: #FF1462;
  }
  .choice .box-cospa .img {
    margin: 4vw 0 0;
  }
  .choice .box .flex .strong {
    margin: 3vw 0;
    font-weight: bold;
    font-size: 2.4vw;
    line-height: 1.66;
  }
}

/****************************************************
charge
****************************************************/
.charge .inner {
  margin-top: 4rem;
  margin-bottom: 11rem;
}

.charge .inner > h2 {
  font-size: 4.6rem;
  text-align: center;
  position: relative;
}

.charge .inner > h2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 116%;
  background: url(../img/charge__title__deco.png) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
}

.charge .inner .box {
  width: 85.7%;
  margin-top: 4rem;
  margin-bottom: 7.7rem;
}

.charge .inner .box .flex {
  border: #2E93E6 2px solid;
  margin-top: 2rem;
}

.charge .inner .box .flex.deco {
  position: relative;
}

.charge .inner .box .flex.deco::after {
  position: absolute;
  content: "";
  background: url(../img/charge__250.png) no-repeat;
  background-size: contain;
  width: 14%;
  height: 100%;
  right: -15%;
  bottom: 65%;
}

.charge .inner .box .flex.deco.deco2::after {
  background: url(../img/charge__800.png) no-repeat;
  background-size: contain;
}

.charge .inner .box .flex.deco.deco3::after {
  background: url(../img/charge__2600.png) no-repeat;
  background-size: contain;
}

.charge .inner .box .flex p.left {
  background-color: #2E93E6;
  line-height: 10rem;
  padding-top: 1rem;
  min-width: 33.75%;
  text-align: center;
  font-size: 4rem;
  color: #FFF;
}

.charge .inner .box .flex p.left span {
  font-size: 7.7rem;
  font-weight: bold;
}

.charge .inner .box .flex p.left small {
  font-size: 3.7rem;
}

.charge .inner .box .flex p.right {
  line-height: 10rem;
  min-width: 66.25%;
  text-align: left;
  padding-left: 10%;
  padding-top: 1rem;
  font-size: 3.3rem;
}

.charge .inner .box .flex p.right span {
  font-size: 6.6rem;
  font-weight: bold;
}

.charge .ac {
  margin-top: 5rem;
}

.charge .ac.open > div {
  padding: 5rem 2rem;
  background-color: #f4f4f4;
  margin-top: 2rem;
}

.charge .ac .caption {
  color: #333333;
}

.charge .ac .caption a {
  color: #2E93E6;
}

.charge .ac div > a {
  width: 51rem;
  margin: 3.5rem auto;
  display: block;
}

.charge .ac div > a:hover {
  opacity: 0.85;
}

.charge .ac div h5 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.charge .ac div h5 span {
  font-size: 3rem;
}

.charge .ac div .line {
  border-bottom: 1px solid #333333;
  padding-bottom: 2rem;
}

.charge .ac div .line a {
  color: #2E93E6;
}

@media screen and (max-width:768px) {
  .charge .inner > h2 {
    font-size: 4.6vw;
  }
  .charge .inner > h2::after {
    height: 114%;
  }
  .charge .inner {
    margin-top: 5vw;
    margin-bottom: 25px;
  }
  .charge .inner .box {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .charge .inner .box .flex p.left {
    min-width: 25vw;
    background-color: #2E93E6;
    font-size: 3vw;
    line-height: 10vw;
    text-align: center;
    color: #FFF;
  }
  .charge .inner .box .flex p.left small {
    font-size: 2.4vw;
  }
  .charge .inner .box .flex p.left span,
  .charge .inner .box .flex p.right span {
    font-size: 6vw;
    font-weight: bold;
  }
  .charge .inner .box .flex p.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2vw;
    padding-top: 1vw;
    line-height: 1;
    font-size: 3vw;
  }

  .charge .inner .box .flex.deco::after {
    position: absolute;
    content: "";
    width: 16vw;
    height: 16vw;
    right: -18vw;
    bottom: 6vw;
  }
  .charge .inner .box .flex:nth-child(3).deco::after {
    bottom: 2.8vw;
  }
  .charge .inner .box .flex:nth-child(4).deco::after {
    bottom: 0;
  }
  .charge .inner .box .flex {
    width: 72vw;
    margin-top: 2vw;
  }
  .charge .ac div h5 {
    font-size: 2.6vw;
    margin-bottom: 1rem;
    margin-top: 2rem;
    text-indent: -2rem;
    padding-left: 4rem;
  }
  .charge .ac div h5 span {
    font-size: 5vw;
  }
  .charge .ac .caption {
    font-size: 2.6vw;
    font-weight: 500;
  }
  .charge .ac.open > div {
    padding: 3rem 2rem;
    font-size: 2.6vw;
  }
}


/****************************************************
relief
****************************************************/
.relief {
  background-color: #2E93E6;
  background-image: repeating-linear-gradient(-50deg, #58A8EB, #58A8EB 10px, transparent 0, transparent 30px);
}

.relief > .flex {
  padding-top: 6.4rem;
}

.relief > .flex .relief__img {
  display: block;
  width: 48.2%;
}

.relief > .box {
  border-top: 1rem solid #000;
  background-color: #FFF;
  margin-top: 9rem;
  padding-bottom: 8.5rem;
}

.relief > .box .inner {
  max-width: 1560px;
}

.relief > .box h3 {
  width: 85%;
  max-width: 1414px;
  margin: 5rem auto;
}

.relief > .box .wrap {
  border: 0.5rem solid #000;
  border-radius: 1rem;
  width: 48.8%;
  height: fit-content;
  position: relative;
}

.relief > .box .wrap.right::after {
  position: absolute;
  content: "";
  background: url(../img/free-red.png) no-repeat;
  background-size: 100%;
  width: 10rem;
  height: 10rem;
  top: -8rem;
  right: -2rem;
}

.relief > .box .wrap .title {
  padding: 0 2.5rem;
  line-height: 8.8rem;
  color: #FFF;
  background-color: #2E93E6;
  border-radius: 0.5rem 0.5rem 0 0;
}

.relief > .box .wrap .title h4 {
  font-size: 3.6rem;
}

.relief > .box .wrap .title p {
  font-size: 2.4rem;
}

.relief > .box .wrap .title p strong {
  font-size: 4rem;
}

.relief > .box .wrap .title p small {
  font-size: 2.2rem;
}

.relief > .box .wrap .title p span {
  color: #FFE200;
}

.relief > .box .wrap > p {
  height: 8rem;
  padding: 3rem 1rem;
  font-size: 2.8rem;
  text-align: center;
	white-space: nowrap;
}

.relief > .box .wrap > p span {
  color: #FF1462;
  font-weight: bold;
  font-size: 3.6rem;
}

.relief > .box .wrap .ac {
  margin: 10px;
}


@media screen and (max-width:1400px) {
  .relief > .box .wrap .title h4 {
    font-size: 3rem;
  }
  .relief > .box .wrap .title p {
    font-size: 2rem;
  }
  .relief > .box .wrap .title p strong {
    font-size: 3.6rem;
  }
  .relief > .box .wrap .title p small {
    font-size: 2rem;
  }
  .relief > .box .wrap > p {
    font-size: 2.4rem;
  }
}

@media screen and (max-width:1130px) {
  .relief > .box .wrap .title h4 {
    font-size: 3rem;
  }
  .relief > .box .wrap .title p {
    font-size: 2rem;
  }
  .relief > .box .wrap .title p strong {
    font-size: 3.2rem;
  }
  .relief > .box .wrap .title p small {
    font-size: 1.8rem;
  }
  .relief > .box .wrap.right > p {
    font-size: 1.8vw;
  }
}

@media screen and (max-width:960px) {
  .relief > .box .wrap .title {
    padding: 0 2vw;
    height: 8vw;
  }
  .relief > .box .wrap .title h4 {
    font-size: 2.4vw;
  }
  .relief > .box .wrap .title p {
    font-size: 1.8vw;
  }
  .relief > .box .wrap .title p strong {
    font-size: 2.4vw;
  }
  .relief > .box .wrap .title p small {
    font-size: 1.4vw;
  }
  .relief > .box .wrap > p {
    font-size: 2vw;
  }
  .relief > .box .wrap.right > p {
    font-size: 1.8vw;
  }
}

@media screen and (max-width:768px) {
  .relief {
    border-left: 1.33vw solid #000;
    border-right: 1.33vw solid #000;
    background-color: #2E93E6;
    background-image: repeating-linear-gradient(-65deg, #58A8EB, #58A8EB 0.7vw, transparent 0, transparent 2.6vw);
  }
  .relief > .flex {
    display: block;
    padding: 4vw 0 0 0;
  }
  .relief > .flex .relief__img {
    width: 89vw;
    margin: 0 auto 3vw;
  }
  .relief > .box {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .relief > .box h3 {
    max-width: 88vw;
    margin: 5vw auto 0;
  }
  .relief .sp.flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .relief > .box .inner {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 95%;
  }
  .relief > .box .wrap {
    border: 1vw solid #000;
    border-radius: 3vw;
    margin-top: 30px;
    width: 100%;
    height: fit-content;
  }
  .relief > .box .wrap .title {
    height: 12vw;
    padding: 2vw;
    line-height: 1;
    align-items: center;
    border-radius: 2vw 2vw 0 0;
  }
  .relief > .box .wrap .title h4 {
    font-size: 4.26vw;
    padding-top: 0;
  }
  .relief > .box .wrap .title p {
    font-size: 3.2vw;
  }
  .relief > .box .wrap .title p strong {
    font-size: 7vw;
  }
  .relief > .box .wrap .title p small {
    font-size: 2.66vw;
  }
  .relief > .box .wrap > p {
    font-size: 3.4vw;
    text-align: center;
    padding: 4vw 2.66vw 2.66vw;
    height: 14vw;
  }
  .relief > .box .wrap.right > p {
    font-size: 3.4vw;
  }
  .relief > .box .wrap > p span {
    font-size: 7.46vw;
  }

  .relief > .box .wrap .ac {
    margin: 0 1vw 1vw 1vw;
  }

  .relief > .box .wrap.right::after {
    position: absolute;
    content: "";
    background: url(../img/free-red.png) no-repeat;
    background-size: 100%;
    width: 11vw;
    height: 11vw;
    top: -7vw;
    right: -2rem;
  }
  .relief .ac {
    border-radius: 2vw;
  }
}


/****************************************************
device
****************************************************/
.device {
  background-color: #2E93E6;
  background-image: repeating-linear-gradient(-50deg, #58A8EB, #58A8EB 10px, transparent 0, transparent 30px);
}

.device h3 {
  font-size: 3rem;
  color: #FFF;
  text-align: center;
  line-height: 1.25;
  padding: 4rem 0;
  letter-spacing: 0.1em;
}

.device h3 small {
  font-size: 1.8rem;
}

.device .tab > div {
  position: relative;
  z-index: 1;
}

.device .tab > .flex {
  max-width: 1560px;
  padding: 0 2rem;
  z-index: 2;
  margin: 0 auto;
}

.device .tab > .flex h4 {
  width: 49%;
  background-color: #CCCCCC;
  color: #FFF;
  line-height: 9rem;
  font-size: 4rem;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
  cursor: pointer;
}

.device .tab > .flex h4.on {
  width: 50%;
  background-color: #FFF;
  color: #000;
  position: relative;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 4px #000000;
}

.device .tab > .flex h4.on::after {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -30px;
  content: "";
  display: block;
  background-color: #FFF;
}

.device .tab > .flex h4 strong {
  font-size: 6rem;
  margin-left: 0.5rem;
}

.device .tab-8,
.device .tab-6 {
  display: none;
}

.device .tab-8.on,
.device .tab-6.on {
  display: block;
  border-bottom: #000 4px solid;
  border-top: #000 4px solid;
  background-color: #FFF;
  padding-top: 6.2rem;
}

.device .device__tab .left {
  min-width: 70%;
}

.device .device__tab .left h6 {
  font-size: 3rem;
  line-height: 1.25;
  padding-left: 2rem;
  border-left: #2E93E6 0.8rem solid;
}

.device .device__tab .left h6 span {
  font-size: 3.8rem;
}

.device .device__tab .left .tag {
  background-color: #2E93E6;
  color: #FFF;
  line-height: 1.5;
  font-size: 2rem;
  padding: 0 1.5rem;
  display: inline-block;
  margin-top: 4rem;
}

.device .device__tab .left h5 {
  font-size: 4rem;
  margin-top: 1rem;
  display: block;
}

.device .device__tab .left h5 span {
  font-size: 6rem;
}

.device .device__tab .right {
  min-width: 30%;
}

.device .device__tab .right img {
  display: block;
  width: 50%;
  margin-right: auto;
}

.device .device__tab .inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.device .device__tab .inner ul li {
  width: 16%;
}

.device .device__tab .ac {
  margin: 4rem 0 6rem;
}

.device .device__tab .ac table {
  margin-top: 2vw;
  display: block;
}

.device .device__tab .ac table tbody {
  display: block;
}

.device .device__tab .ac table tr {
  border-bottom: #EAECEE solid 1px;
  display: block;
  display: flex;
  line-height: 7rem;
  font-size: 2rem;
}

.device .device__tab .ac table tr:last-child {
  border-bottom: none;
}

.device .device__tab .ac table tr th {
  min-width: 30.7%;
  background-color: #2E93E6;
  text-align: center;
  display: block;
  color: #FFF;
}

.device .device__tab .ac table tr td {
  min-width: 69.3%;
  text-align: center;
  display: block;
  background-color: #FFF;
}

.btn.device__btn {
  background-color: #FFF;
  padding: 12px 0;
}

@media screen and (max-width:768px) {
  .device {
    border-left: 1.33vw solid #000;
    border-right: 1.33vw solid #000;
    background-color: #2E93E6;
    background-image: repeating-linear-gradient(-65deg, #58A8EB, #58A8EB 0.7vw, transparent 0, transparent 2.6vw);
  }

  .device .tab > .flex {
    padding: 0 10px;
  }
  .device .tab > .flex h4 {
    display: flex;
    justify-content: center;
    line-height: 1;
    font-size: 3.2vw;
    padding: 8px;
  }
  .device .tab > .flex h4 strong {
    font-size: 6.4vw;
  }
  .device .tab > .flex h4 span,
  .device .tab > .flex h4 strong {
    display: block;
    line-height: 1;
  }
  .device .tab > .flex h4 span {
    text-align: right;
    line-height: 1.2;
  }
  .device .tab-8.on,
  .device .tab-6.on {
    display: block;
    border-bottom: #000 4px solid;
    border-top: #000 4px solid;
    background-color: #FFF;
    padding-top: 20px;
  }
  .device .device__tab .left h6 {
    font-size: 14px;
    line-height: 1.25;
    padding-left: 10px;
    border-left: #2E93E6 4px solid;
  }
  .device .device__tab .left h6 span {
    font-size: 4.26vw;
  }
  .device .device__tab .left .tag {
    display: inline-block;
    padding: 0 1rem;
    margin-top: 15px;
    background-color: #2E93E6;
    color: #FFF;
    line-height: 2;
    font-size: 3.2vw;
  }
  .device .device__tab .left h5 {
    font-size: 4.8vw;
    margin-top: 1rem;
  }
  .device .device__tab .left h5 span {
    font-size: 6.93vw;
  }
  .device .device__tab .right {
    min-width: 16%;
    max-width: 16%;
  }
  .device .device__tab .right img {
    display: block;
    width: 100%;
    margin-left: auto;
  }
  .device .device__tab .left .tag {
    background-color: #2E93E6;
    color: #FFF;
    line-height: 2;
    font-size: 3.2vw;
    padding: 0 1rem;
    display: inline-block;
    margin-top: 20px;
  }
  .device .device__tab .inner ul {
    flex-wrap: wrap;
  }
  .device .device__tab .inner ul li {
    width: 31.5%;
    margin-bottom: 10px;
  }
  .device .device__tab .ac {
    margin: 3vw  0;
  }
  .device h3 {
    padding: 4rem 0;
    font-size: 4.26vw;
    color: #FFF;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
  .device h3 small {
    font-size: 2.93vw;
  }
  .device .device__tab .ac table tr {
    line-height: 38px;
    font-size: 2.93vw;
  }
  .device .device__tab .ac table tr th,
  .device .device__tab .ac table tr td {
    text-align: left;
    padding-left: 4.26vw;
  }
  .device .ac.open > div {
    padding: 0;
  }
}


/****************************************************
easy
****************************************************/
.easy {
  background-color: #2E93E6;
  background-image: repeating-linear-gradient(-50deg, #58A8EB, #58A8EB 10px, transparent 0, transparent 30px);
}

.easy .inner {
  max-width: 1560px;
}

.easy > .flex div {
  width: 31.5%;
  margin-top: 4rem;
  position: relative;
  margin-bottom: 9rem;
}

.easy > .flex div::after {
  position: absolute;
  content: "";
  top: 43%;
  bottom: 57%;
  right: -4.8%;
  width: 5%;
  height: 72px;
  background: url(../img/tri-blk.png) no-repeat;
  background-size: contain;
}

.easy > .flex div:last-child:after {
  content: none;
}

.easy > .flex div h3 {
  font-size: 3.8rem;
  color: #2E93E6;
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: auto;
  border-bottom: #2E93E6 3px solid;
  padding-bottom: 0.5rem;
}

.easy > .flex div p {
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  width: 90%;
  margin: auto;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .25rem;
  text-align: center;
}

.btn.easy__btn {
  border-top: 1rem solid #000;
  background-color: #FFF;
  padding: 5rem 0 3rem;
}

@media screen and (max-width:1500px) {
  .easy > .flex div p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width:1400px) {
  .easy > .flex div h3 {
    font-size: 3rem;
  }
  .easy > .flex div p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width:1100px) {
  .easy > .flex div h3 {
    font-size: 3.2rem;
  }
  .easy > .flex div p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:1000px) {
  .easy > .flex div h3 {
    font-size: 2.6rem;
  }
  .easy > .flex div p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width:850px) {
  .easy > .flex div p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width:800px) {
  .easy > .flex div p {
    font-size: 1.15rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width:768px) {
  .easy {
    border-left: 1.33vw solid #000;
    border-right: 1.33vw solid #000;
    background-color: #2E93E6;
    background-image: repeating-linear-gradient(-65deg, #58A8EB, #58A8EB 0.7vw, transparent 0, transparent 2.6vw);
  }
  .easy .inner {
    display: block;
    padding-bottom: 6vw;
  }
  .easy .inner div {
    width: 95%;
    margin: 2vw auto 0;
    max-width: 95%;
  }
  .easy > .flex div h3 {
    font-size: 5.3vw;
    top: 28%;
    border-bottom: #2E93E6 2px solid;
    padding-bottom: 3px;
  }
  .easy > .flex div p {
    width: 85%;
    top: 50%;
    font-size: 3.73vw;
    letter-spacing: 0.05em;
  }
  .btn.easy__btn {
    border-top: 5px solid #000;
    background-color: #FFF;
    padding: 15px 0;
  }
  .device .tab > .flex h4.on::after {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -15px;
    content: "";
    display: block;
    background-color: #FFF;
  }
  .easy .hd h2 {
    position: absolute;
    font-size: 4.6vw;
    line-height: 1.4;
    top: 19%;
  }
  .easy > .flex div::after {
    content: none;
  }
  .easy > .flex div:last-child:after {
    content: none;
  }
}


/****************************************************
qa
****************************************************/
.qa {
  background-color: #EAECEE;
  padding: 7rem 0 8.5rem;
}

.qa h2 {
  text-align: center;
  font-size: 5rem;
}

.qa .tab-qa {
  margin-top: 3rem;
}

.qa .tab-qa > div {
  display: none;
}

.qa .tab-qa > div.on {
  display: block;
}

.qa .tab-qa ul {
  border-bottom: 3px #2E93E6 solid;
}

.qa .tab-qa ul li {
  min-width: 20%;
  text-align: center;
  line-height: 6rem;
  font-size: 2rem;
  background-color: #FFF;
  cursor: pointer;
  border-right: #EAECEE 2px solid;
}

.qa .tab-qa ul li:last-child {
  border-right: none;
}

.qa .tab-qa ul li.on {
  background-color: #2E93E6;
  color: #FFF;
}

.qa .ac {
  background-color: #FFF;
  padding: 3rem 3rem;
  border-bottom: #2E93E6 1px solid;
  border-radius: 0;
}

.qa .ac h4 {
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  color: #333333;
  font-family: korolev, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.qa .ac h4 span {
  font-size: 2.6rem;
  color: #2E93E6;
  display: inline-block;
  margin-right: 1rem;
}

.qa .ac.open p {
  padding: 4rem 0 0;
  background-color: #FFF;
  margin-top: 0;
}

.qa .ac div h5 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.qa .ac div h5 span {
  font-size: 3rem;
}
.qa .ac div .line {
  border-bottom: 1px solid #333333;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.qa .ac div .line:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.qa .ac div .line a {
  color: #2E93E6;
}

.qa .ac::before {
  width: 3.5rem;
  height: 0.3rem;
  right: 4rem;
  top: 4rem;
}
.qa .ac::after {
  width: 0.3rem;
  height: 3.5rem;
  top: 2.4rem;
  right: 5.6rem;
}
.qa .ac.open::after {
  width: 3.5rem;
  height: 0.3rem;
  right: 4rem;
  top: 4rem;
}

@media screen and (max-width:768px) {
  .qa .inner {
    max-width: none;
    padding: 0;
  }
  .qa .tab-qa ul li {
    min-width: 20%;
    padding: 5vw 0;
    font-size: 3.2vw;
    line-height: 1;
    text-align: center;
    background-color: #FFF;
    border-right: #EAECEE 2px solid;
    cursor: pointer;
  }
  .qa {
    background-color: #EAECEE;
    padding: 30px 0;
  }
  .qa h2 {
    margin: 3vw 0 2vw;
    text-align: center;
    font-size: 6.4vw;
    letter-spacing: .5rem;
  }
  .qa .ac {
    margin-top: 0;
    padding: 4vw;
    border-bottom: #2E93E6 1px solid;
    border-radius: 0;
  }
  .qa .ac h4 {
    font-size: 3.7vw;
    text-align: left;
    font-weight: bold;
    color: #333333;
    text-indent: -10px;
    padding-left: 20px;
    padding-right: 30px;
  }
  .qa .ac h4 span {
    font-size: 5vw;
    margin-right: 3vw;
  }
  .qa .ac div h5 {
    font-size: 3.7vw;
    margin-bottom: 0;
  }
  .qa .ac div h5 span {
    font-size: 4vw;
  }
  .qa .ac div .line {
    font-size: 3vw;
    margin-bottom: 1vw;
    padding-bottom: 2vw;
    padding-top: 1vw;
  }
  .qa .ac::before {
    width: 4vw;
    height: 2px;
    right: 3vw;
    top: 7vw;
  }
  .qa .ac::after {
    width: 2px;
    height: 4vw;
    top: 5.1vw;
    right: 4.8vw;
  }
  .qa .ac.open::after {
    width: 4vw;
    height: 2px;
    right: 3vw;
    top: 7vw;
  }
}

/****************************************************
corp
****************************************************/
.corp {
  background-color: #F7F7F7;
  background-image: repeating-linear-gradient(-50deg, #ECECEC, #ECECEC 10px, transparent 0, transparent 30px);
  padding: 10rem 0;
}

.corp h2 {
  font-size: 5rem;
  text-align: center;
  background-color: #333333;
  line-height: 10rem;
  color: #FFF;
}

.corp h3 {
  text-align: center;
  padding-top: 4rem;
}

.corp h3 img {
  width: 44rem;
}

.corp .inner > .flex {
  margin-top: 3.5rem;
  width: 102.5%;
}

.corp .inner > .flex div {
  width: 49.5%;
}

.corp .flex.link {
  margin: 8rem auto 0;
  width: 100%;
  max-width: 1330px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.corp .flex.link a {
  width: 49%;
  background: url(../img/corp__btn1-hv.png);
  background-size: 100% 100%;
}

.corp .flex.link a:hover img {
  opacity: 0;
}

.corp .flex.link a:nth-child(2) {
  width: 49%;
  background: url(../img/corp__btn2-hv.png);
  background-size: 100% 100%;
}

.corp .tab-qa-corp {
  margin-top: 4.6rem;
}

.corp .ac {
  padding: 3rem 3rem;
  background-color: #FFF;
  border-bottom: #EAECEE 2px solid;
  border-radius: 0.5rem;
}

.corp .ac h4 {
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  color: #333333;
}

.corp .ac h4 span {
  display: inline-block;
  margin-right: 1rem;
  font-family: korolev, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  display: inline-block;
  margin-top: 7px;
  font-size: 2.6rem;
  color: #315498;
}

.corp .ac.open p {
  margin-top: 0;
  padding: 4rem 0 0;
  background-color: #FFF;
}

.corp .ac div h5 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.corp .ac div h5 span {
  font-size: 3rem;
}

.corp .ac div .line {
  border-bottom: 1px solid #333333;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  padding-top: 1rem;
}

.corp .ac div .line:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.corp .ac div .line a {
  color: #315498;
}

.corp .ac::before {
  width: 3.5rem;
  height: 0.3rem;
  right: 4rem;
  top: 4rem;
  background-color: #315498;
}
.corp .ac::after {
  width: 0.3rem;
  height: 3.5rem;
  top: 2.4rem;
  right: 5.6rem;
  background-color: #315498;
}
.corp .ac.open::after {
  width: 3.5rem;
  height: 0.3rem;
  right: 4rem;
  top: 4rem;
  background-color: #315498;
}


@media screen and (max-width:768px) {
  .corp {
    background-color: #F7F7F7;
    background-image: repeating-linear-gradient(-55deg, #ECECEC, #ECECEC 1.5vw, transparent 0, transparent 5vw);
    padding: 50px 0 30px;
    border-bottom: 0;
  }
  .corp .inner {
    max-width: none;
    padding: 0;
  }
  .corp h2 {
    padding: 3vw 0;
    font-size: 6.4vw;
    line-height: 1;
  }
  .corp h3 img {
    width: 100%;
    max-width: 53vw;
  }
  .corp .inner > .flex {
    margin-top: 10px;
    width: 100%;
    display: block;
  }
  .corp .inner > .flex div {
    width: 100%;
    max-width: 89vw;
    margin: 0 auto 2vw;
    padding: 0;
  }
  .corp .tab-qa-corp {
    margin: 4.6rem auto 0;
    max-width: 89vw;
  }
  .corp .ac {
    margin-top: 0;
    padding: 4vw;
  }
  .corp .ac h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 3.7vw;
    line-height: 1.4;
    text-indent: 0;
    padding-left: 1.5vw;
    padding-right: 5vw;
  }
  .corp .ac h4 span {
    font-size: 5vw;
    margin-right: 1.5vw;
  }
  .corp .ac::before {
    width: 4vw;
    height: 2px;
    right: 3vw;
    top: 8.3vw;
  }
  .corp .ac::after {
    width: 2px;
    height: 4vw;
    top: 6.5vw;
    right: 4.68vw;
  }
  .corp .ac.open::after {
    width: 4vw;
    height: 2px;
    right: 3vw;
    top: 8.3vw;
  }
  .corp .flex.link {
    display: block;
    margin: 10vw auto 0;
    max-width: 86vw;
    padding: 0;
  }
  .corp .flex.link a,
  .corp .flex.link a:nth-child(2) {
    width: 100%;
    margin-bottom: 5vw;
    display: block;
    border-radius: 90px;
  }
  .corp .flex.link a {
    background: url(../img/corp__btn1-sp-hv.png);
    background-size: 100% 100%;
  }
  .corp .flex.link a:nth-child(2) {
    background: url(../img/corp__btn2-sp-hv.png);
    background-size: 100% 100%;
  }
}

/****************************************************
news
****************************************************/

.news {
  padding: 10rem 0 4rem;
}

.news h2 {
  font-size: 5rem;
  text-align: center;
  background-color: #333333;
  line-height: 10rem;
  color: #FFF;
}

.news > .inner > p {
  font-size: 3rem;
  text-align: center;
  margin: 3rem 0 2rem;
}

.news > .inner .container {
  border: #333333 solid 2px;
}

.news .bottom {
  margin-top: 5rem;
}

.news .bottom .logo {
  margin: 0 auto;
  max-width: 44rem;
  display: block;
}

.news .bottom .gray {
  border-radius: 0.5rem;
  background-color: #EAECEE;
  padding: 2rem 1rem 2.4rem;
  color: #333333;
  text-align: center;
  margin: 4rem auto 0;
  width: 46.4rem;
}

.news .bottom .gray h4 {
  font-size: 2.4rem;
}

.news .bottom .gray a {
  font-size: 4.6rem;
  display: block;
  margin: 2rem 0 1rem;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}

.news .bottom .gray p {
  font-size: 1.4rem;
}

.news .bottom .gray p span {
  font-size: 1.8rem;
}

.btn.news__btn {
  padding: 5rem 0 3rem;
}

.news .bottom .flex {
  text-align: center;
  margin: 2.5rem auto 0;
  width: 46.4rem;
  font-size: 1.6rem;
}

.news .bottom .flex a {
  color: #2E93E6;
}

@media screen and (max-width:768px) {
  .news {
    padding: 0 0 20px;
  }
  .news .inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  .news h2 {
    padding: 3vw 0;
    font-size: 6.4vw;
    line-height: 1;
  }
  .news > .inner > p {
    font-size: 3.7vw;
    text-align: center;
    margin: 30px 0 25px;
  }

  .news > .inner .container {
    max-width: 86vw;
    margin: 0 auto;
    border: #333333 solid 0.5vw;
}

  .btn.news__btn {
    padding: 15px 0 10px;
  }
  .news .bottom {
    margin-top: 5px;
    text-align: center;
  }
  .news .bottom .logo {
    display: block;
    margin: 0 auto;
    max-width: 53vw;
  }
  .news .bottom .gray {
    width: 100%;
    max-width: 89vw;
    padding: 2rem 1rem 2.4rem;
    margin: 20px auto 0;
    border-radius: 0.5rem;
    background-color: #EAECEE;
    color: #333333;
    text-align: center;
  }
  .news .bottom .gray h4 {
    font-size: 14px;
  }
  .news .bottom .gray a {
    font-size: 6.93vw;
    display: block;
    margin: 2rem 0 1rem;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
  }
  .news .bottom .gray p {
    font-size: 10px;
  }
  .news .bottom .gray p span {
    font-size: 10px;
  }
  .news .bottom .flex {
    width: 90%;
    max-width: 90%;
    margin: 2.5rem auto 0;
    font-size: 3.2vw;
    text-align: center;
  }
}


@media screen and (max-width:560px) {
  .news > .inner .container {
    margin: 0 10px;
  }
}

/****************************************************
footer
****************************************************/

footer {
  padding: 2rem 0 0;
  background-color: #333333;
  border-left: solid #000 1.33vw;
  border-right: solid #000 1.33vw;
}

footer .inner > p {
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
  padding-bottom: 5rem;
}

footer .footer__btn {
  margin-top: 5rem;
}

footer {
  margin-bottom: 4vw;
}


@media screen and (max-width:768px) {
  footer {
    background-color: #333333;
    padding: 15px 0 20px;
  }
  footer .inner > p {
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
    padding-bottom: 11vw;
  }
}


@media screen and (max-width:370px) {
  .news .bottom .flex {
    width: 95%;
    font-size: 10px;
  }
}



/****************************************************
news部分移行
****************************************************/
.new-info__inner {
  padding: 16px 4px;
  background-color: #fff
}
.new-info__content {
  height: 268px;
  padding-top: 10px;
  padding-left: 28px;
  padding-right: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
.new-info__content::-webkit-scrollbar {
  width: 8px
}
.new-info__content::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 4px
}
.new-info__content::-webkit-scrollbar-thumb {
  background-color: #2e93e6;
  border-radius: 4px
}
.new-info__content-title {
  font-size: 20px;
  line-height: 29px;
  text-align: center
}
.new-info__content-subtitle {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 8px
}
.new-info__list {
  padding: 16px;
  border-bottom: 1px solid #ccc
}
.new-info__list:first-child {
  border-top: 1px solid #ccc
}
.new-info__list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700
}
.new-info__list-header-date {
  display: inline-flex;
  align-items: flex-end;
  padding: 5px 5px 2px 5px;
  font-family: Korolev, Hiragino Sans, sans-serif;
  letter-spacing: .4px;
  background-color: #2e93e6;
  color: #fff;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.new-info__list-header-date a {
  text-decoration: none;
  color: #fff;
}
.new-info__list-header-date + * {
  margin-left: 15px
}
.new-info__list-header-desc {
  display: block;
  letter-spacing: .9px
}
.new-info__body {
  margin-top: 14px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: .7px
}
.new-info .show-pc {
  display: block
}
.new-info .show-mobile {
  display: none
}
.toyoimg {
  max-width: 300px;
}


@media (max-width:767px) {
  .new-info__inner {
    margin-top: 0px;
    padding: 3vw;
  }
  .new-info__content {
    padding-left: 0;
    padding-right: 18px;
    padding-top: 23px
  }
  .new-info__content-subtitle {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .6px;
    margin-top: 12px
  }
  .new-info__list-wrap {
    margin-top: 0
  }
  .new-info__list {
    padding: 16px 0
  }
  .new-info__list-header {
    display: block;
    font-size: 3.4vw;
    line-height: 1.6;
  }
  .new-info__list-header-date {
    font-size: 2.9vw;
    padding: 1.1vw 1vw 0.4vw 1vw;
  }
  .new-info__list-header-date + * {
    margin-left: 0;
    margin-top: 7px
  }
  .new-info__list-header-desc {
    letter-spacing: .3rem;
  }
  .new-info__body {
    margin-top: 8px;
    font-size: 2.9vw;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: .5rem;
  }
  .new-info .show-pc {
    display: none
  }
  .new-info .show-mobile {
    display: block
  }
}

/* チャットボット */

#chatbot_62958c82297ec3970c12d71a.active {
  display: block;
  height: 600px;
  right: 25px;
  bottom: 25px;
  max-width: 400px;
  margin-left: auto;
  z-index: 1000 !important;
}

#chatbot_62958c82297ec3970c12d71a {
  height: 0;
  bottom: 0;
  right: 25px;
  transition: 0.4s;
}

.bot__close {
  display: none;
  border: none;
}

.bot__close.active {
  display: block;
  height: 76px;
  max-width: 409px;
  position: fixed;
  bottom: 550px;
  width: 90%;
  right: 20px;
  z-index: 10000;
}

@media (max-width:768px) {

  #chatbot_62958c82297ec3970c12d71a {
    right: 10px;
  }
  #chatbot_62958c82297ec3970c12d71a.active {
    display: block;
    width: 90%;
    height: 600px;
    right: auto;
    right: 10px;
    bottom: 25px;
  }
  .bot__close.active {
    right: 10px;
  }
}

.chatobot-btn {
  position: relative;
  filter: grayscale(100%);
  opacity: 0.4;
}
.chatobot-btn-float {
  opacity: 1;
}
.chatobot-btn::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  z-index: 10;
  cursor: not-allowed;
}
.chatobot-btn.chatobot-btn1 {
  filter: grayscale(0%);
  opacity: 1;
}
.chatobot-btn-float.chatobot-btn1 {
  filter: grayscale(0%);
  opacity: 1;
}
.chatobot-btn.chatobot-btn1::after {
  content: none;
}


/****************************************************
payment
****************************************************/
.payment {
  background-color: #2E93E6;
}

.payment .hd h2 strong {
  font-size: 2.6vw;
  font-weight: bold;
}

.payment .box .inner .credit {
  width: 100%;
  max-width: 920px;
  height: fit-content;
  margin: 3rem auto;
  padding: 3.5rem 10rem;
  border: 0.7rem solid #000;
  border-radius: 1rem;
  background-color: #fff;
  text-align: center;
}

.payment .box .inner .credit h4 {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.8rem;
}
.payment .box .inner .credit ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5rem 0;
}

.payment .box .inner .credit ul li:nth-child(1) {
  width: 21.2%;
}
.payment .box .inner .credit ul li:nth-child(2) {
  width: 14.6%;
}
.payment .box .inner .credit ul li:nth-child(3) {
  width: 16.5%;
}
.payment .box .inner .credit ul li:nth-child(4) {
  width: 13.6%;
}
.payment .box .inner .credit ul li:nth-child(5) {
  width: 12.2%;
}

.payment .box .inner .credit p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width:768px) {
  .payment {
    background-color: #2E93E6;
    background-image: repeating-linear-gradient(-65deg, #58A8EB, #58A8EB 0.7vw, transparent 0, transparent 2.6vw);
  }
  .payment .hd h2 strong {
    font-size: 6.5vw;
  }
  .payment .box .inner .credit {
    padding: 3.5rem 2rem 2rem;
    border: 1vw solid #000;
    border-radius: 3vw;
  }
  .payment .box .inner .credit h4 {
    font-size: 5.6vw;
    font-weight: 400;
    letter-spacing: 0.8rem;
  }
  .payment .box .inner .credit ul {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 66.4vw;
    margin: 4vw auto;
  }
  .payment .box .inner .credit ul li:nth-child(1) {
    width: 25.33vw;
    margin-left: 4vw;
    margin-bottom: 4vw;
  }
  .payment .box .inner .credit ul li:nth-child(2) {
    width: 17.6vw;
    margin-right: 8vw;
    margin-bottom: 4vw;
  }
  .payment .box .inner .credit ul li:nth-child(3) {
    width: 19.73vw;
  }
  .payment .box .inner .credit ul li:nth-child(4) {
    width: 16.26vw;
  }
  .payment .box .inner .credit ul li:nth-child(5) {
    width: 14.66vw;
  }
  .payment .box .inner .credit p {
    font-size: 2.9vw;
    text-align: left;
  }
}

/****************************************************
box01
****************************************************/
.box01 {
  padding: 12px 750px 16px 310px;
  background-color: #ffe200;
  display: flex;
  justify-content: center;
  height: 104px;
}
.box01__inner {
  max-width: 640px;
}
.box01__txt {
  width: 100%;
}
@media screen and (max-width: 1640px) {
  .box01 {
    padding: 0.5vw 34vw 0.5vw 16vw;
    height: 3.8vw;
  }
  .box01__inner {
    width: 42%;
  }
}
.mv .fv > a {
  left: 50px;
}
.mv .fv .btn.mv__btn div::before {
  top: -0.8vw;
}
@media screen and (max-width:768px) {
  .box01 {
    width: 100%;
    height: auto;
    padding: 0;
    position: absolute;
    top: 0;
  }
  .box01__inner {
    width: 100%;
    max-width: 100%;
    margin: auto;
    flex-direction: column;
    align-items: center;
  }
  .box01__txt {
    width: 100%;
  }
  .mv .fv {
    height: 154vw;
  }
  .mv .fv .mv__title {
    top: 17vw;
    text-align: center;
    width: 90%;
    margin: auto;
  }
  .mv .fv .mv__price {
    top: 48vw;
    width: 78%;
  }
  .mv .fv .mv__device {
    top: 69vw;
    width: 90%;
    right: 5vw;
  }
}