@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

dd {
    display: block;
    margin-inline-start: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
    margin: 0;
    padding: 0;
}

html { line-height: 0;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a,
a:visited{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #283D52;
}

a:hover,
a:active {
    color: #283D52;
}

a:hover {
	opacity: 1.0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
}

li,ul {
	list-style: none;
}


/*****************

clearfix

*****************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/***********   COMMON settng ***********/
html {font-size: 15px;}
body {
    font-family: 'Montserrat', 'Sawarabi Gothic', '游ゴシック体', 'YuGothic', 'Yu Gothic medium', 'Hiragino Sans', 'Meiryo', sans-serif;
	font-size: 15px;
    line-height: 1.8;
	text-align: left;
    background: #F6F8F9;
    -webkit-text-size-adjust: 100%;
	color: #283D52; 
	line-break: strict;
	font-feature-settings: 'palt';
	letter-spacing: 0.08em;
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.pc_img {display: inline-block;}
.sp_img {display: none;}


.left { float: left;}
.right { float: right;}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}
main {
	margin: 0;
}

section {
	margin: auto;
	padding: 100px 0;
}
.inner_box-L {
	max-width: 1100px;
	width: 85%;
	margin: auto;
}
.inner_box-S {
	max-width: 960px;
	width: 85%;
	margin: auto;
}



/*********** ANNIMATION settng ***********/

/* 上下フェードイン設定 */

.fadein {
    opacity : 0;
    transform : translate(0, 20px);
    transition : all 1200ms;
    }
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }


/***********   TEXT SETTING ***********/

.txt-XL {font-size: 2.6rem; line-height: 1.3;}
.txt-L {font-size: 2.0rem; line-height: 1.5;}
.txt-M {font-size: 1.3rem; line-height: 1.5;}
.txt-S {font-size: 0.85rem;}
.txt-cnt { text-align: center; }
.txt-right { text-align: right; display: block;}

.en { font-family: "Montserrat", sans-serif; }

