@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: 2;
	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.045em;
	font-weight: 500;
	background: #FCFCFC;
}

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

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

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

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

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #187CC9;
}
.red{
	color: red;
}
.green{
	color: #90B544;
}
.yellow{
	color: yellow;
}
.black{
	color: #333;
}

.orange{
	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: #FF9831;
}

/*リンク表示方法*/

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 1.563% 0 3.125%;
	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;
	min-height: 90px;
	padding-left: 3.125%;
	padding-right: 3.125%;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 172px;
	width: 17%;
	height: 30px;
}

.hLogo a{
	display: flex;
	width:100%;
	height:100%;
	align-items: flex-start;
	justify-content: flex-start;
}

.hLogo a h1{
	width:100%;
	height:100%;
}

.hLogo img{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position: left;
}

.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: 92%;
	display: flex;
	max-width: 1176px;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
header.no_ent .pc_nav{
margin-right: 2.468%;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 939px;
	width: 83%;
	width: 100%;
}

.nav_list1 li {
	margin-left:auto;
}

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

.nav_list1 > li > a {
	display: block;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight:700;
	line-height:1.5;
}

.nav_list1 > li > a:before{
    content: "→";
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4285;
	color:#187CC9;
	margin-right:8px;
	display:none;
}

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

.sns_list li{width: 18%;margin-right: 9.3333%;max-width: 36px;}

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


.hd_link{
	display:flex;
	max-width: 187px;
	width: 16%;
	margin-left: auto;
	display:none;
}

.hd_link_btn1{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 44px;
	transition: .4s;
	background:var(--main_color);
	position: relative;
	color:#fff!important;
	background: linear-gradient(to right, #187CC9, #07418E);
	border-radius: 30px;
	line-height: 1;
}


.hd_link_btn1 span{
	font-size: 1.9rem;
	line-height: 1.3157;
	font-weight: 700;
}

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

.hd_link_btn1 .user_icon{
	font-size: 1.508rem;
	margin-right: 7.49%;
	margin-top: 1px;
}

.hd_link_btn1:after{
	content:"→";
	font-size:1.7rem;
	font-weight:600;
	line-height: 1;
	margin-left: 7.49%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 3px;
}


.headerUl{
	display: flex;
	width: 6%;
	justify-content: center;
	flex-shrink: 0;
	width: 85px;
	background: #101524;
	height: 44px;
	border-radius: 32px;
	margin-left: 1%;
	display:none;
}

.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: 31px;
  height: 15px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FCFCFC;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(7.5px) 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(-7.5px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #101524a6;
    display: none;
    height: calc(100% - 90px);
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 90px;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: flex;
    width: 100%;
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.gnav__wrap{
    right: 0;
    display: flex;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 90px;
    overflow: scroll;
    background: #F3F3F4;
    max-width: 700px;
    height: calc(100% - 90px);
}

nav .gnav__menu__item{
    margin: 0px auto 30px;
    max-width: 200px;
    width: 95%;
}

nav .gnav__menu__item2{
    margin: 0px auto 30px;
    max-width: 278px;
    width: 95%;
}

nav .gnav__menu__item2 .hd_link{
	margin:0 auto;
	width:100%;
	max-width: initial;
}

nav .gnav__menu__item2 .hd_link_btn1{
	height: 56px;
}

nav .gnav__menu__item2 .hd_link_btn1 span{
	font-size:2.6rem;
	line-height:1.3;
	letter-spacing:0.05em;
	font-weight:700;
}

nav .gnav__menu__item2 .hd_link_btn1 .user_icon{
	font-size: 2.194rem;
	margin-right: 9.717%;
}

nav .gnav__menu__item2  .hd_link_btn1:after{
	margin-left: 9.717%;
	font-size: 2.2rem;
}

.gnav__menu__item a{
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    display: block;
    line-height: 1.45;
}

.gnav__menu__item a:before{
    content: "→";
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.444;
	color:#187CC9;
	margin-right:8px;
	display:none;
}


.hd_right{
	display:flex;
	justify-content:space-between;
	max-width: 1290px;
	width: 83%;
	max-width: 923px;
}

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

#modal {
	display: none;
}

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

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

#cover.single_cover{
	margin: 0px auto 0;
}

#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;
	width: 100%;
}

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

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


#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: 3.125%;
	bottom: 9.764%;
}

#cover .cov-div .text_area .title{
	font-size: 8rem;
	line-height: 1.3375;
	font-weight: 700;
	font-size: clamp(3rem,6vw,8rem);
	text-shadow: 0 0 10px #00000059;
	letter-spacing: 0.05em;
}

#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;
	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.45;
	font-weight: 700;
	font-size: clamp(1.8rem,2.4vw,2rem);
	color: #101524!important;
	font-size: clamp(2.4rem, 5vw, 7rem);
}


.mainTit .en_tit{
	display:block;
	font-size: 8rem;
	line-height: 1.325;
	font-weight: 700;
	font-size: clamp(3rem,4.6vw,8rem);
	pointer-events: none;
	white-space: nowrap;
	/* text-transform: uppercase; */
	letter-spacing: 0.02em;
	color: #187CC9;
	/* margin-bottom: 18px; */
	line-height: 1.45;
	font-weight: 700;
	font-size: clamp(1.8rem, 2.4vw, 2rem);
	letter-spacing: 0;
	margin-top: 20px;
}


.article .mainTit .en_tit{
	margin-bottom:0;
}

.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.45;
	font-size: clamp(2.4rem,3vw,4rem);
	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.3499% 0;
	text-align:center;
	background: #F3F3F4;
}

.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;
	margin: 3.75% auto 0;
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight: 700;
	line-height: 2.45;
}

.content01 .img1{
	margin: 53px auto 76px;
}

.content01 .btn1{
	margin:0 auto;
}

.content01 .mainTit{
	font-size: clamp(2.4rem, 4vw, 4rem);
}

.btn1{
	background:#fff;
	max-width:278px;
	width: 100%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	position:relative;
	font-weight: 500;
	transition: .4s;
	font-size: 1.6rem;
	padding: 16px 0;
	/* padding-left:30px; */
	border-radius:40px;
	line-height:1.5;
	letter-spacing:0.045em;
	justify-content: center;
}


.btn1.bgbla{
	background:#101524;
	color:#fff!important;
}

/* .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: none!important;
	color: #101524!important;
	display: none;
}

.arrow1.white{
	color: #fff!important;
}

.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{
	width: 100%;
	display:flex;
	justify-content:space-between;
	max-width:202px;
	margin: 60px 14.147% 0 auto;
	max-width: 127px;
}

.slider_btn div{
	cursor:pointer;
	background: #fff;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	color: #101524;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	border: 1px solid #101524;
}

.slider_btn div:hover{
	opacity:0.7;
}

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

.content05 .mainTit_area .ab_text {
    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:nth-child(2) .btn2{
	background:#333333!important;
}


.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;
	padding-top: 80px;
}

footer .logo {
	width: 259px;
}

footer .inner2 {
	padding: 64px 0;
}

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

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

.ft_list li{
	font-weight: 700;
}

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

.copyright {
	color: #fff;
	text-align: center;
	padding: 19px 0 18px;
	font-size: 1.3rem;
	margin-top: 80px;
	font-weight: 500;
}



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

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

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

.pankuzu li {
    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;
	max-width: 404px;
	height: initial;
}

.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	color: #fff!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-weight: 500;
	font-size: clamp(1.8rem, 1.8vw, 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: 45px;
	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: 24.4%;
	text-align: left;
	position: relative;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: 700;
	min-width: 250px;
	padding-right: 2%!important;
}

.contact_tb tr:first-child th,
.contact_tb tr:first-child td {
	border-top: 1px solid #A9A9A966;
}

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

.wpcf7-list-item {
    margin: 0 2.5em 0 0;
}

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

.wpcf7-list-item-label span{
	color:#187CC9;
}

.privacy_area .wpcf7-list-item {
    margin: 0;
}



/* 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: var(--main_color);
    z-index:-1;
}

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

.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: 26%;
	left: 8.2%;
}

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

.art_cov-div .text_area .title span{
	display:block;
	line-height: 1;
	font-size: clamp(2rem, 3vw, 2.4rem);
	letter-spacing: 0.1em;
	font-weight: 700;
	margin-top: 16px;
}


/* 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: 5.8% 0 0;
}

.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;
}

.about02_div2 .mainTit_area{
	margin-bottom:60px;
}

.about02_div2 .img{
	text-align:center;
}

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

.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: var(--sub_color);
}

.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: var(--main_color);
	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: var(--sub_color);
}

.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: var(--main_color);
}

.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: var(--main_color);
	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: 80px 0 120px;
}

.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: var(--main_color);
	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: #07418E;
}

#no_cover .pankuzu {
    padding: 30px 0;
    margin: 0 auto;
    max-width: 1600px;
    width: 95%;
    font-size: 1.4rem;
}

.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: var(--main_color);
	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: var(--sub_color); */
    /* 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: 785px;
	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%;
	max-width: 645px;
}

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


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

.history_list1{
	position:relative;
	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;
	padding-left: 60px;
	padding-bottom: 60px;
}


.history_list1 li:last-child{
	padding-bottom:0;
}

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

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

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

.history_list1 li:last-child:after{
	/* background: var(--main_color); */
	/* border: 1px solid var(--main_color); */
}

.history_list1 li .year{
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
	font-size: clamp(1.6rem, 2vw, 2rem);
	margin-bottom: 20px;
	background: linear-gradient(to bottom, #187CC9, #07418E);
	max-width: max-content;
	padding: 4px 40px;
	color: #fff;
	border-radius: 40px;
	letter-spacing: 0.02em;
}

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

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

.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: 4%;
	line-height: 2;
	font-weight: 500;
}

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

