@charset "UTF-8";

/*-- ALL ------------------------------
------------------------------------------*/
*{box-sizing:border-box;}
html{overflow-x:hidden;font-size:62.5%;}
body{font-family:"游ゴシック体", "Yu Gothic", YuGothic, sans-serif;;font-size:1.6rem;line-height:1.65;color:#020202;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;word-break:break-all;}
.mb0{margin-bottom:0!important}
.mb5{margin-bottom:5px!important}
.mb15{margin-bottom:15px!important}
.mb20{margin-bottom:20px!important}
.mb25{margin-bottom:25px!important}
.mb30{margin-bottom:30px!important}
.mb35{margin-bottom:35px!important}
.mb40{margin-bottom:40px!important}
.mb45{margin-bottom:45px!important}t
.mb50{margin-bottom:50px!important}
.mb60{margin-bottom:60px!important}
.mb70{margin-bottom:70px!important}
.mb80{margin-bottom:80px!important}
.mb90{margin-bottom:90px!important}
.center{text-align:center;}
a:hover{opacity:.85}
.hover:hover{opacity:.85}
.sp{display:none;}
.break_pc{display:block;}
.break_sp{display:contents;}
.txt_shadow{text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;}
.mb0{margin-bottom:0;}
.lh_none{line-height:0}
.bold{font-weight:700;}
.f-nts-400{font-family:"Noto Sans JP",serif;font-weight:400;font-style:normal;}
.f-nts-500{font-family:"Noto Sans JP",serif;font-weight:500;font-style:normal;}
.f-nts-700{font-family:"Noto Sans JP",serif;font-weight:700;font-style:normal;}
.f-nts-900{font-family:"Noto Sans JP",serif;font-weight:900;font-style:normal;}
.highlight{background:-webkit-linear-gradient(transparent 50%,#ffec5c 50%,#ffec5c 80%,transparent 80%);background:-o-linear-gradient(transparent 50%,#ffec5c 50%,#ffec5c 80%,transparent 80%);background:linear-gradient(transparent 50%,#ffec5c 50%,#ffec5c 80%,transparent 80%);padding-bottom:5px;font-weight: bold;}
:root{
  --grey: #f3f3f1;
  --purple: #563cfd;
  --black: #020202;
  --white: #ffffff;
  --cl-text: #464851;
  --f-nts: 'Noto Sans JP', sans-serif;
}
.cl_pl{color: var(--purple);}
.cl_w{color: var(--white);}
.cl_o{color: #f4d8a9;}
.bg_black{background: var(--black);}
.bg_grey{background: var(--grey);}
.font-size80{font-size: 80%}

.flex{display: flex;}

/*-- fv -----------------------------------
------------------------------------------*/
.fv{
  background: url(../images/pc_fv_bg.jpg) no-repeat center;
  min-height: 700px;
  width: 100%;
  background-size: cover;
}
.fv h1{
  margin-top: 15px;
}
.fv .inner{
  max-width: 1100px;
  margin-top: -2vw;
}
.fv h1 img{
	max-width: 70%;
}

.logo img{
	max-width: 15%;
}

@media (max-width: 1600px) and (min-width:800px){
.fv{
  background: url(../images/pc_fv_bg.jpg) no-repeat center;
  min-height: 550px;
}
.fv .inner{
  max-width: 1100px;
  margin-top: -3vw;
}
.fv h1 img{
	max-width: 58%;
}

}

/*-- /fv ----------------------------------
------------------------------------------*/

/*-- sec01 --------------------------------
------------------------------------------*/
.sec01{
  padding: 70px 0 100px;
}
.sec01 h3{
  margin-bottom: 1px;
}
.sec01 .sec01_slider{
/*  margin-bottom: 150px;*/
}
.sec01 .sec01_slider_wrapp .item{
  margin: 0 15px;
  max-width: 930px;
}
.sec01 .sec01_slider_wrapp .item img{
  max-width: 100%;
}
.sec01 .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  font-size: 0;
  border: none;
  line-height: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.sec01 .slick-arrow:hover{
  opacity: .85;
}
.sec01 .slick-prev{
  left: calc(50% - 494px);
  background: url(../images/prev.png) no-repeat;
}
.sec01 .slick-next{
  right: calc(50% - 494px);
  background: url(../images/next.png) no-repeat;
}
/*-- /sec01 -------------------------------
------------------------------------------*/

/*-- /cta ---------------------------------
------------------------------------------*/
.cta{
  padding: 100px 0 100px 0;
}
.cta .cta_box{
  background: #f2f3ff;
  padding: 40px 50px;
}
.cta .cta_box ul{
  width: 100%;
  max-width: 680px;
  margin: 0 auto 20px;
}
.cta .cta_box ul li{
  font-size: 24px;
  font-weight: 700;
  background: url(../images/cta_li_icon.png) no-repeat left center;
  padding-left: 40px;
  color: #000;
}
.cta .cta_box ul li:not(:last-child){
  margin-bottom: 10px;
}
.cta .cta_box02{
  position: relative;
  z-index: 2;
  padding: 45px 50px 30px 50px;
}
.cta .cta_box02:before{
  width: 100%;
  height: 100%;
  border: 5px solid #563cfd;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  box-sizing: border-box;
  z-index: -1;
}
.cta .cta_box02 .cta_flex_txt .cta_thumb{
  float: left;
}
.cta .cta_box02 .cta_flex_txt h3 span.ttl{
  background: var(--black);
  padding: 0 15px;
  font-size: 34px;
  color: #f4d8a9;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.65;
  display: inline-block;
}
.cta .cta_box02 .cta_flex_txt .cta_thumb{
  margin-right: 30px;
}
/*-- /cta ---------------------------------
------------------------------------------*/

/*-- sec02 --------------------------------
------------------------------------------*/
.sec02{
  padding: 100px 0 100px 0;
}
.sec02 .sec02_box .sec02_box_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec02 .sec02_box .sec02_box_flex ul{
  width: calc(100% - 378px);
}
.sec02 .sec02_box .sec02_box_flex ul li{
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  position: relative;
  padding-left: 20px;
}
.sec02 .sec02_box .sec02_box_flex ul li:before{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--purple);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.sec02 .sec02_box .sec02_box_flex img{
  width: 378px;
  height: 232px;
}
/*-- /sec02 -------------------------------
------------------------------------------*/

/*-- sec03 --------------------------------
------------------------------------------*/
.sec03{
  padding: 100px 0 100px 0;
}
.sec03 .sec03_box{
  color: #f3f3f1;
}
.sec03 .sec03_box .img_r{
  float: right;
  margin: 0 0 30px 30px;
}
.sec03 .sec03_box02_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec03 .sec03_box02_flex .item{
  max-width: 300px;
}
.sec03 .sec03_box02_flex .item .title{
  color: var(--white);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.sec03 .sec03_box02_flex .item .thumb{
  line-height: 0;
}
/*-- /sec03 -------------------------------
------------------------------------------*/

/*-- sec04 --------------------------------
------------------------------------------*/
.sec04{
  padding: 100px 0 100px 0;
}
.sec04 .sec04_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
.sec04 .sec04_box .wrapp{
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 930px;
  margin: 0 auto;
  min-height: 358px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sec04 .sec04_box .wrapp .txt{
  max-width: 580px;
}
.sec04 .sec04_box .wrapp .txt p{
  color: var(--cl-text);
}
.sec04 .sec04_box .wrapp .txt p.text{
/*  text-shadow:#fff 0px 0px 3px,#fff 1px 1px 2px,#fff -1px 1px 2px,#fff -1px -1px 2px,#fff 1px -1px 2px;*/
  text-shadow:#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px,#fff 0px 0px 3px;
}
.sec04 .sec04_box .bg{
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  min-height: 358px;
}
.sec04 .sec04_box .bg .thumb{
  width: 52%;
  overflow: hidden;
}
.sec04 .sec04_box .wrapp .title span{
  font-family: var(--f-nts);
  background: var(--black);
  color: var(--white);
  padding: 0px 10px 3px 10px;
  clear: both;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
}
.sec04 .sec04_box .wrapp .title span span{
  display: contents;
}
.sec04 .sec04_box.fixR .bg{
  order: 1;
  justify-content: flex-start;
}
.sec04 .sec04_box.fixR .wrapp{
  order: 2;
}
.sec04 .sec04_box.fixR .wrapp .txt{
  position: relative;
  left: 50%;
}
/*-- /sec04 -------------------------------
------------------------------------------*/

/*-- sec05 --------------------------------
------------------------------------------*/
.sec05{
  padding: 100px 0 100px 0;
}
.sec05 .sec05_flex{
  background: var(--white);
  display: flex;
  justify-content: space-between;
}
.sec05 .sec05_flex .thumb{
  width: 300px;
}
.sec05 .sec05_flex .txt{
  width: calc(100% - 300px);
  padding: 40px 20px 0 40px;
}
.sec05 .sec05_flex .txt p{
  margin-bottom: 30px;
  letter-spacing: 0px;
  color: var(--cl-text);
}
/*-- /sec05 -------------------------------
------------------------------------------*/

/*-- sec06 --------------------------------
------------------------------------------*/
.sec06{
  padding: 100px 0 100px 0;
}
.sec06 .sec06_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec06 .sec06_box .item{
  position: relative;
}
.sec06 .sec06_box .item h4{
  position: absolute;
  z-index: 2;
  text-align: center;
  line-height: 1.65;
  font-size: 24px;
  font-weight: 700;
  top: -17%;
  left: 0;
  right: 0;
}
.sec06 .sec06_box .item:nth-child(1) h4,
.sec06 .sec06_box .item:nth-child(2) h4{
  top: -7%;
}
.sec06 .sec06_box .item img{
  position: relative;
  z-index: 1;
}
.sec06 .sec06_box .item h4 span{
/*
  background: var(--white);
  color: var(--black);
*/
  background: #563cfd;
  color: #fff;
  padding: 0px 15px;
  clear: both;
  display: inline-block;
}
.sec06 .sec06_box .item h4 span span{
  padding: 0;
}
.sec06 .sec06_box .item h4 span:first-child{
  margin-bottom: 3px;
}
/*-- /sec06 -------------------------------
------------------------------------------*/

/*-- sec07 --------------------------------
------------------------------------------*/
.sec07{
  padding: 100px 0 100px 0;
}
.sec07 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec07 ul li{
  line-height: 0;
}
/*-- /sec07 -------------------------------
------------------------------------------*/

/*-- sec08 --------------------------------
------------------------------------------*/
.sec08{
  padding: 100px 0 100px 0;
}
.sec08 .box_qa{
  background: var(--white);
  padding: 30px;
  background: #fff;
}
.sec08 .box_qa dl dt,
.sec08 .box_qa dl dd{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec08 .box_qa dl dt{
  align-items: center;
  margin-bottom: 15px;
}
.sec08 .box_qa dl dt img,
.sec08 .box_qa dl dd img{
  width: 60px;
  height: 60px;
}
.sec08 .box_qa dl dt p,
.sec08 .box_qa dl dd .txt{
  width: calc(100% - 60px);
  padding-left: 15px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  color: var(--cl-text);
}
.sec08 .box_qa dl dt p{
  font-family: var(--f-nts);
  font-size: 24px;
  font-weight: 700;
  color: var(--purple);
}
/*-- /sec08 -------------------------------
------------------------------------------*/

/*-- sec09 --------------------------------
------------------------------------------*/
.sec09{
  padding: 0 0 100px 0;
}
form > ul > li:first-child {
	border-top: 1px solid #ccc;
}
form > ul > li {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
form > ul > li.bb_none {
	border-bottom: none;
}
form > ul > li:nth-child(odd) {
	background-color: #f2f2f2;
}
form > ul > li .fx-row > *:first-child {
	padding-top: 12px;
}
.form_head {
	text-align: right;
}
.form_head span {
	display: inline-block;
	font-weight: bold;
}
.haveto {
	background-color: #563cfd;
	color: #fff;
	padding: 3px 8px;
	font-weight: bold;
	font-size: 0.8em;
}
.any {
	background-color: #f4d8a9;
	color: #000;
	padding: 3px 8px;
	font-weight: bold;
	font-size: 0.8em;
}
.input_adjust {
	padding: 12px 16px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.input_2col {
	display: flex;
	justify-content: space-between;
	padding-right: 30px;
	width: 100%;
}
.input_2col input {
	width: calc(50% - 15px);
}
.input_1col {
	padding-right: 30px;
}
.input_1col input {
	width: 100%;
}
.input_zip_2col input {
	width: 30%;
}
.input_pref {
	width: 50%;
}
.input_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 12px 16px;
}
.input_select select::-ms-expand {
	display: none;
}
.input_select {
	position: relative;
	border-radius: 2px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #ffffff;
}
.input_select::before {
	position: absolute;
	top: calc(50% - 3px);
	right: 1em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
	pointer-events: none;
}
@media screen and (min-width: 768px) {
	.fx-col-16-s {
		-ms-flex-preferred-size: 16%;
		flex-basis: 16%;
		max-width: 16%;
		padding-top: 12px;
	}
	.fx-col-54-s {
		-ms-flex-preferred-size: 54%;
		flex-basis: 54%;
		max-width: 54%;
	}
}
.input_tel_3col input {
	width: 30%;
}
.input_tel_3col input:first-child {
	width: 20%;
}
.check_1col > label {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 12px 0;
}
.check_1col span {
	padding-left: 10px;
}
.check_3col {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 12px;
}
.textarea {
	padding-right: 30px;
}
.textarea textarea {
	width: 100%;
}
.check_agree input {
	height: 20px;
	width: 20px;
}
.check_agree span {
	padding-top: 5px;
}
.sbm_wrap {
	padding: 30px 15px 0;
}
.sbm {
	position: relative;
	width: 80%;
	margin: 0 auto;
	border-radius: 40px;
	text-align: center;
	cursor: pointer;
	padding: 15px;
	background: #563cfd;
	line-height: 1em;
	transition: .3s;
	border: 2px solid #9594ee;
}
.sbm input {
  color: #fff;
	font-weight: bold;
	font-size: 1.5em;
}
.sbm:before {
	position: absolute;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1.2em;
	top: calc(50% - 0.5em);
	right: 15px;
	color: #fff;
}
.sbm_btn {
	border: 0;
	background-color: transparent;
}
.sbm_btn:focus {
	outline: none;
}
.sbm:hover {
	color: #563cfd;
	background: #ffffff;
}
.sbm:hover input {
  color: #563cfd;
}
.sbm:hover:before {
	color: #9594ee;
}

/*-- /sec09 -------------------------------
------------------------------------------*/

/*------------thanks------------*/
.thanks{
	padding: 60px 0;
}

.btn {
    display: inline-block;
    background-color: #000;
    width: 40%;
    height: 80%;
    text-align: center;
    padding: 5px 0;
    color: #fff;
}
a{
	text-decoration: none;
}


/*-- /footer -------------------------------
------------------------------------------*/
.sec_footer{
  padding: 3vw 0 8vw;
  text-align: center;
}
.sec_footer p{
  font-weight: 700;
  color: var(--cl-text);
}
.sec_footer p a{
  text-decoration: none;
  color: var(--cl-text);
}
.footer_th{
  padding: 55px 0;
  text-align: center;
}

/*-- /footer -------------------------------
------------------------------------------*/

/*-- /pagetop ------------------------------
------------------------------------------*/
.pagetop{display:none;position:fixed;bottom:13%;right:1%;z-index:9999;}
.pagetop a{position:relative;display:block;width:60px;height:60px;background-color:var(--purple);border-radius:50%;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.pagetop a:before{position:absolute;content:"";border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:12px solid #fff;top:50%;right:50%;transform:translateX(50%)translateY(-60%);}
.pagetop a:hover{display:block;text-align:center;color:#fff;font-size:12px;text-decoration:none;filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;}
.pagetop a:link,.pagetop a:visited{color:#fff;}
/*-- /pagetop ------------------------------
------------------------------------------*/


/*==========================================================================*/
/*                             floating banner                                      */
/*==========================================================================*/
.float_btn {
  position: fixed;
  bottom: -200px;
  background: rgba(255, 255, 255, 0.6);
  left: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all ease 0.3s;
  z-index: 99;
}

.float_btn a {
  display: inline-block;
}

.float_btn.active {
  bottom: 0;
}

.float_btn img {
  width: 80%;
}
@media (max-width: 1500px) {
.float_btn {
  width: 100%;
  padding: 10px 0 5px;
}
}

/*-- /animation ------------------------------
------------------------------------------*/
.anim-box {
  opacity: 0;
}

.fadeIn.is-animated {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeUp.is-animated {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-- /animation ------------------------------
------------------------------------------*/