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

html { font-size: 62.5%; } /* font-sizeは16pxの62.5%の10px */
body{
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Noto Sans JP","游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
}
p{
	line-height: 2;
}
a{
	text-decoration: none;
	transition: 0.5s;
}
ul{
	list-style: none;
}
section{
	max-width: 1000px;
	margin: 0 auto;
	padding: 65px 20px;
}
h1{
	padding: 25px;
}
h2{
	margin-bottom: 60px;
	font-size: 35px;
	font-size: 3.5rem;
	color: #013a5e;
	text-align: center;
	line-height: 1.2;
}
h2 img{
	width: 94px;
	margin: 15px auto;
	display: block;
}
h3{
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
}
h4{
	font-size: 25px;
	font-size: 2.5rem;
	color: #013A5E;
	font-weight: bold;
}
h4 span{
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}

h5{
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
}
h6{
	margin-bottom: 30px;
	padding: 10px;
	font-size: 30px;
	font-size: 3.0rem;
	color: #fff;
	font-weight: bold;
	background: #013A5E;
}
.img-wrap{
	width: 100%;
	text-align: center;
}
.img-wrap img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.flex{
	display: flex;
	justify-content: space-between;
}

p.button{
	text-align: center;
}
p.button a,
p.button input{
	max-width: 600px;
	padding: 16px 90px;
	font-size: 3.2rem;
	font-weight: bold;
	color: #000;
    background: #f9d200;
    display: inline-block;
    transition: 0.3s;
	box-sizing: border-box;
	border: 3px solid #f0f0f0;
}
p.button a img{
	margin-left: 15px;
	position: relative;
	top: -10px;
}
p.button a:hover,
p.button a:active,
p.button input:hover,
p.button input:active{
	background: none;
	border: 3px solid #f9d200;
	box-sizing: border-box;
}
.bg_gray{
	background: #f0f0f0;
}
.bg_blue{
	background: #40aee8;
}
.main-image .sp{
	display: none;
}

/* # =================================================================
   # header
   # ================================================================= */
header #pc_header{
	height: 106px;
	display: flex;	
	justify-content: space-between;
}
nav{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
nav .logo{
	/*max-height: 21px;*/
	text-align: right;
	padding: 10px 15px;
	align-items: flex-start;
}
nav #gnavi{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	z-index: 5;
}
nav #gnavi li{
	margin-right: 50px;
}
nav #gnavi li a{
	color: #333333;
	text-decoration: none;
	transition: 0.5s;
	position: relative;
    display: inline-block;
}
nav #gnavi li a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #e50012;
	opacity: 0;
	transition: .3s;
}
nav #gnavi li a:hover::after{
	bottom: 0;
  	opacity: 1;
}
header .info{
	width: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #e50012;
	color: #fff;
}
header .info img{
	margin-bottom: 10px;
}

/* # =================================================================
   # footer
   # ================================================================= */
footer{
	/*margin-top: 35px;*/
}
.under footer{
	/*margin-top: 95px;*/
}
footer #footer_inner{
	padding: 45px 0 80px;
	background: #013a5e;
}
footer .footer{
	max-width: 1000px;
	margin: 0 auto;
}
footer #footer_nav li{
	width: 20%;
}
footer #footer_nav li a{
	color: #fff;	
	font-weight: bold;
}
footer #footer_nav li a:hover{
	text-decoration: underline;
}
footer #footer_nav li ul{
	margin-top: 20px;
}
footer #footer_nav li ul li{
	width: 100%;
}
footer #footer_nav li ul li a,
footer .footer div p{	
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
}
footer .footer div{
	width: 100%;
	padding-left: 20px;
}
footer .footer div p:first-child{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
footer #footer_info{
	padding: 40px 0;
}
footer #footer_copyright{
	padding: 20px 0;
	background: #000000;
	text-align: center;
}
footer #footer_copyright small{
	color: #fff;
}
/* # =================================================================
   # top
   # ================================================================= */