.company03 .text2 span{
	font-size: 2.5rem;
	line-height: 1.44;
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	margin-right: 20px;
}

.company04{
	padding: 5.8% 0;
	/* background: var(--sub_color); */
	/* 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: 3.83%;
}

.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: 17%;
}

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

.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: var(--main_color);
	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{
}

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

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

.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 #A9A9A966;
	padding: 35px 0 0;
}

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

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

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

.qanda_list li dd{
	padding: 7px 0 36px;
	line-height: 1.5;
}

.qanda_list li .que,
.qanda_list li .ans{
	display:flex;
	align-items:center;
	margin-right: 1.6%;
	width: 59px;
	height: 59px;
	flex-shrink:0;
	color:#fff;
	justify-content:center;
	border-radius:50%;
	font-size: 3.2rem;
	font-weight: 700;
	padding-bottom: 4px;
	border: 1px solid #187CC9;
}

.qanda_list li .que{
	background: #187CC9;
}

.qanda_list li .ans{
	background: #fff;
	color: #187CC9;
}

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


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

.qanda_list dt .pulu span{
	width: 30px;
	background: #101524;
	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: var(--main_color);
	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{
	padding: 120px 0 0;
	position: relative;
	width: 100%;
}

.work_det01_div1:before{
	position:absolute;
	content:"";
	width:100%;
	height:35px;
	bottom:0;
	left:0;
	background: var(--sub_color);
	z-index: -1;
}

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

.work_det01_div1 .flex .text_area{max-width: 785px;width: 52%;}


.work_det01_div1 .flex .text_area .flex2{
	display:flex;
	align-items: center;
	flex-wrap:wrap;
	justify-content: flex-start;
	margin-bottom: 19px;
}

.work_det01_div1 .flex .text_area .flex2 .date{
	margin-right: 40px;
	color: #9EA0A6;
	font-size: clamp(1.6rem, 2vw, 2rem);
	margin-bottom: 5px;
}

.work_det01_div1 .flex .img{max-width: 645px;width: 44%;}

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

.work_det01_div1 .flex .text_area .cate {
    background: #fff;
    color: #187CC9;
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 1.45;
    max-width:max-content;
    position:relative;
    letter-spacing: 0.02em;
    font-weight: 500;
    padding: 2px 39px;
    border: 1px solid;
    border-radius: 50px;
    margin-bottom: 5px;
}

.add_col29 .work_det01_div1 .flex .text_area .cate{
    background: linear-gradient(to bottom,#187CC9,#07418E);
    color: #fff;
	border:none;
}

.add_col29 .work_det01_div1 .flex .text_area .flex2 .date{
	display:none;
}

/* .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.4428;
	font-weight: 700;
	font-size: clamp(3rem, 4vw, 7rem);
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin-bottom: 5.74%;
	letter-spacing: 0.045em;
}

.work_det01_div1 .flex .text_area .name .big{
	letter-spacing: 0.045em;
}

.work_det01_div1 .flex .text_area .name .big{
	
}

.work_det01_div1 .flex .text_area .name .sans{
	font-size: clamp(1.6rem, 1.6vw, 2.4rem);
	font-weight:700;
	letter-spacing: 0.045em;
	margin-left: 5%;
}

.work_det01_div1 .flex .text_area .title2{
	margin-bottom: 3.8%;
	letter-spacing: 0.045em;
	font-weight: 700;
	line-height: 1.5;
}

.work_det01_div1 .flex .text_area .text1{
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.045em;
}

.work_det01_div2{background: var(--sub_color);width: 100%;padding: 100px 0;}

.work_det01_div2 .inner{
}

.work_det01_list1{
	margin-top: 3.822%;
}

.work_det01_list1 li{
	background:#fff;
	margin-bottom:96px;
	position:relative;
	padding: 6.37% 3.822% 3.822%;
	border-radius: 10px;
	padding: 3.822% 3.822% 3.822%;
}

.work_det01_list1 li:has(.title1){
	padding: 100px 3.822% 3.822%;
}


.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{
    color: #fff;
    font-size: clamp(1.8rem, 2vw, 3rem);
    line-height: 1.45833;
    max-width:max-content;
    position:relative;
    position:absolute;
    top:0;
    left:0;
    background: linear-gradient(to bottom, #187CC9, #07418E);
    color: #fff;
    letter-spacing: 0.02em;
    border-radius: 10px 10px 10px 0;
    padding: 8px 53px;
}
/* 
.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: 700;
	color: #187CC9;
}

.work_det01_list1 li .text1{
	letter-spacing: 0.05em;
	line-height: 2.25;
	margin-top: 0%;
}

.work_det01_list1 li:has(.title1){
	margin-top: 1.7%;
}

.work_det02_wrap .work_det02{
	padding: 120px 0 80px;
}

.work_det02_wrap .work_det02:last-child{
	padding-bottom:120px;
}

.work_det02{
	padding: 110px 0 120px;
}

.interview_list1{
	margin-top: 60px;
}


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

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

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

.interview_list1 li.img_li .text_area{
	max-width:745px;
	width: 49%;
}

.interview_list1 li .qustion{
	letter-spacing:0;
	border-bottom: 1px solid #A9A9A966;
	padding: 0 0 21px 0;
	font-size: clamp(2rem, 2.4vw, 2.5rem);
	line-height: 1.4375;
	font-weight: 700;
	display: flex;
	align-items: baseline;
}

.interview_list1 li .qustion:before{
	content:"Q";
	background: #187CC9;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	font-family: "Roboto", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	margin-right: 25px;
	flex-shrink: 0;
}

.add_col30 .interview_list1 li .qustion:before{
	display:none;
}

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

.interview_list1 li .text{
	margin-top: 25px;
	font-weight: 500;
	line-height: 2.25;
	letter-spacing: 0.05em;
}

.interview_list1 li .right_img{
	width: 49%;
	max-width: 645px;
}

.work_det03{
	background: var(--sub_color);
	padding:110px 0 120px;
}


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

.history_list1 li .text1 .big{
	font-size: clamp(2.4rem, 3.4vw, 4rem);
	line-height: 1.45;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 16px;
}

.work_det04{
	position:relative;
	padding: 110px 0 120px;
}

.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: 60px;
	text-align:center;
	font-weight: 500;
	line-height: 2.25;
	letter-spacing: 0.05em;
}

/* environment */

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

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

.arttit1{
	font-size:3rem;
	font-size: clamp(2rem, 3.4vw, 4rem);
	padding-bottom: 15px;
	border-bottom: 1px solid #A9A9A966;
	font-weight: 700;
	line-height: 1.45;
}

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

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

.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 .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-bottom: 6%; */
}

.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; */
}

.envi01_div21 .scroll_cont .img1{
	text-align:center;
}

.envi01_div21 .scroll_cont .img1 img{
	width:100%;
}

.envi02{
	padding: 5.7% 0 3%;
	background: var(--sub_color);
}

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


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

.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: 6% 0;
}

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


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

.envi04{
	background: var(--sub_color);
	padding: 6% 0;
}

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

.count_li1 li{
	background:#F8F8F8;
	border:1px solid #EBEBEB;
	box-shadow:0 0 18px #00000029;
	width: 23.567%;
	margin-right: 1.9106666666%;
	text-align:center;
	padding: 3% 0;
	margin-top: 2%;
	border-radius: 10px;
}

.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, 2vw, 3rem);
	padding-bottom: 23px;
	position:relative;
	line-height: 1.466667;
}

.count_li1 li .title1:before{
	position:absolute;
	content:"";
	width: 40px;
	height:1px;
	background: #C1C1C1;
	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, 4.5rem);
	color: #187CC9;
}


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

.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: 72px;
}

.cate_list li{
	margin-right: 25px;
	margin-bottom: 8px;
	position:relative;
	font-size: 1.6rem;
	letter-spacing:0.045em;
	line-height:1.5;
	font-weight:500;
}

.cate_list li a{
	color:#187CC9;
	padding: 1px 22px;
	border: 1px solid;
	border-radius: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.cate_list li a:before{
	content:"#";
}

section.company03 .btn1 {
    margin: 90px 0 0px;
}
.dai_msg {
	font-size: clamp(2.4rem,2.6vw,4rem);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.045em;
	display:block;
}

.dai_msg span{
	color:#187CC9;
}


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

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

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

.top_strength01 .top_strength_list1{
	margin-top: 75px;
	position: relative;
	background: linear-gradient(to bottom, #187CC9, #07418E);
}

/* .top_strength01 .top_strength_list1:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 27px solid transparent;
	border-left: 27px solid transparent;
	border-top: 51px solid #ffffff;
	border-bottom: 0;
	left:0;
	right:0;
	margin:auto;
	top:-11px;
} */

.top_strength_list1 li{
	display:flex;
	justify-content:space-between;
	flex-direction: row-reverse;
}


.top_strength_list1 li:nth-child(2n){
	flex-direction: initial;
}

.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%;
	color: #fff;
}


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

.top_strength_list1 li .title{
	
}


.top_strength_list1 li .title .en_tit {
	display:block;
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight:700;
	letter-spacing:0.02em;
	line-height:1.3;
	color:#fff;
	margin-bottom: 33px;
}



.top_strength_list1 li .text_area .text1{
	margin: 4.673% 0 7.303%;
}

.top_news01{
	padding: 8% 0 7%;
	background: var(--sub_color);
}

.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:var(--sub_color);
	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 var(--main_color);
	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: 110px 0 0px;
}

.officeTit1{
	font-size: clamp(4rem, 5vw, 7rem);
	font-weight:700;
	line-height: 1.4444;
}

