﻿/*
Theme Name: Understrap child
Version: 1.1.0
Template: understrap
*/

/*小デバイス（横向きモバイル, 576px 以上）sm*/
@media (min-width: 576px){

}

/*中デバイス（タブレット, 768px 以上）md*/
@media (min-width: 768px){

}

/*大デバイス（デスクトップ, 992px 以上）lg*/
@media (min-width: 992px){

}

/*特大デバイス（ワイド・デスクトップ, 1200px 以上）xl*/
@media (min-width: 1200px){

}

.noto_swrif{
    font-family: 'Noto Serif JP', serif;
}

.noto_sans{
    font-family: 'Noto Sans JP', sans-serif;
}

.oswald {
  font-family: "Oswald", serif;
}

/* common */
body{
	font-family: "Times New Roman", "Noto Serif", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
	font-weight: 500 !important;
	line-height:219% !important;
}

p{
	text-align: justify; /* 両端揃え */
	text-justify: inter-ideograph; /* 両端揃えの種類 */
}

.entry-content a{
	color: #000000 !important;
}

.navbar.navbar-expand-md.navbar-light.bg-light{
	background-color: #FFFFFF !important;
	padding: 0 16px 0 16px;
}

@media (min-width: 768px){
	.navbar.navbar-expand-md.navbar-light.bg-light{
		background-color: #FFFFFF;
		padding: 0 0 0 16px;
	}
}

a.navbar-brand{
	margin: 10px 0;
}

a.nav_tel_link,
a.nav_mail_link{
	display: none;
}

ul#main-menu.navbar-nav.ml-auto li{
	padding: 0 8px;
	border-top: 1px dashed #CCCCCC;
}

ul#main-menu.navbar-nav.ml-auto li:last-child{
	/*border-bottom: 1px dashed #CCCCCC;*/
}

@media (min-width: 768px){
	a.navbar-brand{
		margin: 20px 0;
	}

	ul#main-menu.navbar-nav.ml-auto li{
		border-right: 1px solid #000000;
		height: 35px;
		width: 124px;
		border-top: none;
		border-bottom: none;
		padding: 0;
	}

	ul#main-menu.navbar-nav.ml-auto li:last-child{
		border-right: none;
	}

	ul#main-menu.navbar-nav.ml-auto li a.nav-link{
		height: 35px;
		line-height: 150%;
		font-size: 15px;
		text-align: center;
	}

	ul#main-menu.navbar-nav.ml-auto li a.nav-link:hover{
		color: #3B87BC;
	}

	a.nav_tel_link,
	a.nav_mail_link{
		display: inline-block;
	}

	a.nav_tel_link{
		width: 100px;
		height: 100px;
		background-color: #3B87BC;
		/*color: #FFFFFF;
		text-align: center;
		line-height: 100px;*/
		padding: 20px 28px;
	}

	a.nav_mail_link{
		width: 100px;
		height: 100px;
		background-color: #005EAD;
		/*color: #FFFFFF;
		text-align: center;
		line-height: 100px;*/
		padding: 20px 28px;
	}

	img.nav_tel{
		width: 44px;
		height: 60px;
	}

	img.nav_mail{
		width: 44px;
		height: 60px;
	}

	a.nav_tel_link:hover,
	a.nav_mail_link:hover{
		color: #FFFFFF;
		text-decoration: none;
	}
}



h1.pagetitle_h1{
	font-family: "Oswald", serif;
	font-size: 55px;
	font-weight: 500;
	text-align: center;
	line-height: 100%;
	margin-bottom: 90px;
}

h1.pagetitle_h1 small{
	font-family: "Times New Roman", "Noto Serif", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
	display: block;
	margin-top: 16px;
	letter-spacing: 0.25rem;
}

h2.privacy_h2{
	font-size: 25px;
	font-weight: 500;
	line-height: 150%;
	border-bottom: 1px solid #666666;
	padding-bottom: 16px;
	margin-bottom:16px;
}

h2.company_h2{
	font-size: 30px;
	font-weight: 500;
	line-height: 100%;
	border-bottom: 1px solid #000000;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 80px;
}

h2.company_h2 small{
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-top: 16px;
	position: absolute;
	top: 30px;
	left: 0px;
}

h2.contact_h2{
	font-family: "Oswald", serif;
	font-size: 55px;
	font-weight: 500;
	line-height: 100%;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 50px;
	margin-top: 150px;
	display: inline-block;
}

h2.contact_h2 small{
	font-family: "Times New Roman", "Noto Serif", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-top: 16px;
	position: absolute;
	top: 30px;
	left: calc(50% - 36px);
	letter-spacing: 0.25rem;
}

p.lead{
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	line-height: 200%;
}

@media (min-width: 768px){
	p.lead{
		font-size: 20px;
		font-weight: 500;
		text-align: center;
		line-height: 250%;
	}
}

