@charset "utf-8";

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

body {
	width: 100% !important;
	color: #333;
	line-height: 1.5625;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
	font-weight:500;
	font-family: "Noto Sans JP", sans-serif!important;
}

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

.robo{
	font-family: "Roboto", sans-serif!important;
}


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #213B80!important;
}
.red{
	color: red;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #333;
}
.pink{
	color:#F23667;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: #213B80;
}
.bgbla{
	background:#333;
}
.bgred{
	background: red;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

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

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

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

.pc,.pc2 {
	display: block;
}

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

.pcTel {
	display: inline;
}


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

header {
	padding: 0;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	/* transition: .4s; */
	max-width: 1800px;
	top: 1.3%;
	background: #ffffffed;
}

header.headerScroll{
	/* background: #fff; */
}

.hLogo{
	max-width: 152px;
	width: 19%;
	margin-left: 1.278%;
}


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

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

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

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

table {
	border-collapse: separate;
}



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

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

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

.nav_list1 li {
	margin-left:auto;
}

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

.nav_list1 a {
	display: flex;
	text-decoration: none;
	font-size: 1.8rem;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.4444;
	font-weight: 700;
}


.nav_list1 a span{
	font-size:1.1rem;
	line-height: 1.363636;
	letter-spacing: 0.1em;
	margin-top: 3px;
	font-weight: 500;
}

.sns_list{
	display:flex;
	justify-content:space-between;
	max-width: 192px;
	width: 100%;
	margin-top: 47px;
}


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

.hd_link_btn1{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
	height:60px;
	font-size:1.4rem;
	font-weight: 700;
	line-height: 1.42857;
	transition: .4s;
}


.hd_link_btn1 img{
	margin-bottom:7px;
}


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

#modal {
	display: none;
}

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

#cover {
	width: 100%;
	margin: 0px auto 0;
	background: #213B80;
	background-size: cover;
	position: relative;
	height: 56.25vw;
	display:flex;
	align-items:flex-end;
	justify-content:flex-start;
	z-index:1;
}

#cover:before{
	position:absolute;
	content:"";
	width:100%;
	height: 44.815%;
	left:0;
	bottom:0;
	z-index:-1;
	background:url(./img/top/mv1_cov.png)no-repeat top;
	background-size:cover;
}

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

.back_video video{
	width:100%;
	height:100%;
	object-fit:cover;
}

#cover .ab_text{
	right:0;
	top:10%;
	position:absolute;
	max-width: 120px;
	width: 7%;
	bottom: 0;
	margin: auto;
}

.news_area{
	position:absolute;
	bottom:0;
	right:0;
	display: flex;
	align-items: center;
	max-width: 968px;
	width: 70%;
}

.news_area .title{
	color:#fff;
	background:url(./img/top/mv_news.png)no-repeat;
	width: 218px;
	flex-shrink: 0;
	height: 67px;
	background-size: contain;
	display: flex;
	align-items: center;
	padding-left: 90px;
	font-size: 2.5rem;
}

.news_area .news_area_div{
	background:#fff;
	height: 67px;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 3.823%;
	box-shadow: -3px 3px 6px #00000029;
}

.news_area .news_area_div .news_btn{
	display:flex;
	align-items:center;
	width: 100%;
}

.news_area .news_area_div .news_btn .date{
	font-size:1.6rem;
	font-weight:500;
	line-height:1.5;
	margin-right: 4%;
	flex-shrink: 0;
}

