@charset "utf-8";

.sp {
	display: none !important;
}

.tablet {
	display: none !important;
}
/*MV*/
main{
	position: relative;
}

#mvWrap{ 
	position: relative;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
#mv{
}
.topMv{
	height: 100vh;
	width: 100vw;
	position: relative;
}
.topMv video{
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

/*commonスタイル*/

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

.order1{
	order: 1;
}
.order2{
	order: 2;
}

/*TOP*/

.topBg1{
	position: relative;
	background: url(../img/inner/bg_01.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}

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

.topBg1Mv video {
	width: 100%;
	height: 100%;
	object-fit: contain;
  }

#topSec01{
    position: relative;
    z-index: 1;
}
.topSec01W{
	padding: 130px 0 170px;
	position: relative;
	z-index: 1;
}
.top01TxtW{
	width: 710px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	left: 20px;
}
.top01TxtW:before{
	content: "";
	background: url("../img/sec01_img_01@2x.png") no-repeat;
	background-size: contain;
	width: 206px;
	height: 593px;
	position: absolute;
	display: block;
	left: -256px;
	top: 130px;
}
.top01TxtW:after{
	content: "";
	background: url("../img/sec01_img_02@2x.png") no-repeat;
	background-size: contain;
	width: 320px;
	height: 701px;
	position: absolute;
	display: block;
	right: -220px;
	top: 20px;
}
.top01Ttl{
	margin-bottom: 65px;
	text-shadow: 0 3px 40px rgba(5,73,152,0.6);
	font-size:8.6rem;
}
.top01Copy{
	margin-bottom: 45px;
}
.top01Txt{
	margin-bottom: 65px;
}

#topSec02{
    position: relative;
    z-index: 1;
}
.topSec02W{
	position: relative;
	z-index: 1;
}
.top02W{
    display: flex;
	justify-content: space-between;
    position: relative;
	padding: 60px 0;
}
.top02W:before{
	content: "";
	background: #E6E6E6;
	border-radius: 40px;
	width: 95vw;
	min-width: 1240px;
	height: 100%;
	position: absolute;
	border: 1px solid #000;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.top02TtlW{
	display: inline-block;
	width: 240px;
	position: relative;
}
.top02Ttl{
	font-size: 5.6rem;
	color: #0086F8;
	font-weight: 900;
	margin-bottom: 10px;
}
.top02BtnsW{
}

.top02Lists {
    z-index: 2;
    box-sizing: border-box;
    position: relative;
	text-align: left;
	border-top: 1px solid #CACACA;
	width: 900px;
}
.top02List{
}
.top02List a{
	display: flex;
	justify-content: space-between;
	height: 72px;
	box-sizing: border-box;
	border-bottom: 1px solid #CACACA;
	padding: 28px 70px 0 15px;
	position: relative;
}
.top02List a:after{
	content: "";
	background: url("../img/arrow_r_2.svg") no-repeat;
	background-size: contain;
	width: 21px;
	height: 11px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.top02List a:hover {
	background: rgba(255,255,255,0.5);
}
.top02DateW{
	line-height: 1.5rem;
	color: #9A9A9A;
	font-weight: bold;
}
.top02ListCatW{
	line-height: 1.4rem;
	color: #2C91D1;
}

.top02Img img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top02TxtW{
	box-sizing: border-box;
	width: 675px;
}

.top02Ttl2{
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: bold;
	color: #000;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

#topSec03{
    position: relative;
    z-index: 1;
}

.topSec03W{
	padding: 190px 0 0px;
	position: relative;
	z-index: 1;
	color: #fff;
}
.top03TtlW{
	position: relative;
	white-space: nowrap;
	margin-bottom: 85px;
}
.top03TtlW.youtube .top03Ttl{
	position: relative;
	left: -37px;
}
.top03TtlW.youtube:before{
	background: url("../img/icon_you_1.svg") no-repeat;
	background-size: contain;
}
.top03Ttl{
	text-shadow: 0 3px 40px rgba(5,73,152,0.6);
}
.top03Flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 85px;
}
.top03Video{
	flex: 0 0 390px;
	width: 390px;
	
	position: relative;
	 aspect-ratio: 16 / 9;
}
/*.top03Video:before{
	content: "";
	background: url("../img/icon_play.svg") no-repeat;
	background-size: contain;
	width: 72px;
	height: 72px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}*/

.top03Video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	border-radius: 16px;
	border: 1px solid #000;
}

.top03Video img{
	border-radius: 16px;
}

#topSec04{
    position: relative;
    z-index: 1;
}
.topSec04W{
	padding: 190px 0 240px;
	z-index: 2;
	position: relative;
	color: #fff;
}
.top04TtlW{
	margin-bottom: 55px;
}
.top04TtlW.ins:before{
	background: url("../img/icon_ins_1.svg") no-repeat;
	background-size: contain;
}
.top04Ttl{
	text-shadow: 0 3px 40px rgba(5,73,152,0.6);
}
.top04Lists{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.top04List{
	width: 280px;
	margin-bottom: 28px;
	border: 1px solid #000;
	border-radius: 16px;
}
.top04List img{
	border-radius: 16px;
}
.topBg2 {
	position: relative;
	background: url(../img/inner/bg_03.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}
#topSec05{
    position: relative;
    z-index: 1;
}

.topSec05W{
	padding: 190px 0 20px;
	z-index: 0;
	position: relative;
	color: #fff;
}
.top05TtlW{
	margin-bottom: 60px;
	position: relative;
}
.top05TtlW:before{
	content: "";
	background: url("../img/sec04_obj_01.svg") no-repeat;
	background-size: contain;
	width: 224px;
	height: 296px;
	display: block;
	position: absolute;
	top: 30px;
	left: -244px;
}
.top05TtlW:after{
	content: "";
	background: url("../img/sec04_obj_02.svg") no-repeat;
	background-size: contain;
	width: 200px;
	height: 341px;
	display: block;
	position: absolute;
	top: 130px;
	right: -265px;
}

.top05Ttl{
	text-shadow: 0 3px 40px rgba(5,73,152,0.6);
}
.top05Txt{
	text-align: center;
	margin-bottom: 85px;
}
.top05Flex{
	display: flex;
	justify-content: flex-start;
	column-gap: 15px;
	flex-wrap: wrap;
}
.top05Box{
	width: 390px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 16px 16px 24px rgba(109,117,132,0.3);
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
}
.top05Box:after{
	content: "";
	background: url("../img/arrow_r_3.svg") no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	right: 12px;
	bottom: 14px;
}

.top05Box.pE-none:after{
	background: none;
}

.top05Box{
	display: block;
}
.top05Box a:hover{
	filter: brightness(1.2);
}
.top05TxtW{
	padding: 18px 24px 56px;
}
.top05Ttl2{
	color: #0253D4;
	margin-bottom: 8px;
}
#topSec06{
    position: relative;
    z-index: 1;
}

.topSec06W{
	padding: 190px 0 150px;
	position: relative;
	z-index: 1;
	color: #fff;
}
.top06TtlW{
	margin-bottom: 80px;
	position: relative;
}
.top06TtlW:before{
	content: "";
	background: url("../img/sec05_obj_01.svg") no-repeat;
	background-size: contain;
	width: 259px;
	height: 82px;
	display: block;
	position: absolute;
	left: 0;
	top: 50px;
}
.top06TtlW:after{
	content: "";
	background: url("../img/sec05_obj_02.svg") no-repeat;
	background-size: contain;
	width: 325px;
	height: 92px;
	display: block;
	position: absolute;
	right: -30px;
	top: 30px;
}

.top06Ttl{
	text-shadow: 0 3px 40px rgba(5,73,152,0.6);
}
.top06Lists{
	margin-bottom: 90px;
}
.top06Lists .slick-list {
    overflow: visible;
}
.top06List{
	width: 478px;
	display: inline-block;
	margin-right: 26px;
	text-align: center;
}
.top06List a:hover{
	filter: brightness(1.2);
}
.top06Img{
	margin-bottom: 16px;
}

.top06Img img{
  width: 350px;
  height: 350px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ccc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  margin:0 auto 20px;
}

.top06Txt{
	font-size: 2.8rem;
	font-weight: bold;
	text-decoration: underline;
	
}


.top06Txt a:link,.top06Txt a:visited{
	color: #fff;
}

.top06Txt a:hover{
	text-decoration: none;
}

.topBg3 {
	position: relative;
	background: url(../img/inner/bg_02.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}

#topSec07{
	position: relative;
	overflow: hidden;
}
.topSec07W{
	padding: 190px 0 30px;
	position: relative;
	z-index: 1;
}
.top07Lists{
	position: relative;
	transform: translateX(-305px);
	height: 628px;
}
.top07Lists .slick-list {
    overflow: visible;
}
.top07List{
	width: 216px;
	margin-right: 24px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 16px 16px 24px rgba(109,117,132,0.3);
	transition: 0.3s;
	transform: scale(1);
	transform-origin: top;
}
.top07List.slick-center {
	transform: scale(1.94);
	z-index: 100;
	position: relative;
}
.current-slide-number{
	color: #0253D4;
	letter-spacing: -0.1em;
	display: inline-block;
	text-align: center;
	width: 410px;
	position: relative;
	left: 88px;
	padding-top: 20px;
}
.current-slide-number__index{
	font-size: 7rem;
}
.current-slide-number__separator{
	font-size: 7rem;
	font-family: "M PLUS 1p", serif;
}
.current-slide-number__total{
	font-size: 3rem;
}
.top07TxtW{
	position: absolute;
	display: block;
	z-index: 10;
	top: 562px;
	left: 50%;
	transform: translateX(-23px);
}
.top07Ttl{
	color: #0253D4;
	display: inline-block;
	border-bottom: 12px solid #0253D4;
	margin-bottom: 30px;
}
.top07Txt{
	margin-bottom: 60px;
}

