@media screen and (min-width: 0px) {
  div,
  span,
  li,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  a,
  b,
  strong {
    font-family: YakuHanJP, "Manrope", "Kosugi", sans-serif;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  div,
  span,
  li,
  p,
  b,
  strong {
    color: #333;
    line-height: 1.6;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    color: #333;
    line-height: 1.2;
  }
  html {
    height: auto;
    min-height: 100%;
  }
  * {
    box-sizing: border-box;
  }
  body.aft26 .contact-box ul {
    border-radius: 0 0 6px 6px;
    overflow: hidden;
  }
  body.aft26 .contact-box ul li a {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    background-color: #333;
  }
  body.aft26 .contact-box ul li a:hover {
    background-color: #00b2d4;
  }
  body.aft26 .contact-box ul li a i {
    font-size: 0.9em;
    margin-right: 0.8em;
    opacity: 0.5;
  }
  body.aft26 .menu > li:hover {
    background-color: #00b2d4;
    opacity: 1;
  }
  body.aft26 .menu > li > a.current,
  body.aft26 .menu > li > a:hover {
    background-color: #00b2d4;
  }
  body.aft26 .sitemap_bg {
    background-color: #555;
  }
  body.aft26 .right-contents .side-menu {
    position: static;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  window,
  body {
    font-size: 14px;
  }
  body.aft26 .page-title {
    font-family: YakuHanJP, "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
  }
  body.aft26 .sec-title {
    font-family: YakuHanJP, "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
  }
  body.aft26 .sec-subheading {
    font-family: YakuHanJP, "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    color: #555;
  }
  body.aft26 {
    padding-top: 56px;
  }
  body.aft26 header.hidePC {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    margin-bottom: 0;
    z-index: 106;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease;
  }
  body.aft26 header.hidePC.is-header-hidden {
    transform: translateY(-100%);
  }
  body.aft26 .contact-box {
    display: none;
  }
  body.aft26 .logo-wrapper {
    height: 56px;
  }
  body.aft26 .logo {
    top: 7px;
  }
  body.aft26 .logo a {
    display: block;
    line-height: 0;
  }
  body.aft26 .logo-yakuzemi {
    display: block;
    width: 160px;
    height: 24px;
  }
  body.aft26 .site-title {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    margin-top: 4px;
  }
  body.aft26 .sp-header-actions {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 8px;
  }
  body.aft26 .sp-action-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-decoration: none;
  }
  body.aft26 .sp-action-icon__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #00438e;
  }
  body.aft26 .sp-action-icon__circle svg {
    width: 18px;
    height: 18px;
    fill: #fff;
  }
  body.aft26 .sp-action-icon__label {
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
    color: #00438e;
    white-space: nowrap;
  }
  body.aft26 .mb-menu-button {
    position: relative;
    top: 0;
    right: 0;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    margin-left: 8px;
    cursor: pointer;
  }
  body.aft26 .mb-menu-button span {
    display: block;
    position: absolute;
    background: #111;
    transition: 0.3s ease-in-out;
    width: 50%;
    height: 1px;
    left: 10%;
    border-radius: 2px;
  }
  body.aft26 .mb-menu-button span:first-child {
    top: 30%;
  }
  body.aft26 .mb-menu-button span:nth-child(2) {
    top: 50%;
  }
  body.aft26 .mb-menu-button span:nth-child(3) {
    top: 70%;
  }
  body.aft26 .mb-menu-button.is-menu-open span:first-child {
    transform: rotate(45deg);
    top: 45%;
  }
  body.aft26 .mb-menu-button.is-menu-open span:nth-child(2),
  body.aft26 .mb-menu-button.is-menu-open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 45%;
  }
  body.aft26 .mb-side-menu > nav {
    margin-top: -2px;
    padding-bottom: 100px;
  }
  body.aft26 .mb-side-menu > nav #accordion_box li {
    border-bottom: 1px dotted #ccc;
  }
  body.aft26 .mb-side-menu > nav #accordion_box li a {
    color: #333;
    padding: 14px 10px 14px 14px;
  }
  body.aft26 .mb-side-menu > nav #accordion_box > li > ul > li {
    background: #f2f7f4;
  }
  body.aft26 .mb-side-menu > nav #accordion_box > li > ul > li > a {
    color: #222;
  }
  body.aft26 .mb-side-menu > nav #accordion_box > li > ul > li > a .fa-angle-down {
    color: #00438e;
  }
  body.aft26 .mb-side-menu > nav #accordion_box > li > ul > li > ul > li {
    background: #e6e9e9;
  }
  body.aft26 .mb-side-menu > nav #accordion_box > li > ul > li > ul > li > a {
    color: #1a1a1a;
  }
  body.aft26 .mb-side-menu > nav #accordion_box > li > ul > li > ul > li > a .fa-angle-down {
    color: #00438e;
  }
  body.aft26 .mb-side-menu > nav ul.sns_button {
    display: flex;
    flex-wrap: nowrap;
    width: 90%;
    margin-left: 5%;
    justify-content: space-between;
  }
  body.aft26 .mb-side-menu > nav ul.sns_button li {
    border: 0;
    width: 15%;
  }
  body.aft26 .mb-side-menu > nav ul.sns_button li i:before {
    font-size: 1.6rem;
  }
  .search-form {
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
  }
  .search-form #searchsubmit {
    background-color: #ddd;
  }
  html.sb-active body.aft26 #sb-site {
    transform: none !important;
  }
  body.aft26 .mb-side-menu.sb-right {
    display: block !important;
    position: fixed;
    top: 56px;
    right: 0;
    width: 85vw;
    height: calc(100vh - 56px);
    margin: 0;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 105;
    overflow-y: auto;
  }
  body.aft26 .mb-side-menu.sb-right.sb-active {
    transform: translateX(0);
  }
  body.aft26 .sp-drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 104;
  }
  body.aft26 .sp-drawer-overlay.is-active {
    display: block;
  }
  body.aft26 .mb-side-menu .main_trigger > a .fa-angle-down {
    display: inline-block;
    transition: transform 0.3s ease;
  }
  body.aft26 .mb-side-menu .main_trigger.is-open > a .fa-angle-down {
    transform: rotate(180deg);
  }
  body.aft26 .spMenuQuick {
    list-style: none;
    margin: 0;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    margin-top: -14px;
  }
  body.aft26 .spMenuQuick li {
    margin: 0;
    border: 0;
  }
  body.aft26 .spMenuQuick a {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 100%;
    min-height: 40px;
    padding: 2px 6px;
    color: #00438e;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-decoration: none;
    box-sizing: border-box;
  }
  body.aft26 .spMenuQuick a span {
    line-height: 1.2em;
    color: #555;
  }
  body.aft26 .spMenuQuick__icon {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 50%;
    background: #00438e;
    fill: #fff;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  body.aft26 .contents-wrapper {
    background-color: #efeee9;
  }
  body.aft26 .page-contents:has(> .right-contents) {
    display: flex;
    align-items: flex-start;
    gap: 35px;
  }
  body.aft26 .page-contents:has(> .right-contents)::after {
    content: none;
  }
  body.aft26 .page-contents:has(> .right-contents) > .left-contents {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  body.aft26 .page-contents:has(> .right-contents) > .right-contents {
    flex: 0 0 200px;
    position: sticky;
    top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
