@charset "utf-8";
/* CSS Document */
*{
    box-sizing: border-box;
}
html{
	overflow-y : scroll;
}
body {
	background: #ffffff;
	font-size-adjust: 100%;
	position: relative;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
    line-height: 1.7;
}
a {
	color: #000000;
	text-decoration: none;
}
.sp {
	display: none;
}

/*------------------
  ヘッダー
-------------------*/
.out_header .pc {
    background-color: #fff;
    border-top: 6px solid #004097;
    position: fixed;
    z-index: 100;
    width: 100%;
    box-shadow: 6px 3px 3px -2px #a5a5a5;
}
.out_header .pc .inner {
    display: flex;
	justify-content: space-between;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.out_header .pc h1 img {
	margin: 25px 0 0 1rem;
    max-width: 259px;
    width: 100%;
    height: auto;
}
.out_header .pc ul {
	display: flex;
	justify-content: space-between;
	margin: 1.2rem 0 1.2em;
}
.out_header .pc ul li {
	margin-left: 2rem;
	text-align: center;
}
.out_header .pc ul li a {
	display: inline-block;
	padding: 5px 10px;
}
.out_header .pc ul li a:hover {
	opacity: 0.8;
}
.out_header .pc ul .nav4 {
    background-color: #ffe000;
}
/*------------------
  ページタイトル
-------------------*/
.page_title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
	margin: 0 auto;
    background-image: url(../img/common/title_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page_title h1 {
    text-align: center;
    font-size: 200%;
    margin-top: 6%;
    color: #fff;
}
.page_title h1 span {
    font-size: 60%;
}

/*------------------
  h2
-------------------*/
.main_contents h2 {
    text-align: center;
    font-weight: bold;
    font-size: 225%;
    margin-bottom: 50px;
    color: #004097;
    line-height: 1;
}
.main_contents h2 span {
    font-weight: normal;
    font-size: 0.875rem;
    color: #808080;
}
/*------------------
  メイン
-------------------*/
.main_contents .inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 1rem 80px;
    padding-bottom: 6rem;
    text-align: center;
}
.main_contents section:nth-child(even) {
    background: #f5f5f5;
}
.main_contents .read {
    margin-bottom: 60px;
}
.bread {
    max-width: 1080px;
    width: 100%; 
    margin: 0 auto;
    font-size: 14px;
    padding: 0.75rem;
}
/*------------------
  ボタン
-------------------*/
input[type="submit"],
input[type="button"] {
    appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.button a,
.button input,
.btn_confirm input {
    color: #fff;
    padding: 1rem 0;
    max-width: 400px;
    width: 100%;
    display: block;
    background-color: #004097;
    text-align: center;
    margin: 3rem auto 0;
    box-shadow: 0px 5px #bfbfbf;
}
.button a:hover {
    opacity: 0.8;
}
.button a:active,
.button input:active,
.btn_confirm input:active {
  box-shadow: none;
  position: relative;
  top: 10px;
}
/*------------------
 採用ボックス
-------------------*/
.main_contents .recruit_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}   
.main_contents .recruit_box ul li {
    width: 31%;
    box-shadow: 5px 5px 5px 0px #a5a5a5;
    position: relative;
    margin-bottom: 2rem;
    background-color: #f5f5f5;
}
.main_contents .recruit_box ul li h3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #ffe000;
    font-size: 1.5rem;
    display: inline-block;
    padding: 0.5rem;
    min-width: 157px;
    box-shadow: 5px 5px 5px 0px #a5a5a5;
    color: #333;
}
.main_contents .recruit_box ul li .txt_wrap {
    text-align: left;
    padding: 3rem 1.5rem 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.main_contents .recruit_box ul li .txt_wrap p {
    margin-bottom: 0.75rem;
}
.main_contents .recruit_box ul li .txt_wrap h4 {
    color: #004097;
    text-align: center;
    font-size: 1.15rem;
    margin-bottom: 1rem;
}
.main_contents .recruit_box ul li .txt_wrap ul {
    display: block;
    list-style-type: disc;
    margin-left: 1rem;
    width: 94%;
}
.main_contents .recruit_box ul li .txt_wrap ul li{
    width: 100%;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 0.875rem;
}
/*------------------
 エリアボックス
-------------------*/
.main_contents .area {
    background-color: #666666;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-top: 2rem;
    display: flex;
    padding: 0.5rem;
}
.main_contents .area p {
    color: #fff;
}
.main_contents .area .area_tt  {
    background-color: #fff;
    font-size: 14px;
    padding: 0.5rem;
    display: inline-block;
    color: #000;
    margin-right: 1rem;
    min-width: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*------------------
 コンタクトボックス
-------------------*/
.main_contents .contact_box {
    background: #f5f5f5;
}
.main_contents .contact_box .read span {
    font-size: 0.8rem;
    color: #808080;
}
.main_contents .contact_box .apply {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.main_contents .contact_box .apply .tel {
    width: 48%;
    text-align: right;
}
.main_contents .contact_box .apply .tel p:nth-child(1) {
    color: #666;
    font-size: 0.75rem;
}
.main_contents .contact_box .apply .tel p:nth-child(2) a {
    font-size: 2rem;
    color: #004097;
}
.main_contents .contact_box .apply .button {
    width: 45%;
}
.main_contents .contact_box .apply .button a {
    margin: 0rem auto 0;
    background-color: #ffe000;
    color: #000;
    font-size: 1.3rem;
    padding: 0.7rem 0;
}
/*------------------
 トップへ戻るボタン
-------------------*/
/* トップへ戻るボタン */
.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 0.2em 0.6em;
  text-align: center;
  background: #004097;
  color: #fff;
  transition: 0.3s0;
  border: 1px solid #fff;
}

/* マウスオーバー時 */
.page_top_btn:hover {
  opacity: 0.8;
}
.page_top_btn span {
  position: relative;
  padding-left: 25px;
  display: block;
}
.page_top_btn span:before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 35px;
  bottom: 0;
  left: 8px;
  width: 13px;    /* くの字を山なりに見た時、左側の長さ */
  height: 13px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(-45deg);    /* くの字の向き */
}
html{
  scroll-behavior: smooth;
}
/*------------------
  フッター
-------------------*/
footer {
   background-image: url(../img/common/footer_back.jpg);
   background-repeat: no-repeat;
   background-position: bottom center;
   background-size: cover;
}
footer .inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0 0rem;
  min-height: 308px;
}
footer .wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 3rem;
}
footer .wrap .footer_apply {
    display: flex;
    justify-content: space-between;
    width: 52%;
}
footer .wrap .footer_apply .tel {
    width: 50%;
    text-align: right;
}
footer .wrap .footer_apply .button {
    width: 45%;
}
footer .wrap .footer_apply .tel p:nth-child(1) {
    color: #fff;
    font-size: 0.5rem;
}
footer .wrap .footer_apply .tel p:nth-child(2) a {
    font-size: 1.5rem;
    color: #fff;
}
footer .wrap .footer_apply .button a {
    margin: 0rem auto 0;
    background-color: #fff;
    color: #000;
    font-size: 0.875rem;
    padding: 0.7rem 0;
    font-weight: bold;
}
footer ul {
  display: flex;
  justify-content: space-around;
  max-width: 500px;
  width: 100%;
  margin: 2rem auto;
}
footer ul li a {
    color: #fff;
}
footer ul a:hover {
  opacity: 0.8;
}
footer .copy_right {
	background-color: #666666;
	color: #fff;
	text-align: center;
	font-size: 0.6rem;
	padding: 1rem 0;
}
footer .copy_right a {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
}
footer .copy_right a:nth-child(1):after {
    content: "|";
    padding: 0 10px;
}

