@charset "utf-8";
/*
Theme Name: 
Theme URI:
Description:
Author:atGunGun
Author URI:https://at-gungun.com/@charset "utf-8";
/*
Theme Name: 
Theme URI:
Description:
Author:atGunGun
Author URI:https://at-gungun.com/
Version:7.7
*/

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #333;
	line-height: 1.875;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/* font-family: "Noto Serif JP", serif!important; */
	font-family: "Noto Sans JP", sans-serif!important;
	letter-spacing: 0.05em;
	font-weight: 400;
	background: #FFFFFF;
}

html{
	scroll-padding-top: 100px;
	scroll-behavior: smooth;
}

.en{
	font-family: "Akshar", sans-serif;
}

.robo{
	font-family: "Akshar", sans-serif;
	font-weight: 600;
}

.sans{
	font-family: "Noto Sans JP", sans-serif!important;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: red;
}
.green{
	color: #90B544;
}
.yellow{
	color: yellow;
}
.black{
	color: #333;
}
.orange{
	color: #0C57AE;
}
.orange2{
	color: #FF9831;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	/* background: #333!important; */
}
.bgred{
	background: red;
}
.bgpink{
	background:#DF73A3;
}
.bggre{
	background: #90B544;
}
.bgyel{
	background: yellow;
}
.bgora{
	background: #0C57AE;
}
.bgora2{
	background: #0C57AE;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
	font-family: "Noto Sans JP", sans-serif!important;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
	background: #fff;
	box-shadow: 0 0 6px #00000029;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 192px;
	width: 17%;
	margin-left: 2.468%;
}


.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}



/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 79%;
	display: flex;
	max-width: 1227px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 887px;
	width: 75%;
}

.nav_list1 li {
	margin-left:auto;
}

.nav_list1 li:first-child{
	margin:0;
}

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.6rem;
}

.sns_list{
	display:flex;
	max-width: 276px;
	align-items: center;
	margin-top: 68px;
	width: 100%;
}

.sns_list li{width: 24%;margin-right: 1.3333%;max-width: 58px;}

.sns_list li:last-child{
	margin-right: 0%;
}


.hd_link{
	display:flex;
	max-width: 284px;
	width: 24%;
	margin-left: auto;
}

.hd_link_btn1{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 90px;
	font-size: 1rem;
	font-weight: 500;
	line-height:2;
	transition: .4s;
	background: linear-gradient(45deg,#0C57AE, #0C57AE);
	position: relative;
	color:#fff!important;
	flex-direction:column;
}


.hd_link_btn1 span{
	font-size:2.4rem;
	line-height: 1;
	font-weight: 700;
}

.hd_link_btn1 img{
	position:absolute;
	left: 7.4%;
}

.hd_link_btn1 .user_icon{
	position:absolute;
	left: 7.4%;
	font-size: 3em;
}

.hd_link_btn1:before{
	position:absolute;
	content:"";
	width: 8px;
	height: 13px;
	background:url(./img/common/arrow1_wh.svg)no-repeat;
	background-size:contain;
	right:7.4%;
	top:0;
	bottom:0;
	margin:auto;
}

/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 90px auto 0;
	display: flex;
	align-items: flex-end;
	position:relative;
}

#cover:before{
	position:absolute;
	content:"";
	height: 19.528%;
	width:100%;
	bottom:0;
	left:0;
	background:#333;
	display: none;
}

#cover .scroll{
	padding-bottom: 9.554%;
	width:100%;
	display:flex;
	justify-content:center;
}

#cover .scroll img{
	max-width: 29px;
	width: 60%;
}

#cover .cov-div{
	width: 92.756%;
	flex-shrink: 0;
	position: relative;
}

#cover .cov-div .img{
	width:100%;
	min-height: 560px;
	height: 48.542vw;
}

#cover .cov-div .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: 82%;
}


#cover .ab_img{
	width: 52.745%;
	height:100%;
	position:absolute;
	left: 0;
	top:0;
}

#cover .ab_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: right;
}

#cover .cov-div .text_area{
	position:absolute;
	left: 7.3579%;
	bottom: 30.9%;
}

#cover .cov-div .text_area .title{
	font-size: 10.8rem;
	line-height: 1.259;
	font-weight: 900;
	font-size: clamp(3.4rem,8vw,8.6rem);
	text-shadow: 0 0 20px #0000006e;
	letter-spacing:0;
}

#cover .cov-div .text_area .text{
	font-size: 3.3rem;
	line-height: 1.46667;
	font-weight: 600;
	font-size: clamp(1.6rem,2vw,3.3rem);
	letter-spacing:0;
	margin-top: 5.7%;
	font-weight: 800;
	text-shadow: 0 0 18px #000000;
}

#cover .cov-div .news_area{
	position:absolute;
	right:0;
	bottom:0;
	background: #333333;
	display: flex;
	justify-content: space-between;
	max-width: 670px;
	width: 39%;
	padding: 18.5px 0px 6.5px;
	display: none;
}

#cover .cov-div .news_area .text{
	width: 27.015%;
	display:flex;
	align-items:center;
	justify-content:center;
	border-right: 1px solid #AAA5A5;
	font-size: 3rem;
	line-height: 1;
	font-size: clamp(2rem,2.4vw,3rem);
	letter-spacing:0;
	font-weight:400;
}

#cover .cov-div .news_area .cont{
	width: 72.985%;
	padding: 0 6.27% 0 7.39%;
}

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

.dacate .date{
	font-size: 1.8rem;
	line-height: 1.4444;
	font-size: clamp(1.5rem,1.5vw,1.8rem);
	letter-spacing:0;
	font-weight:400;
	margin-right:16px;
}

.dacate .news_cate1{
	font-size:1.2rem;
	font-weight:500;
	line-height:1.426667;
	letter-spacing:0;
	padding:0px 6px 1px;
	background: #0C57AE;
	color: #fff;
}

