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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	font-weight: 500;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p{
	letter-spacing: 0.08em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}
.pa20{
	padding: 20px 0;
}
span.red{
	color: #f05742;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.en{
	display: inline-block;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 3.5rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.08em;
	background: linear-gradient(to right bottom, #0D77A1, #0d47a1);
	background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 0.12em;
	font-weight: 700;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	display: block;
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
h2.title.white span.en{
	background-clip: border-box;
	-webkit-text-fill-color: currentcolor;
	background-image: none;
}
@media (max-width: 750px){
	h2.title span.en{
		font-size: 3.2rem;
	}
	h2.title span.ja{
		font-size: 1rem;
	}
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center span.ja{
		display: block;
		width: 100%;
	}
	h2.title.m_center span.ja::before{
		display: none;
	}
}



/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.08em;
    background-color: #0d47a1;
    padding: 14px 18px;
	padding-right: 40px;
	color: #fff;
    margin-bottom: 20px;
}
.mtitle::after{
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	background: #fff;
	pointer-events: none;
	z-index: 1;
}


/*mtitle02*/
.mtitle02{
	position: relative;
    font-size: 1.3rem;
	letter-spacing: 0.1em;
    background: #fff;/*
    background: linear-gradient(60deg, #fff 0%, #fff 85%, #0d47a1 85.1%);*/
	border: 2px solid #0d47a1;
    padding: 12px 18px;
	padding-left: 34px;
    margin-bottom: 20px;
}
.mtitle02::before{
	content: '';
	display: block;
	width: 6px;
	height: 1em;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background: #0d47a1;
	pointer-events: none;
	z-index: 1;
}
.mtitle02::after{
	position: absolute;
	content: '';
	display: block;
	width: 60%;
	height: 100%;
	top: 0;
	right: 0;
	background: #0d47a1;
	clip-path: polygon(80% 0%, 100% 0%, 100% 100%, 80% 100%, 85% 50%);
	z-index: 0;
}

/*stitle*/
.stitle{
	position: relative;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 8px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #0d47a1;
}

/*dtitle*/
.dtitle{
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 0;
}

/*ctitle*/
.ctitle{
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
.ctitle::before{
	content: '';
	display: block;
	width: 52px;
	height: 23px;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}
@media (max-width: 750px){
	.ctitle{
		font-size: 1.45rem;
	}
}


.etitle{
	font-size: 1.1rem;
	padding-left: 15px;
	border-left: 4px solid #0d47a1;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}


.ntitle{
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.6rem;
	color: #004A78;
	transform: translateY(-2px);
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}


/*ボタン*/
.sbtn{
	max-width: 300px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	transition: all .5s ease;
	border: 2px solid #0d47a1;
	background: #0d47a1;
	box-shadow: rgba(13, 119, 161,0.4) 0 3px 20px;
}
.sbtn a:hover{
	background:#fff;
	color: #0d47a1;
}
.sbtn.white a{
	box-shadow: rgba(255,255,255,0.47) 0 3px 20px;
	background:#fff;
	color: #0d47a1;
	border-color: #fff;
}
.sbtn.white a:hover{
	color: #fff;
	background: #0d47a1;
	border-color: #0d47a1;
}
.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}
.m_contact a{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn2 .sbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}


/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table02 tr{
	border-bottom: 2px solid #f5f5f5;
}
.info_table02 th,
.info_table02 td{
	padding: 20px 0;
	letter-spacing: 0.08em;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #F3CE25;
	font-weight: 500;
	color: #F3CE25;
}
.info_table02 td{
	padding-left: 10px;
	width: 70%;
}

@media (max-width: 450px){
	.info_table, .info_table02{
		font-size: 0.9rem;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
	border-bottom: 1px solid #0D77A1;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px solid #ddd;
	font-weight: 700;
	letter-spacing: 0.14em;
	padding: 10px 3px;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #0d47a1;
	margin-right: .5em;
	font-size: 0.8rem;
	transform: translateY(-1px);
}
ul.check_list li:first-child{
	padding-top: 0;
}

ul.check_list02 li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #0d47a1;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 31%;
	letter-spacing: 0.08em;
	margin: 0 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f7b525;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #f7b525;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #0d47a1;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #0d47a1;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 30%;
	max-width: 250px;
	margin: auto 3%;
}
.info_flexbox .text{
	width: 47%;
}
.f_center{
	align-items: center;
	justify-content: center;
}
.w30{
	width: 30%;
	margin: 0 30px
}
.w50{
	width: 50%;
}
@media (max-width: 750px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img,.w50{
		width: 95%;
	}
	.info_flexbox .img img{
		margin: auto;
	}
	.info_flexbox .text{
		width: 95%;
	}
	.w30{
		width: 95%;
		margin: 15px auto;
	}
}


/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}
@media (max-width: 750px){
	.img_wrap3 .img{
		width: 95%;
		margin: 15px 0;
	}
}
/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map iframe{
	vertical-align: top;
}

/*==============*/


.overwrap{
	overflow: hidden;
}
/*animation*/

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 2s, transform 1.6s;
	transition-delay: 0.2s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flowup2{
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 2s, transform 1.6s;
	transition-delay: 0.2s;
}
.flowup2.inview{
	opacity: 1;
	transform: translateY(0);
}


.fadein{
	opacity: 0;
	transform: translateY(20px) scale(0.8);
	transition: opacity 2s, transform 1s ease-out;
	transition-delay: 0.4s;
}
.fadein.inview{
	opacity: 1;
	transform: translateY(0) scale(1);
}
.mask {
	clip-path: circle(0%);
	transition-delay: 0.3s;
	transition: 3.4s;
}
.mask.inview {
	clip-path: circle(120%);
}

/*txtanim*/
.txtanim span {
  display: inline-block;
  opacity: 0;
  transform: scale(1.2) translate(-50%, -50%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.txtanim.inview span {
  animation: textfadein 1.5s ease forwards;
}
.txtanim.inview span:nth-child(1) {
  animation-delay: 0.1s;
}
.txtanim.inview span:nth-child(2) {
  animation-delay: 0.2s;
}
.txtanim.inview span:nth-child(3) {
  animation-delay: 0.3s;
}
.txtanim.inview span:nth-child(4) {
  animation-delay: 0.4s;
}
.txtanim.inview span:nth-child(5) {
  animation-delay: 0.5s;
}
.txtanim.inview span:nth-child(6) {
  animation-delay: 0.6s;
}
.txtanim.inview span:nth-child(7) {
  animation-delay: 0.7s;
}
.txtanim.inview span:nth-child(8) {
  animation-delay: .8s;
}
.txtanim.inview span:nth-child(9) {
  animation-delay: .9s;
}
.txtanim.inview span:nth-child(10) {
  animation-delay: 1s;
}
.txtanim.inview span:nth-child(11) {
  animation-delay: 1.1s;
}
.txtanim.inview span:nth-child(12) {
  animation-delay: 1.2s;
}
.txtanim.inview span:nth-child(13) {
  animation-delay: 1.3s;
}
.txtanim.inview span:nth-child(14) {
  animation-delay: 1.4s;
}
.txtanim.inview span:nth-child(15) {
  animation-delay: 1.5s;
}
@keyframes textfadein {
  0% {
    opacity: 0;
    transform: scale(1.2) translate(-50%, -50%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}

/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	padding: 20px;
}
.site_header.transform{
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
}

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

.site_header h1{
	width: 400px;
	transition: 0.4s ease-in;
	margin-bottom: 0;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}
.site_header h1 a img.default{
	display: none;
}
.site_header.transform h1{
	width: 300px;
}
.site_header.transform h1 a img.default{
	display: block;
}
.site_header.transform h1 a img.white{
	display: none;
}

.site_header .info{
}
.site_header .tr{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-bottom: 15px;
}
.site_header .tr .tel_btn{
	margin-right: 18px;
}
.site_header .tr .tel_btn a{
	display: inline-block;
	font-size: 1.8rem;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px, rgba(0, 0, 0, 0.3) 0px 0px 8px;
	margin-right: 5px;
	color: #fff;
}
.site_header .tr .tel_btn a i{
	display: inline-block;
	font-size: 1.2rem;
	transform: translateY(-2px);
}
.site_header .tr .tel_btn a:hover{
	opacity: 0.5;
	transition-delay: 0.1s;
}

.site_header .tr .btn a{
	display: block;
	width: 180px;
	text-align: center;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	padding: 4px 0;
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	font-weight: 700;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px, rgba(0, 0, 0, 0.3) 0px 0px 8px;
}
.site_header .tr .btn a:hover{
	background-color: rgba(255, 255, 255, 0.2);
}

.site_header.transform .tr a{
	color: #4FA8FE;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px, rgba(0, 0, 0, 0.3) 0px 0px 0px;
}
.site_header.transform  .tr .btn a{
	border: 1px solid #4FA8FE;
}

/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	display: flex;
	justify-content: space-between;
}
.global_nav ul li{
	flex: 1 0 auto;
}
.global_nav ul li a{
	display: block;
	width: 100%;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 0.12em;
	text-align: center;
	padding: 5px 30px;
	color: #fff;
	white-space: nowrap;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px, rgba(0, 0, 0, 0.3) 0px 0px 8px;
	transition: 0.2s;
}
.global_nav ul li a span{
	display: block;
	display: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	margin-bottom: 7px;
	transition: 0.2s;
	color: #0d47a1;
	
}
.global_nav ul li a:hover{
	transform: translateY(-2px);
	transition-delay: 0.1s;
}
.global_nav ul li a:hover span{
	opacity: 0.4;
	transition-delay: 0.1s;
}

.site_header.transform .global_nav ul{
	border-color: #ccc;
	margin-bottom: 3px;
}
.site_header.transform .global_nav ul li{
	border-color: #ccc;
}
.site_header.transform .global_nav ul li a{
	color: #222;
	text-shadow: none;
}
.site_header.transform .global_nav ul li a span{
	color: #4FA8FE;
}
.site_header.transform .global_nav ul li a:hover span{
	opacity: 1;
	color: #0d47a1;
	transition-delay: 0.2s;
}

@media (max-width: 1200px){
	.site_header .info{
		display: none;
	}
	.site_header h1{
		width: 300px;
	}
	.site_header.transform h1{
		width: 260px;
	}
}
@media (max-width: 450px){
	.site_header{
		padding: 20px 10px;
	}
	.site_header.transform{
		padding: 10px;
	}
	.site_header h1{
		width: 280px;
	}
	.site_header.transform h1{
		width: 260px;
	}
}


/*===スライダー==============================*/
/*背景に設定*/
.main_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.main_bg::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255,1);
	z-index: 8;
	opacity: 0;
	pointer-events: none;
	animation: fv_apper 2s linear;
}
@keyframes fv_apper {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.main_bg .slider{
	position: relative;
}
.main_bg .slider::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	pointer-events: none;
	z-index: 1;
}
.main_bg .slider li{
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 400px;
}
.main_bg .slider li .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
}
.main_bg .slick-active .slide_img{
	position: relative;
	animation: zoom 8s linear 0s forwards;
}
@keyframes zoom {
  	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}



/*キャッチ*/
.top_slider{
	position: relative;
	height: 100vh;
	min-height: 400px;
}
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	z-index: 2;
	width: 90%;
	animation: apper 2.5s ease-in-out;
}
.top_slider .catch span{
	display: block;
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: 0.4em;
	line-height: 2.2;
	text-shadow: rgba(51,51,51,0.7) 0 0 10px;
}
.top_slider .catch span br{
	display: none;
}
.top_slider .illust{
	position: absolute;
	bottom:2%;
	right: 10%;
	width: 18%;
	animation: apper 1.8s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media (max-width: 750px){
	.main_bg .slider li{
		height: 70vh;
	}
	.top_slider{
		height: 70vh;
	}
	.top_slider .catch{
		top: 60%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 95%;
	}
	.top_slider .catch span{
		font-size: 1.4rem;
		letter-spacing: 0.6em;
		line-height: 1.9;
		text-shadow: rgba(51,51,51,0.3) 0 0 10px;
	}
	.top_slider .catch span br{
		display: block;
	}
	.top_slider .illust{
		width: 30%;
	}		
}
@media (max-width: 450px){
	.top_slider .catch{
		bottom: 10px;
	}
	.top_slider .catch span{
		font-size: 1.2rem;
		letter-spacing: 0.6em;
		line-height: 1.9;
	}
}


/*===メイン==============================*/
main{
	display: block;
	position: relative;
	background-color: #fff;
	box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.inner.white{
	background-color: #fff;
	padding: 40px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}

.bg01{
	background: linear-gradient(to right bottom, #4FA8FE, #0d47a1);
}
.bg02{
	background-color: #f2faff;
}
.bg03 {
    background: linear-gradient(23deg, rgba(64, 245, 203, 0.1) 0%, rgba(26, 255, 203, 0.1) 13%, transparent 13%, transparent 80%, rgba(26, 255, 231, 0.1) 80%, rgba(26, 255, 203, 0.1) 100%), linear-gradient(42deg, rgba(63, 169, 245, 0.1) 0%, rgba(63, 224, 255, 0.1) 36%, transparent 36%, transparent 77%, rgba(163, 240, 255, 0.1) 77%, rgba(63, 169, 245, 0.1) 100%), linear-gradient(286deg, rgba(64, 227, 245, 0.1) 0%, rgba(64, 227, 245, 0.1) 2%, transparent 2%, transparent 12%, rgba(64, 194, 194, 0.1) 12%, rgba(64, 105, 105, 0.1) 100%), linear-gradient(77deg, rgba(64, 87, 255, 0.1) 0%, rgba(64, 112, 245, 0.1) 18%, transparent 18%, transparent 55%, rgba(247, 247, 247, 0.1) 55%, rgba(247, 247, 247, 0.1) 100%);
}

/*==welcome==============================*/
.welcome{
	
}
/*.welcome::after{
	content: '';
	width: 55%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right top, #4FA8FE, #0d47a1);
	pointer-events: none;
	z-index: -1;
	clip-path: ellipse(95% 80% at 0% 17%);
}*/
.welcome .c_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
}
/*.welcome .main_wrap{
	width: 40%;
	color: #fff;
	padding-right: 30px;
}*/
.welcome .main_wrap h2{
	font-weight: 700;
	font-size:clamp(1.3rem, 1.068rem + 0.98vw, 1.8rem);
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 30px;
	text-align: center;
	color: #0d47a1;
}

.welcome .container{
	width: 100%;
}
.welcome .container .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin-bottom: 50px;
}
.welcome .container .box:nth-child(even){
	margin-left: 20%;
}
.welcome .container .box:last-child{
	margin-bottom: 0 !important;
}
.welcome .container .box .img{
	width: 270px;
}
.welcome .container .box .img img{
	/*border-radius: 50%;*/
	border: 2px solid #fff;
}
.welcome .container .box .text{
	width: calc(100% - 300px);
}
.welcome .container .box .text h3{
	position: relative;
	z-index: 1;
	color: #0d47a1;
	margin-bottom: 20px;
}
.welcome .container .box .text h3 span.en{
	display: block;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 1rem;
}
.welcome .container .box .text h3 span.ja{
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
@media (max-width: 1200px){
	.welcome{
		padding-top: 0;
	}
	.welcome::after{
		display: none;
	}
	.welcome .c_flex{
		display: block;
		width: 100%;
		max-width: none;
	}
	.welcome .c_flex .main_wrap{
		position: relative;
		z-index: 1;
		margin-bottom: 100px;
		width: 100%;
		padding: 100px 0;
/*		background: linear-gradient(to right bottom, #0D77A1, #0d47a1);*/
	}
	.welcome .c_flex .main_wrap .text{
		width: 85%;
		margin: 0 auto;
	}
	.welcome .c_flex .main_wrap h2 span.ib{
		display: inline;
	}
	.welcome .container{
		width: 96%;
		max-width: 1400px;
		margin: 0 auto;
	}
}
@media (max-width: 750px){
	.welcome .c_flex .main_wrap{
		margin-bottom: 60px;
		padding: 60px 0;
	}
	.welcome .c_flex .main_wrap h2{
		font-size: 1.5rem;
	}
	.welcome .container .box{
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.welcome .container .box:nth-child(even){
		margin-left: auto;
	}
	.welcome .container .box .img{
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.welcome .container .box .text{
		width: 100%;
	}
	.welcome .container .box .text h3{
		text-align: center;
		margin-bottom: -20px;
	}
	.welcome .container .box .text h3 span.en{
		text-indent: 0.4em;
	}
	.welcome .container .box .text h3 span.ja{
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
		background-color: #fff;
		padding: 0 20px;
		text-indent: 0.4em;
	}
	.welcome .container .box .text .info{
		border: 3px double #0d47a1;
		padding: 35px 20px 15px;
	}
}


/*===link==============================*/
.t_contents{
	/*background: url(../img/t_contents_bg.jpg);
	background-size: cover;
	background-position: bottom right;*/

}
.t_contents .inner{
	position: relative
}
/*.t_contents::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right bottom, #4FA8FE, #0d47a1);
	pointer-events: none;
	opacity: 0.9;
	z-index: -2;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}*/
/*.t_contents::after{
	content: '';
	width: 100%;
	height: 35%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	pointer-events: none;
	z-index: -1;
}*/
.t_contents .lede_text{
	
}
.t_contents .flex{
	display: flex;
	justify-content: space-between;
}
.t_contents .flex .box{
	width: 30%;
}

.t_contents .flex .box a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.t_contents .flex .box a::before{
    content: '';
    display: block;
    padding-top: 120%;
}
.t_contents .flex .box a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #4FA8FE;
	clip-path: polygon(0% 70%, 100% 100%, 0% 100%, 0 100%);
	pointer-events: none;
	z-index: 2;
	transition: all 0.4s ease;
}
.t_contents .flex .box a img.bg{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.4s ease;
	z-index: 1;
}
.t_contents .flex .box a h3{
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 5;
}
.t_contents .flex .box a h3 span.en{
	display: block;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	color: #fff;
	text-shadow: rgba(255,255,255,0.6) 0 0 5px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 1rem;
}
.t_contents .flex .box a h3 span.ja{
	display: block;
	font-weight: 700;
	padding: 0 15px;
	letter-spacing: 0.1em;
	font-size: 1.3rem;
}
.t_contents .flex .box a .arrow{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 4;
	color: #fff;
	text-shadow: rgba(0,0,0,0.8) 0 0 5px;
	transition: 0.3s ease-in;
}
.t_contents .flex .box a .arrow i{
	display: inline-block;
	font-size: 0.8rem;
	transform: translate(0,-2px);
}

.t_contents .flex .box a:hover::after{
	background: rgba(13, 71, 161, 0.4);
}
.t_contents .flex .box a:hover img.bg{
	transform: scale(1.1);
}
.t_contents .flex .box a:hover h3 span.ja{
	color: #fff;
}
.t_contents .flex .box a:hover .arrow{
	transform: translateX(5px);
}
.t_contents .inner .deco{
	position: absolute;
	top:2%;
	right: 3%;
	width: 22%;
}
@media (max-width: 960px){
	.t_contents .flex .box a h3 span.ja{
		font-size: 1.2rem;
	}
}
@media (max-width: 750px){
	.t_contents .flex{
		display: block;
	}
	.t_contents .flex .box{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.t_contents .flex .box a::after{
		clip-path: polygon(0% 60%, 100% 100%, 0% 100%, 0 100%);
	}	
	.t_contents .flex .box:last-child{
		margin-bottom: 0;
	}
	.t_contents .flex .box:nth-child(2){
		margin-top: 0;
	}
	.t_contents .flex .box:nth-child(3){
		margin-top: 0;
	}
	.t_contents .flex .box a::before{
		padding-top: 60%;
	}
}
@media (max-width: 450px){
	.t_contents .flex .box a .arrow{
		font-size: 0.9rem;
	}
	.t_contents .inner .deco{
		top: 4%;
		right: 0;
		width: 27%;
	}	
}
/*===t_works==============================*/
.t_works{
	background: linear-gradient(to left bottom, #0d47a1, #4FA8FE);	

}

.t_works .lede_text{
	color: #fff;
}
.u-cover>.viewer>img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
}
.t_works .inner{
	position: relative;
}
.t_works .inner .deco{
	position: absolute;
	top:-15%;
	left: 15%;
	width: 20%;	
}

.news .inner{
	position: relative;
}
.news .inner .deco{
	position: absolute;
	top:-15%;
	right: 3%;
	width: 22%;
}
@media (max-width: 750px){
	.t_works .inner .deco{
		top:-10%;
		left: 0;
		width: 25%;	
	}
}
@media (max-width: 550px){
	.t_works .inner .deco{
		top:-10%;
		left: 0;
		width: 30%;	
	}
	.news .inner .deco{
		top:5%;
		right: 3%;
		width: 27%;
	}
}
/*===フッター==============================*/
footer{
	background-color: #fff;
}
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}
/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	background: linear-gradient(to right bottom, #4FA8FE, #0d47a1);
	opacity: 0.9;
	pointer-events: none;
	z-index: -1;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto -20px;
	max-width: 800px;
}
.footer_top .btn_wrap .btn{
	width: 360px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	padding: 20px 0;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
.footer_top .btn_wrap .btn a:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 750px){
	.footer_top{
		background-position: left 20% center;
	}
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
	}
}

.footer_middle{
	text-align: center;
	padding: 60px 0 40px;
}

footer h3{
	width: 80%;
	max-width: 400px;
	margin: 0 auto 20px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 0.8rem;
}

.footer_bottom{
	background: linear-gradient(to right bottom, #4FA8FE, #0d47a1,#4FA8FE);
	border-top: 2px solid #4FA8FE;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.08em;
}

@media (max-width: 750px){
}


.footer_nav{
	margin-bottom: 30px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.footer_nav ul li{
	flex: 1 0 auto;
	text-align: center;
	border-right: 1px solid #ccc;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	font-size: 0.9rem;
	letter-spacing: 0.12em;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 750px){
	.footer_nav{
		display: none;
	}
}



/*トップに戻る*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	border-radius: 5px;
	width: 100px;
	height: 100px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}
#page-top img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#page-top a:hover{
	margin-bottom: 10px;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(120px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(120px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}

@media (max-width: 750px){
	#page-top a{
		width: 70px;
		height: 70px;
	}
}
/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 200px 0 80px;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #0d47a1;
    opacity: 0.3;
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 150px 0 100px;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 11px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}

/*==会社概要ぺージ==*/

.info_table03 td h4{
	color: #4FA8FE;
	font-size: 18px;
	margin-bottom: 5px;
}
@media (max-width: 650px){
	.info_table03 td h4{
		font-size: 15px;
	}	
}
table.cmp {
    width: 100%;
    margin: 0 auto;
    border-spacing: 0px 8px;
    border-collapse: separate;
}

table.cmp th,table.cmp td {
    padding: 15px 15px
}

table.cmp th {
    background: #4fa8fe;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal
}

table.cmp th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-left-color: #4fa8fe;
    border-width: 10px;
    margin-top: -10px
}

table.cmp td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px
}

@-moz-document url-prefix() {
    table.cmp th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #888 10px solid;
        margin-top: -10px
    }
}

/*==ご利用の流れ＝＝*/
.flow_01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow {
  padding-left: 0;
}

.flow li {
  list-style-type: none;
  display: flex;
}

.flow li:not(:last-child) {
  margin: 0 0 50px;
}

.flow li .icon {
  width: 90px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: linear-gradient(to right bottom, #4FA8FE, #0d47a1);
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
}
.flow li .icon::after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 20px solid #1e5fb8;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.flow li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 115px);
}

.flow li dl dt {
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 4px solid #CCCCCC;
  position: relative;
}
.flow li dl dt::before {
  content: '';
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #4FA8FE;
}

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

.flow dd img {
	display: inline;
	width: 25%;
	margin-left: 5%;
	height: auto;
	object-fit: contain;
}
.flow dd p {
	width: 67%;
	height: auto;
	object-fit: contain;
}
.flow li dl dd {
  margin: 0;
}

/*＝＝施工事例＝＝＝*/
.works_flex{
	display: flex;
	flex-wrap: wrap;
}
.works_flex .box{
	border: 1px solid #ccc;
	padding: 10px 10px;
	background-color: #fff;
	width: calc(100% / 4 - 30px);
	margin: 0 1% 40px;
}
.works_flex .box a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	margin-bottom: 10px;
}
.works_flex .box a::before{
    content: '';
    display: block;
    padding-top: 60%;
}
.works_flex .box a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.works_flex .box a:hover img{
	transform: scale(1.1);
}
.works_flex table{
	width: 100%
}