#toggle {
		display: none;
	}


/*------------------------------------
  スマホ対応
-------------------------------------*/ 
@media screen and (max-width:501px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

/*------------------
  ハンバーガーメニュー
-------------------*/
#menu-trigger,
#menu-trigger span {
  display: inline-block;
  transition: all .4s;
  z-index: 100;
}
#menu-trigger {
  position: fixed;
  width: 32px;
  height: 32px;
  top:14px;
  right:14px;
  text-shadow: black 0 0 5px;
}
#menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}
#menu-trigger span:nth-of-type(1) {
  top: 0;
  text-shadow: black 0 0 5px;
}
#menu-trigger span:nth-of-type(2) {
  top: 10px;
  text-shadow: black 0 0 5px;
}
#menu-trigger span:nth-of-type(3) {
  top: 20px;
  text-shadow: black 0 0 5px;
}
#menu-trigger::after {
  position: absolute;
  top:30px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.6rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
}
#menu-trigger.active::after {
  content: 'CLOSE';
	top:30px;
}
#menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.sp nav {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
	background-color: #004097;
	z-index: 50;
}
.sp nav ul {
    padding: 1rem 0;
    border-top: 1px solid #fff;
    background-color: #23467d;
}
.sp nav li {
    padding: 1rem 0;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px dotted #ccc;
}
.sp nav .nav4 {
    padding-bottom: 15rem;
    border-bottom: none;
}
.sp nav li a {
	color: #fff;
}
/*------------------
  ロゴ
-------------------*/
.out_header .sp h1 {
    text-align: left;
    margin-left: 1rem;
}
.out_header .sp h1 img {
    margin: 22px 0 0 0rem;
    max-width: 230px;
    width: 100%;
    height: auto;
    padding-bottom: 1.5rem;
}
/*------------------
  ページタイトル
-------------------*/
.page_title {
    position: relative;
    min-height: 120px;
    width: 100%;
    top: 32px;
}
.page_title h1 {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    position: static;
    text-shadow: black 0 0 5px;
  }
