@charset "utf-8";


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

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

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

.en{
	font-family: "Montserrat", sans-serif!important;
	font-weight: 600;
}

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

.zen{
	font-family: "Zen Kaku Gothic New", sans-serif!important;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: #DF2016;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #0F0F0F;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#0F0F0F;
}
.bgred{
	background: #DF2016;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}
.bggray{
	background:#EFEFEF;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #0F0F0F;
}

a:visited {
	color: #0F0F0F;
}

a:active {
	color: #0F0F0F;
}

a:hover {
	opacity: 0.65;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

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

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

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

.pc,.pc2 {
	display: block;
}

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

.pcTel {
	display: inline;
}


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

header {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
	height: 72px;
	padding-left: 37.5px;
}

.article header,
header.headerScroll{
	background: #ffffffbf;
}

.hLogo{
	max-width: 131px;
	width: 19%;
}


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

.article .off_img,
.headerScroll .off_img{
	display:none;
}
.article .on_img,
.headerScroll .on_img{
	display:block;
}

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

table {
	border-collapse: separate;
}



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

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

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

.nav_list1 li {
	margin-left:auto;
	position: relative;
	list-style: none;
}

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

.nav_list1 > li > a,
.nav_list1 > li > .menu_open{
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
	color:#fff;
	line-height: 1.4285;
	padding: 10px 0;
}

.article .nav_list1 a,
.article .nav_list1 > li > .menu_open,
.headerScroll .nav_list1 a,
.headerScroll .nav_list1 > li > .menu_open{
	color:#000000;
}


/* 中身 */
.sub_menu li a{
	display: block;
}

.sub_menu li a:hover{
	color:#000000;
}


/* ▼ プルダウン */
.sub_menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 175px;
	background: #DF2016;

	/* にょきっと用 */
	max-height: 0;
	overflow: hidden;
	transition:
		max-height 0.5s ease,
		padding 0.3s ease;
	box-shadow: 2px -2px 6px #00000066;
	padding: 0px 13px 0px;
}

.nav_list1 li .sub_menu li{
	margin-bottom:13px;
}

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

/* hoverで展開 */
.has_menu:hover .sub_menu {
	max-height: 300px; 
	padding: 17px 13px 20px;
}

.has_menu:hover > a,
.has_menu:hover > .menu_open{
	color:#000000;
}

/* 中身 */
.sub_menu li a {
	display: flex;
	font-size: 1.4rem;
	font-weight: 500;
	align-items: center;
	color: #fff!important;
	overflow: hidden;
	padding: 0px 20px 0px 0px;
	opacity: 1;
}

.sub_menu li a .img{
	display:flex;
	margin-left:4px;
}

.sub_menu li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;

	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;

	transform: translateY(-50%) rotate(45deg);
	opacity: 1;

	/* ★ 通常時は transition なし */
}

.sub_menu li a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px; /* after と完全に同じ最終位置 */

	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;

	transform: translate(-8px, -50%) rotate(45deg);
	opacity: 0;

	/* ★ 通常時は transition なし */
}

.sub_menu li a:hover::after {
	transform: translate(8px, -50%) rotate(45deg);
	opacity: 0;

	transition:
		transform 0.5s ease,
		opacity 0.5s ease; /* ← ふわっと消える */
}

.sub_menu li a:hover::before {
	transform: translate(0, -50%) rotate(45deg);
	opacity: 1;

	transition:
		transform 0.5s ease,
		opacity 0.5s ease; /* ← ふわっと出る */
}




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

.hd_link_btn1{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 72px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height:2;
	transition:.3s;
}

.hd_link_btn1 .img{
	display:flex;
	margin-right:8px;
	transition:.3s;
}

.hd_link_btn1:hover .img{
	margin-right:13px;
}

.hd_link_btn1:hover{
	padding-right:5px;
}
/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

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

#cover {
	width: 100%;
	margin: 0px auto 0;
	background: #9B9B9B;
	overflow:hidden;
}


#cover .img{
	transition:1s;
	transform:scale(1.2);
	opacity:0;
	transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}


#cover.active .img{
	opacity:1;
	transform:scale(1);
}

.mv_sld_cont{
}

.mv_sld{
	width:100%;
	height: 100vh;
	min-height:600px;
}

.mv_sld1{
	background:url(./img/top/mv1.jpg)no-repeat center;
	background-size:cover;
}

.mv_sld2{
	background:url(./img/top/mv2.jpg)no-repeat;
	background-size:cover;
	background-position:40% 50%;
}

.mv_sld3{
	background:url(./img/top/mv3.jpg)no-repeat center;
	background-size:cover;
}

.mv_sld4{
	background:url(./img/top/mv4.jpg)no-repeat;
	background-size:cover;
	background-position:70% 50%;
}

.cov-div{
	position:absolute;
	top:0;
	left:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	color:#fff;
	flex-direction:column;
}

.cov-div .title{
	font-size: 8rem;
	line-height: 1.2125;
	font-weight: 600;
	font-size: clamp(3rem,8.8vw,8rem);
	animation-delay: 1s !important;
}

.cov-div .text1{font-size: 2rem;line-height: 1.45;font-weight: 400;font-size: clamp(1.6rem, 2.2vw, 2rem);margin-top: 1%;animation-delay: 1.6s!important;}

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

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

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

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

.r_inner{
	width: 95%;
	max-width: 1167px;
	margin-left:auto;
	margin-right:0;
}

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

.mainTit{
	font-size: 3.9rem;
	line-height: 1.23;
	font-weight: 600;
	font-size: clamp(3rem,4.6vw,3.9rem);
}

.mainTit .en_tit{
display:block;
}

.mainTit .sub_tit{display:block;font-size: 1.6rem;font-weight: 500;color: #868686;line-height: 1.5;margin-top: 3px;}

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

.mainTit2 span{

}

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

.content01 .ma1366{
	padding: 205px 0 182px;
	position: relative;
}


.content01 .ma1366:before{
	position:absolute;
	content:"";
	width: 107.321%;
	height: 107.657vw;
	background:url(./img/top/bg1.jpg)no-repeat left top;
	background-size:contain;
	top: -5.157%;
	left: 19.034%;
	z-index: -1;
	max-width: 1466px;
	max-height: 1470.59px;
}

.content01 .text_area{
	max-width: 844px;
	width: 95%;
	margin: 46px auto 0px;
}

.content01 .text_area .title1{
	margin: 0px auto 46px;
	font-size: 3.6rem;
	line-height: 1.6944;
	font-weight: 600;
	font-size: clamp(2.6rem,3vw,3.6rem);
}

.content01 .text_area .text1{
	font-size: clamp(1.6rem,2.4vw,1.8rem);
	line-height:2.33333;
	font-weight:400;
	margin:0 0 66px;
}

.content01 .btn1{
	max-width:169px;
	margin:0;
}

.content02 .btn1{
	margin:70px auto 0;
}

.btn1{
	display:flex;
	align-items:center;
	height:41px;
	width:100%;
	border-radius:21px;
	border:1px solid #DF2016;
	color:#fff!important;
	padding-left:36px;
	font-size:1.8rem;
	font-weight:500;
	line-height:1;
	position:relative;
	transition:.3s;
	max-width: 185px;
	margin: 0 auto;
}

.btn1:before{
	position:absolute;
	content:"";
	width:18px;
	height:18px;
	background:url(./img/common/btn_arrow1_red.svg)no-repeat;
	background-size:contain;
	right:27px;
	top:2px;
	bottom:0;
	margin:auto;
	transition:.3s;
}

.btn1.gaibu_btn1:before{
	width: 14px;
	height: 12px;
	background:url(./img/bjb/gaibu.svg)no-repeat;
	background-size:contain;
}

.btn1.gaibu_btn1:hover:before{
	background:url(./img/bjb/gaibu_red.svg)no-repeat;
	background-size:contain;
}

.btn1:hover{
	background:#fff;
	color:#DF2016!important;
	opacity:1;
}

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

.btn1.red{
	background:#fff;
	color:#DF2016!important;
}

.btn1.red:hover{
	background: #DF2016!important;
	color:#fff!important;
	opacity:1;
	border:1px solid #fff;
}

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

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

.content02{
	padding: 0 0 160px;
}

.news_div1{
	margin:56px auto 0;
	border-bottom: 1px solid #868686;
	width: 100%;
}

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

.news_list1 li{
	width: 31.278%;
	margin-right: 3.083%;
	padding-bottom:56px;
}

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

.news_list1 li:nth-child(2){
	animation-delay:.3s;
}

.news_list1 li:nth-child(3){
	animation-delay:.6s;
}

.news_list1 li .img{
	width:100%;
	height:20vw;
	max-height:160px;
	overflow:hidden;
}

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

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

.news_list1 li .text_area{
	margin-top:14px;
}

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

.news_list1 li .text_area .date{
	font-size:1.5rem;
	font-weight:400;
	line-height:1.4;
	margin-bottom: 10px;
}

.news_list1 li .text_area .cate{
	font-size:1.4rem;
	font-weight:500;
	line-height:1.4285;
	padding:0 8px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#DF2016;
	color:#fff;
	border-radius:5px;
	margin-right:16px;
	width: 32%;
	margin-right: 2%;
}

.news_list1 li .text_area .cate:last-child{
	margin-right:0;
}

.news_list1 li .text_area .title{
	line-height:1.625;
	font-weight:500;
}

.content03{
	padding: 102px 0 140px;
	position: relative;
}

.content03:before{
	position:absolute;
	content:"";
	width: 74%;
	height: 50vw;
	left:0;
	top:0;
	background:#DF2016;
	z-index: -1;
	max-height: 483px;
}

.ma1366{
	max-width: 1366px;
	margin: 0 auto;
	width: 100%;
}

.title_area_tmp1{
	display:flex;
	width: 82%;
}

.title_area_tmp1 .ttmp_left{
	width:186px;
	flex-shrink:0;
}

.title_area_tmp1 .ttmp_right{
	max-width:553px;
	width:100%;
	animation-delay: .3s!important;
}

.title_area_tmp1 .ttmp_right .text1{
	font-weight:500;
	line-height:1.875;
}

.co3_list1{
	margin: 40px auto 70px;
	width:100%;
	display:flex;
	justify-content:space-between;
	animation-delay: 0.6s!important;
}

.co3_list1 li{
	max-width:370px;
	width:32%;
}

.co3_list1 li .img{
	width:100%;
	height: 30.4vw;
	max-height:370px;
	overflow:hidden;
}

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

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

.co3_list1 li .text_area{
	margin-top:35px;
	max-width: 335px;
	width: 98%;
}

.co3_list1 li .text_area .title1{
	font-size: clamp(1.6rem,2vw,2rem);
	line-height:1.6;
	font-weight:500;
	padding-bottom:7.5px;
	position:relative;
}

.co3_list1 li .text_area .title1:before{
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	width:52px;
	height:1px;
	background:#707070;
}

.co3_list1 li .text_area .text1{
	margin-top:16px;
	line-height:1.625;
	font-weight: 400;
}


.content04{
	padding: 102px 0 140px;
	position: relative;
}

.content04:before{
	position:absolute;
	content:"";
	width: 83.09%;
	height: 50vw;
	left:0;
	top:0;
	background:#EFEFEF;
	z-index: -1;
	max-height: 483px;
}

.co5_list1{
	display:flex;
}

.co5_list1 li{
	width: 50%;
	position:relative;
	background: #000000;
}

.co5_list1 li .img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width: 90.337%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 85.11%;
}


.co5_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.3s;
	object-position: 0% 18%;
}

.co5_list1 li:hover .img img{
	transform:scale(1.05);
	filter: contrast(0.8) brightness(1.5);
}

.co5_list1 li .cont_area{
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}


.co5_list1 li .cont_area .img1{
	width: 51.1%;
	max-width: 349px;
}

.co5_list1 li .cont_area .img2{
	width: 58%;
	max-width: 260px;
}

.co5_list1 li .cont_area .title1{
	font-size: clamp(2.4rem,4vw,4.1rem);
	line-height:1.463;
	font-weight:500;
	color:#fff;
	text-align:center;
	letter-spacing:0.1em;
}

.co5_list1 li .cont_area .title1 .sub{
	font-size: clamp(1.4rem,1.8vw,1.9rem);
	line-height:1.421;
	font-weight:500;
	display:block;
	margin-top:5px;
	letter-spacing:0;
}

.content06{
	padding:130px 0 210px;
}

.content06 .inner{
	max-width:1195px;
}

.bnr_cont_area1{
	display:flex;
	background:#DF2016;
}

.bnr_cont_area1 .img{
	width:50%;
}

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

.bnr_cont_area1 .text_area{
	width:50%;
	padding: 6.36% 5.858% 6.863%;
}

.bnr_cont_area1 .text_area .title1{
	font-size: clamp(1.8rem,2vw,2.6rem);
	font-weight: 600;
}

.bnr_cont_area1 .text_area .mainTit .en_tit{
	display:inline;
}

.bnr_cont_area1 .text_area .mainTit .sub_tit{
	display:inline;
	margin-top: 0;
	margin-left: 10px;
}

.bnr_cont_area1 .text_area .text1{
	line-height:1.875;
	margin:17px 0 44px;
	font-weight: 400;
}

.content06 .bnr_cont_area1 .text_area .text1{
	font-weight: 500;
}


.bnr_cont_area1 .text_area .btn1{
	margin:0;
}

.bnr_cont_area1:hover .text_area .btn1{
	background: transparent !important;
	color: #fff !important;
	opacity: 1;
	border: 1px solid #fff;
}

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

footer {
	margin: 0px auto 0;
	padding: 100px 0 0;
	background: #464646;
}
footer .inner {
    max-width: 1282px;
}

footer .flex1{
	max-width:1212px;
	margin-left:auto;
	width:100%;
	color:#fff;
}


footer .flex1 .left{
	max-width:366px;
	width: 34%;
}

footer .flex1 .right{
	max-width:758px;
	width: 64%;
	display:flex;
	justify-content:space-between;
}

footer .flex1 .left .logo{
	max-width:350px;
	width:100%;
	margin-bottom:12px;
}

footer .flex1 .left .add{
	font-weight:500;
	line-height:1.875;
}

footer .flex1 .left .add a{
	color:#fff;
}


footer .flex1 .right .cen2{
	max-width: 263px;
	width: 38%;
}

.ft_list1 li{
	position:relative;
	font-size:1.6rem;
	line-height:1.875;
}

.ft_list1 li.chil{
	font-size: 1.4rem;
	line-height:2.1428;
}

