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


/*
	common
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
	box-sizing: border-box;
}
*:before,
*:after{
	box-sizing: border-box;
}

body{
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.4rem;
	color: #000;
	font-weight: 600;
	line-height: 1.75;
	background: #ffc900;
}
.en{
	font-family: 'Montserrat', sans-serif;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	opacity:0.6;
}

.wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:1000px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}

.sec_ttl{
	text-align:center;
	margin-bottom: 40px;
}
.sec_ttl:after{
	content: "";
	width: 35px;
	height: 4px;
	display: block;
	background: url(../images/x2/ttl_bd.png);
	background-size: cover;
	margin:15px auto 0;
}
.sec_ttl span{
	display: block;
	line-height: 1;
}
.sec_ttl .jp{
	font-size: 2.0rem;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.sec_ttl .en{
	font-size: 5.0rem;
	color: #4e9c39;
}
.g_line{
	 background:linear-gradient(transparent 75%, #4e9c39 60%);
}

/*
	Header
*/
#header{
	padding: 20px 0;
	background: #ffc900;
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .in.flex{
	align-items: center;
	justify-content: space-between;
}
#header .logo img{
	width: 150px;
	display: none;
}
#header .logo_txt{
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 1px;
}
#header .text_btns{
	align-items: stretch;
	gap: 14px;
}
#header .btns{
	align-items: center;
}
#header .btns .btn{
	margin-left: 0;
}
#header .text_btns a{
	align-items: center;
	border: 3px solid #000;
	border-radius: 10px;
	box-shadow: 3px 3px 0 #000;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 72px;
	padding: 8px 18px;
}
#header .text_btns .tel{
	background: #fff;
	color: #000;
	min-width: 300px;
	text-align: center;
}
#header .text_btns .tel span{
	font-size: 1.15rem;
	line-height: 1.2;
	margin-top: 2px;
	white-space: nowrap;
}
#header .text_btns .tel strong{
	font-family: 'Montserrat', sans-serif;
	font-size: 2.0rem;
	line-height: 1.1;
}
#header .text_btns .tel em{
	font-style: normal;
	font-size: 1.0rem;
	line-height: 1.2;
}
#header .text_btns .line_btn{
	background: #fff;
	color: #4e9c39;
	font-size: 1.8rem;
	min-width: 140px;
}
#header .text_btns .form_btn{
	background: #000;
	color: #fff;
	font-size: 1.8rem;
	min-width: 150px;
}

/*
	Main
*/
#main{
	padding: 120px 0 48px;
}
#main .flex{
	justify-content: center;
	flex-wrap: wrap;
}
#main h1{
	margin-top: 20px;
}
#main h1 img{
	width: 520px;
}
#main .imgarea{
	margin-left: 50px;
}
#main .imgarea img{
	width: 390px;
}

.cta{
	background: #4e9c39;
	padding: 60px 0;
	text-align: center;
}
.cta h2{
	margin-bottom: 20px;
}
.cta h2 span{
	display: block;
}
.cta h2 span.txt{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 800;
	margin-top: 10px;
}
.cta .btns{
	justify-content: center;
	align-items: center;
}
.cta .btns a{
	display: block;
	margin: 0 15px;
}


#about{
	padding: 80px 0 100px;
}
#about .lead_txt{
	text-align: center;
	font-size: 1.8rem;
}
#about .about_answerer{
	background: #fff;
	border: 4px solid #000;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	line-height: 1.8;
	margin: 30px auto 0;
	padding: 24px 34px 28px;
	text-align: center;
	width: 820px;
}
#about .about_answerer_lead{
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 16px;
}
#about .about_answerer ul{
	display: flex;
	gap: 18px;
	justify-content: center;
}
#about .about_answerer li{
	background: #4e9c39;
	border: 3px solid #000;
	border-radius: 999px;
	box-shadow: 3px 3px 0 #000;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
	padding: 12px 26px;
}
#about h3{
	position: relative;
	text-align: center;
	font-size: 2.5rem;
	top:10px;
	line-height: 1;
	padding: 0 20px;
	background: #ffc900;
	display: table;
	margin:25px auto 0;
	z-index: 2;
}
#about h3::before{
	content: "";
	width: 36px;
	height: 21px;
	display: block;
	background: url(../images/x2/q_ico.png);
	background-size: cover;
	margin:0 auto 10px;
}
#about .textarea{
	width: 720px;
	margin:0px auto 0;
	border: 4px solid #000;
	padding: 45px 260px 45px 50px;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 2px rgba(0,0,0,0.2);
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	min-height: 190px;
}
#about .textarea p{
	line-height: 2;
	position: relative;
	z-index: 2;
}
#about .textarea p:nth-of-type(2){
	margin-top: 10px;
}
#about .textarea .imgarea{
	position: absolute;
	right: 18px;
	bottom: 0;
	width: 190px;
	z-index: 1;
}

