@charset "UTF-8";
:root {
  --text-color: #333333;
  --main_color: #152c6d;
  --sub_color: #24843e;
  --third_color: #8c98bb;
  --four_color: #3db5e2;
  --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;
}

body {
  font-family: var(--font-yugo);
  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;
}

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: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

.page-sitemap #contents > .inner {
  margin-bottom: 1em !important;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

.topinner {
  width: 1200px;
  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);
}

.color01 {
  color: var(--main_color);
}

.color02 {
  color: var(--sub_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 (min-width: 768px) {
  #contents #main {
    min-height: 600px;
  }

  .caegory-in-blog #main,
  .single-in-blog #main {
    float: right;
    width: 72%;
  }

  .caegory-in-blog #aside,
  .single-in-blog #aside {
    float: left;
    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;
  }
}
@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;
}

.color1 {
  color: var(--main_color);
}

.color2 {
  color: var(--sub_color);
}

.color3 {
  color: var(--third_color);
}

.color4 {
  color: var(--four_color);
}

.ic {
  position: relative;
  display: table;
  line-height: 1;
}
.ic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ic__tel {
  padding-left: 28px;
  font-size: 32px;
  letter-spacing: 0.08em;
}
.ic__tel:before {
  top: .4rem;
  width: 18px;
  height: 24px;
  background: url("../img/common/ic_tel.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.center {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .clearfix figure {
    text-align: center;
  }
}
.clearfix figure img.w10 {
  max-width: 10%;
}
.clearfix figure img.w12 {
  max-width: 12%;
}
.clearfix figure img.w14 {
  max-width: 14%;
}
.clearfix figure img.w16 {
  max-width: 16%;
}
.clearfix figure img.w18 {
  max-width: 18%;
}
.clearfix figure img.w20 {
  max-width: 20%;
}
.clearfix figure img.w22 {
  max-width: 22%;
}
.clearfix figure img.w24 {
  max-width: 24%;
}
.clearfix figure img.w26 {
  max-width: 26%;
}
.clearfix figure img.w28 {
  max-width: 28%;
}
.clearfix figure img.w30 {
  max-width: 30%;
}
.clearfix figure img.w32 {
  max-width: 32%;
}
.clearfix figure img.w34 {
  max-width: 34%;
}
.clearfix figure img.w36 {
  max-width: 36%;
}
.clearfix figure img.w38 {
  max-width: 38%;
}
.clearfix figure img.w40 {
  max-width: 40%;
}
.clearfix figure img.w42 {
  max-width: 42%;
}
.clearfix figure img.w44 {
  max-width: 44%;
}
.clearfix figure img.w46 {
  max-width: 46%;
}
.clearfix figure img.w48 {
  max-width: 48%;
}
@media (max-width: 767px) {
  .clearfix figure img.sp-w10 {
    max-width: 10%;
  }
  .clearfix figure img.sp-w12 {
    max-width: 12%;
  }
  .clearfix figure img.sp-w14 {
    max-width: 14%;
  }
  .clearfix figure img.sp-w16 {
    max-width: 16%;
  }
  .clearfix figure img.sp-w18 {
    max-width: 18%;
  }
  .clearfix figure img.sp-w20 {
    max-width: 20%;
  }
  .clearfix figure img.sp-w22 {
    max-width: 22%;
  }
  .clearfix figure img.sp-w24 {
    max-width: 24%;
  }
  .clearfix figure img.sp-w26 {
    max-width: 26%;
  }
  .clearfix figure img.sp-w28 {
    max-width: 28%;
  }
  .clearfix figure img.sp-w30 {
    max-width: 30%;
  }
  .clearfix figure img.sp-w32 {
    max-width: 32%;
  }
  .clearfix figure img.sp-w34 {
    max-width: 34%;
  }
  .clearfix figure img.sp-w36 {
    max-width: 36%;
  }
  .clearfix figure img.sp-w38 {
    max-width: 38%;
  }
  .clearfix figure img.sp-w40 {
    max-width: 40%;
  }
  .clearfix figure img.sp-w42 {
    max-width: 42%;
  }
  .clearfix figure img.sp-w44 {
    max-width: 44%;
  }
  .clearfix figure img.sp-w46 {
    max-width: 46%;
  }
  .clearfix figure img.sp-w48 {
    max-width: 48%;
  }
  .clearfix figure img.sp-w50 {
    max-width: 50%;
  }
  .clearfix figure img.sp-w52 {
    max-width: 52%;
  }
  .clearfix figure img.sp-w54 {
    max-width: 54%;
  }
  .clearfix figure img.sp-w56 {
    max-width: 56%;
  }
  .clearfix figure img.sp-w58 {
    max-width: 58%;
  }
  .clearfix figure img.sp-w60 {
    max-width: 60%;
  }
  .clearfix figure img.sp-w62 {
    max-width: 62%;
  }
  .clearfix figure img.sp-w64 {
    max-width: 64%;
  }
  .clearfix figure img.sp-w66 {
    max-width: 66%;
  }
  .clearfix figure img.sp-w68 {
    max-width: 68%;
  }
  .clearfix figure img.sp-w70 {
    max-width: 70%;
  }
  .clearfix figure img.sp-w72 {
    max-width: 72%;
  }
  .clearfix figure img.sp-w74 {
    max-width: 74%;
  }
  .clearfix figure img.sp-w76 {
    max-width: 76%;
  }
  .clearfix figure img.sp-w78 {
    max-width: 78%;
  }
  .clearfix figure img.sp-w80 {
    max-width: 80%;
  }
  .clearfix figure img.sp-w82 {
    max-width: 82%;
  }
  .clearfix figure img.sp-w84 {
    max-width: 84%;
  }
  .clearfix figure img.sp-w86 {
    max-width: 86%;
  }
  .clearfix figure img.sp-w88 {
    max-width: 88%;
  }
}
@media (min-width: 1240px) {
  .clearfix figure img.pc-w10 {
    max-width: 10%;
  }
  .clearfix figure img.pc-w12 {
    max-width: 12%;
  }
  .clearfix figure img.pc-w14 {
    max-width: 14%;
  }
  .clearfix figure img.pc-w16 {
    max-width: 16%;
  }
  .clearfix figure img.pc-w18 {
    max-width: 18%;
  }
  .clearfix figure img.pc-w20 {
    max-width: 20%;
  }
  .clearfix figure img.pc-w22 {
    max-width: 22%;
  }
  .clearfix figure img.pc-w24 {
    max-width: 24%;
  }
  .clearfix figure img.pc-w26 {
    max-width: 26%;
  }
  .clearfix figure img.pc-w28 {
    max-width: 28%;
  }
  .clearfix figure img.pc-w30 {
    max-width: 30%;
  }
  .clearfix figure img.pc-w32 {
    max-width: 32%;
  }
  .clearfix figure img.pc-w34 {
    max-width: 34%;
  }
  .clearfix figure img.pc-w36 {
    max-width: 36%;
  }
  .clearfix figure img.pc-w38 {
    max-width: 38%;
  }
  .clearfix figure img.pc-w40 {
    max-width: 40%;
  }
  .clearfix figure img.pc-w42 {
    max-width: 42%;
  }
  .clearfix figure img.pc-w44 {
    max-width: 44%;
  }
  .clearfix figure img.pc-w46 {
    max-width: 46%;
  }
  .clearfix figure img.pc-w48 {
    max-width: 48%;
  }
}