#topSec08{
	position: relative;
	overflow: hidden;
}
.topSec08W{
	padding: 190px 0 100px;
	position: relative;
	z-index: 1;
}
.topSec08W:before{
	content: "";
	background: url("../img/sec08_obj_01.svg") no-repeat;
	background-size: contain;
	width: 223px;
	height: 299px;
	display: block;
	position: absolute;
	right: -223px;
	top: 674px;
}
.top08Ttl1{
	margin-bottom: 60px;
}
.top08Copy{
	margin-bottom: 55px;
}
.top08Txt1{
	margin-bottom: 65px;
}
.top08Flex{
	display: flex;
	justify-content: space-between;
}
.top08Box{
	width: 550px;
}
.top08Mov{
	border-radius: 16px;
	border: 1px solid #000;
	margin-bottom: 30px;
	overflow: hidden;
}
.top08Ttl2{
	margin-bottom: 35px;
}
#topSec09{
	position: relative;
	overflow: hidden;
}
.topSec09W{
	padding: 190px 0 100px;
	position: relative;
	z-index: 1;
	color: #fff;
}
.topSec09W:before{
	content: "";
	background: url("../img/sec09_obj_01.svg") no-repeat;
	background-size: contain;
	width: 171px;
	height: 179px;
	display: block;
	position: absolute;
	right: -130px;
	top: 304px;
}
.top09Ttl1{
	text-shadow: 0 3px 40px rgba(5,73,152,0.6);
	margin-bottom: 60px;
}
.top09Copy{
	margin-bottom: 55px;
}
.top09Flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.top09Flex.last{
	margin-bottom: 110px;
}
.top09Img{
	width: 555px;
	border-radius: 40px;
	overflow: hidden;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.top09Img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top09TxtW{
	width: 570px;
}
.top09No{
	font-size: 8rem;
	letter-spacing: 0.04em;
	color: #2BDEFF;
	margin-bottom: 10px;
}
.top09Ttl2{
	margin-bottom: 25px;
}
#topSec10{
	position: relative;
}
.topSec10W{
	padding: 190px 0 180px;
	position: relative;
	z-index: 1;
}
.topSec10W:before{
	content: "";
	background: url("../img/sec10_img_01@2x.png") no-repeat;
	background-size: contain;
	width: 356px;
	height: 782px;
	display: block;
	position: absolute;
	left: -390px;
	top: 136px;
}
.topSec10W:after{
	content: "";
	background: url("../img/sec10_img_02@2x.png") no-repeat;
	background-size: contain;
	width: 495px;
	height: 723px;
	display: block;
	position: absolute;
	right: -248px;
	top: 166px;
}
.top10TxtW{
	width: 970px;
	margin-left: 20px;
}
.top10Ttl1{
	margin-bottom: 60px;
}
.top10Copy{
	margin-bottom: 60px;
}
.top10Txt1{
	margin-bottom: 80px;
	width: 850px;
}
.top10Mov{
	width: 560px;
	margin: 0 auto 80px;
	
	position: relative;
}


.top10Mov iframe{
	border-radius: 16px;
	border-radius: 16px;
	border: 1px solid #000;
}
.top10Mov:before{
	content: "";
	background: url("../img/sec10_img_03@2x.png") no-repeat;
	background-size: contain;
	width: 245px;
	height: 411px;
	display: block;
	position: absolute;
	left: -359px;
	top: 128px;
}
.top10Mov:after{
	content: "";
	background: url("../img/sec10_img_04@2x.png") no-repeat;
	background-size: contain;
	width: 202px;
	height: 400px;
	display: block;
	position: absolute;
	right: -361px;
	top: 69px;
}

#secCta{
	position: relative;
	padding-bottom: 160px;
}
.secCtaW{
	position: relative;
	z-index: 1;
	padding: 100px 0;
	color: #fff;
	text-align: center;
}
.secCtaW:before{
	content: "";
    background: #F47100;
	display: block;
	position: absolute;
	width: 95vw;
	min-width: 1240px;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	border-radius: 40px;
	border: 1px solid #000;
}
.ctaW1{
	margin-bottom: 90px;
	text-align: center;
	position: relative;
}
.ctaTtlW{
	display: inline-block;
	position: relative;
	padding-left: 196px;
	text-align: left;
}
.ctaTtlW:before{
	content: "";
	background: url("../img/icon_mail_2.svg") no-repeat;
	background-size: contain;
	width: 160px;
	height: 160px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.ctaTtl1{
	line-height: 9.6rem;
	margin-bottom: 30px;
}
.ctaTxt1{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.ctaW2{
	display: flex;
	justify-content: space-between;
}
.ctaTelW{
	background: #fff;
	border-radius: 24px;
	box-shadow: 16px 16px 24px rgba(214,102,7,0.7);
	color: #000;
	padding: 45px 40px;
	box-sizing: border-box;
	width: 540px;
	position: relative;
	border: 1px solid #373B51;
}
.ctaBtnW{
	background: #fff;
	border-radius: 24px;
	box-shadow: 16px 16px 24px rgba(214,102,7,0.7);
	color: #000;
	padding: 45px 40px;
	box-sizing: border-box;
	width: 540px;
	position: relative;
	border: 1px solid #373B51;
}
.ctaTel{
	font-size: 6.4rem;
	line-height: 7rem;
	letter-spacing: 0em;
	position: relative;
	display: block;
	color: #0082CD !important;
	box-sizing: border-box;
	font-weight: 700;
}
.ctaTtl2{
	font-size: 3.2rem;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding-left: 50px;
}
.ctaTtl2.telTtl{
	margin-bottom: 20px;
}
.ctaTtl2.mailTtl{
	margin-bottom: 24px;
}
.ctaTtl2.telTtl:before{
	content: "";
	background: url("../img/icon_tel.svg") no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	left: 0;
}
.ctaTtl2.mailTtl:before{
	content: "";
	background: url("../img/icon_mail_3.svg") no-repeat;
	background-size: contain;
	width: 38px;
	height: 31px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}
.ctaTel.tel{
	margin-bottom: 10px;
}
.ctaTxt2{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}
.ctaBtnW{
	width: 609px;
}
.ctaBtnW .mail{
	margin-bottom: 20px;
}

.commonBtn02.mail span:before{
	content: "";
	background: url("../img/icon_mail.svg") no-repeat;
	background-size: contain;
	width: 28px;
	height: 21px;
	display: block;
	position: absolute;
	left: -45px;
	top: 40px;
}
.commonBtn03.book span:before{
	content: "";
	background: url("../img/icon_book.svg") no-repeat;
	background-size: contain;
	width: 25px;
	height: 28px;
	display: block;
	position: absolute;
	left: -45px;
	top: 35px;
}

/*中面共通*/

.inBg1{
	position: relative;
	background: url("../img/inner/bg_01.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	color: #fff;
}
.inBg2 {
	position: relative;
	background: url("../img/inner/bg_02.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}
.inBg3 {
	position: relative;
	background: url("../img/inner/bg_03.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	color: #fff;
}
#inMvWrap {
	position: relative;
	padding-top: 120px;
}

#inMv{
	box-sizing: border-box;
	position: relative;
	color: #fff;
}
.inMvTtlW{
	width: 1200px;
	margin: 0 auto 0px;
	position: relative;
	padding-bottom: 50px;
}
.inMvTtl{
	font-size: 12rem;
	text-shadow: 0 3px 40px rgba(5,73,152,0.6);
}
.inMvTtlS{
	font-size: 3.2rem;
}
.inMvImg{
	width: 97vw;
	min-width: 1200px;
	margin: 0 auto;
	height: 620px;
	border-radius: 40px;
	border: 1px solid #fff;
	overflow: hidden;
}
.inMvImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inMvBread{
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 10px;
	text-align: right;
	font-size: 1.6rem;
	font-weight: bold;
}
.bread1{
	display: inline-block;
	position: relative;
	text-decoration: underline !important;
	color: #fff !important;
}
.bread1:after{
	content: ">";
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.bread2{
	display: inline-block;
}
.inCta01{
	padding-top: 100px;
}


/*会社概要　company.php*/

.comMv:after{
	content: "";
	background: url("../img/company/in_mv_obj_01.svg") no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	width: 361px;
	height: 130px;
	top: 80px;
	left: 50%;
	transform: translateX(77px);
}

#comSec01{
	position: relative;
}
.comSec01W{
	color: #fff;
	position: relative;
	padding: 130px 0 0;
}
.com01Ttl1{
	margin-bottom: 60px;
}
.com01W{
	position: relative;
	box-sizing: border-box;
	padding: 135px 0;
}
.com01W:before{
	content: "";
	background: url("../img/company/com01_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	width: 97vw;
	min-width: 1200px;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 40px;
	border: 1px solid #fff;
}
.com01Box{
	position: relative;
	background: rgba(255,255,255,0.8);
	border-radius: 40px;
	width: 1056px;
	margin: 0 auto;
	color: #0253D4;
	padding: 88px;
	box-sizing: border-box;
}
.com01Ttl2{
	margin-bottom: 42px;
}
.com01Copy{
	text-align: center;
	margin-bottom: 30px;
}
#comSec02{
	position: relative;
}
.comSec02W{
	color: #fff;
	position: relative;
	padding: 145px 0 0;
	width: 1056px;
}
.comSec02W:before{
	content: "";
	background: url("../img/company/com02_obj_01.svg") no-repeat;
	background-size: contain;
	width: 147px;
	height: 223px;
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-697px);
	top: 275px;
}

.com02Ttl1{
	margin-bottom: 60px;
}
.com02ImgW{
	background: url("../img/company/com02_img@2x.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	width: 100%;
	height: 453px;
	border-radius: 40px;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 286px 0 0 60px;
	margin-bottom: 60px;
}
.com02Shol{
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.com02Name{
	font-weight: 900;
	font-size: 6.4rem;
	letter-spacing: 0.04em;
}

#comSec03{
	position: relative;
}
.comSec03W{
	color: #fff;
	position: relative;
	padding: 120px 0 250px;
	width: 1056px;
	text-align: center;
}
.com03Ttl1{
	margin-bottom: 30px;
}
.com03Ttl1 span{
	border-bottom: 6px solid #fff;
}
.com03Copy2{
	margin-bottom: 140px;
}
.com03W{
	background: #50B6FF;
	border-radius: 40px;
	border: 1px solid #fff;
	padding: 60px;
	text-align: center;
}
.com03TtlS{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}
.com03Ttl3{
	margin-bottom: 30px;
}
.com03Flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.com03Item{
	width: 221px;
}
.com03Img{
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 7px;
}
.com03Vol{
	color: #fff !important;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

#comSec04{
	position: relative;
}
.comSec04W{
	position: relative;
	padding: 72px 0 110px;
	width: 1056px;
	text-align: center;
}
.com04Ttl{
	margin-bottom: 90px;
}
.com04Ttl span{
	border-bottom: 6px solid #0253D4;
}
.com04Flex{
	display: flex;
	justify-content: space-between;
}
.com04Item{
	width: 322px;
}
.com04Img{
	margin-bottom: 20px;
}
.com04Txt{
	font-size: 2rem;
	font-weight: 900;
}

#comSec05{
	position: relative;
}
.comSec05W{
	position: relative;
	padding: 120px 0 150px;
	width: 1056px;
	text-align: center;
	color: #fff;
}
.com05Ttl1{
	margin-bottom: 90px;
}
.com05Flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.com05Item{
	width: 344px;
	border-radius: 40px;
	background: #50B6FF;
	border: 1px solid #fff;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 16px;
}
.com05Img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 264px;
	margin-bottom: 20px;
}
.com05Img img{
	max-height: 264px;
	height: auto;
	max-width: 100%;
	width: auto;
	border: 1px solid #000;
	border-radius: 24px;
}
.com05Ttl2{
	font-size: 2rem;
	letter-spacing: 0.04em;
	font-weight: 900;
	margin-bottom: 10px;
}
.com05Txt{
	font-weight: bold;
}

.comBtnW{
	display: flex;
	justify-content: space-between;
	padding: 135px 0 0;
}
.comBtn{
	width: 390px;
	display: inline-block;
	position: relative;
	font-size: 3.2rem;
	font-weight: 900;
	color: #fff !important;
	border-radius: 30px;
	background: #F49600;
	border: 1px solid #000;
	line-height: 186px;
	box-sizing: border-box;
	padding: 0 0 0 130px;
	overflow: hidden;
}
.comBtn:before{
	content: "";
	background: rgba(255,255,255,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	transition: 0.3s;
}
.comBtn:hover:before{
	left: 0;
}
.comBtnTxt:before{
	content: "";
	width: 88px;
	height: 88px;
	display: block;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.comBtn1 .comBtnTxt:before{
	background: url("../img/company/icon_company.svg") no-repeat;
	background-size: contain;
}
.comBtn2 .comBtnTxt:before{
	background: url("../img/company/icon_qualified.svg") no-repeat;
	background-size: contain;
}
.comBtn3 .comBtnTxt:before{
	background: url("../img/company/icon_access.svg") no-repeat;
	background-size: contain;
}
.comBtn .comBtnTxt:after{
	content: "";
	background: url("../img/company/arrow_b_1.svg") no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}

#comSec06{
	position: relative;
}
.comSec06W{
	position: relative;
	padding: 135px 0 0;
	width: 1056px;
	color: #fff;
}
.com06Ttl1W{
	position: relative;
	margin-bottom: 75px;
}
.com06Ttl1W:before{
	background: url("../img/company/icon_ttl_company.svg") no-repeat;
	background-size: contain;
}
.com06W{
	border-radius: 40px;
	border: 1px solid #fff;
	overflow: hidden;
}
.com06Dl1{
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 3.4rem;
}
.com06Dl1:last-child .com06Dt1{
	border-bottom: none;
}
.com06Dl1:last-child .com06Dd1{
	border-bottom: none;
}
.com06Dt1{
	box-sizing: border-box;
	width: 220px;
	border-bottom: 1px solid #fff;
	background: #0253D4;
	color: #fff;
	padding: 13px 0 13px 37px;
}
.com06Dd1{
	box-sizing: border-box;
	width: 836px;
	border-bottom: 1px solid #0253D4;
	background: #E6E6E6;
	color: #222;
	padding: 13px 0 13px 48px;
}

.com06Dl2{
	position: relative;
}
.com06Dt2{
	display: inline-block;
	width: 220px;
}
.com06Dd2{
	display: inline-block;
}

#comSec07{
	position: relative;
}
.comSec07W{
	position: relative;
	padding: 135px 0 230px;
	width: 1056px;
	color: #fff;
}
.com07Ttl1W{
	position: relative;
	margin-bottom: 75px;
}
.com07Ttl1W:before{
	background: url("../img/company/icon_ttl_qualified.svg") no-repeat;
	background-size: contain;
}
.com07W{
	border-radius: 40px;
	border: 1px solid #0082CD;
	overflow: hidden;
	background: #E6E6E6;
	padding: 55px 50px;
	box-sizing: border-box;
}
.com07Flex{
	display: flex;
	justify-content: space-between;
}
.com07Item{
	width: 465px;
}
.com07Dl{
	color: #0253D4;
	font-size: 1.6rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #0253D4;
}
.com07Dt{
	padding: 10px 0 10px 15px;
	display: inline-block;
}
.com07Dd{
	text-align: right;
	padding: 10px 20px 10px 0;
	display: inline-block;
}

#comSec08{
	position: relative;
}
.comSec08W{
	position: relative;
	padding: 150px 0 160px;
	text-align: center;
}
.com08Ttl1W{
	display: inline-block;
	position: relative;
	margin-bottom: 75px;
}
.com08Ttl1W:before{
	background: url("../img/company/icon_ttl_access.svg") no-repeat;
	background-size: contain;
}
.com08Ttl1{
	border-bottom: 12px solid #0253D4;
}
.com08Txt{
	margin-bottom: 35px;
}
.com08Map{
	width: 95vw;
	margin: 0 auto;
	min-width: 1200px;
	border: 1px solid #0253D4;
	border-radius: 40px;
	overflow: hidden;
}
.com08Map iframe{
	width: 100%;
	height: 583px;
	vertical-align: bottom;
}

/*コンクリート補修　works.php*/

.worMv:after{
	content: "";
	background: url("../img/works/in_mv_obj_02.svg") no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	width: 124px;
	height: 63px;
	top: 80px;
	left: 50%;
	transform: translateX(696px);
}
.worMv .inMvTtl{
	font-size: 9.6rem;
}

#worSec01{
	position: relative;
}
.worSec01W{
	color: #fff;
	position: relative;
	padding: 104px 0 0;
	width: 1056px;
}
.worSec01W:before{
	content: "";
	background: url("../img/works/wor01_asset_01@2x.png") no-repeat;
	background-size: contain;
	width: 284px;
	height: 396px;
	display: block;
	position: absolute;
	top: 178px;
	left: 50%;
	transform: translateX(-881px);
}
.worSec01W:after{
	content: "";
	background: url("../img/works/wor01_asset_02@2x.png") no-repeat;
	background-size: contain;
	width: 452px;
	height: 575px;
	display: block;
	position: absolute;
	top: 141px;
	left: 50%;
	transform: translateX(508px);
}
.wor01W{
	position: relative;
}
.wor01Copy{
	margin-bottom: 45px;
}

