@charset "UTF-8";
:root {
  --text-color: #1c1c1c;
  --main_color: #93c274;
  --sub_color: #5fa8c2;
  --third_color: #b4ba1b;
  --four_color: #377399;
  --five_color: #c288b4;
  --sp-submenu-wrap-subTitle: #303a3f;
  --font-serif: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  --font-yugo: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, Hiragino Sans , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, sans-serif;
  --font-zen: "Zen Maru Gothic", sans-serif;
  --font-paris: "Parisienne", cursive;
  --font-libre: "Libre Caslon Display", serif;
  --font-zenkaku: "Zen Kaku Gothic New", sans-serif;
}

body {
  font-family: var(--font-zen);
  color: var(--text-color);
  line-height: 1.5;
  letter-spacing: 0.04rem;
  font-size: 16px;
  font-weight: 500;
}

a,
a img {
  -webkit-transition: none;
  transition: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a,
a:visited {
  color: var(--main_color);
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  cursor: pointer;
}

a[href^="tel:"] {
  color: var(--text-color);
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}

.mainblock img {
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

#header > .inner,
.header_info > .inner,
#nav > .inner,
#contents > .inner,
#footer .inner {
  width: 1240px;
  margin: 0 auto;
  max-width: 96%;
}

.page-sitemap #contents > .inner {
  margin-bottom: 1em !important;
}

.inner {
  width: 1240px;
  margin: 0 auto;
  max-width: 96%;
}

.topinner {
  width: 1240px;
  margin: 0 auto;
  max-width: 96%;
}

.section:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

body:not(.home) #contents #main {
  margin-bottom: clamp(50px, 4.8vw, 60px);
}
body:not(.home) .section:not(:last-child) {
  margin-bottom: clamp(50px, 10vw, 100px);
}

.color01 {
  color: var(--main_color);
}

.color02 {
  color: var(--sub_color);
}

.color03 {
  color: var(--third_color);
}

.color04 {
  color: var(--four_color);
}

.bgcolor01 {
  display: inline-block;
  background: var(--sub_color);
  padding: 0 5px;
}

.bold {
  font-weight: bold;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-large {
  font-size: clamp(18px, 2vw, 20px);
}

@media (max-width: 767px) {
  .sp-text-left {
    text-align: left !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .pc-text-left {
    text-align: left !important;
  }

  .pc-text-center {
    text-align: center !important;
  }

  .pc-text-right {
    text-align: right !important;
  }
}
.mt0 {
  margin-top: 0em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.mt6 {
  margin-top: 6em !important;
}

.mt7 {
  margin-top: 7em !important;
}

.mt8 {
  margin-top: 8em !important;
}

.mt9 {
  margin-top: 9em !important;
}

.mt10 {
  margin-top: 10em !important;
}

.mt11 {
  margin-top: 11em !important;
}

.mt12 {
  margin-top: 12em !important;
}

.mt13 {
  margin-top: 13em !important;
}

.mt14 {
  margin-top: 14em !important;
}

.mt15 {
  margin-top: 15em !important;
}

.mt16 {
  margin-top: 16em !important;
}

.mt17 {
  margin-top: 17em !important;
}

.mt18 {
  margin-top: 18em !important;
}

.mt19 {
  margin-top: 19em !important;
}

.mt20 {
  margin-top: 20em !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  #header > .inner,
  #nav > .inner {
    max-width: 100%;
  }

  .home #contents > .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .caegory-in-blog #aside,
  .single-in-blog #aside {
    margin-bottom: 50px;
  }
}
.caegory-in-blog #aside .menu-blog,
.single-in-blog #aside .menu-blog {
  background: rgba(147, 194, 116, 0.1);
  padding: 1em;
}
.caegory-in-blog #aside .menu-blog h3,
.single-in-blog #aside .menu-blog h3 {
  padding: 0 0 5px;
  font-size: clamp(18px, 2vw, 20px);
  margin: 0 0 10px;
  color: #4a8524;
  border-bottom: dashed 1px;
}
.caegory-in-blog #aside .menu-blog h3:before, .caegory-in-blog #aside .menu-blog h3:after,
.single-in-blog #aside .menu-blog h3:before,
.single-in-blog #aside .menu-blog h3:after {
  content: none;
}
.caegory-in-blog #aside .menu-blog ul li a,
.single-in-blog #aside .menu-blog ul li a {
  text-decoration: none;
  color: var(--text-color);
}
.caegory-in-blog #aside .menu-blog ul li a:hover,
.single-in-blog #aside .menu-blog ul li a:hover {
  color: #4a8524;
  text-decoration: underline;
}
.caegory-in-blog #aside .menu-blog ul li:not(:last-child),
.single-in-blog #aside .menu-blog ul li:not(:last-child) {
  margin-bottom: 10px;
}
.caegory-in-blog #aside .menu-blog ul.archive li:not(:last-child), .caegory-in-blog #aside .menu-blog ul.category li:not(:last-child),
.single-in-blog #aside .menu-blog ul.archive li:not(:last-child),
.single-in-blog #aside .menu-blog ul.category li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.caegory-in-blog #aside .menu-blog .recent-posts li,
.single-in-blog #aside .menu-blog .recent-posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5%;
          column-gap: 5%;
}
.caegory-in-blog #aside .menu-blog .recent-posts li .post_thumbnail,
.single-in-blog #aside .menu-blog .recent-posts li .post_thumbnail {
  width: 30%;
}
.caegory-in-blog #aside .menu-blog .recent-posts li .ttl_date,
.single-in-blog #aside .menu-blog .recent-posts li .ttl_date {
  width: 65%;
}
.caegory-in-blog #aside .menu-blog .recent-posts li .ttl_date .date,
.single-in-blog #aside .menu-blog .recent-posts li .ttl_date .date {
  display: block;
}
.caegory-in-blog #aside .menu-blog .menu-blog-box:not(:last-child),
.single-in-blog #aside .menu-blog .menu-blog-box:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .caegory-in-blog #aside .menu-blog .recent-posts li,
  .single-in-blog #aside .menu-blog .recent-posts li {
    gap: 3% 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .caegory-in-blog #aside .menu-blog .recent-posts li .post_thumbnail,
  .single-in-blog #aside .menu-blog .recent-posts li .post_thumbnail {
    width: 60px;
  }
  .caegory-in-blog #aside .menu-blog .recent-posts li .ttl_date,
  .single-in-blog #aside .menu-blog .recent-posts li .ttl_date {
    width: 100%;
    font-size: 14px;
  }
  .caegory-in-blog #aside .menu-blog .recent-posts li .ttl_date .date,
  .single-in-blog #aside .menu-blog .recent-posts li .ttl_date .date {
    font-size: 12px;
    color: #4a8524;
  }
}
@media (min-width: 1024px) {
  .caegory-in-blog #aside .menu-blog .recent-posts li .post_thumbnail,
  .single-in-blog #aside .menu-blog .recent-posts li .post_thumbnail {
    width: 60px;
  }
  .caegory-in-blog #aside .menu-blog .recent-posts li .ttl_date,
  .single-in-blog #aside .menu-blog .recent-posts li .ttl_date {
    width: calc(95% - 60px);
  }
}

