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

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*

使用フォント

日本語
font-family: "ryo-gothic-plusn", sans-serif;
L300
R400
M500
B700

英語
font-family: "Inter", sans-serif;
R400
M500
SB600
B700

*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*マージン*/

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mt60{
	margin-top:60px;
}

.mt70{
	margin-top:70px;
}

.mt80{
	margin-top:80px;
}

.mt90{
	margin-top:90px;
}

.mt100{
	margin-top:100px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}

.mb60{
	margin-bottom:60px;
}

.mb70{
	margin-bottom:70px;
}

.mb80{
	margin-bottom:80px;
}

.mb90{
	margin-bottom:90px;
}

.mb100{
	margin-bottom:100px;
}

/*マージン*/

/*IMG*/

.img_ma{
	margin-right:auto;
	margin-left:auto;
	display:block;
	max-width: 100%;
}

img{
	max-width: 100%;
	height:auto;
}

/*IMG*/

a{
	transition:.2s;
	color:#333;
	text-decoration: none;
}

a:hover{
	color:#01b56c;
}

body{
	font-family: "ryo-gothic-plusn", sans-serif;
	font-size:16px;
	line-height:1.8;
	font-weight: 500;
	padding-top: 80px;
}

:root {
	color-scheme: only light !important;
}

@media screen and (max-width:600px) {
	body{
		font-size: 14px;
	}
}

/*ハンバーガー*/

.ham_btn img{
	transition: .3s;
}

.ham_open .ham_btn_img1{
	opacity: 0;
}

.ham_open .ham_btn_img2{
	opacity: 1;
}

.ham_bg{
	position: fixed;
	top:80px;
	left:0;
	z-index: 9;
	width:100%;
	height: calc( 100dvh - 80px );
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}

.ham_open .ham_bg{
	opacity: 1;
	pointer-events: auto;
}

.ham_wrap{
	position: fixed;
	right:-300px;
	top:80px;
	z-index: 50;
	width:90%;
	max-width: 300px;
	height: calc( 100dvh - 80px );
	padding-top:0;
	transition: .4s;
	cursor: default;
	opacity: 0;
	pointer-events: none;
}

.ham_open .ham_wrap{
	opacity: 1;
	right: 0;
}

.ham_open .ham_box{
	pointer-events: auto;
}

.ham_box{
	width:100%;
	max-height: 100%;
	overflow-y: auto;
	padding:50px 30px;
	background: url("images/green.webp") no-repeat center/cover;
}

.ham_nav_box{
	line-height: 1.2;
}

.ham_nav_box + .ham_nav_box{
	margin-top: 22px;
}

.ham_nav_box a{
	color:#fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0);
}

.ham_nav_box a:hover{
	border-bottom: 1px solid rgba(255,255,255,1.00);
}

.ham_nav_box > a{
	font-size: 18px;
}

.ham_nav_box ul{
	margin-top: 12px;
}

.ham_nav_box li + li{
	margin-top: 8px;
}

.ham_nav_box li a{
	font-size: 14px;
}

.ham_nav_btn{
	width:100%;
	margin-top: 40px;
}

.ham_nav_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.ham_nav_btn a:nth-of-type(1){
	background: #fff;
	color:#01b56c;
}

.ham_nav_btn a:nth-of-type(2){
	background: url("images/green2.webp") no-repeat center/cover;
	color:#fff;
	margin-top: 15px;
}

.ham_nav_btn a:hover{
	opacity: 0.6;
}

header{
	width:100%;
	height: auto;
	position: fixed;
	top:0;
	left: 0;
	z-index: 10;
	background: #fff;
}

.header{
	width:100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	background: #fff;
}

.h_logo{
	width:240px;
}

.h_logo img{
	display: block;
}

.h_nav{
	display: flex;
	align-items: center;
}

.h_nav1{
	display: flex;
	align-items: center;
}

.h_nav1 li{
	margin-right: 24px;
	font-size: 15px;
}

.h_nav2{
	display: flex;
	align-items: center;
}

.h_nav2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width:160px;
	height: 80px;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
}

.h_nav2 a:nth-of-type(1){
	background: url("images/green.webp") no-repeat center/cover;
}

.h_nav2 a:nth-of-type(2){
	background: url("images/green2.webp") no-repeat center/cover;
}

.h_nav2 a:hover{
	opacity: 0.6;
}

.ham_btn{
	height: 80px;
	width:80px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}

.ham_btn_img1{
	display: block;
	width:30px;
}

.ham_btn_img2{
	width:22px;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top:50%;
	left: 50%;
}

@media screen and (max-width:1250px) {
	body{
		padding-top: 60px;
	}
	
	.header{
		height: 60px;
		padding-left: 15px;
	}
	
	.h_logo{
		width:170px;
	}
	
	.h_nav1 li{
		font-size: 14px;
		margin-right: 20px;
	}
	
	.h_nav2 a{
		font-size: 16px;
		width:120px;
		height: 60px;
	}
	
	.ham_btn{
		width:70px;
		height: 60px;
	}
	
	.ham_bg{
		top:60px;
		height: calc( 100dvh - 60px );
	}
	
	.ham_wrap{
		top:60px;
		height: calc( 100dvh - 60px );
	}
}

@media screen and (max-width:1000px) {
	.h_nav1 , .h_nav2{
		display: none;
	}
}

.top_main{
	display: flex;
}