.officeTit1 span{
	display:block;
	font-size: clamp(1.6rem, 3vw, 2rem);
	line-height: 1.3;
	color: #187CC9;
	margin-top: 8px;
	letter-spacing:0.02em;
	font-weight:700;
}

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

.office01 .flex{
	
}


.office01 .flex .img{
	max-width: 645px;
	width: 42%;
}

.office01 .flex .text{
	font-weight: 500;
	max-width: 785px;
	line-height: 2.25;
	width: 54%;
	letter-spacing: 0.045em;
}

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

.office01_list li{
	width:32%;
	max-width: 500px;
	margin-top: 40px;
}

.office02{
	background:var(--sub_color);
}

.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:var(--sub_color);
}

.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 .main_color{
	color: var(--main_color);
}

.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:var(--sub_color);
	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;
	text-align:center;
}



.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: var(--sub_color);
}

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

.content01 .mainTit .en_tit{
	margin-bottom: 28px;
	margin-top: 0;
}

.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: var(--sub_color);
}

footer .inner2 .flex{
	align-items:flex-start;
}

.ft_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
}

.ft_list li{
	width:49%;
	margin-bottom: 18px;
}

.ft_list li a:before{
	content: "→";
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4285;
	color: #187CC9;
	margin-right: 8px;
	display: none;
}

.ft_list li.long{
	width:100%;
}



.job_car01{
	padding: 7.813% 0 7.292%;
	position:relative;
}

.job_car01:before{
	position:absolute;
	content:"";
	width:100%;
	height:48%;
	background:#F3F3F4;
	bottom:0;
	left:0;
	z-index:-1;
}

.job_car01_div1{
	display:flex;
	justify-content:flex-end;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding-left: 8.334%;
	padding-right: 1.563%;
	padding-top:53px;
	position:relative;
}

.job_car01_div1 .title1{
	font-size:7.5rem;
	font-size: clamp(3rem, 4vw, 7.5rem);
	flex-shrink:0;
	position:absolute;
	top:0;
	left:8.334%;
	line-height: 1;
}

.job_car01_div1 .title1 .en .big{
	line-height: 1.314;
	font-size:10.8rem;
	font-size: clamp(5rem, 5vw, 10.8rem);
	margin-right:25px;
}

.job_car01_div1 .title1 .sub{
	margin-top:18px;
	font-size:2rem;
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight:700;
	line-height:1.45;
	letter-spacing:0;
	display: block;
}

.job_car01_div1 .img{
	max-width: 1252px;
	width: 73%;
}

.job_car01_div2{
	display:flex;
	justify-content:space-between;
	max-width:1600px;
	width:95%;
	margin: 5.209% auto 0;
}

.job_car01_div2 .left{
	max-width:630px;
	width: 46%;
}


.job_car01_div2 .left .title2{
	font-size:4rem;
	font-weight:700;
	letter-spacing:0.045em;
	line-height:1.5;
	font-size: clamp(2rem, 2.7vw, 4rem);
}

.job_car01_div2 .right{
	max-width:800px;
	width: 50%;
}

.job_car01_div2 .right .text1{
	margin-bottom:30px;
}

.job_car01_div2 .right .btn1{
	
}

.intervie2_sec{
	    padding: 7.813% 0 7.292%;
}

.iv2_slider_area{
    padding-left: 8.334%;
	width:100%;
}


.intervie2_sec_top{
	display:flex;
	justify-content:space-between;
	width:100%;
	align-items:flex-end;
	margin-bottom: 75px;
}

.intervie2_sec_top .left{
	
}

.intervie2_sec_top .right{
	max-width:127px;
	width:100%;
	margin-left:auto;
}


.intervie2_sec_top .right .slider_btn{
	margin:0;
}

.intervie2_sec .btn1{
	margin: 65px auto 0;
}

.iv2_sld{
	width: 94.39%;
	margin-right: auto;
	border: 1px solid #101524;
	border-radius: 10px;
	padding: 5.105% 5.105% 7.657%;
	position:relative;
	background:#fff;
	transition:.4s;
	margin-bottom: 10px;
}


.iv2_sld:hover{
	background:#F3F3F4;
}


.iv2_sld .year{
	color:#9EA0A6;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.5;
	position: absolute;
	background: #fff;
	top: 20px;
	padding: 4px 8px;
	border-radius: 0 0 8px 0;
}

.iv2_sld .img{
	/* border-radius:50%; */
	overflow:hidden;
	/* max-width:160px; */
	width: 49%;
	margin: 0px auto 20px;
	width: 100%;
	height: 300px;
	    max-height: 180px;
    height: 12vw;
}

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


.iv2_sld .text_area .title{
	font-weight:700;
	letter-spacing:0.045em;
	line-height:1.541;
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	margin-bottom:13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: ;
	overflow: hidden;
}

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

.cate_area .cate1{
	margin-right:20px;
	margin-top:5px;
	padding: 1px 8px;
	border:1px solid;
	border-radius:30px;
	font-size: 1.6rem;
	min-width: 127px;
	text-align:center;
}

.cate_area .cate2{
	margin-top:5px;
}

/* col3_list */
.envi02_list1.col3 li{width: 29.3%;margin-right: 6.05%;margin-bottom: 4%;}

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

.article .inner{
	max-width: 1570px;
}

.envi02_list1.col3 li .img{
	max-height: initial;
	min-height: initial;
}

.envi02_list1.col3 li .title1{
	text-align:left;
	font-weight:700;
	letter-spacing:0.045em;
	line-height:1.4285;
	font-size: clamp(2rem, 2.6vw, 2.8rem);
	margin: 25px 0 15px;
}

/* col2_message */
.company03{
	padding:110px 0 130px;
	background: var(--sub_color);
}

.company03 .r_inner{
	margin:0 auto;
}

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

.company03 .dai_msg{
	margin-bottom: 4%;
	font-size: 4rem;
	line-height:1.45;
	font-size: clamp(1.8rem,3vw,4rem);
	letter-spacing:0;
}


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

.noimg_flex .comp04_list1 li{
	border:none;
	padding:0;
	align-items: initial;
}

.noimg_flex .comp04_list1 li:first-child .left{
	border-top:2px solid #187CC9;
}

.noimg_flex .comp04_list1 li:first-child .right{
	border-top:1px solid #A9A9A9;
}

.noimg_flex .comp04_list1 li .left{
	width: 240px;
	flex-shrink: 0;
	border-bottom:2px solid #187CC9;
	margin-right:10px;
	padding:40px 0;
}

.noimg_flex .comp04_list1 li .right{
	width:100%;
	border-bottom:1px solid #A9A9A9;
	padding:40px 0;
}

/* about_philosophy */
.about_philo01{
	padding:110px 0 120px;
}

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

.ab_philo01_list1 li{
	width: 49.5%;
	max-width:770px;
	margin-top:30px;
	background:#fff;
	border:1px solid #9EA0A6;
	border-radius:10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.6%;
}

.ab_philo01_list1 li.long{
	width:100%;
	max-width:initial;
	padding: 3.51% 1.3%;
}

.ab_philo01_list1 li .img{
	max-width:240px;
	width: 34%;
}

.ab_philo01_list1 li .text_area{
	max-width:460px;
	width: 65%;
}

.ab_philo01_list1 li .text_area .title1{
	font-weight:700;
	font-size: 4rem;
	line-height:1.45;
	font-size: clamp(2.4rem,3vw,4rem);
}

.ab_philo01_list1 li .text_area .title1 .en_tit{
	display:block;
	font-size: 2rem;
	line-height:1.3;
	font-size: clamp(1.8rem,2vw,2rem);
	letter-spacing:0.02em;
	font-weight:700;
	color:#187CC9;
	margin-bottom:0;
}

.ab_philo01_list1 li .text_area .text1{
	margin-top: 5%;
	letter-spacing:0.045em;
	line-height:2;
	font-weight:500;
}

.ab_philo01_list1 li.long .text_area{
	max-width:initial;
	width: 100%;
	text-align:center;
}

.ab_philo01_list1 li.long .text_area .title1 .en_tit{
	margin-bottom: 2.1%;
}

.ab_philo01_list1 li.long .text_area .text1{
	margin-top: 2.1%;
}

/* major_clients01 */
.major_clients01{
	background: var(--sub_color);
	padding:110px 0 120px;
}

.major_clients01 .text {
    margin-top: 60px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.045em;
}

.major_clients01_list1{
	margin-top:38px;
	display:flex;
	flex-wrap:wrap;
}

.major_clients01_list1 li{
	padding:22px 0;
	border-bottom:1px solid #9EA0A6;
	width: 31.848%;
	margin-right: 2.228%;
	line-height:1.458333;
	font-size: clamp(1.6rem,2vw,2.4rem);
	letter-spacing:0em;
	font-weight:500;
}

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

/* office */

.office_list01_sec{
	padding:110px 0 120px;
}

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

.office_list01 li{
	width: 32.23%;
	margin-right: 1.655%;
	background: #FCFCFC;
	margin-top: 60px;
	border:1px solid;
	border-radius:10px;
	overflow:hidden;
}

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

.office_list01 li .img{max-height: 260px;height: 20vw;overflow: hidden;}


.office_list01 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.4s;
}

.office_list01 li:hover .img img{
	transform:scale(1.1);
}

.office_list01 li .text_area{
	padding: 22px 5.76% 28px;
}

.office_list01 li .text_area .title1{
	line-height:1.3;
	font-size: clamp(1.8rem,2vw,2rem);
	letter-spacing:0.02em;
	font-weight:700;
	color:#187CC9;
}

.office_list01 li .text_area .text1{
	margin-top:12px;
	line-height:1.5;
}

