@charset "UTF-8";
/* Global（変数・mixin・関数） */
/* font */
/* ブレイクポイント指定 */
/* 

フォント読み込み

⚫︎使い方

@include font-face('Lora', 'fonts/Lora', 400, italic, ttf);
@include font-face('Samplinal', 'fonts/Samplinal', bold, normal, eot woff2 woff);
-----------------------------------------------------------------------------------*/
/* 

上向き(upward)、右向き(rightward)、下向き(downward)、左向き(leftward)、左上(upper-left)、右上(upper-right)、右下(lower-right)、左下(lower-left)の８方向から選択します


@include triangle(upward, 20px, 15px, #cd5c5c);

@include triangle(upper-left, 12px, 12px);
---*/
/* Foundation */
/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
  color: inherit;
}

li {
  margin: 0;
}
li a {
  text-decoration: none;
}

nav li a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: none;
  opacity: 0.8;
}

i {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

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

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

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

/* Global（変数・mixin・関数） */
@font-face {
  font-display: swap;
  /* display=swapの設定 */
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 1.5609756098vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.0712468193vw;
  }
}
html.is-fontsize-large {
  font-size: 20px;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 1024px) {
  html.is-fontsize-large {
    font-size: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  html.is-fontsize-large {
    font-size: 5.0890585242vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  color: #231815;
}

@media screen and (max-width: 1024px) {
  body.is-non-scroll {
    overflow: hidden;
  }
}

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

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a img:hover,
a:hover {
  opacity: 0.5;
  -webkit-transition: linear 0.13s;
  transition: linear 0.13s;
}

li img {
  display: block;
}

a img {
  border-style: none;
}

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

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

dt {
  font-weight: 700;
}

em {
  font-style: normal;
}

video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* Layout */
/* ============================
   Header
============================ */
.l-header {
  position: relative;
}
.l-header__container {
  position: relative;
  padding: clamp(0.625rem, calc(6.4788732394px + 0.9389671362vw), 1.25rem) 0;
}
.l-header__inner {
  max-width: 1240px;
  width: 92%;
  margin: auto;
  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;
  position: relative;
}
.l-header__logo {
  width: clamp(3.75rem, calc(52.9577464789px + 1.8779342723vw), 5rem);
}
.l-header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__nav-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-item {
  border-right: 1px solid #231815;
  font-size: clamp(0.6875rem, calc(5.2697466468px + 0.7451564829vw), 1rem);
  font-weight: 500;
}
.l-header__nav-item:first-of-type {
  border-left: 1px solid #231815;
}
.l-header__nav-link {
  display: block;
  padding: clamp(0.625rem, calc(8.2394366197px + 0.4694835681vw), 0.9375rem) clamp(0.9375rem, calc(10.4225352113px + 1.220657277vw), 1.75rem);
  text-align: center;
  -webkit-transition: background 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: background 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.l-header__nav-link .l-header__nav-in {
  -webkit-transition: background 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: background 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.l-header__nav-link:hover {
  opacity: 1;
}
.l-header__nav-link:hover .l-header__nav-in {
  color: #22b8cb;
  background: -webkit-gradient(linear, left top, right top, from(#22b8cb), to(#8dc232));
  background: linear-gradient(90deg, #22b8cb 0%, #8dc232 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: background 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: background 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.l-header__nav-link:hover .l-header__nav-in::after {
  width: 100%;
  right: auto;
  left: 0;
}
.l-header__nav-in {
  position: relative;
  display: inline-block;
}
.l-header__nav-in::after {
  content: "";
  position: absolute;
  right: 0%;
  bottom: -0.875rem;
  width: 0%;
  height: 0.125rem;
  background-color: #6dbb4f;
  background: -webkit-gradient(linear, left top, right top, from(#22b8cb), to(#8dc232));
  background: linear-gradient(90deg, #22b8cb 0%, #8dc232 100%);
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: all 0.3s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.l-header__hamburger {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.0625rem;
  margin-top: clamp(0.125rem, calc(-1.5211267606px + 0.9389671362vw), 0.75rem);
  margin-left: clamp(0.9375rem, calc(10.4225352113px + 1.220657277vw), 1.75rem);
}
@media screen and (max-width: 768px) {
  .l-header__hamburger {
    margin-top: -1.25rem;
    margin-left: 0;
    display: block;
  }
}
.l-header__hamburger::after {
  content: "MENU";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.25rem;
  text-align: center;
  font-size: 0.7rem;
  -webkit-transition: background 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 1s;
  transition: background 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 1s;
  padding-top: 0.7em;
  font-weight: 500;
}
.l-header__hamburger:hover .l-header__hamburger-bar:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: width 0.2s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: width 0.2s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  left: 0;
  right: auto;
  width: 100%;
}
.l-header__hamburger:hover .l-header__hamburger-bar:nth-of-type(2):after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.l-header__hamburger:hover .l-header__hamburger-bar:nth-of-type(3):after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-header__hamburger:hover:after {
  -webkit-transition: linear 0.13s;
  transition: linear 0.13s;
  color: #22b8cb;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.l-header__hamburger-bar {
  position: absolute;
  left: 0;
  background-color: #231815;
  display: inline-block;
  width: 100%;
  height: 2px;
  overflow: hidden;
}
.l-header__hamburger-bar:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 0%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#22b8cb), to(#8dc232));
  background: linear-gradient(90deg, #22b8cb 0%, #8dc232 100%);
  -webkit-transition: width 0.3s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: width 0.3s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.l-header__hamburger-bar:nth-of-type(1) {
  top: 0;
}
.l-header__hamburger-bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.l-header__hamburger-bar:nth-of-type(2):after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.l-header__hamburger-bar:nth-of-type(3) {
  bottom: 0;
}
.l-header__hamburger-bar:nth-of-type(3):after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-header .c-grad-bottom {
  height: 80%;
}

.l-ovarlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - (100vw - 100%));
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  cursor: pointer;
}
.l-ovarlay.is-open {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-ovarlay {
    display: none;
  }
}

/* ===============================
   Layout: Hide Menu
   l-hidemenu
================================ */
.l-hidemenu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100dvh;
  overflow-y: auto;
  background-color: #fff;
  z-index: 9;
  padding: 6.25rem 1.375rem 1.875rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease 0.22s;
  transition: ease 0.22s;
}
@media screen and (min-width: 769px) {
  .l-hidemenu {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (max-width: 768px) {
  .l-hidemenu {
    width: calc(100vw - (100vw - 100%));
    left: 0;
  }
}
.l-hidemenu.is-open {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 769px) {
  .l-hidemenu.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-hidemenu__close {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 1.875rem;
  height: 1.4375rem;
}
.l-hidemenu__close-in {
  position: absolute;
  left: 0;
  background-color: #231815;
  display: inline-block;
  width: 100%;
  height: 2px;
}
.l-hidemenu__close-in:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.l-hidemenu__close-in:nth-of-type(2) {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-hidemenu__nav-item {
  border-bottom: 1px solid #231815;
  font-size: 0.8em;
}
.l-hidemenu__nav-item--bold {
  font-weight: 600;
  font-size: 1rem;
}
.l-hidemenu__nav-item:first-of-type {
  border-top: 1px solid #231815;
}
.l-hidemenu__nav-link {
  display: block;
  text-align: center;
  padding: 0.6875rem 0.5rem;
}
.l-hidemenu__nav-link:hover {
  text-decoration: underline;
  opacity: 1;
}
.l-hidemenu__footer {
  margin: 1.6875rem 0 0;
}
.l-hidemenu__footer-link {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 0.8em;
}
.l-hidemenu__footer-link a:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-hidemenu__fontsize {
  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;
  gap: 0.5625rem;
  font-size: 0.8em;
}
.l-hidemenu__fontsize-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.l-hidemenu__fontsize-item {
  background-color: #231815;
  border: 2px solid #231815;
  color: #fff;
  border-radius: 5.625rem;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.9375rem;
          flex: 0 0 5.9375rem;
  padding: 0.375rem;
  cursor: pointer;
  position: relative;
  font-size: 0.9em;
}
.l-hidemenu__fontsize-item:hover {
  background-color: #273137;
  border-color: #273137;
}
.l-hidemenu__fontsize-item.is-active {
  background-color: #fff;
  color: #231815;
  padding-left: 1.4375rem;
  pointer-events: none;
}
.l-hidemenu__fontsize-item.is-active:before, .l-hidemenu__fontsize-item.is-active:after {
  content: "";
  display: block;
  position: absolute;
}
.l-hidemenu__fontsize-item.is-active:after {
  border-left: 2px solid #231815;
  border-bottom: 2px solid #231815;
  width: 1em;
  height: 0.5em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 1.4em;
  top: 0.8em;
}
.l-hidemenu__fontsize-item.is-active[data-size=large]:after {
  top: 0.9em;
}

/* ===============================
   Layout: Footer
   l-footer
================================ */
.l-footer {
  position: relative;
  padding: clamp(1.5625rem, calc(16.1971830986px + 2.3474178404vw), 3.125rem) 0 clamp(0.75rem, calc(7.4225352113px + 1.220657277vw), 1.5625rem);
}
.l-footer__inner {
  padding: 0 clamp(2.5rem, calc(-143.3681073025px + 23.8450074516vw), 12.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 1540px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.5625rem;
    padding: 0 clamp(0.9375rem, calc(-3.7927107062px + 5.69476082vw), 2.5rem);
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.625rem, calc(-4.0845070423px + 3.7558685446vw), 3.125rem);
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__nav-list:not(:last-of-type) {
  margin-bottom: 2.8125rem;
}
.l-footer__nav-item:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
.l-footer__nav-item, .l-footer__block-title, .l-footer__block-item {
  font-size: clamp(0.625rem, calc(5.4157973174px + 0.5961251863vw), 0.875rem);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-item, .l-footer__block-title, .l-footer__block-item {
    font-size: clamp(0.6875rem, calc(7.2414578588px + 1.138952164vw), 1rem);
  }
}
.l-footer__nav-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-footer__block {
  margin-bottom: 0.75rem;
}
.l-footer__block-title {
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.l-footer__block-title a:hover {
  opacity: 1;
  color: #6dbb4f;
}
.l-footer__block-list {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .l-footer__block-list {
    padding-left: 0.5em;
  }
}
.l-footer__block-item {
  margin-bottom: 0.625rem;
}
.l-footer__block-item a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-footer__office {
    text-align: center;
  }
}
.l-footer__office-item {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: clamp(0.75rem, calc(6.2697466468px + 0.7451564829vw), 1.0625rem);
}
@media screen and (max-width: 768px) {
  .l-footer__office-item {
    font-size: clamp(0.875rem, calc(10.993166287px + 0.9111617312vw), 1.125rem);
  }
}
.l-footer__address {
  font-size: clamp(0.625rem, calc(5.4157973174px + 0.5961251863vw), 0.875rem);
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    font-size: clamp(0.6875rem, calc(7.2414578588px + 1.138952164vw), 1rem);
  }
}
.l-footer__copy {
  text-align: center;
  font-size: clamp(0.75rem, calc(11.2957746479px + 0.1877934272vw), 0.875rem);
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 0.9375rem;
  }
}
.l-footer__pagetop {
  position: absolute;
  bottom: -0.625rem;
  right: 1.875rem;
  width: clamp(1.5625rem, calc(19.7183098592px + 1.4084507042vw), 2.5rem);
}

/* ===============================
   Layout: Container
   l-container
=============================== */
.l-container {
  width: 90%;
  max-width: clamp(21.25rem, calc(121.6901408451px + 58.2159624413vw), 60rem);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.l-container.--narrow {
  max-width: clamp(21.875rem, calc(261.9718309859px + 23.4741784038vw), 37.5rem);
}
.l-container.--wide {
  max-width: 76.25rem;
}
.l-container.--full {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-container.--sp-full {
    width: 100%;
    max-width: 100%;
  }
}

/* Object（component + project + utility 全部入り） */
/* ===============================
  Object Layer Index
=============================== */
/* Component（indexごと forward） */
.c-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn-normal {
  border: 1px solid #231815;
  padding: 0.4375rem 1.0625rem 0.5rem;
  text-align: center;
  font-size: clamp(0.75rem, calc(10.5915492958px + 0.3755868545vw), 1rem);
  -webkit-transition: ease 0.22s;
  transition: ease 0.22s;
  letter-spacing: -0.1em;
  font-weight: 500;
}
.c-btn-normal--font-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
}
.c-btn-normal:hover {
  border-color: rgb(28, 19.2, 16.8);
  background-color: rgb(28, 19.2, 16.8);
  color: #fff;
  opacity: 1;
}
.c-btn-normal:hover svg {
  fill: #fff;
}

/* ===============================
   Component: Button (Square)
   c-btn-square
================================ */
.c-btn-square {
  border: 3px solid #231815;
  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;
  font-size: clamp(0.75rem, calc(10.2394366197px + 0.4694835681vw), 1.0625rem);
  padding: clamp(1rem, calc(13.5352112676px + 0.6572769953vw), 1.4375rem) clamp(0.78125rem, calc(10.5633802817px + 0.5164319249vw), 1.125rem);
  width: 100%;
  -webkit-transition: ease 0.22s;
  transition: ease 0.22s;
  /* ---------------------------
     Color Variations
  --------------------------- */
}
.c-btn-square__icon {
  fill: #231815;
  width: clamp(1.25rem, calc(16.4788732394px + 0.9389671362vw), 1.875rem);
  aspect-ratio: 1/1;
}
.c-btn-square:hover {
  background-color: #231815;
  color: #fff;
  opacity: 1;
}
.c-btn-square:hover .c-btn-square__icon {
  fill: #fff !important;
}
.c-btn-square--blue {
  border-color: #5576ba;
}
.c-btn-square--blue .c-btn-square__icon {
  fill: #5576ba;
}
.c-btn-square--blue:hover {
  border-color: rgb(62.5907949791, 92.5255230126, 154.2092050209);
  background-color: rgb(62.5907949791, 92.5255230126, 154.2092050209);
}
.c-btn-square--green {
  border-color: #6dbb4f;
}
.c-btn-square--green .c-btn-square__icon {
  fill: #6dbb4f;
}
.c-btn-square--green:hover {
  border-color: rgb(85.468852459, 153.4950819672, 59.3049180328);
  background-color: rgb(85.468852459, 153.4950819672, 59.3049180328);
}
.c-btn-square--red {
  border-color: #ea5541;
}
.c-btn-square--red .c-btn-square__icon {
  fill: #ea5541;
}
.c-btn-square--red:hover {
  border-color: rgb(215.3933649289, 46.4796208531, 23.8066350711);
  background-color: rgb(215.3933649289, 46.4796208531, 23.8066350711);
}

/* ===============================
   Component: Tag
   c-tag
=============================== */
.c-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
}
.c-tags--links .c-tag {
  padding: 0;
}
.c-tags--links .c-tag .c-tag__link {
  padding: 0.25rem 0.625rem;
  display: block;
  -webkit-transition: ease-in-out 0.22s;
  transition: ease-in-out 0.22s;
}
.c-tags--links .c-tag:hover, .c-tags--links .c-tag.is-current {
  color: #fff;
  background-color: rgb(91.2, 90.4, 90.4);
  border-color: rgb(91.2, 90.4, 90.4);
}
.c-tags--links .c-tag:hover a, .c-tags--links .c-tag.is-current a {
  opacity: 1;
}
.c-tags--links .c-tag.c-tag--blue:hover, .c-tags--links .c-tag.c-tag--blue.is-current {
  color: #fff;
  background-color: rgb(62.5907949791, 92.5255230126, 154.2092050209);
  border-color: rgb(62.5907949791, 92.5255230126, 154.2092050209);
}
.c-tags--links .c-tag.c-tag--green:hover, .c-tags--links .c-tag.c-tag--green.is-current {
  color: #fff;
  background-color: rgb(85.468852459, 153.4950819672, 59.3049180328);
  border-color: rgb(85.468852459, 153.4950819672, 59.3049180328);
}
.c-tags--links .c-tag.c-tag--red:hover, .c-tags--links .c-tag.c-tag--red.is-current {
  color: #fff;
  background-color: rgb(215.3933649289, 46.4796208531, 23.8066350711);
  border-color: rgb(215.3933649289, 46.4796208531, 23.8066350711);
}
.c-tags--links .c-tag.is-current a {
  pointer-events: none;
}

.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.25rem 0.5rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1;
  border: 1px solid #727171;
  color: #727171;
  background-color: transparent;
}
.c-tag--red {
  border-color: #ea5541;
  color: #ea5541;
}
.c-tag--blue {
  border-color: #5576ba;
  color: #5576ba;
}
.c-tag--green {
  border-color: #6dbb4f;
  color: #6dbb4f;
}

/* ===============================
   Component: Gradation Top
================================ */
.c-grad-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7.5rem;
  background: url("../images/common/gradation_top.png") no-repeat center bottom/cover;
}

/* ===============================
   Component: Gradation Bottom
================================ */
.c-grad-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background: url("../images/common/gradation_bottom.png") no-repeat center top/cover;
}

/* ==============================
   Component: Pagination
============================== */
.c-pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.c-pagination__arrow-link {
  position: relative;
  display: block;
}
.c-pagination__arrow-link::after {
  width: 0.625rem;
  aspect-ratio: 1/1;
  content: "";
  position: absolute;
  top: 50%;
  border-right: 1px solid #727171;
  border-bottom: 1px solid #727171;
  translate: 0 -50%;
}
.c-pagination__prev::after {
  right: 0;
  rotate: 135deg;
}
.c-pagination__next::after {
  left: 0;
  rotate: -45deg;
}
.c-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.c-pagination__number a,
.c-pagination__number span {
  width: 2.5rem;
  font-size: 0.875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #727171;
  color: #727171;
  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;
  text-align: center;
  line-height: 1;
}
.c-pagination__number.is-current a,
.c-pagination__number.is-current span {
  background-color: #727171;
  color: #fff;
}
/* Project - CMS Block */
/* ===============================
   CMS Block: News List
   p-cms-news
================================ */
.p-cms-news {
  position: relative;
}
.p-cms-news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  margin-bottom: clamp(1.375rem, calc(13.9014084507px + 2.1596244131vw), 2.8125rem);
}
.p-cms-news__title-inner {
  border-bottom: 2px solid #231815;
  padding-bottom: 0.3125rem;
}
.p-cms-news__list {
  margin-bottom: clamp(1.25rem, calc(12.9577464789px + 1.8779342723vw), 2.5rem);
  display: grid;
  grid-template-columns: repeat(4, 24%);
  -webkit-column-gap: 1.25%;
     -moz-column-gap: 1.25%;
          column-gap: 1.25%;
  row-gap: clamp(1.25rem, calc(12.9577464789px + 1.8779342723vw), 2.5rem);
}
@media screen and (max-width: 768px) {
  .p-cms-news__list {
    grid-template-columns: repeat(2, 48%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.p-cms-news__list--slide {
  display: block;
}
.p-cms-news__list--slide .p-cms-news__item {
  width: clamp(10rem, calc(11.4285714286px + 19.3452380952vw), 18.125rem);
  margin: 0 clamp(0.9375rem, calc(7px + 1.0416666667vw), 1.375rem);
}
@media screen and (max-width: 768px) {
  .p-cms-news__list--slide .p-cms-news__item {
    width: clamp(12.5rem, calc(-14.2857142857px + 66.9642857143vw), 31.25rem);
    margin: 0 5.5vw;
  }
}
.p-cms-news__thumb {
  margin-bottom: 0.625rem;
}
.p-cms-news__date {
  font-size: 0.8em;
  margin-bottom: 0.25rem;
}
.p-cms-news__heading {
  font-size: clamp(0.625rem, calc(3.1236959762px + 0.8941877794vw), 1rem);
  margin-bottom: 0.9rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-cms-news__heading {
    font-size: clamp(0.875rem, calc(12.5915492958px + 0.3755868545vw), 1.125rem);
  }
}
.p-cms-news__arrow {
  width: 2.1875rem;
  aspect-ratio: 1/1;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 31%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  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;
  color: #727171;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  border-radius: 100px;
  border: 1px solid #231815;
}
@media screen and (max-width: 768px) {
  .p-cms-news__arrow {
    width: 5.2083333333vw;
  }
}
.p-cms-news__arrow:hover {
  color: #231815;
  background-color: #231815;
}
.p-cms-news__arrow:hover svg {
  fill: #fff;
}
.p-cms-news__arrow--prev {
  left: -7%;
}
@media screen and (max-width: 768px) {
  .p-cms-news__arrow--prev {
    left: 9.8%;
  }
}
.p-cms-news__arrow--next {
  right: -7%;
}
@media screen and (max-width: 768px) {
  .p-cms-news__arrow--next {
    right: 9.8%;
  }
}
.p-cms-news__arrow-icon {
  width: 100%;
  height: 100%;
  fill: #727171;
}
.p-cms-news__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(0.8125rem, calc(12.2957746479px + 0.1877934272vw), 0.9375rem);
}
.p-cms-news__btm-line {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-cms-news--sp-one-colmn .p-cms-news__heading {
    font-size: 0.75rem;
  }
  .p-cms-news--sp-one-colmn .c-tag {
    padding: 0.25rem 0.4375rem;
    font-size: 0.625rem;
  }
}

/* ===============================
   CMS Block: Related Links
   p-cms-links
================================ */
.p-cms-links {
  background-color: #e0f0eb;
  padding: clamp(1.25rem, calc(11.1971830986px + 2.3474178404vw), 2.8125rem) 0 clamp(4.375rem, calc(41.8309859155px + 7.5117370892vw), 9.375rem);
}
.p-cms-links__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.125rem, calc(16.5915492958px + 0.3755868545vw), 1.375rem);
  margin-bottom: clamp(1.875rem, calc(19.4366197183px + 2.8169014085vw), 3.75rem);
}
.p-cms-links__title-in {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #231815;
}
.p-cms-links__list {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-cms-links__list {
    grid-template-columns: repeat(2, 48%);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-cms-links__list a:hover {
  opacity: 1;
}
.p-cms-links__list a:hover img {
  -webkit-transition: linear 0.13s;
  transition: linear 0.13s;
  border-color: #6dbb4f;
}
.p-cms-links__list a:hover figcaption {
  text-decoration: underline;
}
.p-cms-links__img {
  border: 1px solid #FFF;
}
.p-cms-links__img:hover {
  opacity: 1;
}
.p-cms-links__caption {
  display: block;
  font-size: clamp(0.75rem, calc(11.6478873239px + 0.0938967136vw), 0.8125rem);
  margin-top: 0.625rem;
  line-height: 1.4;
}

/* Project - Common UI */
/* @forward "project/hero";
@forward "project/feature-cards";
@forward "project/intro"; */
/* Project - Page */
/* ===============================
   Project: MV
   p-mv
================================ */
.p-mv {
  padding: 13.75rem 0 clamp(0.9375rem, calc(-7.8873239437px + 6.103286385vw), 5rem);
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding-top: 11.875rem;
    padding-bottom: 0.625rem;
  }
}
.p-mv__inner {
  position: relative;
  text-align: center;
}
.p-mv__title {
  width: clamp(21.875rem, calc(163.3802816901px + 49.765258216vw), 55rem);
  max-width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    position: relative;
    top: -0.625rem;
  }
}
.p-mv__logo {
  width: clamp(12.5rem, calc(173.5915492958px + 7.0422535211vw), 17.1875rem);
  margin: clamp(2.5rem, calc(36.4788732394px + 0.9389671362vw), 3.125rem) auto 0;
}
@media screen and (max-width: 768px) {
  .p-mv__logo {
    margin-top: 4.375rem;
  }
}

.p-top-news {
  padding: clamp(2.1875rem, calc(29.7183098592px + 1.4084507042vw), 3.125rem) 0;
  position: relative;
}

/* ===============================
   Project: TOP Section
   p-top-section
================================ */
.p-top-section {
  /* ---------------------------
     共通スタイル（全セクション共通）
  --------------------------- */
  /* ---------------------------
     セクション固有スタイル
     section01 / section02 / section03
  --------------------------- */
}
.p-top-section__head {
  padding: clamp(2.5rem, calc(25.9154929577px + 3.7558685446vw), 5rem) 0;
}
.p-top-section__head-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.6875rem;
}
.p-top-section__title {
  font-size: clamp(1.25rem, calc(13.661971831px + 1.6901408451vw), 2.375rem);
  font-weight: 500;
}
.p-top-section__btn-wrap {
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-top-section__body {
  padding: clamp(4.0625rem, calc(49.1549295775px + 4.2253521127vw), 6.875rem) 0 clamp(5rem, calc(58.8732394366px + 5.6338028169vw), 8.75rem);
  position: relative;
}
.p-top-section__body-inner {
  margin-bottom: 3.4375rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-section__body-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.5%;
  }
}
.p-top-section__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .p-top-section__text-block {
    margin-bottom: 1.75rem;
  }
}
.p-top-section__heading {
  font-size: clamp(1.375rem, calc(20.5915492958px + 0.3755868545vw), 1.625rem);
  margin-bottom: 0.625rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-top-section__text {
  font-size: clamp(0.75rem, calc(11.2957746479px + 0.1877934272vw), 0.875rem);
  line-height: 1.75;
  text-align: justify;
}
.p-top-section__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53%;
          flex: 0 0 53%;
}
.p-top-section__btns {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(2, 48.2%);
}
@media screen and (max-width: 768px) {
  .p-top-section__btns {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.p-top-section--section01 {
  /* section01 独自のスタイルを書くエリア */
}
.p-top-section--section01 .p-top-section__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-top-section--section02 {
  /* section02 独自のスタイルを書くエリア */
}
.p-top-section--section02 .p-top-section__title {
  width: clamp(20rem, calc(221.4084507042px + 26.2910798122vw), 37.5rem);
  max-width: 90%;
  margin-bottom: 0;
}
.p-top-section--section02 .c-btn-normal {
  padding: 0.375rem 1.0625rem;
  position: relative;
  z-index: 1;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-section--section02 .c-btn-normal {
    margin-top: 0;
  }
}
.p-top-section--section02 .p-top-section__btn-svg-text {
  width: clamp(5rem, calc(72.9577464789px + 1.8779342723vw), 6.25rem);
  height: clamp(0.875rem, calc(11.8873239437px + 0.5633802817vw), 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-section--section03 {
  /* section03 独自のスタイルを書くエリア */
}
.p-top-section--section03 .p-top-section__head-texts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}
.p-top-section--section03 .p-top-section__title {
  font-weight: 700;
}

/* ===============================
   Page Hero
   p-pages-hero
=============================== */
.p-pages-hero {
  /* ---------------------------
       パターン別スタイル
  --------------------------- */
}
.p-pages-hero__inner {
  min-height: clamp(9.6875rem, calc(110.985915493px + 11.7370892019vw), 17.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pages-hero__title {
  font-size: clamp(1.25rem, calc(14.3661971831px + 1.5023474178vw), 2.25rem);
  line-height: 1.25;
}
.p-pages-hero--carbon .p-pages-hero__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.p-pages-hero--gx .p-pages-hero__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pages-hero--gx .p-pages-hero__title {
  text-align: center;
}
.p-pages-hero--zero-challenge .p-pages-hero__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pages-hero--zero-challenge .p-pages-hero__title {
  max-width: 100%;
  width: 40.625rem;
  margin-inline: auto;
  margin-top: -3.125rem;
}

/* ===============================
   Breadcrumb
   p-breadcrumb
   ※ パンくず（構造化HTMLに合わせたクラス名）
=============================== */
.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-breadcrumb__item {
  font-size: clamp(0.625rem, calc(8.5915492958px + 0.3755868545vw), 0.875rem);
}
.p-breadcrumb__item:not(:last-of-type)::after {
  content: "＞";
  display: inline-block;
  margin: 0 0.1875rem;
}
.p-breadcrumb__link {
  /* <a> の部分 */
}

.p-pages-head {
  position: relative;
  padding: 1.25rem 0 0;
}

.p-pages-news .l-container {
  padding: 3.125rem 0 2.8125rem;
  border-bottom: 1px solid #231815;
}

/* ===============================
   Page Tab Switch
   p-pages-tab-switch
=============================== */
.p-pages-tab-switch {
  /* セクション全体 */
  margin-top: 2rem;
}
.p-pages-tab-switch__list {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.p-pages-tab-switch__item {
  display: table-cell;
  border: 1px solid #231815;
  text-align: center;
  vertical-align: middle;
  font-size: 0.75rem;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  .p-pages-tab-switch__item {
    font-size: 0.625rem;
  }
}
.p-pages-tab-switch__item.is-active {
  background-color: #e4e4e4;
}
.p-pages-tab-switch__item.is-active a {
  pointer-events: none;
}
.p-pages-tab-switch__item:hover {
  background-color: rgb(226.86, 226.86, 226.86);
}
.p-pages-tab-switch__item:hover a {
  opacity: 1;
}
.p-pages-tab-switch__link {
  padding: 0.9375rem 0.375rem;
  display: block;
}

.p-cms-section {
  padding: 5rem 0 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-cms-section {
    padding: 3.125rem 0;
  }
}

.p-pages-news-list {
  padding: 3.75rem 0;
}
.p-pages-news-list__heading {
  text-align: center;
  font-size: clamp(1.125rem, calc(15.1830985915px + 0.7511737089vw), 1.625rem);
  margin-bottom: clamp(2.1875rem, calc(27.9577464789px + 1.8779342723vw), 3.4375rem);
}
.p-pages-news-list__category {
  margin-bottom: 1.5625rem;
}
.p-pages-news-list__archive {
  margin-bottom: 3.4375rem;
}

.page-category--zero-carbon-about {
  /* ===============================
     p-pages-tab-switch
  =============================== */
  /* ---------------------------
     囲い文字
  --------------------------- */
  /* ---------------------------
     罫線で挟み文字
  --------------------------- */
}
.page-category--zero-carbon-about .p-pages-tab-switch__item.is-active {
  background-color: #d3def1;
}
.page-category--zero-carbon-about .p-pages-tab-switch__item:hover {
  background-color: rgb(209.2855172414, 220.714137931, 240.4544827586);
}
.page-category--zero-carbon-about .block-heading-3 {
  color: #5576ba;
}
.page-category--zero-carbon-about .block-box-text {
  border-color: #5576ba;
}
.page-category--zero-carbon-about .block-box-text__inner {
  background-color: #c7d9f0;
}
.page-category--zero-carbon-about .block-box-text:hover {
  border-color: rgb(62.5907949791, 92.5255230126, 154.2092050209);
}
.page-category--zero-carbon-about .block-box-text:hover .block-box-text__inner {
  background-color: rgb(164.3746478873, 193.5042253521, 230.7253521127);
}
.page-category--zero-carbon-about .block-lined-text {
  border-color: #5576ba;
  color: #5576ba;
}

.page-category--gx {
  /* ===============================
           p-pages-tab-switch
        =============================== */
  /* ---------------------------
     囲い文字
  --------------------------- */
  /* ---------------------------
     罫線で挟み文字
  --------------------------- */
}
.page-category--gx .p-pages-tab-switch__item.is-active {
  background-color: #e1efd8;
}
.page-category--gx .p-pages-tab-switch__item:hover {
  background-color: rgb(223.7590909091, 238.3381818182, 214.3868181818);
}
.page-category--gx .block-heading-3 {
  color: #5576ba;
}
.page-category--gx .block-heading-3 {
  color: #8cc66a;
}
.page-category--gx .block-box-text {
  border-color: #8cc66a;
}
.page-category--gx .block-box-text__inner {
  background-color: #ecf3cf;
}
.page-category--gx .block-box-text:hover {
  border-color: rgb(107.4330097087, 175.9067961165, 67.2932038835);
}
.page-category--gx .block-box-text:hover .block-box-text__inner {
  background-color: rgb(221.75, 234, 171);
}
.page-category--gx .block-lined-text {
  border-color: #8cc66a;
  color: #8cc66a;
}

.page-category--zero-challenge {
  /* ---------------------------
     囲い文字
  --------------------------- */
  /* ---------------------------
     罫線で挟み文字
  --------------------------- */
}
.page-category--zero-challenge .block-box-text {
  border-color: #f0844a;
}
.page-category--zero-challenge .block-box-text__inner {
  background-color: #fce4d6;
}
.page-category--zero-challenge .block-box-text:hover {
  border-color: rgb(231.9755102041, 93.5591836735, 19.2244897959);
}
.page-category--zero-challenge .block-box-text:hover .block-box-text__inner {
  background-color: rgb(251.3645454545, 222.2809090909, 205.3154545455);
}
.page-category--zero-challenge .block-lined-text {
  border-color: #f0844a;
  color: #f0844a;
}

.cassette-item .block-lined-text.--red {
  border-color: #f0844a;
  color: #f0844a;
}
.cassette-item .block-lined-text.--blue {
  border-color: #5576ba;
  color: #5576ba;
}
.cassette-item .block-lined-text.--green {
  border-color: #8cc66a;
  color: #8cc66a;
}
.cassette-item .block-lined-text.--gray {
  border-color: #9b9b9b;
  color: #9b9b9b;
}
.cassette-item .block-box-text.--red {
  border-color: #f0844a;
}
.cassette-item .block-box-text.--red .block-box-text__inner {
  background-color: #fce4d6;
}
.cassette-item .block-box-text.--red:hover {
  border-color: rgb(231.9755102041, 93.5591836735, 19.2244897959);
}
.cassette-item .block-box-text.--red:hover .block-box-text__inner {
  background-color: rgb(248.8227272727, 199.4045454545, 170.5772727273);
}
.cassette-item .block-box-text.--blue {
  border-color: #5576ba;
}
.cassette-item .block-box-text.--blue .block-box-text__inner {
  background-color: #c7d9f0;
}
.cassette-item .block-box-text.--blue:hover {
  border-color: rgb(62.5907949791, 92.5255230126, 154.2092050209);
}
.cassette-item .block-box-text.--blue:hover .block-box-text__inner {
  background-color: rgb(164.3746478873, 193.5042253521, 230.7253521127);
}
.cassette-item .block-box-text.--gray {
  border-color: #9b9b9b;
}
.cassette-item .block-box-text.--gray .block-box-text__inner {
  background-color: #ebebeb;
}
.cassette-item .block-box-text.--gray:hover {
  border-color: #727272;
}
.cassette-item .block-box-text.--gray:hover .block-box-text__inner {
  background-color: #cccccc;
}
.cassette-item .block-box-text.--green {
  border-color: #8cc66a;
}
.cassette-item .block-box-text.--green .block-box-text__inner {
  background-color: #ecf3cf;
}
.cassette-item .block-box-text.--green:hover {
  border-color: rgb(107.4330097087, 175.9067961165, 67.2932038835);
}
.cassette-item .block-box-text.--green:hover .block-box-text__inner {
  background-color: rgb(221.75, 234, 171);
}

/* Utility */
.u-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-text-eng {
  text-transform: lowercase;
}
.u-text-eng::first-letter {
  text-transform: uppercase;
}

.u-bold {
  font-weight: 700;
}

.u-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc-hidden {
    display: block;
  }
}

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

.u-v-hidden-i {
  visibility: hidden !important;
}

.u-all-hidden {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .u-sp-link {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-link {
    border-bottom: 1px solid #231815;
    padding-bottom: 0.0625rem;
  }
}

.u-bg-cover {
  position: relative;
}
.u-bg-cover__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.u-bg-cover__bg.--pos-top {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.u-bg-cover__bg.--pos-bottom {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.u-bg-cover__inner {
  position: relative;
}

.u-flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex-sb.--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .u-flex-sb.--spRow {
    display: block;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-sp-mb0 {
    margin-bottom: 0 !important;
  }
}

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

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

.u-mb-28 {
  margin-bottom: 1.75rem;
}

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

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

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

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(0%, rgba(255, 0, 89, 0.2)));
  background: linear-gradient(transparent 72%, rgba(255, 0, 89, 0.2) 0%);
  display: inline-block;
}

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

.u-text-underline {
  text-decoration: underline;
}

.--size-l {
  font-size: 1.42em;
}

.--size-sm {
  font-size: 0.8em;
}

.u-mb0-i {
  margin-bottom: 0 !important;
}

.u-text-bg {
  letter-spacing: -0.005em;
  display: contents;
}

.u-text-over-cricle {
  position: relative;
}
.u-text-over-cricle::after {
  content: "";
  width: 0.6875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F797C1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.8125rem;
}
@media screen and (max-width: 768px) {
  .u-text-over-cricle::after {
    width: 0.4375rem;
    top: -0.5rem;
  }
}

.u-no-link {
  pointer-events: none;
}

.p-top-section__head.u-bg-cover {
  display: block;
  overflow: hidden;
}
.p-top-section__head.u-bg-cover img {
  -webkit-transform: scale(1) translate(0%, 0%);
          transform: scale(1) translate(0%, 0%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.p-top-section__head.u-bg-cover:hover {
  opacity: 1;
}
.p-top-section__head.u-bg-cover:hover img {
  opacity: 1;
  -webkit-transform: scale(1.03) translate(0%, 0%);
          transform: scale(1.03) translate(0%, 0%);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
.p-top-section__head.u-bg-cover:hover .c-btn-normal {
  border-color: rgb(28, 19.2, 16.8);
  background-color: rgb(28, 19.2, 16.8);
  color: #fff;
  opacity: 1;
}
.p-top-section__head.u-bg-cover:hover svg {
  fill: #fff;
}/*# sourceMappingURL=style.css.map */