@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}
ul, li[role=list], ol[role=list] {
  list-style: none;
  margin: 0;
  padding: 0;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img, picture {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
html {
  font-size: 10px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
body {
  color: #000;
  line-height: 1.9;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  position: relative;
}
.wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
.box {
  width: 44.921875vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .box {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
  }
}
.bgblue {
  background: #019ae5;
}
.bgorange {
  background: #ff9d00;
}
.bgrenga {
  background: url(../images/lenga_bg.png) top center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .bgrenga {
    background: url(../images/sp_lenga_bg.png) top center;
    background-size: 100%;
  }
}
.bgline {
  background: url(../images/line_bg.png) top center;
  background-size: 100%;
}
header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:100;
  background:#fff;
}
.fwh-header {
  height: 6.55vw;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-header {
    height: 13.33vw;
  }
}
.fwh-header .logo {
  display: flex;
  align-items: center;
  padding-left: 2%;
}
.fwh-header .logo img {
  width: 15.8203125vw;
  height: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .fwh-header .logo img {
    width: 26.640625vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-header .logo img {
    height: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-header .logo {
    padding-left: 2%;
  }
}
.fwh-header__link {
  width: 27.4088541667vw;
  background: #5fe137;
}
@media screen and (max-width: 768px) {
  .fwh-header__link {
    width: 54.8177083333vw;
  }
}
.fwh-header__link a {
  color: #FFF;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3671875vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fwh-header__link a {
    font-size: 2.734375vw;
  }
}
.fwh-header__link a p:first-letter {
  font-size: 28px;
  font-size: 1.8229166667vw;
}
@media screen and (max-width: 768px) {
  .fwh-header__link a p:first-letter {
    font-size: 3.6458333333vw;
  }
}
.fwh-header__link a::after {
  content: "";
  border-right: solid 3px #FFF;
  border-bottom: solid 3px #fff;
  width: 0.78125vw;
  height: 0.78125vw;
  top: 50%;
  right: 8%;
  margin-top: -1%;
  position: absolute;
  transform: rotate(315deg);
}
@media screen and (max-width: 768px) {
  .fwh-header__link a::after {
    width: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-header__link a::after {
    height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-header__link {
    width: 26.2369791667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-header__link {
    width: 52.4739583333vw;
  }
}
.fwh-header .btns {
  display: flex;
}
.fwh-header .menu {
  position: absolute;
  right: 0;
  top: calc(1.5% + 5vh);
  width: 37.109375vw;
  background: #a7a8aa;
  padding-bottom: 10%;
  transition: 0.3s;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .fwh-header .menu {
    width: 74.21875vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-header .menu {
    display: none;
  }
}
.fwh-header .menu.open {
  transform: translateX(0);
}
.fwh-header .menu ul li {
  border-bottom: solid 2px #FFF;
}
.fwh-header .menu ul li a {
  background: #6e6f73;
  color: #fff;
  font-size: 22px;
  font-size: 1.4322916667vw;
  display: block;
  padding: 3%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fwh-header .menu ul li a {
    font-size: 2.8645833333vw;
  }
}
.fwh-header .menu button {
  background: #6e6f73;
  border: none;
  appearance: none;
  width: 5.6640625vw;
  height: 4.8177083333vw;
  position: absolute;
  right: 0;
  bottom: 100%;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fwh-header .menu button {
    width: 11.328125vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-header .menu button {
    height: 9.6354166667vw;
  }
}
.fwh-header .menu button:before {
  content: "×";
  font-size: 50px;
  font-size: 3.2552083333vw;
  color: #FFF;
  height: 100%;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .fwh-header .menu button:before {
    font-size: 6.5104166667vw;
  }
}
.fwh-header .menu button:hover {
  opacity: 0.8;
}
.fwh-header__link a {
  transition: 0.3s;
}
.fwh-header__link a:hover {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .fwh-header__toggle {
    display: none;
  }
}
.fwh-header__toggle button {
  appearance: none;
  border: none;
  width: 6.3151041667vw;
  height: 100%;
  background: url(../images/menu.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .fwh-header__toggle button {
    width: 12.6302083333vw;
  }
}
.fwh-header__toggle button:hover {
  opacity: 0.3;
}
.fwh-header .btn-box{
  display:flex;
}
.fwh-header a{
  display:flex;
  align-items:center;
  font-size:1.36vw;
  color:#fff;
  font-weight:bold;
  text-align:center;
  padding:0 3.27vw;
  background:#5fe137;
  border-radius:0.36vw;
  box-shadow: 0 0.36vw #22bb0e;
  position:relative;
  right:2vw;
  top:0.6vw;
  height:5vw;
}
.fwh-header a + a{
  margin-left:1.2vw;
}
.fwh-header a p{
  display:inline-block;
}
.fwh-header .biz-btn{
  box-shadow: none;
  height:5.36vw;
  background:#e1e1e1;
  color:#000;
  font-weight:500;
}
.fwh-header .biz-btn::after{
  border-right:0.09vw solid #000;
  border-bottom:0.09vw solid #000;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-header a{
    font-size:2.6vw;
    padding:1.07vw 3.4vw;
    border-radius:1.07vw;
    box-shadow: 0 0.8vw #22bb0e;
    right:2vw;
    top:1.56vw;
    height:10vw;
  }
  .fwh-header .biz-btn{
    height:10.8vw;
  }
}
.fwh-header a::after{
  content:"";
  width:0.82vw;
  height:0.82vw;
  border-right:0.18vw solid #fff;
  border-bottom:0.18vw solid #fff;
  position:absolute;
  top:50%;
  right:1.09vw;
  transform:rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-header a::after{
    width:1.6vw;
    height:1.6vw;
    border-right:0.53vw solid #fff;
    border-bottom:0.53vw solid #fff;
    right:0.6vw;
  }
  .fwh-header .biz-btn::after{
    border-right:0.24vw solid #000;
    border-bottom:0.24vw solid #000;
  }
}
.fwh-header a p{
  line-height:1.28;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-header a p{
    line-height:1.2;
  }
}
.fwh-header a p span{
  font-size:1.27vw;
  font-weight:500;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-header a p span{
    font-size:2.4vw;
  }
}
/* ▼年末年始休業のお知らせ▼ */
.info_text {
  position: relative;
  height: 2.8vw;
  overflow: hidden;
  background: #380070;
  white-space: nowrap
}
.info_text::before, .info_text::after {
  content: "【年末年始休業のお知らせ】2022年12月28日(水)~2023年1月3日(火)は年末年始休業となります。30日間お試しモニターへのお申込みはお早めに！";
  position: absolute;
  top: 0.6vw;
  width: 65em;
  height: auto;
  color: #fff;
  font-size: 1.3vw;
  line-height: 1
}
.info_text::before {
  left: 0;
  animation: flowimg 20s linear infinite;
}
.info_text::after {
  left: 65em;
  animation: flowimg 20s linear infinite;
}
@keyframes flowimg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .info_text {
    height: 5vw
  }
  .info_text::before, .info_text::after {
    top: 0.8vw;
    font-size: 3vw
  }
}
/* ▲年末年始休業のお知らせ▲ */
.font_190 {
  font-size: 190%
}
.font_180 {
  font-size: 180%
}
.font_170 {
  font-size: 170%
}
.font_160 {
  font-size: 160%
}
.font_150 {
  font-size: 150%
}
.font_140 {
  font-size: 140%
}
.font_130 {
  letter-spacing: 0.1em;
  margin-left: 0.1em;
  font-size: 130%
}
.pink_text {
  color: #ff0479
}
.red_text{
  color:#ff0000;
}
.white_text {
  color: #fff
}
.ctaarea__title {
  display: flex;
  justify-content: center;
  color: #FFF;
  padding-bottom: 1.953125vw;
}
.ctaarea__title p {
  font-size: 30px;
  font-size: 1.953125vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ctaarea__title p {
    font-size: 3.90625vw;
  }
}
.ctaarea__title p span {
  color: #ff9d00;
}
.ctaarea__title p br {
  display: none;
}
@media screen and (max-width: 768px) {
  .ctaarea__title p {
    padding: 0;
    font-size: 32px;
    font-size: 2.0833333333vw;
    line-height: 1.4;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .ctaarea__title p {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ctaarea__title p br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .ctaarea__title {
    padding-bottom: 3.90625vw;
  }
}
.ctaarea__btn {
  display: flex;
  justify-content: center;
  padding-bottom: 1.3020833333vw;
  transform:scale(1.16);
}
.ctaarea__btn a {
  display: block;
  width: 39.2578125vw;
  border-radius: 4px;
  background: -webkit-linear-gradient(to bottom, #69e73b 0%,#4fd730 50%, #1ac607 50.1%, #22bb0e 50%);
  background: linear-gradient(180deg,#69e73b 0%,#4fd730 50%, #1ac607 50.1%, #22bb0e 50%);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5104166667vw;
  position: relative;
  animation: yureru-s 2s infinite;
}
@media screen and (max-width: 768px) {
  .ctaarea__btn a {
    width: 78.515625vw;
  }
}
@media screen and (max-width: 768px) {
  .ctaarea__btn a {
    height: 13.0208333333vw;
  }
}
@keyframes yureru-s {
  0% {
      transform: translate(0.25vw, 0px);
  }
  5% {
      transform: translate(-0.25vw, 0px);
  }
  10% {
      transform: translate(0.25vw, 0px);
  }
  15% {
      transform: translate(-0.25vw, 0px);
  }
  20% {
      transform: translate(0.25vw, 0px);
  }
  25% {
      transform: translate(-0.25vw, 0px);
  }
  30% {
      transform: translate(0px, 0px);
  }
}
.ctaarea__btn a .deco{
  position:absolute;
  background:#fde673;
  display:flex;
  align-items:center;
  justify-content:center;
  width:5.83333333344vw;
  height:5.83333333344vw;
  border-radius:50%;
  top:-1vw;
  left:-1vw;
  border:2px solid #ffffee;
}
@media screen and (max-width: 768px){
  .ctaarea__btn a .deco{
    width:11.66666666656vw;
    height:11.66666666656vw;
    top:-2vw;
    left:-2vw;
  }
}
.ctaarea__btn a .deco p{
  line-height:1.1;
  color:#E60012;
  font-size: 1.45833333336vw;
  font-weight:900;
}
@media screen and (max-width: 768px) {
  .ctaarea__btn a .deco p {
    font-size: 2.91666666664vw;
  }
}
.ctaarea__btn a p {
  font-size: 30.8px;
  font-size: 2.00520833337vw;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: -1.5%;
}
@media screen and (max-width: 768px) {
  .ctaarea__btn a p {
    font-size: 4.01041666663vw;
  }
}
.ctaarea__btn a p span {
  font-size: 39.6px;
  font-size: 2.578125vw;
}
@media screen and (max-width: 768px) {
  .ctaarea__btn a p span {
    font-size: 5.15625vw;
  }
}
.ctaarea__btn a::after {
  content: "";
  border-right: solid 3px #FFF;
  border-bottom: solid 3px #fff;
  width: 1.171875vw;
  height: 1.171875vw;
  top: 50%;
  right: 8%;
  margin-top: -1.5%;
  position: absolute;
  transform: rotate(315deg);
}
@media screen and (max-width: 768px) {
  .ctaarea__btn a::after {
    width: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .ctaarea__btn a::after {
    height: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .ctaarea__btn {
    padding-bottom: 2.6041666667vw;
  }
}
.ctaarea__caution {
  display: flex;
  justify-content: center;
  padding-bottom: 1%;
}
.ctaarea__caution p {
  color: #fff;
  font-size: 20px;
  font-size: 1.3020833333vw;
}
@media screen and (max-width: 768px) {
  .ctaarea__caution p {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ctaarea__caution p {
    font-size: 25px;
    font-size: 1.6276041667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .ctaarea__caution p {
    font-size: 3.2552083333vw;
  }
}

.fwh-fv{
  background:url(../images/fwh-fv_bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  padding:8.73vw  0 0 0;
  position:relative;
  overflow:hidden;
  margin-top:6.55vw;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-fv{
    background:url(../images/fwh-fv_bg_sp.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    padding:6.93vw 5.33vw 0;
    margin-top: 13.33vw;
  }
}
.fwh-fv--mascot{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  color:#fff;
}
.fwh-fv--mascot picture{
  width:41.27vw;
  position:absolute;
  left:56.09vw;
  top:2.91vw;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-fv--mascot picture{
    width:72.53vw;
    left:auto;
    right:-25.07vw;
    top:46.93vw;
  }
}
.fwh-fv--mascot p{
  font-size:1.27vw;
  text-align:left;
  line-height:1.29;
  position:absolute;
  left:79.82vw;
  bottom:1.27vw;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-fv--mascot p{
    font-size:0.82vw;
    line-height:1.33;
    left:68.27vw;
    bottom:28.13vw;
  }
}
.fwh-fv--conts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px){
  .fwh-fv--conts{
    flex-direction: column;
  } 
}
.fwh-fv--conts .price-box{
  padding-left: 5.5vw;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  color:#fff;
  font-size:3.27vw;
  font-weight:bold;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .price-box{
    padding-left: 0;
    align-items:center;
    font-size:6.4vw;
    text-align:center;
  }
}
.fwh-fv--conts .price-box > span:nth-child(1){
  line-height:1;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .price-box > span:nth-child(1){
    line-height:1.5;
  }
}
.fwh-fv--conts .price-box > span:nth-child(1) .small{
  font-size:2.73vw;
  font-weight:500;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .price-box > span:nth-child(1) .small{
    font-size:5.33vw;
  }
}
.fwh-fv--conts .price-box .price{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .price-box .price{
    align-items:center;
  }
}
.fwh-fv--conts .price-box .tax-included{
  display:flex;
  align-items:flex-end;
}
.fwh-fv--conts .price-box .tax-included > span:nth-child(1){
  font-size:2.18vw;
  line-height:1.1;
  margin-right:1.64vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .price-box .tax-included > span:nth-child(1){
    font-size:4.8vw;
    line-height:1.11;
    margin-right:2.67vw;
  }
}
.fwh-fv--conts .price-box .tax-included > span:nth-child(2){
  font-size:8.91vw;
  line-height:1;
  position:relative;
  top:0.4vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .price-box .tax-included > span:nth-child(2){
    font-size:19.2vw;
  }
}
.fwh-fv--conts .price-box .tax-included > span:nth-child(2) span{
  font-size:7.45vw;
  line-height:1;
  position:relative;
  bottom:0.73vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .price-box .tax-included > span:nth-child(2) span{
    font-size:16vw;
    bottom:0.8vw;
  }
}
.fwh-fv--conts .price-box .tax-included > span:nth-child(3){
  display:flex;
  align-items:flex-end;
  line-height:1;
  position:relative;
  left:1vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .price-box .tax-included > span:nth-child(3){
    flex-direction:column;
    align-items:center;
  }
}
.fwh-fv--conts .price-box .tax-included > span:nth-child(3) span{
  font-size:4.55vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .price-box .tax-included > span:nth-child(3) span{
    font-size:9.6vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .price-box .tax-included > span:nth-child(3) span:nth-child(1){
    font-size:3.2vw;
  }
}
.fwh-fv--conts .price-box .tax-included > span:nth-child(3) span:nth-child(3){
  font-size:2.73vw;
  font-weight:500;
  position:relative;
  right:0;
}
.fwh-fv--conts .price-box .tax-excluded{
  font-size:2.73vw;
  font-weight:500;
  position:relative;
  right:1.36vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .price-box .tax-excluded{
    font-size:6.4vw;
    right:0;
  }
}
.fwh-fv--conts .price-box .tax-excluded .small{
  font-size:2.18vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .price-box .tax-excluded .small{
    font-size:5.33vw;
    right:0;
  }
}
.fwh-fv--conts .sub-box{
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  margin-left: -13vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .sub-box{
    margin-top:3vw;
    align-items:center;
    margin-left: 0vw;
    flex-direction: row-reverse;
  }
}
.fwh-fv--conts .sub-box figure{
  margin-right: 5.5vw;
  margin-left: 2vw;
  width:28vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .sub-box figure{
    margin-right: 0vw;
    margin-left: 0vw;
    width:42vw;
  }
}
.fwh-fv--conts .sub-box div{
  margin-left:1.82vw;
  border:0.09vw solid #fff;
  border-radius:0.73vw;
  padding:0.46vw  1.1vw 0.92vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--conts .sub-box div{
    margin-left:2vw;
    margin-top:0.2vw;
    border:0.27vw solid #fff;
    border-radius:2.13vw;
    padding:1.8vw  2.43vw 3.2vw;
  }
}
.fwh-fv--conts .sub-box p{
  text-align:center;
  color:#fff;
  font-size:1.64vw;
  font-weight:bold;
  line-height:1.22;
}
@media screen and (max-width: 768px){
  .fwh-fv--conts .sub-box p{
	  font-size:4.30vw;
	}
}
.fwh-fv--conts .sub-box p .number{
  font-size:2.64vw;
}
@media screen and (max-width: 768px){
  .fwh-fv--conts .sub-box p .number{
	  font-size:6.9vw;
	}
}
.fwh-fv--conts .sub-box p .small{
  font-size:1.32vw;
}
@media screen and (max-width: 768px){
  .fwh-fv--conts .sub-box p .small{
	  font-size:2.8vw;
	}
}
.fwh-fv--cta{
  width:100%;
  position:relative;
  text-align:center;
  padding:3.82vw 0 5.45vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--cta{
    padding:5.87vw 0 6.93vw;
  }
}
.fwh-fv--cta a{
  display:inline-block;
  font-size:2.55vw;
  color:#fff;
  font-weight:bold;
  padding:2vw 11.1vw;
  background:#5fe137;
  border-radius:0.73vw;
  box-shadow: 0 0.55vw #22bb0e;
  position:relative;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--cta a{
    font-size:6.4vw;
    padding:5.33vw 19.2vw;
    border-radius:2.13vw;
    box-shadow: 0 1.6vw #22bb0e;
  }
}
.fwh-fv--cta a::after{
  content:"";
  width:1.09vw;
  height:1.09vw;
  border-right:0.53vw solid #fff;
  border-bottom:0.53vw solid #fff;
  position:absolute;
  top:50%;
  right:5.82vw;
  transform:rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--cta a::after{
    width:2.67vw;
    height:2.67vw;
    border-right:0.53vw solid #fff;
    border-bottom:0.53vw solid #fff;
    right:5.33vw;
  }
}
.fwh-fv--cta a p{
  line-height:1;
}
.fwh-fv--cta picture{
  width:15.45vw;
  position:absolute;
  top:1.09vw;
  left:21.45vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv--cta picture{
    width:29.6vw;
    top:3.2vw;
    left:-3.6vw;
  }
}
.slider{
  position: relative;
}
.slide{
  display: none;
}
.slide.active {
  display: block;
}
.slider .next{
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 2px solid #fff;
  text-align: center;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  color: #fff;
  background: #000;
  opacity: 0.5;
}
.slider .previous{
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  text-align: center;
  border: 2px solid #fff;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  color: #fff;
  background: #000;
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .slider .next{
    width: 34px;
    height: 34px;
    right: 8px;
  }
  .slider .previous{
    width: 34px;
    height: 34px;
    left: 8px;
  }
}
.dots {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: gray;
  margin: 0 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .dots{
    bottom: 3px;
  }
  .dot{
    width: 7px;
    height: 7px;
  }
}
.dot.active {
  background-color: black;
}
.slide2-img{
  height: 52.22vw;
  margin: 0 auto;
  margin-top: 6.55vw;
}
.slide2-img-sp{
  width: 100vw;
  height: 137.17vw;
  margin: 0;
}
.slide2-img-sp img{
  width: 100vw;
  height: 137.17vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .slide2-img-sp{
    margin-top: 13.33vw;
  }
}
.fwh-menu{
  background:#fafafa;
  border:0.18vw solid #666;
  padding:2.36vw 0;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-menu{
    border:0;
    padding:0;
  }
}
.fwh-menu ul{
  display:flex;
  flex-direction:row;
  justify-content:center;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-menu ul{
    flex-wrap:wrap;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-menu ul li{
    width:33.3333%;
    border:0.53vw solid #666;
    border-bottom:0.27vw solid #666;
    text-align:center;
  }
  .fwh-menu ul li:nth-child(4),
  .fwh-menu ul li:nth-child(5),
  .fwh-menu ul li:nth-child(6) {
    border-top:0.27vw solid #666;
    border-bottom:0.53vw solid #666;
  }
  .fwh-menu ul li:nth-child(2),
  .fwh-menu ul li:nth-child(3),
  .fwh-menu ul li:nth-child(5),
  .fwh-menu ul li:nth-child(6) {
    border-left:none;
  }
}
.fwh-menu ul li + li{
  padding-left:1.09vw;
  border-left:0.18vw solid #333;
  margin-left:1.09vw;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-menu ul li + li{
    padding-left:0;
    border-left:0.53vw solid #666;
    margin-left:0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-menu ul li a{
    display:block;
    padding:2.13vw 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-menu ul li figure{
    height:9.07vw;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:1.07vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-menu ul li img{
    height:100%;
    width:auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-menu ul li:nth-child(1) img,
  .fwh-menu ul li:nth-child(2) img,
  .fwh-menu ul li:nth-child(4) img,
  .fwh-menu ul li:nth-child(6) img{
    height:8vw;
  }
  .fwh-menu ul li:nth-child(5) img{
    height:8.27vw;
  }
}
.fwh-menu ul li p{
  font-size:1.45vw;
  font-weight:bold;
  line-height:1.25;
  color:#333;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-menu ul li p{
    font-size:2.67vw;
    line-height:1;
  }
}
.fwh-fv__gigaprimo{
  padding: 5vw 0 1vw;
  background: #000;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .fwh-fv__gigaprimo{
    padding: 0 3vw;
    padding-top: 8vw;
  }
}
.gigaprimo-bnr-img img{
  width: 54.39vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (max-width: 768px){
  .gigaprimo-bnr-img img{
    width: 100vw;
  }
}
.fwh-fv__award{
  padding:4.2vw 0 4.2vw;
  text-align:center;
  color:#fff;
  background:#040404;
}
.fwh-fv__award__ttl{
  font-size:2.5vw;
  font-weight:bold;
  line-height:1;
  text-shadow: 0 0 9.25px rgb(228 193 92 / 49%), 0 0 18.5px rgb(228 193 92 / 49%), 0 0 27px rgb(228 193 92 / 49%);
}
.fwh-fv__award figure{
  width:43.3vw;
  margin:1.3vw auto 1.1vw;
}
.fwh-fv__award__note{
  font-size:1vw;
  opacity:0.9;
  line-height:1.3;
}
@media screen and (max-width: 768px) {
  .fwh-fv__award{
    padding:8vw 0;
  }
  .fwh-fv__award__ttl{
    font-size:5.5vw;
    text-shadow: 0 0 9.25px rgb(228 193 92 / 49%), 0 0 18.5px rgb(228 193 92 / 49%), 0 0 27px rgb(228 193 92 / 49%);
  }
  .fwh-fv__award figure{
    width:94.0vw;
    margin:2.9vw auto 2.4vw;
  }
}
.fwh-sec01 .bgblue {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4.5572916667vw;
  padding-bottom: 4.5572916667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec01 .bgblue {
    padding-bottom: 9.1145833333vw;
    padding-top: 9.1145833333vw;
  }
}
.fwh-sec01__text {
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .fwh-sec01__text {
    margin: 0;
  }
}
.fwh-sec01__text p {
  color: #FFF;
}
.fwh-sec01__text p:first-child {
  font-size: 38px;
  font-size: 2.4739583333vw;
  line-height: 1.2;
  font-weight: 700;
  margin-top: -1%;
}
@media screen and (max-width: 768px) {
  .fwh-sec01__text p:first-child {
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec01__text p:first-child {
    font-size: 45px;
    font-size: 2.9296875vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec01__text p:first-child {
    font-size: 5.859375vw;
  }
}
.fwh-sec01__text p:first-child span {
  font-size: 60px;
  font-size: 3.90625vw;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .fwh-sec01__text p:first-child span {
    font-size: 7.8125vw;
  }
}
.fwh-sec01__text p:first-child span::before {
  content: "※";
  font-size: 12px;
  font-size: 0.78125vw;
  opacity: 0.6;
  position: absolute;
  top: 20%;
  left: 100%;
}
@media screen and (max-width: 768px) {
  .fwh-sec01__text p:first-child span::before {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec01__text p:first-child span::before {
    top: 10%;
  }
}
.fwh-sec01__text p:nth-child(2) {
  font-size: 18px;
  font-size: 1.171875vw;
  opacity: 0.6;
  margin-top: 1%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .fwh-sec01__text p:nth-child(2) {
    font-size: 2.34375vw;
  }
}
.fwh-sec01__image {
  width: 17.8385416667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec01__image {
    width: 35.6770833333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec01__image {
    margin: 0 auto;
    overflow: hidden;
    height: 12.6953125vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec01__image {
    height: 25.390625vw;
  }
}
.fwh-sec01 img {
  padding-top: 0.6510416667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec01 img {
    padding-top: 1.3020833333vw;
  }
}
.fwh-sec02 .bgrenga {
  padding-top: 5%;
}
.fwh-sec02__img01 {
  display: flex;
  justify-content: center;
  width: 44.921875vw;
  height: 21.1588541667vw;
  margin: 0 auto;
  background: url(../images/content02_img01_no-mascot.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img01 {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img01 {
    height: 42.3177083333vw;
  }
}
.fwh-sec02__img01-text {
  width: 50%;
  margin-left: 44%;
  color: #FFF;
  padding-top: 11%;
  font-weight: 700;
}
.fwh-sec02__img01-text p {
  letter-spacing: 1.4px;
}
.fwh-sec02__img01-text p:first-child {
  font-size: 25px;
  font-size: 1.6276041667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img01-text p:first-child {
    font-size: 3.2552083333vw;
  }
}
.fwh-sec02__img01-text p:nth-child(2) {
  font-size: 51px;
  font-size: 3.3203125vw;
  line-height: 1.2;
  margin-top: -4%;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img01-text p:nth-child(2) {
    font-size: 6.640625vw;
  }
}
.fwh-sec02__img01-text p:nth-child(2) span {
  color: #ffba55;
  font-size: 70px;
  font-size: 4.5572916667vw;
  margin: 0 1% 0 0;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img01-text p:nth-child(2) span {
    font-size: 9.1145833333vw;
  }
}
.fwh-sec02__img01-text p:nth-child(2) span b {
  font-size: 50px;
  font-size: 3.2552083333vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img01-text p:nth-child(2) span b {
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img01 {
    width: 90%;
    margin: 0 auto;
  }
}
.fwh-sec02__title {
  display: flex;
  justify-content: center;
  padding-bottom: 1.953125vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__title {
    padding-bottom: 3.90625vw;
  }
}
.fwh-sec02__title img {
  width: 36.7838541667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__title img {
    width: 73.5677083333vw;
  }
}
.fwh-sec02__table {
  width: 41.6666666667vw;
  margin: 0 auto 3%;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__table {
    width: 83.3333333333vw;
  }
}
.fwh-sec02__table table {
  border-top: solid 2px #FFF;
  border-left: solid 2px #FFF;
  width: 100%;
  color: #FFF;
  border-collapse: collapse;
  border-spacing: 0;
}
.fwh-sec02__table table th {
  width: 33.3333333333%;
  font-size: 25px;
  font-size: 1.6276041667vw;
  padding: 0.5% 0;
  border-bottom: solid 3px #FFF;
  border-right: solid 3px #FFF;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__table table th {
    font-size: 3.2552083333vw;
  }
}
.fwh-sec02__table table th.bgorange {
  padding: 1% 0 1.5%;
  line-height: 1;
}
.fwh-sec02__table table th.bgorange span {
  font-size: 35px;
  font-size: 2.2786458333vw;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__table table th.bgorange span {
    font-size: 4.5572916667vw;
  }
}
.fwh-sec02__table table td {
  border-bottom: solid 3px #FFF;
  border-right: solid 3px #FFF;
  width: 33.3333333333%;
  text-align: center;
  font-size: 20px;
  font-size: 1.3020833333vw;
  letter-spacing: 1.5px;
  background: #019ae5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__table table td {
    font-size: 2.6041666667vw;
  }
}
.fwh-sec02__table table td span {
  font-size: 25px;
  font-size: 1.6276041667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__table table td span {
    font-size: 3.2552083333vw;
  }
}
.fwh-sec02__table p {
  color: #fff;
  opacity: 0.6;
  font-size: 16px;
  font-size: 1.0416666667vw;
  text-align: center;
  line-height: 1.4;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__table p {
    font-size: 2.0833333333vw;
  }
}
.fwh-sec02__img02 {
  display: flex;
  justify-content: center;
  width: 44.921875vw;
  height: 21.1588541667vw;
  margin: 0 auto;
  background: url(../images/content02_img02_no-mascot.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img02 {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img02 {
    height: 42.3177083333vw;
  }
}
.fwh-sec02__img02-text {
  width: 50%;
  margin-right: 44%;
  color: #FFF;
  padding-top: 9%;
  padding-left: 9%;
  font-weight: 700;
}
.fwh-sec02__img02-text p {
  letter-spacing: 1.4px;
}
.fwh-sec02__img02-text p:first-child {
  font-size: 25px;
  font-size: 1.6276041667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img02-text p:first-child {
    font-size: 3.2552083333vw;
  }
}
.fwh-sec02__img02-text p:nth-child(2) {
  font-size: 51px;
  font-size: 3.3203125vw;
  line-height: 1.2;
  margin-top: -7%;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img02-text p:nth-child(2) {
    font-size: 6.640625vw;
  }
}
.fwh-sec02__img02-text p:nth-child(2) span {
  color: #ffba55;
  font-size: 70px;
  font-size: 4.5572916667vw;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img02-text p:nth-child(2) span {
    font-size: 9.1145833333vw;
  }
}
.fwh-sec02__img02-text p:nth-child(2) b {
  color: #ffba55;
}
.fwh-sec02__img03 {
  display: flex;
  justify-content: center;
  width: 44.921875vw;
  height: 21.1588541667vw;
  margin: 0 auto;
  background: url(../images/content02_img03_no-mascot.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img03 {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img03 {
    height: 42.3177083333vw;
  }
}
.fwh-sec02__img03-text {
  width: 50%;
  margin-left: 50%;
  color: #FFF;
  padding-top: 9%;
  font-weight: 700;
}
.fwh-sec02__img03-text p {
  letter-spacing: 1.4px;
}
.fwh-sec02__img03-text p:first-child {
  font-size: 25px;
  font-size: 1.6276041667vw;
  line-height: 1.2;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img03-text p:first-child {
    font-size: 3.2552083333vw;
  }
}
.fwh-sec02__img03-text p:nth-child(2) {
  font-size: 51px;
  font-size: 3.3203125vw;
  line-height: 1.2;
  padding-left: 20%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img03-text p:nth-child(2) {
    font-size: 6.640625vw;
  }
}
.fwh-sec02__img03-text p:nth-child(2) span {
  color: #ffba55;
  margin: 0 1% 0 0;
  display: block;
}
.fwh-sec02__img03-text p:nth-child(2) span:before {
  content: "最短";
  background: #FFF;
  color: #019ae5;
  position: absolute;
  left: 0;
  top: 0;
  width: 18%;
  padding: 5px 10px 5px 5px;
  border-radius: 5px;
  line-height: 1.1;
}
.fwh-sec02__img04 {
  display: flex;
  justify-content: center;
  width: 44.921875vw;
  height: 21.1588541667vw;
  margin: 0 auto;
  background: url(../images/content02_img04_no-mascot.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img04 {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img04 {
    height: 42.3177083333vw;
  }
}
.fwh-sec02__img04-text {
  width: 50%;
  margin-right: 44%;
  color: #FFF;
  padding-top: 11%;
  padding-left: 9%;
  font-weight: 700;
}
.fwh-sec02__img04-text p {
  letter-spacing: 1.4px;
}
.fwh-sec02__img04-text p:first-child {
  font-size: 23px;
  font-size: 1.4973958333vw;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img04-text p:first-child {
    font-size: 2.9947916667vw;
  }
}
.fwh-sec02__img04-text p:nth-child(2) {
  font-size: 27px;
  font-size: 1.7578125vw;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img04-text p:nth-child(2) {
    font-size: 3.515625vw;
  }
}
.fwh-sec02__img04-text p:nth-child(2) span {
  color: #ffba55;
  font-size: 46px;
  font-size: 2.9947916667vw;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img04-text p:nth-child(2) span {
    font-size: 5.9895833333vw;
  }
}
.fwh-sec02__img04-text p:nth-child(2) b {
  color: #ffba55;
  font-size: 58px;
  font-size: 3.7760416667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__img04-text p:nth-child(2) b {
    font-size: 7.5520833333vw;
  }
}
.fwh-sec02__caution {
  margin: 0 auto;
  padding-top: 1.3020833333vw;
  padding-bottom: 6.5104166667vw;
  width: 42.96875vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__caution {
    line-height: 1.6;
    padding-top: 2.6041666667vw;
    padding-bottom: 9.765625vw;
    width: 85.9375vw;
  }
}
.fwh-sec02__caution p {
  color: #FFF;
  font-size: 15px;
  font-size: 0.9765625vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec02__caution p {
    font-size: 1.953125vw;
  }
}
.fwh-sec03 {
  position: relative;
}
.fwh-sec03 .bgblue {
  padding-bottom: 5%;
}
@media screen and (max-width: 768px){
  .fwh-sec03 .bgblue {
    padding-top:10%;
  }
}
.fwh-sec03__shikamo {
  position: absolute;
  left: 50%;
  top: -32px;
  /*top: -72px;*/
  width: 9.375vw;
  height: 9.375vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fwh-sec03__shikamo {
    top: -32px;
    width: 18.75vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__shikamo {
    height: 18.75vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__shikamo {
    width: 13.0208333333vw;
    height: 13.0208333333vw;
    top: 0% /*top: -6%*/
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec03__shikamo {
    width: 26.0416666667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec03__shikamo {
    height: 26.0416666667vw;
  }
}
.fwh-sec03__title {
  display: flex;
  justify-content: center;
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title {
    justify-content: space-between;
  }
}
.fwh-sec03__title-text {
  text-align: center;
  padding-top: 5.2083333333vw;
  padding-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text {
    padding-top: 10.4166666667vw;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text {
    padding-top: 16%;
  }
}
.fwh-sec03__title-text p {
  color: #FFF;
  font-weight: 700;
}
.fwh-sec03__title-text p:first-child {
  font-size: 40px;
  font-size: 2.6041666667vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text p:first-child {
    font-size: 5.2083333333vw;
  }
}
.fwh-sec03__title-text p:first-child br {
  display: none;
}
.fwh-sec03__title-text p:first-child span {
  font-size: 54px;
  font-size: 3.515625vw;
  position: relative;
  padding-left: 7%;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text p:first-child span {
    font-size: 7.03125vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text p:first-child span {
    padding-left: 12%;
  }
}
.fwh-sec03__title-text p:first-child span:before {
  position: absolute;
  left: 0;
  top: 10%;
  content: "初月";
  font-size: 22px;
  font-size: 1.4322916667vw;
  background: #FFF;
  color: #019ae5;
  width: 35%;
  line-height: 1.2;
  padding: 5px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text p:first-child span:before {
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text p:first-child span:before {
    top: 30%;
    width: 25%;
    font-size: 24px;
    font-size: 1.5625vw;
    letter-spacing: 2px;
    line-height: 1.4;
    height: 52%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec03__title-text p:first-child span:before {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text p:first-child {
    font-size: 80px;
    font-size: 5.2083333333vw;
    line-height: 0.8;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec03__title-text p:first-child {
    font-size: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text p:first-child br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text p:first-child b {
    font-size: 60px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec03__title-text p:first-child b {
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text p:first-child span {
    font-size: 105px;
    font-size: 6.8359375vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec03__title-text p:first-child span {
    font-size: 13.671875vw;
  }
}
.fwh-sec03__title-text p:nth-child(2) {
  font-size: 22px;
  font-size: 1.4322916667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text p:nth-child(2) {
    font-size: 2.8645833333vw;
  }
}
.fwh-sec03__title-text p:nth-child(2) .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text p:nth-child(2) {
    margin-top: 10%;
    font-size: 25px;
    font-size: 1.6276041667vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec03__title-text p:nth-child(2) {
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-text p:nth-child(2) .sp {
    display: block;
  }
}
.fwh-sec03__title img {
  width: 21.484375vw;
  padding-top: 7%;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title img {
    width: 42.96875vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-img {
    width: 24.7395833333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec03__title-img {
    width: 49.4791666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__title-img img {
    width: 100%;
  }
}
.fwh-sec03__detail {
  padding-top: 2.6041666667vw;
  margin-bottom: 2%
}
@media screen and (max-width: 768px) {
  .fwh-sec03__detail {
    margin: 0 5% 8%;
    padding-top: 3%;
  }
}
.fwh-sec03__detail dl dt {
  background: #c3e3f2;
  padding: 2%;
  border-radius: 5px 5px 0 0;
  position: relative;
  color: #019ae5;
  font-size: 25px;
  font-size: 1.6276041667vw;
  letter-spacing: 1px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__detail dl dt {
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__detail dl dt {
    padding: 2% 5%;
  }
}
.fwh-sec03__detail dl dt:before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 3%;
  font-size: 18px;
  font-size: 1.171875vw;
  color: #019ae5;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fwh-sec03__detail dl dt:before {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__detail dl dt:before {
    font-size: 26px;
    font-size: 1.6927083333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec03__detail dl dt:before {
    font-size: 3.3854166667vw;
  }
}
.fwh-sec03__detail dl dt.open:before {
  content: "×";
}
.fwh-sec03__detail dl dd {
  background: #FFF;
  transition: 0.3s;
  overflow: hidden;
  height: 0;
}
.fwh-sec03__detail dl dd p {
  font-size: 18px;
  font-size: 1.171875vw;
  padding: 3% 5%;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__detail dl dd p {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__detail dl dd p {
    font-size: 23px;
    font-size: 1.4973958333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec03__detail dl dd p {
    font-size: 2.9947916667vw;
  }
}
.fwh-sec03__table {
  margin: 0 auto;
  /*padding-top: 2.6041666667vw;*/
  width: 44.921875vw;
  /*margin-bottom: 2%;*/
}
@media screen and (max-width: 768px) {
  .fwh-sec03__table {
    /*padding-top: 5.2083333333vw;*/
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__table {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__table {
    /*margin-bottom: 8%;*/
  }
}
.fwh-sec03__table img {
  width: 100%;
}
.fwh-sec03__table table {
  border-top: solid 2px #FFF;
  border-left: solid 2px #FFF;
  width: 100%;
  color: #FFF;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5%;
}
.fwh-sec03__table table th {
  font-size: 25px;
  font-size: 1.6276041667vw;
  border-bottom: solid 3px #FFF;
  border-right: solid 3px #FFF;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__table table th {
    font-size: 3.2552083333vw;
  }
}
.fwh-sec03__table table .bgorange {
  padding: 1% 0 1.5%;
  line-height: 1;
  width: 30%;
}
.fwh-sec03__table table .bgorange span {
  font-size: 35px;
  font-size: 2.2786458333vw;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__table table .bgorange span {
    font-size: 4.5572916667vw;
  }
}
.fwh-sec03__table table td {
  border-bottom: solid 3px #FFF;
  border-right: solid 3px #FFF;
  width: 25%;
  text-align: center;
  font-size: 23px;
  font-size: 1.4973958333vw;
  letter-spacing: 1.5px;
  line-height: 1.3;
  height: 5.2083333333vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__table table td {
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__table table td {
    height: 10.4166666667vw;
  }
}
.fwh-sec03__table table td span {
  font-size: 25px;
  font-size: 1.6276041667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__table table td span {
    font-size: 3.2552083333vw;
  }
}
.fwh-sec03__table table .bgclear {
  width: 20%;
}
.fwh-sec03__table-caution {
  margin-top: 2%;
}
.fwh-sec03__table-caution p {
  font-size: 15px;
  font-size: 0.9765625vw;
  color: #FFF;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__table-caution p {
    font-size: 1.953125vw;
  }
}
.fwh-sec03__img {
  padding: 4% 0 3%;
  width: 44.921875vw;
  background: #FFF;
  border-radius: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img {
    padding: 6% 0 4%;
    margin-bottom: 5%;
  }
}
.fwh-sec03__img-logo {
  width: 100%;
  padding-bottom: 1.3020833333vw;
}
.fwh-sec03__img-logo img {
  width: 29.6223958333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img-logo img {
    width: 59.2447916667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img-logo {
    padding-bottom: 2.6041666667vw;
  }
}
.fwh-sec03__img-price {
  width: 100%;
  text-align: center;
  padding-left: 5%;
}
.fwh-sec03__img-price p {
  font-size: 55px;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img-price p {
    font-size: 7.1614583333vw;
  }
}
.fwh-sec03__img-price .original_monthly_price {
  color: #666;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fwh-sec03__img-price .original_monthly_price span {
  line-height: 1;
}
.fwh-sec03__img-price .original_monthly_price .ttl {
  font-size: 30%;
  border: 1px solid #666;
  padding: 2px 4px 4px 2px;
  margin-right: 4px;
}
.fwh-sec03__img-price .original_monthly_price .gun-line {
  font-size: 40%;
  position: relative;
  top: -1px;
}
.fwh-sec03__img-price .original_monthly_price .gun-line::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #666;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
}
.fwh-sec03__img-price .original_monthly_price .gun-line span {
  font-size: 80%;
}
.fwh-sec03__img-price .actual_monthly_salary {
  position: relative;
  display: inline-block;
  padding-left: 5%;
  color: #019ae5;
  font-size: 55px;
  font-size: 3.5807291667vw;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img-price .actual_monthly_salary {
    font-size: 7.1614583333vw;
  }
}
.fwh-sec03__img-price .actual_monthly_salary span {
  font-size: 80px;
  font-size: 5.2083333333vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img-price .actual_monthly_salary span {
    font-size: 10.4166666667vw;
  }
}
.fwh-sec03__img-price .actual_monthly_salary span::after {
  content: "(税抜)";
  color: #019ae5;
  font-size: 15px;
  font-size: 0.9765625vw;
  left: 100%;
  position: absolute;
  top: 25%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img-price .actual_monthly_salary span::after {
    font-size: 1.953125vw;
  }
}
.fwh-sec03__img-price .actual_monthly_salary::after {
  content: "実質月額";
  position: absolute;
  line-height: 1.2;
  background: #019ae5;
  color: #FFF;
  padding: 4% 5%;
  border-radius: 50%;
  font-size: 20px;
  font-size: 1.3020833333vw;
  top: 11%;
  left: -16%;
  width: 4.8177083333vw;
  height: 4.8177083333vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img-price .actual_monthly_salary::after {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img-price .actual_monthly_salary::after {
    width: 9.6354166667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img-price .actual_monthly_salary::after {
    height: 9.6354166667vw;
  }
}
.fwh-sec03__img-point {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}
.fwh-sec03__img-point ul {
  width: 55%;
  margin-top: 3%;
}
.fwh-sec03__img-point ul li {
  font-size: 25px;
  font-size: 1.6276041667vw;
  line-height: 0.6;
  font-weight: 700;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img-point ul li {
    font-size: 3.2552083333vw;
  }
}
.fwh-sec03__img-point ul li:before {
  content: "・";
  color: #019ae5;
  font-size: 45px;
  font-size: 2.9296875vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img-point ul li:before {
    font-size: 5.859375vw;
  }
}
.fwh-sec03__img-point picture {
  width: 50%;
}
.fwh-sec03__img-caution {
  padding: 3% 6% 0;
}
.fwh-sec03__img-caution p {
  font-size: 17px;
  font-size: 1.1067708333vw;
  opacity: 0.6;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img-caution p {
    font-size: 2.2135416667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec03__img-caution {
    margin-top: -2%;
  }
}
.fwh-sec03__award{
  margin:1.7vw auto 2.4vw;
  text-align:center;
}
.fwh-sec03__award figure{
  display:flex;
  justify-content:center;
  align-items:center;
}
.fwh-sec03__award figure img:nth-child(1){
  width:8.7vw;
  margin-right:1.0vw;
}
.fwh-sec03__award figure img:nth-child(2){
  width:38.4vw;
}
.fwh-sec03__award a{
  font-size:1vw;
  color:#fff;
  text-decoration:underline;
  margin-top:1vw;
  opacity:0.9;
}
@media screen and (max-width: 768px){
  .fwh-sec03__award figure img:nth-child(1){
    width:15.9vw;
    margin-right:1.2vw;
  }
  .fwh-sec03__award figure img:nth-child(2){
    width:70.8vw;
  }
  .fwh-sec03__award a{
    font-size:0.6vw;
  }
}
.fwh-sec04 {
  /* background: url(../images/fwh-sec04_image.png) no-repeat top 2.604166666666667vw right 17vw, url(../images/fv_bg.png) no-repeat #040404; */
  background: url(../images/fv_bg.png) no-repeat #040404;
  /* background-size: 27.9296875vw auto, 100%; */
  background-size: 100%;
  padding-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec04 {
    /* background: url("../images/fwh-sec04_image_sp.png")no-repeat top 16.53645833333333vw right, url(../images/fv_bg.png) #040404; */
    background: url(../images/fv_bg.png) #040404;
    /* background-size: 46.22395833333333vw auto, 100%; */
    background-size: cover;
  }
}
.fwh-sec04--img{
  width: 49.72222vw;
  margin: 0 auto;
  text-align:center;
}
@media screen and (max-width: 768px){
  .fwh-sec04--img{
    width: 60.131579vw;
    height: 78.552632vw;
  }
}
.fwh-sec04__images {
  /* width: 44.921875vw; */
  margin: 0 auto;
  padding-top: 3.2552083333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fwh-sec04__images {
    padding: 4.557291666666667vw 0 4.296875vw;
    width: 87%;
    margin: 0 auto
  }
}
.fwh-sec04_text {
  color: #fff;
  line-height: 1.2;
  font-style: italic;
}
.fwh-sec04_text_02, .fwh-sec04_text_03 {
  font-weight: 900
}
.fwh-sec04_text_01 {
  transform: rotate(-5deg);
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 2px rgba(1, 154, 229, 0.47), 0 0 4px rgba(1, 154, 229, 0.47), 0 0 6px rgba(1, 154, 229, 0.47), 0 0 8px rgba(1, 154, 229, 0.47), 0 0 10px rgba(1, 154, 229, 0.47), 0 0 12px rgba(1, 154, 229, 0.47), 0 0 14px rgba(1, 154, 229, 0.47), 0 0 16px rgba(1, 154, 229, 0.47), 0 0 18px rgba(1, 154, 229, 0.47);
  font-size: 1.627604166666667vw;
  background: url("../images/fwh-sec04_title.png")no-repeat;
  background-size: cover;
  padding: 2.25vw 4.231770833333333vw 2.5vw 3.90625vw
}
.fwh-sec04_text_02, .fwh-sec04_text_03 {
  transform: rotate(-5deg);
  text-shadow: 0 0 9.25px rgba(255, 157, 0, 0.47), 0 0 18.5px rgba(255, 157, 0, 0.47), 0 0 27px rgba(255, 157, 0, 0.47)
}
.fwh-sec04_text_02 {
  font-size: 2.864583333333333vw;
  line-height: 1
}
.fwh-sec04_text_03 {
  font-size: 2.864583333333333vw
}
.orange_text {
  color: #ff9d00
}
@media screen and (max-width: 768px) {
  .fwh-sec04_text_01 {
    font-size: 3.255208333333333vw;
    padding: 3.90625vw 7.8125vw
  }
  .fwh-sec04_text_02, .fwh-sec04_text_03 {
    font-size: 6.770833333333333vw
  }
}
.fwh-sec04_price {
  color: #56e0ff;
  text-shadow: 0 0 9.25px rgba(86, 224, 255, 0.47), 0 0 18.5px rgba(86, 224, 255, 0.47), 0 0 27px rgba(86, 224, 255, 0.47);
  background: url("../images/fwh-sec04_price_back.png")no-repeat;
  background-size: contain;
  margin-left: 2.9296875vw;
  padding: 3.580729166666667vw 0;
  font-weight: 700
}
@media screen and (max-width: 768px) {
  .fwh-sec04_price {
    margin-top: 3.90625vw;
    margin-left: 3.90625vw;
    padding: 8vw 0
  }
}
.fwh-sec04_price_01 {
  display: flex;
  align-items: center;
  font-size: 3.445833333333333vw;
  transform: rotate(-5deg);
  margin-left: -1.7vw
}
.fwh-sec04_price_01 .montly {
  letter-spacing: 0.085em;
  font-size: 1.822916666666667vw
}
.fwh-sec04_price_01 .strong_price {
  font-weight: 900;
  font-size: 3.971354166666667vw;
  font-size: 150%;
  line-height: 1;
  margin-left: 0.3vw
}
.fwh-sec04_price_01 .yen {
  font-size: 2.018229166666667vw;
  margin-left: 0.3vw
}
@media screen and (max-width: 768px) {
  .fwh-sec04_price_01 .montly {
    font-size: 3.645833333333333vw
  }
  .fwh-sec04_price_01 .strong_price {
    font-size: 8.942708333333333vw
  }
  .fwh-sec04_price_01 .yen {
    font-size: 4.036458333333333vw
  }
}
.fwh-sec04_price_02 {
  margin-top: -0.5vw;
  margin-left: 12vw;
  font-size: 1vw;
  transform: rotate(-5deg)
}
@media screen and (max-width: 768px) {
  .fwh-sec04_price_02 {
    font-size: 2.473958333333333vw;
    margin-left: 23vw
  }
}
.fwh-sec04 img {
  vertical-align: bottom;
	margin:0 auto;
}
.fwh-sec05__logo {
  display: flex;
  justify-content: center;
  padding-top: 3.2552083333vw;
  margin-bottom: 1.953125vw
}
@media screen and (max-width: 768px) {
  .fwh-sec05__logo {
    padding-top: 6.5104166667vw;
    margin-bottom: 3.90625vw
  }
}
.fwh-sec05__logo img {
  width: 29.4921875vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec05__logo img {
    width: 58.984375vw;
  }
}
.fwh-sec05__box {
  display: flex;
  justify-content: center;
}
.fwh-sec05__box img {
  width: 44.921875vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec05__box img {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec05__box img {
    width: 100%;
  }
}
.fwh-sec05 .ctaarea {
  padding-bottom: 3.2552083333vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec05 .ctaarea {
    padding-bottom: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec05 .ctaarea {
    padding-bottom: 5%;
  }
}
.fwh-sec06__title {
  display: flex;
  justify-content: center;
  padding-top: 4.5572916667vw;
  padding-bottom: 4.5572916667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__title {
    padding-top: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec06__title {
    padding-bottom: 9.1145833333vw;
  }
}
.fwh-sec06__title p {
  color: #fff;
  font-weight: 700;
  font-size: 37px;
  font-size: 2.4088541667vw;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__title p {
    font-size: 4.8177083333vw;
  }
}
.fwh-sec06__title p span {
  font-size: 43px;
  font-size: 2.7994791667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__title p span {
    font-size: 5.5989583333vw;
  }
}
.fwh-sec06__title p br {
  display: none;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__title p {
    text-align: center;
  }
  .fwh-sec06__title p br {
    display: block;
  }
}
.fwh-sec06 .bgrenga {
  padding-top: 4%;
}
.fwh-sec06__img01 {
  background: url(../images/content06_img01.png) no-repeat;
  background-size: 100%;
  width: 44.921875vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img01 {
    width: 89.84375vw;
  }
}
.fwh-sec06__img01-text {
  width: 68%;
  margin-left: 32%;
  color: #FFF;
  padding: 5% 0 15%;
}
.fwh-sec06__img01-text p {
  letter-spacing: 1.4px;
}
.fwh-sec06__img01-text p:first-child {
  font-size: 30px;
  font-size: 1.953125vw;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img01-text p:first-child {
    font-size: 3.90625vw;
  }
}
.fwh-sec06__img01-text p:first-child span {
  color: #ffba55;
  font-size: 38px;
  font-size: 2.4739583333vw;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img01-text p:first-child span {
    font-size: 4.9479166667vw;
  }
}
.fwh-sec06__img01-text p:nth-child(2) {
  font-size: 25px;
  font-size: 1.6276041667vw;
  line-height: 1.4;
  padding-top: 5%;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img01-text p:nth-child(2) {
    font-size: 3.2552083333vw;
  }
}
.fwh-sec06__img02 {
  background: url(../images/content06_img02.png) no-repeat bottom center;
  background-size: 100%;
  width: 44.921875vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img02 {
    width: 89.84375vw;
  }
}
.fwh-sec06__img02-text {
  width: 60%;
  color: #FFF;
  padding: 4% 0 13% 3%;
}
.fwh-sec06__img02-text p {
  letter-spacing: 1.4px;
}
.fwh-sec06__img02-text p:first-child {
  font-size: 30px;
  font-size: 1.953125vw;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img02-text p:first-child {
    font-size: 3.90625vw;
  }
}
.fwh-sec06__img02-text p:first-child span {
  color: #ffba55;
  font-size: 38px;
  font-size: 2.4739583333vw;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img02-text p:first-child span {
    font-size: 4.9479166667vw;
  }
}
.fwh-sec06__img02-text p:nth-child(2) {
  font-size: 25px;
  font-size: 1.6276041667vw;
  line-height: 1.4;
  padding: 5% 20% 0 0;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img02-text p:nth-child(2) {
    font-size: 3.2552083333vw;
  }
}
.fwh-sec06__img02-text p:nth-child(2) span {
  font-size: 16px;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img02-text p:nth-child(2) span {
    font-size: 2.0833333333vw;
  }
}
.fwh-sec06__img03 {
  background: url(../images/content06_img03.png) no-repeat left center;
  width: 44.921875vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img03 {
    width: 89.84375vw;
  }
}
.fwh-sec06__img03-text {
  width: 65%;
  margin-left: 35%;
  color: #FFF;
  padding: 7% 0 6% 3%;
}
.fwh-sec06__img03-text p {
  letter-spacing: 1.4px;
}
.fwh-sec06__img03-text p:first-child {
  font-size: 30px;
  font-size: 1.953125vw;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img03-text p:first-child {
    font-size: 3.90625vw;
  }
}
.fwh-sec06__img03-text p:first-child span {
  color: #ffba55;
  font-size: 38px;
  font-size: 2.4739583333vw;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img03-text p:first-child span {
    font-size: 4.9479166667vw;
  }
}
.fwh-sec06__img03-text p:nth-child(2) {
  font-size: 25px;
  font-size: 1.6276041667vw;
  line-height: 1.4;
  padding: 5% 0 0 0;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img03-text p:nth-child(2) {
    font-size: 3.2552083333vw;
  }
}
.fwh-sec06__img03-text p:nth-child(2) span {
  font-size: 16px;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img03-text p:nth-child(2) span {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec06__img03 {
    background-size: 38%;
  }
}
.fwh-sec06__text {
  padding-top: 2.9296875vw;
  font-size: 25px;
  font-size: 1.6276041667vw;
  width: 44.921875vw;
  line-height: 1.3;
  margin: 0 auto;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__text {
    padding-top: 5.859375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec06__text {
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec06__text {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec06__text {
    width: 85%;
    margin: 0 auto;
  }
  .fwh-sec06__text br {
    display: none;
  }
}
.fwh-sec06__caution {
  display: flex;
  justify-content: center;
  padding-top: 2.9296875vw;
  padding-bottom: 4.8828125vw;
  width: 44.921875vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__caution {
    padding-top: 5.859375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec06__caution {
    padding-bottom: 9.765625vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec06__caution {
    width: 89.84375vw;
  }
}
.fwh-sec06__caution p {
  color: #FFF;
  opacity: 0.6;
  font-size: 17px;
  font-size: 1.1067708333vw;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .fwh-sec06__caution p {
    font-size: 2.2135416667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec06__caution {
    width: 85%;
  }
}
.fwh-sec07__title {
  display: flex;
  justify-content: center;
  padding-top: 2.9296875vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec07__title {
    padding-top: 5.859375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec07__title {
    padding-left: 5%;
  }
}
.fwh-sec07__title img {
  width: 22.1354166667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec07__title img {
    width: 44.2708333333vw;
  }
}
.fwh-sec07__title-text p {
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
.fwh-sec07__title-text p:first-child {
  font-size: 27px;
  font-size: 1.7578125vw;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .fwh-sec07__title-text p:first-child {
    font-size: 3.515625vw;
  }
}
.fwh-sec07__title-text p:first-child br {
  display: none;
}
@media screen and (max-width: 768px) {
  .fwh-sec07__title-text p:first-child {
    line-height: 1.6;
  }
  .fwh-sec07__title-text p:first-child br {
    display: block;
  }
}
.fwh-sec07__title-text p:nth-child(2) {
  font-size: 43px;
  font-size: 2.7994791667vw;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .fwh-sec07__title-text p:nth-child(2) {
    font-size: 5.5989583333vw;
  }
}
.fwh-sec07__title-text p:nth-child(2) span {
  color: #fedeb0;
  font-size: 44px;
  font-size: 2.8645833333vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec07__title-text p:nth-child(2) span {
    font-size: 5.7291666667vw;
  }
}
.fwh-sec07__list {
  width: 50.78125vw;
  margin: 0 auto;
  padding-top: 1.953125vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list {
    width: 101.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list {
    padding-top: 3.90625vw;
  }
}
.fwh-sec07__list ul {
  display: flex;
  flex-wrap: wrap;
  /*overflow: hidden;*/
  padding-bottom: 8%;
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list ul {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 4%;
  }
}
.fwh-sec07__list ul li {
  width: 48%;
  margin-bottom: 4%
}
.fwh-sec07__list ul li:nth-of-type(2n) {
  margin-left: 2%
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list ul li {
    width: 100%;
    margin-bottom: 6%
  }
  .fwh-sec07__list ul li:nth-of-type(2n) {
    margin-left: 0
  }
}
.fwh-sec07__list ul li dl {
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list ul li dl {
    border-radius: 10px;
  }
}
.fwh-sec07__list ul li dl dt {
  background: #e1f1f8;
  height: 6.640625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.3020833333vw;
  color: #019ae5;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list ul li dl dt {
    height: 13.28125vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list ul li dl dt {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list ul li dl dt {
    font-size: 32px;
    font-size: 2.0833333333vw;
    padding: 4% 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec07__list ul li dl dt {
    font-size: 4.1666666667vw;
  }
}
.fwh-sec07__list ul li dl dd {
  background: #FFF;
  padding: 5%;
}
.fwh-sec07__list ul li dl dd p .pink_text {
  font-weight: bold
}
.fwh-sec07__list ul li dl dd p {
  font-size: 18px;
  font-size: 1.171875vw;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list ul li dl dd p {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list ul li dl dd p {
    font-size: 25px;
    font-size: 1.6276041667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec07__list ul li dl dd p {
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list ul li.recommend dl dt {
    justify-content: flex-start;
    padding-left: 20px;
  }
  .fwh-sec07__list ul li.recommend dl dt p {
    flex: 1;
    margin-left: -10%;
  }
}
.fwh-sec07__list ul li.recommend dl dt picture {
  width: 4.4270833333vw;
  margin-left: -25%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list ul li.recommend dl dt picture {
    width: 8.8541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list ul li.recommend dl dt picture {
    margin-left: 0;
    margin-right: 0;
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec07__list ul li.recommend dl dt picture {
    width: 16.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec07__list ul li.recommend dl dt picture img {
    width: 100%;
  }
}
.caution {
  padding-top: 1.6276041667vw;
}
@media screen and (max-width: 768px) {
  .caution {
    padding-top: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) {
  .caution {
    padding-top: 8%;
  }
}
.caution__title {
  padding: 5%;
  background: #efefef;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  cursor: pointer
}
.caution__title img {
  width: 4.9479166667vw;
}
@media screen and (max-width: 768px) {
  .caution__title img {
    width: 9.8958333333vw;
  }
}
@media screen and (max-width: 768px) {
  .caution__title img {
    width: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .caution__title img {
    width: 14.3229166667vw;
  }
}
.caution__title:before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 5%;
  font-size: 13px;
  font-size: 0.8463541667vw;
  color: #b5b5b5;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .caution__title:before {
    font-size: 1.6927083333vw;
  }
}
@media screen and (max-width: 768px) {
  .caution__title:before {
    font-size: 23px;
    font-size: 1.4973958333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .caution__title:before {
    font-size: 2.9947916667vw;
  }
}
.caution__title.open:before {
  content: "×";
}
.caution__text {
  transition: 0.3s;
  background: #f7f7f8;
  height: 0;
  overflow: hidden;
  position: relative;
}
.caution__text p {
  font-size: 17px;
  font-size: 1.1067708333vw;
  padding: 5%;
  /*opacity: 0.4*/
}
@media screen and (max-width: 768px) {
  .caution__text p {
    font-size: 2.2135416667vw;
  }
}
.caution__text a {
  color: #000;
}
.caution__text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: solid 2px #efefef;
}
.caution__text picture {
  padding: 8%;
}
@media screen and (max-width: 768px) {
  .caution__text picture {
    padding: 7% 4% 5%;
  }
}
.fwh-sec08 .bgline {
  padding: 2% 0 4%;
}
@media screen and (max-width: 768px) {
  .fwh-sec08 .bgline {
    padding: 3% 0 7%;
  }
}
/**/
.fwh-sec09__title {
  display: flex;
  justify-content: center;
  padding-top: 3.5807291667vw;
  padding-bottom: 3.5807291667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec09__title {
    padding-top: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec09__title {
    padding-bottom: 7.1614583333vw;
  }
}
.fwh-sec09__title img {
  width: 69.4010416667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec09__title img {
    width: 138.8020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec09__title {
    padding-bottom: 10%;
  }
  .fwh-sec09__title img {
    width: 90%;
    margin: 0 auto;
  }
}
.fwh-sec09__step {
  display: flex;
  justify-content: center;
}
.fwh-sec09__step img {
  width: 44.921875vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec09__step img {
    width: 89.84375vw;
  }
}
.fwh-sec09__text {
  width: 44.921875vw;
  margin: 0 auto;
  padding: 2% 0;
  font-size: 1.3671875vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec09__text {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec09__text {
    padding: 5% 0 3%;
  }
}
.fwh-sec09__text h3 {
  font-size: 22px;
  font-size: 1.4322916667vw;
}
.fwh-sec09__text p {
  font-size: 16px;
  font-size: 1.0416666667vw;
  /*font-size: 22px;
  font-size: 1.4322916667vw;*/
  line-height: 1.5;
  color: #666;
  text-indent: -1em;
  padding-left: 1em
}
@media screen and (max-width: 768px) {
  .fwh-sec09__text h3 {
    font-size: 2.8645833333vw
  }
  .fwh-sec09__text p {
    font-size: 2.0833333333vw;
    /*font-size: 2.8645833333vw;*/
  }
}
/*@media screen and (max-width: 768px) {
  .fwh-sec09__text p {
    font-size: 26px;
    font-size: 1.6927083333vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec09__text p {
    font-size: 3.3854166667vw;
  }
}*/
.cp-code {
  margin-top: 1em;
  font-size: 1.2em;
  color: rgb(1, 154, 229);
  text-align: center;
  display: flex;
}
.cp-code > span:nth-child(1) {
  background: rgb(1, 154, 229);
  font-weight: bold;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 0.2em 0 0 0.2em;
}
.cp-code > span:nth-child(2) {
  padding: 0.3em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(1, 154, 229);
  border-radius: 0 0.2em 0.2em 0;
}
@media screen and (max-width: 768px) {
  .cp-code {
    margin-top: 1em;
    font-size: 2.4em;
    color: rgb(1, 154, 229);
    text-align: center;
    display: flex;
  }
  .cp-code > span:nth-child(1), .cp-code > span:nth-child(2) {
    padding: 0.6em 1em;
  }
}
.fwh-sec09__info {
  width: 44.921875vw;
  margin: 0 auto;
  padding-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .fwh-sec09__info {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec09__info {
    display: none;
  }
}
.fwh-sec09__info p {
  font-size: 16px;
  font-size: 1.0416666667vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fwh-sec09__info p {
    font-size: 2.0833333333vw;
  }
}
.fwh-sec09 .caution {
  width: 44.921875vw;
  margin: 0 auto;
  padding-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .fwh-sec09 .caution {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec09 .caution {
    padding-top: 3%;
    width: 80%;
  }
}
.fwh-sec09 .caution__title {
  padding: 3.5% 5%;
}
.fwh-sec09 .caution__title img {
  width: 7.1614583333vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec09 .caution__title img {
    width: 14.3229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec09 .caution__title {
    padding: 4% 5%;
  }
}
.fwh-sec09 .caution__text p {
  padding: 3% 10% 5%;
}
@media screen and (max-width: 768px) {
  .fwh-sec09 .caution__text p {
    font-size: 19px;
    font-size: 1.2369791667vw;
    opacity: 0.7;
    padding: 3% 8% 4%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec09 .caution__text p {
    font-size: 2.4739583333vw;
  }
}
.fwh-sec09 .caution__text p.pc {
  display: block;
}
.fwh-sec09 .caution__text p.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fwh-sec09 .caution__text p.pc {
    display: none;
  }
  .fwh-sec09 .caution__text p.sp {
    display: block;
  }
}
/**/
.fwh-sec13__title {
  display: flex;
  justify-content: center;
  padding-top: 3.5807291667vw;
  padding-bottom: 0.9114583333333333vw;
}
.fwh-sec13__title p {
  position: relative;
  color: #019ae5;
  font-weight: bold;
  font-size: 2.9296875vw;
  padding-left: calc(6.770833333333333vw + 1.302083333333333vw);
}
.fwh-sec13__title p span {
  font-size: 3.255208333333333vw
}
.fwh-sec13__title p .wave_icon {
  position: absolute;
  content: '';
  background: url("../images/icon_important.png")no-repeat;
  background-size: cover;
  width: 6.770833333333333vw;
  height: 6.380208333333333vw;
  left: 0;
  font-size: 1.953125vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center
}
.sub_title {
  text-align: center;
  color: #019ae5;
  font-weight: bold;
  font-size: 1.627604166666667vw;
  margin-bottom: 1.5625vw;
  line-height: 1.4
}
.sub_title small {
  font-size: 1.1067708333vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec13__title {
    padding-top: 7.1614583333vw;
    padding-bottom: 6.25vw;
  }
  .fwh-sec13__title p {
    text-align: center;
    font-size: 7.03125vw;
    line-height: 1.4;
    margin-left: -2.385416666666667vw;
    padding-left: calc(11.19791666666667vw + 2.385416666666667vw);
  }
  .fwh-sec13__title p span {
    font-size: 7.8125vw
  }
  .fwh-sec13__title p .wave_icon {
    font-size: 3.255208333333333vw;
    width: 11.19791666666667vw;
    height: 10.41666666666667vw
  }
  .sub_title {
    font-size: 3.90625vw
  }
  .sub_title small {
    font-size: 2.4739583333vw
  }
}
/**/
.fwh-sec13__step, .fwh-sec13__step_caution {
  color: #019ae5;
  width: 55vw;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .fwh-sec13__step, .fwh-sec13__step_caution {
    width: 89.84375vw
  }
}
.fwh-sec13__step {
  margin-bottom: 1em
}
.fwh-sec13__step ul {
  display: flex;
  justify-content: space-around
}
@media screen and (max-width: 768px) {
  .fwh-sec13__step ul {
    display: block
  }
}
.fwh-sec13__step ul li {
  width: 32%
}
@media screen and (max-width: 768px) {
  .fwh-sec13__step ul li {
    margin-bottom: 4%;
    width: 100%
  }
}
.fwh-sec13__step ul li p:not(.step_detail) {
  font-weight: bold;
  font-size: 1.627604166666667vw
}
@media screen and (max-width: 768px) {
  .fwh-sec13__step ul li p:not(.step_detail) {
    font-size: 3.90625vw;
  }
}
.fwh-sec13__step ul li p.step_detail {
  font-size: 1.0416666667vw;
  line-height: 1.6
}
@media screen and (max-width: 768px) {
  .fwh-sec13__step ul li p.step_detail {
    font-size: 2.4739583333vw
  }
}
.fwh-sec13__step ul li .step_contents_wrap {
  padding: 8%;
  border: solid 4px #019ae5;
  border-radius: 20px
}
@media screen and (max-width: 768px) {
  .fwh-sec13__step ul li .step_contents_wrap {
    display: flex;
    justify-content: space-around;
    padding: 4%
  }
  .fwh-sec13__step ul li .step_contents_wrap div {
    width: 60%
  }
}
.fwh-sec13__step ul li .step_contents_wrap img {
  max-width: 11vw;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .fwh-sec13__step ul li .step_contents_wrap img {
    max-width: 22vw
  }
}
.fwh-sec13__step_caution {
  text-indent: -1em;
  padding-left: 1em
}
.fwh-sec13 .caution_container {
  /*display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 44.921875vw;*/
  width: 48%;
  margin: 0 auto 3%
}
@media screen and (max-width: 768px) {
  .fwh-sec13 .caution_container {
    width: 89.84375vw;
    display: block;
    margin: 3% auto
  }
}
/*.fwh-sec13 .caution_container .caution {
  width: 48%
}*/
@media screen and (max-width: 768px) {
  .fwh-sec13 .caution_container .caution {
    width: 100%
  }
}
.fwh-sec13__text {
  width: 44.921875vw;
  margin: 0 auto;
  padding: 2% 0;
  font-size: 1.3671875vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec13__text {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec13__text {
    padding: 5% 0 3%;
  }
}
.fwh-sec13__text h3 {
  font-size: 22px;
  font-size: 1.4322916667vw;
}
.fwh-sec13__text p {
  font-size: 16px;
  font-size: 1.0416666667vw;
  /*font-size: 22px;
  font-size: 1.4322916667vw;*/
  line-height: 1.5;
  color: #666;
  text-indent: -1em;
  padding-left: 1em
}
@media screen and (max-width: 768px) {
  .fwh-sec13__text h3 {
    font-size: 2.8645833333vw
  }
  .fwh-sec13__text p {
    font-size: 2.0833333333vw;
    /*font-size: 2.8645833333vw;*/
  }
}
/*@media screen and (max-width: 768px) {
  .fwh-sec13__text p {
    font-size: 26px;
    font-size: 1.6927083333vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec13__text p {
    font-size: 3.3854166667vw;
  }
}*/
.fwh-sec13__info {
  width: 44.921875vw;
  margin: 0 auto;
  padding-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .fwh-sec13__info {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec13__info {
    display: none;
  }
}
.fwh-sec13__info p {
  font-size: 16px;
  font-size: 1.0416666667vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fwh-sec13__info p {
    font-size: 2.0833333333vw;
  }
}
.fwh-sec13 .caution {
  width: 44.921875vw;
  padding-bottom: 3%
}
@media screen and (max-width: 768px) {
  .fwh-sec13 .caution {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec13 .caution {
    padding-top: 3%;
    width: 80%;
  }
}
.fwh-sec13 .caution__title {
  padding: 3.5% 5%;
  font-size: 1.171875vw
}
.fwh-sec13 .caution__title img {
  width: 7.1614583333vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec13 .caution__title img {
    width: 14.3229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec13 .caution__title {
    padding: 4% 5%;
    font-size: 3.2552083333vw
  }
}
.fwh-sec13 .caution__text p {
  padding: 3% 10% 5%;
}
@media screen and (max-width: 768px) {
  .fwh-sec13 .caution__text p {
    font-size: 19px;
    font-size: 1.2369791667vw;
    opacity: 0.7;
    padding: 3% 8% 4%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec13 .caution__text p {
    font-size: 2.4739583333vw;
  }
}
.fwh-sec13 .caution__text p.pc {
  display: block;
}
.fwh-sec13 .caution__text p.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fwh-sec13 .caution__text p.pc {
    display: none;
  }
  .fwh-sec13 .caution__text p.sp {
    display: block;
  }
}
.fwh-sec10 {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fwh-sec10 {
    margin-top: 10%;
  }
}
.fwh-sec10:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #019ae5;
  width: 100%;
  height: 90%;
  height: 17vw;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .fwh-sec10:before {
    height: 33vw;
  }
}
/* .fwh-sec10__title {
  padding-top: 4%;
} */
.fwh-sec10__title p {
  padding-top: 8vw;
  padding-bottom: 4.5572916667vw;
  color: #FFF;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.6041666667vw;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fwh-sec10__title p {
    font-size: 5.2083333333vw;
    text-align: center;
    padding-top: 9.1145833333vw;
    padding-bottom: 9.1145833333vw;
  }
}
.fwh-sec10__title p.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fwh-sec10__title p {
    font-size: 38px;
    font-size: 2.4739583333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec10__title p {
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec10__title p.sp {
    display: block;
  }
}
.fwh-sec10__image {
  width: 16.2760416667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec10__image {
    width: 32.5520833333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec10__image {
    width: 14.9739583333vw;
    padding-top: 5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec10__image {
    width: 29.9479166667vw;
  }
}
.fwh-sec11__step {
  padding: 3% 0;
  width: 44.921875vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fwh-sec11__step {
    width: 89.84375vw;
  }
}
.fwh-sec11__step div {
  width: 44.921875vw;
  height: 21.5494791667vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec11__step div {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec11__step div {
    height: 43.0989583333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec11__step div {
    width: 43.6197916667vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec11__step div {
    width: 87.2395833333vw;
  }
}
.fwh-sec11__step div p {
  color: #FFF;
}
.fwh-sec11__step div p:first-child {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.953125vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec11__step div p:first-child {
    font-size: 3.90625vw;
  }
}
.fwh-sec11__step div p:nth-child(2) {
  font-size: 25px;
  font-size: 1.6276041667vw;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .fwh-sec11__step div p:nth-child(2) {
    font-size: 3.2552083333vw;
  }
}
.fwh-sec11__step-01 {
  background: url(../images/content11_step01.png) no-repeat top center;
  background-size: 100%;
  padding: 12% 11% 0 38%;
}
.fwh-sec11__step-02 {
  background: url(../images/content11_step02.png) no-repeat top center;
  background-size: 100%;
  padding: 8% 11% 0 38%;
}
@media screen and (max-width: 768px) {
  .fwh-sec11__step-02 {
    padding: 9% 8% 0 38%;
  }
}
.fwh-sec11__step-03 {
  background: url(../images/content11_step03.png) no-repeat top center;
  background-size: 100%;
  padding: 12% 11% 0 38%;
}
.fwh-sec11 .ctaarea {
  padding: 3% 0;
}
@media screen and (max-width: 768px) {
  .fwh-sec11 .ctaarea {
    padding: 7% 0;
  }
}
.fwh-sec12 {
  padding-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .fwh-sec12 {
    padding: 5% 12%;
  }
}
.fwh-sec12__news {
  margin: 0 auto;
  width: 57.2916666667vw;
  margin-top: 5%;
  margin-bottom: 6%;
  border: double 3px #63dbd2;
  height: 200px;
  overflow-y: scroll;
  padding: 2%;
}
@media screen and (max-width: 768px) {
  .fwh-sec12__news {
    width: 114.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec12__news {
    width: 100%;
    padding: 15px;
    height: 150px;
  }
}
.fwh-sec12__news .news_box h2 {
  font-size: 18px;
  font-size: 1.171875vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec12__news .news_box h2 {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec12__news .news_box h2 {
    font-size: 26px;
    font-size: 1.6927083333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec12__news .news_box h2 {
    font-size: 3.3854166667vw;
  }
}
.fwh-sec12__news .news_box ul li {
  font-size: 16px;
  font-size: 1.0416666667vw;
  margin-bottom: 2%;
  list-style-type: circle;
  margin-left: 3%;
}
@media screen and (max-width: 768px) {
  .fwh-sec12__news .news_box ul li {
    font-size: 2.0833333333vw;
  }
}
.fwh-sec12__news .news_box ul li a {
  color: #019ae5;
}
@media screen and (max-width: 768px) {
  .fwh-sec12__news .news_box ul li {
    font-size: 24px;
    font-size: 1.5625vw;
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec12__news .news_box ul li {
    font-size: 3.125vw;
  }
}
.fwh-sec12__title {
  display: flex;
  justify-content: center;
  padding-bottom: 2%;
  font-size: 34px;
  font-size: 2.2135416667vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fwh-sec12__title {
    font-size: 4.4270833333vw;
  }
}
.fwh-sec12__faq {
  margin: 0 auto;
  width: 44.921875vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec12__faq {
    width: 89.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec12__faq {
    width: 100%;
    margin-top: 3%;
  }
}
.fwh-sec12__faq dl {
  border: solid 1px #019ae5;
}
.fwh-sec12__faq dl dt {
  display: flex;
  align-items: center;
  padding: 3% 5% 3% 8%;
  background: #f7f7f7;
  position: relative;
  background: url(../images/content12_faq01.png) no-repeat 20px center;
  background-size: 4%;
  font-size: 23px;
  font-size: 1.4973958333vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fwh-sec12__faq dl dt {
    padding: 5% 5% 5% 12%;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec12__faq dl dt {
    font-size: 2.9947916667vw;
  }
}
.fwh-sec12__faq dl dt:before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 5%;
  font-size: 19px;
  font-size: 1.2369791667vw;
  color: #b5b5b5;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fwh-sec12__faq dl dt:before {
    font-size: 2.4739583333vw;
  }
}
.fwh-sec12__faq dl dt.open {
  border-bottom: solid 1px #019ae5;
}
.fwh-sec12__faq dl dt.open:before {
  content: "×";
}
.fwh-sec12__faq dl dd {
  font-size: 20px;
  font-size: 1.3020833333vw;
  line-height: 1.2;
  position: relative;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
  border-bottom: solid 1px #019ae5;
}
@media screen and (max-width: 768px) {
  .fwh-sec12__faq dl dd {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-sec12__faq dl dd {
    font-size: 23px;
    font-size: 1.4973958333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fwh-sec12__faq dl dd {
    font-size: 2.9947916667vw;
  }
}
.fwh-sec12__faq dl dd p {
  padding: 3% 5% 5% 8%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fwh-sec12__faq dl dd p {
    padding: 3% 5% 8% 11%;
  }
}
.fwh-sec12__faq dl dd p:before {
  content: "A.";
  font-weight: 900;
  color: #019ae5;
  position: absolute;
  left: 4%;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .fwh-sec12__faq dl dd p:before {
    top: 10px;
    left: 7%;
  }
}
.fwh-sec12__faq dl dd:last-child {
  border-bottom: none;
}
.fwh-sec14 .bglightblue{
  background:#e1f1f8;
  padding:6.4vw 0;
}
@media screen and (max-width: 768px) {
  .fwh-sec14 .bglightblue{
    padding-bottom:0;
  }
}
.fwh-sec14__title {
  text-align:center;
  color:#019ae5;
  font-size:3.2vw;
  margin-bottom:1em;
}
@media screen and (max-width: 768px) {
  .fwh-sec14__title {
    font-size:6.2vw;
  }
}
.fwh-sec14 .bglightblue > div{
  filter: drop-shadow(0 0 3.2vw rgba(0, 0, 0, 0.1));
  width:58.5vw;
  margin:0 auto;
}
@media screen and (max-width: 768px){
  .fwh-sec14 .bglightblue > div{
    width:100%;
  }
}
.fwh-sec14 .tab{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.fwh-sec14 .tab li{
  width:49%;
}
.fwh-sec14 .tab li a{
  display: block;
  background:#efefef;
  color:#666;
  width:100%;
  text-align:center;
  font-size:2.0vw;
  line-height:1.45;
  padding:2.0vw 0;
  border-radius:3.2vw 3.2vw 0 0;
}
@media screen and (max-width: 768px){
  .fwh-sec14 .tab li a{
    font-size:3.2vw;
    padding:3.2vw 0;
  }
}
.fwh-sec14 .tab li a.disabled{
  pointer-events:none;
  background:#E5EBED;
  color:#92989A;
  opacity:0.8;
  position:relative;
}
.fwh-sec14 .tab li a.disabled::before{
  content:"3月中旬リリース予定！";
  white-space:nowrap;
  font-size:0.8em;
  color:#019ae5;
  font-weight:bold;
  position:absolute;
  top:-1.6em;
  left:50%;
  transform:translateX(-50%);
}
@media screen and (max-width: 768px){
  .fwh-sec14 .tab li a.disabled::before{
    font-size:1em;
  }
}
.fwh-sec14 .tab li.active a{
  background:#019ae5;
  color:#fff;
}
.fwh-sec14 .area {
  display: none;
  opacity: 0;
  background: #fff;
  padding:4.2vw 4.8vw 6.4vw;
  border-radius:0 0 1vw 1vw;
}
@media screen and (max-width: 768px){
  .fwh-sec14 .area {
    padding:9.6vw 4.8vw 11.4vw;
    border-radius:0;
  }
}
.fwh-sec14 .area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 0ms;
  animation-fill-mode: forwards;
}
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fwh-sec14__step ol {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  width:100%;
  padding-left:0;
}
@media screen and (max-width: 768px) {
  .fwh-sec14__step ol {
    display: block
  }
}
.fwh-sec14__step{
  color:#019ae5;
}
.fwh-sec14__step ol li {
  width: 32%
}
@media screen and (max-width: 768px) {
  .fwh-sec14__step ol li {
    margin-bottom: 2%;
    width: 100%
  }
}
.fwh-sec14__step ol li p:not(.step_detail) {
  font-weight: bold;
  font-size: 1.627604166666667vw
}
@media screen and (max-width: 768px) {
  .fwh-sec14__step ol li p:not(.step_detail) {
    font-size: 3.90625vw;
  }
}
.fwh-sec14__step ol li p.step_detail {
  font-size: 1.0416666667vw;
  line-height: 1.6
}
@media screen and (max-width: 768px) {
  .fwh-sec14__step ol li p.step_detail {
    font-size: 2.4739583333vw
  }
}
.fwh-sec14__step ol li .step_contents_wrap {
  padding: 8%;
  border: solid 0.6vw #019ae5;
  border-radius: 1.1vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec14__step ol li .step_contents_wrap {
    display: flex;
    justify-content: space-around;
    padding: 4% 2%;
  }
}
.fwh-sec14__step ol li .step_contents_wrap figure {
  width: 100%;
  height:8vw;
  display:flex;
  justify-content:center;
  align-items:center;
}
@media screen and (max-width: 768px) {
  .fwh-sec14__step ol li .step_contents_wrap figure {
    width: 13.6vw;
    height:auto;
    margin-right:2.1vw;
  }
}
.fwh-sec14__step ol li .step_contents_wrap img {
  margin: 0 auto;
  height:5.5vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec14__step ol li .step_contents_wrap img {
    height:12vw;
  }
}
.fwh-sec14__step ol li.web-registration .step_contents_wrap img {
  padding-right:1vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec14__step ol li.web-registration .step_contents_wrap img {
    padding-right:2.2vw;
  }
}
.fwh-sec14__step ol li.shipping .step_contents_wrap img {
  height:6.75vw;
}
@media screen and (max-width: 768px) {
  .fwh-sec14__step ol li.shipping .step_contents_wrap img {
    height:14.4vw;
  }
}
.fwh-sec14__step ol li .step_contents_wrap div{
  flex:1;
}
.fwh-sec14__step .note li{
  padding-left:1em;
  text-indent:-1em;
  font-size: 1.2739583333vw;
}
@media screen and (max-width: 768px){
  .fwh-sec14__step .note li{
    font-size: 1.8739583333vw;
  }
}
.fwh-footer {
  background: #f8f7f7;
  padding: 4% 0 0;
}
@media screen and (max-width: 768px) {
  .fwh-footer {
    padding: 6% 0 0;
  }
}
.fwh-footer__logo {
  display: flex;
  justify-content: center;
}
.fwh-footer__logo img {
  width: 23.828125vw;
}
@media screen and (max-width: 768px) {
  .fwh-footer__logo img {
    width: 47.65625vw;
  }
}
.fwh-footer__link {
  display: flex;
  justify-content: center;
  padding: 2% 0 3%;
}
@media screen and (max-width: 768px) {
  .fwh-footer__link {
    padding: 4% 0 2%;
    overflow: scroll;
    display: block;
  }
}
.fwh-footer__link ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fwh-footer__link ul {
    justify-content: flex-start;
  }
}
.fwh-footer__link ul li {
  padding: 0 1%;
  border-right: solid 1px #ccc;
  line-height: 1.2;
}
.fwh-footer__link ul li a {
  color: #000;
  font-size: 16px;
  font-size: 1.0416666667vw;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fwh-footer__link ul li a {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fwh-footer__link ul li a {
    display: block;
    transform: scale(0.8);
    white-space: nowrap;
  }
}
.fwh-footer__link ul li:last-child {
  border: none;
}
@media screen and (max-width: 768px) {
  .fwh-footer__link ul li {
    padding: 0;
  }
}
.fwh-footer__copy {
  display: flex;
  justify-content: center;
  background: #696969;
  padding: 1.5% 2%;
}
.fwh-footer__copy img {
  width: 25.1953125vw;
}
@media screen and (max-width: 768px) {
  .fwh-footer__copy img {
    width: 50.390625vw;
  }
}
.ctaarea02 {
  background: #000;
  padding: 1% 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  transition-delay: 1s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .ctaarea02 {
    padding: 0;
  }
}
.ctaarea02.is-show {
  opacity: 1;
  visibility: visible;
}
.ctaarea02__wrap {
  display: flex;
  justify-content: center;
  width: 50.1302083333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ctaarea02__wrap {
    width: 100.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ctaarea02__wrap {
    width: 100%;
    justify-content: space-between;
  }
}
.ctaarea02__text {
  margin-right: 4%;
  font-size: 20px;
  font-size: 1.3020833333vw;
  color: #FFF;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ctaarea02__text {
    font-size: 2.6041666667vw;
  }
}
.ctaarea02__text span {
  color: #ff9705;
}
@media screen and (max-width: 768px) {
  .ctaarea02__text {
    margin-left: 5%;
    padding: 10px 0;
  }
}
.ctaarea02__btn {
  width: 27.9947916667vw;
}
@media screen and (max-width: 768px) {
  .ctaarea02__btn {
    width: 55.9895833333vw;
  }
}
.ctaarea02__btn a {
  border-radius: 10px;
  color: #FFF;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3671875vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgb(255, 151, 5);
  position: relative;
}
@media screen and (max-width: 768px) {
  .ctaarea02__btn a {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .ctaarea02__btn a {
    border-radius: 0;
  }
}
.ctaarea02__btn a p {
  margin-top: -2%;
}
.ctaarea02__btn a p:first-letter {
  font-size: 28px;
  font-size: 1.8229166667vw;
}
@media screen and (max-width: 768px) {
  .ctaarea02__btn a p:first-letter {
    font-size: 3.6458333333vw;
  }
}
.ctaarea02__btn a::after {
  content: "";
  border-right: solid 3px #FFF;
  border-bottom: solid 3px #fff;
  width: 0.78125vw;
  height: 0.78125vw;
  top: 50%;
  right: 8%;
  margin-top: -1%;
  position: absolute;
  transform: rotate(315deg);
}
@media screen and (max-width: 768px) {
  .ctaarea02__btn a::after {
    width: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ctaarea02__btn a::after {
    height: 1.5625vw;
  }
}
.corporate_btn {
  position: fixed;
  right: 0;
  z-index: 110;
  transition: opacity 0.3s;
  bottom: 7.1614583333vw;
  bottom: 15vh;
  width: 5.5%;
  width: 10vh;
  opacity:0;
  pointer-events: none;
  transition:300ms;
}
.corporate_btn.is-show{
  opacity:1;
  pointer-events:auto;
}
.corporate_btn img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
  max-width: none;
}
.direct-debit_btn {
  bottom: 7.1614583333vw;
  bottom: 52vh;
}
@media screen and (max-width: 768px) {
  .direct-debit_btn {
    width: 7vh;
    bottom: 26vh;
  }
}