th{
	width: 30%;
	padding: 1% 3%;
	background: #0798F2;
	color: #fff;
}
.works_flex td{
	width: 70%;
	padding: 1% 3%;
}
@media (max-width: 750px){
	.works_flex .box{
		width: 100%;
		margin: 0 1% 30px;
	}
}



/*--タブ切り替え===============================*/

/*tabの形状*/
.works .tab{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0;
	margin-bottom: 0;
}
.works .tab li{
	width: calc(100% / 2);
	border-left: 2px solid #fff;
	margin-bottom: 2em;
}
.works .tab li a{
	display: block;
	width: 100%;
	background:#fff;
	font-size: 1.5em;
	font-weight: 600;
	color: #4FA8FE;
	margin:0;
	padding:10px 20px;
	text-align: center;
}
.works .tab li:first-child{
	border-left: 0 solid #4FA8FE;
	
}

/*liにactiveクラスがついた時の形状*/
.works .tab li.active a{
	background:#4FA8FE;
	color: #fff;

}


/*エリアの表示非表示と形状*/
.works .s_area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding:50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.works .s_area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media (max-width: 750px){
	.works .stitle{
		font-size: 95%;
	}
	.works .tab li a{
		padding: 10px;
		font-size: 0.8em;
	}
}








/*===事業内容ページ==============================*/
.service{
}
.service .info_flexbox{
	margin-bottom: 60px;
}
.service .info_flexbox:last-child{
	margin-bottom: 0;
}
@media (max-width: 750px){
	.service .info_flexbox .img{
		margin-bottom: 30px;
	}
}


