@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #1B191E;
  background-color: #fff;
}
.lp-test{
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #1B191E;
  background-color: #F9F8F6;
}

img {
  max-width: 100%;
}

#about, #point, #howto, #data {
  padding: 40px 0 56px 0;
}

.section-inner {
  width: 75%;
  max-width: 960px;
  margin: 0 auto;
}

.main-container{
  display: flex;
  flex-direction: row;
}
.main-container .main{
  width: 75%;
}
.main-container .sub{
  width: 25%;
  background-color: #FAF9F7;
	z-index: 98;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 913px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/** -------- スマホ -------- **/
@media screen and (max-width: 913px) {
  .section-inner {
    width: 100%;
    padding: 0 24px;
    max-width: 550px;
  }
  #about, #point, #howto, #data {
    padding: 40px 0 30px 0;
  }
  .main-container .main{
    width: 100%;
  }
}

/** -----------------------------------
    テキスト
-------------------------------------**/

h2.large {
  font-weight: 700;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

h3.small {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

p.large {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
}

p.medium {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
}

p.small {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.under-line {
  background:linear-gradient(transparent 70%, #F9D641 0%);
}
/** -------- スマホ -------- **/
@media screen and (max-width: 913px) {
  h2.large {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }

  h3.small {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }

  p.large {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: bold;
  }

  p.medium {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }

  p.small {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
}

/** -----------------------------------
    ボタン
-------------------------------------**/
.button-small {
  display: block;
  max-width: 258px;
  max-height: 50px;
  font-size: clamp(12px, 1.2vw, 16px);
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border-color: #1B191E;
  border-width: 1.5px;
  padding: 0 15px;
}

.button-large {
  display: block;
  width: 296px;
  height: 70px;
  background-color: #F08658;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  border-radius: 35px;
}

.button-border {
  display: block;
  width: 430px;
  height: 54px;
  background-color: #F9F8F6;
  box-shadow: 0 4px 0 #c0922e;
  color: #F69333;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 50px;
  position: relative;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;

}

.button-border:hover {
transform: scale(1.1,1.1);
}

.button-border::after{
  content: '';
  border: 0;
  border-top: solid 2px #F69333;
  border-right: solid 2px #F69333;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.arrow-button:active{
  top: 4px;
    box-shadow: 0 0 0 #c0922e;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 913px) {
  .button-large {
    display: block;
    width: 198px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    border-radius: 24px;
  }

  .button-small {
    display: block;
    width: 175px;
    height: 30px;
    font-size: 10px;
    line-height: 30px;
    margin-right: 15px;
  }
  .button-border {
    width: 350px;
    font-size: 18px;
  }
  
}


/** -----------------------------------
    見出し
-------------------------------------**/

.title-en {
  /*font-family: "Oswald", sans-serif;*/
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.05rem;
  color: #EA2808;
}

.title-ja {
  /*font-family: "Oswald", sans-serif;*/
  margin-top: 10px;
  margin-bottom: 65px;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}

.icon {
  width: 16px;
  margin-bottom: 10px;
}

.title-en .title {
  font-family: 'Cabin', sans-serif;
  font-size: 19px;
  letter-spacing: 0.13em;
  font-weight: bold;
}
@media screen and (max-width: 913px) {
  .title-en {
    font-size: 50px;
    letter-spacing: -0.05rem;
  }
  .title-ja {
    margin-top: 4px;
    margin-bottom: 15px;
    font-size: 13px;
  }
}
/** -----------------------------------
    レイアウト
-------------------------------------**/
.col-2 {
  display: flex;
  justify-content: space-between;
}
.col-2 .item {
  width: calc((100% - 24px)/2);

}

.col-3 {
  display: flex;
  justify-content: space-between;
}
.col-3 .item {
  width: calc((100% - 48px)/3);
}


/** -------- スマホ -------- **/
@media screen and (max-width: 913px) {
  .col-2 {
    display: block;
  }
  .col-2 .item {
    width: 100%;
  }
  .col-3 {
    display: block;
  }
  .col-3 .item {
    width: 100%;
  }
}


/** -----------------------------------
    ヘッダー
-------------------------------------**/
#header {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #FAF9F7;
}

.header-logo {
  display: flex;
  align-items: center;
  width: 100px;
}

.header-logo a {
  display: flex;
}
.header-text {
  padding-left: 20px;
  text-align: left;
  margin: auto 0;
  font-size: 16px;
  font-weight: 700;
}

.gnav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;

}
.gnav-wrap ul{
  display: flex;
  margin-right: 15px;
}
.gnav-wrap ul li{
  list-style: none;
  margin-left: 20px;
  font-size: clamp(12px, 1.4vw, 18px);
  font-weight: 700;
}
.gnav-logo{
  display: flex;
}
.gnav-menu{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#menu-button {
  display: none;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 913px) {
  #header {
    height: 60px;
    padding: 0;
    flex-direction: row;
    justify-content: space-around;
    background-color: unset;
	  
  }
	#header a{
		color: #1B191E !important;
	}
  .sp-header{
    width: 100%;
    display: flex!important;
    flex-direction: row;
      justify-content: space-between;
      padding: 5px;
  }
  .header-logo {
    display: flex;
    align-items: center;
    width: 55px;
  }
  .header-text {
    width:100%;
    font-size: 12px;
    margin: 10px 0;
  }

  #header h1 {
    padding-left: 0px;
  }

  #header h1 a {
    display: flex;
  }

  .gnav-wrap{
    display: none;
  }
}
/** -------- スマホメニュー -------- **/

