@charset "UTF-8";
/* 設定 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:root body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333841;
  padding: 0;
  padding-top: clamp(3.75rem, 1.9394083969rem + 6.9974554707vw, 7.1875rem);
  margin: 0;
}

a {
  color: #0099ff;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #7a68ee;
}

a:hover {
  text-decoration: underline;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: #333841;
  }
}
#contents-container {
  margin: 0 auto;
}

#main-contents {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  max-width: 1680px;
  min-height: 350px;
  margin: 0 auto;
  padding: min(80px, 8vw) min(70px, 7vw);
}
#main-contents a {
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #main-contents {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: min(80px, 8vw) 15px;
  }
}

/* ページヘッダー */
a.skiplink {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0;
}

@-webkit-keyframes dot_line_anim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes dot_line_anim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
#dot_line {
  -webkit-animation: dot_line_anim 1s linear infinite;
          animation: dot_line_anim 1s linear infinite;
}

.page-header {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

#header-container {
  padding: 30px 3em;
  line-height: 1.2;
}
#header-container .header_sitename h1 {
  font-size: clamp(0.9375rem, 0.6741412214rem + 1.0178117048vw, 1.4375rem);
  font-weight: bold;
}
#header-container .header_sitename h1 a {
  display: inline-block;
  text-align: center;
  color: #333841;
}
#header-container .header_sitename h1 a:hover {
  opacity: 0.75;
  text-decoration: none;
}
#header-container .header_sitename h1 .name_jp {
  display: block;
}
#header-container .header_sitename h1 .name_en_a {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  font-size: clamp(0.75rem, 0.5854007634rem + 0.6361323155vw, 1.0625rem);
  margin-right: 0.5em;
}
#header-container .header_sitename h1 .name_en_b {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  font-size: clamp(0.5625rem, 0.4966603053rem + 0.2544529262vw, 0.6875rem);
}
@media screen and (max-width: 768px) {
  #header-container {
    padding: 12px 15px;
  }
}

#subpage_header_container {
  margin-top: min(50px, 5vw);
}
#subpage_header_container .subpage_header_inner {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/subheader_bgimg001.webp");
  background-size: cover;
}
#subpage_header_container .subpage_header_inner h2 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-box: trim-both cap alphabetic;
  line-height: 1;
  height: 2em;
  font-size: clamp(1.25rem, -1.3835877863rem + 10.1781170483vw, 6.25rem);
  padding: 0.1em min(70px, 7vw);
  margin: 0 auto;
  max-width: 1680px;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#subpage_header_container .subpage_header_inner .subpage_header_inner_bottom {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/subheader_bgimg_ov001.webp");
  background-size: cover;
}
#subpage_header_container .subpage_header_inner h3 {
  line-height: 1.3;
  font-size: clamp(1rem, 0.3416030534rem + 2.5445292621vw, 2.25rem);
  font-weight: bold;
  padding: min(68px, 6.8vw) min(70px, 7vw);
  margin: 0 auto 0;
  max-width: 1680px;
}
@media screen and (max-width: 768px) {
  #subpage_header_container .subpage_header_inner {
    background-position: 100% 0;
    background-size: 160% auto;
  }
  #subpage_header_container .subpage_header_inner h2 {
    padding: 0.2em 15px 0.1em;
  }
  #subpage_header_container .subpage_header_inner h3 {
    padding: 15px 15px;
  }
}

/* パンクズ */
#breadcrumb {
  padding: 0 min(70px, 7vw);
  margin: min(72px, 7.2vw) auto 0;
  max-width: 1680px;
  font-size: clamp(0.75rem, 0.6841603053rem + 0.2544529262vw, 0.875rem);
  color: #999ba0;
}
#breadcrumb a {
  color: #999ba0;
}
#breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  line-height: 1.3;
}
#breadcrumb ul li {
  margin: 0;
  padding: 0 16px 0 0;
  float: left;
}
#breadcrumb ul li:last-child {
  background: none;
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    padding: 0 15px;
  }
}