.area{
	color: #fff;
	padding-bottom: 0;
}
.area .flex{
	display: flex;
	justify-content: space-between;
}
.area .flex .text{
	width: 48%;
}
.area .flex .img{
	width: 48%;
}
@media (max-width: 960px){
	.area .flex{
		display: block;
	}
	.area .flex .text{
		width: 100%;
		margin-bottom: 30px;
	}
	.area .flex .img{
		width: 100%;
		max-width: 600px;
		margin: 0 0 0 auto;
	}
}


.num_flow{

}
.num_flow .box{
	position: relative;
	display: flex;
	background-color: #f9f5f4;
	margin-bottom: 40px;
}
.num_flow .box::before{
	display: block;
	position: absolute;
	top: calc(100% + 20px);
	left: 100px;
	font-family: "Font Awesome 6 Free";
	content: "\f0dd";
	font-weight: bold;
	color: #0d47a1;
	line-height: 1;
	transform: translate(-55%, -65%);
	font-size: 1.8rem;
}
.num_flow .box:last-child{
	margin-bottom: 0 !important;
}
.num_flow .box:last-child::before{
	display: none !important;
}
.num_flow .box .num{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	width: 200px;
	background-color: #0d47a1;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
}
.num_flow .box .text{
	width: calc(100% - 200px);
	padding: 30px 20px;
}
.num_flow .box .text h3{
	color: #0d47a1;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 10px;
}
.num_flow .box .text p{
	line-height: 1.7;
}
@media (max-width: 750px){
	.num_flow .box{
		margin-bottom: 30px;
	}
	.num_flow .box::before{
		top: calc(100% + 15px);
		left: 40px;
		transform: translate(-55%, -65%);
		font-size: 1.4rem;
	}
	.num_flow .box .num{
		width: 80px;
		font-size: 1rem;
	}
	.num_flow .box .text{
		width: calc(100% - 80px);
		padding: 15px;
	}
	.num_flow .box .text h3{
		font-size: 1.1rem;
		margin-bottom: 8px;
	}
	.num_flow .box .text p{
		font-size: 0.9rem;
	}
}