.office_list01_sec .title2{
	color:#187CC9;
	line-height:1.45;
	font-size: clamp(1.8rem,2vw,2rem);
	letter-spacing:0.045em;
	font-weight:700;
	margin-top:40px;
}

.office_list01_sec .text2{
	margin-top:16px;
}


.office_list01_sec .text2 a{
	text-decoration:underline;
}

/* entry */

.contact_tb th .flex{
	justify-content:flex-start;
	align-items: center;
}

.contact_tb th .flex label{
	margin-right: 18px;
	max-width: 198px;
}

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


.contact_tb td .text{
	font-size:1.4rem;
}

.contact_tb th span{
	margin-right:24px;
}

em{
	background: #C31515;
	color:#fff;
	padding: 0px 7px;
	white-space: nowrap;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	line-height: 1.5;
	margin-top: 3px;
	font-weight: 700;
}

.pri_div{
	padding: 25px 30px;
	height: 213px;
	overflow-y:scroll;
	margin: 50px auto 40px;
	background: #F8F8F8;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #DCDCDC;
	line-height: 1.5;
	font-weight: 500;
}


.pri_div::-webkit-scrollbar{
	display: none;
}


.pri_div h2{
	font-size: 2.4rem;
	line-height: 1.458333;
	margin-bottom: 19px;
	font-weight: 700;
	color: #187CC9;
}

.pri_div .text{
	margin-bottom:34px;
}

.pri_div dt{
	font-size: 1.8rem;
	line-height: 1.444;
	font-weight: 700;
	margin-bottom: 10px;
}

.pri_div dd{
	margin-bottom: 35px;
}

.pri_div dd p.matop{
	margin-top:24px;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 0 auto 24px;
	width: 100%;
}

.privacy_area label{
	display:flex;
	align-items: center;
	font-weight: 500;
}

.privacy_area a{
	display: inline-flex;
	align-items: baseline;
	border-bottom: 1px solid;
}

.privacy_area a img{
	margin-left:2px;
	margin-right:4px;
}

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


/* col3_work01_sec */
.col3_work01_sec{
	padding:110px 0;
}

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

.col3_work01_list1 li{
	width:32%;
	margin-top:85px;
	background:#F3F3F4;
	position:relative;
	max-width:490px;
	padding: 4.459% 1.911% 2.3%;
}

.col3_work01_list1 li .text1{
	position:absolute;
	width:100%;
	left:0;
	top:-25px;
	padding:16px 0;
	text-align:center;
	color:#fff;
	background:linear-gradient(to bottom,#187CC9,#07418E);
	border-radius:50px;
	font-size: clamp(1.2rem,1vw,1.6rem);
	line-height:1.5;
	letter-spacing:0.045em;
}


.col3_work01_list1 li .title1{
	line-height:1.458333;
	font-size: clamp(1.6rem,2vw,2.4rem);
	letter-spacing:0em;
	font-weight:700;
	text-align:center;
}

.col3_work01_list1 li .img{
	text-align:center;
	min-height:123px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:31px auto 35px;
}

.col3_work01_list1 li .text2{
	letter-spacing:0.05em;
	font-weight:500;
	line-height:1.9375;
}

/* work_career01_sec */
.work_career01_sec{
	padding:110px 0 120px;
	background: var(--sub_color);
}

.ft32{
	font-size: clamp(2rem,2.4vw,3.2rem);
	line-height:1.4375;
	letter-spacing:0em;
	font-weight:700;
}

.work_career01_sec .title1{
	margin:60px 0 35px;
}

.work_career01_sec .title2{
	margin:60px 0 32px;
}

.work_career01_sec .title2 span{
	color:#187CC9;
}

.work_career01_sec .text{
	letter-spacing:0.05em;
	font-weight:500;
	line-height:1.9375;
}

.work_career01_sec .img{
	margin:60px 0;
}

.work_career01_tb th,
.work_career01_tb td{
	padding: 1.911%;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
}

.work_career01_tb th{
	background:#187CC9;
	color:#fff;
	border-bottom:1px solid #FCFCFC;
	border-left:1px solid #C1C1C1;
	width: 28.3%;
	text-align: left;
	min-width: 260px;
	font-size: 2rem;
	line-height:1.6;
	font-weight:700;
}

.work_career01_tb th span{
	font-size:1.6rem;
	font-weight:700;
	line-height:2;
	display: block;
}

.work_career01_tb td{
	border-bottom:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
	background:#fff;
}

.work_career01_tb tr:last-child th{
	border-bottom:1px solid #C1C1C1;
}

.work_career01_tb tr:first-child th,
.work_career01_tb tr:first-child td{
	border-top:1px solid #C1C1C1;
}

/* recruit */
.recruit .company03{
	background:none;
/* 	padding: 110px 0 0; */
}


/* rec_info01 */
.rec_info01{
	padding:110px 0 120px;
}

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

.rec_info01_list1 li{
	width: 49%;
	max-width:740px;
	border:1px solid #9EA0A6;
	border-radius:10px;
	background:#FCFCFC;
	margin-top:60px;
	padding: 60px 2.548% 30px;
	text-align:center;
}

.rec_info01_list1 li .img{
	height:136px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.rec_info01_list1 li .title1{
	margin-top:35px;
	font-weight:700;
	letter-spacing:0em;
	line-height:1.4285;
	font-size: clamp(1.8rem, 2.4vw, 2.8rem);
}

.rec_info01_list1 li .text1{
	text-align:left;
	line-height:2.25;
	letter-spacing:0.05em;
	margin-top:20px;
}

/* recruit_notab */

.rec01_notab{
	padding:110px 0 130px;
	background: var(--sub_color);
}

.rec01_notab_div {
	margin-top:-20px;
}

.rec01_notab_div .category_title{
	margin-top:80px;
	font-weight:700;
	font-size: 4rem;
	line-height:1.45;
	font-size: clamp(2.4rem,3vw,4rem);
	border-bottom:1px solid #A9A9A966;
	padding-bottom:15px;
	margin-bottom:32px;
}

.rec01_notab_div .open_cont{
}


.rec01_notab_div .open_cont{
	border: 1px solid #101524;
	padding: 2.23% 2.548%;
	border-radius: 10px;
	position: relative;
	margin-bottom:20px;
	background:#fff;
	    padding: 35px 2.548%;
}

.rec01_notab_div .open_cont:before{
	content: '↓';
	position: absolute;
	right: 2%;
	top: 20px;
	transition:.4s;
	margin: auto;
	font-size: 3rem;
}

.rec01_notab_div .open_cont.opn:before{
	content: "↑";
}

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

.rec01_notab_div .hide_cont{
	margin-top:28px;
}

.rec01_notab_div .open_cont .title1{
	font-size: clamp(1.8rem, 2.4vw, 2rem);
	font-weight: 700;
	letter-spacing: 0.045em;
	line-height: 1.45;
}

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

/* business */
.news .company03{
	background:none;
}

.col2_box_rep_box_sec {
    padding: 110px 0 120px;
    background: var(--sub_color);
}

.col2_box_rep_box_list1 li{
	margin-top:60px;
	display:flex;
	justify-content:space-between;
	position:relative;
}

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

.col2_box_rep_box_list1 li .img{
	max-width:785px;
	width: 50%;
}



.col2_box_rep_box_list1 li:nth-child(2n) .text_area{
	margin-left: initial;
	margin-right: -9%;
}

.col2_box_rep_box_list1 li .text_area{
	background:#fff;
	position:relative;
	z-index:1;
	padding: 3.822% 3.822% 5.478%;
	min-height:340px;
	max-width:920px;
	margin-left: -9%;
	width: 59%;
	margin-top: 7.644%;
	border-radius: 10px;
}

.col2_box_rep_box_list1 li .text_area .title1{
	font-size: clamp(2.4rem,3.4vw,4rem);
	color:#187CC9;
	line-height:1.45;
	font-weight:700;
}

.col2_box_rep_box_list1 li .text_area .text1{
	line-height: 2;
	letter-spacing:0.05em;
	font-weight: 500;
}

.col2_box_rep_box_list1 li .text_area .num{
	position:absolute;
	bottom:0;
	right:0;
	font-size: clamp(8rem,8vw,14.3rem);
	color:#07418E;
	line-height:0.9;
	font-weight:700;
	opacity:0.09;
}

.hist_area_box{
	margin-top:70px;
	width:100%;
	background:#fff;
	padding: 2.676% 3.185%;
	border:1px solid #101524;
	border-radius:10px;
}

.hist_area_box .title1{
	padding-bottom:10px;
	margin-bottom:11px;
	border-bottom:1px solid #A9A9A966;
	font-size: clamp(2rem,3vw,3.2rem);
	color:#187CC9;
	line-height:1.4275;
	font-weight:700;
}

.hist_area_box .text1{
	line-height:2.25;
}

.news .intervie2_sec{
    background: var(--sub_color);
}

/* business_check_grp01  */

.business_check_grp01 {
	padding:110px 0 120px;
}

.business_check_grp01_list1 > li{
	margin-top:90px;
	padding-top:90px;
	border-top:1px solid #C1C1C1;
}

.business_check_grp01_list1 > li:first-child{
	padding-top:60px;
	margin:0;
	border:none;
}


.business_check_grp01_list1 li .flex{
	align-items:flex-start
}


.business_check_grp01_list1 li .flex .img{
	max-width:745px;
	width:49%;
}


.business_check_grp01_list1 li .flex .text_area{
	max-width:745px;
	width:49%;
}

.business_check_grp01_list1 li .flex .text_area .title1{
	font-size: clamp(2.4rem,3.4vw,4rem);
	color:#187CC9;
	line-height:1.45;
	font-weight:700;
}

.business_check_grp01_list1 li .flex .text_area .title2{
	line-height:1.875;
	font-size: clamp(1.8rem,3vw,2.4rem);
	letter-spacing:0.05em;
	font-weight:700;
	margin-top: 5.37%;
}

.business_check_grp01_list1 li .flex .text_area .text1{
	margin-top: 4.028%;
	letter-spacing:0.05em;
	font-weight:500;
}

.business_check_grp01_list1 li .flex .text_area .btn1{
	margin-top: 4.028%;
}

.business_check_grp01_list2 {
	display:flex;
}


.business_check_grp01_list2 li{
	width: 31.211%;
	margin-top:35px;
	margin-right: 3.1835%;
}

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

.business_check_grp01_list2 li .title1{
	background:#101524;
	color:#fff;
	max-width:max-content;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1.4545;
	font-size: clamp(1.7rem,2.2vw,2.2rem);
	letter-spacing:0em;
	font-weight:700;
	padding: 4px 50px;
	border-radius: 50px;
}

.business_check_grp01_list2 li .text1{
	margin-top: 13px;
	letter-spacing: 0.05em;
	line-height: 2.25;
}


/* art_sld */
.art_sld{
	display:flex;
	justify-content:space-between;
	width: 100%;
	opacity:1!important;
}

.art_sld .text_area{
	width: 563px;
	flex-shrink: 0;
	padding: 0 4% 170px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

.art_sld .text_area:before{
	position:absolute;
	content:"";
	width:100%;
	height: 70%;
	background:#F3F3F4;
	z-index:-1;
	left:0;
	bottom:0;
	min-height: 500px;
}

.art_sld .img{
	width:100%;
	height:calc(100svh - 170px);
	max-height: 910px;
	height: 910px;
}

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

#art_slider_cover{
	position:relative;
}

#art_slider_cover .title_area{
	position:absolute;
	bottom: 500px;
	left: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #187CC9;
	color: #fff;
	max-width: 410px;
	width: 100%;
	padding: 85px 0;
}


#art_slider_cover .title_area .title{
	text-align:center;
	font-size: clamp(3rem,4vw,6.5rem);
	line-height:1.446;
	letter-spacing:0.05em;
	font-weight:600;
}

