@charset "UTF-8";
/*
変数
*/
/*979*/
img {
  height: auto;
  max-width: 100%;
}

/*
レイアウト上書き
*/
html {
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
  font-family: "Montserrat", "Noto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 56.5%;
  }
}

body {
  font-size: 1.6rem;
}

/*
パーツ
*/
.mincho {
  font-family: "Shippori Mincho", serif;
}

.pc-hide,
br.pc-hide {
  display: none;
}

br.sp-hide {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-hide {
    display: block;
  }
  .sp-hide {
    display: none;
  }
  br.pc-hide {
    display: inline;
  }
  br.sp-hide {
    display: none;
  }
}
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

/* スマホボタン消す */
.vk-mobile-nav-menu-btn {
  display: none;
}

.cont1140 {
  width: 96%;
  max-width: 114rem;
  margin: 0 auto;
}

.cont1280 {
  width: 96%;
  max-width: 128rem;
  margin: 0 auto;
}

.cont1180 {
  width: 96%;
  max-width: 118rem;
  margin: 0 auto;
}

.head_t1 {
  margin: 0;
}
.head_t1 p.en {
  font-size: 4.2rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
  padding-bottom: 0.3em;
  position: relative;
}
.common_kv .head_t1 p.en {
  color: #fff;
}
@media screen and (max-width: 599px) {
  .common_kv .head_t1 p.en {
    font-size: 3.3rem;
  }
}

.head_t1 p.en:after {
  content: "";
  display: block;
  width: 7.2rem;
  height: 0.2rem;
  background: #014671;
  position: absolute;
  bottom: 0;
  left: 0;
}
.common_kv .head_t1 p.en:after {
  background: #fff;
}
@media screen and (max-width: 599px) {
  .common_kv .head_t1 p.en:after {
    width: 5.8rem;
  }
}

.head_t1 .ttl {
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
  border: none;
  padding: 0.6em 0 0 0;
}
.common_kv .head_t1 .ttl {
  color: #fff;
}
@media screen and (max-width: 599px) {
  .common_kv .head_t1 .ttl {
    font-size: 1.7rem;
  }
}

.head_t1.ja-en p.en {
  font-size: 6rem;
  padding-bottom: 0;
}
.head_t1.ja-en p.en:after {
  display: none;
}
@media screen and (max-width: 599px) {
  .head_t1.ja-en p.en {
    font-size: 4.5rem;
  }
}
.head_t1.ja-en .ttl {
  font-size: 2rem;
  padding: 0 0 0.6em 0;
}
@media screen and (max-width: 599px) {
  .head_t1.ja-en .ttl {
    font-size: 1.8rem;
  }
}

.pic_set {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pic_set__item {
  width: 42rem;
}
.pic_set__item .pic {
  margin-bottom: 0.6rem;
}
.pic_set__item .txt {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
.pic_set__item .txt.ttl {
  font-weight: bold;
}
.pic_set.pic_set--2 {
  justify-content: center;
}
.pic_set.pic_set--2 .pic_set__item {
  margin: 0 1rem;
}
.pic_set.pic_set--2 .pic_set__item:nth-of-type(2 + n) {
  margin: 2rem 1rem 0;
}
.pic_set.pic_set--3 {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .pic_set.pic_set--3 {
    justify-content: center;
  }
}
.pic_set.pic_set--3:after {
  content: "";
  display: block;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.pic_set.pic_set--3 .pic_set__item {
  margin: 0 1.953125% 0 0;
  width: 32.03125%;
}
.pic_set.pic_set--3 .pic_set__item:nth-of-type(n + 4) {
  margin: 2.34375% 1.953125% 0 0;
}
.pic_set.pic_set--3 .pic_set__item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .pic_set.pic_set--3 .pic_set__item {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .pic_set.pic_set--3 .pic_set__item:nth-of-type(n + 3) {
    margin: 2rem 2% 0;
  }
  .pic_set.pic_set--3 .pic_set__item:nth-of-type(3n) {
    margin-right: 2%;
  }
}

.flex-pt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .flex-pt {
    flex-direction: column-reverse;
  }
}
.flex-pt__pic {
  width: 35%;
  aspect-ratio: 300/200;
  background: #444;
}
@media screen and (max-width: 767px) {
  .flex-pt__pic {
    width: 84%;
    margin: 5% auto 0 auto;
  }
}
.flex-pt__txt {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .flex-pt__txt {
    width: 94%;
    margin: 0 auto;
  }
}
.flex-pt__txt__ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .flex-pt__txt__ttl {
    font-size: 2.6rem;
  }
}
.flex-pt__txt p {
  line-height: 1.7;
  font-size: 1.6rem;
}
.flex-pt__txt p + p {
  padding-top: 1em;
}
.flex-pt + .flex-pt {
  margin-top: 5rem;
}
.flex-pt--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .flex-pt--reverse {
    flex-direction: column-reverse;
  }
}

/*
リンク
*/
a,
a:link,
a:visited,
a:active {
  color: #333;
}

a.b_grade {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  min-width: 18.2rem;
  height: 5.4rem;
  border-radius: 5.4rem;
  padding-left: 2.6rem;
  border: solid #fff 1px;
  background: linear-gradient(to right, #009BD9, #006993);
  color: #fff;
  transition-duration: 0.3s;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.08em;
  position: relative;
}
a.b_grade:visited {
  color: #fff;
}
a.b_grade span {
  font-size: 1.4rem;
}
a.b_grade:after {
  content: "";
  display: block;
  margin-left: 0.3rem;
  height: 2.6rem;
  width: 2.6rem;
  background: url(/assets/img/arrow_maru_white_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  a.b_grade:after {
    height: 2.4rem;
    width: 2.4rem;
    margin-left: 0.4rem;
  }
}
a.b_grade:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

a.b_arrow_r:after {
  content: ">";
  display: inline-block;
  margin-left: 0.4em;
  color: #014671;
  font-weight: bold;
}

a.b_arrow_tri {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background: #eee;
  border: solid 1px #333;
  transition-duration: 0.3s;
}
a.b_arrow_tri:after {
  content: "▶";
  position: absolute;
  right: 1em;
  font-size: 0.8em;
}
a.b_arrow_tri:hover {
  background: #46809f;
  color: #fff;
  text-decoration: none;
}

a.b_kakomi {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #014671;
  color: #014671;
  font-weight: bold;
  padding: 1em 2em;
  font-size: 1.6rem;
  transition-duration: 0.3s;
}
a.b_kakomi--rounded {
  border-radius: 3em;
}
a.b_kakomi:hover {
  background: #014671;
  color: #fff;
}

/*
site-header
*/
.site-header,
.site-header-spacer {
  height: 12rem;
  background: #000;
}
@media screen and (max-width: 782px) {
  .site-header,
  .site-header-spacer {
    height: 9rem;
  }
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
}
.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.site-header-logo {
  margin-right: 0;
  width: 27rem;
  padding: 0;
  margin: 0;
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 1046px) {
  .site-header-logo {
    width: 24rem;
  }
}
@media screen and (max-width: 640px) {
  .site-header-logo {
    width: 14rem;
  }
}

#site-header-container {
  display: flex !important;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
}

/*
.footer_contact_set
*/
.footer_contact_set {
  background: #014671;
  padding: 7.2rem 5%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer_contact_set {
    padding: 5rem 3%;
  }
}
.footer_contact_set__lead {
  line-height: 1;
  font-size: 2rem;
  margin-bottom: 1.2em;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 599px) {
  .footer_contact_set__lead {
    font-size: 1.6rem;
  }
}
.footer_contact_set__catch {
  line-height: 1.3;
  font-size: 4.8rem;
  margin-bottom: 0.8em;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .footer_contact_set__catch {
    font-size: 3rem;
  }
}
.footer_contact_set__btnwrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 1.6rem;
}
.footer_contact_set__btnwrapper a {
  display: flex;
  width: 90%;
  max-width: 42.6rem;
  height: 5rem;
  border-radius: 5rem;
  border: solid 2px #fff;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer_contact_set__btnwrapper a {
    font-size: 1.8rem;
  }
}
.footer_contact_set__btnwrapper a:hover {
  text-decoration: none;
  background: #075180;
}
.footer_contact_set__btnwrapper a.tel {
  letter-spacing: 0.1em;
}
.footer_contact_set__btnwrapper a.tel:after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3rem;
  background: url(/assets/img/i_smartphone.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
}
.footer_contact_set__btnwrapper a.arrow:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/assets/img/arrow_maru_white_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
}

