﻿
/*色*/
.color_main {
  color: #67B944;
}
body#recruit .color_blue, .color_blue {
  color: #0078BD;
}
.color_white {
  color: #fff;
}
/*背景*/
.bg_main {
  background-color: #67B944;
}
body#recruit .bg_main, .bg_blue {
  background-color: #0078BD;
}
/*文字種類*/
.ff_english {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
}
.ff_english_num {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.palt {
  font-feature-settings: "palt";
}
/*幅*/
.wrap980 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 70px;
  width: 100%;
}
.wrap1040 {
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
}
.wrap1100 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 70px;
  width: 100%;
}
.wrap1300 {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
.wrap1260 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 70px;
  width: 100%;
}
/*全体リンク*/
.parent_link {
  cursor: pointer;
}
/*================================================
 *  汎用クラス
 ================================================*/
/* テーブル */
.tbl_01 {
  width: 100%;
  font-size: 18px;
  line-height: 1.75;
}
.tbl_01 th {
  width: 25%;
  border-top: 1px solid #67B944;
  padding: 30px 30px 30px 25px;
  color: #67B944;
}
.tbl_01 tr:last-child th {
  border-bottom: 1px solid #67B944;
}
.tbl_01 th > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tbl_01 td {
  width: 75%;
  border-top: 1px solid #999;
  padding: 30px;
}
.tbl_01 tr:last-child td {
  border-bottom: 1px solid #999;
}
.tbl_01 td .sub_text {
  font-size: 16px;
}
.tbl_01 td .sub_text + .sub_text {
  margin-left: .75em;
}
.tbl_01 td p.entry_text {
  margin-top: .5em;
  color: #C1272D;
}
/*エディタ*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin-left: 1.5em;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wp-editor[class*="type-post"] * {
  font-size: 18px;
  margin-bottom: 1.5em;
}
.wp-editor[class*="type-post"] p {
  line-height: 2;
  color: #505050;
}
.wp-editor[class*="type-post"] a {
  text-decoration: underline;
}
.wp-editor[class*="type-post"] figure {
  margin: 0 0 45px;
}
.wp-editor[class*="type-post"] img {
  max-width: 100%;
  height: auto;
}
.wp-editor[class*="type-post"] ul, .wp-editor[class*="type-post"] ol {
  padding-left: 2em;
}
.wp-editor[class*="type-post"] li {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.wp-editor[class*="type-post"] ul, .wp-editor[class*="type-post"] ul li {
  list-style-type: disc;
}
.wp-editor[class*="type-post"] ol, .wp-editor[class*="type-post"] ol li {
  list-style-type: decimal;
}
.wp-editor[class*="type-post"] ul[class], .wp-editor[class*="type-post"] ol[class] {
  list-style-type: none;
  padding-left: 0;
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
  width: 100%;
  z-index: 500;
}
@media screen and (min-width: 901px) {
  header .inner {
    padding: 50px 415px 0 4vw;
    min-width: 1240px;
  }
  body#recruit header .inner {
    min-width: 1100px;
  }
}
header .inner > div {
  height: 64px;
}
/*ロゴ*/
header .inner .logo img {
  width: 338px;
}
header .inner .logo img.white {
  display: none;
}
/*グロナビ*/
header .inner .nav_list {
  margin-left: auto;
}
header .inner .nav_list nav > ul > li {
  position: relative;
  z-index: 2;
}
header .inner .nav_list nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  height: 64px;
  padding: 0 0.85em;
}
header .inner .nav_list nav > ul > li > a:hover, header .inner .nav_list nav > ul > li > a.active {
  color: #67B944;
}
body#recruit header .inner .nav_list nav > ul > li > a:hover, body#recruit header .inner .nav_list nav > ul > li > a.active {
  color: #40a8e4;
}
header .inner .nav_list nav > ul > li:hover > a {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  /*画面幅狭い時用*/
  body:not(#recruit) header .inner {
    flex-direction: column;
  }
  body:not(#recruit) header .inner .nav_list {
    margin: 10px 0 -15px 0;
  }
  body:not(#recruit) header .inner .nav_list nav > ul > li:nth-child(1) > a {
    padding-left: 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  /*画面幅狭い時用*/
  body#recruit header .inner {
    flex-direction: column;
  }
  body#recruit header .inner .nav_list {
    margin: 10px 0 -15px 0;
  }
  body#recruit header .inner .nav_list nav > ul > li:nth-child(1) > a {
    padding-left: 0;
  }
}
/*グロナビ > 子ナビ*/
header .inner .nav_list nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 180px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding-top: 10px;
}
header .inner .nav_list nav > ul > li > ul.business {
  width: 300px;
}
header .inner .nav_list nav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header .inner nav > ul > li > ul li + li {
  margin-top: 2px;
}
header .inner nav > ul > li > ul li a {
  display: block;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 21px 10px;
  color: #67B944;
  background-color: #fff;
}
body#recruit header .inner nav > ul > li > ul li a {
  color: #0078bd;
}
body:not(#front) header .inner nav > ul > li > ul li a {
  border: 1px solid #67B944;
}
body#recruit header .inner nav > ul > li > ul li a {
  border-color: #0078bd;
}
header .inner nav > ul > li > ul li a:hover {
  color: #fff;
  background-color: #67B944;
  opacity: 1;
}
body#recruit header .inner nav > ul > li > ul li a:hover {
  color: #fff;
  background-color: #0078bd;
}
/*固定ナビ*/
header .inner .nav_list .fixed_list {
  position: fixed;
  top: 0;
  right: 30px;
  z-index: 100;
  padding: 50px 0 0;
  width: 370px;
}
header .inner .nav_list .fixed_list a {
  text-align: center;
  color: #fff;
  font-size: 24px;
  width: 180px;
  height: 64px;
  letter-spacing: 0.14em;
  border-radius: 64px;
}
header .inner .nav_list .fixed_list a:hover {
  opacity: 1;
}
header .inner .nav_list .fixed_list a.fixed_contact:hover {
  background-color: #92d078;
}
header .inner .nav_list .fixed_list a.fixed_recruit:hover, header .inner .nav_list .fixed_list a.fixed_guide:hover, header .inner .nav_list .fixed_list a.fixed_entry:hover {
  background-color: #40a8e4;
}
header .inner .nav_list .fixed_list a span {
  font-size: 22px;
  margin-right: 0.5em;
}
/*================================================
 *  パンくずリスト
 ================================================*/
