
/*---------------------------------
  共通デザイン
---------------------------------*/
/* 全要素のwidth計算方法変更 */
* {
  box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%; /* iOS Safari 用 */
    text-size-adjust: 100%;         /* 標準プロパティ */
}

/* ページの共通設定 */
body {
  color: #333;
/*  font-family:'Noto Sans JP',sans-serif; */
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,Verdana,sans-serif;
  line-height: 1.6;
  margin: 0;
  background-color: #F4F9F9;
}



/*---------------------------------
  共通レイアウト
---------------------------------*/
body {
  min-width: 960px;
}

#all {
  margin: 0 auto;
  width: 100%;
}
.main {
    margin: auto;
    width: 1200px; 
    background-color: rgba(255, 255, 255, 0.57);
}
.inner {
  background-color: rgba(255, 255, 255, 0.1);
  width: 960px;
  margin: 0 auto;
 /*padding-top: 40px;*/
  padding-bottom: 40px;
  /*margin-bottom: 30px;*/
}

.pc{
    display:block;
}

.mobile{
    display:none;
}

/* 段組み */
.flex {
  display: flex;
}

.flex2 {
  display: flex;
 justify-content:space-between;
}

.pc_flex{
    display:flex;
}

.flex2 img:hover{
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-item {
  padding: 10px;
}

.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w33 {width: 33%;}
.w34 {width: 34%;}
.w40 {width: 40%;}
.w45 {width: 45%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w66 {width: 66%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w85 {width: 85%;}
.w90 {width: 90%;}
.w100 {width: 100%;}

/* リスト */
ul {
  list-style-type: none;
  padding-left: 0;
}
ol {
  list-style-type: none;
  padding-left: 0;
}
dl, dt, dd {
    list-style: none;
}
dd {
  margin-left: 0;
}


/*---------------------------------
  ヘッダー
---------------------------------*/
.header_rogo p {
  text-align: center;
}



/*---------------------------------
  ヘッダーナビ
---------------------------------*/
.nav .flex {
  justify-content: center;
}

.nav ul li {
  width: 130px;
  text-align: center;
 vertical-align:bottom;

}

/* ナビボタンデザイン */
.button_nav{
  text-decoration: none;
  color: #114661;
  font-weight: bold;
  display: inline-block;
  transition: 0.4s;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor:pointer;
}
.button_nav:after {
  text-decoration: none;
  color: #206279;
  position: absolute;
  transition: 0.4s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #206279;
}
.button_nav:hover {
  color: #206279;
  text-decoration: none;
}
.button_nav:hover:after {
  width: 100%;
  left: 0;
}

/* ----------------------------------
個人情報保護方針
--------------------- */
.privacy-title{
    font-weight: bold;
    font-size:18px;
}

.recurit-privacy{
    width:91%;
    font-size: 14px;
    padding:50px;
    padding-left:20%;
}

pre{
    white-space: pre-line;
    width:90%;
}


/*---------------------------------
  コンテンツ
---------------------------------*/
/* 採用案内改修版 */
.flex_pc{
    display:flex;
    justify-content: center;    
    gap:25px;
}

.flex2{
    display:flex;
    justify-content: center;    
    gap:70px;
}

.fixed{
    position:fixed;
    z-index:1000; 
}

.container{
    max-width:1200px;
    margin:0 auto;
}

.recruit_image{
    background-image: url(../img/recruit_image.jpg);
    height:650px;
    padding-top:70px;
}

.recruit_header_pc{
    width:100%;
    display:flex;
    justify-content: center;   
    height:70px;
    background-color: #FFFFFF;
}

.recruit_header_smart{
    display:none;
}

.header_link{
    padding-top:20px;
}

.hmx_icon img{
    padding:15px;
}

.link_menu{
    font-size:20px;
    font-weight: bold;
    padding:15px;
    margin-top:20px;
    color:#006989;
    text-decoration:none;
}

.recruit_title{
    font-size:350%;
    text-align:center;
    padding-top:15%;
    font-weight: bold;
    color:#FFFFFF;
}

.recruit_sub_title{
    font-size:180%;
    text-align:center;
    font-weight: bold;
    padding-top:10px;
    color:#FFFFFF;
}

.recruit_main_pc{
    display:block;
    font-size:18px;
    color:#006989;
    font-size:165%;
    font-weight: bold;
    text-align:center;
    margin:50px;
    width:90%;
}

.recruit_main_smart{
    display:none;
}

.rec_title{
    font-size:25px;
    font-weight: bold;
    color:#006989;
    margin:0 auto;
    width:50%;
    padding:50px;
    text-align:center;
}

.back-1{
    background-color:#FFFFFF;
    width:100%;
}

.box_title{
    font-weight: bold;
    padding-top:15px;
    text-align:center;
    text-decoration: underline;
    font-size:18px;
}

.box_main{
    text-align: center;
    font-weight: bold;
    font-size:180%;
    color:#006989;
    padding-top:20px;
    padding-bottom:5px;
}

.box30 {
    width:21%;
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #5bb7ae;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
    text-align: center;
}

.box19 {
    position: relative;
    padding:0.25em 1em;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}

.box19 img{
    height:100%;
    padding:15px;
}

.back-2{
    background-color: #FFFFFF;;
}

.comment_pr{
    width:100%;
    margin:0 auto;
    padding:70px;   
}

.comment_pr p{
   /* margin-left:25%; */
    font-family:serif;
    text-align:center;
    font-size:23px;
    line-height: 37px;
}

.pr_name{
    font-family:serif;
    text-align:right;
    padding-right:10%;
    font-size:20px;
    padding-top:15px;
}

.section_1{
    width:100%;
    margin:0 auto;
    padding:70px;
}

.section_2{
    width:100%;
    margin:0 auto;
    padding:70px;
}

.section_3{
    max-width:1200px;
    margin:0 auto;
    padding:70px;
}

.section_4{
    max-width:1200px;
    margin:0 auto;
    padding:70px;
}

.section_5{
    max-width:1200px;
    margin:0 auto;
    padding:70px;
}

.section_6{
    max-width:1200px;
    margin:0 auto;
    padding:70px;
}

.section_7{
    max-width:1200px;
    margin:0 auto;
    padding:70px;
}

.recuire_box1{
    width:25%;
    padding:15px;
   /* background-color: #fffacd; */
    background-color: #4169e1;
}

.recuire_box1 p{
    text-align:center;   
}

.recuire_box2{
    background-color: #f5f5f5;
    width:91%;
    padding:15px;
    margin:auto;
    margin-bottom:45px;
    
}

.box-title{
    font-weight:bold;
    color:#006989;
    padding:5px;
    padding-top:15px;
    font-size:20px;
}

.box-title p{
    font-weight: bold;
}

.jobinfo{
    padding:30px;
}

.box-main{
    padding:10px;
}

.box22{
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    width:91%;
    margin:auto;
    margin-bottom:45px;
}
.box22 p {
    margin: 0; 
    padding: 0;
}

.box22 img{
    width:300px;
    height:100%;
    padding:30px;
}

.requirement{
    width:100%;
    background-color: #f5f5f5;
    padding:30px 100px 30px 100px;
}

.requirement img{
    width:50px;
}

.requirement h4{
    margin-bottom:5px;
}

.requirement p{
    padding-left:20px;
    margin-top:0;
}

.flow{
    text-align: center;
    padding:30px;
}


/* 採用スマホ用CSS */
@media (max-width: 957px) {
body{
    min-width:100%;
}

.flex_pc{
    display:block;
}

.recruit_image{
    background-image: url(../img/recruit_image_smart.png);
    height:810px;
    /*width:400px;*/
    width:100%;
}

.recruit_title{
    font-size:160%;
    padding-top:70%;
}

.recruit_sub_title{
    font-size:80%;
}

.recruit_header_pc{
    display:none;
}

.recruit_header_smart{
    display:block;
}

.recruit_main_pc{
    display:none;
}

.recruit_main_smart{
    display:block;
    font-size:18px;
    color:#006989;
    font-size:165%;
    font-weight: bold;
    text-align:center;
    margin:50px;
    width:90%;
}

.menu-wrapper {
  display:block;
}

.menu-icon {
  width: 40px;
  height: 30px;
  position: fixed; /* ← fixedにして常に左上固定 */
 /* top: 20px;*/
  left: 20px;
  cursor: pointer;
  z-index: 3;
  display: inline-block;
  padding-bottom:10px;
}

.menu-icon span {
  display: block;
  height: 4px;
  margin: 6px 0;
  background: #333;
  border-radius: 2px;
  transition: 0.4s;
}

/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* オーバーレイ背景 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
}

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（左から出す） */
.menu {
  position: fixed;
  top: 0;
  left: -250px; /* ← 初期位置を左へ */
  width: 250px;
  height: 60%;
  background: #f5f5f5;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: left 0.4s ease;
  z-index: 2;
}

#menu-toggle:checked ~ .menu {
  left: 0; /* ← 開いたときは左0へ */
}

.menu ul {
  list-style: none;
  padding: 60px 20px;
}

.menu li {
  margin: 20px 0;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  transition: color 0.3s;
  border-bottom: dashed 2px #008542;
}

.menu a:hover {
  color: #007bff;
}

.recruit_main_pc{
    display:none
}

.recruit_main_smart{
    font-size:20px;
    color:#006989;
    font-weight: bold;
    text-align:center;
    margin:0;
    padding:40px;
    width:100%;
}

.rec_title{
    padding:25px;
    width:100%;
}

.comment_pr{
    width:95%;
    margin:0 auto;
    padding:5px;   
}

.comment_pr p{
    width:80%;
    margin-left:10%;
    font-size:16px;
}

.pr_name{
    font-family:serif;
    text-align:center;
    padding-right:0;
    font-size:18px;
    padding-top:15px;
}

.requirement p{
    margin-top:0;
}

.recuire_box1{
    width:100%;
    height:100%;
    padding:20px;
    margin-bottom:10px;
}

.recuire_box2{
    width:100%;
    height:100%;
    padding:20px;
    margin-bottom:10px;
}

.section_1{
    width:100%;
    margin:0 auto;
    padding:15px;
}

.section_2{
    max-width:100%;
    margin:0 auto;
    padding:20px;
}

.section_3{
    max-width:100%;
    margin:0 auto;
    padding:20px;
}

.section_4{
    max-width:100%;
    margin:0 auto;
    padding:20px;
}

.section_5{
    max-width:100%;
    margin:0 auto;
    padding:20px;
}

.section_6{
    max-width:100%;
    margin:0 auto;
    padding:20px;
}

.section_7{
    max-width:100%;
    margin:0 auto;
    padding:20px;
}

/*---------------------------------
  採用 スマホ用
---------------------------------*/
@media screen and (max-width: 957px) {
/*@media screen and (max-width: 480px) { */

.main {
    margin: auto;
    width: 100%; 
    background-color: rgba(255, 255, 255, 0.57);
}

.pc{
    display:none;
}

.mobile{
    display:block;
}

.pc_flex{
    display:block;
}

.header_pc{
    display:none;
}

.requirement {
    padding:25px;
}


/*---------------------------------
  スマホ用ハンバーガーメニュー
---------------------------------*/

/* ハンバーガーがXに変形 */
/*#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* オーバーレイ背景 */
/*.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
}

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（左から出す） */
/*.menu {
  position: fixed;
  top: 0;
  left: -250px; /* ← 初期位置を左へ */
 /* width: 250px;
  height: 60%;
  background: #f5f5f5;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: left 0.4s ease;
  z-index: 2;
}

#menu-toggle:checked ~ .menu {
  left: 0; /* ← 開いたときは左0へ */
}

/*.menu ul {
  list-style: none;
  padding: 60px 20px;
}

.menu li {
  margin: 20px 0;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  transition: color 0.3s;
  border-bottom: dashed 2px #008542;
}

.menu a:hover {
  color: #007bff;
} */
.header {
    height: fit-content;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    z-index: 1000;
}

.header-inner {
    padding: 0 5%;
}

.box30 {
    width:80%;
    margin:auto;
    margin-bottom:35px;
}

/* ---------------------------------------------- */
/* ハンバーガーメニュー */
/* ------------------------- */
#header-hamburger {
    /* 見た目のCSS */
    background: #6faa3c;
    cursor: pointer;
    width: 50px;
    aspect-ratio: 1/1;
    margin-left: auto;
    /* ボタンがハンバーガーウィンドウの下に隠れないようにする指定 */
    position: relative;
    z-index: 10;
}

/* ----------------- */
/* 三本線 */
/* ----------------- */
#header-hamburger span {
    /* 見た目のCSS */
    display: inline-block;
    background: #fff;
    width: 50%;
    height: 2px;
    /* バーガー線の太さ */
    /*アニメーションの設定*/
    transition: all .4s;
    position: absolute;
    left: 50%;
    /* バーガー線の位置 */
    transform: translateX(-50%);
}