#full-width-page-wrapper.wrapper{
	padding: 0;
}

#wrapper-footer.wrapper{
	background-color: #3B87BC;
	color: #FFFFFF;
	background-image: url(images/footer_back.png);
	background-repeat: no-repeat;
	background-size: 55%;
	background-position: top -5px right -5px;
	padding: 30px 0 30px 0;
}

@media (min-width: 992px){
	#wrapper-footer.wrapper{
		background-color: #3B87BC;
		color: #FFFFFF;
		background-image: url(images/footer_back.png);
		background-repeat: no-repeat;
		background-size: 35%;
		background-position: bottom -10px right -10px;
		padding: 90px 0 30px 0;
	}
}

#wrapper-footer.wrapper a{
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper-footer.wrapper a:hover{
	color: #FFFFFF;
}

article .pageheader_image_wrap,
#single-wrapper .pageheader_image_wrap,
#archive-wrapper .pageheader_image_wrap{
	width: 100%;
	height: 175px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 80px;
}

@media (min-width: 768px){
	article .pageheader_image_wrap,
	#single-wrapper .pageheader_image_wrap,
	#archive-wrapper .pageheader_image_wrap{
		width: 100%;
		height: 350px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		margin-bottom: 120px;
	}
}

article#post-9 .pageheader_image_wrap{
	background-image: url(images/header02_commitment.jpg);
}

article#post-11 .pageheader_image_wrap{
	background-image: url(images/header03_company.jpg);
}

article#post-13 .pageheader_image_wrap{
	background-image: url(images/header04_service.jpg);
}

article#post-15 .pageheader_image_wrap{
	background-image: url(images/header05_faq.jpg);
}

article#post-17 .pageheader_image_wrap{
	background-image: url(images/header06_recruit.jpg);
}

article#post-21 .pageheader_image_wrap,
article#post-170 .pageheader_image_wrap{
	background-image: url(images/header07_contact.jpg);
}

article#post-3 .pageheader_image_wrap{
	background-image: url(images/header08_privacy_policy.jpg);
}

#single-wrapper .pageheader_image_wrap,
#archive-wrapper .pageheader_image_wrap{
	background-image: url(images/header09_news.jpg);
}

p.footer_comp_name{
	font-size: 15px;
	line-height: 150%;
	font-weight: 600;
	margin-bottom: 8px;
}

p.footer_comp_addr{
	font-size: 14px;
	line-height: 150%;
}

p.footer_text{
	font-size: 14px;
	line-height: 200%;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 16px;
	margin-bottom: 32px;
	border-top: 1px solid #FFFFFF;
}

@media (min-width: 992px){
	p.footer_text{
		font-size: 14px;
		line-height: 200%;
		padding-top: 0;
		padding-bottom: 16px;
		margin-top: 220px;
		margin-bottom: 32px;
		border-bottom: 1px solid #FFFFFF;
		border-top: none;
	}
}

p.copyright{
	font-size: 14px;
	line-height: 100%;
	margin: 0;
}

