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

.sp-calling {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sp-calling {
    pointer-events: all;
  }
}

/*
レイアウト上書き
*/
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: #014671;
  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.8rem;
  }
}

.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.6rem;
  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.25% 0 0;
  width: 32.03125%;
}
.pic_set.pic_set--3 .pic_set__item:nth-of-type(n + 3) {
  margin: 0 0.78125% 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: 42%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .pic_set.pic_set--3 .pic_set__item:nth-of-type(n + 3) {
    margin: 2rem 0 0 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;
}
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;
}
@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;
}
a.b_arrow_tri:after {
  content: "▶";
  position: absolute;
  right: 1em;
  font-size: 0.8em;
  color: #333;
}

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: #fff;
}
@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: #fff;
}
.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: 979px) {
  .site-header-logo {
    width: 24rem;
  }
}
@media screen and (max-width: 599px) {
  .site-header-logo {
    width: 20rem;
  }
}

#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: 3.2rem;
  }
}
.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 {
  font-size: 1.4rem;
}
.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;
}

/*
.フッターの求人バナー
*/
.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: 979px) {
  .site-header ul.gmenu {
    padding-right: 5.4rem;
  }
}
ul.gmenu li {
  position: relative;
  padding: 0 1.2em;
  margin: 0;
}
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: 979px) {
  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: 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 #222;
  border-bottom: solid 1px #222;
  cursor: pointer;
}
.b_smp:before {
  content: "";
  background: #222;
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 979px) {
  .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;
}
.common_kv img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 599px) {
  .common_kv img {
    right: -20%;
  }
}
.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 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto 5rem;
  background: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
}
.localnavi--floating .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #333;
  text-align: center;
  padding-bottom: 0.6em;
  margin: 0 auto 0.5em;
}
.localnavi--floating .localnavi__container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.localnavi--floating .localnavi__container .localnavi__item {
  font-size: 1.6rem;
  padding: 0.8em 1em 0.4em 1em;
}

/*
.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;
}
.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%;
}

/*---------------------------------
HOME
---------------------------------*/
/*
.home_kv
*/
.home_kv {
  position: relative;
}
.home_kv img {
  width: 100%;
}
.home_kv__txt {
  color: #fff;
  position: absolute;
  z-index: 2;
  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__txt .home_kv__ttl {
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 0 0 3.2rem;
  margin-bottom: 3.2rem;
  position: relative;
}
.home_kv__txt .home_kv__ttl: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) {
  .home_kv__txt .home_kv__ttl {
    font-size: 3.90625vw;
    padding: 0 0 2.5vw;
    margin-bottom: 2.5vw;
  }
  .home_kv__txt .home_kv__ttl:after {
    height: 0.3125vw;
    width: 78.125vw;
  }
}
@media screen and (max-width: 767px) {
  .home_kv__txt .home_kv__ttl {
    font-size: 5.8670143416vw;
    padding: 0 0 4.1720990874vw;
    margin-bottom: 4.1720990874vw;
  }
  .home_kv__txt .home_kv__ttl:after {
    height: 0.5215123859vw;
    width: 90vw;
  }
}
.home_kv__txt .home_kv__lead {
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .home_kv__txt .home_kv__lead {
    font-size: 2.03125vw;
  }
}
@media screen and (max-width: 767px) {
  .home_kv__txt .home_kv__lead {
    font-size: 3.3898305085vw;
  }
}

