@charset "UTF-8";
/**
* Foundation
* ========================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&family=Oswald:wght@400;700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin: 0;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  font-weight: normal;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  outline: none;
}

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

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  margin: 0;
  padding: 0;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button:focus {
  outline: 0;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --base-font-color: #170E00;
  --color-red: #9A5D4C;
  --color-yellow: #C69813;
  --gutter: 20;
  --gutter-pc: 40;
  --container-width: 1064;
  --inner-width: 700;
  --base-font-size: 15;
}

/********************************
	web font
*********************************/
/********************************
	font icon
*********************************/
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?29167198");
  src: url("../font/fontello.eot?29167198#iefix") format("embedded-opentype"), url("../font/fontello.woff2?29167198") format("woff2"), url("../font/fontello.woff?29167198") format("woff"), url("../font/fontello.ttf?29167198") format("truetype"), url("../font/fontello.svg?29167198#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'fontello';
	  src: url('../font/fontello.svg?29167198#fontello') format('svg');
	}
  }
  */
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-right-dir:before {
  content: "\e800";
}

/* '' */
.icon-line:before {
  content: "\e807";
}

/* '' */
.icon-link-ext:before {
  content: "\f08e";
}

/* '' */
.icon-twitter:before {
  content: "\f099";
}

/* '' */
.icon-facebook:before {
  content: "\f09a";
}

/* '' */
.icon-angle-left:before {
  content: "\f104";
}

/* '' */
.icon-angle-right:before {
  content: "\f105";
}

/* '' */
.icon-instagram:before {
  content: "\f16d";
}

/* '' */
html {
  font-size: 62.5%;
  margin: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  color: var(--base-font-color);
  font-size: min(calc(var(--base-font-size) / 375 * 100vw), calc(var(--base-font-size) * 1px));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  position: relative;
  letter-spacing: 0.08em;
}
body *::-moz-selection {
  background-color: rgba(124, 221, 250, 0.8);
}
body *::selection {
  background-color: rgba(124, 221, 250, 0.8);
}
body *::-moz-selection {
  background-color: rgba(124, 221, 250, 0.8);
}

a {
  text-decoration: underline;
  color: var(--base-font-color);
}
a:hover {
  color: var(--color-red);
  text-decoration: none;
}

ol,
ul {
  list-style-position: inside;
}

/*******************************
*01
*Swiper
*******************************/
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*******************************
*02
*Magnific Popup
*******************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -15px;
  padding: 0;
  width: 30px;
  height: 30px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*******************************
*04
*scroll hint
*******************************/
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/**
* Layout
* ========================== */
/* ----------------------------------------
 l-foot-contact
-----------------------------------------*/
.l-foot-contact {
  padding: min(calc(60 / 375 * 100vw), 100px) 0;
  position: relative;
  z-index: 1;
}
body.slug-fukuoka .l-foot-contact {
  background-color: #C6C6C6;
}
body.slug-youth .l-foot-contact {
  background-color: #A3B3B0;
}
body.slug-corporate-members .l-foot-contact {
  background-color: #ADADAD;
}
body.slug-mentor .l-foot-contact {
  background-color: #404040;
}
body.slug-board-members .l-foot-contact {
  background-color: #ADB699;
}
.l-foot-contact .p-title .main {
  font-size: min(calc(70 / 375 * 100vw), 10rem);
}
.l-foot-contact__inner {
  width: 100%;
  margin-left: auto;
}
.l-foot-contact__inner .logo {
  display: none;
}
.l-foot-contact__inner .button a {
  text-align: left;
}
@media only screen and (min-width: 1023px) {
  .l-foot-contact__inner {
    max-width: 960px;
  }
  .l-foot-contact__inner .button a {
    text-align: right;
  }
  .l-foot-contact__inner .logo {
    display: block;
    margin-left: auto;
    width: 840px;
    margin-top: 40px;
  }
}

/* ----------------------------------------
 l-footer
-----------------------------------------*/
.l-footer {
  width: 100%;
  background: var(--base-font-color);
  color: #fff;
  padding: min(calc(50 / 375 * 100vw), 76px) 0;
  position: relative;
  z-index: 1;
}
.l-footer__inner {
  position: relative;
}
.l-footer__logo {
  width: min(calc(106 / 375 * 100vw), 106px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .l-footer__logo {
    margin-left: 0;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: space-between;
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}
@media only screen and (min-width: 767px) {
  .l-footer__nav {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.l-footer__nav ul {
  list-style: none;
}
.l-footer__nav ul li {
  margin-top: 8px;
}
.l-footer__nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: min(calc(14 / 375 * 100vw), 1.4rem);
  font-weight: 700;
}
.l-footer__info {
  margin-top: 36px;
}
@media only screen and (min-width: 767px) {
  .l-footer__info {
    margin-top: 70px;
  }
}
.l-footer__info .company {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 225px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .l-footer__info .company {
    margin-left: 0;
  }
}
.l-footer__info .company dt {
  font-size: 1.2rem;
}
.l-footer__info .company dd {
  width: 153px;
}
.l-footer__info .privacy {
  margin-top: 16px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .l-footer__info .privacy {
    text-align: left;
  }
}
.l-footer__info .privacy a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}
.l-footer__info .copy {
  margin-top: 16px;
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and (min-width: 767px) {
  .l-footer__info .copy {
    text-align: left;
  }
}

/* ----------------------------------------
 l-header
-----------------------------------------*/
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 calc(var(--gutter) * 1px);
  width: 100%;
  height: min(calc(76 / 375 * 100vw), 76px);
}
@media only screen and (min-width: 767px) {
  .l-header__inner {
    padding: 0 calc(var(--gutter-pc) * 1px);
  }
}
.l-header__logo {
  width: min(calc(106 / 375 * 100vw), 106px);
}
.l-header__sp-menu {
  display: block;
}
.l-header__sp-menu button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__sp-menu .bar {
  display: block;
  width: 25px;
  height: 25px;
}
.l-header__sp-menu .bar img {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .l-header__sp-menu {
    display: none;
  }
}
.l-header__nav {
  display: none;
}
@media only screen and (min-width: 767px) {
  .l-header__nav {
    display: block;
  }
}
.l-header__nav-list {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.l-header__nav-item a,
.l-header__nav-item button {
  text-decoration: none;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: var(--base-font-color);
  padding: 3px 12px 12px 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  position: relative;
  transition: background 0.2s, box-shadow 0.2s;
}
.l-header__nav-item a span,
.l-header__nav-item button span {
  position: relative;
}
.l-header__nav-item a span:before,
.l-header__nav-item button span:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background-image: url(../images/bg02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
}
.l-header__nav-item a:hover span:before,
.l-header__nav-item button:hover span:before {
  width: 100%;
  height: 4px;
  border-radius: 0;
}

/* ----------------------------------------
 l-page-header
-----------------------------------------*/
.l-page-header {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .l-page-header {
    margin-top: 76px;
  }
}
body.slug-fukuoka .l-page-header .p-title .main, body.slug-youth .l-page-header .p-title .main, body.slug-partner .l-page-header .p-title .main, body.slug-mentor .l-page-header .p-title .main {
  font-size: min(calc(68 / 375 * 100vw), 10rem);
}

/*
  main
---------------------------*/
.l-main {
  position: relative;
  overflow: hidden;
  margin-top: 76px;
}
@media only screen and (min-width: 767px) {
  .l-main {
    margin-top: 0;
  }
}
body.slug-fukuoka .l-main {
  background-color: #C6C6C6;
}
body.slug-youth .l-main {
  background-color: #A3B3B0;
}
body.slug-corporate-members .l-main {
  background-color: #ADADAD;
}
body.slug-mentor .l-main {
  background-color: #404040;
}
body.slug-board-members .l-main {
  background-color: #ADB699;
}

/*
  l-frame
---------------------------*/
.l-frame {
  border: 1px solid #ffffff;
  border-radius: 0 min(calc(12 / 375 * 100vw), 30px) min(calc(12 / 375 * 100vw), 30px) 0;
  width: calc(100% - 30px);
  margin-left: -1px;
  padding-top: min(calc(40 / 375 * 100vw), 60px);
  padding-bottom: min(calc(40 / 375 * 100vw), 60px);
  color: #fff;
}
.l-frame--white {
  border-color: #EAE7E7;
  color: var(--base-font-color);
  background-color: #EAE7E7;
}
.l-frame--grey {
  border-color: #8B8B8B;
  background-color: #8B8B8B;
}
.l-frame--pink {
  border-color: #FFE6EB;
  color: var(--base-font-color);
  background-color: #FFE6EB;
}
@media only screen and (min-width: 767px) {
  .l-frame {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    border-radius: min(calc(12 / 375 * 100vw), 30px);
  }
}

/*
  container
---------------------------*/
.l-container {
  width: 100%;
  max-width: calc((var(--container-width) + var(--gutter) * 2) * 1px);
  padding: 0 calc(var(--gutter) * 1px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .l-container {
    max-width: calc((var(--container-width) + var(--gutter-pc) * 2) * 1px);
    padding: 0 calc(var(--gutter-pc) * 1px);
  }
}

/*===========================
  l-column
===========================*/
.l-column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.l-column__item {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .l-column__item {
    width: calc(50% - 10px);
  }
}

/* =======================================
l-side-nav
======================================== */
.l-side-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  transform: translateX(100%);
  transition: transform 0.3s;
  z-index: 1001;
  background-color: rgba(244, 244, 244, 0.9);
  font-family: "DM Sans", "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-side-nav.opened {
  transform: translateX(0);
}
.l-side-nav__close {
  display: block;
  position: absolute;
  z-index: 1012;
  top: 25px;
  right: 20px;
}
.l-side-nav__close button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-side-nav__close .bar {
  display: block;
  width: 25px;
  height: 25px;
}
.l-side-nav__close .bar img {
  width: 100%;
}
.l-side-nav__body {
  width: 100%;
  max-width: 361px;
  height: 100%;
  max-height: 698px;
  overflow: auto;
  padding: 47px 15px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: auto;
  background: #EFEFEF;
  border-radius: 32px;
}
.l-side-nav__body::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #ffffff;
  border-radius: 32px;
}
@media only screen and (min-width: 767px) {
  .l-side-nav__body {
    padding: 50px 60px;
    max-width: 1218px;
    max-height: 561px;
  }
}
.l-side-nav__inner {
  width: 100%;
  max-width: calc(var(--container-width) * 1px);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1023px) {
  .l-side-nav__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: baseline;
    gap: 80px;
  }
}
.l-side-nav__logo {
  display: none;
}
@media only screen and (min-width: 1023px) {
  .l-side-nav__logo {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 234px;
  }
}
.l-side-nav__about {
  width: 100%;
  padding: 28px 23px;
  background-color: #fff;
  border-radius: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1023px) {
  .l-side-nav__about {
    padding: 0;
    background-color: transparent;
    padding-bottom: 40px;
    border-radius: 0;
    border-bottom: 1px solid var(--base-font-color);
    width: 386px;
    justify-content: space-between;
  }
}
.l-side-nav__about .title {
  font-size: min(calc(20 / 375 * 100vw), 3rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-side-nav__about .list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex-direction: column;
}
@media only screen and (min-width: 1023px) {
  .l-side-nav__about .list ul {
    position: relative;
    padding-left: 75px;
    gap: 35px;
  }
  .l-side-nav__about .list ul::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 16px;
    width: 23px;
    height: 1px;
    background-color: var(--base-font-color);
  }
}
.l-side-nav__about .list ul li a {
  font-size: min(calc(15 / 375 * 100vw), 2.1rem);
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
}
.l-side-nav__other {
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .l-side-nav__other {
    flex: 1;
  }
}
.l-side-nav__other .list > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex-direction: column;
}
.l-side-nav__other .list > ul > li {
  display: flex;
  border-bottom: 1px solid var(--base-font-color);
  padding-bottom: 10px;
}
.l-side-nav__other .list > ul > li > a {
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
}
.l-side-nav__other .list > ul > li > a .main {
  font-size: min(calc(20 / 375 * 100vw), 3rem);
  display: block;
  letter-spacing: 0.1em;
}
.l-side-nav__other .list > ul > li > a .sub {
  font-size: min(calc(13 / 375 * 100vw), 1.3rem);
  display: block;
}
.l-side-nav__other .list > ul > li > ul {
  list-style: none;
  padding-left: 56px;
  position: relative;
}
.l-side-nav__other .list > ul > li > ul::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 12px;
  width: 14px;
  height: 1px;
  background-color: var(--base-font-color);
}
@media only screen and (min-width: 1023px) {
  .l-side-nav__other .list > ul > li > ul {
    padding-left: 170px;
  }
  .l-side-nav__other .list > ul > li > ul::before {
    left: 122px;
    top: 13px;
    width: 23px;
  }
}
.l-side-nav__other .list > ul > li > ul > li > a {
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
}