.container {
  display: block;
  margin-top: 10%;
}

h1 {
  font-size: 3em;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

.container>p {
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
}

.container [href] {
    color: #0B1516;
    text-decoration: none;
    font-size: inherit;
}

hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;
    width: 80px;
}
/*menyu-2*/
/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 52px;
  padding: 0 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}
/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  background:  linear-gradient(90deg, rgb(229, 103, 0), rgb(226, 66, 66));

}
/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid #fff;
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}
.menu li.first {
  border-top: 0px solid #fff;
}



.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background:  linear-gradient(90deg, rgb(229, 103, 0), rgb(226, 66, 66));
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background:  linear-gradient(90deg, rgb(229, 103, 0), rgb(226, 66, 66));
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}
/* Hamburger Menu Animation Start */

.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}
.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */

.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}

/** -----------------------------------
    メインビジュアル
-------------------------------------**/
#mainvisual {
  width: 75vw;
  height: calc(100vh);
  background-image: url("../lp02-images/mv-woman.jpg");
  background-size: cover;
  background-position: top 0px right;
  background-repeat: no-repeat;
  position: relative;
  min-height: 768px;
}

.copy-wrap {
  width: 60%;
  height: 42%;
  position: absolute;
  left: 6%;
  transform: translateY(0%);
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-content:flex-end;
	bottom:5%;
}
.maincopy {
  font-size: clamp(35px, 4.5vw, 80px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin-top: 24px;
}
span.main-small{
  font-size: clamp(26px, 3.75vw, 60px);
}

.subcopy1 {
  width: 75%;
  /*max-width: 750px;*/
  font-size: clamp(16px, 2vw, 30px);
  font-weight: 700;
  padding: 20px 10px;
  margin-top: 2%;
  text-align: left;
}

.subcopy1 img{
  margin-top: 10px;
  width: 75%;
}
.subcopy2{
  background: linear-gradient(90deg, rgb(229, 103, 0), rgb(226, 66, 66));
  color: #fff;
  font-size: clamp(16px, 2.2vw, 36px);
  font-weight: 500;
  padding: 15px 20px 10px;
  margin-bottom: 15px;
}
.subcopy2 span{
  font-size: clamp(24px, 3vw, 45px);
}
.whitebox {
  background:#fff; /*背景色の指定*/
  padding:0 7px;
  }

/** -------- PC画面幅小さい用 -------- **/
@media screen and (max-width: 1320px) {
  .copy-wrap{
	  bottom:5%;
  }
}
/** -------- スマホ -------- **/
@media screen and (max-width: 913px) {
  #mainvisual {
    width: 100%;
    height: 100vh;
    background-size: auto 100%;
    background-position: right 5% bottom 45%;
    margin-top: -60px;
  }

  .maincopy {
    font-size: 9vw;
    line-height: 1.2;
    margin-top: 20px;
    letter-spacing: 0;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}
  .copy-wrap {
    left: 24px;
    top: 63%;
    width: auto;
    transform: unset;
  }
  .subcopy1 {
    font-size: 4vw;
    margin-bottom: 6px;
    width: 100%;
    max-width: 450px;
    line-height: 1em;
    text-align: left;
    padding: 13px 8px;
    text-align: left;
    color: #fff;

  }
  .subcopy1 img{
    margin-top: 7px;
    width: 60%;
  }
  .subcopy1 span {
    display: inline-block;
    }
  .subcopy2{
    background: linear-gradient(90deg, rgb(229, 103, 0), rgb(226, 66, 66));
    color: #fff;
    font-size: clamp(12px, 2vw, 26px);
    font-weight: 500;
    padding: 15px 20px 10px;
  }
  .subcopy2 span{
    font-size: clamp(18px, 3.25vw, 39px);
  }
    
}

