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

/*
レイアウト上書き
*/
html {
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
  font-family: "Montserrat", "Noto", sans-serif;
}
@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;
}

.head_t1 {
  margin: 0;
}
.head_t1 p.en {
  font-size: 4.2rem;
  font-weight: bold;
  color: #226692;
  line-height: 1;
  padding-bottom: 0.3em;
  position: relative;
}
.common_kv .head_t1 p.en {
  color: #fff;
}

.head_t1 p.en:after {
  content: "";
  display: block;
  width: 7.2rem;
  height: 0.2rem;
  background: #226692;
  position: absolute;
  bottom: 0;
  left: 0;
}
.common_kv .head_t1 p.en:after {
  background: #fff;
}

.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;
}

.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: 21.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;
}
@media screen and (max-width: 767px) {
  a.b_grade {
    min-width: 14.4rem;
  }
  a.b_grade span {
    display: none;
  }
}
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: #226692;
  font-weight: bold;
}

a.b_kakomi {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #226692;
  color: #226692;
  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: #226692;
  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: 32rem;
  padding: 0;
  margin: 0;
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .site-header-logo {
    width: 32rem;
  }
}
@media screen and (max-width: 599px) {
  .site-header-logo {
    width: 32rem;
  }
}

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

/*
.site-footer
*/
.site-footer {
  background: #005686;
  margin-top: 10rem;
}
.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;
  }
}
.site-footer__top__info {
  color: #fff;
  line-height: 1.5;
}
.site-footer__top__info p:last-of-type {
  margin-top: 0.3em;
}
.site-footer__top__info a {
  color: #fff !important;
  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 li:nth-of-type(-n + 5):after {
  background: #fff;
}
.site-footer__top__navi .gmenu li a {
  font-size: 1.4rem;
  color: #fff;
}
@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 .site-footer-copyright {
  max-width: 100%;
  background: #226692;
  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: 13rem;
    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;
}
.common_kv__container {
  min-height: 24rem;
  display: flex;
  align-items: center;
}

.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;
}

/*
.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: #226692;
}

/*
.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 .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 {
  margin-bottom: 7.5rem;
}
.home_kv img {
  width: 100%;
}

/*
.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: #226692;
  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 {
  margin-bottom: 90px;
}
.home_greeting__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .home_greeting__container {
    display: block;
  }
}
.home_greeting__pic {
  width: 46.4912280702%;
}
@media screen and (max-width: 767px) {
  .home_greeting__pic {
    width: 80%;
    max-width: 530px;
    margin: 0 auto 2rem;
  }
}
.home_greeting__txt {
  flex: 1;
  max-width: 57.5rem;
  padding-left: 3.0701754386%;
}
.home_greeting__txt p {
  font-size: 1.8rem;
  line-height: 1.6;
}
.home_greeting__txt p.catch {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .home_greeting__txt {
    width: 90%;
    max-width: 630px;
    padding: 0;
    margin: 0 auto;
    text-align: justify;
  }
}
.home_greeting__links {
  display: flex;
  margin-top: 2em;
}
.home_greeting__links li {
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .home_greeting__links {
    justify-content: center;
  }
  .home_greeting__links li {
    margin: 0 1em;
  }
}

/*
.home_items
*/
.home_items {
  margin-bottom: 9.6rem;
}
.home_items .head_t1 {
  margin-bottom: 4.6rem;
}
.home_items .head_lead {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: -1rem;
}
.home_items__pics {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .home_items__pics {
    margin-bottom: 4rem;
  }
}
.home_items__bottom_msg {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .home_items__bottom_msg {
    line-height: 1.6;
  }
}
.home_items .b_kakomi {
  width: 31rem;
  margin: 0 auto;
}

/*
.home_news
*/
.home .home_news {
  background: #F8F8F5;
  padding: 6rem 0;
}

.home_news .head_t1 {
  margin-bottom: 4rem;
}
.home_news__list {
  border-top: solid 1px #333;
  margin-bottom: 4rem;
}
.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: 25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home_news .b_grade {
    width: 18.4rem;
  }
}
.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.5;
}
.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 .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: bold;
  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;
    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 {
  display: none;
}
.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 .tbl_info table {
  width: 100%;
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr {
  font-size: 1.6rem;
}
@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;
  border: solid 1px #444;
  height: 2.5em;
  vertical-align: middle;
  text-align: left;
  padding-left: 1em;
  font-weight: 500;
}
@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 1em;
    height: auto;
  }
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr td {
  background: #F8F8F5;
  height: 2.5em;
  vertical-align: middle;
  margin-left: 1rem;
  text-align: left;
  padding-left: 1.4em;
}
@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.8em 0 0.8em 1em;
    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 .history_list {
  border-top: solid 1px #444;
}
.common_sect.aboutus__history .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;
}
.common_sect.aboutus__history .history_list li time {
  padding-right: 1.4em;
  display: block;
}
.common_sect.aboutus__history .history_list li p {
  flex: 1;
}
.common_sect.aboutus__history .history_list.time-y li time {
  width: 5em;
}
.common_sect.aboutus__history .history_list.time-ym li time {
  width: 7em;
}
.common_sect.aboutus__history .history_list.time-ymd li time {
  width: 9em;
}