#worSec02{
	position: relative;
}
.worSec02W{
	color: #fff;
	position: relative;
	padding: 140px 0 0;
}
.wor02W{
	position: relative;
	box-sizing: border-box;
	padding: 135px 0;
	z-index: 1;
}
.wor02W:before{
	content: "";
	background: url("../img/works/wor02_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	width: 97vw;
	min-width: 1200px;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 40px;
	border: 1px solid #fff;
}

.worBg1{
	margin-top: -190px; 
}
#worSec03{
	position: relative;
}
.worSec03W{
	color: #fff;
	position: relative;
	padding: 380px 0 210px;
}
.wor03Ttl1{
	margin-bottom: 140px;
}
.wor03W1{
	position: relative;
}
.wor03No{
	position: absolute;
	color: #2BDEFF;
	font-size: 8rem;
	letter-spacing: 0.04em;
}
.wor03W1 .wor03No{
	right: 0;
}
.wor03W2 .wor03No{
	left: 0;
	top: -270px;
}
.wor03Img{
	position: absolute;
	width: 550px;
	height: 550px;
	border-radius: 40px;
	overflow: hidden;
	border: 1px solid #fff;
	z-index: 1;
}
.wor03W1 .wor03Img{
	right: 0;
	top: 130px;
}
.wor03W2 .wor03Img{
	left: 0;
	top: -136px;
}
.wor03TxtW{
	background: #50B6FF;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 40px;
}
.wor03W1 .wor03TxtW{
	width: 748px;
	padding: 64px 148px 64px 120px;
	margin-bottom: 308px;
}
.wor03W2 .wor03TxtW{
	margin: 0 0 190px auto;
	width: 693px;
	padding: 64px 72px 64px 120px;
}


.wor03W2{
	position: relative;
}

.wor03Ttl2{
	margin-bottom: 35px;
}
.wor03Lists1{
	
}
.wor03List1{
	font-size: 2rem;
	line-height: 2.6rem;
	letter-spacing: 0.04em;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	font-weight: 900;
}
.wor03List1:before{
	content: "";
	background: #0082CD;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	border-radius: 50%;
}

