﻿


/*-----------------------------------------------------------
ハンバーガー
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/









/*-----------------------------------------------------------
 中ページカバー
-----------------------------------------------------------*/

.inCover {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 120px 0;
    background-size: cover;
    position: relative;
    text-align: center;
}

.inCover > h2 {
	background: rgb(255 255 255 / 40%);
}

.inCover01 {
	background: url(../image/incover01.jpg) no-repeat top center;
	background-size: cover;
}

.inCover02 {
	background: url(../image/incover02.jpg) no-repeat top center;
	background-size: cover;
}

.inCover03 {
	background: url(../image/incover03.jpg) no-repeat top center;
	background-size: cover;
}

.inCover04 {
	background: url(../image/incover04.jpg) no-repeat top center;
	background-size: cover;
}

.coverEn {
	font-size: 40px;
	font-weight: 700;
	color: #0C3D8C;
	display: block;
	text-shadow: 1px 1px 2px #fff;
}

.coverJa {
	font-size: 30px;
	font-weight: 700;
	display: block;
	text-shadow: 1px 1px 2px #fff;
}




/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/


.fIn {
    width: 96%;
    max-width: 1440px;
    margin: 0 auto;
	padding: 50px 0 50px;
}

.fLogo {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 3.0px;
}

.fLogoEn {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
    margin: 10px auto 0;
}

.fAccessBox {
	width: 96%;
	max-width: 1240px;
	margin: 50px auto 0;
	display: flex;
    justify-content: space-between;
}

.fAccessBox > div {
	margin: 0 auto;
}

.fAccessName {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3.0px;
	text-align: center;
}

.fAccesAdd {
	font-size: 16px;
	margin: 7px auto 0;
}

.fNav {
	width: 100%;
	max-width: 680px;
	margin: 50px auto 0;
	display: flex;
}

.fNavLink {
	width: 20%;
}

.fNavLink > a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.fNavLink > a:hover {
	text-decoration: underline;
}

.copyright {
	background: #fff;
	color: #0C3D8C;
	text-align: center;
	font-size: 13px;
    padding: 32px 2% 32px;
	line-height: 1;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

.root {
	margin: 0 auto 150px;
}

.innerWrap {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

.titH3 {
	font-size: 40px;
    font-weight: 800;
    color: #0C3D8C;
    line-height: 1.4;
    letter-spacing: 4px;
    text-align: center;
    font-family: auto;
}

.jyunbi {
    text-align: center;
    font-size: 30px;
    margin: 50px auto 0;
    color: #0c3d8c;
}



/*-----------------------------------------------------------
 パンくず
-----------------------------------------------------------*/
.pankuzu {
	margin: 8px auto 0;
	animation: 1;
	max-width: 1200px;
	width: 96%;
}

.pankuzuList {
	display: flex;
	flex-wrap: wrap;
}

.pankuzuListItem {
	margin: 0 1.2em 0 0;
	display: flex;
	align-items: center;
	font-size: 12px;
}

.pankuzuListItem:last-of-type {
	margin: 0;
}

.pankuzuLink {
	color: #0C3D8C;
	text-decoration: underline;
	display: flex;
	align-items: center;
}

.pankuzuLink:hover {
	text-decoration: none;
}


/*-----------------------------------------------------------
 ページトップ
-----------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}



/*-----------------------------------------------------------
 全ページ共通クラス
-----------------------------------------------------------*/


/*-- 中ページ --*/

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}









/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1440px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

















/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1440px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.h1 {
    width: 48%;
}

.hLogo {
    max-width: 132px;
}

.hNav {
	width: 50%;
    max-width: 600px;
}

.navlink > a {
	font-size: 20px;
}

.inCover {
    padding: 90px 0;
}












/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
   /* padding: 72px 0 0;*/
}

header {
  /*  position: fixed;
    z-index: 1000;
    background: #fff;
    width: 100%;
    top: 0;
	padding: 10px 0;*/
}

.h1 {
    padding: 0;
	width: 70%;
	flex: 1;
	margin: 0 10px 0 0;
}

.hLogo {
    max-width: 110px;
}

.subH1 {
	max-width: 190px;
	font-size: 15px;
}

.root {
    margin: 0 auto 100px;
}

.hNav {
    width: 20%;
    max-width: 45px;
    margin: 0;
}

.navlink {
    display: none;
}

.headerMenu {
    display: block;
	width: 14%;
	max-width: 45px;
	padding: 7px 0 0;
}


/* ハンバーガーメニュー */
.navBtn {
    width: 45px;
    height: 45px;
    padding: 3px 3px 3px 3px;
    /* position: absolute; */
    top: 16px;
    right: 12px;
    margin: 0 auto;
    /* background: gray; */
    color: #0C3D8C;
    cursor: pointer;
    z-index: 300;
    transition: 0.3s ease-in;
    position: fixed;
}

.navBtnIn {
    position: relative;
    z-index: 301;
    height: 100%;
}

.navBtnIn span {
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 23px;
	font-size: 11px;
	font-weight: bold;
}