[id*="pageTitle"] ol.breadcrumb {
  position: absolute;
  top: 30px;
  right: 30px;
  justify-content: flex-end;
}
ol.breadcrumb {
  display: flex;
  align-items: center;
}
ol.breadcrumb li {
  position: relative;
  font-size: 14px;
  color: #B3B3B3;
}
ol.breadcrumb li + li {
  padding-left: 1.1em;
  margin-left: 0.5em;
}
ol.breadcrumb li + li:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
ol.breadcrumb li a {
  text-decoration: underline;
}
ol.breadcrumb li a:hover {
  opacity: 1;
  text-decoration: none;
}
ol.breadcrumb li > span + span::before {
  content: " | ";
}
/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 380px;
  margin-top: 48px;
  padding: 10px 0 15px 210px;
}
#pageTitle::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 290px 290px 0 0;
  border-color: #67B944 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
body#recruit #pageTitle::after {
  border-color: #0078BD transparent transparent transparent;
}
#pageTitle .ttl .ff_english {
  font-size: 172px;
  letter-spacing: .06em;
  color: #67B944;
  text-transform: uppercase;
}
body#recruit #pageTitle .ttl .ff_english {
  color: #0078BD;
}
#pageTitle .ttl .ja {
  font-size: 24px;
  display: block;
  margin-top: 0.7em;
  letter-spacing: .04em;
  padding-left: 10px;
  color: #666;
}
/*================================================
 *  コンテンツ
 ================================================*/
