@charset "UTF-8";

body{
	scroll-behavior: smooth;
}
.subhead {
    position: relative;
    background-image: url(../img/profile/subhead_bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 280px;
    margin: 80px 0 0 0;
}

.subhead_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #006532;
}

h2.subhead_font {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

span.subhead_font_jp {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.link_btn_area{
	display:flex;
	margin: 80px auto 0;
	justify-content: space-between;
	width: 90%;
	max-width:500px;
}
.link_btn{
	width: 40%;
}
.link_btn a{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	background:#026432;
	border:1px solid#026432;
	padding:25px 10px;
	box-sizing: border-box;
	transition-duration: 0.4s;
}
.link_btn a:hover{
	background:#fff;
	color:#026432;
	box-sizing: border-box;
	transition-duration: 0.4s;
}


.link_btn span{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

.link_btn span:after{
	position:absolute;
	content:"";
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 2px solid #ffd900;
	width: 100%;
	opacity:0;
	transition-duration: 0.4s;
}
.link_btn a:hover span:after{
	opacity:1;
	transition-duration: 0.4s;
}
.page_link{
	margin-top: -40px;
	padding-top: 40px;
	display: block;
}
.common_inner{
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.cap{
	text-indent: -1em;
	padding-left: 1em;
}
.txt_red{
	color:#ff0000;
	font-weight: 500!important;
}


.area_support01{
	margin: 80px auto;
}
.area_support02{
}



.tag_ttl {
	position: relative;
	display: inline-flex;
	align-items: center;
	background-color: #006532;
	padding: 0 20px;
	height: 60px;
	margin-bottom: 30px;
}
.support .tag_ttl{
	width: 108px;
	position: relative;
}
p.tag_ttl_font {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1;
	position: relative;
	bottom: 4px;
	text-align: center;
}
p.tag_ttl_font span.tag_font_en {
	font-size: 14px;
	letter-spacing: 0.24em;
	font-weight: bold;
	color: #ffd900;
}
.policy_area .tag_object {
	bottom: 0px;
	right: -40px;
	width: 30px;
}
.tag_ttl::after {
	position: absolute;
	right: -21px;
	content: "";
	border-top: 30px solid transparent;
	border-left: 21px solid #006532;
	border-bottom: 30px solid transparent;
}

.area_ttl{
	width: 100%;
	border-bottom: 1px solid #333;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.area_ttl p{
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-weight: 600;
	color: #006532;
}
.area_ttl_un{
	font-size: 22px;
	letter-spacing: 0.08em;
	line-height: 1.8;
	font-weight: 500;
	color: #006532;
	margin-bottom: 40px;
}
.read{
	font-size: 20px;
	letter-spacing: 0.08em;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 40px;
}

.img_flex{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.img_flex_in01{
	width: 22%;
}
.img_flex_in02{
	width: 52.78%;
	max-width: 632px;
}
.area_support02{
	background-color: #fafffc;
	width: 100vw;
	padding: 80px 0;
}
.common_inner02{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.flex01{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.flex01 .txt_box{
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.flex01 .txt_box p{
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	font-weight: 500;
}
.flex01 .img_box{
	width: 30%;
}
.sub_ttl{
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 30px;
	color: #006532;
}
.area_wrap{
	margin-bottom: 50px;
}
.hurikomi{
	padding: 30px 20px;
	/* margin-bottom: 40px; */
	box-shadow: 1px 1px 3px #d6d6d6;
}
.hurikomi p{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 30px;
}
.hurikomi p.data{
	text-align: center;
	border-bottom: 1px dotted #d6d6d6;
	padding-bottom: 40px;
	margin-bottom: 40px;
	font-weight: 500;
}
.hurikomi p.data02{border-bottom: 1px solid #d6d6d6;padding-bottom: 10px;margin-bottom: 10px;line-height: 1;font-weight: 500;}
.hurikomi p:nth-last-of-type(1){
margin-bottom:0;
}
.caption_area .read{
	margin-bottom:0;
}

.contact_area{background: #fff;padding: 30px 0;margin-bottom: 50px;/* background: #000; */}
.contact_area p{text-align: center;font-size: 20px;}
.contact_inner{
	margin: 30px auto;
}
.contact_inner p{

	
}
.contact_inner p.txt01{font-size: 30px;letter-spacing: 0.08em;line-height: 1.5;font-weight: 500;color: #026432;margin-bottom: 15px;}
.contact_inner p.txt02{margin-bottom: 10px;font-size: 18px;letter-spacing: 0.08em;line-height: 1.6;color: #026432;}

/* link */
.link_box{
	width: 100%;
	max-width: 450px;
	height: 100px;
	margin: 50px auto;
}

.link_box a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #029f4f;
	padding: 0 20px;
	position: relative;
	box-shadow: 5px 5px 18px rgb(141 130 97 / 47%);
	text-align: center;
	font-size: 20px;
	transition: 0.5s;
}
.link_box02 a {
	background: #006532;
	transition: 0.5s;
}
.link_box .arrow {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate(0, -50%);
	transition: 0.5s;
}
.link_box:hover.link_box .arrow{
	transform: translate(0, -50%) rotate(360deg);
	transition: 0.5s;
}
.link_box:hover.link_box a{
	background: #006532;
	transition: 0.5s;
}
.link_box02:hover.link_box02 a{
	background: #029f4f;
	transition: 0.5s;
}
.link_box .arrow::before {
	width: 99%;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
}
.link_box .arrow::after {
	width: 20%;
	height: 1px;
	top: 41%;
	left: 135%;
	transform: translate(0px, 0px) rotate(70deg);
}
.link_box .arrow::before, .link_box .arrow::after {
	content: "";
	display: inline-block;
	background: #fff;
	position: absolute;
}


.br_768{
	display:none
}
.br_650{
	display:none;
}
.br_500{
	display:none;
}


@media screen and (max-width: 1650px) {
.link_btn a{
	font-size: 20px;
	padding: 15px 5px;
}
	.tag_ttl {
    height: 50px;
	}
	p.tag_ttl_font {
    font-size: 20px;
    bottom: 3px;
	}
	p.tag_ttl_font span.tag_font_en {
    font-size: 12px;
	}
	.tag_object {
    top: 0px;
    right: -35px;
	width: 25px;
	}
	.tag_ttl::after {
    right: -15px;
    border-top: 25px solid transparent;
    border-left: 15px solid #006532;
    border-bottom: 25px solid transparent;
	}

	.link_box a {
		font-size: 18px;
	}
	.link_box {
			height: 80px;
			max-width: 410px;
			margin: 40px auto;
	}

}
@media screen and (max-width: 1200px){
	.subhead{
		margin:60px 0 0 0;
	}
	.area_ttl{
	
	}
	.area_ttl p{
		font-size: 26px;
	}

	.area_ttl_un{font-size: 20px;}
	.read{
		font-size: 18px;
	}
	.sub_ttl{
		font-size: 20px;
	}
	.flex01 .txt_box p{
		font-size:20px;
	}
	.hurikomi p{
		font-size:18px;;
	}
}
@media screen and (max-width: 768px) {
	.br_768{
		display:block
	}
	.contact_area{/* background: transparent; *//* padding: 0; *//* margin-bottom: 0; */}
	.contact_inner{
		/* display: none; */
		margin-bottom: 0;
	}
	.link_box{
		/* display: none; */
	}
	.area_support02{
		padding: 40px 0;
	}

	.area_wrap{

	}
	.tag_ttl::before {
    content: "";
    background: #006532;
    width: 40px;
    height: 100%;
    position: absolute;
    left: -20px;
	}
	
	.area_ttl{
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
	}
	.area_ttl p{
		font-size: 18px;
	}
	.area_ttl_un{
		font-size:16px;
		margin-bottom: 30px;
	}
	.read{
		margin-bottom: 30px;
		font-size: 15px;
	}
	.flex01{
		margin-bottom:30px;
	}
	.sub_ttl{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.flex01 .txt_box p{
		font-size: 18px;
	}
		.hurikomi p{
		font-size:18px;
		margin-bottom: 20px;
	}
	.hurikomi{
		padding:20px;
		/* margin-bottom: 30px; */
	}
	.hurikomi p{
		font-size:15px;;
	}
	.hurikomi p.data{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 650px){
	.br_650{
		display: block;
	}
	.link_btn_area{
		margin:60px auto 0;
		width: 100%;
	}
	.area_support01{
		margin:60px auto;
	}
	.area_ttl_un br{
		display:none;
	}
	p.tag_ttl_font span.tag_font_en {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
	}
	p.tag_ttl_font {
    font-size: 16px;
    bottom: 2px;
	}
	
	.flex01 .txt_box{
	padding: 30px 0;
	}

	.flex01 .txt_box{
		width:100%;
	}
	.flex01 .img_box{
		width:50%;
		margin:0 auto;
	}
	.flex01 .txt_box p{
		font-size:16px;
	}

	.contact_area p{
		font-size:15px;
	}
}
@media screen and (max-width: 500px){
	.none_500{
		display: none;
	}
	.br_500{
		display:block;
	}
	
}