.ft_list1 li a{
	color:#fff;
	display:flex;
	align-items:center;
}

	
.ft_list1 li a .img{
	display:flex;
	margin-left: 4px;
}

.flex1 .right .cen2 .ft_list1:last-child{
	margin-top:35px;
}

footer .flex2{
	margin-top: 15.601%;
	padding: 20px 0;
	border-top:1px solid #D9D9D9;
}

.copyright {
	color: #fff;
	font-size:1.4rem;
	line-height:1.428;
	font-weight:500;
}

.ft_list2{
	display:flex;
	align-items:center;
	font-size:1.4rem;
	line-height:1.428;
	font-weight:500;
}

.ft_list2 li{
	margin-right:22px;
}

.ft_list2 li a{
	color:#fff;
}


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

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

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 10px 0;
    max-width: 1142px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: flex;
    color: #DF2016;
    line-height: 1.42857;
    align-items: center;
    justify-content: flex-start;
}

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

.pankuzu li span{
    color: #868686;
    font-size:0.7rem;
    line-height: 20px;
}

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

/*--- ページトップ ---*/
#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: #fff!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%;
}

.green .clearForm,
.green .clearForm2,
.green .toHome {
	color: #2CB573 !important;
	
}


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

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

textarea {
	padding: 10px;
	height: 200px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	resize: none!important;
}

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

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 40px;
	padding: 5px 15px;
	width: 100%;
	background: #FFFFFF;
	width: 100%;
	border-radius: 2px;
}

::placeholder{
	color:#CCCCCC;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
option,
select{
	border: 1px solid #868686;
}


select{
	max-width:340px;
}

input[type="date"]{
	width:100%;
	max-width:204px;
	height:42px;
}

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: 40px 0;
	position: relative;
	font-weight: 500;
	border-top: 1px solid #B1B1B1;
	font-size: 1.6rem;
}


.contact_tb tr:last-child th,
.contact_tb tr:last-child td {
	border-bottom: 1px solid #B1B1B1;
}

.tb_div .text1{
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
}

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


.contact_tb th {
	width: 26.7%;
	text-align: left;
	padding-right: 1%;
}

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

.contact_tb td {width: 79%;font-weight: 400;}

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

sup{
	color: #C11F1F;
	margin-left: 4px;
}

.contact01_div3{
	margin-top:80px;
}


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

.tb_flex .mwform-radio-field{
	display:flex;
	margin-right:5%;
	align-items: center;
}

.tb_flex .mwform-radio-field label{
	display:flex;
	align-items: center;
}

.tb_flex label input{
	margin-right:8px;
	accent-color: #DF2016!important;
}

.mwform-checkbox-field-text{
	display:none;
}

.tb_div .text2{
	font-weight:400;
	line-height:1.5;
}

.pri_div{
	padding: 32px 3%;
	height: 285px;
	overflow-y:scroll;
	margin: 24px auto 79px;
	background: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 1.4rem;
}

.pri_div.pri_div2{
	padding: 24px 4%;
	height: 285px;
	overflow-y:scroll;
	margin: 24px auto 56px;
	background: #F1F4E0;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 2px solid #F1F4E0;
	width: 100%;
	border-radius: 10px;
}

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


.pri_div h3{
	font-size: 1.8rem;
	line-height: 1.46;
	margin-bottom: 24px;
}

.pri_div.pri_div2 h3{
	font-size: clamp(1.8rem,2vw,2.4rem);
	line-height: 1.8;
	margin-bottom: 24px;
	color: #534541!important;
}

.pri_div dt{
	font-size: 1.4rem;
	line-height: 2.057;
}

.pri_div dd{
    font-size: 1.4rem;
    line-height: 2.057;
	margin-bottom:24px;
}

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

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

.privacy_area label{
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}

.privacy_area a{text-decoration: underline;}

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

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

.btn5{
	position:relative;
	margin: 0 auto;
	background: #EB6129;
	max-width: 370px;
	display: flex;
	border-radius: 56px;
	font-size: 2.9rem;
	height: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn5:before {
    position: absolute;
    content: "";
    width: 63px;
    height: 63px;
    background: url(./img/common/arrow2_ora.svg) no-repeat;
    background-size: contain;
    right: 3.4%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .4s;
}

.btn5:hover{
	opacity:0.7;
}

.contact_tb th em {
	color: #E8565B;
}




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

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


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display:block;
}


.detail_area p{
	margin-bottom:24px;
	font-size: 1.6rem;
	font-weight: 400;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
	font-weight:600;
}

.detail_area h3{
	margin-bottom:24px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	font-weight:600;
}

.detail_area h4{
	margin-bottom:24px;
	font-size: clamp(1.7rem,2.3vw,1.8rem);
	font-weight:500;
}


#art_cover{
	padding-top:168px;
}

.art_cov-div .title{
	font-size:5.6rem;
	font-size: clamp(3.6rem,5vw,5.6rem);
	font-weight:600;
	line-height:1.214;
}

.art_cov-div .text1{
	font-size:2rem;
	font-size: clamp(1.6rem,3vw,2rem);
	color: #868686;
	margin-top:8px;
	line-height:1.45;
}

#art_cover .img{
	width:100%;
	margin-top:80px;
}


#art_cover .img img{
	width:100%;
}

.using01{
	padding:135px 0 200px;
}

.using01 .text{
	font-size: 1.8rem;
	line-height:1.5556;
	font-weight:400;
	margin-bottom:55px;
}

.using01_div{
	margin-bottom:96px;
}


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

.using01_div .title{
	font-size: 2.4rem;
	line-height:1.45833;
	font-weight:600;
}

.using01_div dt{
	margin-top:40px;
	font-weight:500;
	font-size:2rem;
	line-height: 1.45;
}


.using01_div dd{
	margin-top:10px;
	font-size:1.6rem;
	line-height:1.625;
	font-weight: 400;
}

.using01_div dd a{
	border-bottom:1px solid;
	word-break: break-word;
}

.mv_text1 {
	animation-delay: 0.2s!important;
	margin: 50px 0 80px;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.625;
}

.ank_link{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	width:100%;
	margin-top: 50px;
	animation-delay: 0.2s!important;
}

.ank_link.slow{
	/* animation-delay:1.2s!important; */
}

.ank_link li{
	margin-top:30px;
}


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

.ank_link li a{
	color:#DF2016;
	font-size:1.8rem;
	font-weight:500;
	line-height:1.444;
	padding-right:28px;
	margin-right:40px;
	position:relative;
}

.ank_link li a:before{
	content: "";
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 0px;
	width: 9px;
	height: 7px;
	background:url(./img/common/ank_arrow1.svg)no-repeat;
	background-size: contain;
	margin: auto;
}

.company01{
	padding:135px 0 170px;
}

.company01 .art_flex1 {
	margin-top:40px;
}

.art_flex1 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.art_img1{
	max-width:490px;
	width: 48%;
}

.art_text_area{
	max-width:571px;
	width:50%;
}

.art_tit1{
	font-size:3.6rem;
	font-size: clamp(2rem,2.8vw,3.6rem);
	line-height:1.69444;
}

.company02 .art_tit1 {
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}

.art_text_area .text1{
	font-size:1.6rem;
	line-height:1.625;
	margin-top: 7.007%;
	font-weight:400;
}

.art_text_area .text2{
	font-size:1.6rem;
	line-height:1.625;
	margin-top: 14.013%;
	font-weight:400;
}

.art_text_area .text2 span{
	display:block;
	margin-top:9px;
	font-size:2rem;
	font-weight:500;
	line-height:1.45;
}

.company_div{
	background:url(./img/company/index/bg2.jpg)no-repeat;
	background-size:cover;
}

.company02{
	padding-top: clamp(100px,17vw,220px);
}

.art_flex2{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}

.art_flex2 .art_left2{
	width: 30%;
	flex-shrink: 0;
	min-width: 225px;
	max-width: 260px;
}

.art_flex2 .art_right2{
	max-width: 842px;
	width: 73.8%;
	animation-delay: 0.6s!important;
}

.company02 .text1{
	margin-top: 4.3%;
	font-size:1.6rem;
	line-height:1.625;
	font-weight:400;
}

.company03{
	padding: clamp(100px,15vw,200px) 0 0;
}

.comp3_list1{
	
}

.comp3_list1 li{
	margin-bottom: 5.58%;
}

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

.comp3_list1 li .title1{
	font-size:3rem;
	font-size: clamp(2.4rem,3vw,3rem);
	line-height:1.69444;
	padding-bottom:7px;
	position:relative;
}

.comp3_list1 li .title1:before{
	position:absolute;
	content:"";
	width: 82.543%;
	height:1px;
	bottom:0;
	left:0;
	background:#DF2016;
}

.comp3_list1 li .title1:after{
	position:absolute;
	content:"";
	width: 90.143%;
	height:1px;
	bottom:0;
	right:0;
	background:#868686;
}

.comp3_list1 li .text1{
	margin-top:17px;
	font-size:1.6rem;
	line-height:1.625;
	font-weight:400;
}

.company04{
	padding: clamp(100px,13vw,170px) 0 clamp(100px,15vw,200px);
}

.company04 .title1{
	font-size: clamp(1.8rem,1.8vw,2rem);
	line-height:1.6;
	font-weight:500;
	margin-bottom:59px;
}

.comp4_list1 li{
	display:flex;
	margin-bottom:31px;
}


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

.comp4_list1 li .num{
	font-size: 2.2rem;
	line-height: 1.4545;
	font-weight: 700;
	margin-right: 10px;
}

.comp4_list1 li .text1{
	font-size:1.6rem;
	line-height:1.625;
	font-weight:400;
	padding-top: 5px;
}

.link_bnr_area{
	padding: clamp(100px,15vw,200px) 0;
}

.bjb .link_bnr_area,
.news_detail .link_bnr_area{
	background: #EFEFEF;
}

.link_next{
	margin-bottom:17px;
	font-size:3.6rem;
	font-size: clamp(3rem,4vw,3.6rem);
	line-height:1.222;
	font-weight: 400;
	letter-spacing:0.1em;
	display:flex;
	align-items:flex-end;
}

.link_next span{
	display:flex;
	padding-bottom:10px;
	margin-left:5px;
}

.link_bnr1{
	position:relative;
}

.link_bnr1 .img{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width: 94.834%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 85.11%;
	filter: brightness(0.7);
}


/* .link_bnr1 .img:before{
	position:absolute;
	content:"";
	width: 90.337%;
	height: 85.11%;
	top:0;
	left:0;
	background:#000000;
	opacity:0.58
} */


.link_bnr1 .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.3s;
}

.link_bnr1:hover .img img{
	transform:scale(1.03);
}

.link_bnr1 .cont_area{
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	width: 85.114%;
}

.link_bnr1 .cont_area .left{
	
}

.link_bnr1 .cont_area .right{
	max-width: 185px;
	width: 100%;
}

.link_bnr1 .cont_area .left .title{
	font-size:1.9rem;
	font-size: clamp(1.6rem,4vw,1.9rem);
	line-height:1.421;
	font-weight:500;
}

.link_bnr1 .cont_area .left .title .en_tit{
	font-size:4.3rem;
	font-size: clamp(3.6rem,6vw,4.3rem);
	line-height:1.2325;
	font-weight:600;
	letter-spacing:0.06em;
	display:block;
}

.link_bnr1:hover .btn1{
	background:#fff;
	color:#DF2016!important;
	opacity:1;
	border:1px solid #fff!important;
}

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

.profile01{
	
padding: 135px 0 clamp(100px,13vw,170px);
}

.prof01_list1 li{
	display:flex;
	align-items:flex-start;
	padding:20px 0;
	border-top:1px solid #CBCBCB;
}

.prof01_list1 li:last-child{
	border-bottom:1px solid #CBCBCB;
}

.prof01_list1 li .left{
	width:170px;
	flex-shrink:0;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.625;
}

.prof01_list1 li .right{
	font-size:1.6rem;
	font-weight:400;
	width:100%;
	line-height:1.625;
}

.prof01_list1 li .right .flex .map{
	width:48%;
	max-width:326px;
	height:174px;
}

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

.profile02{
	padding:clamp(100px,17vw,220px) 0;
	background:url(./img/company/profile/bg2.jpg)no-repeat;
	background-size:cover;
}

.profile02 .art_flex1{
	margin-top:65px;
}

.profile02 .art_flex1 .art_img1 img{
	box-shadow:0 3px 6px #00000029;
}

.art_text_area .text3{
    font-size: 1.6rem;
    line-height: 1.4375;
    margin-top: 16.289%;
    font-weight: 400;
    text-align:right;
}

.profile03{
	padding: clamp(100px,13vw,170px) 0 132px;
}

.prof03_list1{
	position:relative;
	margin-top:65px;
}


.prof03_list1:before{
	position:absolute;
	content:"";
	width:12px;
	height:100%;
	left:0;
	top:0;
	background:linear-gradient(to top,transparent 0%,#FADDDC 2%,#FADDDC 99%,transparent 100%);
}

.prof03_list1 li{
	padding:50px 0;
	display:flex;
	align-items:flex-start;
	position:relative;
}

.prof03_list1 li:first-child{
	padding-top:24px;
}

.prof03_list1 li:last-child{
	padding-bottom:68px;
}

.prof03_list1 li:before{
	position:absolute;
	content:"";
	height:1px;
	width: calc(100% - 76px);
	bottom:0;
	right:0;
	background:#868686;
}

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


.prof03_list1 li .flex{
	align-items:center;
	max-width: 714px;
	width: 65%;
	margin-right: 2.628%;
}

.prof03_list1 li .flex .left{
	display:flex;
	align-items:center;
	width: 275px;
	flex-shrink: 0;
	margin-right: 2%;
}

.prof03_list1 li .flex .left .dot{
	position: relative;
	width: 12px;
	height: 12px;
	background: #DF2016;
	border-radius: 50%;
	margin-right: 64px;
}

.prof03_list1 li .flex .left .dot:before{
	position:absolute;
	content:"";
	width:50px;
	height:1px;
	left:99%;
	background:#707070;
	top:0;
	bottom:0;
	margin:auto;
}

.prof03_list1 li .flex .left .year{
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.444;
}


.prof03_list1 li .flex .text1{
	max-width: 415px;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}

.prof03_list1 li .img{
	max-width:258px;
	width: 31%;
}

.prof03_list1 li .img.img1{
	max-width:166px;
}

.prof03_list1 li .img.img2{
	max-width:250px;
}

.prof03_list1 li .img.img3{
	max-width:258px;
}

.prof03_list1 li .img.img4{
	max-width:258px;
}

.prof03_list1 li .img.img5{
	max-width:225px;
}

.prof03_list1 li .img.img6{
	max-width:180px;
}

.prof03_list1 li .img.img7{
	max-width:258px;
}

.profile .link_bnr_area{
	padding-top:0;
}

.news01{
	padding:135px 0 0;
}

.cate_list1{
	display:flex;
	align-items:center;
	margin-bottom:90px;
}

.cate_list1 li{
	margin-right:32px;
}

.cate_list1 li a{
	color:#868686;
	padding-right:21px;
	position:relative;
}

.cate_list1 li a:hover{
	color:#6A6A6A;
	opacity:1;
}

.cate_list1 li a.active{
	color:#DF2016;
}

.cate_list1 li a:before{
        content: "";
        position: absolute;
        top: 50%;
        right: 2px;
        width: 7px;
        height: 7px;
        border-top: 1px solid #868686;
        border-right: 1px solid #868686;
        transform: translateY(-50%) rotate(45deg);
}

.cate_list1 li a:hover:before{
        border-top: 1px solid #6A6A6A;
        border-right: 1px solid #6A6A6A;
}

.cate_list1 li a.active:before{
        border-top: 1px solid #DF2016;
        border-right: 1px solid #DF2016;
}

.news_list2 > li{
	padding:40px 0;
	display:flex;
	align-items:center;
	border-top:1px solid #CBCBCB;
	justify-content: space-between;
}

.news_list2 > li:last-child{
	border-bottom:1px solid #CBCBCB;
}

.news_list2 > li .img{
	max-width:300px;
	width: 26%;
	overflow:hidden;
	height: 14vw;
	max-height:160px;
}

.news_list2 > li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.3s;
}

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