/*
.site-footer
*/
.site-footer {
  background: #fff;
}
.site-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 20rem;
  padding: 3rem 0 0 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .site-footer__top {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-bottom: 3rem;
  }
}
.site-footer__top__info {
  line-height: 1.5;
}
.site-footer__top__info p:last-of-type {
  margin-top: 0.3em;
}
.site-footer__top__info a {
  display: inline;
  text-decoration: underline;
}
.site-footer__top__info a.pc-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .site-footer__top__info a.pc-hide {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__top__info {
    margin-top: 1.5rem;
  }
}
.site-footer__top__navi .gmenu {
  flex-wrap: wrap;
  gap: 1rem 0;
}
.site-footer__top__navi .gmenu li:nth-of-type(-n + 5):after {
  background: #ddd;
}
.site-footer__top__navi .gmenu li a {
  color: #000;
  font-size: 1.4rem;
}
.site-footer__top__navi .gmenu li:last-of-type {
  padding-left: 1em;
}
.site-footer__top__navi .privacy {
  padding-top: 1.5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .site-footer__top__navi {
    width: 100%;
    margin-bottom: 2rem;
  }
  .site-footer__top__navi .gmenu {
    justify-content: center;
  }
  .site-footer__top__navi .privacy {
    text-align: center;
  }
}
.site-footer .site-footer-copyright {
  max-width: 100%;
  background: #014671;
  text-align: center;
  font-size: 1.2rem;
  padding: 1em 0;
  color: #fff;
}
.site-footer .site-footer-copyright a {
  color: #fff;
}
.site-footer .b_top {
  position: fixed;
  bottom: 10rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
}
.site-footer .b_top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
}
.site-footer .b_top a:hover {
  opacity: 0.7;
}
.site-footer .b_top a span {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  border-top: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  transform: translateY(20%) rotate(-45deg);
}

/*
.フッターの求人バナー
*/
.footer_recruit_bnr {
  max-width: 72rem;
  width: 80%;
  margin: 15rem auto 0;
}
@media screen and (max-width: 767px) {
  .footer_recruit_bnr {
    max-width: 46rem;
  }
}

/*
.gmenu
*/
ul.gmenu {
  display: flex;
  align-items: center;
  list-style: none;
  height: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 1046px) {
  .site-header ul.gmenu {
    padding-right: 5.4rem;
  }
}
ul.gmenu li {
  position: relative;
  padding: 0 1.2em;
  margin: 0;
}
ul.gmenu li a {
  color: #fff;
}
ul.gmenu li:nth-of-type(-n + 5):after {
  content: "";
  background: #aaa;
  width: 1px;
  height: 1.2em;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1046px) {
  ul.gmenu li._hide {
    display: none;
  }
}
ul.gmenu li.no_border:after {
  display: none;
}
ul.gmenu li:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  ul.gmenu li:last-of-type {
    padding-left: 0;
  }
}
ul.gmenu li .b_grade {
  border: 1px solid #014671;
  font-size: 1.7rem;
}
@media screen and (max-width: 599px) {
  ul.gmenu li .b_grade {
    font-size: 1.5rem;
    min-width: 15.6rem;
    height: 4.8rem;
    border-radius: 4.8rem;
    padding-left: 2rem;
  }
}

/*
b_smp
*/
.b_smp {
  display: none;
  width: 3.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  cursor: pointer;
}
.b_smp:before {
  content: "";
  background: #fff;
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 1046px) {
  .b_smp {
    display: block;
  }
}
/*
spmenu_modal
*/
.spmenu_modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  position: fixed;
}
.spmenu_modal.show {
  opacity: 1;
  visibility: visible;
  top: 0px;
  left: 0px;
}
.spmenu_modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
}
.admin-bar .spmenu_modal__bg {
  padding-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .spmenu_modal__bg {
    padding-top: 46px;
  }
}

.spmenu_modal__bg__nav {
  position: relative;
  height: 10.4rem;
}
.spmenu_modal__bg__nav .b_close {
  width: 3.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
}
@media screen and (min-width: 768px) {
  .spmenu_modal__bg__nav .b_close {
    width: 3.6rem;
    height: 2.6rem;
    right: 1.8rem;
  }
}
.spmenu_modal__bg__nav .b_close:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  background: #fff;
}
.spmenu_modal__bg__nav .b_close:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
  background: #fff;
}
.spmenu_modal__bg__cont {
  padding-top: 9.1264667536vw;
}
.spmenu_modal__bg__cont ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  list-style: none;
}
.spmenu_modal__bg__cont ul li {
  padding: 0 2em;
  min-width: 28rem;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .spmenu_modal__bg__cont ul li {
    width: 300px;
    font-size: 1.8rem;
  }
}
.spmenu_modal__bg__cont ul li a {
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 0.5em 0;
  border-bottom: solid 1px transparent;
  transition-duration: 0.3s;
  background: #3a5058;
  border: solid 1px #444;
  transition-duration: 0.3s;
}
.spmenu_modal__bg__cont ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.common_kv {
  background: #005686;
  position: relative;
  overflow: hidden;
  background-image: url(/assets/img/common/subkv_bg.png);
  background-position: center top;
  background-size: cover;
}
.common_kv img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 599px) {
  .common_kv img {
    right: -16%;
  }
}
.common_kv__container {
  min-height: 24rem;
  display: flex;
  align-items: center;
  padding: 0 3%;
}
@media screen and (max-width: 599px) {
  .common_kv__container {
    padding: 0 3%;
    min-height: 20rem;
  }
}