#cover .cov-div .news_area .cont .title{
	font-size: 1.8rem;
	line-height: 1.4444;
	font-size: clamp(1.5rem,1.5vw,1.8rem);
	letter-spacing:0;
	font-weight:700;
	margin-top: 3%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.more_btn{
	max-width:398px;
	width:100%;
	margin-top: 5.29%;
	background:#fff;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:700;
	padding: 1.764% 0;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

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

.inner{
	width: 95%;
	max-width: 1600px;
	margin: 0 auto;
}

.inner2{
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}

.inner.r_inner{
	max-width:1760px;
	margin-right: 0;
}

.mainTit{
	font-size: 4.5rem;
	line-height: 1.4333;
	font-weight: 900;
	font-size: clamp(2.4rem,3vw,4.5rem);
}


.mainTit .en_tit{
	display:block;
	font-size: 2rem;
	line-height: 1.3;
	font-weight:500;
	font-size: clamp(1.6rem,2vw,2rem);
	letter-spacing:0;
	margin-bottom: 4px;
}

.mainTit .sub_text{
	display:block;
	font-size: 2rem;
	line-height: 1.45;
	font-weight:600;
	font-size: clamp(1.6rem,2.4vw,2rem);
	letter-spacing:0;
	margin-top: 15px;
}


.l_txt .mainTit{
	font-size: 4.5rem;
	font-size: clamp(2.4rem,3vw,4.1rem);
}

.mainTit2{
	font-size: 1.8rem;
	line-height: 1;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.mainTit2 span{

}

.subTit{
	font-size: 2.4rem;
	line-height:1.2;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.4rem);
}

.mainTit_area{
	z-index: 1;
}

.mainTit_area .ab_text{
	font-size: 21rem;
	line-height:1;
	font-weight: 700;
	font-size: clamp(6rem,10vw,21rem);
	letter-spacing:0;
	color: #F4F4F4;
	position:absolute;
	z-index:-1;
	top: 4%;
	left:0;
	right:0;
	pointer-events: none;
	white-space: nowrap;
}


.mainTit.ft60{
	font-size: 6rem;
	line-height: 1.4333;
	font-size: clamp(2.4rem,3vw,6rem);
	font-weight: 900;
}


.ft60{
	font-size: 6rem;
	line-height: 1.4333;
	font-weight: 900;
	font-size: clamp(2.4rem,3vw,6rem);
}

.ft44{
	font-size: 4.4rem;
	line-height:1.425;
	font-size: clamp(2rem,3vw,4.4rem);
	letter-spacing:0;
}

.ft40{
	font-size: 4rem;
	line-height:1.425;
	font-size: clamp(2rem,3vw,3.5rem);
	letter-spacing:0;
}

.ft35{
	font-size: 3.5rem;
	line-height: 1.42857;
	font-weight: 900;
	font-size: clamp(2.2rem, 2.4vw, 3.5rem);
}

.ft30{
	font-size: clamp(2rem,3vw,3rem);
}

.ft25{
	font-size: clamp(1.8rem,3vw,2.5rem);
}

.content01{
	position: relative;
	z-index:1;
	padding: 7% 0 5.6%;
	text-align:center;
}

.mainTit_area{
	text-align:center;
}

.mainTit_area.l_txt{
	text-align:left;
}

.content01 .back_img{
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
}

.content01 .text1{
	margin: 53px auto 76px;
	line-height: 2.4375;
}

.content01 .btn1{
	margin:0 auto;
}

.btn1{
	background:#fff;
	max-width:404px;
	width: 100%;
	display:flex;
	align-items:center;
	justify-content:center;
	/* height:75px; */
	font-size:2.2rem;
	position:relative;
	font-weight:700;
	transition: .4s;
	font-size: clamp(1.8rem, 1.8vw, 2.2rem);
	padding: 17px 0;
	box-shadow: 5px 5px 22px #0000001c;
}

/* .btn1:before{
	position:absolute;
	content:"";
	width:32px;
	height:32px;
	background:url(./img/common/arrow2_wh.svg)no-repeat;
	background-size:contain;
	right:6%;
	transition:.4s;
}

.btn1:hover:before{
	right:3%;
} */

.arrow1{
	position:absolute;
	width:32px;
	height:32px;
	transition:.4s;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.6rem;
	background: #005AB2;
}

.btn1 .arrow1{
	right:6%;
}

.btn1:hover .arrow1{
	right:3%;
}


.pc.btn1{
	display:flex;
}
	
.sp.btn1{
	display:none;
}

.content02{
	background: #333;
}


.content02 .ma1920{
	padding: 0px 0 9.554%;
}


.content02 .flex {
	align-items: flex-start;
	align-items: center;
}

.content02 .flex .left{
	max-width:714px;
	width: 45%;
}

.content02 .flex .right{
	max-width:930px;
	width: 53%;
	position: relative;
	padding-top: 8.182%;
}

.content02 .mainTit_area {
    padding-top: 26.612%;
}

.content02 .mainTit_area .ab_text{
	right: auto;
	left: 0%;
	top: 11%;
}

.content02 .flex .left .text{
	margin-top: 5.604%;
}

.content02 .btn1{
	margin-top: 7%;
}

.content02 .flex .right .img1{
	position:absolute;
	top: -19.6%;
	right:0;
	max-width:410px;
	width: 45%;
	z-index: 1;
}

.content02 .flex .right .img2{
	max-width:855px;
	width: 92%;
	position: relative;
	z-index: 2;
}

.ma1920{
	position:relative;
	max-width:1920px;
	width:100%;
	margin:0 auto;
	z-index: 1;
}

.content03 .ma1920{
	padding: 10.6568% 0 4.725%;
	position: relative;
	z-index: 1;
}

.top_cont1{
	display:flex;
	justify-content:space-between;
	align-items: center;
}

.top_cont1 .left{
	max-width: 1044px;
	width: 68%;
	margin-right:2%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
}

.top_cont1 .left .mainTit_area{
	flex-shrink:0;
	margin-right:2%;
	position: initial;
}

.btn1.shadow{
	box-shadow:5px 5px 22px #0000001c;
}

.top_cont1 .btn1{box-shadow: 5px 5px 22px #0000001c;}

.content03 .mainTit_area {
    padding-top: 0px;
}

.top_cont1 .left .text1{
    font-size: 2rem;
    line-height: 2.1;
    font-weight: 400;
    font-size: clamp(1.6rem, 1.5vw, 2rem);
    max-width: 647px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.content03 .mainTit_area .ab_text{
	color: #F0F0F0;
	top: 7%;
	left: 0;
}

.work_list1{
	display:flex;
	margin: 6.813% 0 0;
}

.work_list1 li{
	width:33.3333334%;
	position: relative;
}



.work_list1 li .back_img{
	width:100%;
	height: 44vw;
	max-height:496px;
}

.work_list1 li .back_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}


.work_list1 li .text_area{
	position:absolute;
	bottom:0;
}

.work_list1 li .text_area .title{
	background: linear-gradient(to top,#FC8200 15% ,transparent 100%);
	padding: 49px 4.502% 5px;
    font-size: 4.1rem;
    line-height: 1.439;
    font-weight: 700;
    font-size: clamp(2rem, 2.4vw, 4.1rem);
}

.work_list1 li:nth-child(2n+2) .title{
	background:linear-gradient(to top,#333333 15% ,transparent 100%);	
}

.work_list1 li .text_area .text{
	background:#FC8200;
	padding: 10px 5.252% 27px;
	font-size: 2rem;
	line-height: 1.65;
	font-weight: 500;
	font-size: clamp(1.5rem, 1.5vw, 2rem);
	padding: 10px 4.502% 27px;
}

.work_list1 li:nth-child(2n+2) .text{
	background:#333333;
}

.work_list1 li .text_area .num{
	position:absolute;
	bottom:0;
	right:0;
	opacity:0.23;
    font-size: 9rem;
    line-height: 0.8;
    font-weight: 500;
    font-size: clamp(3rem, 5vw, 9rem);
}

.content04 .ma1920{
	padding: 13.5% 0 4.4%;
}

.content04 .flex {
	/* align-items:flex-end; */
}

.content04 .flex .left{
	max-width: 545px;
	width: 36%;
}

.content04 .flex .right{
	max-width:1131px;
	width: 65%;
	position: relative;
}

.content04 .mainTit_area{
	padding:0;
}

.content04 .mainTit_area .ab_text {
    color: #F7F7F7;
    top: 12%;
    left: 0;
}

.content04 .flex .left .title{
	padding:15px 0 39px;
	font-size: 2rem;
	line-height: 2.1;
	font-weight: 700;
	font-size: clamp(1.8rem, 1.6vw, 2rem);
	max-width:408px;
	width:100%;
}

.content04 .flex .left .text{
	font-size: 2rem;
	line-height: 2.1;
	font-weight: 400;
	font-size: clamp(1.6rem, 1.6vw, 2rem);
	margin-bottom: 51px;
}

.sld1{
	border:1px solid #EFEFEF;
	box-shadow:6px 6px 20px #0000001f;
	margin-right: 75px;
	margin: 20px 15.89% 20px 20px;
	background: #FFFFFF;
}

.sld1 .img{
	width:100%;
	height: 15vw;
	max-height:273px;
}

.sld1 .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.sld1 .text_area{
	padding:18px 20px 33px;
}

.sld1 .text_area .title{
	font-size: 2rem;
	line-height: 1.45;
	font-weight: 500;
	font-size: clamp(1.6rem, 1.6vw, 2rem);
	margin-bottom:13px;
	letter-spacing:0;
}

.sld1 .text_area .date{
	font-size:1.4rem;
	letter-spacing:0;
	font-weight: 500;
}

.slider_btn{
	display:flex;
	justify-content:space-between;
	max-width:202px;
	margin: 60px 14.147% 0 auto;
}

.slider_btn div{
	cursor:pointer;
	background: #017CA3;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
}

.slider_btn div:hover{
	opacity:0.7;
}

.content05 .ma1920{
	padding: 12.4% 0 8.45%;
}

.content05 .mainTit_area .ab_text {
    color: #0964BE;
    top: 12%;
    left: -1.5%;
}

.content05 .mainTit_area{
	padding:0;
}

.co5_list1{
	display:flex;
	margin-top: 8%;
	/* justify-content:space-between; */
}

.co5_list1 li{
	position:relative;
	max-width:460px;
	width: 29%;
	margin-right: 6.5%;
}


.co5_list1 li:nth-child(3n+3){
	margin-right:0;
}

.co5_list1 li:hover:before{
	opacity:0;
}

.co5_list1 li:before{
	position:absolute;
	content:"";
	max-height:323px;
	width:100%;
	height: 75%;
	background:linear-gradient(to top ,#333333 , transparent);
	left:0;
	bottom:0;
	transition:.4s;
}

.co5_list1 li .back_img{
	width:100%;
	height: 38vw;
	max-height:590px;
}

.co5_list1 li .back_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}


.co5_list1 li .text_area{
	position:absolute;
	bottom:34px;
	left:0;
	right: 0;
	margin: auto;
}

.co5_list1 li .text_area{
	padding: 0 5%;
}

.co5_list1 li .text_area .cate{
	max-width:max-content;
	font-size: 2rem;
	line-height: 1.45;
	font-weight: 700;
	font-size: clamp(1.6rem, 1.6vw, 2rem);
	border-radius:3px;
	padding:1px 10px;
	margin:0 auto 6px;
}

.co5_list1 li .text_area .name{
	font-size: 3rem;
	line-height: 1.42857;
	font-weight: 700;
	font-size: clamp(2.4rem, 2.4vw, 3rem);
	text-align:center;
}

.co5_list1 li .text_area .year{
	text-align:center;
	margin:4px auto 15px;
	font-size:1.5rem;
	font-weight:700;
	line-height:1.4;
}

.co5_list1 li .text_area .text{
	font-weight:400;
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}

.content06 {
    position: relative;
    z-index: 1;
    padding: 6.3% 0 7.56%;
}



.content06 .mainTit_area .ab_text{
	top: 0%;
	color: #EAEAEA;
}

.co6_list1{
	margin-top: 3%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.co6_list1 li{
	margin-top:26px;
	max-width:525px;
	width:48%;
	position:relative;
	max-height: 190px;
	height: 24vw;
}


.co6_list1 li .back_img{
	width:100%;
	height:100%;
}

.co6_list1 li .back_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.co6_list1 li:hover:before{
	opacity:0;
}

.co6_list1 li:before{
	position:absolute;
	content:"";
	height:80%;
	width:100%;
	max-height:149px;
	bottom: 0;
	left: 0;
    background: linear-gradient(to top, #333333, transparent);
	z-index:1;
	transition:.4s;
}

/* .co6_list1 li:after{
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: url(./img/common/arrow2_wh.svg) no-repeat;
    background-size: contain;
    right: 2.86%;
    bottom: 9.48%;
    z-index: 1;
} */

.co6_list1 li .text1{
	position:absolute;
	bottom: 8.428%;
	z-index:2;
	color:#fff;
	left: 5.24%;
	font-size: 2.5rem;
	line-height: 1.45;
	font-weight: 700;
	font-size: clamp(1.8rem, 2vw, 2.5rem);
}

.co6_list1 li .arrow1{
    right: 2.86%;
    bottom: 9.48%;
	z-index:1;
}

.link_list1{
	display:flex;
}

.link_list1 li{
	position:relative;
	max-height: 329px;
	height: 40vw;
	width: 100%;
	min-height: 200px;
}

.link_list1 li .btn2{
	background:#0C57AE;
}

.link_list1 li:nth-child(2) .btn2{
	background:#333333;
}


.link_list1 li .back_img{
	position:absolute;
	width:100%;
	height:100%;
}

.link_list1 li .back_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.link_list1 li .text_area{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.link_list1 li .text_area .text{
	font-size: 5rem;
	line-height: 1.44;
	font-weight: 600;
	font-size: clamp(2.4rem, 3vw, 5rem);
	letter-spacing:0.1em;
	margin-bottom: 2.626%;
}

.btn2{
	max-width:207px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	height:49px;
	font-size:1.7rem;
	position:relative;
	font-weight:700;
	transition: .4s;
	border:1px solid #FFFFFF;
}
/* 
.btn2:before{
	position:absolute;
	content:"";
	width:17px;
	height:17px;
	background:url(./img/common/arrow2_ora.svg)no-repeat;
	background-size:contain;
	right:6%;
	transition:.4s;
}

.btn2.bgbla:before{
	background:url(./img/common/arrow2_wh.svg)no-repeat;
	background-size:contain;
} 

.btn2:hover:before{
	right:3%;
}*/

.btn2 .arrow1{
	right:6%;
	width:17px;
	height:17px;
	font-size:1rem;
}

.btn2:hover .arrow1{
	right:3%;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
}

footer .logo {
	width: 192px;
}

footer .inner2 {
	padding: 64px 0;
}

footer .flex .left{max-width: 436px;width: 49%;}

footer .flex .right{
	display: flex;
	justify-content: space-between;
	max-width: 364px;
	width: 49%;
}

.ft_list li{
	line-height:3.25;
	font-weight: 400;
}

footer .addp{
	margin-top:30px;
	line-height:2.125;
	letter-spacing: 0;
	font-weight: 400;
}

.copyright {
	background: #0C57AE;
	color: #fff;
	text-align: center;
	padding: 19px 0 18px;
	font-size: 1.3rem;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    font-size: 1.8rem;
    padding: 36px 0 40px;
    color: #fff;
    width: 92.389%;
    margin-left: auto;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #fff;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.send_btn.btn1{
	padding:0;
	margin: auto;
}

.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	color: #333 !important;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	margin: 0!important;
	height: 100%;
	padding: 25px 0;
	background:none;
	font-size: clamp(1.8rem, 1.8vw, 2.2rem);
}

.wpcf7-spinner{
	position:absolute;
	bottom:-60px;
}



textarea {
	padding: 10px 5px;
	height: 250px;
	width: 100%;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

.wpcf7-date,
input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 50px;
	padding: 5px;
	width: 100%;
}

.wpcf7-date,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 100%;
	margin: 60px auto 60px;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: 600;
}

.contact_tb th, .contact_tb td {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}

.contact_tb th.vert {
    vertical-align: top;
}

/* wordpress 記事 */
.detail_area img{
	margin-bottom: 5.8%;
}

.detail_area p:has(img){
	margin:0;
}


.aligncenter{
	margin:0 auto 24px;
	display:block;
}


.detail_area p{
	margin-bottom: 2.74%;
	font-size: clamp(1.5rem,2.3vw,1.6rem);
	line-height: 1.8125;
	letter-spacing:0.05em;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h3{
	margin-bottom:24px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h4{
	margin-bottom:24px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

/* article */

#art_cover{
	margin:90px auto 0;
	width:100%;
	position: relative;
}

#art_cover:before {
    position: absolute;
    content: "";
    height: 39.573%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #0C57AE;
    z-index:-1;
}

.art_cov-div{
width: 92.389%;
margin-left: auto;
position: relative;
}

.art_cov-div:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#3333335e;
}

#art_cover .art_cov-div .img{
	width:100%;
	height: 426px;
}

#art_cover .art_cov-div .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.art_cov-div .text_area{
	position:absolute;
	top: 35%;
	left: 8.2%;
}

.art_cov-div .text_area .title{
	font-size: clamp(2.8rem,5vw,6.5rem);
	line-height:1.44615;
	letter-spacing:0em;
	font-weight: 900;
}

.art_cov-div .text_area .title span{
	display:block;
	line-height:1;
	font-size: clamp(2rem,3vw,2.9rem);
	letter-spacing: 0.1em;
	font-weight:400;
	display: none;
}


/* about */
.about01{
	position:relative;
	padding: 5.775% 0;
}

.about01 .back_img{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:-1;
}

.about01 .mainTit .en_tit{
	margin-bottom:24px;
}

.about01 .text1{
	margin:49px auto;
	font-weight:400;
	text-align:center;
	line-height:2.4375;
}

.about02{
	padding: 8% 0 8%;
}

.about02_div1{
	padding-bottom: 0;
}

.about02_div1 .inner.r_inner{
	max-width:1672px;
}

.about02_div1 .flex{
	align-items:center;
}

.about02_div1 .flex .left{
	max-width:714px;
	width: 45%;
	padding-top: 4.307%;
}

.about02_div1 .flex .right{
	max-width:853px;
	width: 53%;
}

.about02_div1 .flex .left .text{
	margin-top:40px;
}

.about02_div2{
	position:relative;
	padding-top: 5.8%;
	display: none;
}

.about02_div2:before{
	position:absolute;
	content:"";
	max-width:1600px;
	height:1px;
	background:#707070;
	width:100%;
	top:0;
	left:0;
	right:0;
	margin:auto;
}

.about02_div2 .title{
	font-weight:600;
	text-align:center;
	margin-bottom: 4.75%;
}

.ab_tit1{
	line-height: 1.45;
	font-weight: 900;
	font-size: clamp(2rem, 2.4vw, 3rem);
	margin-top: 4%;
}

.about03{
	background: #E1E5EA;
}

.about03 .mainTit_area .ab_text{color: #d6dbe2;}

.about03 .ma1920{
	padding: 12.4% 0 7.6648%;
}

.about03_list1{
	margin-top: 8.75%;
}

.about03_list1 .num_title {
	font-size: 3rem;
	color: #0C57AE;
	font-size: clamp(2rem, 3vw, 4rem);
}

.about03_list1  .title1{
	font-size: 3rem;
}

.about03_list1 li{
	display:flex;
	justify-content:space-between;
	margin-bottom: 10%;
	align-items: flex-start;
	padding: 0 3%;
}

.about03_list1.add_cap li{
	align-items: flex-start;
}

.nuture02 .about03_list1 li{
	margin: 0 auto;
	color: #333;
	padding: 6.875% 3%;
	border-bottom: 1px solid #fff;
}

.about03_list1 li:nth-child(2n){
	flex-direction:row-reverse;
}


.nuture02 .about03_list1 li:nth-child(2n){
	padding: 6.875% 3%;
}

.about03_list1 li:last-child{
	margin-bottom:0;
	/* display: none; */
	padding-bottom: 0;
	border: none;
}


.about03_list1 li .text_area{
	max-width:809px;
	width: 55%;
	position: relative;
}

.about03_list1.add_cap li .text_area{
	padding-top: 5%;
}

.about03_list1.add_cap li .text_area .ab_text{
font-size: 10rem;
    line-height: 1;
    font-weight: 400;
    font-size: clamp(5rem, 6vw, 10rem);
    letter-spacing: 0;
    color: #e5e5e5;
    position: absolute;
    z-index: -1;
    top: 0%;
    left: 0;
    right: 0;
    pointer-events: none;
    white-space: nowrap;
}

.about03_list1.add_cap li .text_area .title1 {
    margin-top: 3%;
    font-size: 2rem;
    line-height: 1.45;
    font-weight: 700;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
}

.about03_list1.add_cap li .text_area .text {
    margin-top: 3.77%;
}
.about03_list1 li .img{
	max-width:682px;
	width: 43%;
	height: 33vw;
	max-height: 506px;
}

.about03_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.about03.nuture02{
	background: #E1E5EA;
}

.about03.nuture02.bgwh{
	background:#fff;
}

.art02 .text1{
	margin-top:20px;
}

.art02 .about03_list1 {
    margin-top: 0%;
}

.about03.nuture02 .mainTit_area .ab_text{
	color: #d6dbe2;
}

.nuture02 .about03_list1 li .text_area{
	max-width:747px;
	width: 52%;
}

.nuture02  .about03_list1 li .img{
	width: 46%;
}

.nuture02 .about03_list1 h2{
	flex-direction: column;
	align-items: start;
	color: #333;
}

.nuture02 .about03_list1 h2 .en{
	display: block;
	font-weight: 500;
	font-size: 2.2rem;
	margin-bottom: 10px;
	color: #0C57AE;
}

.about03_list1 li .text_area .text{
	margin-top: 6.6%;
}


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

.num_title .num{
	font-weight: 400;
	font-size: 8.5rem;
	line-height: 1;
	font-size: clamp(3.7rem, 6vw, 8.5rem);
	letter-spacing: 0;
	margin-right: 2.844%;
}

.content04.about04 .ma1920 {
    padding: 7.7% 0 5.8%;
}

.nuture02 .about03_list1 li .text_area .btn1{
	margin: 9% 0 0;
}

.nuture02 .about03_list1 li .text_area .btn1.matop{
	margin:3% 0 0;
}

.nuture03 li{
	background: #fff;
	box-shadow: 5px 5px 10px #00000026;
	width: 15%;
	text-align: center;
	padding: 2%;
	margin: 35px 0 0 0;
	border: 1px solid #eee;
	margin-right: 2%;
}

.nuture03 li:nth-child(6n+6){
	margin-right:0;
}

.nuture03 u::after {
display: block;
content:"";
width: 15%;
}

.nuture03{
	margin: 100px 0;
}

.nuture03 .txt{
	margin: 25px 0 45px;
}

.nuture03 ul{
	display: flex;
	flex-wrap: wrap;
}

.nuture03 .img{
	max-width: 150px;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}

.nuture03 .img img{
	width: 100%;
}

.nuture03 li a:link{
	display: block;
	background: #0C57AE;
	padding: 10px;
	color: #fff;
	margin: 10px 0 0 0;
	font-weight: 700;
}

.nuture03 .name{
	font-weight: 700;
}

.nuture03 li a:visited{
	color: #fff;
}

/* column */

.column01{
	padding:110px 0;
}

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

.colu_list1 li{
	border:1px solid #EFEFEF;
	box-shadow:6px 6px 20px #0000001f;
	width: 21.75%;
	margin-right: 4.3333%;
	margin-bottom:80px;
	background: #fff;
}

.colu_list1 li:hover{
	opacity:0.7;
}

.colu_list1 li:nth-child(4n+4){
	margin-right: 0;
}

.colu_list1 li .img{
	width:100%;
	height: 15vw;
	max-height: 253px;
	position: relative;
}

.colu_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.colu_list1 li .img .cate{
	position:absolute;
	top:0;
	left:0;
	background: #0C57AE;
	color: #fff;
	padding: 2px 15px;
}

.colu_list1 li .text_area{
	padding: 19px 4.917% 26px;
}

.colu_list1 li .text_area .title{
	font-size: 2rem;
	line-height: 1.45;
	font-weight: 500;
	font-size: clamp(1.6rem, 1.6vw, 2rem);
	margin-bottom: 17px;
	letter-spacing:0;
}

.colu_list1 li .text_area .date{
	font-size:1.4rem;
	letter-spacing:0;
}


.pagination-list{
	display:flex;
	margin: 20px auto 0;
	justify-content: center;
	width: 100%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	width: 44px;
	height: 45px;
	background: #fff;
	border: 1px solid #EFEFEF;
	margin: 0 0.4%;
	transition:.4s;
	font-weight: 500;
	text-decoration: none;
	color: #333333;
	box-shadow:6px 6px 20px #0000001f;
}


.pagination-list .page-numbers.prev{
	background:#fff;
	margin: 0px 3% 0 0;
	position:relative;
}

.pagination-list .page-numbers.next{
	background:#fff;
	margin: 0px 0% 0 3%;
	position:relative;
}

.pagination-list .page-numbers.prev:before,
.pagination-list .page-numbers.next:before{
	content: '';
	width:6px;
	height: 6px;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	position: absolute;
	left: 0px;
	top:0px;
	transform: rotate(-135deg);
	right:0;
	bottom:0;
	margin:auto;
}

.pagination-list .page-numbers.next:before{
	transform: rotate(45deg);
}


.pagination-list .page-numbers.prev:hover,
.pagination-list .page-numbers.next:hover{
	background: #333333;
}

.pagination-list .page-numbers.prev:hover:before{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.pagination-list .page-numbers.next:hover:before{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background: #333333;
	color:#fff;
	opacity:1;
	border: 1px solid #333333;
}

/* column */
#no_cover{
	margin:90px auto 0;
	background:#333;
}

#no_cover .pankuzu {
    padding: 35px 0;
    margin: 0 auto;
}

.column_det01{
	padding: 110px 0 56px;
}

.column_det01 .title_area{
	margin-bottom:39px;
}

.column_det01 .title_area .date{
	font-size: clamp(1.6rem, 1.6vw, 2rem);
	line-height:1.45;
	letter-spacing:0;
}

.column_det01 .title_area .title{
	font-weight:500;
}

.column_det02{
	padding:110px 0;
	background:#F0F0F0;
}

.column_det02 .colu_list1{
	margin-top: 4.1%;
}

.column_det02 .btn1{
	margin:0 auto;
}

/* privacy */

.privacy01{
	padding:110px 0 80px;
}

.priv_list1 li{
	margin-bottom:70px;
}

.priv_list1 li .title{
	font-weight:600;
}

.priv_list1 li .text{
	margin-top:21px;
}

/* news */

.news01{
	padding:110px 0 110px;
}

.news01 .news_list1{
	margin-bottom: 80px;
}

.news_list1 li{
	display:flex;
	align-items: baseline;
	padding: 2.7% 0;
	border-bottom: 1px solid #707070;
}

.news_list1 li:first-child{
	padding-top:0;
}

.news_list1 li:hover{
	opacity:0.7;
}

.news_list1 li .dacate{
	margin-right: 3.274%;
	flex-shrink: 0;
}

.news_list1 li .dacate .date{
	margin-right: 11px;
	font-weight: 700;
}

.news_list1 li .title{
	font-size:1.8rem;
	font-weight:700;
	line-height:1.4444;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

/* joining */
.join01{
	padding:110px 0 124px;
}

.join01 .text{
	margin:40px 0 52px;
}

.join_list01 li{
	background:#fff;
	margin-bottom:63px;
	box-shadow:5px 5px 54px #00000029;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding: 25px 1.625% 18px;
}

.join_list01 li .text_area{
	max-width: 1060px;
	width: 69%;
	padding-left: 2.132%;
	display: flex;
	align-items: flex-start;
	justify-content:space-between;
}

.join_list01 li .img{
	max-width:380px;
	width: 29%;
}

.join_list01 li .text_area .step {
	max-width: 100px;
	width: 100%;
	margin-right: 2%;
	flex-shrink: 0;
}

.join_list01 li .text_area .step .text1{
	color: #333;
	font-style: initial;
	font-size: 2rem;
	line-height:1.32;
	letter-spacing:0;
	margin-bottom: 4px;
	text-align:center;
}

.join_list01 li .text_area .step .num{
	font-size: 4rem;
	line-height:1;
	letter-spacing:0;
	width:100%;
	height: 100vw;
	max-height: 85px;
	background: #0C57AE;
	color:#fff;
	border-radius:50%;
	max-width: 85px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	font-weight:600;
}

.join_list01 li .text_area .cont {
	max-width:834px;
	width: 82%;
	margin-top: 15px;
}

.join_list01 li .text_area .cont .title1{
	font-weight: 600;
	display:flex;
	align-items:center;
	flex-wrap: wrap;
}

.join_list01 li .text_area .cont .title1 span{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: clamp(1.3rem, 1.2vw, 2rem);
	line-height:1.45;
	letter-spacing:0;
	font-weight:700;
	border:2px solid;
	padding: 6px 1.8% 5px;
	margin-left: 3.718%;
}

.join_list01 li .text_area .cont .text1{
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	line-height:1.9;
	letter-spacing:0;
	font-weight:400;
	margin-top: 1%;
}

.join01 .btn1{
	margin:100px auto 0;
}

/* company */

.about01.company01 {
    padding: 120px 0 100px;
}

.company02{
    padding: 7.5598% 0 7.8748%;
    /* background: #E1E5EA; */
    /* color:#fff; */
}

.company02 .mainTit_area.l_txt{
	padding-left: 6.625%;
}

.company02 .hist_area{
	margin-top: 7.625%;
}

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

.hist_area .text_area{
	max-width:690px;
	width: 53%;
	padding-left: 6.625%;
}

.hist_area.noimg .text_area{
	max-width:initial;
	width:100%;
}

.hist_area .img_area{
	max-width:709px;
	width: 45%;
}

.hist_area .img_area .img{
	margin-bottom: 10.58%;
}


.hist_area .img_area .img:last-child{
	margin-bottom:0%;
}

.history_list1{
	position:relative;
	max-width: 354px;
	width: 100%;
}

.hist_area.noimg .history_list1{
	max-width: 455px;
}

.hist_area.noimg .history_list1 li{
	padding-left: 12%;
}

.history_list1 li{
	position:relative;
	padding-bottom: 15%;
	padding-left: 18.648%;
	padding-bottom: 24.86%;
	letter-spacing: 0;
}

.history_list1 li:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:#BFBFBF;
	left: 11px;
	top: 4px;
}

.history_list1 li:last-child:before{
	display:none;
}

.history_list1 li:after{
	position:absolute;
	content:"";
	width:21px;
	height:21px;
	background: #c7c7c7;
	border-radius:50%;
	/* border:1px solid #707070; */
	left:0;
	top: 4px;
}

.history_list1 li:last-child:after{
	background: #0C57AE;
	border: 1px solid #0C57AE;
}

.history_list1 li .year{
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 700;
	font-size: clamp(1.8rem, 2vw, 2.5rem);
	margin-bottom:7px;
}

.company03 .flex .text_area{
	max-width: 689px;
	width: 43%;
	padding: 8% 0 6%;
}

.company03 .flex .img{
	max-width: 965px;
	width: 55%;
	position: relative;
}

.company03 .flex .img:before{
	position:absolute;
	content:"";
	width: 30%;
	height:100%;
	background:linear-gradient(to right , #F8F8F8, transparent);
	left:0;
	top:0;
}

.company03 .flex .img img{
	height:100%;
	width:100%;
	object-fit:cover;
}

.company03 .text1{
	margin-top: 6.39%;
	line-height:1.625;
	font-weight:400;
}

.company03 .text2{
	margin-top: 8.71%;
	text-align: right;
	font-size: 4.6rem;
	line-height: 1.44;
	font-size: clamp(2.4rem, 4vw, 4.6rem);
}

.company03 .text2 span{
	font-size: 2.5rem;
	line-height: 1.44;
	font-size: clamp(1.8rem, 2vw, 2.5rem);
}

.company04{
	padding: 7.6% 0 5.775%;
	background: #E1E5EA;
	/* color:#fff; */
}


.company04 .flex .text_area{
	max-width:773px;
	width: 49%;
}

/* .company04 .flex .text_area{
	width:100%;
	max-width:initial;
} */

.company04 .flex .img{
	max-width:712px;
	width: 49%;
}

.comp04_list1{
	margin-top: 6.5%;
}

.comp04_list1 li{
	display:flex;
	align-items:flex-start;
	padding:20px 0;
	border-bottom: 1px solid #ccc;
	justify-content: space-between;
	font-size: 1.8rem;
	font-weight: 600;
}

.comp04_list1 li:last-child{
	padding-bottom:0;
	border-bottom: none;
}

.comp04_list1 li .left{
	/* max-width:180px; */
	width: 24%;
}

.comp04_list1 li .right{
	/* max-width:594px; */
	width: 73%;
	font-weight: 400;
}

.company05 ul{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 60px;
	flex-wrap: wrap;
}

.company05 li{
	width: 31%;
	background: #fff;
	box-shadow: 5px 5px 12px 0px #0000002b;
	padding: 3%;
	margin: 45px 0 0 0;
}

.company05 li::after {
display: block;
content:"";
width: 30%;
}

.company05 .img{
	text-align: center;
	max-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100px;
}

.company05 .img img{
	width: auto;
	height: auto;
	min-height: 100px;
	max-width: 100px;
}

.company05 dt{
	text-align: center;
	font-size: 2rem;
}

.company05 dd p{
	margin: 6px 0 0 0;
	font-size: 1.4rem;
}

/* recruit */

.rec01{
	padding: 8% 0 0;
}

.tab-area{
	display:flex;
	margin-top:42px;
}

.tab-area.col3 .tab{
	width: 32.75%;
	margin-right: 0.875%;
}

.tab-area .tab:last-child{
	margin-right:0;
}

.tab-area .tab .text{
	width: 100%;
	height: 100%;
	font-size: 3rem;
	font-size: clamp(1.6rem,2vw, 3rem);
	font-weight: 700;
	background: #A8A8A8;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 3.799% 0;
	color:#fff;
	line-height: 1.46667;
}

.tab-area .tab.active .text{
	background: #0C57AE;
	color:#fff
}

.panel-area{
	background:#fff;
	box-shadow:5px 5px 54px #00000029;
}

.panel{
	display:none;
}

.panel.active{
	display:block;
}


.panel1{
	padding: 4.3% 3.63% 5.2%;
}

.panel1 .open_cont{
	border:1px solid #ccc;
	margin-bottom:30px;
	padding: 30px;
	border-radius:1vw;
	position: relative;
}

.panel1 .open_cont:before{
	content: '';
	width: 20px;
	height: 20px;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	position: absolute;
	right: 2%;
	top: 35px;
	transform: rotate(135deg);
	transition:.4s;
}

.panel1 .open_cont.opn:before{
	transform: rotate(-45deg);
	top: 45px;
}

.panel1 .open_cont:last-child{
	margin-bottom:0;
}

.hide_cont{
	margin-top:28px;
}

.panel1 .title1{
	line-height: 1.466667;
	letter-spacing: 0;
	font-weight: 700;
}

.rec_list1{
	margin-bottom: 5%;
}

.rec_list1 li{
	display:flex;
	align-items:flex-start;
	padding: 34px 0;
	border-top: 1px solid #eee;
	justify-content: space-between;
	font-size: 1.8rem;
	font-weight: 700;
}

.rec_list1 li:last-child{
	border-bottom: 1px solid #eee;
}

.rec_list1 li .left{
	max-width:180px;
	width: 24%;
	flex-shrink: 0;
}

.rec_list1 li .right{
	width: 88%;
	font-weight: 400;
}

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

.rec02{
	padding: 8% 0 0;
}

.tab-area.col2{
	justify-content:space-between;
}

.tab-area.col2 .tab{
	width: 49.5%;
	max-width:790px;
}

.panel2{
	padding: 3.5% 3.63% 6.813%;
}

.panel2 .join_list01 li{box-shadow: none;margin-bottom: 87px;padding: 0;}

.panel2 .join_list01 li:last-child{
	margin-bottom:0;
}

.rec02 .btn1{
	margin:92px auto 0;
}

.rec03{
	padding: 8% 0 7.4548%;
}


.qanda_list{
	margin: 4.375% auto 0;
}

.qanda_list li{
	border-top:1px solid #A0A0A0;
	padding: 36px 0 0;
}

.qanda_list li:last-child{
	border-bottom:1px solid #A0A0A0;
}

.qanda_list li dt,
.qanda_list li dd{
	display:flex;
	align-items:baseline;
	font-weight: 700;
	position: relative;
}

.qanda_list li dt{
	padding-bottom: 36px;
	font-size: 2.5rem;
	line-height: 1.44;
	font-size: clamp(1.8rem, 2vw, 2.5rem);
}

.qanda_list li dd{
	padding: 7px 0 36px;
}

.qanda_list li .que,
.qanda_list li .ans{
	display:flex;
	align-items:center;
	margin-right: 1.5%;
	width: 60px;
	height: 60px;
	flex-shrink:0;
	color:#fff;
	justify-content:center;
	border-radius:50%;
	font-size: 2.8rem;
	font-weight: 600;
	padding-bottom: 4px;
}

.qanda_list li .que{
	background: #333333;
}

.qanda_list li .ans{
	background: #0C57AE;
}

.qanda_list li dt p,
.qanda_list li dd p{width: 75%;}


.qanda_list dt .pulu{
	position: absolute;
	display: flex;
	right: 24px;
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.qanda_list dt .pulu span{
	width: 30px;
	background: #333333;
	height: 2px;
	display: block;
	position: absolute;
	right: 0;
}

.qanda_list .open  .pulu span + span{transform: rotate(0deg);}

.qanda_list  .pulu span + span{transform: rotate(90deg);}


/* work */

.work01{
	padding: 6% 0 11.9%;
}

.work_list2 li{
	display:flex;
	justify-content:space-between;
	margin-bottom: 10%;
}

.work_list2 li:last-child{
	margin-bottom:0;
}

.work_list2 li:nth-child(2n){
	flex-direction:row-reverse;
}

.work_list2 li .cont{
	max-width:730px;
	width: 48%;
}

.work_list2 li .img{
	max-width:800px;
	width: 50%;
}

.work_list2 li .cont .text{
	margin: 21px 0 14.3%;
}

.work_slider_area{
	position:relative;
	box-shadow: 5px 5px 54px #00000029;
}

.sld2{
	display:flex;
	width: 100%;
	max-width: 790px;
	background: #FFFFFF;
	position: relative;
	box-shadow: 5px 5px 54px #00000029;
}


.sld2 .text_area{
	max-width:499px;
	position: relative;
	width: 69%;
	padding: 46px 4.522% 70px;
}

.sld2 .img1{
	width: 32%;
	max-width: 231px;
	max-width: initial;
}

.sld2 .img1 img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.sld2 .text_area .cate{
	position:absolute;
	top:0;
	left:0;
	background: #0C57AE;
	color: #fff;
	padding: 2px 14.83% 2px 5.412%;
	font-size: 2rem;
	line-height: 1.45;
}

.sld2 .text_area .cate:before{
	position:absolute;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	content:"";
	width:22px;
	right:-1px;
	height: 100%;
	bottom:-1px;
	background: #fff;
}

.sld2 .text_area .name{
	font-size: 3.5rem;
	line-height: 1.42857;
	font-weight: 700;
	font-size: clamp(2.4rem, 2.4vw, 3.5rem);
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

.sld2 .text_area .name span{
	font-size:1.5rem;
	font-weight:700;
	margin-left:15px;
}

.sld2 .text_area .text1{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-weight:400;
  line-height:1.5;
  margin-top:8.5px;
}

.slider_btn.slider_btn2{
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: initial;
	width: 106%;
	left: -3%;
	right: 0;
	align-items: center;
	pointer-events: none;
}

.slider_btn.slider_btn2 div {
    width: 41px;
    height:41px;
    font-size: 1.5rem;
    pointer-events: initial;
}

.sld2 .btn1{
	width:100%;
	max-width:initial;
	position:absolute;
	bottom:0;
	height: 56px;
	font-size: 1.5rem;
	left: 0;
}
.sld2 .btn1 .arrow1 {
	position:initial;
	margin-left:9px;
	width: 17px;
	height: 17px;
	font-size: 1rem;
}

.work_det01_div1{
	
}

.work_det01_div1 .flex{align-items: flex-start;}

.work_det01_div1 .flex .text_area{max-width: 688px;width: 40%;padding-top: 7.33%;padding-bottom: 6%;}

.work_det01_div1 .flex .img{
max-width: 960px;
width: 58%;
}

.work_det01_div1 .flex .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.work_det01_div1 .flex .text_area .cate {
    background: #0C57AE;
    color: #fff;
    padding: 2px 14.83% 2px 5.412%;
    font-size: clamp(1.8rem, 2vw, 2.6rem);
    line-height: 1.45;
    max-width:max-content;
    position:relative;
    margin-bottom: 1.8%;
}

.work_det01_div1 .flex .text_area .cate:before{
	position:absolute;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	content:"";
	width:22px;
	right: -1px;
	height: calc(100% + 1px);
	bottom:-1px;
	background: #fff;
}

.work_det01_div1 .flex  .text_area .name{
	font-size: 5.5rem;
	line-height: 1.42857;
	font-weight: 700;
	font-size: clamp(3rem, 4vw, 5.5rem);
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin-bottom: 7.5%;
}

.work_det01_div1 .flex .text_area .name .big{
	margin-right: 3.8%;
}

.work_det01_div1 .flex .text_area .name .sans{
	font-size: clamp(1.6rem, 1.6vw, 2.2rem);
	font-weight:700;
}

.work_det01_div1 .flex .text_area .title2{
	margin-bottom: 13.5px;
}

.work_det01_div1 .flex .text_area .text1{
  font-weight:400;
  line-height:1.5;
}

.work_det01_div2{margin: -3.675% auto 0;}

.work_det01_div2 .inner{
	background: #E1E5EA;
	padding: 7.2% 8.399% 8.5%;
}

.work_det01_list1{
	margin-top: 4.61%;
}

.work_det01_list1 li{
	background:#fff;
	margin-bottom:96px;
	position:relative;
	padding: 7.813% 5.8% 3.516%;
}


.work_det01_list1 li:before{
	position:absolute;
	content:"";
	width:13px;
	height:55px;
	left:0;
	right:0;
	margin:auto;
	background: url(./img/work/dot.svg)no-repeat center;
	background-size:contain;
	bottom:-75px;
}

.work_det01_list1 li:last-child{
	margin-bottom:0;
}

.work_det01_list1 li:last-child:before{
	display:none;
}

.work_det01_list1 li .cate{
    background: #0C57AE;
    color: #fff;
    padding: 5px 11.72% 5px 7.1%;
    font-size: clamp(1.8rem, 2vw, 3.6rem);
    line-height: 1.45;
    max-width:max-content;
    position:relative;
    margin-bottom: 1.8%;
    position:absolute;
    top:0;
    left:0;
}

.work_det01_list1 li .cate:before{
	position:absolute;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	content:"";
	width:22px;
	right:-1px;
	height: calc(100% + 1px);
	bottom:-1px;
	background: #fff;
}

.work_det01_list1 li .title1{
	font-weight: 900;
}

.work_det01_list1 li .text1{
	margin-top: 2.3%;
}

.work_det02{
	padding: 5.67% 0 9.24%;
}

.interview_list1{
	margin-top: 6.934%;
}

.interview_list1 li{
	margin-top: 5.4%;
	display:flex;
	justify-content:space-between;
}

.interview_list1 li .text_area{
	width:100%;
}

.interview_list1 li .qustion{
	line-height:1.714;
	letter-spacing:0;
	border-bottom: 1px solid #eee;
	padding: 0 0 8px 0;
}

.interview_list1 li .qustion span{
	margin: 0 15px 0 0;
}

.interview_list1 li .text{
	margin-top: 1.3%;
	font-weight:400;
	line-height:1.5625;
}

.interview_list1 li .right_img{
	width: 50%;
	flex-shrink:0;
	max-width: 800px;
	margin-left: 2%;
}

.work_det03 .inner{
	background: #E1E5EA;
	/* color:#fff; */
	padding: 5.5% 5.617% 6.037%;
}

.work_det03 .text{
	margin: 24px 0 5.412%;
}

.work_det03 .hist_area .text_area {
    padding-left: 0%;
}

.work_det03 .history_list1 {
    max-width: 577px;
}

.work_det03 .history_list1 li {
    padding-left: 9.36%;
    padding-bottom: 13%;
    letter-spacing: 0;
}

.history_list1 li .time{
	padding: 0 26px 4px;
	max-width: max-content;
	border-radius: 40px;
	font-size: clamp(1.6rem, 2vw, 2.2rem);
	font-weight: 700;
	line-height: 1.1818;
	margin-bottom: 8px;
}

.history_list1 li .title1{
	font-weight:700;
	margin-bottom:5px;
}

.history_list1 li .text1{
	line-height:1.75;
}

.work_det04{
	position:relative;
	padding: 5.775% 0 9.449%;
}

.work_det04 .back_img{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:-1;
}

.work_det04 .back_img img{
	width:100%;
	filter: opacity(0.6);
}

.work_det04 .text1{
	margin-top: 3%;
	text-align:center;
	font-size: clamp(1.5rem, 2.4vw, 1.8rem);
	font-weight: 400;
	line-height: 1.94444;
}

/* environment */

.envi01{
	padding: 5.67% 0 0%;
}

.envi01_div1{
	padding: 3.5628% 0 3%;
}

.arttit1{
	font-size:3rem;
	font-size: clamp(2rem, 3vw, 3rem);
	padding-bottom:12px;
	border-bottom:1px solid #707070;
	font-weight: 600;
	line-height: 1.466667;
}

.envi01 .arttit1{
	margin-bottom: 3.5628%;
}

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

.envi01_list1 li{
	width:48%;
	margin-bottom: 7.125%;
}

.envi01_list1 li .title1{
	margin:22px 0 12px;
	line-height: 1.466667;
	font-weight: 900;
}

.envi01_list1 li .text1{
	font-size: clamp(1.5rem, 2.4vw, 1.8rem);
	font-weight:400;
}

.btn3{
	background:#333;
	max-width:622px;
	width: 100%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:2.2rem;
	position:relative;
	font-weight:700;
	transition: .4s;
	font-size: clamp(1.7rem, 1.8vw, 2.2rem);
	padding: 17px 0;
	color:#fff!important;
}

.btn3 .arrow1{
	right:6%;
}

.btn3:hover .arrow1{
	right:3%;
}

.envi01_div1 .btn3{
	margin: -1.25% auto 0;
}

.envi01_div2{
	margin-bottom: 6%;
}

.envi01_div2:last-child{
	margin-bottom:0px;
}


.envi01_div2 .flex1 .img{
	max-width:750px;
	width: 49%;
}

.envi01_div2 .flex1 .text_area{
	max-width:776px;
	width: 49%;
}

.envi01_div2 .title1{
font-weight: 600;
line-height: 1.466667;
}

.envi01_div2 .text{
	font-size: clamp(1.5rem, 2.4vw, 1.8rem);
	font-weight:600;
	line-height:1.66667;
	margin-top:12px;
}


.envi01_list2{
	margin-top: 6.83%;
}


.envi01_list2 li{
	margin-bottom: 4.13%;
}

.envi01_list2 li:last-child{
    margin-bottom: 0px;
}

.envi01_list2 li .text1{
	font-size:2.3rem;
	font-weight:600;
	font-size: clamp(1.8rem, 2vw, 2.3rem);
}

.envi01_list2 li .text2{
	margin-top:12px;
	font-size: clamp(1.5rem, 2.4vw, 1.8rem);
	font-weight:600;
	line-height:1.66667;
}

.envi01_list2 li .text2.noma{
	margin:0;
}

.envi01_div21{
	margin:110px auto 0;
}

.envi01_div21 .img{
	margin:45px auto 0;
	box-shadow:5px 5px 28px #0000001c;
}

.envi01_div21 .scroll_cont{
	margin:45px auto 0;
	box-shadow:5px 5px 28px #0000001c;
}

.envi02{
	padding: 7.8745% 0 8.5%;
	background: #E1E5EA;
}

.envi02 .mainTit_area{
	margin-bottom:5%;
}


.envi02_div1 .arttit1{
	margin-bottom:45px;
}

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

.envi02_list1 li{width: 14%;margin-right: 3.12875%;margin-bottom: 5%;}

.envi02_list1 li .img{
	background: #fff;
	min-height: 193px;
	max-height: 193px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.envi02_list1 li:last-child{
	margin-right:0;
}

.envi02_list1 li .title1{
	text-align:center;
	margin: 7.4% 0;
	font-size:2.5rem;
	font-weight:700;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
}

.envi03{
	padding: 7.8745% 0;
}

.envi03 .slider_area3{
	margin: 3.5178% 0 0;
}


.sld3{
	width: 85%;
	margin:0 auto;
}

.envi04{
	background: #E1E5EA;
	padding: 7.8745% 0;
}

.count_li1{
	display:flex;
	flex-wrap:wrap;
	margin-top: 7%;
}

.count_li1 li{
	background:#F8F8F8;
	border:1px solid #EBEBEB;
	box-shadow:0 0 18px #00000029;
	width: 22.3%;
	margin-right: 3.6%;
	text-align:center;
	padding:18.5px 0 19px;
	margin-top: 3.6%;
}

.count_li1 li:nth-child(4n+4){
	margin-right:0;
}

.count_li1 li .title1{
	font-size:2.5rem;
	font-weight:700;
	font-size: clamp(1.6rem, 2.3vw, 2rem);
	padding-bottom:10px;
	position:relative;
}

.count_li1 li .title1:before{
	position:absolute;
	content:"";
	width:63px;
	height:1px;
	background:#707070;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.count_li1 li .js-count{
	font-size:3.8rem;
	font-weight:700;
	font-size: clamp(2rem, 3vw, 3.8rem);
}


.count_li1 li .js-count .js-num{
	font-size:8rem;
	font-size: clamp(4rem, 5vw, 5rem);
	line-height:1.4;
}

.count_li1 li .js-count .small{
	font-size:2.8rem;
	font-size: clamp(1.6rem, 3vw, 2.8rem);
}

.count_li1 li .ab_text{
	font-size:2.8rem;
	font-size: clamp(1rem, 2.3vw, 1.3rem);
	font-weight:700;
	line-height:1.4615;
}

.nut_text{
	text-align:center;
	margin: 10% auto 0;
	line-height: 1.8;
}

.cate_list{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}

.cate_list li{
	margin-right: 16px;
	margin-bottom: 8px;
	position:relative;
	padding-left:16px;
	font-size: 1.6rem;
}


.cate_list li:before{
	content:"";
	background: #0C57AE;
	width:8px;
	height:8px;
	position:absolute;
	border-radius:50%;
	left:0;
	top:12px;
}
section.company03 .btn1 {
    margin: 20px auto 50px;
}
.dai_msg {
    font-weight: 700;
    display: block;
    font-size: clamp(1.8rem, 2vw, 2.5rem);
}


.top_strength01{
	position: relative;
	z-index: 1;
	padding: 11.5% 0 0;
}

.top_strength01 .mainTit_area .ab_text{
	color: #F7F7F7;
}

.top_strength01 h2.mainTit{font-size: 4.5rem;font-size: clamp(2.4rem, 5vw, 4.5rem);}

.top_strength01 .top_strength_list1{
	margin-top:80px;
	position: relative;
}



.top_strength_list1 li{
	display:flex;
	justify-content:space-between;
	background: #DFE5EA;
}


.top_strength_list1 li:nth-child(2n){
	flex-direction:row-reverse;
	background: #fff;
}

.top_strength_list1 li .img{
	/* max-width:960px; */
	width:50%;
}

.top_strength_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.top_strength_list1 li .text_area{
	/* max-width:960px; */
	width:50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 2% 6% 2% 8.334%;
}


.top_strength_list1 li:nth-child(2n) .text_area{
	padding-left: 7.24%;
	padding-right: 8.334%;
}

.top_strength_list1 li .mainTit .tit{
	
}

.top_strength_list1 li .text_area .text1{
	margin: 5.5% 0;
	font-size: clamp(1.5rem, 2.4vw, 1.8rem);
}

.top_news01{
	padding: 8% 0 7%;
	background: #E1E5EA;
}

.top_news01 .mainTit{
	font-size: clamp(3rem, 5vw, 6rem);
}

.top_news01 .news_list1{
	margin-top: 8%;
}

.top_strength_list1 li:nth-child(2) .btn1 .arrow1{
	/* background:#DF73A3; */
}

.top_strength_list1 li:nth-child(3) .btn1 .arrow1{
	/* background:#90B544; */
}

/* episode */

.epi_column_det02{
	
}

.epi_col_det021{
	width: 97.5%;
	max-width: 1760px;
	margin-left: auto;
}

.epi_col_det021 .text_area{
	max-width:688px;
	width: 43%;
	padding: 8.239% 0 5%;
}

.epi_col_det021 .img{
	max-width:960px;
	width: 55%;
}

.epi_col_det021 .text_area .date{
	font-size: clamp(1.6rem, 1.6vw, 2.2rem);
	font-weight:700;
	margin-bottom:8px;
}

.epi_col_det021 .text_area .title1{
	font-size: clamp(2.4rem, 3.7vw, 5.5rem);
	line-height:1.43;
	margin-bottom: 9.449%;
}

.epi_col_det021 .text_area .title2{
	line-height:1.4285;
	margin-bottom: 5.089%;
	font-size: clamp(2.2rem, 2.4vw, 3.5rem);
}

.epi_col_det021 .text_area .text1{
	font-size:1.6rem;
	line-height:1.8;
}

.epi_col_det022{
	background:#E1E5EA;
	padding: 180px 0 130px;
	margin-top: -3.3%;
}

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

.epi_col_det02_list li{
	width:48%;
	max-width:746px;
	background:#fff;
	display:flex;
	justify-content:space-between;
	box-shadow:5px 5px 54px #00000029;
	margin-top: 3%;
}

.epi_col_det02_list li:nth-child(1),
.epi_col_det02_list li:nth-child(2){
	margin-top:0;
}

.epi_col_det02_list li .img{
	width: 33.915%;
}

.epi_col_det02_list li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.epi_col_det02_list li .text_area{
	padding: 4.3% 7.78% 4.8%;
	width: 66%;
}

.epi_col_det02_list li .text_area .name{
	font-weight:600;
	line-height:1.425;
	font-size: clamp(2rem, 5vw, 4rem);
}

.epi_col_det02_list li .text_area .kana{
	font-size:1.3rem;
	font-weight:400
}

.epi_col_det02_list li .text_area .text1{
	margin-top: 6%;
	font-size: clamp(1.5rem, 2.4vw, 2.3rem);
	font-weight:700;
	line-height:1.652;
}



.epi_column_det03{
	padding:95px 0 100px;
}

.epi_col_det031{
	margin-top:100px;
}

.epi_col_det031:first-child{
	margin-top:0px;
}

.epi_col_det031 .title1{
	border-bottom:1px solid #D1D1D1;
	padding-bottom:22px;
	display: flex;
	align-items: baseline;
}

.epi_col_det031 .title1 span{
	font-size: 4.7rem;
	line-height: 1.4255;
	font-weight: 600;
	font-size: clamp(3rem, 3vw, 4.7rem);
	margin-right: 21px;
}

.epi_col_det03_list li{
	margin-top:50px;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}

.epi_col_det03_list li:first-child{
	margin-top:33px;
}

.epi_col_det03_list li .man{
	max-width: 142px;
	width: 9%;
}

.epi_col_det03_list li .man img{
	border-radius:50%;
}

.epi_col_det03_list li .man .name{
	text-align: center;
	margin-top: 10px;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	font-weight:500;
	line-height:1.45;
}

.epi_col_det03_list li .text_area{
	max-width: 1411px;
	width: 89%;
	padding:31px 23px 23px;
	background:#FAFAFA;
	border:1px solid #D1D1D1;
	border-radius:9px;
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight:400;
	line-height:1.8;
	position: relative;
	z-index:1;
}

.epi_col_det03_list li .text_area:before{
	position:absolute;
	content:"";
	width:36px;
	height:26px;
	left: -1.7%;
	top: 13%;
	background:url(./img/column/fuki.svg)no-repeat;
	background-size:contain;
	z-index:-1;
}

.epi_col_det03_list li .text_area:after{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left: 0%;
	top: 0%;
	background:#FAFAFA;
	z-index:-1;
	border-radius:9px;
}


.epi_column_det04{
	padding:130px 0 180px;
	position:relative;
}

.epi_column_det04 .back_img{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:-1;
	height:390px;
}

.epi_column_det04 .back_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.epi_col_det041{
	background:#fff;
	padding:71px 2% 67px;
	box-shadow:0 3px 14px #00000029;
	border-top:5px solid #0C57AE;
	text-align:center;
}

.epi_col_det041 .title{
	text-align:center;
	font-size: 4rem;
	line-height: 1.425;
	font-size: clamp(2.2rem, 3vw, 4rem);
	letter-spacing: 0;
	padding-bottom: 26px;
	margin-bottom: 30px;
	position: relative;
}

.epi_col_det041 .title span{
	display:block;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	font-weight: 500;
	line-height:1.8;
	margin-bottom: 12px;
}


.epi_col_det041 .title:before{
	position:absolute;
	content:"";
	width:68px;
	height:1px;
	background:#BEBEBE;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.epi_col_det041 .text1{
	font-size: clamp(1.6rem, 2.4vw, 2.5rem);
	font-weight: 600;
	line-height:2;
}


/* office */

.office01{
	padding:70px 0 150px;
}

.officeTit1{
	font-size: clamp(3rem, 3.7vw, 5.5rem);
	line-height:1.43;
}

.officeTit1 span{
	font-size: clamp(1.6rem, 1.6vw, 2.2rem);
	font-weight:700;
	margin-bottom:8px;
	display:block;
}

.office01 .officeTit1{
	text-align:center;
	margin-bottom:20px;
}

.office01 .flex{
	
}


.office01 .flex .img{
	max-width:214px;
	width: 22%;
}

.office01 .flex .text{
	font-size:1.6rem;
	font-weight:400;
	max-width:834px;
	line-height:2.4375;
	padding-top: 2.4%;
	width: 76%;
}

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

.office01_list li{
	width:32%;
	max-width:342px;
	margin-top:30px;
}

.office02{
	background:#E1E5EA;
}

.office02 .flex{
		max-width:1765px;
	width:95%;
	margin-left:auto;
}


.office02 .flex .text_area{
		max-width: 841px;
		width: 50%;
		padding: 5% 0 2.6%;
}


.office02 .flex .img{
	max-width: 838px;
	width: 48%;
	position:relative;
	overflow: hidden;
}


.office02 .flex .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: 39% 50%;
}


.office02 .flex .img:before{
	position:absolute;
	content:"";
	width: 34.4%;
	height: 101%;
	background: url(./img/office/co2_sou.png) right no-repeat;
	left:0;
	top:0;
	z-index:1;
	background-size: cover;
}

.office02 .flex .text_area .officeTit1 {
    font-size: clamp(2.4rem, 3.7vw, 4.9rem);
}

.office02 .flex .text_area .officeTit1 span {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}

.office02 .flex .text_area .title1{
    font-size: clamp(2rem, 3vw, 3.3rem);
    margin-top: 4.4%;
}

.office02 .flex .text_area .text1{
	margin-top:17px;
	font-size:1.5rem;
	line-height:1.7333;
}

.office02 .flex .text_area .text2{
	margin-top: 6%;
	text-align:right;
	font-size: clamp(1.6rem, 2.4vw, 2.5rem);
}

.office02 .flex .text_area .text2 span{
    font-size: clamp(1.8rem, 2.4vw, 3.5rem);
}


.office03 .ma1920{
	padding: 188px 0 80px;
}

.office03 .flex{
	margin-top: 6.7%;
}

.office03 .flex .text_area{
	max-width: 661px;
	width: 48%;
}

.office03 .flex .img{
	max-width:800px;
	width:50%;
}

.office03 .flex .text_area .text1{
	margin-top: 7%;
	font-size:1.5rem;
	line-height:2;
}

.office05 .about03_list1 .num_title{
	color:#333;
}

.office07{
	padding:100px 0 160px;
	background:#E1E5EA;
}

.office07 .flex{
	margin-top:97px;
}

.office07 .flex .map{
	max-width: 700px;
	width: 46%;
	height: 408px;
}

.office07 .flex .text_area{
	max-width: 773px;
	width: 52%;
}

.office07 .flex .map iframe{
	width:100%;
	height:100%;
}

.office07_list li{
	display:flex;
	padding:17px 0;
	border-top:1px solid #707070;
}

.office07_list li:first-child{
	padding:0px 0 17px;
	border:none;
    font-size: clamp(1.5rem, 2vw, 1.8rem);
}

.office07_list li .text1{
	width: 23.3%;
	font-weight: 600;
}

.office07_list li .text2{
	width: 76.7%;
	font-weight: 500;
}

.company05 {
    padding: 7.5598% 0 7.8748%;
}


.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:58px auto 52px;
}

.privacy_area label{
	display:flex;
	align-items: center;
	font-size: clamp(1.4rem,2.3vw,1.6rem);
	font-weight: 700;
}


.privacy_area .orange{
	color: #0C57AE;
}

.privacy_area input {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    accent-color: #ccc;
    margin-right: 8px;
}

.content04{
	/* background:#ECECEC; */
}



.top_sns01{
	background:#ECECEC;
	padding: 10% 0 6%;
	position: relative;
}

.top_sns01 .mainTit_area{
	position: relative;
}

.top_sns01 .mainTit_area .ab_text{
	top: auto;
	bottom: 0;
}

.top_sns01 .btn1{
	margin:80px auto 0;
}

.yt_area{
	padding: 0% 0 11.7%;
}

.yt_list{
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
}

.yt_list:has(li:nth-child(2)){
	justify-content:space-between;
}

.yt_list li{
	width:48%;
	max-width:757px;
	max-height:426px;
	height: 25vw;
}

.yt_list li iframe{
	width:100%;
	height:100%;
}

.side_sns{
	position:absolute;
	bottom: 0%;
	left: 2.5%;
	width: 3%;
	max-width:40px;
}

.side_sns_list li{
	margin-top: 0.5vw;
}

.article .yt_area{
	padding-top: 8%;
}

.add_work01{
	padding:8% 0 5%;
}

.yt_cont{
	width:100%;
	height: 54vw;
	max-height:initial;
	margin:50px auto 0;
}

.yt_cont iframe{
	width:100%;
	height:100%;
}

.epi_column_det05{
	padding:8% 0 5%;
}

.count_li1.col3{
	margin-top: 0%;
}

.count_li1.col3 li {
    width: 32%;
    margin-right: 2%;
    margin-top: 3%!important;
}

.count_li1.col3 li:nth-child(3n+3){
    margin-right: 0%!important;
}

.epi_column_det05 .title{
	margin-top:40px;
}

.epi_column_det05 .text{
	margin-top:50px;
}

.epi_column_det06{
	padding:8% 0 5%;
}

.epi_column_det06 .box{
	margin-top:40px;
	position:relative;
}

.epi_column_det06 .box .img img{
	width:100%;
}

.epi_column_det06 .box .text{
	background:#fff;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:75%;
	padding:3% 0;
	text-align:center;
	font-size:clamp(2rem , 4vw, 4rem);
	font-weight:900;
	margin:auto;
	border-radius:1vw 1vw 0 0;
}

.epi_column_det07{
	padding:8% 0 5%;
}

.epi_column_det07 .box{
	margin-top:4%;
	background:#e8e8e8;
	padding:5%;
}

.epi_column_det07 .box .title{
	margin-bottom:20px;
}

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

.epi_img_list1 li{
	width:48%;
	margin-top:4%;
}

.about02.art01{
	padding: 8% 0 5%;
}

.about02.art01 .btn1{
	margin-top:30px;
}

.temp01{
	padding: 6% 0 5%;
}

.temp01 .text{
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.8125;
}
	
.temp01 .img{
	max-width:1100px;
	width:100%;
	margin: 6.25% auto 0;
}

.temp02{
	position:relative;
	z-index:1;
	padding: 10.5% 0 14.4%;
}

.temp02 .img{
	margin: 8.9% auto 0;
}

.temp03{
	background:#ECECEC;
	padding: 9.5% 0 9%;
	position: relative;
	z-index: 1;
}

.temp03_cont1{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.temp03_cont1 .left{
	flex-shrink:0;
	max-width: 627px;
	width: 48%;
	margin-right: 0%;
}

.temp03_cont1 .right{
	max-width:809px;
	width: 51%;
}

.temp03_cont1 .mainTit_area .ab_text{
	color:#E1E5EA;
	top: 2.5%;
	left: -2%;
}

.temp03_li1{
	margin-top: 56px;
}

.temp03_li1 > li{
	display:flex;
	justify-content:space-between;
	padding: 5.5% 0;
	border-bottom: 1px solid #fff;
}

.temp03_li1 > li:first-child{
	padding-top:0;
}

.temp03_li1 > li:nth-child(2n){
	flex-direction:row-reverse;
}

.temp03_li1 > li:last-child{
	margin-bottom: 6.25%;
	padding-bottom:0;
	border:none;
}

.temp03_li1 > li .text_area{
	max-width:809px;
	width:51%;
	padding-top: 4.438%;
}

.temp03_li1 > li .img{
	max-width:682px;
	width:47%;
}

.temp03_li1 > li .text_area .title1{
	font-size: 4rem;
	font-size: clamp(2rem, 3vw, 4rem);
	font-weight: 900;
	line-height: 1.4545;
}

.temp03_li1 > li .text_area .title1 .num{
	font-size: 8.5rem;
	font-size: clamp(3rem, 5vw, 8.5rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	vertical-align: sub;
}

.temp03_li1 > li .text_area .text1{
	line-height: 1.875;
	margin-top: 3.7%;
}

.temp03_li1 > li .text_area .btn1{
	margin-top: 5%;
}

.temp03_text{
	text-align:center;
	margin-top: 14.5%;
}

.content04.temp06{
	background:#fff;
}

.temp07{
	width:100%;
}

.temp07 img{
	width:100%;
}

.temp03_div{
	margin-top:40px;
}

.temp03_li1 > li .text_area .title2{
	font-size: 2.3rem;
	font-size: clamp(1.8rem, 3vw, 2.3rem);
	font-weight: 900;
	line-height: 1.4782;
	padding-bottom: 13px;
	border-bottom: 1px solid #B4B4B4;
	margin-bottom: 32px;
}

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

.temp03_li2 li{
	width: 31%;
	max-width: 234px;
}

.temp03_li2 li .text2{
	font-weight:900;
	line-height:1.375;
	margin-top:13px;
}

.bnr_img{
	margin:10% auto 0;
}

.bnr_img:has(.lista):hover{
	opacity:0.7;
}

.navigation.p-post-nav{
	padding: 40px 0;
	max-width: 800px;
	width: 95%;
	margin: 0 auto;
}

.screen-reader-text{
	display:none;
}

.nav-links{
	display:flex;
	justify-content: space-between;
	align-items:center;
}

.nav-links div{
	position:relative;
	width:49%;
	max-width:max-content;
}

.nav-links div a{
	text-decoration:underline;
}

.nav-links div:before{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	left: 0px;
	top: 0;
	bottom:0;
	margin:auto;
	transform: rotate(-135deg);
}

.nav-previous{
	padding-left:20px;
}

.nav-next{
	padding-right:20px;
	margin-left: auto;
}

.nav-links div.nav-next:before{
	left:auto;
	right:0;
	transform: rotate(45deg);
}

.content05{
	background: #0C57AE;
	color:#fff;
}

.content05 .mainTit .en_tit{
	color: #fff;
}

.content01 .mainTit .en_tit{
	margin-bottom:17px;
	color: #017CA3;
}

.company06{
	padding:8% 0 5%;
}

.company06 .flex .text_area{
	max-width: 700px;
	width: 48%;
}
.company06 .flex .img{
	max-width: 700px;
	width: 48%;
}

.comp06_list1 li{
	margin-top:5%;
}

.comp06_list1 li .title1{
	font-size: clamp(2rem, 3vw, 3rem);
}

.comp06_list1 li .title1 .num{
	font-size: clamp(3rem, 4vw, 5rem);
}

.off_cont01{
	padding:8% 0;
}

.off_cont01 .text1{
	line-height:1.8;
	text-align:center;
	margin-top:50px;
}

.off_cont01 .img{
	margin-top:6%;
	text-align: center;
}

.off_cont01 .map{
	margin-top:6%;
	width: 100%;
	height: 50vw;
	max-height: 400px;
}

.off_cont01 .map p{
	width:100%;
	height:100%;
}

.off_cont01 .map iframe{
	width:100%;
	height:100%;
}


.off_cont01 .slider_area3{
	margin-top:6%;
}

.off_cont02,
.off_cont04{
background: #E1E5EA;
}

.col01_div{
	margin-top:20px;
}

.col_tit1{
	line-height: 1.4333;
    font-weight: 900;
    font-size: clamp(2.4rem, 3vw, 3.5rem);
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	padding-bottom:30px;
}

/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.sld1 {
    margin: 20px 9% 20px 20px;
}

.top_strength_list1 li{
	/* margin-top:80px; */
}

.top_strength_list1 li .text_area{
	padding: 50px 2.5%;
}


.top_strength_list1 li:nth-child(2n) .text_area{
	padding-left: 2.5%;
	padding-right: 2.5%;
}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
		

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


#cover .cov-div .news_area {
    width: 50%;
}

.content02 .flex .left {
    width: 51%;
}

.content02 .flex .right{
	padding-top: 13%;
	width: 47%;
}
	
.content02 .flex .right .img1{
	top: -7%;
	width: 45%;
}

.content02 .flex .right .img2{
	width: 92%;
}

.content02 .mainTit_area .ab_text {
    top: 5%;
}

.nav_list1 a {
    font-size: 1.3rem;
}

.nuture03 li {
    width: 24%;
	margin-right:1.3333%;
}

.nuture03 li:nth-child(6n+6){
	margin-right:1.3333%;
}

.nuture03 li:nth-child(4n+4){
	margin-right:0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
		


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

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



.pc_nav{
	width: 81%;
}

.nav_list1{
	width: 80%;
}
	
.nav_list1 a {
	font-size: clamp(1.1rem, 1.4vw, 1.3rem);
}
	
.hd_link {
    width: 19%;
}

.hLogo {
    width: 17%;
    margin-left: 1%;
}

.hd_link_btn1 span{
	font-size:2rem;
}

.hd_link_btn1 img{
	left: 2%;
	width:20px;
}

.hd_link_btn1 .user_icon {
    left: 2%;
    font-size: 2em;
}

.hd_link_btn1:before{
	right:2%;
}

#cover .cov-div .text_area {
    left: 3%;
    top: auto;
    bottom: 11%;
}

#cover .cov-div .text_area .text{
	padding: 1% 4%;
}

.top_cont1 .left{
	flex-direction:column;
	align-items:flex-start;
	width: 63%;
}


.top_cont1 .left .text1{
	margin-top:16px;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	line-height: 1.875;
}

.sld1 {
	margin: 20px 5% 20px 20px;
}

.sld1 .img {
    height: 24vw;
}


.slider_btn div{
	width:50px;
	height: 50px;
	font-size: 2.4rem;
}

.co5_list1 li .back_img {
    height: 50vw;
}

#art_cover .art_cov-div .img {
    height: 300px;
}

.pankuzu {
    font-size: 1.5rem;
    padding: 16px 0;
}

.about03 .mainTit_area .ab_text{
	top: 2%;
}
	

.colu_list1 li {
    width: 23%;
    margin-right: 2.666667%;
    margin-bottom: 50px;
}

.join_list01 li .text_area .step {
	max-width: 80px;
}

.join_list01 li .text_area .step .num{
	height: 80px;
	font-size: 3rem;
}

.join_list01 li .text_area .step .text1 {
    font-size: 2rem;
    margin-bottom: 6px;
}

.join_list01 li .text_area {
    padding-left: 0%;
}


.company03 .flex .text_area{
	width: 50%;
	padding:60px 0 60px;
}

.company03 .flex .img{
	width: 48%;
}
	
.comp04_list1 li {
    font-size: 1.6rem;
}

.rec_list1 li {
    padding: 34px 0;
    font-size: 1.6rem;
}

.rec_list1 li .left {
    width: 20%;
}

.sld2{
	flex-direction: column-reverse;
}


.sld2 .text_area{
	max-width:initial;
	width: 100%;
}

.sld2 .img1{
	max-width: initial;
	width: 100%;
	height: 23vw;
}

.sld2 .img1 img{
	object-position: 0% 18%;
}

.slider_btn.slider_btn2 {
    width: 114%;
    left: -7%;
}

.work_det01_div2 {
    margin: 0% auto 0;
}

.envi02_list1 li {
    width: 32%;
    margin-right: 2%;
}
	
.envi02_list1 li:nth-child(5n+5){
	margin-right:2%;
}
	
.envi02_list1 li:nth-child(3n+3){
	margin-right:0%;
}
	
.envi02_div1{
	margin-top:40px;
}

.about03_list1.add_cap li .text_area{
	
padding-top: 5%;
}

.about03_list1.add_cap li .text_area .ab_text{
    top: -5%;
}

.epi_col_det021 .text_area{
	width: 48%;
	padding: 4% 0;
}

.epi_col_det021 .img{
	width: 50%;
}

.epi_col_det022 {
    padding: 80px 0;
    margin-top: 0;
}

.office02 .flex .img:before {
    width: 60%;
}

.temp03_cont1{
	flex-direction:column;
	align-items:flex-start;
}

.temp03_cont1 .left{
	max-width: initial;
	width: 100%;
}

.temp03_cont1 .right{
	max-width:initial;
	width: 100%;
	margin:30px auto 0;
}

.temp03_li1 > li .text_area {
    padding-top: 0%;
}

.co5_list1 li {
    width: 32%;
    margin-right: 2%;
}

.side_sns {
    left: 1.5%;
    width: 4%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.pc.btn1{
	display:none;
}

.sp {
	display: block;
}
	
.sp.btn1{
	display:flex;
}

	
nav li a {
	font-size: 1.5rem;
}


.contact_tb th {
	width: 100%;
	display: block;
	border:none;
	padding: 16px 0 0;
}

.contact_tb td {
	width: 100%;
	display: block;
	padding: 8px 0 16px;
}

a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
	background:#111;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 10px auto 0;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

.gnav__menu__item a{
    color: #111;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0 0 10px 0;
    display: block;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.pc_nav{
	display:none;
}

header {
	height:70px;
	padding:0 20px;
}
	
#cover {
    margin: 70px auto 0;
}

.hLogo {
	width: 60%;
	margin-left: 0%;
	max-width: 150px;
}


#cover .scroll{
	padding-bottom: 14%;
}

#cover .scroll img{
	width: 100%;
	max-width: 20px;
}

#cover .cov-div{
	width: 90%;
}

#cover .cov-div .img {
    min-height: 480px;
    height: 128vw;
    max-height: 600px;
}

    #cover .cov-div .news_area {
        width: 90%;
        padding: 9px 0px 3px;
    }

