@charset "UTF-8";
/* ==============================
リセットcss
============================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-align: left;
}

main {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, dl {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

table {
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* 大枠 */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #333;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body > #wrapper {
  height: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media print {
  html {
    overflow: visible !important;
  }
  html body {
    overflow: visible !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
  box-shadow: #000 0 0 0;
}

/* レスポンシブ対応 */
x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* リンク */
a:link, a:visited {
  color: #0066FF;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066FF;
  text-decoration: underline;
}
a.op {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  text-decoration: none;
}
a.op:hover {
  opacity: 0.6;
}

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
  font-weight: normal;
}

.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* =====================================
reCAPTCHA
===================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/*----------------------------------------------------
アニメーション
----------------------------------------------------*/
.translateScaleUp {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
}

.translateScaleUp.visible {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット横長
   768-480     - タブレット縦長
   480-less    - スマホ
--------------------------------------------*/
.sp {
  display: none;
}

@media all and (min-width: 1025px) and (max-width: 1280px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .sp {
    display: block;
  }
}
/* ▼▼▼ ヘッダー
=====================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
header .header_inner {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_inner .logo {
  margin: 0 0 0 30px;
  width: 336px;
}
header .header_inner .logo img {
  width: 100%;
}
header .header_inner .logo svg {
  width: 100%;
  vertical-align: middle;
}
header .header_inner .navi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_inner .navi_wrap .gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 50px 0 0;
}
header .header_inner .navi_wrap .gnav_list li {
  position: relative;
  height: 80px;
  line-height: 80px;
  border-bottom: 3px solid #fff;
  -webkit-transition: border-bottom 0.2s linear, color 0.2s linear;
  transition: border-bottom 0.2s linear, color 0.2s linear;
}
header .header_inner .navi_wrap .gnav_list li:not(:last-child) {
  margin: 0 50px 0 0;
}
header .header_inner .navi_wrap .gnav_list li:hover {
  border-bottom: 3px solid #00347A;
}
header .header_inner .navi_wrap .gnav_list li:hover a {
  color: #00347A;
}
header .header_inner .navi_wrap .gnav_list li a {
  display: block;
  color: #333;
  text-decoration: none;
}
header .header_inner .navi_wrap .gnav_list li.menu_sp {
  display: none;
}
header .header_inner .btn_header {
  width: 200px;
}
header .header_inner .btn_header a {
  width: 200px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: block;
  background-color: #62B5AF;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
header .hamburger_menu_wrap {
  display: none;
}
header .lang {
  cursor: pointer;
  padding: 0 10px;
  position: fixed;
  right: 0;
  top: 144px;
  width: 60px;
  height: 60px;
  border-radius: 10px 0 0 10px;
  background-color: #0074d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -webkit-transition: width 0.2s linear, padding 0.2s linear;
  transition: width 0.2s linear, padding 0.2s linear;
}
header .lang .icon {
  width: 40px;
}
header .lang:hover {
  cursor: auto;
  width: auto;
}
header .lang:hover .translate {
  display: block;
}
header .lang .translate {
  display: none;
  margin-left: 15px;
  -webkit-transition: display 0.2s linear;
  transition: display 0.2s linear;
}

#google_translate_element {
  border-radius: 3px;
  overflow: hidden;
}
#google_translate_element .goog-te-gadget-simple {
  border: none;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
  margin-top: 80px;
}
#main .main_inner {
  padding: 70px 0 0;
}
#main .main_inner h2 {
  text-align: center;
  font-size: 55px;
  line-height: 1.2;
  margin: 0 0 30px;
}

/* ▼▼▼ ページタイトル
============================== */
#title_wrap {
  width: 100%;
  height: 520px;
  padding: 0 0 102px;
  margin: 0 0 102px;
  position: relative;
}
#title_wrap .page-visual-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px; /* 以前の高さ指定を維持 */
  overflow: hidden; /* 万が一のはみ出し防止 */
  z-index: 0;
}
#title_wrap .page-visual-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#title_wrap .container {
  position: relative;
  height: 520px;
}
#title_wrap .page_title {
  position: absolute;
  left: 0;
  bottom: -102px;
  color: #fff;
  height: 155px;
  background-color: #F6A429;
  padding: 0 45px 0 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#title_wrap .page_title::before {
  position: absolute;
  top: 0;
  left: -100vw;
  content: " ";
  display: inline-block;
  width: 100vw;
  height: 155px;
  background-color: #F6A429;
}