#fix-btn{
  position: fixed;
  bottom: 0;
  z-index: 15;
  height: 60px;
  width: 100%;
  background-color: #F9F8F6;

}

.fix-button{
  width: 80%;
  height: 40px;
  background-image: linear-gradient(270deg, #E56700, #E24242);
  box-shadow: 4px 4px #c0b7a6;
  color: #F9F8F6;
 margin: 0 auto;
 margin-top: 10px;
 font-size: 16px;
 font-weight: 700;
 display: flex;
 justify-content: center;
 align-items: center;

}
/*
div.fix-button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100vw - 61%);
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
div.fix-button::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100vw - 60.7%);
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid rgba(237, 143, 3, 1);
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

*/
  


/** -----------------------------------
    超理想とは
-------------------------------------**/
#about {
  background: linear-gradient(90deg, rgb(229, 103, 0), rgb(226, 66, 66));
  color: #fff;
  line-height: 2;
  letter-spacing: 1.8px;
  text-align: center;
  font-size: clamp(18px, 1.8vw, 30px);
  font-weight: 700;
  }
#about div{
  padding-top: 90px;
  padding-bottom: 80px;

  background-image: url(../lp02-images/about.png);
  background-repeat: no-repeat;
  background-size: 29%;
}
.about-under{
    color: #dd3535;
    background: #fff;
    padding: 0 7px 4px;
    margin: 0 5px;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 913px) {
  #about {
    padding-left: 15px;
    padding-right: 15px;
}
#about div{
  padding-top: 60px;
  padding-bottom: 55px;
  background-size: 79%;
background-position-x: 0px;
}
}

/** -----------------------------------
    お悩み
-------------------------------------**/
#nayami {
  margin-top: 0px;
  background-image: url(../lp02-images/nayami-bk.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 130px;

}
#nayami h3{
  padding-top: 60px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.text_blue{
  color: #04A0A0;
}
#nayami .col-3{
  justify-content: center;
}
#nayami .col-3 .item{
  width: 255px;
}
.card {
  width: 100%;
  padding: 53px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  height: auto;
  background-color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);;
  margin: 60px 30px 40px;
  border-radius: 5px;
  position: relative;
}
#nayami img{
  position: absolute;
  height: 112%;
  right: -30%;
  bottom: -32%;
}