/* １本目 */
#header-hamburger span:nth-of-type(1) {
    top: 30%;
}

/* ２本目 */
#header-hamburger span:nth-of-type(2) {
    top: 50%;
}

/* ３本目 */
#header-hamburger span:nth-of-type(3) {
    top: 70%;
}

/* ------------------ */
/* ×印 */
/* ------------------ */
/*activeクラスが付与されると線が回転して×になる*/
#header-hamburger.active span:nth-of-type(1) {
    top: 50%;
    left: 25%;
    transform: rotate(-45deg);
    width: 50%;
}

#header-hamburger.active span:nth-of-type(2) {
    opacity: 0;
}

#header-hamburger.active span:nth-of-type(3) {
    top: 50%;
    left: 25%;
    transform: rotate(45deg);
    width: 50%;
}

/* ----------------------------------------------- */
/* メニューウィンドウ */
/* -------------------------- */
#hamburger-window {
    transition: 0.3s;
    text-align: center;
    /* 初期状態は非表示 */
    visibility: hidden;
    position: fixed;
    top: 50px;
    right: -100vw;
    z-index: 1;
    /* 画面いっぱいに表示されるサイズに設定 */
    width: 100%;
    height: 100vh;
    /* 画面からはみ出したらスクロール可能にする */
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hamburger-window__nav-list{
    margin:0;
}