.news_list2 > li .text_area{
	max-width: 817px;
	width: 72%;
	transition:.3s;
}

.news_list2 > li:hover .text_area{
	opacity:0.65;
}

.news_list2 > li .text_area .dacate{
	display:flex;
	align-items:center;
}

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

.cate_list2 li{
	font-size:1.4rem;
	font-weight:500;
	background:#DF2016;
	border-radius:5px;
	border:1px solid #DF2016;
	color:#fff;
	margin-right:10px;
	padding:0 17px;
	line-height:1.42857
}

.news_list2 > li .text_area .dacate .date{
	font-size:1.5rem;
	font-weight:400;
	line-height:1.4;
}

.news_list2 > li .text_area .title1{
	font-size:2rem;
	line-height:1.45;
	font-weight:500;
	margin-top: 2.449%;
}

.news_list2 > li .text_area .text1{
	font-size:1.6rem;
	line-height:1.625;
	font-weight:400;
	margin-top: 1.836%;
}



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

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	width: 32px;
	height: 32px;
	background: #EFEFEF;
	margin: 0 5px;
	transition:.4s;
	font-weight: 500;
	text-decoration: none;
	color: #868686;
	border-radius:50%;
	border:1px solid #868686;
	line-height: 1;
}


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



.pagination-list .page-numbers.prev{
	margin: 0 5px 0 0;
	position:relative;
	background:none;
	border:none;
	width: 18px;
}

.pagination-list .page-numbers.next{
	margin: 0px 0% 0 5px;
	position:relative;
	background:none;
	border:none;
	width: 18px;
}


.pagination-list .page-numbers.prev:hover,
.pagination-list .page-numbers.next:hover{
	opacity:0.65;
}

.news02{
	padding:243px 0 0;
}

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

.news02 .title_area .dacate{
	display:flex;
	margin-bottom: 10px;
}

.news02 .title_area .title1{
	font-size:3.6rem;
	font-size: clamp(2.4rem,4vw,3.6rem);
	line-height:1.58333;
	font-weight:600;
}


.news02 .detail_area{
	background:#fff;
	padding: 5.255% 9.808% 6.656%;
	margin-bottom: 60px;
}

.news02 .detail_area a{
	text-decoration:underline;
}

.det_list1{
	display:flex;
	justify-content:space-between;
	max-width:576px;
	margin:0 auto;
}

.det_list1 li{
	width:48%;
	max-width: 263px;
}

.btn1.back{
	background:transparent;
	max-width: 205px;
	padding-left: 60px;
}

.btn1.back:before{
	transform: rotateZ(180deg);
	right: auto;
	left: 27px;
}

.btn1.back.red:hover{
	background:#DF2016!important;
	color:#fff!important;
	opacity:1;
	border:1px solid #DF2016;
}

.bjb01{
	padding: 135px 0 clamp(100px,13vw,170px);
	position: relative;
}

.bjb01:before{
	position:absolute;
	content:"";
	width:100%;
	height: 71%;
	background: #EFEFEF;
	z-index:-1;
	bottom:0;
	left:0;
}

.bjb01 .art_div1{
	margin-top:40px;
}

.art_div1{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
}

.art_div1 .art_tit1{
flex-shrink: 0;
margin-right: 2%;
line-height: 1.653;
margin-top: -1%;
}

.art_div1 .text{
	max-width:736px;
	width: 70%;
	font-weight: 400;
	line-height: 1.625;
	font-size: 1.6rem;
}

.bjb01_div1 .img1{
	margin:60px auto 30px;
	width:100%;
}

.big_text{
	color:#868686;
	opacity: 0.08!important;
	text-align:center;
	font-size:12.1rem;
	font-size: clamp(3rem,8.9vw,18.1rem);
	line-height:1.2148;
	font-weight:700;
	white-space: nowrap;
	margin-left: -1%;
}

.bjb01_div1 .flex{
	margin:110px auto 0;
}

.bjb01_div1 .flex .left{
	max-width:724px;
	width: 64%;
}

.bjb01_div1 .flex .right{
	max-width:348px;
	width: 31%;
}

.art_tit2{
	font-size:2.4rem;
	font-size: clamp(2rem,3vw,2.4rem);
	line-height:1.125;
	font-weight:600;
	text-align:center;
}

.art_tit2 .en_sub{
	font-size:1.6rem;
	font-size: clamp(1.3rem,1.4vw,1.6rem);
	line-height:1.6875;
	font-weight:400;
	display:block;
}

.bjb01_list1{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:5px auto 40px;
}

.bjb01_list1 li{
	margin-top:30px;
	width:48%;
	max-width:347px;
}


.bjb01_list1 li.long{
	width:100%;
	max-width:initial;
}

.bjb01_list1 li .text1{
	text-align:center;
	color:#868686;
	font-size: clamp(1.3rem,1.7vw,1.6rem);
	margin-top:10px;
	font-weight:400;
	line-height:1.5;
}

.bjb02{
	padding: clamp(150px,15vw,220px) 0 clamp(150px,15vw,175px);
}

.bjb02 .flex .text_area{
	max-width:481px;
	width: 45%;
}

.bjb02 .flex .img{
	max-width:604px;
	width: 53%;
}

.bjb02 .flex .text_area .title_area{
	display:flex;
	margin:40px auto;
	justify-content:space-between;
}