.navBar {
    height: 3px;
    background: #0C3D8C;
    border-radius: 5px;
    margin: auto auto auto 0;
}

.navBar:nth-of-type(1) {
    width: 31px;
    top: 2px;
    transition: 0.3s ease-in;
    bottom: auto;
}

.navBar:nth-of-type(2) {
    width: 24px;
    top: 10px;
    transition: 0.3s ease-in;
}

.navBar:nth-of-type(3) {
    width: 17px;
    top: 18px;
    transition: 0.3s ease-in;
}

/* .navMenu {
    top: auto;
    bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-align: center;
} */

.hedaerMask {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    transition: 0.3s ease-in;
	z-index: 190;
}

.navigation {
    width: 100%;
    height: 100vh;
    background: #F4F5FA;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    transition: 0.5s;
    z-index: 190;
}

.navArea {
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.navConte {
    padding: 10% 15.86% 10% 14.02%;
    height: -webkit-fill-available;
    width: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.navRow {
    max-width: 950px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.navBtn.open {
	position: fixed;
}

.open span:nth-of-type(1) {
	/*top: 10px;
	bottom: auto;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	transition: 0.3s ease-in;*/
	/* background: #fff; */
}

.open span:nth-of-type(2) {
	opacity: 0;
	transition: 0.3s ease-in;
}

.open span:nth-of-type(3) {
    width: 30px;
    top: 10px;
	-webkit-transform: rotate(145deg);
	transform: rotate(145deg);
	transition: 0.3s ease-in;
	/* background: #0C3D8C; */
}

.open + .hedaerMask {
	opacity: 1;
	visibility: visible;
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	overflow: hidden;
	transition: 0.3s ease-in;
}

.open .navBtnIn span {
	/* color: #fff; */
}

.navigation.open {
	width: 100%;
	right: 0;
	transition: 0.5s;
}

.navbox01 > p {
    background: rgba(255,255,255,0.8);
    padding: 6px 10px 4px;
}

.navbox01 > p > i {
    margin: 0 5px 0 0;
}

.navbox01 > a {
	display: block;
	padding: 14px 10px 10px;
	color: #0C3D8C;
	border-bottom: solid 1px #0C3D8C;
	font-size: 15px;
}

/* ハンバーガーメニューここまで */


.btnA {
    max-width: 250px;
    font-size: 20px;
    padding: 16px 2%;
}

.fNav {
    display: none;
}

.fLogo {
    font-size: 22px;
}

.fLogoEn {
    font-size: 20px;
}

.fAccessBox {
    margin: 50px auto 0;
	display: block;
}

.fAccessBox > div {
	text-align: center;
}

.fAccessBox > div + div {
	margin: 30px auto 0;
}

.fAccessName {
    font-size: 20px;
}

.fAccesAdd {
    font-size: 17px;
}

.inCover {
    padding: 90px 0;
}

.coverEn {
    font-size: 30px;
}

.coverJa {
    font-size: 20px;
}


.jyunbi {
    font-size: 22px;
}















/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-- テーブル --*/

.baseTb {
	width: 100%;
}

.baseTb th, .baseTb td {
	width: 100% !important;
	display: block;
}


/* ヘッダー
----------------------------------------------------------- */

.logo {
	width: 60%;
}














/*--- modal ---*/

.telBtn a,
.menuBtn a {
	margin: 0;
	font-size: 300%;
	color: #555;
	text-align: center;
	display: block;
	line-height: 0;

}

#pageslide {
	width: 65%;
	padding: 1%;
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	color: #FFF;
	background: #eee;
	border-left: solid 5px #e5e5e6;
	box-shadow: rgba(0, 0, 0, 0.3) -1px 1px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) -1px 1px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) -1px 1px 10px 0px;
	overflow-y: auto;
}

p.btn-close {
	width: 60%;
	margin: 5% auto;
	padding: 6px 2% 3px;
	background: #fbfbfb;
	font-size: 94%;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.btn-close > a {
	text-decoration: none !important;
	color: #4d4d4d;
	display: block;
}

.page_slide_navi {
	width: 96%;
	margin: 0 auto;
}

#slide_navi li a {
	margin: 7px 0 0;
	display: block;
	text-align: center;
	color: #4d4d4d;
	font-weight: bold;
	line-height: 3;
	text-decoration: none;
	font-size: 90%;
	border-bottom: 1px solid #c9c9c9;
}


/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/*-----------------------------------------------------------
フッター
-----------------------------------------------------------*/














/*-- フッターアイコン --*/






















/* 中ページ
----------------------------------------------------------- */

.hSp .menuBtn {
    width: 25%;
    float: right;
}

.hSp > .telBtn {
    width: 25%;
    margin: 2px 12px 0px 0;
    float: right;
}

.hSp {
    width: 40%;
    float: right;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn {
	width: 12%;
}

.menuBtn {
	width: 12%;
	float: right;
}

.telBtn a,
.menuBtn a {
	font-size: 240%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn a,
.menuBtn a {
	font-size: 200%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




#recruitForm {    color: #333;
    font-size: 20px;
    line-height: 1.6;}