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

.cont1200 {
  width: 96%;
  max-width: 120rem;
  margin: 0 auto;
}

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

.local_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.local_nav__item {
  padding: 0.6em;
  font-size: 1.5rem;
}
.local_nav__item a:before {
  content: "▼";
}

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

@media screen and (max-width: 767px) {
  .head_t1 p.en {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .head_t1 p.en {
    font-size: 3rem;
  }
}
.head_t1 p.en:after {
  content: "";
  display: block;
  width: 7.2rem;
  height: 0.2rem;
  background: #0200CD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.common_kv .head_t1 p.en:after {
  background: #fff;
  opacity: 0.5;
}

.head_t1 .ttl {
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
  border: none;
  padding: 0.8em 0 0 0;
}
.common_kv .head_t1 .ttl {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .head_t1 .ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .head_t1 .ttl {
    font-size: 1.6rem;
  }
}

.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--2wide {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pic_set.pic_set--2wide {
    flex-direction: column;
  }
}
.pic_set.pic_set--2wide .pic_set__item {
  width: 43.75%;
  margin: 0 1.5625%;
}
.pic_set.pic_set--2wide .pic_set__item:nth-of-type(n + 3) {
  margin-top: 3.90625%;
}
@media screen and (max-width: 767px) {
  .pic_set.pic_set--2wide .pic_set__item {
    width: 80%;
    margin: 0 auto;
  }
  .pic_set.pic_set--2wide .pic_set__item:nth-of-type(n + 2) {
    margin-top: 3rem;
  }
}
.pic_set.pic_set--3 {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .pic_set.pic_set--3 {
    justify-content: space-between;
  }
}
.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 3.125% 0 0;
  width: 31.25%;
}
.pic_set.pic_set--3 .pic_set__item:nth-of-type(n + 4) {
  margin-top: 3.90625%;
}
.pic_set.pic_set--3 .pic_set__item:nth-of-type(3n) {
  margin-right: 0;
}
.pic_set.pic_set--3 .pic_set__item .txt {
  text-align: left;
  margin-top: 1em;
}
.pic_set.pic_set--3 .pic_set__item .txt strong {
  display: block;
  margin-bottom: 0.8em;
  text-align: center;
  font-size: 120%;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pic_set.pic_set--3 .pic_set__item {
    width: 48%;
    margin: 3rem 0;
  }
  .pic_set.pic_set--3 .pic_set__item:nth-of-type(n + 3) {
    margin-top: 3rem;
  }
}

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

.sp_btns_flex {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.sp_btns_flex--top {
  margin-bottom: 8rem;
}
.sp_btns_flex--top2 {
  margin-top: -3rem;
  margin-bottom: 8rem;
}
.sp_btns_flex__item {
  width: 28rem;
  height: 7.2rem;
  margin: 0 0.6rem 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sp_btns_flex__item {
    width: 22rem;
    height: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .sp_btns_flex__item {
    width: 19rem;
    height: 5rem;
  }
}
.sp_btns_flex__item a {
  display: flex;
  align-items: center;
  padding-left: 0.8rem;
  position: relative;
  background: #BECBDE;
  transition-duration: 0.3s;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sp_btns_flex__item a {
    padding-left: 0;
  }
}
.sp_btns_flex__item a:hover {
  background: #e1e1ec;
}
.sp_btns_flex__item a p {
  width: 9.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp_btns_flex__item a p {
    width: 6.6rem;
  }
}
@media screen and (max-width: 599px) {
  .sp_btns_flex__item a p {
    width: 5rem;
  }
}
.sp_btns_flex__item a p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp_btns_flex__item a span {
  padding-left: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #222;
}
@media screen and (max-width: 599px) {
  .sp_btns_flex__item a span {
    padding-left: 0.8rem;
    font-size: 1.4rem;
  }
}
.sp_btns_flex__item a i {
  position: absolute;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-left: solid 0.8rem #fff;
  border-top: solid 0.4rem transparent;
  border-bottom: solid 0.4rem transparent;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .sp_btns_flex__item a i {
    display: none;
  }
}

/*
リンク
*/
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, #D83636, #a61a1a);
  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: #0200CD;
  font-weight: bold;
}

a.b_kakomi {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #0200CD;
  color: #0200CD;
  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: #0200CD;
  color: #fff;
}

a.b_gray_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F0F0;
  font-size: 1.8rem;
  min-height: 5rem;
  padding: 2em 1em;
  width: 100%;
  border-radius: 1rem;
  transition-duration: 0.3s;
}
a.b_gray_arrow:hover {
  background: #e0e0e0;
}
a.b_gray_arrow i {
  display: inline-block;
  width: 1em;
  height: 0.6em;
  border-left: solid 1em #333;
  border-top: solid 0.5em transparent;
  border-bottom: solid 0.5em transparent;
  margin-left: 1em;
}

/*---------------------------------
.wp-pagenavi
---------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi > * {
  min-width: 2.4em;
  height: 2.4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current {
  border-color: #dc6b6b !important;
  color: #D83636 !important;
}

/*
site-header
*/
.site-header,
.site-header-spacer {
  width: 100%;
  height: 8rem;
  background: #fff;
}
@media screen and (max-width: 782px) {
  .site-header,
  .site-header-spacer {
    height: 8rem;
  }
}

.site-header {
  border-bottom: #0200CD 1px solid;
  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;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-header {
    padding-left: 1vw;
  }
}

.site-header-logo {
  margin-right: 0;
  width: 7.8rem;
  padding: 0;
  margin: 0;
  display: flex !important;
  align-items: center;
}

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