.bjb02 .flex .text_area .title_area .img1{
	max-width:92px;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bjb02 .flex .text_area .text1{
	font-weight:400;
}

.bjb03{
	padding: clamp(100px,13vw,220px) 0 0;
	background:#EFEFEF;
}

.bjb03 .ank_link {
    margin-top: 10px;
	margin-bottom:-6px;
}

.bjb03 .ank_link li{
    margin-top: 30px;
}

.bjb03_div{
	padding-top:90px;
}

.bjb03_div .art_tit1{
	color:#868686;
	font-size: clamp(2.6rem, 4vw, 3.6rem);
}

.bjb03_div .title{
	font-size:2rem;
	line-height:1.45;
	font-weight:600;
	margin-top:45px;
}

.bjb03_div .text{
	font-size:1.6rem;
	line-height:1.5;
	font-weight:400;
	margin-top:6px;
	color:#868686;
}

.bjb03_list1{
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
}

.bjb03_list1 li{
width: 23.03%;
margin-top: 30px;
margin-right: 2.62666%;
}

.bjb03_list1 li.long{
    width: 48.687%;
    margin-right: 2.62666%;
}

.bjb03_list1 li.mari{
	margin-right:0;
}

.bjb03_list1 li .text1{
	text-align:center;
	margin-top:10px;
	font-weight:400;
	color:#868686;
	line-height:1.5;
	font-size: clamp(1rem,1.4vw,1.6rem);
}

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

.bjb03_list1 li.arrow_li{
	position:relative;
	padding-right: 4.729%;
}

.bjb03_list1 li.arrow_li:before{
	position:absolute;
	content:"";
	width: 12%;
	height: 21%;
	background:url(./img/bjb/arrow.svg)no-repeat;
	background-size:contain;
	right:0;
	top:0;
	bottom: 18%;
	margin:auto;
	max-width: 29px;
	max-height: 47px;
}

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

.bjb03_list2 li{
	margin-top: 30px;
	width: 31.174%;
	margin-right: 3.239%;
}

.bjb03_list2 li .text1{
	text-align:center;
	margin-top:10px;
	font-weight:400;
	color:#868686;
	line-height:1.5;
	font-size: clamp(1.3rem,1.4vw,1.6rem);
}

.bjb03_list2 li.mari{
	margin-right:0;
}

.contact01{
	padding:135px 0 200px;
}

.contact01 .text{
	font-size:1.8rem;
	line-height:1.5556;
	font-weight:400;
}

.page_ank{
	display:flex;
	justify-content:space-between;
	max-width:942px;
	width:100%;
	margin:83px auto 96px;
}


.contact02 .page_ank{
	margin-top:0;
}

.contact02 em,
.contact02 .privacy_area,
.contact02 .tb_div .text1,
.contact02 .tb_div .text2{
	display:none;
}

.contact02 .contact_tb{
	margin:0 auto 96px;
}

.page_ank li{
	text-align:center;
	color:#868686;
	position:relative;
	width:33.3334%;
}

.page_ank li:before,
.page_ank li:after{
	position:absolute;
	content:"";
	width:50%;
	height:1px;
	background:#707070;
	top: 72px;
}

.page_ank li:first-child:before{
	display:none;
}

.page_ank li:last-child:after{
	display:none;
}

.page_ank li:before{
	left:0;
}
.page_ank li:after{
	right:0;
}

.page_ank li.active{
	color:#DF2016;
}

.page_ank li.active .dot{
	background:#DF2016;
	width:16px;
	height:16px;
	margin:6px auto 0;
}

.page_ank li .num{
	font-size:2.5rem;
	font-weight:700;
	letter-spacing:0.05em;
	line-height:1.36;
}

.page_ank li .text1{
	font-size:1.6rem;
	font-weight:500;
	line-height:1.5;
}

.page_ank li .dot{
	width:8px;
	height:8px;
	background:#868686;
	margin:10px auto 0;
	position: relative;
	z-index: 1;
}

.send_btn.btn1{
	max-width:322px;
	padding:0;
	height:50px;
	border-radius:50px;
	justify-content: center;
}

.send_btn.btn1:before{
	display:none;
}

.send_btn.btn1:hover .clearForm,
.send_btn.btn1:hover .clearForm2,
.send_btn.btn1:hover .toHome{
	color:#DF2016!important;
}

.thanks_area{
	margin-top: -16px;
	text-align: center;
}

.thanks_area .title1{
	font-size:2.4rem;
	font-weight:600;
	line-height:1.458333;
}

.thanks_area .text1{
	font-size:1.6rem;
	font-weight:400;
	line-height:1.444;
	margin:30px auto 96px;
}

.end_text{
	font-size:1.6rem;
	line-height:1.625;
	font-weight:400;
	margin-top: 90px;
}

.business01{
	padding:135px 0 clamp(100px,13vw,170px);
}

.business01 .art_flex3{
	margin-top:40px;
}

.art_flex3{
	display:flex;
	justify-content:space-between;
	width: 109.808%;
}

.art_flex3 .art_text_area3 {
width: 43%;
max-width: 491px;
}

.art_flex3 .art_img3{
width: 54.466%;
max-width: 683px;
}

.art_flex3 .art_text_area3 .text1{
	margin-top: 8.149%;
	font-weight:400;
	line-height:1.625;
}

.business02 {
	background:linear-gradient(to right,#DF2016,#FF5D55);
	position:relative;
	padding: clamp(100px,13vw,120px) 0;
	z-index:1;
}

.business02:before{
	position:absolute;
	top:0;
	content:"";
	left:0;
	width:100%;
	height: 20.938vw;
	background:url(./img/business/bg21.svg) no-repeat top right;
	background-size: cover;
	z-index: -1;
	mix-blend-mode: multiply;
}

.business02:after{
	position:absolute;
	bottom:0;
	content:"";
	left:0;
	width:100%;
	height: 20.938vw;
	background:url(./img/business/bg22.svg) no-repeat top right;
	background-size: cover;
	z-index: -1;
	mix-blend-mode: multiply;
}

.business02 .art_tit1{
	color:#fff;
	text-align:center;
	font-weight: 600;
}

.busi02_list1{
	display:flex;
	justify-content:center;
	margin-top:40px;
}


.busi02_list1 li{
	width:33.3334%;
	color:#fff;
	border-left:1px solid #fff;
	padding: 0 1%;
}

.busi02_list1 li:last-child{
	border-right:1px solid #fff;
}

.busi02_list1 li .img{
	max-width:238px;
	margin: 0 auto 32px;
	width: 65%;
}

.busi02_list1 li .title{
	text-align:center;
	font-size:2.4rem;
	font-size: clamp(2rem,2.4vw,2.4rem);
	line-height:1.458333;
	font-weight:600;
}

.busi02_list1 li .text1{
	text-align: center;
	margin-top: 20px;
	font-size: clamp(1.4rem,1.5vw,1.6rem);
}

.business03{
	padding:clamp(100px,13vw,170px) 0;
}

.business03 .mainTit{
	text-align:center;
	margin-bottom:40px;
}

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

.busi03_list1:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:#000000;
	left:0;
	right:0;
	margin:auto;
	bottom:0;
}


.busi03_list1 li{
	width:48%;
	text-align:center;
	max-width: 521px;
}

.busi03_list1 li .art_tit1{
	font-weight: 200;
	margin-bottom: 20px;
}

.business04{
	padding: clamp(100px,13vw,220px) 0;
	background:#EFEFEF;
}

.busi04_list1{
	margin-top:40px;
}

.busi04_list1 li{
	margin-bottom: 9.517%;
	display:flex;
	width: 91.802%;
	margin-left: auto;
	justify-content: space-between;
	max-width: 1254px;
	width: 95%;
}

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


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

.busi04_list1 li .text_area{
	max-width:472px;
	width: 43%;
}

.busi04_list1 li .img{
	max-width:682px;
	width: 55%;
}

.busi04_list1 li .text_area .num{
	line-height: 1.3636;
	font-size: 5.5rem;
	font-size: clamp(3rem, 4vw, 5.5rem);
	color: #EFEFEF;
	margin-bottom: 5.299%;
	font-family: "Noto Sans", sans-serif;
	-webkit-text-stroke: 1px #DF2016;
}

@supports not (-webkit-text-stroke: 1px black) {
.busi04_list1 li .text_area .num{
    text-shadow:
      1px 0 0 #DF2016,
      -1px 0 0 #DF2016,
      0 1px 0 #DF2016,
      0 -1px 0 #DF2016;
  }
}

.busi04_list1 li .text_area .art_tit1{
	line-height:1.444;
}

.busi04_list1 li .text_area .text1{
	font-weight:400;
	line-height:1.625;
	margin-top: 8.477%;
}

.business05{
	padding:140px 0 80px;
}

.business05 .flex {
	margin-top:40px;
}

.business05 .flex .left{
	flex-shrink:0;
	margin-right:2%;
}

.business05 .flex .right{
	max-width:570px;
	width: 66%;
}

.business05 .flex .right .text1{
	font-weight:400;
}

.business05 .flex .right .text2{
	margin-top:20px;
	display:flex;
	align-items:flex-start;
}

.business05 .flex .right .text2 .red{
	margin-left:5px;
	font-weight:600;
	font-size:1.5rem;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: #DF2016;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.business06{
	background:#F8F8F8;
	padding:80px 0
}

.business06 .title{
	text-align:center;
	font-size:2.4rem;
	font-size: clamp(1.7rem,2vw,2.4rem);
	line-height:1.458333;
	font-weight:600;
	margin-bottom:30px;
}

.business06 .img{
	margin-bottom:80px;
}

.busi06_div{
	position:relative;
}

.busi06_div .title1{
	position:absolute;
	background: #DF2016;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	width: 15vw;
	max-width: 162px;
	max-height: 162px;
	height: 15vw;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size:2.4rem;
	font-size: clamp(1.8rem,1.8vw,2.4rem);
	line-height:1.25;
	font-weight:700;
}

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

.busi06_list1 li{
	background:#FFFFFF;
	box-shadow:0 3px 6px #00000029;
	min-height: 245px;
	width: 49.037%;
	margin-top: 1.926%;
	padding: 2.89% 2% 3.503%;
}

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

.busi06_list1 li .title2{
	text-align:center;
	font-size:2.4rem;
	font-size: clamp(2rem,3vw,2.4rem);
	line-height:1.458333;
	font-weight:600;
	margin-bottom:14px;
}

.busi06_list1 li .text1{
	text-align:center;
	margin-bottom:10px;
	font-size:2rem;
	font-size: clamp(1.6rem,2vw,2rem);
	line-height:1.45;
	font-weight:600;
}

.busi06_list1 li .text2{
	max-width:440px;
	margin:0 auto;
	width:100%;
	font-weight:400;
	line-height:1.625;
}

.component01{
padding: 135px 0 170px;
}

.component02{
}

.component02 .bnr_cont_area1{
	margin-top:40px;
}

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

.compo01_list1 li{
	width: 48%;
	max-width: 546px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 40px 0;
	border-bottom: 1px solid #868686;
}

.compo01_list1 li .img{
	max-width:240px;
	width: 44%;
}

.compo01_list1 li .text_area{
	max-width:281px;
	width: 52%;
}

.compo01_list1 li .text_area .title{
	margin-bottom: 21.356%;
	font-size: clamp(1.5rem,1.5vw,2rem);
	font-weight:500;
	line-height:1.45;
	white-space: nowrap;
}

.compo01_list1 li .text_area .btn1{
	margin-right:0;
}

.parts01{
	padding: 90px 0 0;
}

.parts01_list1 li{
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding: 80px 0;
	border-bottom:1px solid #868686;
}


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

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


.parts01_list1 li > .img{
	max-width:491px;
	width: 46%;
}

.parts01_list1 li .text_area{
	max-width:571px;
	width: 52%;
	padding-bottom: 2.54%;
}

.parts01_list1 li .text_area .art_tit1{
	font-weight:600;
}

.parts01_list1 li .text_area .text1{
	margin: 5.256% 0 0;
	font-size:1.6rem;
	line-height:1.625;
	font-weight: 400;
}

.check_text1{
	display:flex;
	align-items:flex-start;
}

.parts01_list1 li .text_area .check_text1{
	margin: 5.256% 0 0;
}

.check_text1 .red{
	margin-left:5px;
	font-weight:600;
	font-size:1.5rem;
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-decoration-color: #DF2016;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

.manuf01_list1{
	margin-top: -47px;
}

.manuf01_list1 > li{
	padding-top: 14.887%;
}

.manuf01_list1 > li .title1{
	font-size:3rem;
	font-size: clamp(2.6rem,3vw,3rem);
	line-height:1.466667;
	font-weight: 700;
}

.manuf01_list1 > li .title2{
	font-size:2.4rem;
	font-size: clamp(2rem,2.4vw,2.4rem);
	padding-bottom:10px;
	line-height:1.458333;
	border-bottom:1px solid #868686;
	font-weight: 600;
}

.manuf01_div1{
	margin-top: 8.407%;
}

.manuf01_div1:nth-child(2){
	margin-top: 30px;
}

.manuf01_list2{
	margin-top: 10px;
	display:flex;
	flex-wrap:wrap;
}

.manuf01_list2 li{
	margin-top:30px;
	width:33.33334%;
	position:relative;
	font-size:1.6rem;
	line-height:1.625;
}

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


.manuf01_list2 li:before{
	content:"▪︎ ";
	color:#DF2016;
}


.manuf01_list2 li a{
	position:relative;
	opacity:1;
	transition:.3s;
}

.manuf01_list2 li a .unli{
	text-decoration:underline;
}

.manuf01_list2 li a:hover{
	color:#DF2016;
}

.manuf01_list2 li a:after{
	content:"";
	width: 12px;
	height: 11px;
	background:url(./img/common/gaibu_bla.svg)no-repeat;
	background-size:contain;
	display: inline-block;
	margin-left: 7px;
	transition:.3s;
}

.manuf01_list2 li a:hover:after{
	background:url(./img/common/gaibu_red.svg)no-repeat;
	background-size:contain;
}

.ele01{
	padding:90px 0 0;
}

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

.ele01_div1 .img{
	max-width:490px;
	width: 45%;
}

.ele01_div1 .text_area{
	max-width:571px;
	width: 53%;
}

.ele01_div1 .text_area .title_area .art_tit1{
	white-space: nowrap;
	line-height: 1.444;
}

.ele01_div1 .text_area .title_area .art_tit1 .add_gray{
	font-size: clamp(1.6rem, 2.8vw, 2.4rem);
	font-weight: 600;
	color: #868686;
}

.ele01_div1 .text_area .title_area .text1{
	margin-top:10px;
	font-size:2rem;
	font-size: clamp(1.8rem,2.4vw,2rem);
	line-height: 1.45;
}

.ele01_div11{
	margin-top: 7.007%;
}

.ele_tit1{
	font-size:2rem;
	line-height: 1.45;
	padding-bottom:7.5px;
	position:relative;
	font-weight: 600;
}

.ele_tit1:before{
	position:absolute;
	content:"";
	width:40px;
	height:2px;
	background:#DF2016;
	bottom:0;
	left:0;
}

.ele01_div11 .text1{
	margin-top: 3.592%;
	font-size:1.6rem;
	line-height:1.625;
}

.ele01_div2{
	
margin-top: 96px;
}

.ele_tit2{
	border-bottom: 1px solid #868686;
	padding-bottom: 10px;
	font-size:2.4rem;
	font-size: clamp(2rem,2.4vw,2.4rem);
	line-height:1.458333;
	font-weight:600;
}

.adap01 .ele_tit2 .red{
	font-size:2rem;
	font-size: clamp(1.8rem,2vw,2rem);
	line-height:1.6;
	font-weight:600;
}

.ele01_div2 .text{
	margin-top:40px;
	font-size:1.6rem;
	line-height:1.625;
	font-weight:400;
}

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

.lowt01_list1 li{
	width: 30.648%;
	margin-right: 4.028%;
	margin-top:40px;
}

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

.ele01_div:first-child {
	padding-top:0px;
}

.ele01_div {
	padding-top: 17.514%;
}

.text_btn1{
	color:#DF2016!important;
	margin-top: 7.883%;
	font-size:1.8rem;
	font-size: clamp(1.6rem,1.6vw,1.8rem);
	position:relative;
	text-decoration:underline;
}

.ele01_div11 > .text_btn1{
	margin-top: 45px;
	display: inline-block;
}

.text_btn1:after{
	content:"";
	width: 14px;
	height: 12px;
	background:url(./img/common/gaibu_red.svg)no-repeat;
	background-size:contain;
	display: inline-block;
	margin-left: 15px;
}

.qanda_list li dd .text_btn1:after{
	display:none;
}

.line01_img1{
	max-width:700px;
	width:100%;
	margin-top:40px;
}

.line01_img1 .text1{
	color:#868686;
	font-size:1.6rem;
	line-height:1.625;
}

.line01_list1{
	display:flex;
	flex-wrap:wrap;
	margin-top:13px;
}

.line01_list1 li{
	width: 23.03%;
	margin-right: 2.626667%;
	margin-top:30px;
}

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

.line01_list1 li .text1{
	font-weight:400;
	font-size:1.6rem;
	line-height:1.625;
	color:#0F0F0F;
	margin-top:18px;
}

.line02_list1{
	display:flex;
	justify-content:space-between;
	max-width:808px;
	width:100%;
	margin-top:40px;
}

.line02_list1 li{
	max-width:350px;
	width: 44%;
}

.line02_list1 li.arrow{
	position:relative;
	width: 29px;
}

.line02_list1 li.arrow:before{
	position:absolute;
	content:"";
	width: 29px;
	height: 47px;
	background:url(./img/electronics/linelight/arrow_r.svg)no-repeat;
	background-size:contain;
	left: 0;
	right: 0;
	margin: auto;
	top: 30%;
}

.line02_list1 li .text1{
	margin-top:10px;
	font-weight:400;
	line-height:1.625;
}

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

.high01_list1 li{
	width: 23.03%;
	margin-right: 2.626667%;
	margin-top:30px;
}

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


.high01_list1 li .title1{
	margin-top: 18px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.45;
}

.high01_list1 li .text1{
	font-size:1.6rem;
	font-weight:400;
	line-height:1.625;
	margin-top:10px;
}

.ele01_div2 > .text1{
	margin-top:10px;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.625;
}

.ele01_div2 > .text2{
	margin-top:30px;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.625;
	max-width:max-content;
	margin-left:auto;
}

.high01_list2{
	display:flex;
	align-items: flex-end;
}

.high01_list2 li{
	margin-right: 4.379%;
	text-align: center;
	margin-top:40px;
}

.high01_list2 li .text1{
	margin-top:15px;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.625;
}

.high01_list3{
	display:flex;
	flex-wrap:wrap;
	margin-top:10px;
}

.high01_list3 li{
	margin-top:30px;
	width: 31.583%;
	margin-right: 2.6255%;
}

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

.high01_list3 li .text1{
	margin-top:15px;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.625;
}

.ele01_div1 .text_area .img2{
	margin-top:40px;
}

.ele01_div12{
	margin-top:30px;
}

.ele01_div12 .text1{
	font-size:1.6rem;
	line-height:1.625;
	font-weight:400;
}

.bfaf_list1{
	display:flex;
	justify-content:space-between;
	max-width:1078px;
	width:100%;
	margin:40px auto 0;
}

.bfaf_list1 li{
	width: 43.136%;
}

.bfaf_list1 li.arrow{
	width: 29px;
	height: 47px;
	position:relative;
	margin: 12% 2% 0;
}

	
.bfaf_list1 li.arrow:before{
	background: url(./img/electronics/solar/arrow_r.svg) no-repeat;
	background-size: contain;
	width: 29px;
	height: 47px;
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto;
	right: 0;
}


.bfaf_list1 li .img{
	height: 22.094vw;
	max-height: 267px;
	display: flex;
	align-items: flex-end;
}

.bfaf_list1 li .text1{
	margin-top:18px;
	text-align:center;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.625;
}

.ele01 .flex1 .ele01_div2 {
	width:48%;
	max-width:546px;
}

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

.solar_tb1 th,
.solar_tb1 td{
	border-top:1px solid #868686;
	border-left:1px solid #868686;
	padding: 6.5px 0;
}

.solar_tb1 tr:last-child th,
.solar_tb1 tr:last-child td{
	border-bottom:1px solid #868686;
}

.solar_tb1 th{
	background:#EFEFEF;
	width:200px;
	line-height:1.625;
	font-weight: 500;
	padding: 6.5px 0;
}

.solar_tb1 th.long{
	width:229px;
}


.solar_tb1 td{
	border-right:1px solid #868686;
	background:#FFFFFF;
	line-height:1.625;
	font-weight:400;
	padding-left:22px;
}

.solar_img1{
	margin-top:24px;
}

.solar01_list1{
	display:flex;
	flex-wrap:wrap;
	margin-top:10px;
}

.solar01_list1 li{
	width: 23.03%;
	margin-right: 2.626667%;
	margin-top:30px;
}

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

.solar01_list1 li .text1{
	margin-top:10px;
	font-weight:400;
	line-height:1.625;
	text-align:center;
	font-size: clamp(1.4rem,1.4vw,1.6rem);
}

.solar01_div{
	max-width:532px;
	width:100%;
	margin-top:30px;
}

.solar01_div .text1{
	margin-top:10px;
	text-align:center;
	line-height:1.625;
	font-weight:400;
}

.ele01_div2.noma{
    margin-top: 40px;
}

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


.lte01_list1 li{
	width:32%;
	max-width:361px;
	margin-top:30px;
}

.lte01_list1 li .title1{
	font-size: clamp(1.8rem,2.4vw,2rem);
	font-weight:500;
	line-height:1.45;
	margin-top:15px;
}

.lte01_list1 li .text1{
	margin-top:10px;
	font-weight:400;
	line-height:1.5;
}

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

.lte_img1 .lte_img1_link {
	position:absolute;
	width: 26%;
	height: 11vw;
	max-height: 129px;
}

.lte_img1 .lte_img1_link1{
	bottom: 49%;
	right: 6%;
}

.lte_img1 .lte_img1_link2{
	bottom: 16%;
	right: 40%;
}

.lte_img1 .lte_img1_link3{
	bottom: 16%;
	right: 6%;
}

.lte02.ele01 {
    padding: 170px 0 0;
    padding-top: 8.924%;
}

.lte02.ele01 .ank_link{
	margin-top: 10px;
}

.lte02.ele01 .ele01_div:nth-child(3) {
    padding-top: 90px;
}

.pdf_list1{
	display:flex;
	flex-wrap:wrap;
	margin-top:40px;
}

.pdf_list1 li{
	margin-top:5px;
	margin-right: 17px;
}

.pdf_list1 li a{
	
	margin-top:0px;
	margin-right: 0px;
}

.ele_bnr{
	margin-top:70px;
}

.ele_bnr .ele_bnr_in{
	display: flex;
	max-width: 539px;
	margin: 0 auto;
	width: 100%;
	border: 2px solid #DF2016;
	border-radius: 10px;
	background: #fff;
	padding: 15px 30px;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 3px 6px #00000029;
}

.ele_bnr .ele_bnr_in .text1{
	color:#DF2016;
	font-size:2rem;
	font-weight:600;
	line-height:1.45;
}

.ele_bnr .ele_bnr_in .gaibu_btn1 {
	margin:0;
	max-width: 160px;
	font-size: 1.6rem;
}

.lte01_list2{
display: flex;
flex-wrap: wrap;
	margin-top:10px;
}

.lte01_list2 li{
	width: 24.694%;
	margin-right: 2.628%;
	margin-top:30px;
}

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

.more-content .qanda_list{
	margin: 0px auto 40px;
}

.qanda_list{
	margin: 30px auto 40px;
}

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


.qanda_list li dt .text1,
.qanda_list li dd .text1{
	width: 86%;
}

.qanda_list li dd .text1 .text_btn1{
	margin:0;
}

.qanda_list li dt,
.qanda_list li dd{
	display:flex;
	align-items:baseline;
	font-weight: 700;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.625;
}

.qanda_list li dt{
	background: #EFEFEF;
	padding: 17px 30px 25px;
}

.qanda_list li dd{
	padding: 20px 30px 10px;
	font-weight: 400;
}

.qanda_list li .que,
.qanda_list li .ans{
	display:flex;
	align-items:center;
	margin-right: 11px;
	flex-shrink:0;
	font-size:2.4rem;
	font-weight:700;
	letter-spacing: 0.2em;
	line-height: 1.458333;
}

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

.qanda_list li .ans{
	color: #868686;
}


.qanda_list dt .pulu{
	position: absolute;
	display: flex;
	right: 25px;
	width: 21px;
	height: 21px;
	top: 27px;
	bottom: 0;
	align-items: center;
	justify-content: center;
}

.qanda_list dt .pulu span{
	width: 21px;
	background: #DF2016;
	height: 3px;
	display: block;
	position: absolute;
	right: 0;
	top: 9px;
}

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

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

input.toggle{
	display:none;
}


/* 隠す中身 */
.more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}

/* 開いた状態 */
.toggle:checked + .more-content {
	max-height:initial;
}

/* ボタン */
.view-more.btn1 {
  cursor: pointer;
}


.view-more.btn1:before{
	background:url(./img/electronics/lte-router/arrow.svg)no-repeat;
	background-size:contain;
}

.toggle:checked ~ .view-more.btn1:before{
	transform: rotateZ(180deg);
}

.lte03.ele01 {
    padding: 200px 0 0;
    padding-top: 10.499%;
}

.lte03.ele01 .ele01_div {
	padding-top: 0%;
}

.lte03.ele01 .ele01_div .ele01_div2:nth-child(1) {
	margin-top:30px;
}

.lte03_img1{
	margin-top:10px;
}

.ele_bnr2{
	margin:164px auto 0;
}

.ele_bnr2_in{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	border:2px solid #DF2016;
	background:#fff;
	padding:50px 0 45px;
	text-align:center;
}


.ele_bnr2_in .text1{
	color:#DF2016;
	font-size: clamp(1.6rem,2vw,2rem);
	font-weight:500;
	line-height:1.9;
	margin-bottom:35px;
}

.mail_btn1 {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	max-width:205px;
	width:100%;
	height:41px;
	border-radius:21px;
	transition:.3s;
}

.mail_btn1 .img{
	display:flex;
	align-items:center;
	margin-right:8px;
}

.adap01_text1{
	margin-top: 5.256%;
	font-weight:400;
	line-height:1.625;
}

.compo_exp01 .ele01_div11{
	background:#DF20161a;
	padding:25px;
	margin-top: 4.38%;
}

.adap_tit1 {
	font-size:3rem;
	font-size: clamp(2.6rem,3vw,3rem);
	line-height:1.466667;
	font-weight: 700;
    margin-bottom: 30px;
}

.adap02_img1{
	margin-top:40px;
}

.adap02_tb5{
	width:100%;
	margin-top:40px;
}

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

.adap02_tb5 th{
	background:#EFEFEF;
	height:40px;
	font-weight:600;
	line-height:1.625;
}

.adap02_tb5 td{
	font-weight:400;
	height:80px;
	padding:10px 0;
}

.adap02_tb5_sel1{
	
width: 18.74%;
}

.adap02_tb5_sel2{

width: 20.491%;
}

.adap02_tb5_sel3{
	
width: 20.403%;
}

.adap02_tb5_sel4{
	border-right:1px solid #868686;
}


.adap02_tb5 tr:last-child th,
.adap02_tb5 tr:last-child td{
	border-bottom:1px solid #868686;
}

.adap02_list1{
	display:flex;
	justify-content:space-between;
	max-width:1108px;
	width:100%;
	margin:24px auto 0;
}


.adap02_list1 li{
	width: 24%;
	max-width: 216px;
}


.top_side_bnr{
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:90;
	max-width: 346px;
	width: 50%;
}

.close_btn{
	position:absolute;
	top:-14px;
	left:-14px;
	cursor:pointer;
	z-index: 2;
}


.top_side_bnr_area{
	display:flex;
	transition:.3s;
}

.top_side_bnr_area:has(a):hover{
	opacity:0.6;
}

.top_side_bnr_area img{
	box-shadow:0px 3px 4px #00000066;
}

.adap01_list1{
	display:flex;
	justify-content:space-between;
	max-width:915px;
	width:100%;
	margin-top:40px;
}

.adap01_list1 li{
	max-width:285px;
	width:32%;
}

.adap01_list1 li img{
	border:1px solid #EFEFEF;
}

.adap01_list1 li .text_area{
	margin-top:18px;
}

.adap01_list1 li .text_area .name{
	font-size:1.8rem;
	font-weight:500;
	line-height:1.5556;
}

.adap01_list1 li .text_area .text1{
	font-weight:400;
	line-height:1.75;
}

.adap01_list2{
	display:flex;
	justify-content:space-between;
	margin-top:21px;
}

.adap01_list2 li{
	width:48%;
	max-width:546px;
	background:#DF2016;
	color:#fff;
}

.adap01_list2 li .text_area{
	padding: 5.497%;
}

.adap01_list2 li .text_area .name{
	font-size: 2rem;
	font-weight:600;
	line-height:1.45;
}

.adap01_list2 li .text_area .text1{
	margin-top:10px;
	line-height:1.625;
	font-weight:400;
}


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

.adap01_list3 li{
	width:32%;
	margin-top:96px;
	max-width:355px;
	position:relative;
	padding-bottom: 62px;
}


.adap01_list3 li .name{
	line-height:1.625;
	position:absolute;
	bottom: 28px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	font-weight:400;
}

.adap01_img1{
	margin-top:40px;
}

#rec_cover{
	width:100%;
	position:relative;
}

