@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
}

body {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

/* フォントサイズ
-------------------------------------------*/
html {
  font-size: 52.5%;
}

@media screen and (min-width: 350px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 70.5%;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

/* body
-------------------------------------------*/
body {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}

/* コンテンツ幅
-------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 6%;
  }
}

.inner_s {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner_s {
    padding: 0 6%;
  }
}

.inner_l {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner_l {
    padding: 0 6%;
  }
}

/*------------------------------------
clearfix 
------------------------------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  display: block;
}

/* End IE-mac */
.clear {
  clear: both;
}

/*------------------------------------
リンク 
------------------------------------*/
a {
  color: #333333;
  text-decoration: none;
}

@media screen and (min-width: 992px) {

  /* ホバーアクション */
  .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .hover:hover {
    opacity: 0.6 !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*------------------------------------
テキスト
------------------------------------*/
.bold {
  font-weight: bold;
}

.txt_co_orange {
  color: #ff7f00;
}

/*------------------------------------
タイトル
------------------------------------*/
.ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ttl>img {
  display: block;
  margin: 0 auto 10px;
}

@media screen and (max-width: 991px) {
  .ttl>img {
    max-height: 17px;
  }
}

.ttl>span {
  display: block;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .ttl>span {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.caution {
  margin-top: 10px;
}

.caution>li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .caution>li {
    font-size: 1.1rem;
  }
}

.caution>li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

/*------------------------------------
table
------------------------------------*/
.tbl_bd {
  margin: 0;
  padding: 0px;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
}

.tbl_bd th,
.tbl_bd td {
  font-size: 1.5rem;
  vertical-align: middle;
  border-bottom: 2px solid #bbbbbb;
  padding: 20px 15px;
  line-height: 1.6;
}

.tbl_bd th {
  font-weight: bold;
  border-bottom-color: #07a2de;
  width: 20%;
}

.tbl_bd td {
  padding-left: 20px;
}

/* SP */
@media screen and (max-width: 991px) {

  .tbl_bd th,
  .tbl_bd td {
    font-size: 1.2rem;
    padding: 10px 10px;
    border-bottom-width: 1px;
  }

  .tbl_bd th {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .tbl_bd td {
    padding-left: 25px;
  }
}

/*------------------------------------
スマホ　非表示
------------------------------------*/
@media screen and (min-width: 992px) {
  .disp_sp {
    display: none !important;
  }
}

/*------------------------------------
PC　非表示
------------------------------------*/
@media screen and (max-width: 991px) {
  .disp_pc {
    display: none !important;
  }
}

/*------------------------------------
margin
------------------------------------*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.header {
  position: relative;
  z-index: 100;
  padding: 10px 0;
}

.header_wrap {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.header_inner {
  max-width: 1200px;
  min-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .header_inner {
    position: relative;
    padding: 0 3% 0 5%;
    min-width: inherit;
  }
}

.header_logo {
  max-width: 201px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header_logo {
    max-width: 120px;
  }
}

.header_logo>img {
  height: 100%;
}

.header_tel>a {
  display: flex;
  align-items: flex-start;
}

.header_tel>a img {
  display: block;
  height: 25px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .header_tel>a img {
    height: 16px;
    margin-right: 6px;
  }
}

.header_tel>a>div>span {
  font-size: 2.5rem;
  display: block;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #353526;
}

@media screen and (max-width: 991px) {
  .header_tel>a>div>span {
    font-size: 1.6rem;
  }
}

.header_tel>a>div>span:nth-child(1) {
  letter-spacing: 0.06em;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .header_tel>a>div>span:nth-child(1) {
    letter-spacing: 0.03em;
  }
}

.header_tel>a>div>span:nth-child(2) {
  font-size: 1.4rem;
  margin-top: 5px;
  text-align: left;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 991px) {
  .header_tel>a>div>span:nth-child(2) {
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
}

.mv {
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  max-height: 650px;
}

@media screen and (max-width: 991px) {
  .mv {
    height: auto;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}

.mv .fade {
  animation-delay: 0.5s !important;
}

.mv-server {
  margin: auto;
  position: absolute;
  left: 10%;
  right: 0;
  bottom: -40px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .mv-server {
    left: 8%;
    right: inherit;
    bottom: inherit;
    top: 28%;
    height: 70vh;
    max-height: 300px;
  }
}

.mv-inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .mv-inner {
    z-index: 2;
  }
}

.mv-inner .bg-circle01 {
  position: absolute;
  left: 35%;
  top: 0;
}

.mv-inner .bg-circle02 {
  position: absolute;
  left: -6%;
  bottom: -130px;
}

@media screen and (max-width: 991px) {

  .mv-inner .bg-circle01,
  .mv-inner .bg-circle02 {
    display: none !important;
  }
}

.mv-main {
  padding-top: 15vh;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .mv-main {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .mv-main {
    padding: 30px 0 0 8%;
    margin: auto;
  }
}

.mv-free {
  margin: 10px 0 0 auto;
  display: block;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .mv-free {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .mv-free {
    max-width: 130px;
    position: absolute;
    right: 4%;
    top: -70px;
    z-index: 2;
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .mv #js_mv_slider {
    max-height: 450px;
    height: 70vh;
    position: relative;
    width: 100%;
  }
}

.mv-slide {
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
}

@media screen and (min-width: 992px) {
  .mv-slide {
    height: 90%;
    position: absolute;
    left: 47vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .mv-slide {
    height: 100%;
    width: 100%;
  }
}

.mv-slide ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mv-slide ul li {
  height: 33.33%;
  width: 75%;
  transition: width 1.3s;
  transform-origin: 0 center;
}

.mv-slide ul li:nth-child(2) {
  transition-delay: 0.2s;
  margin-left: auto;
}

.mv-slide ul li:nth-child(3) {
  transition-delay: 0.4s;
}

.mv-slide ul li img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .mv-slide ul li img {
    width: 100%;
  }
}

.mv-slide.active {
  opacity: 1;
}

.mv-slide.active ul li {
  width: 100%;
}

.planBlk {
  position: relative;
  padding: 85px 0 70px;
}

@media screen and (max-width: 991px) {
  .planBlk {
    padding: 65px 0 50px;
  }
}

.planBlk::after {
  background-image: url(../img/img-lp/wave01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 199px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .planBlk::after {
    background-image: url(../img/img-lp/wave01_sp.png);
    height: 100px;
  }
}

.planBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 199px);
  width: 100%;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .planBlk::before {
    height: calc(100% - 100px);
  }
}

.planBlk .inner {
  position: relative;
  z-index: 1;
}

.planBlk-wrap {
  max-width: 880px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .planBlk-wrap {
    width: 100%;
    max-width: 500px;
  }
}

.planBlk-wrap img {
  width: 100%;
  display: block;
  margin: auto;
}

.planBlk .item01 {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .planBlk .item01 {
    margin-bottom: 20px;
  }
}

.planBlk .item01 .icon01 {
  position: absolute;
  top: -30px;
  left: 50px;
  width: 100px;
}

@media screen and (max-width: 991px) {
  .planBlk .item01 .icon01 {
    left: -2%;
    width: 20%;
    top: -10%;
  }
}

.hikakuBlk {
  position: relative;
  padding: 150px 0 30px;
  background: #e1f2fd;
  overflow: hidden;
}

.hikakuBlk h2{
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .hikakuBlk {
    padding: 85px 0 50px;
  }
}

.hikakuBlk::after {
  background-image: url(../img/img-lp/wave_w.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 201px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .hikakuBlk::after {
    background-image: url(../img/img-lp/wave_w_sp.png);
    height: 100px;
  }
}

.hikakuBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 201px);
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .hikakuBlk::before {
    height: calc(100% - 100px);
  }
}

.hikakuBlk .ttl>span {
  position: relative;
}

.hikakuBlk .ttl>span::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -50px;
  margin: auto;
  background: url(../img/img-lp/txt_price.png) left center no-repeat;
  background-size: contain;
  width: 135px;
  height: 42px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .ttl>span::after {
    width: 120px;
    height: 28px;
    bottom: -25px;
    right: -60px;
  }
}

.hikakuBlk .inner {
  position: relative;
  z-index: 1;
}

.hikakuBlk .bg-circle {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .bg-circle {
    top: -50px;
  }
}

.hikakuBlk .img01 {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .img01 {
    margin-bottom: 20px;
  }
}

.hikakuBlk .box01 img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100px;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 img {
    max-width: 70px;
    margin: 0 auto 15px;
  }
}

.hikakuBlk .box01 p {
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
}

.hikakuBlk .box01 p .t1 {
  display: block;
  text-align: center;
  font-size: 2.8rem;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 p .t1 {
    font-size: 1.8rem;
  }
}

.hikakuBlk .box01 p .t2 {
  font-weight: 700;
  font-size: 3.4rem;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 p .t2 {
    font-size: 2.2rem;
  }
}

.hikakuBlk .box01 p .t3 {
  font-weight: 700;
  font-size: 4rem;
  color: #f66161;
  position: relative;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 p .t3 {
    font-size: 2.5rem;
  }
}

.hikakuBlk .box01 p .t3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-lp/marker.png) left center no-repeat;
  background-size: contain;
  width: 140px;
  height: 22px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .hikakuBlk .box01 p .t3::after {
    width: 90px;
    height: 100%;
    background-position: left bottom;
  }
}

.benefitsBlk {
  position: relative;
  padding: 100px 0 100px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk {
    padding: 80px 0 50px;
  }
}

.benefitsBlk::after {
  background-image: url(../img/img-lp/wave02.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 201px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .benefitsBlk::after {
    background-image: url(../img/img-lp/wave02_sp.png);
    height: 100px;
  }
}

.benefitsBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 201px);
  width: 100%;
  background: #41b8ff;
  background: url(../img/img-lp/bg_benefits.png) left center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .benefitsBlk::before {
    height: calc(100% - 99px);
    background-image: url(../img/img-lp/bg_benefits_sp.png);
  }
}

.benefitsBlk .icon-now {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: calc(50% - 300px);
  max-width: 95px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk .icon-now {
    left: 4%;
    max-width: 85px;
  }
}

.benefitsBlk-ttl {
  text-align: center;
  max-width: 360px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk-ttl {
    width: 95%;
    margin: 0 auto 30px;
  }
}

.benefitsBlk-list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .benefitsBlk-list {
    flex-direction: column;
  }
}

.benefitsBlk-list li+li {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk-list li+li {
    margin: 20px 0 0 0;
  }
}

.benefitsBlk .inner {
  position: relative;
  z-index: 1;
}

.benefitsBlk .arrow01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  width: 380px;
  height: 90px;
}

@media screen and (max-width: 991px) {
  .benefitsBlk .arrow01 {
    width: 200px;
    height: 50px;
    bottom: -30px;
  }
}

.benefitsBlk .arrow01>span {
  position: relative;
}

.benefitsBlk .arrow01>span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 190px 0 190px;
  border-color: #ffff61 transparent transparent transparent;
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .benefitsBlk .arrow01>span::after {
    border-width: 50px 100px 0 100px;
  }
}

.applyBlk {
  padding: 70px 0 50px;
}

@media screen and (max-width: 991px) {
  .applyBlk {
    padding: 35px 0 40px;
  }
}

.applyBlk a {
  display: table;
  margin: auto;
}

.freeBlk {
  position: relative;
  padding: 90px 0 100px;
}

@media screen and (max-width: 991px) {
  .freeBlk {
    padding: 70px 0 50px;
  }
}

.freeBlk::after {
  background-image: url(../img/img-lp/wave03.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 205px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .freeBlk::after {
    background-image: url(../img/img-lp/wave03_sp.png);
    height: 100px;
  }
}

.freeBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 205px);
  width: 100%;
  background: #fffcf2;
}

@media screen and (max-width: 991px) {
  .freeBlk::before {
    height: calc(100% - 100px);
    background: #fffae9;
  }
}

.freeBlk .txt-okenwater {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: calc(50% - 300px);
  max-width: 224px;
}

@media screen and (max-width: 991px) {
  .freeBlk .txt-okenwater {
    left: 7%;
    max-width: 200px;
    top: 8px;
  }
}

.freeBlk .ttl>span {
  position: relative;
}

.freeBlk .ttl>span>b {
  color: #ff4e4e;
}

.freeBlk .ttl>span::after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: -60px;
  margin: auto;
  background: url(../img/img-lp/txt_server.png) left center no-repeat;
  background-size: contain;
  width: 125px;
  height: 51px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .freeBlk .ttl>span::after {
    width: 90px;
    height: 100%;
    bottom: -34px;
    right: -52px;
  }
}

.freeBlk .inner {
  position: relative;
  z-index: 1;
}

.freeBlk .item01 {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .freeBlk .item01 {
    margin-top: 15px;
  }
}

.typeBlk {
  position: relative;
  padding: 0 0 40px;
  background: #fffcf2;
}

@media screen and (max-width: 991px) {
  .typeBlk {
    padding: 0 0 30px;
    background: #fffae9;
  }
}

.typeBlk::after {
  background-image: url(../img/img-lp/wave04.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 114px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -114px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .typeBlk::after {
    background-image: url(../img/img-lp/wave04_sp.png);
    height: 50px;
    bottom: -50px;
  }
}

.typeBlk .inner {
  position: relative;
  z-index: 1;
}

.typeBlk-item {
  background: #fff;
  padding: 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .typeBlk-item {
    padding: 25px 25px 30px 25px;
  }
}

.typeBlk-item+.typeBlk-item {
  margin-top: 95px;
}

@media screen and (max-width: 991px) {
  .typeBlk-item+.typeBlk-item {
    margin-top: 30px;
  }
}

.typeBlk-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  background: #099ed9;
  font-size: 3.8rem;
}

@media screen and (max-width: 991px) {
  .typeBlk-item::after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.4rem;
  }
}

.typeBlk-item h3 {
  text-align: center;
  margin-bottom: 20px;
}

.typeBlk-item .t1 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #099ed9;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .typeBlk-item .t1 {
    font-size: 1.5rem;
    text-align: left;
  }
}

.typeBlk .item01::after {
  content: "1";
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 h3 img {
    max-width: 200px;
  }
}

.typeBlk .item01 .box01 {
  text-align: center;
  margin: 20px 0 50px;
  position: relative;
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 {
    margin: 20px 0 30px;
  }
}

.typeBlk .item01 .box01 p {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 p {
    text-align: left;
    margin-top: 15px;
  }
}

.typeBlk .item01 .box01 .icon-no1 {
  position: absolute;
  left: 120px;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box01 .icon-no1 {
    left: 6%;
    max-width: 70px;
  }
}

.typeBlk .item01 .box01 .js_slider {
  max-width: 620px;
  margin: auto;
  width: 100%;
  opacity: 0;
}

.typeBlk .item01 .box01 .js_slider.slick-initialized {
  opacity: 1;
}

.slider_nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.slider_nav_main {
  position: relative;
}

.slider_nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider_nav .slick-prev {
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  .slider_nav .slick-prev {
    margin-right: 25px;
  }
}

.slider_nav .slick-next {
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .slider_nav .slick-next {
    margin-left: 25px;
  }
}

.slider_nav .slick-dots {
  padding: 0;
}

.slider_nav .slick-dots>li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .slider_nav .slick-dots>li {
    margin: 0 6px;
  }
}

.slider_nav .slick-dots button {
  padding: 0;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #BBBBBB;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .slider_nav .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.slider_nav .slick-dots .slick-active button {
  background-color: #00b2f7;
}

.slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.slick-prev::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #00b2f7;
  border-right: 3px solid #00b2f7;
  transform: rotate(-135deg);
}

@media screen and (max-width: 991px) {
  .slick-prev::after {
    width: 14px;
    height: 14px;
  }
}

.slick-next {
  left: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 20px;
  height: 20px;
}

.slick-next::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #00b2f7;
  border-right: 3px solid #00b2f7;
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .slick-next::after {
    width: 14px;
    height: 14px;
  }
}

.typeBlk .item01 .box02 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box02 {
    margin-bottom: 30px;
  }
}

.typeBlk .item01 .box02 .item {
  display: flex;
  flex-direction: column;
}

.typeBlk .item01 .box02 .item+.item {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box02 .item+.item {
    margin-left: 5px;
  }
}

.typeBlk .item01 .box02 .item>div {
  text-align: center;
  margin-top: auto;
  padding-top: 10px;
}

.typeBlk .item01 .box02 p {
    font-size: 1.4rem;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
.typeBlk .item01 .box02 p {
    font-size: 1.2rem;
  margin-top: 0px;
}
}

@media screen and (max-width: 991px) {
  .typeBlk .item01 .box02 .item>div {
    min-height: 5em;
    line-height: 1.5;
  }
}

.typeBlk .item02::after {
  content: "2";
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 h3 img {
    max-width: 200px;
  }
}

.typeBlk .item02 .box01 {
  text-align: center;
  margin: 35px 0 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box01 {
    margin: 20px 0 30px;
  }
}

.typeBlk .item02 .box01 p {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box01 p {
    text-align: left;
    margin-top: 15px;
  }
}

.typeBlk .item02 .box02 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02 {
    margin-bottom: 30px;
  }
}

.typeBlk .item02 .box02>.item {
  display: flex;
  flex-direction: column;
}

.typeBlk .item02 .box02>.item+.item {
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02>.item+.item {
    margin-left: 15px;
  }
}

.typeBlk .item02 .box02>.item>dl {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.typeBlk .item02 .box02>.item>dl>dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02>.item>dl>dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.typeBlk .item02 .box02>.item>dl>dd {
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.typeBlk .item02 .box02>.item>dl>dd>.item+.item {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02>.item>dl>dd>.item+.item {
    margin-left: 10px;
  }
}

.typeBlk .item02 .box02>.item>dl>dd>.item>div {
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .box02>.item>dl>dd>.item>div {
    padding-top: 5px;
  }
}

.typeBlk .item02 .ac-list .js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.typeBlk .item02 .ac-list .is_open+.js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.typeBlk .item02 .ac-list .item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list .item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.typeBlk .item02 .ac-list dt {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 80px 20px 0;
  border-right: 2px solid #929292;
  border-bottom: 1px solid #929292;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list dt {
    font-size: 1.4rem;
    padding: 15px 35px 15px 0;
  }
}

.typeBlk .item02 .ac-list dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  margin: auto;
  width: 2px;
  height: 18px;
  background: #07a2de;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list dt::before {
    right: 27px;
    width: 1px;
    height: 15px;
  }
}

.typeBlk .item02 .ac-list dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
  width: 18px;
  height: 2px;
  background: #07a2de;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list dt::after {
    right: 20px;
    width: 15px;
    height: 1px;
  }
}

.typeBlk .item02 .ac-list dt.is_open::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.typeBlk .item02 .ac-list dt b {
  color: #07a2de;
  padding-left: 5px;
}

.typeBlk .item02 .ac-list dd>div {
  padding: 20px 30px 30px 30px;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .typeBlk .item02 .ac-list dd>div {
    font-size: 1.2rem;
    padding: 0 20px 20px 20px;
  }
}

.typeBlk .spec-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #07a2de;
}

@media screen and (max-width: 991px) {
  .typeBlk .spec-ttl {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.typeBlk .spec .tbl_bd th {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .typeBlk .spec .tbl_bd th {
    width: 35%;
  }
}

.featureBlk {
  background: url(../img/img-lp/bg_dot.png) center center repeat;
  background-size: 33px auto;
  padding: 180px 0 100px;
}

@media screen and (max-width: 991px) {
  .featureBlk {
    background-size: 20px auto;
    padding: 95px 0 70px;
  }
}

.featureBlk .ttl .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.featureBlk .ttl .t1::after {
  content: "";
  position: absolute;
  bottom: -46px;
  right: -50px;
  margin: auto;
  background: url(../img/img-lp/txt_smartplus02.png) left center no-repeat;
  background-size: contain;
  width: 201px;
  height: 62px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .featureBlk .ttl .t1::after {
    width: 150px;
    height: 100%;
    bottom: -38px;
    right: -30px;
  }
}

.featureBlk .ttl .t1 img {
  max-width: 200px;
}

.featureBlk .ttl .t1>span {
  display: block;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .featureBlk .ttl .t1>span {
    font-size: 2.4rem;
  }
}

.featureBlk .inner {
  position: relative;
  z-index: 1;
}

.featureBlk-list {
  margin: 80px 0 70px;
}

@media screen and (max-width: 991px) {
  .featureBlk-list {
    margin: 60px 0 50px;
  }
}

.featureBlk-item {
  border: 2px solid #a4e3ff;
  background: #fff;
  padding: 50px 35px 50px 70px;
  box-shadow: 8px 8px #a4e3ff;
  position: relative;
}

.featureBlk-item::before {
  content: "";
  position: absolute;
  top: -33px;
  left: 15px;
  margin: auto;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 69px;
  height: 69px;
}

@media screen and (max-width: 991px) {
  .featureBlk-item::before {
    width: 50px;
    height: 50px;
    top: -28px;
    left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .featureBlk-item {
    padding: 50px 15px 35px;
    box-shadow: 5px 5px #a4e3ff;
  }
}

.featureBlk-item+.featureBlk-item {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .featureBlk-item+.featureBlk-item {
    margin-top: 50px;
  }
}

.featureBlk-item .icon {
  position: absolute;
  right: 35px;
  top: -25px;
  max-width: 108px;
}

@media screen and (max-width: 991px) {
  .featureBlk-item .icon {
    max-width: 90px;
    right: 15px;
  }
}

.featureBlk-item .t1 {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .featureBlk-item .t1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 15px;
  }
}

.featureBlk-item .t1>span {
  font-size: 2.6rem;
  font-weight: bold;
  color: #07a2de;
}

@media screen and (max-width: 991px) {
  .featureBlk-item .t1>span {
    font-size: 1.8rem;
  }
}

.featureBlk-item .t1>b {
  padding-left: 15px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .featureBlk-item .t1>b {
    padding-left: 0;
    font-size: 2rem;
  }
}

.featureBlk-item .t2 {
  color: #ff4141;
}

.featureBlk-item .flex {
  display: flex;
}

@media screen and (max-width: 991px) {
  .featureBlk-item .flex {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  .featureBlk-item .flex .item {
    width: 50%;
  }

  .featureBlk-item .flex .item:nth-child(1) {
    padding-right: 70px;
  }
}

@media screen and (max-width: 991px) {
  .featureBlk-item .flex .item:nth-child(2) {
    margin: 20px auto 0;
    width: 90%;
  }
}

.featureBlk-item .flex .item dt {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .featureBlk-item .flex .item dt {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.featureBlk .no01::before {
  background-image: url(../img/img-lp/txt_icon01.png);
}

.featureBlk .no01 .flex .item:nth-child(2) {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .featureBlk .no01 .flex .item:nth-child(2) {
    padding-top: 0;
  }
}

.featureBlk .no02::before {
  background-image: url(../img/img-lp/txt_icon02.png);
}

.featureBlk .no03::before {
  background-image: url(../img/img-lp/txt_icon03.png);
}

@media screen and (max-width: 991px) {
  .featureBlk .no03 .flex .item:nth-child(1) img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.featureBlk .no04::before {
  background-image: url(../img/img-lp/txt_icon04.png);
}

@media screen and (max-width: 991px) {
  .featureBlk .no04 .flex .item:nth-child(1) img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.featureBlk .no05::before {
  background-image: url(../img/img-lp/txt_icon05.png);
}

@media screen and (max-width: 991px) {
  .featureBlk .no05 .flex .item:nth-child(1) img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.naturalBlk {
  position: relative;
  padding: 150px 0 20px;
  margin-top: -30px;
}

@media screen and (max-width: 991px) {
  .naturalBlk {
    padding: 85px 0 50px;
    overflow: hidden;
    margin-top: -30px;
  }
}

.naturalBlk::after {
  background-image: url(../img/img-lp/wave01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 199px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .naturalBlk::after {
    background-image: url(../img/img-lp/wave01_sp.png);
    height: 100px;
  }
}

.naturalBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 199px);
  width: 100%;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .naturalBlk::before {
    height: calc(100% - 100px);
    bottom: 50px;
  }
}

.naturalBlk-wrap::after {
  background-image: url(../img/img-lp/wave05.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 114px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -114px;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .naturalBlk-wrap::after {
    background-image: url(../img/img-lp/wave05_sp.png);
    height: 50px;
    bottom: 0;
  }
}

.naturalBlk .inner {
  position: relative;
  z-index: 1;
}

.naturalBlk .ttl>span {
  position: relative;
}

.naturalBlk .ttl>span>b {
  position: relative;
}

.naturalBlk .ttl>span>b::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #29acdf;
  border-radius: 50%;
}

.naturalBlk .ttl>span::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -150px;
  margin: auto;
  background: url(../img/img-lp/txt_natural.png) left center no-repeat;
  background-size: contain;
  width: 161px;
  height: 51px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .naturalBlk .ttl>span::after {
    width: 115px;
    height: 100%;
    bottom: -31px;
    right: -87px;
  }
}

.naturalBlk .mapbox {
  position: relative;
  padding-top: 20px;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .mapbox {
    margin-bottom: 35px;
  }
}

.naturalBlk .mapbox>dl {
  width: 60%;
}

@media screen and (min-width: 992px) {
  .naturalBlk .mapbox>dl {
    position: absolute;
    left: 0;
    top: 55px;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .mapbox>dl {
    width: 70%;
  }
}

.naturalBlk .mapbox>dl>dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .naturalBlk .mapbox>dl>dt {
    font-size: 1.6rem;
  }
}

.naturalBlk .mapbox>dl>dt>b {
  color: #ff4949;
}

.naturalBlk .mapbox>dl>dd {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.naturalBlk .mapbox>.img {
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .naturalBlk .mapbox>.img {
    margin-top: -25%;
  }
}

.naturalBlk .box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
  /* PC */
  /* SP */
}

@media screen and (max-width: 991px) {
  .naturalBlk .box01 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .naturalBlk .box01 {
    position: relative;
  }

  .naturalBlk .box01 .item {
    width: 31%;
  }

  .naturalBlk .box01 .item:nth-child(n + 4) {
    margin-top: 3.5%;
  }

  .naturalBlk .box01::after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .box01 .item {
    width: 100%;
  }

  .naturalBlk .box01 .item:not(:last-child) {
    margin-bottom: 35px;
  }
}

.naturalBlk .box01 .box_menu {
  display: block;
}

.naturalBlk .box01 .box_menu_img {
  overflow: hidden;
}

.naturalBlk .box01 .box_menu_img>img {
  width: auto;
}

.naturalBlk .box01 .box_menu_main {
  width: 350px;
  margin: -85px 0 0 auto;
  padding: 30px;
  opacity: 0.9;
  background: #fff;
  position: relative;
}

.naturalBlk .box01 .box_menu_main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 30%;
  background: #54c0d6;
  height: 3px;
}

.naturalBlk .box01 .box_menu_ttl {
  margin-bottom: 15px;
}

.naturalBlk .box01 .box_menu_ttl>span {
  display: block;
}

.naturalBlk .box01 .box_menu_ttl>span {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #1797b6;
}

.naturalBlk .box01 .box_menu_description {
  font-size: 1.4rem;
}

.naturalBlk .box01 .box_menu_more {
  text-align: right;
}

.naturalBlk .box01 .box_menu_more>span {
  font-size: 1.4rem;
  color: #9c900d;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.naturalBlk .box01 .box_menu_more>span::before {
  content: "";
  position: absolute;
  background: #9c900d;
  height: 2px;
  width: 20px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media print, screen and (min-width: 992px) {
  .naturalBlk .box01 .box_menu {
    height: 100%;
    overflow: hidden;
    position: relative;
  }

  .naturalBlk .box01 .box_menu_img>img {
    width: 90%;
  }

  .naturalBlk .box01 .box_menu_description {
    padding-bottom: 30px;
  }

  .naturalBlk .box01 .box_menu_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .naturalBlk .box01 .box_menu_main {
    width: 90%;
    margin-top: -30px;
    padding: 20px;
    min-height: 220px;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .box01 .box_menu_img>img {
    width: 86%;
  }

  .naturalBlk .box01 .box_menu_main {
    width: 85%;
    margin: -40px 0 0 auto;
    padding: 20px;
  }

  .naturalBlk .box01 .box_menu_ttl {
    margin-bottom: 10px;
  }

  .naturalBlk .box01 .box_menu_ttl>span {
    font-size: 1.8rem;
  }

  .naturalBlk .box01 .box_menu_description {
    font-size: 1.3rem;
  }

  .naturalBlk .box01 .box_menu_more {
    margin-top: 15px;
  }

  .naturalBlk .box01 .box_menu_more>span {
    font-size: 1.3rem;
  }
}

.naturalBlk .box02 {
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 {
    margin-bottom: 50px;
  }
}

.naturalBlk .box02 h3 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 h3 {
    margin-bottom: 35px;
  }
}

.naturalBlk .box02 .list01 {
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 {
    width: 100%;
  }
}

.naturalBlk .box02 .list01 .item {
  display: flex;
  align-items: center;
  width: 85%;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item {
    width: 100%;
  }
}

.naturalBlk .box02 .list01 .item+.item {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item+.item {
    margin-top: 30px;
  }
}

.naturalBlk .box02 .list01 .item img {
  max-width: 193px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item img {
    width: 40%;
    margin: 0 0 0 -10%;
  }
}

.naturalBlk .box02 .list01 .item dl {
  padding: 0 0 0 30px;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item dl {
    width: 70%;
    padding: 0 0 0 25px;
  }
}

.naturalBlk .box02 .list01 .item dl dt {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.naturalBlk .box02 .list01 .item dl dt>b {
  color: #07a2de;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item dl dd p {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}

.naturalBlk .box02 .list01 .item:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
}

.naturalBlk .box02 .list01 .item:nth-child(even) dl {
  padding: 0 30px 0 0;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item:nth-child(even) dl {
    padding: 0 25px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .box02 .list01 .item:nth-child(even) img {
    width: 40%;
    margin: 0 -10% 0 0;
  }
}

.naturalBlk .box03 h3 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #666666;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl_scroll {
    overflow: scroll;
  }
}

.naturalBlk .box03 .tbl {
  margin: 0;
  padding: 0px;
  width: 100%;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl {
    width: 500px;
  }
}

.naturalBlk .box03 .tbl th,
.naturalBlk .box03 .tbl td {
  vertical-align: middle;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  padding: 20px 15px;
  line-height: 1.4;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {

  .naturalBlk .box03 .tbl th,
  .naturalBlk .box03 .tbl td {
    padding: 15px 5px;
  }
}

.naturalBlk .box03 .tbl th {
  background: #00a2de;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl th {
    font-size: 1.2rem;
    position: sticky;
    left: 0;
    width: 140px;
  }

  .naturalBlk .box03 .tbl th::after {
    position: absolute;
    display: block;
    content: "";
    right: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: 99;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14000000', endColorstr='#00000000', GradientType=1);
  }
}

.naturalBlk .box03 .tbl td {
  background: #fff;
  text-align: center;
}

.naturalBlk .box03 .tbl .t1 {
  text-align: center;
}

.naturalBlk .box03 .tbl .t1>b {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #00a2de;
}

@media screen and (max-width: 991px) {
  .naturalBlk .box03 .tbl .t1>b {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .naturalBlk .box03 .caution {
    margin-left: auto;
    display: table;
  }
}

.qualityBlk {
  position: relative;
  padding: 160px 0 120px;
}

@media screen and (max-width: 991px) {
  .qualityBlk {
    padding: 50px 0 70px;
    overflow: hidden;
  }
}

.qualityBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 50px 0;
  background-image: linear-gradient(#eee 1px, transparent 1px), linear-gradient(to right, #eee 1px, #fff 1px);
  background-size: 20px 20px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .qualityBlk::before {
    padding: 30px 0;
    height: calc(100% + 50px);
    top: -50px;
  }
}

.qualityBlk .inner {
  position: relative;
  z-index: 1;
}

.qualityBlk .ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .ttl {
    margin-bottom: 10px;
  }
}

.qualityBlk .ttl>span {
  position: relative;
}

.qualityBlk .ttl>span::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -120px;
  margin: auto;
  background: url(../img/img-lp/txt_quality.png) left center no-repeat;
  background-size: contain;
  width: 143px;
  height: 52px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .qualityBlk .ttl>span::after {
    width: 105px;
    height: 100%;
    bottom: -31px;
    right: -76px;
  }
}

.qualityBlk .box01,
.qualityBlk .box03 {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {

  .qualityBlk .box01,
  .qualityBlk .box03 {
    flex-direction: column;
  }
}

.qualityBlk .box01 .item,
.qualityBlk .box03 .item {
  width: 50%;
}

@media screen and (max-width: 991px) {

  .qualityBlk .box01 .item,
  .qualityBlk .box03 .item {
    width: 100%;
  }
}

.qualityBlk .box01 .item:nth-child(1),
.qualityBlk .box03 .item:nth-child(1) {
  max-width: 454px;
}

.qualityBlk .box01 .item:nth-child(2),
.qualityBlk .box03 .item:nth-child(2) {
  margin: 0 0 0 50px;
}

@media screen and (max-width: 991px) {

  .qualityBlk .box01 .item:nth-child(2),
  .qualityBlk .box03 .item:nth-child(2) {
    margin: 15px 0 0 0;
  }
}

.qualityBlk .box01 .item h3,
.qualityBlk .box03 .item h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {

  .qualityBlk .box01 .item h3,
  .qualityBlk .box03 .item h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}

.qualityBlk .box01 .item h3>b,
.qualityBlk .box03 .item h3>b {
  color: #0088dc;
}

.qualityBlk .box01 .item p,
.qualityBlk .box03 .item p {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 992px) {
  .qualityBlk .box03 {
    flex-direction: row-reverse;
  }

  .qualityBlk .box03 .item {
    width: 50%;
  }

  .qualityBlk .box03 .item:nth-child(1) {
    max-width: 454px;
  }

  .qualityBlk .box03 .item:nth-child(2) {
    margin: 0 50px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .qualityBlk .box03 .item h3 {
    margin-bottom: 15px;
  }

  .qualityBlk .box03 .item:nth-child(2) {
    margin: 0;
  }

  .qualityBlk .box03 .item:nth-child(2) img {
    margin-bottom: 10px;
    display: block;
  }
}

.qualityBlk .box02 {
  width: 80%;
  margin: auto;
  padding: 50px 0 80px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 {
    width: 100%;
    padding: 35px 0 50px;
  }
}


.qualityBlk .box02 h3{
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 h3{
    font-size: 1.7rem;
    margin-bottom: 20px;
    text-align: left;
  }
}

.qualityBlk .box02 h3 > span{
  color: #0088dc;
}

.qualityBlk .box02 .flex{
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 .flex{
    align-items: flex-start;
  }
}

.qualityBlk .box02 .flex + .flex{
  margin-top: 25px;
}

.qualityBlk .box02 > .flex >.item:nth-child(1) {
  width: 70%;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item:nth-child(1) {
    width: 55%;
    padding-right: 20px;
  }
}

.qualityBlk .box02 > .flex >.item:nth-child(2) {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item:nth-child(2) {
    width: 45%;
  }
}

.qualityBlk .box02 > .flex >.item:nth-child(2) img {
  display: block;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item:nth-child(2) img {
    width: 100%;
  }
}

.qualityBlk .box02 > .flex >.item dl dt {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item dl dt {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li {
  border-bottom: 1px dotted #333;
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item dl dd>ul>li {
    font-size: 1.2rem;
  }
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li .flex {
  display: flex;
  align-items: flex-start;
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li .flex .item+.item {
  margin-left: 5px;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item dl dd>ul>li .flex .item+.item {
    margin-left: 0;
  }
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li .list-pdf li+li {
  margin-top: 3px;
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li .list-pdf li a {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .qualityBlk .box02 > .flex >.item dl dd>ul>li .list-pdf li a:hover {
    text-decoration: none;
  }
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li .list-pdf li a>span {
  position: relative;
}

.qualityBlk .box02 > .flex >.item dl dd>ul>li .list-pdf li a>span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  width: 19px;
  height: 23px;
  background: url(../img/img-lp/icon_pdf.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .qualityBlk .box02 > .flex >.item dl dd>ul>li .list-pdf li a>span::before {
    width: 15px;
    height: 20px;
    right: -22px;
  }
}

.onewayBlk {
  position: relative;
  padding: 130px 0 70px;
  margin-top: -60px;
}

@media screen and (max-width: 991px) {
  .onewayBlk {
    padding: 80px 0 50px;
    margin-top: -30px;
    overflow: hidden;
  }
}

.onewayBlk::after {
  background-image: url(../img/img-lp/wave06.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 143px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .onewayBlk::after {
    background-image: url(../img/img-lp/wave06_sp.png);
    height: 30px;
  }
}

.onewayBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 143px);
  width: 100%;
  background: #fffae9;
}

@media screen and (max-width: 991px) {
  .onewayBlk::before {
    height: calc(100% - 30px);
    background: #fffae9;
  }
}

.onewayBlk .inner {
  position: relative;
  z-index: 1;
}

.onewayBlk .ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .onewayBlk .ttl {
    margin-bottom: 10px;
  }
}

.onewayBlk .ttl>span {
  position: relative;
}

.onewayBlk .ttl>span::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -70px;
  margin: auto;
  background: url(../img/img-lp/txt_oneway.png) left center no-repeat;
  background-size: contain;
  width: 141px;
  height: 44px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .onewayBlk .ttl>span::after {
    width: 86px;
    height: 100%;
    bottom: -33px;
    right: -17px;
  }
}

.onewayBlk .box01 {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .onewayBlk .box01 {
    flex-direction: column;
    width: 100%;
  }

  .onewayBlk .box01 .item+.item {
    margin-top: 30px;
  }
}

.priceBlk {
  position: relative;
  padding: 120px 0 60px;
  background: #fffae9;
}

@media screen and (max-width: 991px) {
  .priceBlk {
    padding: 80px 0 80px;
  }
}

.priceBlk::after {
  background-image: url(../img/img-lp/wave07.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 143px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .priceBlk::after {
    background-image: url(../img/img-lp/wave07_sp.png);
    height: 30px;
  }
}

.priceBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 143px);
  width: 100%;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .priceBlk::before {
    height: calc(100% - 30px);
  }
}

.priceBlk-wrap {
  position: relative;
}

.priceBlk-wrap::after {
  background-image: url(../img/img-lp/wave05.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 114px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -174px;
  width: 100%;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .priceBlk-wrap::after {
    background-image: url(../img/img-lp/wave05_sp.png);
    height: 50px;
    bottom: -80px;
  }
}

.priceBlk .ttl>img {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .priceBlk .ttl>img {
    max-height: 25px;
    margin-bottom: 10px;
  }
}

.priceBlk .ttl>span {
  position: relative;
}

.priceBlk .ttl>span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -150px;
  margin: auto;
  background: url(../img/img-lp/txt_price.png) left center no-repeat;
  background-size: contain;
  width: 135px;
  height: 42px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .priceBlk .ttl>span::after {
    width: 120px;
    height: 28px;
    bottom: -12px;
    right: -110px;
  }
}

.priceBlk .inner {
  position: relative;
  z-index: 1;
}

.guideBlk {
  position: relative;
  padding: 180px 0 100px;
}

@media screen and (max-width: 991px) {
  .guideBlk {
    padding: 50px 0 70px;
  }
}

.guideBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 50px 0;
  background-image: linear-gradient(#eee 1px, transparent 1px), linear-gradient(to right, #eee 1px, #fff 1px);
  background-size: 20px 20px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .guideBlk::before {
    padding: 30px 0;
    height: calc(100% + 50px);
    top: -50px;
  }
}

.guideBlk .inner {
  position: relative;
  z-index: 2;
}

.guideBlk .ttl>span {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4;
}

.guideBlk .ttl>span::after {
  content: "";
  position: absolute;
  top: -35px;
  left: -70px;
  margin: auto;
  background: url(../img/img-lp/txt_guide.png) left center no-repeat;
  background-size: contain;
  width: 99px;
  height: 58px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .guideBlk .ttl>span::after {
    width: 75px;
    height: 48px;
    top: -35px;
    left: -31px;
  }
}

.guideBlk .leadtxt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .guideBlk .leadtxt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.guideBlk .leadtxt .t1 {
  font-size: 2.4rem;
  color: #f76666;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .guideBlk .leadtxt .t1 {
    font-size: 1.6rem;
  }
}

.guideBlk .leadtxt .t2 {
  color: #f76666;
  font-weight: 700;
}

.guideBlk .leadtxt .t3 {
  font-size: 3.8rem;
  color: #f76666;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .guideBlk .leadtxt .t3 {
    font-size: 2.8rem;
  }
}

.guideBlk .box01 {
  margin-bottom: 50px;
  width: 85%;
  margin: 0 auto 50px;
}

@media screen and (max-width: 991px) {
  .guideBlk .box01 {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.guideBlk .box01 .block_flow03_item {
  background-color: #e0f5ff;
  position: relative;
  padding: 35px 35px 35px 170px;
  background-position: left 35px center;
  background-repeat: no-repeat;
  background-size: 90px auto;
  min-height: 160px;
}

.guideBlk .box01 .block_flow03_item:nth-child(2n) {
  background-color: #fffae9;
}

.guideBlk .box01 .block_flow03_item:nth-child(2n)::after {
  border-color: #fffae9 transparent transparent transparent !important;
}

.guideBlk .box01 .block_flow03_item:nth-child(1) {
  background-image: url(../img/img-lp/icon_flow01.png);
  z-index: 4;
}

.guideBlk .box01 .block_flow03_item:nth-child(2) {
  background-image: url(../img/img-lp/icon_flow02.png);
  z-index: 3;
}

.guideBlk .box01 .block_flow03_item:nth-child(3) {
  background-image: url(../img/img-lp/icon_flow03.png);
  z-index: 2;
}

.guideBlk .box01 .block_flow03_item:nth-child(4) {
  background-image: url(../img/img-lp/icon_flow04.png);
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .guideBlk .box01 .block_flow03_item:nth-child(4) {
    background-size: 75px auto;
    min-height: 200px;
    background-position: left 50px center;
  }
}

.guideBlk .box01 .block_flow03_item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 55px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #e0f5ff transparent transparent transparent;
  z-index: 1;
}

.guideBlk .box01 .block_flow03_item dt {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .guideBlk .box01 .block_flow03_item {
    padding: 20px 20px 20px 110px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 80px auto;
    min-height: auto;
  }

  .guideBlk .box01 .block_flow03_item:not(:last-child)::after {
    bottom: -18px;
    left: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #e0f5ff transparent transparent transparent;
    z-index: 1;
  }

  .guideBlk .box01 .block_flow03_item dt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .guideBlk .box01 .block_flow03_item:nth-child(4) {
    min-height: 150px;
  }
}

@media screen and (max-width: 991px) and (min-width: 992px) {
  .guideBlk .box01 .block_flow03_item:nth-child(4) {
    background-size: 75px auto;
    background-position: left 50px center;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .guideBlk .box01 .block_flow03_item:nth-child(4) {
    background-position: left 15px center;
    background-size: 70px auto;
  }
}

.cvbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cvbox>img {
  width: 80%;
  max-width: 321px;
}

@media screen and (max-width: 991px) {
  .cvbox>img {
    width: 80%;
  }
}

.cvbox>a {
  margin-top: -5px;
}

.voiceBlk {
  position: relative;
  padding: 100px 0 150px;
  background: url(../img/img-lp/bg_voice.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .voiceBlk {
    padding: 70px 0 90px;
    background-attachment: inherit;
  }
}

.voiceBlk .inner {
  position: relative;
  z-index: 2;
}

.voiceBlk .ttl>span {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #fff;
}

.voiceBlk .ttl>span::after {
  content: "";
  position: absolute;
  top: -35px;
  left: -118px;
  margin: auto;
  background: url(../img/img-lp/txt_voice.png) left center no-repeat;
  background-size: contain;
  width: 193px;
  height: 36px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .voiceBlk .ttl>span::after {
    width: 133px;
    height: 25px;
    top: -30px;
    left: -61px;
  }
}

.voiceBlk .leadtxt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 30px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .voiceBlk .leadtxt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.voiceBlk-slide {
  display: flex;
}

.voiceBlk-slide .slick-track,
.voiceBlk-slide .slick-list {
  display: flex !important;
}

.voiceBlk-slide .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.voiceBlk-slide .item {
  background: #fff;
  padding: 35px 30px;
  display: flex !important;
  height: 100%;
  margin: 0 10px;
  border-radius: 15px;
  position: relative;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .voiceBlk-slide .item {
    padding: 30px 25px;
  }
}

.voiceBlk-slide .item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 15px;
  margin: auto;
  background: url(../img/img-lp/icon_voice_top.png) left center no-repeat;
  background-size: contain;
  width: 48px;
  height: 42px;
}

@media screen and (max-width: 991px) {
  .voiceBlk-slide .item::before {
    width: 38px;
    height: 30px;
    top: -15px;
  }
}

.voiceBlk-slide .item::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 15px;
  margin: auto;
  background: url(../img/img-lp/icon_voice_bottom.png) left center no-repeat;
  background-size: contain;
  width: 48px;
  height: 42px;
}

@media screen and (max-width: 991px) {
  .voiceBlk-slide .item::after {
    width: 38px;
    height: 30px;
    bottom: -15px;
  }
}

.voiceBlk-slide .item dl {
  position: relative;
  padding-bottom: 3em;
}

.voiceBlk-slide .item dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .voiceBlk-slide .item dl dt {
    font-size: 1.6rem;
  }
}

.voiceBlk-slide .item dl dd .t1 {
  right: 0;
  bottom: 0;
  position: absolute;
  color: #1fbfa3;
  display: block;
  text-align: right;
  margin-top: 20px;
  font-weight: 700;
}

.voiceBlk .slick-next::after,
.voiceBlk .slick-prev::after {
  border-color: #fff;
}

.voiceBlk .slider_nav .slick-dots .slick-active button {
  background-color: #fff;
}

.faqBlk {
  position: relative;
  padding: 180px 0 100px;
  margin-top: -100px;
}

@media screen and (max-width: 991px) {
  .faqBlk {
    padding: 80px 0 50px;
    margin-top: -50px;
  }
}

.faqBlk::after {
  background-image: url(../img/img-lp/wave03.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 205px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .faqBlk::after {
    background-image: url(../img/img-lp/wave03_sp.png);
    height: 100px;
  }
}

.faqBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 205px);
  width: 100%;
  background: #fffcf2;
}

@media screen and (max-width: 991px) {
  .faqBlk::before {
    height: calc(100% - 99px);
    background: #fffae9;
  }
}

.faqBlk .inner {
  position: relative;
  z-index: 2;
}

.faqBlk .ttl>span {
  position: relative;
  margin-bottom: 20px;
}

.faqBlk .ttl>span::after {
  content: "";
  position: absolute;
  top: -39px;
  left: -60px;
  margin: auto;
  background: url(../img/img-lp/txt_question.png) left center no-repeat;
  background-size: contain;
  width: 147px;
  height: 45px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .faqBlk .ttl>span::after {
    width: 107px;
    height: 30px;
    top: -30px;
    left: -45px;
  }
}

.faqBlk .qabox {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .faqBlk .qabox {
    padding-top: 10px;
  }
}

.faqBlk .qabox .js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.faqBlk .qabox .is_open+.js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.faqBlk .qabox .list_ac_item {
  box-shadow: 0px 0px 3px 1px #ccc;
}

.faqBlk .qabox .list_ac_item:not(:first-child) {
  margin-top: 30px;
}

.faqBlk .qabox .list_ac_link {
  position: relative;
  font-weight: bold;
  padding: 25px 70px 25px 70px;
  cursor: pointer;
  background: #fff url(../img/img-lp/icon_q.png) no-repeat left 20px center;
  background-size: 30px auto;
  color: #07a2de;
  font-size: 1.8rem;
}

.faqBlk .qabox .list_ac_link::before,
.faqBlk .qabox .list_ac_link::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #929292;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 20px;
  height: 4px;
}

.faqBlk .qabox .list_ac_link::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.4s ease;
}

.faqBlk .qabox .list_ac_link.is_open::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.faqBlk .qabox .list_ac_main {
  padding: 10px 70px 30px 70px;
  background: #fff url(../img/img-lp/icon_a.png) no-repeat left 20px top 10px;
  background-size: 30px auto;
}

@media screen and (max-width: 991px) {
  .faqBlk .qabox .list_ac_item {
    box-shadow: 0px 0px 2px 1px #ccc;
  }

  .faqBlk .qabox .list_ac_item:not(:first-child) {
    margin-top: 20px;
  }

  .faqBlk .qabox .list_ac_link {
    font-size: 1.5rem;
    padding: 15px 40px 15px 55px;
    background-size: 25px auto;
    background-position: left 15px center;
    line-height: 1.5;
  }

  .faqBlk .qabox .list_ac_link::before,
  .faqBlk .qabox .list_ac_link::after {
    right: 15px;
    width: 15px;
    height: 3px;
  }

  .faqBlk .qabox .list_ac_main {
    padding: 0 40px 20px 55px;
    background-size: 25px auto;
    background-position: left 15px top 2px;
  }
}

.cvBlk {
  padding: 80px 0 50px;
}

@media screen and (max-width: 991px) {
  .cvBlk {
    padding: 35px 0 40px;
  }
}

.supportBlk {
  position: relative;
  padding: 150px 0 200px;
}

@media screen and (max-width: 991px) {
  .supportBlk {
    padding: 100px 0 100px;
  }
}

.supportBlk::after {
  background-image: url(../img/img-lp/wave01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 199px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .supportBlk::after {
    background-image: url(../img/img-lp/wave01_sp.png);
    height: 100px;
  }
}

.supportBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 199px);
  width: 100%;
  background: #e1f2fd;
}

@media screen and (max-width: 991px) {
  .supportBlk::before {
    height: calc(100% - 100px);
    bottom: 0;
  }
}

.supportBlk .inner {
  position: relative;
  z-index: 2;
}

.supportBlk .ttl>span {
  position: relative;
}

.supportBlk .ttl>span::after {
  content: "";
  position: absolute;
  top: -51px;
  left: -77px;
  margin: auto;
  background: url(../img/img-lp/txt_support.png) left center no-repeat;
  background-size: contain;
  width: 148px;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .supportBlk .ttl>span::after {
    width: 128px;
    height: 100%;
    top: -42px;
    left: -36px;
  }
}

.supportBlk-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 60px;
}

.supportBlk-list .item {
  width: 48%;
  background: #fff;
  padding: 45px 30px 30px 30px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .supportBlk-list .item:nth-child(2n) {
    margin-left: 4%;
  }

  .supportBlk-list .item:nth-child(n + 3) {
    margin-top: calc(75px + 4%);
  }
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item {
    width: 100%;
    padding: 40px 25px 25px 25px;
  }

  .supportBlk-list .item+.item {
    margin-top: 90px;
  }

  .supportBlk-list .item:nth-child(1) .icon img {
    width: 42%;
  }

  .supportBlk-list .item:nth-child(2) .icon img {
    width: 35%;
  }
}

.supportBlk-list .item .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -75px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  border-radius: 50%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item .icon {
    width: 130px;
    height: 130px;
    top: -65px;
  }
}

.supportBlk-list .item .icon img {
  width: 35%;
  display: block;
  margin: 30px auto 0;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item .icon img {
    width: 40%;
    margin: 25px auto 0;
  }
}

.supportBlk-list .item dl {
  position: relative;
  z-index: 2;
}

.supportBlk-list .item dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item dl dt {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.supportBlk-list .item dl dt>span {
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item dl dt>span {
    padding-left: 35px;
    margin-left: -15px;
  }
}

.supportBlk-list .item dl dt>span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 24px;
  background: url(../img/img-lp/icon_check.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .supportBlk-list .item dl dt>span::before {
    width: 25px;
    height: 18px;
  }
}

.pointBlk {
  position: relative;
  padding: 40px 0;
  margin-top: -100px;
}

@media screen and (max-width: 991px) {
  .pointBlk {
    padding: 45px 0 50px;
    margin-top: -50px;
  }
}

.pointBlk::after {
  background-image: url(../img/img-lp/wave08.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 179px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .pointBlk::after {
    background-image: url(../img/img-lp/wave08_sp.png);
    height: 100px;
  }
}

.pointBlk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 179px);
  width: 100%;
  background: #fffcf2;
}

@media screen and (max-width: 991px) {
  .pointBlk::before {
    height: calc(100% - 99px);
    background: #fffcf2;
  }
}

.pointBlk .inner {
  position: relative;
  z-index: 2;
}

.pointBlk .ttl {
  margin-bottom: 20px;
  position: relative;
  display: table;
  margin: 0 auto 20px;
}

@media screen and (max-width: 991px) {
  .pointBlk .ttl {
    margin: 0 auto 10px;
  }
}

.pointBlk .ttl::after {
  content: "";
  position: absolute;
  top: -46px;
  left: -61px;
  margin: auto;
  background: url(../img/img-lp/txt_point.png) left center no-repeat;
  background-size: contain;
  width: 136px;
  height: 43px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .pointBlk .ttl::after {
    width: 100px;
    height: 30px;
    top: -32px;
    left: -36px;
  }
}

@media screen and (max-width: 991px) {
  .pointBlk .ttl img {
    max-height: 45px;
  }
}

.pointBlk .ttl>span {
  position: relative;
  margin-bottom: 0;
}

.pointBlk .box01 {
  text-align: center;
}

.pointBlk+.benefitsBlk {
  background: #fffcf2;
}

.footer {
  padding: 120px 0 50px;
  position: relative;
}

.footer::after {
  background-image: url(../img/img-lp/wave_footer.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 147px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .footer::after {
    background-image: url(../img/img-lp/wave_footer_sp.png);
    height: 50px;
  }
}

.footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 147px);
  width: 100%;
  background: #07a2de;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .footer::before {
    height: calc(100% - 50px);
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 70px 0 20px;
  }
}

