@charset "UTF-8";
:root {
  --mc: #4bcbcc;
  --kc:#ffdc09;
  --lc:#ddfdfd;
  --sc:#339192;
}

html {
  font-size: 62.5%;
}

footer.footer{
  display: none !important;
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  color: #333;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  background-color: #f4f4f4;
}

.footer {
  background-color: #f2be11 !important;
  display: block !important;
  margin: 0 !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.bold {
  font-weight: bold;
}

.mtS {
  margin-top: 20px;
}

.mtM {
  margin-top: 40px;
}

.inner {
  max-width: 1200px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

/* .inner-1000 {
  max-width: 1000px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
} */

img {
  vertical-align: bottom;
}

a{
  transition: 0.6s;
}
a:hover{
 opacity: 0.6;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  min-height: 200vh;
}

.contents {
  padding-top: 0 !important;
}

.lp_header {
  z-index: 1;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  /* background: inherit; */
}

@media screen and (max-width: 750px) {
  .lp_header {
    height: 80px;
  }
}
.lp_header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp_header__logo {
  width: 100px;
  margin-left: 10px;
}
.lp_header__logo img {
  height: auto !important;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .lp_header__logo {
    z-index: 1;
    width: 120px;
  }
}
.lp_header__logo img {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.lp_header__logo a {
  position: relative;
  display: block;
}

.lp_header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .lp_header__nav {
    display: block;
    background: #ccc;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    padding: 150px 5% 50px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.lp_header__nav a {
  letter-spacing: 0.1em;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (max-width: 750px) {
  .lp_header__nav a {
    font-size: 1.6rem !important;
    margin-top: 20px;
    display: inline-block;
  }
}
.lp_header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .lp_header__nav ul {
    display: block;
  }
}
.lp_header__nav ul a {
  font-size: 1.5rem;
  margin-right: 16px;
}

@media screen and (max-width: 750px) {
  .lp_header__nav ul a {
    color: #333 !important;
  }
}
@media screen and (max-width: 940px) {
  .lp_header__nav ul a {
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
.scroll.lp_header {
  background-color: rgba(255, 255, 255, 0.75);
}

.scroll.lp_header .lp_header__nav a {
  color: #000;
}

.scroll.lp_header .lp_header__logo img {
  opacity: 1;
}

.sp_btn {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    width: 50px;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    right: 5%;
  }
}
.sp_btn span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp_btn span:first-child {
  top: 35px;
}

.sp_btn span:last-child {
  top: 45px;
}

.scroll.lp_header .sp_btn span {
  background-color: #000;
}

@media screen and (max-width: 750px) {
  .nav-on .lp_header__logo a::before {
    opacity: 1 !important;
  }
  .nav-on .lp_header__nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-on .sp_btn span:first-child {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    top: 40px;
  }
  .nav-on .sp_btn span:last-child {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 40px;
  }
}
.lp_header__foot {
  display: none;
}

@media screen and (max-width: 750px) {
  .lp_header__foot {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 0;
  }
}
.nav_ctabtn {
  padding: 5px 10px;
  font-weight: bold;
  background-color: var(--kc);
  border: 2px solid;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}
@media screen and (max-width: 750px) {
  .nav_ctabtn {
    border-radius: 30px;
  }
}

section {
  padding: 80px 0;
}

.mv {
}

.label{
  color: #F37C79;
  text-align: center;
  text-shadow: 1px 1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, -1px -1px 0px #000, 1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}
.label span{
  margin-top: 10px;
  color: #000;
  font-family: inherit;
  font-size: 14px;
  text-shadow: none;
  letter-spacing: 0.025em;
  display: block;
}

@media screen and (max-width: 750px) {
.label{font-size: 40px;}
}

.intro {
  background-color: #f5f5f5;
  text-align: center;
  padding-top: 20px;
  margin-top: 100px;
}

.intro h2 {
  font-size: 120%;
}

.intro h1 {
  font-size: 120%;
  margin-bottom: 20px;
}

.intro ul{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.intro ul li{
  width: 50%;
  background-color: #fff;
  padding: 50px 30px;

}

.intro ul li + li{
  margin-left: 30px;
}

.intro ul img{
  width: 160px;
  margin-bottom: 20px;
}
.intro ul p{
  text-align: left;
  margin-top: 10px;
}

.intro .box{
  background-color: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  text-align: left;
}

.intro .box h2{
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
.intro ul {
    display: block;
  }

.intro ul li {
    width: 100%;
    padding: 30px;
  }
  .intro ul li + li {
    margin-left: 0;
    margin-top: 20px;
}
}


.intro_cta__arrow{
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px;
}

.intro_cta__arrow img{
  width: 40px;
}

.intro_cta {
  border: 1px solid;
  padding: 50px;
  text-align: center;
}

.ctabtn {
  padding:  10px;
  font-weight: bold;
  background-color: var(--kc);
  border: 2px solid;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  margin-top: 20px;
  display: block;
  width: 300px;
  margin-left:auto;
  margin-right:auto;
}



.sample_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;

}

.sample_item{
  border: 1px solid #000;
  border-radius: 5px;
  padding: 30px 30px 20px;
  margin: 0 20px 20px;
  width: 40%;
  text-align: center;
  background-color: #fff;
}
.sample_item:hover{
  opacity: 1 !important;
}
.sample_list .icon{
  width: 100px;
  display: block;
  margin: 0 auto 10px;
}

.sample_list .btn{
  width: 200px;
  display: block;
  margin: 10px auto 0;
  transition: 0.6s;
}

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

@media screen and (max-width: 750px) {
.sample_item{
  width: 100%;
  padding: 20px;
  margin-left: 0;
margin-right: 0;
}
.sample_list .icon {
    width: 80px;
}
.sample_list .btn {
    width: 180px;
}
}

.modal_bg {
	background: rgba(0, 0, 0, 0.4);
	height: 100vh;
	width: 100%;

}

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.modal_content {
	background: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
  width: 80%;
  height: 80vh;
  
  overflow: hidden;
}

@media screen and (max-width: 750px) {
.modal_content {
  }
}

.modal_content_inner {
	position: relative;
}

.modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.modal_close img{
  width: 30px;
  border:1px solid #000;
  border-radius: 50%;
}

/* #modal01{
  display: block;
} */

.modal_sp .modal_content{
  background-color: #000;
}

.modal_content_inner{
  display: flex;
    align-items: center;
    color: #fff;
}



/* .modal_sp .sample_note{
  position: absolute;
  top: 50%;
  right:50px ;
  transform: translateY(-50%);
  color: #fff !important;
  min-width: 300px;
  
} */

.modal_sp .sample_note img{
  width: 30px;
}

.modal_sp .modal_content{
  height: 80vh;
  min-height: 800px;
}

.modal_pc .modal_content{
  height: 80vh;
}

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

  .modal_content_inner video{
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    display: block;
  }

  .modal_content_inner.sp p{
    padding: 40px 30px 20px;
    font-size: 12px;
  }
  .modal_pc .modal_content{
  background-color: #000;
}

.modal_content {
    height: 90svh !important;
    min-height: auto !important;
}


}


.contact table{
  margin: 0 auto;
  width: 100%;
}
.contact table th{
  text-align: left !important;
}
.contact table td, .contact table th {
    border: 1px solid #ccc;
    padding: 10px 15px;
}

.wpcf7-form input[type=submit] {
   background-color: var(--kc);
    border: 2px solid;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}

.contact .box{
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
  text-align: left;
}

.contact .box h2{
  margin-bottom: 30px;
  font-size: 120%;
}
.contact .box h2 + p{
  margin-bottom: 20px;
  margin-top: -20px;
}

.tel a{
  font-size: 220%;
  color: #F37C79;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}



.about{
      background: #e5e5e5;
      text-align: center;
}

.about a{
    padding: 5px 20px;
    font-weight: bold;
    background-color: #000;
    border-radius: 20px;
    margin-top: 40px;
    color: #fff;
    display: table;
    margin-left:auto;
    margin-right:auto;
    width: 180px;
}


.flow,.qa{
  background-color: #fff;
}

.flow .label,.qa .label{
  margin-bottom: 50px;
}

.flow_box{
  width: 94%;
  max-width: 800px;
  margin-left:auto;
  margin-right:auto;
  padding: 30px;
  border:5px solid #DEE2EA;
  border-radius: 10px;
}

.flow_box + .flow_box{
  margin-top: 50px;
  
}

.flow_box__arrow{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.flow_box__arrow img{
  width: 40px;
}

.flow_box h2{
  margin-bottom: 10px;
  font-size: 110%;
}

.flow_box a{
  text-decoration: underline;
}
.flow_box > div{
  margin-top: 10px;
  background-color: #f5f5f5;
  padding: 10px;
}

.flow_box_faq{
  padding: 0;
}

.flow_box_faq h2{
  background-color: #DEE2EA;
  padding: 10px 30px;
  margin-bottom: 0;
}
.flow_box_faq p{
  padding:20px 30px;
}

.flow_box_faq + .flow_box_faq{
  margin-top: 30px;
}