#cover .cov-div .news_area .text {
    width: 22%;
    font-size: 3rem;
    font-size: clamp(1.6rem, 2.4vw, 3rem);
}

#cover .cov-div .news_area .cont {
    width: 78%;
    padding: 0 3%;
}

#cover:before {
    height: 10%;
}

#cover .ab_img{
	width:100%;
}
	
#cover .ab_img img {object-position: 95%;}

.hd_link {
	width: 100%;
	margin:20px auto 0;
	max-width:250px;
}

.hd_link_btn1 {
    height: 70px;
}

.hd_link_btn1 span {
	font-size: 2.4rem;
}

.hd_link_btn1 img {
	left: 7%;
	width: initial;
}

.hd_link_btn1 .user_icon {
    left: 7%;
    font-size: 3em;
}

.hd_link_btn1:before {
	right: 7%;
}

.content01 {
    padding:80px 0 60px;
}

.btn1 {
    height: 55px;
    font-size: 1.5rem;
    width: 90%;
    max-width: 300px;
}

/* .btn1:before {
    width: 24px;
    height: 24px;
} */

.arrow1{
	width: 24px;
    height: 24px;
	font-size:1.3rem;
}
	
	
.inner,
.inner2{
	width: 89.334%;
}

.inner.r_inner{
	margin:0 auto;
}