.footer .inner {
  position: relative;
  z-index: 2;
}

.footer_logo {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .footer_logo {
    margin-bottom: 25px;
  }
}

.footer_logo a {
  display: block;
}

.footer_logo img {
  max-width: 164px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .footer_logo img {
    max-width: 150px;
  }
}

.footer_text {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .footer_text {
    margin-bottom: 20px;
  }
}

.footer_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .footer_btn {
    margin-bottom: 35px;
  }
}

.footer_btn>a {
  display: flex;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 15px 25px 15px 15px;
  margin: auto;
  width: 80%;
  max-width: 250px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.footer_btn>a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../img/img-lp/icon_blank_w.png) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 991px) {
  .footer_btn>a::before {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}

.footer_btn>a>span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
}

@media screen and (min-width: 992px) {
  .footer_btn>a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }

  .footer_btn>a::before {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }

  .footer_btn>a:hover {
    background-color: #fff;
    color: #07a2de;
  }

  .footer_btn>a:hover::before {
    background-image: url(../img/img-lp/icon_blank.png);
  }
}

@media screen and (max-width: 991px) {
  .footer_btn>a {
    font-size: 1.4rem;
  }
}

.footer_nav ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .footer_nav ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .footer_nav ul li {
    width: 40%;
  }

  .footer_nav ul li:nth-child(n + 3) {
    margin-top: 15px;
  }
}

