@charset "utf-8";

.rpimg {

}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.green {
	color: #129c9e;
}
.lgreen {
    color: #6dc1a0;
}
.bg_1{
    background-color: #005259;
    color: #fff;
}
.bold {
	font-weight:bold;
}

.goshic{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}
.white{color: #ffffff;}

/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col {
	color:inherit !important;
}
a {
	color:#13428a;
	text-decoration:none;
}
a:visited {
	color:#13428a;
	text-decoration:none;
}
a:hover {
	color:#597aad;
	text-decoration:none;
}
a:active {
	color:#13428a;
	text-decoration:none;
}

.btn a {
	transition:opacity 0.3s;
}
.btn a:hover {
	opacity: 0.7;
}

a[href*="tel:"] {
    color: inherit;
}

/*@media (min-width: 561px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}*/

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2 !important;
}
.lh_0 {
	line-height:0;
}
html {
	height:100%;
    font-size: 1em;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#333;
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1em;
    z-index: 0;
	overflow-x: hidden;
}
@media screen and (max-width: 640px) {
    body {
        font-size: 1.0em;
    }
}
@media screen and (max-width: 320px) {
    body {
        font-size: 0.84em;
    }
}

.fserif {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}


#wrapper {
    flex: 1 1 auto;
	overflow: hidden;
}
.ovf {
    overflow: hidden;
}

.mgend {
	margin-bottom:8em;
}
.mgl {
	margin-bottom:6em;
}
.mgm {
	margin-bottom:4em;
}
.mgms {
	margin-bottom:3em;
}
.mgs {
	margin-bottom:2em;
}
.mgsm {
	margin-bottom:1.5em;
}
.mgss {
	margin-bottom:1em;
}
.mgsss {
	margin-bottom:0.5em;
}

@media screen and (min-width: 641px) {
    .sp {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
}

#header {
	position: fixed;
	width: 100%;
	height: 140px;
    box-sizing: border-box;
    z-index: 3000;
	padding: 1%;
	background-color: #ffffff;
}

#header h1 {
	width: 1040px;
	text-align: left;
font-size: 0.84em;
	font-weight: normal;
	margin: 0 auto;
    transition:all 0.3s;
}
#header .logo img{width: 200px; float: left;margin-right: 2%;}

.header-right{width: 400px;float: right;padding-left: 2%;}
.header-right .new_graduate{display: inline-block;background-color: #45c0ee;color:#ffffff; float: left;padding: 3% 0%;width: 200px;text-align: center;}
.header-right .career{display: inline-block;background-color: #003894;color:#ffffff; float: left;padding: 3% 0%;width: 200px;text-align: center;}
.header_inner{
	position:relative;
    box-sizing: border-box;
    width: 1100px;
	padding: 0.2em 30px;
    margin:0 auto;
	text-align:left;

}


/*------------------------------------------------------------
	グローバルメニュー
------------------------------------------------------------*/
#gnavi {
	clear: both;
	position:relative;
	width:1100px;
	top:10px;
	height: 70px;
	z-index:3001;
}

#gnavi ul {
    position:relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#gnavi ul li {
	position:relative;
    box-sizing: border-box;
	height: 50px;
	
}
#gnavi ul li a img{width: 18px;}
#gnavi ul li a {
    font-size:16px;
	text-align: center;
	display:block;
    padding: 0.6em 20px;
	transition:all 0.3s;
	color:#000000;
}

#gnavi ul li a:hover {
    color: #C1C1C1;
}
#gnavi ul li.contact:hover{background-color: #868685;}

nav,#toggle{display: none;}


/* フレックスボックス */
.flexbox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;}
.flexbox::after{
  content:"";
  display: block;
  width:31%;}
.box-item02{width: 49%;display: block;margin:1% 0 1%;}
.box-item03{width: 31%;display: block;margin:1% 0 3%;}
.box-item04{width: 23%;display: inline-block;margin:1% 0 3%;height: auto;}
.box-item03 img,.box-item04 img{width: 100%;}




.container{
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 5em 100px;
	margin:0 auto;
	text-align:left;
}

.container_t {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 0 100px 5em 100px;
	margin:0 auto;
	text-align:left;
}
.container_nt {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 5em 100px 0em 100px;
	margin:0 auto;
	text-align:left;
}
.container_f {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
	margin:0 auto;
	text-align:left;
}
.container_00 {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 0 100px 0 100px;
	margin:0 auto;
	text-align:left;
}
.container_small {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 3em 100px 3em 100px;
	margin:0 auto;
	text-align:left;
}

.mt5per{margin-top: 5%;}