#rec_cover .inner2{
	max-width:initial;
}

#rec_cover .bg{
	transition:1s;
	transform:scale(1.2);
	opacity:0;
	transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#rec_cover.active .bg{
	opacity:1;
	transform:scale(1);
}

#rec_cover .bg img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.rec_cov{
	height: 100vh;
	width:100%;
	position:relative;
	min-height: 500px;
}


.rec_cov .title1{color: #fff;font-size: clamp(1.6rem,2vw,3rem);font-weight:500;line-height: 1.45;position: absolute;top: 19%;left: 0;animation-delay: 1s!important;}

.rec_cov .title1 .en{
	margin-bottom:8px;
	font-size: clamp(3.6rem,4vw,9.6rem);
	display:block;
	font-weight:600;
	line-height:1.214;
}

.rec_cov .image-mask-wrap{position: absolute;bottom: 14%;right: 0;width: 52.8773%;/* max-width: 603.84px; */}

.image-mask-wrap {
  overflow: hidden;
}

.masked-image {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s ease-out; /*アニメーションスピード*/
	 transition-delay:0.2s;
}

.rec01{
	padding: clamp(150px,18vw,200px) 0;
	background:url(./img/recruit/bg1.jpg)no-repeat center;
	background-size:cover;
	color:#fff;
}


.rec01 .title1{
	text-align:center;
	font-size: clamp(2.6rem,3vw,3.6rem);
	font-weight:700;
	line-height:1.69444;
}

.rec01 .text1{
	text-align:center;
	margin-top:50px;
	line-height:1.625;
	font-weight:500;
}

.rec02{
	padding: clamp(100px,14vw,175px) 0 clamp(100px,13vw,150px);
	background:#EFEFEF;
}

.rec02 .title{
	text-align:center;
	font-size: clamp(3rem,4vw,3.9rem);
	font-weight:600;
	line-height:1.23;
}

.rec02_list1 li{
	margin-top:60px;
	background:#fff;
	display:flex;
	justify-content:space-between;
	padding: 3.591% 9.6334% 4.467% 5.255%;
	min-height:269px;
	align-items:center;
	border-radius: 10px;
}

.rec02_list1 li .text_area{
	max-width:698px;
	width: 78%;
}

.rec02_list1 li .img{
	max-width:161px;
	width: 17%;
}

.rec02_list1 li .text_area .title1{
	font-size: clamp(2.2rem,3vw,3rem);
	font-weight:700;
	line-height:1.46667;
}

.rec02_list1 li .text_area .title1 .small{
	font-size:1.6rem;
	font-weight:400;
}

.rec02_list1 li .text_area .text1{
	margin-top:30px;
	line-height:1.625;
	font-weight:400;
}

.rec03{
	padding: clamp(80px,16vw,170px) 0 0;
}

.rec03 .title{
	font-size: clamp(2.6rem,3vw,3rem);
	font-weight:700;
	line-height:1.46667;
}

.rec03_list1 {
	margin-top:40px;
}

.rec03_list1 li{
	display:flex;
	justify-content:space-between;
	padding:20px 0;
	border-top:1px solid #868686;
	font-size:1.6rem;
}


.rec03_list1 li:last-child{
	border-bottom:1px solid #868686;
}


.rec03_list1 li .left{
	width:172px;
	flex-shrink:0;
	line-height:1.625;
}

.rec03_list1 li .right{
	width:100%;
	line-height:1.625;
	font-weight:400;
}

.rec03_div{
	margin-top:96px;
	background: url(./img/recruit/bnr.jpg)no-repeat center;
	background-size:cover;
	color:#fff;
	text-align:center;
	padding: 5.693% 2% 4.817%;
}


.rec03_div .text1{
	font-size: clamp(1.4rem,1.8vw,2rem);
	font-weight:500;
	line-height:1.45;
	margin-bottom:30px;
}


.btn2{
	max-width:205px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	border-radius:41px;
	height:41px;
	color:#DF2016!important;
	font-weight:500;
	transition:.3s;
	margin: 0 auto;
	border: 1px solid #fff;
}

.btn2 .icon{
	display:flex;
	margin-right:8px;
}

.rec03_div:hover .btn2,
.btn2:hover{
	background:transparent;
	color:#fff!important;
	opacity:1;
}

.btn2 .icon path{
	transition:.3s;
}
.rec03_div:hover .btn2 .icon path,
.btn2:hover .icon path{
	fill:#fff;
	transition:.3s;
}

.rec_cov .scroll{
	position:absolute;
	bottom: 6%;
	left:0;
	width: 21px;
}

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


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

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

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


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

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

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

	

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.rec_cov .title1{color: #fff;font-size: clamp(1.6rem,4vw,2rem);font-weight:500;line-height: 1.45;position: absolute;top: 19%;left: 0;animation-delay: 1s!important;}

.rec_cov .title1 .en{
	font-size: clamp(3.6rem,8vw,5.6rem);
}


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

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

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


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

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

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


.content03:before{
	width: 83.09%;
}

#rec_cover .inner2{
	max-width:1142px;
}

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

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
		
	
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

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

footer .flex1 .right .cen2 {
    width: 31%;
}
		
.adap01_list3 li .name{
	bottom: 0px;
}


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

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

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

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

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

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


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

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



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

header {padding-left: 16px;}

.hd_link_btn1{
	font-size: 1.4rem;
}
	
.hd_link {
    width: 22%;
}

.nav_list1 {
    width: 76%;
}

.nav_list1 > li > a, .nav_list1 > li > .menu_open{
	font-size:1.3rem;
}

.title_area_tmp1 .ttmp_left {
    width: 170px;
}

.content03:before,
.content04:before{
	width: 95%;
}

.title_area_tmp1 {
    width: 92%;
}

.bnr_cont_area1 .text_area {
    padding: 6.36% 2.5% 6.863%;
}

footer .flex1 .left .add {
    line-height: 1.7;
    font-size: clamp(1.1rem,1.4vw,1.4rem);
}

.ft_list1 li{
	position:relative;
	font-size: 1.3rem;
	line-height:1.875;
}

.ft_list1 li.chil{
	font-size: 1.2rem;
	line-height:2.1428;
}

.content01 .ma1366 {
    padding: 150px 0 100px;
}


.content02 {
    padding: 0 0 100px;
}
	
.content03,
.content04 {
    padding: 80px 0 100px;
}

.content06{
	padding:100px 0 150px;
}

.prof01_list1 li .left {
    width: 140px;
}

.prof03_list1 li .flex .left{
	width: 210px;
}

.prof03_list1 li .flex .left .dot{
	margin-right: 50px;
}

.prof03_list1 li .flex .left .dot:before{
	width:30px;
}

.prof03_list1 li .flex .left .year{
	font-size: 2.6rem;
}

.prof03_list1 li:before {
    width: calc(100% - 62px);
}

.busi04_list1 li .text_area .num{
	margin-bottom:2%;
}
	
.busi04_list1 li .text_area .text1 {
    margin-top: 4%;
}

.manuf01_list2 li{
	font-size:1.4rem;
}

.rec02_list1 li {
    margin-top: 40px;
    padding: 3%;
    min-height: 250px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

	

/*gnav*/
/* =========================
   gnav（アコーディオン表示）
========================= */

.gnav{
	position: fixed;
	top: 0;
	right: 0;
	width:205px;
	height: 100vh;
	transform: translateY(-160%);
	transition: transform .4s ease;
	z-index:999;
	max-height: 521px;
}

.gnav.active{
	transform: translateX(0);
}


/* 中身 */
.gnav__wrap{
	position: fixed;
	top: 0;
	right: 0;
	width: 205px;
	/* height: 100vh; */
	background: #444444;
	display: flex;
	flex-direction: column;
	/* max-height: 521px; */
}

.gnav__menu{
	flex: 1;
	overflow-y: auto;
	padding: 81px 0 20px;
}

/* .gnav__wrap{
    align-items:center;
    display: flex;
    height: 469px;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0px;
    overflow: scroll;
    background: #444444;
    max-width: 205px;
    right: 0;
} */

nav .gnav__menu__item{
    margin: 0px auto 0;
    width: 70.734%;
    list-style: none;
    padding: 0 0 30px;
}

.gnav__menu__item a{
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    display: block;
    color: #fff;
    line-height: 1.5;
}

/* =========================
   行レイアウト
   ========================= */

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

/* =========================
   テキストリンク
   ========================= */

.hamburger-link {
	flex: 1;
	color: #fff;
	text-decoration: none;
	display: block;
}

.hamburger-link:hover {
	opacity: 0.8;
}

/* =========================
   ＋ / − ボタン
   ========================= */

.hamburger-plus {
	width: 44px;
	height: 24px;
	background: none;
	border: none;
	cursor: pointer;
	position: relative;
}

.hamburger-plus::before,
.hamburger-plus::after {
	content: "";
	position: absolute;
	background: #fff;
}

.hamburger-plus::before {
	width: 10px;
	height: 1px;
	top: 50%;
	right: -5px;
	transform: translate(-50%, -50%);
}

.hamburger-plus::after {
	width: 1px;
	height: 10px;
	top: 50%;
	right: 4px;
	transform: translate(-50%, -50%);
}

/* − に切り替え */
.hamburger-has-child.is-open .hamburger-plus::after {
	display: none;
}

/* =========================
   アコーディオン
   ========================= */

.hamburger-submenu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.hamburger-has-child.is-open .hamburger-submenu {
	max-height: 500px;
	margin-top: 4px;
}

/* =========================
   サブメニュー
   ========================= */

.hamburger-submenu li {
	list-style: none;
	margin-top: 6px;
	font-size: 1.3rem;
	margin-left: 10px;
}

.hamburger-submenu li a {
	display: block;
	text-decoration: none;
	font-size: 1.3rem;
	display:flex;
	align-items:center;
}

	
.hamburger-submenu li a  .img{
	display:flex;
	margin-left:5px;
}

.hamburger-submenu li a:hover {
	background: #eaeaea;
}

/* =========================
   通常リンク用 矢印
   ========================= */

/* li直下のリンクだけ対象（＋ボタンなし） */
.hamburger-submenu li,
.gnav__menu__item > .hamburger-link {
	position: relative;
	padding-right: 0px; /* 矢印分の余白 */
}

/* 矢印 */

.hamburger-submenu li::after,
.gnav__menu__item > .hamburger-link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

/* アコーディオン項目には矢印を出さない */
.hamburger-has-child > .hamburger-link::after,
.hamburger-has-child .hamburger-link::after {
	display: none;
}

.hd_link_btn2{
	height:52px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.6rem;
	font-weight:500;
	line-height:2;
	flex-shrink:0;
}



	
	.hd_link_btn2 .img{
		display:flex;
		margin-right:9px;
	}

.pc_nav{
	display:none;
}

    header {
		padding:10px 20px 10px 27px;
		height: 62px;
		}

	

.hLogo {
    width: 100px;
}

.cov-div{
	width: 90.4%;
	margin: auto;
	right: 0;
	text-align: left;
}


.cov-div .title{
	font-size: 8rem;
	line-height: 1.225;
	font-size: clamp(4rem,11vw,8rem);
	letter-spacing: 0.06em;
	width: 100%;
}
	
.cov-div .title .big{
	font-size: 8rem;
	line-height: 1.225;
	font-size: clamp(5.5rem,14vw,10rem);
}

.cov-div .text1{font-size: 2rem;line-height: 1.7778;font-weight: 500;font-size: clamp(1.8rem, 5vw, 2rem);margin-top: 10px;width: 100%;}

    .content01 .ma1366 {
        padding: 150px 0;
    }

.inner2,
.inner {
    width: 89.334%;
}

.content01 .text_area {
    width: 100%;
    margin: 40px auto 0px;
}

.content01 .text_area .title1 {
    margin: 0px auto 30px;
}

.content01 .text_area .text1{
	line-height:2.25;
	margin: 0 0 50px;
}

.content01 .ma1366:before {
    width: 199.246vw;
    height: 217.734vw;
    background: url(./img/top/bg1_sp.jpg) no-repeat left top;
    background-size: contain;
    top: 0;
    left: 0%;
    max-width: 1000px;
}


	.content02{
		
position: relative;
		
padding: 0 0 180px;
	}

.news_slider_area{
	padding-top:40px;
	position: relative;
}

	.news_slider_wrap{
  max-width:1000px;
  margin:0 auto;
}

/* 上のナビ */
.news_slider_nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:20px;
  max-width: 152px;
  width: 100%;
  position: absolute;
  top: -40px;
  right: 0;
}

.slick-arrow{
	width:21px;
	display:flex;
	align-items:center;
}

.news_dots{
  width: 80px;
  display: flex;
  justify-content: space-between;
}

.news_slider{
  margin-left:0;
}

/* 右を少し見せる */
.news_slider .slick-list{
  overflow:visible;
}

/* 各スライド */
.news_item{
  margin-right:20px;
  background:#eee;
  padding:40px;
}

/* dots */
.news_dots ul{
  display:flex;
  justify-content:center;
  position: initial;
}

.news_dots li button{
  width:8px;
  height:8px;
  border-radius:50%;
  font-size:0;
}


/* ボタン */
.news_prev,
.news_next{
  background:none;
}


.news_sld{
	margin-right:30px;
	padding-right:30px;
	border-right: 1px solid #868686;
}

.news_sld_cont:last-child .news_sld{
	border-right:none;
}

	
.news_sld .img{
	width:100%;
	height: 36.27vw;
	max-height: initial;
	overflow:hidden;
}

.news_sld .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.3s;
}

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

