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

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

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_sp {
    text-align: center;
  }
  .tal_sp {
    text-align: left;
  }
  .tar_sp {
    text-align: right;
  }
}
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fs110 {
  font-size: 110%;
}

.fs120 {
  font-size: 120%;
}

.fs130 {
  font-size: 130%;
}

.fs140 {
  font-size: 140%;
}

.lh10 {
  line-height: 1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.contactus_link {
  display: flex;
  justify-content: flex-end;
  margin-top: 5rem;
  text-align: right;
}
.contactus_link a {
  text-decoration: underline;
}
.contactus_link a img {
  width: 1.4em;
  margin-left: 0.3em;
}

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

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

.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.953125% 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%;
}
.flex-pt__pic__caption {
  font-size: 1.4rem;
  padding-top: 0.4em;
  line-height: 1.4;
}
@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;
  }
}

/*--------------------------
* 見出し
--------------------------*/
.ttl_bar1 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  border: solid 1px #134A9D;
}
.ttl_bar1 span {
  background: #134A9D;
  display: inline-block;
  padding: 0.3em 0.5em;
  width: 80%;
  max-width: 580px;
  line-height: 1.3;
}

.ttl_bar2 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1em;
}
.ttl_bar2 span {
  background: #134A9D;
  display: inline-block;
  padding: 0.3em 3em 0.3em 0.5em;
  min-width: 300px;
}

.ttl_maru {
  padding: 0 0 0 1.2em;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1em;
  line-height: 1;
}
.ttl_maru:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: solid 6px #337AB7;
  position: absolute;
  left: 0;
  top: 46%;
  transform: translateY(-50%);
}
.ttl_maru--nuri:before {
  background: #333;
  border-color: #333;
}

.ttl_ul {
  padding: 0 0 0.8em;
  position: relative;
  font-size: 2.8rem;
  margin-bottom: 1.1em;
  line-height: 1.4;
}
.ttl_ul:before {
  content: "";
  display: block;
  width: 14rem;
  height: 0.2rem;
  background: #80b36a;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .ttl_ul {
    font-size: 2.4rem;
  }
  .ttl_ul:before {
    width: 12rem;
  }
}

/*--------------------------
* headerセット：30000
--------------------------*/
.head_centeringbar {
  line-height: 1;
  text-align: center;
  margin-bottom: 5rem;
}
.head_centeringbar .en {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.head_centeringbar .ttl {
  font-size: 4.2rem;
  padding-bottom: 0.3em;
  border-bottom: solid 2px #CCCCCC;
  position: relative;
  margin-bottom: 2.8rem;
  color: #134A9D;
  font-weight: bold;
}
.head_centeringbar .ttl:after {
  content: "";
  background: #134A9D;
  height: 0.6rem;
  width: 18rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.head_centeringbar .lead {
  line-height: 1.8;
}

/*
._kv_ttl：背景付きh1タイトル
*/
._kv_ttl {
  height: 36rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  ._kv_ttl {
    height: 30vw;
  }
}
._kv_ttl__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 74.3243243243%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  ._kv_ttl__bg {
    -o-object-fit: none;
       object-fit: none;
    width: 74.3243243243vw;
  }
}
._kv_ttl__bg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1360px) {
  ._kv_ttl__bg img {
    width: auto;
    max-width: none;
    width: 86.4864864865vw;
  }
}
._kv_ttl__conts {
  width: 80%;
  max-width: 50rem;
  height: 16rem;
  text-align: center;
  border: solid 1px #aaa;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  line-height: 1;
  font-weight: bold;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1.5rem;
  margin-left: 25.6756756757%;
  transform: translateX(-50%);
}
._kv_ttl__conts h1 {
  font-size: 4rem;
  margin-bottom: 0.4em;
}
._kv_ttl__conts p {
  font-size: 2.2rem;
}
@media screen and (max-width: 1200px) {
  ._kv_ttl__conts {
    max-width: 41.6666666667vw;
    height: 13.3333333333vw;
    padding-top: 1.25vw;
  }
}
@media screen and (max-width: 1060px) {
  ._kv_ttl__conts h1 {
    font-size: 3.7735849057vw;
  }
  ._kv_ttl__conts p {
    font-size: 2.0754716981vw;
  }
}
._kv_ttl__conts.kinoko > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 10rem;
}
@media screen and (max-width: 1200px) {
  ._kv_ttl__conts.kinoko > img {
    width: 8.3333333333vw;
  }
}

/*
リンク
*/
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: #DAEBC3;
  color: #fff;
  transition-duration: 0.3s;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.08em;
  justify-content: center;
  color: #333;
  width: 23rem;
}
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.5rem;
  height: 2.6rem;
  width: 2.6rem;
  background: url(/assets/img/common/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 {
  text-decoration: none;
  opacity: 0.7;
}

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

a.b_kakomi {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #007ccf;
  color: #007ccf;
  font-weight: bold;
  padding: 1em 2em;
  font-size: 1.6rem;
  transition-duration: 0.3s;
  position: relative;
}
a.b_kakomi--rounded {
  border-radius: 3em;
}
a.b_kakomi--arrow i {
  width: 0.7em;
  height: 0.7em;
  display: block;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translate(0, -50%) rotate(45deg);
}
a.b_kakomi:hover {
  background: #007ccf;
  color: #fff;
}

a.white_sq {
  width: 28rem;
  height: 5rem;
  background: #fff;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding-left: 1em;
  position: relative;
  box-shadow: 0.7rem 0.7rem 0 #F8B62C;
  border-radius: 0.3em;
}
a.white_sq:after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  background: #F8B62C;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-radius: 0.35em;
}

/*
スマホでスクロールさせるテーブルのwrapper
*/
.tbl_scr_wrapper {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .tbl_scr_wrapper {
    overflow-x: scroll;
  }
  .tbl_scr_wrapper > div {
    width: 100%;
  }
}

/*
swap tab　タブでの切り替え機能
*/
.swap_wrapper .swap_btn__item {
  opacity: 0.6;
  cursor: pointer;
}
.swap_wrapper .swap_btn__item.active {
  cursor: auto;
  pointer-events: none;
  opacity: 1;
}
.swap_wrapper .swap_tgt {
  display: none;
}
.swap_wrapper .swap_tgt.active {
  display: block;
}

