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


/*

使用フォント

日本語
font-family: "fot-rodin-pron", sans-serif;

英語
font-family: "avenir-lt-pro", sans-serif;
Light：200
Book：300
Roman：400
Medium：500
Heavy：700
Black：800

*/

.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:#e2679d;
}

body{
	font-family: "fot-rodin-pron", sans-serif;
	font-size:16px;
	line-height:2;
}

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

header{
	width:100%;
	height: 60px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 10;
}

/*ハンバーガー*/
.ham_btn{
	display: block;
	width:70px;
	cursor: pointer;
}

.ham_bg{
	position: fixed;
	top:0;
	left:0;
	z-index: 20;
	background:rgba(237,124,174,0.90);
	width:100%;
	height: 100dvh;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}

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

.ham_wrap{
	position: fixed;
	right:0;
	top:0;
	z-index: 50;
	width:100%;
	height: 100dvh;
	padding-top:0;
	transition: .4s;
	cursor: default;
	opacity: 0;
	pointer-events: none;
}

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

.ham_box{
	width:100%;
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

header{
	width:100%;
	padding: 20px;
	position: fixed;
	top:0;
	z-index: 10;
}

.header{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.h_logo{
	width:430px;
}

.h_logo img{
	display: block;
}

.h_nav{
	display: flex;
}

.h_nav > ul{
	display: flex;
	align-items: center;
	padding:0 30px;
	background: rgba(255,255,255,0.60);
}

.h_nav > ul li{
	margin-right: 25px;
}

.h_ent{
	width:170px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("images/ent_bg.webp") no-repeat center/cover;
	color:#fff;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	font-family: "avenir-lt-pro", sans-serif;
	text-decoration: none;
}

.h_ent:hover{
	opacity: 0.8;
	color:#fff;
}

@media screen and (max-width:1370px) {
	.h_logo{
		width:350px;
	}
	
	.h_nav > ul{
		padding:0 20px;
	}
	
	.h_nav > ul li:last-of-type{
		margin-right: 0;
	}
	
	.h_ent{
		width:130px;
	}
}

@media screen and (max-width:1200px) {
	.h_logo{
		width:250px;
	}
	
	.h_nav > ul{
		font-size: 14px;
	}
	
	.h_ent{
		width:100px;
		height: 50px;
		font-size: 18px;
	}
}

@media screen and (max-width:1000px) {
	header{
		padding:10px;
	}
	
	.header{
		padding:5px;
		background: rgba(255,255,255,0.60);
	}
	
	.h_logo{
		width:calc( 100% - 100px );
		max-width:230px;
	}
	
	.h_nav > ul{
		display: none;
	}
	
	.h_ent{
		width:90px;
		height: 36px;
		font-size: 12px;
	}
}

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

.top_main{
	position: relative;
	max-width: 1300px;
	margin:0 auto;
	height: 100dvh;
	padding:0 20px;
	display: flex;
	justify-content: flex-end;
}

.top_main_text{
	position: absolute;
	top:140px;
	left: 20px;
	z-index: 2;
	width:55%;
	max-width:600px;
	max-height: calc( 100dvh - 370px );
	object-fit: contain;
	object-position: left;
}

.top_main_slider_wrap{
	width:480px;
	display: flex;
	justify-content: space-between;
}

.top_main_slider_l{
	width:calc( 50% - 8px );
	height: 100dvh;
}

.top_main_slider_r{
	width:calc( 50% - 8px );
	height: 100dvh;
	transform: rotate(180deg);
}

.top_main_slider_r img{
	transform: rotate(180deg);
}

.top_main_slider_l .slick-list , .top_main_slider_r .slick-list{
	height: 100dvh !important;
}

.top_main_slide{
	margin-bottom: 20px;
}

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

.top_main_wrap2{
	background: none;
	pointer-events: none;
	position: relative;
	z-index: 4;
	position: absolute;
	top:0;
	left: 0;
}

/* 縦スライド 仕様変更 */

.top_main_slider_wrap{
	overflow: hidden;
}

.top_main_slider_l{
	height: auto;
	display: flex;
	flex-direction: column;
	animation: slideShow 30s linear infinite;
}

.top_main_slider_r{
	display: flex;
	flex-direction: column-reverse;
	animation: slideShow2 30s linear infinite;
	transform: rotate(0deg);
}

.top_main_slider_r img{
	transform: rotate(0deg);
}

.top_main_slide{
	width:232px;
	height: 350px !important;
}

.top_main_slide_sp{
	display: none;
}

.top_main_slide img{
	display: block;
	width:100%;
	height: 100%;
	object-fit: cover;
}

@keyframes slideShow {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-1476px); /* スライドの全体の高さの1/2 スライド6枚の場合（370 * 3 = 1110） 全体枚数は偶数必須 */
    }
}

@keyframes slideShow2 {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(1476px); /* スライドの全体の高さの1/2 スライド6枚の場合（370 * 3 = 1110） 全体枚数は偶数必須 */
    }
}
	