.top_main_src{
	width:100px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.top_main_src img{
	display: block;
	width:10px;
	opacity: 0;
	position: relative;
	top:-50px;
	animation: animation 3.5s infinite ease-out;
}

@keyframes animation{
	0%{
		/*アニメーションを開始するときのCSSを記述*/
		opacity: 0;
		top:-50px;
	}
	
	50%{
		/*アニメーションの中間のCSSを記述*/
		opacity: 1;
		top:0px;
	}

	100%{
		/*アニメーションを終了するときのCSSを記述*/
		opacity: 0;
		top:-50px;
	}
}

.top_main_img{
	width:calc( 100% - 100px );
	position: relative;
}

.top_main_img img{
	width:100%;
	display: block;
	max-height: calc( 100dvh - 80px );
	object-fit: cover;
}

.top_main_img img:nth-of-type(2){
	display: none;
}

.top_main_img video{
	width:100%;
	display: block;
	object-fit: cover;
	max-height: calc( 100dvh - 80px );
	object-fit: cover;
	object-position: left 80%;
}

.top_main_img video:nth-of-type(2){
	display: none;
}

.top_main_img .top_main_text{
	position: absolute;
	bottom:90px;
	left: 60px;
	width:630px;
	display: none;
}

@media screen and (max-width:1250px) {
	.top_main_src{
		width:50px;
	}
	
	.top_main_img{
		width:calc( 100% - 50px );
	}
	
	.top_main_img img{
		max-height: calc( 100dvh - 60px );
	}
	
	.top_main_img .top_main_text{
		bottom:40px;
		left: 30px;
		width:50%;
		max-width:530px;
	}
}

@media screen and (max-width:750px) {
	.top_main_src{
		display: none;
	}
	
	.top_main_img{
		width:100%;
	}
	
	.top_main_img img:nth-of-type(1){
		display: none;
	}
	
	.top_main_img img:nth-of-type(2){
		display: block;
		max-height: calc( 100dvh - 60px );
		object-fit: cover;
	}
	
	.top_main_img video:nth-of-type(1){
		display: none;
	}
	
	.top_main_img video:nth-of-type(2){
		display: block;
		max-height: calc( 100dvh - 60px );
	}
	
	.top_main_img .top_main_text{
		bottom:40px;
		left: 30px;
		width:80%;
		max-width:530px;
	}
}

.top1_wrap{
	padding:80px 20px 150px;
}

.top1{
	max-width: 1160px;
	margin:0 auto;
	position: relative;
	padding-top: 30px;
}

.top1_text{
	position: relative;
	z-index: 2;
}

.top1_h{
	font-size: 50px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 50px;
}

.top1_text > p{
	font-size: 18px;
	line-height: 2;
	margin-bottom: 70px;
}

.top1_text span{
	display: inline-block;
}

.btn1{
	width:280px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:url("images/ar1.svg") no-repeat 90% center #313027;
	background-size: 8px 14px;
	border: 1px solid #313027;
	border-radius: 100px;
	color:#fff;
	font-size: 18px;
	font-weight: 700;
}

.btn1:hover{
	color:#313027;
	background-image: url("images/ar1_2.svg");
	background-color: #fff;
}

.top1_img{
	width:400px;
	position: absolute;
	top:-20px;
	bottom:0;
	right: 0;
	z-index: 1;
}

.top1_img > div > div{
	transition: .8s;
}

.top1_img1{
	width:180px;
	height: 180px;
	position: absolute;
	top:0;
	right: 20px;
}

.top1_img1 > div:nth-of-type(1){
	width:110px;
	height: 110px;
	background: url("images/aqua.webp") no-repeat center/cover;
	position: absolute;
	top:0;
	right: 0;
}

.top1_img1 > div:nth-of-type(2){
	width:110px;
	height: 110px;
	border-radius: 200px;
	background: url("images/yellow.webp") no-repeat center/cover;
	position: absolute;
	bottom:0;
	left: 0;
	z-index: 2;
}

.top1_img2{
	width:240px;
	height: 240px;
	position: absolute;
	top:calc( 50% - 100px );
	left: 0;
	transform: translateY(-50%);
}

.top1_img2 > div:nth-of-type(1){
	width:144px;
	height: 144px;
	background: url("images/aqua.webp") no-repeat center/cover;
	position: absolute;
	bottom:0;
	right: 0;
}

.top1_img2 > div:nth-of-type(2){
	width:150px;
	height: 150px;
	border-radius: 200px;
	background: url("images/green.webp") no-repeat center/cover;
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
}

.top1_img3{
	width:360px;
	height: 310px;
	position: absolute;
	bottom:0;
	right: 0;
}

.top1_img3 > div:nth-of-type(1){
	width:200px;
	height:200px;
	background: url("images/green.webp") no-repeat center/cover;
	position: absolute;
	top:0;
	right: 0;
}

.top1_img3 > div:nth-of-type(2){
	width:200px;
	height: 200px;
	border-radius: 200px;
	background: url("images/yellow.webp") no-repeat center/cover;
	position: absolute;
	bottom:0;
	left: 0;
	z-index: 2;
}

.top1_img1.top1_img_chg > div:nth-of-type(1){
	border-radius:100px;
	right:calc( 100% - 110px );
	transform: rotate(90deg);
}

.top1_img1.top1_img_chg > div:nth-of-type(2){
	border-radius:0px;
	left:calc( 100% - 110px );
	transform: rotate(90deg);
}

.top1_img2.top1_img_chg > div:nth-of-type(1){
	border-radius:100px;
	right:calc( 100% - 144px );
	transform: rotate(90deg);
}

.top1_img2.top1_img_chg > div:nth-of-type(2){
	border-radius:0px;
	left:calc( 100% - 150px );
	transform: rotate(90deg);
}

.top1_img3.top1_img_chg > div:nth-of-type(1){
	border-radius:100px;
	right:calc( 100% - 200px );
	transform: rotate(90deg);
}

.top1_img3.top1_img_chg > div:nth-of-type(2){
	border-radius:0px;
	left:calc( 100% - 200px );
	transform: rotate(90deg);
}

@media screen and (max-width:1000px) {
	.top1_img{
		opacity: 0.8;
	}
}

@media screen and (max-width:600px) {
	.top1_wrap{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.top1{
		padding-top: 0;
	}
	
	.top1_h{
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	.top1_text > p{
		font-size: 15px;
		margin-bottom: 50px;
		
	}
	
	.top1_text .btn1{
		margin:0 auto;
	}
	
	.btn1{
		width:230px;
		height: 54px;
		font-size: 16px;
	}
	
	.top1_img{
		width:100%;
		height: 270px;
		position: relative;
		top:0;
		opacity: 1;
		margin-top: 40px;
	}
	
	.top1_img1{
		display: none;
	}
	
	.top1_img2{
		top:0;
		left: 50%;
		transform: translateX(-100%);
		width:130px;
		height: 130px;
	}
	
	.top1_img2 > div:nth-of-type(1){
		width:80px;
		height: 80px;
	}
	
	.top1_img2 > div:nth-of-type(2){
		width:80px;
		height: 80px;
	}
	
	.top1_img3{
		transform: none;
		width:180px;
		height: 160px;
		right:50%;
		transform: translateX(80%);
	}
	
	.top1_img3 > div:nth-of-type(1){
		width:100px;
		height: 100px;
	}
	
	.top1_img3 > div:nth-of-type(2){
		width:100px;
		height: 100px;
	}
	
	.top1_img > div > div{
		transition: .6s;
	}
	
	.top1_img2.top1_img_chg > div:nth-of-type(1){
		right:calc( 100% - 80px );
	}

	.top1_img2.top1_img_chg > div:nth-of-type(2){
		left:calc( 100% - 80px );
	}

	.top1_img3.top1_img_chg > div:nth-of-type(1){
		right:calc( 100% - 100px );
	}

	.top1_img3.top1_img_chg > div:nth-of-type(2){
		left:calc( 100% - 100px );
	}
}

@media screen and (max-width:380px) {
	.top1_text > p{
		font-size: 3.9vw;
	}
}

.top2_wrap{
	padding-top: 140px;
}

.top2_bg{
	background: url("images/green3.webp") no-repeat center/cover;
}

.top2{
	padding:0 20px;
	max-width: 1160px;
	margin:0 auto;
	padding-top: 1px;
	padding-bottom: 390px;
	position: relative;
}

.top2_mov{
	display: block;
	position: relative;
	z-index: 2;
	width:100%;
	max-width: 900px;
	margin:-141px auto 0;
	background: url("images/top2.webp") no-repeat center/cover;
}

.top2_mov:hover{
	opacity: 0.8;
}

.top2_mov::before{
	content:"";
	display: block;
	padding-top: 57%;
}

.top2_mov img{
	width:200px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.top2_pict1{
	position: absolute;
	top: -75px;
	left: 0;
}

.top2_pict2{
	position: absolute;
	bottom: -20px;
	right: 20px;
}

.top2_pict2_sp{
	display: none;
	position: absolute;
	bottom: -30px;
	right: 20px;
}

@media screen and (max-width:600px) {
	.top2_wrap{
		padding-top:70px;
	}
	
	.top2_mov{
		margin-top: -70px;
	}
	
	.top2_mov::before{
		padding-top: 70%;
	}
	
	.top2{
		padding-bottom: 130px;
	}
	
	.top2_pict1{
		top:auto;
		bottom:-30px;
		width:40px;
		left: 20px;
	}
	
	.top2_pict2{
		display: none;
	}
	
	.top2_pict2_sp{
		display: block;
	}
	
	.top2_mov img{
		width: 150px;
	}
}

.top_work_wrap{
	position: relative;
	z-index: 2;
	margin-top: -150px;
	margin-bottom: 60px;
}

.top_work_img{
	width:60%;
	height: 560px;
	background: url("images/top_work.webp") no-repeat center/cover;
}

.work_h_img{
	background: url("images/work_img.webp") no-repeat center/cover;
}

.top_work{
	max-width: 1320px;
	display: flex;
	justify-content: flex-end;
	margin:-230px auto 0;
	position: relative;
	z-index: 2;
}

.top_work_text{
	max-width: 770px;
	padding:50px 80px 80px;
	background: rgba(255,255,255,0.85);
}

.heading1{
	display: flex;
	align-items: center;
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
}

.heading1 p{
	position: relative;
	z-index: 2;
	padding-top: 20px;
}

.heading1 img{
	display: block;
	height: 90px;
	margin-left: -25px;
}

.top_work_p1{
	font-size: 24px;
	line-height: 1.6;
	font-weight: 700;
	margin:20px 0 20px;
}

.top_work_p1 span{
	display: inline-block;
}

.top_work_p2{
	max-width: 600px;
	margin-bottom: 40px;
}

.top_work_pict1{
	position: absolute;
	bottom:0;
	left: 0;
}

.top_work_pict1_sp{
	display: none;
	position: absolute;
	bottom:0;
	left: 0;
}

@media screen and (max-width:1000px) {
	.top_work_img{
		width:90%;
	}
	
	.top_work_text{
		padding:50px 30px;
	}
	
	.heading1 img{
		height: 70px;
	}
}

@media screen and (max-width:600px) {
	.top_work_wrap{
		margin-top: 100px;
		margin-bottom: 0;
		padding-bottom: 110px;
	}
	
	.top_work_img{
		width:100%;
		height: 270px;
	}
	
	.top_work{
		margin-top: -45px;
	}
	
	.top_work_text{
		padding:0;
		background: none;
	}
	
	.heading1{
		font-size: 28px;
	}
	
	.heading1 p{
		padding-top: 10px;
	}
	
	.heading1 img{
		height: 38px;
	}
	
	.top_work_text .heading1{
		padding:30px 20px 20px;
		background: rgba(255,255,255,0.85);
	}
	
	.top_work_p1{
		font-size: 20px;
		padding:0 20px;
		margin-top: 0;
	}
	
	.top_work_p2{
		padding:0 20px;
		margin-bottom: 30px;
	}
	
	.top_work_text .btn1{
		margin:0 auto;
	}
	
	.top_work_pict1{
		display: none;
	}
	
	.top_work_pict1_sp{
		display: block;
	}
}

.top_ppl_wrap{
	padding:70px 20px 100px;
	position: relative;
	margin-bottom: 80px;
}

.top_ppl_wrap::before{
	display: block;
	content:"";
	position: absolute;
	top:0;
	right: 0;
	bottom:0;
	width:calc( 100% - 130px );
	max-width:calc( 1030px + ( 100% - 1160px ) / 2 );
	background: url("images/green3.webp") no-repeat center/cover;
}

.top_ppl{
	position: relative;
	z-index: 5;
	max-width: 1160px;
	margin:0 auto;
}

.heading1_2 img{
	height: 110px;
}

.top_ppl_p1{
	padding:0 !important;
}

.top_ppl_p2{
	margin-bottom: 70px;
}

@media screen and (max-width:1000px) {
	.heading1_2 img{
		height: 90px;
	}
}


@media screen and (max-width:600px) {
	.top_ppl_wrap::before{
		width:calc( 100% - 60px );
	}
	
	.heading1_2 img{
		height: 50px;
		margin-left: -15px;
	}
	
	.top_ppl_p1{
		margin-top: 15px;
	}
	
	.top_ppl_p2{
		margin-bottom: 40px;
	}
}

@media screen and (max-width:380px) {
	.top_work_p1{
		font-size: 5.2vw;
	}
}

.top_ppl_list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.top_ppl_box{
	width:32%;
}

.top_ppl_box:nth-of-type(3n-1){
	margin-left: 2%;
	margin-right: 2%;
}

.top_ppl_box a{
	display: block;
}

.top_ppl_box_img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 25px;
	transition: .2s;
}

.top_ppl_box a:hover .top_ppl_box_img{
	opacity: 0.8;
}

.top_ppl_box_img::before{
	display: block;
	content:"";
	padding-top: 80%;
}

.top_ppl_box_h{
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 15px;
}

.top_ppl_box_name + .top_ppl_box_name{
	margin-top: 18px;
}

.top_ppl_box_name > div{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.top_ppl_box_name > div > p:nth-of-type(1){
	font-size: 112%;
	font-weight: 700;
	margin-right: 6px;
}

.top_ppl_pict1{
	position: absolute;
	top:-100px;
	right: 0;
	z-index: 4;
}

.top_ppl_pict_sp{
	display: none;
	position: absolute;
	bottom:-35px;
	right: 20px;
}

.top_ppl_more{
	margin-top: 50px;
	display: flex;
	justify-content: flex-end;
}

.top_ppl_more a{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
}

.top_ppl_more a img{
	width:36px;
	display: block;
	margin-left: 15px;
}

@media screen and (max-width:1000px) {
	.top_ppl_box_h{
		font-size: 2vw;
	}
	
	.top_ppl_box_name{
		font-size: 1.6vw;
	}
}

@media screen and (max-width:750px) {
	.top_ppl_list{
		justify-content: center;
	}
	
	.top_ppl_box{
		width:100%;
		max-width: 400px;
	}
	
	.top_ppl_box:nth-of-type(3n-1){
		margin-left: 0;
		margin-right: 0;
	}
	
	.top_ppl_box + .top_ppl_box{
		margin-top: 50px;
	}
	
	.top_ppl_box_h{
		font-size: 22px;
	}
	
	.top_ppl_box_name{
		font-size: 16px;
	}
}

@media screen and (max-width:600px) {
	.top_ppl_wrap{
		padding-bottom: 80px;
		margin-bottom: 120px;
	}
	
	.top_ppl_box + .top_ppl_box{
		margin-top: 40px;
	}
	
	.top_ppl_box_img{
		margin-bottom: 15px;
	}
	
	.top_ppl_box_h{
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.top_ppl_box_name{
		font-size: 13px;
	}
	
	.top_ppl_pict1{
		width:90px;
		top:-164px;
		z-index: 1;
	}
	
	.top_ppl_pict_sp{
		display: block;
	}
	
	.top_ppl_more{
		margin-top: 40px;
	}
	
	.top_ppl_more a{
		font-size: 16px;
	}
	
	.top_ppl_more a img{
		width:30px;
		margin-left: 10px;
	}
}

@media screen and (max-width:380px) {
	.top_ppl_box_h{
		font-size: 5.2vw;
	}
	
	.top_ppl_box_name{
		font-size: 13px;
	}
}

.top_blog_wrap{
	padding:0 20px 140px;
	position: relative;
	background: url("images/beige.webp") no-repeat center/cover;
}

.top_blog{
	max-width: 1160px;
	padding-top: 80px;
	margin:0 auto;
	position: relative;
}

.top_blog_p{
	margin: 10px 0 60px;
}

.top_blog_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_blog_box{
	width:32%;
}

.top_blog_box a{
	display: block;
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
	padding-bottom: 30px;
}

.top_blog_box a:hover{
	transform: scale(0.95);
}

.top_blog_box_img{
	width:100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.top_blog_box_img::before{
	display: block;
	content:"";
	padding-top: 66%;
}

.top_blog_box_text{
	padding:25px 30px 40px;
	position: relative;
	font-weight: 400;
}

.top_blog_box_blank{
	width:13px;
	display: block;
	position: absolute;
	bottom:0;
	right: 30px;
}

.top_blog_box_date{
	font-family: "Inter", sans-serif;
	font-weight: 500;
	line-height: 1;
	color:#07b66c;
}

.top_blog_box_h{
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	margin:15px 0;
}

.top_blog_pict1{
	position: absolute;
	top:-200px;
	left: 0;
}

.top_blog_pict2{
	position: absolute;
	top:-25px;
	right: 0;
}

@media screen and (max-width:900px) {
	.top_blog_pict2{
		top:-50px;
	}
}

@media screen and (max-width:750px) {
	.top_blog_list{
		justify-content: center;
	}
	
	.top_blog_box{
		width:100%;
		max-width: 450px;
	}
	
	.top_blog_box + .top_blog_box{
		margin-top: 20px;
	}
}

@media screen and (max-width:600px) {
	.top_blog_wrap{
		padding-bottom: 80px;
	}
	
	.top_blog{
		padding-top: 70px;
	}
	
	.top_blog_p{
		margin-bottom: 35px;
	}
	
	.top_blog_box a{
		padding-bottom: 30px;
	}
	
	.top_blog_box_text{
		padding:20px 20px 30px;
	}
	
	.top_blog_box_blank{
		right: 20px;
		width:12px;
	}
	
	.top_blog_box_h{
		font-size: 16px;
		margin: 10px 0;
	}
	
	.top_blog_pict1{
		width:66px;
		top:-85px;
	}
	
	.top_blog_pict2{
		display: none;
	}
}

.top_slider_wrap{
	position: relative;
	padding:150px 0 170px;
}

.top_slider{
	z-index: 3;
}

.top_slide{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.top_slide::before{
	display: block;
	content:"";
	padding-top: 100%;
}

.top_slide_pict1{
	width:95%;
	max-width: 910px;
	position: absolute;
	top:-90px;
	left: 50%;
	transform: translateX(-50%);
}

.top_slide_pict2{
	width:80%;
	max-width: 810px;
	position: absolute;
	bottom:80px;
	right: 90px;
}

.top_slide_pict1_sp{
	display: none;
	position: absolute;
	top:-56px;
	left: 50px;
}

.top_slide_pict2_sp{
	display: none;
	position: absolute;
	bottom:70px;
	left: 80px;
}

@media screen and (max-width:600px) {
	.top_slider_wrap{
		padding:120px 0 130px;
	}
	
	.top_slide_pict1 , .top_slide_pict2{
		display: none;
	}
	
	.top_slide_pict1_sp , .top_slide_pict2_sp{
		display: block;
	}
}

.ft_btn{
	display: flex;
	flex-wrap: wrap;
}

.ft_btn > a{
	width:50%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:30px;
	color:#fff;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
}

.ft_btn > a:nth-of-type(1){
	background: url("images/green.webp") no-repeat center/cover;
}

.ft_btn > a:nth-of-type(2){
	background: url("images/green2.webp") no-repeat center/cover;
}

.ft_btn > a:hover{
	opacity: 0.8;
}

.ft_btn > a > div{
	width:100%;
	max-width: 480px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ft_btn > a > div img{
	display: block;
	width:54px;
}

@media screen and (max-width:800px) {
	.ft_btn > a{
		height: 240px;
		font-size: 34px;
	}
	
	.ft_btn > a > div img{
		width:46px;
	}
}

@media screen and (max-width:600px) {
	.ft_btn > a{
		width:100%;
		height: 150px;
		font-size: 26px;
	}
	
	.ft_btn > a > div{
		max-width: 300px;
	}
	
	.ft_btn > a > div img{
		width:36px;
	}
}

footer{
	padding:80px 20px;
	background: #f6f6f6;
}

.footer{
	max-width: 1160px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	font-size: 14px;
}

.ft_l > img{
	width:300px;
}

.ft_com_name{
	font-weight: 700;
	margin:15px 0 4px;
}

.ft_com_name + p{
	font-size: 13px;
	font-weight: 400;
}

.ft_r{
	width:calc( 100% - 360px );
	max-width:460px;
}

.ft_nav{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.ft_nav > li{
	margin-left: 30px;
	margin-bottom: 14px;
}

.ft_r_btn{
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
}

.ft_r_btn .btn1{
	width:240px;
	font-size: 15px;
}

.ft_pp{
	width:100%;
	font-family: "Inter", sans-serif;
	text-align: right;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	margin-top: 35px;
	margin-bottom: 10px;
}

.ft_copy{
	width:100%;
	text-align: right;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 400;
}

@media screen and (max-width:700px) {
	.footer{
		justify-content: flex-start;
		flex-direction: row;
	}
	
	.ft_r{
		width:100%;
		max-width: 460px;
	}
	
	.ft_l{
		width:100%;
		margin-top: 50px;
	}
	
	.ft_nav{
		justify-content: flex-start;
	}
	
	.ft_nav > li{
		margin-left: 0;
		margin-right: 30px;
	}
	
	.ft_r_btn{
		justify-content: flex-start;
	}
	
	.ft_pp{
		text-align: left;
		margin-top: 10px;
	}
	
	.ft_copy{
		text-align: left;
		margin-top: 50px;
	}
}

@media screen and (max-width:450px) {
	footer{
		padding:60px 20px 80px;
	}
	
	.ft_nav > li{
		margin-right: 0;
		width:50%;
		margin-bottom: 10px;
	}
	
	.ft_r_btn{
		margin:30px 0 0;
	}
	
	.ft_r_btn .btn1{
		width:100%;
	}
	
	.ft_pp{
		margin-top: 10px;
	}
	
	.ft_copy{
		margin-top: 50px;
		text-align: center;
	}
}

.page_wrap{
	margin-top: 80px;
}

.com1{
	max-width: 1200px;
	padding:0 20px;
	margin:0 auto 120px;
	position: relative;
}

.com1_text{
	position: relative;
	z-index: 2;
}

.com1_text span{
	display: inline-block;
}

.heading1_com p{
	padding-top: 0;
}

.com1_p1{
	font-size: 28px;
	line-height: 1.5;
	margin:10px 0 30px;
}

.com1_p2{
	font-size: 18px;
}

.com1_pict1{
	position: absolute;
	top:0;
	right: 0;
}

.com1_pict1_sp{
	display: none;
	position: absolute;
	top:70px;
	right: 20px;
}

@media screen and (max-width:850px) {
	.com1_pict1{
		opacity: 0.9;
		width: 250px;
		top: 100px;
	}
}

@media screen and (max-width:700px) {
	.heading1_com img{
		margin-left: -140px;
	}
}

@media screen and (max-width:600px) {
	.page_wrap{
		margin-top: 50px;
	}
	
	.heading1_com img{
		margin-left: -70px;
	}
	
	.com1_p1{
		font-size: 24px;
		margin:50px 0 30px;
	}
	
	.com1_p2{
		font-size: 15px;
	}
	
	.com1_pict1{
		display: none;
	}
	
	.com1_pict1_sp{
		display: block;
	}
}

@media screen and (max-width:360px) {
	.heading1_com img{
		margin-left: -90px;
	}
	
	.com1_p2{
		font-size: 4.1vw;
	}
}

.com_mes_wrap{
	padding:130px 20px 110px;
	position: relative;
}

.com_mes{
	position: relative;
	z-index: 3;
	max-width: 1160px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.com_mes_l{
	width:440px;
}

.com_mes_l img{
	display: block;
	margin-bottom: 30px;
}

.com_mes_name{
	margin-bottom: 20px;
}

.com_mes_name > p{
	margin-bottom: 10px;
}

.com_mes_name > div{
	display: flex;
	align-items: center;
}

.com_mes_name > div > p{
	line-height: 1;
}

.com_mes_name > div > p:nth-of-type(1){
	margin-right: 15px;
}

.com_mes_name > div > p:nth-of-type(2){
	font-size: 24px;
	font-weight: 700;
}

.com_mes_name > div > p:nth-of-type(2) span{
	display: inline-block;
	margin-right: 15px;
}

.com_mes_l > p{
	font-size: 14px;
}

.com_mes_r{
	max-width: 660px;
	width:calc( 100% - 480px );
	position: relative;
}

.com_mes_r p{
	position: relative;
	z-index: 2;
}

.com_mes_h{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 40px;
}

.com_mes_h span{
	display: inline-block;
}

.com_mes_h_sp{
	display: none;
	width:100%;
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 20px;
}

.com_mes_wrap::before{
	display: block;
	content:"";
	width:calc( 100% - 350px );
	max-width: calc( 850px + ( 100% - 1160px ) / 2 );
	height: 100%;
	background: #e7f5f4;
	position: absolute;
	top:0;
	right: 0;
}

.com_mes_pict1{
	position: absolute;
	top:-80px;
	left: 0;
}

.com_mes_pict_sp{
	display: none;
	position: absolute;
	top:30%;
	right: -20px;
}

@media screen and (max-width:950px) {
	.com_mes_l{
		width:46%;
	}
	
	.com_mes_r{
		width:50%;
	}
	
	.com_mes_wrap::before{
		width:60%;
	}
}

@media screen and (max-width:600px) {
	.sp_none{
		display: none;
	}
	
	.com_mes_wrap{
		padding-top: 10px;
		padding-bottom: 80px;
	}
	
	.com_mes{
		justify-content: center;
	}
	
	.com_mes_l{
		width:270px;
	}
	
	.com_mes_l > img{
		display: block;
		margin-bottom: 24px;
	}
	
	.com_mes_name{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	
	.com_mes_name > p{
		margin-bottom: 10px;
	}
	
	.com_mes_name > div > p:nth-of-type(2){
		font-size: 20px;
	}
	
	.com_mes_l > p{
		font-size: 12px;
		display: table;
		margin:0 auto;
	}
	
	.com_mes_r{
		width:100%;
		margin-top: 40px;
	}
	
	.com_mes_h{
		display: none;
	}
	
	.com_mes_h_sp{
		display: block;
	}
	
	.com_mes_wrap::before{
		width:100%;
		top:140px;
		height: calc( 100% - 140px );
	}
	
	
	.com_mes_pict1{
		width:130px;
		top:-90px;
	}
	
	.com_mes_pict_sp{
		display: block;
	}
}

@media screen and (max-width:340px) {
	.com_mes_h_sp{
		font-size: 22px;
	}
}

.com_mis_wrap{
	padding:0 20px;
	position: relative;
	margin-top: 140px;
}

.com_mis_wrap::before{
	display: block;
	content:"";
	width:calc( 100% - 50px );
	max-width: calc( 1130px + ( 100% - 1160px ) / 2 );
	height: 100%;
	background: url("images/beige.webp") no-repeat center/cover;
	position: absolute;
	top:0;
	left: 0;
}

.com_mis{
	max-width: 1160px;
	padding: 130px 0 440px;
	margin:0 auto;
	position: relative;
	z-index: 2;
}

.com_mis_h{
	text-align: center;
	font-weight: 500;
	margin-bottom: 60px;
}

.com_mis_h p:nth-of-type(1){
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px;
}

.com_mis_h p:nth-of-type(2){
	font-size: 24px;
}

.com_mis_h p:nth-of-type(2) span{
	display: inline-block;
}

.com_flex{
	display: flex;
	justify-content: space-between;
}

.com_flex_text{
	text-align: center;
	font-weight: 400;
	position: relative;
	z-index: 2;
}

.com_flex_text + .com_flex_text{
	margin-top: 100px;
}

.com_flex_text_h{
	font-weight: 500;
	margin-bottom: 20px;
}

.com_flex_text_h p:nth-of-type(1){
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 18px;
}

.com_flex_text_h p:nth-of-type(2){
	font-size: 22px;
	line-height: 1.3;
}

.com_flex_l{
	width:calc( 50% - 160px );
	max-width: 300px;
}

.com_flex_l > div{
	width:100%;
	height: 300px;
	background: url("images/com_mis1.webp") no-repeat center/cover;
}

.com_flex_r{
	width:calc( 50% - 160px );
	max-width: 300px;
	display: flex;
	align-items: flex-end;
}

.com_flex_r > div{
	width:100%;
	height: 380px;
	background: url("images/com_mis2.webp") no-repeat center/cover;
}

.com_mis_pict1{
	position: absolute;
	top:-220px;
	left: -20px;
}

.com_mis_pict1_sp{
	display: none;
	position: absolute;
	top:-150px;
	left: 0px;
}

.com_mis_pict2{
	position: absolute;
	top:-210px;
	right: 0px;
}

.com_mis_pict2_sp{
	display: none;
	position: absolute;
	bottom:-150px;
	right: 0px;
}

.com_mis_pict3{
	position: absolute;
	bottom:420px;
	left: 60px;
}

.com_mis_pict4{
	position: absolute;
	bottom:310px;
	right: -20px;
}

@media screen and (max-width:700px) {
	.com_mis_wrap{
		margin-bottom: 220px;
	}
	
	.com_mis_wrap::before{
		left: auto;
		right: 0;
	}
	
	.com_mis{
		padding-bottom: 120px;
	}
	
	.com_mis_h{
		margin-bottom: 45px;
	}
	
	.com_mis_h p:nth-of-type(1){
		font-size: 24px;
	}
	
	.com_mis_h p:nth-of-type(2){
		font-size: 18px;
	}
	
	.com_mis_h p:nth-of-type(2) span{
		display: block;
	}
	
	.com_flex{
		justify-content: center;
	}
	
	.com_flex_text + .com_flex_text{
		margin-top: 50px;
	}
	
	.com_flex_text_h{
		margin-bottom: 10px;
	}
	
	.com_flex_text_h p:nth-of-type(1){
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.com_flex_text_h p:nth-of-type(2){
		font-size: 18px;
	}
	
	.com_flex_l{
		width:150px;
		position: absolute;
		top:-75px;
		right: -20px;
	}
	
	.com_flex_l > div{
		height: 150px;
	}
	
	.com_flex_r{
		width:160px;
		position: absolute;
		bottom:-150px;
		left: -20px;
	}
	
	.com_flex_r > div{
		height: 200px;
	}
	
	.com_mis_pict2{
		display: none;
	}
	
	.com_mis_pict3{
		width:44px;
		left: auto;
		right: 40px;
		bottom:40%;
	}
	
	.com_mis_pict4{
		display: none;
	}
}

@media screen and (max-width:600px) {
	.com_mis_wrap{
		margin-top: 110px;
	}
	
	.com_mis{
		padding-top: 140px;
	}
	
	.com_mis_pict1{
		display: none;
	}
	
	.com_mis_pict1_sp{
		display: block;
	}
	
	.com_mis_pict2_sp{
		display: block;
	}
}

.com_bene{
	margin-top: 140px;
	margin-bottom: 150px;
	position: relative;
	background: url("images/green3.webp") no-repeat center/cover;
}

.com_bene_img{
	width:calc( 100% - 50px );
	max-width: calc( 1160px + ( 100% - 1160px ) / 2 );
	height: 550px;
	background: url("images/com_bene_img.webp") no-repeat center/cover;
	position: absolute;
	top:-420px;
	right: 0;
}

.com_bene_text_wrap{
	width:calc( 100% - 50px );
	max-width: calc( 690px + ( 100% - 1160px ) / 2 );
	background: rgba(255,255,255,0.85);
	padding:80px 20px;
	padding-right: 40px;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
}

.com_bene_text{
	width:100%;
	max-width: 650px;
}

.com_bene_h{
	font-size: 46px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 30px;
}

.com_kan{
	max-width: 1160px;
	padding:80px 20px 150px;
	margin:0 auto;
	position: relative;
}

.com_kan_h{
	font-size: 40px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 45px;
}

.com_kan_box{
	position: relative;
	z-index: 2;
}

.com_kan_box + .com_kan_box{
	margin-top: 60px;
}

.com_kan_box_h{
	font-size: 24px;
	line-height: 1.3;
	font-weight: 500;
}

.com_kan_box_h img{
	display: none;
}

.com_kan_list{
	display: flex;
	flex-wrap: wrap;
}

.com_kan_list_box{
	width:32%;
	margin-right: 2%;
	background: #fff;
	padding:25px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.com_kan_list_box:nth-of-type(3n){
	margin-right: 0;
}

.com_kan_list_box > img{
	display: block;
	width:26.5%;
}

.com_kan_list_box > div{
	display: block;
	width:70%;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

.com_kan_list_box_h{
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
}

.com_kan_list_box > div > p{
	margin-top: 2px;
}

.com_bene_pict1{
	position: absolute;
	top:0;
	right: 20px;
}

.com_bene_pict2{
	position: absolute;
	bottom:-40px;
	right: 140px;
}

.com_bene_pict1_sp{
	display:none;
	position: absolute;
	top:-26px;
	right: 20px;
}

.com_bene_pict2_sp{
	display:none;
	position: absolute;
	bottom:-14px;
	right: 50px;
}

@media screen and (max-width:1150px) {
	.com_bene_text_wrap{
		width:100%;
		max-width: 690px;
	}
}

@media screen and (max-width:1100px) {
	.com_kan_list_box_h{
		font-size: 1.7vw;
	}
}

@media screen and (max-width:900px) {
	.com_kan_list_box{
		width:48.5%;
		margin-right: 3%;
	}
	
	.com_kan_list_box:nth-of-type(3n){
		margin-right: 3%;
	}
	
	.com_kan_list_box:nth-of-type(2n){
		margin-right: 0;
	}
	
	.com_kan_list_box_h{
		font-size: 20px;
	}
}

@media screen and (max-width:700px) {
	.com_bene{
		margin-top: 230px;
		background: #fff;
	}
	
	.com_bene_img{
		position: relative;
		top:0;
		width:100%;
		height: 300px;
	}
	
	.com_bene_text_wrap{
		padding:0;
		margin-top: -40px;
		background: none;
	}
	
	.com_bene_text{
		width:100%;
		max-width: 100%;
	}
	
	.com_bene_h{
		padding: 30px 20px 20px;
		padding-right: 40px;
		margin-bottom: 0;
		background: rgba(255,255,255,0.85);
		display: table;
	}
	
	.com_bene_text > p{
		padding:0 20px;
	}
	
	.com_kan{
		margin-top: 60px;
		background: url("images/green3.webp") no-repeat center/cover;
		padding:80px 20px 100px;
	}
	
	.com_kan_list_box_h{
		font-size: 2.8vw;
	}
}

@media screen and (max-width:600px) {
	.com_bene{
		margin-bottom: 110px;
	}
	
	.com_bene_img{
		height: 270px;
	}
	
	.com_bene_h{
		font-size: 28px;
	}
	
	.com_kan_h{
		font-size: 22px;
		margin-bottom: 30px;
	}
	
	.com_kan_box + .com_kan_box{
		margin-top: 20px;
	}
	
	.com_kan_box_h{
		padding:20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #fff;
		font-size: 18px;
		cursor: pointer;
	}
	
	.com_kan_box_h > img{
		display: block;
		width:28px;
		transition: .2s;
		transform: rotate(90deg)
	}
	
	.com_kan_list_open > img{
		transform: rotate(-90deg)
	}
	
	.com_kan_list_box{
		width:100%;
		margin: 0 !important;
		border-top: 1px solid #c6c7c7;
		padding:20px;
	}
	
	.com_kan_list_box > img{
		width:60px;
	}
	
	.com_kan_list_box > div{
		width:calc( 100% - 74px );
	}
	
	.com_kan_list_box_h{
		font-size: 16px;
	}
	
	.com_bene_pict1 , .com_bene_pict2{
		display: none;
	}
	
	.com_bene_pict1_sp , .com_bene_pict2_sp{
		display: block;
	}
}

.com_ol_wrap{
	position: relative;
	z-index: 2;
	padding:0 20px;
}

.com_ol_wrap2{
	position: relative;
	max-width: 1160px;
	margin:0 auto;
	padding-bottom: 150px;
}

.com_ol{
	max-width: 850px;
	margin:0 auto;
	position: relative;
	z-index: 2;
}

.com_ol_h{
	font-size: 40px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 6px;
}

.com_ol_tbl dl{
	padding:24px 0;
	border-bottom: 1px solid #313027;
	display: flex;
	flex-wrap: wrap;
}

.com_ol_tbl dt{
	width:230px;
	padding-left: 20px;
	font-weight: 700;
}

.com_ol_tbl dd{
	width:calc( 100% - 230px );
}

.com_ol_tbl dd span{
	display: inline-block;
}

.com_ol_pict1{
	position: absolute;
	top:-50px;
	left: 0;
}

.com_ol_pict2{
	position: absolute;
	bottom:-40px;
	left: 0;
}

.com_ol_pict2_sp{
	display: none;
	position: absolute;
	bottom:-20px;
	left: 30px;
}

.com_ol_pict3{
	width:70px;
	position: absolute;
	bottom:50%;
	right: 0;
}

@media screen and (max-width:600px) {
	.com_ol_wrap2{
		padding-bottom: 120px;
	}
	
	.com_ol_h{
		font-size: 22px;
		letter-spacing: 4px;
		margin-bottom: 30px;
	}
	
	.com_ol_tbl dl{
		font-size: 14px;
		padding:15px 0;
	}
	
	.com_ol_tbl dt{
		width:100%;
		padding:0;
		margin-bottom: 5px;
	}
	
	.com_ol_tbl dd{
		width:100%;
	}
	
	.com_ol_pict1{
		width:84px;
		top:-150px;
	}
	
	.com_ol_pict2{
		display: none;
	}
	
	.com_ol_pict2_sp{
		display: block;
	}
	
	.com_ol_pict3{
		width:40px;
		position: absolute;
		bottom:60px;
		right: 20px;
	}
}

.ayumi{
	background: #e7f5f4;
	padding:110px 0 180px;
	overflow: hidden;
	position: relative;
}

.ayumi_slider_wrap{
	display: flex;
	justify-content: flex-end;
	padding-left: 20px;
}

.ayumi_slider_wrap2{
	width:100%;
	max-width: calc( 1160px + ( 100% - 1160px ) / 2 );
}

.ayumi_slider{
	width:110%;
}

.ayumi_h{
	margin-bottom: 80px;
}

.ayumi_slider .slick-prev{
	width:50px;
	height: 50px;
	background: url("images/ayumi_l.svg") no-repeat center/contain;
	top:-130px;
	left:970px;
	transform: none;
	transition: .3s;
}

.ayumi_slider .slick-prev:before{
	display: none;
}

.ayumi_slider .slick-next{
	width:50px;
	height: 50px;
	background: url("images/ayumi_r.svg") no-repeat center/contain;
	top:-130px;
	left:1040px;
	transform: none;
	transition: .3s;
}

.ayumi_slider .slick-disabled{
	opacity: 0 !important;
	cursor: default;
}

.ayumi_slider .slick-next:before{
	display: none;
}

.ayumi_pict1{
	position: absolute;
	right: 130px;
	bottom:0;
}

@media screen and (max-width:1150px) {
	.ayumi_slider .slick-prev{
		left: auto;
		right: calc( 12% + 70px );
	}
	.ayumi_slider .slick-next{
		left: auto;
		right: 12%;
	}
}

@media screen and (max-width:700px) {
	.ayumi_slider .slick-prev{
		width:44px;
		height: 44px;
		top:auto;
		bottom:-100px;
		right: calc( 12% + 60px );
	}
	.ayumi_slider .slick-next{
		width:44px;
		height: 44px;
		top:auto;
		bottom:-100px;
	}
}

@media screen and (max-width:600px) {
	.ayumi_h{
		margin-bottom: 40px;
	}
	
	.ayumi_pict1{
		width:120px;
		right: auto;
		left: 40px;
	}
}

@media screen and (max-width:400px) {
	.ayumi_slider{
		width:150%;
	}
	
	.ayumi_slider .slick-prev{
		right: calc( 38% + 60px );
	}
	
	.ayumi_slider .slick-next{
		right: 38%;
	}
}

.work_h{
	margin-top: 0;
}

.work_h_pict1{
	position: absolute;
	top:80px;
	right: 20px;
}

.work_h_pict1_sp{
	display: none;
	position: absolute;
	bottom:-4px;
	right: 30px;
}

.work_h_pict2{
	position: absolute;
	top:540px;
	left: 0;
}

@media screen and (max-width:600px) {
	.work_h .top_work_p2{
		margin-bottom: 0;
	}
	
	.work_h_pict1{
		display: none;
	}
	
	.work_h_pict1_sp{
		display: block;
	}
	
	.work_h_pict2{
		width:80px;
		top:auto;
		bottom: -15px;
	}
}

.work_sche_wrap{
	background: url("images/green3.webp") no-repeat center/cover;
	padding:0 20px;
	position: relative;
	z-index: 2;
}

.work_sche{
	max-width: 1160px;
	margin:0 auto;
	padding:80px 0 180px;
	position: relative;
}

.work_sche_h{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.work_sche_h img{
	display: block;
	width:50px;
}

.work_sche_h > p{
	width:calc( 100% - 65px );
	font-size: 38px;
	line-height: 1.3;
	font-weight: 700;
}

.work_sche_h + p{
	margin-bottom: 50px;
}

.work_sche_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	background: #fff;
	padding:50px;
	position: relative;
	z-index: 2;
}

.work_sche_box{
	margin-top: 40px;
}

.work_sche_box_h{
	font-size: 28px;
	line-height: 1.6;
	font-weight: 500;
	color:#05aa5f;
}

.work_sche_list{
	width:calc( 100% - 300px );
}

.work_sche_list_box{
	display: flex;
	align-items: flex-start;
	line-height: 1.5;
}

.work_sche_list_box_time{
	width:160px;
	white-space: nowrap;
	text-align: right;
	color:#05aa5f;
	padding:8px 0;
	padding-right: 30px;
}

.work_sche_list_box_h{
	width:calc( 100% - 160px );
	padding:8px 0;
	padding-left: 30px;
	border-left: 1px solid #313027;
	position: relative;
	font-weight: 400;
}

.work_sche_list_box_h::before{
	content:"";
	display: block;
	width:12px;
	height: 12px;
	background: #ffff;
	border-radius: 10px;
	border:2px solid #05aa5f;
	position: absolute;
	top:12px;
	left: -8px;
}

.work_sche_list_box_h span{
	display: inline-block;
}

.work_sche_pict1{
	position: absolute;
	right: -20px;
	top: -30px;
}

.work_sche_pict1_sp{
	display: none;
	position: absolute;
	top:-30px;
	right: 20px;
}

.work_sche_pict2{
	position: absolute;
	top:-150px;
	left: -20px;
	z-index: 3;
}

.work_sche_pict2_sp{
	display: none;
	width:100px;
	position: absolute;
	left: 0px;
	bottom:100px;
	z-index: 3;
}

.work_sche_img_sp{
	width:100%;
	display: none;
	margin-bottom: 50px;
}

.work_sche_pict3_sp_wrap{
	position: relative;
	z-index: 1;
}

.work_sche_pict3_sp{
	display: none;
	position: absolute;
	right: -20px;
	top:-60px;
}

.work_sche_pict4{
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width:1000px) {
	.work_sche_pict1{
		top:-90px;
	}
}

@media screen and (max-width:900px) {
	.work_sche_box{
		padding:40px 20px;
	}
	
	.work_sche_box_h{
		margin-bottom: 20px;
	}
	
	.work_sche_box_h .sp_none{
		display: none;
	}
	
	.work_sche_list{
		width:100%;
	}
	
	.work_sche_pict2{
		display: none;
	}
	
	.work_sche_pict2_sp{
		display: block;
	}
}

@media screen and (max-width:600px) {
	.work_sche_wrap{
		position: static;
	}
	
	.work_sche{
		padding-top: 40px;
		padding-bottom: 110px;
	}
	
	.work_sche_h{
		margin-bottom: 20px;
	}
	
	.work_sche_h img{
		width:36px;
	}
	
	.work_sche_h p{
		width:calc( 100% - 46px );
		font-size: 24px;
	}
	
	.work_sche_h + p{
		margin-bottom: 30px;
	}
	
	.work_sche_box{
		margin-top: 20px;
		padding:30px 15px;
	}
	
	.work_sche_box_h{
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.work_sche_list_box_time{
		width:126px;
		padding:5px 0;
		padding-right: 14px;
	}
	
	.work_sche_list_box_h{
		width:calc( 100% - 126px );
		padding:5px 0;
		padding-left: 14px;
	}
	
	.work_sche_list_box_h::before{
		width:10px;
		height: 10px;
		top:8px;
		left: -7px;
	}
	
	.work_sche_pict1{
		display: none;
	}
	
	.work_sche_pict1_sp{
		display: block;
	}
	
	.work_sche_pict2_sp{
		bottom:30px;
	}
	
	.work_sche_pict3_sp{
		display: block;
	}
	
	.work_sche_pict4{
		display: none;
	}
	
	.work_sche_img_sp{
		display: block;
	}
}

@media screen and (max-width:350px) {
	.work_sche_h p{
		font-size: 22px;
	}
}

.work_img1_wrap{
	display: flex;
	justify-content: flex-end;
	padding-bottom: 140px;
	padding-left: 20px;
	margin-top: -50px;
	position: relative;
	z-index: 3;
}

.work_img1{
	position: relative;
	width:100%;
	max-width: calc( 1160px + ( 100% - 1160px ) / 2 );
	padding-bottom: 100px;
	display: flex;
	justify-content: flex-end;
}

.work_img1_1{
	width:calc( 100% - 370px );
	height: 500px;
	background: url("images/work_img1_1.webp") no-repeat 80% center;
	background-size: cover;
}

.work_img1_2{
	width:420px;
	position: absolute;
	bottom:0;
	left: 0;
}

.work_img_pict1{
	position: absolute;
	bottom:-40px;
	right: 0;
}

.work_img_pict2{
	position: absolute;
	bottom:-40px;
	right: 440px;
}

.work_img_pict2_sp{
	display: none;
	position: absolute;
	bottom:20px;
	right: 30px;
}

@media screen and (max-width:1000px) {
	.work_img_pict2{
		display: none;
	}
}

@media screen and (max-width:900px) {
	.work_img1_1{
		width:90%;
	}
}

@media screen and (max-width:600px) {
	.work_img1_wrap{
		margin-top: 0;
		padding-left: 0;
		padding-bottom: 50px;
	}
	
	.work_img1{
		padding-bottom: 0;
	}
	
	.work_img1_1{
		width:100%;
		height: auto;
	}
	
	.work_img1_1::before{
		content:"";
		display: block;
		padding-top: 67.5%;
	}
	
	.work_img1_2{
		display: none;
	}
	
	.work_img_pict1 , .work_img_pict2{
		display: none;
	}
	
	.work_img_pict2_sp{
		display: block;
	}
}

.work_desc_wrap{
	padding:0 20px 150px;
	position: relative;
	z-index: 3;
}

.work_desc{
	max-width: 1160px;
	margin:0 auto;
	position: relative;
	z-index: 2;
}

.work_desc_h{
	font-size: 38px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 30px;
}

.work_desc_h span{
	display: inline-block;
}

.work_desc_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.work_desc_flex_l{
	width:62%;
	max-width: 690px;
	position: relative;
}

.work_desc_flex_r{
	width:34%;
	max-width: 400px;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.work_desc_box{
	padding:40px 0;
	border-bottom: 1px solid #313027;
	position: relative;
	z-index: 2;
}

.work_desc_box:first-of-type{
	border-top: 1px solid #313027;
}

.work_desc_box_h{
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 14px;
}

.work_desc_box_h span{
	display: inline-block;
}

.work_desc_box_ul li{
	position: relative;
	padding-left: 20px;
	font-weight: 400;
}

.work_desc_box_ul li::before{
	content:"●";
	display: block;
	position: absolute;
	top:0;
	left: 0;
}

.work_desc_img{
	width:100%;
	height: 31%;
}

.work_desc_img1{
	background: url("images/work_desc1.webp") no-repeat center center;
	background-size: cover;
}

.work_desc_img2{
	background: url("images/work_desc2.webp") no-repeat 30% center;
	background-size: cover;
}

.work_desc_img3{
	background: url("images/work_desc3.webp") no-repeat center center;
	background-size: cover;
}

.work_desc_img_sp{
	display: none;
}

.work_desc_pict1{
	position: absolute;
	bottom:120px;
	left: 0;
}

.work_desc_pict2{
	position: absolute;
	bottom:-30px;
	right: 20%;
}

.work_desc_pict2_sp{
	display: none;
	position: absolute;
	bottom:30px;
	right: 40px;
}

.work_desc_pict3_sp{
	width:70px;
	display: none;
	position: absolute;
	bottom:-30px;
	left: 40px;
}

.work_desc_pict4_sp{
	width:100px;
	display: none;
	position: absolute;
	bottom:-80px;
	right: -10px;
}

@media screen and (max-width:800px) {
	.work_desc_flex_l{
		width:56%;
	}
	
	.work_desc_flex_r{
		width:40%;
	}
}

@media screen and (max-width:600px) {
	.work_desc_wrap{
		padding-bottom: 150px;
	}
	
	.work_desc_h{
		font-size: 24px;
		margin-bottom: 14px;
	}
	
	.work_desc_flex{
		margin-top: 40px;
	}
	
	.work_desc_flex_l{
		width:100%;
		max-width: 100%;
		margin-bottom: 60px;
	}
	
	.work_desc_flex_r{
		width:100%;
		max-width: 100%;
	}
	
	.work_desc_box{
		padding:30px 0;
	}
	
	.work_desc_box_h{
		font-size: 20px;
		margin-bottom: 12px;
	}
	
	.work_desc_box_ul li{
		padding-left: 16px;
	}
	
	.work_desc_img{
		display: none;
	}
	
	.work_desc_img_sp{
		width:100%;
		display: block;
	}
	
	.work_desc_pict1{
		width:100px;
		bottom:72%;
	}
	
	.work_desc_pict2{
		display: none;
	}
	
	.work_desc_pict2_sp , .work_desc_pict3_sp , .work_desc_pict4_sp{
		display: block;
	}
}

.work_skill_wrap{
	padding-top: 140px;
	background: url("images/beige.webp") no-repeat center/cover;
	margin-bottom: 190px;
}

.work_skill{
	width:100%;
	max-width: calc( 1180px + ( 100% - 1160px ) / 2 );
	padding-right: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.work_skill_r{
	width:620px;
	position: relative;
}

.work_skill_h{
	font-size: 38px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 30px;
}

.work_skill_h span{
	display: inline-block;
}

.work_skill_box{
	padding:20px 0;
	border-bottom: 1px solid #313027;
	position: relative;
	z-index: 2;
}

.work_skill_box_h{
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 8px;
}

.work_skill_box p{
	font-weight: 400;
}

.work_skill_l{
	width:calc( 100% - 690px );
	display: flex;
	justify-content: flex-end;
}

.work_skill_img{
	width:100%;
	height: 100%;
	max-width: 600px;
	position: relative;
	padding-right: 60px;
	padding-bottom: 130px;
}

.work_skill_img1{
	width:100%;
	height: 100%;
	background: url("images/work_skill_img1.webp") no-repeat center/cover;
}

.work_skill_img2{
	width:270px;
	position: absolute;
	bottom:0;
	right: 0;
}

.work_skill_pict_wrap{
	position: relative;
	max-width: 1160px;
	height: 170px;
	margin:0 auto;
}

.work_skill_pict1{
	position: absolute;
	bottom:-130px;
	right: 0;
}

.work_skill_pict2{
	width:100px;
	position: absolute;
	bottom:-80px;
	left: 0;
}

.work_skill_pict1_sp{
	display: none;
	position: absolute;
	bottom:-20px;
	left: 0;
}

.work_skill_pict2_sp{
	display: none;
	position: absolute;
	bottom:110px;
	right: -20px;
}

@media screen and (max-width:1100px) {
	.work_skill_r{
		width:48%;
	}
	
	.work_skill_l{
		width:48%;
	}
}

@media screen and (max-width:900px) {
	.work_skill_img{
		height: 700px;
		padding-right: 30px;
	}
}

@media screen and (max-width:700px) {
	.work_skill_img{
		height: 600px;
		padding-right: 10px;
	}
	
	.work_skill_img2{
		width:200px;
	}
	
	.work_skill_box_h{
		font-size: 22px;
	}
}

@media screen and (max-width:600px) {
	.work_skill_wrap{
		padding-top: 60px;
		margin-bottom: 70px;
	}
	
	.work_skill{
		padding-left: 20px;
	}
	
	.work_skill_h{
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.work_skill_r{
		width:100%;
	}
	
	.work_skill_l{
		width:100%;
		margin-top: 60px;
	}
	
	.work_skill_img{
		padding-right: 0;
		padding-bottom: 0;
		height: auto;
	}
	
	.work_skill_img1{
		width:100%;
		height: auto;
	}
	
	.work_skill_img1::before{
		content:"";
		display: block;
		padding-top: 114%;
	}
	
	.work_skill_img2{
		display: none;
	}
	
	.work_skill_box_h{
		font-size: 20px;
	}
	
	.work_skill_pict_wrap{
		height: 80px;
	}
	
	.work_skill_pict1 , .work_skill_pict2{
		display: none;
	}
	
	.work_skill_pict1_sp , .work_skill_pict2_sp{
		display: block;
	}
}

.work_team_wrap{
	padding:0 20px 200px;
	position: relative;
}

.work_team{
	max-width: 1160px;
	margin:0 auto;
	position: relative;
	z-index: 2;
}

.work_team_h{
	font-size: 38px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 40px;
}

.work_team_h span{
	display: inline-block;
}

.work_team_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.work_team_box{
	width:49%;
	font-weight: 400;
}

.work_team_box_img{
	display: block;
	width:100%;
}

.work_team_box_h{
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
	margin:20px 0 10px;
}

.work_team_pict1{
	position: absolute;
	bottom:-50px;
	right: 0;
}

.work_team_pict1_sp{
	display: none;
	position: absolute;
	bottom:30px;
	right: 10px;
}

@media screen and (max-width:600px) {
	.work_team_wrap{
		padding-bottom: 110px;
	}
	
	.work_team_h{
		font-size: 24px;
		margin-bottom: 25px;
	}
	
	.work_team_box{
		width:100%;
	}
	
	.work_team_box + .work_team_box{
		margin-top: 40px;
	}
	
	.work_team_box_h{
		font-size: 18px;
		margin-bottom: 6px;
	}
	
	.work_team_box p span{
		display: block;
	}
	
	.work_team_pict1{
		display: none;
	}
	
	.work_team_pict1_sp{
		display: block;
	}
}

.work_motome_wrap{
	padding:0 20px 150px;
	position: relative;
}

.work_motome{
	position: relative;
	z-index: 2;
	max-width: 1160px;
	margin:0 auto;
}

.work_motome_list{
	padding:60px;
	background: url("images/green3.webp") no-repeat center/cover;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.work_motome_box{
	width:31%;
	position: relative;
	z-index: 2;
}

.work_motome_box img{
	display: block;
}

.work_motome_box img:nth-of-type(2){
	display: none;
}

.work_motome_pict1{
	position: absolute;
	bottom:70px;
	left: 50px;
}

.work_motome_pict1_sp{
	display: none;
	width:130px;
	position: absolute;
	bottom:30px;
	left: 15px;
}

@media screen and (max-width:850px) {
	.work_motome_wrap{
		padding-right: 0;
		padding-left: 0;
	}
	
	.work_motome .work_team_h{
		padding:0 20px;
	}
	
	.work_motome_list{
		padding:50px 20px;
	}
	
	.work_motome_box{
		width:32%;
	}
}

@media screen and (max-width:600px) {
	.work_motome_wrap{
		padding-bottom: 0;
	}
	
	.work_motome{
		position: relative;
	}
	
	.work_motome_list{
		padding-bottom: 80px;
		justify-content: center;
	}
	
	.work_motome_box{
		width:100%;
		max-width: 400px;
	}
	
	.work_motome_box + .work_motome_box{
		margin-top: 20px;
	}
	
	.work_motome_box img:nth-of-type(1){
		display: none;
	}
	
	.work_motome_box img:nth-of-type(2){
		display: block;
	}
	
	.work_motome_pict1{
		display: none;
	}
	
	.work_motome_pict1_sp{
		display: block;
	}
}

.ppl_h_img{
	background: url("images/ppl_h_img.webp") no-repeat 40% 20%;
	background-size: cover;
}

.ppl_list_wrap{
	padding:0 20px 100px;
	position: relative;
}

.ppl_list_wrap .top_ppl_list{
	position: relative;
	z-index: 2;
	max-width: 1160px;
	margin:0 auto;
}

.ppl_list_wrap .top_ppl_list .top_ppl_box{
	margin-bottom: 60px;
}

.ppl_list_pict1{
	position: absolute;
	top:-120px;
	left: 0;
}

.ppl_list_pict2{
	position: absolute;
	bottom: 180px;
	left: 50px;
}

.ppl_list_pict3{
	position: absolute;
	bottom: 130px;
	right: 0;
}

.ppl_list_pict1_sp{
	display: none;
	position: absolute;
	top:-30px;
	left: 0;
}

.ppl_list_pict2_sp{
	display: none;
	position: absolute;
	bottom: 50%;
	right: 0;
}

.ppl_list_pict3_sp{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (max-width:750px) {
	.ppl_list_wrap .top_ppl_list .top_ppl_box{
		margin-bottom: 0;
	}
	
	.ppl_list_pict3{
		bottom:40%;
	}
}

@media screen and (max-width:600px) {
	.ppl_list_wrap{
		padding-bottom: 80px;
	}
	
	.ppl_list_pict1 , .ppl_list_pict2 , .ppl_list_pict3{
		display: none;
	}
	
	.ppl_list_pict1_sp , .ppl_list_pict2_sp , .ppl_list_pict3_sp{
		display: block;
	}
}

.heading1_pt{
	max-width: 1200px;
	margin:0 auto 70px;;
	padding:0 20px;
}

.ppl_wrap{
	max-width: 1060px;
	padding:0 20px;
	margin:0 auto 120px;
}

.ppl_catch1{
	font-size: 34px;
	line-height: 1.4;
	font-weight: 700;
}

.ppl_top_img{
	display: block;
	margin:30px auto 0;
}

.ppl_top_text{
	margin-top: 20px;
}

.ppl_catch2{
	font-size: 24px;
	line-height: 1.6;
	font-weight: 700;
	margin-top: 50px;
}

.ppl_pro_wrap{
	padding:50px 20px;
	background: #e7f5f4;
	margin-top: 30px;
}

.ppl_pro{
	width:100%;
	max-width: 880px;
	margin:0 auto;
}

.ppl_pro + .ppl_pro{
	margin-top: 30px;
}

.ppl_pro > p:nth-of-type(1){
	font-weight: 700;
	margin-bottom: 4px;
}

.ppl_pro > p:nth-of-type(2){
	font-size: 15px;
}

.ppl_pro > p:nth-of-type(2) span{
	display: inline-block;
}

.ppl_text_box{
	margin-top: 70px;
	font-size: 15px;
}

.ppl_text_box_h{
	font-size: 22px;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 20px;
}

.ppl_img{
	display: block;
	width:100%;
	max-width: 680px;
	max-height: 550px;
	object-fit: contain;
	margin:70px auto 0;
}

.ppl_back{
	border-top: 1px solid #313027;
	padding-top: 30px;
	display: flex;
	justify-content: flex-end;
	margin-top: 100px;
}

.ppl_back a{
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
}

.ppl_back a img{
	display: block;
	margin-left: 12px;
	width:36px;
}

@media screen and (max-width:600px) {
	.ppl_wrap{
		margin-bottom: 70px;
	}
	
	.heading1_pt{
		margin-bottom: 30px;
	}
	
	.ppl_catch1{
		font-size: 22px;
	}
	
	.ppl_top_img{
		height: 65vw;
		margin-top: 30px;
		object-fit: cover;
		object-position: center top;
	}
	
	.ppl_catch2{
		font-size: 20px;
		margin-top: 40px;
	}
	
	.ppl_pro_wrap{
		padding: 20px;
	}
	
	.ppl_pro + .ppl_pro{
		margin-top: 24px;
	}
	
	.ppl_pro > p:nth-of-type(1){
		font-size: 15px;
	}
	
	.ppl_pro > p:nth-of-type(2){
		font-size: 14px;
	}
	
	.ppl_text_box{
		margin-top: 40px;
		font-size: 14px;
	}
	
	.ppl_text_box_h{
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.ppl_img{
		margin-top: 40px;
	}
	
	.ppl_back{
		margin-top: 60px;
		padding-top: 20px;
	}
	
	.ppl_back a{
		font-size: 15px;
	}
	
	.ppl_back a img{
		width:26px;
		margin-left: 10px;
	}
}

.heading1_pt2{
	position: relative;
	margin-bottom: 100px;
}

.heading1_pt2 img{
	height: auto !important;
	position: absolute;
	top:-40px;
	right: 20px;
}

.heading1_pt2 .pt_pict_sp{
	display: none;
	position: absolute;
	top:-40px;
	right: 20px;
}

.faq_wrap{
	position: relative;
	padding:0 20px 150px;
	background: url("images/faq_bg.webp") no-repeat center top;
	background-size: 100% auto;
}

.faq{
	max-width: 1160px;
	margin:0 auto;
}

.faq + .faq{
	margin-top: 100px;
}

.faq_h{
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 30px;
}

.faq_box{
	background: #e7f5f4;
}

.faq_box + .faq_box{
	margin-top: 15px;
}

.faq_q_wrap{
	padding:0 30px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	cursor: pointer;
}

.faq_q{
	width:100%;
	padding:24px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq_q > img{
	width:20px;
	transition: .2s;
}

.faq_open .faq_q > img{
	transform: rotate(180deg);
}

.faq_q > div{
	width:calc( 100% - 30px );
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.faq_q > div > img{
	display: block;
	width:40px;
}

.faq_q > div > p{
	width:calc( 100% - 54px );
}

.faq_q > div > p span{
	display: inline-block;
}

.faq_a_wrap{
	padding:0 30px;
	font-size: 15px;
	line-height: 1.8;
}

.faq_a{
	padding:24px 0 34px;
	border-top: 2px dotted #c6c7c7;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.faq_a > img{
	width:40px;
}

.faq_a > div{
	width:calc( 100% - 54px );
	padding-top: 6px;
	font-weight: 500;
	color:#595757;
}

.faq_a > div a{
	position: relative;
	display: inline;
	background: linear-gradient(transparent 95%, #333 30%);
	padding-bottom: 3px;
}

@media screen and (max-width:600px) {
	.heading1_pt2{
		margin-bottom: 50px;
	}
	
	.heading1_pt2 > img{
		display: none;
	}
	
	.heading1_pt2 > .pt_pict_sp{
		display: block;
	}
	
	.faq_wrap{
		padding-bottom: 90px;
		background-image: url("images/faq_bg_sp.webp");
	}
	
	.faq + .faq{
		margin-top: 70px;
	}
	
	.faq_h{
		font-size: 20px;
	}
	
	.faq_q_wrap{
		padding:0 10px;
		font-size: 15px;
	}
	
	.faq_a_wrap{
		padding:0 10px;
		font-size: 13px;
	}
	
	.faq_q{
		padding:20px 0;
	}
	
	.faq_a{
		padding:20px 0;
	}
	
	.faq_q > img{
		width:14px;
	}

	.faq_q > div{
		width:calc( 100% - 22px );
	}
	
	.faq_q > div > img{
		display: block;
		width:30px;
	}

	.faq_q > div > p{
		width:calc( 100% - 40px );
	}
	
	.faq_a > img{
		width:30px;
	}

	.faq_a > div{
		width:calc( 100% - 40px );
		padding-top: 2px;
	}
}

.tri_h .heading1 p{
	white-space: nowrap;
	line-height: 1.5;
}

.tri_h .heading1 img{
	height: 190px;
	margin-left: -50px;
}

.tri_h_img{
	background: url("images/tri_h_img.webp") no-repeat 40% 20%;
	background-size: cover;
}

@media screen and (max-width:700px) {
	.tri_h .heading1 img{
		height: 170px;
		margin-left: -100px;
	}
}

@media screen and (max-width:600px) {
	.tri_h .heading1 img{
		height: 130px;
		margin-left: -80px;
	}
}

@media screen and (max-width:400px) {
	.tri_h .heading1 img{
		height: 110px;
		margin-left: -100px;
	}
}

.tri_wrap{
	padding-bottom: 110px;
	position: relative;
}

.tri_bg{
	padding:100px 20px;
	background: url("images/green3.webp") no-repeat center/cover;
}

.tri{
	max-width: 1000px;
	margin:0 auto;
}

.tri_box{
	padding:50px;
	background: #fff;
}

.tri_box + .tri_box{
	margin-top: 30px;
}

.tri_box_h{
	font-size: 40px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing: 4px;
}

.tri_box > p{
	font-size: 18px;
	margin-bottom: 30px;
}

.tri_info_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #313027;
	padding:20px 0;
	position: relative;
	z-index: 2;
}

.tri_info_box:nth-of-type(1){
	border-top: 1px solid #313027
}

.tri_info_box_h{
	width:90px;
	min-height: 44px;
	align-items: center;
	display: flex;
	justify-content: center;
	color:#fff;
	background: #595757;
	font-weight: 500;
}

.tri_info_box_text{
	width:calc( 100% - 120px );
	display: flex;
	align-items: center;
	font-weight: 400;
}

.tri_last{
	margin-top: 65px;
	padding:0 20px;
}

.tri_last p{
	text-align: center;
	font-size: 18px;
	position: relative;
	z-index: 2;
}

.tri_last .btn1{
	margin:40px auto 0;
}

.tri_pict1{
	position: absolute;
	top:-260px;
	left: 0;
}

.tri_pict2{
	position: absolute;
	top:-30px;
	right:20px;
}

.tri_pict3{
	position: absolute;
	bottom:44px;
	left: 0;
}

.tri_pict4{
	position: absolute;
	bottom:150px;
	right: 0;
}

.tri_pict1_sp{
	display: none;
	position: absolute;
	top:-27px;
	left: 0;
}

.tri_pict2_sp{
	display: none;
	position: absolute;
	bottom:0px;
	left: 0;
}

.tri_pict3_sp{
	display: none;
	position: absolute;
	bottom:40px;
	right: 40px;
}

@media screen and (max-width:750px) {
	.tri_box{
		padding: 40px 20px;
	}
}

@media screen and (max-width:600px) {
	.tri_wrap{
		padding-bottom: 120px;
	}
	
	.tri_bg{
		padding:60px 20px;
	}
	
	.tri_box{
		padding: 30px 20px;
		position: relative;
		z-index: 2;
	}
	
	.tri_box_h{
		font-size: 24px;
		margin-bottom: 15px;
		letter-spacing: 2px;
	}
	
	.tri_box > p{
		font-size: 15px;
		margin-bottom: 15px;
	}
	
	.tri_info_box{
		padding:0;
		border:none !important;
	}
	
	.tri_info_box + .tri_info_box{
		margin-top: 20px;
	}
	
	.tri_info_box_h{
		width:100%;
		min-height: 34px;
		padding:0 10px;
		margin-bottom: 10px;
	}
	
	.tri_info_box_text{
		width:100%;
	}
	
	.tri_last{
		margin-top: 30px;
	}
	
	.tri_last p{
		font-size: 15px;
	}
	
	.tri_last .btn1{
		margin-top: 30px;
	}
	
	.tri_pict1 , .tri_pict2 , .tri_pict3{
		display: none;
	}
	
	.tri_pict1_sp , .tri_pict2_sp , .tri_pict3_sp{
		display: block;
	}
	
	.tri_pict4{
		width:90px;
		bottom:320px;
	}
}

.jd_wrap{
	position: relative;
	padding: 1px 20px 150px;
	/*background: url("images/jd_bg.webp") no-repeat center bottom;
	background-size: 100% auto;*/
}

.jd_wrap2{
	position: relative;
	padding: 0 20px;
	overflow: hidden;
}

.jd{
	max-width: 1160px;
	margin:0 auto;
	position: relative;
	z-index: 2;
}

.jd_list_box_wrap{
	border:1px solid #313027;
	background: #fff;
}

.jd_list_box_wrap + .jd_list_box_wrap{
	margin-top: 20px;
}

.jd_list_box{
	max-width: 1120px;
	margin: 0 auto;
	padding:40px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.jd_list_box_ar1{
	display: block;
	width:60px;
	transition: .2s;
}

.jd_list_box_ar2{
	display: none;
	width:26px;
	transition: .2s;
}

.jd_open .jd_list_box_ar1 , .jd_open .jd_list_box_ar2{
	transform: rotate(-90deg);
}

.jd_list_box_text{
	width:calc( 100% - 80px );
	font-weight: 400;
}

.jd_list_box_h{
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 15px;
}

.jd_nav{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.jd_nav > p{
	font-size: 18px;
	margin-right: 10px;
}

.jd_nav_list{
	display: flex;
	align-items: center;
}

.jd_nav_list > li{
	line-height: 1;
	padding:5px 20px;
	border-radius: 30px;
	border:1px solid #313027;
	cursor: pointer;
	transition: .2s;
	margin-right: 5px;
}

.jd_nav_list > li:hover{
	color:#07b66c;
	border: 1px solid #07b66c;
}

.jd_nav_list > .jd_nav_on{
	background:#07b66c !important;
	color:#fff !important;
	border: 1px solid #07b66c !important;
}

@media screen and (max-width:600px) {
	.jd_wrap{
		padding-bottom: 100px;
	}
	
	.jd_list_box{
		padding:20px;
	}
	
	.jd_list_box_ar1{
		display: none;
	}
	
	.jd_list_box_ar2{
		display: block;
	}
	
	.jd_list_box_text{
		width:100%;
		font-size: 13px;
	}
	
	.jd_list_box_h{
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 16px;
	}
	
	.jd_list_box_h > p{
		width:calc( 100% - 40px );
	}
	
	.jd_nav > p{
		font-size: 15px;
	}
	
	.jd_pict_sp{
		display: block;
	}
}

.jd_box_wrap{
	padding:50px 20px 60px;
	border-top: 1px solid #313027;
}

.jd_box{
	max-width: 1000px;
	margin:0 auto;
}

.jd_box_h{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}

.jd_box_h > p{
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	width:calc( 100% - 200px );
}

.jd_box_h > a{
	display: flex;
	align-items: center;
	justify-content: center;
	width:170px;
	height: 50px;
	background: url("images/green2.webp") no-repeat center/cover;
	color:#fff;
	font-weight: 700;
}

.jd_box_h > a:hover{
	color:#fff;
	background-image: url("images/green.webp");
}

.jd_box_catch{
	border-top: 1px solid #b2b2b3;
	border-bottom: 1px solid #b2b2b3;
	padding:40px 0;
	font-weight: 400;
	margin-bottom: 60px;
}

.jd_box_catch1{
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 10px;
}

.jd_box_tbl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.jd_box_tbl dt{
	width:110px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #07b66c;
	color:#fff;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 50px;
}

.jd_box_tbl dd{
	width:calc( 100% - 130px );
	margin-bottom: 40px;
	font-weight: 400;
	padding-top: 4px;
}

.jd_box_tbl dt:last-of-type , .jd_box_tbl dd:last-of-type{
	margin-bottom: 0;
}

@media screen and (max-width:600px) {
	.jd_box_wrap{
		padding:30px 20px;
	}
	
	.jd_box_h{
		margin-bottom: 20px;
	}
	
	.jd_box_h > p{
		font-size: 20px;
		width:100%;
		margin-bottom: 20px;
	}
	
	.jd_box_h > a{
		width:100%;
		height: 50px;
		font-size: 15px;
	}
	
	.jd_box_catch{
		padding:20px 0;
		margin-bottom: 20px;
	}
	
	.jd_box_catch1{
		font-size: 18px;
	}
	
	.jd_box_tbl dt{
		width:90px;
		height: 30px;
		font-size: 15px;
		margin-bottom: 6px !important;
	}
	
	.jd_box_tbl dd{
		width:100%;
		padding-top: 0;
		margin-bottom: 20px;
		font-size: 13px;
	}
}

.jd_flow{
	margin-top: 150px;
}

.jd_flow_h{
	font-size: 50px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 60px;
}

.jd_flow_box{
	display: flex;
	align-items: flex-start;
}

.jd_flow_box_step{
	width:150px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #313027;
	color:#fff;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}

.jd_flow_box_text{
	width:calc( 100% - 200px );
	min-height: 140px;
	margin-left: 50px;
	padding-left: 50px;
	border-left: 1px solid #313027;
	padding-bottom: 30px;
	position: relative;
}

.jd_flow_box:last-of-type .jd_flow_box_text{
	min-height: auto;
	border-left: none;
	padding-bottom: 0;
}

.jd_flow_box_text::before{
	display: block;
	content:"";
	width:30px;
	height: 30px;
	position: absolute;
	top:4px;
	left: -15px;
	z-index: 3;
	background: #313027;
	border-radius: 20px;
}

.jd_flow_box:first-of-type .jd_flow_box_text::after{
	content:"";
	display: block;
	width:4px;
	height: 10px;
	position: absolute;
	top:0px;
	left: -2px;
	background: #fff;
}

.jd_flow_box:last-of-type .jd_flow_box_text::after{
	content:"";
	display: block;
	width:1px;
	height: 10px;
	position: absolute;
	top:0px;
	left: 0px;
	background: #313027;
}

.jd_flow_box_h{
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 10px;
}

.jd_flow_box_h span{
	display: inline-block;
}

@media screen and (max-width:600px) {
	.jd_flow{
		margin-top: 80px;
	}
	
	.jd_flow_h{
		font-size: 28px;
		margin-bottom: 35px;
	}
	
	.jd_flow_box_step{
		width:70px;
		height: 50px;
		font-size: 15px;
	}
	
	.jd_flow_box_text{
		width:calc( 100% - 90px );
		min-height: 0;
		margin-left: 20px;
		padding-left: 20px;
		font-size: 13px;
	}
	
	.jd_flow_box_text::before{
		width:15px;
		height: 15px;
		top:4px;
		left: -7px;
	}
	
	.jd_flow_box_h{
		font-size: 18px;
		margin-bottom: 6px;
	}
}

.ent_wrap{
	padding-bottom: 150px;
}

.ent_top{
	max-width: 920px;
	padding:0 20px;
	margin:0 auto 120px;
	font-size: 18px;
}

.mynv_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:40px 0;
}

.mynv_list li{
	width:48%;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.mynv_list li p{
	margin-bottom: 16px;
}

.mynv_list li a img{
	transition: .3s;
	display: block;
}

.mynv_list li a img:nth-of-type(2){
	display: none;
}

.mynv_list li a:hover img{
	transform: scale(0.9);
}

.ent_top_p2{
	position: relative;
	padding-left: 24px;
}

.ent_top_p2 span{
	position: absolute;
	top:0;
	left: 0;
}

@media screen and (max-width:600px) {
	.ent_top{
		font-size: 15px;
		margin-bottom: 60px;
	}
	
	.mynv_list{
		margin:20px 0;
	}
	
	.mynv_list li{
		width:100%;
		max-width: 300px;
		font-size: 15px;
		margin-bottom: 14px;
		line-height: 1.2;
	}
	
	.mynv_list li a img:nth-of-type(1){
		display: none;
	}
	
	.mynv_list li a img:nth-of-type(2){
		display: block;
	}
	
	.ent_top_p2{
		padding-left: 18px;
	}
}

.ppl_list_wrap .wp-pagenavi{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.ppl_list_wrap .wp-pagenavi .page{
	display: flex;
	justify-content: center;
	align-items: center;
	width:40px;
	height: 40px;
	border:1px solid #0bbd72;
	border-radius: 30px;
	background: #fff;
	line-height: 1;
	margin:0 5px;
}

.ppl_list_wrap .wp-pagenavi .page:hover{
	color:#0bbd72;
}

.ppl_list_wrap .wp-pagenavi .current{
	display: flex;
	justify-content: center;
	align-items: center;
	width:40px;
	height: 40px;
	border:1px solid #0bbd72;
	border-radius: 30px;
	background: #0bbd72;
	color:#fff;
	line-height: 1;
	margin:0 5px;
}

.ppl_list_wrap .wp-pagenavi .nextpostslink{
	display: block;
	margin-left: 50px;
}

.ppl_list_wrap .wp-pagenavi .nextpostslink img{
	display: block;
	width:12px;
}

.ppl_list_wrap .wp-pagenavi .nextpostslink:hover{
	opacity: 0.6;
}

.ppl_list_wrap .wp-pagenavi .previouspostslink{
	display: block;
	margin-right: 50px;
}

.ppl_list_wrap .wp-pagenavi .previouspostslink img{
	display: block;
	width:12px;
}

.ppl_list_wrap .wp-pagenavi .previouspostslink:hover{
	opacity: 0.6;
}

@media screen and (max-width:600px) {
	.ppl_list_wrap .wp-pagenavi{
		margin-top: 60px;
	}
	
	.ppl_list_wrap .wp-pagenavi .page{
		width:30px;
		height: 30px;
		margin:0 4px;
	}
	
	.ppl_list_wrap .wp-pagenavi .current{
		width:30px;
		height: 30px;
		margin:0 4px;
	}
	
	.ppl_list_wrap .wp-pagenavi .nextpostslink{
		margin-left: 20px;
	}
	
	.ppl_list_wrap .wp-pagenavi .nextpostslink img{
		width:10px;
	}
	
	.ppl_list_wrap .wp-pagenavi .previouspostslink{
		margin-right: 20px;
	}
	
	.ppl_list_wrap .wp-pagenavi .previouspostslink img{
		width:10px;
	}
}

.ent_form_bg{
	padding:100px 20px;
	background: url("images/green3.webp") no-repeat center/cover;
}

.ent_form_wrap{
	max-width: 1160px;
	margin:0 auto;
	background: #fff;
	padding: 80px 20px;
}

.ent_form{
	max-width: 920px;
	margin:0 auto;
}

.ent_form dl{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ent_form .jc_fs{
	align-items: flex-start;
}

.ent_form dl + dl{
	margin-top: 40px;
}

.ent_form dt{
	display: flex;
	align-items: center;
	width:260px;
}

.ent_form dt > p:nth-of-type(1){
	width:160px;
	font-size: 15px;
	line-height: 1.5;
}

.ent_form dt > p:nth-of-type(2){
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	width:60px;
	border-radius: 20px;
	background: #07b66c;
	color:#fff;
	text-align: center;
}

.ent_form dt > .ninni{
	background: #b2b2b3 !important;
}

.ent_form dd{
	width:calc( 100% - 260px );
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.ent_form dd input[type="text"]{
	display: block;
	width:100%;
	height: 70px;
	border:1px solid #313027;
	padding:0 20px;
	font-weight: 400;
}

.ent_form dd input[type="file"]{
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 400;
}

.ent_form dd input[type="file"]::file-selector-button{
	margin-right: 10px;
}

.ent_form dd .birth{
	max-width: 290px;
}

.ent_form dd input::placeholder{
	color:#b2b2b3;
	font-weight: 400;
}

.ent_form dd textarea{
	display: block;
	width:100%;
	height: 200px;
	border:1px solid #313027;
	padding:20px;
	font-weight: 400;
}

.ent_form dd textarea::placeholder{
	color:#b2b2b3;
}

.ent_form .radio label{
	font-weight: 400;
}

.form_pp_wrap{
	max-width: 740px;
	padding:0 20px;
	margin:70px auto 0;
}

.form_pp{
	width:100%;
	height: 250px;
	border:1px solid #313027;
	padding:10px 5px;
}

.form_pp p{
	height: 100%;
	padding:20px 15px;
	overflow: auto;
	font-weight: 400;
}

.submit{
	display: block;
	width:280px;
	line-height: 1;
	padding:20px;
	border:1px solid #313027;
	border-radius: 100px;
	background:url("images/ar1.svg") no-repeat 90% center #313027;
	background-size: 8px 16px;
	color:#fff;
	font-size: 18px;
	font-weight: 700;
	margin:60px auto 20px;
	cursor: pointer;
	transition: .3s;
}

.submit:hover{
	transform: scale(0.90);
}

.back{
	display: block;
	width:180px;
	line-height: 1;
	padding:18px;
	border:1px solid #999;
	border-radius: 100px;
	background:url("images/ar1.svg") no-repeat 90% center #999;
	background-size: 8px 16px;
	color:#fff;
	font-size: 18px;
	font-weight: 700;
	margin:0 auto;
	cursor: pointer;
	transition: .3s;
	font-family: "ryo-gothic-plusn", sans-serif;
}

.back:hover{
	transform: scale(0.90);
}

.error{
	display: block;
	color:#fff !important;
	padding: 0 10px;
	background:#f33 !important;
	font-size:14px;
	line-height:20px;
	margin-top:6px;
	font-family: "ryo-gothic-plusn", sans-serif;
}

.form_check{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.form_check label{
	font-weight: 500 !important;
}

.file_ul{
	margin-top: 30px;
}

.file_ul li{
	position: relative;
	padding-left: 16px;
	font-size: 14px;
}

.file_ul li::before{
	display: block;
	content:"※";
	position: absolute;
	top:0;
	left: 0;
}

@media screen and (max-width:700px) {
	.ent_form dt{
		width:100%;
		margin-bottom: 15px;
	}
	
	.ent_form dt > p:nth-of-type(1){
		padding-right: 10px;
		width:auto;
		max-width: calc( 100% - 60px );
	}
	
	.ent_form dd{
		width:100%;
	}
	
	.ent_form dd input[type="text"]{
		height: 54px;
	}
}

@media screen and (max-width:600px) {
	.ent_wrap{
		padding-bottom: 80px;
	}
	
	.ent_form_bg{
		padding:40px 20px;
	}
	
	.ent_form_wrap{
		padding:40px 20px;
	}
	
	.ent_form dt > p:nth-of-type(1){
		padding-right: 10px;
		width:auto;
		max-width: calc( 100% - 60px );
	}
	
	.ent_form dd{
		width:100%;
		font-size: 15px;
	}
	
	.ent_form dd input[type="text"]{
		height: 54px;
		padding:0 10px;
	}
	
	.ent_form dd textarea{
		height: 150px;
		padding:10px;
	}
	
	.ent_form dd input[type="file"]{
		display: flex;
		align-items: center;
		font-size: 15px;
	}
	
	.ent_form dd input[type="file"]::file-selector-button{
		appearance: none;
		width:120px;
		height: 30px;
		border-radius: 5px;
		border:1px solid #333;
		background: #eee;
		text-align: center;
		color:#333;
		font-size: 15px;
		padding:0;
	}
	
	.form_pp_wrap{
		margin-top: 50px;
	}
	
	.form_pp{
		height: 180px;
	}
	
	.submit{
		width:230px;
		margin-top: 40px;
		padding:15px;
		font-size: 16px;
	}
	
	.back{
		width:150px;
		padding:12px;
		font-size: 16px;
	}
}

.pp_wrap{
	max-width: 1200px;
	padding:0 20px;
	margin:0 auto 120px;
	font-size: 14px;
	line-height: 1.9;
	font-weight: 400;
}

.pp_h{
	font-weight: 100;
	font-family: "Inter", sans-serif;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 80px;
}

.pp_top{
	margin-bottom: 70px;
}

.pp_box + .pp_box{
	margin-top: 60px;
}

.pp_box_h{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 14px;
}

.pp_ol1{
	margin-top: 20px;
}

.pp_ol1 li{
	list-style: lower-alpha outside;
	margin-left: 16px;
}

.pp_ul1{
	margin-top: 20px;
}

.pp_ul1 li{
	list-style: disc outside;
	margin-left: 16px;
}

@media screen and (max-width:600px) {
	.pp_wrap{
		font-size: 14px;
		margin-bottom: 80px;
	}
	
	.pp_h{
		font-size: 24px;
		margin-bottom: 50px;
	}
	
	.pp_top{
		margin-bottom: 50px;
	}
	
	.pp_box + .pp_box{
		margin-top: 50px;
	}
	
	.pp_box_h{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.pp_ol1 , .pp_ul1{
		margin-top: 15px;
	}
}

.jd_pict1{
	position: absolute;
	top:400px;
	left: 0;
}

.jd_pict2{
	position: absolute;
	top:1300px;
	left: 0;
}

.jd_pict3{
	position: absolute;
	top:-65px;
	left: 30%;
}

.jd_pict4{
	position: absolute;
	top:70px;
	right: 5%;
}

.jd_pict5{
	position: absolute;
	bottom:110px;
	right: 0;
}

.jd_pict6{
	position: absolute;
	bottom:0px;
	left: 15%;
}

.jd_pict_sp1{
	display: none;
	width:32px;
	position: absolute;
	top:30px;
	left: 0;
}

.jd_pict_sp2{
	display: none;
	width:170px;
	position: absolute;
	top:10px;
	left: 0;
}

.jd_pict_sp3{
	display: none;
	position: absolute;
	top:-20px;
	right: 26px;
}

.jd_pict_sp4{
	display: none;
	position: absolute;
	bottom:30px;
	right: 0;
}

@media screen and (max-width:600px) {
	.jd_pict1 , .jd_pict2 , .jd_pict3 , .jd_pict4 , .jd_pict5 , .jd_pict6{
		display: none;
	}
	
	.jd_pict_sp1 , .jd_pict_sp2 , .jd_pict_sp3 , .jd_pict_sp4{
		display: block;
	}
}

.go_top{
	display: block;
	width: 50px;
	position: fixed;
	bottom:20px;
	right: 20px;
	z-index: 8;
	transform: rotate(-90deg);
	opacity: 0;
	pointer-events: none;
}

.go_top img{
	display: block;
	width:100%;
	transition: .3s;
}

.go_top:hover img{
	transform: scale(0.9);
}

@media screen and (max-width:600px) {
	.go_top{
		width: 40px;
		bottom:15px;
		right: 15px;
	}
}

.move1{
	transition: .6s;
	opacity: 0;
	transition-duration: 1.4s;
    transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}


/* 2025.12.19 FIX */

@media screen and (min-width:601px) {
	.heading1 p , .tri_box_h , .jd_flow_h , .work_sche_h , .work_desc_h , .work_skill_h , .work_team_h , .com_bene_h , .com_kan_h{
		letter-spacing: 5px;
	}
	
	.com_ol_h{
		letter-spacing: 8px;
	}
	
	.com1_p1 , .com_mes_h , .top_work_p1 , .com_mes_h{
		letter-spacing: 2px;
	}
	
	.top_blog_box_h{
		font-size: 18px;
		font-weight: 500;
	}
	
	.work_sche_box_h span{
		display: inline-block;
		margin-left: -14px;
	}
}

.top_blog_box_h{
	font-weight: 500;
}

.top_ppl_box_name , .jd_flow_box_text , .com_mes_l > p , .com_ol_tbl dd{
	font-weight: 400;
}

.work_sche_list_box_h span span{
	display:inline-block;
	margin-left: -8px;
}

.top_blog_box_h{
	margin-top: 0;
}

.sp_fix_btn{
	display: none;
	position: fixed;
	bottom:0;
	left: 0;
	z-index: 10;
	width:100%;
	transition: .2s;
	opacity: 0;
	pointer-events: none;
}

.sp_fix_btn a{
	width:50%;
	height: 60px;
	font-size: 14px;
	font-weight: 700;
	padding: 0 20px;
}

.sp_fix_btn a > div img{
	width:20px;
}

@media screen and (max-width:600px) {
	.ft_l > img{
		width:220px;
	}
	
	.ft_pp{
		margin-top: 20px;
	}
	
	.top_ppl_box_img::before{
		padding-top: 60%;
	}
	
	.top_blog_box_img::before{
		padding-top: 55%;
	}
	
	.top_blog_box a{
		padding-bottom: 20px;
	}
	
	.work_sche_list_box_h span span{
		display:inline-block;
		margin-left: -7px;
	}
	
	.sp_fix_btn{
		display: flex;
	}
	
	.go_top{
		bottom:80px;
	}
	
	.work_skill_img1{
		background: url("images/work_skill_img1_sp.webp") no-repeat center/cover;
	}
}

@media screen and (max-width:370px) {
	.work_sche_box_h .sp_none{
		display: inline;
	}
	
	.work_sche_box_h span{
		display: inline-block;
		margin-left: -10px;
	}
}



/* 2025.12.19 FIX end */




