#art_slider_cover .title_area .title span{
	display:block;
	font-size: clamp(1.6rem,2vw,2.4rem);
	margin-top:11px;
	line-height:1.333;
	font-weight:500;
}

.art_sld .text_area .date{
	font-size: 1.8rem;
	line-height: 1.4444;
	color: #9EA0A6;
	margin-bottom: 23px;
}

.art_sld .text_area .text1{
	width: 100%;
	font-size:3.2rem;
	line-height:1.75;
	font-weight:700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	min-height:158px;
}

.art_slider_pagenate{
	display:flex;
	gap:12px;
	align-items: center;
	width: 100%;
	max-width: 240px;
}

.art_sld_num{
	cursor:pointer;
	opacity:.4;
	transition:.3s;
	font-size: 2.2rem;
	font-weight: 700;
	color: #A9A9A9;
}

.art_sld_num.active{
	opacity:1;
	color: #187CC9;
}

.art_slider_ctrl{
	display:flex;
	position:absolute;
	left: 76px;
	bottom: 55px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 410px;
}

.art_slider_arrow.slider_btn{
	margin: 0;
	margin-right: 30px;
}

.column01_div1{
	margin-bottom:120px;
}

.column01_div1:last-child{
	margin:0;
}

.column01 .title1,
.column01_div1 .title1{
	padding-bottom:15px;
	margin-bottom:25px;
	border-bottom:1px solid #A9A9A966;
	font-size: clamp(2.4rem,3.4vw,4rem);
	line-height:1.45;
	font-weight:700;
}

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

.colu_list2 li{
	margin-right: 2.228%;
	width: 31.848%;
	border:1px solid #101524;
	margin-bottom:40px;
	border-radius:10px;
	padding:17px 17px 39px;
	background: #fff;
}

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

.colu_list2 li .img{
	border-radius:5px;
	width:100%;
	height: 16vw;
	max-height:285px;
	overflow:hidden;
}

.colu_list2 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.4s;
}

.colu_list2 li:hover .img img{
	transform:scale(1.1);
}

.column01_div1 .btn1{
	margin: 35px auto 0;
}

.colu_list2 li .text_area{
	margin-top:32px;
}

.colu_list2 li .text_area .dacate{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom:10px;
}

.colu_list2 li .text_area .dacate .date{
	font-size:1.6rem;
	font-weight:500;
	line-height:1.5;
	letter-spacing:0.045em;
	color:#9EA0A6;
	margin-right:33px;
	margin-bottom: 8px;
}

.colu_list2 li .text_area .dacate .cate{
	margin-bottom: 8px;
	position:relative;
	font-size: 1.6rem;
	letter-spacing:0.045em;
	line-height:1.5;
	font-weight:500;
	color:#187CC9;
	padding: 1px 21px;
	border: 1px solid;
	border-radius: 20px;
}



.colu_list2 li .add_text{
	font-size:1.6rem;
	font-weight:500;
	line-height:1.5;
	letter-spacing:0.045em;
	margin-bottom: 8px;
}

.colu_list2 li .text_area .title{
	font-size: clamp(1.8rem,2vw,2.4rem);
	line-height:1.5416;
	font-weight:700;
	letter-spacing:0.045em;
}

/* column_sec */
.column_sec{
	background: var(--sub_color);
	padding:130px 0 140px;
}

.column_sec .mainTit{
	text-align:center;
	margin-bottom:58px;
}

.column_sec .btn1{
	margin:35px auto 0;
}

.column_sec .colu_list2 li{
	border:1px solid #fff;
}


/* text_div_sec01 */
.text_div_sec01{
	padding:110px 0 120px;
}

.text_div_sec01 .text{
	margin-top:60px;
	letter-spacing: 0.045em;
	line-height: 2.25;
	font-weight:500;
}

.text_div_sec01_div{
	margin-top:60px;
	background:#fff;
	border:1px solid #101524;
	border-radius:10px;
	padding:40px 50px;
}

.text_div_sec01_div .title1{
	padding-bottom:10px;
	margin-bottom:11px;
	border-bottom:1px solid #A9A9A966;
	font-size: clamp(2.4rem,3vw,3.2rem);
	color:#187CC9;
	line-height:1.4275;
	font-weight:700;
}

.text_div_sec01_div .text1{
	letter-spacing: 0.045em;
	line-height: 2.25;
	font-weight:500;
}

.news .base_main .company03 {
    background: var(--sub_color);
}

.news .base_main .company03.company03_2 {
    background: #fff;
}

/* col3_img_num_tit_text_sec */

.col3_img_num_tit_text_sec{
	padding:110px 0 120px;
    background: var(--sub_color);
}

.col3_img_num_tit_text_lists1{
	display:flex;
}

.col3_img_num_tit_text_lists1 li{
	margin-top:60px;
	width: 30.574%;
	margin-right: 4.139%;
}

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

.col3_img_num_tit_text_lists1 li .num{
	margin-top:22px;
	line-height:1.3125;
	letter-spacing:0.02em;
	color:#187CC9;
	font-weight:500;
	font-size: 1.6rem;
}

.col3_img_num_tit_text_lists1 li .title1{
	margin-top:16px;
	font-size: clamp(1.8rem,2.4vw,2.4rem);
	line-height:1.458333;
	font-weight:700;
	letter-spacing:0.045em;
}

.col3_img_num_tit_text_lists1 li .text1{
	margin-top:16px;
	line-height:2;
	letter-spacing:0.05em;
	font-weight:500;
}

.point_sec{
	padding:110px 0 120px;
}

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

.point_lists1 li .text_area{
	max-width:785px;
	width: 51%;
}

.point_lists1 li .img{
	max-width:660px;
	width: 47%;
}

.point_lists1 li .text_area .num{
	line-height: 1.3125;
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 24px;
	background: linear-gradient(to bottom, #187CC9, #07418E);
	max-width: max-content;
	padding: 6px 32px;
	color: #fff;
	border-radius: 40px;
	letter-spacing: 0.02em;
}

.point_lists1 li .text_area .title1{
	font-size: clamp(2.2rem,3vw,4rem);
	line-height:1.5;
	font-weight:700;
	letter-spacing:0.045em;
}

.point_lists1 li .text_area .text1{
	margin-top:24px;
	line-height:2;
	letter-spacing:0.05em;
	font-size:1.6rem;
}

.office_list01_sec .text{
	margin-top:60px;
	line-height:1.5;
	font-weight:500;
	letter-spacing:0.045em;
}

.parts_about01 {
	padding: 15.625% 0 6.25%;
	position:relative;
	max-width: 1600px;
	width: 95%;
	margin: 80px auto 0;
	padding: 80px 20px;
}

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

.parts_about01 .back_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: top;
}

.parts_about01 .mainTit{
	text-align:left;
	color:#fff!important;
}

.parts_about01 .mainTit .en_tit{
	color:#fff!important;
	margin-top:10px;
}

.parts_about01 .title2{
	font-size: clamp(1.8rem,4vw,3rem);
	margin-top: 3.75%;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.045em;
}

.parts_about01 .text1{
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    margin-top: 2%;
    font-weight:500;
    letter-spacing:0.045em;
    line-height:2;
}

.parts_about01 .btn1{
	background:#187CC9;
	color:#fff;
	margin-top: 3.75%;
	max-width: 404px;
	font-size: 2.1rem;
	padding: 22px 0;
}



.history_list2 li{
	position:relative;
	padding-bottom: 60px;
	display: flex;
	align-items: center;
}


.history_list2 li:last-child{
	padding-bottom:0;
}

