@charset "UTF-8";
/* CSS Document */

/*オンライン相談ページ*/

/*common*/
.online h3{
	text-align: center;
    font-size: 180%;
	margin-bottom: 30px;
}
.online h3 > span{
	font-size: 80%;
	line-height: 0;
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	padding: 0 50px;
}
.online h3 > span:before{
	content: '';
	top: 50%;
	left: 0;
	width: 30px;
	height: 2px;
	position: absolute;
	background-color: #ffde32;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.online h3 > span:after{
	content: '';
	top: 50%;
	right: 0;
	width: 30px;
	height: 2px;
	position: absolute;
	background-color: #ffde32;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.wrapper_inner{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.section_1 ,.section_2 ,.section_3{
	margin-bottom: 80px;
}
.online div.btn{
    margin: 50px auto 30px;
}
.online div.btn:hover{
	
}
.online div.btn a{
	background-color: #ffde32;
	padding: 20px 80px 20px 50px;
	font-size: 200%;
	box-shadow: 5px 5px #d6d6d6;
}
.online div.btn a::after{
	right: 30px;
}
.online div.btn a:hover{
	background-color: #fff098;
	animation: btn 2s infinite;
}
@keyframes btn {
	0% {
		transform: translate(2px, 0px);
	}
	5% {
		transform: translate(-2px, 0px);
	}
	10% {
		transform: translate(2px, 0px);
	}
	15% {
		transform: translate(-2px, 0px);
	}
	20% {
		transform: translate(2px, 0px);
	}
	25% {
		transform: translate(-2px, 0px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}
.linkText{
	width: 100%;
    text-align: right;
    margin: 0;
    bottom: 0;
}
.linkText a{
	text-decoration: underline;
}
.marker{
	background: linear-gradient(transparent 60%, #ffde32 60%);
}


/*sec1*/
.main{
    width: 100%;
	height: 550px;
	background: url("../img/main_bg1200.jpg") center center / cover no-repeat;
	background-attachment: scroll;
	margin-bottom: 70px;
	position: relative;
}
.main:after{
	display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -59px;
    width: 250px;
	max-width: 90%;
    height: 218px;
    background: url(../img/main_dec_2.png) 0 0 / 100% auto no-repeat;
    transform: translateX(-50%);
}
.main_text{
	position: absolute;
    left: 50%;
    top: 50%;
	width: 450px;
	max-width: 100%;
    transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
}
.main_text h2:before{
	content: "";
    display: inline-block;
    position: absolute;
    background: url("../img/main_dec_1.png") no-repeat;
    background-size: 200px;
    height: 80px;
    width: 200px;
    top: -60px;
    right: 0;
    z-index: -1;
    transform: rotate(9deg);
}
.main_text h2{
	font-size: 300%;
	line-height: 1.4em;
	margin-bottom: 20px;
	position: relative;
}
.main_text h2 span{
	display: inline-block;
	font-size: 150%;
}
.main_text p{
	font-size: 150%;
}
.section_1 > p{
	text-align: center;
}

/*sec2*/
.section_2{
	background: #f7f7f7;
	padding: 80px 0;
}
.section_2 .case > p {
    text-align: center;
    margin-bottom: 60px;
}
.section_2 .case{
	
}
.section_2 .case ol{

}
.section_2 .case ol > li{
	width: 100%;
	padding: 6% 5% 5%;
	background: #fff;
	position: relative;
	margin-bottom: 60px;
}
.section_2 .case ol > li:last-child{
	margin-bottom: 40px;
}
.section_2 .case ol li h4{
	font-size: 200%;
	position: absolute;
	top: -15px;
	display: flex;
	letter-spacing: 0.1em;
}
.section_2 .case ol li h4 span{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 200%;
	margin-right: 20px;
	display: flex;
	align-items: center;
}
.section_2 .case ol li dl{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.section_2 .case ol li dl dt{
	width: 40%;
}
.section_2 .case ol li dl dt img{
	object-fit: cover;
	height: 100%;
}
.section_2 .case ol li dl dd{
	width: 55%;
}
.arrow_down {
  position: relative;
  height: 40px;
}
.arrow_down::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid #fff098;
  border-bottom-width: 0;
}
.section_2 .merit{
	
}
.section_2 .merit > div{
	display: flex;
	justify-content: space-around;
}
.section_2 .merit > div >div{
	width: 55%;
	display: flex;
    align-items: center;
}
.section_2 .merit div ul{
	padding-left: 35px;
}
.section_2 .merit div ul li{
	position: relative;
	font-size: 120%;
	margin-bottom: 10px;
}
.section_2 .merit div ul li:before{
	content: '';
    display: block;
    position: absolute;
	border: 2px solid #d6d6d6;
	width: 18px;
	height: 18px;
	top: 0.4em;
	left: -2em;
}
.section_2 .merit div ul li:after{
	content: '';
    display: block;
    position: absolute;
    top: 0.1em;
    left: -2em;
    width: 17px;
    height: 12px;
    border-left: 5px solid #ffde32;
    border-bottom: 5px solid #ffde32;
    transform: rotate(-45deg);
}
.section_2 .merit div img{
	width: 40%;
	object-fit: contain;
}

/*sec3*/
.section_3 > p{
	text-align: center;
	margin-bottom: 30px;
}
.section_3 .flow{
	text-align: center;
}
.section_3 .flow ul{
	list-style: none;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section_3 .flow ul li{
	width: 21%;
	padding: 2%;
	position: relative;
	box-shadow: 5px 5px 0 #d6d6d6;
	border: 1px solid #d6d6d6;
}
.section_3 .flow ul li span.flow_icon{
	position: absolute;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: 1;
}
.section_3 .flow ul li span.flow_icon div{
	font-size: 150%;
}
.section_3 .flow ul li dl dt{
	height: 80px;
	object-fit: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.section_3 .flow ul li dl dt > img{
	width: auto;
	height: 50%;
}
.section_3 .flow ul li dl dd{
	
}
.section_3 .flow ul li dl dd h4{
	text-align: center;
	margin-bottom: 10px;
    line-height: 1.5em;
}
.section_3 .flow ul li dl dd p{
	line-height: 2em;
}
.arrow_right {
  position: relative;
}
.arrow_right::before {
  content: "";
  position: absolute;
  top: 40%;
	left: -5px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #fff098;
}


/*留意事項*/
.note{
	font-size: 90%;
    width: 96%;
    max-width: 1200px;
    margin: 50px auto 0 auto;
    padding: 15px 20px;
    border: 1px solid #d6d6d6;
}
.note h6{
	font-size: 110%;
    text-align: center;
}
.note a{
	color: #ae0000;
}

/* フォーム改修
--------------------------------- */
div.wpcf7 {
    margin: auto;
    padding: 0;
}
#form input[type="checkbox"]:checked + label,
#form input[type="radio"]:checked + label,
section#form .radio label.checked,
section#form .checkbox label.checked  {
	background: #FFF098;
}
#form input[type="checkbox"]:checked + label:before,
#form input[type="radio"]:checked + label:before,
section#form .radio label.checked:before,
section#form .checkbox label.checked:before {
	background-color: #FFFFFF;
}
#form input[type="checkbox"]:checked + label:after,
section#form .checkbox label.checked:after {
    border-bottom: 3px solid #CC0032;
    border-right: 3px solid #CC0032;
}
#form .satori__submit_group input[name="submit_confirm"],
section#form input[type="submit"] {
    color: #000;
    background: #ffde32;
}


/* レスポンシブ設定 */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
	.main{
		background: url(../img/main_bg960.jpg) center center / cover no-repeat;
	}
	.section_2 .merit div ul li:before{
		width: 15px;
		height: 15px;
		top: 0.3em;
	}
	.section_2 .merit div ul li:after{
		width: 15px;
		top: 0;
	}
}
@media screen and (max-width: 768px) {
	.section_2 .merit > div{
		display: block;
	}
	.section_2 .merit > div >div{
		width: 100%;
		justify-content: center;
		margin-bottom: 20px;
	}
	.section_2 .merit div img{
		width: 300px;
		max-width: 90%;
		margin: 0 auto;
	}
	.section_2 .merit div ul li:before{
		top: 0.4em;
	}
	.section_2 .merit div ul li:after{
		top: 0.2em;
	}
}
@media screen and (max-width: 640px) {
	.case .sp_only{
		display: none !important;
	}
	.online div.btn a{
		font-size: 130%;
	}
	.section_1 ,.section_2 ,.section_3{
		margin-bottom: 50px;
	}
	.section_2 .case ol li{
		padding: 40px 5% 5%;
	}
	.section_2 .case ol li dl{
		display: block;
	}
	.section_2 .case ol li dl dt{
		width: 100%;
		height: 40vw;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.section_2 .case ol li dl dt img{
		width: 100%;
		height: auto;
	}
	.section_2 .case ol li dl dd{
		width: 100%;
	}
	.section_3 .flow ul li{
		width: 48%;
		margin-bottom: 30px;
	}
	.section_3 .flow ul li dl dt{
		margin-top: 20px;
	}
	.arrow_right{
		display: none;
	}
	.flow_icon{
		font-size: 20px;
		line-height: normal;
		margin-right: 30px;
		margin-top: 5px;
	}
	.flow_icon div{
		font-size: 40px;
	}
	.section_3 dt{
		font-size: 20px;
	}
}
@media screen and (max-width: 500px) {
	.main{
		background: url(../img/main_bg500.jpg) center center / cover no-repeat;
	}
	.main_text{
		width: 300px;
	}
	.main_text h2{
		font-size: 200%;
	}
	.main_text h2:before{
		background-size: 160px;
		width: 160px;
	}
	.main_text p{
		font-size: 120%;
	}
	.section_2 .case ol li{
		padding: 30px 5% 5%;
	}
	.section_2 .case ol li h4{
		font-size: 180%;
		line-height: 1em;
	}
	.section_2 .case ol li h4 span{
		margin-right: 10px;
	}
	.section_2 .merit div ul li{
		font-size: 110%;
	}
	.section_3 dt{
		font-size: 18px;
	}

}
@media screen and (max-width: 414px) {
	.case .sp_only{
		display: block !important;
	}
	.online div.btn a{
		padding: 20px 50px 20px 30px;
		font-size: 110%;
	}
	.section_2 .case ol li{
		padding: 50px 5% 5%;
	}
	.section_2 .merit div ul li{
		line-height: 1.5em;
	}
	.section_2 .merit div ul li:before{
		top: 0.2em;
	}
	.section_2 .merit div ul li:after{
		top: -0.2em;
	}
	.section_3 .flow ul{
		display: block;
	}
	.section_3 .flow ul li{
		width: 100%;
		margin-bottom: 10px;
		padding: 5%;
	}
	.section_3 .flow ul li dl dt{
		height: 60px;
		margin-top: 0;
	}
	.section_3 .flow ul li dl dd h4{
		
		margin-bottom: 5px;
	}
	.section_3 .flow ul li span.flow_icon{
		font-size: 18px;
		margin: 0;
		float: left;
		top: 10px;
		left: 10px;
	}
}
@media screen and (max-width: 375px) {
	
}