.btn3{
	display: flex;
}
.btn3 .btn{
	width: 32%;
	max-width: 240px;
	margin-right: 1%;
}
.btn3 .btn a{
	display: block;
	width: 100%;
	border: 2px solid #0d47a1;
	background-color: #0d47a1;
	color: #fff;
	text-align: center;
	padding: 8px 3px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.btn3 .btn.fax a{
	pointer-events: none;
	background-color: #fff;
	color: #0d47a1;
}
.btn3 .btn a:hover{
	background-color: #fff;
	color: #0d47a1;
}
@media (max-width: 960px){
	.btn3{
		display: block;
	}
	.btn3 .btn{
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.btn3 .btn:last-child{
		margin-bottom: 0;
	}
}


/*===車両についてページ==============================*/
.fleet_flex{
	display: flex;
	justify-content: space-between;
}
.fleet_flex .box{
	width: 33%;
}
@media (max-width: 960px){
	.fleet_flex{
		display: block;
	}
	.fleet_flex .box{
		width: 100%;
		margin-bottom: 40px;
	}
	.fleet_flex .box:last-child{
		margin-bottom: 0;
	}
}


/*===採用情報ページ==============================*/
.recruit_lede{
	padding-bottom: 0;
	overflow: hidden;
}
.recruit_lede .wrapper{
	position: relative;
	z-index: 1;
	background: url(../img/t_recruit_bg.jpg);
	background-size: cover;
	background-position: center;
}
.recruit_lede .wrapper .text{
	background: linear-gradient(to right bottom, #0D77A1, #0d47a1);
	padding: 60px 40px;
	width: 50%;
	color: #fff;
}
.recruit_lede .wrapper .text h3{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 0.08em;
}
.recruit_lede .wrapper .img{
	position: absolute;
	bottom: 0;
	right: 1%;
	width: 40%;
	max-width: 500px;
	filter: drop-shadow(5px 5px 5px rgba(13, 119, 161, 0.5));
	z-index: 1;
	pointer-events: none;
}
@media (max-width: 960px){
	.recruit_lede .wrapper{
		background: linear-gradient(to right bottom, #0D77A1, #0d47a1);
	}
	.recruit_lede .wrapper .text{
		width: 100%;
		background: transparent;
		margin-bottom: -10px;
	}
	.recruit_lede .wrapper .img{
		z-index: -1;
	}
}
@media (max-width: 750px){
	.recruit_lede .wrapper .text{
		padding: 60px 40px 0;
	}
	.recruit_lede .wrapper .text h3{
		font-size: 1.65rem;
		margin-bottom: 30px;
	}
	.recruit_lede .wrapper .img{
		position: static;
		width: 60%;
		max-width: 500px;
		margin: 0 1% 0 auto;
	}
}


.wanted{

}
.wanted .flex{
	display: flex;
	justify-content: space-between;
}
.wanted .flex .box{
	position: relative;
	width: 48%;
	border: 3px solid #0d47a1;
	padding: 30px;
	padding-top: 50px;
}
.wanted .flex .box h4{
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 30px;
	min-width: 60%;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: -2px;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.25em;
	white-space: nowrap;
	background-color: #0d47a1;
	color: #fff;
	line-height: 2;
}
@media (max-width: 960px){
	.wanted .flex{
		display: block;
	}
	.wanted .flex .box{
		width: 100%;
		padding: 20px;
		padding-top: 40px;
		margin-bottom: 40px;
	}
	.wanted .flex .box:last-child{
		margin-bottom: 0;
	}
	.wanted .flex .box h4{
		padding: 0 30px;
		font-size: 1.2rem;
		letter-spacing: 0.25em;
	}
}


.environment{
	background: url(../img/t_contents_bg.jpg);
	background-size: cover;
	background-position: center;
}
.environment::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(13, 71, 161, 0.8);
	pointer-events: none;
	z-index: -2;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}
.environment .container{

}
.environment .container .box{
	background-color: #fff;
	width: 90%;
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #0d47a1;
}
.environment .container .box:nth-child(2){
	margin-left: 5%;
}
.environment .container .box:nth-child(3){
	margin-left: 10%;
}
.environment .container .box:last-child{
	margin-bottom: 0 !important;
}
.environment .container .box .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.environment .container .box .flex .img{
	width: 300px;
}
.environment .container .box .flex .text{
	width: calc(100% - 340px);
}
.environment .container .box .flex .text h3{
	border-bottom: 2px solid #ddd;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	font-weight: 700;
	padding-bottom: 6px;
	margin-bottom: 15px;
}
.environment .container .box .flex .text h3 span.num{
	display: block;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	color: #0d47a1;
	letter-spacing: 0.08em;
	line-height: 1.5;
}
@media (max-width: 750px){
	.environment .container .box{
		background-color: #fff;
		width: 100%;
		padding: 30px 20px;
		margin-bottom: 20px;
	}
	.environment .container .box:nth-child(2){
		margin-left: auto;
	}
	.environment .container .box:nth-child(3){
		margin-left: auto;
	}
	.environment .container .box .flex{
		display: block;
	}
	.environment .container .box .flex .img{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.environment .container .box .flex .text{
		width: 100%;
	}
}



.history_table{
	border-left: 1px solid #0d47a1;
}
.history_table .item{
	position: relative;
	padding-left: 5px;
	margin-bottom: 10px;
}
.history_table .item.non{
}
.history_table .item::before{
	content: '';
	background: #0d47a1;
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate( -0.5em, -50%);
}
.history_table .item.non::before{
	display: none;
}
.history_table .item p{
	padding: 10px 20px;
	font-weight: 700;
	background-color: #f8f8f8;
}
.history_table .item.non p{
	background-color: transparent;
	padding: 0 20px;
}
.history_table .item p span.num{
	color: #0d47a1;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 0.08em;
}
@media (max-width: 450px){
	.history_table{
		width: 95%;
		margin: 0 auto;
	}
}


/*===お問い合わせページ==============================*/
.contact .tel_contact .wrap{
	background-color: #FFFAF4;
	background-color: #f8f8f8;
	padding: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
}
.contact .tel_contact .wrap .sub{
	font-size: 1.8rem;
	margin-right: 40px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.contact .tel_contact .wrap .sub a{
	display: inline-block;
	white-space: nowrap;
	color: #0d47a1;
}
.contact .tel_contact .wrap .sub a i{
	font-size: 0.8em;
}
.contact .tel_contact .wrap .sub a:hover{
	opacity: 0.6;
}
.contact .tel_contact .wrap .info{
	
}
.contact .tel_contact .wrap .info p{
	font-size: 0.9rem;
}
@media (max-width: 960px){
	.contact .tel_contact .wrap{
		display: block;
	}
	.contact .tel_contact .wrap .sub{
		font-size: 1.8rem;
		margin-right: 0;
	}
	.contact .tel_contact .wrap .sub a{
		font-size: 2rem;
	}
}


/*メールフォーム*/
.mailform{
	
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.mailform .row span.hissu{
	color: #fff;
	background: #0d47a1;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #0d47a1;
	color: #fff;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #0d47a1;
}
.mailform .postal_btn:hover{
	background: #0d47a1;
	opacity: 0.9;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #0d47a1;
	border: 1px solid #0d47a1;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #0d47a1;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #0d47a1;
    border-bottom: 3px solid #0d47a1;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #0d47a1;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #0d47a1;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #f8f8f8;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #0d47a1;
	font-size: 0.9rem;
	font-weight: 500;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #433c2e;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .class{
	background-attachment: scroll;
}