#home h2{
	font-size: 50px;
	font-size: 5.0rem;
	text-align: left;
	margin-bottom: 0;
}
#home h2 img{
	display: inline;
}
#home h2 span{
	font-size: 25px;
	font-size: 2.5rem;
	color: #333333;
	display: block;
}
.swiper-slide{
	width: 100%!important;
    max-width: 1920px!important;
    height: auto!important;
}
#home #whats{
	background: url("../img/bg_top01.png") center center no-repeat;
}
#home #whats h3{
	margin-bottom: 55px;
}
.bg_section{
	padding: 65px 20px;
	background: #F5F8FA;
}
.bg_section .section-wrap{
	max-width: 1000px;
	margin: 0 auto;
}
#home #menu h2,
#home #menu a{
	width: 32.5%;
}
#home #menu h2 img{
	margin-left: 20px;
	margin-bottom: 10px;
}
#home #menu a{
	text-decoration: none;
	transition: 0.5s;
}
#home #menu a:hover{
	opacity: 0.6;
}

#home #menu article h3{
	width: 100%;
	/*height: 0;*/
	padding-top: calc(171 / 316 * 70% - 28px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	padding-bottom: calc(171 / 316 * 30% - 28px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	padding-left: 20px;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}
#home #menu #services h3{	
	background: url("../img/bg_top02.jpg") center center / cover no-repeat;
}
#home #menu #Interview h3{	
	background: url("../img/bg_top03.jpg") center center / cover no-repeat;
}
#home #menu article h3 span{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
}
#home #menu article p{
	color: #333333;
}
#home #banner{
	max-width: 767px;
	margin: 35px auto;
	padding: 0 20px;
}
#home #banner a{
	width: 48%;
	/*height: 0;*/
	padding-top: calc(62.5 / 365 * 50% - 16px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	padding-bottom: calc(62.5 / 365 * 50% - 16px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	padding-left: 20px;
	color: #fff;
	transition: 0.5s;
}
#home #banner a:first-child{
	background: url("../img/img_top05.jpg") center center / cover no-repeat;
}
#home #banner a:last-child{
	background: url("../img/img_top06.jpg") center center / cover no-repeat;
}
#home #banner a:first-child:hover{
	background: url("../img/img_top05hover.jpg") center center / cover no-repeat;
}
#home #banner a:last-child:hover{
	background: url("../img/img_top06hover.jpg") center center / cover no-repeat;
}
/* # =================================================================
   # 下層ページ
   # ================================================================= */
/*パンくず*/
.breadcrumb {
	margin: 0;
	padding: 15px 10px;
	list-style: none;
	background: #E6E6E6;
}
.breadcrumb ol{
	max-width: 1000px;
	margin: 0 auto;
}

.breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
	color: #333333;
}

.breadcrumb li:after {/* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #333333;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #E50012;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.under dl{
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: #CCCCCC 1px solid;
}
.under dl.first{
	border-top: #CCCCCC 1px solid;
}
.under dt{
	width: 30%;
	font-weight: bold;
}
.under dd{
	width: 70%;
}
.under dd span{
	display: block;
}
/***business***/
#business .img_container{
	background: #fff;
	padding: 45px 40px;
}
#business .img_container:hover{
	opacity: 0.7;
}
#business .img_container p{
	margin-top: 15px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	font-weight: bold;
}

