@charset "UTF-8";

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}@media screen and (min-width:768px){html{font-size:75%}}@media screen and (max-width:767px){html{font-size:62.5%}}body{color:#000;line-height:1.8;font-size:1.7rem;font-smoothing:antialiased;font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;vertical-align:baseline;text-decoration:none;color:inherit;outline:0}ins{text-decoration:none}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:middle;width:100%;max-width:100%;height:auto;font-style:italic;shape-margin:0.75rem;background-repeat: no-repeat;background-size: cover;}button,img{line-height:1}button{background-color:transparent;border:0;cursor:pointer;padding:0;appearance:none}:focus,button{outline:0}*{box-sizing:border-box}
*{
	min-height:0;
	min-width : 0;
}
body {
	padding-top: 80px!important;
  line-height: 1.8;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  
}

/*
font-family: "Noto Sans JP", sans-serif; 400 500 600 700
*/

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

.home{
  padding-top: 0!important;
}

@media (max-width: 767px){
	body {
	  padding-top: 60px!important;
	}
}

a{
  transition: ease .3s;
}

a[href^="tel:"] {
	pointer-events: none;
}

.display_sp{ display: none!important;}
.red{ color: red;}
.mt0{ margin-top: 0!important;}
.mt10{ margin-top: 10px!important;}
.mt20{ margin-top: 20px!important;}
.mt30{ margin-top: 30px!important;}
.mt40{ margin-top: 40px!important;}
.mt50{ margin-top: 50px!important;}
.mb10{ margin-bottom: 10px!important;}
.mb20{ margin-bottom: 20px!important;}
.mb30{ margin-bottom: 30px!important;}
.mb40{ margin-bottom: 40px!important;}
.mb50{ margin-bottom: 50px!important;}
.center{ text-align: center;}
.left{ text-align: left;}
.right{ text-align: right;}
.radius{ border-radius: 5px;}
.fw600{ font-weight: 600;}

.inner{
  width: min(100%, 1200px);
  margin: 0 auto;
}

.inner2{
  width: min(100%, 800px);
  margin: 0 auto;
}

.flex, .flex_wrap{
  display: flex;
  justify-content: space-between;
}

.flex_wrap{
  gap: 30px;
}

.flex_txt{
  flex: 1 1 0%;
}

.flex_img{
  flex: 0 1 40%;
}

.flex_wrap.re .flex_img{
  order: -2;
}

@media (max-width: 767px){
  .display_sp{ display: block!important;}
  .display_pc{ display: none!important;}
  img{
    max-width: 100%!important;
    height: auto!important;
    display: block;
    margin: 0 auto;
  }
  .gm-style img{
    max-width: initial!important;
    max-width: auto!important;
  }
  a[href^="tel"] {
    pointer-events: auto;
    cursor: pointer;
  }
  .flex, .flex_wrap{
    display: block;
  }
}

/* 
-------------------------------------------------- */
#breadcrumb {
  padding: 10px;
  line-height: 1;
}

@media (max-width: 767px){
  #breadcrumb {
    display: none;
  }
}

#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  font-size: 1.2rem;
}

#breadcrumb ul li {
  margin-right: 0.5rem;
  white-space: nowrap;
}

#breadcrumb ul li::after{
	content: "＞";
}

#breadcrumb ul li:last-child {
  white-space: normal;
}

#breadcrumb ul li:last-child::after{
  display: none;
}

#breadcrumb ul li a {
  margin-right: 0.5rem;
}

#breadcrumb ul li a:hover {
  text-decoration: underline;
}


.wp-pagenavi {
	margin: 50px auto 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 1.6rem;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	margin: 0 15px 0 0;
	border: 1px solid #D1D1D1;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
}

.wp-pagenavi span.current {
	border: none!important;
	background: #FFB81D;
	color: #fff;
}

.wp-pagenavi a.page {
	background: #fff;
}

.wp-pagenavi a.page:hover {
	background: #FFB81D;
	color: #fff;
	border: none!important;
	opacity: 1;
}

.wp-pagenavi .first{
	margin-right: 20px;
}