.content02 .flex{
	flex-direction:column;
	width:100%;
}

.content02 .flex .left{
	width:100%;
	max-width:initial;
}

.content02 .flex .right{
	width:80%;
	max-width:initial;
	margin:0 auto;
	padding-top: 40px;
}

.content02 .flex .right .img1{
	top: 0%;
	width: 45%;
	position:initial;
	margin-left:auto;
	margin-bottom:-8%
}

.content02 .flex .right .img2{
	width: 92%;
}

.content02 .mainTit_area {
    padding-top: 0%;
}

.content02 .ma1920{
    padding: 80px 0 60px;
}

.l_txt .ab_text{
	text-align:center;
	margin: 0 auto;
	display: block;
}
	
.l_txt .mainTit{
	text-align:center;
	font-size: 4.5rem;
	font-size: clamp(2.5rem, 5vw, 4.5rem);
}

    .content02 .mainTit_area .ab_text {
        top: 40px;
        left:0;
        right:0;
        margin:auto;
        text-align:center;
    }

.mainTit{
	font-size: clamp(2.5rem,5vw,4.5rem);
}

.content02 .btn1 {
    margin:30px auto 0;
}

.top_cont1 .left {
	align-items: center;
	width:100%;
	margin:0 auto;
	max-width: max-content;
}

