@charset "UTF-8";
/* ======= 共通部分 ======= */
/* 全体 */
body.thanks section h1{
	font-size: 36px;
    font-weight: bold;
    color: #275275;
    text-align: center;
	padding-top: 50px;
}
body.thanks #page_contact{
	background: #275275;
	padding-top: 50px;
	padding-bottom: 50px;
}
body.thanks #page_contact h2{
	font-size: 30px;
    font-weight: bold;
    color: #275275;
    text-align: center;
}
body.thanks .btn.btn_orange{
background: #275275;
    display: block;
    padding: 15px;
    font-size: 20px;
    color: #fff;
}
.DIN{
	font-family: "din-condensed", sans-serif;
font-style: normal;
}
#page-header{
	position: relative;
	
}
#page-header #header-btn{
	position: absolute;
	top:0;
	right: 0;
	height: 100%;
}
.navbar-light .navbar-nav .nav-link{
	color: #333;
}

#page-header #header-btn a{
	display: grid;
	background: #FFEB00;
	color: #333333;
	padding: 0px 2em!important;
	font-size: 18px;
		height: 100%;
	place-items:center;
	font-weight: bold;
}
#page-header #header-btn a span{
	position: relative;
	padding-right: 1.5em;
}
#page-header #header-btn a span::after{
	content: "";
	position: absolute;
	width: 20px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
	top: 50%;
	margin-top: -2px;
	right: 0;
}
.nav-item {
	border-left: 1px solid #333333;
	font-weight: bold;
}
.nav-item:last-child{
	border-right: 1px solid #333333;
}
.nav-item a{
	display: block;
	color: #333333;
	padding: 0px 2em!important;
}
.sec_ttl{
	font-size: 35px;
	color: #275275;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.sec_subttl{
	font-size: 18px;
	color: #275275;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	
}
#hello{
	background: #275275;
	padding: 50px 0;
}
#hello h2{
	color: #fff;
	text-align: center;
	font-size:40px;
	font-weight: bold;
	margin-bottom: 30px;
}
#hello .sub-text{
	color: #fff;
	text-align: center;
	font-size:32px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}
#hello .check-list p{
	color: #275275;
	font-size:25px;
	line-height: 2;
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 0;
	font-weight: bold;
}
#hello .check-list p::before{
	position: absolute;
	left: 0;
	content: "";
	background-image: url(../image/check.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	top:50%;
	transform: translateY(-13px);
}
#hello-img {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	
}
#hello-img li{
	width:calc(100%/5);
	margin-top: 30px;
}
#hello-img li p{
	color: #fff;
	margin-top: 10px;
	text-align: center;
}
#hello2{
	padding: 80px 0;
}
#hello2 p{
	line-height: 1.75;
}
#imagesec ul{
	display: flex;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	width: 100%;
}
#imagesec ul li{
	width: calc(100%/4);
}
#appeal{
	padding: 80px 0;
}
.appeal-wrap1{
	position: relative;
	margin-bottom: 100px;
	padding-top: 80px;
}