@media (min-width: 768px) {
  #contents #main {
    min-height: 600px;
  }

  .caegory-in-blog #main,
  .single-in-blog #main {
    float: left;
    width: 72%;
  }

  .caegory-in-blog #aside,
  .single-in-blog #aside {
    float: right;
    width: 24%;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .spbr {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .pcbr {
    display: block !important;
  }
}
@media (min-width: 1250px) {
  .pcbr02 {
    display: block !important;
  }
}
@media (max-width: 1249px) {
  .spbr02 {
    display: block !important;
  }
}
#tinymce .clearfix {
  overflow: hidden;
  zoom: 1;
}

@media (min-width: 768px) {
  #tinymce img.alignright,
  #tinymce img.alignleft,
  .mainblock img.alignright,
  .mainblock img.alignleft {
    max-width: 34%;
  }

  .mainblock .alignright {
    float: right;
    margin: 0 0 10px 2%;
  }

  .mainblock .alignleft {
    float: left;
    margin: 0 2% 10px 0;
  }
}
@media (max-width: 767px) {
  .alignright,
  .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
.dbl {
  display: inline-block;
}

.name {
  font-size: 18px;
}
.name .large {
  font-size: 24px;
}

.color1 {
  color: var(--main_color);
}

.color2 {
  color: var(--sub_color);
}

.color3 {
  color: var(--third_color);
}

.color4 {
  color: var(--four_color);
}

.color5 {
  color: var(--five_color);
}

.ic {
  position: relative;
  display: table;
  line-height: 1;
}
.ic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ic__tel:before {
  top: .2rem;
  background: url("../img/common/ic_tel.png") no-repeat center/contain;
}
.ic__web:before {
  top: .1rem;
  background: url("../img/common/ic_web.png") no-repeat center/contain;
}
.ic__mail {
  padding-left: 25px;
}
.ic__mail:before {
  top: .1rem;
  width: 17px;
  height: 13px;
  background: url("../img/common/ic_mail.png") no-repeat center/contain;
}
.ic__densha:before {
  background: url("../img/common/ic_densha.png") no-repeat center/contain;
}
.ic__densha2:before {
  background: url("../img/common/ic_densha2.png") no-repeat center/contain;
}
.ic__bus:before {
  background: url("../img/common/ic_bus.png") no-repeat center/contain;
}
.ic__bus2:before {
  background: url("../img/common/ic_bus2.png") no-repeat center/contain;
}
.ic__car:before {
  background: url("../img/common/ic_car.png") no-repeat center/contain;
}
.ic__car2:before {
  background: url("../img/common/ic_car2.png") no-repeat center/contain;
}
.ic.center {
  margin: 0 auto;
}

.list_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_contact li {
  width: 320px;
}
.list_contact li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list_contact li a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 5px;
  bottom: 5px;
  background: currentColor;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list_contact li a .ic__tel {
  white-space: nowrap;
}
.list_contact .web a {
  background: var(--main_color);
  color: white;
}
.list_contact .web a:hover {
  background: #6ba247;
}
.list_contact .tel a {
  background: white;
  color: var(--main_color);
  border: 1px solid;
}
.list_contact .tel a:hover {
  background: #e6e6e6;
}
@media (max-width: 767px) {
  .list_contact {
    -webkit-column-gap: calc(20 / 767 * 100vw);
            column-gap: calc(20 / 767 * 100vw);
  }
  .list_contact li a {
    height: calc(120 / 767 * 100vw);
  }
  .list_contact li a .txt {
    font-size: calc(24 / 767 * 100vw);
  }
  .list_contact li a .ic {
    font-size: calc(40 / 767 * 100vw);
  }
  .list_contact li a .ic .small {
    font-size: calc(38 / 767 * 100vw);
  }
  .list_contact li a .ic__tel {
    padding-left: calc(28 / 767 * 100vw);
  }
  .list_contact li a .ic__tel:before {
    width: calc(20 / 767 * 100vw);
    height: calc(26 / 767 * 100vw);
  }
  .list_contact li a .ic__web {
    padding-left: calc(40 / 767 * 100vw);
  }
  .list_contact li a .ic__web:before {
    width: calc(33 / 767 * 100vw);
    height: calc(26 / 767 * 100vw);
  }
  .list_contact .tel a {
    padding-bottom: .5rem;
  }
}
@media (min-width: 768px) {
  .list_contact {
    -webkit-column-gap: 2vw;
            column-gap: 2vw;
  }
  .list_contact li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .list_contact li a {
    height: 10vw;
  }
  .list_contact li a .txt {
    font-size: 1.8vw;
  }
  .list_contact li a .ic {
    font-size: 3.0vw;
  }
  .list_contact li a .ic .small {
    font-size: 2.7vw;
  }
  .list_contact li a .ic__tel {
    padding-left: 2.5vw;
  }
  .list_contact li a .ic__tel:before {
    width: 1.7vw;
    height: 2.3vw;
  }
  .list_contact li a .ic__web {
    padding-left: 3.5vw;
  }
  .list_contact li a .ic__web:before {
    width: 2.8vw;
    height: 2.1vw;
  }
  .list_contact .tel a:after {
    content: none;
  }
}
@media (min-width: 1240px) {
  .list_contact {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .list_contact li a {
    height: 100px;
  }
  .list_contact li a .txt {
    font-size: 18px;
  }
  .list_contact li a .ic {
    font-size: 30px;
  }
  .list_contact li a .ic .small {
    font-size: 27px;
  }
  .list_contact li a .ic__tel {
    padding-left: 25px;
  }
  .list_contact li a .ic__tel:before {
    width: 17px;
    height: 23px;
  }
  .list_contact li a .ic__web {
    padding-left: 35px;
  }
  .list_contact li a .ic__web:before {
    width: 28px;
    height: 21px;
  }
}

.list_access li {
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_access li .ic {
  padding-left: 46px;
}
.list_access li .ic:before {
  width: 36px;
  height: 36px;
}
.list_access li:not(:last-child) {
  margin-bottom: 10px;
}

.list_access2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_access2 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_access2 li:not(:last-child) {
  border-right: 1px solid #bababa;
}
.list_access2 li p {
  position: relative;
}
.list_access2 li p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .list_access2 li {
    padding: calc(20 / 767 * 100vw) 0;
  }
  .list_access2 li p {
    font-size: calc(28 / 767 * 100vw);
    padding-top: calc(58 / 767 * 100vw);
    line-height: 1.4;
    letter-spacing: normal;
  }
  .list_access2 li p:before {
    width: calc(44 / 767 * 100vw);
    height: calc(51 / 767 * 100vw);
  }
  .list_access2 li p .large {
    font-size: calc(34 / 767 * 100vw);
  }
}
@media (min-width: 768px) {
  .list_access2 li {
    padding: 2vw 0;
  }
  .list_access2 li p {
    font-size: 1.8vw;
    line-height: 2.8vw;
    padding-top: 6.5vw;
    letter-spacing: normal;
  }
  .list_access2 li p:before {
    width: 5.1vw;
    height: 5.8vw;
  }
  .list_access2 li p .large {
    font-size: 2.2vw;
  }
}
@media (min-width: 1240px) {
  .list_access2 li {
    padding: 20px 0;
  }
  .list_access2 li p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 65px;
  }
  .list_access2 li p:before {
    width: 51px;
    height: 58px;
  }
  .list_access2 li p .large {
    font-size: 22px;
  }
}

.under .aligncenter {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .under figure {
    text-align: center;
  }
}
.under figure img.w10 {
  max-width: 10%;
}
.under figure img.w12 {
  max-width: 12%;
}
.under figure img.w14 {
  max-width: 14%;
}
.under figure img.w16 {
  max-width: 16%;
}
.under figure img.w18 {
  max-width: 18%;
}
.under figure img.w20 {
  max-width: 20%;
}
.under figure img.w22 {
  max-width: 22%;
}
.under figure img.w24 {
  max-width: 24%;
}
.under figure img.w26 {
  max-width: 26%;
}
.under figure img.w28 {
  max-width: 28%;
}
.under figure img.w30 {
  max-width: 30%;
}
.under figure img.w32 {
  max-width: 32%;
}
.under figure img.w34 {
  max-width: 34%;
}
.under figure img.w36 {
  max-width: 36%;
}
.under figure img.w38 {
  max-width: 38%;
}
.under figure img.w40 {
  max-width: 40%;
}
.under figure img.w42 {
  max-width: 42%;
}
.under figure img.w44 {
  max-width: 44%;
}
.under figure img.w46 {
  max-width: 46%;
}
.under figure img.w48 {
  max-width: 48%;
}
@media (max-width: 767px) {
  .under figure img.sp-w10 {
    max-width: 10%;
  }
  .under figure img.sp-w12 {
    max-width: 12%;
  }
  .under figure img.sp-w14 {
    max-width: 14%;
  }
  .under figure img.sp-w16 {
    max-width: 16%;
  }
  .under figure img.sp-w18 {
    max-width: 18%;
  }
  .under figure img.sp-w20 {
    max-width: 20%;
  }
  .under figure img.sp-w22 {
    max-width: 22%;
  }
  .under figure img.sp-w24 {
    max-width: 24%;
  }
  .under figure img.sp-w26 {
    max-width: 26%;
  }
  .under figure img.sp-w28 {
    max-width: 28%;
  }
  .under figure img.sp-w30 {
    max-width: 30%;
  }
  .under figure img.sp-w32 {
    max-width: 32%;
  }
  .under figure img.sp-w34 {
    max-width: 34%;
  }
  .under figure img.sp-w36 {
    max-width: 36%;
  }
  .under figure img.sp-w38 {
    max-width: 38%;
  }
  .under figure img.sp-w40 {
    max-width: 40%;
  }
  .under figure img.sp-w42 {
    max-width: 42%;
  }
  .under figure img.sp-w44 {
    max-width: 44%;
  }
  .under figure img.sp-w46 {
    max-width: 46%;
  }
  .under figure img.sp-w48 {
    max-width: 48%;
  }
  .under figure img.sp-w50 {
    max-width: 50%;
  }
  .under figure img.sp-w52 {
    max-width: 52%;
  }
  .under figure img.sp-w54 {
    max-width: 54%;
  }
  .under figure img.sp-w56 {
    max-width: 56%;
  }
  .under figure img.sp-w58 {
    max-width: 58%;
  }
  .under figure img.sp-w60 {
    max-width: 60%;
  }
  .under figure img.sp-w62 {
    max-width: 62%;
  }
  .under figure img.sp-w64 {
    max-width: 64%;
  }
  .under figure img.sp-w66 {
    max-width: 66%;
  }
  .under figure img.sp-w68 {
    max-width: 68%;
  }
  .under figure img.sp-w70 {
    max-width: 70%;
  }
  .under figure img.sp-w72 {
    max-width: 72%;
  }
  .under figure img.sp-w74 {
    max-width: 74%;
  }
  .under figure img.sp-w76 {
    max-width: 76%;
  }
  .under figure img.sp-w78 {
    max-width: 78%;
  }
  .under figure img.sp-w80 {
    max-width: 80%;
  }
  .under figure img.sp-w82 {
    max-width: 82%;
  }
  .under figure img.sp-w84 {
    max-width: 84%;
  }
  .under figure img.sp-w86 {
    max-width: 86%;
  }
  .under figure img.sp-w88 {
    max-width: 88%;
  }
}
@media (min-width: 1240px) {
  .under figure img.pc-w10 {
    max-width: 10%;
  }
  .under figure img.pc-w12 {
    max-width: 12%;
  }
  .under figure img.pc-w14 {
    max-width: 14%;
  }
  .under figure img.pc-w16 {
    max-width: 16%;
  }
  .under figure img.pc-w18 {
    max-width: 18%;
  }
  .under figure img.pc-w20 {
    max-width: 20%;
  }
  .under figure img.pc-w22 {
    max-width: 22%;
  }
  .under figure img.pc-w24 {
    max-width: 24%;
  }
  .under figure img.pc-w26 {
    max-width: 26%;
  }
  .under figure img.pc-w28 {
    max-width: 28%;
  }
  .under figure img.pc-w30 {
    max-width: 30%;
  }
  .under figure img.pc-w32 {
    max-width: 32%;
  }
  .under figure img.pc-w34 {
    max-width: 34%;
  }
  .under figure img.pc-w36 {
    max-width: 36%;
  }
  .under figure img.pc-w38 {
    max-width: 38%;
  }
  .under figure img.pc-w40 {
    max-width: 40%;
  }
  .under figure img.pc-w42 {
    max-width: 42%;
  }
  .under figure img.pc-w44 {
    max-width: 44%;
  }
  .under figure img.pc-w46 {
    max-width: 46%;
  }
  .under figure img.pc-w48 {
    max-width: 48%;
  }
}
.under .clearfix img.nobr {
  border-radius: 0;
}

.txt-des {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: .5rem;
}

/* ↓制作時 以下削除 */
header {
  background: #fff;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.scrolled {
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
}
header .header_logo.txt {
  font-family: var(--font-zen);
}
header .header_logo.txt a {
  text-decoration: none;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.3;
  color: var(--third_color);
  font-size: 28px;
}
header .header_logo.txt a .txtlogo {
  display: block;
  position: relative;
  padding-left: 67px;
  white-space: nowrap;
}
header .header_logo.txt a .txtlogo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/common/icon_logo.png") no-repeat center/contain;
  width: 57px;
  height: 45px;
}
@media (min-width: 768px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
  }
  header .header_logo {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  header {
    top: 0;
    left: 0;
    background: #ffffff;
    height: calc(100 / 767 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  header .header_logo {
    padding-left: 10px;
  }
  header .header_logo.txt a {
    font-size: calc(42 / 767 * 100vw);
  }
  header .header_logo.txt a .txtlogo {
    padding-left: calc(94 / 767 * 100vw);
  }
  header .header_logo.txt a .txtlogo:before {
    width: calc(84 / 767 * 100vw);
    height: calc(66 / 767 * 100vw);
  }
  header .header_logo img {
    max-width: calc(278 / 767 * 100vw);
  }
  header #toggle {
    position: absolute;
    width: calc(100 / 767 * 100vw);
    top: 0;
    right: 0;
    display: block;
    line-height: 1;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  #header > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 2%;
  }
  #header > .inner:before, #header > .inner:after {
    display: none;
  }
  #header > .inner .header_logo {
    padding: 20px 0 20px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  #header > .inner .header_logo {
    width: calc(278 / 1099 * 100vw);
    padding: calc(20 / 1099 * 100vw) 0 calc(20 / 1099 * 100vw) calc(30 / 1099 * 100vw);
  }
}