/*---------------------------------
business
---------------------------------*/
/*
.common_sect
*/
.common_sect.business.business__intro {
  text-align: center;
  margin-bottom: 12rem;
}
.common_sect.business.business__intro .business__intro__catch {
  font-size: 3.2rem;
  margin-bottom: 1.4em;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .common_sect.business.business__intro .business__intro__catch {
    font-size: 3rem;
    text-align: left;
  }
  .common_sect.business.business__intro .business__intro__catch br {
    display: none;
  }
}
.common_sect.business.business__intro .business__intro__lead {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
}
.common_sect.business.business__intro .business__intro__lead a {
  color: #226692;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .common_sect.business.business__intro .business__intro__lead {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.business.business__intro .business__intro__lead {
    font-size: 1.8rem;
  }
}
.common_sect.business.business__intro .business__intro__msg {
  padding-top: 1.4em;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .common_sect.business.business__intro .business__intro__msg {
    text-align: left;
  }
}
.common_sect.business.business__items .business__items__ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.common_sect.business.business__items .business__items__wrapper {
  padding-top: 5rem;
}
.common_sect.business.business__items .business__items__wrapper .flex-pt:not(:last-of-type) {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: solid 1px #ddd;
}
.common_sect.business.business__items .business__items__wrapper .flex-pt__txt__lead {
  margin-bottom: 1.4em;
}
.common_sect.business.business__items .business__items__wrapper .flex-pt__txt__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.common_sect.business.business__items .business__items__wrapper .flex-pt__txt .business_items__list {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.common_sect.business.business__items .business__items__wrapper .flex-pt__txt .business_items__list:last-of-type {
  margin: 0;
}
.common_sect.business.business__items .business__items__wrapper .flex-pt__txt .business_items__list li {
  margin: 0 0.6em 0.5em 0;
}
.common_sect.business.business__items .business__items__wrapper .flex-pt__txt .business_items__list li:not(:last-of-type):after {
  content: "/";
  margin-left: 0.6em;
  color: #aaa;
}
.common_sect.business.business__partners .body_txt {
  margin-bottom: 2em;
}
.common_sect.business.business__partners .business__partners__wrapper ul {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem;
  background: #d0e2ec;
}
.common_sect.business.business__partners .business__partners__wrapper ul li {
  margin: 0 0.6em 0.5em 0;
  padding: 0.2em 0;
}
.common_sect.business.business__partners .business__partners__wrapper ul li:not(:last-of-type):after {
  content: "/";
  margin-left: 0.6em;
  color: #aaa;
}

/*---------------------------------
contactus
---------------------------------*/
/*
.common_sect
*/
.common_sect.contactus.contactus__intro {
  text-align: center;
  margin-bottom: 12rem;
}
.common_sect.contactus.contactus__intro.thanks {
  height: 30dvh;
}
.common_sect.contactus.contactus__intro .contactus__intro__catch {
  max-width: 1280;
  width: 96%;
  margin: 0 auto;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .common_sect.contactus.contactus__intro .contactus__intro__catch a {
    color: #226692;
    display: inline !important;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.contactus.contactus__intro .contactus__intro__catch {
    font-size: 2.4rem;
    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 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: 3.2rem;
  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.8rem;
  }
}
.common_sect.recruit.recruit__detail .recruit__detail__lead {
  font-size: 2.4rem;
  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: 2.1rem;
    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: #226692;
}
.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 .recruit_info {
  padding-top: 5rem;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__ttl {
  color: #226692;
  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: 90%;
  max-width: 90rem;
  border: solid 2px #D8D3A9;
  margin: 5rem auto 5rem;
  background: #FFFDF4;
}
.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;
}
@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;
}
.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.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;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__conts .cover__pic {
  max-width: 346px;
  width: 40%;
  aspect-ratio: 346/226;
  background: #444;
}
.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;
  }
}
.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;
}
.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;
}
.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: #226692;
  opacity: 0.3;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          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;
}
.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;
}

/*---------------------------------
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: #226692;
  text-decoration: underline;
}/*# sourceMappingURL=overwrite.css.map */