.footer_nav ul li+li {
  margin-left: 5%;
}

@media screen and (max-width: 991px) {
  .footer_nav ul li+li {
    margin-left: 0;
  }
}

.footer_nav ul li a {
  position: relative;
  padding-left: 10px;
  color: #fff;
  font-size: 1.4rem;
}

.footer_nav ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  width: 5px;
  height: 1px;
}

@media screen and (min-width: 992px) {
  .footer_nav ul li a:hover {
    text-decoration: underline;
  }
}

.footer_copyright {
  margin: 70px auto 0;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .footer_copyright {
    margin: 30px auto 0;
    font-size: 1.2rem;
  }
}

.fixNav {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -1px 2px #eee;
  opacity: 0;
  z-index: 9999;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .fixNav {
    padding: 7px 0 0;
  }
}

.fixNav.active {
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
}

.fixNav .inner {
  padding: 0;
}

.fixNav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .fixNav-wrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .fixNav-wrap .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fixNav-wrap .item:nth-child(1) {
    width: 100%;
    margin-bottom: 7px;
  }

  .fixNav-wrap .item:nth-child(2), .fixNav-wrap .item:nth-child(3) {
    width: 50%;
    height: 50px;
  }
}

@media screen and (min-width: 992px) {
  .fixNav-wrap .item:nth-child(2) {
    padding: 0 30px 0 50px;
  }
}