@media (min-width: 768px) {
  #header > .inner {
    width: 1920px;
    max-width: 100%;
  }
  #header .header_info > .inner {
    width: 1920px;
  }
}

@media (min-width: 768px) {
  #nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

@media (max-width: 767px) {
  #header {
    position: -webkit-sticky;
    position: sticky;
  }
}
/* ↓制作時 以下削除 */
footer {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
footer .f_post {
  background: #f7f6f2;
  padding: clamp(50px, 10vw, 100px) 0;
}
footer .f_post .box-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f_post .box-tit h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 50px);
  line-height: 1.2;
}
footer .f_post .box-tit p a {
  color: var(--text-color);
  text-decoration: none;
  font-weight: bold;
  position: relative;
  display: block;
  padding-right: 20px;
}
footer .f_post .box-tit p a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background: var(--main_color);
  width: 5px;
  height: 5px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
footer .f_post .box-tit p a:hover {
  color: var(--main_color);
}
@media (min-width: 1240px) {
  footer .f_post .row {
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
}
@media (max-width: 767px) {
  footer .f_post .row .col:not(:last-child) {
    margin-bottom: 50px;
  }
  footer .f_post .row .col .box-tit {
    border-bottom: 1px dashed var(--main_color);
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
footer .f_recruit {
  background: url("../img/top/f_recruit_bg.png") no-repeat center/cover;
  padding: clamp(50px, 10vw, 100px) 0;
}
footer .f_recruit .box-recruit {
  position: relative;
  background: url("../img/top/f_recruit_bg2.png") no-repeat center/cover;
  z-index: 0;
}
footer .f_recruit .box-recruit .arrow {
  position: absolute;
  border: 1px solid #97ad88;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
footer .f_recruit .box-recruit .arrow:before, footer .f_recruit .box-recruit .arrow:after {
  content: "";
  position: absolute;
  background: #97ad88;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer .f_recruit .box-recruit .arrow:before {
  top: -1px;
  right: -1px;
}
footer .f_recruit .box-recruit .arrow:after {
  left: -1px;
  bottom: -1px;
}
footer .f_recruit .box-recruit .icon {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
footer .f_recruit .box-recruit h2 {
  position: absolute;
  line-height: 1;
  color: var(--main_color);
  margin: 0;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  z-index: 1;
}
footer .f_recruit .box-recruit h2:after {
  content: "";
  position: absolute;
  background: url("../img/top/recruit_h2.png") no-repeat center/contain;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
}
footer .f_recruit .box-recruit h3 {
  text-align: left;
  margin-bottom: .5rem;
  padding: 0;
}
footer .f_recruit .box-recruit h3:before, footer .f_recruit .box-recruit h3:after {
  content: none;
}
footer .f_recruit .box-recruit p {
  line-height: calc(32 / 18);
}
footer .f_recruit .box-recruit a {
  position: absolute;
  text-decoration: none;
  background: rgba(147, 194, 116, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-weight: bold;
}
footer .f_recruit .box-recruit a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/common/ic_link_w.png") no-repeat center/contain;
}
footer .f_recruit .box-recruit a:hover {
  background: #93c274;
}
@media (max-width: 767px) {
  footer .f_recruit {
    background-size: contain;
    background-position: left top;
  }
  footer .f_recruit .box-recruit {
    padding: calc(40 / 767 * 100vw) calc(40 / 767 * 100vw);
    margin-top: calc(70 / 767 * 100vw);
  }
  footer .f_recruit .box-recruit .arrow {
    width: calc(100% - (12 / 767 * 100vw));
    height: calc(100% - (12 / 767 * 100vw));
  }
  footer .f_recruit .box-recruit .arrow:before, footer .f_recruit .box-recruit .arrow:after {
    width: calc(50 / 767 * 100vw);
  }
  footer .f_recruit .box-recruit .arrow:before {
    top: calc(5 / 767 * 100vw);
    right: calc(-5 / 767 * 100vw);
  }
  footer .f_recruit .box-recruit .arrow:after {
    bottom: calc(5 / 767 * 100vw);
    left: calc(-5 / 767 * 100vw);
  }
  footer .f_recruit .box-recruit .icon {
    width: calc(191 / 767 * 100vw);
    height: calc(170 / 767 * 100vw);
    right: calc(10 / 767 * 100vw);
  }
  footer .f_recruit .box-recruit h2 {
    font-size: calc(71 / 767 * 100vw);
    top: calc(-40 / 767 * 100vw);
    left: calc(15 / 767 * 100vw);
    padding-bottom: calc(8 / 767 * 100vw);
  }
  footer .f_recruit .box-recruit h2:after {
    width: calc(157 / 767 * 100vw);
    height: calc(28 / 767 * 100vw);
  }
  footer .f_recruit .box-recruit h3 {
    font-size: calc(30 / 767 * 100vw);
  }
  footer .f_recruit .box-recruit p {
    font-size: calc(20 / 767 * 100vw);
    line-height: calc(34 / 20);
  }
  footer .f_recruit .box-recruit a {
    line-height: calc(32 / 22);
    width: calc(174 / 767 * 100vw);
    height: calc(174 / 767 * 100vw);
    font-size: calc(22 / 767 * 100vw);
    right: 0;
    top: calc(-70 / 767 * 100vw);
  }
  footer .f_recruit .box-recruit a:after {
    width: calc(20 / 767 * 100vw);
    height: calc(20 / 767 * 100vw);
    bottom: calc(25 / 767 * 100vw);
  }
  footer .f_recruit .box-recruit .recruit-content {
    max-width: calc(100% - (120 / 767 * 100vw));
  }
}
@media (min-width: 768px) {
  footer .f_recruit .box-recruit {
    padding: 8vw 4vw 6vw;
    margin-bottom: 4vw;
  }
  footer .f_recruit .box-recruit .arrow {
    width: calc(100% - 2.2vw);
    height: calc(100% - 2.2vw);
  }
  footer .f_recruit .box-recruit .arrow:before, footer .f_recruit .box-recruit .arrow:after {
    width: 6.5vw;
  }
  footer .f_recruit .box-recruit .arrow:before {
    top: 2.2vw;
    right: -1vw;
  }
  footer .f_recruit .box-recruit .arrow:after {
    bottom: 2.2vw;
    left: -1vw;
  }
  footer .f_recruit .box-recruit .icon {
    width: 29.6vw;
    height: 26.3vw;
    right: 4vw;
  }
  footer .f_recruit .box-recruit h2 {
    font-size: 9vw;
    top: -3vw;
    left: 2vw;
    padding-bottom: 2vw;
  }
  footer .f_recruit .box-recruit h2:after {
    width: 26.7vw;
    height: 4.7vw;
  }
  footer .f_recruit .box-recruit h3 {
    font-size: 3.2vw;
  }
  footer .f_recruit .box-recruit p {
    font-size: 1.8vw;
  }
  footer .f_recruit .box-recruit a {
    line-height: calc(35 / 24);
    width: 18.7vw;
    height: 18.7vw;
    font-size: 2.4vw;
    right: 0;
    bottom: -4vw;
  }
  footer .f_recruit .box-recruit a:after {
    width: 1.6vw;
    height: 1.6vw;
    bottom: 3.0vw;
  }
  footer .f_recruit .box-recruit .recruit-content {
    max-width: 70%;
  }
}
@media (min-width: 1240px) {
  footer .f_recruit .box-recruit {
    padding: 80px;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  footer .f_recruit .box-recruit .arrow {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
  }
  footer .f_recruit .box-recruit .arrow:before, footer .f_recruit .box-recruit .arrow:after {
    width: 65px;
  }
  footer .f_recruit .box-recruit .arrow:before {
    top: 22px;
    right: -10px;
  }
  footer .f_recruit .box-recruit .arrow:after {
    bottom: 22px;
    left: -10px;
  }
  footer .f_recruit .box-recruit .icon {
    width: 296px;
    height: 263px;
    right: 60px;
  }
  footer .f_recruit .box-recruit h2 {
    font-size: 90px;
    padding-bottom: 18px;
    top: -30px;
    left: 20px;
  }
  footer .f_recruit .box-recruit h2:after {
    width: 267px;
    height: 47px;
  }
  footer .f_recruit .box-recruit h3 {
    font-size: 32px;
  }
  footer .f_recruit .box-recruit p {
    font-size: 18px;
  }
  footer .f_recruit .box-recruit a {
    width: 187px;
    height: 187px;
    font-size: 24px;
    right: -40px;
    bottom: -40px;
  }
  footer .f_recruit .box-recruit a:after {
    width: 16px;
    height: 16px;
    bottom: 30px;
  }
}
footer .f_info {
  background: #f7f6f2;
  padding: clamp(50px, 10vw, 100px) 0;
}
footer .f_info .row .col__left figure {
  margin-bottom: clamp(15px, 3vw, 40px);
}
footer .f_info .row .col__left .add {
  margin-bottom: clamp(15px, 3vw, 40px);
}
footer .f_info .row .col__left .list_contact {
  margin-top: clamp(15px, 3vw, 40px);
}
@media (max-width: 767px) {
  footer .f_info .row .col__left figure {
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .f_info .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .f_info .row .col {
    width: 49%;
  }
  footer .f_info .row .col__left figure {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  footer .f_info .list_contact {
    width: 50vw;
    -webkit-column-gap: 1vw;
            column-gap: 1vw;
  }
}

@media (min-width: 1240px) {
  footer .f_info .row {
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
  footer .f_info .row .col {
    width: calc((100% - 60px) / 2);
  }
  footer .f_info .row .col .googlemap {
    padding-bottom: 340px;
  }
}
footer .f_nav {
  background: url("../img/common/f_bg.jpg");
  padding-top: clamp(50px, 8vw, 80px);
}
footer .f_nav h2 {
  color: var(--main_color);
  font-weight: bold;
  margin-bottom: 15px;
}
footer .f_nav .menu_list li a {
  text-decoration: none;
  position: relative;
  letter-spacing: 0.08em;
  color: var(--text-color);
}
@media (hover: hover) and (pointer: fine) {
  footer .f_nav .menu_list li a:hover {
    text-decoration: underline;
    color: var(--main_color);
  }
}
footer .f_nav .menu_list li:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  footer .f_nav .menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2%;
            column-gap: 2%;
  }
  footer .f_nav .menu_list li {
    width: 49%;
    display: block;
    position: relative;
    padding-left: 10px;
  }
  footer .f_nav .menu_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .6em;
    width: 6px;
    height: 6px;
    background: var(--main_color);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  footer .f_nav .menu_list li a {
    display: inline;
  }
  footer .f_nav .ftr_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2%;
            column-gap: 2%;
  }
  footer .f_nav .ftr_nav h2 {
    font-size: 22px;
  }
  footer .f_nav .ftr_nav .left {
    width: 46%;
  }
  footer .f_nav .ftr_nav .right {
    width: 52%;
  }
}
@media (max-width: 767px) {
  footer .f_nav h2 {
    font-size: 24px;
  }
  footer .f_nav .menu_list li {
    border-bottom: 1px solid #bbb;
  }
  footer .f_nav .menu_list li:first-child {
    border-top: 1px solid #bbb;
  }
  footer .f_nav .menu_list li a {
    padding: 1em 0 1em 20px;
    display: block;
    position: relative;
  }
  footer .f_nav .menu_list li a:before {
    content: "";
    position: absolute;
    left: .3em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 8px;
    background: var(--main_color);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  footer .f_nav .menu_list:not(:last-child) li:last-child {
    border-bottom: 0;
  }
  footer .f_nav .ftr_nav .nav_group:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* ↑制作時 以下削除 */
.copyright {
  color: var(--text-color);
  text-align: center;
  padding-bottom: 30px;
  margin-top: clamp(50px, 8vw, 80px);
}
@media (max-width: 1239px) and (min-width: 768px) {
  .copyright {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .copyright {
    padding-bottom: calc(250 / 767 * 100vw);
  }
}

#nav a {
  font-family: var(--font-zen);
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 768px) {
  #nav {
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    top: 0;
    left: 0;
  }
  #nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #nav .menu li a {
    text-decoration: none;
    color: var(--text-color);
  }
  #nav .menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 18px;
    height: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 10;
    line-height: 1.5;
    padding: 0 17px;
  }
  #nav .menu > li > a .en {
    font-size: 14px;
    color: var(--main_color);
  }
  #nav .menu > li > a:hover {
    background: var(--main_color);
    color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #nav .menu > li > a:hover .en {
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  #nav .menu > li > a {
    font-size: calc(18 / 1099 * 100vw);
    padding: 0 calc(15 / 1099 * 100vw);
  }
  #nav .menu > li > a .en {
    font-size: calc(14 / 1099 * 100vw);
  }
}
@media (min-width: 768px) {
  #nav .menu > li.menu-item-has-children {
    position: relative;
  }
  #nav .menu > li.menu-item-has-children > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px var(--main_color);
    border-right: solid 1px var(--main_color);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #nav .menu > li.menu-item-has-children > a:hover {
    cursor: pointer;
  }
  #nav .menu > li.menu-item-has-children > a:hover:after {
    border-color: #fff;
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    background: var(--main_color);
    overflow: hidden;
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li {
    width: 100%;
    height: 0;
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 10px 10px 8px;
    display: block;
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li a:hover {
    color: var(--main_color);
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li a {
    font-size: calc(18 / 1099 * 100vw);
  }
}
@media (min-width: 768px) {
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li:not(:last-child) > a {
    border-bottom: solid 1px #eee;
  }
  #nav .menu > li.menu-item-has-children:not(.wide):hover .sub-menu {
    overflow: visible;
  }
  #nav .menu > li.menu-item-has-children:not(.wide):hover .sub-menu li {
    height: auto;
  }
  #nav .menu > li.menu-item-has-children.wide {
    position: static;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-wrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: none;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-wrap .menutitle {
    border-bottom: solid 1px #7e94b0;
    color: #fff;
    padding: 0 0 5px 10px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-wrap .menutitle:before {
    display: none;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu {
    display: none;
    position: relative;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu li a {
    color: #fff;
    position: relative;
    padding-left: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  #nav .menu > li.menu-item-has-children.wide .sub-menu li a {
    font-size: calc(18 / 1099 * 100vw);
  }
}
@media (min-width: 768px) {
  #nav .menu > li.menu-item-has-children.wide .sub-menu li a:before {
    content: "";
    width: 7px;
    height: 8px;
    background-color: currentColor;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu li a:hover {
    text-decoration: underline;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu.col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2%;
            column-gap: 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu.col3 li {
    width: calc(96% / 3);
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-inner {
    width: 1000px;
    max-width: 96%;
    margin: 0 auto 0;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-inner:not(:last-child) {
    margin-bottom: 40px;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-inner.col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-inner.col_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  #nav .menu > li.menu-item-has-children.wide:hover .submenu-wrap {
    display: block;
    position: absolute;
    right: 0;
    margin: auto;
    background: var(--main_color);
    overflow: hidden;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 4;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  #nav .menu > li.menu-item-has-children.wide:hover .submenu-wrap {
    padding-bottom: 1em;
    padding-top: 1em;
  }
}

@media (max-width: 767px) {
  #nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: translate(0);
            transform: translate(0);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    visibility: visible;
    opacity: 0;
  }
  #nav .menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    border-top: 1px solid #eee;
  }
  #nav .menu li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  #nav .menu li a {
    display: block;
    padding: 14px 6px 13px 10px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    color: #000000;
  }
  #nav .menu > li > a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: solid 1px #473619;
    border-right: solid 1px #473619;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #nav .menu > li > a br {
    display: none;
  }
  #nav .menu > li > a .en {
    display: none;
  }
  #nav .menu > li > a:hover {
    background: var(--main_color);
    color: #fff;
  }
  #nav .menu > li > a:hover:after {
    border-color: #fff;
  }
  #nav .menu .sub-menu > li a {
    color: var(--text-color);
    background: rgba(147, 194, 116, 0.3);
    padding-left: 30px;
  }
  #nav .menu .sub-menu > li a:before {
    content: "";
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
  }
  #nav .menu .menu-item-has-children li {
    border-color: #ccc;
  }
  #nav .menu .menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #nav .menu .menu-item-has-children.activelink > a:after {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  #nav .menu .menu-item-has-children .submenu-wrap .menutitle {
    color: #fff;
    display: block;
    padding: 7px 10px 7px 20px;
    font-weight: 700;
    background: var(--sp-submenu-wrap-subTitle);
  }
  #nav .menu .menu-item-has-children .sub-menu {
    background: none;
    font-size: 15px;
  }
  #nav .menu .menu-item-has-children.has-child .sub-menu {
    display: none;
  }
  #nav .menu .menu-item-has-children.wide .submenu-wrap {
    display: none;
  }
  #nav .toggle {
    display: block;
    color: var(--main_color);
    font-size: 36px;
    line-height: 1.2;
    text-align: right;
    padding-bottom: 20px;
    padding-right: 13px;
    padding-top: 20px;
    width: 40px;
    margin-left: auto;
    position: relative;
  }
  #nav .toggle span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 30px;
    height: 3px;
    margin: auto;
    background: var(--main_color);
  }
  #nav .toggle span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #nav .toggle span:nth-child(2) {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #nav.open {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #nav {
    width: 280px;
    -webkit-transform: translate(312px);
            transform: translate(312px);
    overflow-y: scroll;
    visibility: hidden;
    opacity: 1;
  }

  #nav.open {
    -webkit-transform: translate(0);
            transform: translate(0);
    visibility: visible;
  }
}
#aside .side_banner {
  position: fixed;
  z-index: 100;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