ul.footer_link{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.footer_link li{
	padding: 4px 0;
}

ul.footer_link li a{
	color: #FFFFFF;
	text-decoration: none;
}

img.footer_logo{
	width: 328px;
	height: 62px;
	margin-bottom: 45px;
}

img.header_logo{
	width: 180px;
	height: auto;
}

@media (min-width: 768px){
	img.header_logo{
		width: 272px;
		height: 50px;
	}
}

.recruit_back{
	background-color: #3B87BC;
	color: #FFFFFF;
	padding: 200px 0 50px 0;
}

.recruit_inner{
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 10px;
	padding: 60px 16px 80px 16px;

}

.recruit_offset{
	margin-bottom:-150px;
	margin-top:100px;
}

p.recruit_message_h{
	font-size: 35px;
	line-height: 150%;
	font-weight: 600;
	text-align: center;
	margin-bottom: 32px;
}

p.recruit_message_text{

}

.recruit_icon01,
.recruit_icon02{
	display: inline-block;
	/*padding: 0 16px;*/
	color: #FFFFFF;
	text-align: center;
	width: 135px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
}

.recruit_icon01{
	background-color: #000000;
}

.recruit_icon02{
	background-color: #DC2E3E;
}

table.recruit_table{
	border-bottom: 1px solid #A8A5A4;
	width: 100%;
}

table.recruit_table th{
	border-top: 1px solid #A8A5A4;
	padding: 8px 0 4px 0;
	vertical-align: top;
	white-space: nowrap;
	display: block;
	width: 100%;
}

table.recruit_table td{
	border-top: 1px dotted #CCCCCC;
	padding: 4px 0 8px 0;
	display: block;
	width: 100%;
}

table.recruit_table td ul{
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	display: inline-block;
}

table.recruit_table td ul li{
	
}

@media (min-width: 992px){
	table.recruit_table{
		border-bottom: 1px solid #A8A5A4;
		width: 100%;
	}

	table.recruit_table th{
		border-top: 1px solid #A8A5A4;
		padding: 8px 0;
		vertical-align: top;
		white-space: nowrap;
		display: table-cell;
		width: auto;
	}

	table.recruit_table td{
		border-top: 1px solid #A8A5A4;
		padding: 8px 0;
		display: table-cell;
		width: auto;
	}

	table.recruit_table td ul{
		list-style: none;
		margin: 0 50px 0 0;
		padding: 0;
		display: inline-block;
	}

	table.recruit_table td ul li{
		
	}
}

.faq_cat_btn_wrap{
	display: flex;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 80px;
}

.faq_cat_btn_col{
	width: 50%;
	width: 100%;
	height: 100px;
	border: 1px solid #3B87BC;
}

.faq_cat_btn_col:last-child{
	border-left: none;
}

.faq_cat_btn_col a{
	background-color: #FFFFFF;
	color: #3B87BC !important;
	text-align: center;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 100px;
	transition: .3s;
}

.faq_cat_btn_col a:hover{
	background-color: #3B87BC;
	color: #FFFFFF !important;
	text-decoration: none;
}

@media (min-width: 768px){
	.faq_cat_btn_wrap{
		display: flex;
	    flex-direction: row;
	    margin-top: 50px;
	    margin-bottom: 80px;
	}

	.faq_cat_btn_col{
		width: 50%;
		width: 100%;
		height: 100px;
		border: 1px solid #3B87BC;
	}

	.faq_cat_btn_col:last-child{
		border-left: none;
	}

	.faq_cat_btn_col a{
		background-color: #FFFFFF;
		color: #3B87BC !important;
		text-align: center;
		display: inline-block;
		width: 100%;
		height: 100%;
		font-size: 30px;
		line-height: 100px;
		transition: .3s;
	}

	.faq_cat_btn_col a:hover{
		background-color: #3B87BC;
		color: #FFFFFF !important;
		text-decoration: none;
	}
}

.faq_back{
	background-color: #E3EBF0;
	padding: 90px 0 90px 0;
	margin-top: 100px;
}

.faq_h{
	font-size: 25px;

}

ul.faq_list{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.faq_list li{
	border-top: 1px solid #A8A5A4;
	padding: 32px 0;
}

ul.faq_list li:last-child{
	border-bottom: 1px solid #A8A5A4;
}

ul.faq_list li dl{
	margin: 0;
}

ul.faq_list li dl dt{
	font-size: 25px;
	font-weight: 600;
	color: #3B87BC;
	margin-bottom: 32px;
	padding-left: 55px;
}

ul.faq_list li dl dt:before {
	content: 'Q';
	color: #FFFFFF;
	background-color: #3B87BC;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	line-height: 38px;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-right: 16px;
	margin-left: -55px;
	position: relative;
	top: -3px;
}

ul.faq_list li dl dd{
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	padding-left: 55px;
}

ul.faq_list li dl dd:before {
	content: 'A';
	color: #FFFFFF;
	background-color: #000000;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	line-height: 38px;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-right: 16px;
	margin-left: -55px;
}

p.service_h{
	font-size: 33px;
	font-weight: 600;
	line-height: 1.5em;
}

p.service_h2{
	font-size: 33px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5em;
}

@media (min-width: 768px){
	p.service_h2{
		font-size: 52px;
		font-weight: 600;
		text-align: center;
		white-space: nowrap;
	}

	p.service_text{
		font-size: 25px;
		font-weight: 500;
	}

	p.service_h4{
		font-size: 40px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 32px;
	}

}

p.service_h3{
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	line-height: 200%;
}

p.service_h4{
	font-size: 33px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 32px;
	line-height: 1.5em;
}

p.service_h5{
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.5em;
}

p.service_text{
	font-size: 18px;
	font-weight: 500;
}

p.service_text2{
	font-size: 16px;
	font-weight: 500;
	line-height: 250%;
}

@media (min-width: 768px){
	p.service_text2{
		font-size: 20px;
		font-weight: 500;
		line-height: 250%;
	}
}

.service_back01{
	background-color: #E3EBF0;
	padding: 110px 0;
	margin: 110px 0;
}

.service_back02{
	background-color: #3B87BC;
	padding: 80px 0;
	margin-top: 110px;
}

.service_back03{
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 40px 16px 20px 16px;
	margin-bottom: 48px;
}

@media (min-width: 768px){
	.service_back03{
		background-color: #FFFFFF;
		border-radius: 10px;
		padding: 40px 60px 20px 60px;
		margin-bottom: 48px;
	}
}

.service_offset{
	margin-bottom: -50px;
	position: relative;
	z-index: 1;
}

.service_box_wrap{
	border: 7px solid #3B87BC;
	border-radius: 10px;
	padding: 90px 16px 30px 16px;
}

@media (min-width: 768px){
	.service_box_wrap{
		border: 7px solid #3B87BC;
		border-radius: 10px;
		padding: 90px 95px 30px 95px;
	}
}

.company_text01{
	font-size: 35px;
	font-weight: 600;
	line-height: 1.5em;
}

.company_text02{
	font-size: 14px;
	font-weight: 500;
}

.company_text03{
	font-size: 25px;
	font-weight: 500;
	margin-left: 2rem;
	letter-spacing: 0.25rem;
}

table.company_table{
	border-bottom: 1px solid #A8A5A4;
	width: 100%;
}

table.company_table th{
	border-top: 1px solid #A8A5A4;
	padding: 8px 0 4px 0;
	vertical-align: top;
	white-space: nowrap;
	display: block;
	width: 100%;
}

table.company_table td{
	border-top: 1px dotted #CCCCCC;
	padding: 4px 0 8px 0;
	display: block;
	width: 100%;
}

@media (min-width: 992px){
	table.company_table{
		border-bottom: 1px solid #A8A5A4;
		width: 100%;
	}

	table.company_table th{
		border-top: 1px solid #A8A5A4;
		padding: 8px 0;
		vertical-align: top;
		white-space: nowrap;
		display: table-cell;
		width: auto;
	}

	table.company_table td{
		border-top: 1px solid #A8A5A4;
		padding: 8px 0;
		display: table-cell;
		width: auto;
	}
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 123%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px){
	.map {
	  position: relative;
	  width: 100%;
	  height: 0;
	  padding-top: 49%;
	}

	.map iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
}

.company_back01{
	background-color: #E3EBF0;
	padding: 110px 0;
	margin: 110px 0;	
}

.commitment_back{
	background-color: #E3EBF0;
	margin-bottom: 40px;
	padding: 0 0 40px 0;
	position: relative;
}

.commitment01,
.commitment02,
.commitment03{
	margin-bottom: 32px;
}

@media (min-width: 768px){
	.commitment01,
	.commitment02,
	.commitment03{
		max-width: 50vw;
		position: absolute;
		top: 140px;
		right: 0;
		max-height: 530px;
		overflow: hidden;
		margin-bottom: 0;
	}

	.commitment_back{
		background-image: url(images/commitment_back.png);
		background-repeat: repeat-y;
		background-position: top right;
		margin-top: 100px;
		margin-bottom: 400px;
		padding: 80px 0 80px 0;
		position: relative;
	}
}

img.commitment_photo{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.commitment_text_wrap{
	margin-bottom: 60px;
}

.commitment_text01{
	font-family: "Oswald", serif;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	line-height: 100%;
	letter-spacing: 0.1em;

}

.commitment_text02{
	font-family: "Oswald", serif;
	font-size: 60px;
	font-weight: 500;
	border-bottom: 3px solid #000000;
	display: inline-block;
	line-height: 100%;
	padding: 0 0 15px;
}

.commitment_text03{
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 30px;
}

.commitment_text04{
	font-size: 20px;
	font-weight: 500;
}

.commitment_text05{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

@media (min-width: 768px){
	.commitment_text05{
		font-size: 25px;
		font-weight: 500;
		margin-bottom: 16px;
	}
}

.contact_wrap{
	display: none;
}

@media (min-width: 768px){
	.contact_wrap{
		display: block;
	}

	.contact_cat_btn_wrap{
		display: flex;
	    flex-direction: row;
	    margin-top: 50px;
	    margin-bottom: 80px;
	}

	.contact_text{
		font-size: 20px;
		margin-bottom: 0;
	}

	.contact_cat_btn_col{
		width: 50%;
		height: 145px;
		border: 1px solid #666666;
		text-align: center;
	}

	.contact_cat_btn_col:last-child{
		border-left: none;
		border-top: 1px solid #666666;
	}
}

.contact_cat_btn_col a{
	color: #000000;
	text-align: center;
	font-size: 30px;
	line-height: 145px;
}

.contact_cat_btn_col a:hover{
	color: #000000;
	text-decoration: none;
}

a.tel_link{
	font-size: 30px;
	font-weight: 600;
}

a.form_link{
	font-size: 18px;
	font-weight: 500;
}

img.tel_svg{
	width: 30px;
	height: auto;
	position: relative;
	top: -10px;
	left: -20px;
}

img.mail_svg{
	width: 40px;
	height: auto;
	position: relative;
	top: -3px;
	left: -10px;
}

img.arrow_l_svg{
	width: 20px;
	height: auto;
	position: relative;
	top: -3px;
	left: 10px;
}



/* スライダーのドットインジケーター */
.top_slider ul.slick-dots li,
.sub_slider ul.slick-dots li{
  width: 30px;
  height: 3px;
  margin: 0 6px;
}

.top_slider ul.slick-dots li button::before,
.top_slider ul.slick-dots li.slick-active button::before,
.sub_slider ul.slick-dots li button::before,
.sub_slider ul.slick-dots li.slick-active button::before{
  content: none;
}

.top_slider ul.slick-dots li button,
.sub_slider ul.slick-dots li button{
  width: 30px;
  height: 3px;
  background-color: #c8c8c8;
  padding: 0;
}

.top_slider ul.slick-dots li.slick-active button,
.sub_slider ul.slick-dots li.slick-active button{
  width: 30px;
  height: 3px;
  background-color: #000000;
  padding: 0;
}
/*
.top_slide01 img,
.top_slide02 img,
.top_slide03 img,
.top_slide04 img{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}*/

.top_slide01{
  background-image: url(images/slide01_sp.jpg);
}

.top_slide02{
  background-image: url(images/slide02_sp.jpg);
}

.top_slide03{
  background-image: url(images/slide03_sp.jpg);
}

.top_slide04{
  background-image: url(images/slide04_sp.jpg);
}

.top_slide05{
  background-image: url(images/slide05_sp.jpg);
}

.top_slide01,
.top_slide02,
.top_slide03,
.top_slide04,
.top_slide05{
  /*background-size: auto 100%;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100vw;
  height: calc(100vw * 1.512)!important;
}

.top_slider ul.slick-dots{
  width: 210px;
  position: absolute;
  left: 30px;
  bottom: 10px;

  display: none;
}

.top_slider{
  margin-bottom: 0 !important;
  position: relative;
}

img.slide_copy{
	width: 75vw;
	height: auto;
  	position: absolute;
  	top: 330px;
  	left: 25px;
}

@media (min-width: 768px){
  /* スライダーのドットインジケーター */
  .top_slider ul.slick-dots li,
  .sub_slider ul.slick-dots li{
    width: 30px;
    height: 3px;
    margin: 0 6px;
  }

  .top_slider ul.slick-dots li button::before,
  .top_slider ul.slick-dots li.slick-active button::before,
  .sub_slider ul.slick-dots li button::before,
  .sub_slider ul.slick-dots li.slick-active button::before{
    content: none;
  }

  .top_slider ul.slick-dots li button,
  .sub_slider ul.slick-dots li button{
    width: 30px;
    height: 3px;
    background-color: #c8c8c8;
    padding: 0;
  }

  .top_slider ul.slick-dots li.slick-active button,
  .sub_slider ul.slick-dots li.slick-active button{
    width: 30px;
    height: 3px;
    background-color: #000000;
    padding: 0;
  }
/*
  .top_slide01 img,
  .top_slide02 img,
  .top_slide03 img,
  .top_slide04 img{
    width: 40%;
    height: auto;
    position: static;
    bottom: auto;
  }
*/
  .top_slide01{
    background-image: url(images/slide01_pc.jpg);
  }

  .top_slide02{
    background-image: url(images/slide02_pc.jpg);
  }

  .top_slide03{
    background-image: url(images/slide03_pc.jpg);
  }

  .top_slide04{
    background-image: url(images/slide04_pc.jpg);
  }

  .top_slide05{
    background-image: url(images/slide05_pc.jpg);
  }

  .top_slide01,
  .top_slide02,
  .top_slide03,
  .top_slide04,
  .top_slide05{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    text-align: left;
    width: 100vw;
    height: calc(100vw * 0.486)!important;
  }

  .top_slider ul.slick-dots{
    width: 210px;
    position: absolute;
    left: 50px;
    bottom: 30px;
    display: block;
  }

  .top_slider{
    margin-bottom: 0 !important;
  }

  img.slide_copy{
  	width: 448px;
  	height: 306px;
  	position: absolute;
  	top: 180px;
  	left: 0px;
  }
}

@media (min-width: 992px){
  .top_slider ul.slick-dots{
    width: 210px;
    position: absolute;
    left: calc(50% - 555px);
    bottom: 30px;
  }
}

/* サイドバー他 */
.sideber_inner{
  background-color:#f2f2f2;
  padding:0 20px 20px 20px;
  margin-top: 40px;
}

.sidewidget_wrap{
  padding-top:20px;
}

/* 投稿関連 */
.edit-link{
	display: none;
}

h1.entry-title{
	font-size: 30px;
	font-weight: 500;
}

h2.entry-title{
	display: inline-block;
}

h2.entry-title a{
	color: #000000;
	font-size: 20px;
	font-weight: 500;
}

.archive_date{
	display: inline-block;
	margin-right: 16px;
	font-size: 20px;
}

.entry-header.archive_list{
	border-top: 1px solid #4D4D4D;
	/*border-bottom: 1px solid #4D4D4D;*/
	padding: 31px 0;
}

.archive_list_line{
	border-bottom: 1px solid #4D4D4D;
}

.date_wrap{
	border-top: 1px solid #000000;
	padding-top: 8px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 50px;
}

#single-wrapper.wrapper,
#archive-wrapper.wrapper{
	padding-top: 0;
}

a.archive_link_btn{
	color: #000000;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	width: 300px;
	height: 65px;
	line-height: 65px;
	transition: .3s;
}

a.archive_link_btn:hover{
	background-color: #EEEEEE;
	color: #000000;
	text-decoration: none;
}

/* トップヘッドライン */

.headline_wrap{
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px 10px 20px 10px;
  margin-bottom: 50px;
}

.headline_inner{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.headline_h{
  color: #000000;
  font-size:40px;
	font-family: "Oswald", serif;
  font-weight:500;
  line-height: 150%;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #000000;
}

.headline_text.slick-slide{
  padding-left: 0px;
  line-height: 180%;
  width: 100% !important;
  height: 60px;
}

.headline_text .date_text{
  letter-spacing: 0.15rem;
  display: inline-block;
}

.headline_text a{
  color: #000000;
  font-size:18px;
  font-family: "Times New Roman", "YuMincho", serif;
  font-weight:500;
  line-height: 100%;
}

.headline_link{
  width: 100%;
  text-align: right;
}

.headline_link a{
  color: #000000;
  font-size:16px;
  font-family: "Times New Roman", "YuMincho", serif;
  font-weight:500;
  line-height: 100%;
}

.headline_text a:hover,
.headline_link a:hover{
  text-decoration: none;
}

img.arrow_l_w{
	width: 40px;
	height: 40px;
	margin-left: 10px;
	position: relative;
	top: -3px;
}

@media (min-width: 992px){
  .news_slider{
    width: calc(100% - 320px);
    height: 55px;
    padding-top: 4px;
  }

  .news_slider.slick-list.draggable{
    height: 55px !important;
  }

  .headline_text .date_text{
    letter-spacing: 0.15rem;
    display: inline-block;
  }

  .headline_wrap{
    background-color: #FFFFFF;
    color: #000000;
    padding: 27px 0;
    margin-top: 100px;
    margin-bottom: 300px;
    border-bottom: 1px solid #000000;
  }

  .headline_inner{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
  }


  .headline_h{
    color: #000000;
    font-size:55px;
    font-family: "Oswald", serif;
    font-weight:500;
    line-height: 55px;
    border-right: 1px solid #000000;
    border-bottom: none;
    padding-right: 30px;
    width: 160px;
    height: 55px;
    margin-bottom: 0;
  }

  .headline_text.slick-slide{
    padding-left: 30px;
    line-height: 46px;
    height: 46px;
    /*width: calc(100% - 156px);*/
    width: 100%;
  }

  .headline_text a{
    color: #FFFFFF;
    font-size:18px;
    font-weight:500;
    line-height: 100%;
  }

  .headline_link{
    width: 100px;
    padding-top: 4px;
  }

  .headline_link a{
    color: #000000;
    font-size:16px;
    font-family: "Times New Roman", "YuMincho", serif;
    font-weight:500;
    line-height: 100%;
    line-height: 46px;
    height: 46px;
  }

	img.arrow_l_w{
		width: 40px;
		height: 40px;
		margin-left: 10px;
		position: relative;
		top: -3px;
	}
}

.form_wrap{
	border: 1px solid #666666;
	padding: 20px 20px;
}

@media (min-width: 768px){
	.form_wrap{
		padding: 80px 80px;
	}
}

/* メールフォーム */
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 0;
  box-shadow: none;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
}

form#mailformpro dl dt {
  float: left;
  width: 100%;
  clear: both;
  padding: 10px 10px;
  text-align: left;
  border-top: none;
  margin: 0px;
  font-size:1rem;
  font-weight:normal;
}

form#mailformpro dl dd {
  border-top:none;
  margin: 0px;
  padding: 10px 5px 20px 10px;
  line-height: 1.5em;
  text-align: left;
  font-size:1rem;
}

.mfp_colored {
  /*background-color: #FFFFFF;*/
}

.must {
  display: block;
  background-color: #C00;
  border: solid 2px #C00;
  text-shadow:none;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: none;
  background-size: 100% 100%;
  width: 34px;
  height: 24px;
  font-weight: 600;
  line-height: 150%;
}

form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: none;
}