.news_sld .text_area{
	margin-top: 7px;
}

.news_sld .text_area .dacate{
	margin-bottom:14px;
}

.news_sld .text_area .dacate .date{
	font-size:1.5rem;
	font-weight:400;
	line-height:1.4;
}

.news_sld .text_area .cate_area{
	display: flex;
	flex-wrap: wrap;
}

.news_sld .text_area .cate{
	font-size:1.4rem;
	font-weight:500;
	line-height:1.4285;
	min-width:94px;
	padding:0 8px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#DF2016;
	color:#fff;
	border-radius:5px;
	margin-right: 10px;
	margin-top: 7px;
}

.news_sld .text_area .title{
	line-height:1.625;
	font-weight:500;
	font-size: 1.6rem;
}

.content02 .btn1 {
    margin: 50px auto 0;
}

.content03, .content04 {
	padding: 50px 0 150px;
}

.content03:before, .content04:before{
	width:100%;
	height: 500px;
	height: 27.285%;
	max-height: initial;
}

.content04:before{
	height: 25.612%;
}

.inner.r_inner{
	margin:0 auto;
}

.title_area_tmp1{
	flex-direction:column;
	width: 100%;
}

    .title_area_tmp1 .ttmp_left {
        width: 100%;
		margin:0 0 20px;
    }

.co3_list1 {
    margin: -13px auto 50px;
	flex-direction:column;
}

.co3_list1 li{
	width:100%;
	max-width: 450px;
	margin: 53px auto 0;
}

.co3_list1 li .img{
	height: 83.585%;
	max-height: initial;
	width: 83.585%;
	margin: 0 auto;
}

.co3_list1 li .text_area {
    margin-top: 10px;
	max-width: initial;
	width: 100%;
}

.co3_list1 li .text_area .text1{
	font-size:1.5rem;
	line-height:1.86667;
	margin-top: 15px;
}

.co3_list1 li .text_area .title1 {
    font-size: clamp(1.8rem, 5vw, 2rem);
    padding-bottom: 10px;
    line-height: 1.4444;
}


.co5_list1{
	flex-direction:column;
}

.co5_list1 li{
	width: 100%;
}
	
.co5_list1 li .bg_img{
	height: 54.134vw;
}
	
.co5_list1 li .bg_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
	
.co5_list1 li.co5_list1_li1 .bg_img img{
	object-position: 0% 18%;
}


.co5_list1 li .img{
	width: 90.934%;
}
	

.co5_list1 li.co5_list1_li3 .img{
	/* display:none; */
}


.co5_list1 li .img img {
    object-position: 0% 18%;
}

 .co5_list1 li.co5_list1_li1 .img img {
    filter: brightness(1.3);
}

.co5_list1 li .cont_area .title1{
	font-size: clamp(3rem,6vw,4.1rem);
}

.co5_list1 li .cont_area .title1 .sub{
	font-size: clamp(1.6rem,3vw,1.9rem);
}

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

.bnr_cont_area1 .text_area{
	width:100%;
	display: flex;
	justify-content:space-between;
	padding: 50px 5.334% 30px;
}

.bnr_cont_area1 .img{
	width:100%;
	height: 51.2vw;
}


.bnr_cont_area1 .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: 0% 65%;
}

.bnr_cont_area1 .text_area .mainTit .sub_tit {
    display: block;
    margin-top: 3px;
    margin-left: 0px;
}

.bnr_cont_area1 .text_area .text_area2{
	padding-top: 6px;
	width: 57.613%;
}

.content06 .inner {
	width:100%;
}

.bnr_cont_area1 .text_area .text1{
	margin:0 0 50px;
}

.link_area{
	display:none;
}

.copyright{
	font-size:1rem;
	line-height:1.5;
}

footer .flex2 {
    margin-top: 30px;
    padding: 15px 0;
}



footer .flex1{
	flex-direction:column-reverse;
}


footer .flex1 .left{
	max-width:initial;
	width: 100%;
	margin-top: 100px;
}

footer .flex1 .right{
	max-width:initial;
	width: 88.06%;
	margin: 0 auto;
}

footer .flex1 .right .left2{
	width:100%;
}

footer .flex1 .left .logo {
    max-width: 275px;
    margin-bottom: 16px;
}

footer .flex1 .left .add {
        line-height: 1.857;
        font-size: 1.4rem;
    }



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

.footer-link{
	flex:1;
	display:block;
	text-decoration:none;
	color: #fff!important;
	font-size: 1.6rem;
	line-height: 1.5;
}

.footer-plus{
	width:40px;
	height:24px;
	background:none;
	border:none;
	position:relative;
	cursor:pointer;
}

/* ＋ */

.footer-plus::before,
.footer-plus::after{
	content:"";
	position:absolute;
	top:50%;
	right: 0px;
	transform:translate(-50%,-50%);
	background:#fff;
}

.footer-plus::before{
	width: 16px;
	height:1px;
	right: 0px;
}

.footer-plus::after{
	width:1px;
	height: 16px;
	right: 15px;
}

/* − */

.footer-has-child.is-open .footer-plus::after{
	display:none;
}

/* accordion body */

.footer-submenu{
	max-height:0;
	overflow:hidden;
	transition:max-height .4s ease;
	padding-left:10px;
}

.footer-has-child.is-open .footer-submenu{
	max-height:400px;
}
	
.footer-has-child .footer-submenu li{
	margin-top:6px;
	font-size: 1.4rem;
}

.footer-has-child .footer-submenu a{
	color:#fff;
	display:flex;
	align-items:center;
}

	
.footer-has-child .footer-submenu a .img{
	display:flex;
	margin-left:8px;
}

.footer-nav > li{
	border-top:1px solid #868686;
	padding:20px 10px;
	padding-right: 0;
}

.footer-nav > li:last-child{
	border-bottom:1px solid #868686;
}

#art_cover {
    padding-top: 162px;
}

#art_cover .img {
    margin-top: 50px;
}

.art_cov-div{
	padding-bottom:50px;
}


.using01 {
    padding: 100px 0 140px;
}

.using01 .text {
    margin-bottom: 80px;
}

.using01_div {
    margin-bottom: 80px;
}

.using01_div dt:first-child {
    margin-top: 20px;
}

.ank_link {
    margin-top: 0px;
    flex-direction:column;
    width: 91.045%;
    margin: 0 auto;
}

.ank_link li{
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #EFEFEF;
	margin-top: 0;
}

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

.ank_link li a{
	width:100%;
	display:flex;
}

.company01{
    padding: 100px 0 150px;
}

.art_flex1 {
	flex-direction:column;
}

.art_img1 {
    max-width: initial;
    width: 100%;
}

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

.art_tit1 {
    font-size: 3.6rem;
    font-size: clamp(2.6rem, 6vw, 3.6rem);
    line-height: 1.69444;
}


.company02 .art_tit1 {
    font-feature-settings: initial;
    text-indent: -1em;
    margin-left: 4%;
    letter-spacing: 0.02em;
    font-size: clamp(3rem, 6vw, 3.6rem);
}

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

.art_text_area .text2{
	margin-top:50px;
}
	

.company_div{
	background:url(./img/company/index/bg2_sp.jpg)no-repeat;
	background-size:cover;
}


.art_flex2{
	flex-direction:column;
}

.art_flex2 .art_left2 {
    width: 100%;
    max-width: initial;
}

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

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

.company03 {
    padding: 150px 0 0;
}

.comp3_list1{
width: 94.03%;
margin: 0 auto;
}

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

.comp3_list1 li .title1 {
    font-size: 3rem;
    font-size: clamp(2.6rem, 6vw, 3rem);
    line-height: 1.423;
    padding-bottom: 10px;
}

.comp3_list1 li .text1 {
    margin-top: 20px;
}

.comp3_list1 li .title1:before {
    width: 87.306%;
    background: #DF2016;
}
	
.comp3_list1 li .title1:after {
    width: 74.3%;
}