#knowhow{
	background: #fff;
	padding: 80px 0 100px;
}
#knowhow .sec_ttl .jp{
	line-height: 1.5;
}
#knowhow .knowhow_intro{
	margin: 0 auto 40px;
	text-align: center;
	width: 860px;
}
#knowhow .knowhow_intro .question{
	background: #ffc900;
	border: 4px solid #000;
	border-radius: 10px;
	box-shadow: 4px 4px 0 #000;
	display: inline-block;
	font-size: 1.9rem;
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 22px;
	padding: 12px 28px;
}
#knowhow .knowhow_intro p:nth-of-type(2){
	font-size: 1.6rem;
	line-height: 2;
}
#knowhow .knowhow_cards{
	justify-content: space-between;
}
#knowhow .knowhow_card{
	background: #fff;
	border: 4px solid #000;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 30px 24px;
	text-align: center;
	width: 31%;
}
#knowhow .knowhow_card .method{
	background: #000;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 18px;
	padding: 8px 16px;
}
#knowhow .knowhow_card h3{
	color: #db3333;
	font-size: 2.0rem;
	line-height: 1.4;
	min-height: 56px;
}
#knowhow .knowhow_card .tag{
	background: #4e9c39;
	border: 3px solid #000;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	margin: 18px 0;
	padding: 8px 16px;
}
#knowhow .knowhow_card p:last-child{
	line-height: 1.9;
	text-align: left;
}
#knowhow .knowhow_point{
	background: #fff;
	border: 4px solid #000;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.7;
	margin: 40px auto 0;
	padding: 18px 28px;
	text-align: center;
	width: 760px;
}
#knowhow .knowhow_point span{
	background: #000;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	line-height: 1;
	margin-right: 14px;
	padding: 8px 14px;
}

#point{
	padding: 80px 0 100px;
	background: #4e9c39;
}
#point .sec_ttl:after{
	background: url(../images/x2/ttl_bd_w.png);
	background-size: cover;
}
#point .sec_ttl,
#point .sec_ttl .en{
	color: #fff;
}
#point .sec_ttl .jp{
	line-height: 1.5;
}
#point .sec_ttl .en span{
	display: inline-block;
	font-size: 7.4rem;
}
#point .point_con_w{
	justify-content: space-between;
}
#point .point_con{
	width: 30%;
	margin-right: 3%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 2px rgba(0,0,0,0.2);
	border: 4px solid #000;
	padding: 30px;
	box-sizing: border-box;
}
#point .point_con:nth-last-of-type(1){
	margin-right: 0%;
}
#point .point_con h3{
	text-align: center;
}
#point .point_con h3 span{
	display: block;
	line-height: 1;
}
#point .point_con h3 .en{
	font-size: 3.0rem;
	color: #db3333;
	margin-bottom: 10px;
}
#point .point_con h3 .jp{
	color: #db3333;
	font-size: 2.0rem;
}
#point .point_con .imgarea{
	margin: 30px 0;
	text-align: center;
}
#point .point_con .imgarea img{
	max-height: 92px;
	max-width: 92px;
	width: auto;
}

