@charset "UTF-8";
:root {
  --main-color: #0094E6;
  --txt-color: #000;
  --accent-color: #E85009;
  --white: #fff;
  --navy: #0F2E50;
  --light-gray: #F8F7F6;
  --border-gray: #c3c3c3;
  --light-blue: #1A81C0;
  --font-main: "Noto Sans JP", sans-serif;
  --font-en: "Oswald", sans-serif;
  --font-serif: "Noto Serif JP", serif;
}

html {
  font-family: var(--font-main);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; /* iOS 8+ */
  scroll-behavior: smooth;
}
@media screen and (width <= 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
@media screen and (width > 767px), print {
  html {
    font-size: 10px;
  }
}

body {
  color: var(--txt-color);
  font-size: 1.6rem;
  letter-spacing: 0;
  word-break: break-word;
}
@media screen and (width <= 767px) {
  body {
    min-width: 375px;
    font-size: 1.5rem;
  }
}

summary::-webkit-details-marker {
  display: none;
}

*:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

main {
  overflow: hidden;
}
main p {
  margin-top: 1rem;
  line-height: 1.625;
}
main p .-bold {
  font-weight: 700;
}

img {
  max-width: 100%;
}

a .underline,
button .underline {
  --underline: currentColor;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--underline)));
  background-image: linear-gradient(var(--underline));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
a .underline.-always,
button .underline.-always {
  background-size: 100% 1px, 0 1px;
}
@media screen and (width > 767px), print {
  a:hover .underline,
  button:hover .underline {
    background-size: 100% 1px;
  }
  a:hover .underline.-always,
  button:hover .underline.-always {
    -webkit-animation: line-slide 0.4s;
            animation: line-slide 0.4s;
  }
}