/*---------------------------------------
   l-slide-article
---------------------------------------*/
.l-slide-article {
  position: relative;
}
.l-slide-article__carousel {
  position: relative;
}
.l-slide-article__swiper-wrap {
  display: flex;
  list-style: none;
  transition-timing-function: linear;
}
.l-slide-article .item {
  width: 100%;
  max-width: min( calc( 400 / 375 * 100vw ), 430px );
  flex-shrink: 0;
}
.l-slide-article--banner .item {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-slide-article.not-carousel .l-slide-article__swiper-wrap {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
/*---------------------------------------
   l-column-article
---------------------------------------*/
.l-column-article__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  gap: 30px 0;
}
.l-column-article .item {
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width: 767px) {
  .l-column-article .item {
    width: 33.3333333333%;
  }
}

/* ----------------------------------------
 l-column-article
-----------------------------------------*/
.l-2-row-article__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 54px;
  list-style: none;
}
.l-2-row-article__list .item {
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width: 767px) {
  .l-2-row-article__list .item {
    width: calc(50% - 27px);
  }
}

/*---------------------------------------
   l-member-article
---------------------------------------*/
.l-member-article__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 30px 20px;
}
@media only screen and (min-width: 767px) {
  .l-member-article__list {
    gap: 30px 60px;
  }
}
.l-member-article .item {
  width: calc(50% - 10px);
  flex-shrink: 0;
  list-style: none;
}
@media only screen and (min-width: 767px) {
  .l-member-article .item {
    width: calc(33.3333333333% - 40px);
  }
}
.l-member-article--1-3 .item {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .l-member-article--1-3 .item {
    width: calc(33.3333333333% - 40px);
  }
}
.l-member-article--2 .l-member-article__list {
  justify-content: space-between;
}
.l-member-article--2 .item {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .l-member-article--2 .item {
    width: calc(50% - 45px);
  }
}
.l-member-article--2 .p-article-member {
  padding-bottom: 40px;
}
.l-member-article--2 .p-article-member__img::before {
  transform: rotate(-17deg);
  background-color: #000;
  width: calc(100% + 36px);
  right: -22px;
  top: calc(100% + 2px);
}
@media only screen and (min-width: 767px) {
  .l-member-article--2 .p-article-member__img::before {
    width: calc(100% + 36px);
    right: -29px;
    top: calc(100% + 2px);
  }
}
.l-member-article--2 .p-article-member__img::after {
  background-image: url(../images/area/member-front-layer02.svg);
}

/*---------------------------------------
   l-vertical-article
---------------------------------------*/
.l-vertical-article__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  flex-direction: column;
  list-style: none;
}
.l-vertical-article .item {
  width: 100%;
}

/*---------------------------------------
   l-banner-article
---------------------------------------*/
.l-banner-article__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  gap: 30px 20px;
}
.l-banner-article .item {
  width: auto;
  flex-shrink: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
* Layout
* ========================== */
/* Component ------------ */
/*===========================
  Component
===========================*/
/*
  c-img-cover
---------------------------*/
.c-img-cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-img-cover:before {
  content: "";
  display: block;
}
.c-img-cover img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
  c-img--fill
--------------------------*/
.c-img--fill {
  display: block;
  margin-left: calc(-1px * var(--gutter));
  width: 100vw;
}
.c-img--fill img {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .c-img--fill--sm {
    width: 100%;
    margin-left: 0;
  }
}

/*
  c-content
--------------------------*/
.c-content {
  padding-top: min(calc(40 / 375 * 100vw), 40px);
  padding-bottom: min(calc(40 / 375 * 100vw), 40px);
}
@media only screen and (min-width: 767px) {
  .c-content {
    padding-top: min(calc(80 / 1366 * 100vw), 80px);
    padding-bottom: min(calc(80 / 1366 * 100vw), 80px);
  }
}

/*
  c-slide-down
--------------------------*/
.c-slide-down {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 0;
}
.c-slide-down.show {
  max-height: 1000px;
}

/*
  c-list
--------------------------*/
.c-list {
  list-style-position: outside;
  padding-left: 1em;
}

/*
  c-hv-op
--------------------------*/
.c-hover-opacity {
  transition: 0.3s;
  opacity: 1;
}
.c-hover-opacity:hover {
  opacity: 0.7;
}

/*
  c-hv-color
--------------------------*/
.c-hover-color {
  transition: 0.3s;
  color: var(--base-font-coor);
  text-decoration: none;
}
.c-hover-color:hover {
  color: var(--color-red);
}

/*
  c-fadein
--------------------------*/
.c-fadein {
  transition: 0.5s ease-out;
  opacity: 0;
  transform: translateY(10px);
}
.c-fadein.scrolled {
  opacity: 1;
  transform: translateY(0);
}

/*
  c-form
--------------------------*/
.c-form {
  /* Edge */
  /* IE11 & IE10 */
  /*select*/
}
.c-form input::-moz-placeholder, .c-form textarea::-moz-placeholder {
  color: #999999;
}
.c-form input::placeholder,
.c-form textarea::placeholder {
  color: #999999;
}
.c-form input::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder {
  color: #999999;
}
.c-form input:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder {
  color: #999999;
}
.c-form ::-ms-expand {
  display: none;
}
.c-form input,
.c-form textarea {
  border: 0;
  margin: 0;
  max-width: 100%;
  padding: 8px 16px;
  font-size: calc(16 / var(--base-font-size) * 100%);
  vertical-align: middle;
  color: var(--base-font-color);
  background-color: #fff;
  border: 1px solid var(--base-font-color);
}
.c-form input:focus,
.c-form textarea:focus {
  outline: none;
}
.c-form textarea {
  width: 100%;
}
.c-form input[type=text],
.c-form input[type=search],
.c-form input[type=email] {
  width: 100%;
  height: 50px;
}
.c-form input[type=search] {
  padding-left: 60px;
}
.c-form .mwform-tel-field input,
.c-form .mwform-zip-field input {
  width: 5em;
}
.c-form__search {
  position: relative;
  width: 100%;
}
.c-form__search button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: calc(20 / var(--base-font-size) * 100%);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.c-form select {
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  padding: 10px 16px;
  padding-right: 40px;
  width: 16em;
  color: var(--base-font-color);
}
.c-form span.select_label {
  display: inline-block;
  border: 0;
  margin: 0;
  max-width: 100%;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid var(--base-font-color);
  position: relative;
}
.c-form span.select_label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 5px solid transparent;
  border-top: 7px solid var(--base-font-color);
}
.c-form label {
  margin: 0 10px 0 2px;
  font-weight: normal;
}
.c-form label input[type=checkbox], .c-form label input[type=radio] {
  margin: 0 5px 0 0;
}
.c-form input[type=file] {
  line-height: 1;
}
.c-form__btn {
  margin-top: 25px;
  text-align: center;
}
.c-form__btn input {
  cursor: pointer;
  font-weight: normal;
  padding: 20px 30px;
  line-height: 1;
  font-size: min(calc(18 / 375 * 100vw), 18px);
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
  transition: 0.3s;
  border-radius: 30px;
}
.c-form__btn input:active, .c-form__btn input:hover {
  background-color: var(--base-font-color);
  color: #fff;
}

/*
  c-form layout & style
--------------------------*/
.c-form__item {
  zoom: 1;
  margin-top: 20px;
}
.c-form__item-title {
  font-weight: 700;
  background-color: #EFE2BD;
  padding: 15px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.c-form__item-content {
  padding-top: 10px;
  overflow: hidden;
  zoom: 1;
}
.c-form__item-field {
  margin-top: 1rem;
}
.c-form__item-field:first-child {
  margin-top: 0;
}
.c-form__item-require {
  display: inline-block;
  font-size: min(calc(12 / 375 * 100vw), 12px);
  vertical-align: top;
  color: #ffffff;
  background-color: #A72400;
  padding: 2px 5px;
}
.c-form__item-note {
  font-size: 85%;
  margin: 1rem 0;
  font-weight: normal;
}
.c-form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1;
  /**
         * エラーメッセージ
         */
}
.c-form .mwform-errors .mwform-error {
  float: left;
  margin: 0 10px 0 0;
}
.c-form .mwform-errors .mwform-error span {
  background-color: #F7CCE6;
  border: #ee4d89 solid 1px;
  border-radius: 3px;
  color: #EE4D89;
  display: inline-block;
  font-size: 85%;
  padding: 5px 6px 5px;
  line-height: 1;
}
.c-form .cancel-policy {
  margin-top: 30px;
  border: 1px solid #000;
  padding: 15px;
  height: 400px;
  overflow: auto;
  overflow-wrap: break-all;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}
/*--------------------------------
------お問い合わせフォーム---------- （旧テーマのフォーム）
--------------------------------*/
:root {
  --primary: #3B60C1;
}

.section-contact {
  background-color: #fff;
  margin-top: -80px;
}

.footer02 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
}

.form-wrapper {
  padding-left: 5%;
}

.form-l {
  padding-top: 160px;
  width: 36.8%;
}

.form-txt {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #DFDFDF;
}

.form-txt h3 {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: normal;
}

.form-img {
  padding-top: 60px;
}

.form-r {
  padding: 160px 60px 120px;
  width: 57.89%;
  background-color: #F4F4F5;
}

.form {
  padding: 60px;
  background-color: #fff;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.05);
}

.form-defTtl {
  line-height: 160%;
  letter-spacing: normal;
  font-weight: 600;
  padding-bottom: 10px;
}

.colorRed {
  padding-left: 6px;
  color: #E60012;
}

.form-defList:not(:last-of-type) {
  padding-bottom: 26px;
}

.formInput,
.textarea {
  padding: 20px;
  background: #fff;
  border: solid 1px #DFDFDF;
  width: 100%;
  border-radius: 5px;
}

textarea {
  height: 180px;
}

.submit {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
  padding: 24px 0;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  border: 1px solid var(--primary);
  transition: 0.3s;
  background-color: var(--primary);
}

.submit:hover {
  background: #fff;
  color: var(--primary);
}

.form-btnWrap p {
  font-size: 14px;
  padding-top: 30px;
}

.form-btnWrap p a {
  text-decoration: underline;
}

.wpcf7-spinner,
.wpcf7-response-output {
  display: none;
}