.history_list2 li:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background: #187CC9;
	left: 192px;
	top: 30px;
}

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

.history_list2 li:after{
	position:absolute;
	content:"";
	width: 20px;
	height: 20px;
	background: #187CC9;
	border-radius:50%;
	left: 182px;
	top: 20px;
}

.history_list2 li .year{
	line-height: 1.45;
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.045em;
	width: 182px;
	flex-shrink: 0;
	margin-right: 60px;
}

.history_list2 li .month1{
	width:125px;
	font-size:4rem;
	font-weight:700;
	line-height:1.45;
	letter-spacing: 0.045em;
	flex-shrink: 0;
}


.history_list2 li .text1{
	width:100%;
}

.hist_area.hist_area2 .text_area{
	max-width:967px;
	width: 62%;
}

.hist_area.hist_area2 .img_area{
	max-width:503px;
	width: 36%;
}

.job_free01{
	padding:110px 0 0;
}

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

.job_free01_list1 li{
	max-width:740px;
	width:49%;
	margin-top:60px;
}

.message02{
	padding:140px 0;
}

.message02.story_message{
	background:linear-gradient(to bottom,#1269b6,#07418E);
	padding:100px 0;
}

.message02_div{
	padding: 3.8226%;
	background:#fff;
	border:1px solid #101524;
	border-radius:10px;
	display:flex;
	justify-content:space-between;
}

.message02_div .img{
	max-width:340px;
	width: 25%;
}

.message02_div .text_area{
	max-width:1055px;
	width: 73%;
}

.message02_div .text_area .title1{
	font-size: clamp(2.4rem,4vw,4rem);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.045em;
}

.message02_div .text_area .title1 span{
	display:block;
	color:#187CC9;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight:700;
    letter-spacing:0.02em;
	margin-bottom:20px;
	line-height:1.3;
}


.message02_div .text_area .text1{
	margin-top: 5.688%;
	line-height:2;
}

.message03 {
	position:relative;
}

.message03 .flex{
	justify-content:flex-end;
}

.message03 .flex .text_area{
	width: 64%;
	max-width: 1570px;
	position: absolute;
	left: 0;
	top: 18%;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.message03 .flex .img{
	max-width: 630px;
	width: 50%;
	position: relative;
}

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

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

.message03 .text1{
	line-height: 2;
	font-weight:400;
}

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

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

.article .message03 .inner{
	max-width:1745px;
	position: relative;
}

.message03 .dai_msg {
	margin-bottom: 5.4%;
}

.message04{
	padding:140px 0;
	position: relative;
}

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

.message04 .back_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.message04_list1 li{
	display:flex;
	max-width: 1808px;
	width: 95%;
	align-items:flex-start;
	margin-bottom:140px;
}

.message04_list1 li:nth-child(2n){
	margin-left:auto;
	flex-direction:row-reverse;
}

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

.message04_list1 li .img{
	max-width: 610px;
	width: 34%;
}

.message04_list1 li .text_area{
	max-width: 1223px;
	width: 68%;
	background: #fff;
	position: relative;
	z-index: 1;
	margin-left: -1.4%;
	padding: 3.319% 3.319% 3.319% 3.872%;
	margin-top: 40px;
}


.message04_list1 li:nth-child(2n) .text_area{
	margin-left: 0%;
	margin-right: -1.4%;
	padding: 3.319% 3.872% 3.319% 3.319%;
}

.mestxt1{
	display:block;
	color:#187CC9;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight:700;
    letter-spacing:0.045em;
	margin-bottom:25px;
	line-height:1.45;
	padding-bottom:25px;
	border-bottom:1px solid #9EA0A6
}

.mestit1{
	display:block;
	font-size: clamp(2rem, 2.4vw, 4rem);
	font-weight:700;
	letter-spacing:0.045em;
	line-height:1.6;
	margin-bottom:32px;
}

.message04_list1 li .text2{
	line-height:2.25;
}

.message05{
	padding:140px 0;
	background:#F3F3F4;
}

.message05 .img{
	margin-top:45px;
}

/* sec_icon_text_list */
.sec_icon_text_list{
	padding:130px 0 120px;
	background:#F3F3F4;
}

.sec_icon_text_list .title{
	margin-top:60px;
}

.sec_icon_text_list .text{
	margin-top:32px;
	margin-bottom:90px;
}

.sec_icon_text_list .envi02_div1{
	margin-top:80px;
}

.icon_text_list1 li {
	margin-top:40px;
}

.icon_text_list1 li:first-child{
	margin-top:30px;
}

.icon_text_list1 li .title1{
	font-size: 3rem;
    line-height: 1.466;
    letter-spacing: 0;
	font-weight:700;
	    font-size: clamp(1.8rem, 3vw, 3rem);
	display:flex;
	align-items:center;
}

.icon_text_list1 li .text1{
	margin-top:14px;
	padding-left:50px;
}

.icon_text_list1 li .img{
	width:50px;
	flex-shrink:0;
	display:flex;
	align-items:center;
}

.side_btn_area{
	position:fixed;
	bottom: 5%;
	right:0;
	z-index: 10;
}

.side_btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	background: linear-gradient(
90deg, #187CC9, #07418E);
	padding: 50px 28px 39px;
	border-radius: 28px 0 0 28px;
}

.side_btn1 > .en{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	line-height: 1;
	font-size: 3rem;
	letter-spacing: 0;
	font-weight: 700;
	color: #fff;
}


.side_btn1 > i{
	margin-bottom:10px;
}

.rec01_notab_ifr{
	width:100%;
	height:40vw;
	margin-top:40px;
	min-height: 400px;
}


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

#cover.single_cover .cov-div .text_area .title {
    font-size: 5.5rem;
    line-height: 1.8;
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 5.5rem);
    text-shadow: 0 0 20px #000000;
    letter-spacing: 0.045em;
}

#cover.single_cover .cov-div .text_area .flex{
	margin-top:50px;
	align-items:center;
}

#cover.single_cover .cov-div .text_area .flex .txt1{
	width:202px;
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:center;
	height:35px;
	border:1px solid;
	border-radius:30px;
	font-size: 2rem;
	margin-right:20px;
}

#cover.single_cover .cov-div .text_area .flex .name{
	width:100%;
	font-size: 3.2rem;
	line-height: 1.4375;
	font-weight: 700;
	font-size: clamp(1.6rem, 3vw, 3.2rem);
	text-shadow: 0 0 20px #000000;
	letter-spacing: 0.045em;
}

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

#cover.single_cover .cov-div .img {
    height: 48.542vw;
    height: calc(100vh - 178px);
}

#cover.single_cover .cov-div .text_area .add_text{
	text-shadow: 0 0 20px #000000;
}
/*-- 固定ここまで --*/


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

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

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


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

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

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



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

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

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

header {
    padding: 0 1% 0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

@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%;
}

.nav_list1 > li > a{
	font-size:1.4rem;
}

.nav_list1 > li > a:before{
	font-size:1.2rem;
	margin-right: 4px;
}

.art_sld .img{
	height:700px;
}

#art_slider_cover .title_area{
	bottom: 400px;
	padding: 50px 0;
	max-width: 304px;
	left: 48px;
}

.art_sld .text_area{
	width:400px;
	padding: 0 4% 100px;
}

.art_sld .text_area .text1{
	font-size:2.8rem;
}
	
.art_slider_ctrl{
	left:48px;
	max-width: 304px;
	bottom: 20px;
}

.art_slider_arrow.slider_btn div{
	width:40px;
	height:40px;
}

.art_slider_arrow.slider_btn{
	max-width:90px;
	margin-right: 15px;
}

.message03 .flex .text_area{
	top:5%;
	width: 48%;
	position: initial;
	padding: 5% 0;
	margin: 0;
}

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

#cover.single_cover .cov-div .text_area {
    left: 4%;
    bottom: 4%;
}

#cover.single_cover .cov-div .text_area .flex {
    margin-top: 30px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* 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;
}

.nav_list1{
	/* display:none; */
}

.hd_link{
	width:100%;
}

.hLogo{
	width:30%;
}

.hd_right{
	width:70%;
}

.job_car01:before{
	height: 60%;
}

.iv2_slider_area {
    padding-left: 2.5%;
}

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

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

.mainTit .en_tit{
	/* margin-bottom:8px; */
	margin-top: 8px;
}


.col3_work01_list1 li{
	width:49%;
	max-width:initial;
}

.col3_work01_list1 li .text1{
	font-size: clamp(1.2rem,1.5vw,1.6rem);
}

.work_det01_div1{
	padding:80px 0;
}

.work_det01_div1:before{
	display:none;
}


.add_col29 .interview_list1 li .qustion:before{
	font-size: 2.4rem;
	width: 40px;
	height: 40px;
	margin-right: 14px;
}

.interview_list1 li .qustion{
	padding-bottom:20px;
}

.interview_list1 li .text{
	margin-top:20px;
}


.history_list2 li:before{
	left: 137px;
	top: 20px;
}

.history_list2 li:after{
	width: 20px;
	height: 20px;
	left: 128px;
	top: 10px;
}

.history_list2 li .year{
	font-size: 3rem;
	width: 140px;
	margin-right: 30px;
}

.history_list2 li .month1{
	width: 90px;
	font-size:3rem;
}

.history_list2 li{
	padding-bottom:50px;
	align-items:flex-start;
}
	
.nav_list1 > li > a{
	font-size:1.2rem;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* 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%;
}
	
.count_li1 li .title1{
	padding-bottom:10px;
}

.noimg_flex .comp04_list1 li .left{
	width: 180px;
	padding:20px 0;
}

.noimg_flex .comp04_list1 li .right{
	padding:20px 0;
}