/*スクロールバー非表示（Chrome・Safari）*/
.content::-webkit-scrollbar{
    display:none;
}

#hamburger-window.open {
    visibility: visible;
    right: 0;
}

.hamburger-window__link {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.hamburger-window__link:hover {
    background-color: #ccc;
}

.hamburger-window__link p {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hamburger-window__link:first-child .acordion-btn {
    border-top: 1px solid #ccc;
}


/* ----------------------------------
アコーディオン部分
--------------------- */
.acordion-menu-wrapper {
    background-color: #fff
}    

.acordion-btn {
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.acordion-btn:hover {
    background-color: #ccc;
}

.acordion-btn::after {
    /* fontawesomeアイコンを表示 */
    content: '\2b';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    position: absolute;
    right: 5%;
    width: 10px;
    aspect-ratio: 1/1;
    color: #333;
}    

.acordion-btn.is-open::after {
    /* fontawesomeアイコンを表示 */
    content: '\f068';
}

.hamburger-window__link {
    border-top: 1px solid #ccc;
    background-color: #FFF;
}

.hamburger-window__title,
.hamburger-window__link > a {
    color: #333;
}

.hamburger-window__link > a {
    display: block;
    text-align: left;
    padding-left: 5%;
    position: relative;
}

.hamburger-window__link > a::after {
    /* fontawesomeアイコンを表示 */
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    width: 10px;
    aspect-ratio: 1/1;
    color: #333;    
}

.acordion>.acordion__item {
    position: relative;
    text-align: left;
    width: 100%;
    background-color: #dfdfdf;
    /* 閉じている状態 */
    border-top: 0 #ccc solid;
    line-height: 0;
    /* 閉じるアニメーション */
    transition:
        border-top .1s ease-out,
}

.acordion.is-open>.acordion__item {
    background-color: #dfdfdf;
    /* 開いている状態 */
    border-top: 1px #ccc solid;
    /* 開くアニメーション */
    transition:
        border-top .1s ease-out,
}

.acordion.is-open>.acordion__item:first-child {
    border-top: none;
}

.acordion.is-open>.acordion__item::after {
    /* fontawesomeアイコンを表示 */
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10%;
    width: 10px;
    aspect-ratio: 1/1;
    color: #333;
}

.acordion>.acordion__item>.acordion__link {
    color: #333;
    display: block;
    padding-left: 7%;
    /* 閉じている状態 */
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    /* 閉じるアニメーション */
    transition:
        padding-top .3s ease-out,
        padding-bottom .3s ease-out,
        line-height .3s ease-out,
        opacity .1s linear,
        visibility .1s linear;
}

.acordion.is-open>.acordion__item>.acordion__link {
    display: block;
    padding-left: 7%;
    /* 開いている状態 */
    padding-top: 23px;
    padding-bottom: 23px;
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
    /* 開くアニメーション */
    transition:
        padding-top .3s ease-out,
        padding-bottom .3s ease-out,
        line-height .3s ease-out,
        opacity .1s linear,
        visibility .1s linear;
}


}