/* ページフッター */
#footer-container {
  color: #fff;
  background-color: #333841;
  position: relative;
  padding: min(120px, 12vw) min(80px, 8vw);
  overflow: hidden;
}
#footer-container a {
  color: #fff;
  text-decoration: none;
}
#footer-container a:hover {
  opacity: 0.75;
}
#footer-container .top_load_line {
  position: absolute;
  z-index: 1;
  bottom: 150px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer-container .top_load_line {
    left: auto;
    right: 20px;
    bottom: 0;
  }
}
#footer-container #footer_sitemap {
  position: relative;
  z-index: 50;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer-container #footer_sitemap a {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#footer-container #footer_sitemap a:hover {
  opacity: 1;
  color: #e84951;
}
#footer-container #footer_sitemap .ft_col {
  margin-right: 1em;
  line-height: 1.2;
  margin-right: 1em;
  /* === footer ul === */
}
#footer-container #footer_sitemap .ft_col > ul {
  padding-top: 2em;
}
#footer-container #footer_sitemap .ft_col > ul > li > a {
  font-size: clamp(0.9375rem, 0.8716603053rem + 0.2544529262vw, 1.0625rem);
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 14px;
  display: inline-block;
  position: relative;
}
#footer-container #footer_sitemap .ft_col > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #15a3ca;
  border: 2px solid #15a3ca;
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-image: url("../images/ico_yaji_rt06_red.svg");
  background-size: 5px auto;
}
#footer-container #footer_sitemap .ft_col > ul > li > a:hover {
  opacity: 1;
  color: #e84951;
}
#footer-container #footer_sitemap .ft_col > ul > li > a:hover:before {
  background-color: #fff;
  border: 2px solid #e84951;
}
#footer-container #footer_sitemap .ft_col > ul > li > ul.sub-menu {
  margin-left: 3em;
}
#footer-container #footer_sitemap .ft_col > ul > li > ul.sub-menu > li > a {
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  font-weight: normal;
  display: inline-block;
  padding: 6px 0;
  color: #adafb3;
}
#footer-container #footer_sitemap .ft_col > ul > li > ul.sub-menu > li > a:hover {
  opacity: 1;
  color: #e84951;
}
#footer-container #footer_sitemap .ft_col > ul > li > ul.sub-menu > li:last-child {
  border-bottom: 0px solid transparent;
}
#footer-container #footer_sitemap .ft_col > ul > li > ul.sub-menu > li > ul.sub-menu {
  margin-left: 2em;
}
#footer-container #footer_sitemap .ft_col > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  font-weight: normal;
  display: inline-block;
  padding: 5px 0;
  color: #adafb3;
}
#footer-container #footer_sitemap .ft_col > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  opacity: 1;
  color: #e84951;
}
#footer-container #footer_sitemap .ft_col > ul > li > ul.sub-menu > li > ul.sub-menu > li:last-child {
  border-bottom: 0px solid transparent;
}
@media screen and (max-width: 768px) {
  #footer-container #footer_sitemap .ft_col > ul > li > ul.sub-menu > li > ul.sub-menu {
    margin-left: 2em;
  }
}
@media screen and (max-width: 768px) {
  #footer-container #footer_sitemap .ft_col > ul > li > ul.sub-menu {
    margin-left: 3em;
  }
}
#footer-container #footer_sitemap .ft_col > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu {
  margin-left: 3em;
}
#footer-container #footer_sitemap .ft_col > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu > li > a {
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  position: relative;
}
#footer-container #footer_sitemap .ft_col > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu > li > a:hover {
  opacity: 1;
  color: #e84951;
}
#footer-container #footer_sitemap .ft_col > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0% 12px;
  background-image: url("../images/ico_yaji_rt06_red.svg");
  background-size: 4px auto;
}
@media screen and (max-width: 768px) {
  #footer-container #footer_sitemap .ft_col > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu {
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  #footer-container #footer_sitemap .ft_col > ul {
    margin-top: 1em;
    padding-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  #footer-container #footer_sitemap {
    display: none;
  }
}
#footer-container #ft_siteinfo {
  position: relative;
  z-index: 100;
  margin-top: min(120px, 12vw);
}
#footer-container #ft_siteinfo h5 {
  display: inline-block;
  font-size: clamp(0.9375rem, 0.6741412214rem + 1.0178117048vw, 1.4375rem);
  font-weight: bold;
  text-align: center;
}
#footer-container #ft_siteinfo h5 .name_jp {
  display: block;
}
#footer-container #ft_siteinfo h5 .name_en_a {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  font-size: clamp(0.75rem, 0.5854007634rem + 0.6361323155vw, 1.0625rem);
  margin-right: 0.5em;
}
#footer-container #ft_siteinfo h5 .name_en_b {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  font-size: clamp(0.5625rem, 0.4966603053rem + 0.2544529262vw, 0.6875rem);
}
@media screen and (max-width: 1100px) {
  #footer-container #ft_siteinfo {
    margin-top: min(60px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  #footer-container #ft_siteinfo {
    text-align: center;
  }
}
#footer-container #ft_bottom {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  z-index: 150;
  margin-top: min(120px, 12vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer-container #ft_bottom .ft_privacy_policy {
  font-size: 13px;
  font-size: 0.8125rem;
}
#footer-container #ft_bottom .ft_copyright {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
#footer-container #ft_bottom .ft_copyright small {
  font-style: normal;
  font-size: 100%;
}
@media screen and (max-width: 1100px) {
  #footer-container #ft_bottom {
    margin-top: min(60px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  #footer-container #ft_bottom {
    padding-bottom: 60px;
    display: block;
    text-align: center;
  }
  #footer-container #ft_bottom .ft_copyright {
    margin-top: 30px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 1100px) {
  #footer-container {
    padding: min(60px, 6vw) min(40px, 4vw);
  }
}
@media screen and (max-width: 768px) {
  #footer-container {
    padding: 50px min(60px, 6vw) 0;
  }
}