.wor03W3{
	position: relative;
	text-align: center;
	padding-top: 140px;
}
.wor03W3:before{
	content: "";
	background: url("../img/works/arrow_b_2.svg") no-repeat;
	background-size: contain;
	width: 279px;
	height: 38px;
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.wor03W3:after{
	content: "";
	background: url("../img/works/wor03_obj_03.svg") no-repeat;
	background-size: contain;
	width: 1376px;
	height: 454px;
	display: block;
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-711px);
}
.wor03Lists2{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.wor03List2{
	text-align: left;
	position: relative;
	padding-left: 100px;
	font-size: 7.2rem;
}
.wor03List2:before{
	content: "";
	background: url("../img/works/icon_list.svg") no-repeat;
	background-size: contain;
	width: 84px;
	height: 88px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#worSec04{
	position: relative;
}
.worSec04W{
	position: relative;
	padding: 140px 0 210px;
}
.wor04Ttl1 span{
	border-bottom: 12px solid #0253D4;
}
.wor04Ttl1{
	margin-bottom: 105px;
}
.wor04W{
	background: #fff;
	border-radius: 40px;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 40px 70px;
	margin-bottom:60px;
}

.wor04W:last-of-type{
	margin-bottom:0px;
}

.wor04Ttl2{
	font-size: 4rem;
	line-height: 8rem;
	font-weight: 900;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	top: -14px;
	margin-bottom: 15px;
}
.wor04No{
	font-size: 8rem;
	margin-right: 45px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	top: 14px;
}
.wor04Flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.wor04Img{
	width: 550px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #000;
}
.wor04TxtW{
	width: 450px;
	display: flex;
	align-items: center;
}
.wor04Area{
	font-size: 3.2rem;
	font-weight: 900;
	letter-spacing: 0.025;
	margin-bottom: 23px;
}
.wor04Lists{
	
}
.wor04List{
	position: relative;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 2.6rem;
	padding-left: 20px;
}
.wor04List:before{
	content: "";
	background: #CACACA;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
}
.wor04Box{
	background: #E6E6E6;
	border-radius: 16px;
	padding: 60px;
	box-sizing: border-box;
}
.wor04Img2{
	width: 359px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #000;
}
.wor04TxtW2{
	width: 535px;
}

/*採用情報*/

.recMv{
	color: #0253D4 !important;
}
.recMv:after{
	content: "";
	background: url("../img/company/in_mv_obj_01.svg") no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	width: 361px;
	height: 130px;
	top: 80px;
	left: 50%;
	transform: translateX(77px);
}
.recMv .inMvTtl{
	text-shadow: none;
}
.recMv .bread1{
	color: #0253D4 !important;
}

#recSec01{
	position: relative;
}
.recSec01W{
	position: relative;
	padding: 133px 0 102px;
	width: 1056px;
}
.rec01W{
	position: relative;
	text-align: center;
}
.rec01Slides{
	margin-bottom: 26px;
	width: 100%;
}
.rec01Slide{
	width: 420px;
	margin-right: 9px;
	border-radius: 16px;
	border: 2px solid #222;
	overflow: hidden;
}
.rec01Asset01{
	position: absolute;
	top: 170px;
	left: 50%;
	transform: translateX(-789px);
}
.rec01Asset02{
	position: absolute;
	top: -69px;
	left: 50%;
	transform: translateX(561px);
}
#recSec02{
	position: relative;
}
.recSec02W{
	position: relative;
}
.rec02W{
	position: relative;
	box-sizing: border-box;
	padding: 135px 0;
	z-index: 1;
}
.rec02W:before{
	content: "";
	background: url("../img/recruit/sec02_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	width: 97vw;
	min-width: 1200px;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 40px;
	border: 1px solid #fff;
}
.rec02Ttl1{
	margin-bottom: 74px;
	line-height: 7rem;
	font-weight: bold;
}
.rec021Txt{
	margin-bottom: 43px;
}
.rec02MovTtl{
	text-align: center;
	font-size: 3.2rem;
	letter-spacing: 0.04em;
	font-weight: 900;
	margin-bottom: 28px;
}
.rec02MovTtl span{
	display: inline-block;
	position: relative;
}
.rec02MovTtl span:before{
	content: "";
	background: #0253D4;
	height: 55px;
	width: 3px;
	display: block;
	position: absolute;
	left: -30px;
	top: 0;
	transform: rotate(-35deg);
}
.rec02MovTtl span:after{
	content: "";
	background: #0253D4;
	height: 55px;
	width: 3px;
	display: block;
	position: absolute;
	right: -30px;
	top: 0;
	transform: rotate(35deg);
}
.rec02Mov{
	width: 800px;
	margin: 0 auto;
	border-radius: 16px;
	border: 2px solid #222;
	overflow: hidden;
}
.rec02Mov iframe{
	width: 100%;
	vertical-align: bottom;
	aspect-ratio: 16 / 9;
}
.recBg1{
	margin-top: -158px;
}
#recSec03{
	position: relative;
	overflow: hidden;
}
.recSec03W{
	position: relative;
	padding: 380px 0 250px;
	color: #fff;
}
.rec03Ttl{
	margin-bottom: 130px;
}
.rec03W{
	margin-bottom: 95px;
}
.rec03ImgW{
	width: 1056px;
	margin: 0 auto;
	position: relative;
}
.rec03Img{
	width: 269px;
	height: 269px;
	border-radius: 50%;
	border: 2px solid #fff;
	overflow: hidden;
}
.rec03Bal{
	background: url("../img/recruit/sec03_bal.png") no-repeat;
	background-size: contain;
	width: 802px;
	height: 273px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #0253D4;
	box-sizing: border-box;
	padding: 35px 80px 35px 115px;
	font-weight: 900;
}
.rec03Shol{
	color: #fff;
	background: #0253D4;
	font-size: 2rem;
	line-height: 4.5rem;
	border-radius: 23px;
	padding: 0 33px;
	display: inline-block;
	margin-bottom: 15px;
}
.rec03Txt1 {
	font-size: 5.5rem;
	line-height: 7rem;
}
.rec03Txt1 span{
	color: #F49600;
}
.rec03Txt2{
	font-size: 4rem;
}
.rec03Txt2 span{
	color: #F49600;
}
.rec03TxtW{
	background: #50B6FF;
	border-radius: 40px;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 96px 127px;
	margin-top: -24px;
}
.rec03Txt3{
	font-weight: 900;
}
.rec03Asset01{
	position: absolute;
	top: 192px;
	left: 50%;
	transform: translateX(-876px);
}
.rec03Asset02{
	position: absolute;
	top: 1429px;
	left: 50%;
	transform: translateX(706px);
}
.rec03Asset03{
	position: absolute;
	top: 3175px;
	left: 50%;
	transform: translateX(-857px);
}
.rec03Asset04{
	position: absolute;
	top: 4901px;
	left: 50%;
	transform: translateX(697px);
}
.rec03Asset05{
	position: absolute;
	top: 6489px;
	left: 50%;
	transform: translateX(-828px);
}
.rec03Asset06{
	position: absolute;
	bottom: 265px;
	left: 50%;
	transform: translateX(753px);
}

#recSec04{
	position: relative;
}
.recSec04W{
	position: relative;
	padding: 115px 0 0;
}
.rec04Ttl{
	position: absolute;
	width: 814px;
	display: block;
	top: -266px;
	left: 50%;
	transform: translateX(-300px);
}
.rec04Cont1{
	position: relative;
	z-index: 1;
	width: 1264px;
	left: 50%;
	transform: translateX(-660px);
}
.rec04Cont2{
	position: relative;
	z-index: 2;
	width: 1275px;
	left: 50%;
	transform: translateX(-538px);
	margin-top: -138px;
}
.rec04Cont3{
	position: relative;
	z-index: 3;
	width: 1288px;
	left: 50%;
	transform: translateX(-722px);
	margin-top: -130px;
}
.rec04Cont4{
	position: relative;
	z-index: 4;
	width: 1252px;
	left: 50%;
	transform: translateX(-486px);
	margin-top: -194px;
}

.recBg2{
	margin-top: -220px;
}
#recSec05{
	position: relative;
}
.recSec05W{
	position: relative;
	padding: 317px 0 150px;
	color: #fff;
}
.rec05Ttl{
	text-align: center;
	margin-bottom: 40px;
	color: #fff;
		text-shadow: 0 3px 40px rgba(5,73,152,0.6);
}
.rec05Txt{
	color: #fff;
	margin-bottom: 80px;
}
.rec05MovW{
	background: rgba(2,83,212,0.8);
	border-radius: 40px;
	border: 1px solid #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 80px 200px;
}

.rec05Mov{
	width: 800px;
	display: inline-block;
	border-radius: 24px;
}
#recSec06{
	position: relative;
}
.recSec06W{
	position: relative;
	padding: 0 0 220px;
	color: #fff;
}
.rec06TtlW{
	margin-bottom: 72px;
}
.rec06TtlW.youtube .rec06Ttl1{
	position: relative;
	left: -37px;
}
.rec06TtlW.youtube:before{
	background: url("../img/icon_you_1.svg") no-repeat;
	background-size: contain;
}
.rec06Ttl1 small{
	font-size: 5.6rem;
}
.rec06Flex1{
	display: flex;
	justify-content: space-between;
	margin-bottom: 85px;
}
.rec06Mov{
	flex: 0 0 390px;
    width: 390px;
    position: relative;
    aspect-ratio: 16 / 9;
}

.rec06Mov iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid #000;
}

.rec06BtnW{
	margin-bottom: 180px;
}
.rec06Flex2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 58px;
}
.rec06Img{
	width: 586px;
	border-radius: 16px;
	border: 2px solid #222;
	overflow: hidden;
}
.rec06Ttl2{
	margin-bottom: 36px;
}


#recSec07{
	position: relative;
}
.recSec07W{
	position: relative;
	padding: 170px 0 170px;
	text-align: center;
}
.rec07TtlW{
	display: inline-block;
	text-align: left;
	margin-bottom: 88px;
}
.rec07TtlW.glow .rec07Ttl1{
	position: relative;
}
.rec07TtlW.glow:before{
	background: url("../img/recruit/icon_sec07.svg") no-repeat;
	background-size: contain;
}
.rec07Flex{
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.rec07TxtW{
	width: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rec07Txt{
	font-size: 3.2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 6.4rem;
}
.rec07Txt span{
	color: #F49600;
}
.rec07Img{
	width: 622px;
	border-radius: 40px;
	border: 2px solid #0253D4;
	overflow: hidden;
}

#recSec08{
	position: relative;
}
.recSec08W{
	position: relative;
	padding: 0 0 140px;
}
.rec08Ttl{
	margin-bottom: 110px;
}
.rec08Flex{
	display: flex;
	justify-content: flex-start;
	column-gap: 36px;
	flex-wrap: wrap;
}
.rec08Item{
	width: 210px;
	margin-bottom: 33px;
}
#recSec09{
	position: relative;
}
.recSec09W{
	position: relative;
}
.rec09Ttl1{
	margin-bottom: 80px;
}
.rec09Flex1{
	display: flex;
	justify-content: space-between;
	margin-bottom: 75px;
}
.rec09Item{
	width: 344px;
	background: #fff;
	border-radius: 32px;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 48px 32px 44px;
	box-sizing: border-box;
	border: 1px solid #0253D4;
}
.rec09NoW{
	position: absolute;
	width: 136px;
	height: 136px;
	background: #0253D4;
	clip-path: polygon(0 0, 100% 0%, 0% 100%);
	top: 0;
	left: 0;
	display: block;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 50px 0 0;
}
.rec09Point{
	font-size: 1.2rem;
}
.rec09No{
	font-size: 2.4rem;
}
.rec09Icon{
	margin-bottom: 42px;
}
.rec09Ttl2W {
	height: 6.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
}
.rec09Ttl2{
	display: inline-block;
	font-weight: 900;
	font-size: 2.4rem;
}
.rec09Ttl2 span{
	color: #F49600;
}
.rec09Txt{
	text-align: left;
}
.rec09Cau{
	text-align: left;
	margin-top: 45px;
	font-size: 1.2rem;
	font-weight: 500;
}
.rec09W{
	background: #fff;
	border-radius: 32px;
	overflow: hidden;
	position: relative;
	border: 1px solid #0253D4;
	padding: 64px 74px;
	box-sizing: border-box;
	margin-bottom: 188px;
}
.rec09Ttl3{
	margin-bottom: 45px;
}
.rec09Flex2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}
.rec09Circle{
	width: 137px;
	height: 137px;
	box-sizing: border-box;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background: #0086F8;
	border: 1px solid #222;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.2rem;
	font-weight: 900;
}
.rec09Txt2{
	width: 875px;
}
.rec09LineW{
	position: relative;
	color: #fff;
	text-align: center;
	padding: 72px 0 87px;
	z-index: 1;
}
.rec09LineW:before{
	content: "";
	background: #6FB400;
	position: absolute;
	width: 97vw;
	min-width: 1200px;
	height: 100%;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 48px;
	border: 1px solid #222;
}
.rec09LineTtl{
	position: relative;
	font-size: 6.4rem;
	line-height: 8.8rem;
	font-weight: 900;
	margin-bottom: 50px;
}

.rec09LineBtnW{
	position: relative;
}
.rec09LineBtn{
	position: relative;
	width: 733px;
	display: inline-block;
	background: #fff;
	border: 1px solid #222;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	line-height: 4rem;
	color: #6FB400 !important;
	font-weight: 900;
	padding: 50px 133px 50px 210px;
	box-sizing: border-box;
	border-radius: 33px;
}
.rec09LineBtn:hover{
	filter: brightness(1.2);
}