/*------------------
  セクションタイトル
-------------------*/
.main_contents h2 {
    font-size: 160%;
    margin-bottom: 30px;
}
/*------------------
  メイン設定
-------------------*/
.main_contents .inner {
    padding: 40px 1rem 40px;
}
.main_contents .read {
    margin-bottom: 30px;
    text-align: left;
}
/*------------------
　ボタン
-------------------*/	
.button a {
    padding: 0.6rem 0;
    max-width: 300px;
    margin: 2rem auto 0;
}
/*------------------
recruit
-------------------*/
.main_contents .recruit_box ul {
    display: block;
}
.main_contents .recruit_box ul li {
    width: 100%;
}
.main_contents .recruit_box ul li h3 {
    font-size: 1.2rem;
}
.main_contents .recruit_box ul li .txt_wrap {
    margin-top: 1.5rem;
}
.main_contents .recruit_box ul li .txt_wrap h4 {
    margin-top: 1rem;
}
/*------------------
 エリアボックス
-------------------*/
.main_contents .area p {
    font-size: 14px;
}
.main_contents .area span {
    font-size: 14px;
    padding: 0.2rem;
    display: block;
    margin-right: 0rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
/*------------------
 コンタクトボックス
-------------------*/
.main_contents .contact_box .apply {
    display: block;
}
.main_contents .contact_box .apply .tel {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}
.main_contents .contact_box .apply .tel p:nth-child(2) a {
    font-size: 1.5rem;
}
.main_contents .contact_box .apply .button {
    width: 100%;
}
.main_contents .contact_box .apply .button a {
    font-size: 1rem;
}



/*------------------
  フッター
-------------------*/   
footer .inner {
    padding: 2rem 1rem 1rem;
    min-height: auto;
}
footer .wrap {
    display: block;
    padding-bottom: 1rem;
    text-align: center;
}
footer .wrap .footer_apply {
    display: block;
    width: 100%;
}
footer .wrap .footer_apply .tel {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
}
footer .wrap .footer_apply .button {
    width: 100%;
    margin: 1rem 0;
}
footer .wrap .footer_apply .button a {
    margin: 0rem auto 0;
}


footer ul {
    display: block;
}
footer ul li {
    margin-left: 2rem;
    list-style-type: initial;
    color: #fff;
}
footer ul a {
    font-size: 14px;
}	
}