#backtopbtn {
  position: fixed;
  z-index: 8800;
  bottom: 20px;
  right: 20px;
  display: none;
}
#backtopbtn a {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #15a3ca;
  font-weight: bold;
  width: 54px;
  height: 54px;
  position: relative;
}
#backtopbtn a .anim_en {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  background-color: #15a3ca;
  border-radius: 50%;
  overflow: hidden;
}
#backtopbtn a .anim_en .anim_en_inner {
  position: absolute;
  z-index: 10;
  left: 3px;
  top: 3px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #15a3ca;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/ico_yaji_top06_red.svg");
  background-size: 10px auto;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
#backtopbtn a .anim_en:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 0%;
  background-color: transparent;
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}
#backtopbtn a .anim_en:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 0%;
  background-color: transparent;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
#backtopbtn a:hover {
  color: #e84951;
  text-decoration: none;
}
#backtopbtn a:hover .anim_en {
  background-color: #f7f7f4;
}
#backtopbtn a:hover .anim_en .anim_en_inner {
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  background-color: #f7f7f4;
}
#backtopbtn a:hover .anim_en:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: #e84951;
}
#backtopbtn a:hover .anim_en:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #e84951;
}
@media screen and (max-width: 768px) {
  #backtopbtn a {
    width: 48px;
    height: 48px;
  }
  #backtopbtn a .anim_en {
    width: 48px;
    height: 48px;
  }
  #backtopbtn a .anim_en .anim_en_inner {
    left: 3px;
    top: 3px;
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  #backtopbtn {
    right: 0;
  }
}