/* ▼▼▼ パンくず
=====================================*/
#path {
  position: absolute;
  right: 0;
  bottom: -102px;
  font-size: 14px;
  line-height: 1.2;
}
#path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#path ol li:not(:last-child) {
  margin: 0 10px 0 0;
}
#path ol li:not(:last-child)::after {
  margin: 0 0 0 10px;
  content: ">";
  display: inline-block;
}
#path ol li a {
  color: #333;
  text-decoration: underline;
}

/* ▼▼▼ 募集要項リンク
=====================================*/
#recruitment_link {
  background-color: #62B5AF;
  padding: 100px 0;
  color: #fff;
}
#recruitment_link h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 30px;
  color: #fff;
}
#recruitment_link .read {
  text-align: center;
}
#recruitment_link .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 0;
}
#recruitment_link .btn_wrap .btn {
  margin: 0 30px;
  width: 450px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#recruitment_link .btn_wrap .btn:hover {
  opacity: 0.7;
}
#recruitment_link .btn_wrap .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  text-decoration: none;
}
#recruitment_link .btn_wrap .btn a::after {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: " ";
  display: inline-block;
  width: 42px;
  height: 8px;
  background: url(../img/top/arrow_gr.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#recruitment_link .btn_wrap .btn a .title P {
  text-align: center;
  line-height: 1.2;
}
#recruitment_link .btn_wrap .btn a .title .jp {
  font-size: 24px;
  color: #0E4642;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.2em;
}
#recruitment_link .btn_wrap .btn a .title .en {
  font-size: 12px;
  font-family: "Helvetica", Arial, sans-serif;
  color: #0E4642;
}

/* ▼▼▼ フッター
=====================================*/
footer {
  width: 100%;
  background: #121212;
  clear: both;
  overflow: hidden;
  color: #fff;
  padding: 50px 0;
  font-size: 14px;
}
footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_inner .footer_info {
  width: 43%;
}
footer .footer_inner .footer_navi {
  width: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_inner .footer_navi .navi {
  width: 33.3333333333%;
  line-height: 1.2;
}
footer .footer_inner .footer_navi .navi .navi_item + .navi_item {
  margin-top: 15px;
}
footer .footer_inner .footer_navi .navi .navi_item.other::after {
  margin: 0 0 0 10px;
  content: " ";
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(../img/common/icon_link.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
footer .footer_inner .footer_navi .navi a {
  color: #fff;
  text-decoration: underline;
}
footer .footer_inner .footer_navi .navi .lower_layer {
  margin: 15px 0 0;
}
footer .footer_inner .footer_navi .navi .lower_layer li:not(:last-child) {
  margin-bottom: 15px;
}
footer .footer_inner .footer_navi .navi .lower_layer li::before {
  margin: 0 5px 0 0;
  content: "-";
  display: inline-block;
}
footer .footer_logo {
  width: 300px;
  margin: 0 0 25px;
}
footer .address_wrap {
  line-height: 1.4;
  margin: 0 0 25px;
}
footer .address_wrap .address {
  margin: 0;
  line-height: 1.8;
}
footer .address_wrap .address font:empty + br {
  display: none;
}
footer .address_wrap .address small {
  font-size: 0;
}
footer .address_wrap .address font small {
  font-size: inherit;
}
footer .address_wrap .google_map_link {
  position: relative;
  margin: 0 0 15px;
}
footer .address_wrap .google_map_link::before {
  margin: 0 5px 0 0;
  content: " ";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(../../img/common/icon_map.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
footer .address_wrap .google_map_link a {
  color: #fff;
  text-decoration: underline;
}
footer .btn_corporate {
  width: 200px;
  height: 35px;
  margin: 25px 0 0;
}
footer .btn_corporate a {
  color: #00347A;
  text-decoration: none;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
}
footer .btn_corporate a .icon {
  display: inline-block;
  margin-left: 5px;
}
footer .copyright {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
}

font:empty {
  display: none;
}
font:empty + br {
  display: none;
}

/* =====================================
ポップアップ
===================================== */
.popup, .popup_movie {
  cursor: pointer;
}

#pop_up {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 9999;
}
#pop_up .pop_up_inner {
  height: 80%;
  width: 70%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#pop_up .pop_up_inner .close {
  width: 60px;
  height: 60px;
  position: absolute;
  right: -80px;
  top: 0;
  cursor: pointer;
}
#pop_up .pop_up_inner .pop_up_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
}
#pop_up .pop_up_inner .pop_up_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
#pop_up .pop_up_inner .pop_up_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
}
#pop_up .pop_up_inner .pop_up_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 1000px;
  max-height: 100%;
  display: block;
  margin: auto;
}