#abi{
	padding: 80px 0 100px;
}
#abi .lead_txt{
	font-size: 1.8rem;
	margin: -10px 0 50px;
	text-align: center;
}
#abi .abi_con_w{
	justify-content: center;
}
#abi .abi_con{
	width: 25%;
	margin-bottom: 40px;
}
#abi .abi_con:nth-last-of-type(1),
#abi .abi_con:nth-last-of-type(2){
	margin-bottom: 0;
}
#abi .abi_con .imgarea{
	width: 140px;
	height: 140px;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 100%;
	box-shadow: 5px 5px 0px 2px rgba(0,0,0,0.2);
	border: 4px solid #000;
	margin:0 auto 20px;
}
#abi .abi_con .imgarea img{
	max-height: 82px;
	max-width: 82px;
	width: auto;
}
#abi .abi_con h3{
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.25;
}
#abi .abi_con h3 span{
	display: block;
	font-size: 1.2rem;
	margin-top: 5px;
}
#abi .u_txt{
	width: 720px;
	margin: 60px auto 0;
	border: 4px solid #000;
	padding:30px 50px 40px;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 2px rgb(0 0 0 / 20%);
	position: relative;
}
#abi .u_txt h3{
	position: relative;
	text-align: center;
	font-size: 2.5rem;
	top: -40px;
	line-height: 1;
	padding: 0 20px;
	background: #ffc900;
	display: table;
	margin:0 auto 0;
	z-index: 2;
}
#abi .u_txt ul{
	padding-left: 0;
}
#abi .u_txt ul li{
	background: #fff;
	border: 3px solid #000;
	border-radius: 10px;
	box-shadow: 3px 3px 0 #000;
	box-sizing: border-box;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 14px;
	padding: 14px 20px 14px 52px;
	position: relative;
	width: 100%;
}
#abi .u_txt ul li:before{
	background: #4e9c39;
	border: 2px solid #000;
	border-radius: 50%;
	color: #fff;
	content: "!";
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3rem;
	height: 22px;
	left: 18px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 17px;
	width: 22px;
}
#abi .u_txt ul li:nth-last-of-type(1){
	margin-bottom: 0;
}

#works{
	padding: 80px 0 100px;
}
#works .in{
	width: 1000px;
}
#works .results_stats{
	gap: 18px;
	justify-content: center;
	margin-top: 50px;
}
#works .result_stat{
	align-items: center;
	background: #fff;
	border: 4px solid #000;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 118px;
	padding: 18px 12px 16px;
	text-align: center;
	width: 184px;
}
#works .result_stat p{
	align-items: flex-end;
	display: flex;
	justify-content: center;
	line-height: 1;
	margin-bottom: 10px;
}
#works .result_stat strong{
	color: #db3333;
	font-family: 'Montserrat', sans-serif;
	font-size: 4.2rem;
	line-height: 0.95;
}
#works .result_stat span{
	font-size: 1.8rem;
	font-weight: 900;
	margin-left: 4px;
}
#works .result_stat h3{
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 0;
}
#works .alliance_ttl{
	font-size: 2.2rem;
	margin: 58px 0 28px;
	text-align: center;
}
#works .alliances{
	justify-content: space-between;
}
#works .alliance_card{
	background: #fff;
	border: 4px solid #000;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	overflow: hidden;
	width: 23%;
}
#works .alliance_card .thumb{
	align-items: center;
	background: #ffc900;
	border-bottom: 4px solid #000;
	color: #000;
	display: flex;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.6rem;
	height: 120px;
	justify-content: center;
	line-height: 1.25;
	padding: 0 10px;
	text-align: center;
}
#works .alliance_card p{
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 14px 12px;
}

#message{
	background: #fff;
	padding: 80px 0 100px;
}
#message .sec_ttl .en{
	font-size: 4.4rem;
}
#message .message_body{
	align-items: flex-start;
	justify-content: space-between;
}
#message .message_photo{
	width: 32%;
}
#message .message_photo img{
	border: 4px solid #000;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	height: 340px;
	object-fit: cover;
	object-position: 68% 50%;
	width: 100%;
}
#message .message_photo p{
	font-size: 1.3rem;
	line-height: 1.5;
	margin-top: 18px;
	text-align: center;
}
#message .message_photo h3{
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: center;
}
#message .message_text{
	background: #fff;
	border: 4px solid #000;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 34px 40px;
	width: 64%;
}
#message .message_text h3{
	color: #db3333;
	font-size: 2.2rem;
	line-height: 1.6;
	margin-bottom: 20px;
}
#message .message_text p{
	line-height: 2;
	margin-bottom: 16px;
}
#message .message_text .sign{
	border-top: 3px solid #000;
	font-weight: 900;
	margin: 24px 0 0;
	padding-top: 16px;
}