/** -------- スマホ -------- **/
@media screen and (max-width: 913px) {
  #nayami h3{
    font-size: 24px;
    line-height: 0.8;
    text-align: center;
  }

  .card {
    width: 90%;
    max-width: 430px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 2;
    text-align: left;
    height: auto;
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
    border-radius: 5px;
  }
  #nayami ul {
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
  }
  
  #nayami ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;/*ポチ消す*/
  }
  
  #nayami ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    left : 1em; /*左端からのアイコンまで*/
    color: #E24242; /*アイコン色*/
  }
  #nayami img{
    position: absolute;
    height: 67%;
    right: -8%;
    bottom: -27%;
  }
  
    
}

/** -----------------------------------
    特徴
-------------------------------------**/
#feature{
  background-color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
.feature-title {
font-size: 32px;
font-weight: 700;
line-height: 1.6;
margin-top: 30px;
margin-bottom: 35px;
}
span.text_red {
  color: #EA2808;
  font-size: 48px;
}
#feature h2{
  font-size: 32px;
  font-weight: 700;
}
.feature-img{
  width: 70%;
}

.head-border {
  display: flex;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 80px;
  margin-bottom: 50px;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 2.87px;
  flex-grow: 1;
  background: linear-gradient(90deg, rgb(229, 103, 0), rgb(226, 66, 66));
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}
#feature .col-3{
  margin-left: 30px;
  margin-right: 30px;
  justify-content: center;

}

#feature .col-3 .item {
  border: 4px solid;
  max-width: 400px;
  margin: 10px;
}

#feature .col-3 .item {
  border-image: linear-gradient(90deg, rgb(229, 103, 0), rgb(226, 66, 66)) 1;
}


/** 左上の三角 **/
    .badge {
      position: relative;
      text-align: left;
    }
    .triangle {
      position: absolute;
      width: 19%;
    }
    
    .triangle-label {
      position: absolute;
      top: 3px;
      left: 4%;
      font-size: clamp(12px, 1.4vw, 22px);
      font-weight: 700;
      color: #fff;
    }

h3.feature-item{
  font-size: clamp(12px, 1.6vw, 24px);
  line-height: 0.7;
  font-weight: 700;
  margin-top: 50px;

}
.feature-item-img{
  height: 195px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.feature-item-img img{
  height: 100%;
  width: auto;
}
.feature-item-text{
  font-size: clamp(12px, 1.4vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  height: 100px;
  margin: 30px 20px;

}
/** -------- スマホ -------- **/
@media screen and (max-width: 913px) {
  #feature{
    margin-bottom: 50px;
  }
  .feature-title {
  font-size: 24px;
  line-height: 1.9;
  }
  span.text_red {
    font-size: 32px;
    line-height: 0;
  }
  .feature-img{
    width: 90%;
  }
  #feature h2{
    font-size: 24px;
  }
  
  .head-border {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 80px;
    margin-bottom: 50px;
  }
  
  #feature .col-3{
    margin-left: 10px;
    margin-right: 10px;  
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #feature .col-3 .item {
    max-width: 600px;
    margin: 15px 0;
    
  }  
  
  /** 左上の三角 **/
      .badge {
        position: relative;
        text-align: left;
      }
      .triangle {
        position: absolute;
        width: 19%;
      }
      
      .triangle-label {
        position: absolute;
        top: 6px;
        left: 9px;
        font-size: 24px;
      }
  .feature-content{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  h3.feature-item{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 30px;
  
  }
  .feature-item-img{
    height: 100px;
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
  }
  .feature-item-img img{
    height: 100%;
    width: auto;
  }
  .feature-item-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    width: 70%;
    height: auto;
    margin: 30px 5px 30px 10px;
  
  }
  
}

/** -----------------------------------
    安心
-------------------------------------**/