/***services***/
#services section{
	width: 100%;
	max-width: 1029px;
}
#services section .flex{
	max-width: 1000px;
    margin: 0 auto;
}
#services .flex .section_box{
	width: 525px;
	margin-right: 25px;
}
#services .flex .img-wrap{
	max-width: 450px;
}
#services .flex .img-wrap img{
	width: 450px;
}
#services .flex .section_box h3{
	margin-bottom: 15px;
}
/***company***/
#company .menu-bar-wrap{
	max-width: 1000px;
	margin: 50px auto;
}
#company .menu-bar-wrap .menu-bar{
	width: 100%;
	height: 88px;
	background: #013A5E;
	border-radius: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#company .menu-bar-wrap .menu-bar li{
	border-right: 1px solid #fff;
}
#company .menu-bar-wrap .menu-bar li:last-child{
	border-right: none;
}
#company .menu-bar-wrap .menu-bar li a{
	padding: 0 40px;
	color: #fff;
	font-weight: bold;
}
#company .menu-bar-wrap .menu-bar li a:hover{
	color: #e50012;
}
#company .mb20{
	margin-bottom: 20px;
}
#company .mb30{
	margin-bottom: 30px;
}
#company .mb50{
	margin-bottom: 50px;
}
#company .text-center{
	text-align: center;
}
#company .text-right{
	text-align: right;
}
#company .box-line{
	border: 1px solid #000;
	padding: 1em 2em;
}
#about,
#history .section-wrap,
#access{
	max-width: 900px;
	margin: 0 auto;
}
#access h3{
	margin-bottom: 10px;
}
#access .first{
	margin-bottom: 80px;
}
#access .map-box p{
	margin-bottom: 20px;
}
/***interview***/
#interview main .flex{
	max-width: 1000px;
	margin: 0 auto;
	padding: 65px 20px;
}
#interview .interview-box{
	width: 32%;
	border: #E6E6E6 1px solid;
}
#interview  .interview-box h5{
	width: 100%;
	/*height: 0;*/
	padding-top: calc(222 / 320 * 90% - 18px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	padding-bottom: calc(222 / 320 * 10%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	padding-left: 20px;
}
#interview #Takahashi{	
	background: url("../img/bg_interview01.jpg") center center / cover no-repeat;
}
#interview #Ayukawa{	
	background: url("../img/bg_interview02.jpg") center center / cover no-repeat;
}
#interview #Kobayashi{	
	background: url("../img/bg_interview03.jpg") center center / cover no-repeat;
}
#interview  .interview-box div{
	padding: 30px 35px;
}
#interview  .interview-box p,
#interview  .interview-box h4{
	margin-bottom: 40px;
}
#interview  .interview-box a{
	display: block;
	text-align: right;
	color: #013A5E;
	text-decoration: underline;
}
#interview  .interview-box a:hover{
	text-decoration: none;
}
.interview_under .Introduction{
	padding: 50px 60px;
	background: #fff;
}
.interview_under .introduction h5{
	margin-top: 40px;
	color: #000;
}
.interview_under .introduction .card{	
	padding-left: 15px;
	border-left: #013A5E 2px solid;
}
.interview_under .introduction .card .year{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.interview_under .introduction .card .year::before{
	content: '●';
	color: #013A5E;
	margin-right: 5px;
}
.interview_under .introduction .card .name{
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
}
.interview_under .introduction .card .alphabet{
	font-size: 12px;
	font-size: 1.2rem;
}
.interview_under .Introduction .img-wrap{
	max-width: 424px;
	margin-left: 40px;
}
.interview_under .one_day{
	padding: 50px;
	border: #013A5E 1px solid;
	position: relative;
}
.interview_under .one_day::before{
	content: "";
    top: 0;
    left: 0;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #013A5E; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.interview_under .dl_wrap,
.interview_under .faq{
	width: 100%;
}
.interview_under .one_day_photo/*,
.interview_under .faq_photo*/{
	max-width: 336px;
	margin-left: 20px;
}
.interview_under .faq p{
	display: flex;
}
.interview_under .faq .question{
	font-weight: bold;	
	align-items: center;
}
.interview_under .faq p span{
	font-size: 20px;
	font-size: 2.0rem;
	margin-right: 10px;	
	font-weight: bold;
	line-height: 1.5;
}
.interview_under .faq .question span{
	color: #013A5E;
}
.interview_under .faq .answer{
	margin-bottom: 30px;	
	align-items: flex-start;
}
.interview_under .faq .answer span{
	color: #E50012;
}
.interview_under img.faq_photo{
	margin: 0 0 20px 20px;
    height: auto;
    float: right;
    
}
.interview_under .faq p.headline {
    font-weight: bold;
    font-size :2rem;
    color: #013a5e;
    padding: 0 0 0 5px;
    margin-bottom:10px;
    border-left:5px solid #013a5e;
}

#recruit .info-box{
	max-width: 600px;
	margin: 10px auto;
	padding: 50px 20px;
	background: #FFFFFF;
	justify-content: center;
}
#recruit .info-box h4{
	margin-right: 20px;
}
#recruit .info-box p{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#recruit .info-box p a,
#info dl dd a{
	color: #000;
}
#recruit .info-box span{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}