@charset "UTF-8";
/* CSS PC/SP共通レイアウト */
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	color: #242b38;
	font-weight: 400;
	line-height: 1.8;
	background-color: #FFF;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

img {
	border:0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
li {
	list-style-type: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
}
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	opacity: 0.7;
}
a.underline {
	text-decoration: underline;
}
a.anchor {
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}
#recruit a.anchor {
	display: block;
	padding-top: 240px;
	margin-top: -240px;
}
#strong_point a.anchor {
	display: block;
	padding-top: 280px;
	margin-top: -280px;
}

.font_roboto_medium {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.font_roboto_black {
	font-family: 'Roboto', sans-serif;
/*	
	font-weight: 900;
*/	
	font-weight: 500;
}
a.link_none{
	pointer-events: none;
}

/*--------------------------------------------------*
 *   メイン
 *--------------------------------------------------*/
#container {
	width: 100%;
	/*
	overflow: hidden;
	*/
	overflow: clip;
	position: relative;
}

/*--------------------------------------------------*
 *   ヘッダー
 *--------------------------------------------------*/
.fixed{
	position:fixed!important;
	top:0;
}
#headarea {
	background-color:#FFFFFF;
	width: 100%;
	height: 110px;
	z-index: 100;
}
#headarea .inner {
	width: 1420px;
	margin: 0px auto;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
#headarea .inner .logo {
	width: 370px;
	padding-top: 30px;
}
#headarea .inner .global_navi {
	width: calc(100% - 370px);
	padding-top: 35px;
}
#headarea .inner .global_navi ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#headarea .inner .global_navi ul li {
	margin-left: 30px;
	position: relative;
}
#headarea .inner .global_navi ul li a {
	display: block;
	font-size: 1.6rem;
	color: #242b38;
	font-weight: 600;
	line-height: 40px;
}
#headarea .inner .global_navi ul li a:hover {
	opacity: 1.0;
}
#headarea .inner .global_navi ul li.contact a {
	color: #FFF;
	padding: 2px 20px;
	background-color: #1b69e0;
	border-radius: 5px;
}
#headarea .inner .global_navi ul li:hover:after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	border-bottom: 2px solid #1b69e0;
}
#headarea .inner .global_navi ul li.contact:hover {
	opacity: 0.7;
}
#headarea .inner .global_navi ul li.contact:hover:after {
	border-bottom: none;
}



@media screen and (min-width:1025px) and (max-width:1460px) {
#headarea .inner {
	width: 100%;
	padding: 0px 16px;
}
}
@media screen and (min-width:1025px) and (max-width:1240px) {
#headarea .inner .global_navi ul li {
	margin-left: 20px;
}
#headarea .inner .global_navi ul li a {
	font-size: 1.28vw;
}
#headarea .inner .global_navi ul li.contact a {
	font-size: 1.28vw;
	padding: 0px 10px;
}
}

/*--------------------------------------------------*
 *   パンくず
 *--------------------------------------------------*/
.pan {
	width: 980px;
	font-size: 1.4rem;
	color: #77808c;
	margin: 0px auto;
	padding: 50px 0px 80px;
}
.pan a {
	color: #77808c;
}
.pan span.now {
	padding: 0px 6px 0px 8px;
	text-decoration: underline;
}
.pan span.arrow {
	padding: 0px 6px 0px 8px;
}

/*--------------------------------------------------*
 *   タイトル
 *--------------------------------------------------*/