/*
.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 .home_greeting_box1 {
  width: 70rem;
  height: 55rem;
  background: #E7EBF4;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg) translate(-20%, 0%);
}
.home_greeting .home_greeting_box2 {
  width: 90rem;
  height: 55rem;
  background: #adbde3;
  position: absolute;
  bottom: 15%;
  right: 0;
  transform: rotate(45deg) translate(40%, 22%);
}
.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;
  width: 36.4864864865%;
}
@media screen and (max-width: 840px) {
  .home_greeting__pic {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 80vw;
    margin: 5rem 0 0 auto;
  }
}
.home_greeting__txt {
  flex: 1;
  max-width: 71rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .home_greeting__txt {
    width: 59.1666666667vw;
    max-width: 59.1666666667vw;
  }
}
@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;
}
@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.catch {
    font-size: 135%;
  }
}
.home_greeting__links {
  display: flex;
  margin-top: 2em;
  gap: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .home_greeting__links {
    gap: 1rem 1rem;
  }
}
.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_services
*/
.home_services {
  background: #014671;
  color: #fff;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .home_services {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .home_services .home_services__container {
    width: 90%;
    margin: 0 auto;
  }
}
.home_services .head_t1 {
  margin-bottom: 5.4rem;
  color: #fff;
}
.home_services .head_t1 .en {
  color: #fff;
}
@media screen and (max-width: 599px) {
  .home_services .head_t1 {
    margin-bottom: 4rem;
  }
}
.home_services .head_lead {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: -1rem;
  color: #fff;
}
.home_services .lead {
  line-height: 1.7;
  margin-bottom: 2em;
  font-size: 1.8rem;
}
.home_services .pic {
  margin-bottom: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home_services .pic {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .home_services .pic {
    text-align: right;
    overflow: hidden;
  }
  .home_services .pic img {
    float: right;
    height: auto;
    width: 180%;
    max-width: 180%;
  }
}
.home_services .home_services__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .home_services .home_services__links {
    gap: 1rem 1rem;
  }
}
.home_services .home_services__links a {
  width: 22rem;
  height: 2.4em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .home_services .home_services__links a {
    width: 18rem;
  }
}
@media screen and (max-width: 599px) {
  .home_services .home_services__links a {
    width: 16rem;
    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: 1.7;
}
.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: 28%;
}
@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__history .common_sect__body {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.common_sect.aboutus__history .common_sect__body .history_list {
  border-top: solid 1px #444;
}
.common_sect.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__history .common_sect__body .history_list li time {
  padding-right: 1.4em;
  display: block;
}
.common_sect.aboutus__history .common_sect__body .history_list li p {
  flex: 1;
}
.common_sect.aboutus__history .common_sect__body .history_list.time-y li time {
  width: 5em;
}
.common_sect.aboutus__history .common_sect__body .history_list.time-ym li time {
  width: 7em;
}
.common_sect.aboutus__history .common_sect__body .history_list.time-ymd li time {
  width: 9em;
}
.common_sect.aboutus__history .common_sect__body .history_pic {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
.common_sect.aboutus__history .common_sect__body .history_pic div {
  width: 48%;
}
.common_sect.aboutus__history .common_sect__body .history_pic div img {
  width: 100%;
}
.common_sect.aboutus__history .common_sect__body .history_pic div p {
  padding-top: 0.5em;
  font-size: 1.4rem;
  text-align: center;
}

/*---------------------------------
sevices
---------------------------------*/
/*
.common_sect
*/
.common_sect.services .common_sect__ttl {
  font-size: 2.6rem;
  color: #203E8E;
  font-weight: bold;
  position: relative;
  line-height: 1;
  width: 96%;
  margin: 0 auto 1em;
}
.common_sect.services .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.services .body_lead {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 0.7em;
  font-weight: 600;
}
.common_sect.services .body_msg {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 2.6em;
}
.common_sect.services.services__products .car_inview {
  display: flex;
  gap: 0 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .common_sect.services.services__products .car_inview {
    display: block;
  }
}
.common_sect.services.services__products .car_inview__pic {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .common_sect.services.services__products .car_inview__pic {
    width: 90%;
    margin: 0 auto 2.5rem;
  }
}
.common_sect.services.services__products .car_inview__txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .common_sect.services.services__products .car_inview__txt {
    width: 80%;
    margin: 0 auto;
  }
}
.common_sect.services.services__products .car_inview__txt .item_list {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.common_sect.services.services__products .car_inview__txt .item_list li span {
  color: #014671;
  padding-right: 0.2em;
}
.common_sect.services.services__products .car_inview__txt .item_list li:not(:first-of-type) {
  margin-top: 0.8em;
}
.common_sect.services.services__products .car_inview__txt .features {
  width: 36rem;
  border: solid 1px #B5AB32;
  background: #FFFDCC;
  padding: 1.2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .common_sect.services.services__products .car_inview__txt .features {
    width: 100%;
  }
}
.common_sect.services.services__products .car_inview__txt .features h4 {
  background: #fff;
  border-radius: 0.8rem;
  padding: 0.2em;
  text-align: center;
  line-height: 1;
  color: #B5AB32;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.common_sect.services.services__products .car_inview__txt .features ul li {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.common_sect.services.services__products .car_inview__txt .features ul li:last-of-type {
  margin-bottom: 0;
}
.common_sect.services.services__products .products_samples {
  padding: 3rem 2%;
  border-top: solid 1px #005686;
  border-bottom: solid 1px #005686;
  background: #f9f9f9;
}
.common_sect.services.services__products .products_samples h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}
.common_sect.services.services__products .products_samples h4:before {
  content: "■";
  font-size: 1.15em;
  color: #3E6DA5;
  margin-right: 0.2em;
}
.common_sect.services.services__flow .flow_pic {
  width: 100%;
  max-width: 98rem;
  position: relative;
}
.common_sect.services.services__flow .flow_pic .b_anchor {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 25rem;
  width: 25%;
  height: 45.5%;
  border-radius: 1rem;
  background: transparent;
  display: block;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .common_sect.services.services__flow .flow_pic .b_anchor {
    max-width: 46%;
    width: 46%;
    height: 23%;
  }
}
.common_sect.services.services__flow .flow_pic .b_anchor:hover {
  background: rgba(106, 162, 215, 0.2);
}
.common_sect.services.services__flow .flow_pic .b_anchor--1 { /*製版*/
  top: 0%;
  left: 0%;
}
@media screen and (max-width: 767px) {
  .common_sect.services.services__flow .flow_pic .b_anchor--1 {
    left: 55%;
  }
}
.common_sect.services.services__flow .flow_pic .b_anchor--2 { /*印刷*/
  top: 0%;
  left: 25%;
}
@media screen and (max-width: 767px) {
  .common_sect.services.services__flow .flow_pic .b_anchor--2 {
    top: 25.6%;
    left: 55%;
  }
}
.common_sect.services.services__flow .flow_pic .b_anchor--3 { /*高圧成型*/
  top: 54%;
  left: 25%;
}
@media screen and (max-width: 767px) {
  .common_sect.services.services__flow .flow_pic .b_anchor--3 {
    top: 25.6%;
    left: 0;
  }
}
.common_sect.services.services__flow .flow_pic .b_anchor--4 { /*プレス*/
  top: 0%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .common_sect.services.services__flow .flow_pic .b_anchor--4 {
    top: 51.3%;
    left: 55%;
  }
}
.common_sect.services.services__flow .flow_pic .b_anchor--5 { /*インモールド成形*/
  top: 54%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .common_sect.services.services__flow .flow_pic .b_anchor--5 {
    top: 51.3%;
    left: 0;
  }
}
.common_sect.services.services__flow .flow_pic .b_anchor--6 { /*検査*/
  top: 0%;
  left: 75%;
}
@media screen and (max-width: 767px) {
  .common_sect.services.services__flow .flow_pic .b_anchor--6 {
    top: 77%;
    left: 55%;
  }
}
.common_sect.services.services__machines .machine_item:not(:first-of-type) {
  margin-top: 4rem;
}
.common_sect.services.services__machines .machine_item h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}
.common_sect.services.services__machines .machine_item h4:before {
  content: "■";
  font-size: 1.15em;
  color: #3E6DA5;
  margin-right: 0.2em;
}
.common_sect.services.services__machines .machine_item .machine_item__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
.common_sect.services.services__machines .machine_item .machine_item__flex .pic {
  width: 100%;
  max-width: 48rem;
}
.common_sect.services.services__machines .machine_item .machine_item__flex .data table {
  font-size: 1.6rem;
  border: solid 1px #333;
}
@media screen and (max-width: 599px) {
  .common_sect.services.services__machines .machine_item .machine_item__flex .data table {
    font-size: 1.4rem;
  }
}
.common_sect.services.services__machines .machine_item .machine_item__flex .data table th {
  background: #D5E0ED;
  padding: 0.5em 0.7em;
  text-align: center;
  border-left: solid 1px #333;
}
@media screen and (max-width: 599px) {
  .common_sect.services.services__machines .machine_item .machine_item__flex .data table th {
    padding: 0.5em;
  }
}
.common_sect.services.services__machines .machine_item .machine_item__flex .data table tbody tr {
  border-bottom: solid 1px #333;
}
.common_sect.services.services__machines .machine_item .machine_item__flex .data table tbody tr td {
  padding: 0.5em 0.7em;
  text-align: left;
  border: solid 1px #333;
}
.common_sect.services.services__machines .machine_item .machine_item__flex .data table tbody tr td:first-of-type, .common_sect.services.services__machines .machine_item .machine_item__flex .data table tbody tr td:last-of-type {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .common_sect.services.services__machines .machine_item .machine_item__flex .data table tbody tr td {
    padding: 0.5em;
  }
}

/*---------------------------------
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: 1280;
  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__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 .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 .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.6rem;
  border: solid transparent 1px;
  display: flex;
  align-items: center;
  padding-top: 0.5em;
  padding-left: 0.8em;
  padding-right: 0.8em;
}
@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: 2rem;
    height: 6rem;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper .swap_btn__item.active {
  background: #fff;
  border: solid #666 1px;
  border-bottom-color: transparent;
  color: #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 {
  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%;
}
.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(10%);
}

/*---------------------------------
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;
}/*# sourceMappingURL=overwrite.css.map */