#flow{
	padding: 80px 0 100px;
}
.flow_con_w{
	margin: 0 auto;
	position: relative;
	width: 760px;
}
#flow .flow_con{
	align-items: center;
	background: #fff;
	border: 4px solid #000;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 180px 1fr 112px;
	margin-bottom: 26px;
	min-height: 132px;
	padding: 24px 28px;
	position: relative;
	width: 100%;
}
#flow .flow_con:after{
	content: "";
	display: block;
	width: 4px;
	height: 26px;
	background: #000;
	border-radius: 999px;
	position: absolute;
	bottom: -30px;
	left: 88px;
	z-index: 2;
}
#flow .flow_con:nth-last-of-type(1):after{
	display: none;
}
#flow .flow_con h3{
	margin-bottom: 0;
	text-align: left;
}
#flow .flow_con h3 span{
	display: block;
	line-height: 1;
}
#flow .flow_con h3 .en{
	background: #4e9c39;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	margin-bottom: 12px;
	padding: 8px 14px;
	text-transform: uppercase;
}
#flow .flow_con h3 .jp{
	font-size: 2.2rem;
	line-height: 1.4;
}
#flow .flow_con .textarea{
	font-size: 1.6rem;
	line-height: 1.8;
}
#flow .flow_con .imgarea{
	text-align: center;
	width: 100%;
}
#flow .flow_con .imgarea img{
	max-height: 88px;
	width: auto;
}
#flow .flow_con:nth-last-of-type(1){
	margin-bottom: 0;
}


/*
	FORM
*/

#form{
  padding: 80px 0;
  text-align: center;
  background:#4e9c39;
}
#form .sec_ttl:after{
	background: url(../images/x2/ttl_bd_w.png);
	background-size: cover;
}
#form .sec_ttl,
#form .sec_ttl .en{
	color: #fff;
}
#form .sec_ttl .jp{
	line-height: 1.5;
}
#form .sec_ttl .en span{
	display: inline-block;
	font-size: 7.4rem;
}

#form .in{
	background: #fff;
	padding: 60px 80px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 2px rgb(0 0 0 / 20%);
}

#form .des {
    color: #3d3d3d;
}

#form table {
    margin:50px auto 0;
}

#form table th {
    text-align: left;
    position: relative;
    padding: 15px 30px 15px 0;
    vertical-align: middle;
}

select{
    width: 100%;
    height: 35px;
}

#form table th.requir:after {
    content: "必須";
    color: #dd0f44;
    display: inline-block;
    margin-left: 8px;
    position: static;
}

#form table td {
    text-align: left;
    width: 75%;
    vertical-align: middle;
}

#form table td input, #form table td textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
		border: 1px solid #a4a4a4;
}

#form table td textarea {
    height: 300px;
}

#form input[type=submit] {
    background: #db3333;
		border: 3px solid #000;
		color: #fff;
		font-weight: 600;
    padding: 20px 150px;
    margin-top: 40px;
		box-shadow: 3px 3px 0px #000;
		transition: 0.5s;
		-webkit-appearance: none;
		border-radius: 10px;
}
#form input[type=submit]:hover{
	box-shadow: 0px 0px 0px #fb4383;
	margin-top: 45px;
  margin-left: 20px;
  margin-right: -5px;
  margin-bottom: -5px;
}

table .with-validate {
    display: block;
    position: relative;
}

table .with-validate label.error {
    display: inline-block;
    position: absolute;
    z-index: 5;
    left: -5px;
    bottom: 100%;
    margin-bottom: 10px;
    background-color: #c3272a;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
}

table .with-validate label.error::before {
    content: "";
    background-color: transparent;
    position: absolute;
    top: 100%;
    margin: 0;
    left: 20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #c3272a transparent transparent;
}
.copy {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}



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

body {
		font-size: 2.2rem;
		line-height: 1.8;
}
.pc{
	display:none;
}

.sp{
	display:block;
}
.in {
		width: 90%;
		margin: 0 auto;
}
.flex_w_sp{
	flex-wrap: wrap;
}