@media (min-width: 768px){
  .mfp_element_text,
  .mfp_element_number,
  .mfp_element_select-one,
  .mfp_element_email,
  .mfp_element_tel,
  .mfp_element_textarea,
  .mfp_element_date,
  .mfp_element_password {
    border: solid 1px #CCC;
    border-radius: 0;
    box-shadow: none;
    padding: 3px 8px;
    margin: 2px;
    vertical-align: middle;
  }

  form#mailformpro dl dt {
    float: left;
    width: 220px;
    clear: both;
    padding: 10px 10px;
    text-align: left;
    border-top: none;
    margin: 0px;
    font-size:1rem;
    font-weight:normal;
  }

  form#mailformpro dl dd {
    border-top:none;
    margin: 0px;
    padding: 10px 5px 20px 240px;
    line-height: 1.5em;
    text-align: left;
    font-size:1rem;
  }

  .mfp_colored {
    /*background-color: #FFFFFF;*/
  }

  .must {
    display: block;
    background-color: #C00;
    border: solid 2px #C00;
    text-shadow:none;
    padding: 2px 5px;
    font-size: 10px;
    color: #FFF;
    float: right;
    margin: 0px 5px;
    border-radius: 4px;
    box-shadow: none;
    background-size: 100% 100%;
  }

  form#mailformpro label.mfp_not_checked {
    padding: 3px;
    border: none;
  }
}