.col3_work01_list1 li .img{
	max-width: 80px;
	width: 100%;
	height: 80px;
	min-height: initial;
	margin: 20px auto;
}

	
.col3_work01_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.col3_work01_list1 li{
	padding: 8% 1.911% 2.3%;
}

.qanda_list li .que,
.qanda_list li .ans{
	margin-right: 8px;
	width: 40px;
	height: 40px;
	font-size: 2rem;
	padding-bottom: 2px;
}

.col2_box_rep_box_list1 li .text_area{
	min-height: 260px;
}


.art_sld .img{
	height:500px;
}

#art_slider_cover .title_area{
	bottom: 270px;
	padding: 30px 0;
	max-width: 218px;
	left: 30px;
}

.art_sld .text_area{
	width: 280px;
	padding: 0 4% 65px;
}

.art_slider_ctrl{
	left: 30px;
	max-width: 218px;
	bottom: 20px;
}

.art_slider_arrow.slider_btn div{
	width:40px;
	height:40px;
}

.art_slider_arrow.slider_btn{
	max-width:90px;
	margin-right: 15px;
}

.art_sld .text_area .text1{
	font-size: 2rem;
	min-height: 110px;
}

.art_sld .text_area .date{
	margin-bottom:8px;
}

.art_slider_pagenate{
	gap:6px;
}

.art_sld_num{
	font-size:1.6rem;
}

.art_slider_arrow.slider_btn{
	margin-right:6px;
}

.art_sld .text_area:before{
	min-height:initial;
}

.colu_list2 li{
	padding:12px 12px 24px;
}

.colu_list2 li .text_area{
	margin-top:20px;
}

.text_div_sec01 .text {
    margin-top: 40px;
}

.text_div_sec01_div{
	margin-top: 40px;
	padding: 30px 20px;
}

.history_list2 li:before{
	left: 9px;
	top: 20px;
}

.history_list2 li:after{
	width: 20px;
	height: 20px;
	left: 0px;
	top: 8px;
}

.history_list2 li .year{
	font-size: 2.4rem;
	width: 100%;
}

.history_list2 li .month1{
	width: initial;
	font-size:2.4rem;
	width:100%;
	margin-bottom:8px;
}

.history_list2 li{
	padding-bottom:40px;
	align-items:flex-start;
	padding-left:30px;
	flex-wrap:wrap;
}

    .hist_area.hist_area2 .text_area {
        max-width: initial;
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .hist_area.hist_area2 .img_area {
        width: 100%;
        margin: 0px auto 0;
    }

.mestit1{
	margin-bottom:20px;
}

.mestxt1{
	margin-bottom:15px;
	padding-bottom:15px;
}

.message04_list1 li{
	margin-bottom:60px;
}

.message04 {
    padding: 80px 0;
}

.message05 {
    padding: 80px 0;
}


.side_btn1{
	padding: 30px 18px 20px;
}

.side_btn1 > .en{
	font-size:2.4rem;
}
	
.iv2_sld {
    padding: 20px 5.105% 20px;
}

#cover.single_cover .cov-div .img {
    height: 48.542vw;
    height: calc(100vh - 200px);
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* 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;
}


.pc_nav{
	display:none;
}

header {
	height:70px;
	padding:0 20px;
	min-height: 70px;
}
	
#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%;
	width: 100%;
}

#cover .cov-div .img {
    min-height: 480px;
    /* height: 128vw; */
    max-height: 600px;
    height: calc(100svh - 70px);
}

    #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.8rem,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%;
	        width: 100%;
}

.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 20px;
}


.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%;
    line-height: 1.5;
}

.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;
	margin-bottom: 40px;
}

.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);
    /* margin-bottom: 10px; */
    /* font-size: clamp(3.6rem, 5vw, 8rem); */
    margin-top: 10px;
}

.company03{
	padding: 80px 0 0;
}
	
.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;
	width: 89.334%;
	margin: 30px auto 0;
}

.company04{
	padding: 80px 0px;
}

.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 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-bottom: 40px;}

.work_det01_div1 .flex .img{max-width: 960px;width: 100%;margin: 0 auto 0px;}

.work_det01_div2 .inner {
    /* padding: 50px 20px; */
}

.work_det01_list1 {
    margin-top: 40px;
}

.work_det01_list1 li {
    margin-bottom: 60px;
    padding: 30px 6.78% 30px;
}

.work_det01_list1 li:has(.title1){
    padding: 13% 6.78% 30px;
}
	
.work_det01_list1 li:before {
    width: 30px;
    height: 40px;
    bottom: -50px;
}


.work_det01_list1 li:has(.title1){
    margin-top: 20px;
}

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


.work_det02_wrap .work_det02{
	padding:80px 0 40px;
}

.work_det02_wrap .work_det02:last-child{
	padding-bottom:60px;
}

.interview_list1 li .text {
    margin-top: 20px;
}

.interview_list1 li {
    margin-top: 30px;
    flex-direction: column;
}

.interview_list1 li.img_li .text_area {
    max-width: initial;
    width: 100%;
}

.interview_list1 {
    margin-top: 40px;
}

.interview_list1 li .right_img {
    width: 100%;
	margin:30px auto 0;
}

.work_det03 .inner {
}

.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;
	flex-direction: column;
	align-items: flex-start;
}


.work_det01_div1 .flex .text_area .name .sans{
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	margin: 8px 0 0;
}

.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.6rem, 4vw, 2rem);
}

.work_det01_list1 li .cate {
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0;
    width: 100%;
}

.work_det01_list1 li .title1{
	margin-top:20px;
}
	
.envi01 {
    padding: 60px 0 40px;
}

.envi01_div1 {
    padding: 40px 0 60px;
}
	

.envi01_div1:last-child{
    padding-bottom: 0px;
}
	
.envi01 .arttit1 {
    margin-bottom: 30px;
    font-size: clamp(2rem, 5vw, 3rem);
}

.envi01_list1 li {
    width: 100%;
    margin-bottom: 40px;
}
	
.envi01_list1 li:last-child{
    margin-bottom: 0px;
}

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

.envi01_div21 {margin: 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;
   width: 100%;
}


.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 20px;
}

.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%;
}

.hd_right{
	justify-content:flex-end;
}

.gnav{
	height: calc(100% - 70px);
	top: 70px;
}

.gnav__wrap {
    top: 70px;
    height: calc(100% - 70px);
}

#cover .cov-div .text_area{
	left: 5%;
	bottom: 10%;
	width: 89.334%;
}

.job_car01{
	padding:80px 0;
	width:89.334%;
	margin:0 auto;
}
	
.job_car01_div1{
	padding:0;
	flex-direction:column;
}

.job_car01_div1 .title1{
	position:initial;
}

.job_car01_div1 .img{
	width:100%;
	margin:30px auto 0;
}

.job_car01_div2{
	width:100%;
	flex-direction:column;
	margin-top:30px;
}

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

.job_car01_div2 .right{
	width:100%;
	max-width:initial;
	margin-top:20px;
}

.job_car01_div1 .title1 .en .big{
	margin-right:15px;
}

.job_car01:before{
	width:100vw;
	left:-100vw;
	right:-100vw;
	margin:auto;
}

.intervie2_sec {
    padding: 80px 0;
}

    .iv2_slider_area {
        padding-left: 0%;
    }

.intervie2_sec_top{
	margin-bottom:40px;
}
.intervie2_sec .btn1 {
    margin: 30px auto 0;
}

.sns_list li {
    width: 24%;
    margin-right: 1%;
    max-width: initial;
}

    .envi02_list1.col3 li {
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }

.noimg_flex .comp04_list1 li {
	border-bottom: 1px solid #A9A9A9;
}

.noimg_flex .comp04_list1 li:first-child{
	border-top: 1px solid #A9A9A9;
}

.noimg_flex .comp04_list1 li .left{
	width: 100%;
	margin:0;
	border:none!important;
	padding:20px 0 0;
}

.noimg_flex .comp04_list1 li .right{
	padding:10px 0 20px;
	border:none!important;
	margin: 0;
}

.ab_philo01_list1 li{
	width:100%;
	flex-direction:column;
	padding:20px;
}

.ab_philo01_list1 li .img{
	width:100%;
	margin:0 auto 20px;
}
	
.ab_philo01_list1 li .text_area{
	width:100%;
	max-width:initial;
}

.ab_philo01_list1 li.long{
	padding:20px;
}

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

.major_clients01{
	padding:80px 0;
}

.major_clients01_list1{
	justify-content:space-between;
	margin-top: 26px;
}

.major_clients01_list1 li{
	margin-right:0;
	width:49%;
	padding:14px 0;
}

.office_list01_sec {
    padding:80px 0;
}

.office_list01 li{
	width:100%;
	margin:40px auto 0;
}

	
.contact_tb tr:first-child td {
	border-top:none;
}

.contact_tb th .flex{
	flex-direction:initial;
}

.pri_div {
    padding: 25px 20px;
}


.col3_work01_list1 li{
	padding: 50px 20px 30px;
	width:100%;
	margin-top:60px;
}

    .col3_work01_list1 li .text1 {
        font-size: clamp(1.2rem, 2.4vw, 1.6rem);
    }

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

.col3_work01_sec {
    padding: 80px 0;
}

.work_career01_sec {
    padding: 80px 0;
}

.work_career01_sec .title1 {
    margin: 40px 0 20px;
}

.work_career01_sec .img {
    margin: 30px 0;
}

.work_career01_tb th,
.work_career01_tb td{
	width:100%;
	display:block;
	min-width:initial;
	padding:16px;
	border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
}

.work_career01_tb th{
	border-bottom:none;
	font-size: 1.8rem;
}

.work_career01_tb th span{
	font-size:1.5rem;
}