.sec_ttl .jp {
	font-size: 2.2rem;
	line-height: 1.5;
	margin-bottom: 14px;
}
.sec_ttl .en {
	font-size: 4.2rem;
	line-height: 1.1;
	overflow-wrap: anywhere;
}

#header .logo{
	width: 100%;
	text-align: center;
}
header#header{
	position: absolute;
	text-align: center;
	width: 100%;
}
header#header .right{
	display: none;
}


#main h1 {
  margin-top: 0;
	text-align: center;
}
#main h1 img{
	width: 92%;
}
#main .imgarea {
  margin: 24px 0 0;
	text-align: center;
}
#main .imgarea img{
	width: 84%;
}

.cta .btns{
	flex-wrap: wrap;
}
.cta .btns a{
	width: 100%;
	margin-bottom: 20px;
}

#about .lead_txt {
	font-size: 2.35rem;
	line-height: 1.8;
}
#about .about_answerer{
	padding: 26px 28px 30px;
	width: 100%;
}
#about .about_answerer_lead{
	font-size: 2.4rem;
}
#about .about_answerer ul{
	flex-wrap: wrap;
}
#about .about_answerer li{
	font-size: 2.2rem;
}
#about .textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 34px 34px 230px;
	font-size: 2.25rem;
}
#about .textarea .imgarea {
	position: absolute;
  right: 50%;
  bottom: -20px;
	width: auto;
  transform: translate(50%, 10px);
}

#knowhow .knowhow_intro,
#knowhow .knowhow_point{
	width: 100%;
}
#knowhow .knowhow_intro .question{
	display: block;
	font-size: 2.25rem;
	padding: 16px 20px;
}
#knowhow .knowhow_intro p:nth-of-type(2){
	font-size: 2.25rem;
	text-align: left;
}
#knowhow .knowhow_card{
	width: 100%;
	margin-bottom: 30px;
	padding: 30px;
}
#knowhow .knowhow_card h3{
	font-size: 2.4rem;
	min-height: 0;
}
#knowhow .knowhow_card .method,
#knowhow .knowhow_point span{
	font-size: 2.0rem;
}
#knowhow .knowhow_card .tag{
	font-size: 2.1rem;
}
#knowhow .knowhow_card p:last-child,
#knowhow .knowhow_point{
	font-size: 2.25rem;
}

#point .point_con {
	width: 100%;
	margin-right: 0;
	padding: 34px;
	margin-bottom: 30px;
}
#point .point_con h3 .en {
	font-size: 2.8rem;
}
#point .point_con h3 .jp {
	font-size: 2.4rem;
	line-height: 1.45;
}
#point .point_con .imgarea img{
	max-height: 86px;
	max-width: 86px;
}
#point .point_con .textarea{
	font-size: 2.25rem;
	line-height: 1.8;
}

#abi .abi_con {
  width: 50%;
  margin-bottom: 40px;
	padding: 0 10px;
}
#abi .abi_con h3 {
	font-size: 2.5rem;
	line-height: 1.35;
}
#abi .abi_con h3 span{
	font-size: 2.2rem;
	line-height: 1.45;
	margin-top: 7px;
}
#abi .abi_con .imgarea {
	width: 150px;
	height: 150px;
}
#abi .abi_con .imgarea img{
	max-height: 84px;
	max-width: 84px;
}
#abi .lead_txt{
	font-size: 2.35rem;
	line-height: 1.75;
}
#abi .u_txt{
	width: 100%;
	box-sizing: border-box;
}
#abi .u_txt ul li {
  width: 100%;
	font-size: 2.3rem;
	padding: 16px 20px 16px 54px;
}
#abi .u_txt ul li:before{
	top: 21px;
}

#works .in{
	width: 90%;
}
#works .result_stat{
	width: calc((100% - 18px) / 2);
	min-height: 118px;
}
#works .result_stat strong{
	font-size: 4.0rem;
}
#works .result_stat span{
	font-size: 1.8rem;
}
#works .result_stat h3{
	font-size: 2.1rem;
}
#works .alliance_ttl{
	font-size: 2.4rem;
}
#works .alliance_card{
	width: calc((100% - 18px) / 2);
	margin-bottom: 24px;
}
#works .alliance_card .thumb{
	font-size: 2.6rem;
	height: 130px;
	line-height: 1.25;
	padding: 0 10px;
	text-align: center;
}
#works .alliance_card p{
	font-size: 2.05rem;
}