/* コンテンツエリア */
#main-contents h1 {
  font-size: clamp(1.375rem, 1.1116412214rem + 1.0178117048vw, 1.875rem);
  font-weight: bold;
  margin: 3.5em 0 1.5em;
  line-height: 1.4;
}
#main-contents h1:first-child {
  margin-top: 0;
}
#main-contents h2 {
  color: #15a3ca;
  font-size: clamp(1.25rem, 1.0854007634rem + 0.6361323155vw, 1.5625rem);
  font-weight: bold;
  margin: 3.5em 0 1.5em;
  padding: min(18px, 1.8vw) 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  border-top: 6px solid #f7f7f4;
  border-bottom: 6px solid #f7f7f4;
  isolation: isolate;
}
#main-contents h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: -1;
  background-image: repeating-linear-gradient(to right, #f7f7f4 0, #f7f7f4 20px, transparent 20px, transparent 40px);
}
#main-contents h2:first-child {
  margin-top: 0;
}
#main-contents h2.h2_t2 {
  color: #15a3ca;
  font-size: clamp(1.375rem, 0.9141221374rem + 1.7811704835vw, 2.25rem);
  font-weight: bold;
  margin: 3.5em 0 0.6em;
  padding: min(18px, 1.8vw) 0 min(18px, 1.8vw) min(92px, 9.2vw);
  line-height: 1.4;
  position: relative;
  z-index: 1;
  border-top: none;
  border-bottom: none;
}
#main-contents h2.h2_t2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(80px, 8vw);
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: 0 min(30px, 3vw);
  background-image: url("../images/ico_load_mae.svg");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #main-contents h2.h2_t2:before {
    background-position: 0 16px;
  }
}
#main-contents h2.h2_t2:first-child {
  margin-top: 0;
}
#main-contents h3 {
  font-size: clamp(1.125rem, 1.0591603053rem + 0.2544529262vw, 1.25rem);
  font-weight: bold;
  margin: 2em 0 1.75em;
  line-height: 1.4;
  padding: 0.8em 1.1em;
  background-color: #f7f7f4;
  border-radius: 4px;
  position: relative;
}
#main-contents h3:first-child {
  margin-top: 0;
}
#main-contents h3.h3_t2 {
  font-size: clamp(1.375rem, 1.177480916rem + 0.7633587786vw, 1.75rem);
  font-weight: bold;
  margin: 2em 0 1em;
  line-height: 1.4;
  padding-left: 0;
  padding-bottom: 8px;
  color: #15a3ca;
  border-bottom: none;
}
#main-contents h3.h3_t2:before {
  content: none;
}
#main-contents h3.h3_t2:first-child {
  margin-top: 0;
}
#main-contents h4 {
  font-size: clamp(1.0625rem, 0.963740458rem + 0.3816793893vw, 1.25rem);
  font-weight: bold;
  margin: 1.6em 0 1.5em;
  padding: 14px 5px 14px 5px;
  line-height: 1.4;
  color: #15a3ca;
  background-color: #f5f3f0;
  background-color: #fff;
  border-bottom: 2px solid #15a3ca;
  position: relative;
}
#main-contents h4:first-child {
  margin-top: 0;
}
#main-contents h5 {
  font-size: clamp(1.0625rem, 0.963740458rem + 0.3816793893vw, 1.25rem);
  font-weight: bold;
  margin: 1.6em 0 1.5em;
  padding-left: 0.8em;
  line-height: 1.4;
  color: #15a3ca;
  position: relative;
}
#main-contents h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #15a3ca;
}
#main-contents h5:first-child {
  margin-top: 0;
}
#main-contents h6 {
  font-size: clamp(1rem, 0.901240458rem + 0.3816793893vw, 1.1875rem);
  font-weight: bold;
  margin: 1.5em 0 1.5em;
  line-height: 1.4;
}
#main-contents h6:first-child {
  margin-top: 0;
}
#main-contents .page_lead {
  font-size: clamp(1.125rem, 0.8616412214rem + 1.0178117048vw, 1.625rem);
  font-weight: bold;
  margin: 0 0 3em;
}

#main-contents table.table_normal {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
}
#main-contents table.table_normal th {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-weight: normal;
  padding: 4px 4px;
  background-color: #efefef;
}
#main-contents table.table_normal td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 4px 4px;
}

#main-contents ul {
  list-style-type: disc;
  margin: 0.5em 0 0.8em 1.5em;
}
#main-contents ul li {
  line-height: 1.5;
  margin-bottom: 0.4em;
}
#main-contents ol {
  list-style-type: decimal;
  margin: 0.5em 0 0.8em 1.5em;
}
#main-contents ol li {
  line-height: 1.5;
  margin-bottom: 0.4em;
}

/* サイドバー */
#contents-container.page_sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents-container.page_sidebar #main-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 1280px;
}
#contents-container.page_sidebar #sidebar {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: clamp(15.625rem, -1.36rem + 24.71vw, 20.875rem);
  padding-top: min(80px, 8vw);
  margin-right: min(70px, 7vw);
}
#contents-container.page_sidebar #sidebar .side_nav {
  line-height: 1.4;
  margin-bottom: min(70px, 7vw);
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li:has(> ul.sub-menu) > a {
  display: none;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li:has(> ul.sub-menu > li > ul.sub-menu) {
  border-bottom: 1px solid #d2d3d5;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > a {
  display: none;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu > li {
  border-top: 1px solid #d2d3d5;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu > li > a {
  border-bottom: 0px solid transparent;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu > li > ul.sub-menu > li:last-child > a {
  border-bottom: 0px solid transparent;
}
#contents-container.page_sidebar #sidebar .side_nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li {
  font-size: clamp(1rem, 0.8683206107rem + 0.5089058524vw, 1.25rem);
  font-weight: bold;
  margin: 0;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li > a {
  display: block;
  color: #15a3ca;
  text-decoration: none;
  padding: 30px 16px 30px 0;
  border-bottom: 1px solid #d2d3d5;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-image: url("../images/ico_yaji_rt06_red.svg");
  background-size: 6px auto;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li > a:hover {
  color: #e84951;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li > ul.sub-menu > li {
  font-size: clamp(1rem, 0.901240458rem + 0.3816793893vw, 1.1875rem);
  font-weight: bold;
  margin: 0;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li > ul.sub-menu > li > a {
  display: block;
  color: #15a3ca;
  text-decoration: none;
  padding: 30px 16px 30px 0;
  border-bottom: 1px solid #d2d3d5;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-image: url("../images/ico_yaji_rt06_red.svg");
  background-size: 6px auto;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li > ul.sub-menu > li > a:hover {
  color: #e84951;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li > ul.sub-menu > li > ul.sub-menu {
  margin-top: -1em;
  margin-left: 1em;
  margin-bottom: 1em;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li > ul.sub-menu > li > ul.sub-menu > li {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: normal;
  margin: 0;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  display: block;
  color: #333841;
  text-decoration: none;
  padding: 16px 16px 16px 0;
  border-bottom: 1px solid #d2d3d5;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-image: url("../images/ico_yaji_rt06_red.svg");
  background-size: 6px auto;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:before {
  content: "・";
}
#contents-container.page_sidebar #sidebar .side_nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  color: #e84951;
}
@media screen and (max-width: 1180px) {
  #contents-container.page_sidebar {
    display: block;
  }
  #contents-container.page_sidebar #sidebar {
    width: 100%;
    margin: 0 0 60px;
    padding: 0 1em;
  }
}

/* コンテンツ共通パーツ */
.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.pc_br {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
}

.sp_show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_show {
    display: block;
  }
}

.pc_show {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_show {
    display: none;
  }
}

#main-contents .has-c-red-color,
#top_contents .has-c-red-color {
  color: #e84951 !important;
}
#main-contents .has-c-red-background-color,
#top_contents .has-c-red-background-color {
  background-color: #e84951 !important;
}
#main-contents .c-red,
#top_contents .c-red {
  color: #e84951 !important;
}
#main-contents .center,
#top_contents .center {
  text-align: center !important;
}
#main-contents .right,
#top_contents .right {
  text-align: right !important;
}