#anshin{
  background-image: url(../lp02-images/anshin-bk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  height: 400px;
  justify-content: center;
  margin-bottom: 50px;

}
#anshin .col-2{
  width: 70%;
  align-items: center;
}
.anshin-text{
  width: 70%;
  margin-top: 50px;
  margin-bottom: 18px;

  font-size: clamp(20px, 1.4vw, 32px);
  font-weight: 700;
  text-align: left;
}
.anshin-text h3{
  background: linear-gradient(90deg, rgb(229, 103, 0), rgb(226, 66, 66));
  font-size: clamp(24px, 1.4vw, 36px);
  padding: 15px;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.anshin-text p{
  font-size: 22px;
  text-align: center;
}
  .anshin-img{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anshin-img img{
  height: 330px;
  width: auto;
}

#anshin ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin: 0 auto;
}

#anshin ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

#anshin ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #E24242; /*アイコン色*/
}

/** -------- スマホ -------- **/
@media screen and (max-width: 913px) {
  #anshin{
    background-image: url(../lp02-images/anshin-bk-sp.png);
  } 
  #anshin .col-2{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .anshin-text{
    width: 90%; 
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
  }
  .anshin-text h3{
    font-size: 24px;
    padding: 15px;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .anshin-text p{
    font-size: 16px;
    font-weight: 500;
    line-height: 0.8;
  }
    .anshin-img{
    height: 150px;
    width: auto;
    padding: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .anshin-img img{
    height: 100%;
    width: auto;
  }
  
   
}


/** -----------------------------------
    CTA
-------------------------------------**/
#cta {
  background-image: url("../lp02-images/cta-bk.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding: 125px 0;
}
#cta .fix-button{
  font-size: 30px;
  width: 80%;
  max-width: 700px;
  padding: 35px;
  margin-top: 50px;
  background: #00AEEB;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 913px) {
  #cta {
    padding: 60px 15px;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.2;
  }
  #cta .fix-button{
    font-size: 20px;
    width: 90%;
    max-width: 300px;
    padding: 35px;
    margin-top: 50px;
    background: #00AEEB;
  }
  #cta .sp-only{
    line-height: 0;
  }
  
  
}


/** -----------------------------------
    流れ
-------------------------------------**/
#flow {
  margin-bottom: 50px;
}
#flow .head-border{
  font-size: 32px;
  font-weight: 700;
}
#flow .col-3{
  font-size: 24px;
  margin-right: 30px;
  margin-left: 30px;
}
#flow .col-3 .item{
background-color: #f8f8f8;
padding: 35px 25px;
}
#flow h3{
  font-size: 22px;
  font-weight: 700;
  color: #EA2808;
  height: 90px;
  line-height: 1.5;
}
#flow p{
  font-size: 18px;
  line-height: 1.5;

}

#flow .col-3 .item img{
  width: 33%;
  max-width: 100px;
  margin-bottom: 30px;
}

#flow h2{
  font-size: 32px;
  font-weight: 700;
}
.flow-titile{
  padding-left: 20px;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-right: 400px;
  margin-bottom: 20px;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, rgb(229, 103, 0), rgb(226, 66, 66)) 1;

}
.flow-img{
  text-align: center;
  padding: 20px;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 913px) {
  #flow .col-3 .item{
margin-bottom: 20px;    
}
#flow h2{
  font-size: 24px;
}
#flow .head-border{
  font-size: 24px;
}
.flow-img{
  padding: 20px;
  display: flex;
  justify-content: center;
}
.flow-titile{
  padding-left: 20px;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-right: 100px;
}
}

/** -----------------------------------
    よくある質問
-------------------------------------**/
#faq{
  background-color: #FAF9F7;
  padding-top: 50px;
  padding-bottom: 50px;
}
#faq .title-en{
  font-size: 18px;
}

#faq h2{
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 913px) {
#faq h2{
  font-size: 24px;
}
}
.faq-accordion{
  margin: 45px;
}
.question{
  background-color: rgba(226, 66, 66, 0.1);
  border-radius: 5px;
  margin-bottom: 15px;
}