#message .sec_ttl .en{
	font-size: 3.6rem;
}
#message .message_photo,
#message .message_text{
	width: 100%;
}
#message .message_photo{
	margin-bottom: 34px;
}
#message .message_photo img{
	height: 360px;
	object-position: 66% 50%;
}
#message .message_photo p{
	font-size: 2.2rem;
}
#message .message_photo h3{
	font-size: 2.3rem;
}
#message .message_text{
	padding: 30px;
}
#message .message_text h3{
	font-size: 2.3rem;
}
#message .message_text p{
	font-size: 2.2rem;
	line-height: 1.9;
}

#flow .flow_con_w{
	width: 100%;
}
#flow .flow_con {
	grid-template-columns: 1fr;
	margin-bottom: 36px;
	padding: 30px;
	text-align: center;
}
#flow .flow_con:after {
	bottom: -38px;
	height: 32px;
	left: 50%;
	transform: translateX(-50%);
}
#flow .flow_con h3 .en {
	font-size: 2.0rem;
}
#flow .flow_con h3 .jp {
  font-size: 24px;
	line-height: 1.4;
}
#flow .flow_con h3{
	text-align: center;
}
#flow .flow_con .textarea{
	font-size: 20px;
	line-height: 1.7;
	margin: 20px 0;
}
#flow .flow_con .imgarea img{
	max-height: 104px;
}

/*
	Main
*/
#form .in {
	padding: 40px 24px;
}
#form .des{
	font-size: 20px;
	line-height: 1.9;
}
#form table {
  width: 100%;
}
#form table th {
    text-align: left;
    display: block;
    padding-left: 0;
    width:100%;
    box-sizing:border-box;
}

#form table td {
    text-align: left;
    width: 100%;
    vertical-align: middle;
    display: block;
}

#form table td input,
#form table td select{
	height: 80px;
}

table .with-validate label.error {
	font-size: 2.0rem;
}

.sp_foot{
    display: flex;
    gap: 4px;
    justify-content: center;
    padding: 12px 8px;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing:border-box;
    z-index:9999;
    text-align:center;
}

.f_tel {
	background: #fff;
	border: 3px solid #000;
	color: #000;
	font-size: 1.9rem;
	font-weight: 600;
	padding: 14px 2px;
	box-shadow: 3px 3px 0px #000;
	transition: 0.5s;
	-webkit-appearance: none;
	border-radius: 10px;
	flex: 1 1 0;
	min-width: 0;
	width: auto;
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.25;
	white-space: nowrap;
}
.f_line {
	background: #22c80f;
	border: 3px solid #000;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 600;
	padding: 14px 2px;
	box-shadow: 3px 3px 0px #000;
	transition: 0.5s;
	-webkit-appearance: none;
	border-radius: 10px;
	flex: 1 1 0;
	min-width: 0;
	width: auto;
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.25;
	white-space: nowrap;
}
.f_con {
	flex: 1 1 0;
	min-width: 0;
	width: auto;
	background: #db3333;
	border: 3px solid #000;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 600;
	padding: 14px 2px;
	box-shadow: 3px 3px 0px #000;
	transition: 0.5s;
	-webkit-appearance: none;
	border-radius: 10px;
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.25;
	white-space: nowrap;
}


}

.thanks #main{
	padding: 200px 0 200px;
}
.thanks #main h1{
	font-size: 3.0rem;
	margin-bottom: 20px;
}
.thanks #main p{
	font-size: 1.6rem;
}