#footer {
	background-color: #efefef;
    padding: 5em 0 0;
    color: #231815;
}
.footer_inner{
	position:relative;
	display: flex;
    box-sizing: border-box;
    width: 1200px;
	height: auto;
	padding: 0em 0px;
    margin:0 auto;
	text-align:left;
}
.footer_inner .footer{padding: 2%;width: 260px;}
.footer_inner .footer img {
	float: none;
  width: 100%;
	margin-top: 0.4%;
    transition:all 0.3s;
}
.ft-ad{clear: both;padding-top: 3%;}
.ft-ad li{line-height: 1.4em;font-size: 1.0em;}
.ft_ad{width: 36%;}
/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
#fnavi {
	position:relative;
	display: flex;
	width:60%;
	top: 20px;
    left: 0%;
}
#fnavi ul {
	width: 50%;
    position:relative;
    display: block;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 3%;
	margin-right: 4%;
}
#fnavi ul li{line-height: 30px;}

#fnavi ul li a {
    font-size:16px;
	display:block;
    padding: 5px 10px;
	transition:all 0.3s;
	color:#231815;
	border-bottom: solid 1px #9fa0a0;
	position: relative;
}
#fnavi ul li a:after {
content: "";
background: url("../img/fnavi_icon.svg") no-repeat;
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
margin: 0 0 3px 10px;
position: absolute;
right:4px;
	top:13px;
}
#fnavi ul li a:hover {
    color: #C1C1C1;
}
#fnavi ul li:hover{background-color: #868685;}
.ft_box {
    width: 1000px;
    padding: 0 20px;
    margin: 0 auto 5em;
    display: flex;
    flex-wrap: wrap;
	position: relative;
}


.ft_navi {
	padding: 0;
	text-align:left; 
	font-size: 1em;
	line-height: 1.6em;
}

.ft_navy{padding: 2% 0;background-color: #000000;}	
.copyright {
	width: 1000px;
	margin: 0 auto;
    font-size:0.8em;
    line-height: 1.5;
	text-align: left;
	bottom:0%;left:0%;
	color:#ffffff;
	
}

.pagetop {
	position:fixed;
	width:50px;
	height:50px;
	bottom:80px;
	right:-80px;
	z-index:10000;
}
.pagetop img {
	width:50px;
}

/* section_contact */
/* section_10 */
.section_10{margin:0 auto;background-image: url("../img/sec_10_back_pc.webp");
	background-repeat: no-repeat;background-size: cover;background-position: center; position: relative;}
.entry_left{width: 48%;float: left;}
.entry_right{width: 48%;float: right;}
.entry_left img,.entry_right img{width: 100%;}
/* ボタンCSS */
.button ,.button-white {
  text-align: center;
}
.button a {
  border: 1px solid #000000;
  display: inline-block;
  max-width: 360px;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  text-align: center;
  color: #000000;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}

.button a::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.button-white  a {
  border: 1px solid #ffffff;
  display: inline-block;
  max-width: 360px;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}

.button-white  a::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.sp_head_mail{display: none;}

/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width: 1000px) {
.tbnone{display: none;}

#header {
	position: fixed;
	width: 100%;
	height: 90px;
    box-sizing: border-box;
    z-index: 3000;
	padding: 1%;
}
.header-right{display: none;}
.header_inner{
	position:relative;
    box-sizing: border-box;
    width: 100%;
	height: 70px;
	padding: 1em 0px;
    margin:0 auto;
	text-align:left;
}
#gnavi {display: none;}
nav{display: block;}
.sp_head_mail{display: block;position:absolute;
    padding: 0;
    width:52px;
	height:52px;
	top:9px;
	right:60px;}
	.sp_head_mail:hover{opacity: 0.5;}
#toggle {
   position:absolute;
    padding: 13px 9px;
    width:32px;
	height:24px;
	top:10px;
	right:5px;
	cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    z-index: 100000;
	background-color: #000000;
}


#toggle span {
    background-color: #ffffff;
    width: 100%;
    height: 4px;
    transition: all 0.3s;
}
#toggle span:nth-of-type(1) {
    transform-origin: top left;
}
#toggle span:nth-of-type(2) {
    transform-origin: center left;
    opacity: 1;
}
#toggle span:nth-of-type(3) {
    transform-origin: bottom left;
}
#toggle.close span:nth-of-type(1) {
    transform: rotate(32deg) scale(1.2, 1);
}
#toggle.close span:nth-of-type(2) {
    opacity: 0;
}
#toggle.close span:nth-of-type(3) {
    transform: rotate(-32deg) scale(1.2, 1);
}
#navi {
    display: none;
    justify-content: center;
    align-items:flex-start;
	position:fixed;
	text-align:center;
	z-index:3001;
	width:400px;
    height: 100vh;
	top:0;
	right:-100%;
    background-color: rgba(255,255,255,0.7);
	color:#ccc;
    overflow-y: auto;
    backdrop-filter: blur(10px);
    overscroll-behavior-y: contain;
}
#navi nav {
    height: calc(100% + 1px);
}
#navi .navibox {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 30px;
}
#navi ul {
    width: 100%;
}
#navi li {
    position: relative;
	width:100%;
    box-sizing: border-box;
    border-bottom:1px solid #999;
}
#navi li a {
	display:block;
	text-decoration:none;
    text-align: left;
	color:#333;
    font-size: 1em;
    font-weight: bold;
	padding-left: 2em;
	line-height:3.5em;
	transition: all 0.3s;
}
#navi li a:hover {
	background-color: rgba(109,193,160,0.2);
}
.container{
    position: relative;
    box-sizing: border-box;
    width: 100%;
	padding:2em 5%;
	margin:0 auto;
	text-align:left;
}