#page-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  margin:0;
}

@media (min-width: 768px){
  #page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    margin:0;
  }
}

#page-top a {
  background-color: #3b87bc;
  color:#FFFFFF;
  text-decoration: none;
  width: 60px;
  height:60px;
  text-align: center;
  display: block;
  line-height:180%;
}

img.arrow_t{
	width: 22px;
	height: 14px;
}

#page-top a:hover {
  text-decoration: none;
}

@media (min-width: 768px){
	#page-top a {
	  background-color: #3b87bc;
	  color:#FFFFFF;
	  text-decoration: none;
	  width: 100px;
	  height:100px;
	  text-align: center;
	  padding-top: 20px;
	  display: block;
	  line-height:200%;
	}
}

.slide_copy_wrap{
	display: inline-block;
}

.slide_copy_01{
	font-family: "Times New Roman", "Noto Serif", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 150%;
	color: #FFFFFF;
	letter-spacing: -0.25rem;
}

.slide_copy_02{
	font-family: "Times New Roman", "Noto Serif", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 150%;
	color: #FFFFFF;
	letter-spacing: -0.25rem;
}

.slide_copy_03{
	font-family: "Times New Roman", "Noto Serif", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	background-color: #FFFFFF;
	color: #000000;
	display: inline-block;
	padding: 5px 25px;
}

