@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: auto !important;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #FFF8F3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.is-fixed {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.4rem;
  }
}
* {
  color: var(--text-color, #4d4d4d);
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

p {
  line-height: 1.875;
}

em, address {
  font-style: normal;
}

a {
  color: var(--text-color, inherit);
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

button {
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .tabOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 0.5em;
}
.mt-10 {
  margin-top: 1em;
}
.mt-15 {
  margin-top: 1.5em;
}
.mt-20 {
  margin-top: 2em;
}
.mt-sm {
  margin-top: 3.2rem;
}
.mt-md {
  margin-top: 4.8rem;
}
.mt-lg {
  margin-top: 7.2rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 0.5em;
}
.mb-10 {
  margin-bottom: 1em;
}
.mb-15 {
  margin-bottom: 1.5em;
}
.mb-20 {
  margin-bottom: 2em;
}
.mb-sm {
  margin-bottom: 3rem;
}
.mb-md {
  margin-bottom: 5rem;
}
.mb-lg {
  margin-bottom: 10rem;
}

.ms-auto {
  margin-left: auto;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.bg-01 {
  background-color: #EEE6E1;
}
.bg-02 {
  background-color: #274a2f;
}
.bg-dark {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bg-dark.is-active {
  background-color: #798389;
  --text-color: #fff;
}
.bg-gray {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bg-gray.is-active {
  background-color: #eff1f4;
}
.bg-white {
  background-color: #fff;
}

.w-100 {
  width: 100%;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-sm {
  max-width: 64rem;
}
.w-md {
  max-width: 90rem;
}

.hr-01 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: none;
  border-top: 1px solid #ccc;
}

.text-serif {
  font-weight: 900;
}
.text-en {
  font-family: "Montserrat", sans-serif;
}
.text-unset {
  font-family: initial;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-primary {
  --text-color: #e60012;
}
.text-secondary {
  --text-color: #fa8500;
}
.text-white {
  --text-color: #fff;
}
.text-black {
  --text-color: #000;
}
.text-gray {
  --text-color: #666;
}
.text-xs {
  font-size: 1rem;
}
.text-sm {
  font-size: 1.2rem;
}
.text-lg {
  font-size: 2rem;
}
.text-xl {
  font-size: 2.4rem;
}
.text-xxl {
  font-size: 3.2rem;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-extrabold {
  font-weight: 800;
}
.text-black {
  font-weight: 900;
}

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-grid {
  display: grid !important;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.img-fluid {
  width: var(--width-pc) !important;
  height: auto;
}

@media screen and (max-width: 767px) {
  .img-fluid {
    width: var(--width-sp) !important;
  }
}
.c-breadcrumbs {
  margin-top: 4.8rem;
  margin-bottom: 12rem;
  font-size: 1.2rem;
}
.c-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-breadcrumbs__inner > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumbs__inner > span:not(:last-child)::after {
  content: "";
  width: 0.8rem;
  height: 1px;
  margin-top: 2px;
  display: inline-block;
  background-color: #000;
}
.c-breadcrumbs__inner * {
  letter-spacing: 0;
}
.c-breadcrumbs__inner .current-item {
  color: rgba(65, 65, 76, 0.5);
}

.c-navi__01 {
  margin-top: 7rem;
}
.c-navi__01--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-navi__01--item {
  width: 21rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.c-navi__01 a {
  width: 100%;
  max-width: 100%;
  height: 6rem;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #274a2f;
  border-radius: 3rem;
  background-color: #fff;
  font-weight: 700;
}
.c-navi__01 a.is-active {
  background-color: var(--theme-color, #274a2f);
  color: #fff;
  pointer-events: none;
}

.c-pager__archive {
  margin-top: 5.2rem;
}
.c-pager__archive--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pager__archive .page-numbers {
  width: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  aspect-ratio: 1;
}
.c-pager__archive .page-numbers.current {
  background-color: #eee6e1;
  pointer-events: none;
}
.c-pager__archive .page-numbers.prev, .c-pager__archive .page-numbers.next {
  background-color: #274a2f;
}
.c-pager__archive .page-numbers.prev::before, .c-pager__archive .page-numbers.next::before {
  content: "";
  width: 1rem;
  margin-left: -0.2rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  aspect-ratio: 1;
}
.c-pager__archive .page-numbers.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.c-btn__01 {
  width: 24rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 5.6rem;
  margin-top: 6.4rem;
  padding: 0 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.2rem;
  background-color: #274a2f;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.4rem;
  --text-color: #fff;
}
.c-btn__01--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.c-btn__01--arrow {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%233b3b3b' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>") no-repeat center 45%/50%;
}
.c-btn__01--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-btn__01--reverse .c-btn__01--arrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-btn__02 {
  width: 24.2rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 4.2rem;
  padding: 0 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.2rem;
  background-color: #eee6e1;
  font-weight: 700;
}
.c-btn__02--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-btn__02--arrow {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.c-btn__02--arrow::before {
  content: "";
  width: 0.6rem;
  margin-left: -0.2rem;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  aspect-ratio: 1;
}
.c-btn__02--arrow-bottom {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-btn__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn__grid.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.c-btn__grid.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.link[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill='%23333333' d='M12 6.615C11.8011 6.615 11.6103 6.69402 11.4697 6.83467C11.329 6.97532 11.25 7.16609 11.25 7.365V12.75C11.25 12.9489 11.171 13.1397 11.0303 13.2803C10.8897 13.421 10.6989 13.5 10.5 13.5H2.25C2.05109 13.5 1.86032 13.421 1.71967 13.2803C1.57902 13.1397 1.5 12.9489 1.5 12.75V4.5C1.5 4.30109 1.57902 4.11032 1.71967 3.96967C1.86032 3.82902 2.05109 3.75 2.25 3.75H7.635C7.83391 3.75 8.02468 3.67098 8.16533 3.53033C8.30598 3.38968 8.385 3.19891 8.385 3C8.385 2.80109 8.30598 2.61032 8.16533 2.46967C8.02468 2.32902 7.83391 2.25 7.635 2.25H2.25C1.65326 2.25 1.08097 2.48705 0.65901 2.90901C0.237053 3.33097 0 3.90326 0 4.5V12.75C0 13.3467 0.237053 13.919 0.65901 14.341C1.08097 14.7629 1.65326 15 2.25 15H10.5C11.0967 15 11.669 14.7629 12.091 14.341C12.5129 13.919 12.75 13.3467 12.75 12.75V7.365C12.75 7.16609 12.671 6.97532 12.5303 6.83467C12.3897 6.69402 12.1989 6.615 12 6.615ZM14.94 0.465C14.8639 0.281738 14.7183 0.136106 14.535 0.0599999C14.4448 0.0215692 14.348 0.00118499 14.25 0H9.75C9.55109 0 9.36032 0.0790176 9.21967 0.21967C9.07902 0.360322 9 0.551088 9 0.75C9 0.948912 9.07902 1.13968 9.21967 1.28033C9.36032 1.42098 9.55109 1.5 9.75 1.5H12.4425L4.7175 9.2175C4.6472 9.28722 4.59141 9.37017 4.55333 9.46157C4.51525 9.55296 4.49565 9.65099 4.49565 9.75C4.49565 9.84901 4.51525 9.94704 4.55333 10.0384C4.59141 10.1298 4.6472 10.2128 4.7175 10.2825C4.78722 10.3528 4.87017 10.4086 4.96157 10.4467C5.05296 10.4847 5.15099 10.5043 5.25 10.5043C5.34901 10.5043 5.44704 10.4847 5.53843 10.4467C5.62983 10.4086 5.71278 10.3528 5.7825 10.2825L13.5 2.5575V5.25C13.5 5.44891 13.579 5.63968 13.7197 5.78033C13.8603 5.92098 14.0511 6 14.25 6C14.4489 6 14.6397 5.92098 14.7803 5.78033C14.921 5.63968 15 5.44891 15 5.25V0.75C14.9988 0.651992 14.9784 0.555167 14.94 0.465Z'/></svg>");
}

input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.c-form__fieldset {
  min-width: 0;
  margin: 0 0 2.4rem;
  padding: 0;
  border: none;
}
.c-form__fieldset:last-of-type {
  margin-bottom: 0;
}
.c-form__fieldset + .c-form__fieldset {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #eee6e1;
}
.c-form__legend {
  margin-bottom: 1rem;
  padding: 0;
  color: #333;
  font-weight: 600;
  font-size: 1.6rem;
}
.c-form__field {
  margin-bottom: 2.4rem;
}
.c-form__field:last-child {
  margin-bottom: 0;
}
.c-form__field--error .c-form__control:not(:disabled) {
  border-color: #dc2626;
}
.c-form__field--error .c-form__control:not(:disabled):focus {
  -webkit-box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.18);
          box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.18);
}
.c-form__label-wrap {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-form__label {
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  --text-color: #274a2f;
}
.c-form__required {
  padding: 0.5em 0.75em;
  border-radius: 0.4rem;
  background-color: #f59e0b;
  font-weight: 700;
  font-size: 75%;
  line-height: 1;
  --text-color: #fff;
}
.c-form__optional {
  padding: 0.5em 0.75em;
  border-radius: 0.4rem;
  background-color: #9ca3af;
  font-weight: 700;
  font-size: 75%;
  line-height: 1;
  --text-color: #fff;
}
.c-form__item p:not(:last-child) {
  margin-bottom: 0.5em;
}
.c-form__control {
  width: 100%;
  min-height: 4.4rem;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee6e1;
  border-radius: 0.8rem;
  background-color: #f9fafb;
  color: #333;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.c-form__control::-webkit-input-placeholder {
  opacity: 1;
}
.c-form__control::-moz-placeholder {
  opacity: 1;
}
.c-form__control:-ms-input-placeholder {
  opacity: 1;
}
.c-form__control::-ms-input-placeholder {
  opacity: 1;
}
.c-form__control::placeholder {
  opacity: 1;
}
.c-form__control:hover:not(:disabled) {
  border-color: rgba(0, 0, 0, 0.16);
}
.c-form__control:focus {
  outline: none;
  border-color: #1a2e51;
  -webkit-box-shadow: 0 0 0 3px rgba(100, 108, 255, 0.22);
          box-shadow: 0 0 0 3px rgba(100, 108, 255, 0.22);
}
.c-form__control:disabled {
  background: rgba(0, 0, 0, 0.04);
  opacity: 0.55;
  cursor: not-allowed;
}
.c-form__control--textarea {
  height: 12rem;
  min-height: 8rem;
  padding: 1rem;
  resize: vertical;
}
.c-form__control--select {
  padding-right: 2.75rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 7.5L10 12.5L15 7.5" stroke="%239CA3AF" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: right 1.6rem center;
  background-size: 2rem;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form__control--file {
  min-height: auto;
  padding: 0.5rem 0.75rem;
  font-size: 1.4rem;
}
.c-form__hint {
  margin: 0.4rem 0 0;
  font-size: 1.3rem;
  line-height: 1.55;
}
.c-form__error {
  margin: 0.4rem 0 0;
  color: #dc2626;
  font-size: 1.3rem;
  line-height: 1.55;
}
.c-form__checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-form__checks--inline {
  gap: 1rem 1.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.c-form__check {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.65rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.55;
  cursor: pointer;
}
.c-form__check:has(.c-form__check-input:disabled) {
  cursor: not-allowed;
}
.c-form__check:hover:not(:has(.c-form__check-input:disabled)) .c-form__check-ui {
  border-color: rgba(0, 0, 0, 0.42);
}
.c-form__check-input {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.c-form__check-input:focus {
  outline: none;
}
.c-form__check-input:focus-visible + .c-form__check-ui {
  outline: 2px solid #1a2e51;
  outline-offset: 2px;
}
.c-form__check-input:disabled + .c-form__check-ui {
  opacity: 0.45;
  -webkit-filter: grayscale(0.35);
          filter: grayscale(0.35);
}
.c-form__check-input[type=checkbox]:checked + .c-form__check-ui {
  border-color: #1a2e51;
  background-color: #1a2e51;
}
.c-form__check-input[type=checkbox]:checked + .c-form__check-ui::after {
  opacity: 1;
}
.c-form__check-input[type=radio] + .c-form__check-ui {
  border-radius: 50%;
}
.c-form__check-input[type=radio]:checked + .c-form__check-ui {
  border-color: #1a2e51;
}
.c-form__check-input[type=radio]:checked + .c-form__check-ui::after {
  opacity: 1;
}
.c-form__check-ui {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.2rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.28);
  border-radius: 0.8rem;
  background-color: #f9fafb;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.c-form__check-ui::after {
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.c-form__check-input[type=checkbox]:checked + .c-form__check-ui::after {
  width: 0.35rem;
  height: 0.55rem;
  top: 0.15rem;
  left: 0.32rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-form__check-input[type=radio]:checked + .c-form__check-ui::after {
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #1a2e51;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-form__check-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-form__policy {
  margin-top: 4rem;
}
.c-form__policy--box {
  padding: 2.4rem 2rem;
  border: 2px solid #274a2f;
  border-radius: 1.6rem;
  background-color: #fff8f3;
}
.c-form__policy--title {
  margin-bottom: 0.25em;
  color: #274a2f;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  --text-color: #274a2f;
}
.c-form__policy--content {
  max-height: 23.5rem;
  overflow-y: auto;
  font-size: 1.4rem;
  line-height: 1.65;
  --text-color: #633a32;
}
.c-form__policy--doui {
  margin-top: 2rem;
}
.c-form__submit {
  margin-top: 4rem;
}
.c-form__submit--confirm {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-form__submit--confirm {
    gap: 1.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-form__submit--confirm > * {
  margin: 0;
}
.c-form__confirm--inner {
  padding: 8rem;
  border-radius: 1.6rem;
  background-color: #f9fafb;
}
@media screen and (max-width: 767px) {
  .c-form__confirm--inner {
    margin: 0 -2.8rem;
    padding: 2.8rem;
    border-radius: 0;
  }
}
.c-form__complete--title {
  margin-bottom: 1em;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-form__complete--title {
    font-size: 2rem;
  }
}
.c-form__complete--text {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-form__complete--text {
    text-align: left;
  }
}
.c-form__complete--text p + p {
  margin-top: 2.4rem;
}
.c-form__complete .c-btn__01 {
  margin: 3.6rem auto 0;
}

@media (prefers-reduced-motion: reduce) {
  .c-form__control, .c-form__check-ui, .c-form__check-ui::after {
    -webkit-transition: none;
    transition: none;
  }
}
.wpcf7-form-control .wpcf7-list-item {
  margin: 0;
  display: block;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpcf7-radio .wpcf7-list-item label {
  padding: 1.2rem;
  position: relative;
  display: block;
  border: 1px solid #eee6e1;
  border-radius: 0.8rem;
  background-color: #f9fafb;
}
.wpcf7-radio .wpcf7-list-item input[type=radio] {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  outline: 2px solid #fff;
  outline-offset: -4px;
  background-color: #9ca3af;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  width: 1em;
  border: 2px solid #9ca3af;
  border-radius: 50%;
  aspect-ratio: 1;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpcf7-checkbox .wpcf7-list-item label {
  padding: 1.2rem;
  position: relative;
  display: block;
  border: 1px solid #eee6e1;
  border-radius: 0.8rem;
  background-color: #f9fafb;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  width: 1em;
  border: 2px solid #9ca3af;
  border-radius: 0.4rem;
  aspect-ratio: 1;
}
.wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  width: 0.4em;
  height: 0.6em;
  position: absolute;
  top: 0.35em;
  left: 0.3em;
  border: solid #9ca3af;
  border-width: 0 2px 2px 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  width: 1.25em;
  border: 2px solid #274a2f;
  border-radius: 0.4rem;
  background-color: #fff;
  aspect-ratio: 1;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  width: 0.4em;
  height: 0.6em;
  position: absolute;
  top: 0.35em;
  left: 0.45em;
  border: solid #274a2f;
  border-width: 0 2px 2px 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wpcf7-acceptance .wpcf7-list-item a {
  text-decoration: underline;
  font-weight: 700;
  --text-color: #274a2f;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
  display: inline-block;
  --text-color: #dc2626;
}

.wpcf7-submit {
  width: 100%;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#e67e22), to(#d35400));
  background: linear-gradient(180deg, #e67e22 0%, #d35400 100%);
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.13);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.13);
  color: #fff !important;
  text-decoration: none;
  font-size: 2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-post-password {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: 4.8rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.4rem 2.4rem rgba(39, 74, 47, 0.08);
          box-shadow: 0 0.4rem 2.4rem rgba(39, 74, 47, 0.08);
}
@media screen and (max-width: 767px) {
  .c-post-password {
    padding: 3.2rem 2rem;
  }
  .c-post-password__lead {
    text-align: left;
    font-size: 1.5rem;
  }
  .c-post-password__lead br {
    display: none;
  }
  .c-post-password__submit {
    max-width: none;
  }
}
.c-post-password__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-post-password__lead {
  margin: 0;
  color: #333;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-post-password__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-post-password__label {
  color: #274a2f;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
}
.c-post-password__input {
  width: 100%;
  min-height: 5.2rem;
  padding: 0.8rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee6e1;
  border-radius: 0.8rem;
  background-color: #f9fafb;
  color: #333;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.c-post-password__input::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.c-post-password__input::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.c-post-password__input:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.c-post-password__input::-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.c-post-password__input::placeholder {
  color: #bbb;
  opacity: 1;
}
.c-post-password__input:hover {
  border-color: rgba(0, 0, 0, 0.16);
}
.c-post-password__input:focus {
  outline: none;
  border-color: #274a2f;
  -webkit-box-shadow: 0 0 0 3px rgba(39, 74, 47, 0.16);
          box-shadow: 0 0 0 3px rgba(39, 74, 47, 0.16);
}
.c-post-password__submit {
  width: 100%;
  max-width: 24rem;
  height: 5.6rem;
  margin: 0.8rem auto 0;
  padding: 0 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 3.2rem;
  background-color: #274a2f;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  --text-color: #fff;
}
.c-post-password__submit:hover {
  opacity: 0.85;
}
.c-post-password__submit-text {
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-form__policy--title {
    font-size: 1.6rem;
  }
}
.c-heading__01 {
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 2;
}
.c-heading__02 {
  margin-bottom: 2em;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-heading__01 {
    margin-bottom: 8rem;
  }
  .c-heading__01--label {
    font-size: 2.4rem;
  }
  .c-heading__01--main {
    font-size: 6.4rem;
  }
  .c-heading__01--text:last-of-type {
    padding-bottom: 0.5em;
  }
}
.c-table__01--content {
  display: grid;
  grid-template-columns: 25rem 1fr;
}
.c-table__01--head, .c-table__01--detail {
  padding: 2.5rem;
}
.c-table__01--head {
  margin-bottom: -0.1rem;
  border-bottom: 2px solid var(--theme-color, #274a2f);
  text-align: center;
  font-weight: 600;
}
.c-table__01--detail {
  border-bottom: 1px solid #ccc;
}

.c-modal__content {
  width: 100rem;
  max-width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  border-radius: 0.8rem;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.c-modal__content--inner {
  max-height: calc(100vh - 10rem);
  padding: 5.6rem;
  overflow-y: auto;
}
.c-modal__close {
  width: 4.8rem;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: block;
  border-radius: 0.8rem;
  background-color: #e60012;
  aspect-ratio: 1;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.js-modal__trigger:hover {
  cursor: pointer;
}
.js-bg__layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-bg__layer.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .c-modal__content--inner {
    padding: 2rem 2rem 4rem;
  }
}
.c-slider__01--card .pic {
  margin-bottom: 1.6rem;
  display: block;
  overflow: hidden;
  aspect-ratio: 296/400;
}
.c-slider__01--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__01--card .pic.asp-auto {
  aspect-ratio: auto;
}
.c-slider__01--card .tag {
  padding: 0 0.8rem;
  display: inline-block;
  border-radius: 0.3rem;
  background-color: var(--theme-color, #274a2f);
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.c-slider__01--card .tag + .name {
  margin-top: 0.8rem;
}
.c-slider__01--card .name {
  font-weight: 500;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  white-space: wrap;
  -webkit-line-clamp: 2;
}
.c-slider__01 .swiper {
  overflow: visible !important;
}
.c-slider__01 .swiper-wrapper {
  height: auto;
}
.c-slider__01 .swiper-slide {
  width: 29.6rem;
}
.c-slider__01--control {
  margin-top: 8rem;
  padding: 2rem 0;
}
.c-slider__02--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.5;
}
.c-slider__02--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__02 .swiper {
  overflow: visible !important;
}
.c-slider__02 .swiper-wrapper {
  height: auto;
}
.c-slider__02 .swiper-slide {
  width: 83.2rem;
}
.c-slider__02--control {
  margin-top: 4rem;
}
.c-slider__03--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.68;
}
.c-slider__03--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__03--card .pic + p {
  margin-top: 2.4rem;
}
.c-slider__03 .swiper {
  overflow: visible !important;
}
.c-slider__03 .swiper-wrapper {
  height: auto;
}
.c-slider__03 .swiper-slide {
  width: 36rem;
}
.c-slider__03--control {
  margin-top: 10rem;
}

/* Swiperページネーション進捗バー */
.swiper-pagination-progress {
  width: 10rem;
  height: 2px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
}

.swiper-pagination-progress::after {
  content: "";
  width: var(--swiper-progress, 0%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #274a2f;
  -webkit-transition: width linear;
  transition: width linear;
}

@-webkit-keyframes swiper-progress-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes swiper-progress-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-slider__01 {
    position: relative;
  }
  .c-slider__01 .btn__01 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-slider__01--control {
    margin-top: 2.5rem;
    padding: 0;
  }
  .c-slider__01 .btn__01 {
    margin-top: 4rem;
  }
  .c-slider__02 .swiper-slide {
    width: 100%;
  }
  .c-slider__02--control {
    margin-top: 3.5rem;
  }
}
.c-loading {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  overflow: hidden;
  background-color: #274a2f;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.c-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.c-loading__image {
  width: min(32rem, 60vw);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  clip-path: circle(0% at 50% 50%);
  will-change: clip-path;
}
.c-loading__image img {
  width: 26rem;
  position: absolute;
  top: 5rem;
  left: 6rem;
  -webkit-transform: rotate(-10.89deg);
          transform: rotate(-10.89deg);
  -o-object-fit: cover;
     object-fit: cover;
}
.c-loading__circle {
  width: min(32rem, 60vw);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  aspect-ratio: 1/1;
}
.c-loading__message {
  width: 3.2rem;
  position: absolute;
  top: 50%;
  left: calc(50% + 18rem);
  z-index: 3;
  color: #fff;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateY(-60%) rotate(8deg);
          transform: translateY(-60%) rotate(8deg);
}
.c-loading__message svg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .c-loading__image {
    width: min(20rem, 68vw);
  }
  .c-loading__image img {
    width: 16rem;
    top: 4rem;
    left: 4rem;
  }
  .c-loading__circle {
    width: min(20rem, 68vw);
  }
  .c-loading__message {
    width: 2.6rem;
    left: calc(50% + 12rem);
  }
}
.c-card__01 {
  display: block;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #fff;
}
.c-card__01--image {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eff1f4;
  aspect-ratio: 1/0.679;
}
.c-card__01--body {
  padding: 3.2rem 4rem 4rem;
}
.c-card__01--title {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 2rem;
}
.c-card__01--text p {
  color: rgba(65, 65, 76, 0.5);
  line-height: 1.6;
}
.c-card__01 .arrow-01 {
  margin-top: 3.2rem;
  margin-left: auto;
}
.c-card__01[href] img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-card__01[href]:hover {
  opacity: 1;
}
.c-card__01[href]:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6rem 1.4rem;
  background-color: #274a2f;
  border-radius: 0.6rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  --text-color: #fff;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c-tag {
    font-size: 1.2rem;
    padding: 0.4rem 1.2rem;
    border-radius: 0.4rem;
  }
}
.c-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-faq__item {
  padding: 3.2rem;
  border-radius: 1.2rem;
  background-color: #fff;
}
.c-faq__question, .c-faq__answer {
  padding-left: 4.4rem;
  position: relative;
}
.c-faq__question::before, .c-faq__answer::before {
  content: "";
  width: 3.2rem;
  padding-bottom: 0.2em;
  position: absolute;
  top: -0.2rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  aspect-ratio: 1;
}
.c-faq__question {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  --text-color: #274a2f;
}
.c-faq__question::before {
  content: "Q";
  background-color: #274a2f;
  color: #fff;
}
.c-faq__answer {
  font-size: 1.6rem;
  line-height: 1.6;
  --text-color: #633a32;
}
.c-faq__answer::before {
  content: "A";
  background-color: #eee6e1;
  color: #274a2f;
}

@media screen and (max-width: 767px) {
  .c-faq__item {
    padding: 2.4rem 2rem;
  }
  .c-faq__question, .c-faq__answer {
    padding-left: 3.2rem;
  }
  .c-faq__question::before, .c-faq__answer::before {
    width: 2.4rem;
    top: 0;
    font-size: 1.6rem;
  }
  .c-faq__question {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .c-faq__answer {
    font-size: 1.4rem;
  }
}
:root {
  --wp--preset--font-size--large: 2.2rem;
  --wp--preset--font-size--medium: 1.8rem;
}
:root :where(p.has-background) {
  padding: 0.75em 1em;
}
:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 1.6rem;
}

.c-editor p:not(:last-child) {
  margin-bottom: 1em;
}
.c-editor p mark {
  border-bottom: 3px solid;
}
.c-editor * {
  color: var(--text-color, inherit);
}
.c-editor .wp-block-cover:first-child {
  margin-top: -16rem;
}

:where(.is-block-width-md):not(.alignwide):not(.alignfull) {
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
}

:where(.is-block-width-sm):not(.alignwide):not(.alignfull) {
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}

p.is-style-clover-paragraph-round-icon {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  line-height: 1.15;
  aspect-ratio: 1;
}

.wp-block-heading:not(:last-child) {
  margin-bottom: 0.5em;
}

h1.wp-block-heading.is-style-clover-heading-pill, h2.wp-block-heading.is-style-clover-heading-pill, h3.wp-block-heading.is-style-clover-heading-pill, h4.wp-block-heading.is-style-clover-heading-pill, h5.wp-block-heading.is-style-clover-heading-pill, h6.wp-block-heading.is-style-clover-heading-pill {
  padding: 0.5em 1em;
  position: relative;
  z-index: 2;
  border: 1px solid #211715;
  border-radius: 999px;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 0 #fff, 0 8px 0 #000;
          box-shadow: 0 7px 0 #fff, 0 8px 0 #000;
  color: #274a2f;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

h1.wp-block-heading.is-style-clover-heading-pill {
  margin-bottom: calc(1em + 8px);
  font-size: 3.6rem;
}
h1.wp-block-heading.is-style-clover-heading-pill:not(:first-child) {
  margin-top: 12rem;
}

h2.wp-block-heading.is-style-clover-heading-pill {
  margin-bottom: calc(1em + 8px);
  font-size: 3.2rem;
}
h2.wp-block-heading.is-style-clover-heading-pill:not(:first-child) {
  margin-top: 12rem;
}

h3.wp-block-heading.is-style-clover-heading-pill {
  margin-bottom: 1em;
  font-size: 2.8rem;
}
h3.wp-block-heading.is-style-clover-heading-pill:not(:first-child) {
  margin-top: 1.5em;
}

h4.wp-block-heading.is-style-clover-heading-pill {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
}

h5.wp-block-heading.is-style-clover-heading-pill, h6.wp-block-heading.is-style-clover-heading-pill {
  margin-bottom: 0.5em;
  font-size: 2rem;
}

h1.wp-block-heading.is-style-clover-heading-bar, h2.wp-block-heading.is-style-clover-heading-bar, h3.wp-block-heading.is-style-clover-heading-bar, h4.wp-block-heading.is-style-clover-heading-bar, h5.wp-block-heading.is-style-clover-heading-bar, h6.wp-block-heading.is-style-clover-heading-bar {
  padding-left: 0.65em;
  position: relative;
  color: #274a2f;
  font-weight: 700;
  line-height: 1.4;
}
h1.wp-block-heading.is-style-clover-heading-bar::before, h2.wp-block-heading.is-style-clover-heading-bar::before, h3.wp-block-heading.is-style-clover-heading-bar::before, h4.wp-block-heading.is-style-clover-heading-bar::before, h5.wp-block-heading.is-style-clover-heading-bar::before, h6.wp-block-heading.is-style-clover-heading-bar::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #274a2f;
}

h1.wp-block-heading.is-style-clover-heading-bar {
  margin-bottom: calc(1em + 8px);
  font-size: 3.6rem;
}
h1.wp-block-heading.is-style-clover-heading-bar:not(:first-child) {
  margin-top: 12rem;
}

h2.wp-block-heading.is-style-clover-heading-bar {
  margin-bottom: calc(1em + 8px);
  font-size: 3.2rem;
}
h2.wp-block-heading.is-style-clover-heading-bar:not(:first-child) {
  margin-top: 12rem;
}

h3.wp-block-heading.is-style-clover-heading-bar {
  margin-bottom: 1em;
  font-size: 2.8rem;
}
h3.wp-block-heading.is-style-clover-heading-bar:not(:first-child) {
  margin-top: 1.5em;
}

h4.wp-block-heading.is-style-clover-heading-bar {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
}

h5.wp-block-heading.is-style-clover-heading-bar, h6.wp-block-heading.is-style-clover-heading-bar {
  margin-bottom: 0.5em;
  font-size: 2rem;
}

h1.wp-block-heading.is-style-clover-heading-dot, h2.wp-block-heading.is-style-clover-heading-dot, h3.wp-block-heading.is-style-clover-heading-dot, h4.wp-block-heading.is-style-clover-heading-dot, h5.wp-block-heading.is-style-clover-heading-dot, h6.wp-block-heading.is-style-clover-heading-dot {
  padding-left: 1em;
  position: relative;
  color: #274a2f;
  line-height: 1.4;
}
h1.wp-block-heading.is-style-clover-heading-dot::before, h2.wp-block-heading.is-style-clover-heading-dot::before, h3.wp-block-heading.is-style-clover-heading-dot::before, h4.wp-block-heading.is-style-clover-heading-dot::before, h5.wp-block-heading.is-style-clover-heading-dot::before, h6.wp-block-heading.is-style-clover-heading-dot::before {
  content: "";
  width: 0.5em;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
  background-color: #52a068;
  aspect-ratio: 1;
}

h1.wp-block-heading.is-style-clover-heading-dot {
  margin-bottom: calc(1em + 8px);
  font-size: 3.6rem;
}
h1.wp-block-heading.is-style-clover-heading-dot:not(:first-child) {
  margin-top: 12rem;
}

h2.wp-block-heading.is-style-clover-heading-dot {
  margin-bottom: calc(1em + 8px);
  font-size: 3.2rem;
}
h2.wp-block-heading.is-style-clover-heading-dot:not(:first-child) {
  margin-top: 12rem;
}

h3.wp-block-heading.is-style-clover-heading-dot {
  margin-bottom: 1em;
  font-size: 2.8rem;
}
h3.wp-block-heading.is-style-clover-heading-dot:not(:first-child) {
  margin-top: 1.5em;
}

h4.wp-block-heading.is-style-clover-heading-dot {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
}

h5.wp-block-heading.is-style-clover-heading-dot, h6.wp-block-heading.is-style-clover-heading-dot {
  margin-bottom: 0.5em;
  font-size: 2rem;
}

.wp-block-cover {
  min-height: 0 !important;
  margin: 12rem calc(50% - 50vw);
  padding: 12rem 0;
}
.wp-block-cover__inner-container {
  max-width: 130rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-group {
  margin: 4.8rem 0;
}
.wp-block-group.is-layout-grid {
  gap: 2.4rem;
}
.wp-block-group.is-layout-grid.is-grid-gap-sm {
  gap: 1.6rem;
}
.wp-block-group.is-layout-grid.is-grid-gap-lg {
  gap: 4.8rem;
}
.wp-block-group.is-style-clover-card-01 {
  padding: 0;
  display: block;
  overflow: hidden;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.06);
}
.wp-block-group.is-style-clover-card-01 > *:not(.wp-block-image) {
  margin: 1.2rem 0;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
.wp-block-group.is-style-clover-card-01 > *:not(.wp-block-image):first-child {
  margin-top: 2.4rem;
}
.wp-block-group.is-style-clover-card-01 > *:not(.wp-block-image):last-child {
  margin-bottom: 2.4rem;
}
.wp-block-group.is-style-clover-card-01 > .wp-block-image + * {
  margin-top: 2.4rem;
}
.wp-block-group.is-style-clover-card-02 {
  padding: 3.2rem;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.06);
}
.wp-block-group.is-style-clover-card-03 {
  margin: 4.8rem 0;
  overflow: hidden;
  border: 2px solid var(--clover-card03-accent);
  border-radius: 1.6rem;
  background-color: #fff !important;
  --clover-card03-accent: #5c6678;
}
.wp-block-group.is-style-clover-card-03 > .wp-block-heading:first-child {
  margin: 0;
  padding: 1.2rem 2.4rem;
  background-color: var(--clover-card03-accent);
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
}
.wp-block-group.is-style-clover-card-03 > *:not(:first-child) {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
.wp-block-group.is-style-clover-card-03 > *:nth-child(2) {
  padding-top: 2.4rem;
}
.wp-block-group.is-style-clover-card-03 > *:last-child {
  padding-bottom: 2.4rem;
}
.wp-block-group.is-style-clover-card-03 .wp-block-media-text {
  margin: 0;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-group.is-style-clover-card-03 .wp-block-media-text .wp-block-media-text__media img {
  border-radius: 0;
}
.wp-block-group.is-style-clover-card-03.has-main-green-background-color {
  --clover-card03-accent: var(--wp--preset--color--main-green);
}
.wp-block-group.is-style-clover-card-03.has-accent-green-background-color {
  --clover-card03-accent: var(--wp--preset--color--accent-green);
}
.wp-block-group.is-style-clover-card-03.has-brown-background-color {
  --clover-card03-accent: var(--wp--preset--color--brown);
}
.wp-block-group.is-style-clover-card-03.has-orange-background-color {
  --clover-card03-accent: var(--wp--preset--color--orange);
}
.wp-block-group.is-style-clover-card-03.has-bg-gray-background-color {
  --clover-card03-accent: var(--wp--preset--color--bg-gray);
}
.wp-block-group.is-style-clover-card-03.has-bg-beige-background-color {
  --clover-card03-accent: var(--wp--preset--color--bg-beige);
}
.wp-block-group.is-style-clover-card-03.has-bg-cream-background-color {
  --clover-card03-accent: var(--wp--preset--color--bg-cream);
}
.wp-block-group.is-style-clover-card-03.has-white-background-color {
  --clover-card03-accent: var(--wp--preset--color--white);
}

.wp-block-columns {
  margin: 4.8rem 0;
}
.wp-block-columns > .wp-block-column > .wp-block-group {
  height: 100%;
}
.wp-block-columns .wp-block-group {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-columns.mt-sm-pc {
    margin-top: 2.4rem;
  }
}

.wp-block-media-text {
  margin: 4.8rem 0;
  gap: 3.2rem;
}
.wp-block-media-text + .wp-block-media-text {
  margin-top: -1.6rem;
}
.wp-block-media-text.is-media-gap-sm {
  gap: 1.6rem;
}
.wp-block-media-text.is-media-gap-lg {
  gap: 4.8rem;
}
.wp-block-media-text.has-background {
  padding: 3.2rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.03);
}
.wp-block-media-text.is-style-media-image-rounded .wp-block-media-text__media img {
  overflow: hidden;
  border-radius: 1.6rem;
}
.wp-block-media-text.is-style-media-image-square .wp-block-media-text__media img {
  border-radius: 0;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}

.wp-block-list.is-style-list-check {
  padding-left: 0;
  background-color: transparent !important;
  list-style: none;
  --clover-list-check-icon-color: #f59e0b;
}
.wp-block-list.is-style-list-check.has-main-green-background-color {
  --clover-list-check-icon-color: var(--wp--preset--color--main-green);
}
.wp-block-list.is-style-list-check.has-accent-green-background-color {
  --clover-list-check-icon-color: var(--wp--preset--color--accent-green);
}
.wp-block-list.is-style-list-check.has-brown-background-color {
  --clover-list-check-icon-color: var(--wp--preset--color--brown);
}
.wp-block-list.is-style-list-check.has-orange-background-color {
  --clover-list-check-icon-color: var(--wp--preset--color--orange);
}
.wp-block-list.is-style-list-check.has-bg-gray-background-color {
  --clover-list-check-icon-color: var(--wp--preset--color--bg-gray);
}
.wp-block-list.is-style-list-check.has-bg-beige-background-color {
  --clover-list-check-icon-color: var(--wp--preset--color--bg-beige);
}
.wp-block-list.is-style-list-check.has-bg-cream-background-color {
  --clover-list-check-icon-color: var(--wp--preset--color--bg-cream);
}
.wp-block-list.is-style-list-check.has-white-background-color {
  --clover-list-check-icon-color: var(--wp--preset--color--white);
}
.wp-block-list.is-style-list-check li {
  padding-left: 1.75em;
  position: relative;
  line-height: 1.5;
}
.wp-block-list.is-style-list-check li::before {
  content: "";
  width: 1.15em;
  position: absolute;
  top: 0.25em;
  left: 0;
  border-radius: 50%;
  background-color: var(--clover-list-check-icon-color);
  background-image: url('data:image/svg+xml,%3Csvg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.8284 0.000528941C10.5337 0.00978502 10.2543 0.129579 10.0494 0.334538L4.89283 5.34749L1.9487 2.48528C1.8441 2.38115 1.71916 2.29812 1.58112 2.24101C1.44308 2.1839 1.2947 2.15384 1.14456 2.15258C0.994422 2.15132 0.845518 2.17888 0.706476 2.23366C0.567435 2.28844 0.441021 2.36936 0.334561 2.47172C0.228101 2.57408 0.143711 2.69585 0.0862829 2.82997C0.0288544 2.96409 -0.000471194 3.1079 5.72486e-06 3.25306C0.000482644 3.39822 0.0307524 3.54185 0.0890611 3.67561C0.14737 3.80938 0.232558 3.93063 0.339688 4.03233L4.08836 7.6766C4.1938 7.77909 4.31916 7.86043 4.45722 7.91593C4.59529 7.97143 4.74334 8 4.89286 8C5.04239 8 5.19043 7.97143 5.3285 7.91593C5.46656 7.86043 5.59192 7.77909 5.69737 7.6766L11.6585 1.88153C11.822 1.727 11.9334 1.52831 11.9781 1.31151C12.0228 1.0947 11.9987 0.869896 11.909 0.666556C11.8193 0.463216 11.6681 0.290829 11.4753 0.171989C11.2825 0.0531495 11.057 -0.00659773 10.8285 0.000578318L10.8284 0.000528941Z" fill="white"/%3E%3C/svg%3E');
  background-position: center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.wp-block-list.is-style-list-check li + li {
  margin-top: 0.75em;
}
.wp-block-list.is-style-list-frame {
  margin-left: 0;
  padding: 1.2em 1.4em;
  border: 1px solid #d7d1d1;
  border-radius: 1.2rem;
  background-color: #fff;
}
.wp-block-list.is-style-list-frame li + li {
  margin-top: 0.4em;
}
.wp-block-list.is-style-clover-list-tags {
  margin: 1em 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: transparent !important;
  list-style: none !important;
}
.wp-block-list.is-style-clover-list-tags li {
  margin: 0 !important;
  padding: 0.45em 1em;
  border-radius: 0.6rem;
  list-style: none !important;
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
}

.wp-block-list.is-style-clover-list-tags.has-main-green-background-color {
  background-color: transparent !important;
}
.wp-block-list.is-style-clover-list-tags.has-main-green-background-color > li:not([class*=-background-color]) {
  background-color: var(--wp--preset--color--main-green);
}
.wp-block-list.is-style-clover-list-tags.has-main-green-background-color > li:not([class*=-background-color]):not(.has-text-color) {
  color: #fff;
}

.wp-block-list.is-style-clover-list-tags li.has-main-green-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--main-green);
  color: #fff;
}

.wp-block-list.is-style-clover-list-tags.has-accent-green-background-color {
  background-color: transparent !important;
}
.wp-block-list.is-style-clover-list-tags.has-accent-green-background-color > li:not([class*=-background-color]) {
  background-color: var(--wp--preset--color--accent-green);
}
.wp-block-list.is-style-clover-list-tags.has-accent-green-background-color > li:not([class*=-background-color]):not(.has-text-color) {
  color: #fff;
}

.wp-block-list.is-style-clover-list-tags li.has-accent-green-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--accent-green);
  color: #fff;
}

.wp-block-list.is-style-clover-list-tags.has-brown-background-color {
  background-color: transparent !important;
}
.wp-block-list.is-style-clover-list-tags.has-brown-background-color > li:not([class*=-background-color]) {
  background-color: var(--wp--preset--color--brown);
}
.wp-block-list.is-style-clover-list-tags.has-brown-background-color > li:not([class*=-background-color]):not(.has-text-color) {
  color: #fff;
}

.wp-block-list.is-style-clover-list-tags li.has-brown-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--brown);
  color: #fff;
}

.wp-block-list.is-style-clover-list-tags.has-orange-background-color {
  background-color: transparent !important;
}
.wp-block-list.is-style-clover-list-tags.has-orange-background-color > li:not([class*=-background-color]) {
  background-color: var(--wp--preset--color--orange);
}
.wp-block-list.is-style-clover-list-tags.has-orange-background-color > li:not([class*=-background-color]):not(.has-text-color) {
  color: #fff;
}

.wp-block-list.is-style-clover-list-tags li.has-orange-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--orange);
  color: #fff;
}

.wp-block-list.is-style-clover-list-tags.has-bg-gray-background-color {
  background-color: transparent !important;
}
.wp-block-list.is-style-clover-list-tags.has-bg-gray-background-color > li:not([class*=-background-color]) {
  background-color: var(--wp--preset--color--bg-gray);
}
.wp-block-list.is-style-clover-list-tags.has-bg-gray-background-color > li:not([class*=-background-color]):not(.has-text-color) {
  color: #fff;
}

.wp-block-list.is-style-clover-list-tags li.has-bg-gray-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--bg-gray);
  color: #fff;
}

.wp-block-list.is-style-clover-list-tags.has-white-background-color {
  background-color: transparent !important;
}
.wp-block-list.is-style-clover-list-tags.has-white-background-color > li:not([class*=-background-color]) {
  background-color: var(--wp--preset--color--white);
}
.wp-block-list.is-style-clover-list-tags.has-white-background-color > li:not([class*=-background-color]):not(.has-text-color) {
  color: #274a2f;
}

.wp-block-list.is-style-clover-list-tags li.has-white-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--white);
  color: #274a2f;
}

.wp-block-list.is-style-clover-list-tags.has-bg-cream-background-color {
  background-color: transparent !important;
}
.wp-block-list.is-style-clover-list-tags.has-bg-cream-background-color > li:not([class*=-background-color]) {
  background-color: var(--wp--preset--color--bg-cream);
}
.wp-block-list.is-style-clover-list-tags.has-bg-cream-background-color > li:not([class*=-background-color]):not(.has-text-color) {
  color: #274a2f;
}

.wp-block-list.is-style-clover-list-tags li.has-bg-cream-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--bg-cream);
  color: #274a2f;
}

.wp-block-list.is-style-clover-list-tags.has-bg-beige-background-color {
  background-color: transparent !important;
}
.wp-block-list.is-style-clover-list-tags.has-bg-beige-background-color > li:not([class*=-background-color]) {
  background-color: var(--wp--preset--color--bg-beige);
}
.wp-block-list.is-style-clover-list-tags.has-bg-beige-background-color > li:not([class*=-background-color]):not(.has-text-color) {
  color: #274a2f;
}

.wp-block-list.is-style-clover-list-tags li.has-bg-beige-background-color:not(.has-text-color) {
  background-color: var(--wp--preset--color--bg-beige);
  color: #274a2f;
}

.wp-block-list.is-style-clover-list-tags:not([class*=has-][class*=-background-color]) > li:not([class*=-background-color]) {
  background-color: #274a2f;
  color: #fff;
}

.wp-block-image.size-full img {
  width: 100%;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
  margin: 4.8rem 0;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table th {
  border-color: #ccc !important;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table td {
  border-color: #e6e6e6 !important;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  border: 2px solid;
  border-spacing: 0;
  border-collapse: initial;
  border-radius: 1.6rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead {
  border-radius: 1.6rem 1.6rem 0 0;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr > *:first-child {
  border-top-left-radius: 1.4rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr > *:last-child {
  border-right: none !important;
  border-top-right-radius: 1.4rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr th {
  background-color: #d7d1d1;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr td {
  padding: 1.6rem;
  border: none;
  border-right: 2px solid;
  border-bottom: 2px solid;
  font-size: 2.4rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead + tbody tr:first-child > *:first-child {
  border-top-left-radius: 0;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead + tbody tr:first-child > *:last-child {
  border-top-right-radius: 0;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr > *:last-child {
  border-right: none !important;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr:first-child > *:first-child {
  border-top-left-radius: 1.4rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr:first-child > *:last-child {
  border-top-right-radius: 1.4rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr:last-child > * {
  border-bottom: none !important;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr:last-child > *:first-child {
  border-bottom-left-radius: 1.4rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr:last-child > *:last-child {
  border-bottom-right-radius: 1.4rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr td {
  padding: 1.6rem;
  border: none;
  border-right: 2px solid;
  border-bottom: 2px solid;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr th {
  background-color: #e9e3e3;
  font-size: 2rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr td {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  :root {
    --wp--preset--font-size--size-03: 1.6rem;
    --wp--preset--font-size--size-04: 1.6rem;
    --wp--preset--font-size--size-05: 1.8rem;
    --wp--preset--font-size--size-06: 2.4rem;
    --wp--preset--font-size--size-07: 2.8rem;
    --wp--preset--font-size--size-08: 3.2rem;
  }
  .c-editor .wp-block-cover:first-child {
    margin-top: -4.8rem;
  }
  h2.wp-block-heading.is-style-clover-heading-pill {
    font-size: 2rem;
  }
  h2.wp-block-heading.is-style-clover-heading-pill:not(:first-child) {
    margin-top: 6.4rem;
  }
  h1.wp-block-heading.is-style-clover-heading-pill, h1.wp-block-heading.is-style-clover-heading-bar, h1.wp-block-heading.is-style-clover-heading-dot {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
  h1.wp-block-heading.is-style-clover-heading-pill:not(:first-child), h1.wp-block-heading.is-style-clover-heading-bar:not(:first-child), h1.wp-block-heading.is-style-clover-heading-dot:not(:first-child) {
    margin-top: 6.4rem;
  }
  h2.wp-block-heading.is-style-clover-heading-bar, h2.wp-block-heading.is-style-clover-heading-dot {
    margin-bottom: 1em;
    font-size: 2rem;
  }
  h2.wp-block-heading.is-style-clover-heading-bar:not(:first-child), h2.wp-block-heading.is-style-clover-heading-dot:not(:first-child) {
    margin-top: 6.4rem;
  }
  h3.wp-block-heading.is-style-clover-heading-pill, h3.wp-block-heading.is-style-clover-heading-bar, h3.wp-block-heading.is-style-clover-heading-dot {
    font-size: 2rem;
  }
  h4.wp-block-heading.is-style-clover-heading-pill, h4.wp-block-heading.is-style-clover-heading-bar, h4.wp-block-heading.is-style-clover-heading-dot {
    font-size: 1.8rem;
  }
  h5.wp-block-heading.is-style-clover-heading-pill, h5.wp-block-heading.is-style-clover-heading-bar, h5.wp-block-heading.is-style-clover-heading-dot, h6.wp-block-heading.is-style-clover-heading-pill, h6.wp-block-heading.is-style-clover-heading-bar, h6.wp-block-heading.is-style-clover-heading-dot {
    font-size: 1.6rem;
  }
  .wp-block-group {
    margin: 3.2rem 0;
  }
  .wp-block-group.is-layout-grid {
    gap: 1.6rem;
  }
  .wp-block-group.is-layout-grid.is-grid-gap-lg {
    gap: 2.4rem;
  }
  .wp-block-group.is-style-clover-card-01 {
    --wp--preset--font-size--size-03: 1.8rem;
    --wp--preset--font-size--size-04: 1.8rem;
  }
  .wp-block-group.is-style-clover-card-02 {
    padding: 2.4rem;
  }
  .wp-block-group.is-style-clover-card-03 > .wp-block-heading:first-child {
    padding: 1rem 2rem;
    font-size: 2.4rem;
  }
  .wp-block-group.is-style-clover-card-03 > *:not(:first-child) {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .wp-block-group.is-style-clover-card-03 > *:nth-child(2) {
    padding-top: 2rem;
  }
  .wp-block-group.is-style-clover-card-03 > *:last-child {
    padding-bottom: 2rem;
  }
  .wp-block-cover {
    margin: 6.4rem calc(50% - 50vw);
    padding: 6.4rem 0;
  }
  .wp-block-cover__inner-container {
    width: 100%;
    padding: 0 2rem;
  }
  .wp-block-columns {
    margin: 2.4rem 0;
  }
  .wp-block-media-text {
    margin: 3.2rem 0;
    gap: 2rem;
  }
  .wp-block-media-text.has-background {
    padding: 2.4rem;
  }
  .wp-block-list.is-style-list-check li {
    padding-left: 1.6em;
  }
  .wp-block-list.is-style-clover-list-tags {
    gap: 0.6rem 0.8rem;
  }
  .wp-block-list.is-style-clover-list-tags li {
    padding: 0.4em 0.9em;
    font-size: 1.2rem;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
    margin: 3.2rem 0;
    overflow-x: auto;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    min-width: 64rem;
    border-width: 1px;
    border-radius: 1.2rem;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr td {
    padding: 1rem;
    border-right-width: 1px;
    border-bottom-width: 1px;
    font-size: 1.6rem;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr td {
    padding: 1rem;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr th {
    font-size: 1.5rem;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr td {
    font-size: 1.4rem;
  }
}
.l-header {
  width: 100%;
  padding: 1.6rem 2.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.l-header__inner {
  width: calc(100% - 5rem);
  padding: 1.2rem 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
.l-header__title {
  width: 19.4rem;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1;
}
.l-header__title--logo {
  width: 14rem;
  display: block;
}
.l-header__nav-toggle {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.l-header__nav-overlay {
  display: none;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
}
.l-header__nav--list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav--list .menu-item-has-children {
  position: relative;
}
.l-header__nav--list .menu-item-has-children > a::after {
  content: "";
  width: 0.7rem;
  height: 1rem;
  margin-bottom: -0.4rem;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.40256L3.854 4.99963L0 8.59707L1.50314 10L6.86028 4.99963L1.50314 2.38419e-07L0 1.40256Z' fill='%232d3c8c'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-header__nav--list .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
}
.l-header__nav--list .sub-menu a::before {
  content: "";
  width: 0.5em;
  margin-bottom: -0.15em;
  border-radius: 50%;
  background-color: #274a2f;
  aspect-ratio: 1;
}
.l-header__nav--list .l-header__nav-item--service > .sub-menu {
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item {
  min-width: 22rem;
  padding: 0 2.4rem;
}
.l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item + .menu-item {
  border-left: 1px solid #d7e0f0;
}
.l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > a {
  margin-bottom: 1.2rem;
  color: #333;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  pointer-events: none;
  cursor: default;
}
.l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > a::before {
  content: none;
}
.l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > a::after {
  content: none !important;
}
.l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > .sub-menu {
  gap: 0.8rem;
  position: static;
  border: none;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  padding: 0;
}
.l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > .sub-menu a {
  color: #333;
  font-weight: 700;
  white-space: nowrap;
}
.l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > .sub-menu a::before {
  content: none;
}
.l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > .sub-menu a:hover {
  opacity: 0.7;
}
.l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item.is-disabled > a,
.l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > .sub-menu > .menu-item.is-disabled > a {
  color: #c0c0c0;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 1;
}
.l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item.is-disabled > a:hover,
.l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > .sub-menu > .menu-item.is-disabled > a:hover {
  opacity: 1;
}
.l-header__nav--cta {
  padding: 1.2rem 2.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20rem;
  background-color: #274a2f;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.6rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  --text-color: #fff;
}
.l-header__nav--cta:hover {
  opacity: 0.8;
}

/* 提携団体紹介向け（グロナビなし） */
body.is-partner-gate .l-header__nav--list,
body.is-partner-gate .l-header__hamburger,
body.is-partner-gate .l-header__nav-toggle,
body.is-partner-gate .l-header__nav-overlay {
  display: none !important;
}
body.is-partner-gate .l-header__inner {
  padding-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  body.is-partner-gate .l-header__inner {
    padding-right: 1.2rem;
  }
  body.is-partner-gate .l-header__nav {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  body.is-partner-gate .l-header__nav--cta {
    width: auto;
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
}

.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__contact {
  height: 4.8rem;
  padding: 0 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.4rem;
  background-color: #fff;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.l-header__hamburger {
  width: 7.2rem;
  height: 7.2rem;
  display: none;
  gap: 0.5em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  background-color: #3b3b3b;
  font-size: 1rem;
  cursor: pointer;
  --text-color: #fff;
}
.l-header__hamburger p {
  letter-spacing: 0;
  font-weight: 900;
  line-height: 1;
}
.l-header__hamburger--icon {
  width: 2.6rem;
  height: 1.8rem;
  position: relative;
}
.l-header__hamburger--icon > span {
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__hamburger--icon > span:nth-child(1) {
  top: 0;
}
.l-header__hamburger--icon > span:nth-child(2) {
  top: calc(50% - 1px);
}
.l-header__hamburger--icon > span:nth-child(3) {
  top: calc(100% - 2px);
}

@media screen and (min-width: 768px) {
  .l-header__nav-overlay {
    display: none !important;
  }
  .l-header__nav--list .menu-item-has-children {
    margin-bottom: -0.8rem;
    padding-bottom: 0.8rem;
  }
  .l-header__nav--list .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .l-header__nav--list .sub-menu {
    padding: 2.4rem;
    position: absolute;
    top: 100%;
    left: 50%;
    border: 1px solid #e6e6e6;
    border-radius: 0.8rem;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-header__nav--list .sub-menu a {
    white-space: nowrap;
  }
  .l-header__nav--list .l-header__nav-item--service > .sub-menu {
    padding: 2.4rem 0;
  }
  .l-header__nav--list .l-header__nav-item--service .menu-item-has-children {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .l-header__nav--list .l-header__nav-item--service .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
    top: 0;
  }
  .l-header__inner {
    width: 100%;
    height: 5.8rem;
    padding: 0.8rem 1.2rem;
    padding-right: 7.6rem;
    gap: 0 1.2rem;
    border-radius: 0;
  }
  .l-header__title {
    width: auto;
    min-width: 0;
  }
  .l-header__title--logo {
    width: 11rem;
  }
  .l-header__hamburger {
    width: 4rem;
    height: 4rem;
    position: fixed;
    top: 0.8rem;
    right: 1.2rem;
    z-index: 10001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.8rem;
  }
  .l-header__hamburger--icon {
    width: 2.2rem;
    height: 1.6rem;
  }
  .l-header__nav-toggle:checked ~ .l-header__hamburger .l-header__hamburger--icon span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .l-header__nav-toggle:checked ~ .l-header__hamburger .l-header__hamburger--icon span:nth-child(2) {
    opacity: 0;
  }
  .l-header__nav-toggle:checked ~ .l-header__hamburger .l-header__hamburger--icon span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .l-header__nav {
    width: min(100%, 32rem);
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 5.8rem 2rem 2.4rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    gap: 2.4rem;
    overflow-y: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: -0.4rem 0 1.6rem rgba(0, 0, 0, 0.08);
            box-shadow: -0.4rem 0 1.6rem rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .l-header__nav--list {
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
  }
  .l-header__nav--list li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .l-header__nav--list li a {
    padding: 1.4rem 0;
  }
  .l-header__nav--list .menu-item-has-children {
    position: relative;
  }
  .l-header__nav--list .menu-item-has-children::after {
    content: "";
    width: 4.8rem;
    position: absolute;
    top: 0.1rem;
    right: 0;
    z-index: 2;
    background: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.40256L3.854 4.99963L0 8.59707L1.50314 10L6.86028 4.99963L1.50314 2.38419e-07L0 1.40256Z' fill='%23274a2f'/%3E%3C/svg%3E") no-repeat center/1rem auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    aspect-ratio: 1;
  }
  .l-header__nav--list .menu-item-has-children.is-open::after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .l-header__nav--list .menu-item-has-children > a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header__nav--list .menu-item-has-children > a::after {
    content: none;
  }
  .l-header__nav--list .sub-menu {
    padding: 0.4rem 0 1.6rem;
    display: none;
  }
  .l-header__nav--list .sub-menu li {
    border-bottom: none;
  }
  .l-header__nav--list .sub-menu li + li {
    margin-top: 1.2rem;
  }
  .l-header__nav--list .sub-menu a {
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .l-header__nav--list .l-header__nav-item--service > .sub-menu {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.4rem 0 1.6rem 1.2rem;
  }
  .l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item {
    min-width: 0;
    padding: 0;
    margin: 0;
  }
  .l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item + .menu-item {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    border-left: none;
    border-top: 1px solid #eee;
  }
  .l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > a {
    margin: 0 0 1rem;
    padding: 0;
    color: #333;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item::after {
    content: none;
  }
  .l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > .sub-menu > .menu-item {
    margin: 0;
  }
  .l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > .sub-menu > .menu-item + .menu-item {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .l-header__nav--list .l-header__nav-item--service > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .l-header__nav--cta {
    width: 100%;
    padding: 1.4rem 1.6rem;
    text-align: center;
    white-space: normal;
  }
  .l-header__nav-toggle:checked ~ .l-header__inner .l-header__nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header__nav-overlay {
    position: fixed;
    z-index: 9999;
    display: block;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    inset: 0;
  }
  .l-header__nav-toggle:checked ~ .l-header__nav-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.l-main {
  position: relative;
}
.l-main__block {
  margin-bottom: 14rem;
}
.l-main__block[class*=bg-] {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.l-main__container {
  max-width: 130rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.l-main__container + .l-main__container {
  margin-top: 14rem;
}
.l-main__container.is-full {
  max-width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
}
.l-main__container.is-mid {
  max-width: 104rem;
}
.l-main__container--lower {
  max-width: 120rem;
}
.l-main__container--lower-inner {
  max-width: 100rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 7.6rem;
  }
  .l-main__block {
    margin-bottom: 5.6rem;
  }
  .l-main__block[class*=bg-] {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
  .l-main__container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .l-main__container + .l-main__container {
    margin-top: 20rem;
  }
}
.l-common__headline {
  height: 43.4rem;
  margin-bottom: 12rem;
  padding-top: 11.4rem;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.l-common__headline--inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-common__headline--title {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.4;
  --text-color: #274a2f;
}
.l-common__headline--label {
  margin-bottom: 2rem;
  padding: 0.5em 1em;
  border-radius: 10rem;
  background-color: #274a2f;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  --text-color: #fff;
}
.l-common__headline--comment {
  margin-top: 2.4rem;
  font-weight: 700;
  font-size: 2rem;
  --text-color: #633a32;
}
.l-common__headline--nav {
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-common__headline--nav-item {
  width: 24.2rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 4.2rem;
  padding: 0 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.2rem;
  background-color: #eee6e1;
  font-weight: 700;
}
.l-common__headline--object {
  position: absolute;
  z-index: -1;
}
.l-common__headline--object-01 {
  width: 14rem;
  top: 9.2rem;
  left: 15rem;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}
.l-common__headline--object-02 {
  width: 26.4rem;
  top: 9.2rem;
  left: -8rem;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
.l-common__headline--object-03 {
  width: 17.2rem;
  top: 30rem;
  left: -5rem;
  -webkit-transform: rotate(32deg) scaleY(-1);
          transform: rotate(32deg) scaleY(-1);
}
.l-common__headline--object-04 {
  width: 25.4rem;
  top: 26.2rem;
  right: -8rem;
  -webkit-transform: rotate(164deg);
          transform: rotate(164deg);
}
.l-common__recruit {
  position: relative;
  z-index: 2;
}
.l-common__recruit--column {
  padding-top: 21.6rem;
  padding-bottom: 21.6rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-common__recruit--column::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
  background-color: rgba(65, 65, 76, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-common__recruit--column:hover::before {
  opacity: 1;
}
.l-common__recruit--catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-common__recruit--catch .text-en {
  font-size: 8.8rem;
  line-height: 1;
}
.l-common__recruit--catch .text-jp {
  margin-top: 1em;
  letter-spacing: 0.3em;
  font-size: 2.4rem;
  line-height: 1.6;
}
.l-common__recruit--bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .l-common__headline {
    height: auto;
    min-height: 21.8rem;
    margin-bottom: 4.8rem;
    padding-top: 5.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-common__headline--inner {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-common__headline--title {
    font-size: 3.2rem;
  }
  .l-common__headline--label {
    margin-bottom: 1rem;
  }
  .l-common__headline--comment {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
  .l-common__headline--nav {
    margin-top: 2.4rem;
    gap: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-common__headline--object-01 {
    width: 7rem;
    top: 4.8rem;
    left: 6rem;
    display: none;
  }
  .l-common__headline--object-02 {
    width: 11rem;
    top: 4.8rem;
    left: -2.8rem;
  }
  .l-common__headline--object-03 {
    width: 9rem;
    top: auto;
    bottom: -1rem;
    left: -2.4rem;
  }
  .l-common__headline--object-04 {
    width: 13rem;
    top: auto;
    right: -4.4rem;
    bottom: -2rem;
  }
}
.l-footer {
  padding: 0;
  background-color: #274a2f;
  font-size: 1.2rem;
}
.l-footer__inner {
  padding: 12rem;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.l-footer__logo {
  width: 21.4rem;
  padding: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.l-footer__nav-group ul {
  margin-top: 1.2rem;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-footer__nav-group ul li, .l-footer__nav-group ul a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  --text-color: #fff;
}
.l-footer__nav-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.8rem;
  --text-color: #fff;
}
.l-footer__nav-heading + .l-footer__nav-heading {
  margin-top: 1.4rem;
}
.l-footer__nav-dot {
  width: 0.8rem;
  height: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
}
.l-footer__copyright {
  padding: 4rem 0;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  --text-color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 4.8rem 2rem 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__nav {
    margin-left: 0;
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__nav-group ul li, .l-footer__nav-group ul a {
    font-size: 1.4rem;
  }
  .l-footer__nav-heading {
    font-size: 1.6rem;
  }
  .l-footer__copyright {
    padding: 2.4rem 0;
    font-size: 1.2rem;
  }
}
.home__section-heading {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__section-heading.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__section-heading.center .home__section-headingtitle {
  position: relative;
}
.home__section-heading.center .home__section-headingtitle--icon {
  width: 4.4rem;
  height: 4.6rem;
  position: absolute;
  top: calc(50% - 2rem);
  right: calc(100% + 0.8rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-16.69deg);
          transform: rotate(-16.69deg);
}
.home__section-headingTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #274a2f;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}
.home__section-headingTitle--icon {
  width: 4.4rem;
  height: 4.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-16.69deg);
          transform: rotate(-16.69deg);
}
.home__hero {
  min-height: 98rem;
  padding-top: 12rem;
  padding-bottom: 10rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__heroBg {
  max-width: 140rem;
  margin: 0 auto;
  position: absolute;
  z-index: 0;
  opacity: 0.2;
  inset: 0;
}
.home__hero--content {
  max-width: 140rem;
  margin: 0 auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__hero--character {
  width: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home__hero--character img {
  width: 100%;
  height: auto;
}
.home__heroCatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__heroCatch--textImg {
  width: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__heroCatch--text {
  color: #333;
  text-align: center;
  letter-spacing: 0.16em;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.7;
}
.home__role--lead {
  margin-bottom: 4rem;
  color: #333;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.7;
}
.home__role--diagram {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__role--diagram-left {
  height: 22rem;
  padding: 4rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.2rem;
  background-color: #fff;
}
.home__role--diagram-right {
  height: 22rem;
  padding: 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.2rem;
  background-color: #fff;
}
.home__role--diagram--arrow {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #4a9d5f;
}
.home__role--company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__role--company-logo {
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__role--company-logo img {
  width: 19.5rem;
  height: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__role--plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__role--plus-label {
  color: #274a2f;
  font-weight: 500;
  font-size: 1.4rem;
}
.home__role--plus-icon {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #274a2f;
}
.home__role--partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__role--partner-icon {
  width: 11.2rem;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__role--partner-name {
  color: #274a2f;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
}
.home__role--partner-name.sm {
  font-size: 1.6rem;
}
.home__role--people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__role--people-icon {
  width: 13.7rem;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__role--people-name {
  color: #274a2f;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
}
.home__role--people-name.sm {
  font-size: 1.4rem;
}
.home__role--image {
  max-width: 100rem;
  margin: 0 auto;
}
.home__role--image img {
  width: 100%;
  height: auto;
}
.home__role--movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__role--movie-inner {
  width: 48.4rem;
}
.home__role--movie-item {
  cursor: pointer;
}
.home__role--movie-item video {
  border-radius: 0.8rem;
  pointer-events: none;
}
.home__role--movie-item.is-controls-visible {
  cursor: default;
}
.home__role--movie-item.is-controls-visible video {
  pointer-events: auto;
}
.home__role--movie-item-caption {
  margin-top: 0.5em;
}
.home__news {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home__news .l-main__container {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home__news--content {
  width: 100%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home__news--cat {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #274a2f;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.6rem;
}
.home__news--cat-dot {
  width: 0.8rem;
  height: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #274a2f;
}
.home__news--cat-list {
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.9rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.6rem;
}
.home__news--cat-list li a {
  color: inherit;
  text-decoration: none;
}
.home__news--cat-list li.is-active {
  position: relative;
  color: #274a2f;
}
.home__news--cat-list li.is-active::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: -2rem;
  border-radius: 50%;
  background-color: #274a2f;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home__news--list {
  min-width: 0;
  max-width: 74rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.home__news--item {
  min-width: 0;
  padding: 2rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.home__news--item + .home__news--item {
  border-top: 1px solid #d9d9d9;
}
.home__news--item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home__news--item-title {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home__news--item-title:hover {
  opacity: 0.8;
}
.home__news--date {
  color: #274a2f;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.6rem;
}
.home__news--badge {
  width: 10rem;
  height: 2.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.4rem;
  background-color: #274a2f;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.2rem;
  --text-color: #fff;
}
.home__news--footer {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home__service--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home__serviceCard {
  padding: 2.2rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.2rem;
  background-color: #fff;
}
.home__serviceCard--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #274a2f;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 1.8rem;
}
.home__serviceCard--more-icon {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  display: block;
  border-radius: 50%;
  background-color: #274a2f;
}
.home__serviceCard--more-icon::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("../../images/common/icon-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home__serviceCard--more:hover {
  opacity: 0.8;
}
.home__serviceCard--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__serviceCard--header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__serviceCard--header-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__serviceCard--header-num {
  width: 7.2rem;
  color: #274a2f;
  text-align: center;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
}
.home__serviceCard--header-title {
  color: #333;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
}
.home__serviceCard--header-title p {
  line-height: 1.4;
}
.home__serviceCard--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__serviceCard--icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home__serviceCard--icon img {
  width: auto;
  height: 14rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__serviceCard--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
}
.home__serviceCard--text em {
  color: #274a2f;
  text-decoration: underline;
  font-style: normal;
  font-size: 1.8rem;
  text-decoration-color: #92a090;
  text-underline-offset: 0.2em;
}
.home__caseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__caseList--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home__caseList--item-image {
  width: 37rem;
  height: 23.9rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1.2rem;
  background-color: #d9d9d9;
}
.home__caseList--item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__caseList--item-title {
  color: #333;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
}
.home__caseList--item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.home__caseList--item-badge {
  width: 10rem;
  height: 2.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.2rem;
  background-color: #274a2f;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  --text-color: #fff;
}
.home__caseList--item-text {
  color: #333;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
}
.home__cta--inner {
  padding: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.6rem;
}
.home__cta--title {
  color: #274a2f;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  --text-color: #274a2f;
}
.home__cta--grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
.home__cta--card {
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.06);
}
.home__cta--card-label {
  color: #274a2f;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 2.2rem;
}
.home__cta--card-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__cta--card-phone svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home__cta--card-tel {
  color: #274a2f;
  text-align: center;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.2;
}
.home__cta--card-note {
  color: #6b7280;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.6rem;
}
.home__cta--card-btn {
  width: 100%;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4.8rem;
  background: linear-gradient(265deg, #e67e22 0%, #d35400 100%);
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.13);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.13);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.home__cta--card-btn span {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.8rem;
  --text-color: #fff;
}
.home__cta--card-btn:hover {
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  .home__section-heading {
    margin-bottom: 2.4rem;
  }
  .home__section-headingTitle {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .home__section-headingTitle--icon {
    width: 3.2rem;
  }
  .home__section-heading--title {
    font-size: 2.8rem;
  }
  .home__hero {
    min-height: 100dvh;
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .home__heroCatch {
    gap: 1.2rem;
  }
  .home__heroCatch--text {
    font-size: 1.6rem;
  }
  .home__heroCatch--textImg {
    width: 100%;
  }
  .home__hero--character {
    width: 14rem;
  }
  .home__hero--content {
    padding: 0 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home__hero--photo {
    width: 100%;
    max-width: 30rem;
  }
  .home__hero--text {
    font-size: 2rem;
  }
  .home__role--lead {
    font-size: 1.6rem;
  }
  .home__role--plus-icon {
    width: 4rem;
    height: 4rem;
  }
  .home__role--arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .home__role--diagram {
    margin-bottom: 3.2rem;
    gap: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__role--diagram-left {
    height: 20rem;
    padding: 2rem;
  }
  .home__role--diagram-right {
    width: 100%;
    height: auto;
    padding: 2rem 4rem;
  }
  .home__role--diagram--arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .home__role--company {
    height: auto;
  }
  .home__role--company-name {
    text-align: center;
    line-height: 1.4;
  }
  .home__role--partner {
    width: auto;
  }
  .home__role--partner-name {
    font-size: 1.6rem;
  }
  .home__role--movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__role--movie-inner {
    width: 100%;
  }
  .home__news {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home__news--content {
    min-width: 0;
    max-width: 100%;
    gap: 2rem;
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__news--categories {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home__news--cat {
    margin-bottom: 0;
  }
  .home__news--cat-list {
    min-width: 0;
    max-width: 100%;
    padding-left: 2rem;
    gap: 1.2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.4rem;
  }
  .home__news--list {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .home__news--item {
    min-width: 0;
    max-width: 100%;
    padding: 1.8rem 0;
    gap: 1.2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__news--item-title {
    min-width: 0;
  }
  .home__service--grid {
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__serviceCard {
    min-width: 0;
  }
  .home__serviceCard--icon img {
    height: 13rem;
  }
  .home__serviceCard--header-title {
    font-size: 2rem;
  }
  .home__serviceCard--header-num {
    width: 6.4rem;
    font-size: 4rem;
  }
  .home__caseList {
    gap: 3.2rem;
  }
  .home__caseList--item {
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__caseList--item-title {
    font-size: 1.8rem;
  }
  .home__caseList--item-text {
    font-size: 1.4rem;
  }
  .home__caseList--item-image {
    width: 100%;
    height: auto;
    aspect-ratio: 370/239;
  }
  .home__cta--inner {
    padding: 3.2rem 1.8rem;
  }
  .home__cta--title {
    font-size: 2.2rem;
  }
  .home__cta--grid {
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__cta--card {
    padding: 1.4rem;
    gap: 0.8rem;
  }
  .home__cta--card-btn {
    height: 4.8rem;
  }
  .home__cta--card-tel {
    font-size: 3.2rem;
  }
  .home__cta--card-label {
    font-size: 2rem;
  }
  .home__cta--card-phone {
    gap: 0.8rem;
  }
  .home__cta--card-phone svg {
    width: 4rem;
  }
}
.news__archive--list .home__news--item {
  gap: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news__single {
  padding-top: 18rem;
}
.news__single--content {
  padding: 5.6rem 4.4rem;
  border-radius: 1.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.03);
}
.news__single--header {
  margin-bottom: 2.4rem;
  padding-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 2px solid #274a2f;
}
.news__single--title {
  color: #274a2f;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .news__single {
    padding-top: 8.2rem;
  }
  .news__single--content {
    padding: 4.8rem 2.4rem;
  }
}
.p-contact__container {
  padding: 4.8rem 4.8rem;
  border-radius: 1.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 767px) {
  .p-contact__container {
    padding: 3.2rem 2rem;
  }
}/*# sourceMappingURL=style.css.map */