.txt-name {
  font-size: 18px;
  font-weight: bold;
}
.txt-name .large {
  font-size: 20px;
}

/* ↓制作時 以下削除 */
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);
}
@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(120 / 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 {
    max-width: calc(332 / 767 * 100vw);
    margin-left: calc(20 / 767 * 100vw);
  }
  header .header_logo img {
    width: calc(332 / 767 * 100vw);
  }
  header #toggle {
    position: absolute;
    width: calc(120 / 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%;
    margin-right: 0;
    max-width: 98%;
  }
  #header > .inner:before, #header > .inner:after {
    display: none;
  }
  #header > .inner .header_logo {
    width: 25%;
  }
  #header > .inner .hdr {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  #header > .inner .hdr #nav .inner {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  #header > .inner .hdr {
    -webkit-column-gap: 2vw;
            column-gap: 2vw;
  }
}

@media (min-width: 768px) {
  #header > .inner {
    width: 1920px;
  }
  #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 {
  color: #fff;
  position: relative;
  background: var(--main_color);
  z-index: 5;
}
footer .totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
}
footer .totop a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 1rem 0.3rem rgba(51, 51, 51, 0.2);
          box-shadow: 0 0 1rem 0.3rem rgba(51, 51, 51, 0.2);
  color: white;
  padding: 0;
  border-radius: 50%;
  background: var(--sub_color);
  text-decoration: none;
  text-indent: -9999px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