@-webkit-keyframes line-slide {
  0% {
    background-size: 0 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}

@keyframes line-slide {
  0% {
    background-size: 0 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}
@media screen and (width > 767px), print {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (width > 767px), print {
  .-sp {
    display: none;
  }
}

@media screen and (width <= 767px) {
  .-pc {
    display: none;
  }
}

.ff_en {
  font-family: var(--font-en);
}

.-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.note .underline {
  --underline: var(--accent-color);
  color: var(--accent-color);
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 2rem;
}
.container > *:first-child:not(.section_ttl) {
  margin-top: 0;
}
.container.-s {
  max-width: 1080px;
}

@media screen and (width <= 1080px) {
  [id] {
    scroll-margin-top: 6.5rem;
  }
}
@media screen and (width > 1080px), print {
  [id] {
    scroll-margin-top: 9.3rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.1);
}
@media screen and (width <= 1080px) {
  .header_inner {
    height: 6rem;
    padding-left: 1.5rem;
  }
}
@media screen and (width > 1080px), print {
  .header_inner {
    height: 8.8rem;
    padding-inline: 2rem;
  }
}
.header_logo a {
  display: block;
}
@media screen and (width <= 1080px) {
  .header_logo a {
    width: 12.3rem;
  }
}
@media screen and (width > 1080px), print {
  .header_logo a {
    width: 20.4rem;
  }
}
@media screen and (width > 767px), print {
  .header_logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header_logo a:hover {
    opacity: 0.7;
  }
}
.header_logo a img {
  width: 100%;
}
.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-left: auto;
}
.header_menu_inner {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
}
@media screen and (width <= 1080px) {
  .header_menu_inner {
    display: none;
  }
}
.header_menu_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
}
.header_menu_upper_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_menu_upper_list > li {
  color: #666;
  font-size: 1.4rem;
}
.header_menu_upper_list > li:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_menu_upper_list > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.7rem;
  background-color: #D9D9D9;
}
.header_menu_upper_list > li a {
  padding-inline: 1.6rem;
}
@media screen and (width > 767px), print {
  .header_menu_upper_list > li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header_menu_upper_list > li a:hover {
    color: var(--main-color);
  }
}
.header_menu_upper_tel {
  color: var(--navy);
  font-family: var(--font-en);
  font-size: 2.2rem;
  font-weight: 700;
}
.header_menu_upper_tel::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.8rem;
  margin-right: 0.2rem;
  background-image: url(../images/common/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (width <= 1080px) {
  .header_nav_btn {
    position: relative;
  }
  .header_nav_btn::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.9rem;
    -webkit-mask-image: url(../images/common/header_arw.svg);
            mask-image: url(../images/common/header_arw.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    background-color: var(--white);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 2rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 1080px) {
  .header_nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.1rem;
  }
}
@media screen and (1080px < width <= 1200px) {
  .header_nav_list {
    gap: 3.5rem;
  }
}
@media screen and (width > 1200px), print {
  .header_nav_list {
    gap: min(8rem, 5vw);
  }
}
@media screen and (width <= 1080px) {
  .header_nav_item.is-open .header_nav_btn::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (width > 1080px), print {
  .header_nav_item.is-open .header_nav_child {
    opacity: 1;
    visibility: visible;
  }
}
.header_nav_item > a,
.header_nav_item .header_nav_btn {
  font-weight: 700;
}
@media screen and (width <= 1080px) {
  .header_nav_item > a,
  .header_nav_item .header_nav_btn {
    width: 100%;
    background-color: var(--main-color);
    padding: 2rem 4rem 2rem 2rem;
    color: var(--white);
    font-size: 1.8rem;
  }
}
@media screen and (width > 1080px), print {
  .header_nav_item > a,
  .header_nav_item .header_nav_btn {
    font-size: 1.7rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header_nav_item > a:hover,
  .header_nav_item .header_nav_btn:hover {
    color: var(--main-color);
  }
}
@media screen and (width <= 1080px) {
  .header_nav_child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}
@media screen and (width > 1080px), print {
  .header_nav_child {
    padding-top: 2rem;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 8.8rem;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (width <= 1080px) {
  .header_nav_child_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (width > 1080px), print {
  .header_nav_child_inner {
    display: grid;
    grid-template-columns: 33.33% 1fr;
    background-color: var(--white);
    border-radius: 0.8rem;
    overflow: hidden;
  }
}
.header_nav_child .link {
  display: inline-block;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
}
.header_nav_child .link::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.7rem;
  height: 1.7rem;
  flex-shrink: 0;
  background-image: url(../images/common/news_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (width <= 1080px) {
  .header_nav_child_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-top: 1px solid var(--main-color);
    margin-top: 1.5rem;
    padding-block: 2rem;
  }
}
@media screen and (width > 1080px), print {
  .header_nav_child_ttl {
    padding: 3rem 2rem 3rem 4rem;
    background-color: var(--main-color);
    color: var(--white);
    position: relative;
  }
  .header_nav_child_ttl::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-color: var(--white);
    clip-path: polygon(calc(100% - 1px) 0, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
    right: -1px;
  }
}
@media screen and (width <= 1080px) {
  .header_nav_child_ttl .ttl {
    display: none;
  }
}
@media screen and (width > 1080px), print {
  .header_nav_child_ttl .ttl {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (width > 1080px), print {
  .header_nav_child_ttl .link {
    margin-top: 1rem;
  }
}
.header_nav_child_ttl .link::before {
  border: 0.1rem solid var(--white);
  border-radius: 50%;
}
.header_nav_child_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 1080px) {
  .header_nav_child_content {
    padding-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (width > 1080px), print {
  .header_nav_child_content {
    padding: 3rem 3rem 3rem 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5rem;
  }
}
.header_nav_child_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (width <= 1080px) {
  .header_nav_child_menu {
    gap: 1.5rem;
  }
}
@media screen and (width > 1080px), print {
  .header_nav_child_menu {
    gap: 2.5rem;
  }
}
.header_nav_child_menu .ttl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--main-color);
}
@media screen and (width <= 767px) {
  .header_nav_child_menu .ttl {
    font-size: 1.6rem;
  }
}
.header_nav_child_menu .ttl a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  color: var(--main-color);
  font-weight: 500;
}
@media screen and (width > 1080px), print {
  .header_nav_child_menu .ttl a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header_nav_child_menu .ttl a:hover {
    color: var(--txt-color);
  }
}
.header_nav_child_menu .ttl a::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 1.4rem;
  background-image: url(../images/common/header_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.header_nav_child_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
.header_nav_child_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 1080px) {
  .header_nav_child_list_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding-inline: 2rem;
  }
}
@media screen and (width > 1080px), print {
  .header_nav_child_list_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.6rem 3rem;
  }
}
.header_nav_sp {
  width: 100%;
  height: calc(100vh - 6rem);
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 6rem;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (width > 1080px), print {
  .header_nav_sp {
    display: none;
  }
}
.header_nav_inner {
  max-height: calc(100vh - 10rem);
  background-color: var(--white);
  border-radius: 0.8rem;
  overflow-y: auto;
}
.header_nav_sub {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  padding: 2rem;
}
.header_nav_sub_item > a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}
.header_contact {
  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;
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (width <= 1080px) {
  .header_contact {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (width > 1080px), print {
  .header_contact {
    gap: 1rem;
    height: 5.6rem;
    padding: 2.2rem;
    -webkit-box-shadow: 0 0.4rem 2rem rgba(232, 80, 9, 0.25);
            box-shadow: 0 0.4rem 2rem rgba(232, 80, 9, 0.25);
  }
}
.header_contact::before {
  content: "";
  display: block;
  width: 3rem;
  height: 2.2rem;
  -webkit-mask-image: url(../images/common/icon_contact.svg);
          mask-image: url(../images/common/icon_contact.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--white);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (width > 767px), print {
  .header_contact {
    -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .header_contact:hover {
    background-color: var(--white);
    color: var(--accent-color);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header_contact:hover::before {
    background-color: var(--accent-color);
  }
}
@media screen and (width <= 1080px) {
  .header_contact span {
    display: none;
  }
}
@media screen and (width <= 1080px) {
  .header_trigger {
    width: 6rem;
    height: 6rem;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--navy);
  }
}
@media screen and (width > 1080px), print {
  .header_trigger {
    display: none;
  }
}
.header_trigger .bar {
  width: 3.2rem;
  height: 2.6rem;
  position: relative;
}
.header_trigger .bar::before, .header_trigger .bar::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 0.2rem;
  background-color: var(--white);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header_trigger .bar::before {
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.header_trigger .bar::after {
  bottom: 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.header_trigger .bar > span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (width <= 1080px) {
  body.menu-open .header_nav_sp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  body.menu-open .header_trigger .bar > span {
    opacity: 0;
  }
  body.menu-open .header_trigger .bar::before {
    -webkit-transform: translate(0.5rem, 0.1rem) rotate(45deg);
            transform: translate(0.5rem, 0.1rem) rotate(45deg);
  }
  body.menu-open .header_trigger .bar::after {
    -webkit-transform: translate(0.5rem, -0.1rem) rotate(-45deg);
            transform: translate(0.5rem, -0.1rem) rotate(-45deg);
  }
}

.footer_contact {
  background-image: linear-gradient(-45deg, #F4A523 0, #DE4700 50%);
  color: var(--white);
}
@media screen and (width <= 767px) {
  .footer_contact {
    padding-block: 4rem;
  }
}
@media screen and (width > 767px), print {
  .footer_contact {
    padding-block: 6rem;
  }
}
.footer_contact .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_contact .catchcopy {
  text-align: center;
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .footer_contact .catchcopy {
    font-size: 2rem;
  }
}
@media screen and (width > 767px), print {
  .footer_contact .catchcopy {
    font-size: 3.6rem;
  }
}
@media screen and (width <= 767px) {
  .footer_contact .catchcopy .-small {
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .footer_contact .catchcopy .-small {
    font-size: 2.6rem;
  }
}
.footer_contact .catchcopy .-middle {
  display: inline-block;
  margin-top: 1rem;
}
@media screen and (width <= 767px) {
  .footer_contact .catchcopy .-middle {
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .footer_contact .catchcopy .-middle {
    font-size: 2.8rem;
  }
}
.footer_contact_box {
  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;
  width: 100%;
  max-width: 86.73rem;
  margin-top: 2.4rem;
  background-color: rgba(3, 3, 3, 0.4);
}
@media screen and (width <= 767px) {
  .footer_contact_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 1.5rem 2rem;
  }
}
@media screen and (width > 767px), print {
  .footer_contact_box {
    gap: min(4rem, 4vw);
    padding: 2rem;
  }
}
.footer_contact_btn {
  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;
  background-color: var(--white);
  -webkit-box-shadow: 0.5rem 0.5rem 1.9rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.5rem 0.5rem 1.9rem rgba(0, 0, 0, 0.25);
  border: 1px solid var(--white);
  color: var(--accent-color);
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .footer_contact_btn {
    width: 100%;
    height: 6rem;
    font-size: 2rem;
  }
}
@media screen and (width > 767px), print {
  .footer_contact_btn {
    gap: 1.4rem;
    height: 8rem;
    padding: 2rem min(4rem, 4vw);
    font-size: min(2.6rem, 2.8vw);
  }
}
.footer_contact_btn::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/common/icon_contact.svg);
          mask-image: url(../images/common/icon_contact.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--accent-color);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (width <= 767px) {
  .footer_contact_btn::before {
    width: 2.869rem;
    height: 2.067rem;
  }
}
@media screen and (width > 767px), print {
  .footer_contact_btn::before {
    width: 3.331rem;
    height: 2.4rem;
  }
}
@media screen and (width > 767px), print {
  .footer_contact_btn {
    -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .footer_contact_btn:hover {
    background-color: var(--accent-color);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: var(--white);
  }
  .footer_contact_btn:hover::before {
    background-color: var(--white);
  }
}
.footer_contact_tel {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (width <= 767px) {
  .footer_contact_tel {
    padding-top: 2rem;
  }
}
@media screen and (width > 767px), print {
  .footer_contact_tel {
    padding-left: min(4rem, 4vw);
  }
}
.footer_contact_tel::before {
  content: "";
  display: block;
  background-color: var(--white);
  position: absolute;
  left: 0;
}
@media screen and (width <= 767px) {
  .footer_contact_tel::before {
    width: 100%;
    height: 1px;
    top: 0;
  }
}
@media screen and (width > 767px), print {
  .footer_contact_tel::before {
    width: 1px;
    height: 8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.footer_contact_tel .ttl {
  font-weight: 500;
}
@media screen and (width <= 767px) {
  .footer_contact_tel .ttl {
    font-size: 1.6rem;
  }
}
.footer_contact_tel .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-en);
  font-weight: 700;
  position: relative;
}
@media screen and (width <= 767px) {
  .footer_contact_tel .tel {
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: 3.6rem;
  }
}
@media screen and (width > 767px), print {
  .footer_contact_tel .tel {
    gap: 0.8rem;
    margin-top: 1rem;
    font-size: min(4.6rem, 5vw);
  }
}
.footer_contact_tel .tel::before {
  content: "";
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid var(--white);
  border-radius: 50%;
}
.footer_contact_tel .tel::after {
  content: "";
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  -webkit-mask-image: url(../images/common/icon_tel.svg);
          mask-image: url(../images/common/icon_tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 2rem 2.7rem;
          mask-size: 2rem 2.7rem;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_contact_tel .note {
  margin-top: 0.8rem;
  font-size: 1.3rem;
}
.footer_content {
  background-color: var(--navy);
  color: var(--white);
}
@media screen and (width <= 767px) {
  .footer_content {
    padding-block: 4rem 3.6rem;
  }
}
@media screen and (width > 767px), print {
  .footer_content {
    padding-block: 4rem 6rem;
  }
}
.footer_content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem 4rem;
}
@media screen and (width <= 767px) {
  .footer_content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (767px < width <= 1080px) {
  .footer_content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (width > 1080px), print {
  .footer_content .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer_content_tel {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.66;
}
.footer_logo a {
  display: block;
}
@media screen and (width <= 767px) {
  .footer_logo a {
    width: 19.1rem;
  }
}
@media screen and (width > 767px), print {
  .footer_logo a {
    width: 20.4rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer_logo a:hover {
    opacity: 0.7;
  }
}
.footer_logo img {
  width: 100%;
}
.footer_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}
.footer_address .txt {
  font-size: 1.4rem;
  line-height: 1.42;
}
.footer_address .map {
  padding: 0.2rem 0.8rem;
  border: 1px solid var(--white);
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.12;
}
@media screen and (width > 767px), print {
  .footer_address .map {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .footer_address .map:hover {
    background-color: var(--main-color);
  }
}
.footer_nav {
  width: 100%;
}
@media screen and (width <= 767px) {
  .footer_nav.-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
  }
}
@media screen and (width > 767px), print {
  .footer_nav.-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
    max-width: 78.2rem;
    margin-top: 2rem;
  }
}
@media screen and (width > 767px), print {
  .footer_nav_wrap {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 2rem min(6rem, 5vw);
  }
  .footer_nav_wrap .footer_nav_item {
    grid-column: 1/4;
  }
}
.footer_nav_category .ttl {
  font-size: 1.4rem;
}
.footer_nav_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
.footer_nav_sub > li {
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
}
.footer_nav_sub > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.footer_nav_sub > li a .underline {
  --underline: var(--white);
}
.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.footer_nav_item {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.footer_nav_item .underline {
  --underline: var(--white);
}
.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-block: 2rem 4rem;
  background-color: var(--navy);
  text-align: center;
}
@media screen and (width <= 767px) {
  .footer_bottom {
    padding-bottom: 8rem;
  }
}
.footer_bottom .copyright {
  color: var(--white);
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

@media screen and (width <= 767px) {
  .btm_menu {
    height: 6rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-image: linear-gradient(-45deg, #F4A523 0, #DE4700 50%);
    color: var(--white);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (width > 767px), print {
  .btm_menu {
    display: none;
  }
}
.btm_menu_contact {
  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;
  gap: 1rem;
  border-right: 1px solid var(--white);
  font-weight: 700;
  line-height: 1.375;
}
.btm_menu_contact::before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.17rem;
  -webkit-mask-image: url(../images/common/icon_contact.svg);
          mask-image: url(../images/common/icon_contact.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--white);
}
.btm_menu_tel {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.btm_menu_tel .ttl {
  font-weight: 500;
  font-size: 1.4rem;
}
.btm_menu_tel .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: var(--font-en);
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}
.btm_menu_tel .tel::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid var(--white);
  border-radius: 50%;
}
.btm_menu_tel .tel::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-mask-image: url(../images/common/icon_tel.svg);
          mask-image: url(../images/common/icon_tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.1rem 1.53rem;
          mask-size: 1.1rem 1.53rem;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.to_top_btn {
  border-radius: 50vh;
  background-color: var(--navy);
  background-image: url(../images/common/arw_top.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 90;
}
@media screen and (width <= 767px) {
  .to_top_btn {
    width: 4rem;
    height: 4rem;
    background-size: 1.5rem auto;
    right: 1rem;
    bottom: 7rem;
  }
}
@media screen and (width > 767px), print {
  .to_top_btn {
    width: 6rem;
    height: 6rem;
    background-size: 2rem auto;
    right: 2rem;
    bottom: 2rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .to_top_btn:hover {
    opacity: 1 !important;
  }
}
.to_top_btn.is-show {
  opacity: 0.8;
  visibility: visible;
}

.btn {
  padding: 0.5rem;
  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: 0.2rem solid var(--navy);
  background-color: var(--navy);
  -webkit-box-shadow: 0.3rem 0.4rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0.3rem 0.4rem 1rem rgba(0, 0, 0, 0.15);
  color: var(--white);
  font-weight: 700;
  line-height: 1.375;
}
@media screen and (width <= 767px) {
  .btn {
    min-width: 18rem;
    min-height: 4rem;
    font-size: 1.6rem;
  }
}
@media screen and (width > 767px), print {
  .btn {
    min-width: 20rem;
    min-height: 5rem;
    -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  }
  .btn:hover {
    background-color: var(--white);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: var(--navy);
  }
}
.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (width > 767px), print {
  .btn_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (width <= 767px) {
  .section_ttl {
    margin-block: 4rem 3rem;
    gap: 0.8rem;
    font-size: 2.2rem;
  }
}
@media screen and (width > 767px), print {
  .section_ttl {
    margin-block: 8rem 3rem;
    gap: 4rem;
    font-size: 3.6rem;
  }
}
.section_ttl::before, .section_ttl::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: var(--txt-color);
}
.section_ttl .txt {
  text-align: center;
}
.section_ttl .-lb {
  color: var(--main-color);
}

.heading_lv2 {
  color: var(--main-color);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (width <= 767px) {
  .heading_lv2 {
    margin-block: 3rem 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .heading_lv2 {
    margin-block: 6rem 1.5rem;
  }
}
.heading_lv2 + * {
  margin-top: 0 !important;
}

.products_content .category_ttl {
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (width <= 767px) {
  .products_content .category_ttl {
    font-size: 2rem;
  }
}
@media screen and (width > 767px), print {
  .products_content .category_ttl {
    font-size: 2.4rem;
  }
}
.products_content .category_ttl_sub {
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (width <= 767px) {
  .products_content .category_ttl_sub {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .products_content .category_ttl_sub {
    margin-top: 5rem;
    font-size: 2rem;
  }
}
.products_content .container {
  max-width: 114rem;
}
.products_list {
  margin-top: 2rem;
  display: grid;
}
@media screen and (width <= 767px) {
  .products_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
  }
}
@media screen and (width > 767px), print {
  .products_list {
    grid-template-columns: repeat(auto-fill, minmax(34rem, 1fr));
    gap: 2rem 2.5rem;
  }
}
.products_list_item a {
  display: block;
  height: 100%;
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (width > 767px), print {
  .products_list_item a {
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .products_list_item a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .products_list_item a:hover .products_list_item_top {
    background-color: var(--white);
    color: var(--navy);
  }
  .products_list_item a:hover .products_list_item_top::after {
    background-color: var(--navy);
  }
}
.products_list_item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.2rem solid var(--navy);
  background-color: var(--navy);
  color: var(--white);
  position: relative;
}
@media screen and (width <= 767px) {
  .products_list_item_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    padding: 0.8rem;
  }
}
@media screen and (width > 767px), print {
  .products_list_item_top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    padding: 1rem 3rem 1rem 1rem;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .products_list_item_top::after {
    content: "";
    display: block;
    width: 0.9rem;
    height: 1.4rem;
    -webkit-mask-image: url(../images/common/arw.svg);
            mask-image: url(../images/common/arw.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
.products_list_item_top:last-child {
  height: 100%;
}
@media screen and (width <= 767px) {
  .products_list_item_top .img {
    width: 100%;
  }
}
@media screen and (width > 767px), print {
  .products_list_item_top .img {
    width: 10.8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.products_list_item_top .ttl {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.375;
}
@media screen and (width <= 767px) {
  .products_list_item_top .ttl {
    padding-right: 1.5rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    position: relative;
  }
  .products_list_item_top .ttl::after {
    content: "";
    display: block;
    width: 0.9rem;
    height: 1.4rem;
    -webkit-mask-image: url(../images/common/arw.svg);
            mask-image: url(../images/common/arw.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: var(--white);
    position: absolute;
    top: 0.4rem;
    right: 0;
  }
}
.products_list_item_top .ttl .-small {
  font-size: 1.4rem;
}

@media screen and (width > 767px), print {
  .news_list {
    display: grid;
    grid-template-columns: auto auto 1fr;
    max-width: 92rem;
    margin-inline: auto;
  }
}
.news_list_item {
  border-top: 1px solid var(--border-gray);
}
@media screen and (width <= 767px) {
  .news_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 1.4rem;
    padding: 1.5rem 3rem 1.5rem 0;
  }
}
@media screen and (width > 767px), print {
  .news_list_item {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1/-1;
    gap: 2rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 2rem 4rem 2rem 0;
  }
}
.news_list_item:last-child {
  border-bottom: 1px solid var(--border-gray);
}
.news_list_item .date {
  font-family: var(--font-en);
  line-height: 1.625;
}
@media screen and (width <= 767px) {
  .news_list_item .date {
    font-size: 1.6rem;
  }
}
.news_list_item .label {
  min-width: 10rem;
  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;
  padding: 0.3rem;
  border: 1px solid var(--label-color);
  border-radius: 50vh;
  color: var(--label-color);
  font-size: 1.2rem;
  line-height: 1.2;
}
.news_list_item .label.-news {
  --label-color: var(--main-color);
}
.news_list_item .label.-blog {
  --label-color: var(--accent-color);
}
.news_list_item .txt {
  margin-top: 0;
}
@media screen and (width <= 767px) {
  .news_list_item .txt {
    width: 100%;
    font-size: 1.6rem;
  }
}
.news_list a.news_list_item {
  position: relative;
}
.news_list a.news_list_item::after {
  content: "";
  display: block;
  background-image: url(../images/common/news_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 767px) {
  .news_list a.news_list_item::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 0;
  }
}
@media screen and (width > 767px), print {
  .news_list a.news_list_item::after {
    width: 1.7rem;
    height: 1.7rem;
    right: 1.3rem;
  }
}
.news_list a.news_list_item .underline {
  --underline: var(--main-color);
}
.news_list a.news_list_item:has(span.label.-blog) .underline {
  --underline: var(--accent-color) ;
}
@media screen and (width > 767px), print {
  .news_list a.news_list_item:hover .underline {
    color: var(--underline);
    -webkit-transition: background-size 0.3s ease, color 0.3s;
    transition: background-size 0.3s ease, color 0.3s;
  }
}

.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width <= 767px) {
  .pagination .wp-pagenavi {
    margin-top: 3rem;
    gap: 0.6rem;
  }
}
@media screen and (width > 767px), print {
  .pagination .wp-pagenavi {
    margin-top: 5rem;
    gap: 1rem;
  }
}
.pagination .wp-pagenavi > span, .pagination .wp-pagenavi > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid var(--navy);
  border-radius: 50vh;
  text-decoration: none;
  color: var(--navy);
}
@media screen and (width <= 767px) {
  .pagination .wp-pagenavi > span, .pagination .wp-pagenavi > a {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0 0.5em;
    font-size: 1.3rem;
  }
}
@media screen and (width > 767px), print {
  .pagination .wp-pagenavi > span, .pagination .wp-pagenavi > a {
    min-width: 4.8rem;
    height: 4.8rem;
    padding: 0 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .pagination .wp-pagenavi > a {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .pagination .wp-pagenavi > a:hover {
    background-color: var(--navy);
    color: var(--white);
  }
}
.pagination .wp-pagenavi .current {
  background-color: var(--navy);
  color: var(--white);
}
.pagination .wp-pagenavi .extend {
  border: none;
  min-width: auto;
  padding-inline: 0.5rem;
}
.pagination .wp-pagenavi .extend::before {
  content: "⋯";
}
.pagination .wp-pagenavi .previouspostslink,
.pagination .wp-pagenavi .nextpostslink {
  border: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (width > 767px), print {
  .pagination .wp-pagenavi .previouspostslink:hover,
  .pagination .wp-pagenavi .nextpostslink:hover {
    background-color: transparent;
    opacity: 0.7;
  }
}
.pagination .wp-pagenavi .previouspostslink::before,
.pagination .wp-pagenavi .nextpostslink::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid var(--navy);
  border-right: 1px solid var(--navy);
}
.pagination .wp-pagenavi .previouspostslink::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination .wp-pagenavi .nextpostslink::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
@media screen and (width <= 767px) {
  .breadcrumb {
    padding-block: 1.1rem;
    background-color: var(--navy);
  }
}
@media screen and (width > 767px), print {
  .breadcrumb {
    padding-block: 0.7rem 0.7rem;
  }
}

.breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem 1rem;
}
@media screen and (width <= 767px) {
  .breadcrumb_list {
    padding-right: 0;
    white-space: nowrap;
    overflow-x: auto;
  }
}
@media screen and (width > 767px), print {
  .breadcrumb_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.breadcrumb_list > li {
  color: #CCC;
  font-size: 1.2rem;
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumb_list > li:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.9rem;
  margin-right: 1rem;
  background-image: url(../images/common/breadcrumb_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.breadcrumb_list > li a {
  color: var(--white);
}
.breadcrumb_list > li a .underline {
  --underline: var(--white);
}
.breadcrumb_list > li br {
  display: none;
}

.lower_mv {
  background-color: var(--navy);
  position: relative;
  z-index: 3;
}
@media screen and (width <= 767px) {
  .lower_mv {
    padding-top: 6rem;
  }
}
@media screen and (width > 767px), print {
  .lower_mv {
    padding-top: 8.8rem;
  }
}
.lower_mv::before, .lower_mv::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
}
.lower_mv::before {
  background-image: url(../images/common/lower_mv_left.svg);
  background-position: top left;
  top: 0;
  left: 0;
}
@media screen and (width <= 767px) {
  .lower_mv::before {
    width: 20rem;
  }
}
@media screen and (width > 767px), print {
  .lower_mv::before {
    width: 27.77%;
  }
}
.lower_mv::after {
  background-image: url(../images/common/lower_mv_right.svg);
  background-position: bottom right;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (width <= 767px) {
  .lower_mv::after {
    width: 12rem;
  }
}
@media screen and (width > 767px), print {
  .lower_mv::after {
    width: 36.8%;
  }
}
.lower_mv_inner {
  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;
  position: relative;
  z-index: 1;
}
@media screen and (width <= 767px) {
  .lower_mv_inner {
    min-height: 10rem;
    padding-block: 1.6rem 2rem;
  }
}
@media screen and (width > 767px), print {
  .lower_mv_inner {
    min-height: 16rem;
    padding-block: 2rem 2.8rem;
  }
}
.lower_mv .page_ttl {
  color: var(--white);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (width <= 767px) {
  .lower_mv .page_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (width > 767px), print {
  .lower_mv .page_ttl {
    font-size: 4rem;
  }
}

.lower_main_content {
  position: relative;
}
@media screen and (width <= 767px) {
  .lower_main_content {
    padding-block: 4rem;
  }
}
@media screen and (width > 767px), print {
  .lower_main_content {
    padding-block: 8rem;
  }
}
@media screen and (width > 767px), print {
  .lower_main_content:has(ul.anchor_list) {
    padding-top: 4rem;
  }
}
.lower_main_content::before, .lower_main_content::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-color: rgba(0, 0, 0, 0.04);
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
@media screen and (width > 767px), print {
  .lower_main_content::before, .lower_main_content::after {
    width: 63.19%;
  }
}
@media screen and (width <= 767px) {
  .lower_main_content::before, .lower_main_content::after {
    width: 27rem;
  }
}
.lower_main_content::before {
  clip-path: polygon(0 0, 0 100%, 100% 0);
  top: 0;
  left: 0;
}
.lower_main_content::after {
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  bottom: 0;
  right: 0;
}
.lower_main_content.-no_btm_triangle::after {
  content: none;
}
.lower_main_content .container {
  position: relative;
  z-index: 1;
}
.lower_main_content .container:first-child > .section_ttl {
  margin-top: 0;
}

.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-gray);
}
@media screen and (width <= 767px) {
  .anchor_list {
    gap: 1rem 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .anchor_list {
    gap: 1.5rem 3rem;
  }
}
.anchor_list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (width <= 767px) {
  .anchor_list > li a {
    line-height: 1.44;
  }
}
@media screen and (width > 767px), print {
  .anchor_list > li a {
    line-height: 1.625;
  }
}
.anchor_list > li a::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(../images/common/news_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.products_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width <= 767px) {
  .products_flow_list {
    width: 65.7%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 2rem;
  }
}
@media screen and (767px < width <= 1170px) {
  .products_flow_list {
    margin-top: 5rem;
    gap: 2rem 0;
  }
}
@media screen and (width > 1170px), print {
  .products_flow_list {
    margin-top: 5rem;
    gap: 5rem 0;
  }
}
.products_flow_list .products_flow_item {
  position: relative;
  -webkit-filter: drop-shadow(0 0.4rem 1.6rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0.4rem 1.6rem rgba(0, 0, 0, 0.1));
}
@media screen and (width <= 767px) {
  .products_flow_list .products_flow_item {
    width: 100%;
  }
}
@media screen and (767px < width <= 1170px) {
  .products_flow_list .products_flow_item {
    width: calc((100% - 8rem) / 5);
  }
}
@media screen and (width > 1170px), print {
  .products_flow_list .products_flow_item {
    width: calc((100% - 20rem) / 5);
  }
}
@media screen and (767px < width <= 1170px) {
  .products_flow_list .products_flow_item:not(:first-child) {
    margin-left: 2rem;
  }
}
@media screen and (width > 1170px), print {
  .products_flow_list .products_flow_item:not(:first-child) {
    margin-left: 5rem;
  }
}
.products_flow_list .products_flow_item:not(:first-child)::before {
  content: "";
  display: block;
  background-color: var(--light-blue);
  position: absolute;
}
@media screen and (width <= 767px) {
  .products_flow_list .products_flow_item:not(:first-child)::before {
    width: 1px;
    height: 2rem;
    left: 50%;
    bottom: 100%;
  }
}
@media screen and (width > 767px), print {
  .products_flow_list .products_flow_item:not(:first-child)::before {
    width: 5rem;
    height: 1px;
    top: 50%;
    right: 100%;
  }
}
.products_flow_list .products_flow_item_inner {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--light-blue);
  clip-path: polygon(2rem 0%, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%, 0 2rem);
  color: var(--white);
  position: relative;
}
@media screen and (width <= 767px) {
  .products_flow_list .products_flow_item_inner {
    padding: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .products_flow_list .products_flow_item_inner {
    padding: 2rem min(2rem, 1.6vw);
  }
}
.products_flow_list .products_flow_item_inner::before {
  content: "";
  display: block;
  width: 12rem;
  aspect-ratio: 1;
  background-color: var(--navy);
  opacity: 0.5;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.products_flow_list .products_flow_item .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
@media screen and (width <= 767px) {
  .products_flow_list .products_flow_item .step {
    font-size: 1.6rem;
  }
}
.products_flow_list .products_flow_item .step .num {
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .products_flow_list .products_flow_item .step .num {
    font-size: 3rem;
  }
}
@media screen and (width > 767px), print {
  .products_flow_list .products_flow_item .step .num {
    font-size: min(4rem, 3.3vw);
  }
}
.products_flow_list .products_flow_item .ttl {
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .products_flow_list .products_flow_item .ttl {
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .products_flow_list .products_flow_item .ttl {
    margin-top: 1rem;
    font-size: min(2.4rem, 2vw);
  }
}
@media screen and (width <= 767px) {
  .products_flow_list .products_flow_item .ttl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.products_flow_list .products_flow_item .txt {
  line-height: 1.33;
}
@media screen and (width <= 767px) {
  .products_flow_list .products_flow_item .txt {
    margin-top: 1.6rem;
    font-size: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .products_flow_list .products_flow_item .txt {
    margin-top: min(3rem, 2.5vw);
    font-size: min(1.5rem, 1.8vw);
  }
}

.products_flow_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (width <= 767px) {
  .products_flow_note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5rem 0.9rem 2rem;
  }
}
@media screen and (width > 767px), print {
  .products_flow_note {
    margin-top: 2rem;
    padding-inline: 6.4% 2.9%;
  }
}
.products_flow_note .day {
  margin-top: 0;
  font-size: 1.8rem;
}
.products_flow_note .bar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #bababa;
  position: relative;
}
@media screen and (width <= 767px) {
  .products_flow_note .bar {
    width: 0.15rem;
  }
}
@media screen and (width > 767px), print {
  .products_flow_note .bar {
    height: 0.15rem;
  }
}
.products_flow_note .bar::before, .products_flow_note .bar::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #bababa;
  position: absolute;
}
@media screen and (width <= 767px) {
  .products_flow_note .bar::before, .products_flow_note .bar::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (width > 767px), print {
  .products_flow_note .bar::before, .products_flow_note .bar::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (width <= 767px) {
  .products_flow_note .bar::before {
    top: 0;
  }
}
@media screen and (width > 767px), print {
  .products_flow_note .bar::before {
    left: 0;
  }
}
@media screen and (width <= 767px) {
  .products_flow_note .bar::after {
    bottom: 0;
  }
}
@media screen and (width > 767px), print {
  .products_flow_note .bar::after {
    right: 0;
  }
}
.products_flow_note .label {
  display: inline-block;
  margin-top: 0;
  padding: 0.3rem 1rem 0.5rem 1.2rem;
  background-image: linear-gradient(-45deg, #E85009, #F5A523);
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-filter: drop-shadow(0.2rem 0.4rem 1.6rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0.2rem 0.4rem 1.6rem rgba(0, 0, 0, 0.16));
  color: var(--white);
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .products_flow_note .label {
    font-size: 2.5rem;
    line-height: 1.12;
  }
}
@media screen and (width > 767px), print {
  .products_flow_note .label {
    font-size: 2.4rem;
    line-height: 1.45;
  }
}

@media screen and (width <= 767px) {
  .products_flow_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.products_flow_wrap .note {
  width: 100%;
}
@media screen and (width <= 767px) {
  .products_flow_wrap .note {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (width > 767px), print {
  .products_flow_wrap .note {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}

@media screen and (width <= 767px) {
  .faq_acc {
    margin-top: 1rem;
  }
}
@media screen and (width > 767px), print {
  .faq_acc {
    max-width: 104rem;
    margin-top: 5rem;
    margin-inline: auto;
  }
}
.faq_acc_box {
  border-bottom: 0.1rem solid #D7D7D7;
}
.faq_acc_box summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-weight: 700;
  line-height: 1.33;
  position: relative;
  cursor: pointer;
}
@media screen and (width <= 767px) {
  .faq_acc_box summary {
    padding: 2rem 4rem 2rem 0;
  }
}
@media screen and (width > 767px), print {
  .faq_acc_box summary {
    padding: 2rem 7.2rem 2rem 2rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.faq_acc_box summary::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 0.2rem;
  color: var(--white);
  background-color: var(--accent-color);
  font-family: var(--font-en);
  font-size: 2rem;
  border-radius: 50%;
}
.faq_acc_box summary .icon {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: 0;
}
@media screen and (width <= 767px) {
  .faq_acc_box summary .icon {
    top: 2rem;
  }
}
@media screen and (width > 767px), print {
  .faq_acc_box summary .icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.faq_acc_box summary .icon::before, .faq_acc_box summary .icon::after {
  content: "";
  display: block;
  background-color: var(--navy);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq_acc_box summary .icon::before {
  width: 2rem;
  height: 1px;
  right: 0.6rem;
}
.faq_acc_box summary .icon::after {
  width: 1px;
  height: 2rem;
  right: 1.5rem;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.faq_acc_box[open] summary .icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.faq_acc_content {
  overflow: hidden;
}
.faq_acc_inner {
  line-height: 1.33;
  position: relative;
}
@media screen and (width <= 767px) {
  .faq_acc_inner {
    padding: 0 4rem 2rem 4rem;
  }
}
@media screen and (width > 767px), print {
  .faq_acc_inner {
    padding: 0 2rem 2rem 6rem;
  }
}
.faq_acc_inner > *:not(:first-child) {
  margin-top: 1rem;
}
.faq_acc_inner > *:first-child {
  margin-top: 0;
}
.faq_acc_inner br + * {
  margin-top: 0 !important;
}
.faq_acc_inner a {
  color: var(--accent-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent-color)));
  background-image: linear-gradient(var(--accent-color));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px, 0 1px;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
@media screen and (width > 767px), print {
  .faq_acc_inner a:hover {
    -webkit-animation: line-slide 0.3s ease;
            animation: line-slide 0.3s ease;
  }
}

.content_bottom_btn {
  padding-top: 2rem;
  border-top: 1px solid var(--border-gray);
}
.content_bottom_btn .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (width <= 767px) {
  .content_bottom_btn .link {
    line-height: 1.44;
  }
}
@media screen and (width > 767px), print {
  .content_bottom_btn .link {
    line-height: 1.625;
  }
}
.content_bottom_btn .link::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.7rem;
  height: 1.7rem;
  flex-shrink: 0;
  background-image: url(../images/common/news_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.grecaptcha-badge {
  z-index: 100;
}
@media screen and (width <= 767px) {
  .grecaptcha-badge {
    bottom: 12rem !important;
  }
}
@media screen and (width > 767px), print {
  .grecaptcha-badge {
    bottom: 10rem !important;
  }
}

#page_404 .section_ttl {
  display: flex;
  justify-content: center;
  margin: 0;
}

#page_404 .section_ttl::before,
#page_404 .section_ttl::after {
  content: none;
}

#page_404 p {
  margin-top: 4rem;
  font-size: 1.6rem;
}

@media screen and (width <= 767px) {
  #page_404 .btn_wrap {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  #page_404 .btn_wrap {
    margin-top: 3rem;
    gap: 2rem;
  }
}