.top_back_01{
	background-color: #E3EBF0;
	margin-bottom: 40px;
	padding: 80px 0 80px 0;
	position: relative;
}

.top_back_02{
	background-color: #3B87BC;
	padding: 40px 0 40px 0;
	margin-top: 80px;
}

@media (min-width: 768px){
	.top_back_01{
		background-image: url(images/commitment_back.png);
		background-repeat: repeat-y;
		background-position: top right;
		margin-bottom: 150px;
		padding: 80px 0 80px 0;
		position: relative;
	}

	.top_back_02{
		background-color: #3B87BC;
		padding: 120px 0 180px 0;
		margin-top: 80px;
	}
}

.top_back_03{
	background-color: #3B87BC;
	padding: 0 0 80px 0;
	margin-top: 40px;
	position: relative;
	margin-bottom: 100px;
}

@media (min-width: 768px){
	.top_back_03{
		background-color: #3B87BC;
		padding: 80px 0 80px 0;
		margin-top: 80px;
		position: relative;
		margin-bottom: 100px;
	}
}
/*
.top_back_inner_image{
	position: absolute;
	top: -140px;
	right: 0;
}*/

.top_back_03_photo{
	width: 100%;
	height: auto;
	margin-bottom: 32px;
}

@media (min-width: 768px){
	.top_back_inner_image{
		position: absolute;
		top: -160px;
		right: 0;
		max-width: 50vw;
	}

	.top_back_03_photo{
		position: absolute;
		top: 120px;
		right: 0;
		max-width: 50vw;
		max-height: 480px;
		overflow: hidden;
		margin-bottom: 0;
	}
}

