@charset "UTF-8";
@font-face {
  font-family: "AlphabetInAlphabet";
  src: url("../fonts/15570_alphabet_in_alphabet-1.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: initial !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.footer_menu_site .item_link, .footer_logo, .footer_tel, .footer_mailto, .nav_menu_site .item_link, .nav_tel, .nav_mailto, .header_logo .nav_link {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.title_sec, .header_menu_lists .nav_link_txt {
  display: inline-block !important;
}

.footer_context, .footer_menu_lists, .footer_menu_site, .footer_menu_socials, .nav_menu_lists, .nav_menu_site, .nav_logo, .nav_foot, .header_group, .header_menu_lists {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media only screen and (min-width: 768px) {
  .footer_grid {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.footer_context, .footer_menu_lists, .footer_menu_site, .nav_menu_lists, .nav_menu_site, .nav_foot {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

@media only screen and (min-width: 768px) {
  .footer_menu_lists, .footer_menu_site {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.title_sec {
  text-align: left !important;
}

.title_sec_cen, .footer_copyright, .header_apply .item_link {
  text-align: center !important;
}

@media only screen and (min-width: 768px) {
  .footer_copyright {
    text-align: right !important;
  }
}
.ff_alpha {
  font-family: "AlphabetInAlphabet", Arial, sans-serif !important;
}

.ff_dnp {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif !important;
}

.ff_noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

.ff_figtree {
  font-family: "Figtree", sans-serif !important;
}

.footer_address, .footer_tel, .footer_mailto, .nav_toggler_txt, .nav_address, .nav_tel, .nav_mailto {
  font-size: 1.2rem;
}

.footer_copyright, body {
  font-size: 1.4rem;
}

.footer_menu_lists .item_link, .footer_menu_site .item_link, .nav_menu_lists .item_link, .nav_menu_site .item_link {
  font-size: 1.6rem;
}

.footer_logo_txt, .nav_logo_txt {
  font-size: 2rem;
}

.title_sec {
  font-size: 3.2rem;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer_menu_lists .item_link {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .title_sec {
    font-size: clamp(3.4rem, 3.4rem + 0.0192307692 * (100vw - 768px), 5rem);
  }
}

.footer_menu_site .item_link, .footer_address, .footer_tel, .footer_mailto, .footer_copyright, .nav_menu_site .item_link, .nav_address, .nav_tel, .nav_mailto {
  font-weight: 400;
}

.title_sec, .footer_menu_lists .item_link, .footer_logo_txt, .nav_toggler_txt, .nav_menu_lists .item_link, .nav_logo_txt, .header_logo_txt, .header_menu_lists .nav_link, .header_apply .item_link {
  font-weight: 600;
}

.header_apply .item_link {
  letter-spacing: 0.1em;
}

html {
  line-height: 1.75;
  scrollbar-width: thin;
}

body {
  color: #333;
  font-weight: 400;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  left: 0;
  background-color: #f7fbff;
}

img {
  width: 100%;
  height: auto;
}

.wrapper,
#wrapper {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .nav_link_block:hover,
  .nav_link:hover {
    opacity: 0.6;
  }
}

.item_link,
.nav_link {
  display: inline-block;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

.item_link_block,
.nav_link_block {
  display: block;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

main {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 0;
  }
}

:where(.js-tab-container) {
  display: grid;
}
:where(.js-tab-container) .js-tab-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
:where(.js-tab-container) .js-tab-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}
:where(.js-tab-container) .js-tab-contents {
  position: relative;
  display: grid;
  grid-template-areas: "tab-content";
}
:where(.js-tab-container) .js-tab-content {
  z-index: 0;
  display: grid;
  visibility: hidden;
  grid-template-rows: 0fr;
  grid-area: tab-content;
  opacity: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: visibility, opacity, z-index, grid-template-rows;
  transition-property: visibility, opacity, z-index, grid-template-rows;
  transition-property: visibility, opacity, z-index, grid-template-rows, -ms-grid-rows;
  /* transition-delay: $tab-transition-duration; */
}
:where(.js-tab-container) .js-tab-content.is-active {
  z-index: 1;
  visibility: visible;
  grid-template-rows: 1fr;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
}
:where(.js-tab-container) .js-tab-content.is-animating {
  /* opacity: 0.5; */
}
:where(.js-tab-container) .js-tab-content[aria-hidden=true] {
  display: none;
}
:where(.js-tab-container) .js-tab-content-inn {
  overflow: hidden;
}

.js-tab-container.tab-theme-default {
  gap: 8px;
}
.js-tab-container.tab-theme-default .js-tab-buttons {
  gap: 8px;
}
.js-tab-container.tab-theme-default .js-tab-button {
  font-size: 0.875rem;
  padding: 8px 16px;
  color: #333333;
  border-radius: 20px;
  background-color: #f0f0f0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, color, opacity;
  transition-property: background-color, color, opacity;
}
.js-tab-container.tab-theme-default .js-tab-button:hover {
  opacity: 0.9;
}
.js-tab-container.tab-theme-default .js-tab-button.is-active {
  color: #ffffff;
  background-color: #004b8d;
}
.js-tab-container.tab-theme-default .js-tab-button:focus {
  outline: 2px solid rgba(0, 75, 141, 0.5);
  outline-offset: 2px;
}
.js-tab-container.tab-theme-default .js-tab-button:focus:not(:focus-visible) {
  outline: none;
}
.js-tab-container.tab-theme-default .js-tab-contents {
  padding: 8px;
}

:where(.js-res-dropdown) {
  width: 100%;
  margin: 0 auto;
}
@media screen and (width < 76.8rem) {
  :where(.js-res-dropdown) {
    position: relative;
    width: 80%;
    max-width: 500px;
  }
}
@media screen and (width < 37.4rem) {
  :where(.js-res-dropdown) {
    width: 100%;
  }
}

:where(.js-res-dropdown__current) {
  position: relative;
  display: none;
  width: 100%;
  padding: 0;
  cursor: pointer;
  -webkit-transition: border-radius 0.2s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-radius 0.2s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-radius 0.2s, background-color 0.3s, box-shadow 0.3s;
  transition: border-radius 0.2s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  text-align: left;
  border: none;
  border-radius: 100vmax;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (width < 76.8rem) {
  :where(.js-res-dropdown__current) {
    display: block;
  }
}
:where(.js-res-dropdown__current):focus-visible {
  outline: none;
}
@media (any-hover: hover) {
  :where(.js-res-dropdown__current):hover {
    outline: none;
  }
}
:where(.js-res-dropdown__current)[aria-expanded=true] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  border-radius: 2rem 2rem 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

:where(.js-res-dropdown__placeholder) {
  display: block;
  overflow: hidden;
  padding: 1em;
  padding-right: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

:where(.js-res-dropdown__arrow) {
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  translate: 0 -75%;
  rotate: 135deg;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #000000;
}
.js-res-dropdown__current[aria-expanded=true] :where(.js-res-dropdown__arrow) {
  translate: 0 -25%;
  rotate: -45deg;
}

:where(.js-res-dropdown__options-wrapper) {
  display: grid;
  width: 100%;
  -webkit-transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s, -ms-grid-rows 0.3s;
}
@media screen and (width < 76.8rem) {
  :where(.js-res-dropdown__options-wrapper) {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    visibility: hidden;
    grid-template-rows: 0fr;
  }
}
:where(.js-res-dropdown__options-wrapper):has(.is-open) {
  visibility: visible;
  grid-template-rows: 1fr;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

:where(.js-res-dropdown__options) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 20px;
  width: 100%;
}
@media screen and (width < 76.8rem) {
  :where(.js-res-dropdown__options) {
    display: block;
    overflow: hidden;
    border-radius: 0 0 2rem 2rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

:where(.js-res-dropdown__option) {
  color: #000000;
}
:where(.js-res-dropdown__option).is-active {
  pointer-events: none;
  color: #43a4bf;
}

.container {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 1344px;
    margin-left: auto;
    margin-right: auto;
  }
}
.container_fluid {
  padding-left: 32px;
  padding-right: 32px;
}

html.is_loading #loadding {
  opacity: 1;
  pointer-events: all;
}
html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#loadding {
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#43a4bf), to(#dceef2));
  background: -webkit-linear-gradient(bottom, #43a4bf 0%, #dceef2 100%);
  background: linear-gradient(0deg, #43a4bf 0%, #dceef2 100%);
  opacity: 0;
  -webkit-transition: opacity 1s ease-out 0.5s;
  transition: opacity 1s ease-out 0.5s;
}

.three-body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  -webkit-animation: spin 2.75s infinite linear;
          animation: spin 2.75s infinite linear;
}
.three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.three-body__dot:after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transform-origin: 50% 85%;
          transform-origin: 50% 85%;
}
.three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  -webkit-animation: wobble1 1.1s infinite ease-in-out;
          animation: wobble1 1.1s infinite ease-in-out;
  -webkit-animation-delay: -0.33s;
          animation-delay: -0.33s;
}
.three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-transform-origin: 50% 85%;
          transform-origin: 50% 85%;
}
.three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  -webkit-animation: wobble1 1.1s infinite -0.165s ease-in-out;
          animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  -webkit-transform: translateX(116.666%);
          transform: translateX(116.666%);
}
.three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  -webkit-animation: wobble2 1.1s infinite ease-in-out;
          animation: wobble2 1.1s infinite ease-in-out;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes wobble1 {
  0%, 100% {
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-66%) scale(0.65);
            transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble1 {
  0%, 100% {
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-66%) scale(0.65);
            transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@-webkit-keyframes wobble2 {
  0%, 100% {
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(66%) scale(0.65);
            transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(66%) scale(0.65);
            transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
/** -- ▷ header -- */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2506;
  background-color: #fff;
}
.header_group {
  padding: 8px 48px 8px 23px;
}
@media screen and (width >= 1080px) {
  .header_group {
    gap: 60px;
    gap: clamp(1.2rem, 1.2rem + 0.0576923077 * (100vw - 768px), 6rem);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: clamp(1.2rem, 1.2rem + 0.0216346154 * (100vw - 768px), 3rem);
    padding-right: clamp(1.6rem, 1.6rem + 0.0348557692 * (100vw - 768px), 4.5rem);
  }
}
.header_logo {
  margin-right: auto;
  padding-top: 2px;
}
@media screen and (width >= 1080px) {
  .header_logo {
    padding-top: 4px;
  }
}
.header_logo .nav_link {
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width >= 1080px) {
  .header_logo .nav_link {
    gap: 20px;
  }
}
@media screen and (width < 374px) {
  .header_logo .nav_link {
    gap: 5px;
  }
}
.header_logo_icon {
  width: 37px;
  aspect-ratio: 0.9056603774;
}
@media screen and (width >= 1080px) {
  .header_logo_icon {
    width: 48px;
    width: clamp(3rem, 3rem + 0.0216346154 * (100vw - 768px), 4.8rem);
  }
}
.header_logo_txt {
  font-size: 1.4rem;
  line-height: 2;
  color: #222;
}
@media screen and (width >= 1080px) {
  .header_logo_txt {
    font-size: clamp(1rem, 1rem + 0.0120192308 * (100vw - 768px), 2rem);
  }
}
@media screen and (width < 374px) {
  .header_logo_txt {
    font-size: clamp(1rem, -1.3272727273rem + 7.2727272727vw, 1.4rem);
  }
}
.header_menu {
  margin-left: auto;
  padding-top: 10px;
  padding-top: clamp(0.5rem, 0.5rem + 0.0060096154 * (100vw - 768px), 1rem);
}
@media screen and (width < 1080px) {
  .header_menu {
    display: none;
  }
}
.header_menu_lists {
  gap: clamp(10px, -37.4193548387px + 4.8387096774vw, 40px);
}
.header_menu_lists .nav_link {
  position: relative;
  font-size: clamp(1.4rem, 0.7677419355rem + 0.6451612903vw, 1.8rem);
}
@media screen and (width >= 1080px) {
  .header_menu_lists .nav_link:hover {
    color: #43a4bf;
  }
  .header_menu_lists .nav_link:hover .nav_link_txt {
    translate: 0 -12%;
  }
  .header_menu_lists .nav_link:hover::after {
    opacity: 1;
    translate: -50% 6px;
  }
}
.header_menu_lists .nav_link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #43a4bf;
  position: absolute;
  left: 50%;
  bottom: 6px;
  translate: -50% -50%;
  opacity: 0;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.header_menu_lists .nav_link_txt {
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.header_apply {
  width: 92px;
}
@media screen and (width >= 1080px) {
  .header_apply {
    width: 173px;
    width: clamp(10rem, 10rem + 0.0877403846 * (100vw - 768px), 17.3rem);
  }
}
.header_apply .item_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  background-color: #eb7352;
  padding: 4px 0px;
  border-radius: 10px;
  position: relative;
  line-height: 1.2857142857;
}
@media screen and (width >= 1080px) {
  .header_apply .item_link {
    width: 152px;
    max-width: 100%;
    aspect-ratio: 2.6666666667;
    font-size: clamp(1rem, 1rem + 0.0084134615 * (100vw - 768px), 1.7rem);
    line-height: 1.2857142857;
    -webkit-box-shadow: inset 0 0 0 0 #eb7352;
            box-shadow: inset 0 0 0 0 #eb7352;
  }
  .header_apply .item_link:hover {
    -webkit-box-shadow: inset 0 0 0 5px #eb7352;
            box-shadow: inset 0 0 0 5px #eb7352;
    background-color: #fff;
  }
}
.header_apply .item_link::after {
  content: "";
  width: 25px;
  aspect-ratio: 0.9361702128;
  position: absolute;
  right: -16%;
  bottom: 20%;
  background-image: url("../images/common/icon_hand.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (width >= 1080px) {
  .header_apply .item_link::after {
    width: 44px;
    width: clamp(2.4rem, 2.4rem + 0.0240384615 * (100vw - 768px), 4.4rem);
    right: -15%;
    bottom: -28%;
  }
}
@media screen and (width < 1080px) {
  .header_apply .item_link__pc {
    display: none;
  }
}
@media screen and (width >= 1080px) {
  .header_apply .item_link__sp {
    display: none;
  }
}

.nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
  background-color: #f7fbff;
  padding: 76px 20px 35px;
}
@media only screen and (min-width: 768px) {
  .nav {
    display: none;
  }
}
.nav.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nav_mask {
  position: fixed;
  z-index: -1;
  inset: 0;
}
.nav_decorate {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
.nav_decorate .shape {
  position: absolute;
}
.nav_decorate .shape:nth-child(1) {
  width: 144px;
  top: 13%;
  right: -28px;
  opacity: 0.1;
}
.nav_decorate .shape:nth-child(2) {
  width: 144px;
  left: -80px;
  bottom: 35%;
  opacity: 0.1;
  scale: 1 -1;
}
.nav_wrap {
  max-height: calc(100vh - 100px);
  max-height: calc(100lvh - 100px);
  overflow: auto;
}
.nav_toggler {
  width: 36px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 6px;
  position: fixed;
  z-index: 10;
  top: 13px;
  right: 6px;
}
@media screen and (width >= 1080px) {
  .nav_toggler {
    display: none;
  }
}
.nav_toggler.is_open .nav_toggler_dot::before, .nav_toggler.is_open .nav_toggler_dot::after {
  opacity: 0;
}
.nav_toggler.is_open .nav_toggler_txt {
  opacity: 1;
}
.nav_toggler_dot {
  width: 6px;
  height: 6px;
  position: relative;
  background-color: #333;
  border-radius: 99px;
}
.nav_toggler_dot::before, .nav_toggler_dot::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  display: block;
  background-color: #333;
  border-radius: 99px;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.nav_toggler_dot::before {
  top: -10px;
}
.nav_toggler_dot::after {
  bottom: -10px;
}
.nav_toggler_txt {
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
}
.nav_context {
  padding-bottom: 60px;
}
.nav_menu_lists {
  gap: 20px;
  width: 170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.nav_menu_site {
  gap: 6px;
  width: 186px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.nav_menu_site .item_link {
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_menu_site .item_link::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.nav_logo {
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6px;
}
.nav_logo_icon {
  width: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.nav_address {
  margin-top: 14px;
}
.nav_foot {
  width: 300px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.nav_tel {
  gap: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.nav_tel::before {
  content: "";
  width: 16px;
  height: 18px;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url("./../images/common/icon_tel.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.nav_mailto {
  gap: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}
.nav_mailto::before {
  content: "";
  width: 16px;
  height: 12px;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url("./../images/common/icon_mail.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

/** -- ▷ footer -- */
.footer {
  position: relative;
  z-index: 1;
  background-color: #dceef2;
  margin-top: 80px;
  padding: 34px 0 20px;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 80px;
    padding: 40px 0 38px;
  }
}
.footer_grid {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .footer_context {
    width: clamp(30%, (1024px - 100vw) * 1000, 100%);
  }
}
.footer_menu {
  margin-top: 31px;
}
@media only screen and (min-width: 768px) {
  .footer_menu {
    width: clamp(70%, (1024px - 100vw) * 1000, 100%);
    margin-top: 0;
  }
}
.footer_menu_lists {
  gap: 20px;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .footer_menu_lists {
    width: 100%;
    gap: 38px;
    gap: clamp(2.4rem, 2.4rem + 0.0168269231 * (100vw - 768px), 3.8rem);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .footer_menu_lists .item_link:hover {
    color: #43a4bf;
  }
}
.footer_menu_site {
  gap: 6px;
  width: 186px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .footer_menu_site {
    width: 100%;
    gap: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 17px;
  }
}
.footer_menu_site .item_link {
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .footer_menu_site .item_link {
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
  }
  .footer_menu_site .item_link:hover {
    opacity: 0.5;
  }
}
.footer_menu_site .item_link::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.footer_menu_socials {
  gap: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .footer_menu_socials {
    gap: 32px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 21px;
  }
}
.footer_logo {
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  padding-top: 2px;
  padding-left: 11px;
}
@media only screen and (min-width: 768px) {
  .footer_logo {
    gap: 10px;
    padding-top: 4px;
    padding-left: 0;
  }
}
.footer_logo_icon {
  width: 48px;
  aspect-ratio: 0.9056603774;
}
.footer_logo_txt {
  line-height: 2;
  color: #222;
}
.footer_address {
  margin-top: 17px;
}
@media only screen and (min-width: 768px) {
  .footer_address {
    margin-top: 14px;
  }
}
.footer_tel {
  gap: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .footer_tel {
    margin-top: 18px;
    padding-left: 0;
    pointer-events: none;
  }
}
.footer_tel::before {
  content: "";
  width: 17px;
  height: 19px;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url("./../images/common/icon_tel.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.footer_mailto {
  gap: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .footer_mailto {
    margin-top: 10px;
    padding-left: 0;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
  }
  .footer_mailto:hover {
    opacity: 0.6;
  }
}
.footer_mailto::before {
  content: "";
  width: 16px;
  height: 12px;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url("./../images/common/icon_mail.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.footer_copyright {
  opacity: 0.5;
  margin-top: 4px;
}

.txt_stroke {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.txt_stroke::before {
  content: attr(data-txt);
  position: absolute;
  z-index: -1;
  inset: 0;
  color: #fff;
  -webkit-text-stroke: 1px #fff;
  white-space: pre;
}
@media only screen and (min-width: 768px) {
  .txt_stroke::before {
    -webkit-text-stroke: 4px #fff;
  }
}

.title_sec {
  position: relative;
  z-index: 0;
  min-height: 80px;
  padding-left: 29px;
}
@media only screen and (min-width: 768px) {
  .title_sec {
    padding-left: 60px;
  }
}
@media screen and (width < 576px) {
  .title_sec {
    font-size: clamp(2.5rem, -0.4090909091rem + 9.0909090909vw, 3rem);
  }
}
.title_sec::before {
  content: "";
  width: 83px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  translate: -25% -25%;
  aspect-ratio: 0.9457364341;
  opacity: 0.3;
  background-image: url("../images/decorate/img_dec_01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .title_sec::before {
    width: 122px;
    translate: 0 -30%;
  }
}
.totop {
  width: 40px;
  height: 40px;
  background-color: #43a4bf;
  border-radius: 99px;
  position: fixed;
  z-index: 60;
  right: 20px;
  bottom: 40px;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  translate: 0 100px;
}
@media only screen and (min-width: 768px) {
  .totop {
    width: 60px;
    height: 60px;
    border: 2px solid #43a4bf;
    cursor: pointer;
  }
  .totop:hover {
    background-color: #fff;
  }
  .totop:hover::after {
    border-color: #43a4bf;
  }
}
.totop::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 55%;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
  border: 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
@media only screen and (min-width: 768px) {
  .totop::after {
    width: 14px;
    height: 14px;
  }
}
.totop.is_show {
  translate: none;
}

/** -- ▷ header -- */
.fw_100 {
  font-weight: 100 !important;
}
.fw_200 {
  font-weight: 200 !important;
}
.fw_300 {
  font-weight: 300 !important;
}
.fw_400 {
  font-weight: 400 !important;
}
.fw_500 {
  font-weight: 500 !important;
}
.fw_600 {
  font-weight: 600 !important;
}
.fw_700 {
  font-weight: 700 !important;
}
.fw_800 {
  font-weight: 800 !important;
}
.fw_900 {
  font-weight: 900 !important;
}

.scroll-hint-text {
  display: none;
}
.scroll-hint-icon {
  background-color: rgba(67, 164, 191, 0.5);
  padding-top: 28px;
}
.scroll-hint-icon::before {
  background-image: url("../images/common/icon_scroll_hand.svg");
}
.scroll-hint-icon::after {
  background-image: url("../images/common/icon_scroll_arrow.svg");
}/*# sourceMappingURL=common.css.map */