.pankuzu {
  border-bottom: solid 1px #005686;
  padding: 0.9em;
  font-size: 1.5rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .pankuzu {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .pankuzu {
    margin-bottom: 4rem;
  }
}
.pankuzu ul {
  max-width: 128rem;
  width: 96%;
  margin: 0 auto;
  display: flex;
}
.pankuzu ul li:not(:last-of-type) {
  padding-right: 1.6em;
  margin-right: 1em;
  position: relative;
}
.pankuzu ul li:not(:last-of-type):after {
  content: ">";
  position: absolute;
  right: 0;
}

/*
.localnavi--floating
*/
.localnavi--floating {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 28rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.7);
  padding: 1em 0 1em 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .localnavi--floating {
    display: none;
  }
}
.localnavi--floating .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #333;
  padding-right: 2em;
  padding-bottom: 0.6em;
  margin-bottom: 0.3em;
  width: 100%;
  text-align: left;
}
.localnavi--floating .localnavi__container {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.localnavi--floating .localnavi__container .localnavi__item {
  font-size: 1.6rem;
  padding: 0.7em 1em 0 0.8em;
  line-height: 1.4;
}

/*
.conts_nav
*/
.conts_nav {
  margin-bottom: 15rem;
}
.conts_nav .ttl {
  font-size: 2.4rem;
  margin-bottom: 6rem;
  letter-spacing: 0em;
  font-weight: bold;
}
.conts_nav__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.conts_nav__container .conts_nav__item {
  width: 24.5614035088%;
  max-width: 28rem;
  height: 10rem;
  margin: 0 1.7543859649%;
  border: solid 1px #444;
  position: relative;
}
.conts_nav__container .conts_nav__item:nth-of-type(n + 4) {
  margin-top: 2rem;
}
.conts_nav__container .conts_nav__item:before {
  content: "";
  height: 0.5rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #005686;
}
@media screen and (max-width: 899px) {
  .conts_nav__container .conts_nav__item {
    width: 34%;
    max-width: 50%;
    height: 8rem;
    margin: 0 2%;
  }
  .conts_nav__container .conts_nav__item:nth-of-type(n + 3) {
    margin-top: 2rem;
  }
}
.conts_nav__container .conts_nav__item a {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #333;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conts_nav__container .conts_nav__item a:hover {
  color: #014671;
}

/*
.common_sect
*/
.common_sect {
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 599px) {
  .common_sect {
    margin-bottom: 7rem;
  }
}
.common_sect__ttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .common_sect__ttl {
    font-size: 3rem;
  }
}
.common_sect__ttl--v2 {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 6rem;
  width: 94%;
  max-width: 118rem;
  margin: 0 auto 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.common_sect__ttl--v2 strong {
  width: 9em;
  border-bottom: solid 1px #888;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
.common_sect__ttl--v2 span {
  color: #aaa;
  font-size: 0.7em;
}
@media screen and (max-width: 599px) {
  .common_sect__ttl--v2 {
    font-size: 2.4rem;
  }
  .common_sect__ttl--v2 strong {
    width: 7em;
  }
  .common_sect__ttl--v2 span {
    font-size: 0.7em;
  }
}
.common_sect .body_txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
.common_sect .body_txt + .pic_single {
  text-align: center;
  margin-top: 3rem;
}
.common_sect .body_txt + .pic_single img {
  max-width: 80rem;
  width: 90%;
}

/*---------------------------------
factory_map
---------------------------------*/
.factory_map {
  position: relative;
}
.factory_map a {
  position: absolute;
  width: 128px;
  height: 28px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding-left: 0.4em;
  background: #888;
  color: #fff;
}
.factory_map a:hover {
  background: #ff9900;
  color: #333;
  text-decoration: none;
}
.factory_map a.b_factory1 {
  left: 17.665615142%;
  top: 12.5307125307%;
}
.factory_map a.b_factory2 {
  left: 52.3659305994%;
  top: -4.6683046683%;
}
.factory_map a.b_factory3 {
  left: 77.6025236593%;
  top: 24.57002457%;
}
.factory_map a.b_factory4 {
  left: 17.3501577287%;
  top: 89.4348894349%;
}
.factory_map a.b_factory5 {
  left: 42.9022082019%;
  bottom: -4.4226044226%;
}
.factory_map a.b_factory6 {
  left: 61.8296529968%;
  top: 84.7665847666%;
}

/*---------------------------------
HOME
---------------------------------*/
/*
.home_kv
*/
.home_kv {
  position: relative;
}
.home_kv img {
  width: 100%;
}
.home_kv {
  /*
  &__txt{
      color:#fff;
      position:absolute;
      z-index: 10;
      width:100%;
      text-align: center;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
      text-shadow: 0 0 1rem rgba(0,0,0,0.3),  0 0 2rem rgba(0,0,0,0.3),  0 0 3rem rgba(0,0,0,0.6) ;
      .home_kv__ttl{
          font-size:5rem;
          line-height: 1.4;
          font-weight: 600;
          padding:0 0 3.2rem;
          margin-bottom: 3.2rem;
          position:relative;
          &:after{
              content:'';
              display:block;
              height:0.4rem;
              width:100rem;
              background:#fff;
              position:absolute;
              bottom:0;
              left:50%;
              transform:translateX(-50%);
          }
          @media screen and (max-width: 1280px) {
              font-size:pxtovw(50,1280);
              padding:0 0 pxtovw(32,1280);
              margin-bottom: pxtovw(32,1280);
              &:after{
                  height:pxtovw(4,1280);
                  width:pxtovw(1000,1280);
              }
          }
          @media screen and (max-width: 767px) {
              font-size:pxtovw(45,767);
              padding:0 0 pxtovw(32,767);
              margin-bottom: pxtovw(32,767);
              &:after{
                  height:pxtovw(4,767);
                  width:90vw;
              }
          }
      }
      .home_kv__lead{
          font-size:2.6rem;
          line-height: 1.6;
          font-weight: 500;
          @media screen and (max-width: 1280px) {
              font-size:pxtovw(26,1280);
          }
          @media screen and (max-width: 767px) {
              font-size:pxtovw(26,767);
          }
      }
  }
  */
}

/*
.home_msg
*/
.home_msg {
  text-align: center;
  margin-bottom: 7rem;
}
.home_msg__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0.6em 1.1em;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .home_msg__ttl {
    font-size: 2.5rem;
  }
}
.home_msg__ttl:after {
  content: "";
  display: block;
  background: #014671;
  width: 12rem;
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home_msg__txt {
  font-size: 2.4rem;
  line-height: 1.9;
  padding: 0 0.6em;
}
@media screen and (max-width: 599px) {
  .home_msg__txt {
    font-size: 2rem;
  }
}

/*
.home_greeting
*/
.home_greeting .head_t1 {
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 599px) {
  .home_greeting .head_t1 {
    margin-bottom: 4rem;
  }
}
.home_greeting {
  padding-top: 13rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .home_greeting {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
.home_greeting__container {
  max-width: 118rem;
}
@media screen and (max-width: 767px) {
  .home_greeting__container {
    display: block;
  }
}
.home_greeting__pic {
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 634px;
  width: 42.8378378378%;
}
@media screen and (max-width: 1200px) {
  .home_greeting__pic .factory_map a {
    width: 9.0909090909vw;
    height: 2.5454545455vw;
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 840px) {
  .home_greeting__pic .factory_map a {
    width: 18.3333333333vw;
    height: 4.6666666667vw;
    font-size: 2.6666666667vw;
    width: 11rem;
    height: 2.8rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .home_greeting__pic .factory_map a {
    width: 19.6428571429vw;
    height: 5vw;
    font-size: 2.8571428571vw;
  }
}
.home_greeting__pic .b_products {
  margin: 4rem auto 0;
  max-width: 56rem;
  width: 90%;
  height: 4.2rem;
  border-radius: 4.2rem;
  padding: 0.5rem;
  background: #005686;
  display: flex;
  align-items: center;
  padding-right: 4rem;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  justify-content: center;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1200px) {
  .home_greeting__pic .b_products {
    font-size: 1.5rem;
  }
}
.home_greeting__pic .b_products:hover {
  opacity: 0.7;
  text-decoration: none;
}
.home_greeting__pic .b_products:after {
  content: "";
  display: block;
  margin-left: 0.3rem;
  height: 2.6rem;
  width: 2.6rem;
  background: url(/assets/img/arrow_maru_white_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .home_greeting__pic .b_products:after {
    height: 2.4rem;
    width: 2.4rem;
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 840px) {
  .home_greeting__pic {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 80vw;
    margin: 5rem auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .home_greeting__pic {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    margin: 5rem auto 0 auto;
  }
}
.home_greeting__txt {
  flex: 1;
  max-width: 65rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .home_greeting__txt {
    width: 51.6666666667vw;
    max-width: 51.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .home_greeting__txt {
    width: 100%;
    max-width: 100%;
  }
}
.home_greeting__txt p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.home_greeting__txt p.catch {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.home_greeting__txt > p {
  padding-left: 4rem;
}
.home_greeting__txt > p:not(.catch):last-of-type {
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .home_greeting__txt {
    width: 90%;
    max-width: 630px;
    padding: 0;
    margin: 0 auto;
    text-align: justify;
  }
  .home_greeting__txt p {
    font-size: 1.6rem;
  }
  .home_greeting__txt p.catch {
    font-size: 135%;
  }
  .home_greeting__txt > p {
    padding-left: 0;
  }
}
.home_greeting__links {
  padding-left: 4rem;
  display: flex;
  margin-top: 2em;
  gap: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .home_greeting__links {
    gap: 1rem 1rem;
  }
}
@media screen and (max-width: 599px) {
  .home_greeting__links {
    padding-left: 0;
  }
}
.home_greeting__links li a {
  width: 22rem;
  height: 2.4em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .home_greeting__links li a {
    width: 18rem;
  }
}
@media screen and (max-width: 599px) {
  .home_greeting__links li a {
    width: 16rem;
    font-size: 1.4rem;
  }
}

/*
.home_products
*/
.home_products {
  background: #E9F1F5;
  color: #000;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .home_products {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .home_products .home_products__container {
    width: 90%;
    margin: 0 auto;
  }
}
.home_products .head_t1 {
  margin-bottom: 5.4rem;
  color: #000;
}
.home_products .head_t1 .en {
  color: #000;
}
@media screen and (max-width: 599px) {
  .home_products .head_t1 {
    margin-bottom: 4rem;
  }
}
.home_products .lead {
  line-height: 1.7;
  margin-bottom: 2em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .home_products .lead {
    font-size: 1.6rem;
  }
}
.home_products .pic {
  margin-bottom: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home_products .pic {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .home_products .pic {
    text-align: right;
    overflow: hidden;
  }
  .home_products .pic img {
    float: right;
    height: auto;
    width: 100%;
  }
}
.home_products h3 {
  font-size: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-weight: bold;
  justify-content: center;
}
.home_products h3:before, .home_products h3:after {
  content: "";
  height: 1px;
  width: 1.5em;
  background: #000;
  display: inline-block;
  margin: 0 0.3em;
}
@media screen and (max-width: 767px) {
  .home_products h3 {
    font-size: 1.8rem;
  }
}
.home_products .home_products__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .home_products .home_products__links {
    gap: 1rem 1rem;
  }
}
.home_products .home_products__links a {
  width: 27rem;
  height: 2.4em;
  padding-left: 1em;
}
@media screen and (max-width: 599px) {
  .home_products .home_products__links a {
    font-size: 1.4rem;
  }
}

/*
.home_news
*/
@media screen and (max-width: 767px) {
  .home_news .home_news__container {
    width: 90%;
    margin: 0 auto;
  }
}
.archive .home_news .home_news__container {
  padding-bottom: 10rem;
}
@media screen and (max-width: 599px) {
  .archive .home_news .home_news__container {
    padding-bottom: 6rem;
  }
}

.home .home_news {
  background: #F8F8F5;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .home .home_news {
    padding: 6rem 0;
  }
}

.home_news .head_t1 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  .home_news .head_t1 {
    margin-bottom: 3.4rem;
  }
}
.home_news__list {
  border-top: solid 1px #333;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  .archive .home_news__list {
    margin-bottom: 3rem;
  }
}

.home_news__list__item {
  border-bottom: solid 1px #333;
  padding: 1.6rem 0;
}
.home_news__list__item a .news_summary {
  font-size: 1.8rem;
}
.home_news__list__item a .news_summary time {
  padding-right: 0.7em;
  font-weight: bold;
}
.home_news__list__item a .news_summary .cat {
  padding-left: 0.7em;
}
.home_news__list__item a .news_ttl {
  padding-top: 0.4em;
  font-size: 1.6rem;
  line-height: 1.7;
}
.home_news__list__item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.home_news .b_grade {
  width: 20rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home_news .b_grade {
    width: 18.5rem;
    font-size: 1.6rem;
  }
}
.home_news__year_arch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: -4rem auto 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home_news__year_arch {
    margin: -1.6rem auto 0.7rem;
  }
}
.home_news__year_arch li {
  margin: 0.3em 0.4em 0.3em;
  font-size: 1.5rem;
  text-align: center;
}
.home_news__year_arch li:first-of-type {
  font-weight: bold;
}
.home_news__year_arch li a {
  padding: 0.4em;
  display: inline-block;
  background: #eee;
  border-radius: 0.2em;
}
.home_news__year_arch li a:hover {
  text-decoration: underline;
}

/*---------------------------------
aboutus
---------------------------------*/
/*
.common_sect
*/
.common_sect.aboutus.aboutus__rinen .common_sect__body p {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .common_sect.aboutus.aboutus__rinen .common_sect__body p {
    font-size: 2.4rem;
  }
}
.common_sect.aboutus.aboutus__rinen .common_sect__body ul {
  text-align: left;
}
.common_sect.aboutus.aboutus__rinen .common_sect__body ul li {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.common_sect.aboutus.aboutus__rinen .common_sect__body ul li:not(:last-of-type) {
  margin-bottom: 0.7em;
}
.common_sect.aboutus.aboutus__rinen .common_sect__body ul li span {
  font-size: 70%;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__rinen .common_sect__body ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .common_sect.aboutus.aboutus__rinen .common_sect__body ul li span {
    padding-top: 0.5em;
  }
}
.common_sect.aboutus.aboutus__shakun .common_sect__body ul li {
  font-size: 2.2rem;
  font-weight: bold;
}
.common_sect.aboutus.aboutus__shakun .common_sect__body ul li:not(:last-of-type) {
  margin-bottom: 1em;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt {
  width: 100%;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .catch {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.5;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .msg {
  font-size: 1.6rem;
  line-height: 2;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .president {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .president__yakushoku {
  font-size: 1.6rem;
  margin-bottom: 0.6em;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .president__namae {
  font-size: 2.6rem;
  font-weight: bold;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic {
    display: block;
  }
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__txt {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__txt {
    width: 100%;
  }
  .common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__txt .president {
    display: none;
  }
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic {
  width: 22%;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    width: 80%;
    margin: 2rem auto 0;
  }
  .common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic img {
    width: 50%;
    max-width: 300px;
    margin-left: 1.5rem;
  }
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic .president {
  text-align: right;
  padding-top: 0.6em;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic .president__yakushoku {
  font-size: 1.6rem;
  margin-bottom: 0.6em;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic .president__namae {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic .president {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body ul li {
  font-size: 2.2rem;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body ul li:not(:last-of-type) {
  margin-bottom: 1em;
}
.common_sect.aboutus.aboutus__outline .common_sect__body {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table {
  width: 100%;
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr {
  font-size: 1.6rem;
  border-bottom: solid 1px #444;
  min-height: 3em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr {
    display: block;
  }
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr th {
  width: 20rem;
  vertical-align: top;
  text-align: left;
  padding: 1em 0 1em 1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr th {
    display: block;
    width: 100%;
    padding: 0.8em 0 0.8em 0;
    height: auto;
  }
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr td {
  vertical-align: middle;
  margin-left: 1rem;
  text-align: left;
  padding: 1em 0 1em 1em;
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr td strong {
  font-weight: 600;
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr td .td_elem + .td_elem {
  margin-top: 0.7em;
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr td .iblock {
  display: inline-block;
  padding-right: 0.2em;
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr td a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr td {
    display: block;
    width: 100%;
    padding: 0 0 0.8em 0;
    margin: 0;
    height: auto;
    line-height: 1.5;
  }
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr.void th, .common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr.void td {
  opacity: 0;
  height: 1.5em;
  border: none;
  background: none;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr.void th, .common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr.void td {
    height: 0.5em;
    padding: 0;
  }
}
.common_sect.aboutus.aboutus__outline .map {
  margin-top: 4rem;
}
.common_sect.aboutus.aboutus__outline .map__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.common_sect.aboutus.aboutus__outline .map__box iframe {
  width: 100%;
  aspect-ratio: 1000/400;
}
.common_sect.aboutus.aboutus__data1 .common_sect__body {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.common_sect.aboutus.aboutus__data1 .common_sect__body .data_lead {
  line-height: 1.7;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.common_sect.aboutus.aboutus__data1 .common_sect__body .caption {
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 0.6em;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .data_lead {
  line-height: 1.7;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 2.5em;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body table.tbl1 thead th {
  background: #385B8B;
  color: #fff;
  font-size: bold;
  border: 1px solid #E3E3E3;
  padding: 0.8em;
  text-align: center;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body table.tbl1 tbody tr th {
  border: 1px solid #E3E3E3;
  text-align: left;
  font-weight: bold;
  padding: 0.8em;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body table.tbl1 tbody tr td {
  border: 1px solid #E3E3E3;
  text-align: center;
  padding: 0.8em;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body table.tbl1 tbody tr td.red {
  color: #BB4743;
  font-weight: bold;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body table.tbl1 tbody tr:nth-of-type(2n) {
  background: #F9FAFC;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .data_up .table_wrapper table.tbl1 {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .common_sect.aboutus.aboutus__data2 .common_sect__body .data_up .table_wrapper {
    overflow-x: scroll;
  }
  .common_sect.aboutus.aboutus__data2 .common_sect__body .data_up .table_wrapper table.tbl1 {
    width: 120vw;
  }
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex {
    display: block;
  }
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex__left {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex__left {
    width: 100%;
  }
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex__left__item {
  border: solid 1px #2680EA;
  border-radius: 0.5rem;
  background: #EEF8FE;
  padding: 1.6rem 1.6rem 1.2rem;
  font-size: 1.6rem;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex__left__item:not(:first-of-type) {
  margin-top: 1.5rem;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex__left__item .name {
  font-weight: bold;
  color: #005686;
  margin-bottom: 0.5em;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex__left__item .cont {
  line-height: 1.5;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex__left__item .cont strong {
  font-weight: bold;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex__right {
  width: 47%;
}
@media screen and (max-width: 599px) {
  .common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex__right {
    width: 100%;
  }
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex__right__item:last-of-type {
  margin-top: 2rem;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex__right__item table.tbl1 {
  width: 100%;
}
.common_sect.aboutus.aboutus__data2 .common_sect__body .data_flex__right__item table.tbl1 thead th:first-of-type {
  width: 55%;
}
.common_sect.aboutus.aboutus__history .common_sect__body {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.common_sect.aboutus.aboutus__history .common_sect__body .history_list {
  border-top: solid 1px #444;
}
.common_sect.aboutus.aboutus__history .common_sect__body .history_list li {
  border-bottom: solid 1px #444;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.6rem;
  padding: 0.9em 0;
  line-height: 1.5;
}
.common_sect.aboutus.aboutus__history .common_sect__body .history_list li time {
  padding-right: 1.4em;
  display: block;
}
.common_sect.aboutus.aboutus__history .common_sect__body .history_list li p {
  flex: 1;
}
.common_sect.aboutus.aboutus__history .common_sect__body .history_list.time-y li time {
  width: 5em;
}
.common_sect.aboutus.aboutus__history .common_sect__body .history_list.time-ym li time {
  width: 7em;
}
.common_sect.aboutus.aboutus__history .common_sect__body .history_list.time-ymd li time {
  width: 9em;
}
.common_sect.aboutus.aboutus__history .common_sect__body .history_pic {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
.common_sect.aboutus.aboutus__history .common_sect__body .history_pic div {
  width: 48%;
}
.common_sect.aboutus.aboutus__history .common_sect__body .history_pic div img {
  width: 100%;
}
.common_sect.aboutus.aboutus__history .common_sect__body .history_pic div p {
  padding-top: 0.5em;
  font-size: 1.4rem;
  text-align: center;
}
.common_sect.aboutus.aboutus__recruit {
  background: #FDFBE7;
  padding: 6.4rem 2rem;
}
.common_sect.aboutus.aboutus__recruit h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 4.5rem;
  font-weight: bold;
}
.common_sect.aboutus.aboutus__recruit h2 span {
  padding-top: 0.6em;
  font-size: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_sect.aboutus.aboutus__recruit h2 span:before, .common_sect.aboutus.aboutus__recruit h2 span:after {
  content: "";
  height: 1px;
  width: 3rem;
  background: #000;
  display: inline-block;
  margin: 0 0.3em;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__recruit h2 {
    font-size: 3rem;
  }
  .common_sect.aboutus.aboutus__recruit h2 span {
    font-size: 2.1rem;
  }
}
.common_sect.aboutus.aboutus__recruit .catch {
  text-align: center;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__recruit .catch {
    font-size: 2.4rem;
  }
}
.common_sect.aboutus.aboutus__recruit .msg {
  text-align: center;
  line-height: 1.9;
  font-size: 1.6rem;
}
.common_sect.aboutus.aboutus__recruit .msg:last-of-type {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__recruit .msg {
    text-align: left;
  }
}
.common_sect.aboutus.aboutus__recruit .btns {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.4rem 1.8rem;
}
.common_sect.aboutus.aboutus__recruit .btns a {
  min-width: 24rem;
  font-weight: bold;
  background: #fff;
  border: solid 1px #888;
  min-height: 5rem;
  font-size: 1.8rem;
  justify-content: flex-start;
  padding-left: 2.4rem;
}
.common_sect.aboutus.aboutus__recruit .btns a:hover {
  background: #555;
}

/*---------------------------------
products
---------------------------------*/
.products_localnavi {
  margin-bottom: 6rem;
  max-width: 122rem;
}
@media screen and (max-width: 599px) {
  .products_localnavi {
    margin-bottom: 4rem;
  }
}
.products_localnavi ul {
  border-bottom: solid #aaa 1px;
  margin-bottom: 3rem;
  display: flex;
  justify-content: start;
  gap: 0 5px;
}
.products_localnavi ul li a {
  padding: 0.8em 1.5em;
  font-size: 1.6rem;
  background: #eee;
  line-height: 1;
  display: block;
}
.products_localnavi ul li a.active {
  background: #d2f2ff;
  font-weight: bold;
}
.products_localnavi h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .products_localnavi h2 {
    font-size: 2.4rem;
  }
}

/*
.common_sect
*/
.common_sect.products .common_sect__ttl {
  font-size: 2.6rem;
  color: #203E8E;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  width: 96%;
  margin: 0 auto 1em;
}
@media screen and (max-width: 599px) {
  .common_sect.products .common_sect__ttl {
    font-size: 2.3rem;
  }
}
.common_sect.products .common_sect__ttl:before {
  content: "";
  background: url(/assets/img/common/i_ttl_tri.svg) no-repeat;
  background-size: contain;
  height: 5rem;
  width: 5rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-30%, -30%);
  z-index: -1;
}
.common_sect.products .body_lead {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 0.7em;
  font-weight: 600;
}
.common_sect.products .body_msg {
  font-size: 1.6rem;
  line-height: 1.7;
}
.common_sect.products .body_msg + * {
  margin-top: 2.6em;
}
.common_sect.products .pic_set {
  max-width: 108rem;
  margin-right: auto;
  margin-left: auto;
}
.common_sect.products .pic_set .pic {
  aspect-ratio: 10/7;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border: solid 1px #ccc;
}
.common_sect.products .pic_set .pic img {
  width: 100%;
  height: 100%;
}
.common_sect.products .b_recruit_wrapper {
  margin: 4rem auto 0 auto;
}
.common_sect.products .b_recruit_wrapper a {
  max-width: 59rem;
  width: 90%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 660px) {
  .common_sect.products .b_recruit_wrapper a {
    padding-right: 3rem;
  }
}
.common_sect.products.products__strength {
  background: #FAFAFA;
  position: relative;
}
.common_sect.products.products__strength .pic_bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .common_sect.products.products__strength .pic_bg {
    width: 66vw;
  }
}
.common_sect.products.products__strength .common_sect__body {
  padding: 9rem 0 1rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .common_sect.products.products__strength .common_sect__body {
    padding: 7rem 0 1rem;
  }
}
.common_sect.products.products__strength .common_sect__body .pic_maru {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .common_sect.products.products__strength .common_sect__body .pic_maru {
    width: 12rem;
  }
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper {
  width: 94%;
  max-width: 82rem;
  margin: 0 auto;
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 0.4em;
  color: #D09700;
  line-height: 1.5;
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper h2 span {
  background: rgba(250, 250, 250, 0.7);
}
@media screen and (max-width: 599px) {
  .common_sect.products.products__strength .common_sect__body .txt_wrapper h2 {
    font-size: 3rem;
  }
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper .lead {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.6em;
  color: #D09700;
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper .lead span {
  background: rgba(250, 250, 250, 0.7);
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper .bluetxt {
  line-height: 1.7;
  font-size: 1.6rem;
  color: #014671;
  margin-bottom: 4rem;
  font-weight: 600;
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper .strength_item {
  position: relative;
  padding-left: 6.4rem;
}
@media screen and (max-width: 599px) {
  .common_sect.products.products__strength .common_sect__body .txt_wrapper .strength_item {
    padding-left: 5.4rem;
  }
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper .strength_item:not(:first-of-type) {
  margin-top: 3.4rem;
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper .strength_item:last-of-type {
  margin-bottom: 5rem;
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper .strength_item > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.6rem;
}
@media screen and (max-width: 599px) {
  .common_sect.products.products__strength .common_sect__body .txt_wrapper .strength_item > img {
    width: 4rem;
  }
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper .strength_item .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 0.2em;
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper .strength_item .msg {
  font-size: 1.6rem;
  line-height: 1.7;
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper .b_contact {
  display: flex;
  flex-direction: row-reverse;
  overflow-y: hidden;
  overflow-x: visible;
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper .b_contact a {
  width: 30rem;
  height: 5rem;
  border: solid 3px #D09700;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 1.5em;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  margin-right: 5rem;
  color: #ae8000;
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper .b_contact a:after {
  content: "";
  display: block;
  background: #D09700;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(25%, -50%) rotate(45deg);
  z-index: -1;
}
.common_sect.products.products__strength .common_sect__body .txt_wrapper .b_contact a:hover {
  background: #a97e05;
  color: #fff;
}
.common_sect.products .pic_set {
  max-width: 90rem;
}
.common_sect.products .pic_set .pic_set__item.wide {
  width: 100%;
  max-width: 54rem;
}
.common_sect.products .pic_set .pic_set__item.wide .pic {
  aspect-ratio: auto;
}
@media screen and (max-width: 930px) {
  .common_sect.products .pic_set .pic_set__item.wide {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.products .pic_set .pic_set__item.wide {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.common_sect.products .pic_set + .pic_set {
  margin-top: 4rem;
}
.common_sect.products .pic_set .txt {
  text-align: left;
}
.common_sect.products .pic_set .txt + .pic {
  margin-top: 2rem;
}
.common_sect.products.products__story .pic_set, .common_sect.products.products__brains .pic_set {
  margin-left: 0;
}
@media screen and (max-width: 930px) {
  .common_sect.products.products__story .pic_set .pic_set__item.item_flex_sp, .common_sect.products.products__brains .pic_set .pic_set__item.item_flex_sp {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .common_sect.products.products__story .pic_set .pic_set__item.item_flex_sp div, .common_sect.products.products__brains .pic_set .pic_set__item.item_flex_sp div {
    width: 42%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.common_sect.products .story_step .story_step__ttl {
  position: relative;
  padding-left: 11rem;
  padding-top: 0.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 599px) {
  .common_sect.products .story_step .story_step__ttl {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    font-size: 2rem;
  }
}
.common_sect.products .story_step .story_step__ttl span {
  color: #fff;
  background: #DDA203;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.6rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 599px) {
  .common_sect.products .story_step .story_step__ttl span {
    position: relative;
    margin-bottom: 1rem;
    width: 9.6rem;
    height: 3.6rem;
    font-size: 1.8rem;
  }
}
.common_sect.products .story_step .story_step__msg {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1.5em;
}
.common_sect.products .story_step + .arrow_down, .common_sect.products .story_step + .story_step {
  margin-top: 4rem;
}
.common_sect.products .arrow_down {
  max-width: 90rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  .common_sect.products .arrow_down {
    margin-bottom: 3.2rem;
  }
}
.common_sect.products .arrow_down img {
  width: 60%;
  max-width: 36rem;
}
.common_sect.products.products__story .b_recruit_wrapper {
  max-width: 90rem;
  margin-left: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .common_sect.products.products__story .b_recruit_wrapper {
    margin-left: auto;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.products.products__story .b_recruit_wrapper {
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.products.products__story .b_recruit_wrapper .b_grade {
    max-width: 90%;
    margin: 0 auto;
  }
}
.common_sect.products.products__brains .story_step__ttl {
  position: relative;
  padding-top: 0.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.4rem;
  padding-left: 0;
}
@media screen and (max-width: 599px) {
  .common_sect.products.products__brains .story_step__ttl {
    font-size: 2rem;
  }
}
.common_sect.products.products__brains .story_step__msg {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1.5em;
}
.common_sect.products.products__brains .b_recruit_wrapper {
  max-width: 90rem;
  margin-left: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .common_sect.products.products__brains .b_recruit_wrapper {
    margin-left: auto;
  }
}
.common_sect.products.products__brains .b_recruit_wrapper .b_grade {
  width: 56rem;
}
@media screen and (max-width: 599px) {
  .common_sect.products.products__brains .b_recruit_wrapper .b_grade {
    max-width: 90%;
    margin: 0 auto;
  }
}
.common_sect.products.products__factory .factory_summary {
  padding-top: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .common_sect.products.products__factory .factory_summary {
    display: block;
  }
}
.common_sect.products.products__factory .factory_summary .factory_summary__left {
  width: 63.4rem;
}
@media screen and (max-width: 767px) {
  .common_sect.products.products__factory .factory_summary .factory_summary__left {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .common_sect.products.products__factory .factory_summary .factory_summary__left a {
    width: 11vw;
    height: 2.8vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .common_sect.products.products__factory .factory_summary .factory_summary__left a {
    width: 14.3415906128vw;
    height: 3.6505867014vw;
    font-size: 2.0860495437vw;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.products.products__factory .factory_summary .factory_summary__left a {
    width: 19.6428571429vw;
    height: 5vw;
    font-size: 2.8571428571vw;
  }
}
.common_sect.products.products__factory .factory_summary .factory_summary__right {
  width: 54rem;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .common_sect.products.products__factory .factory_summary .factory_summary__right {
    width: 100%;
    padding: 8vw 0 0 0;
  }
}
.common_sect.products.products__factory .factory_summary .factory_summary__right h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.common_sect.products.products__factory .factory_summary .factory_summary__right .adress {
  font-size: 1.8rem;
  margin-bottom: 0.6em;
}
.common_sect.products.products__factory .factory_summary .factory_summary__right .menseki {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
.common_sect.products.products__factory .factory_summary .factory_summary__right .msg {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .common_sect.products.products__factory .factory_summary .factory_summary__right h3 {
    font-size: 2rem;
  }
}
.common_sect.products.products__factory .factory_equipment {
  padding-top: 7rem;
  padding-left: 16rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-basis: fit-content;
}
@media screen and (max-width: 767px) {
  .common_sect.products.products__factory .factory_equipment {
    padding-top: 4vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.products.products__factory .factory_equipment {
    display: block;
  }
}
.common_sect.products.products__factory .factory_equipment__ttl {
  width: 16rem;
  height: 16rem;
  background: #eee;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.5;
  padding-left: 1.5rem;
  border-radius: 0 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .common_sect.products.products__factory .factory_equipment__ttl {
    width: 12rem;
    height: 12rem;
    font-size: 1.8rem;
    border-radius: 0 0 0 2rem;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.products.products__factory .factory_equipment__ttl {
    width: 60%;
    height: 2.5em;
    font-size: 1.8rem;
    border-radius: 0 0 1.8rem 0;
    margin-bottom: 2rem;
  }
  .common_sect.products.products__factory .factory_equipment__ttl br {
    display: none;
  }
}
.common_sect.products.products__factory .factory_equipment__body {
  display: flex;
  flex-wrap: wrap;
  flex-basis: fit-content;
  flex: 1;
}
.common_sect.products.products__factory .factory_equipment__body dl {
  margin: 0 0 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .common_sect.products.products__factory .factory_equipment__body dl {
    margin: 0 0 2rem 2rem;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.products.products__factory .factory_equipment__body dl {
    margin: 0 2rem 2rem 0;
  }
}
.common_sect.products.products__factory .factory_equipment__body dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.common_sect.products.products__factory .factory_equipment__body dl dd {
  font-size: 1.6rem;
  line-height: 1.7;
}
.common_sect.products.products__factory .factory_equipment__body dl dd.flex {
  display: flex;
}
.common_sect.products.products__factory .factory_equipment__body dl dd.flex p:last-child {
  padding-left: 2rem;
}

/*---------------------------------
contactus
---------------------------------*/
/*
.common_sect
*/
.common_sect.contactus.contactus__intro {
  text-align: center;
  margin-bottom: 10rem;
}
.common_sect.contactus.contactus__intro.thanks {
  height: 30dvh;
}
@media screen and (max-width: 599px) {
  .common_sect.contactus.contactus__intro {
    margin-bottom: 6rem;
  }
}
.common_sect.contactus.contactus__intro .contactus__intro__catch {
  max-width: 128rem;
  width: 94%;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .common_sect.contactus.contactus__intro .contactus__intro__catch a {
    color: #ff8800;
    display: inline !important;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.contactus.contactus__intro .contactus__intro__catch {
    font-size: 1.8rem;
    text-align: left;
  }
}
.common_sect.contactus.contactus__intro .contactus__intro__tels {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 4rem;
  gap: 2rem 2.5rem;
}
.common_sect.contactus.contactus__intro .contactus__intro__tels .contactus__intro__tels__item {
  max-width: 46rem;
  width: 80%;
  min-height: 14.6rem;
  background: #F8F8F8;
  border-radius: 1.2rem;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.common_sect.contactus.contactus__intro .contactus__intro__tels .contactus__intro__tels__item p {
  font-size: 1.8rem;
  margin-bottom: 0.6em;
  font-weight: bold;
}
.common_sect.contactus.contactus__intro .contactus__intro__tels .contactus__intro__tels__item a {
  width: 30rem;
  font-size: 2.4rem;
  height: 4.4rem;
  text-align: center;
  justify-content: center;
  padding-left: 0;
}
.common_sect.contactus.contactus__intro .contactus__intro__tels .contactus__intro__tels__item a.cellular:after {
  background: url(/assets/img/i_smartphone.svg) no-repeat center center;
  background-size: contain;
  height: 3rem;
  width: 3rem;
  right: 1.4rem;
}
.common_sect.contactus.contactus__table .common_sect__body {
  width: 94%;
  max-width: 980px;
  margin: 0 auto;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form {
  text-align: left;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form table {
  width: 100%;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form th {
  width: 21.6rem;
  vertical-align: middle;
  font-size: 1.6rem;
  padding-bottom: 3rem;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form th .required {
  color: #f44;
  font-size: 70%;
  vertical-align: super;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td {
  width: 78.4rem;
  vertical-align: middle;
  padding-bottom: 3rem;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td select,
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td input[type=text],
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td input[type=email],
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td textarea {
  border: solid 1px #555;
  padding: 1em;
  font-size: 1.6rem;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td .wpcf7-not-valid-tip {
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .common_sect.contactus.contactus__table .common_sect__body .tbl_form th, .common_sect.contactus.contactus__table .common_sect__body .tbl_form td {
    display: block;
    width: 100%;
    padding: 1em;
  }
  .common_sect.contactus.contactus__table .common_sect__body .tbl_form th {
    background: #F8F8F5;
  }
  .common_sect.contactus.contactus__table .common_sect__body .tbl_form td {
    padding-bottom: 2rem;
  }
}
.common_sect.contactus.contactus__table .btn_wrapper {
  padding-top: 3rem;
}
.common_sect.contactus.contactus__table .btn_wrapper input[type=submit] {
  font-size: 1.8rem;
  width: 16rem;
  height: 3.4rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #005686;
  border: none;
}

/*---------------------------------
recruit
---------------------------------*/
/*
.common_sect
*/
.common_sect.recruit.recruit__detail .common_sect__ttl {
  font-size: 2.6rem;
  color: #203E8E;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  width: 96%;
  margin: 0 auto 1em;
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .common_sect__ttl {
    font-size: 2.3rem;
  }
}
.common_sect.recruit.recruit__detail .common_sect__ttl:before {
  content: "";
  background: url(/assets/img/common/i_ttl_tri.svg) no-repeat;
  background-size: contain;
  height: 5rem;
  width: 5rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-30%, -30%);
  z-index: -1;
}
.common_sect.recruit.recruit__detail .recruit__detail__catch {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0.8em;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .recruit__detail__catch {
    font-size: 2.4rem;
  }
}
.common_sect.recruit.recruit__detail .recruit__detail__lead {
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2.4em;
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .recruit__detail__lead {
    font-size: 1.8rem;
    text-align: left;
  }
}
.common_sect.recruit.recruit__detail .body_lead {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 0.7em;
  font-weight: 600;
}
.common_sect.recruit.recruit__detail .body_msg {
  font-size: 1.6rem;
  line-height: 1.7;
}
.common_sect.recruit.recruit__detail .body_msg + * {
  margin-top: 2.6em;
}
.common_sect.recruit.recruit__detail .body_msg .worker_data {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
.common_sect.recruit.recruit__detail .body_msg .worker_data__item {
  max-width: 40%;
  min-width: 36rem;
  border-radius: 2rem;
  border: solid 1px #aaa;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.common_sect.recruit.recruit__detail .body_msg .worker_data__item dl {
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .body_msg .worker_data__item dl {
    font-size: 1.7rem;
  }
}
.common_sect.recruit.recruit__detail .body_msg .worker_data__item dl dt {
  margin-right: 0.8em;
}
.common_sect.recruit.recruit__detail .body_msg .worker_data__item dl dd {
  font-size: 200%;
  color: #2E80E0;
}
.common_sect.recruit.recruit__detail .body_msg .worker_data__item p {
  font-size: 1.6rem;
  padding-top: 0.4em;
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .body_msg .worker_data__item p {
    font-size: 1.5rem;
  }
}
.common_sect.recruit.recruit__detail .body_msg .faq .faq_item {
  border-radius: 2rem;
  overflow: hidden;
}
.common_sect.recruit.recruit__detail .body_msg .faq .faq_item:not(:first-of-type) {
  margin-top: 2rem;
}
.common_sect.recruit.recruit__detail .body_msg .faq .faq_item.open {
  background: #F7F8FA;
}
.common_sect.recruit.recruit__detail .body_msg .faq .faq_item .faq_item__q {
  border-radius: 2rem;
  border: solid 1px #aaa;
  padding: 0.8em 4em 0.8em 3em;
  font-size: 1.8rem;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.common_sect.recruit.recruit__detail .body_msg .faq .faq_item .faq_item__q i {
  font-weight: bold;
  color: #203E8E;
  position: absolute;
  left: 0.7em;
  top: 0.3em;
  font-size: 2.4rem;
}
.common_sect.recruit.recruit__detail .body_msg .faq .faq_item .faq_item__q:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: solid 1rem #005686;
  border-top: transparent 1rem solid;
  border-right: transparent 1rem solid;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-70%) rotate(-45deg) scale(0.7);
}
.common_sect.recruit.recruit__detail .body_msg .faq .faq_item.open .faq_item__q:after {
  transform: translateY(-40%) rotate(-225deg) scale(0.7);
}
.common_sect.recruit.recruit__detail .body_msg .faq .faq_item .faq_item__a {
  background: #F7F8FA;
  border-radius: 2rem;
  border: solid 1px #fff;
  padding: 0.8em 4em 0.8em 3em;
  font-size: 1.6rem;
  position: relative;
  display: none;
}
.common_sect.recruit.recruit__detail .body_msg .faq .faq_item .faq_item__a i {
  font-weight: bold;
  color: #203E8E;
  position: absolute;
  left: 0.7em;
  top: 0.2em;
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .body_msg .faq .faq_item .faq_item__a {
    padding: 0.8em 1.5em 0.8em 3em;
  }
}
.common_sect.recruit.recruit__detail .b_detail_data__wrapper {
  padding-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
.common_sect.recruit.recruit__detail .b_detail_data__wrapper a {
  display: inline-block;
  padding: 0.2em 1.4em 0.2em 1.8em;
  background: #e4f2fa;
  border-radius: 2em;
  font-size: 1.6rem;
  position: relative;
}
.common_sect.recruit.recruit__detail .b_detail_data__wrapper a:before {
  content: "▶︎";
  position: absolute;
  left: 0.7em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 90%;
}
.common_sect.recruit.recruit__detail .swap_wrapper .swap_btn {
  display: flex;
  border-bottom: solid #666 1px;
}
.common_sect.recruit.recruit__detail .swap_wrapper .swap_btn__item {
  max-width: 32rem;
  width: 32%;
  height: 8rem;
  background: #aaa;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.2;
  border: solid transparent 1px;
  border-top: solid 5px transparent;
  display: flex;
  align-items: center;
  padding-top: 0.5em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .swap_btn__item {
    font-size: 2.2rem;
    height: 7rem;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .swap_btn__item {
    font-size: 1.5rem;
    height: 6rem;
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .swap_btn__item.active {
  background: #fff;
  border: solid #666 1px;
  border-bottom-color: transparent;
  color: #014671;
  border-top: solid 5px #014671;
}
.common_sect.recruit.recruit__detail .swap_wrapper .swap_btn__item:not(:first-of-type) {
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .swap_btn__item:not(:first-of-type) {
    margin-left: 2%;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .swap_tgt {
  display: none;
}
.common_sect.recruit.recruit__detail .swap_wrapper .swap_tgt.active {
  display: block;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info_picflex {
  display: flex;
  justify-content: center;
  gap: 2rem 2rem;
  margin-bottom: 4rem;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info_picflex p {
  width: 80%;
  max-width: 38rem;
  text-align: center;
  font-size: 1.4rem;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info_picflex p img {
  margin-bottom: 0.4em;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info {
  padding-top: 5rem;
  padding: 5rem 2rem 0;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__ttl {
  color: #014671;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
  margin-top: 4rem;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__ttl:first-of-type {
  margin-top: 0;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__msg {
  font-size: 1.8rem;
  line-height: 1.7;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai {
  width: 100%;
  max-width: 90rem;
  border: solid 2px #D8D3A9;
  margin: 5rem auto 5rem;
  background: #FFFDF4;
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai {
    margin: 3rem auto;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 7.2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__header {
    height: 6.2rem;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__header {
    height: 5rem;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__pic {
  height: 100%;
  aspect-ratio: 210/72;
  background: #444;
  transition-duration: 0.2s;
  overflow: hidden;
  position: relative;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__pic img {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__pic {
    width: 10rem;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__ttl {
  font-size: 2.6rem;
  color: #988C24;
  padding-left: 2em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 889px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__ttl {
    padding-left: 2em;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__ttl {
    padding-left: 1.2em;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__ttl {
    padding-left: 1em;
    font-size: 2rem;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai span {
  display: inline-block;
  margin-left: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  background: transparent;
  border-radius: 0.2em;
  vertical-align: bottom;
  position: absolute;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai span {
    right: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai span {
    right: 1.2rem;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai span:before, .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai span:after {
  content: "";
  position: absolute;
  height: 0.3rem;
  width: 1.6rem;
  display: block;
  background: #b4ae79;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.3s;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai span:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai .recruit_info__senpai__header.open span:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai.open .recruit_info__senpai__pic {
  opacity: 0;
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai.open .recruit_info__senpai__pic {
    display: none;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai.open .recruit_info__senpai__ttl {
  text-align: center;
  padding-left: 4.6rem;
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai.open .recruit_info__senpai__ttl {
    padding-left: 3rem;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai.open span:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts {
  display: none;
  padding: 0 4.6rem 4rem;
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts {
    padding: 0 3rem 3rem;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .cover {
  padding: 4rem 0;
  border-top: solid 1px #D8D3A9;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .cover {
    display: block;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .cover__pic {
  max-width: 346px;
  width: 40%;
  aspect-ratio: 346/226;
  background: #444;
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .cover__pic {
    width: 100%;
    text-align: center;
    margin: 0 auto 2rem;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .cover__txt {
  font-size: 1.8rem;
  width: 10em;
  display: flex;
  flex-wrap: wrap;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .cover__txt {
    margin-left: 2rem;
    width: 100%;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .cover__txt__item {
  width: 50%;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .cover__txt__item .key {
  margin-bottom: 0.6em;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .cover__txt__item .val {
  font-weight: bold;
  font-size: 2.2rem;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .cover__txt__item--job {
  width: 100%;
  margin-bottom: 1.2em;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .conts__item {
  margin-bottom: 2.5rem;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .conts__item__q {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 0.4em;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .conts__item__q {
    font-size: 2rem;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .conts__item__a {
  font-size: 1.6rem;
  line-height: 1.7;
  padding-left: 2.5em;
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .conts__item__a {
    padding-left: 0;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .matome {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #988C24;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .matome {
    font-size: 2rem;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info .recruit_info__list {
  padding-left: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info .recruit_info__list__item {
  width: 48%;
  margin-right: 1%;
  padding-right: 1rem;
  margin-bottom: 1.8rem;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info .recruit_info__list__item--w100 {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info .recruit_info__list__item {
    width: 100%;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info .recruit_info__list__item h4 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.8em;
  line-height: 1;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info .recruit_info__list__item p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.common_sect.recruit.recruit__detail .oubo_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6rem auto 0;
  padding: 8rem 0 0;
  border-top: solid 1px #666;
  position: relative;
}
.common_sect.recruit.recruit__detail .oubo_wrapper:before {
  content: "";
  display: block;
  width: 80%;
  max-width: 66rem;
  height: 4rem;
  position: absolute;
  left: 50%;
  top: 0;
  background: #014671;
  opacity: 0.3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .oubo_wrapper {
    flex-direction: column;
  }
}
.common_sect.recruit.recruit__detail .oubo_wrapper__txt {
  width: 37.2rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .oubo_wrapper__txt {
    text-align: center;
    margin-bottom: 4rem;
    width: 100%;
  }
  .common_sect.recruit.recruit__detail .oubo_wrapper__txt br {
    display: none;
  }
}
.common_sect.recruit.recruit__detail .oubo_wrapper__btns {
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .common_sect.recruit.recruit__detail .oubo_wrapper__btns {
    width: 100%;
  }
}
.common_sect.recruit.recruit__detail .oubo_wrapper__btns a {
  margin: 0.8rem 0;
  position: relative;
  padding-right: 4.4rem;
}
.common_sect.recruit.recruit__detail .oubo_wrapper__btns a:after {
  position: absolute;
  right: 0.8rem;
}
@media screen and (max-width: 599px) {
  .common_sect.recruit.recruit__detail .oubo_wrapper__btns a:after {
    right: 1.2rem;
  }
}
.common_sect.recruit.recruit__detail .oubo_wrapper__btns a.cellular:after {
  background-image: url(/assets/img/i_smartphone.svg);
  width: 4.2rem;
  height: 3.6rem;
  transform: translateY(-45%);
}

/*---------------------------------
404
---------------------------------*/
/*
.common_sect
*/
.common_sect.page_404 {
  height: 30dvh;
}
.common_sect.page_404 .body_txt {
  padding-top: 1em;
  text-align: center;
  font-size: 1.8rem;
}
.common_sect.page_404 .body_txt a {
  color: #014671;
  text-decoration: underline;
}

/*---------------------------------
ページング
---------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4rem 0 0;
}
@media screen and (max-width: 599px) {
  .wp-pagenavi {
    margin: 3rem 0 0;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  margin: 0 0.4em;
  font-size: 1.6rem;
  border: solid 1px #ccc;
  border-color: #333;
}
.wp-pagenavi a.current, .wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span:hover {
  background: #005686;
  color: #fff;
  border-color: #333;
}

/*---------------------------------
採用情報へブロック
---------------------------------*/
.recruit_bnr {
  background: url(/assets/img/common/recruit_bg.jpg);
  background-size: cover;
  min-height: 24rem;
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
.recruit_bnr__container {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
  padding: 3.5rem 3rem 2rem;
  max-width: 118rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .recruit_bnr__container {
    padding: 2rem 3rem 2rem;
  }
}
.recruit_bnr__container h2 {
  color: #027402;
  margin-bottom: 2.5rem;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .recruit_bnr__container h2 {
    margin-bottom: 1.8rem;
    font-size: 2.8rem;
  }
}
.recruit_bnr__container .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.4rem 1.8rem;
}
.recruit_bnr__container .btns a {
  min-width: 24rem;
  font-weight: bold;
  background: #fff;
  border: solid 1px #888;
  min-height: 5rem;
  font-size: 1.8rem;
  justify-content: flex-start;
  padding-left: 2.4rem;
}
.recruit_bnr__container .btns a:hover {
  background: #555;
}
@media screen and (max-width: 599px) {
  .recruit_bnr__container .btns {
    gap: 1.2rem 1.4rem;
  }
  .recruit_bnr__container .btns a {
    min-width: 20rem;
    min-height: 4rem;
    font-size: 1.6rem;
    padding-left: 1.5rem;
  }
}/*# sourceMappingURL=overwrite.css.map */