/* =====================================

▼▼▼ max-width: 1024px

===================================== */
@media screen and (max-width: 1024px) {
  /* ▼▼▼ ヘッダー
  =====================================*/
  header {
    height: 80px;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_inner .logo {
    width: 270px;
  }
  header .container {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header {
    /* --------------------
    	ハンバーガーメニュー
    -------------------- */
  }
  header .hamburger_menu_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 20px;
    top: 23px;
  }
  header .hamburger_menu_wrap .menu {
    margin-right: 10px;
    font-size: 13px;
    color: #0053A5;
  }
  header .hamburger_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    border: none;
  }
  header .hamburger_menu .hamburger-menu__line {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #0053A5;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .hamburger_menu .hamburger-menu__line::before, header .hamburger_menu .hamburger-menu__line::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #0053A5;
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .hamburger_menu .hamburger-menu__line::before {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  header .hamburger_menu .hamburger-menu__line::after {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  header .hamburger_menu.is_nav_open {
    background-color: transparent;
  }
  header .hamburger_menu.is_nav_open .hamburger-menu__line {
    background-color: transparent;
  }
  header .hamburger_menu.is_nav_open .hamburger-menu__line::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .hamburger_menu.is_nav_open .hamburger-menu__line::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .lang {
    cursor: pointer;
    padding: 0;
    position: static;
    top: 144px;
    width: calc(100% - 80px);
    height: auto;
    margin: 40px auto 0;
    border-radius: 25px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    -webkit-transition: width 0.2s linear, padding 0.2s linear;
    transition: width 0.2s linear, padding 0.2s linear;
  }
  header .lang .icon {
    width: 40px;
    display: none;
  }
  header .lang:hover {
    cursor: auto;
    width: auto;
  }
  header .lang:hover .translate {
    display: block;
  }
  header .lang .translate {
    display: block;
    margin-left: 0;
  }
  #gnav {
    display: block;
    pointer-events: auto;
    right: -380px;
    width: 85%;
    max-width: 380px;
    position: fixed;
    z-index: 1000;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: visible;
    left: auto;
    overflow: auto;
    height: 100%;
    background: #0053A5;
    top: 80px;
  }
  #gnav::before {
    position: static;
    content: none;
    display: none;
  }
  #gnav::after {
    position: static;
    content: none;
    display: none;
  }
  #gnav.is_nav_open {
    z-index: 1000;
    right: 0;
  }
  #gnav .gnav_list {
    display: block;
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    font-size: 16px;
    margin: 40px auto 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  #gnav .gnav_list::before {
    position: static;
    content: none;
    display: none;
  }
  #gnav .gnav_list li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    height: 60px;
  }
  #gnav .gnav_list li:first-child::before {
    position: static;
    content: none;
    display: none;
  }
  #gnav .gnav_list li::after {
    position: absolute;
    right: 10px;
    top: 50%;
    content: " ";
    display: inline-block;
    width: 30px;
    height: 4px;
    background: url(../../img/common/menu_arrow.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    pointer-events: none;
  }
  #gnav .gnav_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    height: 59px;
    background-color: #0053A5;
    color: #fff;
    width: 100%;
  }
  #gnav .gnav_list li a:hover {
    background-color: #0053A5;
    color: #fff;
  }
  #gnav .gnav_list li.menu_sp {
    display: block;
  }
  #gnav .btn_header {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    margin: 40px auto 0;
  }
  #gnav .btn_header a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  /* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
  =====================================*/
  #main {
    width: 100%;
    margin: 80px auto 0;
  }
  #main .main_inner {
    padding: 40px 20px;
  }
  #main .main_inner h2 {
    font-size: 30px;
    margin: 0 0 20px;
  }
  #path {
    padding: 0;
    right: 20px;
    bottom: -80px;
  }
  /* ▼▼▼ ページタイトル
  ============================== */
  #title_wrap {
    width: 100%;
    height: 270px;
    padding: 0;
    margin: 0 0 70px;
  }
  #title_wrap .page-visual-wrapper {
    height: 270px;
  }
  #title_wrap .container {
    position: relative;
    height: 270px;
  }
  #title_wrap .page_title {
    position: absolute;
    left: 0;
    bottom: -70px;
    color: #fff;
    height: 120px;
    padding: 0 20px 0 20px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #title_wrap .page_title::before {
    position: absolute;
    top: 0;
    left: -100vw;
    content: " ";
    display: inline-block;
    width: 100vw;
    height: 120px;
    background-color: #F6A429;
  }
  #title_wrap .page_title img {
    height: 70px;
  }
  /* ▼▼▼ フッター
  =====================================*/
  footer {
    font-size: 12px;
  }
  footer .footer_inner {
    padding: 0 20px;
  }
  footer .footer_inner .footer_info {
    width: 270px;
  }
  footer .footer_inner .footer_navi {
    width: calc(100% - 270px);
  }
  footer .footer_logo {
    width: 220px;
  }
}
/* =====================================

▼▼▼ max-width: 768px

===================================== */
@media screen and (max-width: 768px) {
  #main {
    margin-top: 70px;
  }
  /* ▼▼▼ ヘッダー
  =====================================*/
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    height: 70px;
  }
  header .header_inner {
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_inner .logo {
    margin: 0 0 0 20px;
  }
  header .header_inner .btn_header {
    width: 200px;
  }
  header .header_inner .btn_header a {
    width: 200px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    background-color: #62B5AF;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
  }
  header {
    /* --------------------
    	ハンバーガーメニュー
    -------------------- */
  }
  header .hamburger_menu_wrap {
    top: 19px;
  }
  #gnav {
    top: 70px;
  }
  /* ▼▼▼ ページタイトル
  ============================== */
  #title_wrap {
    width: 100%;
    height: 270px;
    padding: 0 0 70px;
    margin: 0 0 70px;
  }
  #title_wrap .page-visual-wrapper {
    height: 270px;
  }
  #title_wrap .container {
    position: relative;
    height: 270px;
  }
  #title_wrap .page_title {
    position: absolute;
    left: 0;
    bottom: -70px;
    color: #fff;
    height: 120px;
    padding: 0 20px 0 20px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #title_wrap .page_title::before {
    position: absolute;
    top: 0;
    left: -100vw;
    content: " ";
    display: inline-block;
    width: 100vw;
    height: 120px;
    background-color: #F6A429;
  }
  #title_wrap .page_title img {
    height: 70px;
  }
  /* ▼▼▼ パンくず
  =====================================*/
  #path {
    position: absolute;
    right: 20px;
    bottom: -70px;
    font-size: 14px;
    line-height: 1.2;
  }
  #path ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #path ol li:not(:last-child) {
    margin: 0 10px 0 0;
  }
  #path ol li:not(:last-child)::after {
    margin: 0 0 0 10px;
    content: ">";
    display: inline-block;
  }
  #path ol li a {
    color: #333;
    text-decoration: underline;
  }
  /* ▼▼▼ 募集要項リンク
  =====================================*/
  #recruitment_link {
    padding: 40px 0;
  }
  #recruitment_link h2 {
    font-size: 30px;
    margin: 0 0 20px;
  }
  #recruitment_link .read {
    text-align: center;
    font-size: 14px;
  }
  #recruitment_link .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0 0;
  }
  #recruitment_link .btn_wrap .btn {
    margin: 0;
    width: 48%;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
  }
  #recruitment_link .btn_wrap .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 80px;
    text-decoration: none;
  }
  #recruitment_link .btn_wrap .btn a::after {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: " ";
    display: inline-block;
    width: 42px;
    height: 8px;
    background: url(../img/top/arrow_gr.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  #recruitment_link .btn_wrap .btn a .title P {
    text-align: center;
    line-height: 1.2;
  }
  #recruitment_link .btn_wrap .btn a .title .jp {
    font-size: 20px;
    color: #0E4642;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 0.2em;
  }
  #recruitment_link .btn_wrap .btn a .title .en {
    font-size: 12px;
    font-family: "Helvetica", Arial, sans-serif;
    color: #0E4642;
  }
  #pop_up .pop_up_inner {
    height: 420px;
    width: 90%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  #pop_up .pop_up_inner .close {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: -70px;
  }
  #pop_up .pop_up_inner .pop_up_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  #pop_up .pop_up_inner .pop_up_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
}
/* =====================================

	▼▼▼ max-width: 500px

===================================== */
@media screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
  header .header_inner .logo {
    width: 220px;
  }
  header .header_inner .logo svg {
    width: 100%;
    vertical-align: middle;
  }
  .menu_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #wrapper {
    width: 100%;
  }
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 200;
  }
  .btn_login .txt {
    font-size: 10px;
  }
  .btn_mypage .txt {
    font-size: 10px;
  }
  /* パンくず */
  .path_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 0 1em;
    width: 100%;
  }
  #path {
    line-height: 1.2;
    position: absolute;
    right: 20px;
    bottom: -85px;
    font-size: 12px;
  }
  #path ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #path ul li {
    margin-right: 10px;
  }
  #path ul li:after {
    content: ">";
    margin-left: 10px;
  }
  #path ul li:last-child {
    margin-right: 0;
  }
  #path ul li:last-child:after {
    content: "";
    margin-left: 0;
  }
  #path ul li a {
    color: #fff;
    text-decoration: underline;
  }
  /* ▼▼▼ ページタイトル
  ============================== */
  #title_wrap {
    width: 100%;
    height: 200px;
    padding: 0;
    margin: 0 0 85px;
  }
  #title_wrap .page-visual-wrapper {
    height: 200px;
  }
  #title_wrap .container {
    position: relative;
    height: 200px;
  }
  #title_wrap .page_title {
    position: absolute;
    left: 0;
    bottom: -55px;
    color: #fff;
    height: 90px;
    padding: 0 20px 0 20px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #title_wrap .page_title::before {
    position: absolute;
    top: 0;
    left: -100vw;
    content: " ";
    display: inline-block;
    width: 100vw;
    height: 90px;
    background-color: #F6A429;
  }
  #title_wrap .page_title img {
    height: 50px;
  }
  /* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
  =====================================*/
  #main {
    width: 100%;
  }
  #main .main_inner {
    padding: 40px 20px;
  }
  #main .main_inner h2 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  /* ▼▼▼ 募集要項リンク
  =====================================*/
  #recruitment_link {
    padding: 30px 0;
  }
  #recruitment_link h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #recruitment_link .read {
    text-align: center;
  }
  #recruitment_link .btn_wrap {
    display: block;
    margin: 30px 0 0;
  }
  #recruitment_link .btn_wrap .btn {
    margin: 0;
    width: 100%;
  }
  #recruitment_link .btn_wrap .btn:not(:first-child) {
    margin-top: 20px;
  }
  #recruitment_link .btn_wrap .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
    text-decoration: none;
  }
  #recruitment_link .btn_wrap .btn a::after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: " ";
    display: inline-block;
    width: 21px;
    height: 4px;
    background: url(../img/top/arrow_gr.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  #recruitment_link .btn_wrap .btn a .title P {
    text-align: center;
    line-height: 1.2;
  }
  #recruitment_link .btn_wrap .btn a .title .jp {
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.2em;
  }
  #recruitment_link .btn_wrap .btn a .title .en {
    font-size: 12px;
    font-family: "Helvetica", Arial, sans-serif;
    color: #0E4642;
  }
  /* ▼▼▼ フッター
  =====================================*/
  footer {
    width: 100%;
    padding: 30px 0;
    font-size: 13px;
  }
  footer .footer_inner {
    display: block;
  }
  footer .footer_inner .footer_info {
    width: 100%;
  }
  footer .footer_inner .footer_navi {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_inner .footer_navi .navi {
    width: 50%;
    line-height: 1.2;
  }
  footer .footer_inner .footer_navi .navi:last-child {
    margin-top: 20px;
  }
  footer .footer_inner .footer_navi .navi .navi_item + .navi_item {
    margin-top: 15px;
  }
  footer .footer_inner .footer_navi .navi .navi_item.other::after {
    margin: 0 0 0 10px;
    content: " ";
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(../img/common/icon_link.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  footer .footer_inner .footer_navi .navi a {
    color: #fff;
    text-decoration: underline;
  }
  footer .footer_inner .footer_navi .navi .lower_layer {
    margin: 15px 0 0;
  }
  footer .footer_inner .footer_navi .navi .lower_layer li:not(:last-child) {
    margin-bottom: 15px;
  }
  footer .footer_inner .footer_navi .navi .lower_layer li::before {
    margin: 0 7px 0 0;
    content: "-";
    display: inline-block;
  }
  footer .footer_logo {
    width: 250px;
    margin: 0 0 25px;
  }
  footer .address_wrap {
    line-height: 1.4;
    margin: 0 0 30px;
  }
  footer .address_wrap .address {
    margin: 0;
    line-height: 1.8;
  }
  footer .btn_corporate {
    width: 250px;
    height: 45px;
    margin: 25px auto 0;
  }
  footer .btn_corporate a {
    color: #00347A;
    text-decoration: none;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
  }
  footer .btn_corporate a .icon {
    display: inline-block;
    margin-left: 5px;
  }
  footer .copyright {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 11px;
  }
} /* @media screen and (max-width: 500px) */
/* ==============================
404ページ
============================== */
#not_found {
  padding: 0 0 100px;
  margin: 0 0 100px;
  border-bottom: 1px solid #ccc;
}
#not_found .title_wrap {
  line-height: 1.2;
  margin: 0 0 50px;
}
#not_found .title_wrap h1 {
  text-align: center;
  font-size: 28px;
  margin: 0 0 20px;
}
#not_found .title_wrap .sub_title {
  text-align: center;
  font-size: 46px;
  color: #999;
}
#not_found .text {
  text-align: center;
  font-size: 18px;
}
#not_found .container_404 {
  margin: 70px 0 0;
}
#not_found .container_404 .search_tetx {
  text-align: center;
  color: #1A8846;
  margin: 0 0 10px;
}
#not_found #product_search_2 {
  width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 76px;
  border-radius: 38px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
  border: 2px solid #1A8846;
}
#not_found #ps_box_2 {
  width: 574px;
  height: 72px;
  padding: 0 0 0 30px;
  font-size: 18px;
}
#not_found #ps_box_2::-webkit-input-placeholder {
  color: #7FA08C;
  font-size: 18px;
}
#not_found #ps_box_2::-moz-placeholder {
  color: #7FA08C;
  font-size: 18px;
}
#not_found #ps_box_2:-ms-input-placeholder {
  color: #7FA08C;
  font-size: 18px;
}
#not_found #ps_box_2::-ms-input-placeholder {
  color: #7FA08C;
  font-size: 18px;
}
#not_found #ps_box_2::placeholder {
  color: #7FA08C;
  font-size: 18px;
}
#not_found #ps_box_2:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}
#not_found #ps_btn_2 {
  width: 72px;
  height: 72px;
  background: #fff url(../img/common/icon_search.svg) no-repeat scroll center center;
  background-size: 30px 30px;
  border-radius: 50%;
}