.form-btn > p {
  padding-top: 0;
}

.form-tel {
  padding: 30px 60px;
  background-color: #F4F4F4;
  border-radius: 10px;
}

.form-tel h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: normal;
}

.form-tel > p {
  font-size: 14px;
  padding-top: 4px;
  letter-spacing: normal;
}

.tel-num {
  justify-content: center;
  padding-top: 10px;
}

.tel-icon {
  width: 34px;
  height: 34px;
}

.tel-icon svg {
  width: 100%;
  height: 100%;
}

.tel-num a {
  display: block;
  font-weight: 600;
  margin-left: 10px;
  font-size: 2.4rem;
  line-height: 160%;
  letter-spacing: 0.02em;
}

.form-arrow {
  position: relative;
}

.form-arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.svg);
}

@media screen and (max-width: 768px) {
  .section-contact {
    margin-top: 20px;
  }
  .form-wrapper {
    padding-left: 0;
  }
  .form-l {
    padding-top: 40px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .form-txt {
    padding-top: 40px;
    margin-top: 40px;
  }
  .form-txt h3 {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .form-img {
    padding-top: 40px;
  }
  .form-r {
    margin-top: 40px;
    padding: 60px 20px 80px;
    width: 100%;
  }
  .form {
    padding: 30px 20px;
  }
  .form-defTtl {
    line-height: 160%;
    letter-spacing: normal;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .form-defList:not(:last-of-type) {
    padding-bottom: 20px;
  }
  .submit {
    padding: 20px 0;
    font-size: 14px;
  }
  .form-tel {
    padding: 20px;
  }
  .form-tel h4 {
    font-size: 18px;
  }
  .form-tel > p {
    font-size: 12px;
  }
  .tel-icon {
    width: 28px;
    height: 28px;
  }
  .tel-num a {
    font-size: 24px;
  }
}
/*---------------------
------送信完了----------
---------------------*/
.thanks {
  padding: 240px 0 100px;
}

.thanksTtl {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 55px;
}

.notfound {
  font-weight: bold;
  font-size: 28px;
}

.btn-404 {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .thanks {
    padding: 200px 0 60px;
  }
  .thanksTtl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
/* Project ------------ */
/*===========================
  project
===========================*/
/* ----------------------------------------
 title
-----------------------------------------*/
/*p-title
***************************/
.p-title {
  position: relative;
  margin-bottom: min(calc(20 / 375 * 100vw), 40px);
}
.p-title--white {
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .p-title::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: var(--base-font-color);
    position: absolute;
    left: calc(-100vw - 50px);
    bottom: 15px;
    transform: translateY(-50%);
  }
  .p-title--white::before {
    background-color: #fff;
  }
  .p-title--border-long-black::before {
    background-color: var(--base-font-color);
  }
}
.p-title .main {
  font-size: min(calc(83 / 375 * 100vw), 10rem);
  font-weight: 900;
  line-height: 1;
  background-image: url(../images/bg01.png);
  background-size: 200% 200%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "DM Sans", sans-serif;
}
body.archive-interview .p-title .main {
  font-size: min(calc(58 / 375 * 100vw), 10rem);
}
body.posttype-interview .p-title .main {
  font-size: min(calc(58 / 375 * 100vw), 10rem);
}
.p-title .sub {
  display: block;
  font-style: italic;
  font-size: min(calc(17 / 375 * 100vw), 1.7rem);
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .p-title .sub::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: var(--base-font-color);
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-title .sub::after {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: var(--base-font-color);
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-title--white .sub::before {
  background-color: #fff;
}
.p-title--white .sub::after {
  background-color: #fff;
}

/* ----------------------------------------
 button
-----------------------------------------*/
/*p-button
***************************/
.p-button {
  display: flex;
  justify-content: flex-end;
}
.p-button--center {
  justify-content: center;
}
.p-button--left {
  justify-content: flex-start;
}
.p-button a,
.p-button button {
  position: relative;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-decoration: none;
  min-height: 56px;
  display: flex;
  align-items: center;
  text-align: right;
  line-height: 1.5;
  font-size: min(calc(15 / 375 * 100vw), 1.5rem);
  padding-right: 40px;
  color: var(--base-font-color);
}
.p-button a span,
.p-button button span {
  transition: 0.2s;
}
.p-button a .arrow,
.p-button button .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid currentColor;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s;
}
.p-button a .arrow svg,
.p-button button .arrow svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: 0.2s;
}
.p-button a:hover span,
.p-button button:hover span {
  opacity: 0.6;
}
.p-button a:hover .arrow,
.p-button button:hover .arrow {
  width: 56px;
  height: 56px;
  right: -4px;
}
.p-button a:hover .arrow svg,
.p-button button:hover .arrow svg {
  transform: scale(1.5);
}
.p-button a b,
.p-button button b {
  font-weight: 900;
  display: contents;
}
.p-button--white a,
.p-button--white button {
  color: #fff;
}

/*p-more-button
***************************/
.p-more-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.p-more-button button {
  position: relative;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  font-size: min(calc(15 / 375 * 100vw), 1.5rem);
  color: var(--base-font-color);
}
.p-more-button button svg {
  width: 17px;
  height: 9px;
  fill: var(--base-font-color);
}

/*p-numbered-buttons
***************************/
.p-numbered-buttons {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.p-numbered-buttons--3 {
  justify-content: flex-start;
}
@media only screen and (min-width: 767px) {
  .p-numbered-buttons--3 li {
    width: calc(33.333333% - 15px) !important;
  }
}
.p-numbered-buttons li {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .p-numbered-buttons li {
    width: calc(50% - 20px);
  }
}
.p-numbered-buttons li a {
  display: block;
  width: 100%;
  height: min(calc(50 / 375 * 100vw), 80px);
  color: #fff;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 10px;
  padding-left: 0;
  text-decoration: none;
}
@media only screen and (min-width: 767px) {
  .p-numbered-buttons li a {
    padding: 10px 20px;
    padding-left: 0;
  }
}
.p-numbered-buttons li a::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-numbered-buttons li a::before {
    width: calc(100% - 50px);
  }
}
.p-numbered-buttons li a:hover::before {
  background-color: rgba(174, 173, 173, 0.53);
}
.p-numbered-buttons li a .num {
  font-family: "DM Sans", sans-serif;
  font-style: italic;
  font-size: min(calc(13 / 375 * 100vw), 1.8rem);
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .p-numbered-buttons li a .num {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
  }
}
.p-numbered-buttons li a .text {
  display: block;
  font-size: min(calc(18 / 375 * 100vw), 2.7rem);
  font-weight: 900;
  width: 100%;
  padding-right: 30px;
  position: relative;
}
.p-numbered-buttons li a .text::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
}
.p-numbered-buttons--reverse li a::before {
  background-color: rgba(174, 173, 173, 0.53);
}
.p-numbered-buttons--reverse li a:hover::before {
  background-color: transparent;
}

/* ----------------------------------------
 article
-----------------------------------------*/
/*p-article-area
***************************/
.p-article-area {
  width: 100%;
}
.p-article-area .title {
  font-size: min(calc(16 / 375 * 100vw), 2.4rem);
  font-weight: 700;
}
.p-article-area .inner {
  border-right: 1px solid var(--base-font-color);
  border-bottom: 1px solid var(--base-font-color);
  padding: 0 15px 15px 0;
}
.p-article-area .thumb {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 5px;
  position: relative;
}
.p-article-area .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: min(calc(8 / 375 * 100vw), 12px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.p-article-area .thumb .supply {
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #ABABAB;
  font-size: 1.1rem;
}
.p-article-area .button {
  margin-top: 10px;
}
.p-article-area--white {
  color: #fff;
}
.p-article-area--white .inner {
  border-color: #fff;
}
.p-article-area--white .button a {
  color: #fff;
}
.p-article-area--disabled .button {
  opacity: 0;
  pointer-events: none;
}

/*p-article-interview
***************************/
.p-article-interview {
  position: relative;
  padding: 0 20px 20px 0;
}
.p-article-interview::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #1F1F1F;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-article-interview::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #1F1F1F;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-article-interview__anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.p-article-interview__img {
  position: relative;
  overflow: hidden;
  border-radius: min(calc(8 / 375 * 100vw), 12px);
  aspect-ratio: 479/314;
}
.p-article-interview__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article-interview__img .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: min(calc(8 / 375 * 100vw), 8px) min(calc(12 / 375 * 100vw), 12px);
}
.p-article-interview__img .caption span {
  font-size: min(calc(20 / 375 * 100vw), 2.8rem);
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
  height: 4.2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.p-article-interview__title {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 10px;
}
.p-article-interview--slide .p-article-interview__img {
  aspect-ratio: 412/469;
}
.p-article-interview--slide .p-article-interview__img .caption {
  width: 90%;
  font-size: 3rem;
  padding: 10px 15px;
}

/*p-article-news
***************************/
.p-article-news {
  position: relative;
  padding: 0 0 min(calc(10 / 375 * 100vw), 20px) min(calc(10 / 375 * 100vw), 20px);
  height: 100%;
}
.p-article-news::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #1F1F1F;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-article-news::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1F1F1F;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-article-news__anchor {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-article-news__img {
  aspect-ratio: 337/190;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.p-article-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article-news__info {
  margin-top: 10px;
  padding-right: min(calc(10 / 375 * 100vw), 20px);
  width: 100%;
}
.p-article-news__info .date {
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  font-weight: 300;
}
.p-article-news__info .category {
  margin-top: 5px;
}
.p-article-news__info .tag {
  margin-top: 5px;
}
.p-article-news__info .title {
  margin-top: 5px;
  font-size: 1.7rem;
  line-height: 1.333333;
  height: 2.666666em;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*p-article-event
***************************/
.p-article-event {
  position: relative;
  padding: min(calc(10 / 375 * 100vw), 30px);
  padding-bottom: min(calc(20 / 375 * 100vw), 30px);
}
.p-article-event::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  border-top: 1px solid #1F1F1F;
  border-right: 1px solid #1F1F1F;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 767px) {
  .p-article-event::before {
    width: 40%;
    height: 100%;
  }
}
.p-article-event::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #1F1F1F;
  border-left: 1px solid #1F1F1F;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 767px) {
  .p-article-event::after {
    width: 40%;
    height: 100%;
  }
}
.p-article-event__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.p-article-event__img {
  aspect-ratio: 330/161;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
@media only screen and (min-width: 767px) {
  .p-article-event__img {
    width: 420px;
  }
}
.p-article-event__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article-event__info {
  margin-top: 10px;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .p-article-event__info {
    flex: 1;
    padding-left: 36px;
  }
}
.p-article-event__info .date {
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  font-weight: 700;
  font-size: min(calc(23 / 375 * 100vw), 2.5rem);
}
.p-article-event__info .date span {
  display: inline-block;
  margin-left: min(calc(20 / 375 * 100vw), 50px);
}
.p-article-event__info .category {
  margin-top: 5px;
}
.p-article-event__info .button {
  margin-top: 5px;
}
.p-article-event__info .title {
  margin-top: 5px;
  font-size: min(calc(17 / 375 * 100vw), 2.3rem);
  line-height: 1.333333;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*p-article-member
***************************/
.p-article-member {
  width: 100%;
}
.l-member-article .p-article-member {
  max-width: 299px;
  margin: 0 auto;
}
.l-member-article--2 .p-article-member {
  max-width: 100%;
}
.p-article-member__copy {
  display: none;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: auto;
  padding: min(calc(5 / 375 * 100vw), 10px) min(calc(10 / 375 * 100vw), 15px);
  border-radius: min(calc(4 / 375 * 100vw), 12px);
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 5px;
  color: #45635E;
  font-weight: 700;
}
@media only screen and (min-width: 767px) {
  .p-article-member__copy {
    display: none;
  }
}
.p-article-member__copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: min(calc(13 / 375 * 100vw), 1.5rem);
}
.p-article-member__img {
  position: relative;
}
.p-article-member__img::before {
  content: "";
  display: block;
  width: calc(100% + 26px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 3px);
  right: -17px;
  transform: rotate(-17.5deg);
  transform-origin: left top;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 767px) {
  .p-article-member__img::before {
    width: calc(100% + 30px);
    right: -23px;
  }
}
.p-article-member__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/area/member-front-layer.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.p-article-member__img svg {
  width: 100%;
  display: block;
  position: relative;
}
.p-article-member__img svg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article-member__text {
  position: relative;
  z-index: 1;
  margin-top: -20%;
}
.p-article-member__text .copy {
  display: none;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: auto;
  padding: min(calc(5 / 375 * 100vw), 10px) min(calc(10 / 375 * 100vw), 15px);
  border-radius: min(calc(4 / 375 * 100vw), 12px);
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 5px;
  color: #45635E;
  font-weight: 700;
}
@media only screen and (min-width: 767px) {
  .p-article-member__text .copy {
    display: block;
  }
}
.p-article-member__text .copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: min(calc(13 / 375 * 100vw), 1.5rem);
}
.p-article-member__text .info {
  position: relative;
  z-index: 1;
  text-align: right;
  line-height: 1.5;
}
.p-article-member__text .info dt {
  font-size: min(calc(16 / 375 * 100vw), 1.9rem);
  font-weight: 700;
}
.p-article-member__text .info dd {
  font-size: min(calc(10 / 375 * 100vw), 1.3rem);
  color: #ffffff;
}
.p-article-member--black .info dt {
  color: #ffffff;
}

/*p-banner
***************************/
.p-banner {
  margin: 0 10px;
}
.p-banner img {
  max-width: 210px;
  max-height: 120px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-banner figure.wp-block-image {
  display: contents;
}

/* ----------------------------------------
 タクソノミー
-----------------------------------------*/
/* ----------------------------------------
 p-category
---------------------------------------*/
.p-categories {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.p-categories li span,
.p-categories li a {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 22px;
  background: linear-gradient(to right, #bfa1a8 0%, #bebebe 100%);
  color: #fff;
  font-size: 1rem;
  border-radius: 11px;
}
.p-categories--event li span,
.p-categories--event li a {
  font-size: 1.375rem;
  -webkit-background-clip: text;
  border-radius: 14px;
  color: transparent;
  height: 27px;
  padding: 0 15px;
  position: relative;
  border-radius: 14px;
  z-index: 1;
}
.p-categories--event li span::before,
.p-categories--event li a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(to right, #bfa1a8 0%, #bebebe 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

/* ----------------------------------------
 p-tag
---------------------------------------*/
.p-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.p-tags li span,
.p-tags li a {
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1;
  color: #917C81;
}

/* ----------------------------------------
 program
-----------------------------------------*/
.p-program {
  position: relative;
}
@media only screen and (min-width: 767px) {
  .p-program::before {
    content: "";
    display: block;
    width: calc(100% - 65px);
    height: calc(100% - 65px);
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: min(calc(15 / 375 * 100vw), 40px);
  }
  .p-program--black {
    color: #fff;
  }
  .p-program--black::before {
    background-color: #000;
  }
  .p-program--black .p-button a,
  .p-program--black .p-button button {
    color: #fff;
  }
}
.p-program__img {
  position: relative;
  z-index: 1;
  width: calc(100% + 30px);
  margin-right: -30px;
  overflow: hidden;
  border-radius: min(calc(15 / 375 * 100vw), 40px);
  box-shadow: -10px 10px 0px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 767px) {
  .p-program__img {
    width: calc(100% - 150px);
    margin-right: 0;
    margin-left: auto;
    box-shadow: none;
  }
}
.p-program__text {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.p-program__text .line {
  display: block;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .p-program__text {
    padding-bottom: 30px;
    margin-left: 90px;
    padding-right: 90px;
  }
  .p-program__text .line {
    margin-right: 0;
  }
}

/*---------------------------------------
   p-modal
---------------------------------------*/
.js-modal-open {
  cursor: pointer;
}

.p-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.9);
}
.p-modal--green {
  background-color: rgba(156, 180, 176, 0.9);
}
.p-modal--grey {
  background-color: rgba(174, 173, 173, 0.9);
}
.p-modal--dark-green {
  background-color: rgba(169, 183, 153, 0.9);
}
.p-modal--black {
  background-color: rgba(64, 64, 64, 0.9);
  color: #ffffff;
}
.p-modal--black .copy {
  color: #ffffff !important;
}
.p-modal__bg {
  z-index: 9997;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.p-modal__bg span {
  position: absolute;
  top: 30px;
  left: 15px;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
}
.p-modal__bg span:nth-of-type(1) {
  transform: rotate(45deg);
}
.p-modal__bg span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.p-modal__content {
  z-index: 9998;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  width: calc(100% - 40px);
  max-width: 916px;
  overflow-y: scroll;
}
.p-modal__close {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 31px;
  height: 31px;
  cursor: pointer;
}
.p-modal__close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.p-modal__close span:nth-of-type(1) {
  top: 0;
  transform: translateY(15px) rotate(-315deg);
}
.p-modal__close span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-15px) rotate(315deg);
}
.p-modal__content-inner {
  display: flex;
  flex-wrap: wrap;
}
.p-modal__content-body {
  background-color: #EFE2BD;
  padding: 15px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .p-modal__content-body {
    width: 45%;
  }
}

/* ----------------------------------------
 detaile
-----------------------------------------*/
/*p-member-detaile
***************************/
.p-member-detaile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.p-member-detaile__left {
  width: 100%;
  max-width: 299px;
}
.p-member-detaile__left-img {
  position: relative;
}
.p-member-detaile__left-img::before {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 3px);
  right: -23px;
  transform: rotate(-17.5deg);
  transform-origin: left top;
  z-index: 1;
  pointer-events: none;
}
.p-member-detaile__left-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/area/member-front-layer.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.p-member-detaile__left-img svg {
  width: 100%;
  display: block;
  position: relative;
}
.p-member-detaile__left-img svg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-member-detaile__right {
  width: 100%;
  flex: 1;
  font-size: 1.7rem;
}
.p-member-detaile__right .copy {
  margin-bottom: 10px;
  color: #45635E;
  font-weight: 700;
}
.p-modal--grey .p-member-detaile__right .copy {
  color: #5B5B5B;
}
.p-modal--dark-green .p-member-detaile__right .copy {
  color: #58624D;
}
.p-member-detaile__right .info {
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
.p-member-detaile__right .info dt {
  font-size: 1.9rem;
  font-weight: 700;
}
.p-member-detaile__right .info dd {
  font-size: 1.3rem;
  color: #ffffff;
}
.p-member-detaile__right .text {
  margin-top: 10px;
}

/*
  p-pager
---------------------------*/
.p-pager {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: min(calc(40 / 375 * 100vw), 70px);
}
.p-pager__prev, .p-pager__next {
  width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 767px) {
  .p-pager__prev, .p-pager__next {
    width: calc(50% - 20px);
  }
}
.p-pager__prev .description, .p-pager__next .description {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: min(calc(13 / 375 * 100vw), 16px);
}
.p-pager__prev a, .p-pager__next a {
  display: flex;
  width: 100%;
  height: 70px;
  align-items: center;
  font-size: min(calc(13 / 375 * 100vw), 18px);
  color: var(--base-font-color);
  font-weight: 700;
  padding: 10px 20px;
  line-height: 1.4;
  border: 1px solid var(--base-font-color);
  text-decoration: none;
}
.p-pager__prev a .title, .p-pager__next a .title {
  display: block;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-pager__prev {
  margin-right: auto;
}
.p-pager__prev a {
  border-radius: 12px 0 12px 0;
}
.p-pager__next {
  margin-left: auto;
}
.p-pager__next a {
  border-radius: 0 12px 0 12px;
}

/*
  p-share-btn
---------------------------*/
/*
  p-share-btn
---------------------------*/
.p-share-btn {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-left: min(calc(40 / 375 * 100vw), 40px);
  margin-right: min(calc(40 / 375 * 100vw), 40px);
}
.p-share-btn__list {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-share-btn__list li {
  width: 33.3333%;
  padding-left: min(calc(10 / 375 * 100vw), 10px);
  padding-right: min(calc(10 / 375 * 100vw), 10px);
  margin-top: min(calc(10 / 375 * 100vw), 10px);
}
.p-share-btn__list li a {
  display: block;
  height: 30px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 30px;
  transition: opacity 0.3s;
  color: #ffffff;
  text-decoration: none;
}
.p-share-btn__list li a.hover {
  opacity: 0.8;
}
.p-share-btn__list li.fb a {
  background-color: #3C5A99;
}
.p-share-btn__list li.tw a {
  background-color: #000000;
}
.p-share-btn__list li.line a {
  background-color: #00B900;
}
.p-share-btn__list li.hatebu a {
  background-color: #00A4DE;
}
.p-share-btn__list li.pocket a {
  background-color: #ee4056;
}
@media only screen and (min-width: 767px) {
  .p-share-btn {
    margin-top: min(calc(40 / 375 * 100vw), 40px);
  }
  .p-share-btn__list li {
    flex: 1;
  }
  .p-share-btn__list li a {
    height: 40px;
    line-height: 40px;
  }
}

/* page ------------ */
/*
  indexPage-op
---------------------------*/
.indexPage-op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #ffffff;
}
.indexPage-op video {
  width: 100%;
  height: 100%;
  -o-object-position: 46% 50%;
     object-position: 46% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
  indexPage-firstview
---------------------------*/
.indexPage-firstview {
  padding: 0 0 min(calc(60 / 375 * 100vw), 100px) 0;
}
.indexPage-firstview__top {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media only screen and (min-width: 767px) {
  .indexPage-firstview__top {
    min-height: 747px;
  }
}
.indexPage-firstview__top picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.indexPage-firstview__top picture img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1794px;
  max-height: 996px;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexPage-firstview__top .title {
  position: relative;
  z-index: 1;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: min(calc(20 / 375 * 100vw), 2rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: 0.2s;
}
@media only screen and (min-width: 1023px) {
  .indexPage-firstview__top .title {
    writing-mode: horizontal-tb;
    text-orientation: normal;
    display: block;
    text-align: left;
    margin-top: 60px;
    letter-spacing: 1.5em;
  }
}
.indexPage-firstview__top-mv {
  position: absolute;
  mix-blend-mode: soft-light;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.indexPage-firstview__top-mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexPage-firstview__bottom {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
@media only screen and (min-width: 1023px) {
  .indexPage-firstview__bottom {
    margin-top: -80px;
  }
}
.indexPage-firstview__bottom .flag {
  width: 1584px;
  transform: rotate(-8deg) translate(-50%, 0);
  position: absolute;
  top: -120px;
  left: 50%;
  margin-left: -460px;
  z-index: 0;
}
@media only screen and (min-width: 1023px) {
  .indexPage-firstview__bottom .flag {
    width: 1794px;
    top: -260px;
    margin-left: -640px;
  }
}
.indexPage-firstview__bottom .text {
  position: relative;
  z-index: 1;
  font-size: min(calc(18 / 375 * 100vw), 2.3rem);
  font-weight: 700;
  line-height: 2;
  text-align: right;
}
.indexPage-firstview__bottom .close {
  position: relative;
  z-index: 1;
  font-size: min(calc(23 / 375 * 100vw), 3rem);
  font-weight: 900;
  margin-top: 2em;
  text-align: right;
}

/* ----------------------------------------
 indexPage-about
-----------------------------------------*/
.indexPage-about {
  position: relative;
  padding: min(calc(60 / 375 * 100vw), 142px) 0;
  z-index: 1;
}
.indexPage-about .l-container {
  position: relative;
  z-index: 1;
}
.indexPage-about__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 30%;
  width: 870px;
}
@media only screen and (min-width: 767px) {
  .indexPage-about__bg {
    width: 1140px;
  }
}
.indexPage-about__bg.fixed {
  position: fixed;
}
.indexPage-about__title {
  font-size: min(calc(30 / 375 * 100vw), 3rem);
  font-weight: 900;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: min(calc(40 / 375 * 100vw), 76px);
}
.indexPage-about__title .logo {
  width: min(calc(277 / 375 * 100vw), 499px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .indexPage-about__title .logo {
    margin-right: 0;
  }
}
.indexPage-about .text {
  position: relative;
  z-index: 1;
  font-size: min(calc(18 / 375 * 100vw), 2.3rem);
  font-weight: 700;
  line-height: 2;
}
.indexPage-about .close {
  position: relative;
  z-index: 1;
  font-size: min(calc(22 / 375 * 100vw), 2.3rem);
  font-weight: 900;
  margin-top: 2em;
}
.indexPage-about__key {
  padding: min(calc(60 / 375 * 100vw), 142px) 0 0 0;
}
.indexPage-about__key__title {
  font-size: min(calc(25 / 375 * 100vw), 3rem);
  padding-bottom: 6px;
  font-weight: 900;
  line-height: 1.5;
  border-bottom: 4px solid var(--base-font-color);
}
.indexPage-about__key__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.indexPage-about__key__list-item {
  width: 100%;
}
.indexPage-about__key__list-item dl {
  border-bottom: 1px solid var(--base-font-color);
  padding-bottom: 20px;
  padding-top: 130px;
  background-repeat: no-repeat;
}
.indexPage-about__key__list-item.item01 dl {
  background-image: url(../images/index/action01.png);
  background-size: 358px 153px;
  background-position: 100% 10px;
}
.indexPage-about__key__list-item.item02 dl {
  background-image: url(../images/index/action02.png);
  background-size: 172px 230px;
  background-position: 100% 10px;
}
.indexPage-about__key__list-item.item03 dl {
  background-image: url(../images/index/action03.png);
  background-size: 185px 109px;
  background-position: 100% 10px;
}
.indexPage-about__key__list-item.item04 dl {
  background-image: url(../images/index/action04.png);
  background-size: 225px 153px;
  background-position: 100% 10px;
}
.indexPage-about__key__list-item dt {
  font-size: min(calc(30 / 375 * 100vw), 3rem);
  font-weight: 900;
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 20px;
}
.indexPage-about__key__list-item dd {
  letter-spacing: 0.08em;
}
.indexPage-about__key__list-item dd .strong {
  font-weight: 900;
  font-size: 1.8rem;
}
.indexPage-about__key__list-item dd .small {
  display: block;
  font-size: min(calc(10 / 375 * 100vw), 1rem);
  color: #A2937C;
  line-height: 1.1;
  margin-top: 1em;
}
@media only screen and (min-width: 1023px) {
  .indexPage-about__key__list-item.item01 dl {
    background-image: url(../images/index/action01.png);
    background-size: 545px 232px;
    background-position: 100% 20px;
  }
  .indexPage-about__key__list-item.item02 {
    width: calc(50% - 40px);
  }
  .indexPage-about__key__list-item.item02 dl {
    background-position: 100% 20px;
  }
  .indexPage-about__key__list-item.item03 {
    width: calc(50% - 40px);
  }
  .indexPage-about__key__list-item.item03 dl {
    background-size: 213px 125px;
    background-position: 100% 20px;
  }
  .indexPage-about__key__list-item.item04 dl {
    background-size: 338px 262px;
    background-position: 100% 0;
  }
  .indexPage-about__key__list-item dt {
    font-size: min(calc(30 / 375 * 100vw), 3rem);
    font-weight: 900;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 20px;
  }
  .indexPage-about__key__list-item dd {
    letter-spacing: 0.08em;
  }
  .indexPage-about__key__list-item dd .strong {
    font-weight: 900;
    font-size: 1.8rem;
  }
  .indexPage-about__key__list-item dd .small {
    display: block;
    font-size: min(calc(10 / 375 * 100vw), 1rem);
    color: #A2937C;
    line-height: 1.1;
    margin-top: 1em;
  }
}
.indexPage-about__button {
  margin-top: min(calc(52 / 375 * 100vw), 70px);
}
.indexPage-about__button .logo {
  width: min(calc(276 / 375 * 100vw), 276px);
  margin-left: auto;
}
.indexPage-about__button .button {
  margin-top: min(calc(20 / 375 * 100vw), 20px);
}

/* ----------------------------------------
 indexPage-people
-----------------------------------------*/
.indexPage-people {
  position: relative;
  padding: min(calc(60 / 375 * 100vw), 100px) 0;
  z-index: 1;
}
.indexPage-people .flag {
  opacity: 0.5;
  width: 1584px;
  transform: rotate(-8deg) translate(-50%, 0);
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 0;
}
@media only screen and (min-width: 1023px) {
  .indexPage-people .flag {
    width: 1794px;
    top: 50%;
    transform: rotate(-8deg) translate(-50%, -50%);
  }
}
.indexPage-people .l-container {
  position: relative;
  z-index: 1;
}
.indexPage-people__detaile {
  display: flex;
  flex-wrap: wrap;
}
.indexPage-people__detaile-img {
  width: min(calc(316 / 375 * 100vw), 316px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .indexPage-people__detaile-img {
    width: min(calc(689 / 1366 * 100vw), 689px);
    margin-left: 0;
  }
}
.indexPage-people__detaile-text {
  width: 100%;
  margin-top: min(calc(20 / 375 * 100vw), 57px);
}
@media only screen and (min-width: 767px) {
  .indexPage-people__detaile-text {
    flex: 1;
    padding-left: min(calc(57 / 1366 * 100vw), 57px);
  }
}
.indexPage-people__detaile-text .lead {
  position: relative;
  z-index: 1;
  font-size: min(calc(22 / 375 * 100vw), 2.2rem);
  font-weight: 900;
}
.indexPage-people__detaile-text .text {
  margin-top: 2em;
}

/* ----------------------------------------
 indexPage-area
-----------------------------------------*/
.indexPage-area {
  position: relative;
  z-index: 1;
}
.indexPage-area__body {
  position: relative;
  padding: min(calc(60 / 375 * 100vw), 100px) 0;
  background-color: #404040;
  background-image: url(../images/bk_01.png);
  background-size: 2054px 1155px;
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-blend-mode: color-burn;
}
@media only screen and (min-width: 1023px) {
  .indexPage-area__body {
    background-position: 50% 50%;
    width: calc(50vw + (var(--container-width) + var(--gutter) * 2) * 1px / 2);
    margin-left: auto;
    border-radius: 50px 0 0 50px;
  }
  .indexPage-area__body .l-container {
    margin-left: 0;
  }
}

/* ----------------------------------------
 indexPage-interview
-----------------------------------------*/
.indexPage-interview {
  position: relative;
  padding: min(calc(60 / 375 * 100vw), 100px) 0;
  z-index: 1;
}
.indexPage-interview .p-title .main {
  font-size: min(calc(58 / 375 * 100vw), 10rem);
}
.indexPage-interview__bottom {
  margin-top: min(calc(10 / 375 * 100vw), 20px);
  overflow: hidden;
}
.indexPage-interview__bottom .text {
  white-space: nowrap;
  animation: text_scroll 40s linear infinite;
  font-size: min(calc(210 / 375 * 100vw), 27.8rem);
  font-weight: 900;
  line-height: 1;
  filter: grayscale(1);
  color: transparent;
  font-family: "DM Sans", sans-serif;
  opacity: 0.75;
  display: inline-block;
}
@keyframes text_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
.indexPage-interview__bottom .text span {
  background-image: url(../images/bg03.png);
  background-size: 200% 200%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  margin-right: 0.5em;
  display: inline-block;
}

/* ----------------------------------------
 indexPage-news
-----------------------------------------*/
.indexPage-news {
  position: relative;
  padding: min(calc(60 / 375 * 100vw), 100px) 0;
  z-index: 1;
  background-color: #F0F0F0;
}
.indexPage-news__button {
  margin-top: min(calc(20 / 375 * 100vw), 40px);
}

/* ----------------------------------------
 indexPage-event
-----------------------------------------*/
.indexPage-event {
  position: relative;
  padding: min(calc(60 / 375 * 100vw), 100px) 0;
  z-index: 1;
  background-color: #F0F0F0;
  padding-top: 0;
}
.indexPage-event__button {
  margin-top: min(calc(20 / 375 * 100vw), 40px);
}

/* ----------------------------------------
 areaPage-bg
-----------------------------------------*/
.areaPage-bg {
  position: fixed;
  opacity: 0.5;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.areaPage-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------
 areaPage-fv
-----------------------------------------*/
.areaPage-fv {
  position: relative;
  z-index: 1;
  margin-top: calc(min(calc(72 / 375 * 100vw), 100px) * -2 - 50px);
}
@media only screen and (min-width: 767px) {
  .areaPage-fv {
    margin-top: calc(min(calc(72 / 375 * 100vw), 100px) * -1 - 152px);
  }
}
.areaPage-fv__front {
  position: fixed;
  z-index: 0;
  top: 45%;
  left: -40%;
  width: 870px;
}
@media only screen and (min-width: 767px) {
  .areaPage-fv__front {
    top: 0;
    left: 30%;
    width: 1360px;
  }
}
.areaPage-fv__text {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: calc((var(--container-width) + var(--gutter) * 2) * 1px);
  padding: 0 calc(var(--gutter) * 1px);
}
@media only screen and (min-width: 767px) {
  .areaPage-fv__text {
    max-width: calc((var(--container-width) + var(--gutter-pc) * 2) * 1px);
    padding: 0 calc(var(--gutter-pc) * 1px);
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 40px;
  }
}
.areaPage-fv__text img {
  display: block;
  width: min(calc(267 / 375 * 100vw), 267px);
  margin-left: auto;
}
@media only screen and (min-width: 1023px) {
  .areaPage-fv__text img {
    width: min(calc(433 / 1366 * 100vw), 433px);
  }
}
.areaPage-fv__supply {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: 20px;
  color: #767373;
  font-size: 1rem;
}
@media only screen and (min-width: 767px) {
  .areaPage-fv__supply {
    width: 100%;
    max-width: calc((var(--container-width) + var(--gutter-pc) * 2) * 1px);
    padding: 0 calc(var(--gutter-pc) * 1px);
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    text-align: right;
    margin-top: min(calc(303 / 1366 * 100vw), 303px);
  }
}

/*
 areaPage-lead
---------------------------*/
.areaPage-lead {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  padding-bottom: min(calc(60 / 375 * 100vw), 72px);
}
@media only screen and (min-width: 767px) {
  .areaPage-lead {
    margin-top: -64px;
  }
}
.areaPage-lead__title {
  font-size: min(calc(60 / 375 * 100vw), 10rem);
  font-weight: 900;
  line-height: 1.333333;
  display: block;
  font-style: italic;
  color: #fff;
  margin-bottom: min(calc(20 / 375 * 100vw), 40px);
}
.areaPage-lead__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media only screen and (min-width: 1023px) {
  .areaPage-lead__column {
    justify-content: space-between;
  }
}
.areaPage-lead__column-img {
  width: min(calc(330 / 375 * 100vw), 596px);
}
@media only screen and (min-width: 1023px) {
  .areaPage-lead__column-img {
    order: 2;
  }
}
.areaPage-lead__column-text {
  width: 100%;
  font-size: min(calc(17 / 375 * 100vw), 1.7rem);
  font-weight: 700;
}
@media only screen and (min-width: 1023px) {
  .areaPage-lead__column-text {
    order: 1;
    flex: 1;
  }
}
.areaPage-lead__close {
  margin-top: 2em;
}
.areaPage-lead__close p {
  font-size: min(calc(25 / 375 * 100vw), 3rem);
  font-weight: 900;
}
.areaPage-lead__close .attention {
  background: linear-gradient(to right, #bfa1a8 0%, #bebebe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.areaPage-lead__close .lg {
  font-size: min(calc(30 / 375 * 100vw), 3rem);
}
@media only screen and (min-width: 767px) {
  .areaPage-lead__close .lg {
    font-size: min(calc(30 / 1366 * 100vw), 3rem);
  }
}
.areaPage-lead__btns {
  margin-top: min(calc(40 / 375 * 100vw), 72px);
}

/*
  areaPage-common-title
---------------------------*/
.areaPage-common-title {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 767px) {
  .areaPage-common-title {
    border-bottom: none;
    justify-content: flex-start;
    position: relative;
  }
  .areaPage-common-title::after {
    content: "";
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: -50vw;
  }
}
.areaPage-common-title .text {
  font-size: min(calc(27 / 375 * 100vw), 2.7rem);
  font-weight: 900;
  line-height: 1.333333;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .areaPage-common-title .text {
    border-bottom: 1px solid #fff;
    padding-right: 40px;
  }
}
.areaPage-common-title .num {
  font-size: min(calc(18 / 375 * 100vw), 1.8rem);
  font-weight: 300;
  font-style: italic;
  position: absolute;
  top: -20px;
  right: -20px;
}
@media only screen and (min-width: 767px) {
  .areaPage-common-title .num {
    right: 0;
  }
}
.areaPage-common-title--black {
  color: var(--base-font-color);
  border-color: var(--base-font-color);
}
.areaPage-common-title--black::after {
  background-color: var(--base-font-color);
}
@media only screen and (min-width: 767px) {
  .areaPage-common-title--black .text {
    border-bottom: 1px solid var(--base-font-color);
  }
}

/*
  areaPage-sub-title
---------------------------*/
.areaPage-sub-title {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: min(calc(30 / 375 * 100vw), 70px);
}
@media only screen and (min-width: 1023px) {
  .areaPage-sub-title {
    justify-content: space-between;
    margin-bottom: -10px;
  }
}
.areaPage-sub-title .text {
  font-size: min(calc(17 / 375 * 100vw), 1.7rem);
  font-weight: 700;
  line-height: 1;
  width: 100%;
  text-align: right;
  color: #ffffff;
}
@media only screen and (min-width: 1023px) {
  .areaPage-sub-title .text {
    width: 12em;
    text-align: left;
  }
}
.areaPage-sub-title .ruby {
  font-size: min(calc(36 / 375 * 100vw), 8.3rem);
  line-height: 0.8;
  font-weight: 900;
  width: 100%;
  text-align: right;
  letter-spacing: 0.08em;
  color: var(--base-font-color);
}
.areaPage-sub-title .ruby.sm {
  font-size: min(calc(30 / 375 * 100vw), 7rem);
}
@media only screen and (min-width: 1023px) {
  .areaPage-sub-title .ruby {
    flex: 1;
  }
}
.areaPage-sub-title__next-content {
  position: relative;
  z-index: 1;
}

/*
  areaPage-members
---------------------------*/
.areaPage-members {
  position: relative;
  z-index: 1;
  padding-top: min(calc(60 / 375 * 100vw), 72px);
}
.areaPage-members__section {
  padding-bottom: min(calc(60 / 375 * 100vw), 72px);
}

/*
  areaPage-partners
---------------------------*/
.areaPage-partners {
  position: relative;
  z-index: 2;
}
.areaPage-partners__top picture {
  width: 100%;
  display: block;
}
.areaPage-partners__top picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media only screen and (min-width: 767px) {
  .areaPage-partners__top {
    margin-top: calc(-5.3409961686vw - 40px);
  }
}
@media only screen and (min-width: 767px) and (min-width: 767px) {
  .areaPage-partners__top {
    position: relative;
    z-index: 2;
  }
}
.areaPage-partners__content {
  background-color: #ffffff;
}
@media only screen and (min-width: 767px) {
  .areaPage-partners__content {
    margin-top: -6vw;
    margin-bottom: -4vw;
  }
  .areaPage-partners__content .l-container {
    position: relative;
    z-index: 3;
  }
}
.areaPage-partners__bottom picture {
  width: 100%;
  display: block;
}
.areaPage-partners__bottom picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media only screen and (min-width: 767px) {
  .areaPage-partners__bottom {
    position: relative;
    z-index: 2;
  }
}
/*
  areaPage-program
---------------------------*/
.areaPage-program {
  background-color: #404040;
  padding-top: calc(50vw + 10px);
  position: relative;
  z-index: 1;
  margin-top: -50vw;
  padding-bottom: min(calc(60 / 375 * 100vw), 72px);
}
@media only screen and (min-width: 767px) {
  .areaPage-program {
    padding-top: calc(30vw + 60px);
    margin-top: -30vw;
  }
}
.areaPage-program__frame {
  margin-top: min(calc(60 / 375 * 100vw), 72px);
}
.areaPage-program__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-bottom: min(calc(20 / 375 * 100vw), 20px);
}
.areaPage-program__title .logo {
  width: 100%;
  height: 100%;
  max-width: min(calc(134 / 375 * 100vw), 268px);
  max-height: min(calc(117 / 375 * 100vw), 117px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.areaPage-program__title .logo img {
  width: 100%;
  height: 100%;
  max-width: min(calc(134 / 375 * 100vw), 268px);
  max-height: min(calc(117 / 375 * 100vw), 117px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 0;
     object-position: 0 0;
  display: block;
}
.areaPage-program__title .text {
  font-size: min(calc(18 / 375 * 100vw), 2.2rem);
  font-weight: 700;
  line-height: 1.333333;
  width: 100%;
  flex: 1;
}
@media only screen and (min-width: 767px) {
  .areaPage-program__title .text {
    flex: none;
    width: 100%;
    word-break: break-word;
    white-space: normal;
  }
}

/*
  areaPage-news
---------------------------*/
.areaPage-news {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, #404040 0%, #404040 49%, #ffffff 50%, #ffffff 100%);
}
@media only screen and (min-width: 767px) {
  .areaPage-news {
    padding-top: min(calc(60 / 375 * 100vw), 72px);
  }
}
.areaPage-news__top {
  margin-top: min(calc(60 / 375 * 100vw), 72px);
}
@media only screen and (min-width: 767px) {
  .areaPage-news__top {
    margin-top: calc(-5.3409961686vw - 40px);
  }
}
.areaPage-news__content {
  background-color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .areaPage-news__content {
    padding: min(calc(60 / 375 * 100vw), 72px) 0;
  }
}
.areaPage-news__first-content {
  position: relative;
  top: -50vw;
}
@media only screen and (min-width: 767px) {
  .areaPage-news__first-content {
    top: calc(-10vw - 40px);
  }
}
.areaPage-news__second-content {
  margin-top: calc(-50vw + 120px);
  position: relative;
}
.areaPage-news__second-content .areaPage-common-title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 767px) {
  .areaPage-news__second-content {
    margin-top: calc(-10vw - 40px + 140px);
  }
}
.areaPage-news__button {
  position: absolute;
  bottom: -120px;
  right: 0;
}
@media only screen and (min-width: 767px) {
  .areaPage-news__button {
    bottom: -200px;
  }
}

/*
  areaPage-members-list
---------------------------*/
.areaPage-members-list {
  position: relative;
}
.areaPage-members-list__front {
  position: absolute;
  top: -60px;
  left: -600px;
  width: min(calc(935 / 375 * 100vw), 2035px);
}
@media only screen and (min-width: 767px) {
  .areaPage-members-list__front {
    top: -400px;
    left: -800px;
  }
}
.areaPage-members-list .l-container {
  position: relative;
  z-index: 1;
}

/*
  areaPage-slide-banner
---------------------------*/
.areaPage-slide-banner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  display: block;
  padding-top: min(calc(53 / 375 * 100vw), 92px);
  padding-bottom: min(calc(53 / 375 * 100vw), 92px);
}

/* ----------------------------------------
 peoplePage-logo
-----------------------------------------*/
.peoplePage-logo {
  display: none;
}
@media only screen and (min-width: 767px) {
  .peoplePage-logo {
    display: block;
    position: absolute;
    top: -76px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 70px;
    width: min(calc(835 / 1366 * 100vw), 835px);
  }
}

/*
 peoplePage-bg
---------------------------*/
.peoplePage-bg {
  position: relative;
}
.peoplePage-bg::before {
  content: "";
  display: block;
  width: 80%;
  height: calc(100% + 76px);
  background-color: #EEEEEE;
  position: absolute;
  top: -76px;
  right: 0;
}
@media only screen and (min-width: 767px) {
  .peoplePage-bg::before {
    width: 100%;
    max-width: 1240px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*
 peoplePage-content
---------------------------*/
.peoplePage-content {
  position: relative;
  z-index: 2;
  padding-bottom: min(calc(60 / 375 * 100vw), 72px);
}
.peoplePage-content__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(60 / 375 * 100vw), 72px);
}
.peoplePage-content__list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.peoplePage-content__list-item__img {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .peoplePage-content__list-item__img {
    width: calc(50% - 25px);
  }
  .peoplePage-content__list-item--reverse .peoplePage-content__list-item__img {
    order: 2;
  }
}
.peoplePage-content__list-item__img .img {
  position: relative;
}
.peoplePage-content__list-item__img .img svg {
  width: 100%;
  display: block;
}
.peoplePage-content__list-item__img .img svg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.peoplePage-content__list-item__img .info {
  position: relative;
  z-index: 1;
  margin-top: -20%;
  text-align: right;
  line-height: 1.5;
}
.peoplePage-content__list-item--reverse .peoplePage-content__list-item__img .info {
  text-align: left;
}
.peoplePage-content__list-item__img .info::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -10.6%;
  transform: rotate(-17deg);
  transform-origin: right top;
  pointer-events: none;
  z-index: 1;
}
.peoplePage-content__list-item--reverse .peoplePage-content__list-item__img .info::before {
  transform: rotate(17deg);
  transform-origin: left top;
  left: 0;
}
.peoplePage-content__list-item__img .info dt {
  font-size: min(calc(17 / 375 * 100vw), 20px);
  font-weight: 700;
}
.peoplePage-content__list-item__img .info dt span {
  display: block;
  font-size: min(calc(13 / 375 * 100vw), 15px);
}
.peoplePage-content__list-item__img .info dd {
  font-size: 1.3rem;
}
@media only screen and (min-width: 767px) {
  .peoplePage-content__list-item__text {
    width: calc(50% - 25px);
  }
  .peoplePage-content__list-item--reverse .peoplePage-content__list-item__text {
    order: 1;
  }
}
.peoplePage-content__list-item__text .copy {
  font-size: min(calc(25 / 375 * 100vw), 25px);
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: min(calc(20 / 375 * 100vw), 20px);
}
@media only screen and (min-width: 767px) {
  .peoplePage-content__list-item__text .copy {
    text-align: right;
  }
  .peoplePage-content__list-item--reverse .peoplePage-content__list-item__text .copy {
    text-align: left;
  }
}

/* ----------------------------------------
 peoplePage-members-list
-----------------------------------------*/
.peoplePage-members-list {
  padding-top: min(calc(60 / 375 * 100vw), 120px);
  padding-bottom: min(calc(60 / 375 * 100vw), 120px);
  position: relative;
}
.peoplePage-members-list .l-container {
  position: relative;
  z-index: 1;
}
.peoplePage-members-list .p-title .main {
  font-size: min(calc(70 / 375 * 100vw), 10rem);
}
.peoplePage-members-list__flag {
  position: absolute;
  width: 1380px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 0;
}
/* ----------------------------------------
 whatPage-flag
-----------------------------------------*/
.whatPage-flag {
  width: 1380px;
  transform: rotate(-8deg) translate(-50%, 0);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -400px;
  z-index: 0;
}
.whatPage-flag img {
  transition: filter 0.3s ease;
}
.whatPage-flag.yellow img {
  filter: hue-rotate(-145deg) saturate(510%);
}
.whatPage-flag.pink img {
  filter: hue-rotate(56deg) saturate(510%);
}
@media only screen and (min-width: 1023px) {
  .whatPage-flag {
    width: 1794px;
    top: 50%;
    transform: rotate(-8deg) translate(-50%, -50%);
    margin-left: 400px;
  }
}

/*
  whatPage-lead
---------------------------*/
.whatPage-lead {
  padding: min(calc(80 / 375 * 100vw), 80px) 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.whatPage-lead--first {
  padding-top: min(calc(40 / 375 * 100vw), 40px);
}
@media only screen and (min-width: 767px) {
  .whatPage-lead {
    min-height: 100vh;
  }
  .whatPage-lead--first {
    min-height: calc(100vh - 248px);
  }
}
.whatPage-lead__text {
  position: relative;
  z-index: 1;
  font-size: min(calc(18 / 375 * 100vw), 2.3rem);
  font-weight: 700;
  line-height: 2;
}
.whatPage-lead__close {
  position: relative;
  z-index: 1;
  font-size: min(calc(22 / 375 * 100vw), 2.3rem);
  font-weight: 900;
  margin-top: 2em;
}
.whatPage-lead__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 1023px) {
  .whatPage-lead__column {
    justify-content: space-between;
    align-items: center;
  }
}
.whatPage-lead__column .logo {
  width: min(calc(330 / 375 * 100vw), 500px);
}
@media only screen and (min-width: 1023px) {
  .whatPage-lead__column .logo {
    order: 2;
  }
}
.whatPage-lead__column .text {
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .whatPage-lead__column .text {
    order: 1;
    flex: 1;
  }
}

/*
  whatPage-title
---------------------------*/
.whatPage-title {
  position: relative;
  margin-bottom: min(calc(40 / 375 * 100vw), 72px);
}
.whatPage-title svg {
  position: absolute;
  width: min(calc(147 / 375 * 100vw), 160px);
  top: -40px;
  left: -40px;
}
.whatPage-title .main {
  position: relative;
  z-index: 1;
  font-size: min(calc(38 / 375 * 100vw), 6rem);
  font-weight: 900;
  line-height: 1.333333;
  display: block;
}
.whatPage-title .sub {
  position: relative;
  z-index: 1;
  display: 700;
  font-family: "DM Sans", sans-serif;
  font-size: min(calc(12 / 375 * 100vw), 1.9rem);
  font-weight: 700;
  display: block;
}
.whatPage-title .svg-animate-circle {
  stroke-dasharray: 540;
  stroke-dashoffset: 540;
  animation: drawCircle 1s ease forwards;
}
@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}

/*
  whatPage-sub-title
---------------------------*/
.whatPage-sub-title {
  position: relative;
  margin-bottom: min(calc(15 / 375 * 100vw), 15px);
}
.whatPage-sub-title .en {
  font-family: "DM Sans", sans-serif;
  font-size: min(calc(17 / 375 * 100vw), 1.7rem);
  font-weight: 300;
  font-style: italic;
  display: block;
}
.whatPage-sub-title .en b {
  font-weight: 700;
}
.whatPage-sub-title .main {
  font-size: min(calc(30 / 375 * 100vw), 3rem);
  font-weight: 900;
  line-height: 1.333333;
  display: block;
  font-style: italic;
}
.whatPage-sub-title .sub {
  font-size: min(calc(17 / 375 * 100vw), 1.7rem);
  line-height: 1.5;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 767px) {
  .whatPage-sub-title .sub {
    position: relative;
    padding-left: 67px;
  }
  .whatPage-sub-title .sub::before {
    content: "";
    display: block;
    width: 46px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.whatPage-sub-title--black .sub::before {
  background-color: var(--base-font-color);
}

/*
  whatPage-action
---------------------------*/
.whatPage-action {
  position: relative;
  padding: min(calc(60 / 375 * 100vw), 100px) 0;
  background-color: #404040;
  background-image: url(../images/bg01.png);
  background-size: 1318px 844px;
  background-position: -105px -160px;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  color: #fff;
}
@media only screen and (min-width: 1023px) {
  .whatPage-action {
    background-size: 2054px 1460px;
    background-position: 655px -160px;
  }
}
.whatPage-action__head-logo {
  width: min(calc(330 / 375 * 100vw), 500px);
  margin-bottom: min(calc(40 / 375 * 100vw), 72px);
}
.whatPage-action__lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.whatPage-action__lead-img {
  width: min(calc(360 / 375 * 100vw), 558px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1023px) {
  .whatPage-action__lead-img {
    order: 2;
    margin-right: 0;
  }
}
.whatPage-action__lead-text {
  width: 100%;
  margin-top: min(calc(30 / 375 * 100vw), 30px);
}
@media only screen and (min-width: 1023px) {
  .whatPage-action__lead-text {
    order: 1;
    margin-top: 0;
    width: min(calc(360 / 1366 * 100vw), 360px);
  }
}
.whatPage-action__lead-text .close {
  display: inline-block;
  margin-top: min(calc(20 / 375 * 100vw), 20px);
  font-weight: 700;
  font-size: min(calc(21 / 375 * 100vw), 2.1rem);
  background: linear-gradient(to right, #bfa1a8 0%, #bebebe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.whatPage-action__btns {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .whatPage-action__btns {
    width: 100%;
  }
}
.whatPage-action__frame {
  margin-top: min(calc(60 / 375 * 100vw), 72px);
}
.whatPage-action__column {
  display: flex;
  flex-wrap: wrap;
  gap: 67px;
}
.whatPage-action__column-item-left {
  width: calc(100% + 30px);
  margin-right: -30px;
}
@media only screen and (min-width: 767px) {
  .whatPage-action__column-item-left {
    width: calc(65% - 33.5px);
    margin-right: 0;
  }
}
.whatPage-action__column-item-right {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .whatPage-action__column-item-right {
    width: calc(35% - 33.5px);
  }
}
.whatPage-action__column figcaption {
  font-size: min(calc(14 / 375 * 100vw), 1.7rem);
  line-height: 1.5;
  margin-top: 1em;
  letter-spacing: 0.08em;
}
.whatPage-action__list {
  list-style: none;
  width: 100%;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.whatPage-action__list li dl {
  position: relative;
  padding-top: 42px;
}
@media only screen and (min-width: 767px) {
  .whatPage-action__list li dl {
    padding-top: 0;
    padding-left: 280px;
  }
}
.whatPage-action__list li dl dt {
  width: 287px;
  height: 48px;
  background-color: #AEADAD;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(calc(17 / 375 * 100vw), 1.7rem);
  color: var(--base-font-color);
}
@media only screen and (min-width: 767px) {
  .whatPage-action__list li dl dt {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.whatPage-action__list li dl dd {
  border: 1px solid #fff;
  border-radius: 24px;
  padding: min(calc(32 / 375 * 100vw), 32px) min(calc(32 / 375 * 100vw), 50px);
  background-color: rgba(255, 255, 255, 0.35);
}

/*
  whatPage-area
---------------------------*/
.whatPage-area {
  position: relative;
  padding: min(calc(60 / 375 * 100vw), 100px) 0;
}

.contact-form__item {
  overflow: hidden;
  zoom: 1;
  margin-top: 20px;
}
.contact-form__item-title {
  font-weight: 500;
}
.contact-form__item-content {
  padding-top: 10px;
  overflow: hidden;
  zoom: 1;
}
.contact-form__item-field {
  margin-top: 1rem;
}
.contact-form__item-field:first-child {
  margin-top: 0;
}
.contact-form__item-require {
  display: inline-block;
  font-size: min(calc(12 / 375 * 100vw), 12px);
  vertical-align: top;
}
.contact-form__item-note {
  font-size: 85%;
  margin: 1rem 0;
  font-weight: normal;
}
.contact-form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1;
  /**
         * エラーメッセージ
         */
}
.contact-form .mwform-errors .mwform-error {
  float: left;
  margin: 0 10px 0 0;
}
.contact-form .mwform-errors .mwform-error span {
  background-color: #F7CCE6;
  border: #ee4d89 solid 1px;
  border-radius: 3px;
  color: #EE4D89;
  display: inline-block;
  font-size: 85%;
  padding: 5px 6px 5px;
  line-height: 1;
}
.contact-form__attention {
  font-weight: bold;
  color: var(--key-color);
}
@media only screen and (min-width: 767px) {
  .contact-form__attention {
    text-align: center;
  }
}
.contact-form {
  /* Edge */
  /* IE11 & IE10 */
  /*select*/
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #aaaaaa;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #aaaaaa;
}
.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  color: #aaaaaa;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
.contact-form ::-ms-expand {
  display: none;
}
.contact-form input,
.contact-form textarea {
  border: 0;
  margin: 0;
  max-width: 100%;
  padding: 10px 16px;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.contact-form textarea {
  width: 100%;
}
.contact-form input[type=text],
.contact-form input[type=email] {
  width: 100%;
}
.contact-form select {
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  padding: 10px 16px;
  width: 16em;
  padding-right: 25px;
  color: #000000;
}
.contact-form span.select_label {
  display: inline-block;
  border: 0;
  margin: 0;
  max-width: 100%;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #666666;
  position: relative;
}
.contact-form span.select_label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 5px solid transparent;
  border-top: 7px solid #333333;
}
.contact-form label {
  margin: 0 10px 0 2px;
  font-weight: normal;
}
.contact-form label input[type=checkbox], .contact-form label input[type=radio] {
  margin: 0 5px 0 0;
}
.contact-form input[type=file] {
  line-height: 1;
}
.contact-form__btn {
  margin-top: 25px;
  text-align: center;
}
.contact-form__btn input {
  background-color: transparent;
  border: #ffffff solid 1px;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  padding: 12px 30px;
  line-height: 1;
  font-size: min(calc(25 / 375 * 100vw), 25px);
  margin-left: 5px;
  margin-right: 5px;
  transition: 0.3s;
}
.contact-form__btn input:active, .contact-form__btn input:hover {
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (min-width: 767px) {
  .contact-form__btn {
    margin-top: 60px;
  }
  .contact-form__btn input {
    padding: 12px 80px;
  }
}

.detailPage__eye-catch {
  overflow: hidden;
  border-radius: min(calc(8 / 375 * 100vw), 12px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.detailPage__eye-catch img {
  width: 100%;
}
.detailPage__header-info {
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px min(calc(30 / 375 * 100vw), 45px);
}
.detailPage__header-info .date {
  font-size: min(calc(15 / 375 * 100vw), 1.5rem);
  font-weight: 300;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
  font-style: italic;
}
.detailPage__header-info .category {
  line-height: 1.5;
}
.detailPage__header-info .tag {
  width: 100%;
}
.detailPage__header-title {
  font-size: min(calc(24 / 375 * 100vw), 3rem);
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}

.detailPage__interview-header {
  position: relative;
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.detailPage__interview-header__inner {
  position: relative;
}
.detailPage__interview-header__eye-catch {
  position: relative;
  overflow: hidden;
  border-radius: min(calc(8 / 375 * 100vw), 12px);
  aspect-ratio: 479/314;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .detailPage__interview-header__eye-catch {
    width: 70%;
    margin-left: auto;
  }
}
.detailPage__interview-header__title {
  position: absolute;
  z-index: 1;
  bottom: -30px;
  left: 0;
  width: 70%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: min(calc(12 / 375 * 100vw), 15px) min(calc(24 / 375 * 100vw), 30px);
  display: block;
  font-size: min(calc(19 / 375 * 100vw), 1.9rem);
  font-weight: 500;
  line-height: 1.333333;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .detailPage__interview-header__title {
    width: 45%;
    padding: min(calc(45 / 1366 * 100vw), 45px) min(calc(45 / 1366 * 100vw), 45px);
    font-size: min(calc(32 / 1366 * 100vw), 3.2rem);
  }
}
.detailPage__interview-header__info {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 10px;
}

/* editor ------------ */
.editor-body {
  /*画像*/
  /*ギャラリー*/
  /*figcaption*/
  /*引用*/
  /*file*/
  /*audio*/
  /*埋め込み*/
  /*カバーイメージ*/
  /*video*/
  /**リスト**/
  /*カラム*/
  /*table*/
}
.editor-body h2:not(.no-style) {
  font-size: min(calc(22 / 375 * 100vw), 2.5rem);
  font-weight: 900;
  margin-top: min(calc(60 / 375 * 100vw), 80px);
  margin-bottom: min(calc(50 / 375 * 100vw), 60px);
  text-align: center;
  line-height: 1.5;
}
.editor-body h3:not(.no-style) {
  font-size: min(calc(20 / 375 * 100vw), 2.2rem);
  font-weight: 900;
  margin-top: min(calc(50 / 375 * 100vw), 60px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
  padding-left: min(calc(50 / 375 * 100vw), 62px);
  position: relative;
  line-height: 1.5;
}
.editor-body h3:not(.no-style)::before {
  content: "";
  display: block;
  width: min(calc(30 / 375 * 100vw), 46px);
  height: 1px;
  background-color: var(--base-font-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.editor-body h4:not(.no-style) {
  font-size: min(calc(16 / 375 * 100vw), 1.6rem);
  font-weight: 700;
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body p {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body strong {
  font-weight: bold;
}
.editor-body em {
  font-style: italic;
}
.editor-body hr {
  background-color: #666666;
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body .wp-block-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
.editor-body .wp-block-buttons .wp-block-button {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body .wp-block-image {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body .wp-block-gallery {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body .wp-block-gallery figure img {
  border-radius: 0;
}
.editor-body .wp-block-gallery figure .lightbox-trigger {
  display: none;
}
.editor-body .blocks-gallery-grid {
  margin-bottom: -16px;
}
.editor-body figcaption {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
.editor-body .wp-block-quote {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
  padding: 40px 30px;
  border: 1px solid #C6D9D9;
  border-radius: 0 0 30px 0;
  display: block;
  position: relative;
}
.editor-body .wp-block-quote::before {
  content: "”";
  line-height: 1;
  color: #C6D9D9;
  font-weight: 900;
  font-size: min(calc(24 / 375 * 100vw), 3.2rem);
  position: absolute;
  top: 20px;
  left: 10px;
}
.editor-body .wp-block-quote::after {
  content: "”";
  line-height: 1;
  color: #C6D9D9;
  font-weight: 900;
  font-size: min(calc(24 / 375 * 100vw), 3.2rem);
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.editor-body .wp-block-quote p {
  margin: 0;
}
.editor-body .wp-block-quote > *:first-child {
  margin-top: 0;
}
.editor-body .wp-block-quote cite {
  margin-top: 20px;
  display: block;
  line-height: 1.3;
  word-break: break-all;
  font-size: 1.3rem;
  color: #aaaaaa;
}
.editor-body .wp-block-pullquote {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  display: block;
  border: 0;
}
.editor-body .wp-block-pullquote p {
  margin: 0;
  font-size: 2rem;
}
.editor-body .wp-block-pullquote > *:first-child {
  margin-top: 0;
}
.editor-body .wp-block-pullquote cite {
  margin-top: 20px;
  display: block;
  line-height: 1.3;
  word-break: break-all;
  font-size: 1.3rem;
  color: #aaaaaa;
}
.editor-body .wp-block-file {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body .wp-block-audio {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body .wp-block-embed {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body .wp-block-cover {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body .is-type-video .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.editor-body .is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.editor-body ul:not(.blocks-gallery-grid):not(.no-style):not(.blocks-gallery-grid) {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body ul:not(.blocks-gallery-grid):not(.no-style):not(.blocks-gallery-grid) li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 2em;
}
.editor-body ul:not(.blocks-gallery-grid):not(.no-style):not(.blocks-gallery-grid) li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(45deg, #f4fabb 0%, #ffd7df 100%);
  position: absolute;
  left: 0;
  top: 0.65em;
}
.editor-body ul:not(.blocks-gallery-grid):not(.no-style):not(.blocks-gallery-grid).list_inline li {
  display: inline-block;
  margin-right: 18px;
}
.editor-body ol {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
  counter-reset: counter-name;
}
.editor-body ol li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 2em;
}
.editor-body ol li:before {
  counter-increment: counter-name;
  content: "0" counter(counter-name);
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  color: var(--base-font-color);
  font-style: italic;
  line-height: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.editor-body .wp-block-columns {
  margin-top: min(calc(30 / 375 * 100vw), 40px);
}
.editor-body .wp-block-columns * {
  margin-top: 0;
}
.editor-body .wp-block-table {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  margin-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.editor-body .wp-block-table table {
  display: block;
}
.editor-body .wp-block-table table tbody {
  display: block;
}
.editor-body .wp-block-table table tr {
  display: block;
}
.editor-body .wp-block-table table th,
.editor-body .wp-block-table table td {
  display: block;
  width: 100%;
  padding: min(calc(10 / 375 * 100vw), 10px) min(calc(16 / 375 * 100vw), 24px);
}
@media only screen and (min-width: 767px) {
  .editor-body .wp-block-table table {
    display: table;
    table-layout: fixed;
  }
  .editor-body .wp-block-table table tbody {
    display: table-row-group;
  }
  .editor-body .wp-block-table table tr {
    display: table-row;
  }
  .editor-body .wp-block-table table th,
  .editor-body .wp-block-table table td {
    display: table-cell;
    padding: min(calc(16 / 375 * 100vw), 24px) min(calc(16 / 375 * 100vw), 24px);
  }
  .editor-body .wp-block-table table th:first-child,
  .editor-body .wp-block-table table td:first-child {
    width: 30%;
  }
}
.editor-body .wp-block-table.is-style-regular table {
  border: 1px solid #FFFFFF;
}
.editor-body .wp-block-table.is-style-regular table th,
.editor-body .wp-block-table.is-style-regular table td {
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 0;
}
.editor-body .wp-block-table.is-style-regular table th {
  background-color: #404040;
  color: #ffffff;
}
.editor-body .wp-block-table.is-style-regular table td {
  background-color: #F2F2F2;
}
.editor-body .wp-block-table.is-style-regular table tr {
  border-bottom: 1px solid #FFFFFF;
}
.editor-body .wp-block-table.is-style-regular table tr td:nth-child(odd) {
  background-color: #404040;
  color: #ffffff;
}
.editor-body .wp-block-table.is-style-regular table tr:last-child td:nth-child(odd) {
  border-bottom: 1px solid #FFFFFF;
}
.editor-body {
  width: 100%;
  max-width: 928px;
  margin: 0 auto;
  overflow-wrap: break-all;
  word-wrap: break-word;
  word-break: break-all;
}
.editor-body > *:first-child {
  margin-top: 0 !important;
}

/* utility ------------ */
/* =======================================
align
======================================== */
/*テキストの位置*/
.u-center {
  text-align: center !important;
}

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

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

@media only screen and (min-width: 767px) {
  .u-center-md {
    text-align: center !important;
  }
}
/* =======================================
color
======================================== */
.u-clr-white {
  color: #ffffff !important;
}

.u-clr-black {
  color: var(--base-font-color) !important;
}

.u-bg-clear {
  background-color: transparent !important;
}

.u-bg-white {
  background-color: #ffffff !important;
}

.u-clr-deep-green {
  color: #58624D !important;
}

/* =======================================
reset
======================================== */
.u-font-base {
  font-size: min(calc(var(--base-font-size) / 375 * 100vw), calc(var(--base-font-size) * 1px));
}

/* =======================================
margin
======================================== */
/* mt
-----------------------------------------*/
.u-mt00 {
  margin-top: 0px !important;
}

.u-mt05 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

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

.u-mt25 {
  margin-top: 25px !important;
}

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

.u-mt35 {
  margin-top: 35px !important;
}

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

.u-mt45 {
  margin-top: 45px !important;
}

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

.u-mt55 {
  margin-top: 55px !important;
}

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

.u-mt65 {
  margin-top: 65px !important;
}

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

.u-mt75 {
  margin-top: 75px !important;
}

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

.u-mt85 {
  margin-top: 85px !important;
}

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

.u-mt95 {
  margin-top: 95px !important;
}

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

/* mb
-----------------------------------------*/
.u-mb00 {
  margin-bottom: 0px !important;
}

.u-mb05 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

/* =======================================
padding
======================================== */
/* pt
-----------------------------------------*/
.u-pt00 {
  padding-top: 0px !important;
}

.u-pt05 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

/* pb
-----------------------------------------*/
.u-pb00 {
  padding-bottom: 0px !important;
}

.u-pb05 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

/* 改行位置の調整
-----------------------------------------*/
.u-br-xs {
  display: inline;
}

.u-br-md {
  display: none;
}

.u-br-lg {
  display: none;
}

.u-br-xl {
  display: none;
}

@media only screen and (min-width: 767px) {
  .u-br-xs {
    display: inline;
  }
  .u-br-xs--only {
    display: none;
  }
  .u-br-md {
    display: inline;
  }
  .u-br-lg {
    display: none;
  }
  .u-br-xl {
    display: none;
  }
}
@media only screen and (min-width: 1023px) {
  .u-br-xs {
    display: inline;
  }
  .u-br-xs--only {
    display: none;
  }
  .u-br-md {
    display: inline;
  }
  .u-br-lg {
    display: inline;
  }
  .u-br-xl {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .u-br-xs {
    display: inline;
  }
  .u-br-xs--only {
    display: none;
  }
  .u-br-md {
    display: inline;
  }
  .u-br-lg {
    display: inline;
  }
  .u-br-xl {
    display: inline;
  }
}/*# sourceMappingURL=front.css.map */