.company04 {
    padding: 150px 0 100px;
}

.company04 .title1 {
    margin-bottom: 40px;
}

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

.comp4_list1 li .num {
    margin-right: 7px;
}


.link_bnr_area{
	padding:150px 0;
}

.link_next {
    margin-bottom: 15px;
    font-size: 3.6rem;
    font-size: clamp(3rem, 6vw, 3.6rem);
    line-height: 1.2333;
}

.link_bnr1 .img{
height: 84.62%;
width: 88.06%;
}

.link_bnr1 .cont_area{
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
}

.link_bnr1 .cont_area .right{
	margin:30px auto 0;
}

.link_bnr1 .cont_area .left .title .en_tit {
    font-size: 4.3rem;
    font-size: clamp(3.6rem, 9vw, 4.3rem);
}

.link_bnr1 .cont_area .left .title {
    font-size: 1.9rem;
    font-size: clamp(1.6rem, 4vw, 1.9rem);
}

.profile01 {
    padding: 100px 0 150px;
}

.prof01_list1 li {
    padding: 20px 0;
	flex-direction:column;
}

.prof01_list1 li .left{
	width:100%;
	margin-bottom:10px;
}

.prof01_list1 li .right .flex{
	flex-direction:column;
	margin:-10px auto 10px;
}
	
.prof01_list1 li .right .flex .map{
	width:100%;
	margin-top:20px;
	height: 179px;
	max-width: initial;
}

.profile02 {
    background: url(./img/company/profile/bg2_sp.jpg) no-repeat top right;
    background-size: cover;
}

.profile02 .art_text_area{
	margin:80px auto 0;
}

.art_text_area .text3 {
    margin-top: 50px;
}

.profile02 .art_flex1 {
    margin-top: 40px;
}

.profile02 .art_img1{
	max-width: 350px;
	margin: 0 auto;
}

.profile03 {
    padding: 150px 0;
}

.prof03_list1 li{
	flex-direction:column;
	padding: 40px 0;
}
	
.prof03_list1 li .flex{
	flex-direction:column;
	width:100%;
	margin-right: 0;
}

.prof03_list1 li .flex .left{
	width:100%;
	margin-right: 0;
	margin-bottom: 5px;
}

.prof03_list1 li .flex .text1 {
    max-width: initial;
    width: calc(100% - 46px);
	margin-left:auto;
}

.prof03_list1 li .img{
    width: 100%;
    padding-left:46px;
    margin-top: 20px;
}

    .prof03_list1 li .flex .left .dot {
        margin-right: 34px;
    }

    .prof03_list1 li .flex .left .dot:before {
        width: 24px;
    }

.prof03_list1 li:before {
    width: calc(100% - 46px);
}

.prof03_list1 li .img.img1{
	width: 56.16%;
}


.prof03_list1 li .img.img1{
	max-width:212px;
}

.prof03_list1 li .img.img2{
	max-width:250px;
}

.prof03_list1 li .img.img3{
	max-width:258px;
}

.prof03_list1 li .img.img4{
	max-width:258px;
}

.prof03_list1 li .img.img5{
	max-width:225px;
}

.prof03_list1 li .img.img6{
	max-width:180px;
}

.prof03_list1 li .img.img7{
	max-width:258px;
}

.prof03_list1 li:last-child {
    padding-bottom: 50px;
}

.news_list2 > li {
	flex-direction:column;
}

.news_list2 > li .img {
    max-width: initial;
    width: 100%;
    height: 47.734vw;
    max-height: initial;
    margin:0 auto 20px;
}

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

.news_list2 > li .text_area .title1{
	margin-top:20px;
}

.news_list2 > li .text_area .text1{
	margin-top:15px;
}

.cate_list1 {
    margin-bottom: 80px;
}
	
.news01 {
    padding: 100px 0 0;
}

.cate_list1{
	flex-wrap:wrap;
	justify-content:space-between;
}
	
.cate_list1 li {
    margin-right:0px;
	width:48%;
	margin-top:8px;
}

.pagination-list {
    margin: 40px auto 0;
}

.news02 {
    padding: 162px 0 0;
}

.news02 .title_area .dacate {
    margin-bottom: 20px;
}

.news02 .detail_area {
    padding: 50px 15px 26px;
    margin-bottom: 50px;
}

.det_list1{
	flex-direction:column;
	margin: 0 auto 29px;
}

.det_list1 li {
    width: 54.66%;
    max-width: initial;
    margin:0 auto;
}


.det_list1 li img{
	margin-bottom:20px;
	width:100%;
}

.bjb01 {
    padding: 100px 0;
}

.art_div1{
	flex-direction:column;
}

.art_div1 .art_tit1{
	margin: 0;
}

.art_div1 .text{
	max-width: initial;
	width: 100%;
	margin-top: 30px;
}

.bjb01_div1 .img1 {
    margin: 40px auto 23px;
    width: 100%;
}

.big_text{
	text-align:left;
	font-size: clamp(5rem, 16vw, 12.1rem);
	margin-left: 2%;
	line-height: 1.25;
}

.bjb01_div1 .flex {
    margin: 100px auto 0;
    flex-direction: column;
}

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

.bjb01_div1 .flex .right {
    max-width: initial;
    width: 100%;
	margin-top:100px;
}

.bjb01_list1 li {
    margin-top: 40px;
    width: 100%;
    max-width: initial;
}

.bjb01_list1 li .img{
	margin:0 auto;
	max-width:400px;
}
	
.bjb01_list1 li .img img{
	width:100%;
}


.bjb01_list1 li .text1{
	font-size:1.6rem;
}

.bjb01:before {
    height: 80.5%;
}

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


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

.bjb02 .flex .img{
	max-width:initial;
	width: 100%;
	margin:40px auto 0;
}

.bjb02 .flex .text_area .title_area .img1{
	display:none;
}

.bjb02 .flex .text_area .title_area {
    margin: 40px auto 30px;
}
	
.bjb03 .ank_link li {
    margin-top: 0;
    border-bottom: 1px solid #FFFFFF;
}

.bjb03 .ank_link {
    margin-top: 40px;
    margin-bottom: 0px;
}

.bjb03_div {
    padding-top: 100px;
}

	
.bjb03_div.matop {
    padding-top: 50px;
}

.bjb03_div .title {
    font-size: 1.8rem;
    line-height: 1.4444;
    margin-top: 30px;
}

.bjb03_div .text {
    margin-top: 10px;
}
	
.bjb03_list1 {
	margin-top:30px;
}
	
.bjb03_list1 li {
    width: 100%;
    margin:0px auto 40px;
}

.bjb03_list1 li .img{
	margin:0 auto;
	max-width:400px;
}
	
.bjb03_list1 li .img img{
	width:100%;
}

.bjb03_list1 li .text1 {
    margin-top: 10px;
    font-size: 1.6rem;
}

.bjb03_div .btn1 {
    margin: 10px auto 0;
}

	.bjb03_div1 + .bjb03_div1{
padding-top: 30px;
	}

.bjb03_list1 li.arrow_li {
    position: relative;
    padding-right: 0%;
	padding-bottom:32px;
}

.bjb03_list1 li.arrow_li:before {
    width: 12%;
    height: 21%;
    background: url(./img/bjb/arrow_bot.svg) no-repeat;
    background-size: contain;
    max-width: 40px;
    max-height: 25px;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: -12px;
}

    .bjb03_list1 + .bjb03_list1 {
        margin-top: 46px;
}

.bjb03_list1 li.long {
    width: 100%;
    margin-right: 0%;
}

.contact01 {
    padding: 100px 0 140px;
}

.page_ank {
    margin: 80px auto;
}

.page_ank li .text1{
	font-size:1.5rem;
	line-height:1.5333;
	margin-top:2px;
	min-height: 46px;
}

.page_ank li.active .dot {
    margin: 15px auto 0;
}
	
.page_ank li .dot {
    margin: 19px auto 0;
}

.page_ank li:before, .page_ank li:after{
	top: 105px;
}

.tb_div .text1 {
    margin-bottom: 25px;
}


.contact_tb th, .contact_tb td {
	font-size: 1.6rem;
	width:100%;
	display:block;
}

