/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * 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;
}

/* Grouping content
     ========================================================================== */
/**
   * 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 */
}

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

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

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

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

/**
   * 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;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * 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;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
/**
   * 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;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 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 */
}

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

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
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.
   */
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  --admin-bar-height: 0;
  --global-navi-height: 100px;
}
:root .admin-bar {
  --admin-bar-height: 32px;
}
@media only screen and (max-width: 782px) {
  :root .admin-bar {
    --admin-bar-height: 46px;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --global-navi-height: 100px;
  }
}

#wpadminbar {
  position: fixed;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  height: 100%;
  overflow-x: hidden;
  font-family: "Noto Serif JP", serif;
  color: #004639;
}

h1 {
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1279px) {
  h1 {
    font-size: calc(2.4rem + 8 * (100vw - 768px) / 512);
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 4.2rem;
  line-height: 1.333;
  letter-spacing: 0em;
}
@media screen and (max-width: 1279px) {
  h2 {
    font-size: calc(2rem + 8 * (100vw - 768px) / 512);
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1279px) {
  h3 {
    font-size: calc(1.6rem + 8 * (100vw - 768px) / 512);
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4,
h5,
h6 {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1279px) {
  h4,
h5,
h6 {
    font-size: calc(1.6rem + 0 * (100vw - 768px) / 512);
  }
}
@media screen and (max-width: 767px) {
  h4,
h5,
h6 {
    font-size: 1.6rem;
  }
}

p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0em;
}
@media screen and (min-width: 1280px) {
  p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1279px) {
  p {
    font-size: calc(1.4rem + 2 * (100vw - 768px) / 512);
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}

li {
  list-style-type: none;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol, ul {
  padding-left: initial;
}

p {
  margin-top: inherit;
  margin-bottom: inherit;
}

figure {
  margin: inherit;
}

/* 2024/06/17　追記 */
.svg-icon73{
  width:73px;
}

.l-footer {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
}
.l-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 120px;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    grid-template-columns: 1fr;
    margin: 0 auto 60px;
  }
}

.l-header {
  position: fixed;
  top: var(--admin-bar-height);
  z-index: 1000;
  display: block;
  width: 100%;
  height: var(--global-navi-height);
  transition: 0.3s;
  background: transparent linear-gradient(180deg, #4A5754 0%, rgba(123, 147, 142, 0) 100%) 0% 0% no-repeat padding-box;
}
.l-header__pc {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .l-header__pc {
    display: none;
  }
}
.l-header__pc-inner {
  height: 100%;
  display: flex;
  align-items: self-start;
}
.l-header__pc-logo {
  flex-basis: 40%;
}
.l-header__pc-logo-link {
  width: auto;
  display: inline-block;
  margin-top: 3rem;
  margin-left: 7rem;
}
.l-header__pc-logo-link-img {
  font-size: revert;
}
.l-header__pc-logo-name {
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.56rem;
  padding-left: 120px;
  height: 100%;
}
.l-header__pc-nav {
  flex-basis: 100%;
  align-self: center;
}
.l-header__pc-nav-list {
  display: grid;
  grid-auto-flow: column;
  padding: 2rem;
  gap: 1.5rem 4rem;
}
@media screen and (max-width: 1279px) {
  .l-header__pc-nav-list {
    grid-template-rows: 1fr 1fr;
  }
}
.l-header__pc-nav-item-link {
  color: #F4F0E6;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.1714285714rem + 0.2232142857vw, 1.6rem);
  letter-spacing: clamp(0.14rem, 0.1171428571rem + 0.0223214286vw, 0.16rem);
  white-space: nowrap;
}
.l-header__pc-nav-item-link:hover {
  color: #D84B11;
}
.l-header__sp {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .l-header__sp {
    display: none;
  }
}
.l-header__sp-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__sp-logo-name {
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.32rem;
  padding-left: 20px;
  line-height: 1.9rem;
}
.l-header__sp-logo-link {
  margin-left: 2rem;
  display: inline-block;
}
.l-header__sp-logo-link-img {
  width: 100px;
  height: 100%;
  aspect-ratio: 1.8/1;
}
.l-header__sp-nav {
  position: fixed;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-left: 10vw;
  transition: 0.5s;
  background-color: #FFFFFF;
}
.l-header__sp-nav-toggle-btn {
  position: relative;
  top: 1.5rem;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.l-header__sp-nav-toggle-btn > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 3px;
  content: "";
  transition: all 0.3s;
  border-radius: 3px;
  background-color: #000;
  transform-origin: left;
}
.l-header__sp-nav-toggle-btn > span:nth-child(1) {
  top: 4px;
  transform: scale(1, 1);
}
.l-header__sp-nav-toggle-btn > span:nth-child(1).is-open {
  transform: rotate(315deg) translate(-7px, 8px);
}
.l-header__sp-nav-toggle-btn > span:nth-child(2) {
  top: 14px;
  transform: scale(0.5, 1);
}
.l-header__sp-nav-toggle-btn > span:nth-child(3) {
  bottom: 4px;
  transform: scale(0.7, 1);
}
.l-header__sp-nav-toggle-btn.is-open > span:nth-child(1) {
  top: 15px;
  transform: rotate(315deg) translate(-7px, 8px);
}
.l-header__sp-nav-toggle-btn.is-open > span:nth-child(2) {
  opacity: 0;
}
.l-header__sp-nav-toggle-btn.is-open > span:nth-child(3) {
  top: 15px;
  transform: rotate(-315deg) translate(-7px, -8px);
}
.l-header__sp-nav.is-open {
  display: unset;
  opacity: 0.9;
}
.l-header__sp-nav-list {
  display: flex;
  justify-content: center;
  flex-flow: column;
  height: 100vh;
  height: 100svh;
  gap: 2rem;
}
.l-header__sp-nav-item-link {
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.44rem;
}

.l-header__common {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__common.is-decoration::after {
  position: absolute;
  top: -120px;
  right: -95px;
  z-index: -1;
  width: 200px;
  height: 200px;
  content: "";
  border: 5px solid #000000;
  border-radius: 50%;
  background-color: #004639;
}

.l-header__common-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.l-header__common-nav-toggle-btn {
  width: 100px;
  background-image: url("../images/humb-menu-open.svg");
  position: relative;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: auto;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  top: 25px;
}
.l-header__common-nav-toggle-btn.isOpen {
  background-image: url("../images/humb-menu-close.svg");
}
.l-header__common-nav-toggle-btn.is-open > span {
  top: 15px;
  background-color: #000000;
}
.l-header__common-nav-toggle-btn.is-open > span:nth-child(1) {
  transform: rotate(-315deg);
}
.l-header__common-nav-toggle-btn.is-open > span:nth-child(2) {
  opacity: 0;
}
.l-header__common-nav-toggle-btn.is-open > span:nth-child(3) {
  transform: rotate(315deg);
}

.l-header__common-nav {
  position: fixed;
  bottom: 100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: z-index 1s, opacity 1s, bottom 1s;
  opacity: 0;
  z-index: -1;
  background-color: #3B4043;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}
.l-header__common-nav.isOpen {
  z-index: 999;
  opacity: 0.98;
  bottom: 0;
}

.l-header__common-nav-list {
  overflow-y: auto;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 0 20px;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.l-header__common-nav-item-link {
  display: flex;
  align-items: center;
  padding: 1em;
  color: #F3F4F4;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  .l-header__common-nav-item-link {
    font-size: 1.4rem;
  }
}
.l-header__common-nav-item-link:hover {
  opacity: 0.8;
}
.l-header__common-nav-item-link::after {
  position: absolute;
  display: inline-block;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #F3F4F4;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: 0.3s;
  border-bottom: none;
}
.l-header__common-nav-item-link:hover::after {
  border-bottom: transparent 1px solid;
}

.l-header__front-nav {
  margin-right: 124px;
}

.l-header__pc-nav-item-front-contact {
  display: none;
}

.l-main {
  position: relative;
  padding-top: 0;
  display: grid;
  margin: 0 auto;
  grid-template-rows: [fv] auto [news] auto [about] auto [service] auto [eyeCatch] auto [column] auto [voice] auto [contact] auto;
}
.l-main__static-logo {
  position: relative;
}
.l-main__static-logo::before {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-image: url("../images/logo-f.png");
  width: clamp(16rem, 11.4285714286rem + 4.4642857143vw, 20rem);
  height: 110px;
  top: 30px;
  left: 70px;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .l-main__static-logo::before {
    width: 100px;
    height: 55px;
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    grid-template-columns: 20px 1fr 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-main {
    grid-template-columns: 0.2fr repeat(4, minmax(150px, 280px)) 0.2fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .l-main {
    grid-template-columns: 1fr repeat(4, minmax(280px, 280px)) 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.l-main > * {
  grid-column: 1/-1;
}

.l-rbanner {
  position: fixed;
  width: 55px;
  height: 263px;
  z-index: 870;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  top: calc(100px + 5%);
  right: 0%;
  background-color: #D84B11;
  border-radius: 5px 0 0 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-rbanner {
    width: 45px;
    height: 130px;
  }
}
.l-rbanner:hover {
  background-color: #F4F0E6;
}
.l-rbanner-yoyaku {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: clamp(2.4rem, 2.4rem + 0vw, 2.4rem);
  line-height: clamp(3.2rem, 3.2rem + 0vw, 3.2rem);
  letter-spacing: clamp(2rem, 2rem + 0vw, 2rem);
  transform: translateY(1.5rem);
}
@media screen and (max-width: 767px) {
  .l-rbanner-yoyaku {
    font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
    letter-spacing: clamp(0.8rem, 0.8rem + 0vw, 0.8rem);
    transform: translateY(0.5rem);
  }
}
.l-rbanner-yoyaku:hover {
  color: #D84B11;
}
.l-rbanner-yoyaku-txt {
  display: block;
  margin: 0 auto;
  height: 100%;
}
.l-rbanner-yoyaku-txt::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
}

.l-sidebar__box:not(:first-of-type) {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .l-sidebar__box:not(:first-of-type) {
    margin-top: 2em;
  }
}

.l-sidebar__box-heading {
  font-size: 2rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  .l-sidebar__box-heading {
    font-size: 1.6rem;
  }
}

.l-sidebar__box-heading-eng {
  font-size: 2.8rem;
  margin-right: 0.5em;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 767px) {
  .l-sidebar__box-heading-eng {
    font-size: 2.4rem;
  }
}

.l-sidebar__box-list li {
  padding-top: 1em;
}
.l-sidebar__box-list li a:hover {
  color: #004639;
}

.l-sidebar__box-list-item:hover .l-sidebar__box-list-item-thumbnail-img {
  transform: scale(1.1, 1.1);
}

.l-sidebar__box-list-item-thumbnail {
  overflow: hidden;
}

.l-sidebar__box-list-item-thumbnail-img {
  width: 100%;
  aspect-ratio: 4/3;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-sidebar__profile-img {
  margin: 20px auto;
  border-radius: 50%;
}

.l-sidebar__profile-name {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.l-sidebar__niwadayori {
  overflow: hidden;
}

.l-sidebar__niwadayori-link {
  margin: 20px auto;
}

.l-sidebar__niwadayori-img {
  transition: 0.3s;
}
.l-sidebar__niwadayori-img:hover {
  transform: scale(1.1, 1.1);
}

.c-breadcrumb {
  padding: 1em 2em;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    font-size: 1.4rem;
  }
}

.c-button {
  position: relative;
  width: 242px;
  height: 60px;
  background: var(--unnamed-color-d84b11) 0% 0% no-repeat padding-box;
  background: #D84B11 0% 0% no-repeat padding-box;
  border-radius: 38px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #F4F0E6;
  font-size: 1.6rem;
}
.c-button::after {
  display: inline-block;
  content: ">";
  position: absolute;
  right: 2rem;
  transition: 0.3s;
}
.c-button:hover::after {
  transform: translateX(100%) translateY(0%);
}
.c-button.color-reverse {
  background: rgba(250, 197, 59, 0) 0% 0% no-repeat padding-box;
  border: 1px solid #D84B11;
  color: #D84B11;
}
.c-button:hover {
  background: var(--unnamed-color-F4F0E6) 0% 0% no-repeat padding-box;
  background: #F4F0E6 0% 0% no-repeat padding-box;
  border: 1px solid #D84B11;
  color: #D84B11;
}

.c-card-list {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .c-card-list {
    flex-direction: column;
    gap: 20px;
  }
}

.c-card-list__item {
  flex: 0 390px;
}

.c-card {
  width: 100%;
}

.c-card__img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    aspect-ratio: 4/3;
    width: 100%;
  }
}

.c-card__txt {
  padding: 1em;
  text-align: left;
}

.c-card__ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .c-card__ttl {
    font-size: 2rem;
  }
}

.c-eyeCatch {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  color: #fff;
  background-image: url("../images/eyecatch2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 4/1;
  min-height: 200px;
  background-position: bottom;
}
.c-eyeCatch.top {
  background-image: url("../images/eyecatch1.webp");
}
.c-eyeCatch.top::before {
  background-color: rgba(83, 83, 83, 0.1);
}
.c-eyeCatch::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(83, 83, 83, 0.5);
}

.c-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: clamp(25rem, 16.5048543689rem + 22.6537216828vw, 60rem);
  color: #ffffff;
  background-image: url("../images/heading-back.webp");
  background-size: cover;
  background-position: 10px;
  position: relative;
}
.c-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(83, 83, 83, 0.5);
}

.c-heading__main {
  font-size: 4.8rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .c-heading__main {
    font-size: calc(2.8rem + 14 * (100vw - 320px) / 448);
  }
}
@media screen and (max-width: 479px) {
  .c-heading__main {
    font-size: calc(2.2rem + 14 * (100vw - 320px) / 448);
  }
}

.c-heading__main--underline::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 30px;
  content: "";
  transform: translateX(-50%);
  border-bottom: 2px solid currentColor;
}

.c-heading__sub {
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-heading__sub {
    font-size: 1.2rem;
  }
}

.c-searchform__inner {
  display: flex;
  width: 100%;
}

.c-searchform__keyword {
  flex-grow: 1;
  min-width: 0;
  height: 40px;
  padding: 0 10px;
}

.c-searchform__submit {
  height: 40px;
  margin-left: -1px;
  padding: 0 10px;
}

.c-sec-ttl {
  display: flex;
  flex-flow: column;
  color: #004639;
}

.c-sec-ttl--left {
  text-align: left;
}

.c-sec-ttl--right {
  text-align: right;
}

.c-sec-ttl__main {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  font-weight: 600;
}
.c-sec-ttl__main.add-icon::after {
  position: relative;
  content: url("../images/leaf-icon.svg");
  padding: 1.5rem;
  vertical-align: middle;
  display: inline-block;
}

.c-sec-ttl__main--big {
  font-size: 6rem;
}
@media screen and (max-width: 1023px) {
  .c-sec-ttl__main--big {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-sec-ttl__main--big {
    font-size: 3.6rem;
  }
}

.c-sec-ttl__sub {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  letter-spacing: clamp(0.2rem, 0.1708737864rem + 0.0776699029vw, 0.32rem);
  line-height: clamp(4rem, 3.4174757282rem + 1.5533980583vw, 6.4rem);
  font-weight: bold;
  position: relative;
}
.c-sec-ttl__sub.add-icon::after {
  position: relative;
  content: url("../images/leaf-icon.svg");
  padding: 0 clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
  vertical-align: middle;
  display: inline-block;
}
.c-sec-ttl__rev2-head {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.c-sec-ttl__rev2-head-sub {
  padding-bottom: 11px;
}
.c-sec-ttl__rev2-head-main {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  letter-spacing: clamp(0.16rem, 0.1551456311rem + 0.0129449838vw, 0.18rem);
}
.c-sec-ttl__rev2-additional {
  text-align: center;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: clamp(0.14rem, 0.1351456311rem + 0.0129449838vw, 0.16rem);
  max-width: 855px;
  margin: 0 auto;
}
.c-sec-ttl__rev2-additional.trial {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.c-sec__inner {
  width: 100%;
  max-width: var(--inner-max-width);
  margin: 0 auto;
  padding-top: 100px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .c-sec__inner {
    padding-top: 60px;
  }
}

.c-sec__pb {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-sec__pb {
    padding-bottom: 60px;
  }
}

.c-common-dltable {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #004639;
  border-radius: 5px;
  padding: 6rem 4rem;
}
.c-common-dltable > dl {
  border-bottom: 1px dotted #004639;
}
@media screen and (min-width: 768px) {
  .c-common-dltable > dl {
    display: flex;
    flex-flow: nowrap row;
    width: 100%;
    padding: 1rem 0;
  }
}
.c-common-dltable > dl > dt {
  width: 50%;
  place-self: center;
  font-size: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
  letter-spacing: clamp(0.16rem, 0.16rem + 0vw, 0.16rem);
}
@media screen and (max-width: 767px) {
  .c-common-dltable > dl > dt {
    width: 100%;
  }
}
.c-common-dltable > dl > dd {
  width: 50%;
  place-self: center;
  color: #D84B11;
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  letter-spacing: clamp(0.16rem, 0.1454368932rem + 0.0388349515vw, 0.22rem);
  text-align: end;
}
@media screen and (max-width: 767px) {
  .c-common-dltable > dl > dd {
    width: 100%;
  }
}

.c-table {
  width: 100%;
}

.c-table--white {
  color: #ffffff;
}

.c-table__row {
  display: flex;
  padding: 1em 0;
  color: inherit;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .c-table__row {
    flex-direction: column;
  }
}

.c-table__ttl {
  display: inline-block;
  width: 20%;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .c-table__ttl {
    width: auto;
    margin-left: 0;
  }
}

.c-table__desc {
  display: inline-block;
  width: auto;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .c-table__desc {
    margin-top: 20px;
    margin-left: 60px;
  }
}

.c-txt-emphasis {
  color: #D84B11;
}
.c-txt-underline {
  background: linear-gradient(transparent 60%, #F4F0E6 30%);
}
.c-txt-bold {
  font-weight: 700;
}

.p-about-pilates__classArea-ttl {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 15px;
}
.p-about-pilates__head {
  margin-bottom: 20px;
}
.p-about-pilates__img-wrapper {
  max-width: 1150px;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  place-items: center;
}
@media screen and (max-width: 1023px) {
  .p-about-pilates__img-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    padding: 0 15px;
  }
}
.p-about-pilates__img-wrapper-li {
  max-width: 380px;
  aspect-ratio: 5/3;
  border: 2px solid #004638;
  border-radius: 5px;
  background: #E8E8E8 0% 0% no-repeat padding-box;
  background-size: cover;
}

.p-about-effect {
  background-color: #FFFFFF;
}
.p-about-effect__inner {
  margin: 0 auto;
  max-width: 1240px;
  display: grid;
  grid-template-columns: 15px repeat(4, 1fr) 15px;
}
.p-about-effect__inner > * {
  grid-column: 2/-2;
}
.p-about-effect__head {
  margin-bottom: 20px;
}
.p-about-effect__desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: clamp(3rem, 1.4223300971rem + 4.2071197411vw, 9.5rem);
  -moz-column-gap: clamp(2rem, 0.786407767rem + 3.2362459547vw, 7rem);
       column-gap: clamp(2rem, 0.786407767rem + 3.2362459547vw, 7rem);
}
.p-about-effect__desc-txtArea {
  grid-column: 1/1;
}
.p-about-effect__desc-txtArea.reverse {
  grid-column: 2/2;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .p-about-effect__desc-txtArea {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .p-about-effect__desc-txtArea.reverse {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
.p-about-effect__desc-txtArea-icon {
  margin-bottom: 3rem;
}
.p-about-effect__desc-txtArea-head {
  color: #D84B11;
  margin-bottom: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  line-height: clamp(2rem, 1.3203883495rem + 1.8122977346vw, 4.8rem);
  letter-spacing: clamp(0.2rem, 0.1902912621rem + 0.0258899676vw, 0.24rem);
}
.p-about-effect__desc-txtArea-txt {
  max-width: 552px;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: clamp(0.14rem, 0.1351456311rem + 0.0129449838vw, 0.16rem);
  line-height: clamp(2.8rem, 2.7029126214rem + 0.2588996764vw, 3.2rem);
  padding-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.p-about-effect__desc-txtArea-link {
  position: relative;
  width: 242px;
  height: 60px;
  background: var(--unnamed-color-d84b11) 0% 0% no-repeat padding-box;
  background: #D84B11 0% 0% no-repeat padding-box;
  border-radius: 38px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #F4F0E6;
  font-size: 1.6rem;
}
.p-about-effect__desc-txtArea-link::after {
  display: inline-block;
  content: ">";
  position: absolute;
  right: 2rem;
}
.p-about-effect__desc-imgArea {
  grid-column: 2/2;
  border: 2px solid var(--unnamed-color-004638);
  border: 2px solid #004638;
  background: #E8E8E8 0% 0% no-repeat padding-box;
  aspect-ratio: 5/3;
  border-radius: 5px;
  align-self: center;
}
.p-about-effect__desc-imgArea.reverse {
  grid-column: 1/1;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .p-about-effect__desc-imgArea {
    grid-column: 1/-1;
    grid-row: 1;
    margin-bottom: 2rem;
  }
  .p-about-effect__desc-imgArea.reverse {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
.p-about-effect__recommended-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-auto-flow: column;
  max-width: 1179px;
  min-height: 494px;
  background-color: white;
  border: 2px solid #004638;
  border-radius: 5px;
}
.p-about-effect__recommended-card-head {
  grid-column: 1/1;
  justify-self: center;
  align-self: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-about-effect__recommended-card-head {
    grid-column: 1/-1;
  }
}
.p-about-effect__recommended-card-desc {
  font-size: 1.6rem;
  grid-column: 2/2;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-about-effect__recommended-card-desc {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 768px) {
  .p-about-effect__recommended-card-desc {
    border-left: 2px dashed var(--unnamed-color-004638);
    border-left: 2px dashed #004638;
  }
}
@media screen and (max-width: 767px) {
  .p-about-effect__recommended-card-desc {
    border-top: 2px dashed var(--unnamed-color-004638);
    border-top: 2px dashed #004638;
    place-self: center;
    align-self: inherit;
  }
}
.p-about-effect__recommended-card-desc > li {
  padding-left: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-effect__recommended-card-desc > li {
    padding-left: inherit;
    padding-bottom: inherit;
    padding-top: 2rem;
  }
}

.p-about-about {
  background-color: #C6DDDB;
}
.p-about-about__inner {
  margin: 0 auto;
  max-width: 1240px;
  display: grid;
  grid-template-columns: 15px repeat(4, 1fr) 15px;
}
.p-about-about__inner > * {
  grid-column: 2/-2;
}
.p-about-about__breadcrumb {
  width: 100%;
  max-width: 940px;
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 1em;
}
.p-about-about__head {
  margin-bottom: 20px;
}
.p-about-about__desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: clamp(2rem, 0.786407767rem + 3.2362459547vw, 7rem);
       column-gap: clamp(2rem, 0.786407767rem + 3.2362459547vw, 7rem);
}
.p-about-about__desc-txtArea {
  grid-column: 1/1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about-about__desc-txtArea {
    grid-column: 1/-1;
  }
}
.p-about-about__desc-txtArea-txt {
  max-width: 552px;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: clamp(0.14rem, 0.1351456311rem + 0.0129449838vw, 0.16rem);
  line-height: clamp(1, 0.9491525424rem + 1.5889830508vw, 4rem);
  padding-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.p-about-about__desc-txtArea-link {
  position: relative;
  width: 242px;
  height: 60px;
  background: var(--unnamed-color-d84b11) 0% 0% no-repeat padding-box;
  background: #D84B11 0% 0% no-repeat padding-box;
  border-radius: 38px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #F4F0E6;
  font-size: 1.6rem;
}
.p-about-about__desc-txtArea-link::after {
  display: inline-block;
  content: ">";
  position: absolute;
  right: 2rem;
}
.p-about-about__desc-imgArea {
  grid-column: 2/2;
  border: 2px solid var(--unnamed-color-004638);
  border: 2px solid #004638;
  background: #E8E8E8 0% 0% no-repeat padding-box;
  aspect-ratio: 5/3;
  border-radius: 5px;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-about-about__desc-imgArea {
    grid-column: 1/-1;
    grid-row: 1;
    margin-bottom: 2rem;
  }
}
.p-about-about__recommended-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-auto-flow: column;
  max-width: 1179px;
  min-height: 494px;
  background-color: white;
  border: 2px solid #004638;
  border-radius: 5px;
}
.p-about-about__recommended-card-head {
  grid-column: 1/1;
  justify-self: center;
  align-self: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-about-about__recommended-card-head {
    grid-column: 1/-1;
  }
}
.p-about-about__recommended-card-desc {
  font-size: 1.6rem;
  grid-column: 2/2;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-about-about__recommended-card-desc {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 768px) {
  .p-about-about__recommended-card-desc {
    border-left: 2px dashed var(--unnamed-color-004638);
    border-left: 2px dashed #004638;
  }
}
@media screen and (max-width: 767px) {
  .p-about-about__recommended-card-desc {
    border-top: 2px dashed var(--unnamed-color-004638);
    border-top: 2px dashed #004638;
    place-self: center;
    align-self: inherit;
  }
}
.p-about-about__recommended-card-desc > li {
  padding-left: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-about__recommended-card-desc > li {
    padding-left: inherit;
    padding-bottom: inherit;
    padding-top: 2rem;
  }
}

.p-about-feature {
  background-color: #F4F0E6;
}
.p-about-feature__inner {
  margin: 0 auto;
  max-width: 1240px;
  display: grid;
  grid-template-columns: 15px repeat(4, 1fr) 15px;
}
.p-about-feature__inner > * {
  grid-column: 2/-2;
}
.p-about-feature__head {
  margin-bottom: 20px;
}
.p-about-feature__desc {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding-bottom: clamp(3rem, 1.4223300971rem + 4.2071197411vw, 9.5rem);
  -moz-column-gap: clamp(2rem, 0.786407767rem + 3.2362459547vw, 7rem);
       column-gap: clamp(2rem, 0.786407767rem + 3.2362459547vw, 7rem);
}
.p-about-feature__desc.reverse {
  grid-template-columns: 1fr 2fr;
}
.p-about-feature__desc-txtArea {
  grid-column: 1/1;
}
.p-about-feature__desc-txtArea.reverse {
  grid-column: 2/2;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .p-about-feature__desc-txtArea {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .p-about-feature__desc-txtArea.reverse {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
.p-about-feature__desc-txtArea-icon {
  margin-bottom: 3rem;
}
.p-about-feature__desc-txtArea-head {
  color: #D84B11;
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  line-height: clamp(4rem, 3.8058252427rem + 0.5177993528vw, 4.8rem);
  letter-spacing: clamp(0.2rem, 0.1902912621rem + 0.0258899676vw, 0.24rem);
  margin-bottom: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}
.p-about-feature__desc-txtArea-txt {
  max-width: 700px;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: clamp(0.14rem, 0.1351456311rem + 0.0129449838vw, 0.16rem);
  line-height: clamp(2.8rem, 2.7029126214rem + 0.2588996764vw, 3.2rem);
  padding-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.p-about-feature__desc-txtArea-link {
  position: relative;
  width: 242px;
  height: 60px;
  background: var(--unnamed-color-d84b11) 0% 0% no-repeat padding-box;
  background: #D84B11 0% 0% no-repeat padding-box;
  border-radius: 38px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #F4F0E6;
  font-size: 1.6rem;
}
.p-about-feature__desc-txtArea-link::after {
  display: inline-block;
  content: ">";
  position: absolute;
  right: 2rem;
}
.p-about-feature__desc-imgArea {
  grid-column: 2/2;
  background: #E8E8E8 0% 0% no-repeat padding-box;
  aspect-ratio: 5/3;
  border-radius: 5px;
  align-self: center;
  overflow:hidden;
  position:relative;
}
img.p-about-feature__desc-textArea-number {
    position: absolute;
    top: 25%;
    transform: translateY(-25%);
}
.p-about-feature__desc-imgArea.reverse {
  grid-column: 1/1;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .p-about-feature__desc-imgArea {
    grid-column: 1/-1;
    grid-row: 1;
    margin-bottom: 2rem;
  }
  .p-about-feature__desc-imgArea.reverse {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
.p-about-feature__recommended-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-auto-flow: column;
  max-width: 1179px;
  min-height: 494px;
  background-color: white;
  border: 2px solid #004638;
  border-radius: 5px;
}
.p-about-feature__recommended-card-head {
  grid-column: 1/1;
  justify-self: center;
  align-self: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-about-feature__recommended-card-head {
    grid-column: 1/-1;
  }
}
.p-about-feature__recommended-card-desc {
  font-size: 1.6rem;
  grid-column: 2/2;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-about-feature__recommended-card-desc {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 768px) {
  .p-about-feature__recommended-card-desc {
    border-left: 2px dashed var(--unnamed-color-004638);
    border-left: 2px dashed #004638;
  }
}
@media screen and (max-width: 767px) {
  .p-about-feature__recommended-card-desc {
    border-top: 2px dashed var(--unnamed-color-004638);
    border-top: 2px dashed #004638;
    place-self: center;
    align-self: inherit;
  }
}
.p-about-feature__recommended-card-desc > li {
  padding-left: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature__recommended-card-desc > li {
    padding-left: inherit;
    padding-bottom: inherit;
    padding-top: 2rem;
  }
}

.p-archive__breadcrumb {
  width: 100%;
  max-width: 940px;
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-archive__breadcrumb {
    font-size: 1.4rem;
  }
}

.p-archive__ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-archive__ttl {
    font-size: calc(2.8rem + 14 * (100vw - 320px) / 448);
  }
}
.p-archive__ttl::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 30px;
  content: "";
  transform: translateX(-50%);
  border-bottom: 2px solid currentColor;
}

.p-archive__col2 {
  display: flex;
  gap: 60px;
  width: 100%;
  max-width: 1280px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}
@media screen and (max-width: 1023px) {
  .p-archive__col2 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__col2 {
    margin-top: 20px;
  }
}

.p-archive__main {
  width: 100%;
}

.p-archive__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-archive__list-item {
  width: 48%;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-archive__list-item {
    width: 100%;
  }
}

.p-archive__list-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.p-archive__list-link:hover .p-archive__list-thumbnail::after {
  opacity: 0.25;
}
.p-archive__list-link:hover .p-archive__list-thumbnail-img {
  transform: scale(1.1, 1.1);
}

.p-archive__list-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: 0.3s;
}
.p-archive__list-thumbnail::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background-color: #000000;
}

.p-archive__list-thumbnail-img {
  width: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/210;
}

.p-archive__list-body {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-archive__list-body {
    width: 100%;
  }
}

.p-archive__list-info {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.p-archive__list-category {
  font-size: 1.4rem;
  padding: 0.2em 1em;
  color: #ffffff;
  background-color: #004639;
}

.p-archive__list-tag {
  font-size: 1.4rem;
  padding: 0.2em 1em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #b7b7b7;
}

.p-archive__list-title {
  font-weight: bold;
  font-size: 1.8rem;
  width: 100%;
  margin-top: 1em;
}

.p-archive__list-excerpt {
  width: 100%;
  margin-top: 1em;
  word-break: break-all;
}

.p-archive__no-item-text {
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-archive__no-item-text {
    margin-top: 40px;
  }
}

.p-archive__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.p-archive__sidebar {
  min-width: 300px;
  max-width: 300px;
}
@media screen and (max-width: 1023px) {
  .p-archive__sidebar {
    min-width: auto;
    max-width: unset;
  }
}

.p-contact__breadcrumb {
  width: 100%;
  max-width: 940px;
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-contact__breadcrumb {
    font-size: 1.4rem;
  }
}

.p-contact__inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 60px 4vw;
}

.p-contact__desc {
  text-align: center;
}

.p-contact__form {
  margin-top: 60px;
}

.p-contact__table {
  width: 100%;
  border-collapse: collapse;
}

.p-contact__table-row {
  border-bottom: 1px solid #d0d0d0;
}

.p-contact__table-title {
  font-weight: normal;
  width: 35%;
  padding: 1em 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-contact__table-title {
    display: block;
    width: 100%;
  }
}

.p-contact__table-label {
  display: inline-block;
  width: 75%;
}

.p-contact__table-required-mark {
  font-size: 1.2rem;
  padding: 0.5em 1em;
  color: #ffffff;
  border-radius: 5px;
  background-color: #ff0000;
}

.p-contact__table-input {
  padding: 1.5em 0;
}
@media screen and (max-width: 767px) {
  .p-contact__table-input {
    display: block;
    padding: 0 0 1em;
  }
}

.p-contact__table-input-text {
  width: 100%;
  height: 50px;
  padding: 1em;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.p-contact__table-input-textbox {
  width: 100%;
  height: 150px;
  padding: 1em;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.p-contact__notice {
  margin: 2rem 0;
  font-weight: bold;
  line-height: 2;
}

.p-contact__privacy {
  line-height: 2;
  margin-top: 60px;
  padding: 2em;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}
@media screen and (max-width: 479px) {
  .p-contact__privacy {
    text-align: left;
  }
}

.p-contact__privacy-link {
  color: #004639;
}

.p-contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    gap: 50px;
    flex-direction: column;
  }
}

.p-contact__btn-next input {
  padding: 1.2em 4.5em;
  transition: all 0.3s;
  color: #ffffff;
  border: 1px solid #004639;
  border-radius: 5px;
  background-color: #004639;
}
.p-contact__btn-next input:hover {
  cursor: pointer;
  color: #004639;
  background-color: #ffffff;
}

.p-contact__btn-back button {
  margin-left: 30px;
  padding: 1.2em 4.5em;
  transition: all 0.3s;
  color: #f0f0f0;
  border: 1px solid #303030;
  border-radius: 5px;
  background-color: #303030;
}
@media screen and (max-width: 767px) {
  .p-contact__btn-back button {
    margin-left: 0;
  }
}
.p-contact__btn-back button:hover {
  cursor: pointer;
  color: #303030;
  background-color: #f0f0f0;
}

.p-faq-faq {
  width: 100%;
  position: relative;
  background-color: #F4F0E6;
}
.p-faq-faq__breadcrumb {
  width: 100%;
  max-width: 940px;
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 1em;
}
.p-faq-faq__inner {
  margin: 0 auto;
  max-width: 1240px;
  display: grid;
  grid-template-columns: 15px repeat(4, 1fr) 15px;
}
.p-faq-faq__inner > * {
  grid-column: 2/-2;
}
.p-faq-faq__inner > .c-sec-ttl__rev2-head:nth-child(n+1) {
  margin-top: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.p-faq-faq__question {
  position: relative;
  padding: 35px 80px 35px 40px;
}
@media screen and (max-width: 767px) {
  .p-faq-faq__question {
    padding: 20px 70px 20px 25px;
  }
}
.p-faq-faq__question:hover {
  cursor: pointer;
}
.p-faq-faq__question::after {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 30px;
  content: "+";
  transition: 0.3s;
  transform: translateY(-50%);
}
.p-faq-faq__question.is-open::after {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 30px;
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}
.p-faq-faq__answer {
  position: relative;
  display: none;
  padding: 35px 80px 35px 40px;
}
@media screen and (max-width: 767px) {
  .p-faq-faq__answer {
    padding: 20px 70px 20px 25px;
  }
}
.p-faq-faq__answer::before {
  position: absolute;
  height: 0;
  background-color: aliceblue;
  content: "";
  top: 0;
  margin: 0;
  border-top: 1px dotted #000;
  width: calc(100% - 60px);
  left: 30px;
}
@media screen and (max-width: 767px) {
  .p-faq-faq__answer::before {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.p-faq-faq__item {
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
.p-faq-faq__item:not(:first-of-type) {
  margin-top: 30px;
}
.p-faq-faq__item-inner {
  display: flex;
}
.p-faq-faq__item-eng {
  font-size: 2rem;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-faq-faq__item-eng {
    font-size: 1.4rem;
  }
}
.p-faq-faq__item-txt {
  font-size: 2rem;
  font-weight: bold;
}
.p-faq-faq__answer .p-faq-faq__item-txt {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-faq-faq__item-txt {
    font-size: 1.4rem;
  }
}

.p-footer__company {
  padding-bottom: clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
  background-color: #FFFFFF;
  text-align: center;
}
.p-footer__company-logo {
  width: 200px;
  height: 110px;
  display: inline-block;
}
.p-footer__company-logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-footer__company-address {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  font-style: normal;
}
.p-footer__company-address > * {
  display: block;
}
.p-footer__company-address-companyName {
  font-weight: bold;
}
.p-footer__company__company {
  display: flex;
  flex-flow: row;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__company__company {
    flex-flow: column;
    align-items: center;
  }
}
.p-footer__map {
  max-width: 580px;
}
.p-footer__map > iframe {
  width: 100%;
}
.p-footer__copyright {
  text-align: center;
}

.p-front-fv {
  width: 100%;
  position: relative;
}
.p-front-fv__inner {
  position: relative;
  background-image: url(../images/fv.webp);
  background-position: bottom;
  background-size: cover;
  height: 958px;
}
@media screen and (max-width: 767px) {
  .p-front-fv__inner {
    height: 80vh;
    height: 80svh;
  }
}
.p-front-fv__inner-ttl {
  max-width: 982px;
}

.p-front-copy-1__inner {
  margin: 0 auto;
  max-width: 800px;
  padding: 60px 15px;
  grid-auto-flow: column;
  grid-row-gap: 20px;
  row-gap: 20px;
  justify-items: center;
}
@media screen and (min-width: 1024px) {
  .p-front-copy-1__inner {
    grid-auto-flow: column;
    grid-template-columns: 30px repeat(3, 1fr) 30px;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1023px) {
  .p-front-copy-1__inner {
    grid-auto-flow: row;
    padding: 30px 15px;
  }
}

.p-front-copy-2 {
  background-image: url(../images/copy-2.webp);
  background-position: bottom;
  background-size: cover;
}
.p-front-copy-2__inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 120px 15px;
  grid-auto-flow: column;
  grid-row-gap: 20px;
  row-gap: 20px;
  justify-items: center;
}
.p-front-copy-2__inner-txt {
  font-size: 1.2rem;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.p-front-copy-2__inner-link {
  position: relative;
  margin: 0 auto;
  max-width: 720px;
  height: 100px;
  background: var(--unnamed-color-d84b11) 0% 0% no-repeat padding-box;
  background: #D84B11 0% 0% no-repeat padding-box;
  border-radius: 100px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #F4F0E6;
  font-size: 2.8rem;
  letter-spacing: 0.3rem;
  padding-left: 20px;
}
.p-front-copy-2__inner-link:hover {
  background: var(--unnamed-color-F4F0E6) 0% 0% no-repeat padding-box;
  background: #F4F0E6 0% 0% no-repeat padding-box;
  border: 1px solid #D84B11;
  color: #D84B11;
}
.p-front-copy-2__inner-link::before {
  content: url(../images/copy-02-link.png);
  transform: scale(0.5);
  position: absolute;
  left: 10px;
}
.p-front-copy-2__inner-link::after {
  display: inline-block;
  content: ">";
  position: absolute;
  right: 2rem;
  transition: 0.3s;
}
.p-front-copy-2__inner-link:hover::before {
  content: url(../images/copy-02-link_hover.png);
  transform: scale(0.5);
  position: absolute;
  left: 10px;
}
.p-front-copy-2__inner-link:hover::after {
  transform: translateX(50%) translateY(0%);
}
@media screen and (min-width: 1024px) {
  .p-front-copy-2__inner {
    grid-auto-flow: column;
    grid-template-columns: 30px repeat(3, 1fr) 30px;
    padding: 120px 15px;
  }
}
@media screen and (max-width: 1023px) {
  .p-front-copy-2__inner {
    grid-auto-flow: row;
    padding: 60px 15px;
  }
  .p-front-copy-2__inner-txt {
    font-size: 1rem;
  }
  .p-front-copy-2__inner-link {
    position: relative;
    max-width: 380px;
    height: 80px;
    font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
    letter-spacing: 0.1rem;
    padding-left: 20px;
  }
  .p-front-copy-2__inner-link:hover {
    background: var(--unnamed-color-F4F0E6) 0% 0% no-repeat padding-box;
    background: #F4F0E6 0% 0% no-repeat padding-box;
    border: 1px solid #D84B11;
    color: #D84B11;
  }
  .p-front-copy-2__inner-link::before {
    content: url(../images/copy-02-link.png);
    transform: scale(0.3);
    position: absolute;
    left: -50px;
  }
  .p-front-copy-2__inner-link::after {
    display: inline-block;
    content: ">";
    position: absolute;
    right: 2rem;
    transition: 0.3s;
  }
  .p-front-copy-2__inner-link:hover::before {
    content: url(../images/copy-02-link_hover.png);
    transform: scale(0.3);
    position: absolute;
    left: -50px;
  }
  .p-front-copy-2__inner-link:hover::after {
    transform: translateX(50%) translateY(0%);
  }
}

.p-front-worries {
  background-color: #F4F0E6;
}
.p-front-worries__inner {
  margin: 0 auto;
  max-width: 1240px;
  display: grid;
  grid-template-columns: 30px repeat(4, 1fr) 30px;
}
.p-front-worries__inner > * {
  grid-column: 2/-2;
}
.p-front-worries__recommended-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-auto-flow: column;
  max-width: 1179px;
  min-height: 494px;
  background-color: white;
  border: 2px solid #004638;
  border-radius: 5px;
}
.p-front-worries__recommended-card-head {
  grid-column: 1/1;
  justify-self: center;
  align-self: center;
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-front-worries__recommended-card-head {
    grid-column: 1/-1;
    padding: 2rem;
  }
}
.p-front-worries__recommended-card-desc {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  grid-column: 2/2;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-front-worries__recommended-card-desc {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 768px) {
  .p-front-worries__recommended-card-desc {
    border-left: 2px dashed var(--unnamed-color-004638);
    border-left: 2px dashed #004638;
  }
}
@media screen and (max-width: 767px) {
  .p-front-worries__recommended-card-desc {
    border-top: 2px dashed var(--unnamed-color-004638);
    border-top: 2px dashed #004638;
    place-self: center;
    align-self: inherit;
  }
}
.p-front-worries__recommended-card-desc > li {
  position: relative;
  padding-left: 5rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-front-worries__recommended-card-desc > li {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front-worries__recommended-card-desc > li {
    padding-left: 4rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
.p-front-worries__recommended-card-desc > li::before {
  position: absolute;
  content: url(../images/check.svg);
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-front-worries__recommended-card-desc > li::before {
    left: 2rem;
  }
}

.p-notfound__breadcrumb {
  width: 100%;
  max-width: 940px;
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-notfound__breadcrumb {
    font-size: 1.4rem;
  }
}

.p-notfound__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 60px 4vw;
}

.p-notfound__heading-main {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-notfound__heading-main {
    font-size: 4.8rem;
  }
}

.p-notfound__heading-sub {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-notfound__heading-sub {
    font-size: 2.4rem;
  }
}

.p-notfound__desc-main {
  font-size: 2.4rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-notfound__desc-main {
    font-size: 1.4rem;
  }
}

.p-notfound__desc-sub {
  font-size: 1.6rem;
  margin-top: 3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-notfound__desc-sub {
    font-size: 1.4rem;
  }
}

.p-notfound__btn {
  max-width: 300px;
  margin-top: 35px;
  box-shadow: 1px 10px #b7b7b7;
}
.p-notfound__btn:hover {
  transform: translateY(10px);
  box-shadow: none;
}

.p-privacy__breadcrumb {
  width: 100%;
  max-width: 940px;
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-privacy__breadcrumb {
    font-size: 1.4rem;
  }
}

.p-privacy__inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 60px 4vw;
}

.p-privacy__title {
  margin: 2em 0 0.5em;
}

.p-privacy__info {
  margin-top: 2em;
}

.p-service-head__breadcrumb {
  width: 100%;
  max-width: 940px;
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 1em;
}
.p-service-head__navi {
  margin: 0 auto;
  max-width: 1240px;
  height: 100%;
  transform: translateY(-50%);
  width: 90%;
  background-color: #F4F0E6;
  border: 1px solid #004639;
  padding: clamp(0.5rem, -0.3495145631rem + 2.2653721683vw, 4rem) 0;
}
.p-service-head__navi-list {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  display: flex;
  flex-flow: row wrap;
  place-content: center;
  max-width: 700px;
  margin: 0 auto;
}
.p-service-head__navi-item {
  display: flex;
  flex-wrap: wrap;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-service-head__navi-item {
    padding: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem) 0;
  }
}
.p-service-head__navi-item-link {
  position: relative;
  display: inline-block;
  padding: 0.4em 1em;
  letter-spacing: 0.18em;
  text-underline-offset: 0.2em;
  color: #004639;
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  letter-spacing: clamp(0.12rem, 0.1102912621rem + 0.0258899676vw, 0.16rem);
}
@media screen and (max-width: 767px) {
  .p-service-head__navi-item-link {
    flex-grow: 1;
    flex-basis: calc(100% - 40px);
  }
}
.p-service-head__navi-item-link::after {
  position: absolute;
  content: ">";
  height: 1px;
  width: 0.3em;
  top: 1em;
  right: -1rem;
  background-color: #ccc;
  transform: rotate(90deg);
  transition: 0.3s;
}
.p-service-head__navi-item-link:hover::after {
  top: 1.5rem;
}
.p-service-head__head {
  margin: 0 auto;
  max-width: 1240px;
  display: grid;
  grid-template-columns: 30px repeat(4, 1fr) 30px;
}
.p-service-head__head > * {
  grid-column: 2/-2;
}
.p-service-class:nth-of-type(2n) {
  background-color: #F4F0E6;
}
.p-service-class__inner {
  margin: 0 auto;
  max-width: 1240px;
  display: grid;
  grid-template-columns: 15px repeat(4, 1fr) 15px;
}
.p-service-class__inner > * {
  grid-column: 2/-2;
}
.p-service-class__desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: clamp(3rem, 1.4223300971rem + 4.2071197411vw, 9.5rem);
  -moz-column-gap: clamp(2rem, 0.786407767rem + 3.2362459547vw, 7rem);
       column-gap: clamp(2rem, 0.786407767rem + 3.2362459547vw, 7rem);
}
.p-service-class__desc-txtArea {
  grid-column: 1/1;
}
.p-service-class__desc-txtArea.reverse {
  grid-column: 2/2;
}
@media screen and (max-width: 767px) {
  .p-service-class__desc-txtArea.reverse {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .p-service-class__desc-txtArea {
    grid-column: 1/-1;
  }
}
.p-service-class__desc-txtArea-head {
  color: #D84B11;
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  letter-spacing: clamp(0.24rem, 0.24rem + 0vw, 0.24rem);
  margin: 2rem 0;
}
.p-service-class__desc-txtArea-txt {
  max-width: 552px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: normal;
  letter-spacing: clamp(0.14rem, 0.1351456311rem + 0.0129449838vw, 0.16rem);
  line-height: clamp(2.8rem, 2.7029126214rem + 0.2588996764vw, 3.2rem);
  padding-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.p-service-class__desc-txtArea-link {
  position: relative;
  width: 242px;
  height: 60px;
  background: var(--unnamed-color-d84b11) 0% 0% no-repeat padding-box;
  background: #D84B11 0% 0% no-repeat padding-box;
  border-radius: 38px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #F4F0E6;
  font-size: 1.6rem;
}
.p-service-class__desc-txtArea-link::after {
  display: inline-block;
  content: ">";
  position: absolute;
  right: 2rem;
}
.p-service-class__desc-imgArea {
  grid-column: 2/2;
  border: 2px solid var(--unnamed-color-004638);
  border: 2px solid #004638;
  background: #E8E8E8 0% 0% no-repeat padding-box;
  aspect-ratio: 5/3;
  border-radius: 5px;
  align-self: center;
}
.p-service-class__desc-imgArea.reverse {
  grid-column: 1/1;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .p-service-class__desc-imgArea.reverse {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .p-service-class__desc-imgArea {
    grid-column: 1/-1;
    grid-row: 1;
    margin-bottom: 2rem;
  }
}
.p-service-class__flow-head {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.p-service-class__flow-head-sub {
  padding-bottom: 11px;
}
.p-service-class__flow-head-main {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: clamp(0.24rem, 0.24rem + 0vw, 0.24rem);
}
.p-service-class__flow-desc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: clamp(2rem, 0.786407767rem + 3.2362459547vw, 7rem);
}
@media screen and (min-width: 1024px) {
  .p-service-class__flow-desc {
    justify-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .p-service-class__flow-desc {
    grid-template-columns: 1fr;
  }
}
.p-service-class__flow-desc-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-service-class__flow-desc-card.arrow::after {
    position: absolute;
    top: 50%;
    right: -15%;
    display: block;
    width: 20px;
    height: 34px;
    content: "";
    background-color: #004638;
    transform: translate(50%, -50%);
    -webkit-mask-image: url("../images/arrow-right.svg");
    mask-image: url("../images/arrow-right.svg");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1023px) {
  .p-service-class__flow-desc-card {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 479px) {
  .p-service-class__flow-desc-card {
    grid-template-columns: 0.5fr 2fr;
  }
}
@media screen and (min-width: 1024px) {
  .p-service-class__flow-desc-card {
    max-width: 281px;
  }
}
.p-service-class__flow-desc-card-imgArea {
  justify-self: center;
  margin-bottom: clamp(1.5rem, 1.2330097087rem + 0.71197411vw, 2.6rem);
}
.p-service-class__flow-desc-card-txtArea-ttl {
  font-size: clamp(2rem, 1.9514563107rem + 0.1294498382vw, 2.2rem);
  letter-spacing: clamp(0.14rem, 0.1351456311rem + 0.0129449838vw, 0.16rem);
  margin-bottom: clamp(1.5rem, 1.2330097087rem + 0.71197411vw, 2.6rem);
}
@media screen and (min-width: 1024px) {
  .p-service-class__flow-desc-card-txtArea-ttl {
    text-align: center;
  }
}
.p-service-class__flow-desc-card-txtArea-desc {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: clamp(0.14rem, 0.1351456311rem + 0.0129449838vw, 0.16rem);
}
.p-service-price {
  background-color: #C6DDDB;
}
.p-service-price__inner {
  margin: 0 auto;
  max-width: 1240px;
  display: grid;
  grid-template-columns: 15px repeat(4, 1fr) 15px;
}
.p-service-price__inner > * {
  grid-column: 2/-2;
}
.p-service-price__experience {
  margin-top: clamp(6rem, 6rem + 0vw, 6rem);
  margin-bottom: clamp(6rem, 5.0291262136rem + 2.5889967638vw, 10rem);
}
.p-service-price__experience-card {
  display: grid;
  grid-auto-flow: column;
  max-width: 940px;
  min-height: 300px;
  background-color: white;
  border: 2px solid #004638;
  border-radius: 5px;
  padding: clamp(3rem, 2.0291262136rem + 2.5889967638vw, 7rem) 0;
  margin: 0 auto;
  position: relative;
}
.p-service-price__experience-card::before {
  display: inline-block;
  content: url("../images/price_leaf-bottom.png");
  place-self: end;
  position: absolute;
  justify-self: left;
}
.p-service-price__experience-card::after {
  display: inline-block;
  content: url("../images/price_leaf-top.png");
  place-self: start;
  position: absolute;
  justify-self: right;
}
@media screen and (max-width: 767px) {
  .p-service-price__experience-card {
    grid-template-rows: 1fr auto 2fr;
  }
  .p-service-price__experience-card::before {
    display: none;
  }
  .p-service-price__experience-card::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-service-price__experience-card {
    grid-template-columns: 1fr auto 1fr;
  }
}
.p-service-price__experience-card-noticeArea {
  position: absolute;
  transform: translateY(-3rem);
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.14rem;
  margin: 0;
}
.p-service-price__experience-card-head {
  justify-self: center;
  align-self: center;
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  letter-spacing: clamp(0.16rem, 0.1405825243rem + 0.0517799353vw, 0.24rem);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-service-price__experience-card-border {
    border-left: 2px dashed var(--unnamed-color-004638);
    border-left: 2px dashed #004638;
    height: 80%;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .p-service-price__experience-card-border {
    border-top: 2px dashed var(--unnamed-color-004638);
    border-top: 2px dashed #004638;
    place-self: center;
    align-self: inherit;
    padding: 0 2rem;
    width: 60%;
  }
}
.p-service-price__experience-card-img {
  background-image: url("../images/experience-card.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-service-price__price {
  margin-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.p-service-price__price-noticeArea {
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.14rem;
  margin: 0;
}
.p-service-price__desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: clamp(3rem, 1.4223300971rem + 4.2071197411vw, 9.5rem);
  -moz-column-gap: clamp(2rem, 0.786407767rem + 3.2362459547vw, 7rem);
       column-gap: clamp(2rem, 0.786407767rem + 3.2362459547vw, 7rem);
}
.p-service-price__desc-txtArea {
  grid-column: 1/1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
}
.p-service-price__desc-txtArea.reverse {
  grid-column: 2/2;
}
@media screen and (max-width: 767px) {
  .p-service-price__desc-txtArea.reverse {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .p-service-price__desc-txtArea {
    grid-column: 1/-1;
  }
}
.p-service-price__desc-txtArea-txt {
  max-width: 552px;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: clamp(0.14rem, 0.1351456311rem + 0.0129449838vw, 0.16rem);
}
.p-service-price__desc-txtArea-link {
  position: relative;
  width: 242px;
  height: 60px;
  background: var(--unnamed-color-d84b11) 0% 0% no-repeat padding-box;
  background: #D84B11 0% 0% no-repeat padding-box;
  border-radius: 38px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #F4F0E6;
  font-size: 1.6rem;
}
.p-service-price__desc-txtArea-link::after {
  display: inline-block;
  content: ">";
  position: absolute;
  right: 2rem;
}
.p-service-price__desc-imgArea {
  grid-column: 2/2;
  border: 2px solid var(--unnamed-color-004638);
  border: 2px solid #004638;
  background: #E8E8E8 0% 0% no-repeat padding-box;
  aspect-ratio: 5/3;
  border-radius: 5px;
  align-self: center;
}
.p-service-price__desc-imgArea.reverse {
  grid-column: 1/1;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .p-service-price__desc-imgArea.reverse {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .p-service-price__desc-imgArea {
    grid-column: 1/-1;
    grid-row: 1;
    margin-bottom: 2rem;
  }
}
.p-service-price__recommended {
  margin-bottom: clamp(6rem, 5.0291262136rem + 2.5889967638vw, 10rem);
}
.p-service-price__recommended-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-auto-flow: column;
  max-width: 1179px;
  background-color: #F4F0E6;
  border: 2px solid #004638;
  border-radius: 5px;
  padding: clamp(3.5rem, 2.6504854369rem + 2.2653721683vw, 7rem) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-price__recommended-card {
    padding: 0;
  }
}
.p-service-price__recommended-card-head {
  grid-column: 1/1;
  justify-self: center;
  align-self: center;
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  letter-spacing: clamp(0.16rem, 0.1405825243rem + 0.0517799353vw, 0.24rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-service-price__recommended-card-head {
    grid-column: 1/-1;
    padding: 2rem;
  }
}
.p-service-price__recommended-card-desc {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  letter-spacing: clamp(0.14rem, 0.1254368932rem + 0.0388349515vw, 0.2rem);
  line-height: 3.2rem;
  grid-column: 2/2;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-service-price__recommended-card-desc {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 768px) {
  .p-service-price__recommended-card-desc {
    border-left: 2px dashed var(--unnamed-color-004638);
    border-left: 2px dashed #004638;
  }
}
@media screen and (max-width: 767px) {
  .p-service-price__recommended-card-desc {
    border-top: 2px dashed var(--unnamed-color-004638);
    border-top: 2px dashed #004638;
    place-self: center;
    align-self: inherit;
    padding: 2rem 2rem;
  }
}
.p-service-price__recommended-card-desc > li {
  padding-left: 4rem;
  padding-bottom: 2rem;
  position: relative;
}
.p-service-price__recommended-card-desc > li::before {
  position: absolute;
  content: url("../images/check.svg");
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-price__recommended-card-desc > li::before {
    left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-price__recommended-card-desc > li {
    padding-left: 2rem;
  }
}
.p-service-price__class {
  margin-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.p-service-price__copy {
  margin: 0 auto;
  text-align: center;
}
.p-service-price__copy-arrow {
  font-size: 7rem;
  margin-bottom: 40px;
}
.p-service-price__copy-img {
  max-width: 890px;
}
@media screen and (max-width: 767px) {
  .p-service-price__copy-arrow {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

.p-single__breadcrumb {
  width: 100%;
  max-width: 940px;
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-single__breadcrumb {
    font-size: 1.4rem;
  }
}

.p-single__col2 {
  display: flex;
  gap: 60px;
  width: 100%;
  max-width: 1280px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}
@media screen and (max-width: 1023px) {
  .p-single__col2 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-single__col2 {
    margin-top: 20px;
  }
}

.p-single__main {
  width: 100%;
}

.p-single__thumbnail {
  width: 100%;
  margin: 30px auto 0;
}

.p-single__thumbnail-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.p-single__content {
  margin-top: 30px;
}

.p-single__info {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.p-single__category {
  font-size: 1.4rem;
  padding: 0.2em 1em;
  color: #ffffff;
  background-color: #000000;
}

.p-single__tag {
  font-size: 1.4rem;
  padding: 0.2em 1em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #b7b7b7;
}

.p-single__title {
  font-weight: bold;
  width: 100%;
  margin-top: 1em;
}

.p-single__pagelinks {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  width: 80%;
  margin: 5em auto 0;
}
@media screen and (max-width: 767px) {
  .p-single__pagelinks {
    flex-direction: column;
  }
}
.p-single__pagelinks > .post-page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 0.5em;
  transition: all 0.3s;
  color: #ffffff;
  border: 1px solid #004639;
  border-radius: 5px;
  background-color: #004639;
}
.p-single__pagelinks > .post-page-numbers:hover {
  color: #004639;
  background-color: #ffffff;
}

.p-single__sidebar {
  min-width: 300px;
}
@media screen and (max-width: 1023px) {
  .p-single__sidebar {
    min-width: auto;
  }
}

.p-voice__breadcrumb {
  width: 100%;
  max-width: 940px;
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 1em;
}

.p-voice-users {
  background-color: #FFFFFF;
}
.p-voice-users__inner {
  margin: clamp(3rem, 2.0291262136rem + 2.5889967638vw, 7rem) auto;
  max-width: 1240px;
  display: grid;
  grid-template-columns: 30px repeat(4, 1fr) 30px;
}
.p-voice-users__inner > * {
  grid-column: 2/-2;
}
.p-voice-users__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: clamp(7.5rem, 7.5rem + 0vw, 7.5rem);
  margin-top: 40px;
  margin-bottom: clamp(3rem, 2.0291262136rem + 2.5889967638vw, 7rem);
}
@media screen and (max-width: 767px) {
  .p-voice-users__list {
    grid-template-columns: 1fr;
  }
}
.p-voice-users__card {
  max-width: 552px;
}
.p-voice-users__card-imgArea {
  aspect-ratio: 552/313;
}
.p-voice-users__card-imgArea > img {
  aspect-ratio: 552/313;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice-users__card-txtArea {
  min-width: 200px;
}
.p-voice-users__card-txtArea-userInfo {
  background: #C6DDDB 0% 0% no-repeat padding-box;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  padding: 0.25rem 2rem;
  margin: 1rem 0rem;
}
.p-voice-users__card-txtArea-head {
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  letter-spacing: clamp(0.2rem, 0.1902912621rem + 0.0258899676vw, 0.24rem);
  padding: 0 0 1rem 0rem;
}
.p-voice-users__card-txtArea-desc {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: clamp(0.14rem, 0.1351456311rem + 0.0129449838vw, 0.16rem);
}
.p-voice-users__desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: clamp(3rem, 1.4223300971rem + 4.2071197411vw, 9.5rem);
  -moz-column-gap: clamp(2rem, 0.786407767rem + 3.2362459547vw, 7rem);
       column-gap: clamp(2rem, 0.786407767rem + 3.2362459547vw, 7rem);
}
.p-voice-users__desc-txtArea {
  grid-column: 1/1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-voice-users__desc-txtArea {
    grid-column: 1/-1;
  }
}
.p-voice-users__desc-txtArea-txt {
  max-width: 552px;
  font-size: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
  letter-spacing: 1.6px;
  padding-bottom: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
}
.p-voice-users__desc-txtArea-link {
  position: relative;
  width: 242px;
  height: 60px;
  background: var(--unnamed-color-d84b11) 0% 0% no-repeat padding-box;
  background: #D84B11 0% 0% no-repeat padding-box;
  border-radius: 38px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #F4F0E6;
  font-size: 1.6rem;
}
.p-voice-users__desc-txtArea-link::after {
  display: inline-block;
  content: ">";
  position: absolute;
  right: 2rem;
}
.p-voice-users__desc-imgArea {
  grid-column: 2/2;
  border: 2px solid var(--unnamed-color-004638);
  border: 2px solid #004638;
  background: #E8E8E8 0% 0% no-repeat padding-box;
  aspect-ratio: 5/3;
  border-radius: 5px;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-voice-users__desc-imgArea {
    grid-column: 1/-1;
    grid-row: 1;
    margin-bottom: 2rem;
  }
}
.p-voice-users__recommended-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-auto-flow: column;
  max-width: 1179px;
  min-height: 494px;
  background-color: white;
  border: 2px solid #004638;
  border-radius: 5px;
}
.p-voice-users__recommended-card-head {
  grid-column: 1/1;
  justify-self: center;
  align-self: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-voice-users__recommended-card-head {
    grid-column: 1/-1;
  }
}
.p-voice-users__recommended-card-desc {
  font-size: 1.6rem;
  grid-column: 2/2;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-voice-users__recommended-card-desc {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 768px) {
  .p-voice-users__recommended-card-desc {
    border-left: 2px dashed var(--unnamed-color-004638);
    border-left: 2px dashed #004638;
  }
}
@media screen and (max-width: 767px) {
  .p-voice-users__recommended-card-desc {
    border-top: 2px dashed var(--unnamed-color-004638);
    border-top: 2px dashed #004638;
    place-self: center;
    align-self: inherit;
  }
}
.p-voice-users__recommended-card-desc > li {
  padding-left: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-voice-users__recommended-card-desc > li {
    padding-left: inherit;
    padding-bottom: inherit;
    padding-top: 2rem;
  }
}

@media screen and (max-width: 1279px) {
  .u-disp-over--xl {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-disp-over--lg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-disp-over--md {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .u-disp-over--sm {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .u-disp-under--xl {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-disp-under--lg {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-disp-under--md {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .u-disp-under--sm {
    display: none;
  }
}

.u-edit-contact {
  min-width: 350px;
  max-width: 400px;
}
.u-edit-contact > .c-sec-ttl__sub {
  position: relative;
  align-self: center;
}
.u-edit-contact > .c-sec-ttl__sub::before {
  position: absolute;
  display: block;
  content: "contact";
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  font-weight: normal;
  top: -3rem;
}

.u-txt-center {
  text-align: center;
}/*# sourceMappingURL=main.css.map */