.white { color:#fff; }
.green { color:#004d0c; }
.brown { color:#d6a56a; }

strong { font-weight:700; }


/*********** TITLE SETTING ***********/

.ttl_box_blue h2,.ttl_box_white h2 {
	margin-bottom: 1.0em;
}
.ttl_box_blue h2,.ttl_box_white h2 {
	font-size:2.0em;
	font-weight: 400;
}
.ttl_box_blue p,.ttl_box_white p {
	color: #2F92D0;
	border-bottom: 2px solid #2F92D0;
	display: inline-block;
	padding: 0.2em 0;
	margin-bottom: 0.5em;
}
.ttl_box_white h2 {
	color: #fff;
}
.ttl_box_white p {
	color: #B2E1FF;
	border-bottom: 2px solid #B2E1FF;
}



/*********** BTN SETTING ***********/

.btn_blue-L,
.btn_white-S {
	position: relative;
	width: 530px;
	margin: auto;
	background: #2F92D0;
	text-align: center;
	display: inline-block;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.btn_blue-L a,
.btn_white-S a {
	padding: 1.0em 0;
	display: block;
	color: #fff;
}
.btn_blue-L:hover,
.btn_white-S:hover {
	background: #045C93;
	color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.btn_blue-L::after,
.btn_white-S::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #fff;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.btn_blue-L::before,
.btn_white-S::before {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background: #fff;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	box-sizing: border-box;
}

.btn_white-S {
	position: relative;
	width: 240px;
	background: #fff;
}
.btn_white-S a {
	color: #283D52;
}
.btn_white-S:hover {
	background: #BFD3E0;
}
.btn_white-S::after {
	border-color: transparent transparent transparent #283D52;
}
.btn_white-S::before {
	background: #283D52;
}


.btn_back {
	width: 330px;
	margin: 30px auto 0;
	background: #80ABC6;
	text-align: center;
	display: inline-block;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.btn_back a {
	padding: 1.0em 0;
	display: block;
	color: #fff;
}

.btn_mobile {
	position: relative;
	width: 100%;
	margin: auto;
	background: #80ABC6;
	text-align: center;
	display: inline-block;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.btn_mobile a {
	padding: 2.0em 0;
	display: block;
	color: #fff;
}
.btn_mobile:hover {
	background: #5E8BA7;
	color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.btn_mobile::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #fff;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.btn_mobile::before {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background: #fff;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	box-sizing: border-box;
}


.btn_left_area {
	width: 100%;
	text-align: left;
}
.btn_cnt_area {
	width: 100%;
	text-align: center;
}


/*********** OBJECT SETTING ***********/

.col2_box,.col3_box,.col4_box {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col3_box {
	justify-content:flex-start;
}
.col2_box li {
	width: 48%;
	margin: 0 0 50px 0;
}
.col3_box li {
	width:calc(100% / 3);
}
.col4_box li {
	width: 23%;
	margin: 0 0 25px 0;
}
.txt_box p {
	margin-top:1.8em;
}

.table_box,
.table_box dt,
.table_box dd {
    box-sizing: border-box;
}

.table_box dt,
.table_box dd {
    padding: 0.8em 1.5em;
    margin: 0px;
}
.table_box {
	display: flex;
    flex-wrap: wrap;
}
.table_box > dt,
.table_box > dd {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.table_box > dt:nth-child(4n-3),
.table_box > dd:nth-child(4n-2) {
	background: #fff;
	border-radius: 2px;
}
.table_box > dt {
	width: 140px;
}
.table_box > dd {
	width: calc(100% - 140px);
}

/* カテゴリーナビ */

.column_nav {
	margin-bottom: 60px;
	text-align: center;
}
.column_nav .category_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 10px;
}
.column_nav .category_box p {
	background: #045C93;
	width: 130px;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	font-weight: 400;
	padding: 0.2em 0.3em;
	box-sizing: border-box;
}

/* ページネーション仕様設定 */

.pnavi {
	text-align: center;
	margin: 50px auto;
	font-size: 12px;
}
.pnavi a, .pnavi span {
	width: 30px;
	height: 30px;
	text-align: center;
    text-decoration: none;
    padding: 0.3em 0 0 0;
    margin: 0.2em;
	color:#045C93;
	border: 1px solid #045C93;
	box-sizing: border-box;
	display: inline-block;
}
.pnavi span {
	background: #045C93;
	color:#fff!important;
}
.pnavi .current {
	color:#045C93;
}

/*********** HEADER ***********/

.h-logo {
	position: absolute;
	width: 150px;
	top: 25px;
	left: 30px;
	z-index: 9997;
}


/*********** RECRUIT SETTING ***********/

.recruit_box {
	background: url("../images/common/bg_recruit.png") center / cover;
	color: #fff;
	padding: 150px 0 120px;
}
.recruit_box h2 {
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.3;
}
.recruit_box .layout-right p {
	font-size: 0.9em;
}
.btn_ft_recruit {
	position: relative;
	width: 100%;
	margin: 1.0em auto 0;
	background: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.btn_ft_recruit a {
	padding: 1.0em 1.5em;
	display: block;
	box-sizing: border-box;
	color: #283D52;
}
.btn_ft_recruit:hover {
	background: #AAC7E5;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.btn_ft_recruit::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #283D52;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.btn_ft_recruit::before {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background: #283D52;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	box-sizing: border-box;
}


/*********** FOOTER SETTING ***********/

footer {
	padding: 0;
}
.f-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.8em;
	padding: 40px 0;
}
.f-box .f-info {
	display: flex;
	align-items: center;
}
.f-box .f-info .f-logo {
	width: 250px;
	margin-right: 4.0em;
}
.f-box .f-info .yt {
	display: inline-block;
	margin-bottom: 0.5em;
}
.f-box .f-info .yt img {
	width: 25px;
	vertical-align: middle;
	margin-left: 0.5em;
}
.f-box .f-info .lang a {
	font-weight: 700;
}
.f-box .layout-right {
	text-align: right;
}
.f-copy {
	font-size: 11px;
	margin: 1.0rem auto;
}


@media screen and (max-width: 999px) {
	
/*********** RECRUIT SETTING ***********/

.recruit_box {
	background: url("../images/common/bg_recruit.png") center / cover;
	color: #fff;
	padding: 130px 0 100px;
}
.recruit_box h2 {
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.3;
}
	

/*********** FOOTER SETTING ***********/

footer {
	padding: 0;
}
.f-box {
	display: block;
	justify-content: left;
	align-items: flex-start;
	font-size: 0.8em;
	padding: 40px 0;
}
.f-box .layout-right {
	text-align: left;
	margin-top: 3.0em;
}
	
}


@media screen and (max-width: 767px) {
    
.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
	
	
/*********** COMMON settng ***********/
html {font-size: 13px;}
body {
	font-size: 13px;
	line-height: 1.8;
}
	
section {
	margin: auto;
	padding: 20% 0;
}
	

/*********** OBJECT SETTING ***********/

.col2_box {
	display:block;
}
.col3_box {
	justify-content:flex-start;
}
.col2_box li {
	width: 100%;
	margin: 0 0 50px 0;
}
.col3_box li {
	width:calc(100% / 2);
}
.col4_box li {
	width: 48%;
	margin: 0 0 25px 0;
}
	
/*********** TITLE SETTING ***********/

.ttl_box_blue h2,.ttl_box_white h2 {
	font-size:1.6em;
	font-weight: 400;
}


/*********** BTN SETTING ***********/

.btn_blue-L,
.btn_white-S {
	width: 85%;
	margin: auto;
}
.btn_blue-L a,
.btn_white-S a {
	padding: 0.8em 0;
	display: block;
}
.btn_blue-L:hover,
.btn_white-S:hover {
	background: #045C93;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.btn_blue-L::after,
.btn_white-S::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #fff;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.btn_blue-L::before,
.btn_white-S::before {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background: #fff;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	box-sizing: border-box;
}

.btn_white-S {
	position: relative;
	width: 230px;
	background: #fff;
}
.btn_white-S a {
	color: #283D52;
}
.btn_white-S:hover {
	background: #BFD3E0;
}
.btn_white-S::after {
	border-color: transparent transparent transparent #283D52;
}
.btn_white-S::before {
	background: #283D52;
}
	
.btn_left_area {
	width: 100%;
	text-align: center;
}
.btn_cnt_area {
	width: 100%;
	text-align: center;
}



/*********** HEADER ***********/

.h-logo {
	position: absolute;
	width: 120px;
	top: 10px;
	left: 15px;
	z-index: 9997;
}

	
/*********** RECRUIT SETTING ***********/

.recruit_box {
	background: url("../images/common/bg_recruit.png") center / cover;
	color: #fff;
	padding: 70px 0 50px;
}
.recruit_box h2 {
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.3;
}
	
/*********** FOOTER SETTING ***********/

footer {
	padding: 0;
	text-align: center;
}
.f-box {
	display: block;
	justify-content: space-between;
	align-items: center;
	font-size: 0.8em;
	padding: 50px 0 30px;
}
.f-box .f-info {
	display: block;
}
.f-box .f-info .f-logo {
	width: 200px;
	margin: 0 auto;
}
.f-box .f-info .yt {
	display: inline-block;
	margin: 1.5em auto;
}
.f-box .f-info .yt img {
	width: 25px;
	vertical-align: middle;
	margin-left: 0.5em;
}
.f-box .f-info .lang a {
	font-weight: 700;
}
.f-box .layout-right {
	text-align: center;
	padding-top: 2.0em;
}

	
}