/*
site-header_bg
*/
.site-header_bg {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
.site-header_bg:before, .site-header_bg:after {
  content: "";
  width: 50%;
  height: auto;
  aspect-ratio: 1118/660;
  display: block;
  background-size: cover;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .site-header_bg:before, .site-header_bg:after {
    background-size: 80%;
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
  }
}
.site-header_bg:before {
  background: url(/assets/img/common/header_bg_left.jpg) no-repeat;
  background-size: cover;
}
.site-header_bg:after {
  background: url(/assets/img/common/header_bg_right.jpg) no-repeat right top;
  background-size: cover;
}

/*
site-header
*/
.site-header,
.site-header-spacer {
  height: 19rem;
  padding-top: 5.2rem;
}
@media screen and (max-width: 899px) {
  .site-header,
  .site-header-spacer {
    padding-top: 2rem;
    height: 11rem;
  }
}
@media screen and (max-width: 599px) {
  .site-header,
  .site-header-spacer {
    padding-top: 1.2rem;
    height: 9rem;
  }
}

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

.site-header .site-header__container {
  position: relative;
  z-index: 1;
}
.site-header.scr {
  transition-duration: 0.3s;
  padding-top: 2.2rem;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}
.site-header.scr .site-header__container {
  height: 100%;
  transition-duration: 0.3s;
}
.site-header.scr .site-header-logo img {
  filter: drop-shadow(0px 0px 0.6rem rgba(255, 255, 255, 0.8));
}

.site-header-logo {
  position: absolute;
  left: 50%;
  top: 0%;
  top: 40px;
  transform: translate(-50%);
  margin-right: 0;
  width: 21.5rem;
  padding: 0;
  margin: 0;
  display: flex !important;
  align-items: center;
  transition-duration: 0.3s;
}
@media screen and (max-width: 899px) {
  .site-header-logo {
    width: 16rem;
    top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .site-header-logo {
    width: 14rem;
    top: 12px;
  }
}

.site-header.scr .site-header-logo {
  top: 20px;
}
@media screen and (max-width: 899px) {
  .site-header.scr .site-header-logo {
    top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .site-header.scr .site-header-logo {
    top: 8px;
  }
}

.site-header .gmenu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3.3rem;
}
@media screen and (max-width: 899px) {
  .site-header .gmenu {
    display: none;
  }
}
.site-header .gmenu li {
  font-size: 1.6rem;
  padding: 0 0.7rem;
  text-align: center;
  line-height: 1.3;
}
.site-header .gmenu li.spacer {
  width: 24.5rem;
}
.site-header .gmenu li a:hover {
  color: #007cae;
  text-decoration: none;
}

main {
  position: relative;
  z-index: 1;
}

/*
.footer_contact
*/
.footer_contact {
  margin-top: 14rem;
  position: relative;
  z-index: 1;
  z-index: 0;
}
.footer_contact .link {
  max-width: 72rem;
  width: 50%;
  width: 50vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .footer_contact .link {
    width: 60vw;
  }
}
.footer_contact .link a {
  height: 13rem;
  max-height: 13rem;
  height: 14.4444444444vw;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 2.2rem;
  font-size: 2.0833333333vw;
  border-radius: 13rem;
  border-radius: 14.4444444444vw;
  position: relative;
  background: #fff;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1440px) {
  .footer_contact .link a {
    font-size: 3rem;
  }
}
.footer_contact .link a span {
  font-weight: bold;
}
.footer_contact .link a:after {
  content: "";
  max-width: 70rem;
  width: 47.2222222222vw;
  height: 11rem;
  max-height: 11rem;
  height: 12.2222222222vw;
  border: solid 0.1rem #555;
  border-radius: 11rem;
  border-radius: 12.2222222222vw;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.footer_contact .link a:hover {
  background: #79c5e2;
  text-decoration: none;
  color: #fff;
}
.footer_contact .link a:hover:after {
  border-color: #fff;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .footer_contact .link a {
    height: 8rem;
    font-size: 3.3388981636vw;
  }
  .footer_contact .link a:after {
    content: "";
    max-width: calc(100% - 2rem);
    width: calc(100% - 2rem);
    height: 6rem;
  }
}
.footer_contact .pic {
  width: 100%;
  display: flex;
  margin-top: -6.5rem;
  margin-top: -7.2222222222vw;
  margin-top: -2.0833333333vw;
  margin-top: 3vw;
  position: relative;
  z-index: 0;
}
.footer_contact .pic img {
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .footer_contact .pic {
    margin-top: 3vw;
  }
}

/*
.site-footer
*/
.site-footer {
  background: #fff;
  z-index: 10;
  z-index: 0;
  position: relative;
}
.site-footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 60rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 999px) {
  .site-footer__flex {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.site-footer__flex .txt {
  padding: 7rem 4rem 7rem 7.2rem;
  width: 40.5405405405%;
}
@media screen and (max-width: 999px) {
  .site-footer__flex .txt {
    width: 100%;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .site-footer__flex .txt {
    padding: 5rem 3rem 2rem;
  }
}
.site-footer__flex .txt__up {
  padding-bottom: 3.3rem;
  border-bottom: solid 0.1rem #bbb;
}
.site-footer__flex .txt__up__logo {
  width: 22rem;
  margin-bottom: 3rem;
}
.site-footer__flex .txt__up__prop {
  line-height: 1.8;
}
.site-footer__flex .txt__down {
  padding-top: 3rem;
}
.site-footer__flex .txt__down ul {
  display: flex;
  flex-wrap: wrap;
}
.site-footer__flex .txt__down ul li {
  margin-right: 1em;
  margin-bottom: 1.2em;
}
.site-footer__flex .txt__down ul li:nth-of-type(1), .site-footer__flex .txt__down ul li:nth-of-type(2), .site-footer__flex .txt__down ul li:nth-of-type(3) {
  width: 4em;
}
.site-footer__flex .txt__down ul li.contactus {
  width: calc(100% - 15em);
  margin-right: 0;
}
.site-footer__flex .txt__down ul li.privacy {
  width: 100%;
}
.site-footer__flex .txt__down ul li a {
  color: #444;
}
.site-footer__flex .map {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  .site-footer__flex .map {
    width: 100%;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .site-footer__flex .map {
    height: 80vw;
  }
}
.site-footer__flex .map iframe {
  width: 100%; /* 親要素の幅いっぱいに広げます */
  height: 100%; /* 親要素の高さいっぱいに広げます */
  border: 0; /* iframeのデフォルトのボーダーを消す */
}
.site-footer__copyright {
  max-width: 100%;
  background: #333;
  text-align: center;
  font-size: 1.2rem;
  padding: 1em 0;
  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;
  }
}

/*
b_smp
*/
.b_smp {
  display: none;
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 1.4rem;
  cursor: pointer;
}
.b_smp span {
  content: "";
  background: #222;
  display: block;
  height: 1px;
  width: 90%;
  margin: 0.5rem 0;
}
@media screen and (max-width: 899px) {
  .b_smp {
    display: flex;
    width: 4rem;
    height: 4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/*
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(255, 255, 255, 0.7);
  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 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 12rem;
  width: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 782px) {
  .spmenu_modal__bg__nav .b_close {
    height: 9rem;
  }
}
@media screen and (max-width: 499px) {
  .spmenu_modal__bg__nav .b_close {
    height: 7.5rem;
  }
}
.spmenu_modal__bg__nav .b_close:before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #333;
}
.spmenu_modal__bg__nav .b_close:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #333;
}
.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: #2d91d4;
  padding: 0.7em 0 0.5em;
  border-bottom: solid 1px transparent;
  transition-duration: 0.3s;
  background: #e5f5ff;
  transition-duration: 0.3s;
  border-radius: 0.4em;
  font-weight: bold;
}
.spmenu_modal__bg__cont ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: #b6d3e6;
}

.news_box {
  max-width: 74rem;
  width: 80vw;
  margin: 0 auto;
}
.news_box .news_list li:nth-of-type(n + 2) {
  margin-top: 2rem;
}
.news_box .news_list li a, .news_box .news_list li div.txt {
  display: flex;
  line-height: 1;
  align-items: center;
  text-decoration: none;
  align-items: flex-start;
}
@media screen and (max-width: 930px) and (orientation: portrait) {
  .news_box .news_list li a, .news_box .news_list li div.txt {
    flex-wrap: wrap;
  }
}
.news_box .news_list li a span, .news_box .news_list li div.txt span {
  margin-right: 0.5rem;
  height: 2.4rem;
  border-radius: 2.4rem;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_box .news_list li a span.shisetsu, .news_box .news_list li div.txt span.shisetsu {
  color: #fff;
  width: 8rem;
}
.news_box .news_list li a span.shisetsu.default, .news_box .news_list li div.txt span.shisetsu.default {
  background: #BFBFBF;
}
.news_box .news_list li a span.shisetsu.ogakie, .news_box .news_list li div.txt span.shisetsu.ogakie {
  background: #3CC481;
}
.news_box .news_list li a span.shisetsu.masutomi, .news_box .news_list li div.txt span.shisetsu.masutomi {
  background: #5CAEF4;
}
.news_box .news_list li a span.shisetsu.misato, .news_box .news_list li div.txt span.shisetsu.misato {
  background: #F4BF5C;
}
.news_box .news_list li a span.category, .news_box .news_list li div.txt span.category {
  border: solid 1px #777;
  color: #777;
  width: 8rem;
}
.news_box .news_list li a span.day, .news_box .news_list li div.txt span.day {
  width: 8rem;
}
.news_box .news_list li a p, .news_box .news_list li div.txt p {
  color: #005b98;
  line-height: 1.3;
  flex: 1;
}
@media screen and (max-width: 930px) and (orientation: portrait) {
  .news_box .news_list li a p, .news_box .news_list li div.txt p {
    width: 100%;
    padding-top: 1em;
  }
}
.news_box .news_list li a:hover p {
  text-decoration: underline;
}

.common_kv {
  overflow: hidden;
  position: relative;
  max-width: 140rem;
  width: 100%;
  aspect-ratio: 2098/552;
  margin: 0 auto;
}
.common_kv__bg {
  width: 96%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}
.common_kv .kv_ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 44rem;
  height: 12rem;
  border-radius: 8rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.common_kv .kv_ttl span {
  color: #2B8603;
  font-size: 1.8rem;
  margin-bottom: 0.4em;
}
.common_kv .kv_ttl strong {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_kv .kv_ttl {
    width: 38rem;
    height: 10rem;
    border-radius: 5rem;
  }
  .common_kv .kv_ttl span {
    font-size: 1.5rem;
    margin-bottom: 0.4em;
  }
  .common_kv .kv_ttl strong {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_kv .kv_ttl {
    width: 26rem;
    height: 5.6rem;
    transform: translate(-50%, -30%);
  }
  .common_kv .kv_ttl span {
    font-size: 1.3rem;
  }
  .common_kv .kv_ttl strong {
    font-size: 2rem;
  }
}

.pankuzu {
  border-bottom: solid 1px #337AB7;
  padding: 0.9em;
  font-size: 1.5rem;
  margin-bottom: 8rem;
}
.pankuzu.mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pankuzu {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .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;
}

/*
.local_txtnav
*/
.local_txtnav {
  margin: 4rem auto 5rem;
  text-align: center;
}
.local_txtnav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.local_txtnav ul li {
  font-size: 1.5rem;
  position: relative;
  padding: 0.3em 0.8em;
  margin: 0.3em 0;
  line-height: 1;
}
.local_txtnav ul li:not(:last-of-type):after {
  content: "";
  background: #aaa;
  width: 1px;
  height: 1.2em;
  position: absolute;
  right: 0;
}
.local_txtnav ul li a {
  text-decoration: none;
}
.local_txtnav ul li a:hover {
  text-decoration: underline;
}

/*
.conts_nav
*/
.conts_nav {
  margin-top: 10rem;
  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;
  min-height: 8rem;
  margin: 0 1.7543859649%;
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
}
.conts_nav__container .conts_nav__item:nth-of-type(n + 4) {
  margin-top: 2rem;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .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: #2d91d4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  background: #e5f5ff;
}
.conts_nav__container .conts_nav__item a:hover {
  color: #fff;
  text-decoration: none;
  background: #b6d3e6;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .conts_nav__container .conts_nav__item a {
    font-size: 2rem;
  }
}

/*
.common_sect
*/
.common_sect {
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect {
    margin-bottom: 6rem;
  }
}
.common_sect__ttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 1.7em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .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%;
}

.lum-lightbox {
  z-index: 10;
}

/*---------------------------------
HOME
---------------------------------*/
body.home {
  /*
  .home_kv
  */
  /*
  .sect1
  */
  /* shisetsu */
  /* shisetsu */
  /* news */
  /* recruit */
  /* entry */
}
body.home .home_kv {
  max-width: 140rem;
  width: 96%;
  margin: 0 auto 14rem;
  position: relative;
}
body.home .home_kv .kv_slider {
  position: relative;
}
body.home .home_kv .kv_slider .icon {
  position: absolute;
  z-index: 3;
}
body.home .home_kv .kv_slider .icon.bird1 {
  right: 14rem;
  bottom: -15rem;
}
body.home .home_kv .kv_slider .icon.bird2 {
  right: 22rem;
  bottom: -13rem;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  body.home .home_kv .kv_slider .icon.bird1 {
    left: 4rem;
    bottom: -25rem;
  }
  body.home .home_kv .kv_slider .icon.bird2 {
    left: 1rem;
    bottom: -38rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .home_kv .kv_slider .icon.bird1 {
    transform: scale(0.8);
    left: 0;
  }
  body.home .home_kv .kv_slider .icon.bird2 {
    transform: scale(0.8);
  }
}
body.home .home_kv .kv_maru {
  position: absolute;
  width: 42rem;
  bottom: -26rem;
  left: 5rem;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  body.home .home_kv .kv_maru {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
    text-align: center;
    margin-top: -4%;
  }
  body.home .home_kv .kv_maru img {
    width: 90%;
  }
}
body.home .sect1 {
  max-width: 148rem;
  width: 100%;
  margin: 0 auto 16.6rem;
  /*
  background:url(../img/home/sect1_bg.png) no-repeat;
  background-size: 100% auto;
  */
  display: flex;
  flex-direction: column;
  padding-top: 13rem;
  padding-left: 8.1081081081%;
  position: relative;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  body.home .sect1 {
    padding: 0;
  }
}
body.home .sect1 img.bg {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 148rem;
  max-width: 148rem;
  top: 0;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  body.home .sect1 img.bg {
    left: auto;
    right: 0;
    transform: none;
    width: 200rem;
    max-width: 200rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .sect1 img.bg {
    width: 240vw;
    max-width: 240vw;
  }
}
body.home .sect1__top {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4rem;
  position: relative;
  z-index: 0;
  height: 51rem;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  body.home .sect1__top {
    flex-direction: column;
    height: auto;
    margin-top: -9rem;
    margin-bottom: 3rem;
  }
}
body.home .sect1__top__txt {
  color: #fff;
  text-shadow: 0 0 0.2em #2f81a2, 0 0 0.4em #2f81a2, 0 0 0.6em #164f65;
  font-size: 2.8rem;
  line-height: 2.2;
  padding-bottom: 4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  body.home .sect1__top__txt {
    width: 80%;
    padding-top: 0.8em;
    padding-right: 2em;
    padding-bottom: 2rem;
  }
  body.home .sect1__top__txt br:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  body.home .sect1__top__txt {
    font-size: 2.2rem;
  }
}
body.home .sect1__top__pic {
  width: 58.0882352941%;
}
body.home .sect1__top__pic img {
  border-radius: 5rem 0 0 5rem;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  body.home .sect1__top__pic {
    width: 80%;
  }
}
body.home .sect1__bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  body.home .sect1__bottom {
    flex-direction: column;
    padding-left: 5vw;
  }
}
body.home .sect1__bottom__txt {
  color: #333;
  width: 58.0882352941%;
  padding-top: 2.5rem;
}
body.home .sect1__bottom__txt h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .sect1__bottom__txt h2 {
    font-size: 2.4rem;
  }
}
body.home .sect1__bottom__txt p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  body.home .sect1__bottom__txt {
    width: 70%;
    padding-top: 4rem;
  }
  body.home .sect1__bottom__txt p br {
    display: none;
  }
}
body.home .sect1__bottom__pic {
  width: 34.5588235294%;
}
body.home .sect1__bottom__pic img {
  border-radius: 3rem;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  body.home .sect1__bottom__pic {
    width: 70%;
  }
}
body.home .sect2 {
  position: relative;
}
body.home .sect2__msg {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 4rem;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  body.home .sect2__msg {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .sect2__msg {
    font-size: 2rem;
  }
}
body.home .sect2__pic {
  display: flex;
}
body.home .sect2__pic img {
  width: 100%;
}
body.home .sect2 .icon {
  position: absolute;
  z-index: 3;
}
body.home .sect2 .icon.leaf3 {
  right: 14rem;
  top: -10rem;
}
body.home .sect2 .icon.leaf4 {
  right: 22rem;
  top: -3rem;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  body.home .sect2 .icon.leaf3 {
    right: 14rem;
    top: -20rem;
  }
  body.home .sect2 .icon.leaf4 {
    right: 7rem;
    top: -9rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .sect2 .icon.leaf3 {
    transform: scale(0.7);
    right: 2rem;
  }
  body.home .sect2 .icon.leaf4 {
    transform: scale(0.7);
    right: 6rem;
    top: -12rem;
  }
}
body.home .sect3 {
  background-color: #FFF8E4;
  position: relative;
}
body.home .sect3 img.bg {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 0;
  height: 90%;
  transform: translateX(-57%);
  aspect-ratio: 1287/856;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}
body.home .sect3 .container {
  position: relative;
  z-index: 1;
  max-width: 126rem;
  width: 92%;
  margin: 0 auto;
  padding: 13rem 0 30rem;
}
body.home .sect3 .container h2 {
  margin-bottom: 12.8rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .sect3 .container h2 {
    margin-bottom: 8rem;
    font-size: 2.4rem;
  }
}
body.home .sect3 .container .pic_set {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  body.home .sect3 .container .pic_set {
    flex-direction: column;
  }
}
body.home .sect3 .container .pic_set .pic_set__item {
  width: 30.1587301587%;
  border-radius: 3rem;
  overflow: hidden;
  background: #fff;
  margin: 0;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  body.home .sect3 .container .pic_set .pic_set__item {
    flex-direction: column;
    width: 70vw;
  }
  body.home .sect3 .container .pic_set .pic_set__item:nth-of-type(n + 2) {
    margin-top: 3rem;
  }
  body.home .sect3 .container .pic_set .pic_set__item:nth-of-type(2) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .sect3 .container .pic_set .pic_set__item {
    width: 80vw;
    border-radius: 2rem;
  }
}
body.home .sect3 .container .pic_set .pic_set__item a {
  transition-duration: 0.3s;
}
body.home .sect3 .container .pic_set .pic_set__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
body.home .sect3 .container .pic_set .pic_set__item a .pic {
  border-radius: 3rem;
}
body.home .sect3 .container .pic_set .pic_set__item a .txt {
  font-size: 1.8rem;
  padding: 0.3em 0 0.5em;
}
body.home .sect3 .container .pic_set .pic_set__item a .txt strong {
  font-size: 120%;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  body.home .sect3 .container .pic_set .pic_set__item a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  body.home .sect3 .container .pic_set .pic_set__item a .pic {
    width: 30vw;
    height: 20vw;
    margin-bottom: 0;
  }
  body.home .sect3 .container .pic_set .pic_set__item a .pic img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.home .sect3 .container .pic_set .pic_set__item a .txt {
    text-align: left;
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .sect3 .container .pic_set .pic_set__item a .txt {
    padding-left: 1em;
    font-size: 1.5rem;
  }
}
body.home .sect3 .container .pic_set:after {
  display: none;
}
body.home .sect4 {
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
}
body.home .sect4 .bgparts {
  position: absolute;
}
body.home .sect4 .bgparts--1 {
  width: 25rem;
  z-index: 0;
  left: 50%;
  top: 14rem;
  transform: translateX(-295%);
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .sect4 .bgparts--1 {
    top: 0;
    left: 0;
    transform: translateX(-15%);
  }
}
body.home .sect4 .bg_maru {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122.2rem;
  height: 122.2rem;
  border-radius: 100%;
  background: #fff;
}
@media screen and (max-width: 1200px) and (orientation: portrait) {
  body.home .sect4 .bg_maru {
    width: 120vw;
    height: 120vw;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  body.home .sect4 .bg_maru {
    width: 118vw;
    height: 118vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body.home .sect4 .bg_maru {
    width: auto;
    height: 79%;
    aspect-ratio: 1/1;
    transform: translate(-50%, -53%);
  }
}
body.home .sect4 .container {
  max-width: 125.2rem;
  width: 100%;
  min-height: 70rem;
  margin: 0 auto;
  padding: 15.4rem 0 16rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) and (orientation: portrait) {
  body.home .sect4 .container {
    min-height: 72rem;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  body.home .sect4 .container {
    min-height: 70rem;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body.home .sect4 .container {
    min-height: 64rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .sect4 .container {
    padding: 12rem 0 16rem;
  }
}
body.home .sect4 .container h2 {
  padding-left: 0;
  font-size: 2.8rem;
  width: 100%;
  margin: 0 auto 7.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home .sect4 .container h2:before {
  position: relative;
  vertical-align: text-bottom;
  top: auto;
  transform: none;
  margin-right: 0.17em;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .sect4 .container h2 {
    font-size: 2.4rem;
    margin: 0 auto 4.6rem;
  }
}
body.home .sect4 .container .news_box {
  margin-bottom: 4.8rem;
}
body.home .sect4 .container .b_grade {
  background: #DAEBC3;
  width: 23rem;
  color: #333;
  margin: 0 auto;
}
body.home .sect5 {
  background: #fff;
  margin-bottom: 12rem;
  position: relative;
}
body.home .sect5 .bgparts {
  position: absolute;
}
body.home .sect5 .bgparts--2 {
  width: 32rem;
  z-index: 0;
  right: -8rem;
  top: -10rem;
}
body.home .sect5 .bgparts--3 {
  width: 20rem;
  z-index: 0;
  right: -7rem;
  top: 20rem;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  body.home .sect5 {
    margin-top: 0;
  }
}
body.home .sect5 .container {
  position: relative;
  z-index: 1;
  max-width: 140rem;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  body.home .sect5 .container {
    display: block;
  }
}
body.home .sect5 .container .pic {
  width: 53.5714285714%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -6rem;
  margin-right: 6.1428571429%;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  body.home .sect5 .container .pic {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 80vw;
  }
}
body.home .sect5 .container .pic .pic1 {
  width: 100%;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  body.home .sect5 .container .pic .pic1 {
    margin-bottom: 0;
    width: 63%;
  }
}
body.home .sect5 .container .pic .pic2 {
  width: 42.6666666667%;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  body.home .sect5 .container .pic .pic2 {
    width: 35%;
  }
}
body.home .sect5 .container .txt {
  flex: 1;
  padding-top: 4.4rem;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  body.home .sect5 .container .txt {
    width: 80vw;
  }
}
body.home .sect5 .container .txt h2 {
  margin-bottom: 4rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  body.home .sect5 .container .txt h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .sect5 .container .txt h2 {
    font-size: 2.4rem;
  }
}
body.home .sect5 .container .txt .msg {
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 5rem;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  body.home .sect5 .container .txt .msg br {
    display: none;
  }
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  body.home .sect5 .container .txt .msg {
    font-size: 2.1rem;
    margin-bottom: 3.6rem;
  }
}
body.home .sect5 .container .txt .navi {
  width: 43rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  body.home .sect5 .container .txt .navi {
    max-width: 96%;
  }
}
body.home .sect5 .container .icon {
  position: absolute;
  z-index: 3;
}
body.home .sect5 .container .icon.bird3 {
  left: 20rem;
  bottom: 2rem;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  body.home .sect5 .container .icon.bird3 {
    left: 4rem;
    bottom: 0rem;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  body.home .sect5 .container .icon.bird3 {
    right: 4rem;
    bottom: -5rem;
    left: auto;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .sect5 .container .icon.bird3 {
    transform: scale(0.8);
    bottom: -9rem;
  }
}
body.home .sect6 {
  background: #fff;
}
body.home .sect6 .container {
  position: relative;
  z-index: 1;
  max-width: 140rem;
  width: 92%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  body.home .sect6 .container {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
}
body.home .sect6 .container .pic {
  width: 47.1428571429%;
  margin-left: 4.7142857143%;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  body.home .sect6 .container .pic {
    width: 100%;
    text-align: right;
    margin-left: 0;
    margin-bottom: 4rem;
  }
  body.home .sect6 .container .pic img {
    width: 60vw;
  }
}
body.home .sect6 .container .txt {
  flex: 1;
  padding-left: 4rem;
  max-width: 62rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  body.home .sect6 .container .txt {
    width: 100%;
    max-width: 100%;
  }
}
body.home .sect6 .container .txt h2 {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  line-height: 1.5;
}
body.home .sect6 .container .txt h2:before {
  top: 23%;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  body.home .sect6 .container .txt h2 {
    font-size: 2.5rem;
    margin-bottom: 3.6rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.home .sect6 .container .txt h2 {
    font-size: 2.4rem;
  }
}
body.home .sect6 .container .txt .msg {
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 5rem;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  body.home .sect6 .container .txt .msg {
    font-size: 2.1rem;
  }
}
body.home .sect6 .container .txt .navi {
  width: 48rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 899px) and (orientation: portrait) {
  body.home .sect6 .container .txt .navi {
    max-width: 100%;
  }
}
body.home .sect6 .container .txt a.white_sq {
  width: 33.5rem;
}

/*---------------------------------
aboutus
---------------------------------*/
/*
.common_sect
*/
.common_sect.aboutus.aboutus__rinen .common_sect__body {
  text-align: center;
  position: relative;
}
.common_sect.aboutus.aboutus__rinen .common_sect__body .icon {
  position: absolute;
  z-index: 3;
}
.common_sect.aboutus.aboutus__rinen .common_sect__body .icon.bird3 {
  right: 3rem;
  top: 2rem;
}
.common_sect.aboutus.aboutus__rinen .common_sect__body .icon.bird4 {
  left: 5rem;
  top: 12rem;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  .common_sect.aboutus.aboutus__rinen .common_sect__body .icon.bird3 {
    right: 3rem;
    top: 5rem;
  }
  .common_sect.aboutus.aboutus__rinen .common_sect__body .icon.bird4 {
    left: 5rem;
    top: 8rem;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.aboutus.aboutus__rinen .common_sect__body .icon.bird3 {
    right: 3rem;
    top: -14rem;
  }
  .common_sect.aboutus.aboutus__rinen .common_sect__body .icon.bird4 {
    left: 5rem;
    top: 8rem;
  }
}
.common_sect.aboutus.aboutus__rinen .common_sect__body .catch {
  font-size: 5rem;
  margin-bottom: 14rem;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.aboutus.aboutus__rinen .common_sect__body .catch {
    font-size: 4rem;
  }
}
.common_sect.aboutus.aboutus__rinen .common_sect__body h3 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  font-weight: bold;
  line-height: 1.6;
}
.common_sect.aboutus.aboutus__rinen .common_sect__body h3 span {
  font-size: 80%;
  color: #99c472;
}
.common_sect.aboutus.aboutus__rinen .common_sect__body h3:nth-of-type(n + 2) {
  margin-top: 10rem;
}
.common_sect.aboutus.aboutus__rinen .common_sect__body h3 + p {
  font-size: 2.6rem;
  line-height: 1.9;
}
.common_sect.aboutus.aboutus__rinen .common_sect__body h3 + p span {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.aboutus.aboutus__rinen .common_sect__body h3 + p {
    text-align: left;
  }
  .common_sect.aboutus.aboutus__rinen .common_sect__body h3 + p span {
    line-height: 1.6;
  }
}
.common_sect.aboutus.aboutus__rinen .common_sect__body .h3_msg__tal {
  text-align: left;
  display: flex;
  justify-content: center;
}
.common_sect.aboutus.aboutus__rinen .common_sect__body .h3_msg__tal p, .common_sect.aboutus.aboutus__rinen .common_sect__body .h3_msg__tal div {
  font-size: 2rem;
  line-height: 1.9;
}
.common_sect.aboutus.aboutus__rinen .common_sect__body .h3_msg__tal p strong, .common_sect.aboutus.aboutus__rinen .common_sect__body .h3_msg__tal div strong {
  font-size: 2.6rem;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.aboutus.aboutus__rinen .common_sect__body .h3_msg__tal p, .common_sect.aboutus.aboutus__rinen .common_sect__body .h3_msg__tal div {
    padding-left: 1em;
    text-indent: -1em;
  }
  .common_sect.aboutus.aboutus__rinen .common_sect__body .h3_msg__tal p strong, .common_sect.aboutus.aboutus__rinen .common_sect__body .h3_msg__tal div strong {
    display: block;
  }
  .common_sect.aboutus.aboutus__rinen .common_sect__body .h3_msg__tal p span, .common_sect.aboutus.aboutus__rinen .common_sect__body .h3_msg__tal div span {
    display: none;
  }
}
.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%;
  max-width: 102rem;
  margin: 0 auto;
}
.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;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .president {
    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) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .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__pic {
  width: 344px;
  color: #777;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic img {
  border-radius: 1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic .president {
    display: block;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper.has_pic .aisatsu_wrapper__pic .president {
    text-align: center;
    padding-top: 1rem;
  }
}
.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%;
  max-width: 102rem;
  margin: 0 auto;
}
.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) and (orientation: portrait) {
  .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: 16rem;
  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) and (orientation: portrait) {
  .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: #eaf3f9;
  min-height: 2.5em;
  vertical-align: middle;
  margin-left: 1rem;
  text-align: left;
  padding: 0.5em 0 0.5em 1.4em;
  border-radius: 0.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) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .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: 0 auto;
  margin-top: 4rem;
  width: 100%;
  max-width: 102rem;
}
.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;
  border-radius: 1em;
  overflow: hidden;
}
.common_sect.aboutus__history .history_list {
  width: 100%;
  max-width: 102rem;
  margin: 0 auto;
  border-top: solid 1px #d8ecf9;
}
.common_sect.aboutus__history .history_list li {
  border-bottom: solid 1px #d8ecf9;
  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;
}

/*---------------------------------
お知らせ
---------------------------------*/
/*アーカイブ*/
.post-type-archive-news .home_news {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

/*詳細ページ*/
.single_article .b_archive_wrapper a {
  width: 14em;
  margin: 0 auto;
}

/*---------------------------------
service
---------------------------------*/
body.service .container1280 {
  width: 94%;
  max-width: 128rem;
  margin: 0 auto;
}
body.service .whats__flex {
  padding-top: 9.6rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body.service .whats__flex {
    display: block;
  }
}
body.service .whats__flex .txt {
  width: 45%;
  max-width: 55rem;
  margin-right: 2rem;
  padding-bottom: 2rem;
}
body.service .whats__flex .txt h2 {
  line-height: 1;
  font-size: 1.8rem;
  margin-bottom: 2.8rem;
}
body.service .whats__flex .txt h2 strong {
  font-size: 2.6rem;
}
body.service .whats__flex .txt p {
  font-size: 2rem;
  line-height: 2;
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body.service .whats__flex .txt {
    width: 92%;
    max-width: 92%;
    margin: 0 auto 2rem;
  }
}
body.service .whats__flex .pic {
  width: 45%;
  max-width: 59rem;
}
body.service .whats__flex .pic img {
  filter: drop-shadow(2.2rem 1.2rem 0 #D1EBB8);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body.service .whats__flex .pic {
    width: 80%;
    margin: 0 auto;
  }
}
body.service .anshin {
  background: rgba(132, 203, 200, 0.18);
  padding: 5.4rem 0;
}
body.service .anshin .container1280 .ttl_ul {
  margin-bottom: 9rem;
}
body.service .anshin .container1280 .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
body.service .anshin .container1280 .flex__item {
  width: 38.4rem;
  background: #F5FFEB;
  margin: 0 1.7rem 2rem;
  padding: 0 2.8rem 4rem;
  text-align: justify;
  border-radius: 2rem 2rem 14rem 14rem;
}
body.service .anshin .container1280 .flex__item .flag {
  text-align: center;
  margin-bottom: 1rem;
}
body.service .anshin .container1280 .flex__item .flag img {
  margin-top: -4rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body.service .anshin .container1280 .flex__item .flag img {
    width: 32vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.service .anshin .container1280 .flex__item .flag img {
    width: 28vw;
  }
}
body.service .anshin .container1280 .flex__item .msg .ttl {
  color: #5ab733;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
body.service .anshin .container1280 .flex__item .msg .ttl + p {
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.service .anshin .container1280 .flex__item .msg .ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body.service .anshin .container1280 .flex__item {
    width: 90%;
    margin: 0 auto 5rem;
    border-radius: 2rem 2rem 10rem 10rem;
  }
}
body.service .shisetsu {
  margin-bottom: 22rem;
}
body.service .shisetsu .container1280 {
  padding: 5.4rem 0 0;
  position: relative;
}
body.service .shisetsu .container1280 .icon {
  position: absolute;
  z-index: 3;
}
body.service .shisetsu .container1280 .icon.bird1 {
  right: 14rem;
  top: -5rem;
}
body.service .shisetsu .container1280 .icon.bird2 {
  right: 22rem;
  top: 2rem;
}
@media screen and (max-width: 999px) and (orientation: portrait) {
  body.service .shisetsu .container1280 .icon.bird1 {
    right: 1rem;
    top: -5rem;
  }
  body.service .shisetsu .container1280 .icon.bird2 {
    right: 22rem;
    top: -8rem;
  }
}
body.service .shisetsu .container1280 .ttl_ul + .msg {
  font-size: 2rem;
  line-height: 1.4;
}
body.service .shisetsu .container1280 .shisetsu__item {
  margin-top: 5rem;
}
body.service .shisetsu .container1280 .shisetsu__item h3 {
  background: #6faa58;
  display: inline-block;
  min-width: 30rem;
  padding: 0.35em 0.5em;
  border-radius: 1em 3em 3em 1em;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1em;
  padding-right: 5rem;
}
body.service .shisetsu .container1280 .shisetsu__item h3 + p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 4rem;
}
body.service .shisetsu .container1280 .shisetsu__pics {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body.service .shisetsu .container1280 .shisetsu__pics__item {
  margin: 0 1%;
  width: 22.6%;
}
body.service .shisetsu .container1280 .shisetsu__pics__item:nth-of-type(n + 5) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body.service .shisetsu .container1280 .shisetsu__pics__item {
    width: 30%;
  }
  body.service .shisetsu .container1280 .shisetsu__pics__item:nth-of-type(n + 4) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.service .shisetsu .container1280 .shisetsu__pics__item {
    width: 44%;
    margin: 0 2%;
  }
  body.service .shisetsu .container1280 .shisetsu__pics__item:nth-of-type(n + 3) {
    margin-top: 3rem;
  }
}
body.service .shisetsu .container1280 .shisetsu__pics__item img {
  border-radius: 2rem;
  filter: drop-shadow(1rem 1rem 0 #eee);
}
body.service .shisetsu .container1280 .shisetsu__pics__item p {
  text-align: center;
  font-size: 1.6rem;
  padding-top: 1em;
}
body.service .shisetsu .container1280 .shisetsu__pics .spacer {
  margin: 0 1%;
  width: 22.6%;
}
body.service .shisetsu .container1280 .shisetsu__item__table {
  margin-left: 9%;
  font-size: 1.6rem;
  border-collapse: collapse;
  margin-bottom: 4rem;
}
body.service .shisetsu .container1280 .shisetsu__item__table tr {
  text-align: left;
  border: 4px solid #fff;
}
body.service .shisetsu .container1280 .shisetsu__item__table tr th {
  width: 140px;
  background: #EFF7F8;
  padding: 0.4em 0 0.4em 0.8em;
  font-weight: 600;
  display: inline-block;
  border-radius: 0.3em;
  color: #007cae;
}
body.service .shisetsu .container1280 .shisetsu__item__table tr td {
  padding: 0.3em 0 0.3em 0.8em;
  padding: 0.4em 0 0.4em 0.8em;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.service .shisetsu .container1280 .shisetsu__item__table {
    margin-left: 0;
  }
  body.service .shisetsu .container1280 .shisetsu__item__table tr th {
    width: 100px;
  }
}
body.service .shisetsu .container1280 h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}
body.service .shisetsu .container1280 .shisetsu__item__map {
  width: 100%;
  aspect-ratio: 100/40;
}
body.service .shisetsu .container1280 .shisetsu__item__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 1em;
  overflow: hidden;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.service .shisetsu .container1280 .shisetsu__item__map {
    aspect-ratio: 100/90;
  }
}
body.service .gosoudan {
  background: #F2FDEC;
  padding: 0 0 5.2rem;
  position: relative;
}
body.service .gosoudan:before {
  display: block;
  content: "";
  width: 100rem;
  height: 28rem;
  background: url(/assets/img/common/rumbling_leafs.png) no-repeat;
  background-size: contain;
  bottom: -3rem;
  left: 0;
  position: absolute;
  z-index: 0;
  transform: translateY(30%);
}
body.service .gosoudan h2 {
  background: #6faa58;
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  max-width: 56rem;
  width: 90%;
  height: 6rem;
  line-height: 6rem;
  border-radius: 6rem;
  margin: 0 auto 0.2rem;
  transform: translateY(-3rem);
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.service .gosoudan h2 {
    font-size: 2.5rem;
    height: 4.4rem;
    line-height: 4.4rem;
  }
}
body.service .gosoudan .gosoudan__lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
  color: #444;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.service .gosoudan .gosoudan__lead {
    font-size: 2.1rem;
  }
}
body.service .gosoudan .white_box {
  background: #fff;
  max-width: 110rem;
  width: 92%;
  border-radius: 2rem;
  padding: 3.2rem;
  margin: 0 auto 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.service .gosoudan .white_box {
    border-radius: 1.7rem;
    padding: 2rem;
    margin: 0 auto 2.5rem;
    text-align: left;
  }
}
body.service .gosoudan .white_box p {
  font-size: 1.8rem;
  line-height: 2;
}
body.service .gosoudan .white_box p + p {
  margin-top: 0.8em;
}
body.service .gosoudan .white_box p strong {
  font-weight: bold;
}
body.service .gosoudan .yellow_box {
  background: #F8B62C;
  max-width: 110rem;
  width: 92%;
  padding: 3.2rem;
  text-align: center;
  margin: 1em auto 4.5rem;
  border-radius: 2rem;
  position: relative;
  z-index: 1;
}
body.service .gosoudan .yellow_box p {
  font-size: 1.8rem;
  line-height: 2;
  color: #fff;
  font-weight: bold;
}
body.service .gosoudan .link {
  position: relative;
  z-index: 1;
}
body.service .gosoudan .link a {
  margin: 0 auto;
}
body.service .insta {
  position: fixed;
  z-index: 5;
  top: 50%;
  right: 0;
  width: 16rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.service .insta {
    width: 14rem;
  }
}
body.service .insta a {
  border-radius: 2rem 0 0 2rem;
  border: solid 1px #B70993;
  padding: 5px 0;
  overflow: hidden;
  color: #B70993;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-right: none;
}
body.service .insta a .pic {
  width: 15rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.service .insta a .pic {
    width: 13rem;
  }
}
body.service .insta a .txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  body.service .insta a .txt {
    font-size: 1.3rem;
  }
}

/*---------------------------------
contactus
---------------------------------*/
/*
.common_sect
*/
.common_sect.contactus.contactus__intro {
  text-align: center;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.contactus.contactus__intro {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.contactus.contactus__intro {
    margin-bottom: 6rem;
  }
}
.common_sect.contactus.contactus__intro.thanks {
  min-height: 30dvh;
}
.common_sect.contactus.contactus__intro .contactus__intro__catch {
  max-width: 1280;
  width: 96%;
  margin: 0 auto;
  padding-top: 8rem;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.contactus.contactus__intro .contactus__intro__catch {
    font-size: 2.4rem;
    padding-top: 6rem;
  }
  .common_sect.contactus.contactus__intro .contactus__intro__catch a {
    color: #007ccf;
    display: inline !important;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.contactus.contactus__intro .contactus__intro__catch {
    font-size: 2rem;
    text-align: left;
    padding-top: 5rem;
  }
}
.common_sect.contactus.contactus__intro .thx_msg {
  padding-top: 2rem;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .common_sect.contactus.contactus__intro .thx_msg {
    text-align: left;
    width: 94vw;
    margin: 0 auto;
  }
}
.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 input[type=number],
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td select,
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td textarea {
  border: solid 1px #99cf84;
  padding: 1em;
  font-size: 1.6rem;
  border-radius: 0.5em;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td .wpcf7-not-valid-tip {
  padding-top: 0.5rem;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td input[type=number]::-webkit-inner-spin-button,
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td input[type=number] {
  -moz-appearance: textfield;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .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: 22rem;
  height: 5.2rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #f7bb4c;
  border: none;
  border-radius: 0.6em;
}

/*---------------------------------
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;
  padding-top: 8rem;
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .common_sect.recruit.recruit__detail .recruit__detail__lead {
    font-size: 2.1rem;
    text-align: left;
  }
}
.common_sect.recruit.recruit__detail .swap_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  /*
  .swap_btn{
      display:flex;
      border-bottom:solid #666 1px;
      &__item{
          max-width:32rem;
          width:32%;
          height:8rem;
          background:#aaa;
          color:#fff;
          font-weight: bold;
          font-size:2.4rem;
          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) {
              font-size:2.2rem;
              height:7rem;
              padding-left:0.4em;
              padding-right:0.4em;
          }
          @media screen and (max-width: 599px) {
              font-size:2rem;
              height:6rem;
          }
          &.active{
              background:#fff;
              border:solid #666 1px;
              border-bottom-color: transparent;
              color:$keyColor1;
          }
          &:not(:first-of-type){
              margin-left:0.5em;
              @media screen and (max-width: 767px) {
                  margin-left:2%;
              }
          }
      }
  }
      */
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info {
  padding-top: 5rem;
  font-size: 1.8rem;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__ttl {
  color: #45a1de;
  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__ttl:first-of-type + p {
  line-height: 1.7;
}
.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) and (orientation: portrait) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__header {
    height: 6.2rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai__ttl {
    padding-left: 1.2em;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .common_sect.recruit.recruit__detail .swap_wrapper .recruit_info__senpai span {
    right: 1.6rem;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .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: 40%;
  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--shisetsu {
  width: 30%;
}
.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 .swap_wrapper .recruit_info .recruit_info__list__item div p {
  margin-top: 0.7em;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info .recruit_info__list__item div p:first-of-type {
  margin-top: 0;
}
.common_sect.recruit.recruit__detail .swap_wrapper .recruit_info .recruit_info__list__item > *:not(h4) {
  padding-left: 1em;
}
.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: #007ccf;
  opacity: 0.3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .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) and (orientation: portrait) {
  .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;
}
.common_sect.recruit.recruit__detail .b_oubo {
  padding-top: 7rem;
}
.common_sect.recruit.recruit__detail .b_oubo a {
  height: 3em;
  font-size: 1.8rem;
  color: #333;
  background: #DAEBC3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 42rem;
  border-radius: 3em;
  text-align: center;
  font-weight: bold;
  position: relative;
  transition-duration: 0.3s;
}
.common_sect.recruit.recruit__detail .b_oubo a:hover {
  background: #a9ce72;
  text-decoration: none;
}
.common_sect.recruit.recruit__detail .b_oubo a:after {
  content: "";
  display: block;
  background: url(../img/common/arrow_maru_white_right.svg) no-repeat 100% 100%;
  background-size: contain;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.common_sect.recruit.recruit__detail .tbl_scr_wrapper {
  margin-bottom: 2rem;
}
.common_sect.recruit.recruit__detail .tbl_scr_wrapper table {
  width: 100%;
  max-width: 92rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .common_sect.recruit.recruit__detail .tbl_scr_wrapper table {
    width: 76rem;
  }
}
.common_sect.recruit.recruit__detail .tbl_scr_wrapper table th, .common_sect.recruit.recruit__detail .tbl_scr_wrapper table td {
  padding: 0.3em 0.8em;
  text-align: left;
}
.common_sect.recruit.recruit__detail .tbl_scr_wrapper table tr.header th {
  background: #e6eef2;
  padding: 0.3em 0.8em;
}
.common_sect.recruit.recruit__detail .tbl_scr_wrapper table tr:not(.header) th, .common_sect.recruit.recruit__detail .tbl_scr_wrapper table tr:not(.header) td {
  border-bottom: solid 1px #679dba;
}

/*---------------------------------
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: #007ccf;
  text-decoration: underline;
}

/*---------------------------------
.wp-pagenavi
---------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  border-top: solid 1px #dedede;
  margin: 4rem auto 0;
  max-width: 1200px;
  width: 94%;
}
.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: #47a2c6 !important;
  color: #47a2c6 !important;
}

/*---------------------------------
.recaptcha
---------------------------------*/
#recaptchabox > div {
  margin: 0 auto;
}/*# sourceMappingURL=overwrite.css.map */