.rec09LineBtn:before{
	content: "";
	background: url("../img/recruit/icon_line.svg") no-repeat;
	background-size: contain;
	width: 118px;
	height: 108px;
	position: absolute;
	display: block;
	left: 58px;
	top: 50%;
	transform: translateY(-50%);
}
.rec09LineBtn:after{
	content: "";
	background: url("../img/recruit/arrow_r_line.svg") no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	position: absolute;
	display: block;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.recBg3{
	margin-top: -226px;
	color: #fff;
}
#recSec10{
	position: relative;
}
.recSec10W{
	width: 1056px;
	position: relative;
	padding: 417px 0 0
}
.rec10Ttl1{
	margin-bottom: 180px;
}
.rec10Flex{
	display: flex;
	justify-content: space-between;
}
.rec10Item{
	width: 344px;
	position: relative;
	background: #50B6FF;
	border-radius: 40px;
	text-align: center;
	padding: 48px 32px 40px;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.rec10Item.arrow:after{
	content: "";
	background: url("../img/recruit/arrow_r_pro.svg") no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	width: 186px;
	height: 28px;
	left: 257px;
	top: -43px;
}
.rec10NoW{
	position: absolute;
	width: 114px;
	height: 114px;
	border-radius: 50%;
	border: 1px solid #222;
	padding-top: 25px;
	left: 50%;
	transform: translateX(-50%);
	top: -92px;
	box-sizing: border-box;
}
.rec10NoW.no1{
	background: #2BBEFF;
}
.rec10NoW.no2{
	background: #0086F8;
}
.rec10NoW.no3{
	background: #0253D4;
}
.rec10Step{
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.rec10No{
	font-size: 4rem;
	line-height: 4.5rem;
}
.rec10Ttl2{
	font-size: 3.2rem;
	margin-bottom: 24px;
}
.rec10Icon{
	margin-bottom: 32px;
}
.rec10Txt{
	text-align: left;
}

#recSec11{
	position: relative;
}
.recSec11W{
	width: 1056px;
	position: relative;
	padding: 150px 0 0
}
.rec11Ttl1{
	margin-bottom: 88px;
}
.rec11BtnW{
	width: 960px;
	margin: 0 auto 52px;
	display: flex;
	justify-content: space-between;
}
.rec11Btn{
	width: 464px;
	height: 94px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	color: #F49600;
	font-size: 3.2rem;
	border-radius: 47px;
	border: 1px solid #222;
    padding-top: 21px;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
}
.rec11Btn.active{
	background: #F49600;
	color: #fff;
}
.rec11Btn.active:after{
	content: "";
	background: url("../img/recruit/bal_b@2x.png") no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	width: 60px;
	height: 24px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -24px;
}
.rec11Btn:hover{
	background: #F49600;
	color: #fff;
}
.rec11Btn small{
	font-size: 1.8rem;
}
.rec11TableW{
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid #0253D4;
	display: none;
}
.rec11TableW.active{
	display: block;
}
.rec11Dl{
	display: flex;
	width: 100%;
}
.rec11Dl dt{
	width: 228px;
	border-bottom: 1px solid #fff;
	color: #fff;
	background: #0253D4;
	font-weight: 500;
	padding: 15px 35px;
}
.rec11Dl:last-child dt{
	border-bottom: none;
}
.rec11Dl dd{
	width: 100%;
	border-bottom: 1px solid #0253D4;
	background: #E6E6E6;
	color: #222;
	padding: 15px 50px;
}
.rec11Dl:last-child dd{
	border-bottom: none;
}

#recSec12{
	position: relative;
}
.recSec12W{
	width: 1056px;
	position: relative;
	padding: 128px 0 190px;
}
.rec12Ttl1{
	margin-bottom: 88px;
}
.contactRec{
	border-radius: 40px;
	border: 1px solid #fff;
	overflow: hidden;
	background: #50B6FF;
	padding: 80px 128px;
	box-sizing: border-box;
}

/*まちづくり事業*/

.devMv:after{
	content: "";
	background: url("../img/com_dev/in_mv_obj.svg") no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	width: 328px;
	height: 97px;
	top: 75px;
	left: 50%;
	transform: translateX(360px);
}


#devSec01{
	position: relative;
}
.devSec01W{
	position: relative;
	padding: 100px 0 70px;
}
.dev01Copy{
	margin-bottom: 30px;
	position: relative;
}
.dev01Copy:after{
	content: "";
	background: url("../img/com_dev/sec01_asset.svg") no-repeat;
	background-size: contain;
	width: 287px;
	height: 299px;
	display: block;
	position: absolute;
	right: 72px;
	top: 0;
}
.dev01Txt1{
	margin-bottom: 84px;
}
.dev01Img{
	border: 2px solid #fff;
	border-radius: 40px;
	overflow: hidden;
}

#devSec02{
	position: relative;
}
.devSec02W{
	position: relative;
	padding: 100px 0 250px;
}
.dev02Ttl1{
	margin-bottom: 117px;
}
.dev02W{
	position: relative;
}
.de02TxtW{
	width: 790px;
	box-sizing: border-box;
	border-radius: 40px;
	padding: 64px 148px 72px 120px;
	border: 1px solid #fff;
	background: #50B6FF;
}
.dev02Ttl2{
	margin-bottom: 70px;
	line-height: 8.8rem;
}
.dev02Ttl2 span{
	display: inline;
}
.dev02Txt{
	box-sizing: border-box;
	padding-right: 50px;
}
.dev02Img{
	border-radius: 40px;
	border: 2px solid #fff;
	width: 550px;
	display: block;
	position: absolute;
	right: 0;
	bottom: -87px;
	overflow: hidden;
}
.dev02Asset01{
	position: absolute;
	left: 50%;
	transform: translateX(-823px);
	top: -42px;
}
.dev02Asset02{
	position: absolute;
	left: 50%;
	transform: translateX(397px);
	top: 312px;
}
#devSec03{
	position: relative;
}
.devSec03W{
	position: relative;
	padding: 140px 0 0px;
	text-align: center;
}
.dev03Ttl1{
	margin-bottom: 110px;
}
.dev03W{
	background: #E6E6E6;
	border-radius: 40px;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 88px 72px;
	color: #0253D4;
	margin-bottom: 160px;
}
.dev03Ttl2{
	margin-bottom: 20px;
}
.dev03Txt1{
	margin-bottom: 50px;
}
.dev03Mov{
	width: 800px;
	display: inline-block;
	margin-bottom: 70px;
}
.dev03Box{
	background: #50B6FF;
	border-radius: 24px;
	box-sizing: border-box;
	padding: 50px 60px;
	margin-bottom: 65px;
	text-align: left;
}
.dev03Ttl3{
	font-weight: 900;
	font-size: 4rem;
	letter-spacing: 0.04em;
	margin-bottom: 40px;
}
.dev03Ttl3S{
	font-size: 2rem;
	margin-left: 40px;
	display: inline-block;
	position: relative;
	top: -5px;
}
.dev03Txt2{
	
}
.dev03Flex{
	display: flex;
	justify-content: space-between;
}
.dev03Item{
	width: 511px;
	border-radius: 24px;
	box-sizing: border-box;
	border: 1px solid #222;
	padding: 20px;
	position: relative;
	background: #fff;
}
.dev03Img1{
	border-radius: 12px;
	overflow: hidden;
}
.dev03Btn{
	line-height: 72px;
	font-size: 1.8rem;
	width: 384px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
}
.dev03Btn:after{
		content: "";
	background: url("../img/com_dev/btn_plus.svg") no-repeat;
		background-size: contain;
}
.dev03ImgW2{
	display: flex;
	justify-content: space-between;
	width: 95vw;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.dev03Img2{
	width: 43.1%;
	border: 2px solid #222;
	border-radius: 16px;
	overflow: hidden;
}
.dev03Img3{
	width: 55.6%;
	border: 2px solid #222;
	border-radius: 16px;
	overflow: hidden;
}
.devBg1{
	margin-top: -170px;
}
#devSec04{
	position: relative;
}
.devSec04W{
	position: relative;
	padding: 320px 0 160px;
}
.dev04Ttl1{
	text-align: center;
	margin-bottom: 70px;
	position: relative;
	font-size: 9rem;
}
.dev04Ttl1:before{
	content: "";
	background: url("../img/com_dev/sec04_asset_01.svg") no-repeat;
	background-size: contain;
	width: 171px;
	height: 111px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-699px);
	top: 70px;
}
.dev04Ttl1:after{
	content: "";
	background: url("../img/com_dev/sec04_asset_02.svg") no-repeat;
	background-size: contain;
	width: 179px;
	height: 112px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(576px);
	top: -20px;
}
.dev04Flex{
	display: flex;
	justify-content: space-between;
}
.dev04TxtW{
	width: 550px;
	padding-top: 60px;
}
.dev04Ttl2{
	margin-bottom: 36px;
}
.dev04Txt{
	
}
.dev04Img{
	width: 600px;
	border-radius: 40px;
	border: 2px solid #0253D4;
	overflow: hidden;
}

/*私たちについて*/

.aboMv:after{
	content: "";
	background: url("../img/about/in_mv_obj.svg") no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	width: 124px;
	height: 63px;
	top: 75px;
	left: 50%;
	transform: translateX(459px);
}

#aboSec01{
	position: relative;
}
.aboSec01W{
	position: relative;
	padding: 150px 0 160px;
	text-align: center;
}
.aboSec01W:before{
	content: "";
	background: url("../img/about/sec01_img_01@2x.png") no-repeat;
	background-size: contain;
	width: 309px;
	height: 387px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-752px);
	top: 187px;
}
.aboSec01W:after{
	content: "";
	background: url("../img/about/sec01_img_02@2x.png") no-repeat;
	background-size: contain;
	width: 257px;
	height: 409px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(465px);
	top: 84px;
}
.abo01Ttl{
	margin-bottom: 55px;
}
.abo01Txt{
	
}
#aboSec02{
	position: relative;
}
.aboSec02W{
	position: relative;
	padding: 170px 0 150px;
}
.abo02Ttl1{
	margin-bottom: 85px;
	text-align: center;
	position: relative;
}
.abo02Ttl1:before{
	content: "";
	background: url("../img/about/sec02_obj.svg") no-repeat;
	background-size: contain;
	width: 349px;
	height: 157px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-719px);
	top: 0;
}

.abo02Flex1{
	display: flex;
	justify-content: space-between;
	margin-bottom: 130px;
}
.abo02TxtW1{
	width: 540px;
	display: flex;
	align-items: center;
}
.abo02Txt1{
}
.abo02Img1{
	width: 602px;
}
.abo02Box{
	padding: 64px 72px;
	background: #50B6FF;
	border-radius: 40px;
	bottom: 1px solid #fff;
	margin-bottom: 70px;
	position: relative;
}
.abo02Box:before{
	content: "";
	background: url("../img/about/sec02_obj_02.svg") no-repeat;
	background-size: contain;
	width: 147px;
	height: 223px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(815px);
	top: 0;
}
.abo02Flex2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 64px;
}
.abo02Img2{
	width: 477px;
	border-radius: 24px;
	border: 2px solid #fff;
	overflow: hidden;
}
.abo02Img2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.abo02TxtW2{
	width: 528px;
}
.abo02Ttl2{
	margin-bottom: 36px;
	text-align: left;
}
.abo02Txt2{
	
}
.abo02W{
	margin-bottom: 64px;
}
.abo02No{
	font-size: 6.4rem;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
	color: #2BDEFF;
}
.abo02Flex3{
	display: flex;
	justify-content: space-between;
}
.abo02TxtW3{
	width: 570px;
}
.abo02Ttl3{
	margin-bottom: 57px;
	text-align: left;
}
.abo02Txt3{

}
.abo02Img3{
	width: 574px;
	border-radius: 40px;
	border: 2px solid #fff;
	overflow: hidden;
}
.abo02Img3 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.abo02TxtW.order1{
	order: 1;
}
.abo02TxtW.order2{
	order: 2;
}

