@charset "UTF-8";
* {
  box-sizing: border-box;
}

img {
  width: 100%;
}

a:hover {
  opacity: 0.8;
}

p {
  font-size: 1rem;
}

:root {
  --max_width: 1000px;
}

.--fz-32 {
  font-size: 32px;
}

@media (max-width: 1400px) {
  .--fz-32 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  .--fz-32 {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .--fz-32 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .--fz-32 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .--fz-32 {
    font-size: 22px;
  }
}

.c-br--sm {
  display: none;
}

@media (max-width: 576px) {
  .c-br--sm {
    display: block;
  }
}

@media (max-width: 576px) {
  .c-br--sp::after {
    content: "\a";
    /* 改行コード */
    white-space: pre;
  }
}

@media (max-width: 1400px) {
  .c-br--xxl::after {
    content: "\a";
    /* 改行コード */
    white-space: pre;
  }
}

@media (max-width: 1200px) {
  .c-br--xl::after {
    content: "\a";
    /* 改行コード */
    white-space: pre;
  }
}

@media (max-width: 992px) {
  .c-br--lg::after {
    content: "\a";
    /* 改行コード */
    white-space: pre;
  }
}

@media (max-width: 768px) {
  .c-br--md::after {
    content: "\a";
    /* 改行コード */
    white-space: pre;
  }
}

body.modal-open {
  overflow: hidden;
}

.bg--primary {
  background-color: #fffaf2;
}

.bg--secondary {
  background-color: #fff4e5;
}

.mt-sm {
  margin-top: 0.5rem;
}

.mt-md {
  margin-top: 1rem;
}

.mt-lg {
  margin-top: 2rem;
}

.mt-xl {
  margin-top: 4rem;
}

.mb-sm {
  margin-bottom: 0.5rem;
}

.mb-md {
  margin-bottom: 1rem;
}

.mb-lg {
  margin-bottom: 2rem;
}

.mb-xl {
  margin-bottom: 4rem;
}

.pt-sm {
  padding-top: 0.5rem;
}

.pt-md {
  padding-top: 1rem;
}

.pt-lg {
  padding-top: 2rem;
}

.pt-xl {
  padding-top: 4rem;
}

.pb-sm {
  padding-bottom: 0.5rem;
}

.pb-md {
  padding-bottom: 1rem;
}

.pb-lg {
  padding-bottom: 2rem;
}

.pb-xl {
  padding-bottom: 4rem;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.u-br,
.u-unbr {
  display: inline;
}

.u-br::after,
.u-unbr::after {
  content: "";
  white-space: normal;
  display: inline;
}

@media (min-width: 576px) {
  .u-br--sm-up::after {
    content: "\a";
    white-space: pre;
    display: inline;
  }
  .u-unbr--sm-up::after {
    content: "";
    white-space: normal;
    display: inline;
  }
}

@media (max-width: calc(576px - 0.02px)) {
  .u-br--sm-down::after {
    content: "\a";
    white-space: pre;
    display: inline;
  }
  .u-unbr--sm-down::after {
    content: "";
    white-space: normal;
    display: inline;
  }
}

@media (min-width: 768px) {
  .u-br--md-up::after {
    content: "\a";
    white-space: pre;
    display: inline;
  }
  .u-unbr--md-up::after {
    content: "";
    white-space: normal;
    display: inline;
  }
}

@media (max-width: calc(768px - 0.02px)) {
  .u-br--md-down::after {
    content: "\a";
    white-space: pre;
    display: inline;
  }
  .u-unbr--md-down::after {
    content: "";
    white-space: normal;
    display: inline;
  }
}

@media (min-width: 992px) {
  .u-br--lg-up::after {
    content: "\a";
    white-space: pre;
    display: inline;
  }
  .u-unbr--lg-up::after {
    content: "";
    white-space: normal;
    display: inline;
  }
}

@media (max-width: calc(992px - 0.02px)) {
  .u-br--lg-down::after {
    content: "\a";
    white-space: pre;
    display: inline;
  }
  .u-unbr--lg-down::after {
    content: "";
    white-space: normal;
    display: inline;
  }
}

@media (min-width: 1200px) {
  .u-br--xl-up::after {
    content: "\a";
    white-space: pre;
    display: inline;
  }
  .u-unbr--xl-up::after {
    content: "";
    white-space: normal;
    display: inline;
  }
}

@media (max-width: calc(1200px - 0.02px)) {
  .u-br--xl-down::after {
    content: "\a";
    white-space: pre;
    display: inline;
  }
  .u-unbr--xl-down::after {
    content: "";
    white-space: normal;
    display: inline;
  }
}

@media (min-width: 1400px) {
  .u-br--xxl-up::after {
    content: "\a";
    white-space: pre;
    display: inline;
  }
  .u-unbr--xxl-up::after {
    content: "";
    white-space: normal;
    display: inline;
  }
}

@media (max-width: calc(1400px - 0.02px)) {
  .u-br--xxl-down::after {
    content: "\a";
    white-space: pre;
    display: inline;
  }
  .u-unbr--xxl-down::after {
    content: "";
    white-space: normal;
    display: inline;
  }
}

.u-show,
.u-hide {
  display: block;
}

@media (min-width: 576px) {
  .u-show--sm-up {
    display: block !important;
  }
  .u-hide--sm-up {
    display: none !important;
  }
}

@media (max-width: calc(576px - 0.02px)) {
  .u-show--sm-down {
    display: block !important;
  }
  .u-hide--sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-show--md-up {
    display: block !important;
  }
  .u-hide--md-up {
    display: none !important;
  }
}

@media (max-width: calc(768px - 0.02px)) {
  .u-show--md-down {
    display: block !important;
  }
  .u-hide--md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .u-show--lg-up {
    display: block !important;
  }
  .u-hide--lg-up {
    display: none !important;
  }
}

@media (max-width: calc(992px - 0.02px)) {
  .u-show--lg-down {
    display: block !important;
  }
  .u-hide--lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .u-show--xl-up {
    display: block !important;
  }
  .u-hide--xl-up {
    display: none !important;
  }
}

@media (max-width: calc(1200px - 0.02px)) {
  .u-show--xl-down {
    display: block !important;
  }
  .u-hide--xl-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .u-show--xxl-up {
    display: block !important;
  }
  .u-hide--xxl-up {
    display: none !important;
  }
}

@media (max-width: calc(1400px - 0.02px)) {
  .u-show--xxl-down {
    display: block !important;
  }
  .u-hide--xxl-down {
    display: none !important;
  }
}

.u-show__md-down {
  display: none !important;
}

@media (max-width: 768px) {
  .u-show__md-down {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .u-hide__md-down {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .u-hide__sm-down {
    display: none !important;
  }
}

.u-br--force {
  display: inline;
}

.u-br--force::after {
  content: "\a";
  white-space: pre;
  display: inline;
}

.u-text-orange {
  color: #fa871a;
}

.u-text-pink {
  color: #f42158;
}

.u-text-blue {
  color: #687bf1;
}

.u-text-bold {
  font-weight: 600;
}

.u-text-block {
  display: block;
}

.u-text-ul {
  position: relative;
  background: linear-gradient(transparent 70%, yellow 70%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.u-text-flex {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.u-fz-1 {
  font-size: 1rem;
}

.u-fz-12 {
  font-size: 1.2rem;
}
.u-fz-14 {
  font-size: 1.4rem;
}
.u-fz-2 {
  font-size: 2rem;
}
.u-fw-600 {
  font-weight: 600;
}

.u-text-center {
  text-align: center;
}

.u-mb0 {
  margin-bottom: 0;
}
.u-mb0--force {
  margin-bottom: 0 !important;
}
.u-mb8 {
  margin-bottom: 8px;
}
.u-mb8--force {
  margin-bottom: 8px !important;
}
.u-mb16 {
  margin-bottom: 16px;
}
.u-mb16--force {
  margin-bottom: 16px !important;
}
.u-mb32 {
  margin-bottom: 32px;
}
.u-mb32--force {
  margin-bottom: 32px !important;
}
.u-mt32 {
  margin-top: 32px;
}
.u-mt64 {
  margin-top: 64px;
}
.u-mb64--force {
  margin-bottom: 64px !important;
}

.u-ml16 {
  margin-left: 16px;
}

body {
  font-family: "Open Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "Meiryo", sans-serif;
  color: #1b2131;
  line-height: 1.6;
  min-height: 100vh;
  font-weight: 400;
  font-synthesis-weight: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

strong {
  font-weight: 600;
}

p {
  font-size: 1rem;
  line-height: 1.4;
}

a {
  color: #1297f5;
  text-decoration: none;
}

a:hover {
  color: rgb(8.5829959514, 122.7368421053, 203.4170040486);
}

.c-linkbox {
  display: flex;
  align-items: center;
  border: 2px dotted #eda34c;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 48px;
  gap: 8px;
  margin: 0 auto;
  margin-top: 24px;
}

.c-linkbox__arrow {
  width: auto;
  height: 16px;
}

.c-link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 0;
  gap: 8px;
  margin: 0 auto;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.c-link__arrow {
  width: auto;
  height: 16px;
}

.c-link--right {
  margin: 0 0 0 auto;
}

.c-link--left {
  margin: 0 auto 0 0;
}

.c-link__smallbtn {
  font-size: 0.9rem;
  border-radius: 999px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(180deg, #f9f9f9 0%, #f8f8f8 50%, #f7f7f7 100%);
  border: 1px solid #d4d4d4;
  text-align: center;
  padding: 0 16px;
}

.c-link__smallbtn > span {
  display: block;
  position: relative;
}

.c-link__smallbtn > span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fa871a;
  display: inline-block;
  top: 0;
  left: 0;
  margin-right: 4px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.c-link--arrowbox {
  position: relative;
  padding: 8px;
  display: block;
  width: 680px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.2rem;
  border: 2px dotted #eda34c;
}

.c-link--arrowbox::before {
  content: "";
  position: absolute;
  background-image: url("/assets/img/common/link-arrow.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
}

/* 注釈を示すアスタリスク */
.c-detail--sup {
}
.c-detail--sup::after {
  content: "（＊）";
  color: #f94e98;
  margin-right: -6px;
}

.l-inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .l-inner {
    padding-inline: 1vw;
  }
}

@media (max-width: 768px) {
  .l-inner {
    padding-inline: 1vw;
  }
}

.l-section {
  margin-bottom: 64px;
}

.l-section__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
}

.l-section__title--lg {
  font-size: 1.4em;
}

.l-section__title::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: 0;
  bottom: 0;
  translate: -100% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.l-section__subtitle {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .l-section__title {
    font-size: max(
      29px,
      min(0.0322580645 * 100vw, 0.0322580645 * var(--max_width))
    );
  }
}

@media (max-width: 768px) {
  .l-section__title {
    font-size: max(
      28px,
      min(0.0416666667 * 100vw, 0.0416666667 * var(--max_width))
    );
  }
  .l-section__subtitle {
    font-size: max(
      22px,
      min(0.0291666667 * 100vw, 0.0291666667 * var(--max_width))
    );
  }
}

@media (max-width: 576px) {
  .l-section__title {
    font-size: max(
      20px,
      min(0.0555555556 * 100vw, 0.0555555556 * var(--max_width))
    );
  }
  .l-section__subtitle {
    font-size: max(
      17px,
      min(0.0381944444 * 100vw, 0.0381944444 * var(--max_width))
    );
  }
}

/* breadcrumb
----------------------------------------------------------------- */

.l-breadcrumb {
  background-color: #f5f5f5;
  margin-bottom: 48px;
}

.l-breadcrumb__list {
  padding-block: 5px;
  line-height: 1.2;
}

.l-breadcrumb__item {
  font-size: 12px;
  display: inline;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .l-breadcrumb__item {
    white-space: normal;
  }
}

.l-breadcrumb__item::after {
  content: ">";
  margin-inline: 6px;
}

.l-breadcrumb__item:last-of-type::after {
  content: "";
}

.l-breadcrumb__item--home img {
  width: 16px;
  height: auto;
  vertical-align: text-top;
  margin-right: 2px;
}
@media (max-width: 768px) {
  .l-breadcrumb {
    margin-bottom: 24px;
  }
}

/* header
----------------------------------------------------------------- */

.l-header__wrap {
  display: flex;
  margin: 0 auto;
  gap: 20px;
  width: min(100%, 1366px);
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.l-header__main-image {
  padding-left: 15px;
}

.l-header__main-image img {
  max-width: 375px;
}

.l-header__tel {
  display: grid;
  grid-template-columns: 4.5em auto;
  align-items: center;
  justify-items: start;
  padding-right: 15px;
}

.l-header__tel--from {
  font-size: 11px;
}

.l-header__tel--number {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.l-header__tel--number img {
  width: 24px;
}

.l-header__tel--number span {
  font-size: 16px;
}

.l-header__nav {
  border-top: 1px solid #ccc;
}

/*  ハンバーガーボタンここから */

@media (min-width: 768px) {
  .l-header__nav-md-bar {
    display: none;
  }
  .l-header__wrap {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .l-header__nav-md-bar {
    display: block;
    width: 70px;
    aspect-ratio: 1 / 1;
    margin-left: auto;
    position: relative;
    z-index: 10;
    border: none;
    background-color: transparent;
    padding: 10px;
    background-color: #337293;
  }
  .l-header__nav-md-bar span {
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    left: 0;
    margin-inline: auto;
    width: 2rem;
    background-color: #ffffff;
    transition: 0.1s;
  }
  .l-header__nav-md-bar span:before,
  .l-header__nav-md-bar span:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    transition: inherit;
  }
  .l-header__nav-md-bar span:before {
    top: -8px;
  }
  .l-header__nav-md-bar span:after {
    top: 8px;
  }
  .l-header__nav-md-bar.close span {
    background-color: #337293;
  }
  .l-header__nav-md-bar.close span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .l-header__nav-md-bar.close span::before {
    top: 0;
    transform: rotate(45deg);
  }
  /*  ハンバーガーボタンここまで */
}

.l-header__nav-md-lists {
  display: flex;
  width: min(100%, 1000px);
  margin-inline: auto;
  height: 65px;
}

.l-header__nav-md-list {
  font-size: 0.9rem;
  text-align: center;
  width: 100%;
  position: relative;
}

.l-header__nav-md-list > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header__nav-md-list > a:hover {
  background-color: #eee;
}

.l-header__main-image img {
  width: 100%;
  height: auto;
}

.l-header__nav-pc-list {
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .l-header__nav-md-list:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60%;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    border-right: 2px dotted #c0c0c0;
  }
}

@media (max-width: 768px) {
  .l-header__main-image {
    padding-block: 12px;
  }
  .l-header__main-image img {
    width: 85%;
  }
  .l-header__tel {
    display: none;
  }
  .l-header__nav-md-list::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0.6em;
    height: 0.6em;
    margin: -4px 0 0 0;
    border-top: solid 1px #aeaeae;
    border-right: solid 1px #aeaeae;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*  ハンバーガーボタンがactive/closeの時 ここから */
  .l-header__nav-md-lists {
    display: none;
    height: auto;
  }
  .l-header__nav-md-lists.active {
    display: block;
  }
  .l-header__nav-md-list > a {
    display: block;
    text-align: left;
    padding: 10px 15px 10px;
    border-bottom: 1px solid #ccc;
    color: #333;
  }
  /*  ハンバーガーボタンがactiveの時 ここまで */
}

/* footer
----------------------------------------------------------------- */

.l-footer {
  border-top: 1px solid #cccccc;
}

.l-footer_nav img[alt^="logo"] {
  width: min(100%, 373px);
  margin-inline: auto;
  display: block;
  margin-block: 0 34px;
}

.l-footer_nav {
  width: calc(100% - 30px);
  margin-inline: auto;
  margin-block: 36px;
}

.l-footer_nav nav ul {
  display: flex;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.l-footer_nav nav ul a {
  color: #333333;
  font-size: 15px;
}

.l-footer_nav nav ul a:hover {
  color: #1297f5;
}

@media (max-width: 414px) {
  .l-footer_nav {
    margin-block: 24px 36px;
  }
  .l-footer_nav nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}

.l-footer__company {
  background-color: #fffbe8;
  padding-block: 20px;
  text-align: center;
}

.l-footer__company p,
.l-footer__company address,
.l-footer__company span {
  font-size: 1rem;
}

.l-footer__company address {
  margin-bottom: 16px;
}

.l-footer p {
  font-size: 14px;
  width: calc(100% - 30px);
  margin-inline: auto;
  margin-bottom: 12px;
  font-weight: bold;
}

.l-footer__group {
  background-color: #337293;
  color: #ffffff;
  text-align: center;
  padding: 36px 0 24px;
}

.l-footer__group a {
  color: #ffffff;
}

.l-footer__group ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
  margin: 0 auto 28px;
  gap: 0.2rem 0.5rem;
}

.l-footer__group ul li {
  font-size: 0.75em;
}

.l-footer__group-sep {
  opacity: 0.5;
}

.l-footer__copy {
  font-size: 12px;
  padding: 4px 0;
  width: calc(100% - 30px);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .l-footer__company {
    display: none;
  }
  .l-footer__group {
    padding-bottom: 0;
  }
  .l-footer__group-sep {
    display: none;
  }
  .l-footer__group-services {
    text-align: left;
  }
  .l-footer__group ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 15px 0;
  }
  .l-footer__group ul li {
    text-align: left;
  }
  .l-footer__group ul li a {
    text-align: left;
  }
  .l-footer p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .l-footer__copy {
    margin-top: 32px;
    padding-bottom: 104px;
  }
}

/* fixed menu
----------------------------------------------------------------- */

.l-fix-menu {
  position: fixed;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
}

.l-fix-menu__items {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.l-fix-menu__item {
  padding: 6px;
  aspect-ratio: 1;
  width: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.l-fix-menu__item a {
  display: block;
  width: 100%;
}

.l-fix-menu__item:nth-of-type(1) {
  background-color: #2799ae;
}

.l-fix-menu__item:nth-of-type(2) {
  background-color: #e59c00;
}

.l-fix-menu__item:nth-of-type(3) {
  background-color: #e59c00;
}

.l-fix-menu__item:nth-of-type(4) {
  background-color: #e59c00;
}

.l-fix-menu__item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.l-fix-menu__item-image {
  width: 56px;
  height: 56px;
}

.l-fix-menu__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.l-fix-menu__item span {
  color: white;
  text-align: center;
  line-height: 1.4;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .l-fix-menu {
    bottom: 0;
    left: 50%;
    top: unset;
    right: unset;
    translate: -50% 0;
    width: 100%;
  }
  .l-fix-menu__items {
    display: flex;
    flex-direction: row;
    gap: 2px;
    border: 1px solid white;
  }
  .l-fix-menu__item {
    flex: 1;
    width: auto;
    aspect-ratio: unset;
    border: 2px solid white;
  }
  .l-fix-menu__item-image {
    width: 48px;
    height: 48px;
  }
  .l-fix-menu__item span {
    margin-top: 4px;
    white-space: nowrap;
    font-size: 0.8rem;
  }
}