.appeal-wrap2{
	position: relative;
	padding-bottom: 80px;
	padding-top: 80px;
	
}
.appeal-wrap1::before,.appeal-wrap2::after{
	position: absolute;
	content: "";
	z-index: -1;
}
.appeal-wrap1::before{
	background:#BCE1EF;
	width: 70vw;
	height: 75%;
	top:0;
	left: 0;
}
.appeal-wrap2::after{
	background:#D6EDEE;
	width: 70vw;
	height: 100%;
	bottom:0;
	right: 0;
}
.number{
	font-family: "din-condensed";
font-style: normal;
	font-size: 80px;
	font-weight: bold;
	color: #275275;
    line-height: 0.75;
}
#appeal h3{
	font-size: 30px;
	font-weight: bold;
	color: #275275;
	margin-bottom: 20px;
    line-height: 1.25;
}
#appeal h3+p{
    line-height: 1.75;
}
#appeal ul.appeal1,#appeal ul.appeal3{
list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px 50px 0 0; 
	margin-bottom: 50px;
}
#appeal ul.appeal1 li:first-child,#appeal ul.appeal3 li:first-child{
	width: 56.3vw;
	height: auto;
}
#appeal ul.appeal1 li:last-child,#appeal ul.appeal3 li:last-child{
	width: 34.4vw;
	height: auto;
	padding-left: 20px;
}
#appeal ul.appeal2{
	margin-bottom: 50px;
}
#appeal ul.appeal2,#appeal ul.appeal4{
list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px 0px 0 50px; 
	justify-content: flex-end;
}
#appeal ul.appeal2 li:last-child,#appeal ul.appeal4 li:last-child{
	width: 56.3vw;
	height: auto;
}
#appeal ul.appeal2 li:first-child,#appeal ul.appeal4 li:first-child{
	width: 34.4vw;
	height: auto;
	padding-right: 20px;
}
#president{
	padding: 80px 0;
	background: url(../image/president_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#president ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #275275;
}
#president ul li:first-child{
	width:45%;
}
#president ul li:last-child{
	width:55%;
	align-self: center;
	color: #fff;
	text-align: center;
}
#president ul li:last-child h3{
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 27px;
	line-height: 1.75;
}
#president ul li:last-child p.p-name{
font-size: 20px;
	margin-bottom: 0px;
}
#president h4{
	background: #275275;
	padding: 7.5px 10px;
	color: #fff;
font-size: 20px;
	font-weight: bold;
}
#president .bg-white{
	padding: 40px 30px;
}

#president .bg-white p{
	line-height: 1.7;
}
#interview{
	padding: 80px 0;
	background: #BFCEF2;
}
#interview .in-ttl {
	color: #333;
}
#interview .in-ttl span{
	font-size: 20px;
	color: #275275;
	font-weight: bold;
}
.inner{
	
	padding: 20px;
}

.inner p{
	margin-bottom: 0px;
}
.slider_text{
	background: #fff;
	padding: 15px;

	
}
#interview .viewmore {
    text-align: center;
}#interview .viewmore a {
    background: #fff;
}
.viewmore a {
    border: 2px solid #275275;
    color: #275275;
    text-decoration: none;
    padding: 10px 45px;
    display: inline-block;
    font-weight: bold;
}.viewmore a img {
    width: 22px;
    height: auto;
    transform: translateY(-50%);
    margin-left: 7px;
}#recruitment{
	padding: 80px 0;
	background: #ECF0F4;
}
.recruitment-inner{
	padding: 50px;
	background: #fff;
}
#recruitment table tr{
	border-bottom: 1px solid #333;
}

#recruitment table tr th{
	color:  #275275;
	padding-top: 20px;
	padding-bottom: 20px;
}
#recruitment table tr td{
	padding-top: 20px;
	padding-bottom: 20px;
}
#company{
	padding: 80px 0;
	background: #275275;
}


#company .sec_ttl{
	font-size: 30px;
	color: #fff;
}
#company .sec_subttl{
	color: #fff;
	
}
#company #company-table{
	
color: #fff;
}

#company #company-table tr{
	border-bottom: 1px solid #fff;
}
#company #company-table th{
	padding-top: 20px;
	padding-bottom: 20px;
}
#company #company-table td{
	padding-top: 20px;
	padding-bottom: 20px;
}
#form{
	padding: 80px 0;
}
.bg-yellow{
	background: #FFEB00;
}
button[type="submit"]{
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
}