#aboSec03{
	position: relative;
}
.aboSec03W{
	position: relative;
	padding: 138px 0 90px;
	text-align: center;
}
.abo03Ttl1{
	margin-bottom: 75px;
}
.abo03Copy{
	margin-bottom: 67px;
}
.abo03Flex1{
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 55px;
}
.abo03TxtW1{
	width: 597px;
}
.abo03Ttl2{
	margin-bottom: 37px;
}
.abo03Txt1{
	
}
.abo03Img1{
	width: 550px;
}
.abo03Flex2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 58px;
}
.abo03TxtW2{
	width: 570px;
	text-align: left;
}
.abo03No{
	color: #2BDEFF;
	font-size: 6.4rem;
	letter-spacing: 0.04em;
}
.abo03Ttl3{
	margin-bottom: 48px;
	text-align: left;
}
.abo03Txt2{
	
}
.abo03Img2{
	width: 574px;
	border-radius: 40px;
	border: 2px solid #0253D4;
	overflow: hidden;
}
.abo03Flex2 .order1{
	order: 1;
}
.abo03Flex2 .order2{
	order: 2;
}

#aboSec04{
	position: relative;
}
.aboSec04W{
	position: relative;
	padding: 160px 0 160px;
	text-align: center;
}
#aboSec05{
	position: relative;
}
.aboSec05W{
	position: relative;
	padding: 180px 0 180px;
	text-align: center;
}

/*地域貢献*/


.socMv{
	color: #0253D4 !important;
}
.socMv:after{
	content: "";
	background: url("../img/social/in_mv_obj.svg") no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	width: 357px;
	height: 96px;
	top: 75px;
	left: 50%;
	transform: translateX(116px);
}
.socMv .inMvTtl{
	text-shadow: none;
}
.socMv .bread1{
	color: #0253D4 !important;
}
.socMv .inMvImg{
	border: 1px solid #0253D4;
}

#socSec01{
	position: relative;
}
.socSec01W{
	position: relative;
	padding: 120px 0 160px;
}
.soc01Flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}
.soc01Ttl{
	display: inline-block;
}
.soc01Txt{
	width: 518px;
}
.soc01Img{
	border-radius: 24px;
	border: 2px solid #0253D4;
	overflow: hidden;
}

#socSec02{
	position: relative;
}
.socSec02W{
	position: relative;
	padding: 120px 0 40px;
	text-align: center;
}
.soc02Ttl1{
	margin-bottom: 120px;
}
.soc02W{
	margin-bottom: 120px;
}
.soc02Flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.soc02Img{
	width: 588px;
	margin-bottom: 22px;
	border-radius: 24px;
	border: 2px solid #fff;
	overflow: hidden;
}
.soc02Ttl2{
	text-align: center;
	font-size: 4.8rem;
	font-weight: 900;
	margin-bottom: 52px;
}
.soc02No{
	color: #2BDEFF;
	font-size: 6.4rem;
	line-height: 6.4rem;
	margin-right: 32px;
	border-bottom: 6px solid #2BDEFF;
}
.soc02Txt{
	width: 1056px;
	margin: 0 auto 60px;
	text-align: left;
}

/*沿革・歴史*/

.hisMv{
	color: #0253D4 !important;
	padding-bottom: 43px;
}
.hisMv:after{
	content: "";
	background: url("../img/social/in_mv_obj.svg") no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	width: 357px;
	height: 96px;
	top: 75px;
	left: 50%;
	transform: translateX(116px);
}
.hisMv .inMvTtl{
	text-shadow: none;
}
.hisMv .bread1{
	color: #0253D4 !important;
}
.hisMv .inMvImg{
	border: 1px solid #0253D4;
}

#hisSec01{
	position: relative;
}
.hisSec01W{
	position: relative;
	padding: 90px 0;
}
.his01Flex{
	display: flex;
	justify-content: space-between;
}
.hisBtn{
	width: 583px;
	display: inline-block;
	position: relative;
	font-size: 3.2rem;
	font-weight: 900;
	color: #fff !important;
	border-radius: 30px;
	background: #F49600;
	border: 1px solid #000;
	line-height: 186px;
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.hisBtn:before{
	content: "";
	background: rgba(255,255,255,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	transition: 0.3s;
}
.hisBtn:hover:before{
	left: 0;
}
.hisBtnTxt:before{
	content: "";
	width: 88px;
	height: 88px;
	display: block;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.his01Btn1 .comBtnTxt:before{
	background: url("../img/history/icon_01.svg") no-repeat;
	background-size: contain;
}
.his01Btn2 .comBtnTxt:before{
	background: url("../img/history/icon_02.svg") no-repeat;
	background-size: contain;
}
.hisBtn .comBtnTxt:after{
	content: "";
	background: url("../img/company/arrow_b_1.svg") no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
#hisSec02{
	position: relative;
}
.hisSec02W{
	position: relative;
	padding: 145px 0 160px;
}
.his02No{
	font-size: 6.4rem;
	letter-spacing: 0.04em;
	color: #2BDEFF;
}
.his02Flex1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 90px;
}
.his02Ttl01{
	display: inline-block;
	font-size: 10rem;
}
.his02Txt1{
	width: 600px;
}
.his02Img1W{
	text-align: center;
}
.his02Img1{
	width: 410px;
	display: inline-block;
	position: relative;
	margin-bottom: 56px;
}
.his02Img1:before{
	content: "";
	background: url("../img/history/sec02_obj_01.svg") no-repeat;
	background-size: contain;
	width: 349px;
	height: 157px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-670px);
	top: 190px;
}
.his02Img1:after{
	content: "";
	background: url("../img/history/sec02_obj_02.svg") no-repeat;
	background-size: contain;
	width: 328px;
	height: 97px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(346px);
	top: 223px;
}
.his02Flex2{
	display: flex;
	justify-content: space-between;
	width: 752px;
	margin: 0 auto 14px;
}
.his02TxtW1{
	width: 431px;
}
.his02Name1{
	font-size: 6.4rem;
	color: #2BDEFF;
	line-height: 6.4rem;
	margin-bottom: 15px;
}
.his02Name2{
	font-size: 8rem;
	line-height: 10rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	border-bottom: 6px solid #2BDEFF;
	display: inline-block;
	margin-bottom: 8px;
}
.his02Year1{
	font-size: 2.4rem;
	border-bottom: 6px solid #2BDEFF;
	display: inline-block;
	margin-bottom: 70px;
}
.his02Year2{
	font-size: 2.4rem;
	font-weight: 900;
	margin-bottom: 12px;
}

.his02Year3{
	font-size: 2.8rem;
	font-weight: 900;
	margin-bottom: 20px;
}

.his02Txt2{
	
}
.his02Txt2 a{
	color: #2BDEFF;
}
.his02Box1{
	width: 258px;
	border-radius: 16px;
	background: rgba(80,182,255,0.8);
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
.his02Cap{
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-bottom: 13px;
}
.his02Cap:before{
	content: "";
	background: url("../img/history/tri_b.svg") no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	width: 23px;
	height: 19px;
	top: 4px;
	margin-right: 5px;
}
.his02Flex3{
	display: flex;
	justify-content: space-between;
}
.his02Img2{
	width: 94px;
	overflow: hidden;
	border-radius: 16px;
	border: 2px solid #222;
}
.his02Img3{
	width: 114px;
	overflow: hidden;
	border-radius: 16px;
	border: 2px solid #222;
}
.his02Img4{
	width: 1440px;
	display: inline-block;
	margin-bottom: 190px;
}
.his02Img5W{
	text-align: center;
}
.his02Img5{
	width: 410px;
	display: inline-block;
	position: relative;
	margin-bottom: 56px;
}
.his02Img5:before{
	content: "";
	background: url("../img/history/sec02_obj_03.svg") no-repeat;
	background-size: contain;
	width: 328px;
	height: 125px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-653px);
	top: 168px;
}
.his02Img5:after{
	content: "";
	background: url("../img/history/sec02_obj_04.svg") no-repeat;
	background-size: contain;
	width: 349px;
	height: 157px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(275px);
	top: 223px;
}
.his02Flex4{
	display: flex;
	justify-content: space-between;
	width: 1125px;
	margin: 0 auto 14px;
}
.his02TxtW2{
	display: inline-block;
	width: 446px;
}
.his02Box2{
	width: 630px;
	border-radius: 16px;
	background: rgba(80,182,255,0.8);
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	height: 100%;
}
.his02Img6{
	overflow: hidden;
	border-radius: 16px;
	border: 2px solid #222;
}
#hisSec03{
	position: relative;
}
.hisSec03W{
	position: relative;
	padding: 120px 0 150px;
	text-align: center;
}
.his03NoW{
	color: #2BDEFF;
	text-align: center;
	margin-bottom: 40px;
}
.his03NoW .his03No{
	display: inline-block;
	font-size: 6.4rem;
	position: relative;
	top: 15px;
	margin-right: 40px;
}
.his03NoW .border{
	display: inline-block;
	font-size: 5.4rem;
	border-bottom: 6px solid #2BDEFF;
}
.his03Ttl{
	font-size: 12rem;
	line-height: 16rem;
	text-shadow: 0 3px 40px rgba(5,73,152,0.6);
}
.his03Copy{
	font-size: 5.6rem;
	margin-bottom: 56px;
}
.his03Txt{
	margin-bottom: 64px;
}
.his03Flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.his03Img{
	width: 588px;
	overflow: hidden;
	border-radius: 24px;
	border: 2px solid #fff;
}
.his03Cap{
	font-size: 2rem;
	letter-spacing: 0.04em;
	position: relative;
}
.his03Cap:before{
	content: "";
	background: url("../img/history/tri_u.svg") no-repeat;
	background-size: contain;
	width: 23px;
	height: 19px;
	display: inline-block;
	position: relative;
	margin-right: 7px;
	top: 3px;
}