.cta_02{
	background: #4e9c39;
	padding: 60px 0;
	text-align: center;
}
.cta_02 h2{
	margin-bottom: 20px;
}
.cta_02 h2 span{
	display: block;
}
.cta_02 h2 span.txt{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 800;
	margin-top: 10px;
}
.cta_02 .btns {
	box-sizing: border-box;
	gap: 18px;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 25px;
	left: 0;
	padding: 0 30px;
	width: 100%;
}
.cta_02 .btns a{
	margin: 0;
}
.cta_02 .text_cta_btn{
	align-items: center;
	background: #fff;
	border: 4px solid #000;
	border-radius: 12px;
	box-shadow: 4px 4px 0 #000;
	box-sizing: border-box;
	color: #000;
	display: flex;
	flex-direction: column;
	font-size: 1.8rem;
	font-weight: 900;
	height: 88px;
	justify-content: center;
	line-height: 1.25;
	min-width: 0;
	padding: 12px 22px;
	text-align: center;
	white-space: nowrap;
	width: 34%;
}
.cta_02 .text_cta_btn .cta_tel_main{
	align-items: baseline;
	display: flex;
	justify-content: center;
	line-height: 1.25;
	margin-top: 0;
	white-space: nowrap;
}
.cta_02 .text_cta_btn .cta_tel_number{
	font-size: 1.55rem;
	line-height: 1.25;
	margin-top: 0;
}
.cta_02 .text_cta_btn .cta_tel_hours{
	font-size: 1.1rem;
	line-height: 1.25;
	margin-top: 0;
}
.cta_02 .text_cta_btn strong{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5rem;
	line-height: 1.1;
}
.cta_02 .text_cta_btn span{
	display: block;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-top: 4px;
	white-space: nowrap;
}
.cta_02 .text_cta_btn .cta_tel_note{
	font-size: 1.2rem;
	margin-top: 5px;
}
.cta_02 .text_cta_btn .cta_tel_time{
	font-size: 1.15rem;
	margin-top: 2px;
}
.cta_02 .text_cta_btn.line{
	background: #fff;
	color: #4e9c39;
	width: 22%;
}
.cta_02 .text_cta_btn.form{
	background: #000;
	color: #fff;
	width: 32%;
}
.cta_02 .text_cta_btn.tel{
	width: 38%;
}
.cta_02 .cta_w img{
	border-radius: 22px;
}
@media screen and (max-width: 640px) {
	.cta_02{
		padding: 46px 0;
	}
	.cta_02 .in{
		display: flex;
		flex-direction: column;
		width: 90%;
	}
	.cta_02 .cta_w{
		order: 1;
	}
	.cta_02 .btns{
		align-items: stretch;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 10px;
		left: 0;
		margin-top: 0;
		order: 2;
		padding: 0 24px;
		position: absolute;
		bottom: 24px;
		z-index: 2;
	}
	.cta_02 .btns a{
		width: 100%;
		margin-bottom: 0;
	}
	.cta_02 .text_cta_btn{
		font-size: 1.9rem;
		height: auto;
		min-height: 66px;
		min-width: 0;
		padding: 10px 12px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.cta_02 .text_cta_btn.tel{
		min-height: 108px;
		padding-left: 4px;
		padding-right: 4px;
		width: 100%;
	}
	.cta_02 .text_cta_btn .cta_tel_main{
		flex-direction: column;
		line-height: 1.25;
		white-space: nowrap;
	}
	.cta_02 .text_cta_btn .cta_tel_number{
		font-size: 2.35rem;
		white-space: nowrap;
	}
	.cta_02 .text_cta_btn .cta_tel_hours{
		font-size: 1.55rem;
		white-space: nowrap;
	}
	.cta_02 .text_cta_btn strong{
		font-size: 3.15rem;
	}
	.cta_02 .text_cta_btn span{
		font-size: 1.7rem;
	}
	.cta_02 .text_cta_btn .cta_tel_note,
	.cta_02 .text_cta_btn .cta_tel_time{
		font-size: 1.5rem;
		line-height: 1.2;
		white-space: nowrap;
	}
	.cta_02 .text_cta_btn .cta_tel_note{
		margin-top: 4px;
	}
	.cta_02 .text_cta_btn.line{
		font-size: 2.2rem;
		width: 100%;
	}
	.cta_02 .text_cta_btn.form{
		font-size: 2.1rem;
		line-height: 1.2;
		white-space: normal;
		width: 100%;
	}
	.cta_02 .text_cta_btn span{
		white-space: normal;
	}
	.cta_02 .btns a img{
		width: 70%;
	}
	
}