/*
.site-footer
*/
.site-footer {
  margin-top: 10rem;
  border-top: solid 1px #0200CD;
}
@media screen and (max-width: 767px) {
  .site-footer {
    margin-top: 7rem;
  }
}
.site-footer__menu {
  padding: 0.8em 0;
}
.site-footer__menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.site-footer__menu ul li {
  padding: 0 0.6em;
}
.site-footer__menu ul li a {
  font-size: 1.4rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .site-footer__menu ul li {
    padding: 0.3em 0.6em;
  }
}
.site-footer__top {
  background: #0200CD;
}
.site-footer__top .site-footer__top__container {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .site-footer__top .site-footer__top__container {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.site-footer__top__info {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
  flex: 0 0 33rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 4rem;
}
.site-footer__top__info p {
  margin-top: 0.8em;
}
.site-footer__top__info p:first-of-type {
  margin-top: 0;
}
.site-footer__top__info p:last-of-type {
  margin-top: 0.3em;
}
.site-footer__top__info strong {
  font-size: 3rem;
}
.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: 0;
    flex: 0 0 25rem;
  }
  .site-footer__top__info strong {
    font-size: 2.2rem;
  }
}
.site-footer__top__map {
  width: auto;
  flex: 1;
  /* aspect-ratio: 870 / 320; */
  height: 32rem;
}
.site-footer__top__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .site-footer__top__map {
    min-height: 40vw;
    aspect-ratio: 10/4;
  }
}
.site-footer .site-footer-copyright {
  max-width: 100%;
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 1em 0;
  color: #333;
}
.site-footer .site-footer-copyright a {
  color: #fff;
}