#aside .side_banner a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#aside .side_banner a img {
  -webkit-transition: all .3s;
  transition: all .3s;
}
#aside .side_banner .cv_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#aside .inq01 {
  cursor: pointer;
  position: fixed;
  right: 10px;
  z-index: 100;
}
@media (max-width: 767px) {
  #aside .side_banner {
    bottom: calc(0vw + env(safe-area-inset-bottom));
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #aside .side_banner:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    background: #fff;
    z-index: -1;
  }
  #aside .inq01 {
    width: calc(100 / 767 * 100vw);
    bottom: calc(19.556714472vw + env(safe-area-inset-bottom));
  }
}
@media (min-width: 768px) {
  #aside .side_banner {
    bottom: 0;
    right: 0;
  }
  #aside .side_banner .cv_bnr {
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  #aside .inq01 {
    width: 70px;
    bottom: 90px;
  }
}

.home .bread_wrap {
  display: none;
}

.bread_wrap {
  margin: 2.5em 0;
}
.bread_wrap .bread {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1290px;
  max-width: 96%;
}
@media (max-width: 767px) {
  .bread_wrap {
    margin-bottom: 1em;
  }
}

.bread {
  padding: 0.4em 0 0.4em;
  font-size: 82%;
  margin-bottom: 0.5em;
}
.bread li {
  display: inline-block;
  line-height: 1.3em;
}
.bread li a {
  color: var(--main_color);
}
.bread li a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .bread .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0 0.2em;
    text-align: right;
  }
}