.fixNav .t1 {
  font-size: 2rem;
  font-weight: 700;
  color: #444444;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .fixNav .t1 {
    font-size: 1.3rem;
    line-height: 1;
  }
}

.fixNav .t2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ff413c;
  padding-left: 5px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .fixNav .t2 {
    font-size: 1.3rem;
    line-height: 1;
  }
}

.fixNav .tel {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .fixNav .tel {
    width: 100%;
    justify-content: center;
    height: 100%;
    background: #f3f1eb;
  }
}

.fixNav .tel>span {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .fixNav .tel>span {
    font-size: 1.4rem;
    color: #444444;
    padding-left: 7px;
  }
}

@media screen and (max-width: 991px) {
  .fixNav .tel img {
    width: 22px;
    display: block;
  }
}

.fixNav-btn {
  display: flex;
  justify-content: center;
  background: #f75955;
  border: 1px solid #f75955;
  color: #fff;
  border-radius: 100px;
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.4;
  padding: 13px 30px;
  margin: auto;
  width: 300px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .fixNav-btn {
    font-size: 1.3rem;
    width: 100%;
    padding: 0;
    height: 100%;
    border-radius: 0;
  }
}

.fixNav-btn>span {
  position: relative;
  padding-left: 35px;
  margin-left: -15px;
}

@media screen and (max-width: 991px) {
  .fixNav-btn>span {
    padding-left: 23px;
    margin-left: 0;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    font-size: 1.6rem;
  }
}

.fixNav-btn>span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-lp/icon_apply.png) left center no-repeat;
  background-size: contain;
  width: 22px;
  height: 26px;
}

@media screen and (max-width: 991px) {
  .fixNav-btn>span::before {
    width: 16px;
    height: 100%;
  }
}

.scroll-hint-icon {
  width: 120px;
  height: 90px !important;
}

/*===================================
  
  animation設定

===================================*/
/* フェードイン */
.fade {
  opacity: 0;
}

.fade.started,
.started .fade {
  animation: fadeIn 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 下からふわっと */
.fade_b {
  opacity: 0;
}

.fade_b.started,
.started .fade_b {
  animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn_b {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}