@charset "UTF-8";
/*!
Theme Name: テンプレート
Author: crosswish
Description: テンプレート
Version: 1.0
*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
optgroup:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*-- globalフォルダの直下の_index.scss --*/
/*====================================
* font
=====================================*/
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "BarlowSemiCondensed";
  font-style: normal;
  font-weight: 400;
  src: url("../font/BarlowSemiCondensed-Regular.woff2") format("woff2"), url("../font/BarlowSemiCondensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "BarlowSemiCondensed";
  font-style: normal;
  font-weight: 500;
  src: url("../font/BarlowSemiCondensed-SemiBold.woff2") format("woff2"), url("../font/BarlowSemiCondensed-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "BarlowSemiCondensed";
  font-style: normal;
  font-weight: 600;
  src: url("../font/BarlowSemiCondensed-Bold.woff2") format("woff2"), url("../font/BarlowSemiCondensed-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Roboto-Bold.woff2") format("woff2"), url("../font/Roboto-Bold.woff") format("woff");
}
/*====================================
* color
=====================================*/
/*====================================
* ブレイクポイント
=====================================*/
/*====================================
* 三角形
=====================================*/
:root {
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
}

/*====================================
* 初期設定
=====================================*/
html {
  font-size: 16px;
}

body {
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  line-height: 1.875;
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
}

main {
  margin-top: 153px;
}
@media screen and (min-width: 901px) {
  main {
    margin-top: 186px;
    position: relative;
  }
}

@media screen and (min-width: 901px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .pcOnly {
    display: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swiperFadeIn {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes arrow {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    translate: 50% 0;
    opacity: 0;
  }
  50% {
    translate: -50% 0;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
.js-fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-out;
}
.js-fadeIn.-active {
  opacity: 1;
  transform: translateY(0px);
}

.js-list > * {
  opacity: 0;
  transform: translateY(40px);
}
.js-list.-active > * {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease-in-out;
}

/*====================================
* 共通パーツ
=====================================*/
.l-inner {
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
}
.l-inner__01 {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1280px;
  box-sizing: content-box;
}
.l-inner__02 {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 800px;
  box-sizing: content-box;
}
.l-inner__03 {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1080px;
  box-sizing: content-box;
}
.l-inner__04 {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1568px;
  box-sizing: content-box;
}

.c-btn a {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 1.0263761468rem + 0.9174311927vw, 1.875rem);
  border-radius: 50px;
  text-align: center;
  font-size: clamp(1rem, 0.9552752294rem + 0.1834862385vw, 1.125rem);
  line-height: 1;
}
.c-btn a ._arrow {
  display: grid;
  place-content: center;
  width: clamp(4.375rem, 4.1513761468rem + 0.9174311927vw, 5rem);
  height: clamp(4.375rem, 4.1513761468rem + 0.9174311927vw, 5rem);
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
.c-btn a ._arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 50%;
  scale: 0;
  transition: scale 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-btn a ._arrow svg {
  position: relative;
  z-index: 2;
}
.c-btn a ._arrow svg path {
  transition: fill 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 901px) {
  .c-btn a:hover ._arrow::before {
    scale: 1;
  }
  .c-btn a:hover ._arrow svg path {
    fill: #fff;
  }
}

.c-tit__01 {
  font-size: clamp(3.125rem, 2.4541284404rem + 2.752293578vw, 5rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, "NotoSansJP", sans-serif;
}

.c-link-line a {
  position: relative;
}
.c-link-line a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.3s;
}
@media (hover: hover) {
  .c-link-line a:where(:any-link, :enabled, summary):hover::before {
    width: 100%;
  }
}

/*====================================
* ページ共通
=====================================*/
.c-fixed-link {
  position: fixed;
  bottom: 40px;
  right: 0;
  padding: 20px 23px 20px 20px;
  width: 203px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  z-index: 99999;
}
@media screen and (max-width: 900px) {
  .c-fixed-link {
    display: none;
  }
}
.c-fixed-link ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
}
.c-fixed-link ul li a::after {
  content: "";
  width: 14px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.234%200.98373C19.135%200.743314%2018.937%200.545323%2018.6966%200.446329C18.5764%200.396831%2018.4491%200.368547%2018.3148%200.375618L7.31219%200.361476C6.76065%200.361476%206.31517%200.806954%206.31517%201.3585C6.31517%201.91004%206.76065%202.35552%207.31219%202.35552L15.8965%202.35552L0.771454%2017.4805C0.382545%2017.8694%200.382545%2018.5058%200.771454%2018.8947C0.969443%2019.0927%201.224%2019.1917%201.47856%2019.1917C1.73312%2019.1917%201.98768%2019.0927%202.18567%2018.8947L17.3107%203.76973V12.354C17.3107%2012.9056%2017.7562%2013.351%2018.3077%2013.351C18.8592%2013.351%2019.3047%2012.9056%2019.3047%2012.354V1.35143C19.3047%201.22415%2019.2764%201.09687%2019.234%200.969588V0.98373Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.c-fixed-link ul li + li {
  margin-top: 10px;
}

.l-breadcrumb {
  white-space: nowrap;
  overflow: auto;
  font-size: clamp(0.75rem, 0.5560344828rem + 0.3448275862vw, 0.875rem);
}
.l-breadcrumb ul {
  display: flex;
}
.l-breadcrumb ul li:not(:last-child) {
  position: relative;
}
.l-breadcrumb ul li:not(:last-child)::after {
  content: "/";
  margin: 0 6.5px 0 6.5px;
  display: inline-block;
}
.l-breadcrumb ul li a {
  color: #999999;
}
@media screen and (min-width: 901px) {
  .l-breadcrumb ul li a {
    transition: color 0.3s;
  }
  .l-breadcrumb ul li a:hover {
    color: #AAAAAA;
  }
}

.c-pager {
  margin: auto;
  width: fit-content;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, "NotoSansJP", sans-serif;
}
.c-pager nav .nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-pager nav .nav-links .page-numbers:not(.prev, .next, .dots) {
  display: grid;
  place-content: center;
  width: clamp(2.375rem, 1.4051724138rem + 1.724137931vw, 3rem);
  height: clamp(2.375rem, 1.4051724138rem + 1.724137931vw, 3rem);
  border-radius: 50%;
  background-color: #F7F7F7;
  transition: 0.3s;
}
.c-pager nav .nav-links .page-numbers:not(.prev, .next, .dots).current {
  color: #fff;
  background-color: #000;
}
@media (hover: hover) {
  .c-pager nav .nav-links .page-numbers:not(.prev, .next, .dots):where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #000;
  }
}
.c-pager nav .nav-links .page-numbers.dots {
  margin: 0 2px;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.c-pager nav .nav-links .page-numbers.prev, .c-pager nav .nav-links .page-numbers.next {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: opacity 0.3s;
}
.c-pager nav .nav-links .page-numbers.prev::before, .c-pager nav .nav-links .page-numbers.next::before {
  content: "";
  display: block;
  width: 17px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2212%22%20viewBox%3D%220%200%2017%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.9473%206.25968C17.0132%206.09567%2017.0132%205.90433%2016.9473%205.74032C16.9143%205.65831%2016.8682%205.58314%2016.8023%205.52164L11.6826%200.198177C11.4256%20-0.0683377%2011.0105%20-0.0683377%2010.7535%200.198177C10.4965%200.464692%2010.4965%200.895216%2010.7535%201.16173L14.7531%205.30979L0.658915%205.30979C0.296512%205.30979%200%205.61731%200%205.99317C0%206.18451%200.0724806%206.35535%200.191085%206.47836C0.30969%206.60137%200.474419%206.67654%200.658915%206.67654L14.7531%206.67654L10.7535%2010.8246C10.4965%2011.0911%2010.4965%2011.5216%2010.7535%2011.7882C11.0105%2012.0547%2011.4256%2012.0547%2011.6826%2011.7882L16.8089%206.47153C16.8682%206.41002%2016.9143%206.33485%2016.9539%206.25285L16.9473%206.25968Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  .c-pager nav .nav-links .page-numbers.prev:where(:any-link, :enabled, summary):hover, .c-pager nav .nav-links .page-numbers.next:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.c-pager nav .nav-links .page-numbers.prev {
  margin-right: 14px;
}
.c-pager nav .nav-links .page-numbers.prev::before {
  rotate: 180deg;
}
.c-pager nav .nav-links .page-numbers.next {
  flex-direction: row-reverse;
  margin-left: 14px;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* ヘッダー
=====================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .l-header.-active .l-header-wrapper {
    height: 100px;
  }
  .l-header.-active .l-header-wrapper .l-search-window {
    top: 100px;
  }
}
@media screen and (min-width: 901px) {
  .l-header.-active .l-header-logo img {
    width: 172px;
  }
}
.l-header:has(.-active) .l-header-logo {
  opacity: 0;
}
.l-header:has(.-active) ._sp-head .c-search-btn {
  opacity: 0;
}
.l-header .l-header-wrapper {
  padding: 0 clamp(1.25rem, -4.5689655172rem + 10.3448275862vw, 5rem);
  display: flex;
  justify-content: space-between;
  height: 153px;
  background: #fff;
  transition: height 0.3s;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-header .l-header-wrapper {
    align-items: center;
    height: 186px;
  }
}
@media screen and (max-width: 900px) {
  .l-header .l-header-logo {
    transition: opacity 0.3s;
    margin-top: 40px;
  }
}
.l-header .l-header-logo h1 img {
  width: clamp(11.25rem, -6.2068965517rem + 31.0344827586vw, 22.5rem);
  vertical-align: middle;
  transition: width 0.3s;
}
.l-header .l-header-logo p {
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .l-header .l-header-logo p {
    font-weight: bold;
  }
}

.l-header-container {
  display: flex;
  align-items: center;
  gap: clamp(0.9375rem, -0.5172413793rem + 2.5862068966vw, 1.875rem);
}

@media screen and (max-width: 900px) {
  .l-header-menu {
    opacity: 0;
    visibility: hidden;
    margin-top: 153px;
    padding-bottom: 278px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    z-index: 5;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .l-header-menu.-active {
    visibility: visible;
    opacity: 1;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 900px) {
  .l-header-menu ._inner {
    margin: 0 auto;
    max-width: 300px;
  }
}
.l-header-menu ._nav ul {
  display: flex;
  align-items: center;
  gap: 30px clamp(0.9375rem, -0.5172413793rem + 2.5862068966vw, 1.875rem);
}
@media screen and (max-width: 900px) {
  .l-header-menu ._nav ul {
    flex-direction: column;
  }
}
.l-header-menu ._nav ul li a {
  display: block;
  width: 100%;
  font-size: clamp(0.875rem, 0.6810344828rem + 0.3448275862vw, 1rem);
}
@media screen and (max-width: 900px) {
  .l-header-menu ._nav ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .l-header-menu ._nav ul._main {
    margin-top: 25px;
  }
}
.l-header-menu ._nav ul._sub {
  margin-top: 40px;
  border-top: 1px solid #000;
  padding: 30px 0;
  border-bottom: 1px solid #000;
  font-weight: 500;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 901px) {
  .l-header-menu ._nav ul._sub {
    display: none;
  }
}
.l-header-menu .c-search {
  margin-top: 40px;
}
@media screen and (min-width: 901px) {
  .l-header-menu .c-search {
    display: none;
  }
}

.l-header-btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .l-header-btn {
    display: grid;
    place-content: center;
    width: 37px;
    height: 9px;
    cursor: pointer;
    z-index: 10;
    position: relative;
  }
  .l-header-btn::before, .l-header-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s;
  }
  .l-header-btn::before {
    left: 0;
    top: 0;
  }
  .l-header-btn::after {
    right: 0;
    bottom: 0px;
  }
}
.l-header-btn.-active::before {
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}
.l-header-btn.-active::after {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-15deg);
}
.l-header-btn.-active div {
  opacity: 0;
}

._sp-head {
  display: flex;
  gap: clamp(0.9375rem, -0.5172413793rem + 2.5862068966vw, 1.875rem);
  align-items: center;
  position: relative;
}
._sp-head .c-search-btn {
  transition: opacity 0.3s;
}

@media screen and (max-width: 900px) {
  .l-header-language {
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 10;
  }
}
.l-header-language:has(ul li:only-child) {
  display: none;
}
.l-header-language ul {
  display: flex;
  gap: 14px;
}
.l-header-language ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #AAAAAA;
  font-weight: 500;
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
  font-family: "BarlowSemiCondensed", Helvetica, Arial, "NotoSansJP", sans-serif;
}
.l-header-language ul li.wpml-ls-current-language {
  color: #000;
  border-bottom: 2px solid #000;
}
.l-header-language ul li a {
  padding: 0;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.c-search form {
  margin: auto;
  padding: 10px;
  display: flex;
  gap: 8px;
  width: 300px;
  background-color: #F5F5F5;
}
.c-search form input {
  width: 245px;
  flex: 1;
}

.c-search-btn {
  display: grid;
  place-content: center;
}
.c-search-btn svg {
  width: 24px;
  height: 24px;
}

.l-search-window {
  position: absolute;
  top: 153px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-property: opacity, visibility;
}
@media screen and (min-width: 901px) {
  .l-search-window {
    top: 186px;
  }
}
.l-search-window.-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.l-search-window ._inner {
  padding: 40px 20px;
  width: 100%;
  display: grid;
  place-content: center;
  background: #fff;
  position: relative;
}
.l-search-window .l-search-window__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 36px;
  width: 37px;
  height: 9px;
  cursor: pointer;
  z-index: 999999;
}
@media screen and (max-width: 900px) {
  .l-search-window .l-search-window__close {
    top: 12%;
    right: 20px;
  }
}
.l-search-window .l-search-window__close::before, .l-search-window .l-search-window__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.l-search-window .l-search-window__close::before {
  transform: translateY(-50%) rotate(15deg);
}
.l-search-window .l-search-window__close::after {
  transform: translateY(-50%) rotate(-15deg);
}
@media screen and (min-width: 901px) {
  .l-search-window .c-search form {
    width: 600px;
  }
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* フッター
=====================================*/
.l-footer-contact {
  margin-top: clamp(6.25rem, 2.3706896552rem + 6.8965517241vw, 8.75rem);
  padding: 146px 0;
  color: #fff;
  background-color: #000;
}
.l-footer-contact p {
  line-height: 2.1111111111;
}
@media screen and (min-width: 901px) {
  .l-footer-contact p {
    text-align: center;
  }
}
.l-footer-contact ._menu {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 10px clamp(2.5rem, -1.3793103448rem + 6.8965517241vw, 5rem);
}
@media screen and (min-width: 901px) {
  .l-footer-contact ._menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer-contact ._menu li a {
  padding: 46px 40px 80px;
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (hover: hover) {
  .l-footer-contact ._menu li a:where(:any-link, :enabled, summary):hover ._tex::after {
    scale: 1.2;
  }
}
.l-footer-contact ._menu li a ._tex {
  position: relative;
}
.l-footer-contact ._menu li a ._tex::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 40px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_537_1866)%22%3E%3Cpath%20d%3D%22M19.1197%205.16579C19.0429%204.97942%2018.8895%204.82594%2018.7031%204.7492C18.6099%204.71083%2018.5112%204.68891%2018.4071%204.69439L9.87796%204.68343C9.45041%204.68342%209.10508%205.02876%209.10508%205.45631C9.10508%205.88386%209.45041%206.22919%209.87796%206.22919L16.5324%206.22919L4.80762%2017.954C4.50614%2018.2555%204.50614%2018.7488%204.80762%2019.0503C4.9611%2019.2038%205.15844%2019.2805%205.35577%2019.2805C5.5531%2019.2805%205.75043%2019.2038%205.90391%2019.0503L17.6287%207.32548L17.6287%2013.98C17.6287%2014.4075%2017.9741%2014.7528%2018.4016%2014.7528C18.8292%2014.7528%2019.1745%2014.4075%2019.1745%2013.98L19.1745%205.45083C19.1745%205.35216%2019.1526%205.25349%2019.1197%205.15483L19.1197%205.16579Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_537_1866%22%3E%3Crect%20width%3D%2220%22%20height%3D%2213.6124%22%20fill%3D%22white%22%20transform%3D%22translate(0%2014.2432)%20rotate(-45)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 901px) {
  .l-footer-contact ._menu li a ._tex::after {
    top: auto;
    bottom: -50px;
    right: 0;
    width: 34px;
    height: 34px;
  }
}
.l-footer-contact ._menu li a ._tex ._en {
  line-height: 1;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, "NotoSansJP", sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 1.373853211rem + 2.5688073394vw, 3.75rem);
  letter-spacing: 0.06em;
}
.l-footer-contact ._menu li a ._tex ._ja {
  margin-top: 8px;
  font-size: clamp(0.875rem, 0.7855504587rem + 0.3669724771vw, 1.125rem);
  letter-spacing: 0.06em;
}

.top .l-footer .l-footer-menu {
  padding-top: clamp(5rem, 4.9105504587rem + 0.3669724771vw, 5.25rem);
}

.l-footer-menu {
  padding: clamp(6.25rem, -3.4482758621rem + 17.2413793103vw, 12.5rem) 0 125px;
}
.l-footer-menu ._link {
  padding: clamp(3.75rem, 1.8103448276rem + 3.4482758621vw, 5rem) 0;
  text-align: center;
  background-color: #F7F7F7;
}
.l-footer-menu ._link ._tit {
  font-size: 0.875rem;
}
.l-footer-menu ._link ul {
  margin-top: clamp(2.5rem, 2.1869266055rem + 1.2844036697vw, 3.375rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(362px, 1fr));
  gap: 10px 20px;
}
.l-footer-menu ._link ul li a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-footer-menu ._link ul li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-footer-menu ._wrapper {
  display: flex;
  justify-content: space-between;
  gap: 43px 20px;
}
@media screen and (max-width: 900px) {
  .l-footer-menu ._wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.l-footer-menu ._wrapper ._info ._logo {
  margin: auto;
  width: 190px;
}
.l-footer-menu ._wrapper ._nav {
  margin-top: clamp(1.25rem, -3.0172413793rem + 7.5862068966vw, 4rem);
}
.l-footer-menu ._wrapper ._nav ul {
  display: flex;
  gap: 30px clamp(0.9375rem, 0.6020642202rem + 1.376146789vw, 1.875rem);
}
@media screen and (max-width: 900px) {
  .l-footer-menu ._wrapper ._nav ul {
    flex-direction: column;
    text-align: center;
  }
}
.l-footer-menu ._copyright {
  margin-top: 90px;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, "NotoSansJP", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 900px) {
  .l-footer-menu ._copyright {
    text-align: center;
  }
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
.top-mv {
  position: relative;
}
.top-mv .top-mv-swiper .swiper-slide {
  min-height: 500px;
  position: relative;
  display: flex;
  height: auto;
  overflow: hidden;
}
.top-mv .top-mv-swiper .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
}
.top-mv .top-mv-swiper .swiper-slide ._video {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top-mv .top-mv-swiper .swiper-slide ._video {
    width: 1600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.top-mv .top-mv-swiper .swiper-slide ._video video {
  display: block;
  width: 100%;
}
.top-mv .top-mv-swiper .swiper-slide:has(._video) {
  padding: 0;
}
.top-mv .top-mv-swiper .swiper-slide:has(._video) ._inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  .top-mv .top-mv-swiper .swiper-slide:has(._video) ._inner {
    padding: 0;
    position: absolute;
    inset: 0;
    margin: auto;
    width: calc(100% - 2 * clamp(5rem, 1.1206896552rem + 6.8965517241vw, 7.5rem));
    height: 100%;
  }
}
.top-mv .top-mv-swiper .swiper-slide ._inner {
  padding: 0 30px;
}
@media screen and (min-width: 769px) {
  .top-mv .top-mv-swiper .swiper-slide ._inner {
    padding: 0 clamp(5rem, 1.1206896552rem + 6.8965517241vw, 7.5rem);
  }
}
.top-mv .top-mv-swiper .swiper-slide ._inner ._container {
  padding: 132px 0 clamp(7.125rem, -1.9913793103rem + 16.2068965517vw, 13rem);
}
@media screen and (min-width: 901px) {
  .top-mv .top-mv-swiper .swiper-slide ._inner ._container {
    padding-top: 124px;
  }
}
.top-mv .top-mv-swiper .swiper-slide ._inner ._container ._sub {
  font-weight: bold;
  font-size: clamp(1rem, 0.8060344828rem + 0.3448275862vw, 1.125rem);
  letter-spacing: 0.16em;
}
.top-mv .top-mv-swiper .swiper-slide ._inner ._container ._sub + ._main {
  margin-top: clamp(1.5rem, 0.5301724138rem + 1.724137931vw, 2.125rem);
}
.top-mv .top-mv-swiper .swiper-slide ._inner ._container ._main {
  width: fit-content;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, "NotoSansJP", sans-serif;
  line-height: 1.2;
  font-size: clamp(2.5rem, -1.3793103448rem + 6.8965517241vw, 5rem);
}
.top-mv .top-mv-swiper .swiper-slide ._inner ._container ._main.-bg {
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.top-mv .top-mv-swiper .swiper-slide ._inner ._container ._main + p {
  margin-top: clamp(1.75rem, 0.3922413793rem + 2.4137931034vw, 2.625rem);
}
.top-mv .top-mv-swiper .swiper-slide ._inner ._container p {
  font-size: 1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .top-mv .top-mv-swiper .swiper-slide ._inner ._container p {
    line-height: 2;
  }
}
.top-mv .top-mv-swiper .swiper-button-next,
.top-mv .top-mv-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.top-mv .top-mv-swiper .swiper-button-next::after,
.top-mv .top-mv-swiper .swiper-button-prev::after {
  content: "";
  width: 13px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%229%22%20viewBox%3D%220%200%2013%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.53%204.85C12.63%204.61%2012.63%204.33%2012.53%204.09C12.48%203.97%2012.41%203.86%2012.31%203.76L8.85%200.289998C8.46%20-0.100002%207.83%20-0.100002%207.44%200.289998C7.05%200.679998%207.05%201.31%207.44%201.7L9.2%203.46H1C0.45%203.46%200%203.91%200%204.46C0%205.01%200.45%205.46%201%205.46H9.19L7.43%207.22C7.04%207.61%207.04%208.24%207.43%208.63C7.63%208.83%207.88%208.92%208.14%208.92C8.4%208.92%208.65%208.82%208.85%208.63L12.32%205.16C12.41%205.07%2012.49%204.96%2012.54%204.83L12.53%204.85Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-image 0.3s;
}
@media screen and (min-width: 901px) {
  .top-mv .top-mv-swiper .swiper-button-next:hover,
  .top-mv .top-mv-swiper .swiper-button-prev:hover {
    background-color: #000;
  }
  .top-mv .top-mv-swiper .swiper-button-next:hover::after,
  .top-mv .top-mv-swiper .swiper-button-prev:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%229%22%20viewBox%3D%220%200%2013%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.53%204.85C12.63%204.61%2012.63%204.33%2012.53%204.09C12.48%203.97%2012.41%203.86%2012.31%203.76L8.85%200.289998C8.46%20-0.100002%207.83%20-0.100002%207.44%200.289998C7.05%200.679998%207.05%201.31%207.44%201.7L9.2%203.46H1C0.45%203.46%200%203.91%200%204.46C0%205.01%200.45%205.46%201%205.46H9.19L7.43%207.22C7.04%207.61%207.04%208.24%207.43%208.63C7.63%208.83%207.88%208.92%208.14%208.92C8.4%208.92%208.65%208.82%208.85%208.63L12.32%205.16C12.41%205.07%2012.49%204.96%2012.54%204.83L12.53%204.85Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media screen and (max-width: 768px) {
  .top-mv .top-mv-swiper .swiper-button-next,
  .top-mv .top-mv-swiper .swiper-button-prev {
    display: none;
  }
}
.top-mv .top-mv-swiper .swiper-button-next {
  right: clamp(0.625rem, -0.6534090909rem + 3.4090909091vw, 2.5rem);
}
.top-mv .top-mv-swiper .swiper-button-prev {
  left: clamp(0.625rem, -0.6534090909rem + 3.4090909091vw, 2.5rem);
}
.top-mv .top-mv-swiper .swiper-button-prev::after {
  rotate: 180deg;
}
.top-mv .c-scroll {
  position: absolute;
  bottom: 0;
  left: -10px;
  z-index: 10;
}
@media screen and (min-width: 901px) {
  .top-mv .c-scroll {
    left: clamp(0.625rem, -5.1939655172rem + 10.3448275862vw, 4.375rem);
  }
}
.top-mv .c-scroll ._tex {
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, "NotoSansJP", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  rotate: 90deg;
  transform: translateX(-10px);
}
@media screen and (min-width: 901px) {
  .top-mv .c-scroll ._tex {
    transform: translateX(-16px);
  }
}
.top-mv .c-scroll span {
  margin: clamp(0.5625rem, 0.2715517241rem + 0.5172413793vw, 0.75rem) auto 0;
  display: block;
  width: 1px;
  height: 70px;
  background-color: #000;
  position: relative;
}
@media screen and (min-width: 901px) {
  .top-mv .c-scroll span {
    width: 2px;
    height: 100px;
  }
}
.top-mv .c-scroll span::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #000;
  animation: scroll 1.6s infinite ease;
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 0px;
  }
  8% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: calc(100% - 6px);
  }
}

.top-featured {
  padding: 100px 0 80px;
  overflow-y: hidden;
}
.top-featured .l-inner {
  padding: 0;
}
.top-featured .c-tit__01 {
  text-align: center;
}
.top-featured ._wrapper {
  position: relative;
}
.top-featured ._wrapper::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 150%;
  background-color: #F7F7F7;
}
@media screen and (min-width: 901px) {
  .top-featured ._wrapper::before {
    top: 50%;
    height: 100%;
  }
}
.top-featured ._list {
  margin: 58px auto 0;
  padding: 0 20px;
  max-width: 1280px;
  box-sizing: content-box;
  display: grid;
  grid-template-columns: auto;
  gap: 20px clamp(1.25rem, -4.2780172414rem + 9.8275862069vw, 4.8125rem);
}
@media screen and (min-width: 901px) {
  .top-featured ._list {
    margin-top: 48px;
    padding: 0 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-featured ._list:has(li:only-child) {
  display: flex;
  justify-content: center;
}
.top-featured ._list li a {
  display: block;
  height: 100%;
  padding: clamp(2.5rem, 1.1422413793rem + 2.4137931034vw, 3.375rem) clamp(1.25rem, 0.2801724138rem + 1.724137931vw, 1.875rem) clamp(2.5rem, 0.7543103448rem + 3.1034482759vw, 3.625rem);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #fff;
  position: relative;
  z-index: 2;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .top-featured ._list li a:where(:any-link, :enabled, summary):hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.top-featured ._list li a ._tit {
  margin-top: 14px;
}

.top-news {
  padding: clamp(2.25rem, 0.213362069rem + 3.6206896552vw, 3.5625rem) 0 clamp(6.125rem, 2.0517241379rem + 7.2413793103vw, 8.75rem);
}
@media screen and (min-width: 901px) {
  .top-news .c-tit__01 {
    text-align: center;
  }
}
.top-news ._cats {
  margin-top: 62px;
  display: flex;
  gap: clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (min-width: 901px) {
  .top-news ._cats {
    margin-top: 40px;
    justify-content: center;
  }
}
.top-news ._cats li a {
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .top-news ._cats li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.top-news .c-news-list {
  margin-top: clamp(2.625rem, 1.2672413793rem + 2.4137931034vw, 3.5rem);
}
.top-news .c-btn {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
}

.top-support {
  padding: clamp(2.875rem, -4.3017241379rem + 12.7586206897vw, 7.5rem) 0 clamp(3.5rem, -4.6465517241rem + 14.4827586207vw, 8.75rem);
  background-color: #F7F7F7;
}
.top-support p {
  margin-top: 70px;
}
@media screen and (min-width: 901px) {
  .top-support p {
    margin-top: 50px;
  }
}
.top-support ._menu {
  margin-top: clamp(2.625rem, 0.3943965517rem + 3.9655172414vw, 4.0625rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 10px 4px;
}
@media screen and (min-width: 901px) {
  .top-support ._menu {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px 4px;
  }
}
.top-support ._menu li a {
  border-top: 1px solid #000;
  display: block;
  height: clamp(7.375rem, 2.1379310345rem + 9.3103448276vw, 10.75rem);
  position: relative;
}
@media (hover: hover) {
  .top-support ._menu li a:where(:any-link, :enabled, summary):hover ._name::after {
    scale: 1.25;
  }
}
.top-support ._menu li a::before {
  content: attr(data-name);
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 500;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, "NotoSansJP", sans-serif;
  font-size: clamp(2.375rem, 1.8830275229rem + 2.0183486239vw, 3.75rem);
  color: #EAEAEA;
  line-height: 1;
  letter-spacing: 0.06em;
}
.top-support ._menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.top-support ._menu li a ._name {
  margin-top: clamp(2.625rem, 1.2672413793rem + 2.4137931034vw, 3.5rem);
  margin-left: clamp(2.25rem, 1.8620689655rem + 0.6896551724vw, 2.5rem);
  display: flex;
  align-items: center;
  gap: 17px;
  font-weight: bold;
  font-size: clamp(1rem, 0.8658256881rem + 0.5504587156vw, 1.375rem);
  position: relative;
}
.top-support ._menu li a ._name::after {
  content: "";
  position: absolute;
  top: clamp(0.625rem, 0.0431034483rem + 1.0344827586vw, 1rem);
  right: clamp(2.125rem, 1.5431034483rem + 1.0344827586vw, 2.5rem);
  width: clamp(0.875rem, -0.0948275862rem + 1.724137931vw, 1.5rem);
  height: clamp(0.875rem, -0.0948275862rem + 1.724137931vw, 1.5rem);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19.234%200.98373C19.135%200.743314%2018.937%200.545323%2018.6966%200.446329C18.5764%200.396831%2018.4491%200.368547%2018.3148%200.375618L7.31219%200.361476C6.76065%200.361476%206.31517%200.806954%206.31517%201.3585C6.31517%201.91004%206.76065%202.35552%207.31219%202.35552L15.8965%202.35552L0.771454%2017.4805C0.382545%2017.8694%200.382545%2018.5058%200.771454%2018.8947C0.969443%2019.0927%201.224%2019.1917%201.47856%2019.1917C1.73312%2019.1917%201.98768%2019.0927%202.18567%2018.8947L17.3107%203.76973V12.354C17.3107%2012.9056%2017.7562%2013.351%2018.3077%2013.351C18.8592%2013.351%2019.3047%2012.9056%2019.3047%2012.354V1.35143C19.3047%201.22415%2019.2764%201.09687%2019.234%200.969588V0.98373Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 901px) {
  .top-support ._menu li a ._name::after {
    width: 22px;
    height: 20px;
  }
}
.top-support .c-btn {
  margin-top: 60px;
}

.top-oa {
  padding: clamp(4.625rem, -0.224137931rem + 8.6206896552vw, 7.75rem) 0 clamp(7.5rem, 4.7844827586rem + 4.8275862069vw, 9.25rem);
}
@media screen and (max-width: 900px) {
  .top-oa ._wrapper {
    margin-right: calc(50% - 50vw);
    padding: 12px 30px 90px;
    background-color: #F7F7F7;
  }
}
.top-oa ._container {
  position: relative;
}
.top-oa ._container div {
  padding-left: clamp(0rem, -13.3333333333rem + 20.8333333333vw, 5.9375rem);
}
.top-oa ._container div ._tit {
  font-weight: bold;
  font-size: clamp(1.5rem, 1.2763761468rem + 0.9174311927vw, 2.125rem);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 600px) {
  .top-oa ._container div ._tit {
    line-height: 1.4166666667;
  }
}
@media screen and (min-width: 601px) {
  .top-oa ._container div ._tit br {
    display: none;
  }
}
.top-oa ._container div ._tit + p {
  margin-top: clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
  max-width: 640px;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (min-width: 901px) {
  .top-oa ._container div ._tit + p {
    line-height: 2.25;
  }
}
.top-oa ._container ._en {
  margin-top: 34px;
  text-align: right;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, "NotoSansJP", sans-serif;
  font-weight: 500;
  font-size: clamp(3.375rem, 1.630733945rem + 7.1559633028vw, 8.25rem);
  color: #000;
  line-height: 1;
  opacity: 0.3;
}
@media screen and (max-width: 900px) {
  .top-oa ._container ._en {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: left;
    height: 0;
    letter-spacing: 0.06em;
  }
}
.top-oa ._container ._en span {
  font-size: clamp(4.5rem, 2.5544724771rem + 7.9816513761vw, 9.9375rem);
}
@media screen and (max-width: 900px) {
  .top-oa ._container ._en span {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .top-about .l-inner__04 {
    padding-left: 0;
  }
}
.top-about ._wrapper {
  max-width: 1490px;
  background-color: #F7F7F7;
  position: relative;
}
@media screen and (min-width: 901px) {
  .top-about ._wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: calc(100vw - 30px);
    height: 100%;
    background-color: #F7F7F7;
  }
}
.top-about ._container {
  padding: clamp(4.0625rem, -1.7564655172rem + 10.3448275862vw, 7.8125rem) clamp(1.875rem, -18.125rem + 25vw, 5rem) clamp(3.75rem, -4.0086206897rem + 13.7931034483vw, 8.75rem);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  .top-about ._container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px clamp(2.5rem, -1.3793103448rem + 6.8965517241vw, 5rem);
  }
}
@media screen and (min-width: 901px) {
  .top-about ._container ._header {
    position: sticky;
    top: 200px;
  }
}
.top-about ._container ._header .c-tit__01 {
  line-height: 1.1;
}
.top-about ._container ._header .c-btn {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .top-about ._container ._header .c-btn {
    display: none;
  }
}
.top-about ._container ._body {
  max-width: 900px;
}
@media screen and (max-width: 900px) {
  .top-about ._container ._body {
    margin-top: 70px;
  }
}
.top-about ._container ._body ._tit {
  margin-bottom: clamp(1.875rem, -0.8405172414rem + 4.8275862069vw, 3.625rem);
  font-weight: bold;
  font-size: clamp(1.5rem, 1.2316513761rem + 1.1009174312vw, 2.25rem);
  letter-spacing: 0.06em;
}
.top-about ._container ._body ._tit:nth-child(n+2) {
  margin-top: clamp(4.375rem, 1.4655172414rem + 5.1724137931vw, 6.25rem);
}
.top-about ._container ._body p {
  letter-spacing: 0.06em;
}
.top-about ._container ._body p + figure {
  margin: clamp(2.25rem, -1.2413793103rem + 6.2068965517vw, 4.5rem) auto 0;
  max-width: 680px;
}
@media screen and (min-width: 901px) {
  .top-about ._container ._body p + figure {
    width: 90%;
  }
}
.top-about ._container ._body ._list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.625rem, -0.3448275862rem + 1.724137931vw, 1.25rem);
}
@media screen and (min-width: 769px) {
  .top-about ._container ._body ._list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-about ._container ._body ._list li {
  padding: clamp(2.5rem, 2.0150862069rem + 0.8620689655vw, 2.8125rem) clamp(1.875rem, -2.974137931rem + 8.6206896552vw, 5rem) 40px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .top-about ._container ._body ._list li._large {
    padding-right: clamp(5rem, 2.3895027624rem + 5.5248618785vw, 7.5rem);
    padding-left: clamp(5rem, 2.3895027624rem + 5.5248618785vw, 7.5rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-area: 2/1/3/3;
  }
  .top-about ._container ._body ._list li._large ._data {
    margin-top: 0;
  }
}
@media screen and (min-width: 901px) {
  .top-about ._container ._body ._list li._large {
    padding: clamp(2.5rem, 1.8473756906rem + 1.3812154696vw, 3.125rem) clamp(2.5rem, -5.2586206897rem + 13.7931034483vw, 7.5rem) 40px;
  }
}
.top-about ._container ._body ._list li ._name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 0.205801105rem + 2.2099447514vw, 2.25rem);
  font-weight: bold;
  line-height: 1.5;
}
.top-about ._container ._body ._list li ._name .s {
  font-size: clamp(0.75rem, 0.6530172414rem + 0.1724137931vw, 0.8125rem);
}
.top-about ._container ._body ._list li ._name span {
  max-width: 100px;
}
.top-about ._container ._body ._list li ._data {
  margin-top: 30px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 15px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: bold;
}
.top-about ._container ._body ._list li ._data ._num {
  font-size: clamp(2.5rem, 0.9482758621rem + 2.7586206897vw, 3.5rem);
  font-family: "BarlowSemiCondensed", Helvetica, Arial, "NotoSansJP", sans-serif;
}
.top-about ._container ._body ._list + span {
  margin-top: 10px;
  display: block;
  text-align: right;
}
.top-about ._container ._body .c-btn {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
}
@media screen and (min-width: 901px) {
  .top-about ._container ._body .c-btn {
    display: none;
  }
}

.top-link {
  margin-top: clamp(5rem, -0.8189655172rem + 10.3448275862vw, 8.75rem);
  padding: clamp(3.75rem, 1.8103448276rem + 3.4482758621vw, 5rem) 0;
  text-align: center;
  background-color: #F7F7F7;
}
.top-link ._tit {
  font-size: 0.875rem;
}
.top-link ul {
  margin-top: clamp(2.5rem, 2.1869266055rem + 1.2844036697vw, 3.375rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(362px, 1fr));
  gap: 10px 20px;
}
.top-link ul li a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .top-link ul li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
.c-news-list li a {
  border-top: 1px solid #000;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .c-news-list li a:where(:any-link, :enabled, summary):hover {
    background-color: #F7F7F7;
  }
}
.c-news-list li:last-child a {
  border-bottom: 1px solid #000;
}

.c-news-item a {
  padding: 26px clamp(1.25rem, 0.2801724138rem + 1.724137931vw, 1.875rem) 34px;
  display: block;
}
@media screen and (min-width: 901px) {
  .c-news-item a {
    padding-bottom: 26px;
  }
}
.c-news-item ._meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-news-item ._meta ._date {
  font-family: "BarlowSemiCondensed", Helvetica, Arial, "NotoSansJP", sans-serif;
}
.c-news-item ._meta ._cat {
  padding: 4px 10px;
  display: grid;
  place-content: center;
  line-height: 1;
  color: #fff;
  font-size: clamp(0.75rem, 0.6530172414rem + 0.1724137931vw, 0.8125rem);
  background-color: #000;
}
.c-news-item ._tit {
  margin-top: 6px;
}

.l-news ._container {
  display: grid;
  grid-template-columns: 240px auto;
  gap: clamp(1.25rem, -2.6293103448rem + 6.8965517241vw, 3.75rem);
}

.c-cat-list li a {
  display: block;
  transition: opacity 0.3s;
}
.c-cat-list li a.-active {
  border-bottom: 1px solid #000;
}
@media (hover: hover) {
  .c-cat-list li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.c-cat-list li + li {
  margin-top: 20px;
}

.l-news .c-pager {
  margin-top: clamp(2.5rem, -1.3793103448rem + 6.8965517241vw, 5rem);
}

.l-news-sidebar ._year {
  margin-top: clamp(2.5rem, -1.3793103448rem + 6.8965517241vw, 5rem);
}
.l-news-sidebar ._year li a {
  display: inline-block;
}
.l-news-sidebar ._year li a.-active {
  border-bottom: 1px solid #000;
}
.l-news-sidebar ._year li + li {
  margin-top: 10px;
}

.l-news-container ._name {
  margin-bottom: clamp(1.875rem, -0.0646551724rem + 3.4482758621vw, 3.125rem);
  font-size: clamp(1.125rem, 0.1551724138rem + 1.724137931vw, 1.75rem);
  line-height: 2.0714285714;
  font-weight: bold;
}

.l-news-article-header__tit {
  margin-top: 28px;
  font-size: clamp(1.5rem, 1.4105504587rem + 0.3669724771vw, 1.75rem);
  font-weight: bold;
}

.l-news-article-body {
  margin-top: clamp(2.5rem, 1.6055045872rem + 3.6697247706vw, 5rem);
}
.l-news-article-body ._thumb img {
  width: 100%;
  height: auto;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
目次
┗【 about / 会社情報 】
┗【 search / 検索結果 】
┗【 Contact / お問い合わせ 】
┗【 404 】
=====================================*/
.l-page-tit {
  position: relative;
  padding: 13px 0 60px;
}
@media screen and (min-width: 769px) {
  .l-page-tit {
    padding: 30px 0 110px;
  }
}
.l-page-tit ._tit {
  margin-top: 80px;
  font-size: clamp(2.375rem, 1.7041284404rem + 2.752293578vw, 4.25rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.l-page-tit ._tit.-ct {
  text-align: center;
}

/*====================================
* search / 検索結果
=====================================*/
.search-contents__tit {
  font-weight: bold;
  font-size: clamp(1.25rem, 0.474137931rem + 1.3793103448vw, 1.75rem);
  letter-spacing: 0.06em;
}
.search-contents ._no {
  margin-top: 50px;
  text-align: center;
}

.c-search-list {
  margin-top: 50px;
}
.c-search-list li a {
  padding: 30px clamp(1.25rem, 0.2801724138rem + 1.724137931vw, 1.875rem);
  display: block;
  border-top: 1px solid #000;
}
.c-search-list li:last-child a {
  border-bottom: 1px solid #000;
}
.c-search-list li.c-page-item ._tit {
  font-weight: bold;
}
.c-search-list li.c-page-item ._tit + p {
  margin-top: 10px;
  color: #999999;
}
.c-search-list + .c-pager {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
}

/*====================================
* contact / お問い合わせ
=====================================*/
.grecaptcha-badge {
  visibility: hidden;
}

.contact .grecaptcha-badge {
  visibility: visible;
}

.contact-contents.-confirm .privacyTxt {
  display: none;
}
.contact-contents.-confirm .contact-form dl dt {
  color: #F7F7F7;
  font-weight: bold;
}
.contact-contents.-confirm .contact-form dl dt::after {
  content: none;
}
.contact-contents.-confirm .contact-form dl dd {
  padding-left: 20px;
}
.contact-contents ._lead ._tit {
  font-size: clamp(1.125rem, 0.9908256881rem + 0.5504587156vw, 1.5rem);
  letter-spacing: 0.1em;
}
.contact-contents ._lead ._tit + p {
  margin-top: 36px;
}
.contact-contents ._lead ._tit + p + p {
  margin-top: 28px;
}
.contact-contents ._lead p .c-required {
  margin-right: 4px;
  display: inline-block;
  padding: 2px 4px;
  width: 43px;
  height: 22px;
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
}
.contact-contents ._lead ._box {
  margin-top: 30px;
  padding: 40px clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
  border: 1px solid #000;
}
.contact-contents ._lead ._box p {
  letter-spacing: 0.04em;
}
.contact-contents ._lead ._box a {
  color: #065FD4;
  border-bottom: 1px solid #065FD4;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .contact-contents ._lead ._box a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.contact-contents ._lead ._box ._tel {
  margin-top: 20px;
  text-align: center;
}
.contact-contents ._lead ._box ._tel ._num {
  margin: auto;
  display: flex;
  gap: 13px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: clamp(1.75rem, 1.3474770642rem + 1.6513761468vw, 2.875rem);
  font-family: "BarlowSemiCondensed", Helvetica, Arial, "NotoSansJP", sans-serif;
}
.contact-contents ._lead ._box ._tel ._num::before {
  content: "";
  width: clamp(1.125rem, 1.0131880734rem + 0.4587155963vw, 1.4375rem);
  height: clamp(1.5625rem, 1.4506880734rem + 0.4587155963vw, 1.875rem);
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2223%22%20height%3D%2231%22%20viewBox%3D%220%200%2023%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.05635%201.31366C-0.00474381%202.6951%20-0.40964%207.01324%200.368516%2010.5326C0.974542%2013.2734%202.26299%2016.9498%204.43564%2020.4118C6.47951%2023.6686%209.33101%2026.5889%2011.5053%2028.2785C14.2974%2030.448%2018.2776%2031.827%2020.3387%2030.4456C21.3809%2029.747%2022.9293%2027.8385%2023%2027.4961C23%2027.4961%2022.092%2026.0493%2021.8928%2025.7318L18.8479%2020.8798C18.6216%2020.5193%2017.2026%2020.8488%2016.4818%2021.2708C15.5094%2021.8402%2014.6139%2023.3679%2014.6139%2023.3679C13.9472%2023.766%2013.3887%2023.3693%2012.2219%2022.8144C10.7878%2022.1325%209.17552%2020.0138%207.89229%2018.0949C6.72025%2016.1016%205.50591%2013.7161%205.48834%2012.0848C5.47387%2010.7575%205.35118%2010.0689%205.97484%209.60204C5.97484%209.60204%207.68981%209.38007%208.58942%208.6948C9.2562%208.1867%2010.126%206.98218%209.89978%206.62156L6.85488%201.7697C6.65563%201.4522%205.74764%200.00536929%205.74764%200.00536929C5.41621%20-0.0675896%203.09856%200.615136%202.05635%201.31366Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
}
.contact-contents ._lead ._box ._tel span {
  display: block;
}
.contact-contents ._lead .c-btn {
  margin-top: 60px;
}

.c-required {
  color: #E01006;
  font-size: 0.6875rem;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid #E01006;
}

.contact-form {
  margin: 60px auto 0;
  max-width: 600px;
}
@media screen and (min-width: 901px) {
  .contact-form {
    margin: 80px auto 0;
  }
}
.contact-form dl + dl {
  margin-top: 40px;
}
.contact-form dl dt {
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.04em;
}
.contact-form dl dt .c-required {
  padding: 2px;
  display: flex;
  justify-content: center;
  width: 35px;
  height: 18px;
}
.contact-form dl dd {
  margin-top: 12px;
}
.contact-form dl dd .error,
.contact-form dl dd .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.contact-form dl dd label {
  cursor: pointer;
}
.contact-form dl dd input:not([type=checkbox], [type=radio], [type=submit]), .contact-form dl dd textarea:not([type=checkbox], [type=radio], [type=submit]) {
  padding: 12px 20px;
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 3px;
  line-height: 1.4;
}
.contact-form dl dd input:not([type=checkbox], [type=radio], [type=submit])::placeholder, .contact-form dl dd textarea:not([type=checkbox], [type=radio], [type=submit])::placeholder {
  color: #BBBBBB;
}
.contact-form dl dd input:not([type=checkbox], [type=radio], [type=submit]) input[type=radio], .contact-form dl dd textarea:not([type=checkbox], [type=radio], [type=submit]) input[type=radio] {
  display: none;
}
.contact-form dl dd input.wpcf7-not-valid, .contact-form dl dd textarea.wpcf7-not-valid {
  background-color: #F8E9E8;
}
.contact-form dl dd textarea {
  max-height: 134px;
}
.contact-form dl dd input[type=checkbox] {
  accent-color: #888;
  opacity: 0.6;
  transform: translateY(-2px);
  cursor: pointer;
  scale: 1.2;
}
.contact-form dl dd input[type=checkbox] + .wpcf7-list-item-label {
  margin-left: 8px;
}
.contact-form dl dd input[type=radio] {
  display: none;
}
.contact-form dl dd input[type=radio]:checked + .mwform-radio-field-text::after,
.contact-form dl dd input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form dl dd .wpcf7-list-item {
  margin: 0;
}
.contact-form dl dd .wpcf7-list-item.last {
  margin-left: 15px;
}
.contact-form dl dd .wpcf7-list-item.last.first {
  margin-left: 0;
}
.contact-form dl dd .mwform-radio-field label span,
.contact-form dl dd .wpcf7-radio label span {
  padding-left: 24px;
  position: relative;
}
.contact-form dl dd .mwform-radio-field label span::before, .contact-form dl dd .mwform-radio-field label span::after,
.contact-form dl dd .wpcf7-radio label span::before,
.contact-form dl dd .wpcf7-radio label span::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.contact-form dl dd .mwform-radio-field label span::before,
.contact-form dl dd .wpcf7-radio label span::before {
  top: 3.5px;
  left: 0;
  border: 1px solid #BBBBBB;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.contact-form dl dd .mwform-radio-field label span::after,
.contact-form dl dd .wpcf7-radio label span::after {
  top: 6.5px;
  left: 3px;
  background-color: #BBBBBB;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 0;
}
.contact-form dl dd .type-check-hidden {
  display: none;
}
.contact-form dl dd.privacy .mwform-checkbox-field {
  width: 100%;
  display: inline-block;
  padding: 14px 12px;
  border-radius: 4px;
  border: 1px solid #BBBBBB;
}
.contact-form dl dd.privacy .privacyCheck {
  padding: 14px 12px;
  border-radius: 3px;
  background-color: #F2F2F2;
}
.contact-form dl dd.privacy .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form dl dd.privacy .wpcf7-form-control-wrap .wpcf7-checkbox {
  width: 125px;
  display: block;
}
.contact-form dl dd .privacyTxt {
  margin-top: 18px;
}
.contact-form dl dd .privacyTxt a {
  color: #065FD4;
  border-bottom: 1px solid #065FD4;
  transition: 0.4s;
}
@media screen and (min-width: 901px) {
  .contact-form dl dd .privacyTxt a:hover {
    opacity: 0.6;
  }
}
.contact-form dl dd + dt {
  margin-top: 30px;
}
.contact-form .btn-box {
  margin: 74px auto 0;
  position: relative;
  width: fit-content;
  border: 1px solid #000;
  transition: 0.3s;
}
.contact-form .btn-box:hover {
  color: #fff;
  background-color: #000;
}
.contact-form .btn-box input {
  cursor: pointer;
  margin: 0 auto;
  height: 56px;
  width: 260px;
  text-align: center;
  font-size: clamp(1rem, 0.9552752294rem + 0.1834862385vw, 1.125rem);
  font-weight: bold;
}
.contact-form .btn-box input:disabled {
  background-color: #BBBBBB;
  cursor: not-allowed;
}
.contact-form .btn-box.disabled::after {
  background-image: url(../img/common/icon-arrow-02.svg);
}
@media screen and (min-width: 901px) {
  .contact-form .btn-box.disabled:hover::after {
    animation: none !important;
  }
}
.contact-form .btn-box .wpcf7-spinner {
  position: absolute;
  inset: 0;
  margin: auto -15% auto auto;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

/*====================================
* 404
=====================================*/
.not-found {
  text-align: center;
}
.not-found ._tit {
  font-size: clamp(1.125rem, 0.9908256881rem + 0.5504587156vw, 1.5rem);
}
.not-found ._tit + p {
  margin-top: 40px;
}
.not-found .c-btn {
  margin-top: 60px;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
.l-page-contents > *,
.l-news-article-body > *,
.editor-styles-wrapper > * {
  margin: clamp(1.875rem, 1.6513761468rem + 0.9174311927vw, 2.5rem) auto 0;
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
}
.l-page-contents > *:first-child,
.l-news-article-body > *:first-child,
.editor-styles-wrapper > *:first-child {
  margin-top: 0;
}
.l-page-contents > p,
.l-news-article-body > p,
.editor-styles-wrapper > p {
  margin-top: 30px;
}
.l-page-contents > p + p,
.l-news-article-body > p + p,
.editor-styles-wrapper > p + p {
  margin-top: 20px;
}
.l-page-contents h1, .l-page-contents h2, .l-page-contents h3, .l-page-contents h4, .l-page-contents h5,
.l-page-contents .wp-block-table,
.l-page-contents .wp-block-gallery,
.l-page-contents .wp-block-columns,
.l-news-article-body h1,
.l-news-article-body h2,
.l-news-article-body h3,
.l-news-article-body h4,
.l-news-article-body h5,
.l-news-article-body .wp-block-table,
.l-news-article-body .wp-block-gallery,
.l-news-article-body .wp-block-columns,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper .wp-block-table,
.editor-styles-wrapper .wp-block-gallery,
.editor-styles-wrapper .wp-block-columns {
  max-width: 1280px;
}
.l-page-contents p, .l-page-contents ul, .l-page-contents ol, .l-page-contents blockquote,
.l-news-article-body p,
.l-news-article-body ul,
.l-news-article-body ol,
.l-news-article-body blockquote,
.editor-styles-wrapper p,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.editor-styles-wrapper blockquote {
  max-width: 1080px;
}
.l-page-contents .wp-block-image,
.l-page-contents .wp-block-video,
.l-page-contents .wp-block-other-link,
.l-news-article-body .wp-block-image,
.l-news-article-body .wp-block-video,
.l-news-article-body .wp-block-other-link,
.editor-styles-wrapper .wp-block-image,
.editor-styles-wrapper .wp-block-video,
.editor-styles-wrapper .wp-block-other-link {
  max-width: 800px;
}
.l-page-contents h1,
.l-news-article-body h1,
.editor-styles-wrapper h1 {
  margin-top: clamp(3.125rem, 2.9013761468rem + 0.9174311927vw, 3.75rem);
  padding: 10px;
  font-size: clamp(1.5rem, 1.4105504587rem + 0.3669724771vw, 1.75rem);
  font-weight: bold;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  line-height: 1.9166666667;
}
@media screen and (min-width: 901px) {
  .l-page-contents h1,
  .l-news-article-body h1,
  .editor-styles-wrapper h1 {
    padding: 30px 20px;
    line-height: 1.9285714286;
  }
}
.l-page-contents h1 + h2,
.l-news-article-body h1 + h2,
.editor-styles-wrapper h1 + h2 {
  margin-top: clamp(1.875rem, 1.6513761468rem + 0.9174311927vw, 2.5rem);
}
.l-page-contents h2,
.l-news-article-body h2,
.editor-styles-wrapper h2 {
  margin-top: clamp(3.125rem, 2.9013761468rem + 0.9174311927vw, 3.75rem);
  padding-bottom: 10px;
  font-size: clamp(1.25rem, 1.1605504587rem + 0.3669724771vw, 1.5rem);
  line-height: 2.1666666667;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-page-contents h2,
  .l-news-article-body h2,
  .editor-styles-wrapper h2 {
    line-height: 1.5;
  }
}
.l-page-contents h2::before, .l-page-contents h2::after,
.l-news-article-body h2::before,
.l-news-article-body h2::after,
.editor-styles-wrapper h2::before,
.editor-styles-wrapper h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.l-page-contents h2::before,
.l-news-article-body h2::before,
.editor-styles-wrapper h2::before {
  width: 100%;
  background-color: #ddd;
}
.l-page-contents h2::after,
.l-news-article-body h2::after,
.editor-styles-wrapper h2::after {
  width: 30%;
  background-color: #000;
}
@media screen and (min-width: 901px) {
  .l-page-contents h2::after,
  .l-news-article-body h2::after,
  .editor-styles-wrapper h2::after {
    width: 70px;
  }
}
.l-page-contents h3,
.l-news-article-body h3,
.editor-styles-wrapper h3 {
  padding-left: 14px;
  font-size: clamp(1.125rem, 1.0802752294rem + 0.1834862385vw, 1.25rem);
  font-weight: bold;
  line-height: 1.8888888889;
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-page-contents h3,
  .l-news-article-body h3,
  .editor-styles-wrapper h3 {
    line-height: 2.6;
  }
}
.l-page-contents h3::before,
.l-news-article-body h3::before,
.editor-styles-wrapper h3::before {
  content: "";
  position: absolute;
  top: clamp(0.5rem, 0.3060344828rem + 0.3448275862vw, 0.625rem);
  left: 0;
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #000;
  border-radius: 3px;
}
@media screen and (max-width: 900px) {
  .l-page-contents h3::before,
  .l-news-article-body h3::before,
  .editor-styles-wrapper h3::before {
    top: clamp(0.875rem, 0.8272058824rem + 0.1960784314vw, 0.9375rem);
  }
}
.l-page-contents h4,
.l-news-article-body h4,
.editor-styles-wrapper h4 {
  font-size: clamp(1.125rem, 1.0802752294rem + 0.1834862385vw, 1.25rem);
  line-height: 2.1111111111;
}
@media screen and (min-width: 901px) {
  .l-page-contents h4,
  .l-news-article-body h4,
  .editor-styles-wrapper h4 {
    line-height: 2.6;
  }
}
.l-page-contents h5,
.l-news-article-body h5,
.editor-styles-wrapper h5 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 3.25;
}
@media screen and (min-width: 901px) {
  .l-page-contents h5,
  .l-news-article-body h5,
  .editor-styles-wrapper h5 {
    line-height: 1.875;
  }
}
.l-page-contents a,
.l-news-article-body a,
.editor-styles-wrapper a {
  text-decoration: none;
  color: #000000;
}
.l-page-contents a:not(.wp-block-other-link, .c-btn a),
.l-news-article-body a:not(.wp-block-other-link, .c-btn a),
.editor-styles-wrapper a:not(.wp-block-other-link, .c-btn a) {
  color: #065FD4;
  border-bottom: 1px solid #065FD4;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .l-page-contents a:not(.wp-block-other-link, .c-btn a):where(:any-link, :enabled, summary):hover,
  .l-news-article-body a:not(.wp-block-other-link, .c-btn a):where(:any-link, :enabled, summary):hover,
  .editor-styles-wrapper a:not(.wp-block-other-link, .c-btn a):where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-page-contents .wp-block-image,
.l-news-article-body .wp-block-image,
.editor-styles-wrapper .wp-block-image {
  margin-top: 60px;
  max-width: 800px;
}
@media screen and (min-width: 901px) {
  .l-page-contents .wp-block-image,
  .l-news-article-body .wp-block-image,
  .editor-styles-wrapper .wp-block-image {
    margin-top: 50px;
  }
}
.l-page-contents .wp-block-image + p,
.l-news-article-body .wp-block-image + p,
.editor-styles-wrapper .wp-block-image + p {
  margin-top: 60px;
}
.l-page-contents .wp-block-column .wp-block-image,
.l-news-article-body .wp-block-column .wp-block-image,
.editor-styles-wrapper .wp-block-column .wp-block-image {
  margin-top: 0;
}
.l-page-contents .wp-block-file__button,
.l-news-article-body .wp-block-file__button,
.editor-styles-wrapper .wp-block-file__button {
  color: #fff !important;
}
.l-page-contents ol li + li, .l-page-contents ul li + li,
.l-news-article-body ol li + li,
.l-news-article-body ul li + li,
.editor-styles-wrapper ol li + li,
.editor-styles-wrapper ul li + li {
  margin-top: 14px;
}
.l-page-contents ol li ol, .l-page-contents ol li ul, .l-page-contents ul li ol, .l-page-contents ul li ul,
.l-news-article-body ol li ol,
.l-news-article-body ol li ul,
.l-news-article-body ul li ol,
.l-news-article-body ul li ul,
.editor-styles-wrapper ol li ol,
.editor-styles-wrapper ol li ul,
.editor-styles-wrapper ul li ol,
.editor-styles-wrapper ul li ul {
  margin-top: 14px;
}
.l-page-contents ol li:not(:last-child) ol li:last-child, .l-page-contents ol li:not(:last-child) ul li:last-child, .l-page-contents ul li:not(:last-child) ol li:last-child, .l-page-contents ul li:not(:last-child) ul li:last-child,
.l-news-article-body ol li:not(:last-child) ol li:last-child,
.l-news-article-body ol li:not(:last-child) ul li:last-child,
.l-news-article-body ul li:not(:last-child) ol li:last-child,
.l-news-article-body ul li:not(:last-child) ul li:last-child,
.editor-styles-wrapper ol li:not(:last-child) ol li:last-child,
.editor-styles-wrapper ol li:not(:last-child) ul li:last-child,
.editor-styles-wrapper ul li:not(:last-child) ol li:last-child,
.editor-styles-wrapper ul li:not(:last-child) ul li:last-child {
  margin-bottom: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
}
.l-page-contents ul,
.l-news-article-body ul,
.editor-styles-wrapper ul {
  margin-top: 20px;
  padding: 0;
  list-style: none !important;
}
.l-page-contents ul > li,
.l-news-article-body ul > li,
.editor-styles-wrapper ul > li {
  position: relative;
  padding-left: 14px;
}
.l-page-contents ul > li::before,
.l-news-article-body ul > li::before,
.editor-styles-wrapper ul > li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (min-width: 901px) {
  .l-page-contents ul > li::before,
  .l-news-article-body ul > li::before,
  .editor-styles-wrapper ul > li::before {
    top: 0.8rem;
  }
}
.l-page-contents ol,
.l-news-article-body ol,
.editor-styles-wrapper ol {
  margin-top: 20px;
  padding: 0;
  counter-reset: number 0;
  list-style: none !important;
}
.l-page-contents ol > li,
.l-news-article-body ol > li,
.editor-styles-wrapper ol > li {
  padding-left: 20px;
  position: relative;
  counter-increment: number 1;
}
.l-page-contents ol > li::before,
.l-news-article-body ol > li::before,
.editor-styles-wrapper ol > li::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
}
.l-page-contents ol > li + li,
.l-news-article-body ol > li + li,
.editor-styles-wrapper ol > li + li {
  margin-top: 10px;
}
.l-page-contents blockquote,
.l-news-article-body blockquote,
.editor-styles-wrapper blockquote {
  padding: clamp(1.5625rem, 0.1077586207rem + 2.5862068966vw, 2.5rem) clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem) clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem) clamp(3.125rem, -3.6637931034rem + 12.0689655172vw, 7.5rem);
  border: 1px solid #000;
  position: relative;
}
.l-page-contents blockquote::before,
.l-news-article-body blockquote::before,
.editor-styles-wrapper blockquote::before {
  content: "";
  position: absolute;
  top: clamp(1.25rem, -1.8534482759rem + 5.5172413793vw, 3.25rem);
  left: clamp(0.875rem, -2.2284482759rem + 5.5172413793vw, 2.875rem);
  width: clamp(1.285625rem, 0.8383772936rem + 1.8348623853vw, 2.535625rem);
  aspect-ratio: 40.57/35.15;
  background: url(../img/common/icon-quote.svg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 900px) {
  .l-page-contents blockquote p,
  .l-news-article-body blockquote p,
  .editor-styles-wrapper blockquote p {
    line-height: 2;
  }
}
.l-page-contents blockquote cite,
.l-news-article-body blockquote cite,
.editor-styles-wrapper blockquote cite {
  margin-top: 20px;
  display: block;
  font-style: normal;
  color: #F7F7F7;
}
.l-page-contents .wp-block-table,
.l-news-article-body .wp-block-table,
.editor-styles-wrapper .wp-block-table {
  overflow-x: auto;
}
.l-page-contents .wp-block-table table,
.l-news-article-body .wp-block-table table,
.editor-styles-wrapper .wp-block-table table {
  min-width: 800px;
}
.l-page-contents .wp-block-table table tr th, .l-page-contents .wp-block-table table tr td,
.l-news-article-body .wp-block-table table tr th,
.l-news-article-body .wp-block-table table tr td,
.editor-styles-wrapper .wp-block-table table tr th,
.editor-styles-wrapper .wp-block-table table tr td {
  padding: 20px;
  text-align: center;
  border: none;
  min-width: 240px;
}
.l-page-contents .wp-block-table table tr th,
.l-news-article-body .wp-block-table table tr th,
.editor-styles-wrapper .wp-block-table table tr th {
  text-align: center;
  color: #fff;
  background-color: #000000;
  border-right: 1px solid #fff;
}
.l-page-contents .wp-block-table table tr th:last-child,
.l-news-article-body .wp-block-table table tr th:last-child,
.editor-styles-wrapper .wp-block-table table tr th:last-child {
  border-right: none;
}
.l-page-contents .wp-block-table table tr td,
.l-news-article-body .wp-block-table table tr td,
.editor-styles-wrapper .wp-block-table table tr td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
}
.l-page-contents .wp-block-table table tr td:last-child,
.l-news-article-body .wp-block-table table tr td:last-child,
.editor-styles-wrapper .wp-block-table table tr td:last-child {
  border-right: none;
}
.l-page-contents .wp-block-columns,
.l-news-article-body .wp-block-columns,
.editor-styles-wrapper .wp-block-columns {
  gap: clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
}
.l-page-contents > .wp-block-gallery.has-nested-images,
.l-news-article-body > .wp-block-gallery.has-nested-images,
.editor-styles-wrapper > .wp-block-gallery.has-nested-images {
  display: grid;
  grid-template-columns: auto;
  gap: 30px;
}
@media screen and (min-width: 601px) {
  .l-page-contents > .wp-block-gallery.has-nested-images,
  .l-news-article-body > .wp-block-gallery.has-nested-images,
  .editor-styles-wrapper > .wp-block-gallery.has-nested-images {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
@media screen and (min-width: 901px) {
  .l-page-contents > .wp-block-gallery.has-nested-images,
  .l-news-article-body > .wp-block-gallery.has-nested-images,
  .editor-styles-wrapper > .wp-block-gallery.has-nested-images {
    gap: 40px;
  }
}
.l-page-contents > .wp-block-gallery.has-nested-images .wp-block-image,
.l-news-article-body > .wp-block-gallery.has-nested-images .wp-block-image,
.editor-styles-wrapper > .wp-block-gallery.has-nested-images .wp-block-image {
  width: auto !important;
}
.l-page-contents .wp-block-other-link,
.l-news-article-body .wp-block-other-link,
.editor-styles-wrapper .wp-block-other-link {
  margin-top: clamp(3.125rem, 0.2155172414rem + 5.1724137931vw, 5rem);
  padding: clamp(1.25rem, 1.0263761468rem + 0.9174311927vw, 1.875rem) clamp(1.25rem, 1.0263761468rem + 0.9174311927vw, 1.875rem);
  display: flex;
  align-items: center;
  gap: 20px clamp(0.75rem, 0.3474770642rem + 1.6513761468vw, 1.875rem);
  border: 2px solid #000;
  color: #000;
  transition: opacity 0.3s;
}
@media screen and (max-width: 900px) {
  .l-page-contents .wp-block-other-link,
  .l-news-article-body .wp-block-other-link,
  .editor-styles-wrapper .wp-block-other-link {
    flex-direction: column;
  }
}
.l-page-contents .wp-block-other-link ._img,
.l-news-article-body .wp-block-other-link ._img,
.editor-styles-wrapper .wp-block-other-link ._img {
  width: clamp(7.5rem, 6.1582568807rem + 5.504587156vw, 11.25rem) !important;
  aspect-ratio: 1;
  overflow: hidden;
}
.l-page-contents .wp-block-other-link ._img img,
.l-news-article-body .wp-block-other-link ._img img,
.editor-styles-wrapper .wp-block-other-link ._img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.l-page-contents .wp-block-other-link ._box,
.l-news-article-body .wp-block-other-link ._box,
.editor-styles-wrapper .wp-block-other-link ._box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  flex: 1;
}
.l-page-contents .wp-block-other-link ._box ._arrow,
.l-news-article-body .wp-block-other-link ._box ._arrow,
.editor-styles-wrapper .wp-block-other-link ._box ._arrow {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
.l-page-contents .wp-block-other-link ._box ._arrow::before,
.l-news-article-body .wp-block-other-link ._box ._arrow::before,
.editor-styles-wrapper .wp-block-other-link ._box ._arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 50%;
  scale: 0;
  transition: scale 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.l-page-contents .wp-block-other-link ._box ._arrow svg,
.l-news-article-body .wp-block-other-link ._box ._arrow svg,
.editor-styles-wrapper .wp-block-other-link ._box ._arrow svg {
  position: relative;
  z-index: 2;
  width: 12px;
}
.l-page-contents .wp-block-other-link ._box ._arrow svg path,
.l-news-article-body .wp-block-other-link ._box ._arrow svg path,
.editor-styles-wrapper .wp-block-other-link ._box ._arrow svg path {
  transition: fill 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.l-page-contents .wp-block-other-link ._box > div,
.l-news-article-body .wp-block-other-link ._box > div,
.editor-styles-wrapper .wp-block-other-link ._box > div {
  flex: 1;
}
.l-page-contents .wp-block-other-link ._box ._tit,
.l-news-article-body .wp-block-other-link ._box ._tit,
.editor-styles-wrapper .wp-block-other-link ._box ._tit {
  padding: 0;
  font-size: clamp(0.875rem, 0.7855504587rem + 0.3669724771vw, 1.125rem);
  font-weight: bold;
}
.l-page-contents .wp-block-other-link ._box ._tex,
.l-news-article-body .wp-block-other-link ._box ._tex,
.editor-styles-wrapper .wp-block-other-link ._box ._tex {
  margin-top: 10px;
  font-size: clamp(0.75rem, 0.7052752294rem + 0.1834862385vw, 0.875rem);
}
.l-page-contents .wp-block-other-link + .wp-block-other-link,
.l-news-article-body .wp-block-other-link + .wp-block-other-link,
.editor-styles-wrapper .wp-block-other-link + .wp-block-other-link {
  margin-top: 20px;
}
.l-page-contents .c-btn a,
.l-news-article-body .c-btn a,
.editor-styles-wrapper .c-btn a {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 1.0263761468rem + 0.9174311927vw, 1.875rem);
  border-radius: 50px;
  text-align: center;
  font-size: clamp(1rem, 0.9552752294rem + 0.1834862385vw, 1.125rem);
  line-height: 1;
}
.l-page-contents .c-btn a ._arrow,
.l-news-article-body .c-btn a ._arrow,
.editor-styles-wrapper .c-btn a ._arrow {
  display: grid;
  place-content: center;
  width: clamp(4.375rem, 4.1513761468rem + 0.9174311927vw, 5rem);
  height: clamp(4.375rem, 4.1513761468rem + 0.9174311927vw, 5rem);
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
.l-page-contents .c-btn a ._arrow::before,
.l-news-article-body .c-btn a ._arrow::before,
.editor-styles-wrapper .c-btn a ._arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 50%;
  scale: 0;
  transition: scale 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.l-page-contents .c-btn a ._arrow svg,
.l-news-article-body .c-btn a ._arrow svg,
.editor-styles-wrapper .c-btn a ._arrow svg {
  position: relative;
  z-index: 2;
}
.l-page-contents .c-btn a ._arrow svg path,
.l-news-article-body .c-btn a ._arrow svg path,
.editor-styles-wrapper .c-btn a ._arrow svg path {
  transition: fill 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
@media screen and (min-width: 601px) {
  .l-news-article-body .wp-block-gallery.has-nested-images,
  .editor-styles-wrapper .wp-block-gallery.has-nested-images {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  }
}

.editor-styles-wrapper .wp-block-post-content {
  max-width: 800px;
}

/*# sourceMappingURL=style.css.map */