.ttl_jpn_page {
	width: 980px;
	font-size: 5.6rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	line-height: 1.4;
	margin: 0px auto 3px;
	
}
.ttl_eng_page {
	width: 980px;
	font-size: 1.8rem;
	color: #1b69e0;
	font-weight: 600;
	letter-spacing: 0.2rem;
	margin: 0px auto 80px;
}
.ttl_eng_page span {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.ttl_eng_page span:before {
	content: "■";
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:50%;
}
.ttl_jpn {
	font-size: 5.2rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	line-height: 1.4;
	margin-bottom: 3px;

}
.ttl_jpn.white {
	color: #FFF;
}
.ttl_eng {
	font-size: 1.8rem;
	color: #1b69e0;
	font-weight: 600;
	letter-spacing: 0.2rem;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
.ttl_eng.water {
	color: #aeccf6;
}
.ttl_eng.white {
	color: #FFF;
}
.ttl_eng span {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.ttl_eng span:before {
	content: "■";
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:50%;
}
.ttl_eng.circle {
	color: #6efff4;
}
.ttl_eng.circle span:before {
	content: "●";
	color: #6efff4;
}
.ttl_line {
	display:-webkit-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.ttl_line h3 {
	font-size: 2.6rem;
	font-weight: 500;
	padding-left: 18px;
	position: relative;
}
.ttl_line h3:before {
	content: "■";
	font-size: 1.0rem;
	color: #1b69e0;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ttl_line div {
	font-size: 1.6rem;
	padding-left: 20px;
}
.ttl_sub_a {
	font-size: 3.5rem;
	font-weight: 500;
	margin-bottom: 60px;
	position: relative;
}
.ttl_sub_a:after {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 5px;
	width: 32px;
	height: 4px;
	background: #1b69e0;
}
.ttl_sub_b {
	font-size: 3.5rem;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.ttl_sub_b::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 32px;
	height: 4px;
	background: #FFF;
}

/*--------------------------------------------------*
 *   ボタン
 *--------------------------------------------------*/
.bt_white {
	width: 184px;
}
.bt_white a {
	display: block;
	font-size: 1.6rem;
	color: #FFF;
	font-weight: 500;
	line-height: 60px;
	border: 1px solid #FFF;
	padding-left: 24px;
	position: relative;
}
.bt_white a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	width: 7px;
	height: 7px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #FFF;
}
.bt_white.arrow_under a:after {
	top: 35%;
	right: 25px;
	transform: rotate(135deg) translateY(-50%);
	-webkit-transform: rotate(135deg) translateY(-50%);
}
.bt_blue {
	width: 184px;
}
.bt_blue a {
	display: block;
	font-size: 1.6rem;
	color: #1b69e0;
	font-weight: 500;
	line-height: 60px;
	border: 1px solid #1b69e0;
	padding-left: 24px;
	position: relative;
}
.bt_blue a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	width: 7px;
	height: 7px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #1b69e0;
}
.bt_blue.arrow_under a:after {
	top: 35%;
	right: 25px;
	transform: rotate(135deg) translateY(-50%);
	-webkit-transform: rotate(135deg) translateY(-50%);
}
.bt_grp {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.bt_grp .bt_white,
.bt_grp .bt_blue {
	margin-right: 20px;
}

/*--------------------------------------------------*
 *   お問い合わせ
 *--------------------------------------------------*/
.contact_page {
	width: 100%;
	height: 454px;
	background: url("../img/common/bg_contact_pc.png") no-repeat center center;
	background-size: cover;
	padding-top: 120px;
}
.contact_page .inner {
	width: 980px;
	margin: 0px auto;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	color: #FFF;
}
.contact_page .inner .box_a {
	width: calc(100% - 350px);
}
.contact_page .inner .box_a .memo {
	font-size: 1.6rem;
	margin-top: -20px;
}
.contact_page .inner .box_b {
	width: 350px;
}
.contact_page .inner .box_b .telephone {
	font-size: 4.2rem;
	line-height: 1.2;
}
.contact_page .inner .box_b .telephone span {
	font-size: 2.4rem;
}
.contact_page .inner .box_b .open {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.contact_page .inner .box_b .bt_contact {
	width: 100%;
}
.contact_page .inner .box_b .bt_contact a {
	display: block;
	font-size: 2.0rem;
	color: #FFF;
	line-height: 80px;
	text-align: center;
	border: 2px solid #FFF;
}

/*--------------------------------------------------*
 *   サブページメインビジュアル
 *--------------------------------------------------*/
.ph_mainvisual {
	margin-left: calc(50% - 490px);
	margin-bottom: 90px;
}
.ph_mainvisual img {
	max-width: none;
	object-fit: none;
}

/*--------------------------------------------------*
 *   フッター
 *--------------------------------------------------*/
#footarea {
	background-color: #152e4c;
	padding: 70px 0px 60px;
}
#footarea .inner {
	width: 980px;
	margin: 0px auto;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #FFF;
	margin-bottom: 30px;
	padding-bottom: 50px;
}
#footarea .inner .office {
	width: calc(100% - 450px);
}
#footarea .inner .office .logo {
	width: 370px;
	margin-bottom: 20px;
}
#footarea .inner .office .place {
	font-size: 1.8rem;
	color: #FFF;
	line-height: 1.7;
}
#footarea .inner .office .place a {
	color: #FFF;
	text-decoration: underline;
	margin-left: 8px;
}
#footarea .footer_navi {
	width: 450px;
}
#footarea .footer_navi ul {
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
}
#footarea .footer_navi ul li {
	margin-left: 30px;
	margin-top: 5px;
}
#footarea .footer_navi ul li a {
	font-size: 1.7rem;
	color: #FFF;
}
#footarea .copyright {
	width: 980px;
	margin: 0px auto;
	font-size: 1.5rem;
	color: #FFF;
	text-align: right;
}

/* PCレイアウト */
@media (min-width: 1025px) {
.pc_none {
	display: none !important;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
}

/* スマホレイアウト */
@media (max-width: 1024px) {
.sp_none {
	display: none !important;
}
body {
	line-height: 1.6;
}
a.anchor {
	display: block;
	padding-top: 16vw;
	margin-top: -16vw;
}

/*--------------------------------------------------*
 *   ヘッダー
 *--------------------------------------------------*/
#headarea {
	width: 102vw;
	margin-left: -1vw;
	height: 16vw;
	z-index: 300;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1);
	position: relative;
}
#headarea .inner {
	width: 100%;
	display: block;
	flex-wrap: nowrap;
}
#headarea .inner .logo {
	width: 100%;
	padding-top: 0px;
	position: absolute;
	top: 50%;
	left: 4vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#headarea .inner .logo img {
	width: 58.13vw;
}
#headarea .inner .global_navi {
	display: none;
}