.mainTit .sub_text {
    font-size: clamp(1.8rem, 4vw, 2rem);
}

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


.work_list1{
	margin: 0 auto;
	flex-direction:column;
}

.work_list1 li{
	width: 100%;
	max-width: 500px;
	margin: 40px auto 0;
}

.work_list1 li .back_img{
	height: 81vw;
	max-height: 450px;
}

	
.work_list1 li .text_area .title{
	padding: 49px 4.502% 5px;
	font-size: clamp(3rem, 6vw, 4.1rem);
}

.work_list1 li .text_area .text{
	padding: 10px 5.252% 27px;
	font-size: clamp(1.5rem, 3.5vw, 2rem);
	padding: 10px 4.502% 27px;
}

.work_list1 li .text_area .num{
    font-size: clamp(6rem, 12vw, 9rem);
}

.content03 .ma1920 {
    padding: 80px 0 60px;
}

.content03 .mainTit_area .ab_text {
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.content04 .flex {
	flex-direction:column;
}


.content04 .flex .left{
	align-items: center;
	width: 100%;
	margin: 0 auto;
	max-width: max-content;
}

.content04 .flex .right{
	max-width:initial;
	width: 100%;
}

    .sld1 {
        margin: 20px auto 20px;
		width:95%;
    }


.content04 .mainTit_area .ab_text {
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.content04 .flex .left .title{
	padding: 15px 0 20px;
	font-size: 2rem;
	font-size: clamp(1.8rem, 3vw, 2rem);
	text-align: center;
	margin: 0 auto;
	max-width: initial;
}

.content04 .flex .left .text{
	font-size: 2rem;
	line-height: 2.1;
	font-weight: 400;
	font-size: clamp(1.6rem, 1.6vw, 2rem);
	margin-bottom:29px;
}

    .sld1 .img {
        height: 38vw;
    }

.slider_btn{
	margin: 20px auto 0;
	max-width: 150px;
}

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

.content04 .ma1920 {
    padding: 80px 0 60px;
}

.content06 {
    padding: 80px 0 60px;
}

.content06 .mainTit_area .ab_text{
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.co5_list1{
	margin-top: 0;
	flex-direction:column;
}

.co5_list1 li{
	max-width:460px;
	width:100%;
	margin: 40px auto 0;
}

.top_cont1 .left .mainTit_area {
    margin-right: 0%;
}

.content05 .ma1920 {
    padding: 80px 0 60px;
}

.content05 .mainTit_area .ab_text{
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

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

    .co5_list1 li .back_img {
        height: 400px;
    }

.co5_list1 li .text_area .text {
    font-size: clamp(1.5rem, 2.4vw, 1.6rem);
}

.link_list1{
	flex-direction:column;
}

.link_list1 li{
	width:100%;
}


footer .inner2 {
	padding: 30px 0;
}

footer .flex{
	flex-direction:column;
}
	
footer .flex .left{
	width: 100%;
	margin:0 auto 30px;
	text-align:center;
}

footer .flex .right{
	max-width: 364px;
	width: 100%;
	margin:0 auto 0px;
}

footer .logo {
    margin:0 auto;
}

.copyright{
	font-size:1rem;
}

.sns_list{
	max-width:230px;
	margin:30px auto 0;
	justify-content: center;
}

.sns_list li img{
	width:75%;
}

.co5_list1 li .text_area {
    bottom: 10px;
}

#art_cover{
	margin:70px auto 0;
}

.art_cov-div{width: 95%;}

.pankuzu{
	width: 95%;
}

.about01 {
    padding: 80px 0 60px;
}


.about02_div1 .flex{
	flex-direction:column;
}

.about02_div1 .flex .left{
	max-width:initial;
	width: 100%;
	padding-top: 0;
}

.about02_div1 .flex .right{
	max-width:853px;
	width: 100%;
	margin:40px auto 0;
}

.about02 {
    padding: 80px 0 60px;
}


.about02_div1{
padding-bottom: 40px;
}

.about02_div2 {
    padding-top: 40px;
}

.about02_div2 .title {
    margin-bottom: 24px;
}

.about03_list1 li {
    margin-bottom: 60px;
    flex-direction:column!important;
    padding: 0;
}

.about03_list1 li .text_area {
    max-width: initial;
    width: 100%;
	margin:0 auto 40px;
}

.about03_list1 li .img {
    max-width: 682px;
    width: 100%;
	margin:0 auto;
    max-height: initial;
    height: initial;
}

.about03_list1 {
    margin-top: 40px;
}

.about03 .ma1920 {
    padding: 80px 0 60px;
}

.content04.about04 .ma1920 {
    padding: 80px 0 60px;
}

.mainTit_area .ab_text{
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.about03_list1 li .text_area .text {
    margin-top: 24px;
}

.ft44{
	font-size: clamp(2.2rem,5vw,4.4rem);
}

.ft40{
	font-size: clamp(2.4rem,5vw,4rem);
}

.ft30{
	font-size: clamp(2rem,5vw,3rem);
}

.ft25{
	font-size: clamp(2rem,4vw,2.5rem);
}

.nuture02 .about03_list1 li .text_area{
	max-width:initial;
	width: 100%;
}

.nuture02  .about03_list1 li .img{
	width: 100%;
}

.nuture02 .about03_list1 li{
	margin: 0 auto;
	padding: 40px 0px;
}

.nuture02 .about03_list1 li:nth-child(2n){
	padding: 40px 0px;
}

.num_title{
	text-align: left;
	justify-content:center;
	max-width: max-content;
	margin: 0 auto;
	width: 100%;
	font-size: clamp(2.6rem, 5vw, 4.4rem);
}

.about03_list1 .num_title {
    font-size: 2.6rem;
}

.num_title .num {
    margin-right: 8px;
}
	
.nuture02 .about03_list1 li .text_area .btn1 {
    margin: 30px auto 0;
}

.nuture02 .about03_list1 li .text_area .btn1.matop{
	margin:16px auto 0;
}

.colu_list1{
	justify-content:space-between;
}

.colu_list1 li {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 50px;
}

.colu_list1 li .img {
    height: 30vw;
    max-height: 253px;
}
	
.column01 {
    padding: 80px 0 60px;
}

.column_det01{
	padding:80px 0 60px;
}

.column_det01 .title_area{
	margin-bottom:30px;
}
	
.column_det02{
	padding:80px 0 60px;
}

.detail_area img {
    margin-bottom: 24px;
}
	
.detail_area p {
    margin-bottom: 24px;
}

.column_det02 .colu_list1 {
    margin-top: 40px;
}

#no_cover{
	margin:70px auto 0;
}

#no_cover .pankuzu {
    padding: 16px 0;
    width: 89.334%;
}

.privacy01{
	padding:80px 0 60px;
}

.priv_list1 li{
	margin-bottom:50px;
}



.news01{
	padding:80px 0 60px;
}

.news01 .news_list1{
	margin-bottom: 60px;
}

.news_list1 li{
	padding: 30px 0;
	flex-direction: column;
}

.news_list1 li .title{
	font-size:1.6rem;
	margin-top:8px;
}

.join_list01 li{
	margin-bottom:40px;
	padding: 25px 15px 18px;
	flex-direction:column;
}

.join_list01 li .text_area{
	max-width: initial;
	width: 100%;
}

.join_list01 li .img{
	max-width:initial;
	width: 100%;
	margin:30px auto 0;
}

.join_list01 li .text_area .step {
	max-width: 70px;
}

.join_list01 li .text_area .step .num{
	height: 70px;
	font-size: 3rem;
}

.join_list01 li .text_area .step .text1 {
    font-size: 2rem;
    margin-bottom: 6px;
}

.join_list01 li .text_area .cont .title1{
	flex-direction:column;
	align-items:flex-start;
}

.join_list01 li .text_area .cont .title1 span {
    margin-left: 0%;
	margin-top:8px;
}

.join01 .btn1 {
    margin: 50px auto 0;
}

.join01 {
    padding: 80px 0 60px;
}

.join01 .text {
    margin: 30px 0 40px;
}

.about01.company01 {
    padding: 80px 0 60px;
}

.company02 {
    padding: 80px 0 60px;
}

.company02 .hist_area {
    margin-top: 40px;
	flex-direction:column;
}

 .hist_area {
	flex-direction:column;
}

.hist_area .text_area{
	max-width:690px;
	width: 100%;
	padding-left: 0;
}

.hist_area .img_area{
	width: 100%;
	margin:0px auto 0;
}

.hist_area .img_area .img{
	margin-bottom: 20px;
}

.history_list1 li {
    padding-left: 12%;
    padding-bottom: 15%;
}

.mainTit .en_tit {
    font-size: clamp(1.6rem, 3vw, 2rem);
}

.company03{
	padding: 80px 0 0px;
}
	
.company03 .inner.r_inner{
	width:100%;
}


.company03 .flex{
	flex-direction:column;
}

.company03 .flex .text_area{
	max-width: initial;
	width: 89.334%;
	padding:0;
	margin: 0 auto 30px;
}

.company03 .flex .img{
	max-width: initial;
	width: 70%;
	position: relative;
	margin-left: auto;
}

.company04{
	padding: 80px 0 60px;
}

.company04 .flex{
	flex-direction:column;
}

.company04 .flex .text_area{
	max-width:initial;
	width: 100%;
}

.company04 .flex .img{
	max-width:initial;
	width: 100%;
	margin:40px auto 0;
}

.comp04_list1 {
    margin-top: 20px;
}

.comp04_list1 li {
    padding: 20px 0;
	flex-direction:column;
}


.comp04_list1 li .left{
	max-width:initial;
	width: 100%;
}

.comp04_list1 li .right{
	max-width:initial;
	width: 100%;
	margin-top:4px;
}

.rec01 {
    padding: 80px 0 0;
}

.rec02 {
    padding: 80px 0 0;
}

.rec03{
    padding: 80px 0 60px;
}

.rec_list1 li {
	padding: 16px 0;
	font-size: 1.5rem;
	flex-direction:column;
}

.rec_list1 li .left{
	max-width:initial;
	width: 100%;
}

.rec_list1 li .right{
	max-width:initial;
	width: 100%;
}

.panel1 {
    padding: 30px 20px;
}
	
.panel1 .title1{
	font-size: 2rem;
}

.tab-area .tab .text{
	padding: 6% 0;
}

.panel2 {
    padding: 30px 20px;
}

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


.qanda_list{
	margin:40px auto 0;
}

.qanda_list li{
	padding: 16px 0 0;
}



.qanda_list li dt{
	padding-bottom: 16px;
	font-size: clamp(1.6rem, 2vw, 2.5rem);
}

.qanda_list li dd{
	padding: 0px 0 16px;
}

.qanda_list li .que,
.qanda_list li .ans{
	margin-right: 8px;
	width: 40px;
	height: 40px;
	font-size: 2rem;
}

.qanda_list dt .pulu {
    right: 0px;
    width: 16px;
    height:16px;
}

.work01 {
    padding:80px 0 60px;
}

.work_list2 li{
	margin-bottom: 80px;
	flex-direction:column;
}


.work_list2 li .cont{
	max-width:initial;
	width: 100%;
}

.work_list2 li .img{
	width: 100%;
	margin:40px auto 0;
}

.work_list2 li .cont .text {
    margin: 20px 0 30px;
}


.sld2{
	flex-direction: initial;
}


.sld2 .text_area{
	max-width: 499px;
	width: 69%;
}

.sld2 .img1{
	height: initial;
	width: 32%;
	max-width: 231px;
}

.sld2 .img1 img{
	object-position: 0%;
}

.slider_btn.slider_btn2 {
    width: 110%;
    left: -5%;
}

.work_det01_div1 .flex{flex-direction: column;}

.work_det01_div1 .flex .text_area{max-width: initial;width: 100%;padding-top: 60px;padding-bottom: 40px;}

.work_det01_div1 .flex .img{max-width: 960px;width: 100%;margin: 0 auto 60px;}

.work_det01_div2 .inner {
    padding: 50px 20px;
}

.work_det01_list1 {
    margin-top: 40px;
}

.work_det01_list1 li {
    margin-bottom: 60px;
    padding: 13% 6.78% 30px;
}

.work_det01_list1 li:before {
    width: 30px;
    height: 40px;
    bottom: -50px;
}

.work_det01_list1 li .text1 {
    margin-top: 20px;
}

.work_det02 {
    padding: 80px 0 60px;
}

.interview_list1 li .text {
    margin-top: 20px;
}

.interview_list1 li {
    margin-top: 30px;
    flex-direction: column;
}

.interview_list1 {
    margin-top: 40px;
}

.interview_list1 li .right_img {
    width: 100%;
	margin:30px auto 0;
}

.work_det03 .inner {
    padding: 50px 20px 40px;
}

.work_det03 .text {
    margin: 24px 0 40px;
}



.work_det04 {
    padding:80px 0 60px;
}

.work_det04 .text1 {
    margin-top: 30px;
}

.work_det01_div1 .flex  .text_area .name{
	font-size: clamp(3rem, 6vw, 5.5rem);
	margin-bottom: 30px;
}


.work_det01_div1 .flex .text_area .name .sans{
	font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.ft35 {
    font-size: 3.5rem;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
}

.work_det01_div1 .flex .text_area .title2 {
    margin-bottom: 20px;
}

.work_det01_div1 .flex .text_area .cate {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.work_det01_list1 li .cate {
    font-size: clamp(1.8rem, 3.5vw, 3.6rem);
}

.envi01 {
    padding: 80px 0 60px;
}

.envi01_div1 {
    padding: 40px 0 60px;
}
	
.envi01 .arttit1 {
    margin-bottom: 30px;
    font-size: clamp(2rem, 5vw, 3rem);
}

.envi01_list1 li {
    width: 100%;
    margin-bottom: 40px;
}

.envi01_div2 .flex1 {
	flex-direction:column;
}

.envi01_div2 .flex1 .img{
	max-width:750px;
	width: 100%;
	margin:0 auto 30px;
}

.envi01_div2 .flex1 .text_area{
	max-width:initial;
	width: 100%;
}

.envi01_div2 {
    margin-bottom: 50px;
}

.envi01_div21 {
    margin: 40px auto 0;
}

.envi01_div21 .text1{
	
text-align: right;
	
margin-top: 4px;
}

.envi02 {
    padding: 80px 0 60px;
}

.envi02_div1 .arttit1 {
    margin-bottom: 30px;
}

.envi02_list1{
	justify-content:space-between;
}

.envi02_list1 li {
	width: 48%;
	margin-right: 0%;
	margin-bottom: 40px;
}

.envi03{
	padding: 80px 0 60px;
}

.envi03 .slider_area3{
	margin: 40px 0 0;
}

.envi04 {
    padding: 80px 0 60px;
}

.count_li1{
	justify-content:space-between;
	margin-top: 10px;
}
	
.count_li1 li {
    width: 48%;
    margin-right: 0%;
    padding: 18.5px 0 19px;
	margin-top:30px;
}

.envi02_list1 li .title1 {
    font-size: 1.8rem;
}


.count_li1 li .title1{
	font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.count_li1 li .js-count{
	font-size: clamp(2rem, 4vw, 3.8rem);
}


.count_li1 li .js-count .js-num{
	font-size: clamp(3.4rem, 8vw, 8rem);
}

.count_li1 li .js-count .small{
	font-size: clamp(1.6rem, 4vw, 2.8rem);
}

.count_li1 li .ab_text{
	font-size: clamp(1rem, 3vw, 1.3rem);
}

.art_cov-div .text_area {
    left: 4%;
}

.about01 .mainTit .en_tit {
    margin-bottom: 8px;
}


.envi01_div21 .scroll_cont{
	overflow-x:scroll;
	width:100%;
}


.envi01_div21 .scroll_cont .img1{
	width: 800px;
}

.content01 .back_img{
	height:40%;
}
	
.content01 .back_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

    #art_cover .art_cov-div .img {
        height: 200px;
    }

.cate_list{
	justify-content:space-between;
}
	
.cate_list li{
	margin-right: 0;
	margin-bottom: 8px;
	width: 48%;
	font-size: 1.4rem;
}

.about03_list1.add_cap li .text_area{
	padding-top: 30px;
}

.about03_list1.add_cap li .text_area .ab_text{
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.about03_list1.add_cap li .text_area .title1 {
    margin-top: 30px;
    font-size: clamp(1.8rem, 3vw, 2rem);
}

.about03_list1.add_cap li .text_area .text {
    margin-top: 30px;
}

    #cover .cov-div .text_area .text {
        padding: 4px 8px;
    }


.top_strength01{
	padding: 80px 0 0px;
}



.top_strength01 .top_strength_list1{
	margin-top:40px;
}

.top_strength01 .top_strength_list1:before{
	display:none;
}

.top_strength_list1 li{
	flex-direction:column!important;
	margin-top: 0;
	padding: 40px 0;
}

.top_strength_list1 li .text_area{
	width: 89.334%;
	padding: 0;
	margin: 0 auto 40px;
}

.top_strength_list1 li .img{
	width: 89.334%;
	margin: 0 auto;
}


.top_strength_list1 li .text_area .btn1{
	margin:0 auto;
}

.top_news01 {
    padding: 80px 0 60px;
}

.top_news01 .news_list1 {
    margin-top: 40px;
}



.epi_column_det02 {
	padding:80px 0 0;
}

.epi_col_det021{
	flex-direction:column;
	margin:0 auto;
	width: 89.334%;
}

.epi_col_det021 .text_area{
	max-width:initial;
	width: 100%;
	padding:0;
}

.epi_col_det021 .img{
	max-width:initial;
	width:100%;
	margin:40px auto;
}

.epi_col_det02_list li{
	width:48%;
	max-width:initial;
	flex-direction:column;
	justify-content: flex-start;
}

.epi_col_det02_list li .img{
	width: 100%;
	height:40vw;
}

.epi_col_det02_list li .text_area{
	padding: 16px;
	width: 100%;
}

    .epi_col_det022 {
        padding: 60px 0;
	}

.epi_col_det03_list li .man{
	width: 17%;
}


.epi_col_det03_list li .text_area{
	width: 80%;
	padding:20px 16px;
}

.epi_col_det03_list li .text_area:before{
	left: -4%;
}

.epi_col_det03_list li {
    margin-top: 30px;
}

.epi_column_det03 {
    padding: 80px 0 60px;
}

.epi_col_det031 {
    margin-top: 40px;
}

.epi_col_det031 .title1 span{
	margin-right: 10px;
}

.epi_column_det04 {
    padding: 60px 0 40px;
    position: relative;
}

.epi_col_det041 {
    padding: 40px 20px;
}

.epi_col_det041 .title {
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.epi_col_det041 .title span {
    margin-bottom: 4px;
}

.office01 .flex{
	flex-direction:column;
}

.office01 .flex .img{
	max-width:150px;
	width: 100%;
	margin:0 auto;
}
	

.office01 .flex .text{
	padding-top: 30px;
	width: 100%;
}

.office01 {
    padding: 80px 0 60px;
}

.office02 .flex{
	flex-direction:column;
	width:100%;
}


.office02 .flex .text_area{
	max-width: initial;
	width: 89.334%;
	padding: 40px 0;
	margin:auto;
}


.office02 .flex .img{
	max-width: initial;
	width: 100%;
}

.office02 .flex .img img {
    object-position: center;
}

.office03 .flex{
	margin-top: 40px;
	flex-direction:column;
}

.office03 .flex .text_area{
	max-width: initial;
	width: 100%;
}

.office03 .flex .img{
	width:100%;
	margin:40px auto 0;
}

.office03 .ma1920 {
    padding: 80px 0 60px;
}

.nuture02 .about03_list1 h2{
	text-align:center;
	align-items:center;
}

.office07{
	padding:80px 0 60px;
}

.office07 .flex{
	margin-top:40px;
	flex-direction:column-reverse;
}

.office07 .flex .map{
	max-width: initial;
	width: 100%;
	height: 300px;
	margin:40px auto 0px;
}

.office07 .flex .text_area{
	max-width: initial;
	width: 100%;
}

.company05 {
    padding: 80px 0 60px;
}

.company05 li {
    width: 48%;
}

.company05 dt {
    font-size: 1.8rem;
}

.nuture03 li {
    width: 32%;
	margin-right:2%;
}

.nuture03 li:nth-child(6n+6){
	margin-right:2%;
}

.nuture03 li:nth-child(4n+4){
	margin-right:2%;
}

.nuture03 li:nth-child(3n+3){
	margin-right:0;
}

.yt_list{
	justify-content:center!important;
}

.yt_list li{
	width: 100%;
	height: 50vw;
}

.yt_list li:nth-child(2){
	margin-top:40px;
}

.article .yt_area{
	padding-top: 60px;
}

.add_work01 {
    padding: 60px 0 60px;
}

.panel1 .open_cont{
	padding:20px;
}
	
.hide_cont {
    margin-top: 12px;
}

.panel1 .open_cont:before{
	width: 10px;
	height: 10px;
	right: 10px;
	top:25px;
}

.panel1 .open_cont.opn:before{
	top: 30px;
}


.panel1 .btn1 {
    margin: 0 auto 30px;
}

.rec_list1 {
    margin-bottom: 40px;
}


.epi_column_det05{
	padding:80px 0 30px;
}

.epi_column_det05 .title {
    text-align: center;
    margin-top: 40px;
}

.count_li1.col3{
	margin-top: 0%;
}

.count_li1.col3 li {
    width: 100%;
    margin-right: 0;
    margin-top: 30px!important;
}




.epi_column_det06{
	padding:80px 0 30px;
}


.epi_column_det06 .box .text{
	width:100%;
	padding:30px 0;
	position:initial;
	font-size: clamp(3rem, 4vw, 4rem);
}

.epi_column_det07{
	padding:80px 0 60px;
}

.epi_column_det07 .box{
	margin-top:30px;
	padding:40px 20px;
}

.epi_column_det07 .box .title{
	margin-bottom:20px;
}

.epi_img_list1 li{
	width:48%;
	margin-top:4%;
}


.about02.art01{
	padding:80px 0 60px;
}

.temp03_li1 > li{
	flex-direction:column;
	padding: 40px 0 50px;
}

.temp03_li1 > li:nth-child(2n){
	flex-direction:column;
}

.temp03_li1 > li:last-child{
	margin-bottom: 40px;
}

.temp03_li1 > li .text_area{
	max-width:initial;
	width:100%;
	padding-top: 0%;
}

.temp03_li1 > li .img{
	max-width:682px;
	width:100%;
	margin: 30px auto 0;
}

.temp03 {
    padding: 80px 0 60px;
}

.temp03_cont1 .mainTit_area .ab_text {
    top: 40px;
    left: 0;
}

.temp03_li1 > li .text_area .title1{
	font-size: clamp(2.4rem, 4vw, 4rem);
}

.temp03_li1 > li .text_area .title1 .num {
    font-size: clamp(4rem, 6vw, 8.5rem);
}

.temp01 {
    padding: 80px 0 60px;
}

.temp02 {
    padding: 80px 0 60px;
}

.temp03_li1 {
    margin-top: 30px;
}


.temp03_li1 > li .text_area .title2{
	margin-bottom: 20px;
}
	
.bnr_img{
	margin:80px auto 0;
}

.ab_tit1{
	margin-top:30px;
	text-align: center;
}

.nav-links{
	flex-direction:column;
	align-items:center;
}

.nav-links div{
	width:100%;
	margin:0 auto;
}

.nav-links div.nav-next{
	margin-top:20px;
}


	.company06{
	padding:80px 0 60px;
}

.company06 .flex{
	flex-direction:column;
}

.company06 .flex .text_area{
	max-width: initial;
	width: 100%;
}
.company06 .flex .img{
	width: 100%;
	margin:40px auto 0;
}

.comp06_list1 li{
	margin-top:20px;
}

.off_cont01{
	padding:80px 0 60px;
}

.off_cont01 .img{
	margin-top:40px;
}

.off_cont01 .map{
	margin-top:40px;
}

.off_cont01 .slider_area3{
	margin-top:40px;
}
	
	.nuture02 .about03_list1 h2 .en{
	font-size:1.6rem;
	margin-bottom: 4px;
}

.side_sns {
    left: 2.5%;
    width: 6%;
}
	
	    .col_tit1 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}





/*-- ページトップ --*/

#pageTop {
	display: none !important;
}

#cover .scroll{
	padding-bottom: 24%;
}

body {
	font-size: 1.44rem;
}

.co6_list1 li {
    width: 100%;
    height: 35vw;
    margin:26px auto 0;
}

.co6_list1 {
    margin-top: 14px;
}

    .sld1 .img {
        height: 50vw;
    }

.content02 .flex .right{
	width:100%;
	padding-top: 40px;
}

	
.colu_list1 li {
    width:100%;
    margin-bottom: 40px;
}

.colu_list1 li .img {
    height: 61vw;
}

.join_list01 li .text_area{
	flex-direction:column;
	align-items:center;
}

.join_list01 li .text_area .cont{
	width:100%;
	margin: 15px auto 0;
}

.join_list01 li .text_area .cont .title1{
	text-align:center;
	align-items:center;
}

.join_list01 li .text_area .step .num{
	height: 50px;
	font-size: 2.4rem;
	width:50px;
}

.join_list01 li .text_area .step .text1 {
    font-size: 1.6rem;
    margin-bottom: 2px;
}

.join_list01 li {
	padding: 20px 15px;
}

.sld2{
	flex-direction: column-reverse;
}


.sld2 .text_area{
	max-width:initial;
	width: 100%;
}

.sld2 .img1{
	max-width: initial;
	width: 100%;
	height: 30vw;
	min-height: 145px;
}

.sld2 .img1 img{
	object-position: 0% 18%;
}

.work_det03 .history_list1 li {
    padding-left: 12%;
    padding-bottom: 15%;
}

.history_list1 li:after {
    width: 15px;
    height: 15px;
    top: 2px;
}

.history_list1 li:before {
    left: 8px;
    top: 2px;
}

    .work_det01_list1 li {
        padding: 60px 12px 30px;
    }

.slider_btn.slider_btn2 {
    width: 116%;
    left: -8%;
}

.office01_list li {
    width: 100%;
    max-width: initial;
    margin: 20px auto 0;
}


.company05 li {
    width: 100%;
}

.nuture03 ul{
	justify-content:space-between;
}
	
.nuture03 li {
    width: 49%;
	margin-right:0%!important;
}

#cover .scroll{
	padding-bottom: 15%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