footer .totop a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  footer .totop a:hover {
    background: #144822;
  }
}
footer.high .totop {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .menu_list li a {
  text-decoration: none;
  position: relative;
  letter-spacing: 0.08em;
  color: white;
}
@media (hover: hover) and (pointer: fine) {
  footer .menu_list li a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 50px 0;
  }
  footer .menu_list {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .menu_list li {
    white-space: normal;
    display: inline-block;
  }
  footer .menu_list li a {
    display: inline;
    padding: 0 1em;
  }
  footer .menu_list li.pc-br:after {
    content: "\A";
    white-space: pre;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  footer .menu_list li a {
    padding: 0 .3em;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 50px 0 20px;
  }
  footer .menu_list {
    max-width: calc(100% - 20px);
    margin-inline: auto;
  }
  footer .menu_list li {
    border-bottom: 1px solid white;
  }
  footer .menu_list li:first-child {
    border-top: 1px solid #fff;
  }
  footer .menu_list li a {
    padding: 1em 0 1em 20px;
    display: block;
    position: relative;
  }
  footer .menu_list li a:before {
    content: "";
    position: absolute;
    left: .3em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 8px;
    background: currentColor;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  footer .menu_list:not(:last-child) li:last-child {
    border-bottom: 0;
  }
}

/* ↑制作時 以下削除 */
.copyright {
  color: #fff;
  text-align: center;
  padding: 0;
}
@media (max-width: 767px) {
  .copyright {
    margin: 30px 0 0;
  }
}

#nav a {
  font-weight: 500;
}

@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: 16px;
    height: 100px;
    -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: 10px;
    color: var(--main_color);
    font-weight: bold;
  }
  #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: 1239px) {
  #nav .menu > li > a {
    font-size: 1.4vw;
    height: 7vw;
    padding: 0 .6vw;
  }
  #nav .menu > li > a .en {
    font-size: 1.2vw;
  }
}
@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: 20px;
    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:hover > a {
    background: var(--main_color);
    color: white;
  }
  #nav .menu > li.menu-item-has-children:hover > a:after {
    border-color: currentColor;
  }
  #nav .menu > li.menu-item-has-children:hover > a span {
    color: white;
  }
  #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: #000000;
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li a {
    font-size: 1.4vw;
  }
}
@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: 0;
    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;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu li a:before {
    content: "";
    width: 7px;
    height: 8px;
    background-color: #7e94b0;
    -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 .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 {
    width: auto;
    display: block;
    position: absolute;
    left: 0;
    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;
  }
  #nav .menu > li.menu-item-has-children.wide:hover .sub-menu {
    display: block;
  }
}
@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 15px;
    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: 15px;
    text-decoration: none;
    position: relative;
    color: #000000;
  }
  #nav .menu > li > a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: solid 2px #473619;
    border-right: solid 2px #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: #fff;
    background: var(--sub_color);
    padding-left: 35px;
  }
  #nav .menu .sub-menu > li a:before {
    content: "";
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    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 > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    margin: -5px 0 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #nav .menu .menu-item-has-children .sub-menu li a {
    color: #fff;
  }
  #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 .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 .side_banner a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #aside .inq01 {
    width: calc(100 / 767 * 100vw);
    bottom: calc(15.6453715776vw + env(safe-area-inset-bottom));
  }
}
@media (min-width: 768px) {
  #aside .side_banner {
    top: calc(300 / 2000 * 100vw);
    right: 0;
    width: clamp(45px, 18.333px + 3.472vw, 85px);
  }
  #aside .inq01 {
    height: 60px;
    bottom: 10px;
  }
}

.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: 1200px;
  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;
  }
}