#main-contents .font-xs,
#top_contents .font-xs {
  font-size: clamp(0.625rem, 0.5591603053rem + 0.2544529262vw, 0.75rem) !important;
}
#main-contents .font-s,
#top_contents .font-s {
  font-size: clamp(0.75rem, 0.6841603053rem + 0.2544529262vw, 0.875rem) !important;
}
#main-contents .font-m,
#top_contents .font-m {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem) !important;
}
#main-contents .font-l,
#top_contents .font-l {
  font-size: clamp(1rem, 0.9341603053rem + 0.2544529262vw, 1.125rem) !important;
}
#main-contents .font-xl,
#top_contents .font-xl {
  font-size: clamp(1.125rem, 1.0591603053rem + 0.2544529262vw, 1.25rem) !important;
}

#main-contents ul.sitemap {
  margin-left: 0;
  margin-top: 1em;
  list-style-type: none;
}
#main-contents ul.sitemap ul {
  list-style-type: none;
}
#main-contents ul.sitemap > li {
  padding-bottom: 0.5em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #bbb;
  background: none;
}
#main-contents ul.sitemap > li ul.children {
  list-style-type: none;
  margin-top: 0.5em;
  margin-left: 0;
  padding-left: 0;
}
#main-contents ul.sitemap > li ul.children li {
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ccc;
}
#main-contents ul.sitemap > li ul.children li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #main-contents ul.sitemap > li {
    padding-left: 0.5em;
  }
  #main-contents ul.sitemap > li ul.children li {
    padding-left: 1em;
  }
  #main-contents ul.sitemap > li ul.children li:last-child {
    border-bottom: none;
  }
}

#main-contents .wp-pagenavi {
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
#main-contents .wp-pagenavi a,
#main-contents .wp-pagenavi span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 8px;
}

#main-contents .search-item {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#main-contents .search-item h5 {
  margin-top: 5px;
}

