@charset "utf-8";
.top-mv{
	z-index: 2;
}

.top-mv {
	width: 100%;
	height: 200vh; 
	position: relative;
	background-image: linear-gradient(90deg, #00327c, #000000);
}

.mv-mov span.pc{
	background-image: url(../mov/towa_fv_pc.jpg);
	background-size: cover;
}

.mv-mov span.sp{
	background-image: url(../mov/towa_fv_sp.jpg);
	background-size: cover;
}

.scrolling-wrapper {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.mv-frame {
	width: 100%;
	height: 100vh;
	position: relative;
	will-change: transform;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mv-frame span,
.mv-frame video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background-position: center;
}

.main-contents{
	--parallax-offset: -120px;
}

.main-contents.top{
	background-image: linear-gradient(90deg, #00327c, #000000);
	padding: 85px 0 175px;
}

.main-contents:before{
	content: "";
	background: url(../images/top/bg-icon.png);
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% + 120px);
	z-index: 0;
	opacity: 0.2;
	transform: translateY(var(--parallax-offset));
	will-change: transform;
}

.scroll{
	font-size: 17px;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 80px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}

.scroll::after {
	content: "";
	background: #ffffff;
	height: 40px;
	width: 2px;
	display: block;
	margin-top: 5px;
	position: relative;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height: 40px;
		opacity: 1;
	}
	100%{
		height: 0;
		top: 40px;
		opacity: 0;
	}
}

.main-contents section{
	position: relative;
	z-index: 2;
}

.main-contents.top section.sec02{
	padding-top: 55px;
}

.main-contents.top section.flex{
	gap: 150px;
}

.main-contents.top section.flex:nth-child(even){
	flex-direction: row-reverse;
}

.main-contents.top .imgs{
	width: 58%;
}

.main-contents.top section.flex:nth-child(even) .imgs{
	width: 55%;
}

.main-contents.top .imgs .img2{
	margin-top: -155px;
	width: 70%;
	z-index: 2;
	position: relative;
}

.main-contents.top .txt{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-contents.top section.flex:nth-child(even) .imgs .img2{
	display: table;
	margin-top: -163px;
	margin-left: auto;
	width: 64%;
}

.flex-tl-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.v-tl{
	font-size: 24px;
	font-weight: 400;
	writing-mode: vertical-rl;
	letter-spacing: 0.15em;
	line-height: 50px;
	margin: 0 auto 85px;
	display: table;
}

.line-p{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 50px;
}

.page-tl{
	color: #00327c;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 35px;
	text-align: center;
}

.page-tl span{
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.4em;
}

.lower .main-contents{
	background: #def4f2;
	overflow: hidden;
}

.lower .main-contents::before{
	opacity: 0.8;
}

.lower .main-contents > section{
	padding: 100px 0;
}

.service-list{
	counter-reset: listnum;
}

.service-list .blo{
	gap: 50px;
}

.service-list .blo:not(:last-child){
	margin-bottom: 120px;
}

.service-list .blo:nth-child(even){
	flex-direction: row-reverse;
}

.service-list .blo h2::before{
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	font-family: "EB Garamond", serif;
}

.service-list .blo .illust{
	background: #00327c;
	border-radius: 0 120px 120px 0;
	text-align: right;
	width: 51%;
}

.service-list .blo:nth-child(even) .illust{
	border-radius: 120px 0 0 120px;
	text-align: left;
}

.service-list .blo .txt{
	max-width: 400px;
}

.service-list .blo .txt h2{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 80px;
	font-weight: 400;
	line-height: 1;
}

.service-list .blo .txt h2 span{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 35px;
}

.service-list .blo .txt p{
	font-size: 15px;
	letter-spacing: 0.035em;
	line-height: 32px;
	text-align: justify;
	text-align-last: left;
	line-break: strict;
	word-break: break-all;
}

.main-contents.services .category-sec,
.main-contents .yellow-bg{
	background: #ffffe0;
}

.sec-tl{
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 50px;
}

.sec-tl span{
	font-size: 14px;
	letter-spacing: 0.2em;
	margin-left: 10px;
}

.category-slider-out{
	max-width: 920px;
	margin: 0 auto;
}

.category-list li{
	background: #00327c;
	height: 240px;
	width: 240px;
	margin: 0 30px;
	position: relative;
}

.category-list li > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.category-list li .icon{
	min-height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-list li .icon .hide{
	display: none;
}

.category-list li h3{
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-top: 20px;
	position: relative;
	text-align: center;
	z-index: 1;
	direction: ltr;
}

.category-list li p{
	display: none;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.035em;
	line-height: 29px;
	border-top: 1px solid #595757;
	width: 80%;
	max-width: 165px;
	margin-top: 20px;
	padding-top: 10px;
	position: relative;
	text-align: left;
	z-index: 1;
	direction: ltr;
	text-align: justify;
	text-align-last: left;
	line-break: strict;
	word-break: break-all;
}

.category-slider-out .prev-btn,
.category-slider-out .next-btn{
	background: #def4f2;
	color: #00327c;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.category-slider-out .prev-btn{
	left: -30px;
}

.category-slider-out .next-btn{
	right: -30px;
}

.category-slider-out .category-slider-right .prev-btn{
	left: unset;
	right: -30px;
}

.category-slider-out .category-slider-right .next-btn{
	right: unset;
	left: -30px;
}

.category-slider-right{
	margin-top: 80px;
}

.item-imgs-sec > div{
	width: calc(20% - 70px);
}

.cate-list-flex{
	counter-reset: listnum;
	gap: 60px 0;
}

.cate-list-flex h2{
	border-bottom: 3px solid #00327c;
	border-top: 3px solid #00327c;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.15em;
	height: 160px;
	width: 460px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cate-list-flex .blo{
	background: #00327c;
	cursor: pointer;
	height: 160px;
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cate-list-flex .blo .num{
	position: absolute;
	width: 0;
	height: 0px;
	left: 0;
	top: 0;
	border-bottom: 65px solid transparent;
	border-left: 60px solid #ffffe0;
}

.cate-list-flex .blo .num::before{
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	font-size: 24px;
	font-weight: 500;
	position: absolute;
	left: -52px;
	top: -2px;
}

.cate-list-flex .blo h3{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-top: 10px;
	text-align: center;
}

.cate-list-flex .blo:hover{
	background: #ffffff;
	color: #00327c;
}

.cate-list-flex .blo .icon .hide,
.cate-list-flex .blo:hover .icon .hov{
	display: none;
}

.cate-list-flex .blo:hover .icon .hide{
	display: block;
}

.manufacturing-ex{
	counter-reset: listnum;
}

.manufacturing-ex .blo{
	border-top: 1px solid #ffffe0;
	border-bottom: 1px solid #ffffe0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
}

.manufacturing-ex .blo::before,
.manufacturing-ex .blo::after,
.cpmpany-infor-ex .blo::after{
	content: "";
	background: #00327c;
	height: 1px;
	width: 0;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.manufacturing-ex .blo::before{
	top: -1px;
}

.manufacturing-ex .blo::after{
	bottom: -1px;
}

.manufacturing-ex .blo:hover::before,
.manufacturing-ex .blo:hover::after,
.manufacturing-ex .blo.open::before,
.manufacturing-ex .blo.open::after,
.cpmpany-infor-ex .blo:hover::after,
.cpmpany-infor-ex .blo.open::after{
	width: 100%;
}

.manufacturing-ex .blo:not(:first-child){
	margin-top: 60px;
}

.manufacturing-ex .blo .tl::after{
	content: "\f078";
	font-family: "Fontawesome";
	position: absolute;
	background: #ffffff;
	border-radius: 50%;
	color: #00327c;
	height: 20px;
	width: 20px;
	right: 15px;
	font-size: 12px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 2px;
	box-sizing: border-box;
}

.manufacturing-ex .blo.open .tl::after{
	content: "\f077";
	background: #00327c;
	color: #ffffff;
}

.manufacturing-ex .blo .num{
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.manufacturing-ex .blo .num::before{
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	font-size: 32px;
}

.manufacturing-ex .blo .icon{
	background: #00327c;
	height: 60px;
	width: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.manufacturing-ex .blo .icon img{
	max-width: 60%;
	max-height: 60%;
}

.manufacturing-ex .blo .tl{
	background: #ffffe0;
	font-size: 20px;
	letter-spacing: 0.15em;
	width: calc(100% - 134px);
	height: 60px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	position: relative;
}

.manufacturing-ex .blo .tl span{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.manufacturing-ex .blo-in,
.cpmpany-infor-ex .blo-in{
	background: #ffffff;
	display: none;
	margin: 0 -100%;
	padding: 35px 100%;
}

.manufacturing-ex .blo-in .flex{
	padding: 0 60px;
}

.manufacturing-ex .blo-in .flex ul{
	border-left: 1px solid #c9caca;
	padding-left: 20px;
}

.manufacturing-ex .blo-in .flex ul li{
	font-size: 15px;
	letter-spacing: 0.035em;
	line-height: 32px;
}

.manufacturing-ex .blo-in .flex ul li::before{
	content: "□";
}

.cpmpany-infor-ex .blo:not(:first-child){
	margin-top: 60px;
}

.cpmpany-infor-ex .blo .tl{
	cursor: pointer;
	border-bottom: 1px solid #ffffe0;
	font-size: 20px;
	letter-spacing: 0.15em;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 0;
	position: relative;
}

.cpmpany-infor-ex .blo .tl span{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.cpmpany-infor-sec .mini-inner{
	max-width: 830px;
}

.cpmpany-infor-ex .blo .tl::after{
	content: "\f078";
	font-family: "Fontawesome";
	position: absolute;
	background: #ffffff;
	border-radius: 50%;
	color: #00327c;
	height: 20px;
	width: 20px;
	right: 15px;
	font-size: 12px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 2px;
	box-sizing: border-box;
}

.cpmpany-infor-ex .blo.open .tl::after{
	content: "\f077";
	background: #00327c;
	color: #ffffff;
}

.cpmpany-infor-ex .blo-in .greeting-mv{
	margin: -35px -120px 35px;
}

.cpmpany-infor-ex .blo-in h3{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}

.cpmpany-infor-ex .blo-in p{
	font-size: 15px;
	letter-spacing: 0.035em;
	line-height: 32px;
}

.cpmpany-infor-ex .blo-in .td p,
.txt-left-fix{
	text-align: justify;
	text-align-last: left;
	line-break: strict;
	word-break: break-all;
}

.cpmpany-infor-ex .blo-in .name{
	text-align: right;
	letter-spacing: 0.15em;
	margin-top: 40px;
}

.cpmpany-infor-ex .blo-in .name span{
	font-size: 20px;
	letter-spacing: 0.2em;
	margin-left: 1rem;
}

.cpmpany-infor-ex .blo-in .pamph-box{
	background: #ffffe0;
	margin: 40px -100% 0;
	padding: 40px 100%;
}

.cpmpany-infor-ex .blo-in .pamph-box .pamph-flex{
	gap: 40px;
}

.cpmpany-infor-ex .blo-in .pamph-box .in p{
	font-size: 12px;
	margin-top: 10px;
}

.cpmpany-infor-ex .blo-in h4{
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}

.cpmpany-infor-ex .blo-in * + h4{
	margin-top: 30px;
}

.cpmpany-infor-ex .blo-in p.rinen{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-align: justify;
	text-align-last: left;
	line-break: strict;
	word-break: break-all;
}

.cpmpany-infor-ex .blo-in .num-txt{
	counter-reset: listnum;
}

.cpmpany-infor-ex .blo-in .num-txt li p{
	position: relative;
	padding-left: 20px;
}

.cpmpany-infor-ex .blo-in .num-txt li p::before{
	counter-increment: listnum;
	content: counter(listnum) ".";
	position: absolute;
	left: 0;
	top: 0;
}

.company-table .row{
	border-bottom: 1px solid #c9caca;
}

.company-table .row:first-child{
	border-top: 1px solid #c9caca;
}

.company-table .th{
	background: #00327c;
	color: #ffffff;
	width: 160px;
	text-align: center;
	vertical-align: middle;
}

.company-table .td{
	padding: 10px 15px;
}

.company-table .td .posi-flex > p:first-child {
	margin-right: 20px;
	width: 185px;
}

.company-table.history .th{
	width: 80px;
}

.bg-yellow-box,
.bg-yellow-box-top{
	background: #ffffe0;
	height: 350px;
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	will-change: transform;
}

.bg-yellow-box{
	bottom: -50px;
}

.bg-yellow-box-top{
	top: 350px;
}

.network-areas{
	max-width: 700px;
	margin: 0 auto;
}

.map-links .area-blo{
	position: absolute;
	cursor: pointer;
}

.map-links .area-blo.area01{
	left: -140px;
	top: 0;
}

.map-links .area-blo.area02{
	left: -140px;
	bottom: 5px;
}

.map-links .area-blo.area03{
	right: -155px;
	top: 2px;
}

.map-links .area-blo.area04{
	right: -155px;
	top: 138px;
}

.map-links .area-blo.area05{
	right: -136px;
	bottom: 65px;
}

.map-links .area-blo.area06{
	right: -165px;
	bottom: 1px;
}

.map-links .area-blo h5{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.15em;
	position: relative;
	padding-left: 1.2rem;
}

.map-links .area-blo h5::before{
	content: "◇";
	position: absolute;
	left: 0;
	top: 0;
}

.map-links .area-blo h6{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.map-links .area-blo .links{
	margin-top: 5px;
	padding-left: 1rem;
	line-height: 24px;
}

.map-links .area-blo .links li{
	font-size: 15px;
	letter-spacing: 0.035em;
	position: relative;
	padding-left: 1.2rem;
}

.map-links .area-blo .links li::before{
	content: "□";
	position: absolute;
	left: 0;
	top: 0;
}

.map-links .area-blo:hover h5::before{
	content: "◆";
}

.map-links .area-blo:hover .links li::before{
	content: "■";
}

.network-areas .rows{
	margin-top: 80px;
}

.network-areas .rows .group-tl{
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.network-areas .rows .group-tl span{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-left: 1rem;
}

.network-areas .rows .tl{
	background: #00327c;
	color: #ffffff;
	padding: 10px 25px;
}

.network-areas .rows .tl p{
	border-left: 6px double #ffffff;
	font-size: 20px;
	letter-spacing: 0.15em;
	line-height: unset;
	padding-left: 15px;
}

.network-areas .rows .tl p:not(:first-child){
	margin-top: 10px;
}

.network-areas .rows .tl p span{
	font-size: 16px;
	margin-left: 1rem;
}

.network-areas .rows .g-map{
	position: relative;
	padding-bottom: 360px;
	height: 0;
	overflow: hidden;
}

.network-areas .rows .g-map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.network-areas .rows .txt{
	background: #ffffe0;
	padding: 25px;
}

.network-areas .rows .txt .txt-flex:not(:last-child){
	margin-bottom: 30px;
}

.window-icon::after{
	content: "";
	background: url(../images/common/window.svg) no-repeat;
	background-size: cover;
	margin-left: 10px;
    height: 10px;
    width: 13px;
    display: inline-block;
}

.network-areas .rows .txt h6{
	border-left: 6px double #00327c;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: unset;
	padding-left: 15px;
	width: 60px;
}

.network-areas .rows .txt p{
	line-height: 23px;
}

.job-style-flex{
	gap: 120px;
}

.job-style-flex .blo{
	max-width: 240px;
}

.job-style-flex .blo .img{
	background: #00327c;
	border-radius: 65px;
	height: 220px;
	margin: 0 auto 30px;
	width: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.job-style-flex .blo .txt h3{
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 20px;
}

.job-style-flex .blo .txt p{
	font-size: 15px;
	letter-spacing: 0.035em;
	line-height: 30px;
	text-align: justify;
	text-align-last: left;
	line-break: strict;
	word-break: break-all;
}

.interview-thumb{
	margin: 0 auto;
	max-width: 700px;
	gap: 90px 0;
}

.interview-thumb .blo .img{
	overflow: hidden;
}

.interview-thumb .blo .img img{
	transform: scale(1.0);
}

.interview-thumb .blo a:hover .img img{
	transform: scale(1.2);
}

.interview-thumb .blo a{
	display: flex;
	flex-direction: column;
}

.interview-thumb .blo h3{
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
}

.interview-thumb .blo h3::before,
.interview-thumb .blo h3::after{
	content: "｜";
}

.interview-thumb .blo p.v-tl{
	font-size: 17px;
	line-height: 40px;
	margin: 30px auto;
}

.more-btn{
	font-size: 15px;
	display: table;
	letter-spacing: 0.15em;
	margin-left: auto;
	width: 75px;
}

.more-btn::after{
	content: "";
	background: url(../images/common/arrow.png) no-repeat;
	background-size: cover;
	height: 11px;
	width: 75px;
	position: absolute;
	left: 0px;
	bottom: -8px;
}

.trainig-list{
	margin: 0 auto;
	max-width: 830px;
	gap: 90px 0;
}

.trainig-list .blo{
	max-width: 350px;
}

.trainig-list .blo .img{
	display: table;
	margin: 0 auto 20px;
	min-height: 96px;
}

.trainig-list .blo h3{
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
	text-align: center;
}

.trainig-list .blo p{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.035em;
	line-height: 28px;
	text-align: justify;
	text-align-last: left;
	line-break: strict;
	word-break: break-all;
}

.trainig-list.collum-3 .blo {
    max-width: 210px;
}

.bg-blue{
	background: #00327c;
}

.entry-flex{
	margin: 0 auto;
	max-width: 845px;
}

.entry-flex p{
	font-size: 15px;
	letter-spacing: 0.035em;
	line-height: 32px;
	max-width: 332px;
}

.mynavi-link{
	background: #ffffff;
	height: 148px;
	max-width: 450px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mynavi-link .white{
	display: none;
}

.mynavi-link::after{
	content: "";
	background: url(../images/common/window.svg) no-repeat;
	background-size: cover;
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 10px;
	width: 13px;
}

.mynavi-link:hover{
	background: #00abeb;
}

.mynavi-link:hover .color{
	display: none;
}

.mynavi-link:hover .white{
	display: block;
}

.mynavi-link:hover::after{
	background: url(../images/common/window-white.svg) no-repeat;
}

.main-contents.interview .interview-sec .inner{
	max-width: 700px;
}

.lower .main-contents.interview,
.lower .main-contents.privacy-policy{
	background: transparent;
}

.interview-body{
	background: linear-gradient(180deg, #ffffe0 0%, #ffffe0 490px, #ffffff 490px, #ffffff 100%);
}

.interview-body::before{
	content: "";
	background: url(../images/interview/interview-bg.png) no-repeat;
	background-size: cover;
	height: 490px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.interview-sec .main-img{
	margin-bottom: 50px;
}

.interview-sec .main-img p{
	font-size: 13px;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

.interview-sec .v-tl{
	display: flex;
}

.interview-sec .editor h3{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}

.interview-sec .editor p{
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.035em;
	line-height: 32px;
	text-align: justify;
	text-align-last: left;
	line-break: strict;
	word-break: break-all;
}

.interview-sec .editor p + h3,
.privacy-sec .txt p + h3{
	margin-top: 80px;
}

.interview-sec .sub-imgs{
	margin-top: 80px;
	gap: 40px;
}

.interview-sec .single-pager{
	margin-top: 50px;
}

.interview-sec .single-pager a{
	font-size: 14px;
	letter-spacing: 0.05em;
}

.interview-sec .single-pager .back-btn{
	border: 1px solid #595757;
	border-radius: 25px;
	padding: 4px 18px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.interview-sec .single-pager .back-btn:hover{
	background: #00327c;
	border-color: #00327c;
	color: #ffffff;
}

.interview-sec .single-pager .next-btn,
.interview-sec .single-pager .prev-btn{
	display: flex;
	align-items: center;
	gap: 5px;
}

.interview-sec .single-pager .next-btn::after,
.interview-sec .single-pager .prev-btn::before{
	font-family: "Fontawesome";
	font-size: 20px;
	font-weight: 400;
}

.interview-sec .single-pager .next-btn::after{
	content: "\f105";
}

.interview-sec .single-pager .prev-btn::before{
	content: "\f104";
}

.interview-sec .single-pager .next-btn:hover,
.interview-sec .single-pager .prev-btn:hover{
	color: #00327c;
}

.privacy-policy-body{
	background: linear-gradient(180deg, #def4f2 0%, #def4f2 250px, #ffffff 250px, #ffffff 100%);
}

.privacy-policy-body:before {
    content: "";
    background: url(../images/common/blue-bg-icon.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    z-index: 0;
    opacity: 1;
}

.privacy-sec .inner{
	max-width: 580px;
}

.privacy-sec .txt p{
	font-size: 15px;
	letter-spacing: 0.025em;
	line-height: 32px;
}

.privacy-sec .txt h3{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.015em;
	margin-bottom: 10px;
}

.privacy-sec .txt h3 span{
	font-size: 24px;
}

.privacy-sec .privacy-btm{
	margin-top: 80px;
	text-align: right;
}

.privacy-sec .privacy-btm p{
	font-size: 13px;
	letter-spacing: 0.1em;
}

.privacy-sec .privacy-btm p.company{
	font-size: 16px;
}

.privacy-sec .privacy-btm p.name span{
	font-size: 20px;
	margin-left: 1rem;
}

.sitemap-outer > div{
	max-width: 250px;
	width: 100%;
}

.sitemap-outer > div .box:not(:first-child){
	margin-top: 80px;
}

.sitemap-outer h3{
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}

.sitemap-outer .page-link{
	border-bottom: 1px solid #c9caca;
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.15em;
	padding-bottom: 5px;
	position: relative;
}

.sitemap-outer .page-link::after{
	content: "";
	background: #00327c;
	height: 1px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sitemap-outer .page-link:hover::after{
	width: 100%;
}

.sitemap-outer .page-sections{
	margin-top: 10px;
}

.sitemap-outer .page-sections li{
	font-size: 15px;
	letter-spacing: 0.035em;
	line-height: 32px;
}

.sitemap-outer .page-sections li a::before{
	content: "\f105";
	font-family: "Fontawesome";
	margin-right: 5px;
	vertical-align: middle;
}

.sitemap-outer .page-sections li a:hover{
	color: #00327c;
}

.main-contents.top .sp{
	display: none;
}

.privacy-policy-body .main-contents:before{
	background: none;
}

@media all and (min-width: 768px){

	.category-list li:hover h3{
		margin-top: 0;
	}

	.category-list li:hover{
		background: #def4f2;
		color: #595757;
	}

	.category-list li:hover .icon{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.category-list li:hover .icon .hov{
		display: none;
	}

	.category-list li:hover .icon .hide{
		display: block;
	}

	.category-list li:hover p{
		display: block;
	}
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.main-contents:before {
		background: url(../images/top/bg-icon_sp.png);
		background-size: 100% auto;
	}

	.v-tl {
		font-size: 20px;
		margin: 0 auto 50px;
	}
	
	.main-contents.top .v-tl{
		margin: 0 auto;
	}
	
	.main-contents.top .imgs,
	.main-contents.top section.flex:nth-child(even) .imgs{
		width: 90%;
	}
	
	.main-contents.top .imgs .img2 {
		margin-top: -30px;
	}
	
	.main-contents.top section.flex:nth-child(even) .imgs .img2 {
		margin-top: -30px;
	}
	
	.main-contents.top section.flex {
		gap: 50px;
	}
	
	.main-contents.top .txt {
		margin: 0 auto;
		width: 80%;
	}

	.main-contents.top .sp{
		display: block;
	}
	
	.main-contents.top .txt .pc{
		display: none;
	}
	
	.main-contents.top section.sec03{
		margin-top: 55px;
	}
	
	.page-tl {
		font-size: 32px;
	}
	
	.lower .main-contents > section {
		padding: 60px 0;
	}
	
	.line-p {
		font-size: 16px;
		line-height: 30px;
	}
	
	.main-contents.top .line-p{
		line-height: 50px;
	}
	
	.service-list .blo {
		gap: 30px;
	}
	
	.service-list .blo:not(:last-child) {
		margin-bottom: 60px;
	}
	
	.service-list .blo .illust {
		border-radius: 0 80px 80px 0;
		width: 90%;
	}
	
	.service-list .blo .txt {
		margin: 0 auto;
		width: 90%;
	}
	
	.service-list .blo .txt h2 {
		gap: 10px;
		font-size: 64px;
	}
	
	.service-list .blo .txt h2 span {
		font-size: 18px;
		line-height: 30px;
	}
	
	.sec-tl {
		font-size: 35px;
	}
	
	.item-imgs-sec > div {
		width: calc((100% / 3) - 20px);
	}
	
	.item-imgs-sec > div:nth-child(4),
	.item-imgs-sec > div:nth-child(5){
		display: none;
	}
	
	.cate-list-flex {
		gap: 20px 0;
	}
	
	.cate-list-flex h2 {
		font-size: 28px;
		height: auto;
		width: 100%;
		padding: 10px 0;
	}
	
	.cate-list-flex .blo {
		height: 160px;
		width: calc(50% - 10px);
	}
	
	.sec-tl span {
		white-space: pre;
	}
	
	.manufacturing-ex .blo:not(:first-child) {
		margin-top: 20px;
	}
	
	.manufacturing-ex .blo .num {
		display: none;
	}
	
	.manufacturing-ex .blo .num::before {
		font-size: 15px;
		color: #ffffff;
	}
	
	.manufacturing-ex .blo .icon {
		height: 70px;
		width: 50px;
	}
	
	.manufacturing-ex .blo .icon img {
		max-width: unset;
		max-height: unset;
	}
	
	.manufacturing-ex .blo .tl {
		font-size: 16px;
		width: calc(100% - 50px);
		height: 70px;
		gap: 0;
		padding: 0 15px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	
	.manufacturing-ex .blo-in {
		padding: 20px 100%;
	}
	
	.manufacturing-ex .blo-in .flex {
		padding: 0;
	}
	
	.manufacturing-ex .blo-in .flex ul {
		width: 100%;
	}
	
	.cpmpany-infor-ex .blo .tl{
		font-size: 18px;
	}
	
	.cpmpany-infor-ex .blo .tl span {
		font-size: 14px;
	}
	
	.cpmpany-infor-ex .blo-in .greeting-mv {
		margin: -35px -6% 35px;
	}
	
	.cpmpany-infor-ex .blo-in .pamph-box .pamph-flex {
		gap: 25px;
	}
	
	.cpmpany-infor-ex .blo-in .pamph-box .pamph-flex li{
		width: calc((100% / 3) - 20px);
	}
	
	.job-style-flex {
		gap: 60px;
	}
	
	.job-style-flex .blo,
	.trainig-list .blo,
	.trainig-list.collum-3 .blo{
		max-width: 100%;
	}
	
	.job-style-flex .blo .img {
		border-radius: 40px;
		height: 165px;
		margin: 0 auto 20px;
		width: 180px;
	}
	
	.job-style-flex .blo .txt h3 {
		font-size: 18px;
	}
	
	.interview-thumb {
		gap: 60px 0;
		justify-content: center;
	}
	
	.trainig-list{
		gap: 60px 0;
	}
	
	.trainig-list .blo .img {
		min-height: auto;
	}
	
	.entry-flex p {
		line-height: 28px;
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.mynavi-link {
		height: 120px;
	}
	
	.interview-body {
		background: linear-gradient(180deg, #ffffe0 0%, #ffffe0 250px, #ffffff 250px, #ffffff 100%);
	}
	
	.interview-body::before {
		background-size: 100% auto;
		height: 250px;
	}
	
	.lower .main-contents.interview > section{
		padding: 0 0 60px;
	}
	
	.interview-sec .main-img {
		margin: 0 -6% 50px;
	}
	
	.interview-sec .main-img p {
		font-size: 12px;
		width: 90%;
		margin: 10px auto 0;
	}
	
	.interview-sec .single-pager .back-btn {
		position: static;
		transform: unset;
		margin: 0 auto 20px;
		display: table;
	}
	
	.privacy-policy-body {
		background: linear-gradient(180deg, #def4f2 0%, #def4f2 200px, #ffffff 200px, #ffffff 100%);
	}
	
	.interview-sec .editor p + h3, .privacy-sec .txt p + h3 {
		margin-top: 60px;
	}
	
	.privacy-sec .txt h3 span {
		width: 60px;
	}

	.privacy-sec .txt h3 {
		font-size: 17px;
		display: flex;
		align-items: center;
	}
	
	.sitemap-outer{
		gap: 60px;
	}

	.sitemap-outer > div {
		max-width: 100%;
	}
	
	.sitemap-outer > div .box:not(:first-child) {
		margin-top: 60px;
	}
	
	.category-list li{
		height: auto;
		margin: 0 10px;
	}
	
	.category-list li .icon{
		height: 240px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.category-list li .txt{
		background: #def4f2;
		color: #595757;
		height: 240px;
		width: 100%;
	}
	
	.category-list li .txt img{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	.category-list li h3 {
		min-height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.category-list li p{
		margin: 20px auto 0;
		display: block;
	}
	
	.category-slider-out{
		margin: 0 -6%;
	}
	
	.category-slider-out .next-btn {
		right: 6%;
	}
	
	.category-slider-out .prev-btn {
		left: 6%;
	}
	
	.cpmpany-infor-ex .blo-in p {
		line-height: 28px;
	}
	
	.cpmpany-infor-ex .blo-in .num-txt li:not(:last-child){
		margin-bottom: 20px;
	}
	
	.company-table .row,
	.company-table .row > div{
		border: none;
		display: block;
	}
	
	.company-table .row:not(:last-child){
		margin-bottom: 20px;
	}
	
	.company-table .th,
	.company-table.history .th{
		width: 100%;
		text-align: left;
		padding: 5px 15px;
	}
	
	.map-links{
		width: 90%;
	}

	.map-links img{
		display: none;
	}
	
	.map-links .area-blo {
		position: relative;
		left: unset !important;
		top: unset !important;
		right: unset !important;
		bottom: unset !important;
		padding: 15px 0;
	}
	
	.map-links .area-blo:first-child{
		padding-top: 0;
	}
	
	.map-links .area-blo:last-child{
		padding-bottom: 0;
	}
	
	.map-links .area-blo:not(:last-child)::after{
		content: "";
		background-image: radial-gradient(circle, #bae3ff 1px, transparent 1px);
		background-position: left top;
		background-repeat: repeat-x;
		background-size: 8px 2px;
		position: absolute;
		left: 0;
		bottom: 0;
		height: 2px;
		width: 100%;
	}
	
	.network-areas .rows .g-map {
		padding-bottom: 250px;
	}
	
	.network-areas .rows .txt {
		padding: 25px 15px;
	}
	
	.network-areas .rows .txt h6 {
		padding-left: 8px;
		width: 50px;
	}
	
	.network-areas .rows .txt p {
		font-size: 14px;
	}
	
	.network-areas .rows .txt .txt-flex:not(:last-child) {
		margin-bottom: 15px;
	}
	
	.network-areas .rows {
		margin-top: 50px;
	}
	
	.network-areas .rows .txt.flex{
		flex-direction: column-reverse;
	}
	
	.network-areas .rows .txt.flex img{
		display: table;
		margin: 0 auto 30px;
	}
	
	.network-areas .rows .tl {
		padding: 10px 15px;
	}
	
	.network-areas .rows .tl p {
		font-size: 17px;
		padding-left: 10px;
	}
	
	.network-areas .rows .tl p span {
		font-size: 14px;
	}
	
	.network-areas .rows .group-tl {
		font-size: 33px;
	}
	
	.privacy-policy-body:before {
		background: url(../images/common/blue-bg-icon_sp.png) no-repeat;
		background-size: 100% auto;
		height: 200px;
	}




}