.side_bnrs {
  position: fixed;
  z-index: 10;
  top: 20rem;
  right: 0;
  width: 13rem;
}
.side_bnrs__item {
  margin-bottom: 0.8rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.side_bnrs__item a {
  display: flex;
  flex-direction: column;
  transition-duration: 0.3s;
  text-decoration: none;
}
.side_bnrs__item a:hover {
  opacity: 0.7;
}
.side_bnrs__item .pic {
  position: relative;
  aspect-ratio: 10/6;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.side_bnrs__item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.side_bnrs__item .txt {
  height: 3.4em;
  padding: 0.3em 0.6em;
  line-height: 1.4;
  font-size: 1.3rem;
}

/*
.フッターの求人バナー
*/
.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: 900px) {
  .site-header ul.gmenu {
    /*padding-right:8rem;*/
  }
}
ul.gmenu li {
  position: relative;
  padding: 0 0.6em;
  margin: 0;
}
@media screen and (max-width: 900px) {
  ul.gmenu li {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  ul.gmenu li._hide {
    display: none;
  }
}
ul.gmenu li.b_contact {
  padding-right: 0;
  height: 8rem;
  width: 12rem;
}
@media screen and (max-width: 900px) {
  ul.gmenu li.b_contact {
    width: 10rem;
  }
}
ul.gmenu li.b_contact a {
  background: #0200CD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
}
ul.gmenu li.b_smp {
  display: none;
  width: 3.6rem;
  height: 2.6rem;
  width: 8rem;
  height: 8rem;
  /*
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:0;
  */
  cursor: pointer;
}
ul.gmenu li.b_smp span {
  width: 50%;
  height: 2px;
  margin: 3px 0;
  background: #333;
  display: block;
}
@media screen and (max-width: 900px) {
  ul.gmenu li.b_smp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/*
b_smp
*/
/*
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: 8rem;
}
.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: 32rem;
  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: #3a3a58;
  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: #0200CD;
  overflow: hidden;
  position: relative;
}
.common_kv > img {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  min-width: 100%;
}
@media screen and (max-width: 1159px) {
  .common_kv > img {
    height: 100%;
    width: auto;
  }
}
.common_kv__container {
  min-height: 24rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background: url(/assets/img/common/kv_triangle.svg) no-repeat;
  background-position: center left;
  background-size: auto 60%;
}
.common_kv__container--shadow {
  text-shadow: 0 0 0.4em rgba(0, 0, 0, 0.45), 0 0 0.8em rgba(0, 0, 0, 0.45);
}
.common_kv__container h1 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 0.2em;
  padding-left: 2rem;
}
.common_kv__container h1.white {
  color: #fff;
}
.common_kv__container h1 + .caption {
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-top: 0.2em;
}
.common_kv__container h1 + .caption.white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .common_kv__container h1 {
    font-size: 2.4rem;
  }
  .common_kv__container h1 + .caption {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .common_kv__container {
    min-height: 22rem;
  }
}
@media screen and (max-width: 599px) {
  .common_kv__container {
    min-height: 18rem;
  }
}

.pankuzu {
  border-bottom: solid 1px #0200CD;
  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;
}
@media screen and (max-width: 767px) {
  .conts_nav {
    margin-bottom: 8rem;
  }
}
.conts_nav .ttl {
  font-size: 2.4rem;
  margin-bottom: 6rem;
  letter-spacing: 0em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .conts_nav .ttl {
    margin-bottom: 4rem;
  }
}
.conts_nav__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.conts_nav__container .conts_nav__item {
  width: 24.5614035088%;
  max-width: 28rem;
  min-height: 8rem;
  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: #0200CD;
}
@media screen and (max-width: 899px) {
  .conts_nav__container .conts_nav__item {
    width: 34%;
    max-width: 50%;
    min-height: 8rem;
    margin: 0 2%;
  }
  .conts_nav__container .conts_nav__item:nth-of-type(n + 3) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .conts_nav__container .conts_nav__item {
    min-height: 6rem;
  }
}
.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: #0200CD;
}
@media screen and (max-width: 767px) {
  .conts_nav__container .conts_nav__item a {
    font-size: 2rem;
  }
}

/*
.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
*/
.kv_wrapper {
  background: #ececf0;
}

.home_kv {
  background: #fff;
  height: 60rem;
  max-width: 140rem;
  width: 140rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home_kv {
    flex-direction: column;
  }
}
.home_kv .catch {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem;
}
.home_kv .catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .home_kv .catch {
    width: 40rem;
    flex: 0;
    position: absolute;
    height: auto;
    z-index: 2;
  }
  .home_kv .catch img {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.45);
  }
}
@media screen and (max-width: 767px) {
  .home_kv .catch {
    padding: 1rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home_kv .catch {
    padding: 0;
    width: 100%;
    aspect-ratio: 10/6;
    background: #fff;
    overflow: hidden;
  }
  .home_kv .catch img {
    width: 100%;
    height: 100%;
    transform: scale(1.2);
  }
}
.home_kv .kv_slider {
  flex: 0 0 74.2rem;
  min-width: 0;
  height: 100%;
}
.home_kv .kv_slider :deep(.slick-list),
.home_kv .kv_slider :deep(.slick-track) {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .home_kv .kv_slider {
    flex: 1;
    width: 100%;
    z-index: 1;
    position: relative;
  }
}
.home_kv .kv_slider .slick-slide {
  height: auto;
}
.home_kv .kv_slider .slick-slide picture, .home_kv .kv_slider .slick-slide img {
  display: block;
  width: 100%;
  height: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_kv img {
  width: 100%;
}

.home_kv_sp {
  margin-bottom: 3rem;
}

/*
.home_msg
*/
.home_message {
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10rem;
}
.home_message .ttl_en {
  width: 46.4285714286%;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home_message .ttl_en {
    width: 100%;
    text-align: left;
    padding-left: 4%;
  }
  .home_message .ttl_en img {
    height: 10rem;
    width: auto;
  }
}
.home_message .home_message__container {
  margin-top: -3rem;
  position: relative;
  z-index: 0;
}
.home_message .home_message__container .flex {
  display: flex;
}
.home_message .home_message__container .flex__pic {
  width: 42.8571428571%;
}
.home_message .home_message__container .flex__text {
  width: 50%;
  padding-left: 4%;
}
.home_message .home_message__container .flex__text .catch {
  font-size: 2.6rem;
  line-height: 1.7;
  margin-bottom: 1em;
}
.home_message .home_message__container .flex__text .catch + p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.home_message .home_message__container .flex__text .links {
  margin-top: 2rem;
  float: right;
}
.home_message .home_message__container .flex__text .links li {
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home_message .home_message__container .flex {
    flex-direction: column-reverse;
  }
  .home_message .home_message__container .flex__pic {
    width: 100%;
    text-align: right;
    padding-right: 4%;
  }
  .home_message .home_message__container .flex__pic img {
    width: 75%;
  }
  .home_message .home_message__container .flex__text {
    width: 100%;
    padding-right: 4%;
    margin-bottom: 2rem;
  }
  .home_message .home_message__container .flex__text .catch {
    font-size: 2.4rem;
  }
  .home_message .home_message__container .flex__text .catch br {
    display: none;
  }
  .home_message .home_message__container .flex__text .links {
    float: none;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home_message .home_message__container .flex__text {
    margin-bottom: 2rem;
  }
  .home_message .home_message__container .flex__text .catch {
    font-size: 2.2rem;
  }
}

.home_works {
  margin: 0 auto 20rem;
  width: 100%;
  max-width: 140rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home_works {
    margin: 0 auto 7rem;
  }
}
.home_works__bg1 {
  text-align: right;
  margin-bottom: 1rem;
}
.home_works__bg1 img {
  width: 56%;
  max-width: 48rem;
}
.home_works__container {
  background: url(/assets/img/home/works_pic2.jpg) no-repeat;
  background-size: 128rem auto;
  background-position: left 12rem top;
  padding: 4rem 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  .home_works__container {
    background-position: left 4rem top;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home_works__container {
    background-position: left 3rem top;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home_works__container {
    background-position: left 2rem top;
  }
}
.home_works__container .ttl_en {
  position: absolute;
  top: 0;
  left: 12rem;
}
.home_works__container .ttl_en img {
  width: 18.5rem;
  transform: translateY(-70%);
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  .home_works__container .ttl_en {
    left: 4rem;
  }
  .home_works__container .ttl_en img {
    height: 10rem;
    width: auto;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home_works__container .ttl_en {
    left: 3rem;
  }
  .home_works__container .ttl_en img {
    height: 10rem;
    width: auto;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home_works__container .ttl_en {
    left: 2rem;
  }
}
.home_works__container .i_bigtri {
  right: 5rem;
  top: 12rem;
  position: absolute;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home_works__container .i_bigtri {
    display: none;
  }
}
.home_works__container .works_list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16rem;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  .home_works__container .works_list {
    padding-left: 7rem;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home_works__container .works_list {
    padding-left: 6rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home_works__container .works_list {
    padding-left: 4rem;
  }
}
.home_works__container .works_list .works_item {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3);
  margin: 0 3rem 0 0;
  font-size: 1.8rem;
  line-height: 1.6;
}
.home_works__container .works_list .works_item:nth-of-type(4) {
  margin-left: 7rem;
}
@media screen and (max-width: 1400px) {
  .home_works__container .works_list .works_item:nth-of-type(4) {
    margin-left: 0;
  }
}
.home_works__container .works_list .works_item:nth-of-type(n + 4) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .home_works__container .works_list .works_item {
    margin: 0 2.5rem 0 0;
  }
  .home_works__container .works_list .works_item:nth-of-type(n + 3) {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 599px) {
  .home_works__container .works_list .works_item {
    margin: 0 2rem 0 0;
  }
}
.home_works__container .works_list .works_item:last-of-type {
  margin-right: 0;
}
.home_works__container .works_list .works_item a {
  width: 32rem;
  height: 25rem;
  display: block;
  background: #fff;
  padding: 2rem 1rem;
  text-decoration: none;
  transition-duration: 0.3s;
}
.home_works__container .works_list .works_item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1400px) {
  .home_works__container .works_list .works_item a {
    width: 22.8571428571vw;
    height: 17.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .home_works__container .works_list .works_item a {
    width: 40vw;
    height: 34vw;
    padding: 1rem;
  }
}
.home_works__container .works_list .works_item a .pic {
  aspect-ratio: 28/16;
  width: 100%;
  height: auto;
  position: relative;
}
.home_works__container .works_list .works_item a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_works__container .works_list .works_item a .txt {
  text-align: center;
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .home_works__container .works_list .works_item a .txt {
    font-size: 1.4rem;
  }
}
.home_works__bg2 {
  text-align: left;
  position: relative;
  z-index: 1;
  margin-top: -10rem;
}
@media screen and (max-width: 1400px) {
  .home_works__bg2 {
    margin-top: -2vw;
  }
}
.home_works__bg2 img {
  width: 28rem;
}
.home_works .works_link {
  text-align: right;
  width: 90%;
  max-width: 120rem;
  margin: 0 auto;
}

.home_promise {
  max-width: 130rem;
  width: 100%;
  margin: 0 auto;
}
.home_promise header h2 {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  .home_promise header h2 img {
    height: 10rem;
    width: auto;
  }
}
.home_promise .home_promise__container {
  margin-top: -3rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home_promise .home_promise__container {
    display: block;
    overflow: hidden;
  }
}
.home_promise .home_promise__container .promise_item {
  width: 49.2307692308%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_promise .home_promise__container .promise_item {
    width: 90vw;
  }
}
.home_promise .home_promise__container .promise_item .link {
  width: 100%;
}
.home_promise .home_promise__container .promise_item .link a {
  background: url(/assets/img/home/promise_bg1.jpg) no-repeat;
  background-position: top left;
  padding-top: 7rem;
  padding-right: 9rem;
  padding-bottom: 4rem;
  display: block;
  position: relative;
}
.home_promise .home_promise__container .promise_item .link a .i_bigtri {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .home_promise .home_promise__container .promise_item .link a .i_bigtri {
    right: 4%;
    /*display:none;*/
  }
}
.home_promise .home_promise__container .promise_item .link a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.home_promise .home_promise__container .promise_item .link a h3 {
  background: #fff;
  width: 44rem;
  height: 5.6rem;
  line-height: 5.6rem;
  font-size: 2rem;
  margin-bottom: 4rem;
  padding-left: 6rem;
  font-weight: bold;
}
.home_promise .home_promise__container .promise_item .link a p {
  font-size: 1.8rem;
  padding-left: 6rem;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 849px) {
  .home_promise .home_promise__container .promise_item .link a {
    padding-top: 4rem;
    padding-right: 10%;
    padding-bottom: 4rem;
  }
  .home_promise .home_promise__container .promise_item .link a .i_bigtri {
    width: 5%;
  }
  .home_promise .home_promise__container .promise_item .link a h3 {
    max-width: 56rem;
    width: 90%;
    margin-bottom: 3rem;
    padding-left: 3rem;
  }
  .home_promise .home_promise__container .promise_item .link a p {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .home_promise .home_promise__container .promise_item .link a .i_bigtri {
    width: 6%;
  }
  .home_promise .home_promise__container .promise_item .link a h3 {
    margin-bottom: 3rem;
    padding-left: 2rem;
  }
  .home_promise .home_promise__container .promise_item .link a p {
    padding-left: 2rem;
  }
}
.home_promise .home_promise__container .promise_item .aside_pic {
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .home_promise .home_promise__container .promise_item .aside_pic {
    width: 40vw;
  }
}
.home_promise .home_promise__container .promise_item--1 .aside_pic {
  margin-left: -5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1400px) {
  .home_promise .home_promise__container .promise_item--1 .aside_pic {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .home_promise .home_promise__container .promise_item--1 .aside_pic {
    margin-top: 1rem;
  }
}
.home_promise .home_promise__container .promise_item--2 {
  margin-top: 10rem;
}
.home_promise .home_promise__container .promise_item--2 .aside_pic {
  position: absolute;
  right: -5rem;
  top: 0;
  transform: translateY(calc(-100% - 2rem));
}
@media screen and (max-width: 1400px) {
  .home_promise .home_promise__container .promise_item--2 .aside_pic {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home_promise .home_promise__container .promise_item--2 {
    margin-left: 10vw;
    margin-top: 4rem;
  }
  .home_promise .home_promise__container .promise_item--2 .aside_pic {
    transform: translateY(calc(-100% - 1rem));
  }
}

/*
.home_instagram
*/
.home_instagram {
  background: #FFF5F5;
  padding-bottom: 10rem;
  margin-bottom: 10rem;
}
.home_instagram h2 {
  max-width: 50rem;
  width: 80%;
  margin: 0 auto 2.4rem;
}
.home_instagram h2 img {
  margin-top: -4rem;
}
.home_instagram .lead {
  font-size: 2rem;
  color: #0200CD;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1em;
}
.home_instagram .lead strong {
  font-size: 2.4rem;
  font-weight: bold;
}
.home_instagram__embed {
  max-width: 106rem;
  width: 92%;
  margin: 0 auto 5rem;
}
.home_instagram .home_instagram__link {
  max-width: 26rem;
  width: 80%;
  height: 3em;
  border-radius: 3em;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
.home_news
*/
.home_news {
  width: 90%;
  max-width: 96rem;
  margin: 0 auto;
}
.home .home_news {
  padding: 8rem 0;
}
.home .home_news .news_list {
  margin-top: -7rem;
  padding-top: 3rem;
  margin-bottom: 2rem;
}

.home_news h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  .home_news h2 img {
    height: 10rem;
    width: auto;
  }
}
.home_news .news_list {
  border-top: solid 1px #333;
  margin-bottom: 4rem;
}
.home_news .news_list__item {
  border-bottom: solid 1px #333;
  padding: 1.8rem 0 1.6rem 0;
}
.home_news .news_list__item a .news_summary {
  font-size: 1.8rem;
}
.home_news .news_list__item a .news_summary time {
  padding-right: 0.7em;
  font-weight: bold;
}
.home_news .news_list__item a .news_summary .cat {
  padding-left: 0.7em;
}
.home_news .news_list__item a .news_ttl {
  padding-top: 0.4em;
  font-size: 1.6rem;
  line-height: 1.7;
}
.home_news .news_list__item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.home_news .archive_link {
  text-align: right;
}
.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__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 .aisatsu_wrapper__pic {
  display: none;
}
.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 {
  flex: 1;
  width: auto;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__txt {
    padding: 0;
  }
  .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: 344px;
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic {
    width: 80%;
    max-width: 300px;
    margin: 4rem auto 0;
  }
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic .president {
  display: none;
  text-align: right;
}
.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: block;
    margin-top: 1.5rem;
  }
}
.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;
  line-height: 1.4;
}
@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;
  min-height: 2.5em;
  vertical-align: middle;
  text-align: left;
  padding: 0.5em 0 0.5em 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;
  min-height: 2.5em;
  vertical-align: middle;
  margin-left: 1rem;
  text-align: left;
  padding: 0.5em 0 0.5em 1.4em;
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr td .dl_list1 dt {
  margin-bottom: 0.2em;
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr td .dl_list1 dd {
  padding-left: 1em;
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr td .dl_list1:not(:first-of-type) {
  margin-top: 0.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;
  }
}
@media screen and (max-width: 767px) {
  .common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr.void {
    display: none;
  }
}
.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: 1em;
  border: none;
  background: none;
  padding: 0;
}
@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;
}

/*---------------------------------
strength
---------------------------------*/
/*
.common_sect
*/
.common_sect.strength .page_lead {
  text-align: center;
  margin-bottom: 10rem;
  padding: 0 4%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.strength .page_lead {
    margin-bottom: 7rem;
  }
}
.common_sect.strength .page_lead .page_lead__catch {
  font-size: 2.5rem;
  margin-bottom: 0.8em;
  line-height: 1.6;
  font-weight: bold;
}
.common_sect.strength .page_lead .page_lead__catch + p {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.strength .page_lead .page_lead__catch {
    font-size: 2.3rem;
    text-align: left;
  }
  .common_sect.strength .page_lead .page_lead__catch br {
    display: none;
  }
  .common_sect.strength .page_lead .page_lead__catch + p {
    text-align: left;
  }
}
.common_sect.strength .page_lead .pic {
  max-width: 103.5rem;
  width: 90%;
  margin: 2rem auto 3rem;
}
.common_sect.strength .page_lead .b_kakomi {
  border-radius: 4em;
  width: 25rem;
  margin: 0 auto;
}
.common_sect.strength .about {
  max-width: 100rem;
  width: 96%;
  margin: 0 auto;
}
.common_sect.strength .about .ttl {
  text-align: center;
  margin-bottom: 3rem;
}
.common_sect.strength .about .kv {
  margin-bottom: 5rem;
}
.common_sect.strength .about .about_flex + .about_flex {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.strength .about .about_flex + .about_flex {
    margin-top: 7rem;
  }
}
.common_sect.strength .about .about_flex {
  width: 98%;
  margin: 0 auto;
  position: relative;
  padding-left: 16.5rem;
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.strength .about .about_flex {
    flex-direction: column-reverse;
    padding-left: 13rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.strength .about .about_flex {
    padding-left: 10rem;
  }
}
.common_sect.strength .about .about_flex h3 {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.strength .about .about_flex h3 {
    width: 13rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.strength .about .about_flex h3 {
    width: 10rem;
  }
}
.common_sect.strength .about .about_flex__text {
  width: 62.5%;
  padding-left: 2rem;
  padding-right: 1em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.strength .about .about_flex__text {
    width: 90%;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.strength .about .about_flex__text {
    padding-left: 1rem;
    width: 100%;
  }
}
.common_sect.strength .about .about_flex__pic {
  width: 37.5%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.strength .about .about_flex__pic {
    width: 90%;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.strength .about .about_flex__pic {
    padding-left: 1rem;
    width: 100%;
  }
}
.common_sect.strength .btnset {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}
.common_sect.strength .btnset .b_kakomi {
  width: 25rem;
  margin: 0 1rem;
  border-radius: 4em;
}

/*---------------------------------
flow
---------------------------------*/
/*
.common_sect
*/
.common_sect.flow .page_lead {
  text-align: center;
  margin-bottom: 10rem;
  padding: 0 4%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.flow .page_lead {
    margin-bottom: 7rem;
  }
}
.common_sect.flow .page_lead .page_lead__catch {
  font-size: 2.5rem;
  margin-bottom: 0.8em;
  line-height: 1.6;
  font-weight: bold;
}
.common_sect.flow .page_lead .page_lead__catch + p {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.flow .page_lead .page_lead__catch {
    font-size: 2.3rem;
    text-align: left;
  }
  .common_sect.flow .page_lead .page_lead__catch br {
    display: none;
  }
  .common_sect.flow .page_lead .page_lead__catch + p {
    text-align: left;
  }
}
.common_sect.flow .sect_flow {
  max-width: 100rem;
  width: 96%;
  margin: 0 auto;
}
.common_sect.flow .sect_flow .flow_flex {
  overflow: hidden;
  position: relative;
  min-height: 24.6rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.flow .sect_flow .flow_flex {
    min-height: auto;
  }
}
.common_sect.flow .sect_flow .flow_flex + .flow_flex {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.flow .sect_flow .flow_flex + .flow_flex {
    margin-top: 5rem;
  }
}
.common_sect.flow .sect_flow .flow_flex--end {
  min-height: auto;
}
.common_sect.flow .sect_flow .flow_flex__text {
  width: 75%;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0.5em 2em 3em 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.flow .sect_flow .flow_flex__text {
    width: 100%;
    padding: 0.5em 0em 2em 0;
  }
}
.common_sect.flow .sect_flow .flow_flex__text h2.ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.common_sect.flow .sect_flow .flow_flex__text h2.ttl i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: #393939;
  color: #fff;
  margin-right: 0.6rem;
}
.common_sect.flow .sect_flow .flow_flex__text h2.ttl .yuryou {
  color: #f00;
  font-size: 80%;
  display: inline-block;
  margin-left: 0.6em;
}
.common_sect.flow .sect_flow .flow_flex__text h2.ttl .yuryou:before {
  content: "▼▼";
}
.common_sect.flow .sect_flow .flow_flex__text h2.ttl .yuryou:after {
  content: "▼▼";
}
.common_sect.flow .sect_flow .flow_flex__text h2.ttl + div {
  padding: 1.6rem 0 0 3.6rem;
}
.common_sect.flow .sect_flow .flow_flex__text h2.ttl + div p {
  line-height: 1.6;
}
.common_sect.flow .sect_flow .flow_flex__text h2.ttl + div dl {
  margin-top: 0.6em;
  display: flex;
  align-items: center;
  background: #ffb94f;
  font-size: 1.6rem;
  border-radius: 0.4em;
  width: 12em;
  font-weight: bold;
  overflow: hidden;
}
.common_sect.flow .sect_flow .flow_flex__text h2.ttl + div dl dt {
  text-align: center;
  width: 4em;
  padding: 0.4em;
}
.common_sect.flow .sect_flow .flow_flex__text h2.ttl + div dl dd {
  width: 8em;
  padding: 0.4em;
  background: #ffe1b3;
  padding-left: 1em;
}
.common_sect.flow .sect_flow .flow_flex__pic {
  width: 35%;
  height: auto;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.flow .sect_flow .flow_flex__pic {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .common_sect.flow .sect_flow .flow_flex__pic img {
    width: 60%;
  }
}
.common_sect.flow .btnset {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}
.common_sect.flow .btnset .b_kakomi {
  width: 28rem;
  margin: 0 1rem;
  border-radius: 4em;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.flow .btnset {
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
  }
  .common_sect.flow .btnset .b_kakomi:last-of-type {
    margin-top: 1rem;
  }
}

/*---------------------------------
consulting
---------------------------------*/
/*
.common_sect
*/
.common_sect.consulting .page_lead {
  text-align: center;
  margin-bottom: 6rem;
  padding: 0 4%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.consulting .page_lead {
    margin-bottom: 7rem;
  }
}
.common_sect.consulting .page_lead .page_lead__catch {
  font-size: 2.4rem;
  margin-bottom: 0.8em;
  line-height: 1.6;
  font-weight: bold;
}
.common_sect.consulting .page_lead .page_lead__catch + p {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.consulting .page_lead .page_lead__catch {
    font-size: 2.3rem;
    text-align: left;
  }
  .common_sect.consulting .page_lead .page_lead__catch br {
    display: none;
  }
  .common_sect.consulting .page_lead .page_lead__catch + p {
    text-align: left;
  }
}
.common_sect.consulting .sect_summary {
  max-width: 100rem;
  width: 96%;
  margin: 0 auto;
}
.common_sect.consulting .sect_summary header {
  margin-bottom: 2rem;
}
.common_sect.consulting .sect_summary header h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.common_sect.consulting .sect_summary .tp_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.consulting .sect_summary .tp_wrapper {
    display: block;
    margin-bottom: 3.5rem;
  }
}
.common_sect.consulting .sect_summary .tp_wrapper__text {
  flex: 1;
  padding-right: 3rem;
}
.common_sect.consulting .sect_summary .tp_wrapper__text p {
  line-height: 1.7;
}
.common_sect.consulting .sect_summary .tp_wrapper__text p + p {
  margin-top: 1em;
}
.common_sect.consulting .sect_summary .tp_wrapper__text h3 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.consulting .sect_summary .tp_wrapper__text {
    width: 100%;
    padding: 0.5em 0em 2em 0;
  }
}
.common_sect.consulting .sect_summary .tp_wrapper__pic {
  flex: 0 0 32rem;
}
.common_sect.consulting .sect_summary .tp_wrapper__pic p + p {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.consulting .sect_summary .tp_wrapper__pic {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
  }
  .common_sect.consulting .sect_summary .tp_wrapper__pic p {
    width: 48%;
  }
  .common_sect.consulting .sect_summary .tp_wrapper__pic p img {
    width: 100%;
  }
  .common_sect.consulting .sect_summary .tp_wrapper__pic p + p {
    margin-top: 0;
  }
}
.common_sect.consulting .sect_summary .b_gray_arrow {
  width: 90%;
  max-width: 64rem;
  margin: 0 auto;
}

/*---------------------------------
garagesystem
---------------------------------*/
/*
.common_sect
*/
.common_sect.garagesystem .page_lead {
  text-align: center;
  margin-bottom: 6rem;
  padding: 0 4%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.garagesystem .page_lead {
    margin-bottom: 5rem;
  }
}
.common_sect.garagesystem .page_lead .page_lead__catch {
  font-size: 2.4rem;
  margin-bottom: 0.8em;
  line-height: 1.6;
  font-weight: bold;
}
.common_sect.garagesystem .page_lead .page_lead__catch + p {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.garagesystem .page_lead .page_lead__catch {
    font-size: 2.3rem;
    text-align: left;
  }
  .common_sect.garagesystem .page_lead .page_lead__catch br {
    display: none;
  }
  .common_sect.garagesystem .page_lead .page_lead__catch + p {
    text-align: left;
  }
}
.common_sect.garagesystem .local_nav {
  margin: -2rem auto 4rem;
}
.common_sect.garagesystem .sect_whats {
  max-width: 100rem;
  width: 96%;
  margin: 0 auto 5rem;
}
.common_sect.garagesystem .sect_whats header {
  margin-bottom: 2rem;
}
.common_sect.garagesystem .sect_whats header h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.common_sect.garagesystem .sect_whats .tp_wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.garagesystem .sect_whats .tp_wrapper {
    display: block;
    margin-bottom: 3.5rem;
  }
}
.common_sect.garagesystem .sect_whats .tp_wrapper__text {
  flex: 1;
  padding-right: 3rem;
}
.common_sect.garagesystem .sect_whats .tp_wrapper__text p {
  line-height: 1.7;
}
.common_sect.garagesystem .sect_whats .tp_wrapper__text p + p {
  margin-top: 1em;
}
.common_sect.garagesystem .sect_whats .tp_wrapper__text h3 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.common_sect.garagesystem .sect_whats .tp_wrapper__text .whats_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.garagesystem .sect_whats .tp_wrapper__text .whats_flex {
    display: block;
  }
}
.common_sect.garagesystem .sect_whats .tp_wrapper__text .whats_flex .whats_flex__item {
  width: 48%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.garagesystem .sect_whats .tp_wrapper__text .whats_flex .whats_flex__item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.garagesystem .sect_whats .tp_wrapper__text {
    width: 100%;
    padding: 0.5em 0em 2em 0;
  }
}
.common_sect.garagesystem .sect_whats .tp_wrapper__pic {
  flex: 0 0 32rem;
}
.common_sect.garagesystem .sect_whats .tp_wrapper__pic p + p {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.garagesystem .sect_whats .tp_wrapper__pic {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .common_sect.garagesystem .sect_whats .tp_wrapper__pic p img {
    width: 60%;
  }
}
.common_sect.garagesystem .sect_whats .b_gray_arrow {
  width: 90%;
  max-width: 64rem;
  margin: 0 auto;
}
.common_sect.garagesystem .sect_garage {
  max-width: 100rem;
  width: 96%;
  margin: 0 auto 5rem;
  padding-top: 4rem;
  border-top: dotted 1px #333;
}
.common_sect.garagesystem .sect_garage header {
  margin-bottom: 2rem;
}
.common_sect.garagesystem .sect_garage header h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.common_sect.garagesystem .sect_garage .lead {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1em;
  width: 100%;
  max-width: 76rem;
  line-height: 1.6;
}
.common_sect.garagesystem .sect_garage .txt {
  font-size: 1.6rem;
  line-height: 1.7;
  width: 100%;
  max-width: 76rem;
}
.common_sect.garagesystem .sect_garage .garage_merit {
  background: #eee;
  border-radius: 1em;
  padding: 1.5em 2em;
  margin-top: 2rem;
  font-size: 1.6rem;
  width: 100%;
  max-width: 76rem;
}
.common_sect.garagesystem .sect_garage .garage_merit h3 {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.garagesystem .sect_garage .garage_merit h3 {
    text-align: left;
  }
}
.common_sect.garagesystem .sect_garage .garage_merit ul li {
  line-height: 1.7;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.common_sect.garagesystem .sect_garage .garage_merit ul li + li {
  margin-top: 0.3em;
}
.common_sect.garagesystem .sect_flow {
  max-width: 100rem;
  width: 96%;
  margin: 0 auto 5rem;
  padding-top: 4rem;
  border-top: dotted 1px #333;
}
.common_sect.garagesystem .sect_flow header {
  margin-bottom: 2rem;
}
.common_sect.garagesystem .sect_flow header h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.common_sect.garagesystem .sect_flow .flow_flex {
  background: #FFFEDB;
  border-radius: 1em;
  padding: 2.5em 3em;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.garagesystem .sect_flow .flow_flex {
    display: block;
    padding: 1.8em 2em;
  }
}
.common_sect.garagesystem .sect_flow .flow_flex .flex_item {
  width: 48%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.garagesystem .sect_flow .flow_flex .flex_item {
    width: 100%;
  }
  .common_sect.garagesystem .sect_flow .flow_flex .flex_item + .flex_item {
    margin-top: 1.6rem;
  }
}
.common_sect.garagesystem .sect_flow .flow_flex .flex_item h3 {
  background: #302FAF;
  color: #fff;
  text-align: center;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 1.6em;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.garagesystem .sect_flow .flow_flex .flex_item h3 {
    text-align: left;
    padding-left: 0.9em;
  }
}
.common_sect.garagesystem .sect_flow .flow_flex .flex_item ul {
  padding: 0 1em;
}
.common_sect.garagesystem .sect_flow .flow_flex .flex_item ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}
.common_sect.garagesystem .sect_flow .flow_flex .flex_item ul li + li {
  margin-top: 0.3em;
}
.common_sect.garagesystem .sect_sample {
  max-width: 100rem;
  width: 96%;
  margin: 0 auto 5rem;
  padding-top: 4rem;
  border-top: dotted 1px #333;
}
.common_sect.garagesystem .sect_sample header {
  margin-bottom: 2rem;
}
.common_sect.garagesystem .sect_sample header h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.common_sect.garagesystem .sect_sample .sample_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common_sect.garagesystem .sect_sample .sample_flex .flex_item {
  width: 32%;
  text-align: center;
  font-size: 1.5rem;
}
.common_sect.garagesystem .sect_sample .sample_flex .flex_item:nth-child(n+4) {
  margin-top: 2rem;
}
.common_sect.garagesystem .sect_sample .sample_flex .flex_item .pic {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.garagesystem .sect_sample .sample_flex .flex_item {
    width: 48%;
  }
  .common_sect.garagesystem .sect_sample .sample_flex .flex_item:nth-child(n+3) {
    margin-top: 1.6rem;
  }
}
.common_sect.garagesystem .b_gray_arrow {
  width: 90%;
  max-width: 64rem;
  margin: 0 auto;
}

/*---------------------------------
contactus
---------------------------------*/
/*
.common_sect
*/
.common_sect.contactus.contactus__intro {
  text-align: center;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .common_sect.contactus.contactus__intro {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.contactus.contactus__intro {
    margin-bottom: 6rem;
  }
}
.common_sect.contactus.contactus__intro.thanks {
  height: 30dvh;
}
.common_sect.contactus.contactus__intro .contactus__intro__catch {
  max-width: 1280px;
  width: 96%;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .common_sect.contactus.contactus__intro .contactus__intro__catch {
    font-size: 2.4rem;
  }
  .common_sect.contactus.contactus__intro .contactus__intro__catch a {
    color: #0200CD;
    display: inline !important;
  }
}
@media screen and (max-width: 599px) {
  .common_sect.contactus.contactus__intro .contactus__intro__catch {
    font-size: 2rem;
    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, .common_sect.contactus.contactus__table .common_sect__body .tbl_form td select {
  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: 2.2rem;
  width: 24rem;
  height: 5.4rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0200CD;
  border: none;
}

/*---------------------------------
works
---------------------------------*/
/*
.common_sect
*/
.common_sect.works .tab {
  display: flex;
  justify-content: flex-start;
  border-bottom: solid 1px #333;
}
.common_sect.works .tab .tab_item {
  max-width: 18rem;
  width: 33%;
  min-width: 13rem;
  height: 5.4rem;
  line-height: 1;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  background: #efefef;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.works .tab .tab_item {
    font-size: 1.6rem;
  }
}
.common_sect.works .tab .tab_item.active {
  background: #F7F2CB;
}
.common_sect.works .sort_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 4.6rem;
  padding: 1.5rem 1rem;
  background: linear-gradient(to bottom, #F5EFD9, #fff);
}
.common_sect.works .sort_box select {
  display: none;
  max-width: 18rem;
  width: 45%;
  height: 3.4rem;
  border-radius: 3.4rem;
  margin: 0 0.4rem;
  padding-left: 0.5em;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.works .sort_box {
    justify-content: flex-start;
  }
  .common_sect.works .sort_box select {
    margin-bottom: 4px;
  }
}
.common_sect.works .works_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common_sect.works .works_list .spacer {
  width: 32%;
  height: 1px;
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.works .works_list .spacer {
    width: 47%;
  }
}
.common_sect.works .works_list .works_list__item {
  width: 30%;
  background: #fff;
}
.common_sect.works .works_list .works_list__item:nth-of-type(n + 4) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.works .works_list .works_list__item {
    width: 47%;
  }
  .common_sect.works .works_list .works_list__item:nth-of-type(n + 3) {
    margin-top: 4rem;
  }
}
.common_sect.works .works_list .works_list__item a {
  text-decoration: none;
  transition-duration: 0.3s;
}
.common_sect.works .works_list .works_list__item a:hover {
  opacity: 0.7;
}
.common_sect.works .works_list .works_list__item .pic {
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  background: #e5e5ec;
  position: relative;
}
.common_sect.works .works_list .works_list__item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.common_sect.works .works_list .works_list__item .name {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
.common_sect.works .works_list .works_list__item .name + .specs {
  margin-top: 2rem;
}
.common_sect.works .works_list .works_list__item .memo {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.common_sect.works .works_list .works_list__item .specs {
  margin-top: 1rem;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}
.common_sect.works .works_list .works_list__item .specs p {
  min-width: 8rem;
  height: 3rem;
  margin: 0.2rem 0.8rem 0.2rem 0;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  text-align: center;
}
.common_sect.works .works_list .works_list__item .specs p.menseki {
  background: #DEDEDE;
}
.common_sect.works .works_list .works_list__item .specs p.cost {
  background: #CBF0F7;
}
.common_sect.works .works_list .works_list__item .specs p.period {
  background: #F7F2CB;
}
.common_sect.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt {
  width: 100%;
}
.common_sect.works.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.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .msg {
  font-size: 1.6rem;
  line-height: 1.7;
}
.common_sect.works.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.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .president__yakushoku {
  font-size: 1.6rem;
  margin-bottom: 0.6em;
}
.common_sect.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .president__namae {
  font-size: 2.6rem;
  font-weight: bold;
}
.common_sect.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__pic {
  display: none;
}
.common_sect.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .common_sect.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic {
    display: block;
  }
}
.common_sect.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__txt {
  flex: 1;
  width: auto;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .common_sect.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__txt {
    padding: 0;
  }
  .common_sect.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__txt .president {
    display: none;
  }
}
.common_sect.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic {
  width: 344px;
}
@media screen and (max-width: 767px) {
  .common_sect.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic {
    width: 80%;
    max-width: 300px;
    margin: 4rem auto 0;
  }
}
.common_sect.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic .president {
  display: none;
  text-align: right;
}
.common_sect.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic .president__yakushoku {
  font-size: 1.6rem;
  margin-bottom: 0.6em;
}
.common_sect.works.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.works.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic .president {
    display: block;
    margin-top: 1.5rem;
  }
}
.common_sect.works.aboutus__aisatsu .common_sect__body ul li {
  font-size: 2.2rem;
}
.common_sect.works.aboutus__aisatsu .common_sect__body ul li:not(:last-of-type) {
  margin-bottom: 1em;
}
.common_sect.works.aboutus__outline .common_sect__body .tbl_info table {
  width: 100%;
}
.common_sect.works.aboutus__outline .common_sect__body .tbl_info table tr {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .common_sect.works.aboutus__outline .common_sect__body .tbl_info table tr {
    display: block;
  }
}
.common_sect.works.aboutus__outline .common_sect__body .tbl_info table tr th {
  width: 20rem;
  border: solid 1px #444;
  min-height: 2.5em;
  vertical-align: middle;
  text-align: left;
  padding: 0.5em 0 0.5em 1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .common_sect.works.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.works.aboutus__outline .common_sect__body .tbl_info table tr td {
  background: #F8F8F5;
  min-height: 2.5em;
  vertical-align: middle;
  margin-left: 1rem;
  text-align: left;
  padding: 0.5em 0 0.5em 1.4em;
}
.common_sect.works.aboutus__outline .common_sect__body .tbl_info table tr td .dl_list1 dt {
  margin-bottom: 0.2em;
}
.common_sect.works.aboutus__outline .common_sect__body .tbl_info table tr td .dl_list1 dd {
  padding-left: 1em;
}
.common_sect.works.aboutus__outline .common_sect__body .tbl_info table tr td .dl_list1:not(:first-of-type) {
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .common_sect.works.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;
  }
}
@media screen and (max-width: 767px) {
  .common_sect.works.aboutus__outline .common_sect__body .tbl_info table tr.void {
    display: none;
  }
}
.common_sect.works.aboutus__outline .common_sect__body .tbl_info table tr.void th, .common_sect.works.aboutus__outline .common_sect__body .tbl_info table tr.void td {
  opacity: 0;
  height: 1em;
  border: none;
  background: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .common_sect.works.aboutus__outline .common_sect__body .tbl_info table tr.void th, .common_sect.works.aboutus__outline .common_sect__body .tbl_info table tr.void td {
    height: 0.5em;
    padding: 0;
  }
}
.common_sect.works.aboutus__outline .map {
  margin-top: 4rem;
}
.common_sect.works.aboutus__outline .map__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.common_sect.works.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;
}

/*---------------------------------
privacypolicy
---------------------------------*/
.sect_privacy {
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
}
.sect_privacy h2 {
  font-size: 2rem;
  margin-bottom: 1em;
}
.sect_privacy p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.sect_privacy p + p {
  margin-top: 2rem;
}
.sect_privacy p + h2 {
  margin-top: 3rem;
}

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