.container_t {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5% 5em 5%;
	margin:0 auto;
	text-align:left;
}
.container_nt {
    position: relative;
    box-sizing: border-box;
   width: 100%;
	padding:2em 5% 0em;
	margin:0 auto;
	text-align:left;
}
.container_f {
    position: relative;
    box-sizing: border-box;
    width: 100%;
	margin:0 auto;
	text-align:left;
}
.container_00 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5%;
	margin:0 auto;
	text-align:left;
}
.container_small {
    position: relative;
    box-sizing: border-box;
    width: 100%;
	padding:1.2em 5%;
	margin:0 auto;
	text-align:left;
}
	
	

	
.ft_box {
    width: 100%;
	box-sizing: border-box;
    padding: 0 5%;
    margin: 0 auto 5em;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.footer_inner{
	position:relative;
    box-sizing: border-box;
    width: 100%;
	height: auto;
    margin:0 auto;
	text-align:left;
}
.footer_inner .footer img {
	float:none;
  width: 200px;
	margin-top: 0.4%;
    transition:all 0.3s;
	margin-bottom: 5%;
}



.copyright {
	width: 96%;
	margin: 0 auto;
    font-size:0.8em;
    line-height: 1.5;
	text-align: left;
	bottom:0%;left:0%;
}

}

/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width: 640px) {
#header {
	position: fixed;
	width: 100%;
	height: 100px;
    box-sizing: border-box;
    z-index: 3000;
	padding: 1%;
}
#header h1 {
	width: 100%;
	text-align: left;
font-size: 0.84em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 auto;
    transition:all 0.3s;
}
.tbnone{display: none;}

.button a {
  border: 1px solid #000000;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  text-align: center;
  color: #000000;
  position: relative;
  font-weight: bold;
  text-decoration: none;
	box-sizing: border-box;
}

.button a::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.button-white  a {
  border: 1px solid #ffffff;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  position: relative;
  font-weight: bold;
  text-decoration: none;
box-sizing: border-box;
}

.button-white  a::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
/*------------------------------------------------------------
	スマホバーガーメニュー
------------------------------------------------------------*/

#toggle {top:10px;}
#gnavi {display: none;}
#header h1 img {
	float: left;
  width: auto;
	height: 50px;
    transition:all 0.3s;
	margin-top: 1.4%;
}
.header_inner{
	position:relative;
    box-sizing: border-box;
    width: 96%;
	height: 70px;
	padding: 1em 0%;
    margin:0 auto;
	text-align:left;
}
.container {
    width: 100%;
	padding:2em 5%;
}

.container_nt {
    width: 100%;
	padding:2em 5% 0em;
}
.container_f {
    width: 100%;
}
.container_00 {
    width: 100%;
    padding: 0 5%;
}
.container_small {
    width: 100%;
	padding:2em 5%;
}
.mt5per{margin-top: 2%;}
	
	
.pc {
		display:none !important;
	}
    .spcenter {
        text-align:center !important;
    }
    .spleft {
        text-align:left !important;
    }
    .mgend {
    margin-bottom:5em;
}
	.mgs {
	margin-bottom:1em;
}
	.mgms {
	margin-bottom:2em;
}

	
.box-item04{width: 49%;margin:1% 0 3%; }
.box-item03{width: 48%;margin:1% 0 3%; }
.ft_ad,.footer_inner{width: 100%; display: block;}
.footer_inner .footer{padding: 0 2%;width: 70%;}
.footer_inner .footer img {
	float:none;
  width: 100%;
	margin-top: 0.4%;
    transition:all 0.3s;
	margin-bottom: 0%;
}
/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
#fnavi {
	position:relative;
	width:100%;
	top: 0px;
    right: 0%;
	 display: block;
}
#fnavi ul {
	width:100%;
    position:relative;
    display: block;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 0%;
	margin-right: 0%;
}
.ft_box {box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
    margin: 0 auto 2em;
	display: block;
}

.ft_navi {
    width: 100%;
    border-left-width: 0;
	margin-top: 0.4em;
    padding: 0em 0 2em;
	font-size: 1.14em;
	text-align: left;
}
.footer_h3{margin-top: 0%;}


.pagetop {display: none;}

.ft-ad li{line-height: 1.4em;font-size: 1.0em;}
/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
.copyright {
	padding-bottom: 120px;
}
.sp_footmenu_02{position: fixed;bottom:0; padding: 0%;}
.sp_footmenu_02 a img{width: 50%;}

.entry_left,.entry_right{width: 100%;float: none;}
}