h2.top_h2_01{
	font-family: "Oswald", serif;
	font-size: 55px;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 30px;
	text-align: left;
}

h2.top_h2_01 small{
	font-family: "Times New Roman", "Noto Serif", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	display: block;
	margin-top: 16px;
	letter-spacing: 0.25rem;
}

@media (min-width: 768px){
	h2.top_h2_01{
		font-family: "Oswald", serif;
		font-size: 55px;
		font-weight: 500;
		line-height: 100%;
		margin-bottom: 90px;
	}

	h2.top_h2_01 small{
		font-family: "Times New Roman", "Noto Serif", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
		font-size: 16px;
		font-weight: 500;
		line-height: 100%;
		display: block;
		margin-top: 16px;
		letter-spacing: 0.25rem;
	}
}

h2.top_h2_02{
	font-family: "Oswald", serif;
	font-size: 55px;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 40px;
	color: #FFFFFF;
	text-align: center;
}

h2.top_h2_02 small{
	font-family: "Times New Roman", "Noto Serif", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
	display: block;
	margin-top: 16px;
	letter-spacing: 0.25rem;
	color: #FFFFFF;
}

@media (min-width: 768px){
	h2.top_h2_02{
		font-family: "Oswald", serif;
		font-size: 55px;
		font-weight: 500;
		line-height: 100%;
		margin-bottom: 90px;
		color: #FFFFFF;
		text-align: center;
	}

	h2.top_h2_02 small{
		font-family: "Times New Roman", "Noto Serif", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
		font-size: 18px;
		font-weight: 500;
		line-height: 100%;
		display: block;
		margin-top: 16px;
		letter-spacing: 0.25rem;
		color: #FFFFFF;
	}
}