#main-contents .wpcf7-spinner {
  display: block;
}
#main-contents .hissu {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  padding: 0 5px;
  margin: 0 8px;
  color: #fff;
  background-color: #e84951;
}
#main-contents .hissu_rel {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: relative;
  right: auto;
  top: -2px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  color: #fff;
  background-color: #e84951;
}
#main-contents .your-toikomoku .wpcf7-list-item {
  display: block;
}
#main-contents table.table-toiawase {
  border-collapse: collapse;
  border-top: 1px solid #b6c2d3;
  border-left: 1px solid #b6c2d3;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
}
#main-contents table.table-toiawase input[type=checkbox] {
  margin-right: 5px;
}
#main-contents table.table-toiawase th {
  border-right: 1px solid #b6c2d3;
  border-bottom: 1px solid #b6c2d3;
  width: 28%;
  position: relative;
  padding: 10px;
  padding-right: 48px;
  background-clip: padding-box;
  background-color: #eff5fe;
}
#main-contents table.table-toiawase td {
  border-right: 1px solid #b6c2d3;
  border-bottom: 1px solid #b6c2d3;
  position: relative;
  padding: 10px;
  background-clip: padding-box;
}
#main-contents table.table-toiawase td .hissu {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: relative;
  right: auto;
  top: -2px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  color: #fff;
  background-color: #e84951;
}
#main-contents table.table-toiawase td .space_hissu {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  position: relative;
  right: auto;
  top: -2px;
  padding: 0 5px;
  margin: 0 5px 0 0;
  color: #fff;
  background-color: transparent;
}
#main-contents table.table-toiawase td p {
  margin-bottom: 5px;
}
#main-contents table.table-toiawase td label {
  display: inline;
}
#main-contents table.table-toiawase td input[type=radio] {
  margin-right: 5px;
}
#main-contents table.table-toiawase td .radio_office_kibo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-contents table.table-toiawase td .radio_office_kibo span.wpcf7-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
#main-contents table.table-toiawase td .check_keii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-contents table.table-toiawase td .check_keii span.wpcf7-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
#main-contents table.table-toiawase td .keii_etc {
  width: 90%;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #main-contents table.table-toiawase tr {
    display: block;
    width: 100%;
  }
  #main-contents table.table-toiawase tr td,
  #main-contents table.table-toiawase tr th {
    display: block;
    width: 100%;
  }
}
#main-contents .submitbtn {
  margin-top: 20px;
  text-align: center;
}
#main-contents .submitbtn input {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 25px;
  cursor: pointer;
}
#main-contents .submitbtn input:disabled {
  color: #ccc;
  cursor: not-allowed;
}
#main-contents .wpcf7cp-btns {
  text-align: center;
}
#main-contents .wpcf7cp-btns .wpcf7-form-control {
  margin: 0 10px;
}
#main-contents #wpcf7cpcnf table th {
  width: 30%;
}
#main-contents #wpcf7cpcnf table td {
  width: 70%;
}
#main-contents .wpcf7 .ajax-loader {
  display: block;
}
#main-contents .wd5 {
  width: 5%;
}
#main-contents .wd15 {
  width: 15%;
}

#main-contents .wd100 {
  width: 100%;
}
#main-contents .wd90 {
  width: 90%;
}
#main-contents .wd80 {
  width: 80%;
}
#main-contents .wd75 {
  width: 75%;
}
#main-contents .wd70 {
  width: 70%;
}
#main-contents .wd65 {
  width: 65%;
}
#main-contents .wd60 {
  width: 60%;
}
#main-contents .wd55 {
  width: 55%;
}
#main-contents .wd50 {
  width: 50%;
}
#main-contents .wd45 {
  width: 45%;
}
#main-contents .wd40 {
  width: 40%;
}
#main-contents .wd35 {
  width: 35%;
}
#main-contents .wd30 {
  width: 30%;
}
#main-contents .wd25 {
  width: 25%;
}
#main-contents .wd20 {
  width: 20%;
}
#main-contents .wd15 {
  width: 15%;
}
#main-contents .wd10 {
  width: 10%;
}

#main-contents .wp-block-columns.space_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-contents .mrgbtm0 {
  margin-bottom: 0;
}
#main-contents .mrgbtm0 figure {
  margin-bottom: 0;
}
#main-contents .mrgbtm05 {
  margin-bottom: 0.5em;
}
#main-contents .mrgbtm1 {
  margin-bottom: 1em;
}
#main-contents .mrgbtm2 {
  margin-bottom: 2em;
}
#main-contents .mrgbtm3 {
  margin-bottom: 3em;
}
#main-contents .mrgleft1 {
  margin-left: 1em;
}
#main-contents .mrgleft2 {
  margin-left: 2em;
}
#main-contents .mrgleft3 {
  margin-left: 3em;
}

#main-contents .clear_float::after {
  clear: both;
  content: "";
  display: table;
}

:target {
  scroll-margin-top: 118px;
}

#main-contents details {
  margin: 1px 0;
  padding: 0px 10px;
  border: 1px solid #d2d3d5;
  border-radius: 6px;
}
#main-contents details summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  padding: 0.5em 0;
  padding-left: 20px;
  margin: 0;
  position: relative;
}
#main-contents details summary:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("../images/ico_yaji_yoko_blue01.png");
  background-size: contain;
}
#main-contents details summary:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 100%;
  border-radius: 6px 6px 0 0;
}
#main-contents details summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
#main-contents details[open] {
  padding-bottom: 14px;
}
#main-contents details[open] summary {
  margin-bottom: 10px;
}
#main-contents details[open] summary:before {
  background-image: url("../images/ico_yaji_shita_blue01.png");
}
#main-contents details[open] summary:after {
  content: "";
  background-color: #f1f5f9;
}