#hisSec04{
	position: relative;
}
.hisSec04W{
	position: relative;
	padding: 114px 0 150px;
	text-align: center;
	font-weight: 900;
}
.his04Ttl1{
	margin-bottom: 120px;
	font-size:8rem;
}
.his04W{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
	position: relative;
}
.his04W.orange{
	color: #F47100;
}
.his04W:before{
	content: "";
	background: #2BDEFF;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	border: 1px solid #222;
	display: block;
	position: absolute;
	left: 461px;
	top: 40px;
	z-index: 1;
}
.his04W.orange:before{
	background: #F49600;
}
.his04W:after{
	content: "";
	width: 1px;
	height: 100%;
	border-right: 6px dotted #0253D4;
	display: block;
	position: absolute;
	left: 487px;
	top: 103px;
}
.his04W:last-child:after{
	display: none;
}

.his04YearW{
	display: inline-block;
	text-align: center;
	position: relative;
	width: 441px;
}
.his04Year1{
	font-size: 6rem;
	line-height: 8rem;
}
.his04Year2{
	font-size: 3rem;
	line-height: 3rem;
}
.his04TxtW{
	width: 610px;
	text-align: left;
}
.his04Ttl2{
	font-size: 3rem;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}
.his04W.orange .his04Ttl2{
	font-size: 6.4rem;
}
.his04Ttl2 span{
	display: inline;
	border-bottom: 6px solid #0253D4;
}
.his04W.orange .his04Ttl2 span{
	border-bottom: 6px solid #F47100;
}

.his04Txt{
	font-size: 2.2rem;
	line-height: 3.4rem;
}

/*地盤事業*/

.groMv:after{
	content: "";
	background: url("../img/ground/in_mv_obj.svg") no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	width: 124px;
	height: 63px;
	top: 75px;
	left: 50%;
	transform: translateX(459px);
}

#groSec01{
	position: relative;
}
.groSec01W{
	position: relative;
	padding: 90px 0;
}
.gro01W{
	width: 1056px;
	margin: 0 auto;
	position: relative;
}
.gro01Copy{
	margin-bottom: 40px;
}
.gro01Txt{
	margin-bottom: 37px;
	width: 785px;
}
.gro01Img1{
	position: absolute;
	left: 50%;
	transform: translateX(-855px);
	top: 110px;
	width: 255px;
}
.gro01Img2{
	position: absolute;
	left: 50%;
	transform: translateX(363px);
	top: 75px;
	width: 508px;
}
.gro01Btn{
	font-size: 2rem;
}