@media screen and (max-width: 913px) {
  .faq-accordion{
    margin: 45px 15px;
  }
}  
  


/* FAQアコーディオン */
.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 20px 80px 10px 20px;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #EA2808;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}
.accordion_qa .Q{
  color: #EA2808;
  font-weight: 700;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.6em;
  left: -1.3em;
}

.accordion_qa .Q::before {
  content: 'Q.';
  font-size: 18px;
  top: 0px;
}

.accordion_qa .A::before {
  font-family: "Oswald", sans-serif;
  content: 'A.';
  font-size: 18px;
  top: 0px;
  font-weight: 700;

}

.accordion_qa .accordion-open {
  padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 20px 2.5em;
}
/* Q&A追加ここまで */


/* 中にいろいろ入れたいとき */
.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}

.accordion-hidden:checked+.accordion-open+.accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}



/** -----------------------------------
    固定フォーム
-------------------------------------**/

.fix-form{
  width: 25%;
  position: fixed;
  top: 120px;
  right: 0px;
}
.fix-form-title{
  height: 23vh;
  font-size: 2.5vh;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, rgb(229, 103, 0), rgb(226, 66, 66));
  display: flex;
  justify-content: center; /*左右中央揃え*/
  align-items: center;     /*上下中央揃え*/
	max-height: 250px;
	min-height: 100px;
}
.fix-form-title div{
  width: 94%;
  height: 90%;
  border: 1px solid #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.fix-form-title img{
  width: auto;
  margin-bottom: 7px;
  margin-left: 5%;
	height: 7vh;
	max-height: 80px;
	min-height: 27px;

}
/** -----------------------------------
    フッター
-------------------------------------**/

footer {
  display: block;
}
.gFooter {
  margin: 0;
  background: #333;
}

.gFooter_inner {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0 35px;
}

.gFooter_links {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
}

.gFooter_link {
  font-size: .75rem;
  font-weight: 700;
  position: relative;
}

.gFooter_link>a {
  display: block;
  padding: 0 1em;
  text-decoration: none;
  color: #fff;
}

.gFooter_kugiri:before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  background: #fff;
}

.gFooter_copyright {
  margin: 25px 0 0;
  font-size: .875rem;
  color: #fff;
  text-align: center;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 913px) {
  .gFooter_inner {
    width: 100%;
    padding: 40px 0 30px;
  }
  
  .gFooter_link {
    font-size: .75rem;
    font-weight: 700;
    position: relative;
  }
  
  .gFooter_link>a {
    padding: 3px 1em;
  }
  
  .gFooter_kugiri:before {
    top: 5px;
    bottom: 5px;
  }
  
  .gFooter_copyright {
    margin: 25px 0 0;
    font-size: .875rem;
    color: #fff;
    text-align: center;
  }
  }

  /*  contact-form-7 */
  .fix-form-area{
    position: fixed;
    overflow-y: scroll;  
    z-index: 98;
    width:25%;
    height:calc(100% - 23vh - 120px);
  }

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: clamp(10px, 1.5vw, 24px);
    font-weight: bold;
    width: 75%;
    padding: 15px 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(229, 103, 0), rgb(226, 66, 66));
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
  }
  span.wpcf7-spinner {
    display: none;
  }

  span.form-label{
    font-size: 18px;
    font-weight: 700;
  }
  .contactform{
    margin: 10%;

  }
  	
.required {
  font-size: 0.8em;
  padding: 3px;
  background: #cc0000;
  color: #ffffff;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 2px;
  display: inline-block;
  }
	
  .wpcf7-not-valid-tip,
  .wpcf7-response-output.wpcf7-validation-errors {
  color: #cc0000;
  font-weight: bold;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"]{
    background: #fff;
    border: 2px solid #e0e0e0;
    outline: 0;
    height: 38px;
    border-radius: 5px;
    margin-bottom: 11px;
    width: 100%;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0.5em 1em;
}