@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,*::before,*::after{box-sizing:border-box}*{margin:0;text-decoration: none;}html{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;width: 100%;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}ul{list-style: none;padding-left: 0px;}









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

body {
  max-width: 700px !important;
  margin: 0 auto;
  box-shadow: 0px 0px 18px #00000a4d;

}

header {
  width: 61% !important;
  margin-top: 4% !important;
}

#menu {
  max-width: 700px !important;
  height: 100vh !important;
  top: unset !important;
  left: unset !important;
  bottom: -100vh;
  padding-top: 15% !important;
}

#menu.open {
  bottom: 0 !important;
  
}

a.flowBtn {
  width: 40% !important;
  bottom: 3% !important;
  max-width: 610px !important;

}
}

@media only screen and (max-width: 768px) {
.pc_only{
	display: none!important;
}
}


header{
  width: 82%;
  margin: 0 auto;
  display: flex;
  margin-top: 8%;
  justify-content: space-between;
  position: fixed;
  left: 9%;   
  z-index: 999;
  mix-blend-mode: difference;
}

/* header .logo{
width: 90px;
  padding-bottom: 25px;
  background: url(../img/logo.png) no-repeat center center;
  background-size: contain;
} */

header .hbg{
  color: #fff;
  width: 38px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition:all 0.3s cubic-bezier(.19,1,.22,1);  
}

header .hbg:before{
  width: 34px;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  transition:all 0.3s cubic-bezier(.19,1,.22,1);  
}

header .hbg:after{
  width: 34px;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  transition:all 0.3s cubic-bezier(.19,1,.22,1); 
}

header .hbg.open{
width: 38px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color:  #fff;
}

header .hbg.open:before{
margin-bottom: -1px;
  width: 34px;
  height: 2px;
  background:  #fff;
  content: "";
  display: block;
  transform: rotate(45deg);
}

header .hbg.open:after{
width: 34px;
  height: 2px;
  background:  #fff;
  content: "";
  display: block;
  transform: rotate(-45deg);
}

header nav{
}

#menu{
flex-direction: column;
  display: flex;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100vw;
  background: #fff;
  z-index: 800;
  padding-top: 30%;
  transition:all 0.2s cubic-bezier(.19,1,.22,1);  
}

#menu.open {
  left: 0;
}

nav#menu a {
  padding: 30px 2px;
  border-bottom: 1px solid #dadada;
  width: 75%;
  margin: 0 auto;
  color: #333;
}

nav#menu a:last-child {
  border: none;
}

header nav a{
margin-left: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s cubic-bezier(.19,1,.22,1);
}



body,.mv,.sec01,.sec02,.sec03,.sec04,footer{
  background: #eeedec;
  font-family:kinto-sans,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
}

a.cvBtn{
  width: 80%;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border: 3px solid #fff;
  border-radius: 10px;
  background: #fbb34c;
  background: -moz-linear-gradient(top, #fbb34c 0%, #e57701 100%);
  background: -webkit-linear-gradient(top, #fbb34c 0%,#e57701 100%);
  background: linear-gradient(to bottom, #ffaa31 0%,#e77800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb34c', endColorstr='#e57701',GradientType=0 );
  box-shadow: 1px 10px 25px -3px rgb(135 106 36 / 71%);
  -webkit-box-shadow: 1px 10px 25px -3px rgb(135 106 36 / 71%);
  -moz-box-shadow: 1px 10px 25px -3px rgba(135,106,36,0.71);
  margin-top: -28px;
  z-index: 10;
  position: relative;
}


a.flowBtn{
  opacity: 0;
  visibility: hidden;

  width: 80%;
  margin: 0 auto;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 56px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border: 3px solid #fff;
  border-radius: 10px;
  background: #fbb34c;
  background: -moz-linear-gradient(top, #fbb34c 0%, #e57701 100%);
  background: -webkit-linear-gradient(top, #fbb34c 0%,#e57701 100%);
  background: linear-gradient(to bottom, #ffaa31 0%,#e77800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb34c', endColorstr='#e57701',GradientType=0 );
  box-shadow: 1px 10px 25px -3px rgb(135 106 36 / 71%);
  -webkit-box-shadow: 1px 10px 25px -3px rgb(135 106 36 / 71%);
  -moz-box-shadow: 1px 10px 25px -3px rgba(135,106,36,0.71);
  margin-top: -28px;
  z-index: 10;
  position: fixed;
  z-index: 10;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}

a.active {
  opacity: 1;
  visibility: visible;
}


.sec01{
  padding: 10% 7%;
}

.sec01 h2{
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  line-height: 140%;
  margin-bottom: 5%;
}
.sec01 p{
  color: #6b6d72;
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
  text-align: justify;
  letter-spacing: -0.03rem;
}


.sec02 {
  margin-bottom: 10%;
}


.sec02 h2{
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  line-height: 140%;
  margin-bottom: 5%;
}
.sec02 ul{
  padding: 0 7%;
}

.sec02 ul li{
  width: 100%;
  margin-bottom: 4%;
  border-radius: 8px;
  box-shadow: 1px 4px 14px -3px rgb(86 66 16 / 12%);
  -webkit-box-shadow: 1px 4px 14px -3px rgb(86 66 16 / 12%);
  -moz-box-shadow: 1px 4px 14px -3px rgb(86 66 16 / 12%);
  font-size: 17px;
  font-weight: 600;
  color: #595349;
  padding: 4% 7%;
  padding-left: 25%;
  letter-spacing: -0.03rem;
}
.sec02 ul li:first-child{
  background: #fff url(../img/icon01.png) no-repeat 4% center;
  background-size: 15%;
}

.sec02 ul li:nth-child(2){
  background: #fff url(../img/icon02.png) no-repeat 4% center;
  background-size: 15%;
}

.sec02 ul li:last-child{
  background: #fff url(../img/icon03.png) no-repeat 4% center;
  background-size: 15%;
}



.sec03 {
  margin-bottom: 5%;
}

.sec03 h3 {
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  line-height: 140%;
  margin-bottom: 5%;
}

.sec03 img {
  width: 100%;
}



.sec04 h2 {
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  line-height: 140%;
}

.sec04 ul {
  padding: 5% 7%;

}

.sec04 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 8%;
}

.upper {
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #dfdedc;
  width: 100%;
}

.upper img {
  width: 40%;
}

.step {
  font-size: 19px;
  letter-spacing: -0.05em;
  font-weight: bold;
  text-decoration:underline; 
  text-underline-offset: 5px;
  text-decoration-color:#000;
  position: absolute;
  top: 14%;
  left: 9%;
}

.bottom {
  padding: 7% 8.5%;
  
}

.bottom h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 3%;
  line-height: 140%;
}

.bottom p {
  color: #6b6d72;
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
  text-align: justify;
  letter-spacing: -0.03rem;
}

footer {
  background-color: #333;
  padding: 4%;
  padding-bottom: 28%;
}

footer img {
  width: 77%;
  margin: 0 auto;
}
