@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	font-size: 14px; 
	color: #282828;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}
a{
  color:#0071A2;
  text-decoration: underline;
 }
a:hover {
  color:#0071A2;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}
a img { 
	transition: opacity 0.2s linear; 
}
a:hover img { 
	opacity: 0.8;
}
img{
	vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.br-pc { 
  display:none;
}
.br-tb { 
  display:none;
}
.pcmenu{
	display:none!important;
}
.tbmenu{
	display:none!important;
}


.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px!important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.al_left{
	text-align: left;
}
.al_right{
	text-align: right;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

img{
	width:100%;
}
p{
	margin: 10px 0;
}

/* ヘッダー */
.container{
	max-width: 95%;
	margin: 0 auto;
	padding: 0 ;
  overflow: hidden;
}

/* ナビゲーション */
#head_wrap01{
	background-color: #fff;
	width:100%;
	transition: all ease .6s;
	position: fixed;
	height: 72px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);

}
.nav_bar_border{
	width: 100%;
	height: 5px;
	background-color: #00ABFF;
}
.sp_navi_menu{
	height: 67px;
}
.sp_navi_menu_wrap{
	display:inline-block;
}
.header_logo_sp{
	width: 200px;
	position: absolute;
	top: 22px;
	left: 12px;
	z-index: 3;
}
#toggle{
	position: absolute;
	width:22px;
	top: 25px;
	right: 20px;
}
.head_wrap{
	width:100%;
	margin: 0 auto;
}
.g_navi{
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.head_s{
	font-weight: 400;
	font-size:10px;
	letter-spacing: 1px;
	position: absolute;
	top: 15px;
	left: 50%;
	width:260px;
	transform : translate(-50%, -50%);
}
.header_logo_pc{
	display: none;
}

#menu {
	display: none;
}
#menu li{
	font-weight:700 ;
	font-size: 16px;
	display: block;
	float: none;
	margin: 0px;
	margin:0;
	border-top:1px solid #00ABFF;
}
#menu li a {
	color: #282828;
	font-weight:700;
	display: block;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 12px;
}
#menu li a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
 }
 #menu li:last-child{
	  	border-bottom:none;
}


/* top_mainvisual */
/* メインビジュアル */