.tb_div .text1{
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.contact_tb th {
	padding: 25px 0 10px;
	width:100%;
	text-align: left;
	padding-right: 1%;
}

.contact_tb td {
	width: 100%;
	padding: 0 0 25px;
	border-top:none;
}

.tb_flex{
	flex-direction:column;
	align-items: flex-start;
	margin-top: 15px;
}

.tb_flex label{
	margin-right:0;
}

.tb_div .text2{
	display:none;
}

.contact_tb tr:last-child th{
    border-bottom:none;
}

.contact_tb th .sp{
	display:inline;
	font-weight:400;
}

.privacy_area {
    margin: 25px auto 50px;
}

.contact02 .contact_tb{
	margin:0 auto 50px;
}

.thanks_area .text1 {
    margin: 30px auto 50px;
}

.end_text {
    margin-top: 50px;
}

.business01 {
    padding: 100px 0 150px;
}

.business01 .mainTit{
	margin:0 auto;
	width:89.334%;
}

.business01 .art_flex3{
	width: 100%;
}

.art_flex3{
	flex-direction:column;
	width: 100%;
}

.art_flex3 .art_text_area3 {
    width: 89.334%;
    max-width: initial;
	margin:0 auto 40px;
}

.business01 .inner2{
	width:100%;
}

.component01 .inner2{
	width:100%;
}

.art_flex3 .art_text_area3 .text1 {
    margin-top:30px;
}

.art_flex3 .art_img3 {
    width: 92%;
    max-width: initial;
    margin-left:auto;
}


.business02:before{
	width:100%;
	height: 76vw;
	background:url(./img/business/bg21_sp.svg) no-repeat top right;
	background-size: cover;
}

.business02:after{
	width:100%;
	height: 76vw;
	background:url(./img/business/bg22_sp.svg) no-repeat top right;
	background-size: cover;
}

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

.busi02_list1 li:nth-child(1){
	width:100%;
	padding: 40px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.busi02_list1 li:nth-child(1) .img {
    margin: 0 auto 30px;
    width: 59.706%;
}

.busi02_list1 li:nth-child(1) .title{
	font-size:2.4rem;
	min-height: initial;
}

.busi02_list1 li:nth-child(1) .text1{
	font-size:1.6rem;
}
	
.busi02_list1 li {
    width: 50%;
    border-left: 0;
    padding: 0;
    padding-top: 40px;
}

.busi02_list1 li .img {
    margin: 0 auto 18px;
    width: 74.63%;
}

.busi02_list1 li .title{
	line-height: 1.4;
	font-size:2rem;
	min-height: 57px;
}

.busi02_list1 li .text1{
	font-size:1.5rem;
}


.busi02_list1 li:last-child{
	border-right:none;
}

.business03{
	padding:150px 0;
}

.busi03_list1{
	flex-direction:column;
}

.busi03_list1:before{
	display:none;
}
	
.busi03_list1 li{
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid #000000;
	width:100%;
	max-width: initial;
}

.busi03_list1 li .art_tit1 {
    margin-bottom: 15px;
}

	
.busi03_list1 li:last-child{
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:none;
}


.busi03_list1 li .img{
	max-width:500px;
	margin:0 auto;
	width:100%;
}

.busi04_list1 li {
    margin-bottom: 80px;
    flex-direction: column!important;
    width: 100%;
}


.busi04_list1 li .text_area{
	width:89.334%;
	margin:0 auto;
	max-width: initial;
}

.busi04_list1 li .img {
    max-width: initial;
    width: 94.67%;
    margin-top:40px;
    margin-right:auto;
    margin-left:0;
}


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

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

.business05 .flex .left {
    margin-right: 0%;
}

.business05 .flex .right {
    max-width: initial;
    width: 100%;
    margin-top: 30px;
}

.business05 .flex .right .text2 {
    margin-top: 30px;
}

.business05 {
    padding: 150px 0 80px;
}

.business06 {
    padding: 50px 0 10px;
}

.business06 .title{
	margin-bottom: 40px;
	font-size: clamp(2rem, 4vw, 2.4rem);
}

.business06 .img {
    margin-bottom: 100px;
    max-width: 400px;
    margin: 0 auto 100px;
    width: 100%;
}

.busi06_list1 li {
    min-height: initial;
    width: 100%;
    margin-top: 20px;
    padding: 30px 20px 35px;
}

.busi06_list1 li:nth-child(1){
	margin-top:0px;
	padding-top:60px
}

.busi06_list1 li:nth-child(2){
	margin-top:20px;
}

.busi06_div{
	padding-top:35px;
}
	
.busi06_div .title1{
	bottom:auto;
	width: 262px;
	height: 69px;
	border-radius: 70px;
	max-width: initial;
	max-height: initial;
	font-size: 2rem;
	font-weight: 700;
}

.busi06_list1 li .title2{
	font-size:2.4rem;
	margin-bottom: 15px;
}

.busi06_list1 li .text1{
	font-size: 1.8rem;
}

.busi06_list1 li .text2{
	max-width:initial;
	width:100%;
}

.component02 .bnr_cont_area1 {
	flex-direction:column;
}

.component02 .bnr_cont_area1 .text_area{
	flex-direction:column;
	padding: 30px 20px 30px;
}

.component02 .bnr_cont_area1 .img {
        height: 59.47vw;
        max-height: 300px;
    }

.component02 .bnr_cont_area1 .text_area .text_area2{
	width: 100%;
	padding-top: 20px;
}

.component02 .bnr_cont_area1 .text_area .btn1{
	margin:0 auto;
}

.bnr_cont_area1 .text_area .title1 {
    font-size: clamp(2rem, 4vw, 2.6rem);
}

.component01 {
    padding: 100px 0 150px;
}

.compo01_list1 li{
	flex-direction:column;
	width:100%;
	margin: 0 auto;
}

.compo01_list1 li .img {
    max-width: 400px;
    width: 100%;
	margin:0 auto 20px;
}

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

.compo01_list1 li .text_area .title {
    margin-bottom: 40px;
    font-size: clamp(1.8rem, 4vw, 2rem);
	text-align:center;
}

.compo01_list1 li .text_area .btn1{
	margin:0 auto;
}

.parts01_list1 li{
	flex-direction:column;
	padding: 40px 0;
}
	

.parts01_list1 li > .img{
	max-width:initial;
	width: 100%;
	margin:0 auto 30px;
}

.parts01_list1 li .text_area{
	max-width:initial;
	width: 100%;
	padding-bottom: 0%;
	margin:0 auto;
}

.parts01_list1 li .text_area .text1{
	margin: 30px auto 0;
}

.parts01_list1 li .text_area .check_text1{
	margin: 30px auto 0;
}
.parts01 {
    padding: 50px 0 0;
}

.parts01_list1 li:last-child {
    padding: 40px 0;
    border-bottom: 1px solid #868686;
}

.art_cov-div .title {
    font-size: 5.6rem;
    font-size: clamp(3.6rem, 7vw, 4rem);
    white-space: nowrap;
}

.manuf01_list1 {
    margin-top: -50px;
}

.manuf01_list1 > li {
    padding-top: 100px;
}

.manuf01_div1 {
    margin-top: 50px;
}

    .manuf01_list2 li {
		width:100%;
        font-size: 1.6rem;
		margin-top:20px;
    }

.ele01_div1 .img {
    max-width: initial;
    width: 100%;
    margin: 20px auto 0px;
    height: 61.334vw;
}
	
.ele01_div1 .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

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

.ele01 {
    padding: 50px 0 0;
}

.mv_text1 {
    margin: -10px 0 50px;
}

.ele01_div11 {
    margin-top: 40px;
}

.ele_tit1{
	font-size:1.8rem;
	padding-bottom:8px;
}

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

.ele01_div2 {
    margin-top: 100px;
}

.ele01_div >.ele01_div2:nth-child(2){
	margin-top:80px;
}

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

.lowt01_list1{
	margin-top:10px;
}

.lowt01_list1 li {
    width: 100%;
	margin:30px auto 0;
	text-align:center;
}

.ele01_div {
    padding-top: 150px;
}

.ele01_div1 .text_area .title_area .art_tit1{
	white-space:initial;
}

.ele01_div11 > .text_btn1 {
    margin-top: 40px;
}

.text_btn1{
	margin-top:40px;
}

.text_btn1:after{
	/* margin-left:0; */
}

.line01_list1{
	margin-top:-10px;
	flex-direction: column;
}
	
.line01_list1 li {
    width: 79.293%;
    margin: 40px auto 0!important;
    max-width: 300px;
}

.line01_list1 li .text1{
	margin-top:10px;
}

.line02_list1{
	flex-direction:column;
}

.line02_list1 li {
    width: 100%;
	margin:0 auto;
}
	
.line02_list1 li.arrow{
	width: 40px;
	height: 25px;
	margin: 30px auto;
}

	
.line02_list1 li.arrow:before{
	background: url(./img/electronics/linelight/arrow_b.svg) no-repeat;
	background-size: contain;
	width: 40px;
	height: 25px;
}


.high01_list1{
	margin-top:-10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.high01_list1 li{
    width: 79.293%;
	margin:40px auto 0!important;
	max-width:300px;
}

.high01_list1 li .title1 {
    margin-top: 20px;
}
	
.ele01_div2 > .text2 {
    margin-top: 40px;
}

.high01_list2{
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.high01_list2 li{
	margin:30px auto 0!important;
}

.high01_list3 {
    margin-top: 0px;
}

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

.ele01_div1 .text_area .img2 {
    margin-top: 30px;
    max-width: 400px;
}
	
.ele01_div12 {
    margin-top: 20px;
}

.bfaf_list1{
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.bfaf_list1 li {
    width: 89.554%;
    max-width: 400px;
}

.bfaf_list1 li .img{
	height: initial;
	max-height: initial;
	align-items: center;
	justify-content: center;
}

.bfaf_list1 li .text1 {
    margin-top: 10px;
}

.bfaf_list1 li.arrow {
    width: 40px;
    height: 25px;
    margin: 30px auto;
}

.bfaf_list1 li.arrow:before {
    background: url(./img/electronics/solar/arrow_b.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 25px;
}

.ele01 .flex1{
	flex-direction:column;
}

.ele01 .flex1 .ele01_div2{width: 100%;max-width: initial;}


.solar_tb1 {
    margin: 30px auto 0;
}

.solar_tb1 td{
	padding-left:19px;
}


.solar01_list1{
	margin-top:0px;
}

.solar01_list1 li{
	width: 76.12%;
	margin:30px auto 0!important;
	max-width: 350px;
}

.ele01_div >.ele01_div2.noma:nth-child(2){
	margin-top:40px;
}

.solar01_list1.solar01_list2 li{
	width:100%;
}

.solar01_list1 li .text1{
	font-size:1.6rem;
}

.solar01_list1.solar01_list2 li .img{
margin: 0 auto;
}
	
.solar01_list1.solar01_list2 li:nth-child(1) .img{
width: 86.57%;
}

.solar01_list1.solar01_list2 li:nth-child(2) .img{
width: 100%;
}

.solar01_list1.solar01_list2 li:nth-child(3) .img{width: 75.824%;}

.solar01_list1.solar01_list2 li:nth-child(4) .img{width: 67.467%;}

.solar01_list1.solar01_list2 li:nth-child(5) .img{width: 100%;}

.solar01_list1.solar01_list2 li:nth-child(6) .img{width: 91.045%;}

.solar01_div{
	width: 63.585%;
	margin: 30px auto 0;
	max-width: 360px;
}


.solar_tb1.long th,
.solar_tb1.long td{
	display:block;
	width:100%;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-right: 1px solid #868686;
	padding: 6.5px 20px;
	text-align: left;
}


.solar_tb1.long tr:last-child th{
	border-bottom:none;
}


.solar_img1 {
	max-width:450px;
	margin:30px auto 0;
	width:100%;
}

.lte01_list1 {
	margin-top:-10px;
}

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

.lte01_list1 li .title1{
	margin-top:20px;
}

    .ele01_div1 .img.mabot{
        margin: 0px auto 20px;
    }

.lte01 .ele01_div12 {
        margin-top: 30px;
    }

.lte_img1 {
    margin-top: 30px;
}


.lte_img1 img{
	width:100%;
}

.lte_img1 .lte_img1_link{
max-height: initial;
height: 12.154%;
width: 100%;
}
	

.lte_img1 .lte_img1_link1{
	bottom: 23.5%;
	right: 0%;
}

.lte_img1 .lte_img1_link2{
	right: 0;
	bottom: 40%;
}

.lte_img1 .lte_img1_link3{
	bottom: 7%;
	right: 0%;
}

.lte02.ele01 .ank_link {
    margin-top: 40px;
}

.lte02.ele01 .ele01_div:nth-child(3) {
    padding-top: 50px;
}

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

.pdf_list1 li {
    margin-top: 10px;
    margin-right: 0px;
}

.ele_bnr {
    margin-top: 50px;
}

.ele_bnr .ele_bnr_in{
	flex-direction:column;
	text-align:center;
	padding: 18px 16px;
}

.ele_bnr .ele_bnr_in .text1{
	margin-bottom: 20px;
}

.lte01_list2{
	margin-top:0;
}

.lte01_list2 li{
	width: 76.12%;
	margin: 40px auto 0!important;
	max-width: 350px;
}

.qanda_list li dt {
    padding: 15px;
    padding-right: 36px;
}

.qanda_list li .que, .qanda_list li .ans{
	font-size:2rem;
	margin-right:10px;
}

.qanda_list dt .pulu{
	right: 15px;
	width: 15px;
	top: 21px;
}

.qanda_list dt .pulu span {
    width: 15px;
	height:2px;
}

.qanda_list li dt .text1{
    width: 100%;
    text-align: justify;
}

.qanda_list li dd .text1 {
	width: 100%;
}
.qanda_list li dd {
    padding: 22px 0px 0px 15px;
    font-weight: 400;
}

.qanda_list {
    margin: 30px auto 50px;
}

.more-content .qanda_list {
    margin: 0px auto 50px;
}

.qanda_area .box{
	position:relative;
	z-index:1;
	margin-top: -20px;
}

.lte03_img1 {
    margin-top: 30px;
}

.ele_bnr2 {
    margin: 100px auto 0;
}

.ele_bnr2_in {
    padding: 30px 0;
}

.ele_bnr2_in .text1{
	font-size:1.8rem;
	margin-bottom:30px;
}
	
.top_side_bnr{
	width:90%;
	right: 10px;
	bottom: 10px;
	margin:auto;
	max-width: 300px;
}

.busi04_list1 li .text_area .num {
    font-size: 5.5rem;
    font-size: clamp(4.5rem, 6vw, 5.5rem);
}

.art_tit2{
	font-size:2.4rem;
}
	
.art_tit2 .en_sub{
	font-size: 1.6rem;
}

.bjb03_list2{
	margin-top:-10px;
}
	
.bjb03_list2 li{
	width: 100%;
	max-width: 400px;
	margin: 40px auto 0;
}

.bjb03_list2 li .text1{
	font-size:1.6rem;
}

.electronics  .compo01_list1 li .text_area .title{
	text-align:left;
}

.mw_wp_form .horizontal-item + .horizontal-item{
	margin:0;
}

.adap01_list1{
	flex-direction:column;
	margin:0 auto;
}
	
.adap01_list1 li {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0;
}

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

.adap01_list2{
	flex-direction:column;
	margin-top:-10px;
}

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


.adap01_list2 li .text_area{
	padding:30px 20px;
}

.adap01_list3{
	margin-top:-10px;
	flex-direction:column;
}

.adap01_list3 li {
    width: 100%;
    padding-bottom: 0px;
	margin:40px auto 0;
}
	
.adap01_list3 li .name{
	margin-top:10px;
	font-size:1.6rem;
	position:initial;
}

.adap02_tb5_sel1{
	width: 27.467%;
}

.adap02_tb5_sel2{width: 14.33%;}

.adap02_tb5_sel3{
	width: 28.36%;
}

.adap02_tb5_sel4{
	border-right:1px solid #868686;
}

.adap02_tb5 td{
	height:64px;
}

.adap02_tb5 th, .adap02_tb5 td{
	font-size:1.6rem;
	line-height:1.4375;
}

.rec_cov .title1{
	top: 13.744%;
}

	.rec_cov .scroll {
    bottom: 4.419%;
 }

.rec_cov .image-mask-wrap{
	width:100%;
	bottom: 22.074%;
}

.rec02_list1 li{
	flex-direction:column-reverse;
	padding: 25px 25px 30px;
	border-radius:10px;
}

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

.rec02_list1 li .img {
    max-width: 100px;
    width: 100%;
	margin:0 auto 30px;
}

.rec02_list1 li .text_area .title1{
	font-size:2.4rem;
	text-align:center;
}
.rec02_list1 li .text_area .title1 .small{
	display:block;
}

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


.rec03_list1 {
	margin-top:40px;
}

.rec03_list1 li{
	flex-direction:column;
}


.rec03_list1 li .left{
	width:100%;
}

.rec03_list1 li .right{
	width:100%;
	margin-top:20px;
}

.rec03_div{
	margin-top: 106px;
	padding: 50px 20px;
	background: url(./img/recruit/bnr_sp.jpg) no-repeat center;
	background-size: cover;
}

.rec03_div .text1{
	font-size:1.8rem;
}
	

.rec01{
	background:url(./img/recruit/bg1_sp.jpg)no-repeat center;
	background-size:cover;
}

    .rec_cov .title1 .en {
		margin-bottom:5px;
	}

.co5_list1 li .cont_area .img2 {
    width: 48%;
}

.co5_list1 li .cont_area .img1 {
    width: 61%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
} /* 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;
}


/* トップページ
----------------------------------------------------------- */

#main {
}


.mv_sld1{
	background:url(./img/top/mv1_sp.jpg)no-repeat center;
	background-size:cover;
}

.mv_sld2{
	background:url(./img/top/mv2_sp.jpg)no-repeat center;
	background-size:cover;
}

.mv_sld3{
	background:url(./img/top/mv3_sp.jpg)no-repeat center;
	background-size:cover;
}

.mv_sld4{
	background:url(./img/top/mv4_sp.jpg)no-repeat center;
	background-size:cover;
}

    .cov-div .title {
        font-size: clamp(4rem, 9vw, 8rem);
    }

.content01 .ma1366:before {
    left: -25.6%;
}

.ank_link li a{
	font-size: 1.5rem;
	line-height:1.4;
}

.prof03_list1 li .img{
    max-width:initial!important;
}


.top_side_bnr{
	width: 80.27%;
	left:0;
	right:0;
	bottom: 10px;
	margin:auto;
	max-width:400px;
	width: 89.07%;
}

.adap02_tb5 .img{
	width:100%;
	margin:0 auto;
}
	
.adap02_tb5 .img.adap_logo1{
	max-width:91px;
}
	
.adap02_tb5 .img.adap_logo2{
	max-width:82px;
}
	
.adap02_tb5 .img.adap_logo3{
	max-width:71px;
}
	
.adap02_tb5 .img.adap_logo4{
	max-width:79px;
}

.adap02_tb5 .img.adap_logo5{
	max-width:78px;
}
	
.adap02_tb5 .img.adap_logo6{
	max-width:79px;
}
	
.adap02_tb5 .img.adap_logo7{
	max-width:78px;
}
	
.adap02_tb5 .img.adap_logo8{
	max-width:64px;
}
	
.adap02_tb5 .img.adap_logo9{
	max-width:79px;
}
	
.adap02_tb5 .img.adap_logo10{
	max-width:81px;
}
	
.adap02_tb5 .img.adap_logo11{
	max-width:92px;
}
	
.adap02_tb5 .img.adap_logo12{
	max-width:48px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

	

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

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

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




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

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

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


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

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

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


.add-animation .mv_sld{
	animation: zoomUp 10s linear 0s normal both;
  }
  
  
  @keyframes zoomUp {
	0% {
	  transform: scale(1.1);
	}
	100% {
	  transform: scale(1); /* 拡大率 */
	}
  }


  /* 下から上 */

.fade_up {
	opacity:0;
}

.active .fade_up,
.active.fade_up{
animation:fade_up 0.4s linear forwards;
animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

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

.fade_up2 {
	opacity:0;
}

.active .fade_up2,
.active.fade_up2{
animation:fade_up2 0.6s linear forwards;
}

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

  /* 上から下 */
.fade_down {
	opacity:0;
}

.active .fade_down,
.active.fade_down{
animation:fade_down 0.6s linear forwards;
}

@keyframes fade_down {
from {
transform:translateY(-5%);
	opacity:0;
}
to {
transform:translateY(0%);
	opacity:1;
}
}

 /* フェードイン */

 .fade {
	opacity:0;
}

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

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


 /* ズームイン */

 .zoom_in {
	opacity:0;
}

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

@keyframes zoom_in {
from {
	opacity:0;
	transform:scale(0.95);
}
to {
	opacity:1;
	transform:scale(1);
}
}