#main-contents .post_extinfo {
  text-align: right;
  margin-bottom: 1em;
}

#main-contents .ggmap iframe {
  width: 100%;
  height: 450px;
}
#main-contents .youtube_iframe {
  width: 100%;
  aspect-ratio: 1/0.5625;
}
#main-contents .youtube_iframe iframe {
  width: 100%;
  height: 100%;
}

#main-contents .wp-block-columns.column_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-contents .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

#main-contents .table-wrap {
  overflow: auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  #main-contents {
    /* 2列テーブルを1列に */
  }
  #main-contents .table-wrap:before {
    content: "表は左右にスクロールできます"; /* 文字化け対策のためUnicode変換 */
    color: #fff;
    font-size: 12px;
    background-color: #e07903;
    position: absolute;
    top: 0px;
    border-radius: 5px;
    padding: 0.05em 0.5em;
  }
  #main-contents .table-wrap {
    padding-top: 24px;
    overflow: scroll;
  }
  #main-contents .table-wrap table {
    width: 840px !important;
    max-width: none;
  }
  #main-contents .table-wrap .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    width: 840px !important;
    max-width: none;
  }
  #main-contents .table-1col th,
  #main-contents .table-1col td {
    width: 100% !important;
    display: block;
    border-top: none;
  }
  #main-contents .table-1col tr:first-child th {
    border-top: 1px solid #ddd;
  }
}

.news_container .new_mark {
  font-size: clamp(0.625rem, 0.5920801527rem + 0.1272264631vw, 0.6875rem);
  display: inline-block;
  line-height: 1.2;
  position: relative;
  top: -2px;
  padding: 1px 5px;
  margin-right: 5px;
  color: #fff;
  background-color: #e84951;
}

#top_contents .news_container a,
#main-contents .news_container a {
  display: block;
  color: #333841;
  text-decoration: none;
  position: relative;
  padding-right: 12px;
  border-bottom: 1px solid #d2d3d5;
}
#top_contents .news_container a:first-child,
#main-contents .news_container a:first-child {
  border-top: 1px solid #d2d3d5;
}
#top_contents .news_container a:after,
#main-contents .news_container a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-image: url("../images/ico_yaji_rt06_red.svg");
  background-size: 6px auto;
}
#top_contents .news_container a:hover dl dt,
#main-contents .news_container a:hover dl dt {
  color: #e84951;
}
#top_contents .news_container a:hover dl dd,
#main-contents .news_container a:hover dl dd {
  color: #e84951;
}
#top_contents .news_container dl,
#main-contents .news_container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
#top_contents .news_container dl dt,
#main-contents .news_container dl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 110px;
  font-size: clamp(0.8125rem, 0.7795801527rem + 0.1272264631vw, 0.875rem);
  font-weight: bold;
  color: #15a3ca;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#top_contents .news_container dl dd,
#main-contents .news_container dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: clamp(0.9375rem, 0.8716603053rem + 0.2544529262vw, 1.0625rem);
  font-weight: bold;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 768px) {
  #top_contents .news_container dl,
  #main-contents .news_container dl {
    display: block;
  }
  #top_contents .news_container dl dt,
  #main-contents .news_container dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}