.top_mainvisual{
	margin-top: 72px;
	width:100%;
  background-image: url("../img/top_mainvisual_sp.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 1;
  overflow: hidden;
	height: 310px;
	position: relative;
}
.bg_main{
	width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
}
.top_main_ttl_wrap{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
	height: 150px;
}
p.top_main_ttl_1{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color:#fff;
	font-size: 24px;
	line-height: 1.5;
	text-shadow: 3px 3px 6px #000; 	
  display: block;
  margin: 0;
  text-align:center;
  letter-spacing: 2px;
}
p.top_main_ttl_2{
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.5;
	text-shadow: 3px 3px 6px #000; 	
	text-align:center;
	margin-top: 15px;
	letter-spacing: 2px;
}


/* メインビジュアル */
/* top_mainvisual */


/* top_sec01 */

.top_sec01{
	max-width:100%;
	background-color: #EBF9FF;
}
.top_sec01_wrap{
	width:100%;
	background-color: #fff;
	margin: 30px 0;
	padding: 20px 16px 24px;
}
.top_sec01_left{
	width: 100%;
	float: none;
}
.top_sec01_ttl{
	font-family: 'Noto Serif JP', serif;
	font-size: 19px;
	line-height: 3;
	padding-left: 0px;
	font-weight: 900;
	 background-image: url("../img/top_sec01_icon.png");
	background-repeat: no-repeat;
  background-position: 0px;
  background-size:76px;
  height: 57px;
  letter-spacing: 1px;
}
.top_sec01_ttl span{
	color: #00A2E7;
}
.top_sec01_txt{
	font-size: 15px;
	line-height: 2;
}
.top_sec01_right{
	width: 100%;
	float: none;
	margin-top: 24px;
}
.top_sec02{
	max-width:100%;
	margin: 50px 0 0;	
}
.common_ttl{
	font-size: 26px;
	font-weight: 700;
	color:#00ABFF;
	letter-spacing: 0;
	width: 95%;
	margin: 0 auto;
}
.common_ttl_border{
	margin-top: 2px;
	border-bottom: 2px solid #00ABFF;
	width: 100%;
}
.top_sec02_wrap{
	margin: 10px auto;
	width:90%;

}
.top_sec02_cont{
	width:100%;
	margin: 40px 0px 0;	
}
.top_sec02_ttl{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	padding: 5px;
	background-color: #00A2E7;
	width: 100%;
	border-top-left-radius:20px; 
}



/* jisseki_mainvisual */
/* メインビジュアル */

.jisseki_mainvisual{
	margin-top: 72px;
	width:100%;
  background-image: url("../img/jisseki_mainvisual_sp.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 1;
  overflow: hidden;
	height: 124px;
	position: relative;
}
.bg_main02{
	width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
}
.common_main_ttl{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color:#fff;
	font-size: 23px;
	line-height: 1.6;
	text-shadow: 3px 3px 6px #000; 	
  display: block;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.bread_crumps_wrap{
	width: 95%;
	position: absolute;
	bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}
.bread_crumps{
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	letter-spacing: 1px;
}
.bread_crumps a{
	color: #fff;
	text-decoration: underline;
}
/* メインビジュアル */
/* jisseki_mainvisual */

.jisseki_sec01{
	max-width:100%;
	margin: 40px auto 0;
}
.jisseki_sec01_txt{
	text-align: center;
	letter-spacing: 1px;
	margin: 20px 0 0;	
}
.jisseki_sec01_wrap{
	margin: 0 auto;
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.jisseki_sec01_cont{
	width:47%;
	margin: 40px 5px 0;	
}
.jisseki_sec01_ttl{
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	padding: 5px;
	background-color: #004863;
	width: 100%;
	border-top-left-radius:20px; 
}
.jisseki_sec01_ttl02{
	font-size: 13px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0px;
	text-align: center;
	padding: 5px 0;
	background-color: #E7F7FF;
	width: 100%;
	height: 50px;
}
.pd15 {
	padding-top:15px;
}


/* company_mainvisual */
/* メインビジュアル */
.company_mainvisual{
	margin-top: 72px;
	width:100%;
  background-image: url("../img/company_mainvisual02_sp.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 1;
  overflow: hidden;
	height: 124px;
	position: relative;
}
.company_sec01{
	max-width:100%;
	margin: 40px auto 0;
}
.company_sec01_wrap{
	margin: 30px auto 0;
	width: 100%;
}
table.graph01{
	width: 100%;
}
table.graph01 th{
	width: 30%;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	padding: 14px 12px;
	background-color: #00A2E7;
	border: 1px solid #fff;
	letter-spacing: 1px;
	vertical-align: middle;
}
table.graph01 td{
	width: 70%;
	padding: 14px 14px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	letter-spacing: 0px;
}
table.graph01 td.gray{
	width: 70%;
	padding: 14px 14px;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	letter-spacing: 0px;
}
.company_sec02{
	max-width:100%;
	margin: 50px auto 0;
}
.company_sec02_back{
	width: 100%;
	background-color: #EBF9FF;
	margin-top: 20px;
}
.company_sec02_wrap{
	margin: 40px auto;
	width: 100%;
}
table.graph02{
	width: 100%;
}
table.graph02 th{
	width: 43%;
	font-size: 14px;
	font-weight: 700;
	padding: 14px 5px;
	background-color: #CEEFFF;
	border: 1px solid #CCCCCC;
	letter-spacing: 0px;
	vertical-align: middle;
}
table.graph02 td{
	width: 57%;
	padding: 14px 14px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}
.company_sec03{
	max-width:100%;
	margin: 50px auto 0;
}
.ggl_map{
	margin-top: 20px;
}
.ggl_map{
  position: relative;
  width: 100%;
  padding-top: 400px;
  overflow: hidden;
}
.ggl_map iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);

}

/* recruit_mainvisual */
/* メインビジュアル */
.recruit_mainvisual{
	margin-top: 72px;
	width:100%;
  background-image: url("../img/recruit_mainvisual_sp.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 1;
  overflow: hidden;
	height: 124px;
	position: relative;
}
.recruit_sec01{
	max-width:100%;
	margin: 40px auto 0;
}
.recruit_sec01_wrap{
	margin: 35px auto 0;
	width: 100%;
}
.recruit_sec01_left{
	float:none;
	width: 100%;
	background-color: #E7F7FF;
	padding: 30px 14px;
}
.recruit_sec01_txt{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	padding: 20px 0px;
	border-top:1px dashed #00A2E7;
	border-bottom:1px dashed #00A2E7;
	margin: 0;
	text-align: center;
}
.recruit_sec01_right{
	float:none;
	width: 100%;
	margin: 20px auto 0;
	width: 75%;
}
.recruit_sec02{
	max-width:100%;
	margin: 50px auto 0;
}
.recruit_sec02_txt{
	font-size: 17px;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 1px;
}
.recruit_sec03{
	max-width:100%;
	margin: 50px auto 60px;
}
.recruit_sec03_wrap{
	margin: 30px auto 0;
	width: 100%;
}
table.graph01 td span{
	color:#00A2E7;
}
.common_ttl02{
	font-size: 22px;
	font-weight: 700;
	color: #00ABFF;
	text-align: center;
	margin: 40px 0 20px;
}
.recruit_sec04{
	max-width:100%;
	margin: 50px auto 0;
}
.common_ttl_contact{
	width: 100%;
	background-color: #00ABFF;
	padding: 3px;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.recruit_sec04_wrap{
	width: 100%;
	margin: 25px auto;
	border: 1px solid #00ABFF;
	padding: 15px 0;
}
.recruit_sec04_border{
	margin: 0 auto;
	width: 90%;
	border-bottom: 1px solid #00ABFF;
	padding: 0 0 18px;
}
.recruit_sec04_txt{
	margin: 0;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}
.recruit_sec04_logo{
	width: 245px;
	margin: 18px auto 10px;
}
.recruit_tel{
	font-size: 26px;
	font-weight: 700;
	text-align: center;	
	margin: 0;
	letter-spacing: 1px;
}
.recruit_tel a{
	font-size: 26px;
	font-weight: 700;
	color: #00A2E7;
	text-decoration: underline;
}
.recruit_tel span{
	font-size: 18px;
	display: block;
}



.contact_sec01{
	width: 100%;
	margin: 35px auto 0;
}
.contactform{
	width: 100%;
}
.contactform th{
	width: 100%;
	padding: 0px 0;
	vertical-align: middle;
	font-weight: 400;	
	display: block;
}
.contactform td{
	width: 100%;
	padding: 15px 0 30px;
	vertical-align: middle;
	display: block;
}
.contactform02{
	width: 100%;
}
.contactform02 tr{
	border-bottom: 1px solid #00ABFF;
}
.contactform02 th{
	width: 100%;
	padding: 10px 0 0;
	vertical-align: middle;
	font-weight: 400;	
	display: block;
}
.contactform02 td{
	width: 100%;
	padding: 10px 0px;
	vertical-align: middle;
	display: block;
	font-size: 16px;
}



.required{
  font-size:13px;
  padding: 2px 10px;
  background:#DB3131;
  color: #fff;
  margin-left: 1em;
  border-radius: 4px;
}
.contactform td p.fot30,.contactform th p.fot30{
	font-size: 14px;
}

.contact_privacy{
	text-align: center;
	margin: 20px 0;
}
.frm_button_wrp{
	width: 100%;
	text-align: center;
	margin: 60px 0 30px;
}

.frm_button{
color:#fff;
font-weight: 700;
font-size: 16px;
background-color: #025A7E;
padding: 22px 28px;
margin: 0 auto;
display: inline-block;
text-decoration: none;
 border-radius: 8px;
letter-spacing: 1px;
text-align: center;
border:none;
cursor: pointer;
margin: 0 5px;
line-height: 1;
}
.frm_button_wrp input[type="button"]{
color:#fff;
font-weight: 700;
font-size: 16px;
background-color: #025A7E;
padding: 22px 28px;
margin: 0 auto;
display: inline-block;
text-decoration: none;
 border-radius: 8px;
letter-spacing: 1px;
text-align: center;
border:none;
cursor: pointer;
margin: 0 5px;
line-height: 1;
}
.frm_button_wrp input[type="submit"]{
color:#fff;
font-weight: 700;
font-size: 16px;
background-color: #59B93F;
padding: 22px 28px;
margin: 0 auto;
display: inline-block;
text-decoration: none;
 border-radius: 8px;
letter-spacing: 1px;
text-align: center;
border:none;
cursor: pointer;
margin: 0 5px;
line-height: 1;
}

.frm_button a{
	text-decoration: none;
	color: #fff;
	line-height: 1;
}
.frm_button:hover{
opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}
.use_icon{
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}


.contactform input[type="text"],
.contactform textarea{
  width: 100%;
  padding: 16px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	font-size: 15px;
}


.contact_sec01 h4{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin:0 0 40px ;
}
.contact_sec01 p.error_messe{
	 color:#DB3131;
}


/* iOSでのデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
}



/* footer01 */
.footer01{
	max-width:100%;
	margin: 110px 0 0;
	background-color: #E8F4F9;
	padding: 30px 0;
}
.foot_wrap{
	width:95%;
	margin: 0 auto;
}
.footer01_unit01{
	width: 85%;
	margin: 0 auto;
}
.footer01_unit01 p{
	font-size: 14px;
	margin-top: 15px;
	letter-spacing: 1px;
	text-align: center;
}
.footer01_unit02{
	width: 100%;
	margin-top: 15px;
}
.footer01_unit02 ul{
	line-height: 2.3;
	margin-bottom: 10px;
}
.footer01_unit02 li{
	display: inline;
}
.footer01_unit02 li a{
	font-size: 13px;
	font-weight: 500;
	color: #282828;
	line-height: 1.4;
	text-decoration: none;
	display: inline;
}
.footer01_unit02 li a:hover{
	opacity: 0.8;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; 
}
.footer01_unit02 li.foot_ttl{
	display: block;
}
.footer01_unit02 li.foot_ttl a{
	font-weight:700;
	font-size: 15px;
	color: #00A2E7;
	margin: 0 0 23px!important;
	text-decoration: none;
}
.footer01_unit02 li.foot_ttl a:hover{
	opacity: 0.8;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; 
}
.footer01_unit02 i.fas{
	color: #00A2E7;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.footer_copy{
	width:100%;
	background-color: #025A7E;
	display: block;
	font-weight: 400;
	font-size: 11px;
	color: #fff;
	padding: 10px;
	text-align:center;
	letter-spacing: 1px;
	margin: 0;
}

/*トップへ戻るボタン*/
.page_top {
	position: fixed;
	bottom: 0;
	right: 15px;
	padding-bottom: 25px;
	z-index: 1000;

}
body {
  position: relative;/*トップへ戻るボタンに必要な様です*/

}