/*******ページナビ*******/
[id^="page_nav"] {
  font-size: 22px;
  padding-top: 180px;
  padding-bottom: 130px;
}
[id^="page_nav"] ul.column_3 {
  margin: 0 -31px -31px 0;
}
[id^="page_nav"] ul.column_3 li {
  margin: 0 31px 31px 0;
}
[id^="page_nav"] ul.column_4 {
  margin: 0 -20px -20px 0;
}
[id^="page_nav"] ul.column_4 li {
  margin: 0 20px 20px 0;
}
[id^="page_nav"] ul li a {
  width: 346px;
  height: 100px;
  border: 2px solid #67b944;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 50px 10px 30px;
  letter-spacing: .06em;
  line-height: 1.5;
  position: relative;
}
body#recruit [id^="page_nav"] ul li a {
  border: 2px solid #0078bd;
}
[id^="page_nav"] ul.column_3 li a {
  width: 346px;
}
[id^="page_nav"] ul.column_4 li a {
  width: 260px;
}
[id^="page_nav"] ul li a.active, [id^="page_nav"] ul li a:hover {
  background-color: #67b944;
  color: #fff;
  opacity: 1;
}
body#recruit [id^="page_nav"] ul li a.active, body#recruit [id^="page_nav"] ul li a:hover {
  background-color: #0078bd;
}
[id^="page_nav"] ul li a::after {
  content: "\e903";
  font-family: 'icomoon' !important;
  line-height: 1;
  font-size: 28px;
  position: absolute;
  right: 15px;
  top: calc(50% - 0.4em);
  z-index: 1;
  color: #67b944;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body#recruit [id^="page_nav"] ul li a::after {
  color: #0078bd;
}
[id^="page_nav"] ul li a.active::after, [id^="page_nav"] ul li a:hover::after, body#recruit [id^="page_nav"] ul li a.active::after, body#recruit [id^="page_nav"] ul li a:hover::after {
  color: #fff;
}
main {
  overflow: hidden;
  min-width: 1240px;
}
.contents {
  padding: 0 0 50px;
}
/*******ホバーリンク*******/
.hover_btn {
  display: inline-block;
  font-size: 30px;
  line-height: 2.45;
  letter-spacing: .08em;
  padding-right: 90px;
  position: relative;
}
.hover_btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #67B944 transparent;
  position: absolute;
  right: 0;
  bottom: 10px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.hover_btn .icon-arrow02 {
  font-size: 28px;
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
/*================================================
 *  フッター
 ================================================*/
footer {
  background-color: #f2f2f2;
  min-width: 1240px
}
footer .cmn_contact {
  padding-top: 103px;
}
footer .cmn_contact h2 {
  text-align: center;
  margin-bottom: 61px;
}
footer .cmn_contact h2 .ff_english {
  font-size: 120px;
  letter-spacing: .08em;
}
footer .cmn_contact h2 .ja {
  font-size: 26px;
  letter-spacing: .08em;
  display: block;
  margin-top: 23px;
}
footer .cmn_contact p.text {
  text-align: center;
  font-size: 34px;
  letter-spacing: .08em;
  line-height: 2;
  margin-bottom: 46px;
}
footer .cmn_contact ul a {
  width: 535px;
  height: 160px;
  border: 2px solid #333;
  align-content: center;
  align-items: center;
}
footer .cmn_contact ul a.tel .num {
  font-size: 58px;
  letter-spacing: .04em;
}
footer .cmn_contact ul a.tel {
  padding: 10px 20px 20px;
}
footer .cmn_contact ul a.tel .open {
  font-size: 18px;
  margin-top: 15px;
}
footer .cmn_contact ul a.contact {
  font-size: 32px;
  letter-spacing: .08em;
  font-weight: bold;
}
footer .cmn_contact ul a.contact:hover {
  background-color: #333;
  color: #fff;
  opacity: 1;
}
/*******情報＋ナビ*******/
footer .footer_info_box {
  padding-top: 150px;
}
footer .footer_info_box .info_list {
  width: 555px;
}
footer .footer_info_box p.logo {
  width: 385px;
  margin-bottom: 22px;
}
footer .footer_info_box p.addr_wrap, footer .footer_info_box p.num_wrap {
  font-size: 18px;
  line-height: 2;
}
footer .footer_info_box p.addr_wrap > span + span, footer .footer_info_box p.num_wrap > span + span {
  margin-left: .75em;
}
footer .footer_info_box .nav_list {
  width: 500px;
}
footer .footer_info_box dt {
  font-size: 24px;
  letter-spacing: .14em;
  padding: 5px 0;
}
footer .footer_info_box dd {
  padding: 12px 0;
}
footer .footer_info_box dd ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
}
footer .footer_info_box dd ul.com_list {
  height: 297px;
}
footer .footer_info_box dd ul.recruit_list {
  height: 148px;
}
footer .footer_info_box dd ul li {
  font-size: 18px;
  line-height: 2.5;
  padding-left: 1.25em;
  position: relative;
}
footer .footer_info_box dd ul.com_list li:nth-child(-n+4), footer .footer_info_box dd ul.recruit_list li:nth-child(-n+3) {
  width: 275px;
}
footer .footer_info_box dd ul.com_list li:nth-child(4) {
  margin-bottom: 90px;
}
footer .footer_info_box dd ul li::before {
  content: "";
  width: 9px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
/*******リンク＋コピーライト*******/
footer .footer_info_box .inr_bottom {
  width: 100%;
  padding: 80px 0 80px;
}
footer .footer_info_box .inr_bottom .link_list {
  font-size: 18px;
  letter-spacing: 0.1em;
}
footer .footer_info_box .inr_bottom .copyright {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.12em;
}
/*================================================
 *  404
 ================================================*/
#notfound404 #pageTitle .ttl .ff_english {
  text-transform: none;
}
#notfound404 #pageTitle {
  min-width: 1260px;
}
#notfound404 .contents {
  text-align: center;
  padding-top: 125px;
  padding-bottom: 200px;
}
#notfound404 h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 45px;
}
#notfound404 p.text {
  font-size: 20px;
  line-height: 2.25;
  margin-bottom: 65px;
}
#notfound404 a.btn {
  font-size: 20px;
  font-weight: bold;
  width: 320px;
  height: 80px;
  align-items: center;
  margin: 0 auto;
  color: #fff;
}
/*================================================
 *  汎用 > アニメーション
 ================================================*/