/* スマホメニュー */
.sliding-menu-content {
  font-size: 14px;
  font-size: 0.875rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 90%;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: clamp(5.125rem, 2.5572519084rem + 9.9236641221vw, 10rem);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #333841;
}
.sliding-menu-content a {
  color: #333841;
  text-decoration: none;
}
.sliding-menu-content .drawer_menu_row {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col {
  line-height: 1.2;
  margin-right: 1em;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #d2d3d5;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > a {
  font-size: clamp(1rem, 0.802480916rem + 0.7633587786vw, 1.375rem);
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 14px;
  display: inline-block;
  position: relative;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #15a3ca;
  border: 3px solid #15a3ca;
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-image: url("../images/ico_yaji_rt06_red.svg");
  background-size: 5px auto;
}
@media screen and (max-width: 768px) {
  .sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > a:before {
    width: 20px;
    height: 20px;
  }
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > a:hover {
  opacity: 1;
  color: #e84951;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > a:hover:before {
  background-color: #fff;
  border: 3px solid #e84951;
}
@media screen and (max-width: 768px) {
  .sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > a {
    padding-left: 26px;
  }
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > ul.sub-menu {
  margin-left: 6em;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > ul.sub-menu > li {
  border-bottom: 1px dotted #d2d3d5;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > ul.sub-menu > li > a {
  font-size: clamp(0.8125rem, 0.713740458rem + 0.3816793893vw, 1rem);
  font-weight: bold;
  display: inline-block;
  padding: 8px 0;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > ul.sub-menu > li > a:hover {
  opacity: 1;
  color: #e84951;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > ul.sub-menu > li:last-child {
  border-bottom: 0px solid transparent;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > ul.sub-menu > li > ul.sub-menu {
  margin-left: 3em;
  margin-bottom: 1em;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > ul.sub-menu > li > ul.sub-menu > li {
  border-bottom: 1px dotted #d2d3d5;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  font-size: clamp(0.8125rem, 0.713740458rem + 0.3816793893vw, 1rem);
  font-weight: bold;
  display: inline-block;
  padding: 8px 0;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  opacity: 1;
  color: #e84951;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > ul.sub-menu > li > ul.sub-menu > li:last-child {
  border-bottom: 0px solid transparent;
}
@media screen and (max-width: 768px) {
  .sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > ul.sub-menu > li > ul.sub-menu {
    margin-left: 2em;
  }
}
@media screen and (max-width: 768px) {
  .sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li > ul.sub-menu {
    margin-left: 3em;
  }
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu {
  margin-left: 3em;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu > li > a {
  font-size: clamp(0.9375rem, 0.7729007634rem + 0.6361323155vw, 1.25rem);
  font-weight: bold;
  display: inline-block;
  padding-left: 16px;
  position: relative;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu > li > a:hover {
  opacity: 1;
  color: #e84951;
}
.sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0% 14px;
  background-image: url("../images/ico_yaji_rt06_red.svg");
  background-size: 5px auto;
}
@media screen and (max-width: 768px) {
  .sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu > li > a {
    padding-left: 14px;
  }
  .sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu > li > a:before {
    background-position: 0% 12px;
  }
}
@media screen and (max-width: 768px) {
  .sliding-menu-content .drawer_menu_row .drawer_menu_col > ul > li:has(> ul.sub-menu > li > ul.sub-menu) > ul.sub-menu {
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .sliding-menu-content .drawer_menu_row .drawer_menu_col > ul {
    margin-top: 1em;
    padding-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .sliding-menu-content .drawer_menu_row {
    display: block;
  }
}
.sliding-menu-content.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 980px) {
  .sliding-menu-content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sliding-menu-content {
    padding-top: 44px;
    padding-bottom: 16px;
    padding-right: 16px;
  }
}

.menu-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #313437;
  opacity: 0;
  visibility: hidden;
  z-index: 99998;
}
.menu-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -90%;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: clamp(0.625rem, -0.0992366412rem + 2.7989821883vw, 2rem);
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 999999;
  top: 22px;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: clamp(5.125rem, 3.7423664122rem + 5.3435114504vw, 7.75rem);
  height: clamp(2.8125rem, 2.0553435115rem + 2.9262086514vw, 4.25rem);
  padding: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .drawer-hamburger {
    top: 8px;
  }
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(5.125rem, 3.7423664122rem + 5.3435114504vw, 7.75rem);
  height: clamp(2.8125rem, 2.0553435115rem + 2.9262086514vw, 4.25rem);
  background-color: #15a3ca;
  border-radius: 60px;
}
.drawer-hamburger-icon #svg_hum_menu,
.drawer-hamburger-icon #svg_hum_menu_close {
  width: auto;
  height: 50%;
  cursor: pointer;
}

.drawer-hamburger-icon.on_menu_open {
  display: none;
}

.drawer-open .drawer-hamburger-icon.on_menu_default {
  display: none;
}

.drawer-open .drawer-hamburger-icon.on_menu_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ハンバーガー：ホバーで指カーソル */
.drawer-hamburger,
.drawer-hamburger:hover {
  cursor: pointer;
}

/* アイコン部分全体でクリックを受け取る */
.drawer-hamburger .drawer-hamburger-icon {
  cursor: pointer;
  pointer-events: auto;
}

/* object埋め込みのSVGはクリックイベントを親に委譲 */
.drawer-hamburger .drawer-hamburger-icon object {
  pointer-events: none; /* noneに変更 */
  cursor: pointer;
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}