h2.top_h2_03{
	font-family: "Oswald", serif;
	font-size: 55px;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 50px;
	color: #FFFFFF;
	text-align: center;
}

h2.top_h2_03 small{
	font-family: "Times New Roman", "Noto Serif", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
	display: block;
	margin-top: 16px;
	letter-spacing: 0.25rem;
	color: #FFFFFF;
}

@media (min-width: 768px){
	h2.top_h2_03{
		font-family: "Oswald", serif;
		font-size: 55px;
		font-weight: 500;
		line-height: 100%;
		margin-bottom: 50px;
		color: #FFFFFF;
		text-align: left;
	}

	h2.top_h2_03 small{
		font-family: "Times New Roman", "Noto Serif", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
		font-size: 18px;
		font-weight: 500;
		line-height: 100%;
		display: block;
		margin-top: 16px;
		letter-spacing: 0.25rem;
		color: #FFFFFF;
	}
}

h2.top_h2_04{
	
}

.top_text_01{
	font-size: 45px;
	font-weight: 600;
	line-height: 150%;
}

@media (min-width: 768px){
	.top_text_01{
		font-size: 55px;
		font-weight: 600;
		line-height: 150%;
	}
}

.top_text_02{
	font-size: 30px;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 30px;
}

@media (min-width: 768px){
	.top_text_01{
		font-size: 55px;
		font-weight: 600;
		line-height: 150%;
	}

	.top_text_02{
		font-size: 35px;
		font-weight: 600;
		line-height: 200%;
		margin-bottom: 0;
	}
}

a.top_link_btn_01{
	color: #000000;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #000000;
	background-color: #E3EBF0;
	font-size: 18px;
	text-align: center;
	width: 300px;
	height: 65px;
	line-height: 65px;
	transition: .3s;
}

a.top_link_btn_01:hover{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

a.top_link_btn_02{
	color: #000000;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	width: 300px;
	height: 65px;
	line-height: 65px;
	transition: .3s;
}

a.top_link_btn_02:hover{
	background-color: #EEEEEE;
	color: #000000;
	text-decoration: none;
}

.top_service_num{
	font-family: "Oswald", serif;
	font-size: 50px;
	font-weight: 500;
	line-height: 120%;
	border-bottom: 3px solid #FFFFFF;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 40px;
	margin-right: 20px;
	padding: 0 0 10px;
}

.top_service_h{
	font-size: 30px;
	font-weight: 600;
	line-height: 120%;
	color: #FFFFFF;
	margin-bottom: 40px;
	display: inline-block;
}

@media (min-width: 768px){
	.top_service_num{
		font-family: "Oswald", serif;
		font-size: 60px;
		font-weight: 500;
		line-height: 120%;
		border-bottom: 3px solid #FFFFFF;
		color: #FFFFFF;
		display: inline-block;
		margin-bottom: 50px;
		margin-right: 0;
		padding: 0 0 10px;
	}

	.top_service_h{
		font-size: 35px;
		font-weight: 600;
		line-height: 120%;
		color: #FFFFFF;
		margin-bottom: 20px;
		display: block;
	}
}

.top_service_text{
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 200%;
}

.top_training_h{
	font-size: 25px;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 150%;
}

.top_training_text{
	font-size: 18px;
	font-weight: 500;
}

.top_para{
	width: 100%;
	height: 400px;
	background-image: url(images/top_para.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 768px){
	.top_training_h{
		font-size: 35px;
		font-weight: 600;
		margin-top: 120px;
		margin-bottom: 30px;
	}

	.top_training_text{
		font-size: 20px;
		font-weight: 500;
	}

	.top_para{
		width: 100%;
		height: 600px;
		background-image: url(images/top_para.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

.top_recruit_h{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.top_recruit_text{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 40px;
}

@media (min-width: 768px){
	.top_recruit_h{
		font-size: 35px;
		font-weight: 600;
		margin-bottom: 10px;
		color: #FFFFFF;
	}
}