.news_area .news_area_div .news_btn .text{
	font-size:1.6rem;
	font-weight:500;
	line-height:1.5;
	width: 89%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.cov-div{
	max-width:1800px;
	width:95%;
	margin: 0 auto 24%;
}

.cov-div .title{
	line-height: 1.189;
	font-weight:500;
	font-size: clamp(4.2rem,6vw,9rem);
	letter-spacing:0.1em;
	text-shadow:0 0 14px #00030B;
	margin-bottom:9px;
}

.cov-div .text1{
	text-shadow:0 0 14px #00030B;
	font-size: clamp(1.45rem,1.6vw,2.5rem);
	line-height:1.72;
}

.countUp{
	color:#fff;
}

.anm.active .countUp{
	animation:hover-anm 0.51s ease forwards;
	position:relative;
}


.anm.active .countUp:before {
	animation:hover-anm2 0.5s ease;
	content:"";
	font-size:0rem;
}

.anm.active li:nth-child(2) .countUp{
	animation:hover-anm 0.51s ease forwards;
	animation-delay:0.5s;
}

.anm.active li:nth-child(2) .countUp:before {
	animation:hover-anm2 0.5s ease;
	animation-delay:0.5s;
}

.anm.active li:nth-child(3) .countUp{
	animation:hover-anm 0.51s ease forwards;
	animation-delay:1s;
}

.anm.active li:nth-child(3) .countUp:before {
	animation:hover-anm2 0.5s ease;
	animation-delay:1s;
}

.anm.active li:nth-child(4) .countUp{
	animation:hover-anm 0.51s ease forwards;
	animation-delay:1.5s;
}

.anm.active li:nth-child(4) .countUp:before {
	animation:hover-anm2 0.5s ease;
	animation-delay:1.5s;
}


@keyframes hover-anm {
0%{
	font-size: 0;
	color:#fff;
	}
99%{
	font-size: 0;
	color:#fff;
}
100%{
	font-size: clamp(3rem, 6vw, 8.3rem);
	opacity:1;
	color:#213B80;
  }
}


@keyframes hover-anm2 {
0%{
	font-size: clamp(3rem, 6vw, 8.3rem);
	content:"2";
	transform:rotateZ(0deg);
	opacity:1;
	color:#213B80;
	}
5%{
	content:"1";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
10%{
	content:"5";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
15%{
	content:"6";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
20%{
	content:"9";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
25%{
	content:"8";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
30%{
	content:"3";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
35%{
	content:"4";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
40%{
	content:"8";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
45%{
	content:"2";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
50%{
	content:"1";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
55%{
	content:"5";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
60%{
	content:"6";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
65%{
	content:"9";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
70%{
	content:"8";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
75%{
	content:"3";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
80%{
	content:"4";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
85%{
	content:"8";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
90%{
	content:"2";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
95%{
	content:"9";
	font-size: clamp(3rem, 6vw, 8.3rem);
	}
100%{
	content:"";
	font-size: 0rem;
	transform:rotateZ(360deg);
	opacity:1;
	color:#213B80;
  }
}



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

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

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

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

.mainTit{
	font-size: 2.1rem;
	line-height: 1.41857;
	font-weight:700;
	font-size: clamp(1.8rem,2vw,2.1rem);
}

.mainTit .en_tit{
	line-height: 1.31506;
	font-weight:700;
	font-size: clamp(4rem,7vw,7.3rem);
	letter-spacing:0.05em;
	display:block;
}

.mainTit2{
	font-size: 5.9rem;
	line-height: 1.169;
	font-weight: 700;
	font-size: clamp(3.4rem,5vw,5.9rem);
}

.mainTit2 .en_tit{
	font-size: 2rem;
	line-height: 1.3;
	font-weight:700;
	font-size: clamp(1.8rem,2vw,2rem);
	display:block;
}

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

.content01{
	padding: 146px 0 141px;
	position: relative;
}

.content01:before{
	position:absolute;
	content:"";
	width:100%;
	height: 47%;
	background: url(./img/top/bg1.png)no-repeat bottom right;
	background-size: cover;
	left:0;
	top:0;
	z-index:-1;
}

.content01 .flex{
	margin: 0 auto 40px;
}

.content01 .flex .mainTit{
	max-width:267px;
	width:30%;
	flex-shrink:0;
}

.content01 .flex .text{
	color:#fff;
	font-size:1.8rem;
	line-height:2;
	max-width:772px;
	width:100%;
	padding-top: 13px;
	font-weight: 700;
}

.cont01_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto 71px;
}

.cont01_list li{
	width:48%;
	max-width:545px;
	margin-top:40px;
}

.cont01_list li .img{
	position:relative;
}

.cont01_list li .img img{
	box-shadow:3px 3px 3px #00000029;
}

.cont01_list li .img .ab_text{
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	line-height: 0.7;
	font-weight:500;
	font-size: clamp(6rem,9vw,11.4rem);
}

.cont01_list li .text_area{
	background:#fff;
	padding-top:14px;
}

.cont01_list li .title{
	font-size: clamp(2.2rem,3vw,3.5rem);
	line-height: 1.31428;
	font-weight:700;
}

.cont01_list li .text{
	margin-top: 8px;
	line-height: 1.75;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:360px;
	margin:0 auto 0;
	height:80px;
	font-size:2.5rem;
	font-weight:700;
	position:relative;
	line-height: 1.32;
	opacity:1!important;
	overflow: hidden;
}

.btn1:before{
	position:absolute;
	content:"";
	width: 19px;
	height: 16px;
	right: 21px;
	top:0;
	bottom:0;
	margin:auto;
	background:url(./img/common/arrow1_wh.svg)no-repeat;
	background-size:contain;
}

.btn1.bgwh:before{
	background:url(./img/common/arrow1_blu.svg)no-repeat;
	background-size:contain;
}

.btn1:after {
    background: #fff;
    content: "";
    height: 200px;
    left: -90px;
    opacity: .2;
    position: absolute;
    top: -63px;
    -webkit-transform: rotate(41deg);
    transform: rotate(41deg);
    -webkit-transition: all 350ms 
      cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 350ms 
      cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}

.btn1.bgwh:after {
    background: #ccc;
}

/* マウスオーバー時 */
.btn1:hover:after {
    left: 120%;
    -webkit-transition: all 350ms 
      cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 350ms 
      cubic-bezier(0.19, 1, 0.22, 1);
}


.content02{
	position:relative;
	background: url(./img/top/bg21.png)no-repeat top center;
	background-size:100%;
	z-index: 1;
}


.content02:before{
	position:absolute;
	content:"";
	width: 30%;
	height:100%;
	max-width:564px;
	background: url(./img/top/bg22.png)no-repeat top center;
	background-size:contain;
	right:0;
	top: -8%;
	z-index: -1;
}

.content02 .ma1920{
	padding: 80px 0 136px;
	min-height:1275px;
}

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

.content02 .ma1920 .inner > .title_area{
	display:flex;
	margin:0 auto 18px;
	align-items: center;
}

.content02 .ma1920 .inner > .title_area .mainTit2{
	flex-shrink:0;
}

.co2_tit_span{
	display:flex;
	margin-left:35px;
	align-items:baseline;
}

.co2_tit_span .big{
	font-size: clamp(5rem,6vw,8.5rem);
	line-height: 1.31428;
	font-weight:900;
	font-style:italic;
}

.content02 .ma1920 .inner > .title_area .bar{
	height:1px;
	width:70%;
	margin-right: -10%;
	margin-left: 13.501%;
	background: #213B80;
	margin-top: 3%;
}

.content02 .ma1920 .inner > .text{
	line-height:1.9375;
	/* text-shadow: 0px 0px 3px #fff; */
	width: 88%;
}

.content02 .ab_text{
	font-size:30.1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: clamp(8rem,17vw,30.1rem);
	line-height: 0.7;
	font-weight: 500;
	color:#F5F5F5;
	z-index: -1;
}

.content03{
	padding: 147px 0 150px;
	background: #EFF6F7;
}

.content03 .mainTit{
	text-align:center;
	margin:0 auto 48px;
}

.content03 .flex .left{
	max-width:794px;
	width: 67%;
}

.content03 .flex .left .yt1{
	width:100%;
	height: 38vw;
	max-height:500px;
	box-shadow:3px 3px 30px #00000029;
	border: none;
}

.content03 .flex .right{
	max-width: 367px;
	width: 31%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content03 .flex .right .yt2{
	width: 100%;
	max-height: 231px;
	height: 18.5vw;
	box-shadow:3px 3px 30px #00000029;
}

.content03 .flex .right .yt21{
	margin-bottom:auto;
}

.content03 .btn2{
	margin:37px 0 0 auto;
	display:flex;
	max-width:max-content;
	color:#213B80;
	font-size:2rem;
	font-weight:700;
	line-height:1.45;
	padding-right:24px;
	position:relative;
}

.content03 .btn2:before{
	position:absolute;
	content:"";
	width:19px;
	height:16px;
	background:url(./img/common/arrow1_blu.svg)no-repeat;
	background-size:contain;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
}

iframe{
	width:100%;
	height:100%;
	border: none;
}

.content04{
	padding: 145px 0;
	position:relative;
	z-index: 1;
	overflow: hidden;
}

.sousyoku .sou{
	position:absolute;
	z-index: -1;
}

.content04 .sousyoku .sou1{
	left:0;
	top:0;
	width: 18.2292%;
}

.content04 .sousyoku .sou2{
	right:0;
	bottom:0;
	width: 51.7456%;
	height: 100%;
}

.content04 .sousyoku .sou2 img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:left center;
}

 .move_sou1 img{
	transform: translate(100%, -100%);
 }

.active .move_sou1 img{
	animation-name: move_sou1;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
}


@keyframes move_sou1{
  from {
		transform: translate(100%, -100%);
  }

  to {
  transform: translate(0px, 0px);
  }
}

.content04 .co4_list1{
	margin: 36px auto 0;
}

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

.co4_list1 li{
	width:48%;
	max-width:571px;
	box-shadow:0 3px 6px #00000029;
	background:#fff;
	display:flex;
	min-height: 165px;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
	border-radius: 8px;
}

.co4_list1 li .text1{
	font-size: clamp(2rem,2vw,2.7rem);
	line-height: 1.444;
	font-weight:700;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: -12px;
	width: 37.75%;
	background: url(./img/top/co41.svg) no-repeat right center;
	background-size: cover;
	color: #fff;
	padding-left: 6.78%;
}

.co4_list1 li .text2{
	font-size: clamp(2.4rem,3.5vw,4rem);
	line-height: 1.325;
	font-weight:500;
	padding-right: 3.505%;
}

.co4_list1 li .text2 .text2_span{
	display:flex;
	align-items:baseline;
	justify-content:flex-end;
	margin-left:auto;
	max-width:max-content;
}

.co4_list1 li .text2 .text2_span .big{
	font-size: clamp(3rem,6vw,8.3rem);
	line-height: 0.9;
	font-weight:500;
	font-style:italic;
}

.co4_list1 li .text2 .text2_span .center{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: auto 8px;
}

.content05{
	position: relative;
	background: url(./img/top/bg5.jpg)no-repeat top center;
	background-size: cover;
	height: 36.563vw;
	height: 702px;
	background-position-y: 85%;
}

.co5_div{
	background:#fff;
	border-radius:8px;
	box-shadow:0 3px 6px #00000029;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom: -9.68%;
	max-width: 1000px;
	width: 95%;
	padding: 30px 3.334%;
	display:flex;
	justify-content:space-between;
	align-items: center;
}

.co5_div .text_area{
	max-width:730px;
	width: 100%;
}

.co5_div .title{font-size: 2.1rem;line-height: 1.41857;font-weight: 700;font-size: clamp(1.8rem, 3vw, 2.1rem);}

.co5_div .title .en_tit{display: block;line-height: 1.3134;font-weight: 700;font-size: clamp(4rem, 6vw, 6.7rem);letter-spacing: 0.05em;}

.co5_div .text{
	line-height:1.8125;
	margin-top: 27px;
}

.co5_div .arrow{
	width:172px;
	height:172px;
	border:10px solid #EDF0F7;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	transition:.4s;
	flex-shrink: 0;
}

/* .co5_div .arrow span{
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 35px solid #213b80;
	border-right: 0;
	transition:.4s;
} */
.co5_div .arrow span {
  position: relative;
  display: inline-block;
  width: 40px;     /* 棒の長さ */
  height: 8px;     /* 棒の太さ */
  background: #213b80;
  border-radius: 4px;
  transition: .4s;
}

.co5_div .arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #213b80; /* 矢印の先（三角） */
}
.co5_div:hover .arrow{
	background:#213b80;
	border:10px solid #213b80;
}

.co5_div:hover .arrow span{
	border-left: 45px solid #fff;
}
.co5_div:hover .arrow span::after {	
  border-left: 12px solid #FFF; 
}

.content06{
	padding: 220px 0 147px;
	margin: -1px auto 0;
	background: #213B80;
}

.content06 .mainTit{
	text-align:center;
	margin:0 auto 60px;
}

.sld1{
	max-width:356px;
	margin:0 auto;
	width: 95%;
	background:#FFFFFF;
	position: relative;
	transition:.4s;
}

.sld1:hover{
	opacity:0.7;
}

.sld1 .img{
	width:100%;
	height:30vw;
	max-height:213px;
}

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

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


.sld1 .text_area .title{
	font-size: 2.5rem;
	line-height: 1.32;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.5rem);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.sld1 .text_area .text{
	margin-top: 12px;
	line-height: 1.625;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.slider_area1{
	margin:0 auto 71px;
}

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

.co2_list1 li{
	width:48%;
	background:#FFFFFF;
	box-shadow:3px 3px 30px #00000029;
	margin-top:68px;
	position:relative;
	max-width:545px;
	text-align:center;
	padding:0 0 20px;
}

.co2_list1 li .img{
	max-width:138px;
	width: 30%;
	margin:-43px auto 14px;
}

.co2_list1 li .num{
	position:absolute;
	opacity: 0.18;
	font-size:12.5rem;
	font-size: clamp(6rem,9vw,12.5rem);
	bottom: 0;
	left: 0;
	line-height: 0.67;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
}

.co2_list1 li .title1{
	font-size:3rem;
	font-size: clamp(2rem,2.4vw,3rem);
	font-weight:700;
	line-height:1.46667;
}

.co2_list1 li .title1 span{
	display:block;
	font-size:1.4rem;
	font-size: clamp(1.2rem,2vw,1.4rem);
	font-weight:700;
	line-height:1;
}


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

footer {
	margin: 0px auto 0;
	position:relative;
	padding: 108px 0 35px;
	position: relative;
}

footer:before{
	position:absolute;
	content:"";
	width: 70.417%;
	height:100%;
	right:-1px;
	top:0;
	background: url(./img/common/bg_ft.png)no-repeat left bottom;
	background-size: cover;
	z-index:-1;
}

.ft_in{
	max-width:1800px;
	width:95%;
	margin:0 auto;
}

footer .logo {
	width: 100%;
	max-width: 192px;
	margin-bottom:13px;
}

footer .map{
	width:100%;
	height:264px;
	margin-bottom:10px;
}

footer .flex1{
	
}

footer .flex1 .left{
	max-width:477px;
	width: 39%;
}

footer .flex1 .right{
	max-width:1070px;
	width: 60%;
}

footer .flex2{
	padding-left: 6.73%;
	width: 100%;
	padding-bottom: 80px;
	border-bottom: 1px solid #507499;
	max-width: 800px;
}

.ft_list li{
	margin-bottom:11px;
	font-size:1.8rem;
	line-height:1.6667;
}

.ft_list li.mabo{
	margin-bottom:41px;
}

.ft_list li.child{
	margin-bottom:0;
	line-height:2.1875;
}

.ft_list li a{
	color:#fff;
}

.ft_list li.child a{
	color:#6086AD;
	color: #fff;
}


footer .flex3{
	width: 100%;
	padding:28px 0 29px;
	max-width:876px;
	margin:0 auto;
}

.ft_btn{
	display:flex;
	position:relative;
	justify-content:center;
	background:#FFFFFF;
	max-width:270px;
	width: 32%;
	margin-top:34px;
	height:79px;
	text-align:center;
	padding-top: 23px;
	z-index:1;
	transition:.4s;
}

.ft_btn:hover{
	opacity:0.7;
}

.ft_btn:after{
	position:absolute;
	content:"";
	background: url(./img/common/side_btn22.png)no-repeat bottom right;
	background-size:contain;
	right:0;
	bottom:0;
	height:68.5px;
	width:80%;
	z-index:-1;
}

.ft_btn1:before{
	position:absolute;
	content:"";
	width:40%;
	height:68px;
	max-width:67px;
	left:0;
	bottom:0;
	background: url(./img/common/ft_bt1.svg)no-repeat bottom left;
	background-size:contain;
	z-index:-1;
}


.ft_btn2:before{
	position:absolute;
	content:"";
	width:40%;
	height:68px;
	max-width:80px;
	left:0;
	bottom:0;
	background: url(./img/common/ft_bt2.svg)no-repeat bottom left;
	background-size:contain;
	z-index:-1;
}


.ft_btn3:before{
	position:absolute;
	content:"";
	width:40%;
	height:68px;
	max-width:65px;
	left:0;
	bottom:0;
	background: url(./img/common/ft_bt3.svg)no-repeat bottom left;
	background-size:contain;
	z-index:-1;
}


.ft_btn .fuki{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:-34px;
	background:#CAE6EA;
	display:flex;
	align-items:center;
	justify-content:center;
	width:90%;
	max-width:207px;
	text-align:center;
	height:41px;
	font-size:1.3rem;
	font-weight:700;
	line-height:1.3;
}

.ft_btn .fuki:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 9px solid #cae6ea;
	border-bottom: 0;
	left:0;
	right:0;
	margin:auto;
	top:100%;
}

.ft_btn .text{
	font-weight:700;
	line-height:1.375;
}

.ft_btn .text span{
	display:block;
	margin-top:3px;
	font-size:1.1rem;
	font-weight:500;
	letter-spacing:0.1em;
	line-height:1.3636;
}


footer .flex4{
	width: 100%;
	padding:37.5px 0 0;
	margin:0 auto;
	border-top: 1px solid #507499;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
}

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

.ft_list2 li{
	margin-left:16px;
}

.ft_list2 li:first-child{
	margin-left:0px;
}

.copyright {
	font-size: 1.3rem;
	font-weight: 500;
}

.side_btn_area{
	position:fixed;
	right:0;
	bottom:20px;
	z-index:99;
	max-width: 270px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.side_btn2{
	display:flex;
	position:relative;
	justify-content:center;
	background:#FFFFFF;
	width: 100%;
	margin-top:9px;
	height:79px;
	text-align:center;
	z-index:1;
	transition:.4s;
	border:4px solid #CDE7EB;
	align-items:center;
}

.side_btn2:hover{
	opacity:0.7;
}

.side_btn2:after{
	position:absolute;
	content:"";
	background: url(./img/common/side_btn22.png)no-repeat bottom right;
	background-size:contain;
	right:0;
	bottom:0;
	height:68.5px;
	width:80%;
	z-index:-1;
}

.side_btn2:before{
	position:absolute;
	content:"";
	width:40%;
	height:68px;
	max-width:80px;
	left:0;
	bottom:0;
	background: url(./img/common/side_btn21.svg)no-repeat bottom left;
	background-size:contain;
	z-index:-1;
}


.side_btn2.side_btn3:before{
	width: 19%;
	height:62px;
	max-width:53px;
	left: 4.6%;
	bottom: 6%;
	background: url(./img/common/side_btn13.svg)no-repeat bottom left;
	background-size:contain;
}

.side_btn2 .text{
	font-weight:700;
	line-height:1.375;
}

.side_btn2 .text span{
	display:block;
	margin-top:3px;
	font-size:1.1rem;
	font-weight:500;
	letter-spacing:0.1em;
	line-height:1.3636;
}


.side_btn1{
	display:flex;
	position:relative;
	background:#FFFFFF;
	width: 100%;
	margin-top:9px;
	height:79px;
	text-align:center;
	z-index:1;
	transition:.4s;
	border:4px solid #CDE7EB;
	align-items:center;
	padding-left: 33%;
	padding-right: 3%;
}

.side_btn1 .img1{
	position:absolute;
	left:-23px;
	bottom:-4px;
}

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

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

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 17px 0 0;
    max-width: 1200px;
}

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

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

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

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


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

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

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


.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	color: #FFFFFF!important;
	font-size: 1.8rem;
	border: none;
	font-weight: 600;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	background: none;
	margin: 0 auto!important;
	height: 100%;
	height: 68px;
}


.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

.tb_inp.mabo{
	margin-bottom:16px;
}

textarea {
	padding: 10px 5px;
	height: 200px;
	width: 100%;
	background: #F4F4F4;
}

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

input[name="zip"]{
	max-width:366px;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
	height: 48px;
	padding: 5px;
	width: 100%;
	background: #F4F4F4;
}

::placeholder{
	color:#CCCCCC;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
	border: 1px solid #DDDDDD;
}

select{
	height: 40px;
	padding: 5px;
	width: 100%;
	background: #fff;
}

option,
select{
	border: 1px solid #707070;
	border-radius:2px;
}


textarea{
	border: 1px solid #DDDDDD;
}


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

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

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

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

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

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



.contact_tb th, .contact_tb td {
	padding: 5.627% 0;
	position: relative;
	font-weight: 500;
	border-bottom: 1px solid #CBCBCB;
	letter-spacing: 0;
}


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

.contact_tb .text2{
	font-size:1.4rem;
	font-weight:500;
	line-height:1.857;
	margin-top:17px;
}

.contact_tb .text .small{
	display:block;
	font-weight: 400;
}


.contact_tb th {
	width: 28.5%;
	text-align: left;
	padding-right: 1%;
	font-size: 2rem;
}

.contact_tb th label{
	position:relative;
}

.contact_tb th label > span{
	display:block;
}


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

.contact_tb td {width: 71.5%;font-size: 1.8rem;}

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


.send_btn{position:relative;margin: 50px auto 0;max-width: 322px;width: 100%;}



.send_btn:hover{
	opacity:0.7;
}

em{
	color: #E33333;
}

.rad_flex .wpcf7-radio{
	display:flex;
}

.rad_flex .wpcf7-radio > span{
	margin-bottom:15px;
	display:flex;
	align-items:center;
}

.rad_flex .wpcf7-radio > span:first-child{
	width:246px;
}

.rad_flex .wpcf7-radio span input{
	margin-right:8px;
	margin-bottom:4px;
}


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

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

.privacy_area a{
	color:#E33333;
}


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


/* wordpress 記事 */
.detail_area img{
	margin-bottom: 34px;
	width: revert-layer;
}

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


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

.detail_area {
	margin-bottom:50px;
}

.point_div{
	margin-bottom:50px;
	background: #EFF6F7;
	padding:3% 4%;
}

.point_div .title1{
	margin-bottom: 18px;
	font-size: clamp(2.2rem,3vw,2.5rem);
	line-height: 1.44;
	letter-spacing: 0;
	font-weight: 700;
	padding-bottom: 4.5px;
	border-bottom: 1px solid #707070;
}

.detail_area p{
	margin-bottom: 19px;
	font-size: clamp(1.5rem,2.3vw,1.6rem);
	line-height: 1.9375;
}

.detail_area h2{
	margin-bottom: 18px;
	font-size: clamp(2.2rem,3vw,2.5rem);
	line-height: 1.44;
	letter-spacing: 0;
	font-weight: 700;
	padding-bottom: 4.5px;
	border-bottom: 1px solid #707070;
	color:#213B80;
}

.detail_area h3{
	margin-bottom: 14px;
	font-size: clamp(1.8rem,2.3vw,2rem);
	line-height: 1.45;
	color:#213B80;
}

.detail_area h4{
	margin-bottom: 12px;
	font-size: clamp(1.7rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
	color:#213B80;
}

/* article */

#art_cover1{
	height:500px;
	width:100%;
	position:relative;
	z-index:1;
	padding-top: 210px;
}

#art_cover1:before{
	position:absolute;
	content:"";
	background:url(./img/common/art_mv_sou1.svg)no-repeat top left;
	background-size:contain;
	max-width:892px;
	height:678px;
	top:0;
	left:0;
	width: 47%;
	pointer-events:none;
	z-index:-1;
}

#art_cover1:after{
	position:absolute;
	content:"";
	background:url(./img/common/art_mv_sou2.svg)no-repeat bottom right;
	background-size:contain;
	max-width:191px;
	height:190px;
	bottom: -9.6%;
	right:0;
	width: 12%;
	pointer-events:none;
	z-index:-1;
}

#art_cover1:before,
#art_cover1:after{
	display:none;
}

.art_cov_sou{
	position:absolute;
	z-index:-1;
	pointer-events:none;
}

.art_cov_sou1{
	max-width:892px;
	height:678px;
	top:0;
	left:0;
	width: 47%;
}

.art_cov_sou2{
	max-width:191px;
	height:190px;
	bottom: -9.6%;
	right:0;
	width: 12%;
	display: flex;
	align-items: flex-end;
}

.art_cov_sou2 img{
	animation-delay: 1s;
}

#art_cover1 .title{
	font-weight:700;
	font-size:9rem;
	font-size: clamp(2.9rem,7vw,9rem);
	letter-spacing:0.05em;
	line-height:1.3333;
}

#art_cover1 .title span.sub{
	display:block;
	font-size:3rem;
	font-size: clamp(2rem,3vw,3rem);
	line-height:1.46667;
	margin-bottom:15px;
}

/* .about #art_cover1{
	background: url(./img/about/mv.jpg)no-repeat center;
	background-size:cover;
} */

/* .features #art_cover1{
	background: url(./img/features/mv.jpg)no-repeat center;
	background-size:cover;
} */

/* .service #art_cover1{
	background: url(./img/service/mv.jpg)no-repeat center;
	background-size:cover;
} */

/* .cutting_bending #art_cover1{
	background: url(./img/cutting_bending/mv.jpg)no-repeat center;
	background-size:cover;
}
 */
/* .welding #art_cover1{
	background: url(./img/welding/mv.jpg)no-repeat center;
	background-size:cover;
} */

/* .cad_drawing #art_cover1{
	background: url(./img/cad/mv.jpg)no-repeat center;
	background-size:cover;
}

.order #art_cover1{
	background: url(./img/order/mv.jpg)no-repeat center;
	background-size:cover;
} */

/* .achievements #art_cover1{
	background: url(./img/achievements/mv.jpg)no-repeat center;
	background-size:cover;
} */

.blog #art_cover1{
	background: url(./img/blog/mv.jpg)no-repeat center;
	background-size:cover;
}

.faq #art_cover1{
	background: url(./img/faq/mv.jpg)no-repeat center;
	background-size:cover;
}

.privacy #art_cover1{
	background: url(./img/privacy/mv.jpg)no-repeat center;
	background-size:cover;
}

.sitemap #art_cover1{
	background: url(./img/sitemap/mv.jpg)no-repeat center;
	background-size:cover;
}

.shape #art_cover1{
	background: url(./img/shape/mv.jpg)no-repeat center;
	background-size:cover;
}

/* .equipment #art_cover1{
	background: url(./img/equipment/mv.jpg)no-repeat center;
	background-size:cover;
} */

/* .company #art_cover1{
	background: url(./img/company/mv.jpg)no-repeat center;
	background-size:cover;
} */

.philosophy #art_cover1{
	background: url(./img/philosophy/mv.jpg)no-repeat center;
	background-size:cover;
}

.contact1 #art_cover1{
	background: url(./img/contact/mv.jpg)no-repeat center;
	background-size:cover;
}

.contact2 #art_cover1{
	background: url(./img/contact/mv.jpg)no-repeat center;
	background-size:cover;
}

.oft #art_cover1{
	background: url(./img/oft/mv.jpg)no-repeat center;
	background-size:cover;
}


.art_sec01{
	padding-top:94px;
}

.artTit1{
	font-size:3.5rem;
	font-size: clamp(2.4rem,3vw,3.5rem);
	line-height:1.457;
	font-weight:700;
	letter-spacing:0;
}

.artTit2{
	font-size:5.9rem;
	font-size: clamp(3rem,4vw,5.9rem);
	line-height:1.44;
	font-weight:900;
	text-align:center;
}

.artTit2 .en_tit{
	font-size:2rem;
	font-size: clamp(1.4rem,2.4vw,2rem);
	line-height:1.3;
	font-weight:700;
	display:block;
	margin-bottom:11px;
}


.ft40{
	font-size:4rem;
	font-size: clamp(2.4rem,4vw,4rem);
	line-height:1.45;
}

/* about */

.about01{
	padding-bottom:163px;
	background:url(./img/about/bg1.png)no-repeat bottom center;
	background-size:contain;
}

.about01 .inner{
	max-width:1075px;
}

.art_sec01 .text1{
	margin-top: 5.3%;
	font-weight: 500;
}

body.article{
	font-size: clamp(1.5rem,2.3vw,1.8rem);
}

.about02{
	padding:104px 0 223px;
}

.about_list1{
}

.about_list1 li{
	margin-top: 7%;
}

.about_tit{
	display:flex;
	align-items:center;
	font-size:3.8rem;
	font-size: clamp(2.5rem,3vw,3.8rem);
	line-height:1.447;
	font-weight:900;
}

.about_tit span{
	font-size: clamp(4.4rem,5vw,8.3rem);
	font-weight:500;
	font-style:italic;
	line-height:1.3;
	margin-right:2%;
}


.about_list1 li .img{box-shadow: 3px 3px 30px #00000029;}

.about_list1 li .text1{
    margin-top: 3%;
}

/* features */
.features01{
	padding-bottom:168px;
}

.feat_list1 {
	margin-top:80px;
}

.feat_list1 li{
	margin-bottom:125px;
	display:flex;
	justify-content:space-between;
}

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

.feat_list1 li:last-child{
	margin:0;
}

.feat_list1 li .img{
	max-width: 551px;
	width: 49%;
}

.feat_list1 li .text_area{
	max-width: 577px;
	width: 49%;
}

.feat_list1 li .text_area .about_tit span{
	font-size: clamp(4.4rem, 7vw, 6.5rem);
}

.feat_list1 li .text_area .text{
margin-top: 4%;
}

.feat_list1 li .text_area .btn1{
	margin: 19px 0 0;
}

/* service */
.service01{
	padding-bottom: 194px;
}

.serv_list1 li{
	margin-top: 140px;
	display:flex;
	justify-content:space-between;
	max-width:1560px;
	width:95%;
	position:relative;
}

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

.serv_list1 li .img{
	max-width:1262px;
	width: 81%;
}

.serv_list1 li .text_area{
	max-width:783px;
	background:#fff;
	box-shadow:3px 3px 30px #00000029;
	padding:72px 40px 23px;
	width: 60%;
	margin-left: -32%;
	margin-top: 23.847%;
	z-index:1;
	position:relative;
}

.serv_list1 li:nth-child(2n+2) .text_area{
	margin-right: -32%;
	margin-left:0;
}

.serv_list1 li .text_area .sec{
	position:absolute;
	top:-13px;
	left:0;
	background:#122D48;
	color:#fff;
	padding:11px 50px;
	font-size: clamp(1.6rem, 3vw, 2.5rem);
	font-weight:700;
	line-height:1.44;
}

.serv_list1 li .text_area .sec:before{
	position:absolute;
	content:"";
	width: 40px;
	height: 100%;
	background: #122D48;
	display: inline-block;
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	left:99.7%;
	top:0;
}

.serv_list1 li .text{
	margin-top:12px;
	line-height:1.72222;
}

.article .btn1{
	height:68px;
	font-size: 2.1rem;
	max-width: 308px;
}

.serv_list1 li .btn1{
	margin:17px auto 0;
}

/* cutting_bending */
.cubu01{
	padding-bottom:100px;
}

.cubu02{
	padding:100px 0 140px;
	background: linear-gradient(180deg, #6784d1 0%, #213B80 50%, #122E48 100%);
}

.cubu02_list1{
	display:flex;
	justify-content:space-between;
	margin: 9% auto 0;
}

.cubu02_list1 li{
	width:32%;
	max-width:350px;
	color:#fff;
}

.ft25{
	font-size: clamp(2rem, 3vw, 2.5rem);
	font-weight:700;
	line-height:1.44;
}

.cubu02_list1 li .title1{
	font-size: clamp(1.8rem, 2.4vw, 2.5rem);
	font-weight:700;
	line-height:1.44;
	margin-top:11px;
}

.cubu02_list1 li .text1{
	margin-top:9px;
	font-size:1.6rem;
	line-height:1.25;
	font-weight:500;
}

.cubu03{
	padding:145px 0 165px;
	background: #EFF6F7;
}

.cubu03 .flex .text_area{
	max-width:680px;
	width: 57%;
}

.cubu03 .flex .img_area{
	max-width:425px;
	width: 41%;
}

.cubu03 .flex .text_area .title1{
	font-size: clamp(2.4rem, 3vw, 4.5rem);
	font-weight:900;
	line-height:1.4444;
}

.cubu03 .flex .text_area .title1 span{
	display:block;
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight:700;
	line-height:1.46667;
	margin-bottom:9px;
}

.cubu03 .flex .text_area .title2{
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight:900;
	line-height:1.3333;
	margin-top:40px;
}

.cubu03 .flex .text_area .text1{
	margin-top:40px;
}

.cubu03 .flex .img_area .name{
	text-align:center;
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight:700;
	line-height:1.3333;
	margin-top:12px;
}

.cubu03 .flex .img_area .name span{
	display:block;
	font-size: clamp(1.6rem, 3vw, 2.5rem);
	font-weight:700;
	line-height:1.44;
	margin-bottom:8px;
}

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

.co4_list2 li{
	background:#fff;
	box-shadow:0 3px 6px #00000029;
	width: 31%;
	max-width:370px;
	margin-top: 72px;
	position:relative;
	border-radius: 8px;
	border: 1px solid #EFEFEF;
}

.co4_list2 li .text1{
	position:absolute;
	top: -12px;
	left: -15px;
	background:#122D48;
	color:#fff;
	padding: 3.2% 10.5%;
	font-size: clamp(1.6rem, 3vw, 2rem);
	font-weight:700;
	line-height:1.44;
}

.co4_list2 li .text1:before{
	position:absolute;
	content:"";
	width: 40px;
	height: 100%;
	background: #122D48;
	display: inline-block;
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	left:99.7%;
	top:0;
}

.co4_list2 li .text2{
	display: flex;
	align-items: baseline;
	justify-content: center;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight:700;
	line-height:1.46667;
	position:relative;
	padding-top: 73px;
}

.co4_list2 li .text2 .big{
	font-size: clamp(7rem, 8vw, 10rem);
	font-weight:500;
	line-height: 1.27;
	font-style:italic;
	margin-right:9px;
}

.co4_list2 li .text2 .big .small{
	font-size: clamp(4rem, 5vw,8rem);
}

.co4_list2 li .text2 .text2_ab_span{
	position:absolute;
	bottom: 56%;
}

.co4_list2 li .text2 .text2_ab_span.small{
    font-size: clamp(1.6rem, 2vw, 2.2rem);
}

.cubu04 .anm.active .countUp{
	animation:hover-anm3 0.51s ease forwards;
	position:relative;
}

.anm.active .countUp:before {
	animation:hover-anm4 0.5s ease;
	content:"";
	font-size:0rem;
}

.cubu04 .anm.active li:nth-child(2) .countUp{
	animation:hover-anm3 0.51s ease forwards;
	animation-delay:0.5s;
}

.cubu04 .anm.active li:nth-child(2) .countUp:before {
	animation:hover-anm4 0.5s ease;
	animation-delay:0.5s;
}

.cubu04 .anm.active li:nth-child(3) .countUp{
	animation:hover-anm3 0.51s ease forwards;
	animation-delay:1s;
}

.cubu04 .anm.active li:nth-child(3) .countUp:before {
	animation:hover-anm4 0.5s ease;
	animation-delay:1s;
}


@keyframes hover-anm3 {
0%{
	font-size: 0;
	color:#fff;
	}
99%{
	font-size: 0;
	color:#fff;
}
100%{
	font-size: clamp(5rem, 10vw, 13.3rem);
	opacity:1;
	color:#213B80;
  }
}


@keyframes hover-anm4 {
0%{
	font-size: clamp(5rem, 10vw, 13.3rem);
	content:"2";
	transform:rotateZ(0deg);
	opacity:1;
	color:#213B80;
	}
5%{
	content:"1";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
10%{
	content:"5";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
15%{
	content:"6";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
20%{
	content:"9";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
25%{
	content:"8";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
30%{
	content:"3";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
35%{
	content:"4";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
40%{
	content:"8";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
45%{
	content:"2";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
50%{
	content:"1";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
55%{
	content:"5";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
60%{
	content:"6";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
65%{
	content:"9";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
70%{
	content:"8";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
75%{
	content:"3";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
80%{
	content:"4";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
85%{
	content:"8";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
90%{
	content:"2";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
95%{
	content:"9";
	font-size: clamp(5rem, 10vw, 13.3rem);
	}
100%{
	content:"";
	font-size: 0rem;
	transform:rotateZ(360deg);
	opacity:1;
	color:#213B80;
  }
}

.content04.cubu04 .sousyoku .sou2 {
    width: 39.3701%;
    height: 100%;
}

.content04.cubu04 .sousyoku .sou2 img{
	object-position: left top;
}

.content04.cubu04{padding: 113px 0 92px;}

.cubu05{
	background:#EFF6F7;
	padding: 7.5% 0 8.56%;
	position:relative;
	z-index: 1;
}

.cubu05:before{
	position:absolute;
	content:"";
	width:50%;
	height:100%;
	background: url(./img/cutting_bending/bg5.png)no-repeat center right;
	background-size:cover;
	left: 0;
	top: 0;
	z-index: -1;
}

.cubu05 .flex{
	margin: 7.5% auto 0;
}

.cubu05 .flex .img_area{
	max-width:453px;
	width: 40%;
}

.cubu05 .flex .text_area{
	max-width:650px;
	width: 55%;
}

.cubu05 .flex .img_area .img1{
width: 65.787%;
margin-left: auto;
box-shadow: 3px 3px 30px #00000029;
}

.cubu05 .flex .img_area .img2{
width: 52.983%;
margin-top: -28.259%;
box-shadow: 3px 3px 30px #00000029;
z-index: 1;
position: relative;
}

.cubu05_div1{
	background:#fff;
	box-shadow:3px 3px 30px #00000029;
	margin-bottom:28px;
	position:relative;
	padding: 18px 21px 21px;
	min-height:178px;
}

.cubu05_div1:last-child{
	margin-bottom:0;
}

.cubu05_div1:before{
	position:absolute;
	content:"";
	background:url(./img/cutting_bending/co5_tri.svg)no-repeat;
	width: 30px;
	height: 30px;
	right: 99%;
	top: 0;
	bottom: 0;
	margin: auto;
	filter: drop-shadow(3px 3px 30px #00000029);
}

.cubu05_div1.r_tri:before{
	left: 99%;
	right:auto;
	transform:rotateZ(180deg);
}

.cubu05_div1 .text1{
	margin-top:16px;
}

.content05.cubu06{
	background: url(./img/cutting_bending/bg6.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 175px 0 110px;
	height: auto;
}

.welding .content05.cubu06{
	background: url(./img/welding/bg6.jpg) no-repeat center bottom;
}

.order .content05.cubu06{
	background: url(./img/order/bg6.jpg) no-repeat center bottom;
}

.cad .content05.cubu06{
	background: url(./img/cad/bg6.jpg) no-repeat center bottom;
}

.content05.cubu06 .co5_div{
	position: relative;
	width: 100%;
	top: inherit;
	left: initial;
	right: inherit;
	bottom: initial;
}

.content05.cubu06 .co5_div .title{font-size: 4.5rem;font-size: clamp(2.4rem, 3vw, 4.5rem);font-weight: 900;}

.content05.cubu06 .co5_div .title .en_tit{font-size: clamp(1.8rem, 2.4vw, 2.8rem);margin-bottom: 5px;}


.cubu07{
	background:#213B80;
	padding:80px 0 138px;
}

.cubu07 .mainTit{
	text-align:center;
	margin-bottom:70px;
}

.achiv_list1{
	display:flex;
}

.achiv_list1 li{
	width: 22.084%;
	margin-right: 3.888%;
	color:#fff;
	margin-bottom:68px;
}

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

.achiv_list1 li .img{
	width:100%;
	height: 17vw;
	max-height: 223px;
	margin-bottom: 20px;
}

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

.achi_cate{
	color: #213B80;
	background: #fff;
	padding: 1px 5px;
	max-width: max-content;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.416667;
}

.achiv_list1 li .text_area .date{
	margin-top: 6px;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 700;
}

.achiv_list1 li .text_area .title{
	margin-top: 2px;
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight:700;
	line-height:1.45;
}

.cubu08{
	padding: 6.86% 0 10.3%;
}

.flow_list{
	position:relative;
	margin-top:70px;
}

.flow_list:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:url(./img/cutting_bending/co8_dashed.png);
	top:0;
	left: 45%;
}

.flow_list li{
	position:relative;
	background:#FFFFFF;
	margin-bottom:70px;
	padding: 27px 10px 37px;
	min-height: 253px;
}
.flow_list li:before{
	position:absolute;
	content:"";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border:10px solid #F0F3FA;
	left:0;
	top:0;
}

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

.flow_list li .img_area{
	position:absolute;
	left:0;
	top:0;
	width: 21.1%;
	background: url(./img/cutting_bending/co8.svg)no-repeat right;
	background-size: cover;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2% 6% 2% 3%;
}

.flow_list li .text_area{
	max-width: 905px;
	width: 77%;
	margin-left:auto;
}

.flow_list li .text_area .about_tit span{
	font-size: clamp(4rem, 5vw, 6.5rem);
}

.flow_list li .text_area .text1{
	margin-top:6px;
}

.flow_list li .text_area .btn1{
	margin:35px 0 0;
}

.cubu08 .btn1.long{
	margin-top:93px;
}

.article .btn1.long{
	max-width:611px;
}

.cubu09 {
    background: #EFF6F7;
	padding:80px 0
}

.link_list1{
	display:flex;
	justify-content:space-between;
	margin-top:70px;
}

.link_list1.col3{
	margin:0;
}

.link_list1 li{
	position:relative;
	width:24%;
	z-index:1;
}

.link_list1.col3 li{
	width: 32%;
	max-width: 348px;
}

.link_list1 li:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: #213B80;
	opacity:0.7;
	transition:.4s;
}

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

.company .comp_link:before,
.philosophy .philo_link:before,
.oft .oft_link:before,
.cutting_bending .cubu_link:before,
.welding .welding_link:before,
.cad_drawing .cad_link:before,
.order .order_link:before{
	background:#333333;
	z-index:2;
	opacity:0.8!important;
}

.link_list1 li:after{
	position:absolute;
	content:"";
	width:95%;
	height:92%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	border:1px solid #fff;
}

.link_list1 li .img{
	height: 12vw;
	max-height: 160px;
}

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

.link_list1 li .text{
	position:absolute;
	color:#fff;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	font-weight:700;
}

.link_list1.col3 li .text{
	font-size: clamp(1.6rem, 2vw, 3.3rem);
	line-height:1.1;
}

.cubu01 .flex2{
	max-width:880px;
}

.cubu01 .flex2 .op_link{
	width:48%;
}


.op_link{
	max-width:404px;
	width:100%;
	display:flex;
	box-shadow:0 3px 6px #00000029;
	margin-top:50px;
}

.achi01{
	padding: 94px 0 196px;
}

.achi01 .flex .side_cont{
	width: 20%;
}

.achi01 .flex .main_cont{width: 78%;}



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

.achiv_list2 li{
	width: 32%;
	margin-right:2%;
	margin-bottom:40px;
}

.achiv_list1 li:hover{
	opacity:0.7;
}

.achiv_list2 li:hover{
	opacity:0.7;
}

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

.achiv_list2 li .img{
	width:100%;
	height: 21vw;
	max-height: 232px;
	margin-bottom: 20px;
}

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

.achi_cate{
	background: #213B80;
	color: #fff;
	padding: 1px 5px;
	max-width: max-content;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.416667;
}

.achiv_list2 li .text_area .date{
	margin-top: 6px;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 700;
}

.achiv_list2 li .text_area .title{
	margin-top: 2px;
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight:700;
	line-height:1.45;
}

.cate_list li{
	font-size:1.6rem;
	margin-top:8px;
}

.achi01 .flex .side_cont .title1{
	font-size: clamp(1.8rem, 3vw, 2rem);
	font-weight: 700;
	line-height: 1.44;
}


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

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	width: 48px;
	height: 48px;
	background: #fff;
	border: 1px solid #707070;
	margin: 0 0.4%;
	transition:.4s;
	font-weight: 500;
	text-decoration: none;
	color: #333333;
	border-radius:5px;
}


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

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

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

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


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

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

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

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

/* achievements */

#no_cov{
	height:200px;
}

.achi02{
	padding:94px 0 80px;
}

.achi02 .title_area{
	margin-bottom:40px;
}

.achi02 .title_area .date{
font-size: 1.6rem;
margin: 8px 0;
}

.achi02 .title_area .title{
	font-size: clamp(2.4rem, 3vw, 4rem);
	font-weight: 700;
	line-height: 1.44;
}

/* faq */

.faq01{
	padding:85px 0 150px;
}


.qanda_list li{margin-bottom: 30px;}

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

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

.qanda_list li dt{
	color: #fff;
	background: #213B80;
	font-size: clamp(1.8rem, 2vw, 2.5rem);
	font-weight: 900;
	align-items: center;
	padding: 1px 2.3%;
}

.qanda_list li dt p{
	width: 88%;
}

.qanda_list li dd{
	padding: 15px 2.3% 18px;
	font-weight: 700;
	align-items: flex-start;
	font-size: clamp(1.5rem, 2vw, 1.8rem);
}

.qanda_list li dd p{
	padding-top:1.5%;
	width: 88%;
}

.qanda_list li .que,
.qanda_list li .ans{
	display:flex;
	align-items:center;
	margin-right:13px;
	flex-shrink:0;
	justify-content:center;
	border-radius:50%;
	font-size: clamp(4rem, 8vw, 6rem);
	font-weight:500;
	padding-bottom: 4px;
	padding-left: 2px;
	font-style:italic;
	line-height: 1.3;
}

.qanda_list li .que{
	color:#fff;
}

.qanda_list li .ans{
	color:#213B80;
}


.qanda_list dt .pulu{
	position: absolute;
	display: flex;
	right: 25px;
	width: 54px;
	height: 54px;
	top: 0;
	bottom: 0;
	margin: auto;
	background:#10265F;
	align-items:center;
	justify-content:center;
	border-radius:50%;
}

.qanda_list dt .pulu span{
	width: 24px;
	background: #fff;
	height: 2px;
	display: block;
	position: absolute;
	right: 0;
	left:0;
	margin:auto;
}

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

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

/* privacy */
.priv01{
	padding:100px 0 145px;
}

.priv01_list li{
	margin-bottom:40px;
}

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

.priv01_list li .title{
	font-size:700;
	margin-bottom:16px;
}

/* sitemap */
.site01{
	padding:100px 0 145px;
}

.site01 .ft_list li {
	font-size: clamp(1.3rem, 1.6vw, 1.8rem);
}

.site01 .ft_list li.small{
	line-height:1.5;
	margin-top:8px;
}

.site01 .ft_list li a{
	color: #333;
	display: flex;
	align-items: center;
}
.site01 .ft_list li a img{
	margin-left:8px;
}

.site01 .ft_list li.child a{
	color:#6086AD;
}

.site01 .ft_list li.mabo {
    margin-bottom: 20px;
}

.site01 .ft_list li.child{
	margin-left:16px;
}

.site01 .flex2 {
	justify-content:flex-start;
	margin-top:40px;
}

.site01 .flex2 .ft_list{
	margin-right:8%;
}

.site01 .flex1 .ft_list{
	margin-right: 1%;
}

.site01 .flex1 .ft_list:last-child{
	margin-right:0;
}

/* shape */
.shape02{
	padding:70px 0 0;
}

.shape_in{
	position:relative;
	max-width:1800px;
	width: 95%;
	margin:0 auto;
}

.shape_in1{
	padding-top: 2.153%;
}

.shape_in2{
	padding-top: 3.0978%;
	margin-top:106px;
}

.shape_in1 .ab_img{
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
	width: 19.445%;
}

.shape_in2 .ab_img{
	position:absolute;
	top:0;
	right:0;
	z-index: 1;
	width: 19.445%;
}

.shape02_div{
	max-width:1716px;
	width: 96%;
	margin:0 auto;
	position: relative;
	padding: 4.723% 0 5.278%;
	padding: 85px 0 95px;
}

.shape02_div1{
	background:url(./img/shape/bg21.jpg)no-repeat center;
	background-size:cover;
}

.shape02_div2{
	background:url(./img/shape/bg22.jpg)no-repeat center;
	background-size:cover;
}

.shape02_div .ab_text{
    font-size: 15.3rem;
    position: absolute;
    top: 0;
    left: 0;
    font-size: clamp(4rem, 10vw, 15.3rem);
    line-height: 0.7;
    font-weight: 700;
    color: #FFFFFF;
    opacity:0.18;
    z-index:1;
    letter-spacing: 0.05em;
}

.shape02_div2 .ab_text{
    left: auto;
	right:0;
}

.shape02_div .title_area{
	text-align: center;
}

.shape02_div .title_area .num{
	max-width:214px;
	margin:0 auto 6px;
	width: 50%;
}

.shape02_div .title_area .text{
margin: 24px auto 55px;
	line-height:1.722;
}

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

.shape_tit1{
	padding:10px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-align:center;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.4666667;
}

.shape02_list1{
	display:flex;
	justify-content:space-between;
	margin-top:32px;
}

.shape02_list1 li{
	width:32%;
	max-width:350px;
}

.shape02_list1 li .title{
	margin-top:8px;
	font-size: clamp(1.8rem, 2vw, 2.5rem);
	font-weight: 700;
	display:flex;
	align-items:center;
}

.shape02_list1 li .title span{
	background:#1111118c;
	margin-right:13px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 1.85% 3.218%;
}


.shape02_div2 .shape02_list1 li .title span{
	background:#FFFFFF52;
}

.shape02_list1 li .text{
	margin-top:9px;
	font-size:1.6rem;
}

.shape02_div .text1{
	background:#FFFFFF;
	color:#333333;
	text-align:center;
	padding: 17px 3%;
	margin-top:45px;
	font-size: clamp(1.6rem, 2vw, 2.3rem);
	font-weight: 700;
	line-height:1.478;
}

.shape02_div .text1 a{
	text-decoration:underline;
}

.shape03{
	padding:130px 0 150px;
}

.shape03 .mainTit{
	text-align:center;
}

.shape03 .text1{
	text-align:center;
	margin-top:22px;
	line-height:1.722;
}

.shape03_div{
	margin:72px auto 0;
}

.shape03_div .shape_tit1{
	margin-bottom:55px;
}

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


.shape03_list1 li{
	width:32%;
	max-width:350px;
}

.shape03_list1 li .title{
	display:flex;
	align-items:center;
	margin: 8px 0 9px;
	font-size: 1.6rem;
	font-weight: 700;
}

.shape03_list1 li .title img{
	width: 15%;
	margin-right: 5px;
	max-width: 52px;
}

.shape03_list1 li .text{
	font-size: 1.6rem;
	line-height: 1.5;
}

.shape04{
	
padding: 135px 0 195px;
	
background: #EFF6F7;
}

.shape04 .mainTit{
	text-align:center;
}

.qanda_list2{
	margin-top:90px;
}

.qanda_list2 li{margin-bottom: 30px;}

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

.qanda_list2 li dt,
.qanda_list2 li dd{
	display:flex;
	align-items:baseline;
	position: relative;
}

.qanda_list2 li dt{
	color: #fff;
	background: #213B80;
	font-size: clamp(1.8rem, 2vw, 2.5rem);
	font-weight: 900;
	align-items: center;
	padding: 1px 2.3%;
}

.qanda_list2 li dd{
	padding: 15px 2.3% 18px;
	font-weight: 700;
	align-items: flex-start;
	font-size: clamp(1.5rem, 2vw, 1.8rem);
}

.qanda_list2 li dd p{
	padding-top:1.5%;
}

.qanda_list2 li .que,
.qanda_list2 li .ans{
	display:flex;
	align-items:center;
	margin-right:13px;
	flex-shrink:0;
	justify-content:center;
	border-radius:50%;
	font-size: clamp(4rem, 8vw, 6rem);
	font-weight:500;
	padding-bottom: 4px;
	padding-left: 2px;
	font-style:italic;
	line-height: 1.3;
}

.qanda_list2 li .que{
	color:#fff;
}

.qanda_list2 li .ans{
	color:#213B80;
}

/* equipment */
.equip01{
	padding:80px 0 270px;
}

.equip01 .title_area{
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
	margin-bottom: 52px;
}

.equip01 .title_area .bar{
	width: 48%;
	height:1px;
	background:#213B80;
	max-width:551px;
	margin-bottom: 3.25%;
}

.equip01 .title_area .mainTit2{
	flex-shrink:0;
	margin-right:5%;
}

.equip_div{
margin-bottom: 200px;
}

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

.equip_div .shape_tit1{
	text-align:left;
	margin-bottom:44px;
}

.equip01_div{
	margin-bottom:116px;
}

.equip01_div:last-child{
	margin-bottom:0;
}

.equip01_div > .title{
	font-size: clamp(1.9rem, 3vw, 2.9rem);
	font-weight: 700;
	margin-bottom:17px;
	line-height:1.4487;
}

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

.equip_flex .item_area{
	max-width:575px;
	width:48%;
}

.equip_flex .cont_area{
	max-width:557px;
	width:48%;
}

.equip_flex .item_area .slick-img{
	width:100%;
	max-height:458px;
	height: 36vw;
	background:#EFF6F7;
}

.equip_flex .item_area .slick-img img{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
}

.equip_flex .item_area .text1{
	margin-top:17px;
}

.equip_flex .item_area .thumbnail{
	margin-top:40px;
}

.equip_flex .item_area .thumbnail-img{
max-width: 190px;
width: 99%;
margin: 0 auto;
height: 10vw;
max-height: 133px;
}

.equip_flex .item_area .thumbnail-img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.equip_flex .cont_area > .text{
	margin: 17px 0 27px;
	line-height:1.722222;
}

.equip01_div1{
	margin-bottom:45px
}

.equip01_div1:last-child{
	margin-bottom:0px
}

.equip01_div1 .title1{
	background: #213B80;
	color: #fff;
	padding: 8px 3.323%;
	font-size: clamp(1.8rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height:1.45;
	margin-bottom:13px;
}

.equip_tb{
	width:100%;
}

.equip_tb th{
	background:#EFF6F7;
	font-weight:700;
	color:#213B80;
	line-height:1.5;
	padding: 1.08%;
	font-size: clamp(1.5rem, 1.5vw, 1.6rem);
}

.equip_tb td{
	font-weight:700;
	line-height:1.4444;
	min-height:45px;
	padding: 1.528% 1%;
	word-break: break-all;
	font-size: clamp(1.5rem, 2vw, 1.8rem);
}


.equip_tb td .big{
	font-size: clamp(2rem, 2.4vw, 2.8rem);
	font-weight: 700;
	line-height: 1;
}


.equip_tb th,
.equip_tb td{
	border-left: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	text-align:center;
}

.equip_tb td:nth-child(4){
	text-align:left;
	padding-left: clamp(1%,5vw,8%);
}

.equip_tb th:last-child,
.equip_tb td:last-child{
	border-right: 1px solid #C4C4C4;
	min-width: 60px;
}

.equip_tb tr:last-child td{
	border-bottom: 1px solid #C4C4C4;
}

.equip_list1 li{
	padding:18px 0;
	border-bottom:1px solid #CBCBCB;
}

.equip_list1 li .text1{
	font-size: clamp(1.8rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height:1.45;
}

.equip_list1 li .text2{
	line-height:1.4444;
	margin-top:2px;
}

.equip_det{
	margin-top:56px;
}

.equip_det .text1{
	margin-top:30px;
}

.equip_det .text2{
	margin-top:20px;
	background:#eff6f7;
	max-width:max-content;
	padding:20px 8% 20px 2%;
	font-size:1.4rem;
}

/* philosophy */
.philo01{
	padding:135px 0 115px;
}

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

.philo01 .flex .text_area{
	max-width:614px;
	width: 57%;
}

.philo01 .flex .img{
	max-width:493px;
	width: 42%;
}

.philo01 .flex .img img{
	box-shadow:5px 8px 27px #00000014;
}

.philo01 .flex .text_area .title{
	margin: 7.33% 0 20px;
}

.philo01 .flex .text_area .text{
	line-height:1.94444;
}


.philo02{
	padding:100px 0 190px;
	background: #EFF6F7;
}

.philo02_list{
	display:flex;
	justify-content:space-between;
	margin-top: 7.667%;
}

.philo02_list li{
	max-width:350px;
	width:32%;	
}

.philo02_list li .title{
	padding: 21px 0 9px;
}

.philo02_list li .text{
	font-size: 1.6rem;
	line-height: 1.25;
}

.philo03{
	background:#213B80;
	color:#fff;
	position:relative;
	padding: 6.457% 0 5.88%;
	z-index: 1;
}

.philo03 .inner {
    max-width: 1500px;
}

.philo03 .ab_text{
	position:absolute;
	left: -2%;
	top: -100%;
	bottom: -100%;
	max-width: 190px;
	width: 20%;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.philo03 .img{
	position:absolute;
	top:0;
	right:0;
	width: 86%;
	/* max-width:1017px; */
	height:100%;
	z-index: -1;
}

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

.philo03 .text_area{
	/* max-width:518px; */
	width: 57%;
}

.philo03 .text_area .text{
	margin-top: 9.153%;
	font-size: 1.6rem;
	line-height: 1.875;
	margin-bottom: 7.65%;
}

.philo03 .text_area .text2{
	max-width: max-content;
	margin-left: auto;
	font-size: clamp(2.4rem, 3vw, 3.5rem);
	font-weight: 900;
	line-height:1.45;
}

.philo03 .text_area .text2 span{
	display:block;
	font-size: clamp(1.8rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height:1.45;
	margin-bottom:4px;
}

.comp_link_area{
	background:#EFF6F7;
	padding: 90px 0 70px;
}

.comp_link .link_list1 {
    margin-top: 0px;
}

.link_list1.col3 li .img {
    max-height: 148px;
}

.link_list1 li .text span{
	    font-size: clamp(1.4rem, 2vw, 1.8rem);
	    margin-top: 4px;
}

/* contact */

.contact01{
	padding:85px 0 175px;
}

.cont01_div{
	background:#EFF6F7;
	padding: 33px 20px;
	text-align: center;
	margin-bottom: 60px;
}

.cont01_div a{
	color:#E33333;
	text-decoration:underline;
}

.cont01_tb{
	border:9px solid #EFF6F7;
	border-radius:8px;
	padding: 0 3.334% 72px;
}

/* company */
.comp01{
	padding:95px 0 90px;
	text-align:center;
}

.comp01 .title{
	font-weight:900;
	line-height:1.33334;
}

.comp01 .text1{
	line-height:1.94444;
	margin-top:30px;
}

.comp02{
	padding: 110px 0 9.449%;
	background:#EFF6F7;
	position:relative;
	z-index:1;
}

.comp02:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(./img/company/bg2.png)no-repeat top center;
	background-size:contain;
	z-index:-1;
	top:0;
	left:0;
}

.hist_list1{
	margin-top:52px;
	padding:63px 0 85px;
	position:relative;
}

.hist_list1:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:#707070;
	left:50%;
	top:0;
}

.hist_list1 li{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	margin-bottom:50px;
}

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

.hist_list1 li:before{
	position:absolute;
	content:"";
	width:19px;
	height:19px;
	background:#213B80;
	border:1px solid #707070;
	border-radius:50%;
	top: 4px;
	left: calc(50% - 9.5px);
}

.hist_list1 li .img_area{
	max-width:545px;
	width: 47%;
}

.hist_list1 li .text_area{
	max-width:570px;
	width: 48%;
}

.hist_list1 li .img_area .img{
	max-width:411px;
	width:100%;
	margin-left:auto;
}

.hist_list1 li .img_area .img img{
	box-shadow:5px 8px 27px #00000014;
}

.hist_list1 li .text_area .date{
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 500;
	line-height:1.45;
	margin-bottom:9px;
}

.hist_list1 li .text_area .text1{
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height:1.45;
}

.hist_list1 li .text_area .btn1{
	margin: 21px 0 0;
}

.comp03{
	padding:125px 0 130px;
}

.comp03_list1{
	margin-top:72px;
}

.comp03_list1 li{
	display:flex;
	border-bottom:1px solid #C4C4C4;
	padding: 4.167% 0;
}

.comp03_list1 li:first-child{
	border-top:1px solid #C4C4C4;
}

.comp03_list1 li .left{
	width: 18%;
	font-size: clamp(1.8rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height:1.45;
}

.comp03_list1 li .right{
	width: 72%;
}

.comp03_list1 li .right .text{
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height:1.45;
}

.comp03_list1 li .right .map{
	max-width:530px;
	height:225px;
	margin:15px 0;
	width: 100%;
}

.comp03_list1 li .right .map iframe{
	width:100%;
	height:100%;
}

.comp03_list1 li .right .btn1{
	margin:15px 0 0;
}

/* oft */
.oft_sub{
	font-size: clamp(1.8rem, 3vw, 3.4rem);
	font-weight: 700;
	line-height:1.323;
	letter-spacing:0.05em;
	display: block;
}

.oft01{
	padding:135px 0 100px;
}

.oft01 .text{
	margin-top:45px;
}

.oft02{
	padding:100px 0 90px;
	position:relative;
}

.oft02:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(./img/oft/bg2.png)no-repeat top center;
	background-size:contain;
	top:0;
	left:0;
	z-index:-1;
}

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

.oft02_list li{
	width:48%;
	max-width:542px;
	margin-top: 5.834%;
	position:relative;
}

.oft02_list li .title{
	margin-top:25px;
	line-height:1.44;
}

.oft02_list li .text{
	font-size:1.6rem;
	font-weight:500;
	line-height:1.25;
	margin-top:9px;
}

.oft02_list li .num{
	position:absolute;
	bottom:0;
	right:0;
	font-size: clamp(6rem, 9vw, 10.3rem);
	font-weight: 700;
	line-height:0.7;
	color:#E7ECFC;
	z-index:-1;
}

.oft03 {
    padding: 90px 0 100px;
	background:#EFF6F7;
}

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

.oft03_list li{
	background:#fff;
	width:48%;
	max-width:562px;
	margin-top:70px;
	box-shadow:5px 8px 27px #00000014;
	position:relative;
	padding: 46px 2.5% 36px;
	min-height:256px;
	z-index:1;
}

.oft03_list li .num{
	position:absolute;
	max-width:178px;
	width:80%;
	top: -5.3%;
	left:0;
	right:0;
	margin:auto;
}


.oft03_list li .bg_img{
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
}

.oft03_list li .title1{
	text-align:center;
	margin-bottom:35px;
}

.oft03_list li .text1{
	font-size:1.6rem;
	line-height:1.75;
}

.oft04{
	padding:100px 0;
}

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

.oft04_list li{
	margin-top:23px;
	width:19.5%;
	max-width:222px;
}

.oft04_list li img{
	box-shadow:0 0 6px #00000029;
}

.oft_bnr_area{
	padding:110px 0;
	background:#213B80;
}

.oft_bnr_area img{
	box-shadow:0 3px 6px #00000029;
}

/* consulting */
header.header2{padding: 2% 3.15% 0;justify-content: flex-end;top: 0;width: 100%;max-width: 1920px;background: none;}

.header2 .ft_btn{
	height: 72px;
	border: 2px solid #213B80;
	box-shadow: 0 0 16px #00000040;
	margin: 0;
	width: 35%;
}

#cos_cover{
	background: url(./img/consulting/mv.jpg)no-repeat bottom;
	background-size:cover;
	width:100%;
	position:relative;
	display:flex;
	align-items:center;
	z-index:1;
	padding: 9.5% 0;
	min-height: 600px;
}

#cos_cover .ab_text{
	position:absolute;
	bottom: -8%;
	width: 102%;
	left: -100%;
	right: -100%;
	margin: auto;
	z-index:-1;
	pointer-events: none;
}

#cos_cover .title{
	font-size: clamp(2.1rem, 8vw, 8.8rem);
	font-weight: 900;
	line-height:1.19;
	letter-spacing:0.05em;
	text-align:center;
	text-shadow:0 0 16px #263D75;
}

.cons_list1{
	display:flex;
	justify-content:space-between;
	margin-top: 8.084%;
}

.cons_list1 li{
	max-width:352px;
	width: 32%;
	background:#213B80cf;
	border:2px solid #516AAC;
	padding: 2.75% 0;
	text-align:center;
}

.cons_list1 li .img{
	width: 40%;
	max-width:116px;
	margin: 0 auto 7.473%;
}

.cons_list1 li .text{
	font-weight:900;
	font-size: clamp(1.8rem, 3vw, 3rem);
}

.cons01{
	padding: 5.25% 0;
	position: relative;
}

.cons01:before{
	position:absolute;
	content:"";
	width: 61.418%;
	height: 55.1%;
	background: url(./img/consulting/bg1.png)no-repeat right bottom;
	background-size:contain;
	right:0;
	bottom: 3.8%;
}

.cons01_div{
	padding: 67px 8.334% 50px;
	background:linear-gradient(to top,#FFFFFF8c ,#ffffff00);
	filter: drop-shadow(10px 10px 20px #0000001f);
}

.cons01_div .text1{
	line-height:1.8125;
	margin-top: 4.875%;
}


.cons01_div .text1 span{
	font-weight:700;
}

.cons02 {
    padding: 100px 0;
    position: relative;
	background:#213B80;
}

.cons02:before{
	position:absolute;
	content:"";
	width: 93px;
	height: 89px;
	background:url(./img/consulting/co2_tri.svg)no-repeat;
	background-size:contain;
	left:0;
	right:0;
	margin:auto;
	bottom:-45px;
}

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


.cons02_list li{
	background:#213B80;
	border:2px solid #89ACB9;
	box-shadow:10px 10px 45px #00000042;
	width:48%;
	max-width:570px;
	margin-top:35px;
	display:flex;
	align-items:center;
	padding: 3% 1.834%;
	justify-content: space-between;
}

.cons02_list li .img{width: 17%;max-width: 74px;margin-right: 2%;}

.cons02_list li .text{
	max-width:420px;
	width: 81%;
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight: 700;
	line-height:1.75;
}

.cons03{
	padding:100px 0;
}

.cons03 .title{
	font-size: 5rem;
	font-size: clamp(2rem, 5vw, 5rem);
	line-height: 1.44;
	font-weight: 900;
	text-align: center;
}

.cons03 .title span{
	display:block;
	max-width:500px;
	margin:0 auto 8px;
	width: 60%;
}

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

.cons03_list li{
	width:48%;
	max-width:545px;
	margin-top:93px;
	background:#FFFFFF;
	box-shadow:3px 3px 30px #00000029;
	position:relative;
	padding: 108px 29px 20px;
}

.cons03_list li .img{
	margin:0 auto;
	max-width:138px;
	width: 80%;
	position:absolute;
	left:0;
	right:0;
	top:-45px;
}

.cons03_list li .title1{
	text-align:center;
}

.cons03_list li .title1 span{
	display:block;
	font-size:1.4rem;
	font-weight:700;
	line-height:1.357;
}

.cons03_list li .text1{
	margin-top:17px;
	font-size:1.6rem;
	line-height:1.75;
}


.cons04 {
    padding: 110px 0 90px;
    position: relative;
	background:#EFF6F7;
}

.cons04_list{
	margin-top: 10.5%;
}

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

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

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

.cons04_list li .text_area{
	max-width:577px;
	width:48%;
}

.cons04_list li .img{
	max-width:551px;
	width:48%;
}

.cons04_list li .text_area .title1{
	font-size: 3.8rem;
	font-size: clamp(2.2rem, 3vw, 3.8rem);
	line-height: 1.44;
	font-weight: 900;
}

.cons04_list li .text_area .title1 span{
	font-size: 6.5rem;
	font-size: clamp(4rem, 4vw, 6.5rem);
	line-height: 1.32;
	font-weight: 500;
	font-style:italic;
	margin-right: 12px;
}

.cons04_list li .text_area .text1{
	line-height:1.7222;
	margin-top: 4.168%;
}

.cons05{
	position:relative;
	padding:95px 0 100px;
}

.cons05:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(./img/consulting/bg5.png) no-repeat top center;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: -1;
}

.cons05_list{
	display:flex;
	justify-content:space-between;
	margin-top: 7%;
}

.cons05_list li{
	background:#FFFFFF;
	border-radius:8px;
	border:10px solid #ECF0FA;
	width:32%;
	max-width:345px;
	padding: 27px 1.584% 40px;
}

.cons05_list li .img{
	margin:0 auto 18px;
	max-width:138px;
	width: 50%;
}

.cons05_list li .title1{
	text-align:center;
	font-size: clamp(2rem, 2.4vw, 2.4rem);
}

.cons05_list li .text1{
	font-size:1.6rem;
	line-height:1.75;
	margin-top: 13px;
}

.cons06{
	background:#EFF6F7;
	padding:120px 0 100px;
}

.cons06 .text{
	text-align:center;
	margin-top:18px;
	line-height:1.7222;
}

.cons06_list1{
	display:flex;
	justify-content:space-between;
	margin:56px auto 0;
}

.cons06_list1 > li{
	border:10px solid #fff;
	box-shadow:0 0 16px #00000029;
	width:32%;
	max-width:374px;
	background:#fff;
}

.cons06_list1 > li .title1{
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight: 900;
	line-height:1.45;
	background:#213B80;
	color:#fff;
	text-align: center;
	padding: 21px 2%;
}

.cons06_list2 li{
	padding: 12px 11px 15px;
}

.cons06_list2 li:nth-child(2n){
	background:#EFF6F7;
}

.cons06_list2 li .title2{
	padding-left:13px;
	position:relative;
	font-weight: 700;
	line-height: 1.444;
	margin-bottom: 5px;
	font-size: clamp(1.5rem, 2vw, 1.8rem);
}

.cons06_list2 li .title2:before{
	position:absolute;
	content:"";
	width:9px;
	height:9px;
	background:#213B80;
	border-radius:50%;
	left:0;
	top: 10px;
}

.cons06_list2 li .text1{
	font-size: clamp(1.5rem, 2vw, 1.6rem);
	line-height:1.5;
	padding-left:9px;
}

.cons06 .text_area{
	margin-top: 64px;
	background: #FFFFFF;
	padding: 3.667% 3.834% 3.334%;
	border:1px solid #213B80;
}

.cons06 .text_area .title{
	font-size: clamp(1.8rem, 2.4vw, 2rem);
	font-weight: 900;
	line-height:1.45;
	margin-bottom:20px;
}

.cons06 .text_area .text1{
	font-size:1.6rem;
	line-height:1.5;
	margin-top:14px;
}

.cons07{
	padding: 100px 0 100px;
}

.cons07_div1{
	margin:88px auto 0;
	flex-direction: row-reverse;
}

.cons07_div1 .left{
	max-width:458px;
	width: 41%;
}

.cons07_div1 .right{
	max-width:678px;
	width: 57%;
}

.cons07_div1 .left .img{
	margin-bottom:26px;
}

.cons07_div1 .left .text1{
	font-weight:900;
	font-size: clamp(3rem, 4vw, 4.5rem);
	line-height: 1.444;
}

.cons07_div1 .left .text1 span{
	font-weight:700;
	font-size:1.6rem;
	display:block;
	line-height:1.5;
}

.cons07_div1 .left .text1 span.blue{
	letter-spacing:0.15em;
}

.cons07_div1 .right .title1{
	font-weight: 900;
}

.cons07_div1 .right .text1{
	margin-top: 16px;
	font-size: 1.6rem;
	line-height: 1.6875;
}

.cons07_div11{
	margin-top:30px;
	border-radius:8px;
	border:10px solid #ECF0FA;
	padding: 6.344% 5.9% 6.934%;
	box-shadow: 0 3px 6px #00000029;
}

.cons07_list1{
	margin-top: 16px;
}

.cons07_list1 li{
	display:flex;
	margin-top:10px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5625;
}

.cons07_list1 li .year{
	flex-shrink:0;
	margin-right: 6%;
}

.cons07_div2{
	margin-top:80px;
	background:#EFF6F7;
	border-radius:32px;
	padding: 65px 5% 100px;
}

.cons07_div2 .title1{
	text-align:center;
	font-weight:900;
	margin-bottom:33px;
}

.cons07_div2 .yt{
	height: 48vw;
	max-height: 600px;
}

.cons07_div2 .yt iframe{
	width:100%;
	height:100%;
}

.cons08{
    padding: 100px 0 220px;
}

.cons08 .artTit2{
	display:flex;
	justify-content:center;
	margin-bottom: 80px;
}

.cons08 .artTit2 img{max-width: 82px;width: 7%;margin-right: 2%;}

.cons_ft{
	background:#EFF6F7;
	padding: 0;
}

.cons_ft:before{
	display:none;
}

.cons_ft .inner{
	padding:80px 0;
}

.cons_bnr{
	display:block;
	max-width:854px;
	width: 80%;
	margin:0 auto;
}

.cons_bnr img{
	box-shadow:0 0 16px #00000040;
}

.copyright2{
	background:#122D48;
	color:#fff;
	text-align:center;
	font-size:1.3rem;
	font-weight:500;
	padding:27px 0;
}

.header2 .ft_btn .text{
	font-size: clamp(1.6rem,2.3vw,2rem);
}

.text2_ab_span2{
	position:absolute;
	bottom: 10px;
	font-size: clamp(1.4rem,2.3vw,2rem);
}

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

.mes_text2{
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	margin:0px;
}

.mes_text1{
	font-size: clamp(2.4rem,3vw,3rem);
	margin: 20px 0 0;
	font-weight:700;
}

.mes_img{
	max-width:400px;
	margin:0 0 30px;
	width:100%;
	
}

.cons09 {
    background: #EFF6F7;
    padding: 120px 0 100px;
}

.cons09 .artTit2{
	text-align:left;
	margin-bottom:30px;
}

.cons09_list{
	margin-top:60px;
}

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

.cons09_list li .text_area{
	max-width:747px;
	width: 69%;
}

.cons09_list li .img_area{
	max-width:320px;
	width: 29%;
}

.cons09_list li .img_area .text1{
	font-size:1.5rem;
	margin-top:8px;
}


.cons09_list li .text_area .title1{
	margin-bottom:12px;
	font-size: clamp(2.4rem, 3vw, 3rem);
}

.cons09_list li .text_area .title1 span{
	font-size:clamp(3rem, 3vw, 4rem);
	margin-right:16px;
}

.cons09 .title2{
	text-align:center;
	line-height:1.8;
}

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


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

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

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


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

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
	
.content02:before{
	width: 24%;
	top: 0%;
}
	

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
	
.content02:before{
	width: 22%;
	top: 10%;
}

.ft_btn .text{
	font-size:1.4rem;
}

footer .flex2 {
    padding-left: 8%;
}

footer:before{
	width:73%;
}

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

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
#cover{
	height: 68vw;
}
	

.side_btn_area{
	max-width: 240px;
}
	
.side_btn1 .img1{
	width: 80px;
	left: -13px;
}

.side_btn1,
.side_btn2{
	height:60px;
}


.content05{height: 36.563vw;}

.co5_div{
	bottom: -42%;
	padding: 3.2299% 3.334%;
}


.ft_btn .text{
	font-size:1.2rem;
}

footer .flex2 {
    padding-left: 12%;
}

footer:before{
	width: 75%;
}

#art_cover1{
	height:400px;
	padding-top: 150px;
}


.serv_list1 li{
	margin-top:100px;
}


.serv_list1 li .img{
	width: 90%;
}

.serv_list1 li .text_area{
	padding:72px 20px 23px;
	width: 90%;
	margin-left: -70%;
	margin-top: 23%;
}

.serv_list1 li:nth-child(2n+2) .text_area {
    margin-right: -70%;
}

.equip_tb td:nth-child(4){
	padding-left: 1%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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


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

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



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

.pc_nav{
	width: 84%;
}

.hd_link_btn1{
	font-size:1.2rem;
	height: 60px;
}


.news_area .title{
	height: 41px;
	width: 134px;
	padding-left: 50px;
	font-size: 2rem;
}

.news_area .news_area_div{
	height: 40px;
	padding: 0 2%;
}

.news_area .news_area_div .news_btn .date,
.news_area .news_area_div .news_btn .text{
	font-size:1.4rem;
}

.news_area{
	width: 80%;
}
	
	
.content02:before{
	width: 20%;
	top: 44%;
}

.content02 .ma1920 .inner > .text{
	width: 100%;
}

.content02 .ma1920 {
    padding: 80px 0 136px;
    min-height: 700px;
}

.co2_tit_span {
    margin-left: 15px;
}


.co5_div .arrow {
    width: 120px;
    height: 120px;
}
	
.co4_list1 li .text1{
	padding-left: 5%;
}

	
.co5_div{
	bottom: -50%;
}


footer:before{
	width: 100%;
	opacity: 0;
}

.side_btn_area{
	max-width: 200px;
}
	
.side_btn1 .img1{
	width: 80px;
	left: -13px;
}

.side_btn1,
.side_btn2{
	height:60px;
}


footer .flex1{
	flex-direction:column;
}

footer .flex1 .left{
	max-width:477px;
	width: 100%;
	text-align:center;
	margin:0 auto;
}

footer .flex1 .right{
	width: 100%;
	margin:0 auto;
	position: relative;
	padding: 50px 0 30px;
	max-width: 800px;
}
	

footer {
    padding: 50px 0 0;
	border-top:1px solid #cccccc;
}


footer .logo{
	margin: 0 auto 20px;
}

footer .map {
    margin-bottom: 20px;
}

.sns_list{
	margin:30px auto 0;
}

.ft_list li a {
    color: #333;
}

.ft_list li.mabo {
    margin-bottom: 11px;
}

.ft_list li.child {
    line-height: 1.8;
}

    footer .flex2 {
        padding-left: 0%;
        padding-bottom: 30px;
    }

.ft_btn{border: 4px solid #CDE7EB;width: 32.5%;}

footer .flex4 {
    padding: 20px 0 0;
    color: #333;
}

footer .flex4 a{
    color: #333!important;
}

.ft_btn .text {
        font-size: 1.4rem;
    }

.contact_tb th {
	font-size: 1.8rem;
}

.contact_tb td {font-size: 1.6rem;}

.hist_list1 li:before {
    width: 14px;
    height: 14px;
    left: calc(50% - 7px);
}

#cos_cover .ab_text {
    bottom: -5%;
}

.cons03_list li .img {
    max-width: 105px;
}

.cons03_list li {
    padding: 80px 3% 20px;
}

.cons05_list li {
    border: 5px solid #ECF0FA;
}

.hLogo {
    width: 14%;
}

.hd_link {
    width: 13%;
}

.nav_list1 {
    width: 86%;
}

.philo03{
	padding: 80px 0 0;
}
	
.philo03 .inner{
	width:100%;
}

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

.philo03 .img{
	position:initial;
	width: 100%;
	height:initial;
	z-index: 0;
	
}

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

.philo03 .text_area{
	max-width:initial;
	width: 90%;
	margin:0 auto 40px;
}

.philo03 .ab_text{
	top:auto;
	bottom:0;
	z-index:1;
}

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

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

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




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

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

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

.pc {
	display: none;
}

.sp {
	display: block;
}

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


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

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


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

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

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


/*--- modal ---*/

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

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

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

.gnav.active{
	display: block;
}

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

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

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

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

.gnav__menu__item a span{
	display:block;
	font-size:1.2rem;
}

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

.gnav__menu__item2{
	margin:20px auto 0;
	width: 95%;
	max-width: 250px;
}

.pc_nav{
	display:none;
}

header {
	width: 100%;
	top: 0;
	height: 70px;
	padding: 0 2.5%;
	position: fixed;
}

.hLogo{
	width:100%;
	margin-left: 0;
}

#cover{
	margin:70px auto 0;
	height: 77vw;
	min-height: 500px;
}



#cover .ab_text{
	display:none;
}

.news_area .news_area_div .news_btn{
	flex-direction:column;
	align-items:flex-start;
}

    .news_area .title {
        height: 50px;
        width: 107px;
        padding-left: 40px;
        font-size: 1.6rem;
        background: url(./img/top/mv_news.png) no-repeat left;
        background-size: cover;
    }


.news_area .news_area_div .news_btn .text{
	width:100%;
}

.news_area .news_area_div{
	height:50px;
}

.content01 {
    padding: 80px 0;
}

.content01 .flex{
	flex-direction:column;
	margin: 0 auto;
}

.content01 .flex .text{
	font-size:1.5rem;
}

.cont01_list {
    margin: 0 auto 50px;
}

.cont01_list li {
    width: 100%;
    margin: 40px auto 0;
    max-width: initial;
}

.inner{
	width:90%;
}

.cov-div{
	width:90%;
	margin: 0 auto 32%;
}

.content01:before{
	height:40%;
}

body{
	font-size:1.5rem;
}

.btn1{
	height: 50px;
	font-size: 2rem;
	max-width: 270px;
}

.co2_tit_span {
	margin-left: 0px;
	display: block;
}

.content02 .ma1920 .inner > .title_area .bar{
	margin-left: 8%;
	margin-right: -7%;
	display: none;
}

.content03 {
    padding: 80px 0;
}

.content03 .mainTit{
	margin:0 auto 30px;
}

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

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

.content03 .flex .left .yt1{
	height: 52vw;
}

.content03 .flex .right{
	max-width: initial;
	width: 100%;
	flex-direction:initial;
	margin: 2% auto 0;
}

.content03 .flex .right .yt2{
	width: 49%;
	max-height: initial;
	height: 26vw;
}
	
.content03 .btn2{
	font-size: 1.6rem;
	margin: 20px 0 0 auto;
}

.content04{
	padding:80px 0;
}

.content06 {
    padding: 120px 0 80px;
}

.content05 {
    background: url(./img/top/bg5_sp.jpg) no-repeat bottom center #213B80;
    background-size: cover;
    height: 70vw;
    margin: 0 auto;
}
	
    .co5_div {
        bottom: -17%;
        flex-direction: column;
        padding: 30px 20px 10px;
    }


.co5_div .arrow {
    width: 60px;
    height: 60px;
    border: 5px solid #EDF0F7;
    margin-left: auto;
    margin-top: 10px;
}

.co5_div:hover .arrow{
	border:5px solid #213b80;
}
	
.co5_div .arrow span {
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    /* border-left: 17.5px solid #213b80; */
    width: 23px;
    height: 5px;
}

.co5_div:hover .arrow span{
	border-left: 17.5px solid #fff;
	border-left: 23.5px solid #fff;
}


.content04 .co4_list1{
	margin: 0px auto 0;
}

.co4_list1 li{
	width:100%;
	max-width:initial;
	margin: 35px auto 0;
	min-height: 0;
	padding: 30px 0;
}

.co4_list1 li .text2{
	font-size: clamp(2.4rem,6vw,4rem);
}

.co4_list1 li .text2 .text2_span .big{
	font-size: clamp(5rem,11vw,8.3rem);
}

.co4_list1 li .text1 {
    font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.content06 .mainTit {
    margin: 0 auto 30px;
}


.ft_btn .text {
        font-size: 1.1rem;
    }

.ft_list li{
	font-size:1.6rem;
}

    footer .map {
		height:200px;
    }

.ft_in{
	width:90%;
}	

@keyframes hover-anm {
0%{
	font-size: 0;
	color:#fff;
	}
99%{
	font-size: 0;
	color:#fff;
}
100%{
	font-size: clamp(3rem, 11vw, 8.3rem);
	opacity:1;
	color:#213B80;
  }
}
	
@keyframes hover-anm2 {
0%{
	font-size: clamp(3rem, 11vw, 8.3rem);
	content:"2";
	transform:rotateZ(0deg);
	opacity:1;
	color:#213B80;
	}
5%{
	content:"1";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
10%{
	content:"5";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
15%{
	content:"6";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
20%{
	content:"9";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
25%{
	content:"8";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
30%{
	content:"3";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
35%{
	content:"4";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
40%{
	content:"8";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
45%{
	content:"2";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
50%{
	content:"1";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
55%{
	content:"5";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
60%{
	content:"6";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
65%{
	content:"9";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
70%{
	content:"8";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
75%{
	content:"3";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
80%{
	content:"4";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
85%{
	content:"8";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
90%{
	content:"2";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
95%{
	content:"9";
	font-size: clamp(3rem, 11vw, 8.3rem);
	}
100%{
	content:"";
	font-size: 0rem;
	transform:rotateZ(360deg);
	opacity:1;
	color:#213B80;
  }
}




.co2_list1 li{
	width:100%;
	margin-top:68px;
	max-width:initial;
}


.co2_list1 li .num{
	font-size:12.5rem;
	font-size: clamp(6rem,17vw,12.5rem);
}

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

.co2_list1 li .title1 span{
	font-size:1.4rem;
	font-size: clamp(1.2rem,3vw,1.4rem);
}

.co2_list1 li .img {
    width: 25%;
}


#art_cover1{
	height: 230px;
	padding-top: 70px;
	margin-top: 70px;
}

#art_cover1 .title span.sub{
	margin-bottom:0px;
}

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

.about02 {
    padding: 60px 0 60px;
}

.about01 {
    padding-bottom: 60px;
    background: url(./img/about/bg1.png) no-repeat bottom center;
    background-size: contain;
}
	
.art_sec01 {
    padding-top: 80px;
}

.art_sec01 .text1 {
    margin-top: 40px;
}

.pankuzu {
    width: 90%;
}

.features01{
	padding-bottom:60px;
}

.feat_list1 {
	margin-top:80px;
}

.feat_list1 li{
	margin-bottom:80px;
	flex-direction:column;
}

.feat_list1 li:nth-child(2n+2){
	flex-direction:column;
}

.feat_list1 li .img{
	max-width: 551px;
	width: 100%;
	margin:0 auto 30px;
}

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


.feat_list1 li .text_area .btn1{
	margin:20px auto 0;
}

.service01 {
    padding-bottom: 60px;
}

.serv_list1 li {
    width: 90%;
	flex-direction:column;
	margin:80px auto 0;
}


.serv_list1 li:nth-child(2n+2){
	flex-direction:column;
}

.serv_list1 li .img{
	width: 100%;
	margin-left:-6%;
}

.serv_list1 li:nth-child(2n+2) .img{
	margin-left:auto;
	margin-right:-6%;
}

.serv_list1 li .text_area{
	padding:60px 20px 23px;
	width: 100%;
	margin:-5% auto 0;
}

.serv_list1 li:nth-child(2n+2) .text_area{
	margin-right: auto;
	margin-left:auto;
}

.serv_list1 li .text_area .sec{
	padding:11px 30px;
}


.article .btn1{
	height: 50px;
	font-size: 1.6rem;
	max-width: 270px;
}

.serv_list1 li .btn1{
	margin:17px auto 0;
}

.cubu01 {
    padding-bottom: 60px;
}

.cubu02_list1 {
	flex-direction:column;
	margin:0 auto;
}
	
.cubu02_list1 li {
    width: 100%;
    max-width: initial;
	margin-top:40px;
}

.cubu02_list1 li .title1 {
    font-size: 2.5rem;
}

.cubu02 {
    padding: 80px 0;
}

.cubu03 {
    padding: 80px 0;
}

.cubu03 .flex{
	flex-direction:column;
}
	
.cubu03 .flex .text_area{
	max-width:initial;
	width: 100%;
}

.cubu03 .flex .img_area{
	max-width:425px;
	width: 80%;
	margin:40px auto 0;
}

.cubu03 .flex .text_area .title2{
	margin-top:24px;
}

.cubu03 .flex .text_area .text1{
	margin-top:24px;
}

.content04.cubu04 {
    padding: 80px 0;
}

.co4_list2{
	flex-direction:column;
}

.co4_list2 li{
	width: 100%;
	max-width:345px;
	margin:60px auto 0;
}

.co4_list2 li .text2{
	font-size: 3rem;
	padding-top: 20px;
}

.co4_list2 li .text2:has(.text2_ab_span){
	padding-top: 73px;
}

.co4_list2 li .text2 .big{
	font-size: 9rem;
}

.co4_list2 li .text1 {
    font-size: clamp(1.8rem, 3vw, 2rem);
}
	
	
@keyframes hover-anm3 {
0%{
	font-size: 0;
	color:#fff;
	}
99%{
	font-size: 0;
	color:#fff;
}
100%{
	font-size: 10rem;
	opacity:1;
	color:#213B80;
  }
}


@keyframes hover-anm4 {
0%{
	font-size: 10rem;
	content:"2";
	transform:rotateZ(0deg);
	opacity:1;
	color:#213B80;
	}
5%{
	content:"1";
	font-size: 10rem;
	}
10%{
	content:"5";
	font-size: 10rem;
	}
15%{
	content:"6";
	font-size: 10rem;
	}
20%{
	content:"9";
	font-size: 10rem;
	}
25%{
	content:"8";
	font-size: 10rem;
	}
30%{
	content:"3";
	font-size: 10rem;
	}
35%{
	content:"4";
	font-size: 10rem;
	}
40%{
	content:"8";
	font-size: 10rem;
	}
45%{
	content:"2";
	font-size: 10rem;
	}
50%{
	content:"1";
	font-size: 10rem;
	}
55%{
	content:"5";
	font-size: 10rem;
	}
60%{
	content:"6";
	font-size: 10rem;
	}
65%{
	content:"9";
	font-size: 10rem;
	}
70%{
	content:"8";
	font-size: 10rem;
	}
75%{
	content:"3";
	font-size: 10rem;
	}
80%{
	content:"4";
	font-size: 10rem;
	}
85%{
	content:"8";
	font-size: 10rem;
	}
90%{
	content:"2";
	font-size: 10rem;
	}
95%{
	content:"9";
	font-size: 10rem;
	}
100%{
	content:"";
	font-size: 0rem;
	transform:rotateZ(360deg);
	opacity:1;
	color:#213B80;
  }
}

.cubu05 .flex{
	margin: 40px auto 0;
	flex-direction:column;
}

.cubu05 .flex .img_area{
	max-width:453px;
	width: 100%;
	margin:0 auto 40px;
}

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

.cubu05 .flex .img_area .img1{
width: 65.787%;
margin-left: auto;
box-shadow: 3px 3px 30px #00000029;
}

.cubu05 .flex .img_area .img2{
width: 52.983%;
margin-top: -28.259%;
box-shadow: 3px 3px 30px #00000029;
z-index: 1;
position: relative;
}

.cubu05_div1{
	padding: 18px 20px 21px;
	min-height: initial;
}

.cubu05_div1:before{
display:none;
}

.cubu05 {
    padding: 80px 0;
}

.content05.cubu06 {
    padding: 80px 0;
}

.content05.cubu06 .co5_div .title{font-size: 4.5rem;font-size: clamp(2.7rem, 7vw, 3rem);}

.content05.cubu06 .co5_div .title .en_tit{font-size: clamp(1.8rem, 4vw, 2.2rem);margin-bottom: 5px;}

.content05.cubu06 .co5_div .arrow{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.content05.cubu06 .co5_div .arrow span {
  position: relative;
  display: inline-block;
  width: 12px;     /* 棒の長さ */
  height: 4px;     /* 棒の太さ */
  background: #213b80;
  border-radius: 2px;
  transition: .4s;
}
.content05.cubu06 .co5_div .arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 14px solid #213b80; /* 矢印の先（三角） */
}


.content05.cubu06 .co5_div .arrow span {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 5.5px solid #213b80;
    }
	
.content05.cubu06 .co5_div{
	padding: 30px 20px 30px;
}

.cubu07 {
    padding: 80px 0 80px;
}

.cubu07 .mainTit {
    margin-bottom: 30px;
}

.achiv_list1{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
	
.achiv_list1 li{
	width:48%;
	max-width:initial;
	margin-right:0;
	margin-bottom: 30px;
}

.achiv_list1 li .img {
    height: 35vw;
}

.flow_list li {
    margin-bottom: 40px;
    padding: 22px 5px 32px;
    min-height: initial;
}

.flow_list li:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid #F0F3FA;
}

.flow_list li .text_area {
    max-width: initial;
    width: 100%;
    margin:0 auto;
    width: 90%;
}

.flow_list li .img_area {
    width: 31%;
    height: 27.1vw;
    background: #213B80;
    border-radius: 50%;
    position: initial;
    margin: 0 auto 0px;
    padding: 31px;
    max-width: 150px;
    max-height: 150px;
}



.about_tit{
	font-size: clamp(2.5rem,3vw,3.8rem);
	flex-direction:column;
	text-align: center;
	margin-bottom: 20px;
}

.about_tit span{
	font-size: clamp(4.4rem,5vw,8.3rem);
	margin:0 auto;
}

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

.flow_list li .text_area .btn1 {
    margin: 20px auto 0;
}

.flow_list:before{
	left:0%;
	right:0;
	margin:auto;
}

.cubu08 .btn1.long {
    margin-top: 50px;
    font-size: 1.6rem;
}

.cubu08 {
    padding:80px 0;
}

.link_list1{
	flex-wrap:wrap;
	margin-top: 20px;
}
	
.link_list1 li{
	width:48%;
	margin-top: 20px;
}

.link_list1 li .img {
    height: 20vw;
    max-height: 160px;
}

.link_list1 li .text {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
}


.op_link{
	margin:30px auto 0;
}

.cubu01 .flex2{
	flex-direction:column;
}

.cubu01 .flex2 .op_link{
	width:100%;
	margin:30px auto 0;
}

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

.achi01 .flex .side_cont{
	width: 100%;
	margin:60px auto 0;
	max-width:max-content;
}

.achi01 .flex .main_cont{width: 100%;}


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

.point_div {
    margin-bottom: 40px;
    padding: 20px;
}

.detail_area {
    margin-bottom: 40px;
}

#no_cov {
    height: 80px;
}

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

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

.qanda_list dt .pulu{
	right: 5px;
	width: 34px;
	height: 34px;
}

.qanda_list dt .pulu span{
	width: 14px;
	height: 2px;
}

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


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


.priv01_list li .title{
	margin-bottom:8px;
}

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

.site01 .flex{
	flex-wrap:wrap;
	justify-content:space-between!important;
	margin-top: 0px;
}


.site01 .ft_list{
	width:48%;
	margin-bottom:20px;
	margin-right:0!important;
}
	
.site01 .ft_list li {
	font-size: 1.8rem;
}

.qanda_list li dt {
    padding: 8px 2.3%;
}
	
.qanda_list2 li dt {
    padding: 8px 2.3%;
}

.shape02_div .mainTit2 {
    font-size: clamp(2.6rem, 5vw, 5.9rem);
}

.shape02_div {
    padding: 40px 0;
}

.shape02_div .title_area .text {
    margin: 20px auto 30px;
}

.shape02_list1{
	margin-top:0;
	flex-direction:column;
}

.shape02_list1 li{
	width:100%;
	max-width:350px;
	margin:32px auto 0;
}

.shape_in2 {
    margin-top: 60px;
}

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

.shape03_div .shape_tit1 {
    margin-bottom: 30px;
}

.shape03_list1{
	flex-direction:column;
}


.shape03_list1 li{
	width:100%;
	max-width:initial;
	margin:60px auto 0;
}

	
.shape03_list1 li:first-child{
	margin:0px auto 0;
}

.shape03_list1 li .title{
    font-size: clamp(1.6rem, 4vw, 2rem);
}

.shape03_list1 li .title img {
    width: 10%;
}

.shape04 {
    padding: 80px 0 60px;
}
	
.qanda_list2 {
    margin-top: 40px;
}

.equip_flex{
	flex-direction:column;
}

.equip_flex .item_area{
	max-width:initial;
	width:100%;
}

.equip_flex .cont_area{
	max-width:initial;
	width:100%;
	margin: 50px auto 0;
}

.equip_flex .item_area .slick-img{
	max-height:458px;
	height: 70vw;
}

.equip_flex .item_area .text1{
	margin-top:17px;
}

.equip_flex .item_area .thumbnail{
	margin-top:40px;
}

.equip_flex .item_area .thumbnail-img{max-width: initial;height: 18vw;max-height: initial;}


.equip01_div {
    margin-bottom: 80px;
}

.equip01 {
    padding: 80px 0;
}

.tb_area{
	overflow-x:scroll;
}

.tb_area .equip_tb{
	width:1000px;
}

.equip_tb td {
    padding: 1.528% 4px;
}

.equip_div {
    margin-bottom: 80px;
}

.philo01{
	padding:80px 0;
}

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

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

.philo01 .flex .img{
	max-width:493px;
	width: 100%;
	margin:40px auto 0;
}

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

.philo02_list{
	margin-top: 0px;
	flex-direction:column;
}

.philo02_list li{
	max-width:initial;
	width:100%;	
	margin:40px auto 0
}

.philo03{
	padding: 80px 0 0;
}
	
.philo03 .inner{
	width:100%;
}

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

.philo03 .img{
	position:initial;
	width: 100%;
	height:initial;
	z-index: 0;
	
}

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

.philo03 .text_area{
	max-width:initial;
	width: 90%;
	margin:0 auto 40px;
}

.philo03 .ab_text{
	top:auto;
	bottom:0;
	z-index:1;
}

.cont01_tb {
    border: 3px solid #EFF6F7;
    padding: 16px 20px 40px;
}

.contact_tb th, .contact_tb td {
	display:block;
	width:100%;
}

.contact_tb th{
	padding:24px 0 12px;
	border-bottom:none;
	font-size: 1.6rem;
}
	
.contact_tb td {
	padding:0 0 24px;
	font-size: 1.5rem;
}

.rad_flex .wpcf7-radio {
	flex-direction:column;
}

.privacy_area {
    margin: 30px auto 30px;
}

.rad_flex .wpcf7-radio > span{
	width:100%;
	margin-bottom:8px;
}

.privacy_area input {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.clearForm, .clearForm2, .toHome{
	height:50px;
}

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

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

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

.comp02:before {
    height: 300px;
    background-size: cover;
}

.hist_list1{
	margin-top:40px;
	padding:40px 0;
	position:relative;
}

.hist_list1:before{
	left:0px;
}

.hist_list1 li{
	margin-bottom:50px;
	flex-direction:column-reverse;
	padding-left:20px;
}

.hist_list1 li:before{
	left: -7px;
}

.hist_list1 li .img_area{
	max-width:initial;
	width: 100%;
	margin:30px 0 0;
}

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

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



.comp03_list1{
	margin-top:40px;
}

.comp03_list1 li{
	padding:24px 0;
	flex-direction:column;
}

.comp03_list1 li .left{
	width: 100%;
}

.comp03_list1 li .right{
	width: 100%;
	margin-top: 8px;
}


.comp03_list1 li .right .map{
	height: 190px;
}

.comp03_list1 li .right .map iframe{
	width:100%;
	height:100%;
}

.comp03_list1 li .right .btn1{
	margin:15px 0 0;
}

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

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

.oft02:before {
    width: 100%;
    height: 300px;
    background-size: cover;
}

.oft02_list li {
    width: 100%;
    max-width: initial;
    margin-top: 12%;
}

.oft02_list li .text {
    font-size: 1.5rem;
}

.oft02_list {
    margin-top: 0%;
}

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

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

.oft04_list li {
    margin-top: 23px;
    width: 48%;
	max-width:initial;
}


.oft_bnr_area {
    padding: 60px 0;
}

.oft03_list{
	margin-top: 0;
}

.oft03_list li{
	width:100%;
	max-width:initial;
	margin-top:70px;
	padding: 46px 20px 36px;
	min-height:initial;
}

.oft03_list li .title1 {
    margin-bottom: 20px;
    font-size: clamp(2.2rem, 4vw, 3rem);
}



#cos_cover {
    padding: 10% 0 10%;
}

.header2 .ft_btn {
    height: 60px;
    width: 50%;
	padding:0;
	display:flex;
	align-items:center;
}

.ft_btn3:before {
    height: 56px;
}

    #cos_cover .ab_text {
        bottom: -2%;
    }

#cos_cover .title {
    font-size: clamp(3rem, 4vw, 8.8rem);
    line-height: 1.5;
}

.cons01_div {
    padding: 67px 8.334% 50px;
    background: linear-gradient(to top, #FFFFFF8c, #ffffff00);
    filter: drop-shadow(10px 10px 20px #0000001f);
}

    .cons01_div {
        padding: 40px 2% 40px;
	}

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


.cons02_list{
	margin-top:0px;
}


.cons02_list li{
	width:100%;
	max-width:initial;
	margin-top:30px;
	padding: 16px;
}

.cons02_list li .img{width: 10%;}

.cons02_list li .text{
	line-height: 1.5;
	max-width: initial;
	width: 90%;
}

.cons02:before {
    width: 60px;
    height: 56px;
    bottom: -30px;
}

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

.cons03 .title span {
    width: 80%;
}

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

.cons04_list li{
	margin-bottom: 60px;
	flex-direction:column!important;
}
.cons04_list li .text_area{
	max-width:initial;
	width:100%;
}

.cons04_list li .img{
	max-width:initial;
	width:100%;
	margin:0 auto 30px
}

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

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

.cons05:before{
	height:300px;
	background-size: cover;
}
	
.cons05_list{
	margin-top: 20px;
	flex-direction:column;
}

.cons05_list li{
	width:100%;
	max-width:initial;
	padding: 27px 20px 40px;
	margin-top:30px;
}

.cons05_list li .img{
	width: 50%;
	max-width:100px;
}

.cons06{
    padding: 80px 0 60px;
}
	
.cons06_list1{
	margin:0px auto 0;
	flex-direction:column;
}
.cons06_list1 > li{
	border:5px solid #fff;
	width:100%;
	max-width:initial;
	margin-top:40px;
}

.cons06_list1 > li .title1 {
    font-size: clamp(1.6rem, 4vw, 2rem);
}


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


.cons07_div1{
	margin:40px auto 0;
	flex-direction:column;
}

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

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

.cons07_div11 {
    border:5px solid #ECF0FA;
}

.cons07_div2 {
    margin-top: 40px;
    padding: 40px 5%;
	border-radius:16px;
}

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

.cons08 .artTit2 {
    margin-bottom: 40px;
}

.cons08 .artTit2 img {
    width: 10%;
}
	
.cons_ft .inner {
    padding: 60px 0;
}
	
.cons_bnr {
    width:100%;
}

    .cons03_list li .img {
        max-width: 80px;
    }

    .cons03_list li {
        padding: 50px 2% 20px;
    }

.copyright2 {
    padding: 16px 0;
}

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

.cons04_list li .text_area .title1 span {
    margin-right: 6px;
}

.co4_list2 li .text2 .text2_ab_span.small {
    font-size: 2.2rem;
}

.co4_list2 li .text2 .big .small {
    font-size:7rem;
}


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

.cons09 .artTit2{
	text-align:center;
	margin-bottom:30px;
}

.cons09_list{
	margin-top:60px;
}

.cons09_list li{
	margin-bottom: 50px;
	flex-direction:column-reverse;
}

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

.cons09_list li .img_area{
	max-width:320px;
	width: 100%;
	margin:30px auto 0;
}

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

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

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




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

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

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

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}




/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
}




.news_area{
	width:97.5%;
}

#cover{
	align-items: flex-start;
}

.cov-div{
	margin: 20% auto 0;
}

.side_btn_area{
	max-width: initial;
	width:98%;
	display: flex;
	justify-content: space-between;
	bottom: 0;
	left:0;
	margin:auto;
	flex-direction: initial;
}

.side_btn2,
.side_btn1{
	width: 49.5%;
	height: 65px;
}
	
.side_btn1{
	padding-left: 15%;
}

.side_btn1 .img1{
	left: -8px;
	bottom: 0px;
	width: 70px;
}
	
.content05 {
    height: 80vw;
}

    .co5_div {
        bottom: -44%;
    }

.content06 {
    padding: 270px 0 80px;
}

.sld1 .img {
    height: 39vw;
}

footer .flex2 {
	flex-wrap:wrap;
}

.ft_list{
	width:48%;
	margin-bottom:20px;
}

footer .flex3{
	flex-direction:column;
	padding: 28px 0 0;
}

.ft_btn{
	width:100%;
	margin:30px auto 30px;
}

.ft_btn .text{
	font-size:1.5rem;
}


.flow_list li .img_area {
    padding: 7%;
}

.achiv_list2 {
	justify-content:space-between;
}
	
.achiv_list2 li {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 40px;
}
	
.achiv_list2 li .img{
	height: 31vw;
}

.site01 .ft_list{
	width:100%;
}

    .equip_flex .item_area .thumbnail-img {
        height: 25vw;
    }

.equip01 .title_area .bar {
    margin-bottom: 18px;
}

.tb_area .equip_tb{
	width: 768px;
	width: 1000px;
}

.link_list1.col3 li {
    width: 100%;
    max-width: initial;
}

.link_list1.col3 li .img {
    max-height: initial;
    height: 35vw;
}

.link_list1.col3 li .text {
    font-size: clamp(1.6rem, 4vw, 3.3rem);
}

.link_list1 li .text span {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
}

.comp_link_area {
    padding: 60px 0;
}

.cons_list1{
	flex-wrap: wrap;
	margin-top: 4%;
}

.cons_list1 li{
	max-width: initial;
	width: 48%;
	margin: 10px auto 0%;
	padding: 10px;
}

.cons_list1 li .img{
	width: 50%;
	max-width:70px;
	margin: 0 auto 3%;
}

    #cos_cover {
        padding: 22% 0 10%;
        min-height: 550px;
    }

    .cons03_list li {
        padding: 50px 3% 20px;
        width:100%;
        margin-top: 75px;
    }

    .cons03_list li .img {
        max-width: 80px;
    }

.cons03_list {
    margin-top: 0px;
}


.cons02_list li{
	flex-direction: column;
}

.cons02_list li .img{
	width: 50px;
	margin-right: 0;
	max-width:initial;
	margin-bottom: 8px;
}

.cons02_list li .text{
	max-width:initial;
	width: 100%;
	line-height: 1.5;
}

footer .flex4{
	flex-direction:column-reverse;
	text-align:center;
}

.ft_list2{
	margin-bottom:16px;
	justify-content:center;
}

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

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

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




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

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

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

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

    .co5_div {
        bottom: -73%;
    }

.co4_list1 li .text1{
	width: 41%;
	height: 75px;
}

    .sld1 .img {
        height: 46vw;
    }
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .co5_div {
        bottom: -80%;
    }

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

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

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


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

.active .fade_l,
.active.fade_l{
animation:fade_l 0.6s linear forwards;
}


@keyframes fade_l {
from {
transform:translateX(-5%);
	opacity:0;
}
to {
transform:translateX(0%);
	opacity:1;
}
}

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

.active .fade_r,
.active.fade_r{
animation:fade_r 0.6s linear forwards;
}


@keyframes fade_r {
from {
transform:translateX(5%);
	opacity:0;
}
to {
transform:translateX(0%);
	opacity:1;
}
}

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

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


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

/* リストフェードイン */
.fade_li > li{
	opacity:0;
}

.anm.active.fade_li > li{
animation:fade_li 0.4s linear forwards;
}


@keyframes fade_li {
from {
transform:translateY(10%);
	opacity:0;
}
to {
transform:translateY(0%);
	opacity:1;
}
}

.anm.active.fade_li > li:nth-child(2){
	animation-delay:0.5s!important;
}

.anm.active.fade_li > li:nth-child(3){
	animation-delay:1s!important;
}

.anm.active.fade_li > li:nth-child(4){
	animation-delay:1.5s!important;
}

.anm.active.fade_li > li:nth-child(5){
	animation-delay:2s!important;
}

.anm.active.fade_li > li:nth-child(6){
	animation-delay:2.5s!important;
}

/* splash screen */
        .splash {
      position: fixed;
      inset: 0;
      z-index: 9999;
      pointer-events: none;
    }

    .background-mask {
      position: absolute;
      inset: 0;
      background-color: #213B80; /* 好きな背景色に変更可能 */
      z-index: 0;
      transition: opacity 1s ease;
    }

    .splash.animate .background-mask {
      opacity: 0;
    }

    .splash .panel {
      position: absolute;
      width: 101vw;
      height: 100vh;
      top: 0;
      left: -0.5vw;
      transition: transform 1s ease;
      will-change: transform;
    }

    .splash .left {
      background-color: #213B80;
      z-index: 2;
      clip-path: polygon(0 0, 52.5% 0, 47.5% 100%, 0 100%);
    }

    .splash .right {
      background-color: #2f454e;
      z-index: 1;
      clip-path: polygon(52.5% 0, 100% 0, 100% 100%, 47.5% 100%);
    }

    .splash.animate .left {
      transform: translateX(-101%);
    }

    .splash.animate .right {
      transform: translateX(101%);
    }

    .sp_logo {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2.5rem;
      font-weight: bold;
      color: white;
      z-index: 3;
      opacity: 1;
      transition: opacity 1s ease;
    }

    .sp_logo.fade-out {
      opacity: 0;
    }

    .main-content {
      opacity: 0;
      transition: opacity 0.5s ease;
      padding: 2rem;
    }

    .show-main {
      opacity: 1;
    }

    @media (max-width: 600px) {
      .sp_logo { font-size: 1.8rem; }
    }

/* 画像アニメーション */

.img_anm {
	position: relative;
	display: inline-block;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.img_anm:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #122d48;
}

.img_anm span {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.active.img_anm:after,
.active .img_anm:after {
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
}

.active.img_anm span,
.active .img_anm span {
	-webkit-animation: cov_span 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
}


@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}