button[type="submit"]::after{
	position: absolute;
	content: "";
	width: 23px;
	height: 5px;
	background: url(../image/aroow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top:50%;
	right: 50px;
	margin-top: -2.5px;
}
body.voice #interview{
	background: url(../image/voice_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
body.voice #interview .voice-inner{
	background: #fff;
	padding: 50px;
	margin-bottom: 50px;
	line-height: 1.75;
}
body.voice #interview .voice-inner:last-child{
	margin-bottom: 0px;
}
body.voice #interview .voice-inner .voice-ttl{
	padding: 10px 0;
	border-bottom: 2px solid #275275;
	border-top: 2px solid #275275;
	margin-bottom: 20px;
	font-size: 20px;
	color: #275275;
	font-weight: bold
}
body.voice #interview .voice-inner .voice-ttl+p{
	margin-bottom: 30px;
}
#fixed-toform{
	position: fixed;
	right: 30px;
	z-index: 1099;
	bottom:30px;
	width: 140px;
	height: 140px;
}
@media screen and (min-width: 992px){
	.navbar-nav{
		padding-right: 80px;
    margin: 0 auto;
	}
}
@media screen and (max-width: 768px){
	#page-header #header-btn{
		display: none;
	}
	.header-logo img{
		width: 250px;
	}
	.nav-item {
    border-left: none;
		text-align: center;
		padding: 20px 0;
}
	.nav-item:last-child {
    border-left: none;
}
#hello{
	padding: 30px 0;
}
	#hello h2 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 20px;
}
	#hello .sub-text {
    font-size: 26px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    margin-bottom: 10px;
}
	#hello .check-list p {
    line-height: 1.5;
    margin-bottom: 10px;
}
#form{
	padding: 50px 0;
}
#hello2{
	padding: 40px 0;
}
	
#president{
	padding: 50px 0;
}
	#recruitment{
	padding: 50px 0;
}
	
.recruitment-inner{
	padding: 30px 15px;
}
#imagesec ul li{
	width: calc(100%/2);
}
	
#appeal{
	padding: 50px 0;
}
	#appeal h3{
	font-size: 25px;
	}
	.appeal-wrap1,.appeal-wrap2 { 
    position: relative;
    margin-bottom: 50px;
    padding-top: 50px;
}
	.appeal-wrap2 { 
    padding-bottom: 30px;
	}
	#appeal ul.appeal1, #appeal ul.appeal3,#appeal ul.appeal2, #appeal ul.appeal4{
		padding: 0;
	}
	#appeal ul.appeal1 li:first-child, #appeal ul.appeal3 li:first-child{
		width: 100%;
		padding-right: 20px;
		margin-bottom: 15px;
	}
	#appeal ul.appeal1 li:last-child, #appeal ul.appeal3 li:last-child {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
	
	#appeal ul.appeal2 li:first-child, #appeal ul.appeal4 li:first-child{
		width: 100%;
		padding-left: 20px;
    padding-right: 20px;
		margin-bottom: 15px;
	}
	#appeal ul.appeal2 li:last-child, #appeal ul.appeal4 li:last-child {
    width: 100%;
    padding-left: 20px;
}
	#president ul li:last-child,#president ul li:first-child{
		width: 100%;
		
	}
	#president ul li:last-child{
		align-self: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#president h4 {
    line-height: 1.5;
}
	.sec_subttl{
	margin-bottom: 30px;
}
	.inner {
    padding: 5px;
}.slider_text {
    padding: 10px;
}
#president .bg-white{
	padding: 30px 15px;
}#interview {
    padding: 50px 0;
	}
	.table td, .table th{
		display: block;
	}
	#recruitment table tr td,#company #company-table td{
		padding-top: 10px;
	}
	#recruitment table tr th,#company #company-table th{
		padding-bottom: 10px;
	}
	#company {
    padding: 50px 0;
	}
#company .sec_ttl{
	font-size: 25px;
	color: #fff;
}
	#fixed-footer{
		background: #FFEB00;
		padding: 10px 0;
		text-align: center;
	}
	#fixed-footer a{
		color: #333;
		text-decoration: none;
		display: block;
		font-weight: bold;
	}
	#page-footer{
		padding-bottom: 54px;
		padding-top: 10px;
	}
	
body.voice #interview .voice-inner{
	background: #fff;
	padding: 20px;
}
	
#hello-img {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin-top:20px;
	justify-content: center;
}
#hello-img li{
	width:calc(100%/2);
	margin-top: 0px;
	margin-bottom: 20px;
}
#hello-img li p{
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}
}
/*==============2024/11/20youtube動画追加===========*/
.youtube_frame {
margin-top:1.5em;
}
.youtube_frame iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}