@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Murecho:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
}
html.open,
body.open {
  overflow: hidden;
}

body {
  background-image: url("../img/bg/background-pc.png");
  background-color: #FFFAF2;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  body {
    background-image: url("../img/bg/background-sp.png");
  }
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}
p.center {
  text-align: center;
}

img {
  display: block;
}

html {
  font-size: 16px;
  font-family: Noto Sans JP, 遊ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, MS Pゴシック, MS PGothic, sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.l-footer {
  margin-top: auto;
}

.l-container {
  flex: 1;
  padding-top: 116px;
}
@media screen and (max-width: 1023px) {
  .l-container {
    padding-top: 83px;
  }
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-inner {
  margin-inline: auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 15px;
  }
}

.l-content {
  margin-inline: auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1208px;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding-inline: 15px;
  }
}

.c-head {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1512px;
}
.c-head_inner {
  position: relative;
}
.c-head h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-head h2 {
    gap: 12px;
  }
}
.c-head h2 span {
  font-family: "Montserrat", sans-serif;
  font-size: min(6.6vw, 96px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-head h2 span {
    font-size: 32px;
  }
}
.c-head h2 span.orange {
  color: #F2971B;
}
.c-head h2 span.blue {
  color: #3A88B9;
}
.c-head h2 span.green {
  color: #3AB986;
}
.c-head h2 small {
  font-family: "Murecho", sans-serif;
  font-size: min(2.4vw, 36px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .c-head h2 small {
    font-size: 16px;
  }
}
.c-head_img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1023px) {
  .c-head_img {
    top: 0;
    transform: translate(0, 0);
  }
}
.c-head_img img {
  width: 100%;
  height: auto;
}
.c-head_img.left {
  left: min(3vw, 60px);
}
.c-head_img.right {
  right: min(3vw, 60px);
}
.c-head_img.img01 {
  width: min(22vw, 290px);
}
.c-head_img.img02 {
  width: min(22vw, 290px);
}
.c-head_img.img03 {
  width: min(25vw, 381px);
}
.c-head_img.img04 {
  width: min(27vw, 418px);
}
.c-head_img.img05 {
  width: min(15vw, 229px);
}
.c-head_img.img06 {
  width: min(13vw, 206px);
}
@media screen and (max-width: 767px) {
  .c-head_img.img06 {
    width: 8vw;
  }
}
.c-button {
  position: relative;
  display: grid;
  place-content: center;
  padding-inline: 32px 56px;
  width: fit-content;
  height: 56px;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E5DCCD;
  border-radius: 28px;
  transition: 0.3s ease opacity;
}
.c-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .c-button {
    padding-inline: 24px;
    width: 130px;
    height: 42px;
    font-size: 12px;
  }
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  width: 14px;
  height: 14px;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path d="M5.69,12.922H15.725l-4.384,4.5a.947.947,0,0,0,0,1.309.879.879,0,0,0,1.267,0l5.921-6.076a.935.935,0,0,0,0-1.3L12.617,5.27a.879.879,0,0,0-1.267,0,.935.935,0,0,0,0,1.3l4.375,4.508H5.69a.922.922,0,0,0,0,1.844Z" transform="translate(-4.791 -5)" /></svg>');
  mask-size: contain;
  background-color: #333;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1023px) {
  .c-button::after {
    right: 14px;
    width: 10px;
    height: 10px;
  }
}
.c-slider {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
  overflow-x: hidden;
}
.c-slider_inner {
  padding-left: min(6.3vw, 96px);
}
@media screen and (max-width: 767px) {
  .c-slider_inner {
    padding-left: 15px;
  }
}
.c-slider_inner .swiper {
  overflow: visible !important;
}
.c-slider_item {
  display: block;
  padding: min(1.5vw, 32px);
  background-color: #fff;
  border-radius: min(1.2vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-slider_item {
    padding: 24px;
    border-radius: 12px;
  }
}
.c-slider_img {
  width: 100%;
}
.c-slider_img img {
  width: 100%;
  height: auto;
}
.c-slider_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: min(1.2vw, 16px);
}
@media screen and (max-width: 1023px) {
  .c-slider_head {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-slider_head {
    margin-top: 18px;
  }
}
.c-slider_head .cat {
  display: flex;
  gap: 8px;
}
.c-slider_head .cat p {
  display: grid;
  place-content: center;
  padding-inline: 8px;
  width: fit-content;
  height: min(2vw, 32px);
  font-size: min(1.1vw, 13px);
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  background-color: #3AB986;
}
@media screen and (max-width: 1023px) {
  .c-slider_head .cat p {
    height: 24px;
    font-size: 10px;
    border-radius: 6px;
  }
}
.c-slider_head .date {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: min(1.2vw, 16px);
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .c-slider_head .date {
    font-size: 12px;
  }
}
.c-slider_text {
  margin-top: min(1vw, 12px);
  padding-right: min(2vw, 40px);
  font-size: min(1.5vw, 18px);
  color: #333;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-slider_text {
    margin-top: ９px;
    padding-right: 30px;
    font-size: 13px;
  }
}
.c-slider_text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path d="M5.69,12.922H15.725l-4.384,4.5a.947.947,0,0,0,0,1.309.879.879,0,0,0,1.267,0l5.921-6.076a.935.935,0,0,0,0-1.3L12.617,5.27a.879.879,0,0,0-1.267,0,.935.935,0,0,0,0,1.3l4.375,4.508H5.69a.922.922,0,0,0,0,1.844Z" transform="translate(-4.791 -5)" /></svg>');
  mask-size: contain;
  background-color: #F2971B;
  transform: translate(0, -50%);
}
.c-slider_buttons {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding-inline: min(6.3vw, 96px);
  height: 34px;
}
@media screen and (max-width: 767px) {
  .c-slider_buttons {
    right: 15px;
    padding-inline: 0;
  }
}
.c-slider_button {
  position: relative;
  width: 34px;
  height: 34px;
  background-color: #333;
  border-radius: 34px;
  cursor: pointer;
  transition: 0.3s ease opacity;
}
.c-slider_button:hover {
  opacity: 0.6;
}
.c-slider_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 16px;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 9.414 16"><path d="M1,16a1,1,0,0,1-.707-1.707L6.586,8,.293,1.707A1,1,0,0,1,1.707.293L9.414,8,1.707,15.707A1,1,0,0,1,1,16Z"/></svg>');
  mask-size: contain;
  background-color: #fff;
}
.c-slider_button.button-prev::before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.c-slider_pagination {
  margin-top: 12px;
  margin-left: min(6.3vw, 96px);
}
@media screen and (max-width: 767px) {
  .c-slider_pagination {
    margin-left: 15px;
  }
}
.c-slider_pagination .swiper-pagination-bullet {
  width: 16px;
  height: 3px;
  background-color: #333;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s ease width;
}
.c-slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: #F2971B;
}
.c-title {
  position: relative;
  margin-bottom: min(4vw, 56px);
  margin-inline: auto;
  padding-block: min(3.6vw, 48px);
  width: 100%;
  max-width: 1320px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 40px;
    padding-block: 24px;
  }
}
.c-title_inner {
  position: relative;
}
.c-title_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.c-title_title small {
  font-family: "Montserrat", sans-serif;
  font-size: min(3vw, 40px);
  color: #E3D4BD;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title_title small {
    font-size: 16px;
  }
}
.c-title_title span {
  font-family: "Murecho", sans-serif;
  font-size: min(5vw, 64px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .c-title_title span {
    font-size: 24px;
  }
}
.c-title_img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.c-title_img img {
  width: 100%;
  height: auto;
}
.c-title_img.left {
  left: min(1.8vw, 24px);
}
.c-title_img.right {
  right: min(1.8vw, 24px);
}
.c-title_img.img07 {
  width: min(22vw, 290px);
}
@media screen and (max-width: 767px) {
  .c-title_img.img07 {
    width: 70px;
  }
}
.c-title_img.img08 {
  width: min(22vw, 285px);
}
@media screen and (max-width: 767px) {
  .c-title_img.img08 {
    width: 62px;
  }
}
.c-bread {
  margin-inline: auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .c-bread {
    padding-inline: 15px;
  }
}
.c-bread .aioseo-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-bread .aioseo-breadcrumbs {
    gap: 8px;
    font-size: 13px;
  }
}
.c-bread .aioseo-breadcrumbs a {
  color: #333;
  text-decoration: underline;
}
.c-bread .aioseo-breadcrumbs a:hover {
  text-decoration: none;
}
.c-search {
  margin-top: min(8.4vw, 112px);
  position: relative;
  padding-block: min(5vw, 80px);
  padding-inline: min(5vw, 80px);
  width: 100%;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #E3D4BD;
  box-shadow: 0 0 16px #E3D4BD;
  border-radius: min(2.6vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-search {
    margin-top: 56px;
    padding-block: 48px 40px;
    padding-inline: 16px;
    border-width: 2px;
    border-radius: 24px;
  }
}
.c-search_title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: grid;
  place-content: center;
  transform: translate(-50%, -50%);
  width: min(19vw, 272px);
  height: min(4.6vw, 64px);
  font-family: "Murecho", sans-serif;
  font-size: min(1.6vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #E3D4BD;
  border-radius: 32px;
  box-shadow: 0 8px 4px #E3D4BD;
}
@media screen and (max-width: 1023px) {
  .c-search_title {
    font-size: 2vw;
    width: 22vw;
    height: 5.5vw;
    box-shadow: 0 4px 2px #E3D4BD;
  }
}
@media screen and (max-width: 767px) {
  .c-search_title {
    font-size: 14px;
    width: 148px;
    height: 42px;
    box-shadow: 0 4px 2px #E3D4BD;
  }
}
.c-search_title.area {
  margin-top: max(-5vw, -80px);
}
@media screen and (max-width: 767px) {
  .c-search_title.area {
    margin-top: -48px;
  }
}
.c-search_box {
  position: relative;
}
.c-search_box.type {
  margin-top: min(5vw, 80px);
  padding-top: min(5vw, 80px);
  border-width: 2px 0 0;
  border-style: solid;
  border-color: #E3D4BD;
}
@media screen and (max-width: 767px) {
  .c-search_box.type {
    margin-top: 64px;
    padding-top: 40px;
  }
}
.c-search_check {
  width: 100%;
  font-weight: 500;
  line-height: 1.3;
  background-color: #fff;
  border-width: 4px;
  border-style: solid;
  border-color: #3AB986;
  border-radius: min(0.8vw, 8px);
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .c-search_check {
    border-width: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-search_check {
    border-width: 2px;
    border-radius: 8px;
  }
}
.c-search_check input {
  display: none;
}
.c-search_check input:checked + span::after {
  background-color: #333;
  background-image: url("../img/icon/icon-check.svg");
  background-size: 90% 90%;
  background-position: center;
  background-repeat: no-repeat;
}
.c-search_check span {
  position: relative;
  display: flex;
  align-items: center;
  padding-inline: 24px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-search_check span {
    padding-inline: 16px;
  }
}
.c-search_check span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(1.5vw, 18px);
  transform: translate(0, -50%);
  width: min(1.5vw, 21px);
  height: min(1.5vw, 21px);
  border-width: 3px;
  border-style: solid;
  border-color: #333;
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .c-search_check span::after {
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-search_check span::after {
    right: 16px;
    width: 20px;
    height: 20px;
    border-width: 2px;
  }
}
.c-search_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-search_area {
    flex-direction: column;
  }
}
.c-search_area-left {
  flex: 0 0 auto;
  width: min(32vw, 412px);
}
@media screen and (max-width: 767px) {
  .c-search_area-left {
    width: 100%;
  }
}
.c-search_area-right {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-search_area-right {
    margin-left: 0;
    margin-top: 24px;
    width: 100%;
  }
}
.c-search_area-right svg {
  width: 100%;
  height: auto;
}
.c-search_area-checks {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(1.2vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-search_area-checks {
    gap: 8px;
  }
}
.c-search_area-checks label {
  height: 72px;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .c-search_area-checks label {
    font-size: 1.8vw;
    height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .c-search_area-checks label {
    font-size: 16px;
    height: 56px;
  }
}
.c-search_area #map_area .area {
  cursor: pointer;
}
.c-search_area #map_area .area:hover .map {
  fill: #8DDFBE;
}
.c-search_area #map_area .area .map {
  transition: 0.3s ease fill;
}
.c-search_area #map_area .area .map.selected {
  fill: #3AB986;
}
.c-search_type-checks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.2vw, 16px);
}
@media screen and (max-width: 1023px) {
  .c-search_type-checks {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-search_type-checks {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.c-search_type-checks label {
  height: min(5.2vw, 78px);
  font-size: min(1.2vw, 18px);
}
@media screen and (max-width: 1023px) {
  .c-search_type-checks label {
    font-size: 1.5vw;
    height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .c-search_type-checks label {
    padding-block: 12px;
    font-size: 13px;
    height: auto;
    min-height: 46px;
  }
  .c-search_type-checks label span {
    padding-inline: 12px 30px;
  }
  .c-search_type-checks label span::after {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}
.c-search_append {
  margin-top: min(2.8vw, 36px);
}
@media screen and (max-width: 767px) {
  .c-search_append {
    margin-top: 16px;
  }
}
.c-search_append ul li {
  padding-left: 2.5em;
  font-size: min(1.2vw, 16px);
  text-indent: -2.5em;
}
@media screen and (max-width: 1023px) {
  .c-search_append ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-search_append ul li {
    font-size: 11px;
  }
}
.c-search_submit {
  margin-top: min(4.5vw, 60px);
  padding-top: min(4.5vw, 60px);
  display: flex;
  justify-content: center;
  border-width: 2px 0 0;
  border-style: solid;
  border-color: #E3D4BD;
}
@media screen and (max-width: 767px) {
  .c-search_submit {
    margin-top: 36px;
    padding-top: 36px;
  }
}
.c-search_submit-button {
  position: relative;
  display: grid;
  place-content: center;
  padding-left: min(5vw, 66px);
  width: min(33vw, 434px);
  height: min(9.2vw, 120px);
  font-size: min(2.4vw, 32px);
  color: #fff;
  font-weight: 700;
  background-color: #3AB986;
  border-width: 8px;
  border-style: solid;
  border-color: #8DDFBE;
  border-radius: 120px;
  cursor: pointer;
  transition: 0.3s ease opacity;
}
.c-search_submit-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .c-search_submit-button {
    border-width: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-search_submit-button {
    padding-left: 50px;
    width: 314px;
    height: 88px;
    font-size: 24px;
    border-width: 4px;
  }
}
.c-search_submit-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: min(4.6vw, 64px);
  transform: translate(0, -50%);
  width: min(4.2vw, 58px);
  height: min(4.2vw, 58px);
  background-image: url("../img/icon/icon-search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-search_submit-button::before {
    left: 40px;
    width: 40px;
    height: 40px;
  }
}
.c-box {
  position: relative;
  background-color: #fff;
  border-radius: min(2vw, 24px);
}
.c-box_inner {
  padding-block: min(4vw, 53px);
  padding-inline: min(4.8vw, 64px);
}
@media screen and (max-width: 767px) {
  .c-box_inner {
    padding-block: 28px 32px;
    padding-inline: 16px;
  }
}
.c-h2 {
  position: relative;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translate(0, max(-2vw, -27px));
}
@media screen and (max-width: 767px) {
  .c-h2 {
    transform: translate(0, -12px);
  }
}
.c-h2 span {
  font-family: "Montserrat", sans-serif;
  font-size: min(4.2vw, 56px);
  font-weight: 900;
  color: #3AB986;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-h2 span {
    font-size: 24px;
  }
}
.c-h2 small {
  margin-top: min(1.2vw, 16px);
  font-family: "Murecho", sans-serif;
  font-size: min(2.7vw, 36px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-h2 small {
    font-size: 16px;
  }
}
.c-h3 {
  position: relative;
  margin-block: min(4.8vw, 64px) min(1.5vw, 18px);
  padding-left: min(3vw, 32px);
  font-size: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-h3 {
    margin-block: 48px 12px;
    padding-left: 24px;
    font-size: 15px;
  }
}
.c-h3::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  transform: translate(0, -50%);
  width: min(1.8vw, 20px);
  height: 0;
  border-width: min(0.6vw, 6px) 0 0;
  border-style: solid;
  border-color: #3AB986;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-h3::before {
    width: 16px;
    border-width: 4px 0 0;
  }
}
.c-h3:first-child {
  margin-top: 0;
}
.c-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-table {
    width: 620px;
  }
}
.c-table thead {
  background-color: #FFF8ED;
}
.c-table thead tr th {
  font-size: min(1.8vw, 18px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-table thead tr th {
    font-size: 13px;
  }
}
.c-table th {
  text-align: left;
}
.c-table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(1.2vw, 16px);
  padding-block: min(1.2vw, 16px);
  padding-inline: min(1.8vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-table tr {
    gap: 8px;
    padding-block: 12px;
    padding-inline: 12px;
  }
}
.c-table tr th:nth-child(1), .c-table tr td:nth-child(1) {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .c-table tr th:nth-child(1), .c-table tr td:nth-child(1) {
    width: 27%;
  }
}
.c-table tbody tr {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #E3D4BD;
}
.c-table_title {
  text-align: left;
  width: 32%;
}
@media screen and (max-width: 1023px) {
  .c-table_title {
    width: 28%;
  }
}
.c-table_title.td {
  display: flex;
  flex-direction: column;
  gap: min(1vw, 12px);
}
@media screen and (max-width: 767px) {
  .c-table_title.td {
    gap: 4px;
  }
}
.c-table_title.td a {
  font-size: min(1.6vw, 20px);
  font-weight: 700;
  color: #333;
  text-decoration: underline;
}
.c-table_title.td a:hover {
  text-decoration: none;
}
.c-table_title.td a[href=""] {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-table_title.td a {
    font-size: 14px;
  }
}
.c-table_title.td a br {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-table_title.td a br {
    display: block;
  }
}
.c-table_types {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-table_types {
    gap: 4px;
  }
}
.c-table_type {
  padding-block: min(0.8vw, 8px);
  padding-inline: min(1vw, 12px);
  width: fit-content;
  font-size: min(1vw, 13px);
  color: #fff;
  line-height: 1.2;
  background-color: #3AB986;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-table_type {
    padding-block: 6px;
    padding-inline: 6px;
    font-size: 10px;
    letter-spacing: -0.02em;
  }
}
.c-table_address {
  width: 30%;
  font-size: min(1.8vw, 18px);
}
@media screen and (max-width: 1023px) {
  .c-table_address {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .c-table_address {
    font-size: 12px;
  }
}
.c-table_tel {
  width: 16%;
  font-size: min(1.8vw, 18px);
}
@media screen and (max-width: 767px) {
  .c-table_tel {
    font-size: 12px;
  }
}
.c-table_sns {
  width: min(16vw, 208px);
  display: flex;
  gap: min(1vw, 12px);
}
@media screen and (max-width: 767px) {
  .c-table_sns {
    gap: 9px;
    width: 156px;
  }
}
.c-table_sns a {
  display: block;
  width: min(2.5vw, 32px);
  transition: 0.3s ease opacity;
}
@media screen and (max-width: 767px) {
  .c-table_sns a {
    width: 24px;
  }
}
.c-table_sns a:hover {
  opacity: 0.6;
}
.c-table_sns a img {
  width: 100%;
  height: auto;
}
.c-list {
  width: 100%;
  font-size: min(1.5vw, 18px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-list {
    font-size: 12px;
  }
}
.c-list thead {
  background-color: #3AB986;
}
.c-list thead th {
  padding: min(2vw, 24px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-list thead th {
    padding-block: 20px;
    padding-inline: 12px;
  }
}
.c-list thead th:nth-child(1) {
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 767px) {
  .c-list thead th:nth-child(1) {
    width: 6em;
  }
}
.c-list thead th:nth-child(3) {
  border-radius: 0 8px 8px 0;
}
.c-list tbody {
  background-color: #FFF8ED;
}
.c-list tbody th, .c-list tbody td {
  padding: min(2vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-list tbody th, .c-list tbody td {
    padding-block: 20px;
    padding-inline: 12px;
  }
}
.c-list tbody th {
  border-radius: 8px 0 0 8px;
}
.c-list tbody td:nth-child(3) {
  border-radius: 0 8px 8px 0;
}
.c-cat {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.c-cat a {
  flex: 0 0 auto;
  padding-block: 8px;
  padding-inline: 12px;
  color: #fff;
  font-size: min(1vw, 13px);
  font-weight: 500;
  line-height: 1.2;
  background-color: #3AB986;
  border-radius: min(0.8vw, 8px);
  transition: 0.3s ease opacity;
}
.c-cat a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .c-cat a {
    font-size: 13px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-cat a {
    font-size: 10px;
  }
}
.c-date {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: min(1.2vw, 16px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .c-date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-date {
    font-size: 13px;
  }
}
.c-anchor p {
  font-size: min(1.5vw, 20px);
  line-height: 1.9;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-anchor p {
    font-size: 14px;
  }
}
.c-anchor_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.5vw, 18px);
}
@media screen and (max-width: 767px) {
  .c-anchor_list {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-anchor_list.col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .c-anchor_list.col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-anchor a {
  position: relative;
  display: grid;
  place-content: center;
  padding-block: min(2vw, 24px) min(3vw, 36px);
  padding-inline: 16px;
  background-color: #EFF5EC;
  border-width: 4px;
  border-style: solid;
  border-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-anchor a {
    padding-block: 16px 28px;
  }
}
.c-anchor a::after {
  content: "";
  position: absolute;
  bottom: min(1vw, 13px);
  left: 50%;
  transform: translate(-50%, 0);
  width: 14px;
  height: 14px;
  background-image: url("../img/icon/icon-arrow-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-anchor a::after {
    bottom: 8px;
    width: 11px;
    height: 11px;
  }
}
.c-anchor a span {
  display: grid;
  place-content: center;
  height: 2.5em;
  font-size: min(1.6vw, 16px);
  color: #333;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-anchor a span {
    height: auto;
    font-size: 13px;
  }
}
.c-anchor a.slim {
  padding-inline: 12px;
}
.c-anchor a.slim span {
  height: auto;
}
.c-column {
  display: grid;
  gap: min(1.5vw, 20px);
  margin-top: min(1.5vw, 18px);
}
@media screen and (max-width: 1023px) {
  .c-column {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-column {
    gap: 8px;
  }
}
.c-column.col1 {
  grid-template-columns: 1fr;
}
.c-column.col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .c-column.col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-column.col3 {
    grid-template-columns: 1fr;
  }
}
.c-column.tabCol3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column.tabCol3 {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.c-history {
  width: 100%;
  font-size: min(1.5vw, 18px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-history {
    font-size: 12px;
  }
}
.c-history thead {
  background-color: #FFF8ED;
}
.c-history thead th {
  padding-block: min(1.2vw, 16px);
  padding-inline: min(2vw, 24px);
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-history thead th {
    padding-block: 12px;
    padding-inline: 10px;
  }
}
.c-history thead th:nth-child(1) {
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 767px) {
  .c-history thead th:nth-child(1) {
    width: 7em;
  }
}
.c-history thead th:nth-child(3) {
  border-radius: 0 8px 8px 0;
}
.c-history tbody td {
  padding-block: min(2vw, 24px);
  padding-inline: min(2vw, 24px);
  font-size: min(1.8vw, 18px);
  line-height: 1.3;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #E3D4BD;
}
@media screen and (max-width: 767px) {
  .c-history tbody td {
    padding-block: 12px;
    padding-inline: 10px;
    font-size: 13px;
  }
}
.c-tabs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-tabs {
    gap: 10px;
  }
}
.c-tabs dl {
  display: flex;
  align-items: center;
  gap: min(1.5vw, 20px);
  padding-block: 16px;
  padding-inline: 24px 16px;
  background-color: #fff;
  width: fit-content;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .c-tabs dl {
    padding-block: 12px;
    padding-inline: 16px;
    gap: 12px;
  }
}
.c-tabs dl dt {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.c-tabs dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-tabs dl dd {
    gap: 6px;
  }
}
.c-tabs dl dd a, .c-tabs dl dd span {
  display: block;
  padding-block: 8px;
  padding-inline: 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-tabs dl dd a, .c-tabs dl dd span {
    font-size: 12px;
  }
}
.c-tabs dl dd a {
  color: #333;
  background-color: #EFEFEF;
  transition: 0.3s ease opacity;
}
.c-tabs dl dd a:hover {
  opacity: 0.6;
}
.c-tabs dl dd span, .c-tabs dl dd a.current {
  color: #fff;
  background-color: #3AB986;
  pointer-events: none;
}
.c-tabs dl dd select {
  padding-block: 10px;
  padding-inline: 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-width: 2px;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .c-tabs dl dd select {
    font-size: 12px;
  }
}
.c-download.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.5vw, 20px);
}
@media screen and (max-width: 767px) {
  .c-download.col3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.c-download_item {
  position: relative;
  display: flex;
  align-items: center;
  padding-inline: min(2vw, 24px);
  width: 100%;
  height: min(6.3vw, 72px);
  border-width: min(0.5vw, 4px);
  border-style: solid;
  border-radius: 8px;
  border-color: #3AB986;
  transition: 0.3s ease opacity;
}
.c-download_item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-download_item {
    height: 56px;
    border-width: 2px;
    border-radius: 8px;
  }
}
.c-download_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(1.2vw, 16px);
  transform: translate(0, -50%);
  width: min(3.5vw, 40px);
  height: min(3.5vw, 40px);
  background-image: url("../img/icon/icon-download-bk.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-download_item::after {
    right: 12px;
    width: 24px;
    height: 24px;
  }
}
.c-download_item.center {
  justify-content: center;
}
.c-download_item span {
  font-size: min(2vw, 24px);
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-download_item span {
    font-size: 14px;
  }
}
.c-download_item span.about {
  padding-right: min(3.5vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-download_item span.about {
    padding-right: 24px;
  }
}
.p-header {
  padding-inline: 40px;
  width: 100%;
  height: 116px;
  transition: 0.3s ease background;
}
.p-header.scroll {
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1023px) {
  .p-header {
    padding-inline: 18px;
    height: 83px;
  }
}
.p-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.p-header_title {
  width: 180px;
}
@media screen and (max-width: 1023px) {
  .p-header_title {
    width: 112px;
  }
}
.p-header_title a {
  display: block;
}
.p-header_title a img {
  width: 100%;
  height: auto;
}
.p-header_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .p-header_nav {
    display: none;
  }
}
.p-header_nav-buttons {
  display: flex;
  gap: 8px;
}
.p-header_nav-button {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-inline: 16px 24px;
  height: 40px;
  border-radius: 20px;
  transition: 0.3s ease opacity;
}
.p-header_nav-button:hover {
  opacity: 0.6;
}
.p-header_nav-button.download {
  background-color: #3AB986;
}
.p-header_nav-button.search {
  background-color: #3A88B9;
}
.p-header_nav-button img {
  width: 24px;
  height: 24px;
}
.p-header_nav-button span {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}
.p-header_nav-links {
  display: flex;
  gap: min(2vw, 32px);
}
.p-header_nav-links a {
  color: #333;
  font-size: 15px;
  transition: 0.3s ease opacity;
}
.p-header_nav-links a:hover {
  opacity: 0.6;
}
.p-header_menu {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-header_menu {
    position: relative;
    display: block;
    width: 28px;
    height: 22px;
    cursor: pointer;
  }
  .p-header_menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 1px;
    transition: 0.3s ease;
  }
  .p-header_menu span:nth-child(1) {
    top: 0;
  }
  .p-header_menu span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .p-header_menu span:nth-child(3) {
    top: 100%;
  }
  .p-header_menu.close span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .p-header_menu.close span:nth-child(2) {
    width: 0;
  }
  .p-header_menu.close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
}

.p-footer {
  padding-inline: 20px;
  padding-block: 0 56px;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-inline: 15px;
  }
}
.p-footer_inner {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(2vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-footer_inner {
    margin-top: 40px;
    gap: 32px;
  }
}
.p-footer_logo {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-footer_logo {
    width: 126px;
  }
}
.p-footer_logo a {
  display: block;
}
.p-footer_logo a img {
  width: 100%;
  height: auto;
}
.p-footer_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-inline: 200px;
  gap: min(2vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-footer_menu {
    padding-inline: 0;
    justify-content: space-between;
    gap: 0;
    row-gap: 24px;
  }
}
.p-footer_menu a {
  color: #333;
  font-size: 15px;
  line-height: 1.2;
  transition: 0.3s ease opacity;
}
.p-footer_menu a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-footer_menu a {
    flex: 0 0 auto;
    width: 50%;
  }
}
.p-footer_copy {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-footer_copy {
    font-size: 12px;
  }
}
.p-toTop {
  position: fixed;
  z-index: 9997;
  bottom: 8px;
  right: 8px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-toTop {
    width: 40px;
    height: 40px;
  }
}
.p-toTop img {
  width: 100%;
  height: auto;
}
.p-banner {
  position: fixed;
  z-index: 9997;
  right: 0;
  bottom: 62px;
  width: min(20vw, 200px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-banner {
    bottom: 60px;
    width: 126px;
  }
}
.p-banner_img {
  cursor: pointer;
}
.p-banner_img img {
  width: 100%;
  height: auto;
}
.p-banner_close {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.p-banner_close img {
  width: 100%;
  height: auto;
}
.p-nav {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: #FFFAF2;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.6s ease;
}
.p-nav.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.p-nav_close {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 32px;
  height: 32px;
  z-index: 10;
  cursor: pointer;
}
.p-nav_close img {
  width: 100%;
  height: auto;
}
.p-nav_inner {
  position: relative;
  padding-block: 67px;
  padding-inline: 15px;
}
.p-nav_list {
  display: flex;
  flex-direction: column;
}
.p-nav_list a {
  position: relative;
  display: flex;
  align-items: center;
  padding-inline: 16px;
  height: 48px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #E3D4BD;
}
.p-nav_list a:nth-child(1) {
  border-width: 1px 0;
}
.p-nav_list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path d="M5.69,12.922H15.725l-4.384,4.5a.947.947,0,0,0,0,1.309.879.879,0,0,0,1.267,0l5.921-6.076a.935.935,0,0,0,0-1.3L12.617,5.27a.879.879,0,0,0-1.267,0,.935.935,0,0,0,0,1.3l4.375,4.508H5.69a.922.922,0,0,0,0,1.844Z" transform="translate(-4.791 -5)" /></svg>');
  mask-size: contain;
  background-color: #333;
}
.p-nav_buttons {
  margin-top: 14px;
  padding-inline: 7px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
}
.p-nav_buttons a {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding-inline: 12px;
  height: 40px;
  border-radius: 20px;
}
.p-nav_buttons a.download {
  background-color: #3AB986;
}
.p-nav_buttons a.search {
  background-color: #3A88B9;
}
.p-nav_buttons a img {
  width: 24px;
  height: 24px;
}
.p-nav_buttons a span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200vw 0;
  }
}
.p-top {
  padding-block: 0 min(10vw, 160px);
}
.p-top_mv {
  width: 100%;
  background-image: url("../img/top/mv-slider.png");
  animation: bgscroll 100s linear infinite;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .p-top_mv {
    background-size: auto 70%;
  }
}
.p-top_mv img {
  width: 100%;
  height: auto;
}
.p-top section {
  padding-block: min(8.4vw, 128px) 0;
}
@media screen and (max-width: 767px) {
  .p-top section {
    padding-block: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top section + section {
    padding-block: 88px 0;
  }
}
.p-top_sideTitle {
  width: min(7.6vw, 116px);
}
@media screen and (max-width: 767px) {
  .p-top_sideTitle {
    width: 66px;
  }
  .p-top_sideTitle.link {
    width: 86px;
  }
}
.p-top_sideTitle img {
  width: 100%;
  height: auto;
}
.p-top_sec01 {
  display: flex;
  gap: min(3vw, 47px);
  margin-top: min(60vw, 90px);
}
@media screen and (max-width: 767px) {
  .p-top_sec01 {
    margin-top: 20px;
    flex-direction: column;
    gap: 16px;
  }
}
.p-top_sec01-slider {
  position: relative;
  transform: rotate(-3deg);
}
.p-top_sec01-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E5DCCD;
  transform: rotate(6deg);
  border-radius: min(18vw, 24px);
}
.p-top_sec01-slider .swiper {
  z-index: 10;
}
.p-top_sec01-slider img {
  width: 100%;
  height: auto;
  border-radius: min(18vw, 24px);
}
.p-top_sec01-left {
  flex: 0 0 auto;
  width: min(43vw, 744px);
}
@media screen and (max-width: 767px) {
  .p-top_sec01-left {
    margin-top: 24px;
    margin-inline: auto;
    width: 90%;
  }
}
.p-top_sec01-right h3 {
  font-size: min(1.9vw, 24px);
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-top_sec01-right h3 {
    margin-top: 16px;
    font-size: 17px;
  }
}
.p-top_sec01-right p {
  margin-top: min(2vw, 32px);
  font-size: min(1.5vw, 20px);
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-top_sec01-right p {
    margin-top: 16px;
    font-size: 14px;
  }
}
.p-top_sec01-button {
  margin-top: min(2vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-top_sec01-button {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
  }
}
.p-top_sec02 {
  margin-top: min(6.3vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-top_sec02 {
    margin-top: 32px;
  }
}
.p-top_sec02-button {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.p-top_sec04 {
  display: flex;
  gap: min(5vw, 76px);
}
@media screen and (max-width: 1023px) {
  .p-top_sec04 {
    gap: 6px;
  }
}
.p-top_sec04-title {
  flex: 0 0 auto;
}
.p-top_sec04-content {
  flex: 1;
}
.p-top_sec05 {
  display: flex;
  gap: min(5vw, 76px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top_sec05 {
    flex-direction: column;
    gap: 16px;
  }
}
.p-top_sec05-title {
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top_sec05-title {
    order: 1;
  }
}
.p-top_sec05-content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top_sec05-content {
    order: 2;
  }
}
.p-top_sec05-banners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.6vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-top_sec05-banners {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.p-top_sec05-banners a {
  display: block;
}
.p-top_sec05-banners a img {
  width: 100%;
  height: auto;
}
.p-page {
  padding-bottom: min(8.4vw, 112px);
}
@media screen and (max-width: 767px) {
  .p-page {
    padding-bottom: 80px;
  }
}
.p-page section + section {
  padding-top: min(12vw, 160px);
}
@media screen and (max-width: 1023px) {
  .p-page section + section {
    padding-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-page section + section {
    padding-top: 44px;
  }
}
.p-affiliation_search-buttons {
  display: flex;
  justify-content: center;
}
.p-affiliation_search-button {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: min(9.3vw, 124px);
  width: min(41.8vw, 552px);
  height: min(7.2vw, 96px);
  font-size: min(2.4vw, 32px);
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  background-color: #3A88B9;
  border-width: 4px;
  border-style: solid;
  border-color: #00577B;
  border-radius: 96px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-affiliation_search-button {
    padding-left: 72px;
    width: 342px;
    height: 64px;
    font-size: 20px;
  }
}
.p-affiliation_search-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: min(4.2vw, 56px);
  transform: translate(0, -50%);
  width: min(3.6vw, 48px);
  height: min(3.6vw, 48px);
  background-image: url("../img/icon/icon-search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-affiliation_search-button::before {
    left: 24px;
    width: 32px;
    height: 32px;
  }
}
.p-affiliation_search-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(3.3vw, 44px);
  transform: translate(0, -50%);
  width: min(1.8vw, 24px);
  height: min(1.2vw, 16px);
  background-image: url("../img/icon/icon-acc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-affiliation_search-button::after {
    right: 32px;
    width: 16px;
    height: 10px;
  }
}
.p-affiliation_search-button.open::after {
  transform: translate(0, -50%) scaleY(-1);
}
.p-affiliation_search-search {
  display: none;
}
.p-affiliation_container {
  position: relative;
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  .p-affiliation_container {
    min-height: 300px;
  }
}
.p-affiliation_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: calc(-5vw - 20px);
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1); /* Or use a CSS var for this color */
  border-radius: 50%;
  border-top-color: #3AB986;
  animation: spin 1s ease-in-out infinite;
}
.p-affiliation_spinner.hide {
  display: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.p-affiliation_list {
  margin-top: min(4vw, 52px);
  padding-block: 0 min(4.2vw, 64px);
  padding-inline: min(4.2vw, 64px);
  display: flex;
  flex-direction: column;
  gap: min(4.8vw, 64px);
  opacity: 0;
  transition: 0.6s ease opacity;
}
.p-affiliation_list.show {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-affiliation_list {
    margin-top: 27px;
    gap: 40px;
    padding-inline: 15px;
  }
}
.p-affiliation_list-row {
  padding-top: 116px;
  margin-top: -116px;
}
@media screen and (max-width: 1023px) {
  .p-affiliation_list-row {
    padding-top: 83px;
    margin-top: -83px;
  }
}
.p-affiliation_list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-affiliation_list-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-affiliation_list-title {
  flex: 0 0 auto;
  font-size: min(3.2vw, 36px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-affiliation_list-title {
    font-size: 24px;
  }
}
.p-affiliation_list-index {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.8vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-affiliation_list-index {
    margin-top: 10px;
    gap: 10px;
  }
}
.p-affiliation_list-index a {
  display: grid;
  place-content: center;
  width: min(4vw, 40px);
  height: min(4vw, 40px);
  font-size: min(1.6vw, 16px);
  font-weight: 700;
  color: #fff;
  background-color: #3A88B9;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .p-affiliation_list-index a {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
.p-affiliation_list-list {
  margin-top: min(1.2vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-affiliation_list-list {
    margin-top: 16px;
    width: 100%;
    overflow-x: auto;
  }
}
.p-affiliation_nodata {
  display: grid;
  place-content: center;
  width: 100%;
  height: 400px;
}
.p-modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.6s ease;
}
.p-modal_wrap.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.p-modal_window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: min(70%, 600px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.6s ease;
}
@media screen and (max-width: 1023px) {
  .p-modal_window {
    width: 80%;
  }
}
.p-modal_window.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.p-modal_window-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.p-modal_button {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 10;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-modal_button {
    top: -10px;
    right: -10px;
    width: 26px;
    height: 26px;
  }
}
.p-modal_button img {
  width: 100%;
  height: auto;
}
.p-modal_img {
  display: block;
  width: 100%;
  height: auto;
}
.p-modal_img img {
  width: 100%;
  height: auto;
}
.p-archive_list {
  margin-top: min(5.4vw, 72px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2vw, 24px);
}
@media screen and (max-width: 1023px) {
  .p-archive_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-archive_list {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-archive_item {
  padding: min(1.8vw, 32px);
  background-color: #fff;
  border-radius: min(1.2vw, 16px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1023px) {
  .p-archive_item {
    padding: 24px;
    border-radius: 16px;
  }
}
.p-archive_item-img img {
  width: 100%;
  height: auto;
}
.p-archive_item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-archive_item-info {
    margin-top: 8px;
  }
}
.p-archive_item-title {
  position: relative;
  display: block;
  margin-top: 12px;
  padding-right: 40px;
  color: #333;
  font-size: min(1.3vw, 18px);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1023px) {
  .p-archive_item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive_item-title {
    font-size: 14px;
  }
}
.p-archive_item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  background-image: url("../img/icon/icon-arrow-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-archive_pager {
  display: flex;
  justify-content: center;
  margin-top: min(6vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-archive_pager {
    margin-top: 32px;
  }
}
.p-archive_pager .nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-archive_pager span, .p-archive_pager a {
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-archive_pager span, .p-archive_pager a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.p-archive_pager a {
  color: #333;
  background-color: #EFEFEF;
  transition: 0.3s ease opacity;
}
.p-archive_pager a:hover {
  opacity: 0.6;
}
.p-archive_pager span {
  color: #fff;
  background-color: #F2971B;
}
.p-archive_pager .dots {
  color: #333;
  background-color: transparent;
}
.p-archive_pager .prev, .p-archive_pager .next {
  background-image: url("../img/icon/icon-pager.svg");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-archive_pager .prev, .p-archive_pager .next {
    background-size: 20px 20px;
  }
}
.p-archive_pager .prev {
  transform: scaleX(-1);
}
.p-single_container {
  margin-inline: auto;
  max-width: 1128px;
  width: 100%;
}
.p-single_inner {
  padding: min(4.8vw, 64px);
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .p-single_inner {
    padding: 24px 16px;
  }
}
.p-single_head {
  padding-bottom: 16px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #000;
}
.p-single_info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-single_title {
  margin-top: 12px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-single_title {
    font-size: 20px;
  }
}
.p-single_container {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-single_container {
    margin-top: 24px;
  }
}
.p-single_container figure.alignleft {
  margin-right: 2em;
  width: 50%;
  max-width: 512px;
}
.p-single_container figure.alignleft img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single_container figure.alignleft {
    margin-inline: 0;
    width: 100%;
    max-width: 100%;
  }
}
.p-single_container img {
  max-width: 100%;
}
.p-single_container h3 {
  margin-top: 1.5em;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-single_container h3 {
    font-size: 18px;
  }
}
.p-single_container p {
  margin-top: 1.5em;
  font-size: 16px;
  line-height: 1.9;
}
.p-single_container p::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-single_container p {
    font-size: 14px;
  }
}
.p-single_buttons {
  margin-top: min(6vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-single_buttons {
    margin-top: 24px;
  }
}
.p-single_button {
  position: relative;
  display: grid;
  place-content: center;
  padding-left: 24px;
  width: 168px;
  height: 56px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E5DCCD;
  border-radius: 56px;
  transition: 0.3s ease opacity;
}
.p-single_button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-single_button {
    width: 124px;
    height: 42px;
    font-size: 12px;
  }
}
.p-single_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 10;
  transform: translate(0, -50%) scaleX(-1);
  width: 14px;
  height: 14px;
  background-image: url("../img/icon/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-single_button::before {
    left: 20px;
    width: 10px;
    height: 10px;
  }
}
.p-about_head {
  display: flex;
  gap: min(3vw, 40px);
  margin-top: min(7.8vw, 88px);
}
@media screen and (max-width: 767px) {
  .p-about_head {
    flex-direction: column;
    gap: 16px;
  }
}
.p-about_head-img {
  flex: 0 0 auto;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-about_head-img {
    width: 100%;
  }
}
.p-about_head-img img {
  width: 100%;
  height: auto;
}
.p-about_head-content {
  flex: 1 1 auto;
}
.p-about_head-content p {
  font-size: min(1.5vw, 20px);
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-about_head-content p {
    font-size: 14px;
  }
}
.p-about_business {
  display: flex;
  gap: min(3vw, 40px);
  padding-block: min(4vw, 53px);
  padding-inline: 8px min(4.8vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-about_business {
    flex-direction: column;
    gap: 16px;
    padding-block: 28px 32px;
    padding-inline: 16px;
  }
}
.p-about_business-img {
  flex: 0 0 auto;
  width: 43%;
}
@media screen and (max-width: 767px) {
  .p-about_business-img {
    width: 100%;
  }
}
.p-about_business-img img {
  width: 100%;
  height: auto;
}
.p-about_business-content {
  flex: 1 1 auto;
}
.p-about_business-content p, .p-about_business-content li {
  font-size: min(1.5vw, 20px);
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-about_business-content p, .p-about_business-content li {
    font-size: 14px;
  }
}
.p-about_business-content ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.p-about_business-content p {
  margin-top: 2em;
}
.p-about_remarks p {
  font-size: min(1.5vw, 20px);
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about_remarks p {
    font-size: 14px;
  }
}
.p-about_remarks p + p {
  margin-top: 1.5em;
}
.p-about_box {
  padding: min(2vw, 24px);
  background-color: #FFF8ED;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-about_box {
    padding: 16px;
  }
}
.p-about_box.type {
  padding-block: 0;
}
.p-about_box.type p {
  margin-top: min(1vw, 12px);
  font-size: min(1.5vw, 16px);
  transform: translate(0, max(-2.4vw, -24px));
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-about_box.type p {
    font-size: 13px;
    transform: translate(0, -18px);
  }
}
.p-about_box h4 {
  font-size: min(2vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-about_box h4 {
    font-size: 16px;
  }
}
.p-about_box p {
  margin-top: 0.2em;
  font-size: min(1.6vw, 18px);
}
@media screen and (max-width: 767px) {
  .p-about_box p {
    font-size: 14px;
  }
}
.p-about_box_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3AB986;
  transform: translate(0, max(-2.4vw, -24px));
}
@media screen and (max-width: 767px) {
  .p-about_box_title {
    transform: translate(0, -18px);
  }
}
.p-about_box_title .number {
  font-family: "Montserrat", sans-serif;
  font-size: min(3.6vw, 36px);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-about_box_title .number {
    font-size: 28px;
  }
}
.p-about_box_title .title {
  font-size: min(2.4vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about_box_title .title {
    font-size: 20px;
  }
}
.p-about_desc p {
  font-size: min(1.5vw, 20px);
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about_desc p {
    font-size: 14px;
  }
}
.p-about_dl {
  margin-top: 16px;
}
.p-contact p {
  font-size: min(1.5vw, 20px);
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-contact p {
    font-size: 14px;
  }
}
.p-privacy p {
  font-size: min(1.3vw, 18px);
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-privacy p {
    font-size: 14px;
  }
}
.p-privacy ul {
  margin-top: 1.5em;
}
.p-privacy ul li {
  font-size: min(1.3vw, 18px);
  line-height: 1.9;
  font-weight: 700;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 767px) {
  .p-privacy ul li {
    font-size: 14px;
  }
}
.p-gallery_text {
  margin-top: min(2vw, 24px);
  font-size: min(1.3vw, 18px);
  line-height: 1.9;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-gallery_text {
    font-size: 14px;
  }
}
.p-gallery_container {
  position: relative;
  min-height: 600px;
}
.p-gallery_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1); /* Or use a CSS var for this color */
  border-radius: 50%;
  border-top-color: #3AB986;
  animation: spin 1s ease-in-out infinite;
}
.p-gallery_spinner.hide {
  display: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.p-gallery_list {
  margin-top: min(3vw, 40px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(2vw, 24px);
  transition: 0.6s ease opacity;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-gallery_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.p-gallery_list.fade {
  opacity: 0;
  pointer-events: none;
}
.p-gallery_list a {
  position: relative;
  display: block;
  padding-top: 100%;
  border-radius: min(1.5vw, 16px);
  overflow: hidden;
}
.p-gallery_list a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-mgt-10 {
  margin-top: 10px !important;
}

.u-mgt-20 {
  margin-top: 20px !important;
}

.u-mgt-30 {
  margin-top: 30px !important;
}

.u-mgt-40 {
  margin-top: 40px !important;
}

.u-mgt-50 {
  margin-top: 50px !important;
}

.u-mgt-60 {
  margin-top: 60px !important;
}

.u-mgt-70 {
  margin-top: 70px !important;
}

.u-mgt-80 {
  margin-top: 80px !important;
}

.u-mgt-90 {
  margin-top: 90px !important;
}

.u-mgt-100 {
  margin-top: 100px !important;
}

.u-mgt-110 {
  margin-top: 110px !important;
}

.u-mgt-120 {
  margin-top: 120px !important;
}

.u-mgt-130 {
  margin-top: 130px !important;
}

.u-mgt-140 {
  margin-top: 140px !important;
}

.u-mgt-150 {
  margin-top: 150px !important;
}

.u-mgt-160 {
  margin-top: 160px !important;
}

.u-mgt-170 {
  margin-top: 170px !important;
}

.u-mgt-180 {
  margin-top: 180px !important;
}

.u-mgt-190 {
  margin-top: 190px !important;
}

.u-mgt-200 {
  margin-top: 200px !important;
}

.mgt0 {
  margin-top: 0;
}

/* ---------- sp/tab Show Hide ----------*/
@media screen and (min-width: 1024px) {
  .u-tab-show {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-tab-hide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-show {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}