@keyframes slideShow_tb {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-2960px); /* スライドの全体の高さの1/2 スライド6枚の場合（370 * 3 = 1110） 全体枚数は偶数必須 */
	}
}
	
@keyframes slideShow_sp {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-1600px); /* スライドの全体の高さの1/2 スライド6枚の場合（200 * 3 = 600） 全体枚数は偶数必須 */
	}
}

@media screen and (max-width: 750px) {
	.top_main_slider_l{
		animation: slideShow_tb 48s linear infinite;
	}
	
	.top_main_slide_sp{
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.top_main_slider_l{
		animation: slideShow_sp 36s linear infinite;
	}
	
	.top_main_slide{
		width:120px;
		height: 180px;
	}
}

/* 縦スライド 仕様変更 end */

@media screen and (max-width:1200px) {
	.top_main_text{
		top:100px;
		max-height: calc( 100dvh - 320px );
	}
}

@media screen and (max-width:750px) {
	.top_main_slider_wrap{
		width:220px;
	}
	
	.top_main_slider_l{
		width:100%;
	}
	
	.top_main_slider_r{
		display: none;
	}
	
	.top_main_text{
		width:calc( 100% - 260px );
		max-width: 400px;
	}
}

@media screen and (max-width:600px) {
	.top_main{
		padding:0 10px;
	}
	
	.top_main_slider_wrap{
		width:120px;
	}
	
	.top_main_text{
		width:calc( 100% - 140px );
		max-width: 400px;
		left: 10px;
	}
}

.top_news_bg{
	min-height: 270px;
	margin-top: -240px;;
	background: url("images/top_news_bg.webp") no-repeat 70% top;
	background-size: cover;
	position: relative;
	z-index: 2;
	padding:0 20px 30px;
}

.top_news_wrap{
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.top_news{
	width:calc( 100% - 110px );
	max-width: 600px;
	padding-top: 40px;
}

.top_news_h{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.top_news_h > img{
	display: block;
	height: 16px;
	margin-bottom: 4px;
}

.top_news_h > p{
	width:100%;
	text-align: right;
	font-size: 36px;
	line-height: 1.3;
}

.top_news_list{
	width:100%;
}

.top_news_box{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}

.top_news_box_date{
	width:170px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding-right: 10px;
}

.top_news_box_date > p{
	padding-right: 10px;
	white-space: nowrap;
}

.top_news_box_date::after{
	display: block;
	content:"";
	width:100%;
	height: 1px;
	background: #51a0d7;
}

.top_news_box_h{
	width:calc( 100% - 170px );
}

.top_news_box_h a{
	color:#51a0d7;
}

.top_news_box_h a:hover{
	color:#e2679d;
}

.top_maru{
	width:280px;
	height: 280px;
	position: absolute;
	top:0px;
	left: 230px;
}

.top_maru > div:nth-of-type(1){
	width:71.4285714285714%;
	height: 71.4285714285714%;
	border-radius: 120px;
	background-image: linear-gradient(160deg, rgba(237, 124, 174, 1), rgba(242, 145, 229, 1));
	position: absolute;
	top:0;
	left: 0;
	transition: .4s;
}

.top_maru > div:nth-of-type(2){
	width:36.4285714285714%;
	height: 36.4285714285714%;
	border-radius: 120px;
	background-image: linear-gradient(160deg, rgba(237, 124, 174, 1), rgba(242, 145, 229, 1));
	position: absolute;
	bottom:0;
	right: 0;
	transition: .4s;
}

.top_maru_sp{
	display: none;
	width:410px;
	height: 410px;
	border-radius: 300px;
	background-image: linear-gradient(160deg, rgba(237, 124, 174, 1), rgba(242, 145, 229, 1));
	position: absolute;
	bottom:110px;
	left: -300px;
}

@media screen and (max-width:1000px) {
	.top_maru{
		left: 100px;
	}
}

@media screen and (max-width:600px) {
	.top_news_bg{
		margin-top: -90px !important;
		background: url("images/top_news_bg_sp.webp") no-repeat right top;
		background-size: cover;
	}
	
	.top_news{
		width:auto;
		max-width: 70%;
	}
	
	.top_news_h > img{
		height: 12px;
	}
	
	.top_news_h > p{
		font-size: 18px;
	}
	
	.top_news_box:nth-of-type(3) , .top_news_box:nth-of-type(4){
		display: none;
	}
	
	.top_news_box_h{
		width:100%;
	}
	
	.top_maru{
		width:220px;
		height: 220px;
		top:-90px;
		left: -20px;
	}
	
	.top_maru_sp{
		display: block;
	}
}

.work_wrap{
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 3;
	padding-left: 20px;
}

.work{
	width:100%;
	max-width: calc( 1200px + ( 100% - 1200px ) / 2 );
	position: relative;
	padding-left: 110px;
}

.work_h{
	font-size: 60px;
	line-height: 1.2;
	position: absolute;
	top:-70px;
	left: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.work_img_wrap{
	position: absolute;
	top:0;
	right: 0;
	width:calc( 100% - 620px );
	height: 670px;
	border-radius: 200px 0 0 200px;
	overflow: hidden;
}

.work_img{
	width:100%;
	height: 130%;
	background: url("images/work_img.webp") no-repeat top/cover;
	position: absolute;
	top:0;
	right: 0;
}

.work_text{
	width:490px;
	padding-top: 60px;
	position: relative;
	z-index: 2;
}

.heading1{
	margin-bottom: 30px;
}

.heading1 > p:nth-of-type(1){
	display: table;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 14px;
	font-family: "avenir-lt-pro", sans-serif;
	background: linear-gradient(90deg, #23ac38 0%, #51a0d7 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.heading1 > p:nth-of-type(2){
	font-size: 36px;
	line-height: 1.3;
}

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

.work_text > p{
	line-height: 2.2;
}

.work_list_wrap{
	width:calc( 100% - 40px );
	max-width: 1190px;
	padding:30px 50px 130px 0;
	position: relative;
	background: #fff;
	border-radius: 0 100px 0 0;
	margin-top: 30px;
}

.work_list{
	width:100%;
	max-width: 1090px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.work_list_box{
	width:31%;
	max-width: 310px;
	text-align: center;
}

.work_list_box p{
	font-size: 18px;
	text-decoration: underline;
	text-underline-offset: 3px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.work_list_box p span{
	display: inline-block;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.work_list_box img{
	display: block;
	width:100%;
}

.work_pict_ar{
	width:144px;
	position: absolute;
	bottom:30px;
	right: 20px;
	z-index: 3;
}

@media screen and (max-width:1000px) {
	.work_img_wrap{
		width:60%;
	}
	
	.work_text .heading1 > p:nth-of-type(2){
		text-shadow: 2px 2px 10px #fff ,
		-2px 2px 10px #fff ,
		2px -2px 10px #fff ,
		-2px -2px 10px #fff;
	}
	
	.work_text > p{
		text-shadow: 2px 2px 10px #fff ,
		-2px 2px 10px #fff ,
		2px -2px 10px #fff ,
		-2px -2px 10px #fff;
	}
}

@media screen and (max-width:600px) {
	.work_wrap{
		padding-left: 0;
	}
	
	.work{
		padding-left: 0;
	}
	
	.work_h{
		font-size: 24px;
		left: 10px;
	}
	
	.work_text{
		width:100%;
		padding:0 20px;
		padding-left: 60px;
		margin-bottom: 30px;
	}
	
	.work_text > p{
		line-height: 1.8;
	}
	
	.work_img_wrap2{
		width:100%;
		overflow: hidden;
	}
	
	.work_img_wrap{
		width:110%;
		height: 350px;
		position: relative;
		left: 20px;
		right: auto;
		border-radius: 170px;
	}
	
	.heading1{
		margin-bottom: 20px;
	}
	
	.heading1 > p:nth-of-type(1){
		font-size: 12px;
		margin-bottom: 8px;
	}
	
	.heading1 > p:nth-of-type(2){
		font-size: 18px;
	}
	
	.work_list_wrap{
		width:100%;
		padding:30px 20px 40px; 
		margin-top: -110px;
		background: none;
	}
	
	.work_list_wrap::before{
		content:"";
		display: block;
		position: absolute;
		top:0;
		left: 0;
		bottom:0;
		background: #fff;
		width:calc( 50% + 150px );
		max-width: 94%;
		border-radius: 0 100px 0 0;
	}
	
	.work_list{
		display: block;
		position: relative;
		z-index: 2;
	}
	
	.work_list_box{
		width:220px;
		margin:0 auto 20px;
	}
	
	.work_list_box p{
		font-size: 14px;
		margin-bottom: 8px;
	}
	
	.work_pict_ar{
		width:86px;
		right: 20px;
		bottom: 20px;
		display: none;
	}
}

.person{
	width:calc( 100% - 40px );
	max-width: 1200px;
	padding:30px;
	border-radius: 20px;
	background-image: linear-gradient(150deg, rgba(81, 160, 215, 1) 40%, rgba(35, 172, 56, 1));
	margin:0 auto 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.person_h{
	width:calc( ( 100% - 90px ) / 4 );
	padding-top: 20px;
}

.person_h .heading1 p{
	color:#fff;
	background: none;
	-webkit-background-clip: inherit;
	background-clip:inherit;
	-webkit-text-fill-color: inherit;
	text-fill-color:inherit;
}

.person_h .heading1 p:nth-of-type(1){
	margin-bottom: 10px;
}

.person_h .heading1 p span{
	display: inline-block;
}

.person_box{
	width:calc( ( 100% - 90px ) / 4 );
	background: rgba(255,255,255,0.70);
	padding:15px;
	border-radius: 20px;
	line-height: 1.5;
}

.person_box_h{
	font-size: 18px;
	text-align: center;
}

.person_box img{
	display: block;
	margin:15px auto;
}

@media screen and (max-width:1050px) {
	.person_h{
		width: 48%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.person_box{
		width: 48%;
	}
	
	.person_box:nth-of-type(1){
		margin-bottom: 30px;
	}
}

@media screen and (max-width:600px) {
	.person{
		padding:15px;
		margin-bottom: 50px;
	}
	
	.person_box{
		font-size: 14px;
		padding:10px;
	}
	
	.person_box:nth-of-type(1){
		margin-bottom: 15px;
	}
	
	.person_box_h{
		font-size: 14px;
	}
	
	.person_box img{
		width:110px;
		margin:10px auto;
	}
}

.staff_wrap{
	z-index: 3;
	padding-right: 20px;
	padding-bottom: 50px;
	overflow: hidden;
}

.staff{
	width:100%;
	max-width: calc( 1200px + ( 100% - 1200px ) / 2 );
	position: relative;
	padding-right: 130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.staff_h{
	font-size: 60px;
	line-height: 1.2;
	position: absolute;
	top:0;
	right: 0;
	white-space: nowrap;
}

.staff_h p{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.staff_img_wrap{
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	width:42%;
	height: 100%;
	border-radius: 0 150px 150px 0;
	overflow: hidden;
}

.staff_img{
	width:100%;
	height: 130%;
	background: url("images/staff_img.webp") no-repeat top/cover;
	position: absolute;
	top:0;
	right: 0;
}

.staff_list{
	width:50%;
	position: relative;
	z-index: 2;
}

.staff_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.staff_box_img{
	display: block;
	width:32%;
}

.staff_box_img img{
	display: block;
	width:100%;
}

.staff_box_text{
	width:62%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.staff_catch{
	color:#51a0d7 !important;
	font-size: 18px !important;
	line-height: 1.3 !important;
}

.staff_catch span{
	display: inline-block;
}

.staff_name{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.staff_name p:nth-of-type(1){
	margin-right: 20px;
}

.staff_name p:nth-of-type(2){
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 700;
	font-size: 20px;
	background: linear-gradient(90deg, #23ac38 0%, #51a0d7 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.staff_box_text > p{
	width:100%;
	line-height: 1.6;
}

.staff_box_more{
	width:180px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	background: url("images/ent_bg.webp") no-repeat center/cover;
	border-radius: 10px;
	margin-top: 20px;
	transition: .2s;
	cursor: pointer;
}

.staff_box_more:hover{
	color:#fff;
	opacity: 0.6;
}

.staff_sq{
	width:230px;
	height: 290px;
	position: absolute;
	top:410px;
	right: -150px;
}

.staff_sq > div:nth-of-type(1){
	width:176px;
	height: 176px;
	background-image: linear-gradient(150deg, rgba(81, 160, 215, 1) 40%, rgba(35, 172, 56, 1));
	position: absolute;
	top:0;
	right: 0;
	transition: .4s;
}

.staff_sq > div:nth-of-type(2){
	width:102px;
	height:102px;
	background-image: linear-gradient(150deg, rgba(81, 160, 215, 1) 40%, rgba(35, 172, 56, 1));
	position: absolute;
	bottom:0;
	left: 0;
	border-radius: 100px;
	transition: .4s;
}

@media screen and (max-width:1400px) {
	.staff_sq{
		width:170px;
		height: 200px;
		right: -60px;
		top:auto;
		bottom:10px;
	}
	
	.staff_sq > div:nth-of-type(1){
		width:110px;
		height: 110px;
	}
	
	.staff_sq > div:nth-of-type(2){
		width:80px;
		height: 80px;
	}
}

@media screen and (max-width:1000px) {
	.staff_wrap{
		padding:0;
		margin-bottom: 50px;
	}
	
	.staff{
		padding-right: 0;
		justify-content: flex-start;
	}
	
	.staff_h{
		width:30%;
		display: flex;
		justify-content: center;
	}
	
	.staff_h p{
		display: table;
	}
	
	.staff_img_wrap{
		width:70%;
		height: 500px;
		position: relative;
		bottom:auto;
		border-radius: 0 1000px 1000px 0;
	}
	
	.staff_list{
		width:100%;
		margin-top: -70px;
		padding:0 20px;
	}
	
	.staff_box:last-of-type{
		margin-bottom: 0;
	}
	
	.staff_sq{
		display: none;
	}
}

@media screen and (max-width:600px) {
	.staff_h{
		width:120px;
		font-size: 24px;
		padding-top: 40px;
	}
	
	.staff_img_wrap{
		width:calc( 100% - 120px );
		height: 350px;
	}
	
	.staff_box_img{
		width:40%;
	}
	
	.staff_box_text{
		width:54%;
	}
	
	.staff_catch{
		font-size: 16px !important;
	}
	
	.staff_name{
		font-size: 16px;
	}
	
	.staff_name p:nth-of-type(2){
		font-size: 14px;
	}
	
	.staff_box_more{
		width:120px;
		height: 36px;
		margin-top: 10px;
	}
}

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

.know_bg{
	transition: .6s;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(150deg, rgba(81, 160, 215, 1) 40%, rgba(35, 172, 56, 1));
	opacity: 0;
}

.know{
	width:100%;
	max-width: 1200px;
	position: relative;
	z-index: 2;
	padding: 130px 0 100px 150px;
	margin: 0 auto;
}

.know_h{
	font-size: 60px;
	line-height: 1.2;
	position: absolute;
	top:90px;
	left: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.know_box{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.know_box_text{
	width:47%;
}

.know_box_text > p{
	line-height: 2.2;
}

.know_box_img{
	width:50%;
}

.know_box_img_sp{
	display: none;
}

.know_pict1{
	position: absolute;
	left: 290px;
	top:-30px;
}

.know_pict1_sp{
	display: none;
	position: absolute;
	left: 20px;
	top:-30px;
}

.know_pict2{
	position: absolute;
	left: 210px;
	bottom:70px;
}

.know_pict2_sp{
	display: none;
	width: 100px;
	position: absolute;
	right: 30px;
	bottom:15px;
}

.know_maru{
	width:220px;
	height: 230px;
	position: absolute;
	top:480px;
	left: -120px;
}

.know_maru > div:nth-of-type(1){
	width:160px;
	height: 160px;
	border-radius: 80px;
	background-image: linear-gradient(160deg, rgba(237, 124, 174, 1), rgba(242, 145, 229, 1));
	position: absolute;
	top:0;
	left: 0;
	transition: .4s;
}

.know_maru > div:nth-of-type(2){
	width:80px;
	height: 80px;
	border-radius: 80px;
	background-image: linear-gradient(160deg, rgba(237, 124, 174, 1), rgba(242, 145, 229, 1));
	position: absolute;
	bottom:0;
	right: 0;
	transition: .4s;
}

@media screen and (max-width:1000px) {
	.know{
		padding-left: 100px;
	}
	
	.know_pict1{
		display: none;
	}
	
	.know_pict1_sp{
		display: block;
	}
	
	.know_pict2{
		display: none;
	}
	
	.know_pict2_sp{
		display: block;
	}
}

@media screen and (max-width:850px) {
	.know_box_text{
		width: 100%;
	}
	
	.know_box_img{
		display: none;
	}
	
	.know_box_img_sp{
		display: block;
		width:100%;
		max-width: 500px;
		margin:0 auto 30px;
	}
}

@media screen and (max-width:600px) {
	.know_wrap{
		padding-bottom: 180px;
	}
	
	.know{
		padding-top: 60px;
		padding-left: 50px;
		padding-bottom: 50px;
	}
	
	.know_h{
		font-size: 24px;
		top: 40px;
	}
	
	.know_box_img_sp{
		max-width: 400px;
	}
	
	.know_box_text > p{
		line-height: 1.8;
	}
	
	.know_pict1_sp{
		width:90px;
		top:-30px;
		left: 0px;
	}
	
	.know_pict2_sp{
		width: 90px;
		right: 0;
		bottom:-40px;
	}
	
	.know_maru{
		width:110px;
		height: 124px;
		top:200px;
		left: -60px;
	}
	
	.know_maru > div:nth-of-type(1){
		width:82px;
		height: 82px;
	}
	
	.know_maru > div:nth-of-type(2){
		width:40px;
		height: 40px;
	}
}

.his{
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.his_list{
	width:calc( 100% - 370px );
}

.his_box{
	width:100%;
	background: #fff;
	padding: 30px 40px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.7;
	border-radius: 200px;
}

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

.his_box_date{
	width:130px;
}

.his_box_h{
	width:calc( 100% - 130px );
	display: flex;
}

.his_box_h > p:nth-of-type(1){
	width:30px;
}

.his_box_h > p:nth-of-type(2){
	width:calc( 100% - 30px );
}

.his_more{
	display: none;
}

@media screen and (max-width:1000px) {
	.his_list{
		width:calc( 100% - 250px );
	}
}

@media screen and (max-width:800px) {
	.his_list{
		width:100%;
	}
}

@media screen and (max-width:600px) {
	.his_box{
		border-radius: 20px;
		padding:15px;
	}
	
	.his_box_h{
		width:100%;
	}
	
	.his_box_h > p:nth-of-type(1){
		width:15px;
	}

	.his_box_h > p:nth-of-type(2){
		width:calc( 100% - 15px );
	}
	
	.his_more{
		display: block;
		width:66px;
		margin:20px auto 0;
		cursor: pointer;
	}
}

.train_wrap{
	padding-right: 20px;
	background-image: linear-gradient(150deg, rgba(81, 160, 215, 1) 40%, rgba(35, 172, 56, 1));
	margin-bottom: 60px;
}

.train{
	max-width: calc( 1200px + ( 100% - 1200px ) / 2 );
	padding:40px 0 80px;
	color:#fff;
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.train .heading1{
	margin-bottom: 20px;
}

.train .heading1 p{
	color:#fff;
	background: none;
	-webkit-background-clip: inherit;
	background-clip:inherit;
	-webkit-text-fill-color: inherit;
	text-fill-color:inherit;
}

.train_img_wrap{
	position: absolute;
	top:-110px;
	left: 0;
	width:calc( 100% - 790px );
	height: 800px;
	border-radius: 0 200px 200px 0;
	overflow: hidden;
}

.train_img{
	width:100%;
	height: 130%;
	background: url("images/train_img.webp") no-repeat top/cover;
	position: absolute;
	top:0;
	right: 0;
}

.train_text{
	width:740px;
}

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

.train_box_img1{
	width:100%;
	max-width: 680px;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.train_box_img1 li{
	width:48%;
	max-width: 315px;
}

.train_box_img2{
	width:100%;
	max-width: 550px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.train_box_img2 li{
	width:32%;
	max-width: 165px;
}

@media screen and (max-width:1300px) {
	.train_img_wrap{
		width:46%;
	}
	
	.train_text{
		width:50%;
	}
}

@media screen and (max-width:850px) {
	.train_wrap{
		padding-right: 0;
	}
	
	.train{
		justify-content: flex-start;
	}
	
	.train_img_wrap{
		width:90%;
		height: 500px;
		position: relative;
		top:0;
		margin-top: -110px;
		margin-bottom: 60px;
	}
	
	.train_text{
		width:100%;
		padding: 0 20px;
	}
}

@media screen and (max-width:600px) {
	.train{
		padding-bottom: 60px;
	}
	
	.train_img_wrap{
		width:370px;
		height: 370px;
		border-radius: 200px;
		margin-top: -160px;
		margin-left: -100px;
		margin-bottom: 30px;
	}
	
	.train_img{
		left: auto;
		right: 0;
		width:calc( 100% - 100px );
	}
	
	.train_box + .train_box{
		margin-top: 40px;
	}
	
	.train_box_img1{
		margin-top: 20px;
	}
	
	.train_box_img2{
		margin-top: 20px;
	}
}

.carrer{
	max-width: 1240px;
	padding:0 20px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin:0 auto 150px;
}

.carrer_text{
	width:320px;
	position: absolute;
	top:0;
	left: 20px;
}

.carrer_text > p{
	line-height: 1.7;
}

.carrer_text > p + p{
	margin-top: 30px;
}

.carrer_img{
	width:80%;
	padding-top: 40px;
}

@media screen and (max-width:1200px) {
	.carrer_img{
		width:68%;
	}
}

@media screen and (max-width:1000px) {
	.carrer{
		display: block;
	}
	
	.carrer_text{
		position: static;
		margin-bottom: 20px;
	}
	
	.carrer_img{
		width:100%;
		padding-top: 0;
	}
}

@media screen and (max-width:800px) {
	.carrer{
		padding-right: 0;
	}
	
	.carrer_img{
		overflow: auto;
	}
	
	.carrer_img img{
		display: block;
		width: auto;
		max-width: 9999px;
		height: 460px;
	}
}

@media screen and (max-width:600px) {
	.carrer{
		margin-bottom: 80px;
	}
	
	.carrer_text{
		width:280px;
	}
}

.mes{
	max-width: 1240px;
	padding:0 20px;
	margin:0 auto 150px;
}

.mes .heading1{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.mes .heading1 > p:nth-of-type(2){
	width:100%;
	text-align: center;
}

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

.mes_text{
	width:48%;
}

.mes_h{
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.mes_h span{
	display: inline-block;
}

.mes_h::after{
	content:"";
	display: block;
	width:100%;
	height: 1px;
	background-image: linear-gradient(150deg, rgba(81, 160, 215, 1) 40%, rgba(35, 172, 56, 1));
	margin-top: 8px;
}

.mes_text > p + p{
	margin-top: 24px;
}

.mes_img{
	width:48%;
}

.mes_img_sp{
	display: none;
}

.mes_sign_wrap{
	width:100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}

.mes_sign{
	width:100%;
	max-width: 390px;
	line-height: 1.4;
}

.mes_sign2{
	width:100%;
	display: flex;
	justify-content: flex-end;
	font-size: 22px;
	margin-top: 5px;
}

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

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

@media screen and (max-width:800px) {
	.mes_text{
		width:100%;
	}
	
	.mes_img{
		display: none;
	}
	
	.mes_img_sp{
		display: block;
		margin:40px auto 0;
	}
}

@media screen and (max-width:600px) {
	.mes{
		margin-bottom: 80px;
	}
	
	.mes .heading1{
		margin-bottom: 30px;
	}
	
	.mes_h{
		font-size: 16px;
	}
	
	.mes_sign{
		max-width: 330px;
	}
	
	.mes_sign2{
		font-size: 18px;
	}
	
	.mes_sign2 > div > p:nth-of-type(1){
		font-size: 16px;
	}
}

.jd_wrap{
	position: relative;
	padding:50px 20px 100px;
}

.jd_bg{
	transition: .6s;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
	background-image: radial-gradient(rgba(226, 103, 157, 1) 35%, rgba(68, 163, 171, 1));
	opacity: 0;
}

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

.jd .heading1{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.jd .heading1 > p:nth-of-type(2){
	width:100%;
	text-align: center;
}

.jd_box{
	background: #fff;
	padding:50px 40px 80px;
	border-radius:0 0 20px 20px;
}

.jd_box_p1{
	margin-bottom: 50px;
}

.jd_box dl{
	display: flex;
	flex-wrap: wrap;
	border-radius: 20px;
	overflow: hidden;
}

.jd_box dl + dl{
	margin-top: 10px;
}

.jd_box dt{
	width:240px;
	display: flex;
	align-items: center;
	background: #f6f5ec;
	padding:30px 40px;
}

.jd_box dd{
	width:calc( 100% - 240px );
	min-height: 100px;
	display: flex;
	align-items: center;
	background: #fbfbfb;
	padding:30px 40px;
}

.jd_ent{
	width:400px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("images/ent_bg.webp") no-repeat center/cover;
	color:#fff;
	font-size: 48px;
	font-weight: 800;
	text-align: center;
	font-family: "avenir-lt-pro", sans-serif;
	text-decoration: none;
	border-radius: 20px;
	margin:60px auto 0;
}

.jd_ent:hover{
	opacity: 0.7;
	color:#fff;
}

.jd_nav{
	display: flex;
	align-items: flex-end;
}

.jd_nav_box{
	position: relative;
	height: 54px;
	flex: 1;
	background: #e2e8e7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px 20px 0 0;
	cursor: pointer;
	font-size: 18px;
	line-height: 1.3;
	overflow: hidden;
}

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

.jd_nav_bg{
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
	background-image: linear-gradient(150deg, rgba(81, 160, 215, 1) 40%, rgba(35, 172, 56, 1));
	transition: .3s;
	opacity: 0;
}

.jd_nav_act{
	height: 64px;
	font-size: 24px;
	color:#fff;
}

.jd_nav_act .jd_nav_bg{
	opacity: 1;
}

@media screen and (max-width:800px) {
	.jd_box{
		padding:50px 20px 80px;
	}
	
	.jd_box dt{
		width:180px;
		padding: 30px 20px
	}

	.jd_box dd{
		width:calc( 100% - 180px );
		padding: 30px 20px
	}
}

@media screen and (max-width:600px) {
	.jd_nav_box{
		height: 26px;
		font-size: 12px;
	}
	
	.jd_nav_act{
		font-size: 14px;
		height: 30px;
	}
	
	.jd_box{
		padding:30px 20px 60px;
	}
	
	.jd_box_p1{
		margin-bottom: 30px;
	}
	
	.jd_box dl{
		border-radius: 5px;
	}
	
	.jd_box dl + dl{
		margin-top: 20px;
	}
	
	.jd_box dt{
		width:100%;
		height: 36px;
		padding: 0 20px;
		justify-content: center;
	}

	.jd_box dd{
		width:100%;
		min-height: 0;
		padding: 20px;
		justify-content: center;
	}
	
	.jd_ent{
		width:150px;
		height: 40px;
		border-radius: 100px;
		font-size: 17px;
		margin-top: 30px;
	}
}

.ft1{
	position: relative;
}

.ft1_img img{
	display: block;
	width:100%;
}

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

.ft1_nav_wrap{
	width:100%;
	padding:0 20px;
	margin:0 auto;
	position: absolute;
	top:68%;
}

.ft1_nav{
	max-width: 600px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ft1_nav > a{
	width:48%;
	max-width:270px;
	height: 58px;
	background: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	font-size: 14px;
	line-height: 18px;
}

.ft1_nav > a > p{
	background: url("images/blank.webp") no-repeat right top;
	padding-right: 30px;
}

.ft2{
	line-height: 1.6;
	padding:30px 10px;
	text-align: center;
}

.ft2 p:nth-of-type(1){
	font-size: 18px;
	margin-bottom: 6px;
}

.copy_r{
	width:100%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 500;
	background: #f9f9f9
}

@media screen and (max-width:600px) {
	.ft1_img img:nth-of-type(1){
		display: none;
	}
	
	.ft1_img img:nth-of-type(2){
		display: block;
	}
	
	.ft1_nav_wrap{
		position: static;
		margin-top: 30px;
	}
	
	.ft1_nav{
		max-width: 270px;
	}
	
	.ft1_nav a{
		width:100%;
		max-width: 100%;
	}
	
	.ft1_nav a + a{
		margin-top: 20px;
	}
	
	.ft2{
		padding:30px 20px 20px;
	}
	
	.ft2 p:nth-of-type(1){
		font-size: 16px;
	}
	
	.copy_r{
		height: auto;
		background: none;
		padding:0 10px;
		font-size: 12px;
		padding-bottom: 30px;
	}
}

.page_link{
	pointer-events:none;
	margin-top: -110px;
	padding-top: 110px;
}

.staff_modal_wrap{
	width:100vw;
	height: 100dvh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	position: fixed;
	top:0;
	left: 0;
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: .4s;
}

.staff_modal_open{
	opacity: 1;
	pointer-events: auto;
}

.staff_modal_bg{
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.50);
	position: absolute;
	top:0;
	left: 0;
	cursor: pointer;
}

.staff_modal_wrap2{
	width: calc( 100vw - 100px );
	max-width: 1200px;
	position: relative;
	z-index: 2;
}

.staff_modal{
	width: 100%;
	height: auto;
	max-height: calc( 100dvh - 100px );
	border-radius: 20px;
	background: #fff;
	padding:50px;
	overflow: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.staff_modal_close{
	position: absolute;
	top:-40px;
	right: -30px;
	cursor: pointer;
}

.staff_modal_img{
	width:48%;
}

.staff_modal_text{
	width:48%;
}

.staff_modal_h{
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.staff_modal_h .staff_name{
	border-bottom: 0;
	margin:0 0 4px;
	padding:0;
}

.staff_modal_text > p{
	line-height: 1.7;
}

.staff_modal_text > p + p{
	margin-top: 16px;
}

@media screen and (max-width:850px) {
	.staff_modal{
		padding:30px;
	}
	
	.staff_modal_img{
		width:100%;
		margin-bottom: 20px;
	}
	
	.staff_modal_img img{
		width:100%;
	}
	
	.staff_modal_text{
		width:100%;
	}
}

@media screen and (max-width:600px) {
	.staff_modal_close{
		width:50px;
		top:-25px;
		right: -15px;
	}
	
	.staff_modal_wrap2{
		width:calc( 100vw - 40px )
	}
	
	.staff_modal{
		max-height: calc( 100dvh - 60px );
		padding:20px;
	}
}

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

.omtns_wrap{
	width:100%;
	position: relative;
	padding:70px 30px 60px;
	background: url("images/omtns.webp") no-repeat 30% center;
	background-size: cover;
	border-radius: 30px;
	margin-top: 50px;
}

.omtns_wrap > img{
	max-width: 9999px;
	position: absolute;
	top:-200px;
	left: -300px;
}

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

.omtns_h{
	margin-bottom: 30px;
}

.omtns_h > p:nth-of-type(1){
	display: table;
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	background: linear-gradient(90deg, #23ac38 0%, #51a0d7 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.omtns_h > p:nth-of-type(2){
	font-size: 48px;
	line-height: 1;
	margin:6px 0 12px;
	text-shadow: 2px 2px 10px #fff ,
	-2px 2px 10px #fff ,
	2px -2px 10px #fff ,
	-2px -2px 10px #fff;
}

.omtns_h > p:nth-of-type(3){
	font-size:24px;
	line-height: 1.3;
}

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

.omtns_text{
	max-width: 430px;
	margin-bottom: 70px;
}

.omtns_text > p{
	line-height: 1.6;
}

.omtns_text > p + p{
	margin-top: 20px;
}

.omtns .staff_box_more{
	width:100%;
	max-width:280px;
	height: 54px;
	margin:0;
}

@media screen and (max-width:900px) {
	.omtns_wrap{
		padding:20px 10px 30px;
		background-position: center;
	}
	
	.omtns_wrap > img{
		left: auto;
		right: -10px;
	}
	
	.omtns{
		max-width: 100%;
	}
	
	.omtns_h{
		padding:15px;
		border-radius: 20px;
		background: rgba(255,255,255,0.90);
		margin-bottom: 140px;
	}
	
	.omtns_h > p:nth-of-type(1){
		font-size: 16px;
	}
	
	.omtns_h > p:nth-of-type(2){
		font-size: 40px;
		margin-bottom: 8px;
		text-shadow: none;
	}
	
	.omtns_h > p:nth-of-type(3){
		font-size: 20px;
	}
	
	.omtns_text{
		max-width: 100%;
		padding:20px 15px;
		border-radius: 20px;
		background: rgba(255,255,255,0.90);
		margin-bottom: 15px;
	}
	
	.omtns .staff_box_more{
		margin:0 auto;
	}
}

@media screen and (max-width:600px) {
	.omtns_wrap{
		margin-top: 64px;
		background-image: url("images/omtns_sp.webp");
	}
	
	.omtns_wrap > img{
		width:550px;
		top:-240px
	}
	
	.omtns_h > p:nth-of-type(1){
		font-size: 12px;
	}
	
	.omtns_h > p:nth-of-type(2){
		font-size: 30px;
		margin-bottom: 6px;
	}
	
	.omtns_h > p:nth-of-type(3){
		font-size: 16px;
	}
	
	.omtns_text > p + p{
		margin-top: 12px;
	}
	
	.omtns .staff_box_more{
		max-width: 260px;
	}
}






