#groSec02{
	position: relative;
}
.groSec02W{
	position: relative;
	padding: 90px 0;
}
.groSec02W:before{
	content: "";
	background: url("../img/ground/sec02_obj_01.svg") no-repeat;
	background-size: contain;
	width: 349px;
	height: 157px;
	display: block;
	position: absolute;
	top: 186px;
	left: 50%;
	transform: translateX(-805px);
}
.groSec02W:after{
	content: "";
	background: url("../img/ground/sec02_obj_02.svg") no-repeat;
	background-size: contain;
	width: 147px;
	height: 223px;
	display: block;
	position: absolute;
	top: 766px;
	left: 50%;
	transform: translateX(685px);
}
.gro02Ttl1{
	text-align: center;
	margin-bottom: 120px;
}
.gro02Box1{
	padding: 64px 72px;
	box-sizing: border-box;
	background: #50B6FF;
	border-radius: 40px;
	border: 1px solid #fff;
	margin-bottom: 90px;
}
.gro02Flex1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 75px;
}
.gro02Img1{
	width: 477px;
	border-radius: 24px;
	border: 2px solid #fff;
	overflow: hidden;
}
.gro02TxtW1{
	width: 528px;
}
.gro02Ttl2{
	margin-bottom: 36px;
}
.gro02Copy1{
	margin-bottom: 35px;
}
.gro02Txt1{
	
}
.gro02Box2{
	padding: 32px 40px;
	text-align: center;
	background: #0253D4;
	border-radius: 24px;
}
.gro02Ttl3{
	margin-bottom: 24px;
}
.gro02Txt2{
	
}
.gro02W{
	width: 1056px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.gro02Ttl4{
	margin-bottom: 90px;
}
.gro02Ttl4_2{
	margin-bottom: 60px;
}

.gro02Flex2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gro02Img2{
	width: 406px;
}
.gro02Txt3{
	width: 677px;
}
.gro02Flex3{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.gro02Item{
	width: 330px;
}
.gro02Img3{
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #fff;
	margin-bottom: 15px;
}
.gro02ImgTxt{
	background: #0253D4;
	line-height: 45px;
	border-radius: 23px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
}
.gro02Txt4{
	margin-bottom: 72px;
}
.gro02Box3{
	padding: 40px 48px;
	background: #E6E6E6;
	border-radius: 24px;
	box-sizing: border-box;
	color: #0253D4;
}
.gro02Flex4{
	display: flex;
	justify-content: space-between;
}
.gro02TtlW{
	display: inline-block;
}
.gro02Op{
	background: #2BDEFF;
	text-align: center;
	width: 135px;
	line-height: 27px;
	border-radius: 14px;
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.gro02Ttl5{
	margin-bottom: 25px;
}
.gro02Txt5{
	
}
.gro02TxtW2{
	width: 560px;
	text-align: center;
}
.gro02Flex5{
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.gro02Box4{
	padding: 16px 24px 12px;
	border-radius: 9px;
	background: #fff;
	position: relative;
}
.gro02Box4.plus:after{
	content: "";
	background: url("../img/ground/sec02_plus.svg") no-repeat;
	background-size: contain;
	width: 41px;
	height: 41px;
	display: block;
	position: absolute;
	right: -33px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.gro02Flex6{
	width: 296px;
	display: flex;
	justify-content: space-between;
}
.gro02Blue{
	background: #0086F8;
	border-radius: 9px;
	color: #fff;
	font-weight: 900;
	font-size: 1.8rem;
	line-height: 44px;
	width: 143px;
	margin-bottom: 10px;
}
.gro02Txt5{
	
}
.gro02Txt6{
	font-size: 1.3rem;
	line-height: 2.4rem;
	letter-spacing: 0.06em;
	font-weight: 500;
}

#groSec03{
	position: relative;
}
.groSec03W{
	position: relative;
	padding: 90px 0;
}
.groSec03W:before{
	content: "";
	background: url("../img/ground/sec02_obj_01.svg") no-repeat;
	background-size: contain;
	width: 349px;
	height: 157px;
	display: block;
	position: absolute;
	top: 186px;
	left: 50%;
	transform: translateX(-805px);
}
.groSec03W:after{
	content: "";
	background: url("../img/ground/sec02_obj_02.svg") no-repeat;
	background-size: contain;
	width: 147px;
	height: 223px;
	display: block;
	position: absolute;
	top: 766px;
	left: 50%;
	transform: translateX(685px);
}
.gro03Ttl1{
	margin-bottom: 100px;
	text-align: center;
}
.gro03Flex1{
	display: flex;
	justify-content: space-between;
	width: 1056px;
	margin: 0 auto 100px;
}
.gro03Img1{
	height: 442px;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid #fff;
}
.gro03Img1 img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.gro03W1{
	width: 964px;
	margin: 0 auto 100px;
}
.gro03Flex2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gro03No{
	font-size: 24rem;
	line-height: 24rem;
	color: #2BDEFF;
	display: inline-block;
}
.gro03TxtW1{
	width: 597px;
}
.gro03Ttl2{
	margin-bottom: 40px;
}
.gro03Txt2{
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	line-height: 3.2rem;
}
.gro03Box2{
	padding: 64px 72px;
	box-sizing: border-box;
	background: #E6E6E6;
	border-radius: 40px;
	color: #0253D4;
	margin-bottom: 80px;
}
.gro03Ttl3{
	margin-bottom: 50px;
	color: #0253D4;
}
.gro03No{
	
}
.gro03Flex3{
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}
.gro03Item3{
	width: 511px;
	text-align: center;
}
.gro03Mov{
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 13px;
}

.gro03Mov iframe{
	width:100%;
	height: 280px;
}

.gro03MovTxt{
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0.05em;
}
.gro03Ttl4{
	margin-bottom: 32px;
}
.gro03Img4{
	
}
.gro03Txt3{
	text-align: center;
	margin-bottom: 43px;
}
.gro03Img5{
	margin-bottom: 65px;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid #0253D4;
}
.gro03Flex4{
	display: flex;
	justify-content: space-between;
}
.gro03Img6{
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid #0253D4;
	width: 477px;
}
.gro03TxtW2{
	width: 528px;
}
.gro03Ttl4{
	margin-bottom: 32px;
}
.gro03Copy{
	margin-bottom: 23px;
}
.gro03Txt4{
	
}
.gro03W2{
	text-align: center;
}
.gro03Ttl5{
	margin-bottom: 40px;
}
.gro03Img7{
	width: 880px;
	display: inline-block;
	border-radius: 40px;
	overflow: hidden;
}

#groSec04{
	position: relative;
}
.groSec04W{
	position: relative;
	padding: 90px 0;
}
.gro04Ttl1{
	margin-bottom: 110px;
	text-align: center
}
.gro04Box1{
	background: #fff;
	padding: 64px 72px;
	border-radius: 40px;
	border: 1px solid #0253D4;
	margin-bottom: 100px;
}
.gro04Flex1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gro04Img1{
	width: 477px;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid #0253D4;
}
.gro04TxtW1{
	width: 528px;
}
.gro04Ttl2{
	margin-bottom: 36px;
}
.gro04Copy{
	margin-bottom: 35px;
}
.gro04Txt1{
	
}
.gro04W1{
	margin-bottom: 160px;
}
.gro04Ttl3{
	font-size: 4.8rem;
	line-height: 100px;
	border: 1px solid #0253D4;
	border-radius: 50px;
	background: #0253D4;
	overflow: hidden;
	color: #fff;
	margin-bottom: 60px;
}
.gro04Hosyou{
	width: 305px;
	background: #fff;
	display: inline-block;
	color: #0253D4;
	line-height: 105px;
	box-sizing: border-box;
	padding-left: 109px;
	position: relative;
	border-radius: 50px 0 0 50px;
	margin-right: 48px;
}
.gro04Hosyou:before{
	content: "";
	background: url("../img/ground/icon_light.svg") no-repeat;
	background-size: contain;
	width: 49px;
	height: 49px;
	display: block;
	position: absolute;
	left: 43px;
	top: 50%;
	transform: translateY(-50%);
}
.gro04W2{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.gro04Txt2{
	margin: 0 auto 56px;
}
.gro04Icons{
}
.gro04Arrow{
	margin: 0 auto 39px;
}
.gro04ATxt{
	font-weight: 900;
	font-size: 2.2rem;
	letter-spacing: 0.04em;
	line-height: 3.2rem;
	margin-bottom: 98px;
}
.gro04ABal{
	background: url("../img/ground/sec04_bal_bg.svg") no-repeat;
	background-size: contain;
	width: 206px;
	height: 115px;
	text-align: center;
	display: block;
	position: absolute;
	color: #fff;
	box-sizing: border-box;
	padding-top: 50px;
	font-size: 2.4rem;
	left: 50%;
	transform: translateX(-85px);
	top: 277px;
}
.gro04Box2{
	background: #fff;
	padding: 48px 64px;
	border-radius: 24px;
	border: 1px solid #0253D4;
	box-sizing: border-box;
	margin-bottom: 42px;
}
.gro04Ttl4{
	margin-bottom: 32px;
}
.gro04Img2{
	border: 1px solid #0253D4;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 48px;
}
.gro04Dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	margin-bottom: 15px;
}
.gro04Dl dt {
	width: 250px;
	background: #E6E6E6;
	border-radius: 24px;
	text-align: center;
	padding: 8px 0;
	min-height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gro04Dl dt span{
	display: inline-block;
	text-align: left;
}

.gro04Dl dd{
	width: 526px;
	border-radius: 24px;
}
.gro04HoshoImg{
	width: 886px;
	margin: 0 0 75px auto;
}
.gro04Flex2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 29px;
}
.gro04Item2{
	width: 265px;
	text-align: center;
}
.gro04Img3{
	margin-bottom: 13px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #0253D4;
}
.gro04ImgTxt1{
	line-height: 34px;
	color: #fff;
	background: #50B6FF;
	border-radius: 17px;
	font-size: 1.6rem;
}
.gro04Item3{
	width: 193px;
	text-align: center;
}
.gro04Img4{
	margin-bottom: 13px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #0253D4;
}
.gro04ImgTxt2{
	line-height: 34px;
	color: #fff;
	background: #50B6FF;
	border-radius: 17px;
	font-size: 1.4rem;
}
.gro04Txt3{
	font-size: 1.8rem;
	text-align: center;
}
.gro04Flex4{
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
}
.gro04Item4{
	width: 396px;
}
.gro04Ttl5{
	margin-bottom: 22px;
}
.gro04Dl2{
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: space-between;
	background: #0253D4;
	border-radius: 8px 8px 0 0;
	line-height: 47px;
}
.gro04Dl2 dt{
	width: 98px;
	border-radius: 8px 0 0 0;
	border-right: 1px solid #fff;
}
.gro04Dl2 dd{
	width: 298px;
	border-radius: 0 8px 0 0;
}
.gro04Dl3{
	background: #F0F0F0;
	border-right: 1px solid #0253D4;
	border-bottom: 1px solid #0253D4;
	border-left: 1px solid #0253D4;
	display: flex;
	justify-content: space-between;
	height: 70px;
}
.gro04Dl3:nth-child(2n){
	background: #E3E3E3;
}
.gro04Dl3 dt{
	width: 98px;
	border-right: 1px solid #0253D4;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gro04Dl3 dt span{
	width: 75px;
	line-height: 2.1rem;
	border-radius: 12px;
	background: #2BDEFF;
	font-size: 1.3rem;
	font-weight: bold;
}
.gro04Dl3 dd{
	width: 298px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 14px;
}
.gro04Dl3:last-child{
	border-radius: 0 0 8px 8px;
}
.gro04Dl3:last-child dt{
	border-bottom: none;
}
.gro04Dl3:last-child dd{
	border-bottom: none;
}

.gro04List{
	font-size: 1.2rem;
	line-height: 2.4rem;
	font-weight: 500;
	position: relative;
}
.gro04List:before{
	content: "";
	background: #50B6FF;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	left: 0;
	top: -2px;
	margin-right: 6px;
}
.gro04Txt4W{
	text-align: center;
}
.gro04Txt4{
	display: inline-block;
	position: relative;
	padding-left: 55px;
	font-variant-position: 1.8rem;
}
.gro04Txt4:before{
	content: "";
	background: url("../img/ground/icon_light.svg") no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: -25px;
}


/*カテゴリー一覧 Type01 施工実績*/

.catMv:after{
	content: "";
	background: url("../img/company/in_mv_obj_01.svg") no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	width: 361px;
	height: 130px;
	top: 80px;
	left: 50%;
	transform: translateX(277px);
}

#catSec01{
	position: relative;
}
.catSec01W{
	position: relative;
	color: #fff;
	padding: 104px 0 100px;
}

.cat01CatLists{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.cat01CatList{
	width: 390px;
}
.cat01Flex{
	display: flex;
	justify-content: flex-start;
	column-gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.cat01Item{
	width: 288px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 16px 16px 24px rgba(109,117,132,0.3);
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
}
.cat01Item:after{
	content: "";
	background: url("../img/arrow_r_3.svg") no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	right: 12px;
	bottom: 14px;
}

.cat01Item a:hover{
	filter: brightness(1.2);
}
.cat01Thumb{
	width: 100%;
	position: relative;
}
.cat01Thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cat01ThumbCat{
	position: absolute;
	width: 120px;
	display: inline-block;
	line-height: 30px;
	font-weight: bold;
	left: 0;
	bottom: 0;
	background: #F49600;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 0 8px 0 0;
}
.cat01TxtW{
	padding: 18px 24px 56px;
}
.cat01Ttl{
	color: #0253D4;
	margin-bottom: 8px;
}
.cat01Txt1{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.cat01Txt2{
	position: relative;
	color: #fff;
	padding: 104px 0 100px;
}

.blogPageW{
	text-align: center;
}
.blogPagination {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 10px;
    font-optical-sizing: auto;
    font-weight: 400;
}
.blogPagination a {
    color: #fff;
}
.blogPagination a.active {
    color: #F49600;
}
.blogPagination a:hover {
	text-decoration: underline;
}

/*カテゴリー一覧 Type02 スタッフ・不易流行*/

#catSec02{
	position: relative;
}
.catSec02W{
	position: relative;
	color: #fff;
	padding: 104px 0 100px;
}
.cat02Flex{
	display: flex;
	justify-content: flex-start;
	column-gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.cat02Item{
	width: 285px;
	margin-bottom: 30px;
	text-align: center;
}
.cat02Img{
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 16px 16px 24px rgba(109,117,132,0.3);
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	position: relative;
}
.cat02Img img{
	width: 100%;
	height: auto;
}
.cat02Vol{
	color: #fff !important;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-top: 10px;
}

#catSec03{
	position: relative;
}
.catSec03W{
	position: relative;
	color: #fff;
	padding: 104px 0 100px;
}

/*詳細 Type01 施工実績*/

#detSec01{
	position: relative;
}
.detSec01W{
	position: relative;
	padding: 100px 0 100px;
	width: 1056px;
	
}
.det01W{
	border-radius: 40px;
	border: 1px solid #0082CD;
	overflow: hidden;
	background: #E6E6E6;
	padding: 55px 50px;
	box-sizing: border-box;
}
.det01TtlW{
	position: relative;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.det01Ttl1{
	display: inline-block;
	color:#0253D4;
}
.det01Cat{
	display: inline-block;
	text-align: right;
	background: #F49600;
	color: #fff;
	border-radius: 8px;
	white-space: nowrap;
	height: 30px;
	line-height: 3rem;
	padding: 1px 20px 0;
	box-sizing: border-box;
	margin-left: 30px;
}
.det01Date{
	color: #222;
	margin-bottom: 30px;
}
.det01Slide{
	width: 500px;
	margin:0 auto;
}
.det01Img{
	width: 100%;
	height: 400px;
}
.det01Img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.det01Eye{
	width: 100%;
	margin-bottom: 30px;
}
.det01Eye img{
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.det01TxtW{
}
.det01Ttl2{
	margin-bottom: 20px;
	color:#0253D4
}
.det01Flex{
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	color: #222;
	margin-bottom: 40px;
}
.det01Box1{
	width: 300px;
}
.det01Txt{
	
}
.det01Box2{
	width: 614px;
}

/*ブロックエディタ用*/

.det01TxtW2{
	margin-bottom: 60px;
}
.det01TxtW2 p{
	font-weight: 500;
	line-height: 2.4rem;
	color: #222;
	margin-bottom: 20px;
}
.det01TxtW2 img{
	margin-bottom: 20px;
}
.det01TxtW2 h3{
	font-size: 2.6rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	position: relative;
	display: block;
	border-bottom: 4px solid #0253D4;
	color:#222;
	margin-bottom: 20px;
	font-family: "M PLUS 1p", serif;
	font-optical-sizing: auto;
}
.det01TxtW2 h4{
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-family: "M PLUS 1p", serif;
	font-optical-sizing: auto;
	color:#222;
}
.det01TxtW2 h5{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	position: relative;
	display: block;
	margin-bottom: 20px;
	color:#222;
}
.det01TxtW2 h6{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	position: relative;
	display: block;
	margin-bottom: 20px;
	color: #222;
}

/*お問い合わせ*/

.conLineW{
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.conLineTxt{
	margin-bottom: 20px;
}
.conLineBtn{
	display: inline-block;
	background: #4cc764;
	border-radius: 8px;
	color: #fff !important;
	font-weight: 900;
	font-size: 1.8rem;
	padding: 15px 15px 15px 80px;
	text-align: left;
	position: relative;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.conLineBtn:hover{
	filter: brightness(1.1);
}
.conLineBtn:before{
	content: "";
	background: url("../img/icon_line_1.svg") no-repeat;
	background-size: contain;
	width: 39px;
	height: 37px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	display: block;
}
#conSec01{
	position: relative;
}
.conSec01W{
	position: relative;
	padding: 100px 0 100px;
	width: 1056px;
	
}

.contactW{
	border-radius: 40px;
	border: 1px solid #0082CD;
	overflow: hidden;
	background: #E6E6E6;
	padding: 55px 50px;
	box-sizing: border-box;
}
.contactTtlW{
	text-align: center;
	margin-bottom: 40px;
}
.inqForm{
	margin-bottom: 30px;
	text-align: left;
	color:#0253D4;
}
.inqFormTxt{
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 5px;
}
.inqFormTxt span{
	display: inline-block;
	background: #0058FF;
	color: #fff;
	font-size: 1.2rem;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 10px;
}

.contTtl01{
	color:#0253D4;
}

.input1{
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 6px;
}
.input2{
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	border-radius: 6px;
}
.inSubmitBtnW{
	text-align: center;
}
.wpcf7-spinner{
	display: none;
}
.wpcf7-response-output {
    color: red !important;
    border-color: red !important;
}
.policyWrap {
	margin-top: 30px;
	height: 200px;
	overflow-y: scroll;
	background-color: #FFF;
	padding: 10px;
	line-height: 1.95;
	border-radius: 6px;
	margin-bottom: 40px;
}
.policyWrap h3 {
	font-size: 1.8rem;
	font-weight: bold;
}
.policyWrap p{
	color: #222;
}

.det01TxtW2 h2.wp-block-heading{
	color:#0058FF;
	border-left:4px solid #0058FF;
	border-bottom:1px solid #0058FF;
	padding:0 0 5px 10px;
	font-size:22px;
	font-weight: bold;
}