.visible {
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 1s;
  animation-fill-mode: both;
}
/* マスク（clip-path） */
.clip-mask {
  opacity: 1;
  clip-path: inset(0 100% 0 0);
  transition: 1s cubic-bezier(0.8, 0, 0.1, 1);
  transition-property: clip-path;
}
.clip-mask.move {
  clip-path: inset(0);
}
/* マスク */
.mask {
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.mask > span.inner {
  opacity: 0;
  display: inline-block;
  width: 100%;
}
.mask.move > span.inner {
  -webkit-animation: revealImg 1s cubic-bezier(0.77, 0, 0.175, 1) both;
  animation: revealImg 1s cubic-bezier(0.8, 0, 0.1, 1) both;
}
@keyframes revealImg {
  0% {
    opacity: 0;
  }
  64% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes revealImg {
  0% {
    opacity: 0;
  }
  64% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.mask .beta {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.mask.move .beta {
  background-color: #67B944;
  -webkit-animation: revealMask 1s cubic-bezier(0.77, 0, 0.175, 1) both;
  animation: revealMask 1s cubic-bezier(0.8, 0, 0.1, 1) both;
}
@keyframes revealMask {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 101%;
    left: 0;
  }
  100% {
    width: 0;
    left: 101%;
  }
}
@-webkit-keyframes revealMask {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 101%;
    left: 0;
  }
  100% {
    width: 0;
    left: 101%;
  }
}
/*fadeInUp30*/
.move.fadeInUp30 {
  animation-name: fadeInUp30;
}
@keyframes fadeInUp30 {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width: 900px) {
  /*幅*/
  .wrap, .wrap1100, .wrap1260 {
    padding: 0 10vw;
  }
  .wrap1100.nav_wrap {
    padding: 0 7.5vw;
  }
  img {
    height: auto;
  }
  /*******汎用クラス*******/
  /* テーブル */
  .tbl_01 {
    width: 100%;
    font-size: 4.267vw;
  }
  .tbl_01 th {
    width: 100%;
    padding: 5.333vw 0;
    display: block;
  }
  .tbl_01 tr:last-child th {
    border-bottom: 1px solid #67B944;
  }
  .tbl_01 td {
    width: 100%;
    border-top: none;
    padding: 0 0 8vw;
    display: block;
  }
  .tbl_01 td .sub_text {
    font-size: 3.733vw;
  }
  .tbl_01 td .sub_text + .sub_text {
    margin-left: 0em;
    display: block;
  }
  .tbl_01 td .sub_text.row {
    display: block;
    margin-top: .25em;
  }
  .tbl_01 td p.entry_text {
    font-size: 3.733vw;
  }
  /*エディタ*/
  .wp-editor[class*="type-post"] * {
    font-size: 4.267vw;
    margin-bottom: 1.75em;
  }
  .wp-editor [style *="font-size: 8pt;"], .wp-editor [style *="font-size: 10pt;"] {
    font-size: 2.667vw !important;
  }
  .wp-editor [style *="font-size: 12pt;"], .wp-editor [style *="font-size: 14pt;"] {
    font-size: 4vw !important;
  }
  .wp-editor [style *="font-size: 18pt;"] {
    font-size: 5.333vw !important;
  }
  .wp-editor [style *="font-size: 24pt;"] {
    font-size: 5.867vw !important;
  }
  .wp-editor [style *="font-size: 36pt;"] {
    font-size: 6.933vw !important;
  }
  .wp-editor[class*="type-post"] figure {
    margin: 0 0 12vw;
  }
  /*================================================
 *  ヘッダー
 ================================================*/
  header, #drawer .logo {
    height: 17.333vw;
    padding: 4vw 14.667vw 0 4.8vw;
  }
  body:not(#front) header {
    padding: 5.6vw 14.667vw 0 4.8vw;
  }
  header .inner {
    padding: 0;
    min-width: auto;
    align-content: flex-start;
  }
  header .inner > div {
    height: auto;
  }
  header .inner .logo a, #drawer .logo a {
    display: inline-block;
    padding: 1.5vw 0;
  }
  header .logo img, #drawer .logo img {
    width: auto;
    height: 7.333vw;
  }
  header .inner .logo img {
    width: auto;
  }
  /*================================================
 *  ナビゲーション
 ================================================*/
  /*******ハンバーガー*******/
  #sp_menu_btn {
    width: 14.667vw;
    height: 13.333vw;
    top: 4vw;
  }
  #sp_menu_btn.active {
    background-color: transparent !important;
  }
  #sp_menu_btn .hamburger-icon, #sp_menu_btn .hamburger-icon::before, #sp_menu_btn .hamburger-icon::after {
    width: 6.4vw;
  }
  #sp_menu_btn .hamburger-icon::before, #sp_menu_btn .hamburger-icon::after {
    top: 2vw;
  }
  #sp_menu_btn .hamburger-icon:after {
    top: -2vw;
  }
  /*******ドロワー*******/
  #drawer {
    padding: 0;
    min-height: 100vh;
  }
  #drawer .btn_list {
    padding: 8vw 10vw 0;
    justify-content: space-between;
  }
  #drawer .btn_list li {
    max-width: 48.5%;
  }
  #drawer .btn_list li a {
    text-align: center;
    width: 38.667vw;
    max-width: 100%;
    height: 20vw;
    border: 1px solid;
  }
  #drawer .btn_list li a .ff_english {
    font-size: 5.333vw;
    letter-spacing: .14em;
  }
  #drawer .btn_list li a .ja {
    font-size: 3.2vw;
    letter-spacing: .08em;
    margin-top: 2.133vw;
  }
  #drawer .com, #drawer .recruit {
    padding: 4vw 10vw 10vw;
  }
  #drawer ul.nav_list > li > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 20vw;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: .08em;
    padding: 2.667vw 3em 2.667vw 1em;
    border-bottom: 1px solid;
    position: relative;
  }
  #drawer ul.nav_list > li.parent > a {
    opacity: 1;
  }
  #drawer ul.nav_list > li > a span {
    position: absolute;
    right: 4vw;
    top: calc(50% - 0.1em);
    width: 5.067vw;
    height: 1.6vw;
    background: url(../image/sp_menu_arrow.svg) no-repeat 0 0/contain;
  }
  #drawer ul.nav_list > li.parent > a span {
    background-image: url(../image/sp_menu_arrow02.svg);
  }
  #drawer ul.nav_list > li.parent:not(.active) > a span::before {
    content: "";
    position: absolute;
    right: -0.533vw;
    top: 0.75vw;
    width: 5.067vw;
    height: 1.6vw;
    background: url(../image/sp_menu_arrow02.svg) no-repeat 0 0/contain;
    transform: rotate(90deg);
  }
  #drawer ul.nav_list ul {
    border-bottom: 1px solid;
    padding: 4vw 0 6.933vw;
    display: none;
  }
  #drawer ul.nav_list ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.333vw 0 1.333vw 6.667vw;
    height: 12vw;
    font-size: 4.8vw;
    letter-spacing: .08em;
  }
  #drawer ul.contact_list {
    margin-top: 10.667vw;
  }
  #drawer ul.contact_list li + li {
    margin-top: 4vw;
  }
  #drawer ul.contact_list a {
    width: 80vw;
    height: 18.667vw;
    border-radius: 18.667vw;
    background-color: #fff;
    color: #67B944;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #drawer .recruit ul.contact_list a {
    color: #0078BD;
  }
  #drawer ul.contact_list a .ff_english {
    font-size: 5.6vw;
    letter-spacing: 0.14em;
  }
  #drawer ul.contact_list a .ja {
    font-size: 3.2vw;
    letter-spacing: 0.08em;
    margin-top: 1.867vw;
  }
  /*================================================
 *  パンくずリスト
 ================================================*/
  [id*="pageTitle"] ol.breadcrumb {
    display: none;
  }
  /*================================================
 *  ページタイトル
 ================================================*/
  #pageTitle {
    height: 44vw;
    margin-top: 4vw;
    padding: 4.2vw 9vw;
  }
  #pageTitle::after {
    border-width: 20vw 20vw 0 0;
  }
  #pageTitle .ttl .ff_english {
    font-size: 18.667vw;
  }
  #pageTitle .ttl .ja {
    font-size: 4vw;
    margin-top: 0.9em;
    padding-left: 0.75vw;
  }
  /*================================================
 *  コンテンツ
 ================================================*/
  /*******ページナビ*******/
  [id^="page_nav"] {
    font-size: 4vw;
    padding-top: 18.667vw;
    padding-bottom: 10.667vw;
    font-size: 4.533vw;
  }
  [id^="page_nav"] ul.column_3 {
    margin: 0 0 -2.667vw;
    justify-content: space-between;
  }
  [id^="page_nav"] ul.column_3 li {
    margin: 0 0 2.667vw;
    max-width: 48.5%;
  }
  [id^="page_nav"] ul.column_4 {
    margin: 0 0 -2.667vw;
    justify-content: space-between;
  }
  [id^="page_nav"] ul.column_4 li {
    margin: 0 0 2.667vw;
  }
  [id^="page_nav"] ul li a {
    width: 41.333vw;
    max-width: 100%;
    height: 18.667vw;
    border: 1px solid #67b944;
    padding: 2.667vw 5vw 2.667vw 3.467vw;
    line-height: 1.25;
  }
  [id^="page_nav"] ul li a.sp_br3 {
    height: 24vw;
  }
  body#recruit [id^="page_nav"] ul li a {
    border: 1px solid #0078bd;
  }
  [id^="page_nav"] ul.column_3 li a {
    width: 41.333vw;
  }
  [id^="page_nav"] ul.column_4 li a {
    width: 41.333vw;
  }
  [id^="page_nav"] ul li a.active, [id^="page_nav"] ul li a:hover {
    background-color: #67b944;
    color: #fff;
    opacity: 1;
  }
  body#recruit [id^="page_nav"] ul li a.active, body#recruit [id^="page_nav"] ul li a:hover {
    background-color: #0078bd;
  }
  [id^="page_nav"] ul li a::after {
    content: "\e903";
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 4vw;
    position: absolute;
    right: 2.667vw;
    top: calc(50% - 0.4em);
    z-index: 1;
    color: #67b944;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  body#recruit [id^="page_nav"] ul li a::after {
    color: #0078bd;
  }
  [id^="page_nav"] ul li a.active::after, [id^="page_nav"] ul li a:hover::after, body#recruit [id^="page_nav"] ul li a.active::after, body#recruit [id^="page_nav"] ul li a:hover::after {
    color: #fff;
  }
  main {
    min-width: auto;
  }
  .contents {
    padding: 0 0 13.4vw;
  }
  /*******ホバーリンク*******/
  .hover_btn {
    display: inline-block;
    font-size: 4.8vw;
    padding-right: 13.867vw;
  }
  .hover_btn::after {
    border-width: 0 0 10.667vw 10.667vw;
    bottom: 0.8vw;
  }
  .hover_btn .icon-arrow02 {
    font-size: 4.533vw;
    right: 1.067vw;
    bottom: 1.067vw;
  }
  /*================================================
 *  フッター
 ================================================*/
  footer {
    min-width: auto;
  }
  body:not(.sp_fixed_none) footer {
    padding-bottom: 27vw;
  }
  footer .cmn_contact {
    padding-top: 13.333vw;
  }
  footer .cmn_contact h2 {
    margin-bottom: 10.667vw;
  }
  footer .cmn_contact h2 .ff_english {
    font-size: 16vw;
  }
  footer .cmn_contact h2 .ja {
    font-size: 4vw;
    margin-top: 4vw;
  }
  footer .cmn_contact p.text {
    font-size: 5.333vw;
    line-height: 1.75;
    margin-bottom: 8.8vw;
  }
  footer .cmn_contact ul li:nth-child(2) {
    margin-top: 5.067vw;
  }
  footer .cmn_contact ul a {
    width: 80vw;
    height: 24vw;
    border-width: 0.267vw;
  }
  footer .cmn_contact ul a.tel .num {
    font-size: 9.867vw;
  }
  footer .cmn_contact ul a.tel {
    padding: 1.333vw 5.333vw 2.667vw
  }
  footer .cmn_contact ul a.tel:hover {
    background-color: #333;
    color: #fff;
    opacity: 1;
  }
  footer .cmn_contact ul a.tel .open {
    font-size: 2.933vw;
    margin-top: 2.667vw;
  }
  footer .cmn_contact ul a.contact {
    font-size: 5.333vw;
  }
  /*******情報＋ナビ*******/
  footer .footer_info_box {
    padding-top: 17.333vw;
  }
  footer .footer_info_box .info_list {
    width: auto;
  }
  footer .footer_info_box p.logo {
    width: 70.667vw;
    margin-bottom: 6vw;
  }
  footer .footer_info_box p.addr_wrap, footer .footer_info_box p.num_wrap {
    font-size: 4vw;
    line-height: 1.75;
  }
  footer .footer_info_box p.addr_wrap > span + span, footer .footer_info_box p.num_wrap > span + span {
    margin-left: 0;
    display: block;
  }
  footer .footer_info_box .nav_list {
    width: 100%;
    padding: 10.933vw 0 0;
  }
  footer .footer_info_box dt {
    font-size: 4.8vw;
    padding: 0;
  }
  footer .footer_info_box dd {
    padding: 3.2vw 0;
  }
  footer .footer_info_box dd ul.com_list {
    height: 66.5vw;
  }
  footer .footer_info_box dd ul.recruit_list {
    height: 41vw;
  }
  footer .footer_info_box dd ul li {
    font-size: 3.733vw;
    line-height: 2.15;
    padding-left: 1.1em;
  }
  footer .footer_info_box dd ul.com_list li:nth-child(-n+7) {
    width: 46.667vw;
  }
  footer .footer_info_box dd ul.recruit_list li:nth-child(-n+3) {
    width: 46.667vw;
  }
  footer .footer_info_box dd ul.com_list li:nth-child(4) {
    margin-bottom: 0;
  }
  footer .footer_info_box dd ul.com_list li:nth-child(7) {
    line-height: 1.5;
    margin-top: 1.067vw;
  }
  footer .footer_info_box dd ul.recruit_list li:nth-child(1) {
    margin-top: 1.067vw !important;
  }
  footer .footer_info_box dd ul.recruit_list li:nth-child(-n+3) {
    line-height: 1.5;
    margin-top: 2.4vw;
  }
  footer .footer_info_box dd ul li::before {
    width: 1.6vw;
  }
  footer .footer_info_box dd ul.com_list li:nth-child(7)::before, footer .footer_info_box dd ul.recruit_list li:nth-child(-n+3)::before {
    top: 2.667vw;
    margin-top: 0;
  }
  /*******リンク＋コピーライト*******/
  footer .footer_info_box .inr_bottom {
    padding: 10.5vw 0 5.333vw;
    justify-content: center;
  }
  footer .footer_info_box .inr_bottom .link_list {
    font-size: 3.733vw;
    margin-bottom: 8vw;
  }
  footer .footer_info_box .inr_bottom .copyright {
    font-size: 2.933vw;
  }
  /*================================================
 *  404
 ================================================*/
  #notfound404 #pageTitle {
    min-width: 100%;
    height: 63vw;
  }
  #notfound404 .contents {
    padding-top: 10.667vw;
    padding-bottom: 24vw;
  }
  #notfound404 .wrap1100 {
    padding: 0 8.5vw;
  }
  #notfound404 h2 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
    line-height: 1.5;
  }
  #notfound404 p.text {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 10.667vw;
    text-align: left;
  }
  #notfound404 a.btn {
    font-size: 4.267vw;
    width: 56vw;
    height: 14.667vw;
  }
  /*================================================
 *  SP下タブ
 ================================================*/
  .sp_fixed_bottom {
    height: 27vw;
    padding: 6.667vw 0;
    justify-content: center;
  }
  .sp_fixed_bottom a {
    width: 40vw;
    height: 13.333vw;
    border-radius: 13.333vw;
    font-size: 5.067vw;
    letter-spacing: .12em;
    margin: 0 1.333vw;
  }
  /*================================================
 *  汎用 > アニメーション
 ================================================*/
  /*fadeInUp30*/
  @keyframes fadeInUp30 {
    from {
      opacity: 0;
      transform: translateY(8vw);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}