.rec_info01_list1 li{
	width:100%;
	margin:40px auto 0;
	padding:30px 20px;
}

.rec_info01_list1 li .title1 {
    margin-top: 20px;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.rec_info01_list1 li .img{
	height:80px;
	width:80px;
	margin:0 auto;
}

.rec_info01_list1 li .text1{
	line-height:1.8;
}

.rec_info01 {
    padding: 80px 0 ;
}

.recruit .envi01 {
    padding: 80px 0 0px;
}

.rec01_notab_div .open_cont:before{
	/* width: 14px; */
	/* height: 14px; */
	top: 9px;
	right: 12px;
	font-size: 2rem;
}

.rec01_notab_div .open_cont.opn:before{
	/* top: 25px; */
}

.rec01_notab_div .open_cont{
	padding:16px;
}

.rec01_notab_div .category_title {
    margin-top: 50px;
}

.rec01_notab {
    padding: 80px 0;
}

.col2_box_rep_box_list1 li{
	flex-direction:column!important;
}
	
.col2_box_rep_box_list1 li .img{
	width:100%;
}

.col2_box_rep_box_list1 li .text_area{
	width:100%;
	margin:30px auto 0!important;
	padding:20px;
}

.col2_box_rep_box_list1 li .text_area .title1 {
    font-size: clamp(2rem, 3.4vw, 4rem);
}

.col2_box_rep_box_sec {
    padding: 80px 0;
}

.business_check_grp01 {
    padding: 80px 0;
}

.business_check_grp01_list1 > li{
	padding-top:50px;
	margin-top:50px;
}

.business_check_grp01_list1 li .flex{
	flex-direction:column;
}

.business_check_grp01_list1 li .flex .img{
	width:100%;
	margin:0 auto 30px;
}

.business_check_grp01_list1 li .flex .text_area{
	width:100%;
	margin:0 auto 0px;
}

.business_check_grp01_list2{
	flex-wrap:wrap;
	margin-top: 20px;
}
	
.business_check_grp01_list2 li{
	width:100%;
	margin:30px 0 0;
}

.business_check_grp01_list2 li .title1{
	padding: 4px 15px;
}

.business_check_grp01_list2 li .text1{
	letter-spacing:0;
	line-height:1.8;
}

.work_det01_div2{
	padding:80px 0;
}

.work_det03{
	padding:80px 0;
}


.art_sld .img{
	height:500px;
}

#art_slider_cover .title_area{
	bottom: 270px;
	padding: 30px 0;
	max-width: 218px;
	left: 30px;
}

.art_sld .text_area{
	width: 280px;
	padding: 0 4% 65px;
}

.art_slider_ctrl{
	left: 30px;
	max-width: 218px;
	bottom: 20px;
}

.art_slider_arrow.slider_btn div{
	width:40px;
	height:40px;
}

.art_slider_arrow.slider_btn{
	max-width:90px;
	margin-right: 15px;
}

.art_sld .text_area .text1{
	font-size: 2rem;
	min-height: 110px;
}

.art_sld .text_area .date{
	margin-bottom:8px;
}

.art_slider_pagenate{
	gap:6px;
}

.art_sld_num{
	font-size:1.6rem;
}

.art_slider_arrow.slider_btn{
	margin-right:6px;
}

.art_sld .text_area:before{
	min-height:initial;
}

#art_slider_cover{
	display:flex;
	flex-direction:column-reverse;
}

#art_slider_cover .title_area{
	position:initial;
	width:100%;
	max-width:initial;
	align-items:center;
	justify-content:flex-start;
	padding:20px;
}

#art_slider_cover .title_area .title{
	text-align:left;
}

#art_slider_cover .title_area .title span{
	margin-top:4px;
}

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

.art_sld .img{
	height: 55vw;
}

.art_sld .text_area{
	width:100%;
	padding:20px;
	padding-bottom:50px;
}

.art_sld .text_area:before{
	width:100%;
	height:100%;
}
	
.art_slider_ctrl{
	left:48px;
	max-width: calc(100% - 40px);
	bottom: 20px;
	left: 20px;
	justify-content: flex-start;
}

.art_slider_arrow.slider_btn div{
	width:40px;
	height:40px;
}

.art_slider_arrow.slider_btn{
	max-width:90px;
	margin-right: 15px;
}

.colu_list2{
	justify-content:space-between;
}

.colu_list2 li{
	width: 49%;
	margin-right:0;
	margin-bottom: 30px;
}

    .colu_list2 li .img {
        height: 23vw;
    }

.cate_list li a{
	padding:4px 10px;
}

.colu_list2 li .text_area .dacate .date{
	margin-right:16px;
}

.column01_div1 {
    margin-bottom: 60px;
}


.column_sec{
	padding:80px 0;
}

.office01 .officeTit1{
	margin-bottom:40px;
}

.text_div_sec01 {
	padding:80px 0;
}

.point_sec {
	padding:80px 0;
}


.point_lists1 li{
	margin-top:50px;
	flex-direction:column;
}

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

.point_lists1 li .img{
	width: 100%;
	margin:30px auto 0;
}

.col3_img_num_tit_text_sec{
	padding:80px 0;
}

.col3_img_num_tit_text_lists1{
	flex-direction:column;
}
	
.col3_img_num_tit_text_lists1 li {
    margin-top: 40px;
    width:100%;
    margin-right: 0%;
}
	
.col3_img_num_tit_text_lists1 li .img{
	margin:0 auto;
	text-align: center;
	width: 100%;
}

.col3_img_num_tit_text_lists1 li .num{
	margin-top: 16px;
}

.col3_img_num_tit_text_lists1 li .title1{
	font-size: clamp(2rem, 4vw, 2.4rem);
}

section.company03 .btn1{
	margin:40px auto 0;
}

.office_list01 li .img{
	height: 50vw;
	max-height: initial;
}

.office_list01_sec .text {
    margin-top: 30px;
}

.headerUl{
	display:flex;
}

.parts_about01 {
    padding: 60px 0 40px;
    width: 89.334%;
}

.parts_about01 .btn1{
	padding: 0;
	max-width: 300px;
	font-size: 1.5rem;
	margin: 16px auto 0;
}

.parts_about01 .text1{
	letter-spacing:0;
	margin-top:16px;
}

.parts_about01 .back_img img{
	object-position:25% 50%;
}


.job_free01{
	padding:80px 0 0;
}

.job_free01_list1{
	flex-direction:column;
}

.job_free01_list1 li{
	width:100%;
	margin:40px auto 0;
}

.message02 {
    padding: 80px 0 60px;
}
	
.message02.story_message{
    padding:60px 0;
}

.message02_div{
	padding:30px 20px;
	flex-direction:column;
}

.message02_div .img{
	width:60%;
	margin:0 auto 30px;
}
	
.message02_div .text_area{
	max-width:initial;
	width:100%;
}

.message02_div .text_area .title1 span{
	margin-bottom:6px;
}

.message03 .flex{
	flex-direction:column;
}

.message03 .flex .text_area{
	max-width: initial;
	width: 89.334%;
	padding:0;
	margin: 0 auto 30px;
}

.message03 .flex .img{
	max-width: initial;
	width: 100%;
	position: relative;
	margin-left: auto;
}


.article .message03 .inner{
	width:100%;
}

.message03 .flex .img:before{
	display:none;
}

.message03{
	padding:60px 0 0;
}

.message04_list1 li{
	flex-direction:column-reverse!important;
	width:100%;
}

.message04_list1 li .text_area{
	width:89.334%!important;
	margin:0 auto!important;
	padding:30px 20px!important;
}

.message04_list1 li .img{
	width:80%;
	margin-top:-10px;
}

.message04_list1 li:nth-child(2n) .img{
	margin-left:auto;
}


.icon_text_list1 li .text1{
	margin-top:8px;
	padding-left:40px;
}

.icon_text_list1 li .img{
	width:40px;
}

.sec_icon_text_list .envi02_div1{
	margin-top:40px;
}

.sec_icon_text_list .text{
	margin:16px 0 0;
}

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

.sec_icon_text_list {
    padding: 80px 0;
}


.side_btn1{
	padding: 15px 15px 15px;
	border-radius:10px 0 0 10px;
}

.side_btn1 > .en{
	font-size:2rem;
}


.side_btn1 > i{
	margin-bottom:6px;
}
	
.major_clients01 .text {
	margin-top: 30px;
}

#cover.single_cover .cov-div .text_area .flex .txt1 {
    width: 150px;
    height: 30px;
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 1.5rem;
}

    #cover.single_cover .cov-div .text_area .flex {
        margin-top: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
	
.iv2_sld .img{
    height: 28vw;
    max-height: initial;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* 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: 30px 20px 30px;
    }


.work_det01_list1 li:has(.title1){
        padding: 70px 20px 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%;
}


.major_clients01_list1 li{
	width:100%;
}


.colu_list2 li{
	width:100%;
}

.colu_list2 li .img{
	height: 49vw;
}
	

.iv2_sld .img {
    height: 250px;
    height: 37vw;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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


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

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

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




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

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

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


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

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

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


/* 下からフェードイン */
.fade{
	opacity:0;
}

.active .fade,
.active.fade{
animation:fade 0.4s linear forwards;
}

@keyframes fade{
from {
transform:translateY(30px);
	opacity:0;
}
to {
transform:translateY(0%);
	opacity:1;
}
}

#loading {
    position: fixed;
    z-index: 99999;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading_logo {
    width:172px;
    opacity: 0;
    transform: scale(0.95);
    animation: loadingLogo 1s ease forwards;
}

.loading_logo img {
    display: block;
    width: 100%;
    height: auto;
}

@keyframes loadingLogo {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

#loading.is_hide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}