/* =====================================

	▼▼▼ max-width: 1024px

===================================== */
@media screen and (max-width: 1024px) {
  /* ==============================
  404ページ
  ============================== */
  #not_found {
    padding: 0 0 100px;
    margin: 0 0 100px;
  }
  #not_found .title_wrap {
    line-height: 1.2;
    margin: 0 0 50px;
  }
  #not_found .title_wrap h1 {
    text-align: center;
    font-size: 28px;
    margin: 0 0 20px;
  }
  #not_found .title_wrap .sub_title {
    text-align: center;
    font-size: 46px;
    color: #999;
  }
  #not_found .text {
    text-align: center;
    font-size: 18px;
  }
  #not_found .container_404 {
    margin: 70px 0 0;
  }
  #not_found .container_404 .search_tetx {
    text-align: center;
    color: #1A8846;
    margin: 0 0 10px;
  }
  #not_found #product_search_2 {
    width: 100%;
    max-width: 650px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    border: 2px solid #1A8846;
  }
  #not_found #ps_box_2 {
    width: calc(100% - 56px);
    height: 56px;
    padding: 0 0 0 15px;
    font-size: 16px;
  }
  #not_found #ps_box_2::-webkit-input-placeholder {
    font-size: 16px;
  }
  #not_found #ps_box_2::-moz-placeholder {
    font-size: 16px;
  }
  #not_found #ps_box_2:-ms-input-placeholder {
    font-size: 16px;
  }
  #not_found #ps_box_2::-ms-input-placeholder {
    font-size: 16px;
  }
  #not_found #ps_box_2::placeholder {
    font-size: 16px;
  }
  #not_found #ps_btn_2 {
    width: 56px;
    height: 56px;
    background-size: 20px 20px;
  }
}
/* =====================================

	▼▼▼ max-width: 500px

===================================== */
@media screen and (max-width: 500px) {
  /* ==============================
  404ページ
  ============================== */
  #not_found {
    padding: 0 0 50px;
    margin: 0 0 50px;
  }
  #not_found .title_wrap {
    margin: 0 0 40px;
  }
  #not_found .title_wrap h1 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
  }
  #not_found .title_wrap .sub_title {
    text-align: center;
    font-size: 22px;
  }
  #not_found .text {
    text-align: left;
    font-size: 14px;
  }
  #not_found .container_404 {
    margin: 40px 0 0;
  }
  #not_found .container_404 .search_tetx {
    text-align: center;
    color: #1A8846;
    margin: 0 0 10px;
  }
  #not_found #product_search_2 {
    width: 100%;
    max-width: 650px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    border: 2px solid #1A8846;
  }
  #not_found #ps_box_2 {
    width: calc(100% - 56px);
    height: 56px;
    padding: 0 0 0 15px;
    font-size: 16px;
  }
  #not_found #ps_box_2::-webkit-input-placeholder {
    font-size: 14px;
  }
  #not_found #ps_box_2::-moz-placeholder {
    font-size: 14px;
  }
  #not_found #ps_box_2:-ms-input-placeholder {
    font-size: 14px;
  }
  #not_found #ps_box_2::-ms-input-placeholder {
    font-size: 14px;
  }
  #not_found #ps_box_2::placeholder {
    font-size: 14px;
  }
  #not_found #ps_btn_2 {
    width: 56px;
    height: 56px;
    background-size: 20px 20px;
  }
}/*# sourceMappingURL=base.css.map */