/*--------------------------------------------------*
 *   タイトル
 *--------------------------------------------------*/
.ttl_jpn_page {
	width: auto;
	font-size: 9.6vw;
	margin: 0px 5.33vw;
	padding-top: 21.13vw;
}
.ttl_eng_page {
	width: auto;
	font-size: 4vw;
	margin: 0px 5.33vw 13.33vw;
}
.ttl_eng_page span {
	padding-left: 3.2vw;
}
.ttl_jpn {
	font-size: 9.07vw;
}
.ttl_eng {
	font-size: 4vw;
	margin-bottom: 8vw;
}
.ttl_eng span {
	padding-left: 3.2vw;
}
.ttl_eng span:before {
	font-size:2vw;
}

.ttl_line {
	display: block;
	flex-wrap: nowrap;
	margin-bottom: 4vw;
	padding: 0 5.33vw;
}
.ttl_line h3 {
	font-size: 5.87vw;
	margin-bottom: 3vw;
}
.ttl_line h3:before {
	font-size: 2vw;
}
.ttl_line div {
	font-size: 4vw;
	padding-left: 0;
}
.ttl_sub_a {
	font-size: 6.93vw;
	margin-bottom: 9vw;
}
.ttl_sub_a:after {
	bottom: -2.4vw;
	left: 1vw;
	width: 5.87vw;
	height: 3px;
}
.ttl_sub_b {
	font-size: 6.93vw;
	margin-bottom: 9vw;
}
.ttl_sub_b::after {
	bottom: -2.4vw;
	left: 50%;
	bottom: -2.4vw;
	transform: translateX(-50%);
	width: 5.87vw;
	height: 3px;
}

/*--------------------------------------------------*
 *   ボタン
 *--------------------------------------------------*/
.bt_white {
	width: 57.6vw;
	margin: 0px auto;
}
.bt_white a {
	font-size: 4.27vw;
	line-height: 16vw;
	padding-left: 8vw;
}
.bt_white a:after {
	width: 1.87vw;
	height: 1.87vw;
}
.bt_white.arrow_under a:after {
	right: 8vw;
}
.bt_blue {
	width: 57.6vw;
	margin: 0px auto;
}
.bt_blue a {
	font-size: 4.27vw;
	line-height: 16vw;
	padding-left: 8vw;
}
.bt_blue a:after {
	right: 8vw;
}
.bt_grp .bt_white,
.bt_grp .bt_blue {
	width: 48%;
	margin: 0px 1%;
}

/*--------------------------------------------------*
 *   お問い合わせ
 *--------------------------------------------------*/
.contact_page {
	width: 100%;
	height: 129.07vw;
	background: url("../img/common/bg_contact_sp.png") no-repeat center center;
	background-size: cover;
	padding: 20vw 5.33vw 0;
}
.contact_page .inner {
	width: 100%;
	margin: 0px auto;
	display: block;
	flex-wrap: nowrap;
}
.contact_page .inner .box_a {
	width: 100%;
}
.contact_page .inner .box_a .memo {
	font-size: 3.71vw;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 6vw;
}
.contact_page .inner .box_b {
	width: 100%;
}
.contact_page .inner .box_b .telephone {
	font-size: 8.53vw;
	line-height: 1.2;
	text-align: center;
}
.contact_page .inner .box_b .telephone span {
	font-size: 4.8vw;
}
.contact_page .inner .box_b .open {
	font-size: 4vw;
	text-align: center;
	margin-bottom: 4vw;
}
.contact_page .inner .box_b .bt_contact {
	width: 100%;
}
.contact_page .inner .box_b .bt_contact a {
	font-size: 4.27vw;
	line-height: 16vw;
	border: 1px solid #FFF;
}

/*--------------------------------------------------*
 *   サブページメインビジュアル
 *--------------------------------------------------*/
.ph_mainvisual {
	margin-top: -6vw;
	margin-left: 5.33vw;
	margin-bottom: 13.33vw;
}
.ph_mainvisual img {
	max-width: 100%;
	object-fit: contain;
}

/*--------------------------------------------------*
 *   フッター
 *--------------------------------------------------*/
#footarea {
	padding: 12vw 5.33vw 6vw;
}
#footarea .inner {
	width: 100%;
	display: block;
	flex-wrap: nowrap;
	margin-bottom: 3vw;
	padding-bottom: 15vw;
}
#footarea .inner .office {
	width: 100%;
	padding-bottom: 4vw;
}
#footarea .inner .office .logo {
	width: 100%;
	margin-bottom: 6vw;
}
#footarea .inner .office .logo img {
	width: 69.33vw;
}
#footarea .inner .office .place {
	font-size: 4vw;
}
#footarea .footer_navi {
	width: 100%;
}
#footarea .footer_navi ul li {
	width: 37.33vw;
	margin-left: 0px;
	margin-top: 3vw;
}
#footarea .footer_navi ul li a {
	font-size: 4vw;
}
#footarea .copyright {
	width: 100%;
	font-size: 3.247w;
	text-align: center;
}
}