.wp-pagenavi .extend{
	display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	width: 45px;
	border-radius: 9999px;
	font-weight: 500!important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  border: none!important;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::after{
	content: "";
	display: block;
	width: 9px;
	height: 12px;
	background: url(../img/icon_arrow_s.svg) no-repeat center center / contain;
}

.wp-pagenavi .previouspostslink::before{
	margin-right: 20px;
}

.wp-pagenavi .nextpostslink::after{
	margin-left: 20px;
	transform: scale(-1, 1);
}

.wp-block-image{
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-image img{
  width: auto;
  height: auto;
  max-width: 100%;
  height: auto;
}

table.tb{
  width: 100%;
  line-height: 1.5;
}

table.tb th, table.tb td{
  padding: 15px;
  font-weight: 500;
  text-align: left;
  vertical-align : middle;
  border: 1px solid #ccc;
}

table.tb th{
	width: 20%;
  white-space: nowrap;
  background: #efefef;
}

table.tb td{
  vertical-align: top;
}

@media (max-width: 767px){
	table.tb th, table.tb td{
		display: block;
	  border: none;
	}
	table.tb th{
		width: auto;
		text-align: center;
		padding: 10px;
	}
	table.tb td{
		padding: 10px 10px 20px 10px;
	}
}

ol.wp-block-list,
ul.wp-block-list{
  margin-bottom: 20px;
}

ul.wp-block-list li,
ul.ulist li {
  list-style:disc;
}

ol.wp-block-list li,
ol.olist li {
  list-style:decimal;
}

ul.wp-block-list li,
ol.wp-block-list li,
ul.ulist li, ol.olist li{
  margin: 0 0 0 20px;
}

dl.dlist dt{
  font-weight: 700;
  font-size:1.2em;
  margin:0 0 2px;
}

dl.dlist dd{
  margin:0 0 5px 12px;
}

/* form
-------------------------------------------------- */
.form_wrap{
	line-height: 1.5;
	width: min(100%, 900px);
	margin: 0 auto;
}

.form_wrap dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form_wrap dl div{
	flex: 0 1 100%;
	margin-bottom: 40px;
}

.form_wrap dl div.half{
	flex: 0 1 49%;
}

.form_wrap dl dt{
	margin-bottom: 10px;
}

.req{
	margin-left: 10px;
	padding: 2px 3px;
	vertical-align: middle;
	color: #fff;
	background: #ff5400;
	font-size: 1.1rem;
	border-radius: 4px;
}

.nini{
	margin-left: 10px;
	padding: 2px 3px;
	vertical-align: middle;
	color: #fff;
	background: #bbb;
	font-size: 1.1rem;
	border-radius: 4px;
}

.form_wrap input[type="text"],
.form_wrap input[type="email"],
.form_wrap input[type="tel"],
.form_wrap textarea {
	background: #f7f7f7;
	border: 1px solid #ddd;
	width: 100%;
	padding: 1em;
	border-radius: 5px;
}

.form_wrap input[type="text"]:focus,
.form_wrap input[type="email"]:focus,
.form_wrap input[type="tel"]:focus,
.form_wrap textarea:focus {
background: rgba(57,130,252,.1);
border: 1px solid rgba(57,130,252,1);
outline: 0;
}

.form_wrap textarea{
	height:	 200px;
	padding: 1em;
}

.youken_doko_other_wrap{
	margin-top: 0px;
}

.youken_doko_other_wrap .wpcf7-form-control-wrap{
	display: block;
	margin-top: 10px;
}

.wpcf7-checkbox .wpcf7-list-item{
	margin-left: 0!important;
	margin-right: 1em!important;
	margin-bottom: 0.3em;
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

.form_wrap input[type="radio"]{
	appearance: auto;
  opacity: 0;
  position: absolute;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 100%;
  content: "";
  height: 1.4em;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  transition: background-color .5s;
  width: 1.4em;
}

input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #ff5400;
  box-shadow: inset 0 0 0 3px #fff;
	border: 1px solid #ddd!important;
}

.form_wrap .wpcf7-list-item label{
  position: relative;
  display: inline-block;
}

.form_wrap input[type="checkbox"]{
	appearance: auto;
  opacity: 0;
  position: absolute;
}

.form_wrap input[type="checkbox"] + span {
  padding-left: 32px;
  display: inline-block;
  position: relative;
}

.form_wrap input[type="checkbox"] + span::after,
.form_wrap input[type="checkbox"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.form_wrap input[type="checkbox"] + span::before {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 1.4em;
  width: 1.4em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.form_wrap input[type="checkbox"] + span::after {
  border: none;
  background: url(../img/icon_check_orange.svg) no-repeat center center / 1.2em auto;
  height: 1.4em;
  width: 1.4em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

@media (min-width: 768px){
  .form_wrap input[type="checkbox"] + span::after {
    left: 2px;
  }
}

.form_wrap input[type="checkbox"]:checked + span::after {
  display: block;
}

.select_wrap{
	position: relative;
}

.select_wrap .wpcf7-form-control {
  width: 100%;
  height: 100%;
  padding: 1em;
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.select_wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
}
.select_wrap .wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.accept_check{
	text-align: center;
	margin: 50px auto;
}

.submit_wrap{
	width: 40%;
	margin: 0 auto;
	text-align: center;
}

.submit_wrap input[type="submit"]{
	width: 100%;
	background-color: #FF5400!important;
	color: #fff;
	border-radius: 9999px;
	font-size: 2rem;
	padding: 15px;
	border: 2px solid #FF5400!important;
  cursor: pointer;
  transition: ease .3s;
}

.submit_wrap input[type="submit"]:hover{
	color: #FF5400!important;
	background-color:#fff!important;
}

.submit_wrap .wpcf7-spinner{
	display: none;
}

.page-trial .your-where .wpcf7-checkbox{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.link_policy{
	margin-top: 80px;
}

@media screen and (max-width: 767px){
	.link_policy{
		margin-top: 40px;
	}
}

.link_policy a{
	text-decoration: underline;
}

.link_policy a:hover{
	text-decoration: none;
}

.recaptcha_txt{
	margin-top: 30px;
	text-align: center;
	font-size: 1.2rem;
	color: #666;
}
.recaptcha_txt a{
	text-decoration: underline;
}
.recaptcha_txt a:hover{
	text-decoration: none;
}
.grecaptcha-badge { visibility: hidden; }

.point_list{
  padding: 20px 30px;
  margin-bottom: 20px;
  border: 3px solid #abcbe2;
}

.point_list li{
  font-size: 2rem;
  padding: 0 0 0 35px;
  margin: 10px 0;
  position: relative;
}

.point_list li::before{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  background-color: #fff;
  border: 2px solid #999;
}

.point_list li::after{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 4px solid;
  border-left: 4px solid;
  border-color:  #cc0000;
}

.btn{
  margin-top: 50px;
  text-align: center;
}

.single .btn{
  width: min(100%, 300px);
  margin-left: auto;
  margin-right: auto;
}

.btn_s{
  width: min(100%, 300px);
}

.btn_c{
  margin-left: auto;
  margin-right: auto;
}

.btn a{
	height: 56px;
	font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
	border-radius: 9999px;
	position: relative;
  color: #343434;
  background: #fff;
  border: 1px solid #343434;
}

.btn_c a{
  height: auto!important;
  padding: 10px!important;
}

@media (max-width: 767px){
  .btn a{
    height: 40px;
  }
}

.btn a::before{
	content: "";
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 7px 0 7px 6px;
	border-color: transparent transparent transparent #343434;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
  transition: ease .3s;
}

.btn a:hover::before{
  border-color: transparent transparent transparent #fff;
}

.gra1{ 
  background: linear-gradient(
    131deg,
    #FFD800 0%,
    #FFBE24 25.5%,
    #FF952B 100%
  )!important;
}

.gra2{
  background: linear-gradient(
    130deg,
    #FFF731 0%,
    #75DBD3 41.4%,
    #36A8E3 100%
  )!important;
}

.gra3{
  background: linear-gradient(
    146deg,
    #F0E81F 0%,
    #B8D33E 35%,
    #32A050 100%
  )!important;
}

.btn a:hover{
  color: #fff;
  background: #343434;
}

.btn a.blue,
.btn a.blue_line{
	height: 56px;
	color: #fff;
	font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
	border-radius: 9999px;
	position: relative;
  color: #fff;
  background: #343434;
}
.btn a.btn_line{
  color: #343434;
  background: #fff;
  border: 1px solid #343434;
}

.btn a.blue::before,
.btn a.btn_line::before{
	content: "";
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 7px 0 7px 6px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.btn a.btn_line::before{
	border-color: transparent transparent transparent #343434!important;
}

.youken_select{
	width: min(100%, 400px)!important;
	margin: 0 auto 40px auto!important;
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
}

dl.youken_select div{
	margin: 0!important;
	padding: 20px;
}

@media screen and (max-width: 767px){
	.youken_select{

		font-size: 1.8rem;
	}
	dl.youken_select div{
		padding: 20px 10px;
	}
}

.cf-turnstile{
  margin: 40px 0;
	text-align: center;
}