@font-face {
  font-family: TaiwanPearl-Regular;
  src: url(https://cdn.jsdelivr.net/gh/max32002/TaiwanPearl@2.125/webfont/TaiwanPearl-Regular.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/gh/max32002/TaiwanPearl@2.125/webfont/TaiwanPearl-Regular.woff)
      format("woff");
}

:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.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;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.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: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/*!
 * Theme Name: 静的サイトパッケージ
 * Theme URI: https://
 * Description: 静的サイト専用のベーステーマ
 * Author: 5ive Inc.
 * Url: https://5ive.jp/
 * Version: 3.4
 */ /*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-break: strict;
}
body {
  color: #2c2c2c;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
a:focus,
*:focus {
  outline: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(204, 204, 204, 0.4);
}
::-moz-selection {
  background: #ee7800;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ee7800;
  color: #fff;
  text-shadow: none;
}
ul,
dl {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
p {
  margin: 0 0 0 0;
}
img {
  vertical-align: top;
}
img,
video {
  aspect-ratio: attr(width) / attr(height);
}
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.pc .sp_only,
.sp .pc_only {
  display: none;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
.fade_container {
  opacity: 0;
}
.following {
  position: relative;
}
.following_container.fixed,
.following_container.absolute {
  height: 1px;
}
.following_container.fixed .following_content {
  position: fixed;
  top: 200px;
  left: 50%;
  width: 200px;
}
.sp .following_container.fixed .following_content {
  position: static;
  top: auto;
  left: auto;
  width: 100%;
}
.following_container.absolute .following_content {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 200px;
}
.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fullscreen.fixed {
  position: fixed;
}
.fullscreen .fullscreen_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}
.def_list {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
}
.def_list dt {
  float: left;
  width: 200px;
  padding: 10px 10px 0 0;
  line-height: 1.5;
  border-top: 1px solid #efefef;
}
.ie11 .def_list dt {
  padding: 11px 10px 9px 10px;
}
.def_list dd {
  width: calc(100% - 200px);
  margin-left: 200px;
  padding: 10px 0;
  line-height: 1.5;
  border-top: 1px solid #efefef;
}
.ie11 .def_list dd {
  padding: 11px 10px 9px 10px;
}
::-webkit-input-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::placeholder {
  color: #999;
}
body {
  font-family: "TaiwanPearl-Regular", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 2;
}
.en {
  font-family: "Noto Sans SC Rounded", sans-serif;
}
.zen-kaku gothic new-regular {
  font-family: "Noto Sans SC Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku gothic new-medium {
  font-family: "Noto Sans SC Rounded", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen-kaku gothic new-bold {
  font-family: "Noto Sans SC Rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.f_c_18b {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
.f_c_18m {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
.f_c_16b {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.f_c_16m {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
}
.f_c_14b {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.f_c_14m {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
}
.f_c_12jp {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.6;
}
.f_c_15en {
  font-family: "Noto Sans SC Rounded", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.f_h1 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sp .f_h1 {
  font-size: 30px;
}
.f_read {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
.sp .f_read {
  font-size: 14px;
  line-height: 1.6;
}
.f_h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
.sp .f_h2 {
  font-size: 22px;
  line-height: 1.6;
}
.f_h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sp .f_h3 {
  font-size: 18px;
  line-height: 1.6;
}
.f_h4 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sp .f_h4 {
  font-size: 24px;
  line-height: 1.6;
}
.current_nav,
.current-cat a {
  opacity: 0.6;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  width: 343px;
  height: 40px;
  position: relative;
  margin: 70px auto 0;
}
.sp .wp-pagenavi {
  gap: 0 12px;
  width: 283px;
  margin: 45px auto 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-family: "Noto Sans SC Rounded", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  width: auto;
  padding: 10px 5px 5px 5px;
  transition: color 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp .wp-pagenavi a,
.sp .wp-pagenavi span {
  font-size: 14px;
}
@media (hover: hover) {
  .wp-pagenavi a:hover {
    color: #f97930;
  }
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 20px;
  height: 40px;
}
.wp-pagenavi .previouspostslink {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
}
.sp .wp-pagenavi .previouspostslink {
  top: 2px;
}
.wp-pagenavi .nextpostslink {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sp .wp-pagenavi .nextpostslink {
  top: 2px;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/icon_arrow.svg");
  background-repeat: repeat-x;
  background-size: 20px 20px;
  background-color: #f97930;
  border-radius: 50%;
  transition: background 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
@media (hover: hover) {
  .wp-pagenavi .previouspostslink:hover::before,
  .wp-pagenavi .nextpostslink:hover::before {
    background-position-x: 20px;
  }
}
.wp-pagenavi .current {
  color: #f97930;
}
.controller {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 78px;
}
.sp .controller {
  flex-wrap: wrap;
}
.controller_prev a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  height: 20px;
  position: relative;
  padding-left: 30px;
}
.controller_prev a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
  background-image: url("../img/icon_arrow.svg");
  background-repeat: repeat-x;
  background-size: 20px 20px;
  background-color: #f97930;
  border-radius: 50%;
  transition: background 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
@media (hover: hover) {
  .controller_prev a:hover::before,
  .controller_next a:hover::before {
    background-position-x: 20px;
  }
}
.controller_next a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  height: 20px;
  position: relative;
  padding-right: 30px;
}
.controller_next a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/icon_arrow.svg");
  background-repeat: repeat-x;
  background-size: 20px 20px;
  background-color: #f97930;
  border-radius: 50%;
  transition: background 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
  width: 100%;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  vertical-align: bottom;
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  -webkit-appearance: none;
}
.sp input[type="text"],
.sp input[type="number"],
.sp input[type="email"],
.sp input[type="tel"],
.sp input[type="search"],
.sp select,
.sp textarea {
  padding: 13px 16px;
}
textarea {
  height: 174px;
  resize: vertical;
  min-height: 174px;
}
.sp textarea {
  height: 100px;
  min-height: 100px;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #f97930;
}
input[type="file"] {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: block;
  width: 100%;
  outline: 1px solid #c2c2c2;
  border-radius: 10px;
  overflow: visible !important;
}
.sp input[type="file"] {
  font-size: 13px;
}
::file-selector-button,
::-webkit-file-upload-button {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  width: 147px;
  height: 38px;
  margin-right: 17px;
  color: #fff;
  background-color: #f97930;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.sp ::file-selector-button,
.sp ::-webkit-file-upload-button {
  width: 123px;
  height: 40px;
}
select {
  background-image: url("../img/contact_select_arrow.svg");
  background-size: 13px 7px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}
.wpcf7-radio {
  display: flex;
  gap: 10px 20px;
}
.wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-radio .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
  padding-left: 21px;
  white-space: nowrap;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/contactradio_off.svg"),
    url("../img/contactradio_on.svg");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
}
.wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  background-size: 0 0, cover;
}
span.wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 12px !important;
}
.sp span.wpcf7-not-valid-tip {
  margin-top: 5px;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  padding: 0 !important;
  font-size: 13px;
  line-height: 1.75;
  color: red;
  border: none !important;
}
div.wpcf7-mail-sent-ok {
  color: #398f14 !important;
}
div.wpcf7-response-output {
  margin: 2em 0 1em 0 !important;
}
.sp div.wpcf7-response-output {
  margin: 0 !important;
  padding-bottom: 35px !important;
}
.acf-map {
  width: 100%;
  height: 400px;
}
.acf-map img {
  max-width: inherit !important;
}
span.wpcf7-list-item label {
  cursor: pointer;
}
span.wpcf7-list-item label:hover .wpcf7-list-item-label {
  opacity: 0.7;
}
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  color: #666 !important;
  border: solid 1px #eee !important;
  background: #ddd !important;
}
.wpcf7-spinner {
  display: none !important;
}
.font_orange {
  color: #f97930;
}
.font_green {
  color: #00693e;
}
.marker {
  position: relative;
  z-index: 1;
}
.marker::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.6em;
  position: absolute;
  bottom: -0.1em;
  left: 0;
  background-color: #fdc127;
  z-index: -1;
}
.dotted {
  width: max-content;
  position: relative;
}
.dotted::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-image: linear-gradient(
    to right,
    #f97930 0px,
    #f97930 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.bg_gray {
  background-image: url("../img/bg_gray.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.bg_yellow {
  background-image: url("../img/bg_yellow.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.bg_orange {
  background-image: url("../img/bg_orange.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.bg_green_light {
  background-image: url("../img/bg_light.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
  color: #fff;
}
.bg_green_dark {
  background-image: url("../img/bg_light.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
  color: #fff;
}
.bg_white {
  background-color: #fff;
}
.mount_container {
  position: relative;
  pointer-events: none;
}
.mount_white1 {
  margin-top: -18.6vw;
  margin-bottom: -3px;
}
.sp .mount_white1 {
  margin-top: -28vw;
}
.mount_gray1 {
  margin-top: -14.2vw;
}
.mount_green1 {
  margin-top: -26.39vw;
  margin-bottom: -3px;
}
.sp .mount_green1 {
  margin-top: -33.33vw;
}
.mount_green3 {
  margin-top: -27.22vw;
  margin-bottom: -3px;
}
.sp .mount_green1 {
  margin-top: -24.94vw;
}
.mount_yellow1 {
  margin-top: -25.63vw;
  margin-bottom: -3px;
}
.sp .mount_yellow1 {
  margin-top: -24.8vw;
}
.reverse {
  transform: scaleX(-1);
}
i.arrow {
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_arrow.svg");
  background-repeat: repeat-x;
  background-size: 20px 20px;
  background-color: #f97930;
  border-radius: 50%;
  transition: background 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
i.arrow.anchor {
  transform: rotate(90deg);
}
i.arrow.blank {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  a:hover i.arrow {
    background-position-x: 20px;
  }
}
.page_title1,
.sec_title1 {
  text-align: center;
}
.page_title1.vertical,
.sec_title1.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.page_title1 .ja,
.sec_title1 .ja {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
}
.sp .page_title1 .ja,
.sp .sec_title1 .ja {
  font-size: 20px;
}
.head1 .page_title1 .ja {
  font-size: clamp(30px, 2.64vw, 38px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sp .head1 .page_title1 .ja {
  font-size: 30px;
}
.page_title1 .sub {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.page_title1 .en,
.sec_title1 .en {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: block;
  margin-top: 8px;
  color: #f97930;
}
.sp .page_title1 .en,
.sp .sec_title1 .en {
  margin-top: 4px;
}
.sec_title2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  width: max-content;
  position: relative;
  margin: 0 auto;
}
.sp .sec_title2 {
  font-size: 18px;
  line-height: 1.6;
}
.sec_title2::before,
.sec_title2::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #f97930;
  border-radius: 50%;
}
.bg_green_dark .sec_title2::before,
.bg_green_dark .sec_title2::after {
  background-color: #fff;
}
.sec_title2::before {
  left: -15px;
}
.sec_title2::after {
  right: -15px;
}
.button1 {
  width: 336px;
  height: 78px;
  position: relative;
  z-index: 1;
}
.sp .button1 {
  width: 269px;
  height: 63px;
  margin-right: auto;
  margin-left: auto;
}
.button1.orange::after {
  content: "";
  display: block;
  width: 55px;
  height: 54px;
  position: absolute;
  top: -4px;
  left: -44px;
  background-size: 55px 54px;
  background-repeat: no-repeat;
  z-index: -1;
  transform-origin: bottom right;
  transform: scale(0.75) rotate(35deg);
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .button1.orange:hover::after {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}
.button1.white::after {
  content: "";
  display: block;
  width: 92px;
  height: 74px;
  position: absolute;
  top: -24px;
  left: -45px;
  background-image: url("../img/button1_hover_white.png");
  background-size: 92px 74px;
  background-repeat: no-repeat;
  z-index: -1;
  transform-origin: bottom right;
  transform: scale(0.75) rotate(35deg);
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .button1.white:hover::after {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}
.button1 a,
.button1:not(:has(a)) p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 100px;
}
.sp .button1 a,
.sp .button1:not(:has(a)) p {
  font-size: 13px;
}
.button1.orange a,
.button1.orange:not(:has(a)) p {
  color: #fff;
  background-color: #f97930;
}
.button1.white a,
.button1.white:not(:has(a)) {
  background-color: #fff;
}
.button1 a::before,
.button1:not(:has(a)) p::before {
  content: "";
  display: block;
  width: 320px;
  height: 62px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/button1_border.svg");
  background-size: 320px 62px;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: background 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp .button1 a::before,
.sp .button1:not(:has(a)) p::before {
  width: 253px;
  height: 50px;
  background-image: url("../img/button1_border_sp.svg");
  background-size: 253px 50px;
}
@media (hover: hover) {
  .button1.white a:hover::before,
  .button1.white:not(:has(a)):hover p::before {
    background-image: url("../img/button1_border_hover_orange.svg");
  }
  .button1.orange a:hover::before,
  .button1.orange:not(:has(a)):hover p::before {
    background-image: url("../img/button1_border_hover_white.svg");
  }
}
.button2 {
  width: max-content;
}
.button2 a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 0 17px;
  position: relative;
  padding: 15px 0;
}
.sp .button2 a {
  font-size: 13px;
}
.button2 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    #f97930 0px,
    #f97930 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 1px;
  background-repeat: repeat-x;
  transition: background 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .button2 a:hover::after {
    background-color: #f97930;
  }
}
.anchor_list {
  display: flex;
  flex-direction: column;
  width: 217px;
}
.sp .anchor_list {
  width: 100%;
  gap: 0 24px;
}
.anchor_list li {
  height: 53px;
}
.anchor_list li a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 0 17px;
  position: relative;
  transition: color 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp .anchor_list li a {
  font-size: 13px;
  line-height: 1.5;
  gap: 0 11px;
}
@media (hover: hover) {
  .anchor_list li a:hover {
    color: #f97930;
  }
}
.anchor_list li a.current {
  color: #f97930;
}
.anchor_list li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    #f97930 0px,
    #f97930 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 1px;
  background-repeat: repeat-x;
  transition: background 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .anchor_list li a:hover::before {
    background-color: #f97930;
  }
}
.anchor_list li a.current::before {
  background-color: #f97930;
}
.sp .more_area {
  display: block;
  height: 1000px;
  position: relative;
  overflow: hidden;
}
.sp .more_area.open {
  height: auto;
}
.sp .more_area::after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/more_gradient_yellow.png");
  background-repeat: repeat-x;
  background-size: 100px 120px;
  z-index: 10;
}
.sp .more_area.yellow::after {
  background-image: url("../img/more_gradient_yellow.png");
}
.sp .more_area.green_light::after {
  background-image: url("../img/more_gradient_green_light.png");
}
.sp .more_area.open::after {
  display: none;
}
.sp .more_gradient {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/bg_yellow.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.sp .more_button {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  width: 130px;
  height: 53px;
  align-items: center;
  gap: 0 17px;
  position: relative;
  margin: 20px auto 0;
  transition: color 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .more_button:hover {
    color: #f97930;
  }
}
.more_button::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    #f97930 0px,
    #f97930 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 1px;
  background-repeat: repeat-x;
  transition: background 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .more_button:hover::before {
    background-color: #f97930;
  }
}
.more_button .arrow {
  transform: rotate(90deg);
}
.more_button.open .arrow {
  transform: rotate(-90deg);
}
.head1 .container {
  display: flex;
  padding: 230px 6.73vw 0 8.95vw;
}
.sp .head1 .container {
  flex-direction: column;
  padding: 173px 25px 0 25px;
}
.head1 .page_title1 {
  text-align: left;
}
.head1 .description {
  margin: 10px 30px 0 13.68vw;
}
@media screen and (max-width: 1000px) {
  .head1 .description {
    margin: 10px 30px 0 30px;
  }
}
.sp .head1 .description {
  margin: 21px 0 0 0;
}
.head1 .anchor_list {
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.sp .head1 .anchor_list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 24px;
  margin-top: 51px;
}
.sp .head1 .anchor_list li {
  width: calc((100% - 24px) / 2);
  height: auto;
}
.sp .head1 .anchor_list li a {
  font-size: 14px;
  padding: 10px 0;
}
.faq .accordion_list {
  width: 100%;
  max-width: 844px;
  padding: 0 30px;
}
@media screen and (max-width: 1250px) {
  .faq .accordion_list {
    margin-top: 40px;
  }
}
.sp .faq .accordion_list {
  width: 100%;
  margin-top: 40px;
  padding: 0 17px 0 72px;
}
.faq .accordion_list > div {
  position: relative;
}
@media screen and (max-width: 1250px) {
  .faq .accordion_list > div {
    margin-left: 76px;
  }
}
.sp .faq .accordion_list > div {
  margin-left: 0;
}
.faq .accordion_list div + div {
  margin-top: 20px;
}
.sp .faq .accordion_list div + div {
  margin-top: 12px;
}
.faq .accordion_list > div::before {
  content: "";
  display: block;
  width: 13px;
  height: 3px;
  position: absolute;
  top: 37px;
  right: 110px;
  background-color: #f97930;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp .faq .accordion_list > div::before {
  top: 30px;
  right: 22px;
}
.faq .accordion_list > div.hover::before {
  transform: rotate(180deg);
}
.faq .accordion_list > div::after {
  content: "";
  display: block;
  width: 13px;
  height: 3px;
  position: absolute;
  top: 37px;
  right: 110px;
  transform: rotate(90deg);
  background-color: #f97930;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp .faq .accordion_list > div::after {
  top: 30px;
  right: 22px;
}
.faq .accordion_list > div.hover::after {
  transform: rotate(270deg);
}
.faq .accordion_list > div.open::after {
  opacity: 0;
}
.faq .accordion_list dt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  width: calc(100% - 76px);
  position: relative;
  padding: 23px 54px 23px 54px;
  background-color: #fff;
  border-radius: 20px 20px 20px 0;
  opacity: 1;
  cursor: pointer;
}
.sp .faq .accordion_list dt {
  font-size: 14px;
  width: 100%;
  padding: 19px 47px 19px 20px;
}
.faq .accordion_list dt::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -76px;
  margin: auto;
  background-image: url("../img/top_faq_questioner.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.sp .faq .accordion_list dt::before {
  width: 38px;
  height: 38px;
  top: auto;
  left: -51px;
  bottom: 10px;
}
.faq .accordion_list dt::after {
  content: "";
  display: block;
  width: 28px;
  height: 23px;
  position: absolute;
  bottom: 0;
  left: -27px;
  background-image: url("../img/top_faq_fukidashi.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.sp .faq .accordion_list dt::after {
  width: 19px;
  height: 16px;
  left: -19px;
}
.faq .accordion_list dt p {
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.faq .accordion_list dd {
  height: 0;
  position: relative;
  margin-top: 11px;
  padding-right: 76px;
  overflow: hidden;
}
.sp .faq .accordion_list dd {
  margin: 8px 0 0 -54px;
  padding: 0 0 0 54px;
}
.faq .accordion_list dd .flex {
  align-items: start;
  flex-wrap: nowrap;
  gap: 16px 16px;
  position: relative;
  padding: 28px 46px;
  background-color: #fffdf2;
  border-radius: 20px 20px 0 20px;
}
.sp .faq .accordion_list dd .flex {
  flex-direction: column;
  align-items: start;
  padding: 19px 25px 19px 20px;
  border-radius: 20px 20px 20px 0;
}
.faq .accordion_list dd .flex.vertical {
  flex-direction: column;
}
.faq .accordion_list dd .flex::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  right: -76px;
  bottom: 10px;
  margin: auto;
  background-image: url("../img/top_faq_respondent.svg");
  background-size: 54px 54px;
  background-repeat: no-repeat;
  z-index: 1;
}
.sp .faq .accordion_list dd .flex::before {
  width: 38px;
  height: 38px;
  right: auto;
  left: -51px;
  background-size: 38px 38px;
}
.faq .accordion_list dd .flex::after {
  content: "";
  display: block;
  width: 29px;
  height: 23px;
  position: absolute;
  bottom: 0;
  right: -28px;
  background-image: url("../img/top_faq_fukidashi2.svg");
  background-size: 29px 23px;
  background-repeat: no-repeat;
  z-index: 1;
}
.sp .faq .accordion_list dd .flex::after {
  width: 19px;
  height: 16px;
  right: auto;
  left: -19px;
  transform: scaleX(-1);
}
.faq .accordion_list dd .flex .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  width: auto;
}
.sp .faq .accordion_list dd .flex .text {
  font-size: 14px;
}
.faq .accordion_list dd .flex .frame {
  flex-shrink: 0;
  margin-top: auto;
}
.sp .faq .accordion_list dd .flex .frame {
  margin-top: 7px;
}
.sp .faq .accordion_list dd .flex.vertical .frame {
  width: 100%;
  height: auto;
}
.sp .faq .accordion_list dd .flex.vertical .frame img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-button-prev,
.swiper-button-next {
  width: 54px;
  height: 54px;
  right: 0;
  left: 0;
  margin: auto;
}
.sp .swiper-button-prev,
.sp .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 54px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  transform: translateX(-35.78vw);
}
.sp .swiper-button-prev,
.sp .swiper-rtl .swiper-button-next {
  right: auto;
  left: 7px;
  transform: translateX(0px);
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  transform: translateX(35.78vw);
}
.sp .swiper-button-next,
.sp .swiper-rtl .swiper-button-prev {
  right: 7px;
  left: auto;
  transform: translateX(0);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/swiper_arrow.svg");
  background-size: 54px 54px;
  background-repeat: no-repeat;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
.swiper-button-prev::after {
  transform: rotate(180deg);
}
.sp .swiper-button-prev::after,
.sp .swiper-button-next::after {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
@media (hover: hover) {
  .swiper-button-prev:hover::after {
    transform: scale(1.1) rotate(180deg);
  }
  .swiper-button-next:hover::after {
    transform: scale(1.1);
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.swiper-pagination-progressbar {
  width: 646px !important;
  height: 7px !important;
  top: auto !important;
  right: 0 !important;
  bottom: -64px !important;
  left: 0 !important;
  margin: 0 auto !important;
  background-color: #00341c !important;
  border-radius: 10px;
  overflow: hidden;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #0c794c !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%);
  border-radius: 50%;
}
.swiper-scrollbar {
  width: 646px !important;
  height: 7px !important;
  position: relative;
  top: auto !important;
  right: 0 !important;
  bottom: -64px !important;
  left: 0 !important;
  margin: 0 auto !important;
  opacity: 1 !important;
  background-color: #00341c !important;
}
.sp .swiper-scrollbar {
  width: 197px !important;
  bottom: -46px !important;
}
.swiper-scrollbar-drag {
  background-color: #0c794c !important;
}
@media (hover: hover) {
  .swiper-scrollbar-drag:hover {
    cursor: grab;
  }
}
.swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.content .form {
  width: 100%;
  padding: 76px 40px 80px;
}
.sp .content .form {
  padding: 31px 15px 40px;
}
.content .form .icon {
  text-align: center;
}
.sp .content .form .icon {
  width: 50px !important;
}
.content .form > .description {
  margin-top: 37px;
  text-align: center;
}
.sp .content .form > .description {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 23px;
}
.content .form .wpcf7 {
  width: 100%;
  max-width: 784px;
  margin: 46px auto 0;
}
.sp .content .form .wpcf7 {
  margin: 21px auto 0;
}
.farmtour_page .content .form .wpcf7 {
  max-width: 100%;
}
.farmtour_page .content .form .wpcf7 form .attention_required,
.farmtour_page .content .form .wpcf7 form > dl {
  max-width: 784px;
  margin: 10px auto 0;
}
.farmtour_page .content .form .wpcf7 form > dl > div + div {
  margin-top: 20px;
}
.content .form .attention_required {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #f97930;
}
.content .form form > dl {
  margin-top: 7px;
}
.sp .content .form form > dl {
  margin-top: 21px;
  padding: 0 23px;
}
.content .form dl dt:has(+ dd dl) {
  width: 187px;
}
.content .form dl dt:not(:has(+ dd dl)) {
  width: 300px;
}
.content .form dl dl dt {
  width: 113px !important;
  flex-shrink: 0;
}
.sp .content .form dl dl dt {
  width: 100%;
}
.farmtour_page .content .form dl dd {
  max-width: 385px;
  flex-shrink: 0;
}
.sp .farmtour_page .content .form dl dd {
  max-width: 100%;
}
.sp .farmtour_page .content .form dl dt:not(:has(+ dd dl)) + dd {
  width: 100%;
}
.content .form dl dl dd {
  width: 385px;
}
.content .form dl > div {
  display: flex;
}
.sp .content .form dl > div {
  flex-direction: column;
}
.content .form dl > div + div {
  margin-top: 10px;
}
.sp .content .form dl > div + div {
  margin-top: 21px;
}
.sp .content .form .representative dl > div + div {
  margin-top: 8px;
}
.content .form dl > div + div.file {
  margin-top: 15px;
}
.sp .content .form dl > div + div.file {
  margin-top: 21px;
}
.content .form dl dt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  width: 249px;
  padding-top: 6px;
}
.sp .content .form dl dt {
  width: 100%;
  padding-top: 0;
}
.content .form dl dt .required {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: inline-block;
  padding-left: 5px;
  color: #f97930;
}
.content .form dl dd {
  width: calc(100% - 249px);
}
.sp .content .form dl dd {
  width: 100%;
  margin-top: 4px;
}
.content .form dl .name dd input,
.content .form dl .kana dd input {
  max-width: 248px;
}
.sp .content .form dl .name dd input,
.sp .content .form dl .kana dd input {
  max-width: 100%;
}
.farmtour_page .content .form dl .hope dd input {
  max-width: 198px;
}
.sp .farmtour_page .content .form dl .hope dd input {
  max-width: auto;
}
.farmtour_page .content .form dl .name dd input,
.farmtour_page .content .form dl .kana dd input {
  max-width: 100%;
}
.farmtour_page .content .form dl .number dd input,
.farmtour_page .content .form dl .age dd select {
  max-width: 198px;
}
.sp .farmtour_page .content .form dl .number dd input {
  max-width: 140px;
}
.sp .farmtour_page .content .form dl .age dd select {
  max-width: 100%;
}
.farmtour_page .content .form dl .date dl dd > p {
  display: flex;
  align-items: center;
  gap: 10px 40px;
}
.sp .farmtour_page .content .form dl .date dl dd > p {
  flex-direction: column;
  align-items: start;
}
.farmtour_page .content .form dl .date dl select {
  width: 198px;
}
.farmtour_page .content .form dl .number dd > p {
  display: flex;
  align-items: end;
  gap: 0 10px;
}
.farmtour_page .content .form dl .number .unit {
  font-weight: bold;
}
.content .form dl .zip dd > p {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.content .form dl .zip dd input {
  max-width: 169px;
}
.sp .content .form dl .zip dd input {
  max-width: 140px;
}
.content .form dl .zip dd .zip-button {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  color: #fff;
  background-color: #f97930;
  border-radius: 10px;
}
.content .form dl .insert dd .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.content .form .personal {
  margin-top: 80px;
}
.sp .content .form .personal {
  margin-top: 46px;
}
.farmtour_page .content .form .personal {
  max-width: 784px;
  margin: 80px auto 0;
}
.sp .farmtour_page .content .form .personal {
  margin: 46px auto 0;
}
.sp .content .form .personal .title {
  padding: 0 23px;
}
.content .form .personal .description {
  margin-top: 6px;
}
.sp .content .form .personal .description {
  padding: 0 23px;
}
.content .form .personal_container {
  height: 230px;
  margin-top: 20px;
  padding: 0 10px 0;
  background-color: #fffadd;
  border-radius: 30px;
}
.sp .content .form .personal_container {
  height: 244px;
  margin-top: 14px;
  padding: 0 6px 0;
  border-radius: 10px;
}
.content .form .personal_scroller {
  height: 100%;
  padding: 30px 40px 30px;
}
.sp .content .form .personal_scroller {
  padding: 28px 17px 28px;
}
.content .form .personal_scroller .simplebar-track.simplebar-vertical {
  width: 6px;
  height: calc(100% - 60px);
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}
.sp .content .form .personal_scroller .simplebar-track.simplebar-vertical {
  height: calc(100% - 30px);
}
.content .form .personal_scroller .simplebar-scrollbar {
  height: 55px;
}
.content .form .personal_scroller .simplebar-scrollbar:before {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d0d0d0;
}
.content .form .personal_container h4 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #f97930;
}
.content .form .personal_container p {
  margin-top: 8px;
}
.sp .content .form .personal_container p {
  margin-top: 15px;
}
.content .form .personal_container p + p {
  margin-top: 1.8em;
}
.sp .content .form .personal_container p + p {
  margin-top: 1.8em;
}
.content .form .attention {
  max-width: 980px;
  height: auto;
  margin: 36px auto 0;
  padding: 32px 40px 42px;
  background-color: #fffadd;
  border-radius: 30px;
}
.sp .content .form .attention {
  margin-top: 40px;
  padding: 28px 20px 42px;
  border-radius: 10px;
}
.content .form .attention .attention_container {
  max-width: 784px;
  margin: 0 auto;
}
.content .form .attention .sec_title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #f97930;
  text-align: center;
}
.content .form .attention .attention_list {
  margin-top: 13px;
}
.sp .content .form .attention .attention_list {
  margin-top: 15px;
}
.content .form .attention .attention_list li {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
.content .form .personal .accept {
  margin-top: 30px;
  text-align: center;
}
.sp .content .form .personal .accept {
  margin-top: 27px;
}
.content .form .personal .accept .wpcf7-list-item-label {
  position: relative;
  padding-left: 36px;
  transition: color 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
.content
  .form
  .personal
  .accept
  span.wpcf7-list-item
  label:hover
  .wpcf7-list-item-label {
  opacity: 1 !important;
  color: #f97930;
}
.content .form .personal .accept .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  margin: auto;
  background-size: cover, 0 0;
  background-repeat: no-repeat;
}
.content
  .form
  .personal
  .accept
  .wpcf7-list-item
  label
  .wpcf7-list-item-label::before {
  background-image: url("../img/contact_check_off.svg"),
    url("../img/contact_check_on.svg");
}
.content
  .form
  .personal
  .accept
  .wpcf7-list-item
  label
  input:checked
  + .wpcf7-list-item-label::before {
  background-size: 0 0, cover;
}
.content .form .button1 {
  margin: 30px auto 0;
}
.sp .content .form .button1 {
  margin: 30px auto 0;
}
@media (hover: hover) {
  .content .form .button1:hover {
    cursor: pointer;
  }
}
.content .form .button1 input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.content .form .recaptcha {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 30px;
  text-align: center;
}
.content .form .recaptcha a {
  display: inline;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #000;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: text-decoration 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
.content .form .recaptcha a:hover {
  text-decoration-color: rgba(0, 0, 0, 0);
}
.grecaptcha-badge {
  display: none !important;
  z-index: 100;
}
.news .pickup {
  width: calc(100% - 60px);
  max-width: 850px;
  height: auto;
  position: relative;
  margin: 0 auto;
}
.sp .news .pickup {
  width: calc(100% - 20px);
  margin: 55px auto 0;
}
.top_page .news .pickup {
  margin-top: 21px;
}
@media screen and (max-width: 1000px) {
  .news_page .news .pickup {
    width: calc(100% + 30px);
    margin: 111px -15px 0;
  }
}
.sp .top_page .news .pickup {
  margin-top: 62px;
}
.sp .news_page .news .pickup {
  width: calc(100% + 30px);
  margin: 111px -15px 0;
}
.news .pickup .illust {
  width: 209px;
  height: auto;
  position: absolute;
  top: -63px;
  right: -27px;
  z-index: 1;
}
.sp .news .pickup .illust {
  width: 184px;
  height: auto;
  top: -71px;
  right: -5px;
}
.news .pickup .illust img {
  display: block;
  width: 100%;
  height: auto;
}
.news .pickup .img {
  border: 10px solid #f1e16d;
  border-radius: 30px;
  overflow: hidden;
}
.sp .news .pickup .img {
  border: 5px solid #f1e16d;
}
.news .pickup a .img img {
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .news .pickup a:hover .img img {
    transform: scale(1.03);
  }
}
.news .pickup .caption {
  display: flex;
  align-items: center;
  gap: 0 17px;
  margin-top: 13px;
}
.sp .news .pickup .caption {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  flex-direction: row-reverse;
  gap: 0 12px;
  margin-top: 8px;
}
.news .pickup + .latest {
  margin-top: 57px;
}
.sp .news .latest {
  margin-top: 40px;
}
.news_page .news .latest .news_list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 30px;
}
.top_page .news .latest .news_list li {
  width: 323px;
}
.sp .top_page .news .latest .news_list li {
  width: 231px;
}
.news_page .news .latest .news_list li {
  width: calc((100% - 60px) / 3);
}
.sp .news_page .news .latest .news_list li {
  width: 100%;
}
.news .latest .news_list li a {
  overflow: visible;
}
.news .latest .news_list li a .img {
  mask-image: url("../img/top_news_latest_mask.svg");
  mask-size: contain;
}
.sp .news .latest .news_list li a .img {
  mask-size: contain;
}
.news .latest .news_list li a .img img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 323/212;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .news .latest .news_list li a:hover .img img {
    transform: scale(1.05);
  }
}
.news .latest .news_list li a .info .category {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  width: max-content;
  position: relative;
  margin-top: -19px;
  padding: 10px 19px;
  color: #f97930;
  background-color: #fffdf2;
  border-radius: 100px;
  z-index: 1;
}
.sp .news .latest .news_list li a .info .category {
  font-size: 13px;
  margin-top: -26px;
  margin-left: -9px;
  padding: 9px 19px;
}
.news .latest .news_list li a .info .flex {
  align-items: center;
  gap: 0 26px;
  margin-top: 14px;
}
.sp .news .latest .news_list li a .info .flex {
  gap: 0 12px;
}
.news .latest .news_list li a .info .flex .date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #909090;
}
.news .latest .news_list li a .info .flex .company {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #00693e;
}
.sp .news .latest .news_list li a .info .flex .company {
  font-size: 12px;
}
.news .latest .news_list li a .info .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 5px;
}
.sp .news .latest .news_list li a .info .title {
  font-size: 14px;
  margin-top: 7px;
}
.talk_list2 {
  width: 100%;
  max-width: 1076px;
  height: auto;
  margin: 0 auto;
}
.sp .talk_list2 {
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.talk_list2 li {
  position: relative;
  aspect-ratio: 1078/379;
  z-index: 1;
}
.sp .talk_list2 li {
  max-width: 355px;
  height: 309px;
  aspect-ratio: auto;
  margin: 0 auto;
}
.talk_list2 li + li {
  margin-top: 48px;
}
.sp .talk_list2 li + li {
  margin-top: 90px;
}
.talk_list2 a {
  position: relative;
  overflow: visible;
}
.talk_list2 a .title {
  font-size: clamp(16px, 1.67vw, 24px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8;
  width: 54%;
  max-width: 509px;
  position: absolute;
  bottom: 46px;
  left: 4.79vw;
  color: #fff;
}
.sp .talk_list2 a .title {
  font-size: 15px;
  width: 80%;
  bottom: 62px;
  left: 15px;
}
.talk_list2 a .title::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -37px;
  bottom: 13px;
  background-image: url("../img/icon_arrow.svg");
  background-repeat: repeat-x;
  background-size: 30px 30px;
  background-color: #f97930;
  border-radius: 50%;
  transition: background 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.sp .talk_list2 a .title::before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
@media (hover: hover) {
  .talk_list2 a:hover .title::before {
    background-position-x: 30px;
  }
  .sp .talk_list2 a:hover .title::before {
    background-position-x: 20px;
  }
}
.talk_list2 a .img {
  top: 0;
  left: 0;
  z-index: -1;
  mask-image: url("../img/talklist2_img_mask.svg");
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}
.sp .talk_list2 a .img {
  height: 100%;
  mask-image: url("../img/talk_link_thumb_mask.png");
}
.talk_list2 a .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(23, 8, 0, 0.5) 30.76%,
    rgba(23, 8, 0, 0) 65.3%
  );
  opacity: 0.5;
  z-index: 1;
}
.sp .talk_list2 a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.talk_list2 a .img img {
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .talk_list2 a:hover .img img {
    transform: scale(1.04);
  }
}
.talk_list2 a .speaker {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: 132px;
  position: absolute;
  right: -3.41vw;
  bottom: -28px;
  color: #2c2c2c;
  background-image: url("../img/top_talk_speaker_frame.png");
  background-size: contain;
}
.sp .talk_list2 a .speaker {
  font-size: 12px;
  width: 198px;
  height: 106px;
  right: 0;
  bottom: -70px;
}
.talk_list2 a .speaker::before {
  content: "";
  display: block;
  width: 67px;
  height: 62px;
  position: absolute;
  top: -42px;
  right: 16px;
  background-image: url("../img/egg_m.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.sp .talk_list2 a .speaker::before {
  width: 54px;
  top: -26px;
  right: 4px;
}
.talk_swiper {
  overflow: visible;
}
.talk_swiper .swiper-slide {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 20px;
  width: 61.32vw;
  max-width: 1018px;
}
.sp .talk_swiper .swiper-slide {
  width: 303px;
  flex-direction: column;
}
.talk_swiper .swiper-slide a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 20px;
}
.sp .talk_swiper .swiper-slide a {
  flex-direction: column;
  overflow: visible;
}
.talk_swiper .swiper-slide .img {
  flex-shrink: 0;
  width: 617px;
  height: auto;
  mask-image: url("../img/top_talk_mask.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  overflow: hidden;
}
.sp .talk_swiper .swiper-slide .img {
  width: 100%;
  height: auto;
}
.talk_swiper .swiper-slide a .img img {
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .talk_swiper .swiper-slide a:hover .img img {
    transform: scale(1.04);
  }
}
.talk_swiper .swiper-slide .description {
  font-size: clamp(16px, 1.44vw, 24px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  width: 320px;
  position: relative;
}
.sp .talk_swiper .swiper-slide .description {
  font-size: 18px;
  width: 255px;
  margin-top: 106px;
}
.sp .talk_swiper .swiper-slide:not(.swiper-slide-active) .description::before,
.sp .talk_swiper .swiper-slide:not(.swiper-slide-active) .description::after {
  opacity: 0;
}
.talk_swiper .swiper-slide .description::before {
  content: "";
  display: block;
  width: 57px;
  height: 33px;
  position: absolute;
  top: -4.87vw;
  right: 16px;
  margin: auto;
  background-image: url("../img/top_talk_fukidashi1.svg");
  background-size: 57px 33px;
  background-repeat: no-repeat;
}
.sp .talk_swiper .swiper-slide .description::before {
  width: 43px;
  height: 25px;
  top: 3px;
  right: auto;
  left: -50px;
  transform: rotate(-68deg);
  background-size: contain;
  transition: opacity 0.35s cubic-bezier(0.33, 1, 0.68, 1);
}
.talk_swiper .swiper-slide .description::after {
  content: "";
  display: block;
  width: 89px;
  height: 32px;
  position: absolute;
  right: 26px;
  bottom: -4.7vw;
  margin: auto;
  background-image: url("../img/top_talk_fukidashi2.svg");
  background-size: 89px 32px;
  background-repeat: no-repeat;
}
.sp .talk_swiper .swiper-slide .description::after {
  width: 50px;
  height: 18px;
  top: 8px;
  right: -48px;
  bottom: auto;
  transform: rotate(-120deg);
  background-size: contain;
  transition: opacity 0.35s cubic-bezier(0.33, 1, 0.68, 1);
}
.talk_swiper .swiper-slide .speaker {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: 132px;
  position: absolute;
  right: -3.41vw;
  bottom: -28px;
  color: #2c2c2c;
  background-image: url("../img/top_talk_speaker_frame.png");
  background-size: contain;
}
.sp .talk_swiper .swiper-slide .speaker {
  right: -23px;
  bottom: 108px;
  transform: scale(0.8);
}
.talk_swiper .swiper-slide .speaker::before {
  content: "";
  display: block;
  width: 66px;
  height: 56px;
  position: absolute;
  top: -42px;
  right: 16px;
  background-image: url("../img/egg_m.png");
  background-size: 67px 62px;
  background-repeat: no-repeat;
}
.sp .talk_swiper .swiper-slide .speaker::before {
  width: 50px;
  height: 41px;
  top: -34px;
  right: 13px;
  background-size: 54px 50px;
}
.sp .talk_swiper .swiper-button-prev,
.sp .talk_swiper .swiper-button-next {
  top: 75px;
}
.border_container {
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
}
.border_container .top {
  width: calc(100% - 60px);
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: linear-gradient(
    to right,
    #f97930 0px,
    #f97930 4px,
    transparent 4px,
    transparent 8px
  );
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position-x: 4px;
}
.border_container .right {
  width: 1px;
  height: calc(100% - 60px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: linear-gradient(
    to bottom,
    #f97930 0px,
    #f97930 4px,
    transparent 4px,
    transparent 8px
  );
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-position-y: 4px;
}
.border_container .bottom {
  width: calc(100% - 60px);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: linear-gradient(
    to right,
    #f97930 0px,
    #f97930 4px,
    transparent 4px,
    transparent 8px
  );
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position-x: 4px;
}
.border_container .left {
  width: 1px;
  height: calc(100% - 60px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: linear-gradient(
    to bottom,
    #f97930 0px,
    #f97930 4px,
    transparent 4px,
    transparent 8px
  );
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-position-y: 4px;
}
.border_container .top_right,
.border_container .right_bottom,
.border_container .bottom_left,
.border_container .left_top {
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url("../img/dashed_corner.png");
  background-size: contain;
}
.border_container .top_right {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.border_container .right_bottom {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.border_container .bottom_left {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
.border_container .left_top {
  top: 0;
  left: 0;
  transform: rotate(0);
}
.chicken_a_l,
.chicken_b_l,
.chicken_c_l,
.chicken_d_l,
.chicken_e_l {
  width: 8.33vw;
  height: 8.33vw;
}
.chicken_a_m,
.chicken_b_m,
.chicken_c_m,
.chicken_d_m,
.chicken_e_m {
  width: 6.25vw;
  height: 6.25vw;
}
.chicken_a_s,
.chicken_b_s,
.chicken_c_s,
.chicken_d_s,
.chicken_e_s {
  width: 4.17vw;
  height: 4.17vw;
}
.chick_a_l,
.chick_b_l,
.chick_c_l,
.chick_d_l {
  width: 3.13vw;
  height: 4.17vw;
}
.chick_a_m,
.chick_b_m,
.chick_c_m,
.chick_d_m {
  width: 2.5vw;
  height: 3.33vw;
}
.chick_a_s,
.chick_b_s,
.chick_c_s,
.chick_d_s {
  width: 1.53vw;
  height: 2.08vw;
}
.human_a_l,
.human_b_l {
  width: 6.25vw;
  height: 12.5vw;
}
.human_c_l,
.human_d_l {
  width: 7.22vw;
  height: 12.5vw;
}
.human_a_m,
.human_b_m {
  width: 5.07vw;
  height: 10.14vw;
}
.human_c_m,
.human_d_m {
  width: 5.83vw;
  height: 10.14vw;
}
.human_a_s,
.human_b_s {
  width: 3.82vw;
  height: 7.64vw;
}
.human_c_s,
.human_d_s {
  width: 4.38vw;
  height: 7.64vw;
}
.cloud_a_l,
.cloud_b_l {
  width: 16.67vw;
  height: 5.21vw;
}
.cloud_c_l,
.cloud_d_l {
  width: 16.67vw;
  height: 6.04vw;
}
.cloud_a_s,
.cloud_b_s {
  width: 8.06vw;
  height: 2.5vw;
}
.cloud_c_s,
.cloud_d_s {
  width: 7.64vw;
  height: 2.78vw;
}
.egg_l {
  width: 6.67vw;
  height: 6.11vw;
}
.egg_m {
  width: 4.58vw;
  height: 3.89vw;
}
.egg_s {
  width: 3.19vw;
  height: 2.78vw;
}
.sun_l {
  width: 10.42vw;
  height: 10.42vw;
}
.sun_m {
  width: 6.94vw;
  height: 6.94vw;
}
.sun_s {
  width: 4.17vw;
  height: 4.17vw;
}
.grass_l {
  width: 9.72vw;
  height: 5.28vw;
}
.grass_m {
  width: 6.53vw;
  height: 3.61vw;
}
.grass_s {
  width: 4.72vw;
  height: 2.64vw;
}
.absolute.chicken_a_l,
.absolute.chicken_b_l,
.absolute.chicken_c_l,
.absolute.chicken_d_l,
.absolute.chicken_e_l {
  width: 120px;
  height: 120px;
}
.absolute.chicken_a_m,
.absolute.chicken_b_m,
.absolute.chicken_c_m,
.absolute.chicken_d_m,
.absolute.chicken_e_m {
  width: 90px;
  height: 90px;
}
.absolute.chicken_a_s,
.absolute.chicken_b_s,
.absolute.chicken_c_s,
.absolute.chicken_d_s,
.absolute.chicken_e_s {
  width: 60px;
  height: 60px;
}
.absolute.chick_a_l,
.absolute.chick_b_l,
.absolute.chick_c_l,
.absolute.chick_d_l {
  width: 45px;
  height: 60px;
}
.absolute.chick_a_m,
.absolute.chick_b_m,
.absolute.chick_c_m,
.absolute.chick_d_m {
  width: 36px;
  height: 48px;
}
.absolute.chick_a_s,
.absolute.chick_b_s,
.absolute.chick_c_s,
.absolute.chick_d_s {
  width: 22px;
  height: 30px;
}
.absolute.human_a_l,
.absolute.human_b_l {
  width: 90px;
  height: 180px;
}
.absolute.human_c_l,
.absolute.human_d_l {
  width: 104px;
  height: 180px;
}
.absolute.human_a_m,
.absolute.human_b_m {
  width: 73px;
  height: 146px;
}
.absolute.human_c_m,
.absolute.human_d_m {
  width: 84px;
  height: 146px;
}
.absolute.human_a_s,
.absolute.human_b_s {
  width: 55px;
  height: 110px;
}
.absolute.human_c_s,
.absolute.human_d_s {
  width: 63px;
  height: 110px;
}
.absolute.cloud_a_l,
.absolute.cloud_b_l {
  width: 240px;
  height: 75px;
}
.absolute.cloud_c_l,
.absolute.cloud_d_l {
  width: 240px;
  height: 87px;
}
.absolute.cloud_a_s,
.absolute.cloud_b_s {
  width: 116px;
  height: 36px;
}
.absolute.cloud_c_s,
.absolute.cloud_d_s {
  width: 110px;
  height: 40px;
}
.absolute.egg_l {
  width: 96px;
  height: 88px;
}
.absolute.egg_m {
  width: 66px;
  height: 56px;
}
.absolute.egg_s {
  width: 46px;
  height: 40px;
}
.absolute.sun_l {
  width: 150px;
  height: 150px;
}
.absolute.sun_m {
  width: 100px;
  height: 100px;
}
.absolute.sun_s {
  width: 60px;
  height: 60px;
}
.absolute.grass_l {
  width: 140px;
  height: 76px;
}
.absolute.grass_m {
  width: 94px;
  height: 52px;
}
.absolute.grass_s {
  width: 68px;
  height: 38px;
}
.step1 {
  animation-name: motionStep1;
  animation-fill-mode: both;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes motionStep1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(60px, 10px);
  }
}
@keyframes motionStep1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(30px, 5px);
  }
}
.step1.translate1 {
  animation-name: translate1;
  animation-fill-mode: both;
  animation-duration: 2.6s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes translate1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-40px, 20px);
  }
}
@keyframes translate1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-20px, 10px);
  }
}
.step1.translate2 {
  animation-name: translate2;
  animation-fill-mode: both;
  animation-duration: 3.1s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes translate2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(20px, -16px);
  }
}
@keyframes translate2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, -8px);
  }
}
.step1.translate3 {
  animation-name: translate3;
  animation-fill-mode: both;
  animation-duration: 2.7s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes translate3 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50px, -14px);
  }
}
@keyframes translate3 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-25px, -7px);
  }
}
.step2 {
  animation-name: motionStep2;
  animation-fill-mode: both;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes motionStep2 {
  0% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.step2.rotate1 {
  animation-name: rotate1;
  animation-fill-mode: both;
  animation-duration: 3.4s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes rotate1 {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.step2.rotate2 {
  animation-name: rotate2;
  animation-fill-mode: both;
  animation-duration: 2.8s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes rotate2 {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.step2.rotate3 {
  animation-name: rotate3;
  animation-fill-mode: both;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes rotate3 {
  0% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
.anchor_nav {
  display: none;
  width: 270px;
  height: 52px;
  position: fixed;
  top: 85px;
  left: 13px;
  padding: 6px 0;
  background-color: #fff;
  border-radius: 10px;
  z-index: 80;
  overflow: hidden;
  transform: translateY(-6px);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.1s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  pointer-events: none;
}
.sp .anchor_nav {
  display: block;
}
.anchor_nav.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.anchor_nav a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 10px 15px;
}
.anchor_nav li:first-child a {
  color: #f97930;
}
.anchor_nav li:not(:first-child) a {
  position: relative;
  padding-left: 41px;
}
.anchor_nav li:not(:first-child) a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  transform: rotate(90deg);
  margin: auto;
  background-image: url("../img/icon_arrow.svg");
  background-repeat: repeat-x;
  background-size: 18px 18px;
  background-color: #f97930;
  border-radius: 50%;
  transition: background 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
@media (hover: hover) {
  .anchor_nav li:not(:first-child) a:hover::before {
    background-position-x: 18px;
  }
}
.anchor_nav .anchor_nav_button {
  display: none;
  width: 47px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.sp .anchor_nav .anchor_nav_button {
  display: block;
}
.anchor_nav .anchor_nav_button::before {
  content: "";
  display: none;
  width: 13px;
  height: 2px;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #ee7800;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp .anchor_nav .anchor_nav_button::before {
  display: block;
}
@media (hover: hover) {
  .anchor_nav .anchor_nav_button:hover::before {
    transform: rotate(180deg);
  }
}
.anchor_nav .anchor_nav_button::after {
  content: "";
  display: none;
  width: 13px;
  height: 2px;
  position: absolute;
  inset: 0;
  margin: auto;
  transform: rotate(90deg);
  background-color: #ee7800;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp .anchor_nav .anchor_nav_button::after {
  display: block;
}
.anchor_nav .anchor_nav_button.open::after {
  opacity: 0;
}
@media (hover: hover) {
  .anchor_nav .anchor_nav_button:hover::after {
    transform: rotate(270deg);
  }
}
:root {
  --scrollbar-width: 0px;
  --viewport-width: 100vw;
  --headertop-height: 100px;
  --fukidashi_container-height: 0px;
}
body {
  background-color: #fff;
}
.container1 {
  width: 800px;
  margin: 0 auto;
}
.sp .container1 {
  width: 100%;
  padding: 0 15px;
}
picture {
  display: block;
}
.img img,
picture img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  display: block;
  width: 100%;
  height: 100%;
}
.motion1 {
  opacity: 0;
}
.motion1.show {
  opacity: 1;
}
.motion2 {
  opacity: 0;
}
.show_ease1 {
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.show_ease2 {
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.show_ease3 {
  transition: opacity 0.1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.show_ease1.ease_none,
.show_ease2.ease_none,
.show_ease3.ease_none {
  transition: opacity 0s !important;
}
.loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../img/bg_gray.jpg");
  background-color: #fff;
  background-repeat: repeat;
  background-size: 50px 50px;
  z-index: 99999;
}
.sp .loading {
  background-size: 40px 40px;
}
.loading_hidden {
  opacity: 0;
}
.loading_hidden.show {
  opacity: 1 !important;
}
.loading .egg_container {
  display: flex;
  justify-content: center;
  gap: 0 81px;
}
.sp .loading .egg_container {
  gap: 0 60px;
  transform: scale(0.7);
}
.loading .egg_container .egg {
  width: 33px;
  height: 40px;
  position: relative;
}
.loading .egg_container .egg .egg_top {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: bottom right;
}
.loading .egg_container .egg .egg_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.loading .egg_container .egg .shake_container {
  width: 33px;
  height: 40px;
  position: relative;
  transform-origin: bottom center;
}
.loading .egg_container .egg .shake_container.shake {
  animation-name: shake;
  animation-fill-mode: backwards;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-direction: normal;
}
@keyframes shake {
  10% {
    transform: rotate(-12deg);
  }
  20% {
    transform: rotate(12deg);
  }
  30% {
    transform: rotate(-12deg);
  }
  40% {
    transform: rotate(0deg);
  }
}
.loading .egg_container .egg .shake_container.shake2 {
  animation-name: shake2;
  animation-fill-mode: backwards;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-direction: normal;
}
@keyframes shake2 {
  10% {
    transform: rotate(-12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
.loading .copy {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 40px;
}
.sp .loading .copy {
  transform: scale(0.8);
  margin-top: 20px;
}
header .logo_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 229px;
  height: 123px;
  padding: 38px 48px;
  background-color: #ee7800;
  border-radius: 0 0 50px 0;
  overflow: hidden;
  z-index: 10000;
}
@media screen and (max-width: 1439px) {
  header .logo_container {
    width: 172px;
    height: 90px;
    padding: 27px 41px 0 36px;
  }
}
.sp header .logo_container {
  width: 142px;
  height: 76px;
  padding: 21px 24px;
  border-radius: 0 0 25px 0;
}
@media screen and (max-width: 1439px) {
  header .logo_container .logo {
    width: 94px;
    height: auto;
  }
}
.sp header .logo_container .logo {
  width: 90px;
}
@media screen and (max-width: 1439px) {
  header .logo_container .logo img {
    display: block;
    width: 100%;
    height: auto;
  }
}
header .gnav_container {
  width: 918px;
  height: 88px;
  position: fixed;
  top: 25px;
  right: 0;
  left: 47px;
  margin: 0 auto;
  padding: 23px 46px;
  z-index: 9999;
}
@media screen and (max-width: 1439px) {
  header .gnav_container {
    width: max-content;
    height: 65px;
    left: 64px;
    margin: 0 auto;
    padding: 15px 38px 14px;
  }
}
@media screen and (min-width: 1000px) {
  header .gnav_container {
    display: block !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 999px) {
  header .gnav_container {
    display: none;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 156px 25px 0;
    background-color: #fff;
    background-image: url("../img/bg_gray.jpg");
    background-repeat: repeat;
    background-size: 50px 50px;
    overflow-y: scroll;
    box-shadow: none;
  }
}
.sp header .gnav_container {
  display: none;
}
@media screen and (min-width: 1000px) {
  header .gnav_container.add_ease {
    transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .scroll_down header .gnav_container.add_ease {
    transform: translateY(calc(-100% - 25px)) !important;
  }
}
header .gnav_container .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0 0 14px rgba(198, 198, 198, 0.15));
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  header .gnav_container .bg {
    display: none;
  }
}
header .gnav_container .gnav_list {
  display: flex;
  justify-content: space-between; /* 分散對齊，每個項目之間有均等的空間 */
  gap: 0 35px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1439px) {
  header .gnav_container .gnav_list {
    gap: 0 15px;
  }
}
@media screen and (max-width: 999px) {
  header .gnav_container .gnav_list {
    display: none;
  }
}
header .gnav_container .gnav_list li {
  text-align: center;
}
header .gnav_container .gnav_list li a {
  transition: color 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  header .gnav_container .gnav_list li a:hover {
    color: #f97930;
  }
}
header .gnav_container .gnav_list li a .ja {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  display: block;
}
@media screen and (max-width: 1439px) {
  header .gnav_container .gnav_list li a .ja {
    font-size: 13px;
  }
}
header .gnav_container .gnav_list li a .en {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: block;
  color: #f97930;
}
header .gnav_container .gnav_list_sp {
  display: flex;
  flex-direction: column;
  gap: 0 0;
  width: 100%;
  max-width: 500px;
  margin: 20px auto 0;
}
@media screen and (min-width: 1000px) {
  header .gnav_container .gnav_list_sp {
    display: none;
  }
}
header .gnav_container .gnav_list_sp li {
  width: 100%;
  position: relative;
}
header .gnav_container .gnav_list_sp li .page {
  position: relative;
}
header .gnav_container .gnav_list_sp li .page a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  padding: 20px 0 20px 12px;
  transition: color 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
header .gnav_container .gnav_list_sp li .anchor_button {
  width: 30px;
  height: 64px;
  position: absolute;
  top: 0;
  right: -12px;
  cursor: pointer;
  z-index: 1;
}
header .gnav_container .gnav_list_sp li .anchor_button::before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
  background-color: #ee7800;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  header .gnav_container .gnav_list_sp li .anchor_button:hover::before {
    transform: rotate(180deg);
  }
}
header .gnav_container .gnav_list_sp li .anchor_button::after {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  background-color: #ee7800;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
header .gnav_container .gnav_list_sp li .anchor_button.open::after {
  opacity: 0;
}
@media (hover: hover) {
  header .gnav_container .gnav_list_sp li .anchor_button:hover::after {
    transform: rotate(270deg);
  }
}
@media (hover: hover) {
  header .gnav_container .gnav_list_sp li .page a:hover {
    color: #f97930;
  }
}
header .gnav_container .gnav_list_sp li .page a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #f97930;
  border-radius: 50%;
}
header .gnav_container .gnav_list_sp li .page a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    #f97930 0px,
    #f97930 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 1px;
  background-repeat: repeat-x;
  transition: background 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  header .gnav_container .gnav_list_sp li .page a:hover::after {
    background-color: #f97930;
  }
}
header .gnav_container .gnav_list_sp li .anchor {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}
header .gnav_container .gnav_list_sp li .anchor a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  height: auto;
  transition: color 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
header .gnav_container .gnav_list_sp li .anchor a:first-child {
  padding-top: 8px;
}
@media (hover: hover) {
  header .gnav_container .gnav_list_sp li .anchor a:hover {
    color: #f97930;
  }
}
header .gnav_container .pickup {
  display: none;
  margin: 10px auto 0;
}
@media screen and (max-width: 999px) {
  header .gnav_container .pickup {
    display: block;
  }
}
header .gnav_container .pickup .title {
  position: relative;
  text-align: center;
}
header .gnav_container .pickup .title span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  padding: 0 13px;
  color: #f97930;
  z-index: 1;
}
header .gnav_container .pickup .flex {
  justify-content: center;
  gap: 0 15px;
  flex-wrap: nowrap;
  max-width: 325px;
  margin: 4px auto 0;
}
header .gnav_container .pickup .flex .banner a {
  transition: transform 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  header .gnav_container .pickup .flex .banner a:hover {
    transform: scale(1.06);
  }
}
header .gnav_container .pickup .flex .banner a img {
  display: block;
  width: 100%;
  height: auto;
}
header .gnav_container .cloud {
  position: absolute;
  width: 116px;
  height: auto;
  top: 74px;
  right: 13.6vw;
}
@media screen and (min-width: 1000px) {
  header .gnav_container .cloud {
    display: none;
  }
}
header .gnav_container .illust {
  width: calc(100% + 50px);
  margin: 10px -25px 0;
}
@media screen and (min-width: 1000px) {
  header .gnav_container .illust {
    display: none;
  }
}
header .button {
  width: 132px;
  height: 132px;
  position: fixed;
  top: 20px;
  right: 60px;
  z-index: 10000;
  filter: drop-shadow(0 0 14px rgba(198, 198, 198, 0.15));
}
@media screen and (max-width: 1440px) {
  header .button {
    width: 95px;
    height: 95px;
    right: 11px;
  }
}
.tablet header .button,
.sp header .button {
  width: 52px;
  height: 52px;
  position: fixed;
  top: 85px;
  right: 20px;
}
.scroll_fixed.tablet header .button,
.scroll_fixed.sp header .button {
  right: calc(20px + var(--scrollbar-width));
}
@media screen and (min-width: 1000px) {
  header .button.add_ease {
    transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1) 0.045s;
  }
  .scroll_down header .button.add_ease {
    transform: translateY(calc(-100% - 20px)) !important;
  }
}
header .button a {
  position: relative;
  transition: transform 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  header .button a:hover {
    transform: scale(1.075);
  }
}
header .button a::before {
  content: "";
  display: block;
  width: 132px;
  height: 132px;
  position: absolute;
  top: 0;
  left: 0;
  mask-image: url("../img/header_button_mask.svg");
  mask-size: 132px 132px;
  mask-repeat: no-repeat;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  header .button a::before {
    width: 95px;
    height: 95px;
    mask-size: 95px 95px;
  }
}
.tablet header .button a::before,
.sp header .button a::before {
  width: 52px;
  height: 52px;
  mask-size: 52px 52px;
}
@media (hover: hover) {
  header .button a:hover::before {
    background-color: #fffadd;
  }
}
header .button a::after {
  content: "";
  display: block;
  width: 116px;
  height: 116px;
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("../img/header_button_border.png");
  background-size: 116px 116px;
}
@media screen and (max-width: 1440px) {
  header .button a::after {
    width: 84px;
    height: 84px;
    background-size: 84px 84px;
    background-image: url("../img/header_button_border_tablet.png");
  }
}
.tablet header .button a::after,
.sp header .button a::after {
  width: 43px;
  height: 43px;
  background-image: url("../img/header_button_border_sp.png");
  background-size: 43px 43px;
}
header .button picture {
  display: block;
  width: 59px;
  height: auto;
  position: absolute;
  top: 38px;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  header .button picture {
    width: 54px;
    top: 21px;
  }
}
.tablet header .button picture,
.sp header .button picture {
  width: 24px;
  top: 18px;
}
.shop {
  width: 49px;
  height: max-content;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  transform: translateX(9px);
}
.scroll_fixed .shop {
  right: calc(var(--scrollbar-width) - 1px);
}
@media screen and (min-width: 1000px) {
  header .shop.add_ease {
    transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.09s;
  }
  .scroll_down header .shop.add_ease {
    transform: translateX(100%) !important;
  }
}
.sp .shop {
  display: none;
}
@media (hover: hover) {
  .shop:hover {
    transform: translateX(0) !important;
  }
}
header .menu {
  display: none;
  width: 52px;
  height: 52px;
  position: fixed;
  top: 21px;
  right: 20px;
  z-index: 10000;
}
.tablet header .menu,
.sp header .menu {
  display: block;
}
.scroll_fixed header .menu {
  right: calc(20px + var(--scrollbar-width));
}
header .menu::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/header_menu_frame.svg");
  background-size: 52px 52px;
  background-repeat: no-repeat;
  z-index: -1;
  transition: transform 0.1s cubic-bezier(0.33, 1, 0.68, 1),
    color 0.1s cubic-bezier(0.33, 1, 0.68, 1),
    background 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
header .menu:hover::before {
  background-image: url("../img/header_menu_frame_hover.svg");
}
header .menu::after {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/header_menu.png"),
    url("../img/header_menu_close.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  z-index: 1;
}
header .menu.open::after {
  background-size: 0 0, cover;
}
@media (hover: hover) {
  header .menu:hover::before {
    transform: scale(1.075);
  }
}
.top_page {
  overflow: hidden;
}
.top_page .fv {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 154px;
}
.sp .top_page .fv {
  padding-top: 36.26vw;
  background-size: 40px 40px;
}
.top_page .fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/bg_gray.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.sp .top_page .fv::before {
  background-size: 40px 40px;
}
.top_page .fv .swiper {
  overflow: visible;
}
.fv .swiper .swiper-slide {
  mask-image: url("../img/top_fv_gallery_mask.svg");
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: #f8f1c8;
}
.sp .top_page .fv .swiper .swiper-slide {
  width: 325px;
  height: 283px;
  mask-image: url("../img/top_fv_gallery_mask_sp.svg");
}
.top_page .fv .cloud_container .cloud {
  animation-name: kakukakuCloud;
  animation-fill-mode: both;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes kakukakuCloud {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(60px, 10px);
  }
}
@keyframes kakukakuCloud {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(30px, 5px);
  }
}
.opening_animation_complete .top_page .fv .cloud_container .cloud {
  animation-name: kakukakuCloud;
}
.top_page .fv .cloud_container .cloud:nth-child(1) {
  width: 7.64vw;
  position: absolute;
  top: 13.33vw;
  left: 8.68vw;
  z-index: 2;
  animation-delay: 0s;
}
.sp .top_page .fv .cloud_container .cloud:nth-child(1) {
  width: 29.33vw;
  top: 27.73vw;
  left: -13.6vw;
}
.top_page .fv .cloud_container .cloud:nth-child(2) {
  width: 14.94vw;
  position: absolute;
  top: 16.11vw;
  left: 13.82vw;
  z-index: 2;
  animation-delay: 0.3s;
}
.sp .top_page .fv .cloud_container .cloud:nth-child(2) {
  width: 30.93vw;
  top: 38.4vw;
  left: 6.13vw;
}
.top_page .fv .cloud_container .cloud:nth-child(3) {
  width: 16.67vw;
  position: absolute;
  top: 20.76vw;
  right: 10.69vw;
  z-index: 2;
  animation-delay: 0.14s;
}
.sp .top_page .fv .cloud_container .cloud:nth-child(3) {
  width: 29.33vw;
  top: 324px;
  right: 2.13vw;
}
.top_page .fv .mount {
  width: 100%;
  height: auto;
  position: absolute;
  top: 333px;
  right: 0;
  margin: 0 auto;
}
.sp .top_page .fv .mount {
  top: 33.6vw;
}
.top_page .fv .mount img {
  margin-bottom: -1px;
}
.top_page .fv .mount .bg {
  width: 100%;
  height: 438px;
  background-image: url("../img/bg_light.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.top_page .about {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -8.67vw;
  z-index: 1;
}
.sp .top_page .about {
  margin-top: -13px;
}
.top_page .about .mount_container {
  position: relative;
  margin-bottom: -3px;
}
.top_page .about .mount_container .mount {
  position: relative;
  transform-origin: bottom center;
}
.top_page .about .mount_container .sec_title {
  font-size: 42px;
  font-size: clamp(26px, 2.92vw, 42px);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 2.2;
  height: auto;
  position: absolute;
  top: 50px;
  right: 11.69vw;
}
.sp .top_page .about .mount_container .sec_title {
  font-size: 26px;
  top: 14.84vw;
  right: auto;
  left: 42px;
}
.top_page .about .mount_container .sec_title .font_orange,
.top_page .about .mount_container .sec_title .font_green {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 28px;
  opacity: 0;
}
.sp .top_page .about .mount_container .sec_title .font_orange,
.sp .top_page .about .mount_container .sec_title .font_green {
  margin-right: 18px;
}
.top_page .about .mount_container .sec_title .font_orange::before,
.top_page .about .mount_container .sec_title .font_green::before {
  content: "";
  display: block;
  width: 3.07em;
  height: 1.81em;
  position: absolute;
  top: 0.24em;
  left: -0.4em;
  background-image: url("../img/top_about_sectitle_frame.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.sp .top_page .about .mount_container .sec_title .font_orange::before,
.sp .top_page .about .mount_container .sec_title .font_green::before {
  width: 81px;
  height: 48px;
  top: 6px;
  left: -12px;
  background-size: 81px 48px;
}
.top_page .about .mount_container .sec_title .child1,
.top_page .about .mount_container .sec_title .child2 {
  display: inline-block;
  opacity: 0;
}
.top_page .about .mount_container .chicken1 {
  width: 6.25vw;
  position: absolute;
  top: 2.64vw;
  left: 1.6vw;
}
.sp .top_page .about .mount_container .chicken1 {
  width: 16vw;
  top: -1.06vw;
}

.top_page .about .mount_container .egg {
  width: 4.58vw;
  position: absolute;
  top: 8.33vw;
  left: 7.5vw;
}
.sp .top_page .about .mount_container .egg {
  display: none;
}
.top_page .about .mount_container .chicken2 {
  width: 8.33vw;
  position: absolute;
  top: 4.8vw;
  left: 13.12vw;
}
.sp .top_page .about .mount_container .chicken2 {
  display: none;
}
.top_page .about .mount_container .chick {
  width: 3.12vw;
  position: absolute;
  top: 10.14vw;
  left: 23.75vw;
}
.sp .top_page .about .mount_container .chick {
  width: 5.86vw;
  top: 5.06vw;
  left: 41.6vw;
}
.top_page .about .mount_container .chicken3 {
  width: 6.25vw;
  position: absolute;
  top: -4.44vw;
  right: 13.81vw;
}
.sp .top_page .about .mount_container .chicken3 {
  width: 16vw;
  top: -4.53vw;
  right: 28.8vw;
}
.top_page .about .mount_container .human {
  position: absolute;
  width: 7.22vw;
  top: -5.34vw;
  right: 4.93vw;
}
.sp .top_page .about .mount_container .human {
  width: 16.8vw;
  height: auto;
  position: absolute;
  top: -9.6vw;
  right: 12.53vw;
}
.top_page .about .container {
  position: relative;
  margin-top: 0;
  padding-bottom: 182px;
}
.sp .top_page .about .container {
  margin-top: 0;
  padding-top: 124px;
  padding-bottom: 42.13vw;
}
.top_page .about .container .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top center;
  background-image: url("../img/bg_light.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
  z-index: -1;
}
.top_page .about .inner {
  width: 73.67%;
  min-width: 673px;
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-top: 4px;
}
.sp .top_page .about .inner {
  width: 100%;
  min-width: auto;
  padding: 0 25px;
}
.top_page .about .description {
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
.sp .top_page .about .description {
  font-size: clamp(13px, 3.73vw, 18px);
  line-height: 2.2;
}
@media screen and (max-width: 1400px) {
  .top_page .about .description br.sp_only {
    display: block;
  }
}
.top_page .about .button1 {
  margin-top: 41px;
}
.top_page .about .anchor_list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 14px;
  width: 448px;
  margin-top: 25px;
}
.sp .top_page .about .anchor_list {
  width: 100%;
  flex-direction: row;
  gap: 0 24px;
}
.top_page .about .anchor_list li {
  width: calc((100% - 14px) / 2);
  height: 53px;
}
.sp .top_page .about .anchor_list li {
  width: calc((100% - 24px) / 2);
}
.top_page .about .anchor_list li:last-child a {
  letter-spacing: 0;
}
.top_page .about .sun {
  width: 139px;
  height: auto;
  position: absolute;
  top: 12px;
  right: 196px;
  animation-fill-mode: both;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(10);
  animation-direction: normal;
}
@keyframes kakukakuSun {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(338deg);
  }
}
@media screen and (max-width: 1400px) {
  .top_page .about .sun {
    width: 9.375vw;
    right: 23.61vw;
  }
}
.sp .top_page .about .sun {
  width: 96px;
  height: 92px;
  top: -17px;
  right: 4.6vw;
}
.opening_animation_complete .top_page .about .sun {
  animation-name: kakukakuSun;
}
.top_page .about .cycle {
  width: 491px;
  height: auto;
  position: absolute;
  top: 10%;
  right: -162px;
}
@media screen and (max-width: 1400px) {
  .top_page .about .cycle {
    width: 34.1vw;
    right: 0;
  }
}
.sp .top_page .about .cycle {
  width: 324px;
  position: static;
  margin: 40px auto 0;
}
.top_page .news {
  position: relative;
  z-index: 2;
}
.top_page .news .mount_container {
  position: relative;
  margin-bottom: -2px;
  top: -15vw;
}
.sp .top_page .news .mount_container {
  top: -25.93vw;
}
.top_page .news .mount_container .mount {
  width: 100%;
  height: auto;
  position: relative;
}
.top_page .news .mount_container .human {
  width: 6.25vw;
  max-width: 90px;
  height: auto;
  position: absolute;
  top: -9.93vw;
  right: 21.11vw;
}
@media screen and (min-width: 1660px) {
  .top_page .news .mount_container .human {
    top: -165px;
  }
}
.sp .top_page .news .mount_container .human {
  width: 19.46vw;
  right: 25.06vw;
}
.top_page .news .mount_container .human::before {
  content: "";
  display: block;
  width: 63px;
  height: 142px;
  position: absolute;
  right: -65px;
  bottom: 95px;
  background-image: url("../img/news_human_fukidashi.png");
  background-size: 63px 142px;
  background-repeat: no-repeat;
}
.sp .top_page .news .mount_container .human::before {
  width: 58px;
  height: 130px;
  bottom: 10.93vw;
  right: -16.53vw;
  background-size: 58px 130px;
}
.top_page .news .container {
  margin-top: -15vw;
  padding: 29px 0 0;
  background-color: #fff;
}
.sp .top_page .news .container {
  margin-top: -25.93vw;
  padding-top: 61px;
}
.top_page .news .sec_title1 {
  position: relative;
  margin-top: -64px;
  z-index: 1;
}
.tablet .top_page .news .sec_title1,
.sp .top_page .news .sec_title1 {
  margin-top: 0;
}
.top_page .news .latest .swiper .swiper-button-prev,
.top_page .news .latest .swiper .swiper-button-next {
  top: 77px;
}
.top_page .news .latest .button1 {
  margin: 43px auto 0;
}
.sp .top_page .news .latest .button1 {
  margin: 39px auto 0;
}
.top_page .lineup {
  margin-top: 102px;
}
.sp .top_page .lineup {
  margin-top: 82px;
}
.top_page .lineup .sec_title1 + .description {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
  text-align: center;
}
.sp .top_page .lineup .sec_title1 + .description {
  font-size: 14px;
  margin-top: 13px;
}
.top_page .lineup .swiper {
  width: 982px;
  position: relative;
  margin: 33px auto 0;
  padding-left: 407px;
  overflow: visible;
}
.tablet .top_page .lineup .swiper,
.sp .top_page .lineup .swiper {
  width: 100%;
  padding-left: 0;
  margin: 25px auto 0;
}
.top_page .lineup .swiper .swiper-wrapper {
  flex-direction: column;
  gap: 51px 0;
}
.tablet .top_page .lineup .swiper .swiper-wrapper {
  flex-direction: row;
  justify-content: center;
  gap: 0 20px;
}
.sp .top_page .lineup .swiper .swiper-wrapper {
  flex-direction: row;
  gap: 0;
}
.top_page .lineup .swiper .swiper-slide {
  width: 575px;
}
.tablet .top_page .lineup .swiper .swiper-slide,
.sp .top_page .lineup .swiper .swiper-slide {
  width: 257px !important;
}
.pc:not(.tablet) .top_page .lineup .swiper .swiper-slide:nth-child(1) {
  width: 314px;
  position: absolute;
  top: 0;
  left: -407px;
}
.pc:not(.tablet) .top_page .lineup .swiper .swiper-slide:nth-child(2),
.pc:not(.tablet) .top_page .lineup .swiper .swiper-slide:nth-child(3) {
  display: flex;
  gap: 0 18px;
}
.top_page .lineup .swiper .swiper-slide .img {
  width: 233px;
  height: 233px;
}
.tablet .top_page .lineup .swiper .swiper-slide .img,
.sp .top_page .lineup .swiper .swiper-slide .img {
  width: 214px;
  height: 214px;
  margin: 0 auto;
}
.top_page .lineup .swiper .swiper-slide:nth-child(1) .img {
  width: 314px;
  height: 314px;
}
.tablet .top_page .lineup .swiper .swiper-slide:nth-child(1) .img,
.sp .top_page .lineup .swiper .swiper-slide:nth-child(1) .img {
  width: 214px;
  height: 214px;
}
.pc:not(.tablet) .top_page .lineup .swiper .swiper-slide:nth-child(2) .info,
.pc:not(.tablet) .top_page .lineup .swiper .swiper-slide:nth-child(3) .info {
  display: flex;
  flex-direction: column;
  width: calc(100% - 233px - 18px);
  padding-top: 35px;
}
.top_page .lineup .swiper .swiper-slide .info {
  position: relative;
}
.tablet .top_page .lineup .swiper .swiper-slide .info,
.sp .top_page .lineup .swiper .swiper-slide .info {
  margin-top: 18px;
}
.top_page .lineup .swiper .swiper-slide .info .fukidashi {
  position: absolute;
}
.tablet .top_page .lineup .swiper .swiper-slide .info .fukidashi,
.sp .top_page .lineup .swiper .swiper-slide .info .fukidashi {
  top: -98px !important;
  right: -16px !important;
}
.top_page .lineup .swiper .swiper-slide:nth-child(1) .info .fukidashi {
  top: -199px;
  right: -60px;
}
.top_page .lineup .swiper .swiper-slide:nth-child(2) .info .fukidashi {
  top: -48px;
  right: 53px;
}
.top_page .lineup .swiper .swiper-slide:nth-child(3) .info .fukidashi {
  top: -34px;
  right: -12px;
}
.top_page .lineup .swiper .swiper-slide:nth-child(1) .info .fukidashi::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: -80px;
  left: -73px;
  margin: auto;
  background-image: url("../img/chicken_c_m.png");
  background-size: 90px 90px;
  background-repeat: no-repeat;
}
.tablet
  .top_page
  .lineup
  .swiper
  .swiper-slide:nth-child(1)
  .info
  .fukidashi::before,
.sp
  .top_page
  .lineup
  .swiper
  .swiper-slide:nth-child(1)
  .info
  .fukidashi::before {
  background-size: contain;
  bottom: -25px;
  left: -81px;
}
.top_page .lineup .swiper .swiper-slide .info .title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
  padding-left: 36px;
}
.tablet .top_page .lineup .swiper .swiper-slide .info .title,
.sp .top_page .lineup .swiper .swiper-slide .info .title {
  font-size: 20px;
}
.top_page .lineup .swiper .swiper-slide .info .title:nth-child(1) {
  margin-top: 8px;
}
.top_page .lineup .swiper .swiper-slide .info .title::before {
  content: "";
  display: block;
  width: 20px;
  height: 23px;
  position: absolute;
  top: 0.4em;
  left: 3px;
  margin: auto;
  background-image: url("../img/top_lineup_swiper_title_icon.svg");
  background-size: 20px 23px;
  background-repeat: no-repeat;
}
.top_page .lineup .swiper .swiper-slide .info .title:nth-child(1):after {
  content: "";
  display: block;
  width: 20px;
  height: 23px;
  position: absolute;
  top: 0.4em;
  left: 3px;
  margin: auto;
  background-image: url("../img/top_lineup_swiper_title_icon.svg");
  background-size: 20px 23px;
  background-repeat: no-repeat;
}
.top_page .lineup .swiper .swiper-slide .info .description {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 11px;
  margin-bottom: 10px;
}
.tablet .top_page .lineup .swiper .swiper-slide .info .description,
.sp .top_page .lineup .swiper .swiper-slide .info .description {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: -5px;
}
.top_page .lineup .swiper .swiper-slide:nth-child(3) .info .description {
  margin-top: 28px;
}
.top_page .lineup .swiper .swiper-slide .info .buttons {
  margin-top: auto;
}
.top_page .lineup .swiper .swiper-slide .info .flex {
  gap: 0 30px;
}
.tablet .top_page .lineup .swiper .swiper-slide .info .flex,
.sp .top_page .lineup .swiper .swiper-slide .info .flex {
  gap: 0 18px;
}
.top_page .lineup .swiper .swiper-slide .info .button2 {
  margin-top: 15px;
}
.tablet .top_page .lineup .swiper .swiper-slide .info .button2,
.sp .top_page .lineup .swiper .swiper-slide .info .button2 {
  margin-top: 7px;
}
.top_page .lineup .swiper .swiper-slide .info .button2 a {
  padding-right: 28px;
  transition: color 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .top_page .lineup .swiper .swiper-slide .info .button2 a:hover {
    color: #f97930;
  }
}
.top_page .lineup .swiper .swiper-button-prev,
.top_page .lineup .swiper .swiper-button-next {
  display: none;
}
.sp .top_page .lineup .swiper .swiper-button-prev,
.sp .top_page .lineup .swiper .swiper-button-next {
  display: block;
}
.top_page .lineup .button1 {
  margin: 61px auto 0;
}
.sp .top_page .lineup .button1 {
  margin: 34px auto 0;
}
.top_page .feature {
  margin-top: 58px;
}
.sp .top_page .feature {
  margin-top: 86px;
}
.top_page .feature .mount_container {
  position: relative;
  margin-bottom: -3px;
}
.top_page .feature .mount_container .mount {
  width: 100%;
  height: auto;
  position: relative;
}
.top_page .feature .mount_container .cloud {
  width: 23.05vw;
  height: auto;
  position: absolute;
  top: -0.5vw;
  left: 27.84vw;
  z-index: 1;
}
.sp .top_page .feature .mount_container .cloud {
  width: 55.46vw;
  height: auto;
  top: 3.46vw;
  left: 8.53vw;
}
.top_page .feature .mount_container .human {
  width: 6.25vw;
  height: auto;
  position: absolute;
  top: 5.56vw;
  right: 21.1vw;
  z-index: 1;
}
.sp .top_page .feature .mount_container .human {
  width: 19.46vw;
  top: 5.86vw;
  right: 14.13vw;
}
.top_page .feature .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 6.02vw 23.61vw;
  color: #2a1c0d;
  background-image: url("../img/bg_light.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.sp .top_page .feature .container {
  flex-direction: column;
  justify-content: start;
  padding: 27px 7.2vw 70.67vw;
}
.top_page .feature .summary {
  margin-top: -10.53vw;
}
.sp .top_page .feature .summary {
  margin-top: 0;
}
.top_page .feature .summary .sec_title1 {
  text-align: left;
}
.top_page .feature .summary .description {
  font-size: 26px;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 35px;
}
.sp .top_page .feature .summary .description {
  font-size: 20px;
  margin-top: 20px;
}
.top_page .feature .cover {
  width: 510px;
  width: clamp(386px, 30.72vw, 510px);
  height: max-content;
  margin-top: -11.2vw;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.sp .top_page .feature .cover {
  width: 290px;
  max-width: 510px;
  margin: 18px 0 0;
  left: 50%;
  transform: translateX(-50%);
}
.top_page .feature .cover .swiper-wrapper {
  animation-name: kakukakuEgg;
  animation-fill-mode: both;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes kakukakuEgg {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(10deg);
  }
}
.top_page .feature .cover .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0 12px;
  width: max-content;
  top: auto;
  bottom: 23px;
}
.sp .top_page .feature .cover .swiper-pagination {
  bottom: 21px;
  right: 34px;
}
.top_page .feature .cover .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #fff;
  opacity: 0.4;
}
.top_page .feature .cover .swiper-pagination-bullet-active {
  opacity: 1;
}
.top_page .feature .links {
  margin-top: 4px;
}
.sp .top_page .feature .links {
  margin-top: 24px;
}
.top_page .feature .links .button1 {
  color: #2c2c2c;
}
.top_page .feature .links .anchor_list {
  flex-direction: column;
  width: auto;
  margin-top: 21px;
}
.sp .top_page .feature .links .anchor_list {
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 33px;
}
.top_page .feature .links .anchor_list li {
  width: 217px;
}
.sp .top_page .feature .links .anchor_list li {
  width: calc((100% - 24px) / 2);
  height: 44px;
}
.top_page .talk {
  margin-top: -23.03vw;
}
.sp .top_page .talk {
  margin-top: -60.8vw;
}
.top_page .talk .mount_container {
  position: relative;
  margin-bottom: -3px;
}
.top_page .talk .mount_container .mount {
  width: 100%;
  height: auto;
  position: relative;
}
.sp .top_page .talk .mount_container .mount {
  width: 100%;
  height: auto;
}
.top_page .talk .mount_container .chicken1 {
  width: 8.33vw;
  position: absolute;
  top: -5.48vw;
  left: 24.67vw;
}
.sp .top_page .talk .mount_container .chicken1 {
  width: 24vw;
  top: 6.13vw;
  left: 11.46vw;
}
.top_page .talk .mount_container .egg1 {
  width: 3.97vw;
  position: absolute;
  top: -1.44vw;
  left: 19.75vw;
}
.sp .top_page .talk .mount_container .egg1 {
  width: 12.26vw;
  top: 19.901vw;
  left: 5.6vw;
}
.top_page .talk .mount_container .chicken2 {
  width: 8.33vw;
  position: absolute;
  top: 8.47vw;
  right: 17.43vw;
}
.sp .top_page .talk .mount_container .chicken2 {
  width: 24vw;
  top: 18.67vw;
}
.top_page .talk .mount_container .egg2 {
  width: 4.58vw;
  position: absolute;
  top: 12.98vw;
  right: 12.57vw;
}
.sp .top_page .talk .mount_container .egg2 {
  width: 12.26vw;
  top: 32vw;
  right: 2.93vw;
}
.top_page .talk .container {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 11px;
  padding-bottom: 17.65vw;
  color: #fff;
  background-image: url("../img/bg_light.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.sp .top_page .talk .container {
  padding-bottom: 153px;
}
.top_page .talk .sec_title1 {
  margin-top: -6.61vw;
}
.sp .top_page .talk .sec_title1 {
  margin-top: -44px;
}
.top_page .talk .sec_title1 + .description {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}
.sp .top_page .talk .sec_title1 + .description {
  font-size: 14px;
}
.top_page .talk .swiper {
  margin-top: 59px;
}
.sp .top_page .talk .swiper {
  margin-top: 39px;
}
.top_page .talk .button1 {
  margin: 120px auto 0;
  color: #2c2c2c;
  position: relative;
}
.sp .top_page .talk .button1 {
  margin: 100px auto 0;
}
.top_page .faq {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -14.39vw;
}
.top_page .faq .ellipse_container {
  width: 100%;
  position: relative;
  margin-bottom: -3px;
  z-index: 1;
}
.sp .top_page .faq .ellipse_container {
  margin-bottom: 0px;
  z-index: 2;
}
.top_page .faq .ellipse_container:last-of-type {
  margin-top: -8.55vw;
}
.sp .top_page .faq .ellipse_container:last-of-type {
  margin-top: 0;
}
.top_page .faq .ellipse_container .ellipse img {
  display: block;
  width: 100%;
  height: auto;
}
.sp .top_page .faq .ellipse_container .ellipse img {
  height: auto;
}
.top_page .faq .ellipse_container .chicken1 {
  width: 8.33vw;
  max-width: 120px;
  height: auto;
  position: absolute;
  top: 0.486vw;
  left: 3.61vw;
}
.sp .top_page .faq .ellipse_container .chicken1 {
  width: 90px;
  top: -28px;
  left: 10px;
}
.top_page .faq .ellipse_container .chicken2 {
  width: 6.25vw;
  max-width: 90px;
  height: auto;
  position: absolute;
  top: 5.55vw;
  left: 13.47vw;
}
.sp .top_page .faq .ellipse_container .chicken2 {
  width: 60px;
  top: 39px;
  left: 109px;
}
.top_page .faq .ellipse_container .cloud {
  width: 27.83vw;
  max-width: 390px;
  height: auto;
  position: absolute;
  top: 3.05vw;
  right: 3.4vw;
}
.sp .top_page .faq .ellipse_container .cloud {
  display: none;
}
.top_page .faq .container {
  position: relative;
  z-index: 2;
}
.sp .top_page .faq .container {
  padding-top: 62px;
  padding-bottom: 53px;
}
.top_page .faq .container::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 8.55vw);
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/bg_gray.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
  z-index: 0;
}
.sp .top_page .faq .container::before {
  height: 100%;
}
.top_page .faq .flex {
  justify-content: center;
  gap: 0 185px;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .top_page .faq .flex {
    flex-direction: column;
    align-items: center;
  }
}
.sp .top_page .faq .flex {
  justify-content: start;
  align-items: start;
}
.top_page .faq .sec_title1 {
  padding-top: 20px;
  text-align: left;
}
@media screen and (max-width: 1250px) {
  .top_page .faq .sec_title1 {
    text-align: center;
  }
}
.sp .top_page .faq .sec_title1 {
  padding-top: 0;
  padding-left: 26px;
  text-align: left;
}
.top_page .faq .button1 {
  margin: 50px auto 0;
}
.sp .top_page .faq .button1 {
  margin: 34px auto 0;
}
.top_page .recruit {
  position: relative;
  padding-top: 110px;
  padding-bottom: 111px;
}
.sp .top_page .recruit {
  padding-top: 160px;
  padding-bottom: 183px;
}
.top_page .recruit .thought {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-top: 17px;
  text-align: center;
}
.sp .top_page .recruit .thought {
  font-size: 14px;
  margin-top: 30px;
}
.top_page .recruit .button1 {
  margin: 32px auto 0;
}
.top_page .recruit .fukidashi_container {
  width: 1440px;
  height: calc(100% + 14.4vw + 50px);
  position: absolute;
  top: -14.4vw;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  z-index: -1;
}
.sp .top_page .recruit .fukidashi_container {
  width: 100%;
  height: calc(100% + 14.4vw + 32px);
}
.top_page .recruit .fukidashi_container .fukidashi {
  position: absolute;
  animation-fill-mode: both;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  opacity: 0;
}
.top_page .recruit .fukidashi_container .fukidashi.show {
  opacity: 1;
}
.top_page .recruit .fukidashi_container .fukidashi1 {
  width: 140px;
  top: calc(177px + 14.4vw);
  left: 68px;
}
.sp .top_page .recruit .fukidashi_container .fukidashi1 {
  width: 59px;
  top: calc(184px + 14.4vw);
  left: 2.67vw;
}
.top_page .recruit .fukidashi_container .fukidashi2 {
  width: 130px;
  top: calc(605px + 14.4vw);
  left: 56px;
}
.sp .top_page .recruit .fukidashi_container .fukidashi2 {
  display: none;
}
.top_page .recruit .fukidashi_container .fukidashi3 {
  width: 144px;
  top: calc(108px + 14.4vw);
  left: 283px;
}
.sp .top_page .recruit .fukidashi_container .fukidashi3 {
  width: 92px;
  top: calc(83px + 14.4vw);
  left: 12.53vw;
}
.top_page .recruit .fukidashi_container .fukidashi4 {
  width: 94px;
  top: calc(276px + 14.4vw);
  left: 217px;
}
.sp .top_page .recruit .fukidashi_container .fukidashi4 {
  width: 59px;
  top: calc(503px + 14.4vw);
  right: 37.06vw;
  left: auto;
}
.top_page .recruit .fukidashi_container .fukidashi5 {
  width: 111px;
  top: calc(540px + 14.4vw);
  left: 345px;
}
.sp .top_page .recruit .fukidashi_container .fukidashi5 {
  width: 78px;
  top: calc(458px + 14.4vw);
  left: 5.06vw;
}
.top_page .recruit .fukidashi_container .fukidashi6 {
  width: 144px;
  top: calc(90px + 14.4vw);
  right: 302px;
}
.sp .top_page .recruit .fukidashi_container .fukidashi6 {
  width: 71px;
  top: calc(129px + 14.4vw);
  right: 3.2vw;
}
.top_page .recruit .fukidashi_container .fukidashi7 {
  width: 115px;
  top: calc(102px + 14.4vw);
  right: 69px;
}
.sp .top_page .recruit .fukidashi_container .fukidashi7 {
  display: none;
}
.top_page .recruit .fukidashi_container .fukidashi8 {
  width: 135px;
  top: calc(289px + 14.4vw);
  right: 227px;
}
.sp .top_page .recruit .fukidashi_container .fukidashi8 {
  width: 51px;
  top: calc(452px + 14.4vw);
  right: 15.2vw;
}
.top_page .recruit .fukidashi_container .fukidashi9 {
  width: 93px;
  top: calc(581px + 14.4vw);
  right: 412px;
}
.sp .top_page .recruit .fukidashi_container .fukidashi9 {
  display: none;
}
.top_page .recruit .fukidashi_container .fukidashi10 {
  width: 111px;
  top: calc(500px + 14.4vw);
  right: 67px;
}
.sp .top_page .recruit .fukidashi_container .fukidashi10 {
  display: none;
}
.about_page .head1 .anchor_list li:nth-child(3) a {
  letter-spacing: 0;
}
.about_page .head1 .mount_container {
  margin-top: -7.36vw;
}
@media screen and (min-width: 1441px) {
  .about_page .head1 .mount_container {
    margin-top: -100px;
  }
}
.sp .about_page .head1 .mount_container {
  margin-top: 30px;
}
.about_page .head1 .mount_container .illust {
  width: 24.3vw;
  position: absolute;
  top: 9.1vw;
  left: 10.69vw;
}
.sp .about_page .head1 .mount_container .illust {
  width: 48vw;
  top: 13.33vw;
  left: 2.67vw;
}
.about_page .concept {
  position: relative;
  margin-top: -6.11vw;
  padding: 0 40px calc(186px + 14.2vw);
  z-index: 1;
  overflow-x: clip;
}
.sp .about_page .concept {
  margin-top: -5px;
  padding: 0 24px calc(210px + 14.2vw);
}
.about_page .concept .container {
  max-width: 593px;
  position: relative;
  margin: 0 auto;
  padding: 0 40px 0;
}
.sp .about_page .concept .container {
  padding: 32px 0 0;
}
.about_page .concept .human {
  position: absolute;
  bottom: -3.26vw;
  left: -21.11vw;
}
.about_page .concept .sun {
  position: absolute;
  top: -5.14vw;
  right: -14.58vw;
}
.sp .about_page .concept .sun {
  width: 26.67vw;
  height: 26.67vw;
  top: calc(-31.46vw + 32px);
  right: -4vw;
}
.about_page .concept .img_container1 {
  width: 312px;
  height: auto;
  position: absolute;
  top: 198px;
  left: -358px;
}
.about_page .concept .img_container1 .cloud {
  position: absolute;
  bottom: -38px;
  left: 92px;
}
.about_page .concept .img_container2 {
  width: 312px;
  height: auto;
  position: absolute;
  top: 446px;
  right: -391px;
}
.about_page .concept .img_container2 .cloud {
  position: absolute;
  right: 5px;
  bottom: -57px;
}
.about_page .concept .copy {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.3;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.sp .about_page .concept .copy {
  font-size: 24px;
  width: 100%;
}
.about_page .concept .description {
  min-width: 600px;
  position: relative;
  margin: 26px auto 0;
  z-index: 1;
}
.sp .about_page .concept .description {
  font-size: 14px;
  line-height: 2;
  width: 100%;
  min-width: auto;
  margin: 20px auto 0;
}
.about_page .philosophy {
  position: relative;
  z-index: 2;
}
.about_page .philosophy .mount_container .cover {
  width: 89.17vw;
  position: absolute;
  top: -7.08vw;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.sp .about_page .philosophy .mount_container .cover {
  width: 100%;
  height: 200px;
  top: -171px;
  background-image: url("../img/about_comcept_img_sp.png");
  background-size: 948px 200px;
  background-repeat: repeat-x;
  animation: autoSlidePhilosophy 30s linear infinite;
}
@keyframes autoSlidePhilosophy {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 948px 0;
  }
}
.sp .about_page .philosophy .mount_container .cover img {
  display: none;
}
.about_page .philosophy .container {
  padding: 296px 40px calc(41px + 26.39vw);
  overflow: hidden;
}
.sp .about_page .philosophy .container {
  padding: 81px 25px calc(41px + 26.39vw);
  overflow: visible;
  overflow-x: clip;
}
.about_page .philosophy .summary {
  max-width: 1076px;
  position: relative;
  margin: 0 auto;
}
.about_page .philosophy .summary .cloud {
  position: absolute;
  top: -0.9vw;
  right: -13.9vw;
}
.sp .about_page .philosophy .summary .cloud {
  width: 30.93vw;
  height: auto;
  top: -13.6vw;
  right: -4vw;
}
.sp .about_page .philosophy .summary .human {
  width: 16.8vw;
  position: absolute;
  top: -39.2vw;
  left: 2.67vw;
}
.about_page .philosophy .summary .flex {
  justify-content: center;
  gap: 0 102px;
  position: relative;
  margin-top: 80px;
}
.about_page .philosophy .summary .flex .footprints {
  width: 169px;
  height: 190px;
  position: absolute;
  right: -152px;
  bottom: -51px;
  clip-path: inset(0 0 100% 0);
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: steps(1, start);
  animation-delay: 0s;
  animation-direction: normal;
}
@keyframes footprints {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  20% {
    clip-path: inset(0 0 69% 0);
  }
  40% {
    clip-path: inset(0 0 49% 0);
  }
  60% {
    clip-path: inset(0 0 27% 0);
  }
  100% {
    clip-path: inset(0 0 0% 0);
  }
}
.sp .about_page .philosophy .summary .flex .footprints {
  width: 106px;
  right: -42px;
  bottom: -121px;
}
.about_page .philosophy .summary .flex .footprints.active {
  animation-name: footprints;
}
.about_page .philosophy .summary .flex .footprints img {
  display: block;
  width: 100%;
  height: auto;
}
.about_page .philosophy .summary .flex .img {
  width: 496px;
}
.sp .about_page .philosophy .summary .flex .img {
  width: 100%;
}
.about_page .philosophy .summary .flex .text {
  padding-top: 51px;
}
.sp .about_page .philosophy .summary .flex .text {
  width: 100%;
  max-width: 325px;
  padding-top: 38px;
}
.about_page .philosophy .summary .flex .text .copy {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
  width: max-content;
  position: relative;
  color: #00693e;
}
.sp .about_page .philosophy .summary .flex .text .copy {
  font-size: 28px;
  margin: 0 auto;
}
.about_page .philosophy .summary .flex .text .copy::before {
  content: "";
  display: block;
  width: 26px;
  height: 19px;
  position: absolute;
  top: 11px;
  left: -53px;
  background-image: url("../img/quotation_start.svg");
  background-size: 26px 19px;
  background-repeat: no-repeat;
}
.sp .about_page .philosophy .summary .flex .text .copy::before {
  width: 17px;
  height: 13px;
  left: -26px;
  background-size: 17px 13px;
}
.about_page .philosophy .summary .flex .text .copy::after {
  content: "";
  display: block;
  width: 26px;
  height: 19px;
  position: absolute;
  right: -53px;
  bottom: 9px;
  background-image: url("../img/quotation_end.svg");
  background-size: 26px 19px;
  background-repeat: no-repeat;
}
.sp .about_page .philosophy .summary .flex .text .copy::after {
  width: 17px;
  height: 13px;
  right: -26px;
  background-size: 17px 13px;
}
.about_page .philosophy .summary .flex .text .description {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.3;
  margin-top: 35px;
}
.sp .about_page .philosophy .summary .flex .text .description {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}
.about_page .philosophy .summary .mission {
  display: flex;
  justify-content: center;
  gap: 0 12px;
  margin-top: 96px;
}
.sp .about_page .philosophy .summary .mission {
  flex-direction: column;
  gap: 15px 0;
  margin-top: 58px;
}
.about_page .philosophy .summary .mission .item {
  width: 532px;
  padding: 28px 30px 50px;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
}
.sp .about_page .philosophy .summary .mission .item {
  display: grid;
  grid-template-rows: 37px 1fr;
  grid-template-columns: 1fr 130px;
  gap: 16px 12px;
  grid-template-areas: "title title" "description img";
  width: calc(100% + 30px);
  border-radius: 15px;
  margin: 0 -15px;
  padding: 15px 15px 32px;
}
.about_page .philosophy .summary .mission .item .title {
  color: #f97930;
  margin: 0 auto;
}
.sp .about_page .philosophy .summary .mission .item .title {
  font-size: 16px;
  grid-area: title;
}
.about_page .philosophy .summary .mission .item .description {
  margin-top: 22px;
}
.sp .about_page .philosophy .summary .mission .item .description {
  font-size: 14px;
  line-height: 1.8;
  grid-area: description;
  margin-top: 0;
  text-align: left;
}
.sp .about_page .philosophy .summary .mission .item .description br {
  display: none;
}
.about_page .philosophy .summary .mission .item .img {
  width: 100%;
  max-width: 386px;
  margin: 30px auto 0;
  border-radius: 30px;
  overflow: hidden;
}
.sp .about_page .philosophy .summary .mission .item .img {
  grid-area: img;
  width: 100%;
  height: 86px;
  margin-top: 0;
  border-radius: 10px;
}
.about_page .philosophy .details {
  max-width: 1076px;
  position: relative;
  margin: 170px auto 0;
}
.sp .about_page .philosophy .details {
  margin-top: 74px;
}
.about_page .philosophy .details .cloud {
  position: absolute;
  top: -6.4583vw;
  left: -13.8194vw;
}
.sp .about_page .philosophy .details .cloud {
  width: 30.93vw;
  top: -11.2vw;
  left: -5.87vw;
}
.about_page .philosophy .details .summary {
  text-align: center;
}
.about_page .philosophy .details .philosophy_list {
  margin-top: 66px;
}
.sp .about_page .philosophy .details .philosophy_list {
  margin-top: 38px;
}
.about_page .philosophy .details .philosophy_list > li {
  counter-increment: cnt;
  padding-bottom: 57px;
}
.sp .about_page .philosophy .details .philosophy_list > li {
  padding-bottom: 30px;
}
.about_page .philosophy .details .philosophy_list > li .flex {
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 47px;
}
.sp .about_page .philosophy .details .philosophy_list > li .flex {
  flex-direction: column;
}
.about_page .philosophy .details .philosophy_list > li + li {
  position: relative;
  padding-top: 60px;
}
.sp .about_page .philosophy .details .philosophy_list > li + li {
  padding-top: 29px;
}
.about_page .philosophy .details .philosophy_list > li + li::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1182px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #d0d0d0;
}
.sp .about_page .philosophy .details .philosophy_list > li + li::before {
  width: 100%;
}
.about_page .philosophy .details .philosophy_list li .flex .title {
  width: 485px;
  position: relative;
  padding-left: 59px;
}
@media screen and (max-width: 1000px) {
  .about_page .philosophy .details .philosophy_list li .flex .title {
    font-size: clamp(24px, 3.2vw, 32px);
  }
}
.sp .about_page .philosophy .details .philosophy_list li .flex .title {
  font-size: 24px;
  width: 100%;
}
.about_page .philosophy .details .philosophy_list li .flex .title .num {
  display: block;
  width: 37px;
  height: 43px;
  position: absolute;
  top: 6px;
  left: 0;
}
.sp .about_page .philosophy .details .philosophy_list li .flex .title .num {
  top: 0;
}
.about_page .philosophy .details .philosophy_list li .flex .title .num::before {
  content: counter(cnt, decimal-leading-zero);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  text-align: center;
}
.about_page
  .philosophy
  .details
  .philosophy_list
  li
  .flex
  .description_container {
  width: 544px;
  margin-top: 12px;
}
.sp
  .about_page
  .philosophy
  .details
  .philosophy_list
  li
  .flex
  .description_container {
  width: 100%;
  margin-top: 22px;
}
.sp
  .about_page
  .philosophy
  .details
  .philosophy_list
  li
  .flex
  .description_container
  .description {
  font-size: 14px;
  line-height: 1.8;
}
.about_page
  .philosophy
  .details
  .philosophy_list
  li
  .flex
  .description_container
  .img {
  margin-top: 30px;
}
.sp
  .about_page
  .philosophy
  .details
  .philosophy_list
  li
  .flex
  .description_container
  .img {
  margin-top: 19px;
}
.about_page .philosophy .details .philosophy_list li .good_list {
  display: flex;
  justify-content: center;
  gap: 0 13px;
  margin-top: 40px;
}
.sp .about_page .philosophy .details .philosophy_list li .good_list {
  flex-direction: column;
  gap: 10px 0;
  margin-top: 19px;
}
.about_page .philosophy .details .philosophy_list li .good_list li {
  width: 350px;
  padding: 33px 2.55% 50px;
  background-color: #fff;
  border-radius: 30px;
}
.sp .about_page .philosophy .details .philosophy_list li .good_list li {
  display: grid;
  grid-template-rows: 37px 1fr;
  grid-template-columns: 1fr 130px;
  gap: 16px 12px;
  grid-template-areas: "title title" "description img";
  width: calc(100% + 30px);
  border-radius: 15px;
  margin: 0 -15px;
  padding: 15px 15px 32px;
}
.about_page .philosophy .details .philosophy_list li .good_list li .title {
  margin: 0 auto;
  color: #f97930;
}
.sp .about_page .philosophy .details .philosophy_list li .good_list li .title {
  font-size: 16px;
  grid-area: title;
}
.about_page
  .philosophy
  .details
  .philosophy_list
  li
  .good_list
  li
  .description {
  margin-top: 31px;
}
.sp
  .about_page
  .philosophy
  .details
  .philosophy_list
  li
  .good_list
  li
  .description {
  grid-area: description;
  margin-top: 0;
}
.about_page .philosophy .details .philosophy_list li .good_list li .img {
  width: 100%;
  margin-top: 39px;
}
.sp .about_page .philosophy .details .philosophy_list li .good_list li .img {
  grid-area: img;
  margin-top: 0;
}
.about_page .message {
  position: relative;
  z-index: 3;
}
.about_page .message .mount_container {
  position: relative;
}
.about_page .message .mount_container .cloud {
  position: absolute;
  top: 3.1944vw;
  left: 31.1806vw;
}
.sp .about_page .message .mount_container .cloud {
  width: 29.33vw;
  top: 3.73vw;
  left: 22.93vw;
}
.about_page .message .mount_container .chick1 {
  position: absolute;
  top: 9.4444vw;
  right: 18.8194vw;
}
.sp .about_page .message .mount_container .chick1 {
  width: 9.6vw;
  top: 16.8vw;
  right: 19.2vw;
}
.about_page .message .mount_container .chick2 {
  position: absolute;
  top: 10.3472vw;
  right: 14.1667vw;
}
.sp .about_page .message .mount_container .chick2 {
  width: 5.86vw;
  top: 21.6vw;
  right: 10.67vw;
}
.about_page .message .container {
  margin-top: -3px;
  padding: 0 40px 27.22vw;
}
.sp .about_page .message .container {
  position: relative;
  margin-top: -28px;
  padding: 0 25px calc(40px + 33.33vw);
  z-index: 1;
}
.about_page .message .summary {
  max-width: 1087px;
  margin: 0 auto;
}
.about_page .message .summary .sec_title1 {
  text-align: left;
}
.about_page .message .flex {
  flex-wrap: nowrap;
  max-width: 1087px;
  margin: 0 auto;
}
.sp .about_page .message .flex {
  flex-direction: column;
  margin-top: 26px;
}
.about_page .message .flex .profiel {
  flex-shrink: 0;
  width: 370px;
}
.sp .about_page .message .flex .profiel {
  width: calc(100% + 13px);
}
.about_page .message .flex .profiel .img {
  width: 270px;
}
.sp .about_page .message .flex .profiel .img {
  width: 170px;
  margin-left: 0;
}
.about_page .message .flex .profiel .details {
  margin-top: 13px;
}
.sp .about_page .message .flex .profiel .details {
  width: max-content;
  margin-top: -95px;
  margin-left: auto;
}
.about_page .message .flex .profiel .details .position {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sp .about_page .message .flex .profiel .details .position {
  font-size: 12px;
  line-height: 1.6;
}
.about_page .message .flex .profiel .details .name {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.about_page .message .flex .text {
  max-width: 600px;
  margin-left: auto;
}
.sp .about_page .message .flex .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  max-width: none;
  margin-top: 39px;
  margin-left: 0;
}
.about_page .initiatives {
  position: relative;
  z-index: 4;
}
.about_page .initiatives .mount_container {
  position: relative;
}
.about_page .initiatives .mount_container .egg {
  position: absolute;
  top: -0.8333vw;
  left: 13.75vw;
}
.sp .about_page .initiatives .mount_container .egg {
  width: 12.26vw;
  top: 1.33vw;
  left: 3.47vw;
}
.about_page .initiatives .mount_container .chicken {
  position: absolute;
  top: -5vw;
  left: 17.8472vw;
}
.sp .about_page .initiatives .mount_container .chicken {
  width: 24vw;
  top: -10.93vw;
  left: 12.53vw;
}
.sp .about_page .initiatives .mount_container .cloud {
  width: 30.93vw;
  position: absolute;
  top: 17.87vw;
  right: 2.67vw;
}
.about_page .initiatives .container {
  position: relative;
  margin-top: -6.11vw;
  padding: 0 30px calc(125px + 14.2vw);
  overflow-x: clip;
}
.sp .about_page .initiatives .container {
  margin-top: -5px;
  padding: 16px 30px calc(125px + 14.2vw);
}
.about_page .initiatives .summary {
  max-width: 1183px;
  margin: 0 auto;
  position: relative;
}
.about_page .initiatives .summary .cloud {
  position: absolute;
  top: -1.67vw;
  right: -5.9vw;
}
.about_page .initiatives .environment {
  max-width: 1183px;
  position: relative;
  margin: 52px auto 0;
}
.sp .about_page .initiatives .environment {
  margin-top: 41px;
}
.about_page .initiatives .environment .human {
  position: absolute;
  right: -25px;
  bottom: 35px;
  z-index: 2;
}
.sp .about_page .initiatives .environment .human {
  width: 55px;
  height: auto;
  right: 8vw;
  bottom: 4.8vw;
  z-index: 1;
}
.about_page .initiatives .environment .human::before {
  content: "";
  display: block;
  width: 63px;
  height: 142px;
  position: absolute;
  top: -69px;
  right: -63px;
  background-image: url("../img/about_initiatives_environment_fukidashi.png");
  background-size: 63px 142px;
  background-repeat: no-repeat;
}
.sp .about_page .initiatives .environment .human::before {
  width: 55px;
  height: 113px;
  right: -53px;
  background-size: 55px 113px;
}
.sp .about_page .initiatives .environment .swiper {
  width: calc(100% + 60px);
  margin: 0 -30px;
}
.about_page .initiatives .environment .swiper-button-prev,
.about_page .initiatives .environment .swiper-button-next {
  display: none;
}
.sp .about_page .initiatives .environment .swiper-button-prev,
.sp .about_page .initiatives .environment .swiper-button-next {
  display: block;
  top: calc(50% - 20px);
}
.about_page .initiatives .environment .environment_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 8px;
  width: 100%;
  max-width: 1183px;
  margin: 38px auto 0;
}
.sp .about_page .initiatives .environment .environment_list {
  justify-content: start;
  gap: 0;
  margin: 10px auto 0;
}
.about_page .initiatives .environment .environment_list li {
  width: calc((100% - 16px) / 3);
  height: auto;
  padding: 25px 3.38% 50px;
  color: #2c2c2c;
  background-color: #fff;
  border-radius: 30px;
}
.sp .about_page .initiatives .environment .environment_list li {
  width: 313px;
  padding: 13px 28px 20px;
}
.about_page .initiatives .environment .environment_list li .title {
  font-size: clamp(16px, 1.53vw, 22px);
  display: flex;
  align-items: end;
  height: 3.6em;
  margin: 0 auto;
  color: #f97930;
  text-align: center;
}
.sp .about_page .initiatives .environment .environment_list li .title {
  font-size: 16px;
}
.about_page .initiatives .environment .environment_list li .description {
  margin-top: 22px;
}
.about_page .initiatives .environment .button1 {
  margin: 40px auto 0;
}
.sp .about_page .initiatives .environment .button1 {
  margin: 77px auto 0;
  z-index: 2;
}
.about_page .initiatives .area {
  max-width: 1183px;
  position: relative;
  margin: 100px auto 0;
}
.sp .about_page .initiatives .area {
  margin-top: 122px;
}
.about_page .initiatives .area .human {
  position: absolute;
  bottom: -121px;
  left: -46px;
  z-index: 2;
}
.about_page .initiatives .area .human::before {
  content: "";
  display: block;
  width: 63px;
  height: 142px;
  position: absolute;
  top: -56px;
  left: -54px;
  background-image: url("../img/about_initiatives_area_fukidashi.png");
  background-size: 63px 142px;
  background-repeat: no-repeat;
}
.about_page .initiatives .area .cloud {
  position: absolute;
  top: -4.58vw;
  left: -5.56vw;
}
.sp .about_page .initiatives .area .cloud {
  width: 29.33vw;
  top: -19.2vw;
  left: -8vw;
}
.sp .about_page .initiatives .area .swiper {
  width: calc(100% + 60px);
  margin: 0 -30px;
}
.about_page .initiatives .area .swiper-button-prev,
.about_page .initiatives .area .swiper-button-next {
  display: none;
}
.sp .about_page .initiatives .area .swiper-button-prev,
.sp .about_page .initiatives .area .swiper-button-next {
  display: block;
  top: calc(50% - 20px);
}
.about_page .initiatives .area .area_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 8px;
  width: 100%;
  max-width: 1183px;
  margin: 22px auto 0;
}
.sp .about_page .initiatives .area .area_list {
  justify-content: start;
  gap: 0;
}
.about_page .initiatives .area .area_list li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 16px) / 3);
  height: auto;
  padding: 25px 3.38% 50px;
  color: #2c2c2c;
  background-color: #fff;
  border-radius: 30px;
}
.sp .about_page .initiatives .area .area_list li {
  width: 313px;
  padding: 13px 28px 20px;
}
.about_page .initiatives .area .area_list li .title {
  font-size: clamp(16px, 1.53vw, 22px);
  display: flex;
  align-items: end;
  width: auto;
  height: 3.6em;
  margin: 0 auto;
  color: #f97930;
  text-align: center;
}
.sp .about_page .initiatives .area .area_list li .title {
  font-size: 16px;
}
.about_page .initiatives .area .area_list li .description {
  margin-top: 20px;
  margin-bottom: 30px;
}
.about_page .initiatives .area .area_list li .img {
  margin-top: auto;
}
.about_page .history {
  position: relative;
  z-index: 5;
}
.sp .about_page .history .mount_container .human {
  width: 14.67vw;
  position: absolute;
  top: -22.93vw;
  left: 22.93vw;
}
.sp .about_page .history .mount_container .human::before {
  content: "";
  display: block;
  width: 63px;
  height: 142px;
  position: absolute;
  top: -56px;
  left: -54px;
  background-image: url("../img/about_initiatives_area_fukidashi.png");
  background-size: 63px 142px;
  background-repeat: no-repeat;
}
.about_page .history .container {
  padding: 0 40px calc(93px + 18.68vw);
  overflow-x: clip;
}
.sp .about_page .history .container {
  padding: 0 25px calc(64px + 28vw);
}
.about_page .history .history_wrapper {
  position: relative;
}
.about_page .history .history_container {
  width: 100%;
  max-width: 1182px;
  height: 489px;
  position: relative;
  margin: 30px auto 0;
  padding: 0 21px 0 62px;
  background-color: #fff;
  border-radius: 30px;
  z-index: 2;
}
.sp .about_page .history .history_container {
  height: 528px;
  padding: 0 10px 0 22px;
}
.about_page .history .history_wrapper .footprints1 {
  width: 226px;
  height: 236px;
  position: absolute;
  top: -243px;
  left: calc(50% - 418px);
  clip-path: inset(0 0 100% 0);
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-timing-function: steps(1, start);
  animation-delay: 0s;
  animation-direction: normal;
}
@keyframes footprints1 {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  20% {
    clip-path: inset(0 0 73% 0);
  }
  40% {
    clip-path: inset(0 0 56% 0);
  }
  60% {
    clip-path: inset(0 0 36% 0);
  }
  80% {
    clip-path: inset(0 0 20% 0);
  }
  100% {
    clip-path: inset(0 0 0% 0);
  }
}
.sp .about_page .history .history_wrapper .footprints1 {
  display: none;
}
.about_page .history .history_wrapper .footprints1.active {
  animation-name: footprints1;
}
.about_page .history .history_wrapper .footprints2 {
  width: 208px;
  height: 202px;
  position: absolute;
  bottom: -194px;
  right: calc(50% - 400px);
  z-index: -1;
  clip-path: inset(0 0 100% 0);
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-timing-function: steps(1, start);
  animation-delay: 2s;
  animation-direction: normal;
}
@keyframes footprints2 {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  20% {
    clip-path: inset(0 0 64% 0);
  }
  40% {
    clip-path: inset(0 0 45% 0);
  }
  60% {
    clip-path: inset(0 0 29% 0);
  }
  80% {
    clip-path: inset(0 0 11% 0);
  }
  100% {
    clip-path: inset(0 0 0% 0);
  }
}
.sp .about_page .history .history_wrapper .footprints2 {
  width: 156px;
  right: calc(50% - 83px);
  bottom: -125px;
  transform: rotate(24deg);
  z-index: 1;
}
.about_page .history .history_wrapper .footprints2.active {
  animation-name: footprints2;
}
.about_page .history .scroll_container {
  height: 100%;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 30px;
}
.about_page .history .scroll_container .simplebar-track.simplebar-vertical {
  width: 7px;
  height: calc(100% - 60px);
  bottom: 0;
  margin: auto;
  background: #d0d0d0;
  border-radius: 10px;
}
.about_page .history .scroll_container .simplebar-scrollbar {
  height: 184px;
}
.about_page .history .scroll_container .simplebar-scrollbar:before {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffb05f;
  opacity: 1;
}
.about_page .history .history_list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  height: 100%;
  padding-right: 35px;
}
.sp .about_page .history .history_list {
  padding: 30px 0;
}
.about_page .history .history_list li {
  display: flex;
}
.sp .about_page .history .history_list li {
  flex-direction: column;
}
.about_page .history .history_list li .date {
  width: 154px;
  color: #00693e;
}
.sp .about_page .history .history_list li .date {
  font-size: 14px;
}
.about_page .history .history_list li .content {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  width: calc(100% - 156px - 180px);
  padding-right: 50px;
}
.sp .about_page .history .history_list li .content {
  font-size: 14px;
  line-height: 2;
  width: 100%;
}
.about_page .history .history_list li .img {
  width: 180px;
  margin-left: auto;
}
.sp .about_page .history .history_list li .img {
  width: 133px;
  margin: 4px auto 0 0;
}
.about_page .history .history_list li .img .caption {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.about_page .company {
  position: relative;
  z-index: 6;
}
.sp .about_page .company .mount_container .chicken {
  width: 24vw;
  height: 24vw;
  position: absolute;
  top: -1.33vw;
  right: 9.6vw;
}
.about_page .company .container {
  position: relative;
  padding: 0 40px 80px;
  z-index: 1;
}
.sp .about_page .company .container {
  margin-top: -5px;
  padding: 0 25px 80px;
}
.about_page .company .container::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 12.5vw + 2px);
  position: absolute;
  top: calc(12.5vw - 2px);
  left: 0;
  background-color: #fff;
}
.sp .about_page .company .container::before {
  top: -2px;
  height: 100%;
}
.about_page .company .summary {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1182px;
  position: relative;
  margin: -12.5vw auto 0;
  padding-bottom: 20px;
}
.sp .about_page .company .summary {
  margin-top: 0;
}
.about_page .company .summary .sec_title1 {
  width: 200px;
  padding-top: 86px;
  text-align: left;
}
.sp .about_page .company .summary .sec_title1 {
  width: 100%;
  padding-top: 0;
}
.about_page .company .summary .cover {
  width: calc(100% - 200px);
}
.sp .about_page .company .summary .cover {
  width: calc(100% + 30px);
  margin: 21px -15px 0;
}
.about_page .company .summary .cover::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -94px;
  right: 60px;
  transform: scaleX(-1);
  background-image: url("../img/chicken_e_l.png");
  background-size: 120px 120px;
  background-repeat: no-repeat;
  z-index: 1;
}
.sp .about_page .company .summary .cover::before {
  display: none;
}
.about_page .company .summary .cover img {
  aspect-ratio: 982/345;
}
.about_page .company .summary dl {
  width: 100%;
  margin-top: 88px;
  padding: 0 85px 0 200px;
}
@media screen and (max-width: 1000px) {
  .about_page .company .summary dl {
    flex-direction: column;
  }
}
.sp .about_page .company .summary dl {
  margin-top: 20px;
  padding: 0;
}
.about_page .company dl {
  display: flex;
  align-items: start;
  gap: 10px 30px;
}
.sp .about_page .company dl {
  flex-direction: column;
  gap: 10px 0;
}
.about_page .company dl > div {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 0;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1000px) {
  .about_page .company dl > div {
    width: 100%;
  }
}
.sp .about_page .company dl > div {
  width: 100%;
}
.about_page .company dl dt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  width: 106px;
  padding-right: 10px;
  color: #f97930;
}
.sp .about_page .company dl dt {
  font-size: 14px;
  width: 95px;
}
.about_page .company dl dd {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  width: calc(100% - 106px);
}
.sp .about_page .company dl dd {
  font-size: 14px;
  width: calc(100% - 95px);
}
.about_page .company dl dd.name {
  font-size: 18px;
}
.sp .about_page .company dl dd.name {
  font-size: 16px;
}
.about_page .company .group {
  display: flex;
  width: 100%;
  max-width: 1182px;
  position: relative;
  margin: 0 auto;
  border-top: 1px solid #d0d0d0;
}
.sp .about_page .company .group {
  flex-direction: column;
}
.about_page .company .group .sec_title {
  width: 200px;
  margin-top: 37px;
}
.sp .about_page .company .group .sec_title {
  font-size: 22px;
  width: 100%;
  margin-top: 30px;
}
.about_page .company .group .group_container {
  width: calc(100% - 200px);
  padding-right: 85px;
}
@media screen and (max-width: 1000px) {
  .about_page .company .group .group_container {
    padding-right: 0;
  }
}
.sp .about_page .company .group .group_container {
  width: 100%;
  margin-top: 20px;
  padding: 0;
}
.sp .about_page .company .group .company_list li {
  position: relative;
}
.sp .about_page .company .group .company_list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 24px;
  left: 0;
  margin: auto;
  background-color: #f97930;
  border-radius: 50%;
}
.sp .about_page .company .group .company_list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    #f97930 0px,
    #f97930 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.sp .about_page .company .group .company_list li .button {
  display: block;
  width: 100%;
  height: 52px;
  position: relative;
  padding-left: 17px;
}
.sp .about_page .company .group .company_list li .button::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  background-color: #f97930;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp .about_page .company .group .company_list li .button:hover::before {
  transform: rotate(180deg);
}
.sp .about_page .company .group .company_list li .button::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  background-color: #f97930;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp .about_page .company .group .company_list li .button:hover::after {
  transform: rotate(270deg);
}
.sp .about_page .company .group .company_list li.open .button::after {
  opacity: 0;
}
.faq .accordion_list > div.hover::before {
  transform: rotate(180deg);
}
.about_page .company .group .company_list li dl {
  position: relative;
  padding: 20px 0;
}
.pc .about_page .company .group .company_list li dl {
  height: auto !important;
}
@media screen and (max-width: 1000px) {
  .about_page .company .group .company_list li dl {
    flex-direction: column;
  }
}
.sp .about_page .company .group .company_list li dl {
  flex-direction: column;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.about_page .company .group .company_list li:not(:first-child) dl {
  border-top: 1px solid #d0d0d0;
}
.sp .about_page .company .group .company_list li:not(:first-child) dl {
  border-top: 0;
}
.sp .about_page .company .group .company_list li dl dt.name,
.sp .about_page .company .group .company_list li dl dd.name {
  display: none;
}
.sp .about_page .company .group .company_list li dl .right {
  padding-bottom: 10px;
}
.about_page .company .button1 {
  margin: 60px auto 0;
}
.sp .about_page .company .button1 {
  margin: 40px auto 0;
}
.sp .lineup_page .head1 .container {
  padding: 140px 25px 0 25px;
}
.lineup_page .head1 .mount_container {
  margin-top: 56px;
}
.sp .lineup_page .head1 .mount_container {
  margin-top: 63px;
}
.lineup_page .head1 .mount_container .illust {
  width: 19.44vw;
  position: absolute;
  top: 7.22vw;
  left: 9.44vw;
}
.sp .lineup_page .head1 .mount_container .illust {
  width: 41.86vw;
  top: 17.07vw;
  left: 5.07vw;
}
.lineup_page .pickup {
  position: relative;
  margin-top: -9.16vw;
  z-index: 1;
}
.sp .lineup_page .pickup {
  margin-top: -16px;
}
.lineup_page .pickup .summary .sec_title1 .ja {
  font-size: 22px;
}
.lineup_page .pickup .edible {
  position: relative;
  margin-top: 62px;
  padding: 0 40px calc(26.39vw - 178px);
  z-index: 1;
}
.sp .lineup_page .pickup .edible {
  margin-top: 30px;
  padding: 0 25px calc(7.43vw + 43px);
}
.lineup_page .pickup .soup .container {
  position: relative;
  margin-top: -7.43vw;
  padding: 0 40px calc(55px + 14.2vw);
  z-index: 1;
}
.sp .lineup_page .pickup .soup .container {
  padding: 0 25px calc(55px + 14.2vw);
}
.lineup_page .pickup .pickup_list {
  width: 100%;
  max-width: 1078px;
  margin: 60px auto 0;
}
.sp .lineup_page .pickup .pickup_list {
  margin: 21px auto 0;
}
.lineup_page .pickup .pickup_list > li + li {
  margin-top: 125px;
}
.lineup_page .pickup .pickup_list li .more_area {
  display: grid;
  grid-template-rows: 355px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px 85px;
  grid-template-areas: "gallery info" "nutrition info";
}
@media screen and (max-width: 1000px) {
  .lineup_page .pickup .pickup_list li .more_area {
    display: block;
  }
}
.sp .lineup_page .pickup .pickup_list li .more_area {
  display: block;
}
.lineup_page .pickup .pickup_list li .more {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1/5;
}
.lineup_page .pickup .pickup_list li .gallery {
  grid-area: gallery;
  max-width: 496px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .lineup_page .pickup .pickup_list li .gallery {
    margin: 0 auto;
  }
}
.sp .lineup_page .pickup .pickup_list li .gallery {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
.lineup_page .pickup .pickup_list li .gallery .chicken {
  position: absolute;
  bottom: -26px;
  left: -73px;
  z-index: 2;
}
.sp .lineup_page .pickup .pickup_list li .gallery .chicken {
  width: 90px;
  height: 90px;
  bottom: -10px;
  left: -34px;
}
.lineup_page .pickup .pickup_list li .gallery .swiper {
  overflow: visible;
}
.lineup_page
  .pickup
  .edible
  .pickup_list
  li:nth-child(1)
  .gallery
  .chicken::before {
  content: "";
  display: block;
  width: 62px;
  height: 113px;
  position: absolute;
  top: -100px;
  left: -3px;
  background-image: url("../img/lineup_pickup_gallery_fukidashi1.png");
  background-size: 62px 113px;
  background-repeat: no-repeat;
}
.lineup_page
  .pickup
  .edible
  .pickup_list
  li:nth-child(2)
  .gallery
  .chicken::before {
  content: "";
  display: block;
  width: 62px;
  height: 113px;
  position: absolute;
  top: -100px;
  left: -3px;
  background-image: url("../img/lineup_pickup_gallery_fukidashi2.png");
  background-size: 62px 113px;
  background-repeat: no-repeat;
}
.lineup_page
  .pickup
  .soup
  .pickup_list
  li:nth-child(1)
  .gallery
  .chicken::before {
  content: "";
  display: block;
  width: 62px;
  height: 113px;
  position: absolute;
  top: -100px;
  left: -3px;
  background-image: url("../img/lineup_pickup_gallery_fukidashi3.png");
  background-size: 62px 113px;
  background-repeat: no-repeat;
}
.sp .lineup_page .pickup .pickup_list li .gallery .swiper {
  padding-bottom: 27px;
}
.lineup_page .pickup .pickup_list li .gallery .swiper .img {
  width: 100%;
  mask-image: url("../img/lineup_pickup_mask.svg");
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}
.sp .lineup_page .pickup .pickup_list li .gallery .swiper .img {
  width: 260px;
  height: 260px;
  mask-image: url("../img/lineup_pickup_mask_sp.svg");
}
.lineup_page .pickup .pickup_list li .gallery .swiper .img::before {
  content: "";
  display: block;
  width: 456px;
  height: 283px;
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("../img/lineup_pickup_border.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.sp .lineup_page .pickup .pickup_list li .gallery .swiper .img::before {
  width: 226px;
  height: 226px;
  background-image: url("../img/lineup_pickup_border_sp.png");
}
.lineup_page .pickup .pickup_list li .gallery .swiper .img img {
  height: 100%;
  object-fit: cover;
}
.lineup_page .pickup .pickup_list li .gallery .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0 12px;
  top: auto;
  bottom: -20px;
}
.lineup_page .pickup .pickup_list li .gallery .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #fff;
  opacity: 0.4;
}
.lineup_page .pickup .pickup_list li .gallery .swiper-pagination-bullet-active {
  opacity: 1;
}
.lineup_page .pickup .pickup_list li .button1 {
  margin: 60px auto 0;
}
.lineup_page .pickup .pickup_list li .info {
  grid-area: info;
}
.lineup_page .pickup .pickup_list li .info .title {
  display: flex;
  gap: 0 15px;
  color: #00693e;
}
@media screen and (max-width: 1000px) {
  .lineup_page .pickup .pickup_list li .info .title {
    margin-top: 61px;
  }
}
.sp .lineup_page .pickup .pickup_list li .info .title {
  gap: 0 7px;
  margin-top: 61px;
}
.lineup_page .pickup .soup .pickup_list .info .title {
  color: #fff;
}
.lineup_page .pickup .pickup_list li .info .title .egg {
  display: block;
  width: 35px;
  height: 40px;
  margin-top: 10px;
}
.sp .lineup_page .pickup .pickup_list li .info .title .egg {
  width: 23px;
  height: 26px;
  margin-top: 7px;
}
.lineup_page .pickup .pickup_list li .info .title .egg img {
  display: block;
  width: 100%;
  height: auto;
}
.lineup_page .pickup .pickup_list li .info .description {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 18px;
}
.sp .lineup_page .pickup .pickup_list li .info .description {
  font-size: 16px;
  margin-top: 16px;
}
.lineup_page .pickup .pickup_list li .info .supplement {
  margin-top: 10px;
}
.sp .lineup_page .pickup .pickup_list li .info .supplement {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: 11px;
}
.lineup_page .pickup .pickup_list li .info .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 9px;
  margin-top: 20px;
}
.sp .lineup_page .pickup .pickup_list li .info .tag_list {
  gap: 4px 4px;
  margin-top: 31px;
}
.lineup_page .pickup .pickup_list li .info .tag_list li img {
  width: auto;
  height: 47px;
}
.lineup_page .pickup .pickup_list li .info .details {
  margin-top: 40px;
}
.sp .lineup_page .pickup .pickup_list li .info .details {
  margin-top: 20px;
}
.lineup_page .pickup .pickup_list li .info .details section {
  padding: 40px 0;
  border-top: 1px solid #e8c2a0;
}
.sp .lineup_page .pickup .pickup_list li .info .details section {
  padding: 17px 0 17px;
}
.lineup_page .pickup .pickup_list li .info .details section:last-child {
  border-bottom: 1px solid #e8c2a0;
}
.lineup_page .pickup .pickup_list li .info .details section h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  padding: 3px 0;
  color: #f97930;
  background-color: #fffadd;
  border-radius: 30px;
}
.lineup_page .pickup .pickup_list li .info .details .feature_list {
  margin-top: 14px;
}
.lineup_page .pickup .pickup_list li .info .details .feature_list li {
  position: relative;
  padding-left: 26px;
}
.sp .lineup_page .pickup .pickup_list li .info .details .feature_list li {
  font-size: 14px;
}
.lineup_page .pickup .pickup_list li .info .details .feature_list li + li {
  margin-top: 3px;
}
.lineup_page .pickup .pickup_list li .info .details .feature_list li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0.5em;
  left: 0;
  background-image: url("../img/icon_check.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.lineup_page .pickup .pickup_list li .info .details dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
.lineup_page .pickup .pickup_list li .info .details dl dt {
  width: 70px;
  color: #f97930;
}
.sp .lineup_page .pickup .pickup_list li .info .details dl dt {
  font-size: 14px;
}
.lineup_page .pickup .pickup_list li .info .details dl dd {
  width: calc(100% - 70px);
}
.sp .lineup_page .pickup .pickup_list li .info .details dl dd {
  font-size: 14px;
}
.lineup_page .pickup .pickup_list li .nutrition {
  grid-area: nutrition;
}
.sp .lineup_page .pickup .pickup_list li .nutrition {
  margin-top: 20px;
}
.lineup_page .pickup .pickup_list li .nutrition .table_container {
  width: 100%;
  padding: 28px 50px;
  background-color: #fffadd;
  border-radius: 30px;
}
.sp .lineup_page .pickup .pickup_list li .nutrition .table_container {
  padding: 25px 18px 25px 16px;
}
.lineup_page .pickup .pickup_list li .nutrition table,
.lineup_page .pickup .pickup_list li .nutrition td,
.lineup_page .pickup .pickup_list li .nutrition th {
  border-collapse: collapse;
}
.lineup_page .pickup .pickup_list li .nutrition table {
  width: 100%;
}
.lineup_page .pickup .pickup_list li .nutrition tbody tr:not(:first-child) {
  position: relative;
  background-image: linear-gradient(
    to right,
    #e8c2a0 0px,
    #e8c2a0 6px,
    transparent 6px,
    transparent 9px
  );
  -webkit-background-image: linear-gradient(
    to right,
    #e8c2a0 0px,
    #e8c2a0 6px,
    transparent 6px,
    transparent 9px
  );
  background-size: 9px 1.4px;
  background-repeat: repeat-x;
  background-position: bottom left;
}
.lineup_page .pickup .pickup_list li .nutrition tbody tr:first-child {
  border-bottom: 1px solid #e8c2a0;
}
.lineup_page .pickup .pickup_list li .nutrition td,
.lineup_page .pickup .pickup_list li .nutrition th {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  height: 45px;
  padding: 10px 0;
}
.sp .lineup_page .pickup .pickup_list li .nutrition td,
.sp .lineup_page .pickup .pickup_list li .nutrition th {
  height: 39px;
  padding: 7px 0;
}
.sp .lineup_page .pickup .pickup_list li .nutrition table tr:not(.head) th {
  font-size: 12px;
}
.sp .lineup_page .pickup .pickup_list li .nutrition tbody tr th:first-child {
  padding-left: 10px;
}
.lineup_page .pickup .pickup_list li .nutrition table tr.head th {
  font-weight: bold;
  color: #f97930;
}
.lineup_page .pickup .pickup_list li .nutrition table tr:not(.head) th {
  width: 192px;
  padding-right: 18px;
}
.sp .lineup_page .pickup .pickup_list li .nutrition table tr:not(.head) th {
  width: 115px;
}
.lineup_page .pickup .pickup_list li .nutrition table tr:not(.head) td {
  width: calc((100% - 192px) / 2);
  padding-right: 8px;
}
.sp .lineup_page .pickup .pickup_list li .nutrition table tr:not(.head) td {
  width: calc((100% - 115px) / 2);
}
.lineup_page .pickup .pickup_list li .nutrition .attention {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: 10px;
  padding: 0 29px;
}
.sp .lineup_page .pickup .pickup_list li .nutrition .attention {
  padding: 0;
}
.lineup_page .pickup .story {
  max-width: 1046px;
  height: auto;
  position: relative;
  margin: 141px auto 0;
  padding: 90px 40px 70px;
  background-color: #fff;
  border-radius: 30px;
}
.sp .lineup_page .pickup .story {
  margin: 94px auto 0;
  padding: 90px 48px 45px;
}
.lineup_page .pickup .story .human {
  position: absolute;
  right: -24px;
  bottom: -54px;
}
.sp .lineup_page .pickup .story .human {
  width: 63px;
  height: auto;
  right: 0;
  bottom: -47px;
}
.lineup_page .pickup .story .head {
  width: 419px;
  height: auto;
  position: absolute;
  top: -73px;
  right: 0;
  left: 0;
  margin: 0 auto 0;
  z-index: 1;
}
.sp .lineup_page .pickup .story .head {
  width: 265px;
  top: -59px;
}
.lineup_page .pickup .story .head img {
  display: block;
  width: 100%;
  height: auto;
}
.lineup_page .pickup .story .sec_title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  margin-top: -116px;
  color: #00693e;
  text-align: center;
  z-index: 2;
}
.sp .lineup_page .pickup .story .sec_title {
  font-size: 16px;
  margin-top: -112px;
}
.lineup_page .pickup .story .sec_title .orange {
  font-size: 28px;
  color: #f97930;
}
.sp .lineup_page .pickup .story .sec_title .orange {
  font-size: 18px;
}
.lineup_page .pickup .story .flex {
  flex-wrap: nowrap;
  gap: 0 20px;
  max-width: 846px;
  margin: 34px auto 0;
}
.sp .lineup_page .pickup .story .flex {
  flex-direction: column-reverse;
  margin-top: 26px;
}
.lineup_page .pickup .story .flex .img {
  width: 280px;
  position: relative;
}
.sp .lineup_page .pickup .story .flex .img {
  max-width: 260px;
  margin: 10px auto 0;
}
.lineup_page .pickup .story .flex .img::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: -14px;
  left: -63px;
  background-image: url("../img/chicken_b_m.png");
  background-size: 90px 90px;
  background-repeat: no-repeat;
}
.sp .lineup_page .pickup .story .flex .img::before {
  width: 60px;
  height: 60px;
  bottom: -17px;
  left: -28px;
  background-size: 60px 60px;
}
.lineup_page .pickup .story .flex .description {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  width: calc(100% - 280px - 20px);
}
.sp .lineup_page .pickup .story .flex .description {
  font-size: 13px;
  line-height: 2;
  width: 100%;
}
.lineup_page .pickup .story .border_container {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.sp .lineup_page .pickup .story .border_container {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.lineup_page .lineup {
  position: relative;
  z-index: 2;
}
.lineup_page .lineup .summary .sec_title1 .ja {
  font-size: 30px;
}
.lineup_page .lineup .container {
  position: relative;
  margin-top: -5.07vw;
  padding: 0 40px 156px;
  z-index: 1;
  background-image: none;
}
.sp .lineup_page .lineup .container {
  padding: 0 0 156px;
}
.lineup_page .lineup .container::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 5.07vw);
  position: absolute;
  top: 5.07vw;
  left: 0;
  background-image: url("../img/bg_gray.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
  z-index: -1;
}
.sp .lineup_page .lineup .container::before {
  z-index: -1;
}
.pc .lineup_page .lineup .swiper {
  overflow: visible;
}
.pc .lineup_page .lineup .swiper .swiper-button-prev,
.pc .lineup_page .lineup .swiper .swiper-button-next {
  display: none;
}
.lineup_page .lineup .egg_lsit {
  display: flex;
  flex-wrap: wrap;
  gap: 51px 57px;
  width: 100%;
  max-width: 1180px;
  margin: 70px auto 0;
}
.sp .lineup_page .lineup .egg_lsit {
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
}
.lineup_page .lineup .egg_lsit li {
  width: calc((100% - 114px) / 3);
  position: relative;
}
@media screen and (max-width: 1000px) {
  .lineup_page .lineup .egg_lsit li {
    width: calc((100% - 57px) / 2);
  }
}
.sp .lineup_page .lineup .egg_lsit li {
  width: 100%;
  max-width: 263px;
}
.lineup_page .lineup .egg_lsit li .img {
  position: relative;
}
.sp .lineup_page .lineup .egg_lsit li .img {
  width: 100%;
  aspect-ratio: 1/1;
}
.lineup_page .lineup .egg_lsit li .img .fukidashi {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 142px;
  position: absolute;
  top: -12px;
  left: -16px;
  padding-bottom: 4px;
  color: #fff;
  background-image: url("../img/lineup_lineup_fukidashi.svg");
  background-size: 63px 142px;
  background-repeat: no-repeat;
  z-index: 2;
}
.sp .lineup_page .lineup .egg_lsit li .img .fukidashi {
  font-size: 12px;
  width: 56px;
  height: 128px;
  top: 0;
  background-size: 56px 128px;
}
.lineup_page .lineup .egg_lsit li .img img {
  mask-image: url("../img/lineup_lineup_mask.svg");
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}
.sp .lineup_page .lineup .egg_lsit li .img img {
  height: 100%;
  object-fit: cover;
  mask-image: url("../img/lineup_lineup_mask_sp.svg");
}
.lineup_page .lineup .egg_lsit li .img::before {
  content: "";
  display: block;
  width: 88.5%;
  height: auto;
  aspect-ratio: 310/188;
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("../img/lineup_lineup_border.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.sp .lineup_page .lineup .egg_lsit li .img::before {
  aspect-ratio: 1/1;
  background-image: url("../img/lineup_lineup_border_sp.png");
}
.lineup_page .lineup .egg_lsit li .title {
  margin-top: 17px;
  color: #00693e;
}
.lineup_page .lineup .egg_lsit li .description {
  margin-top: 8px;
}
.sp .lineup_page .lineup .egg_lsit li .description {
  font-size: 14px;
}
.lineup_page .lineup .swiper .swiper-button-prev,
.lineup_page .lineup .swiper .swiper-button-next {
  top: 0;
  bottom: 0;
  margin: auto;
}
.sp .feature_page .head1 .container {
  padding-top: 141px;
}
.feature_page .head1 .mount_container {
  position: relative;
}
.sp .feature_page .head1 .mount_container {
  margin-top: 28px;
}
.feature_page .head1 .mount_container .illust {
  width: 30.49vw;
  position: absolute;
  top: 11.25vw;
  left: 9.03vw;
}
.sp .feature_page .head1 .mount_container .illust {
  width: 56vw;
  top: 20.53vw;
  left: 2.93vw;
}
.feature_page .head1 .mount_container .sun {
  position: absolute;
  top: 12.08vw;
  right: 13.06vw;
  z-index: 1;
}
.sp .feature_page .head1 .mount_container .sun {
  width: 26.67vw;
  height: 26.67vw;
  top: 16.53vw;
  right: 2.93vw;
}
.feature_page .story {
  position: relative;
  margin-top: -8.75vw;
  padding-bottom: calc(80px + 14.2vw);
  overflow: hidden;
}
.sp .feature_page .story {
  margin-top: -3px;
}
.feature_page .story .mount_container {
  width: 100%;
  height: calc(100% - 1103px);
  position: absolute;
  top: 1103px;
  left: 0;
}
.sp .feature_page .story .mount_container {
  height: calc(100% - 1474px);
  top: 1474px;
}
.feature_page .story .mount_container .bg_orange {
  width: 100%;
  height: 100%;
}
.feature_page .story .container {
  padding: 0 100px;
}
.sp .feature_page .story .container {
  padding: 18px 25px 0;
}
.feature_page .story .summary .description {
  margin-top: 26px;
  text-align: center;
}
.sp .feature_page .story .summary .description {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
.feature_page .story .content {
  max-width: 1046px;
  position: relative;
  margin: 0 auto;
}
.sp .feature_page .story .content {
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.feature_page .story .content .cloud1 {
  position: absolute;
  top: 138px;
  right: -269px;
  z-index: 1;
}
.sp .feature_page .story .content .cloud1 {
  width: 116px;
  top: 371px;
  right: -36px;
}
.feature_page .story .content .cloud2 {
  position: absolute;
  top: 776px;
  left: -197px;
  z-index: 1;
}
.sp .feature_page .story .content .cloud2 {
  width: 110px;
  top: 1390px;
  left: -11px;
}
.feature_page .story .content .cloud3 {
  position: absolute;
  top: 947px;
  right: -269px;
  z-index: 1;
}
.sp .feature_page .story .content .cloud3 {
  width: 116px;
  top: 1621px;
  right: -36px;
}
.feature_page .story .content .cloud4 {
  position: absolute;
  top: 1609px;
  left: -197px;
  z-index: 1;
}
.sp .feature_page .story .content .cloud4 {
  width: 110px;
  top: 2426px;
  left: -11px;
}
.feature_page .story .content .cloud5 {
  position: absolute;
  top: 2050px;
  right: -269px;
  z-index: 1;
}
.sp .feature_page .story .content .cloud5 {
  width: 116px;
  top: 3219px;
  right: -36px;
}
.feature_page .story .content .cloud6 {
  position: absolute;
  top: 2473px;
  left: -197px;
  z-index: 1;
}
.sp .feature_page .story .content .cloud6 {
  width: 110px;
  top: 3777px;
  left: -11px;
}
.feature_page .story .story_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 960px;
  height: auto;
  position: relative;
  margin: 75px auto 0;
  z-index: 2;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list {
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 375px;
    margin: 5px auto 0;
  }
}
.sp .feature_page .story .story_list {
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 5px auto 0;
}
.feature_page .story .story_list li {
  width: 50%;
  position: relative;
}
.feature_page .story .story_list li:nth-child(1) {
  width: 345px;
  height: 401px;
  margin-left: 26px;
  padding: 93px 60px 40px 76px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(1) {
    width: 261px;
    height: 314px;
    margin: 0 auto;
    padding: 70px 38px 40px 51px;
  }
}
.sp .feature_page .story .story_list li:nth-child(1) {
  width: 261px;
  height: 314px;
  margin: 0 auto;
  padding: 70px 38px 40px 51px;
}
.feature_page .story .story_list li:nth-child(2) {
  width: 377px;
  height: 421px;
  margin-top: 94px;
  margin-right: 18px;
  padding: 98px 89px 40px 78px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(2) {
    width: 283px;
    height: 329px;
    margin: 0 auto;
    padding: 70px 58px 40px 55px;
  }
}
.sp .feature_page .story .story_list li:nth-child(2) {
  width: 283px;
  height: 329px;
  margin: 0 auto;
  padding: 70px 58px 40px 55px;
}
.feature_page .story .story_list li:nth-child(3) {
  width: 338px;
  height: 444px;
  margin-top: -90px;
  margin-left: 118px;
  padding: 109px 59px 40px 69px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(3) {
    width: 255px;
    height: 330px;
    margin: 3px auto 0;
    padding: 74px 42px 40px;
  }
}
.sp .feature_page .story .story_list li:nth-child(3) {
  width: 255px;
  height: 330px;
  margin: 3px auto 0;
  padding: 74px 42px 40px;
}
.feature_page .story .story_list li:nth-child(4) {
  width: 346px;
  height: 402px;
  margin-top: 37px;
  margin-right: 22px;
  padding: 91px 59px 40px 77px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(4) {
    width: 270px;
    height: 313px;
    margin: 10px auto 0;
    padding: 58px 46px 40px 54px;
  }
}
.sp .feature_page .story .story_list li:nth-child(4) {
  width: 270px;
  height: 313px;
  margin: 10px auto 0;
  padding: 58px 46px 40px 54px;
}
.feature_page .story .story_list li:nth-child(5) {
  margin-top: 13px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(5) {
    margin-top: 82px !important;
  }
}
.sp .feature_page .story .story_list li:nth-child(5) {
  margin-top: 82px;
}
.feature_page .story .story_list li:nth-child(6) {
  margin-top: 55px;
  margin-right: 30px;
  padding-top: 57px;
}
.feature_page .story .story_list li:nth-child(7) {
  margin-top: -3px;
  margin-left: 66px;
  padding-top: 71px;
}
.feature_page .story .story_list li:nth-child(8) {
  margin-top: 74px;
  padding-top: 43px;
  padding-right: 70px;
  padding-left: 70px;
}
.feature_page .story .story_list li:nth-child(9) {
  margin-top: -8px;
  padding-top: 57px;
}
.feature_page .story .story_list li:nth-child(10) {
  margin-top: 80px;
  margin-right: 30px;
  padding-top: 57px;
}
.feature_page .story .story_list li:nth-child(11) {
  margin-top: 11px;
  margin-left: 66px;
  padding-top: 57px;
}
.feature_page .story .story_list li:nth-child(12) {
  margin-top: 125px;
  padding-top: 43px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(12) {
    margin-top: 27px !important;
  }
}
.sp .feature_page .story .story_list li:nth-child(12) {
  margin-top: 27px;
}
.feature_page .story .story_list li:nth-child(13) {
  margin-top: 8px;
  margin-left: 66px;
  padding-top: 43px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(13) {
    margin-top: 50px !important;
  }
}
.sp .feature_page .story .story_list li:nth-child(13) {
  margin-top: 50px;
}
.feature_page .story .story_list li:nth-child(14) {
  margin-top: 122px;
  margin-right: -5px;
  padding-top: 44px;
}
.feature_page .story .story_list li:nth-child(n + 5) {
  width: 400px;
  height: 300px;
  padding: 40px 80px 40px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(n + 5) {
    width: 324px;
    height: 243px;
    margin: 20px auto 0;
    padding: 34px 65px 20px;
  }
}
.sp .feature_page .story .story_list li:nth-child(n + 5) {
  width: 324px;
  height: 243px;
  margin: 20px auto 0;
  padding: 34px 65px 20px;
}
.feature_page .story .story_list li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.feature_page .story .story_list li:nth-child(1) .bg {
  background-image: url("../img/feature_story_bg1.png");
}
.feature_page .story .story_list li:nth-child(2) .bg {
  background-image: url("../img/feature_story_bg2.png");
}
.feature_page .story .story_list li:nth-child(3) .bg {
  background-image: url("../img/feature_story_bg3.png");
}
.feature_page .story .story_list li:nth-child(4) .bg {
  background-image: url("../img/feature_story_bg4.png");
}
.feature_page .story .story_list li:nth-child(n + 5) .bg {
  background-image: url("../img/feature_story_bg.png");
}
.feature_page .story .story_list li:nth-child(2) .area {
  width: 158px;
  position: absolute;
  top: -34px;
  left: -36px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(2) .area {
    width: 163px;
    top: 0;
    left: -50px;
  }
}
.sp .feature_page .story .story_list li:nth-child(2) .area {
  width: 130px;
  top: 0;
  left: -50px;
}
.feature_page .story .story_list li:nth-child(5) .area {
  width: 169px;
  position: absolute;
  top: -98px;
  right: -57px;
  z-index: -1;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(5) .area {
    width: 118px;
    top: -80px;
    right: -10px;
  }
}
.sp .feature_page .story .story_list li:nth-child(5) .area {
  width: 118px;
  top: -80px;
  right: -10px;
}
.feature_page .story .story_list li:nth-child(14) .fukidashi {
  width: 201px;
  position: absolute;
  right: -104px;
  bottom: -38px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(14) .fukidashi {
    width: 141px;
    right: -16px;
    bottom: -39px;
  }
}
.sp .feature_page .story .story_list li:nth-child(14) .fukidashi {
  width: 141px;
  right: -16px;
  bottom: -39px;
}
.feature_page .story .story_list li:nth-child(1) .fukidashi {
  width: 128px;
  position: absolute;
  bottom: 33px;
  left: -54px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(1) .fukidashi {
    width: 95px;
    bottom: 48px;
    left: -47px;
  }
}
.sp .feature_page .story .story_list li:nth-child(1) .fukidashi {
  width: 95px;
  bottom: 48px;
  left: -47px;
}
.feature_page .story .story_list li:nth-child(2) .fukidashi {
  width: 201px;
  position: absolute;
  right: -53px;
  bottom: 13px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(2) .fukidashi {
    width: 126px;
    right: -33px;
    bottom: 14px;
  }
}
.sp .feature_page .story .story_list li:nth-child(2) .fukidashi {
  width: 126px;
  right: -33px;
  bottom: 14px;
}
.feature_page .story .story_list li:nth-child(3) .fukidashi {
  width: 201px;
  position: absolute;
  bottom: 13px;
  left: -93px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(3) .fukidashi {
    width: 141px;
    bottom: -11px;
    left: -49px;
  }
}
.sp .feature_page .story .story_list li:nth-child(3) .fukidashi {
  width: 141px;
  bottom: -11px;
  left: -49px;
}
.feature_page .story .story_list li:nth-child(4) .fukidashi {
  width: 168px;
  position: absolute;
  right: -61px;
  bottom: -5px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(4) .fukidashi {
    width: 117px;
    right: -42px;
    bottom: 14px;
  }
}
.sp .feature_page .story .story_list li:nth-child(4) .fukidashi {
  width: 117px;
  right: -42px;
  bottom: 14px;
}
.feature_page .story .story_list li:nth-child(6) .fukidashi {
  width: 126px;
  position: absolute;
  right: -47px;
  bottom: -16px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(6) .fukidashi {
    width: 89px;
    right: -9px;
    bottom: -2px;
  }
}
.sp .feature_page .story .story_list li:nth-child(6) .fukidashi {
  width: 89px;
  right: -9px;
  bottom: -2px;
}
.feature_page .story .story_list li:nth-child(9) .fukidashi {
  width: 149px;
  position: absolute;
  bottom: -32px;
  left: -90px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(9) .fukidashi {
    width: 104px;
    bottom: -12px;
    left: -20px;
  }
}
.sp .feature_page .story .story_list li:nth-child(9) .fukidashi {
  width: 104px;
  bottom: -12px;
  left: -20px;
}
.feature_page .story .story_list li:nth-child(11) .fukidashi {
  width: 201px;
  position: absolute;
  bottom: -23px;
  left: -149px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(11) .fukidashi {
    width: 141px;
    bottom: -12px;
    left: -16px;
  }
}
.sp .feature_page .story .story_list li:nth-child(11) .fukidashi {
  width: 141px;
  bottom: -12px;
  left: -16px;
}
.feature_page .story .story_list li:nth-child(12) .fukidashi {
  width: 201px;
  position: absolute;
  right: -109px;
  bottom: -37px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(12) .fukidashi {
    width: 141px;
    right: -14px;
    bottom: -29px;
  }
}
.sp .feature_page .story .story_list li:nth-child(12) .fukidashi {
  width: 141px;
  right: -14px;
  bottom: -29px;
}
.feature_page .story .story_list li .footprints {
  position: absolute;
  z-index: -2;
}
.feature_page .story .story_list li:nth-child(1) .footprints {
  width: 184px;
  right: -172px;
  bottom: 65px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(1) .footprints {
    width: 100px;
    right: -18px;
    bottom: -54px;
  }
}
.sp .feature_page .story .story_list li:nth-child(1) .footprints {
  width: 100px;
  right: -18px;
  bottom: -54px;
}
.feature_page .story .story_list li:nth-child(2) .footprints {
  width: 197px;
  left: -170px;
  bottom: 22px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(2) .footprints {
    width: 77px;
    left: -20px;
    bottom: -42px;
  }
}
.sp .feature_page .story .story_list li:nth-child(2) .footprints {
  width: 77px;
  left: -20px;
  bottom: -42px;
}
.feature_page .story .story_list li:nth-child(3) .footprints {
  width: 157px;
  right: -154px;
  bottom: 148px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(3) .footprints {
    width: 97px;
    right: -46px;
    bottom: -15px;
  }
}
.sp .feature_page .story .story_list li:nth-child(3) .footprints {
  width: 97px;
  right: -46px;
  bottom: -15px;
}
.feature_page .story .story_list li:nth-child(4) .footprints {
  width: 311px;
  left: -228px;
  bottom: -98px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(4) .footprints {
    width: 176px;
    left: 44px;
    bottom: -98px;
  }
}
.sp .feature_page .story .story_list li:nth-child(4) .footprints {
  width: 176px;
  left: 44px;
  bottom: -98px;
}
.feature_page .story .story_list li:nth-child(5) .footprints {
  width: 300px;
  right: -228px;
  bottom: -16px;
}
.feature_page .story .story_list li:nth-child(6) .footprints {
  width: 311px;
  left: -138px;
  bottom: -116px;
}
.feature_page .story .story_list li:nth-child(7) .footprints {
  width: 300px;
  right: -168px;
  bottom: 31px;
}
.feature_page .story .story_list li:nth-child(8) .footprints {
  width: 311px;
  left: -210px;
  bottom: -107px;
}
.feature_page .story .story_list li:nth-child(9) .footprints {
  width: 300px;
  right: -262px;
  bottom: 0;
}
.feature_page .story .story_list li:nth-child(10) .footprints {
  width: 311px;
  left: -115px;
  bottom: -138px;
}
.feature_page .story .story_list li:nth-child(11) .footprints {
  width: 300px;
  right: -187px;
  bottom: -57px;
}
.feature_page .story .story_list li:nth-child(12) .footprints {
  width: 311px;
  left: -127px;
  bottom: -135px;
}
.feature_page .story .story_list li:nth-child(13) .footprints {
  width: 300px;
  right: -187px;
  bottom: -57px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li:nth-child(n + 5) .footprints {
    width: 21px;
    right: 0;
    left: 0;
    bottom: -49px;
    margin: auto;
  }
}
.sp .feature_page .story .story_list li:nth-child(n + 5) .footprints {
  width: 21px;
  right: 0;
  left: 0;
  bottom: -49px;
  margin: auto;
}
.feature_page .story .story_list li .num {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #00693e;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li .num {
    font-size: 14px;
  }
}
.sp .feature_page .story .story_list li .num {
  font-size: 14px;
}
.feature_page .story .story_list li .title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #f97930;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li .title {
    font-size: 18px;
  }
}
.sp .feature_page .story .story_list li .title {
  font-size: 18px;
}
.feature_page .story .story_list li .description {
  margin-top: 7px;
}
@media screen and (max-width: 1160px) {
  .feature_page .story .story_list li .description {
    font-size: 12px;
  }
}
.sp .feature_page .story .story_list li .description {
  font-size: 12px;
}
.feature_page .story .story_list li .bg,
.feature_page .story .story_list li .group,
.feature_page .story .story_list li .footprints,
.feature_page .story .story_list li .area,
.feature_page .story .story_list li .fukidashi {
  opacity: 0;
}
.feature_page .story .question {
  max-width: 1046px;
  height: auto;
  position: relative;
  margin: 121px auto 0;
  padding: 90px 40px 70px;
  background-color: #fff;
  border-radius: 30px;
  z-index: 3;
}
.sp .feature_page .story .question {
  margin: 153px auto 0;
  padding: 90px 48px 45px;
}
.feature_page .story .question .human {
  position: absolute;
  right: -38px;
  bottom: -53px;
}
.sp .feature_page .story .question .human {
  width: 63px;
  height: auto;
  right: 0;
  bottom: -20px;
}
.feature_page .story .question .head {
  width: 419px;
  height: auto;
  position: absolute;
  top: -73px;
  right: 0;
  left: 0;
  margin: 0 auto 0;
  z-index: 1;
}
.sp .feature_page .story .question .head {
  width: 265px;
  top: -59px;
}
.feature_page .story .question .head img {
  display: block;
  width: 100%;
  height: auto;
}
.feature_page .story .question .sec_title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
  margin-top: -101px;
  color: #00693e;
  text-align: center;
  z-index: 2;
}
.sp .feature_page .story .question .sec_title {
  font-size: 16px;
  margin-top: -108px;
}
.feature_page .story .question .flex {
  flex-wrap: nowrap;
  gap: 0 20px;
  max-width: 846px;
  margin: 40px auto 0;
}
.sp .feature_page .story .question .flex {
  flex-direction: column-reverse;
  margin-top: 15px;
}
.feature_page .story .question .flex .img {
  max-width: 280px;
}
.sp .feature_page .story .question .flex .img {
  max-width: 260px;
  margin: 10px auto 0;
}
.feature_page .story .question .flex .description {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  width: calc(100% - 280px - 20px);
}
.sp .feature_page .story .question .flex .description {
  font-size: 13px;
  line-height: 2;
  width: 100%;
}
.feature_page .story .question .border_container {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.sp .feature_page .story .question .border_container {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.feature_page .area {
  overflow-x: clip;
}
.feature_page .area .mount_container {
  position: relative;
}
.sp .feature_page .area .mount_container {
  z-index: 2;
}
.feature_page .area .mount_container .sun {
  position: absolute;
  top: 3.61vw;
  left: 5.9vw;
}
.sp .feature_page .area .mount_container .sun {
  width: 100px;
  height: auto;
  top: -24px;
  left: 10px;
}
.feature_page .area .container {
  max-width: 1202px;
  position: relative;
  margin: 0 auto;
  padding-bottom: calc(35px + 26.39vw);
  z-index: 1;
}
.sp .feature_page .area .container {
  padding: 0 0 calc(28px + 33.33vw);
}
.feature_page .area .container::before {
  content: "";
  display: block;
  width: 100%;
  width: var(--viewport-width);
  height: calc(100% - 94px);
  position: absolute;
  top: 94px;
  left: calc(50% - var(--viewport-width) / 2);
  background-image: url("../img/bg_gray.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
  z-index: -1;
}
.sp .feature_page .area .container::before {
  height: calc(100% + 1px);
  top: -1px;
}
.feature_page .area .summary {
  margin-top: -94px;
}
.sp .feature_page .area .summary {
  margin-top: 0;
  padding-top: 22px;
}
.feature_page .area .summary .description {
  margin-top: 34px;
  text-align: center;
}
.sp .feature_page .area .summary .description {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 19px;
  padding: 0 25px;
  text-align: left;
}
.feature_page .area .container .cloud1 {
  position: absolute;
  top: 181px;
  right: -16.32vw;
}
.sp .feature_page .area .container .cloud1 {
  width: 30.93vw;
  top: 51.73vw;
  right: -5.33vw;
}
.feature_page .area .container .cloud2 {
  position: absolute;
  top: 450px;
  left: -16.53vw;
}
.feature_page .area .area_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 47px 0;
  max-width: 1202px;
  margin: 58px auto 0;
}
.sp .feature_page .area .area_list {
  justify-content: space-between;
  padding: 0 0;
  margin: 4px auto 0;
}
.feature_page .area .area_list li {
  width: 270px;
}
.sp .feature_page .area .area_list li {
  width: 47.46%;
}
.feature_page .area .area_list li:nth-child(-n + 3) {
  margin: 0 2.91vw;
}
@media screen and (min-width: 1441px) {
  .feature_page .area .area_list li:nth-child(-n + 3) {
    margin: 0 42px;
  }
}
.sp .feature_page .area .area_list li:nth-child(-n + 3) {
  margin: 0 0;
}
.feature_page .area .area_list li:nth-child(n + 4) {
  margin: 0 1.04lvw;
}
@media screen and (min-width: 1441px) {
  .feature_page .area .area_list li:nth-child(n + 4) {
    margin: 0 15px;
  }
}
.sp .feature_page .area .area_list li:nth-child(n + 4) {
  margin: 0 0;
}
.sp .feature_page .area .area_list li:nth-child(2n) {
  position: relative;
  top: 80px;
}
.feature_page .area .area_list li .modal_button .img {
  width: 270px;
  height: auto;
  position: relative;
}
.sp .feature_page .area .area_list li .modal_button .img {
  width: 100%;
}
.feature_page .area .area_list li .modal_button:hover .img img {
  animation-name: motionButtonHover;
  animation-fill-mode: both;
  animation-duration: 1.7s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes motionButtonHover {
  0% {
    transform: rotate(-8deg) scale(1.1);
  }
  100% {
    transform: rotate(10deg) scale(1.1);
  }
}
.feature_page .area .area_list li .modal_button .img::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: auto;
  background-image: url("../img/feature_area_button_icon.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  z-index: 1;
}
.sp .feature_page .area .area_list li .modal_button .img::before {
  right: 10px;
  bottom: 10px;
}
.feature_page .area .area_list li .modal_button .img img {
  mix-blend-mode: darken;
}
.feature_page .area .area_list li .modal_button .title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 10px auto 0;
  padding-bottom: 10px;
  text-align: center;
}
.feature_page .area .area_list li .modal_button .title.dotted::before {
  bottom: 0;
}
.feature_page .modal {
  display: none;
}
.feature_page .modal.open {
  display: block;
}
.feature_page .modal .bg {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.2);
}
.feature_page .modal .modal_container {
  width: calc(var(--viewport-width) - 120px);
  height: calc(100% - 80px);
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 0 12px;
  background-color: #fffadd;
  border-radius: 60px;
  z-index: 10001;
}
.sp .feature_page .modal .modal_container {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 0 0;
}
.feature_page .modal .modal_scroller {
  height: 100%;
  padding: 100px 8.48% 60px;
}
.sp .feature_page .modal .modal_scroller {
  padding: 54px 25px 40px;
}
.feature_page .modal .modal_scroller .simplebar-track.simplebar-vertical {
  width: 6px;
  height: calc(100% - 160px);
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.sp .feature_page .modal .modal_scroller .simplebar-track.simplebar-vertical {
  width: 3px;
  height: calc(100% - 60px);
}
.feature_page .modal .modal_scroller .simplebar-scrollbar {
  height: 184px;
}
.feature_page
  .modal
  .modal_scroller
  .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
.feature_page .modal .modal_scroller .simplebar-scrollbar:before {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f97930;
}
.feature_page .modal .modal_container .close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
.sp .feature_page .modal .modal_container .close {
  width: 45px;
  height: 45px;
  top: 15px;
  right: 9px;
}
.feature_page .modal .modal_container .close img {
  display: block;
  width: 30px;
  height: 30px;
}
.feature_page .modal .modal_container .prefecture {
  color: #f97930;
  text-align: center;
}
.feature_page .modal .simplebar-content > .title {
  margin-top: 0;
  text-align: center;
}
.feature_page .modal .modal_container .cover {
  margin-top: 34px;
}
.sp .feature_page .modal .modal_container .cover {
  margin-top: 20px;
}
.feature_page .modal .modal_container .flex {
  flex-wrap: nowrap;
  gap: 0 9.29%;
  margin-top: 60px;
}
.sp .feature_page .modal .modal_container .flex {
  flex-direction: column;
  margin-top: 40px;
}
.feature_page .modal .modal_container .flex .content {
  width: 58.56%;
}
.sp .feature_page .modal .modal_container .flex .content {
  width: 100%;
}
.feature_page .modal .modal_container .content .title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: -0.1em;
}
.sp .feature_page .modal .modal_container .content .title {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}
.feature_page .modal .modal_container .content:not(:has(.flex)) .title {
  margin-top: 24px;
}
.sp .feature_page .modal .modal_container .content:not(:has(.flex)) .title {
  margin-top: 20px;
}
.feature_page .modal .modal_container .content .description {
  margin-top: 21px;
}
.sp .feature_page .modal .modal_container .content .description {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 19px;
}
.feature_page .modal .modal_container .content .button1 {
  margin-top: 40px;
}
.feature_page .modal .modal_container .company {
  position: relative;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #f97930;
}
.feature_page .modal .modal_container .company .title {
  color: #f97930;
}
.sp .feature_page .modal .modal_container .company .description {
  font-size: 14px;
}
.sp .feature_page .modal .modal_container .button1 {
  margin-top: 40px;
}
.feature_page .modal .modal_container .talk {
  margin-top: 73px;
}
.sp .feature_page .modal .modal_container .talk {
  margin-top: 42px;
}
.feature_page .modal .modal_container .talk .sec_title1 .ja {
  font-size: 22px;
}
.feature_page .modal .modal_container .talk .talk_list2 {
  margin-top: 11px;
}
.sp .feature_page .modal .modal_container .talk .talk_list2 {
  margin-top: 22px;
}
.feature_page .modal .modal_container .flex .gallery {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 32.15%;
  background-repeat: no-repeat;
  background-size: contain;
}
.sp .feature_page .modal .modal_container .flex .gallery {
  flex-direction: row;
  gap: 0;
  width: calc(100% + 50px);
  height: 200px !important;
  position: relative;
  margin-top: 39px;
  margin-left: -25px;
  background-repeat: repeat-x;
}
.feature_page .modal[data-modal_num="1"] .modal_container .flex .gallery {
  height: 100%;
  aspect-ratio: 346/720;
  background-image: url("../img/feature_area_modal_gallery1.png");
}
.sp .feature_page .modal[data-modal_num="1"] .modal_container .flex .gallery {
  background-image: url("../img/feature_area_modal_gallery1_sp.png");
  background-size: 948px 200px;
  animation: autoSlideModal1 30s linear infinite;
}
@keyframes autoSlideModal1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 948px 0;
  }
}
.feature_page .modal[data-modal_num="2"] .modal_container .flex .gallery {
  height: 100%;
  aspect-ratio: 346/472;
  background-image: url("../img/feature_area_modal_gallery2.png");
}
.sp .feature_page .modal[data-modal_num="2"] .modal_container .flex .gallery {
  background-image: url("../img/feature_area_modal_gallery2_sp.png");
  background-size: 632px 200px;
  animation: autoSlideModal1 30s linear infinite;
}
@keyframes autoSlideModal1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 632px 0;
  }
}
.feature_page .modal[data-modal_num="3"] .modal_container .flex .gallery {
  height: 100%;
  aspect-ratio: 346/472;
  background-image: url("../img/feature_area_modal_gallery3.png");
}
.sp .feature_page .modal[data-modal_num="3"] .modal_container .flex .gallery {
  background-image: url("../img/feature_area_modal_gallery3_sp.png");
  background-size: 632px 200px;
  animation: autoSlideModal1 30s linear infinite;
}
@keyframes autoSlideModal1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 632px 0;
  }
}
.feature_page .modal[data-modal_num="4"] .modal_container .flex .gallery {
  height: 100%;
  aspect-ratio: 346/720;
  background-image: url("../img/feature_area_modal_gallery4.png");
}
.sp .feature_page .modal[data-modal_num="4"] .modal_container .flex .gallery {
  background-image: url("../img/feature_area_modal_gallery4_sp.png");
  background-size: 948px 200px;
  animation: autoSlideModal1 30s linear infinite;
}
@keyframes autoSlideModal1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 948px 0;
  }
}
.feature_page .modal[data-modal_num="5"] .modal_container .flex .gallery {
  height: 100%;
  aspect-ratio: 346/720;
  background-image: url("../img/feature_area_modal_gallery5.png");
}
.sp .feature_page .modal[data-modal_num="5"] .modal_container .flex .gallery {
  background-image: url("../img/feature_area_modal_gallery5_sp.png");
  background-size: 948px 200px;
  animation: autoSlideModal1 30s linear infinite;
}
@keyframes autoSlideModal1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 948px 0;
  }
}
.feature_page .modal[data-modal_num="6"] .modal_container .cover {
  max-width: 534px;
  margin: 0 auto;
}
.feature_page .modal[data-modal_num="7"] .modal_container .cover {
  max-width: 534px;
  margin: 0 auto;
}
.feature_page .modal .modal_container .flex .gallery .swiper-slide {
  width: 306px;
}
.feature_page .modal .modal_container .close_bottom {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  margin: 45px auto 0;
  padding: 10px 0px 10px 14px;
}
.sp .feature_page .modal .modal_container .close_bottom {
  font-size: 15px;
  margin-top: 105px;
}
.feature_page .modal .modal_container .close_bottom img {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.feature_page .initiatives {
  position: relative;
  z-index: 2;
}
.feature_page .initiatives .mount_container .cloud {
  position: absolute;
  top: 3.19vw;
  left: 31.18vw;
}
.sp .feature_page .initiatives .mount_container .cloud {
  width: 29.33vw;
  height: auto;
  top: 4.8vw;
  left: 12.8vw;
}
.feature_page .initiatives .mount_container .chick1 {
  position: absolute;
  top: 9.44vw;
  right: 19.51vw;
}
.sp .feature_page .initiatives .mount_container .chick1 {
  width: 9.6vw;
  top: 16.27vw;
  right: 19.2vw;
}
.feature_page .initiatives .mount_container .chick1::before {
  content: "";
  display: block;
  width: 63px;
  height: 142px;
  position: absolute;
  top: -131px;
  left: -87px;
  background-image: url("../img/feature_initiatives_fukidashi.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.feature_page .initiatives .mount_container .chick2 {
  position: absolute;
  top: 10.35vw;
  right: 14.86vw;
}
.sp .feature_page .initiatives .mount_container .chick2 {
  width: 6vw;
  top: 21.07vw;
  right: 11.47vw;
}
.feature_page .initiatives .container {
  position: relative;
  padding: 0 40px calc(62px + 14.2vw);
  color: #fff;
}
.sp .feature_page .initiatives .container {
  padding: 0 25px calc(41px + 14.2vw);
}
.feature_page .initiatives .container::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 157px);
  position: absolute;
  top: 155px;
  left: 0;
  background-image: url("../img/bg_light.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
  z-index: -1;
}
.sp .feature_page .initiatives .container::before {
  height: calc(100% + 5px);
  top: -5px;
}
.feature_page .initiatives .summary {
  max-width: 1206px;
  margin: -156px auto 0;
}
.sp .feature_page .initiatives .summary {
  margin: -6px auto 0;
}
.feature_page .initiatives .summary .sec_title1 {
  text-align: left;
}
.feature_page .initiative_list {
  max-width: 1206px;
  margin: 133px auto 0;
}
.sp .feature_page .initiative_list {
  margin: 37px auto 0;
}
.feature_page .initiative_list li {
  width: 100%;
  position: relative;
}
.feature_page .initiative_list > li {
  counter-increment: cnt;
}
.feature_page .initiative_list > li + li {
  margin-top: 80px;
  padding-top: 57px;
}
.sp .feature_page .initiative_list > li + li {
  margin-top: 100px;
  padding-top: 17px;
}
.feature_page .initiative_list > li + li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d0d0d0;
}
.feature_page .initiative_list li:nth-child(1) .head {
  display: flex;
  justify-content: space-between;
}
.sp .feature_page .initiative_list li:nth-child(1) .head {
  flex-direction: column;
  justify-content: start;
}
.feature_page .initiative_list li .head .title {
  position: relative;
  padding-left: 60px;
}
.feature_page .initiative_list li .head .title .num {
  display: block;
  width: 37px;
  height: 43px;
  position: absolute;
  top: 2px;
  left: 0;
}
.sp .feature_page .initiative_list li .head .title .num {
  top: 0;
}
.feature_page .initiative_list li .head .title .num::before {
  content: counter(cnt, decimal-leading-zero);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  text-align: center;
}
.feature_page .initiative_list li .head .title .sub {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  display: block;
}
.sp .feature_page .initiative_list li .head .title .sub {
  font-size: 14px;
  line-height: 1.5;
}
.feature_page .initiative_list li .head .title .main {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  display: block;
}
.sp .feature_page .initiative_list li .head .title .main {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 4px;
}
.feature_page .initiative_list li .head .description {
  width: 100%;
  max-width: 548px;
}
.sp .feature_page .initiative_list li .head .description {
  margin-top: 13px;
}
.feature_page .initiative_list li .content1 {
  width: 100%;
  max-width: 1078px;
  height: auto;
  margin: 80px auto 0;
  padding: 48px 20px 70px;
  color: #2c2c2c;
  background-color: #fff;
  border-radius: 30px;
}
.sp .feature_page .initiative_list li .content1 {
  width: calc(100% + 30px);
  margin: 30px -15px 0;
  padding: 43px 15px 16px;
  border-radius: 15px;
}
.feature_page .initiative_list li .content1 .img {
  max-width: 515px;
  margin: 0 auto;
}
.feature_page .initiative_list li .content1 ol {
  display: flex;
  justify-content: center;
  max-width: 918px;
  margin: 40px auto 0;
}
.sp .feature_page .initiative_list li .content1 ol {
  flex-direction: column;
  justify-content: start;
  margin: 7px auto 0;
}
.feature_page .initiative_list li .content1 ol li {
  max-width: 306px;
  position: relative;
  padding: 0 28px;
}
.sp .feature_page .initiative_list li .content1 ol li {
  max-width: none;
  padding: 22px 0 31px 0;
}
.feature_page .initiative_list li .content1 ol li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -4px;
  background-color: #e8c2a0;
}
.sp .feature_page .initiative_list li .content1 ol li + li::before {
  width: 100%;
  height: 1px;
  left: 0;
}
.feature_page .initiative_list li .content1 ol li .name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.sp .feature_page .initiative_list li .content1 ol li .name {
  font-size: 16px;
}
.feature_page .initiative_list li .content1 ol li .name .num {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  width: 22px;
  height: 22px;
  padding-top: 3px;
  color: #fff;
  background-color: #f97930;
  border-radius: 50%;
  text-align: center;
}
.feature_page .initiative_list li .content1 ol li .description {
  margin-top: 10px;
}
.feature_page .initiative_list li .talk {
  margin-top: 70px;
}
.sp .feature_page .initiative_list li .talk {
  margin-top: 41px;
}
.feature_page .initiative_list li .talk .sec_title1 .ja {
  font-size: 22px;
}
.feature_page .initiative_list li .talk .talk_list2 {
  margin-top: 14px;
}
.sp .feature_page .initiative_list li .talk .talk_list2 {
  margin-top: 23px;
}
.feature_page .initiative_list > li:nth-child(2) {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
.sp .feature_page .initiative_list > li:nth-child(2) {
  flex-direction: column;
  justify-content: start;
  gap: 10px 0;
}
.feature_page .initiative_list > li:nth-child(2) .head {
  width: 39.59%;
  padding-top: 14px;
}
.sp .feature_page .initiative_list > li:nth-child(2) .head {
  width: 100%;
}
.feature_page .initiative_list > li:nth-child(2) .content2 {
  width: 50.55%;
}
.sp .feature_page .initiative_list > li:nth-child(2) .content2 {
  width: 100%;
}
.sp .feature_page .initiative_list > li:nth-child(2) .content2 .description {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 11px;
}
.feature_page .initiative_list > li:nth-child(2) .content2 .img {
  margin-top: 34px;
}
.feature_page .education {
  position: relative;
  z-index: 3;
}
.feature_page .education .container {
  position: relative;
  padding: 0 40px 180px;
  z-index: 1;
}
.sp .feature_page .education .container {
  padding: 30px 10px 100px;
  background-color: #fff;
  overflow: hidden;
}
.feature_page .education .area {
  display: flex;
  gap: 0 42px;
  max-width: 982px;
  position: relative;
  margin: -3.12vw auto 0;
  padding: 50px 8.85% 50px;
  border-radius: 30px;
  overflow: visible;
}
@media screen and (min-width: 1441px) {
  .feature_page .education .area {
    padding: 50px 87px 50px;
  }
}
.sp .feature_page .education .area {
  flex-direction: column;
  margin: 0 auto;
  padding: 50px 25px 50px;
}
.feature_page .education .area .info .sec_title {
  color: #00693e;
}
.feature_page .education .area .info .description {
  margin-top: 2px;
}
.sp .feature_page .education .area .info .description {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 18px;
}
.feature_page .education .area .info .attention {
  margin-top: 5px;
}
.sp .feature_page .education .area .info .attention {
  margin-top: 14px;
}
.feature_page .education .area .info .button2 {
  margin-top: 21px;
}
.sp .feature_page .education .area .info .button2 {
  margin-top: 8px;
}
.feature_page .education .area .info .button2 a {
  font-weight: 500;
}
.sp .feature_page .education .area .info .button2 a {
  font-size: 15px;
}
.feature_page .education .area .cover {
  max-width: 346px;
}
.sp .feature_page .education .area .cover {
  max-width: none;
  margin-top: 30px;
}
.feature_page .education .area .chick1 {
  position: absolute;
  bottom: 14px;
  left: -19px;
}
.sp .feature_page .education .area .chick1 {
  width: 22px;
  bottom: -8px;
  left: 1px;
}
.feature_page .education .area .chick2 {
  width: 36px;
  position: absolute;
  bottom: -22px;
  left: 15px;
}
.sp .feature_page .education .area .chick2 {
  width: 36px;
  bottom: -26px;
  left: 30px;
}
.feature_page .education .area .chicken {
  position: absolute;
  right: -21px;
  bottom: -22px;
}
.sp .feature_page .education .area .chicken {
  width: 111px;
  right: -10px;
  bottom: -67px;
}
.feature_page .education .area .chicken::before {
  content: "";
  display: block;
  width: 63px;
  height: 142px;
  position: absolute;
  top: -136px;
  right: -26px;
  background-image: url("../img/feature_education_fukidashi.png");
  background-size: 63px 142px;
  background-repeat: no-repeat;
}
.sp .feature_page .education .area .chicken::before {
  width: 44px;
  height: 99px;
  top: -91px;
  right: 8.9px;
  background-size: 44px 99px;
}
.news_page .news {
  margin-top: 120px;
  padding-bottom: 80px;
}
.sp .news_page .news {
  margin-top: 15px;
  padding-bottom: 98px;
}
.news_page .head1 .illust {
  width: 168px;
  height: auto;
  margin-left: auto;
}
.sp .news_page .head1 .illust {
  width: 136px;
  margin-top: 10px;
}
.news_page .news .container {
  padding: 0 30px;
}
.sp .news_page .news .container {
  padding: 0 25px;
}
.news_page .news .column {
  display: flex;
  gap: 0 48px;
  max-width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .news_page .news .column {
    flex-direction: column;
  }
}
.sp .news_page .news .column {
  width: calc(100% + 14px);
  flex-direction: column;
  margin-left: -7px;
}
.news_page .news .column_side {
  width: 250px;
  height: max-content;
  position: relative;
  padding: 37px 32px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  .news_page .news .column_side {
    width: 100%;
  }
}
.sp .news_page .news .column_side {
  width: 100%;
}
.news_page .news .column_side .title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.news_page .news .column_side .category .group {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 16px;
}
@media screen and (max-width: 1000px) {
  .news_page .news .column_side .category .group {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px 10px;
    margin-top: 12px;
  }
}
.sp .news_page .news .column_side .category .group {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7px 10px;
  margin-top: 12px;
}
.news_page .news .column_side .category input {
  opacity: 0;
  appearance: none;
  position: absolute;
}
.news_page .news .column_side .category label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: auto;
  padding: 5px 20px;
  color: #f97930;
  border: 1px solid #f97930;
  border-radius: 40px;
  cursor: pointer;
}
.news_page .news .column_side .category input:checked + label {
  color: #fff;
  background-color: #f97930;
}
.news_page .news .column_side .originating {
  margin-top: 28px;
}
.news_page .news .column_side .originating .group {
  display: flex;
  flex-direction: column;
  gap: 7px 15px;
  margin-top: 7px;
}
.sp .news_page .news .column_side .originating .group {
  flex-direction: row;
  flex-wrap: wrap;
}
.news_page .news .column_side .originating input {
  opacity: 0;
  appearance: none;
  position: absolute;
}
.news_page .news .column_side .originating label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  position: relative;
  padding-left: 18px;
}
.news_page .news .column_side .originating label::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  background-size: cover, 0 0;
  background-repeat: no-repeat;
}
.news_page .news .column_side .originating label::before {
  background-image: url("../img/contact_check_off.svg"),
    url("../img/contact_check_on.svg");
}
.news_page .news .column_side .originating input:checked + label::before {
  background-size: 0 0, cover;
}
.news_page .news .column_side .button {
  width: 100%;
  max-width: 340px;
  height: 50px;
  margin-top: 20px;
  position: relative;
  background-color: #f97930;
  border-radius: 100px;
  overflow: hidden;
}
.news_page .news .column_side .button::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  inset: 0;
  margin: auto;
  border: 1.4px solid #ffdab5;
  border-radius: 100px;
  pointer-events: none;
  transition: opacity 0.1s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  z-index: 1;
}
@media (hover: hover) {
  .news_page .news .column_side .button:hover::before {
    opacity: 1;
  }
}
.news_page .news .column_side .button p {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../img/news_input_border.png");
  background-repeat: repeat-x;
  background-position-x: 5px;
  background-size: 8px 50px;
}
.news_page .news .column_side .button p::before,
.news_page .news .column_side .button p::after {
  content: "";
  display: block;
  width: 29px;
  height: 50px;
  position: absolute;
  background-image: url("../img/news_input_border_round.png");
  background-size: 29px 50px;
  background-repeat: no-repeat;
  pointer-events: none;
}
.news_page .news .column_side .button p::before {
  top: 0;
  left: 0;
}
.news_page .news .column_side .button p::after {
  top: 0;
  right: 0;
  transform: scaleX(-1);
}
.news_page .news .column_side .button p input {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.news_page .news .column_main {
  width: calc(100% - 250px - 48px);
  max-width: 1029px;
}
@media screen and (max-width: 1000px) {
  .news_page .news .column_main {
    width: 100%;
  }
}
.sp .news_page .news .column_main {
  width: 100%;
}
.news_single .summary {
  padding-top: 237px;
}
.sp .news_single .summary {
  padding-top: 153px;
}
.news_single .summary .container {
  max-width: 1180px;
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
}
.sp .news_single .summary .container {
  padding: 0 25px;
}
.news_single .summary .container .illust {
  width: 228px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1080px) {
  .news_single .summary .container .illust {
    bottom: -120px;
  }
}
.sp .news_single .summary .container .illust {
  width: 148px;
  right: 25px;
  bottom: -90px;
}
.news_single .summary .info .category {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  width: max-content;
  position: relative;
  padding: 10px 19px;
  color: #f97930;
  background-color: #fffdf2;
  border-radius: 100px;
  z-index: 1;
}
.sp .news_single .summary .info .category {
  font-size: 13px;
  margin-top: -26px;
  margin-left: -9px;
  padding: 9px 19px;
}
.news_single .summary .info .flex {
  align-items: center;
  gap: 0 26px;
  margin-top: 23px;
}
.sp .news_single .summary .info .flex {
  gap: 0 12px;
}
.news_single .summary .info .flex .date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #909090;
}
.news_single .summary .info .flex .company {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #00693e;
}
.sp .news_single .summary .info .flex .company {
  font-size: 12px;
}
.news_single .summary .page_title {
  max-width: 784px;
  margin-top: 18px;
}
.sp .news_single .summary .page_title {
  font-size: 22px;
  line-height: 1.6;
}
.news_single .content {
  margin-top: 159px;
  padding-bottom: 130px;
}
.sp .news_single .content {
  margin-top: 112px;
}
.news_single .content .container {
  padding: 0 40px;
}
.sp .news_single .content .container {
  padding: 0 25px;
}
.news_single .content .detail {
  max-width: 784px;
  margin: 0 auto;
}
.news_single .content .detail h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  position: relative;
  margin: 30px 0 58px;
  padding: 21px 45px;
  color: #f97930;
  background-color: #fff;
  border-radius: 15px 15px 15px 0;
}
.sp .news_single .content .detail h2 {
  font-size: 18px;
  margin: 32px 0 42px;
  padding: 12px 25px;
}
.news_single .content .detail h2::before {
  content: "";
  display: block;
  width: 23px;
  height: 29px;
  position: absolute;
  bottom: -28px;
  left: 0;
  background-image: url("../img/newssingle_h2_fukidashi.svg");
  background-size: 23px 29px;
  background-repeat: no-repeat;
}
.sp .news_single .content .detail h2::before {
  width: 15px;
  height: 19px;
  bottom: -18px;
  background-size: 15px 19px;
}
.news_single .content .detail h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  position: relative;
  margin: 36px 0 14px;
  padding: 0 0 14px 18px;
  color: #f97930;
}
.sp .news_single .content .detail h3 {
  font-size: 16px;
  line-height: 1.6;
  margin: 30px 0 12px;
}
.news_single .content .detail h3::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0.65em;
  left: 0;
  background-color: #f97930;
  border-radius: 50%;
}
.news_single .content .detail h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(
    to right,
    #f97930 0px,
    #f97930 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.news_single .content .detail p {
  margin: 30px 0;
}
.sp .news_single .content .detail p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  margin: 28px 0;
}
.news_single .content .detail h3 + p {
  margin-top: 14px;
}
.sp .news_single .content .detail h3 + p {
  margin-top: 12px;
}
.news_single .content .detail p a {
  display: inline;
  color: #f97930;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #f97930;
  transition: text-decoration 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .news_single .content .detail p a:hover {
    text-decoration-color: rgba(249, 121, 48, 0);
  }
}
.news_single .content .detail img {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0;
  border-radius: 10px;
  overflow: hidden;
}
.sp .news_single .content .detail img {
  margin: 28px 0;
}
.news_single .content .controller {
  max-width: 884px;
  margin: 120px auto 0;
}
.sp .news_single .content .controller {
  margin: 38px auto 0;
}
.sp .news_single .content .controller .button1 {
  margin: 30px auto 0;
  order: 1;
}
.news_single .content .controller .controller_prev,
.news_single .content .controller .controller_next {
  display: none;
}
.sp .qa_page .head1 {
  position: relative;
}
.qa_page .head1 .illust {
  width: 200px;
  height: auto;
  margin-left: auto;
}
.sp .qa_page .head1 .illust {
  width: 116px;
  position: absolute;
  right: 21px;
  bottom: -200px;
}
.sp .qa_page .head1 .container {
  padding-top: 140px;
}
.qa_page .faq .container {
  padding-bottom: 106px;
}
.qa_page .faq .column {
  display: flex;
  justify-content: center;
  gap: 102px 0;
  width: 100%;
  max-width: 1211px;
  margin: 96px auto 0;
}
@media screen and (max-width: 1000px) {
  .qa_page .faq .column {
    flex-direction: column;
  }
}
.sp .qa_page .faq .column {
  flex-direction: column;
  justify-content: start;
  margin: 23px auto 0;
}
.qa_page .faq .column_side {
  width: 300px;
  padding-left: 50px;
}
.sp .qa_page .faq .column_side {
  width: 191px;
  padding-left: 25px;
}
.qa_page .faq .column_side .anchor_list {
  position: sticky;
  top: 200px;
}
.qa_page .faq .column_main {
  width: calc(100% - 300px);
  padding-left: 76px;
}
@media screen and (max-width: 1000px) {
  .qa_page .faq .column_main {
    width: 100%;
  }
}
.sp .qa_page .faq .column_main {
  width: 100%;
  padding-left: 0;
}
.qa_page .faq .column_main section:not(:last-child) {
  padding-bottom: 120px;
}
.sp .qa_page .faq .column_main section:not(:last-child) {
  padding-bottom: 35px;
}
.qa_page .faq .column_main .sec_title {
  position: relative;
  margin-left: 25px;
  padding-left: 14px;
}
.qa_page .faq .column_main .sec_title::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #f97930;
  border-radius: 50%;
}
@media screen and (max-width: 1250px) {
  .qa_page .faq .column_main .accordion_list {
    margin-top: 0;
  }
}
.sp .qa_page .faq .column_main .accordion_list {
  margin-top: 21px;
}
@media screen and (max-width: 1250px) {
  .qa_page .faq .accordion_list > div {
    margin-left: 0;
  }
}
.qa_page .faq .column_main .accordion_list div + div {
  margin-top: 12px;
}
.sp .talk_page .head1 .container {
  padding-top: 141px;
}
.talk_page .head1 .mount_container {
  margin-top: 4.86vw;
}
@media screen and (min-width: 1441px) {
  .talk_page .head1 .mount_container {
    margin-top: 70px;
  }
}
.sp .talk_page .head1 .mount_container {
  margin-top: 13.33vw;
}
.talk_page .head1 .mount_container .illust {
  width: 22.29vw;
  position: absolute;
  top: 7.36vw;
  left: 8.82vw;
}
.sp .talk_page .head1 .mount_container .illust {
  width: 48%;
  top: 10.4vw;
  left: 2.67vw;
}
.talk_page .talk .container {
  padding: 0 40px 126px;
}
.sp .talk_page .talk .container {
  padding: 0 25px 126px;
  overflow: hidden;
}
.talk_page .talk .talk_list {
  display: flex;
  flex-wrap: wrap;
  gap: 103px 5vw;
  width: 100%;
  max-width: 1184px;
  margin: -3px auto 0;
}
@media screen and (min-width: 1441px) {
  .talk_page .talk .talk_list {
    gap: 103px 72px;
  }
}
.sp .talk_page .talk .talk_list {
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 37px 0;
  margin-top: 54px;
}
.talk_page .talk .talk_list li {
  display: block;
  width: calc((100% - 72px) / 2);
  max-width: 556px;
}
.sp .talk_page .talk .talk_list li {
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
  flex-direction: column;
}
.talk_page .talk .talk_list li a {
  gap: 0 20px;
  position: relative;
  padding-right: 10.79%;
  overflow: visible;
}
.sp .talk_page .talk .talk_list li a {
  flex-direction: column;
  padding-right: 0;
}
.talk_page .talk .talk_list li .img {
  width: 100%;
  max-width: 496px;
  height: auto;
  mask-image: url("../img/top_talk_mask.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
}
.sp .talk_page .talk .talk_list li .img {
  width: 100%;
  height: auto;
}
.talk_page .talk .talk_list li a .img img {
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .talk_page .talk .talk_list li a:hover .img img {
    transform: scale(1.04);
  }
}
.talk_page .talk .talk_list li .description {
  font-size: 22px;
  font-size: clamp(16px, 1.52vw, 22px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
  width: 71.57%;
  position: relative;
  margin: 37px auto 0;
}
.sp .talk_page .talk .talk_list li .description {
  font-size: 14px;
  width: 260px;
  margin-top: 46px;
}
.talk_page .talk .talk_list li .description::before {
  content: "";
  display: block;
  width: 57px;
  height: 33px;
  position: absolute;
  top: 9px;
  right: auto;
  left: -69px;
  margin: auto;
  transform: rotate(-68deg);
  background-image: url("../img/top_talk_fukidashi1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.talk_page .talk .talk_list li .description::after {
  content: "";
  display: block;
  width: 73px;
  height: 32px;
  position: absolute;
  top: 11px;
  right: -78px;
  bottom: auto;
  margin: auto;
  transform: rotate(-120deg);
  background-image: url("../img/top_talk_fukidashi2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.talk_page .talk .talk_list li .speaker {
  font-size: clamp(10px, 0.97vw, 14px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44.47%;
  aspect-ratio: 248/132;
  position: absolute;
  top: 44%;
  right: 0;
  color: #2c2c2c;
  background-image: url("../img/top_talk_speaker_frame.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.sp .talk_page .talk .talk_list li .speaker {
  font-size: 11px;
  width: 190px;
  top: 152px;
  right: -15px;
}
.talk_page .talk .talk_list li .speaker::before {
  content: "";
  display: block;
  width: 27.12%;
  aspect-ratio: 67/62;
  position: absolute;
  top: -32%;
  right: 16px;
  background-image: url("../img/egg_m.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.sp .talk_page .talk .talk_list li .speaker::before {
  width: 47px;
  height: 43px;
  top: -20px;
  right: 11px;
  background-size: contain;
}
.talk_single .summary .container {
  position: relative;
  padding: 195px 40px 0;
  z-index: 2;
  overflow-x: clip;
}
.sp .talk_single .summary .container {
  padding: 154px 25px 0;
}
.talk_single .summary .flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 20px;
  width: max-content;
  max-width: 1018px;
  position: relative;
  margin: 0 auto;
}
.sp .talk_single .summary .flex {
  width: 100%;
  flex-direction: column-reverse;
}
.talk_single .summary .flex .cloud {
  position: absolute;
  top: -24px;
  right: -15.27vw;
}
.sp .talk_single .summary .flex .cloud {
  width: 30.93vw;
  top: -20.53vw;
  right: 2.4vw;
}
.talk_single .summary .flex .cloud img {
  display: block;
  width: 100%;
  height: auto;
}
.talk_single .summary .flex .img {
  width: 42.85vw;
  max-width: 617px;
  height: auto;
  mask-image: url("../img/top_talk_mask.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
}
.sp .talk_single .summary .flex .img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.talk_single .summary .flex .description {
  font-size: clamp(16px, 1.44vw, 24px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
  width: 320px;
  position: relative;
}
.sp .talk_single .summary .flex .description {
  font-size: 18px;
  width: 296px;
}
.talk_single .summary .flex .description::before {
  content: "";
  display: block;
  width: 57px;
  height: 33px;
  position: absolute;
  top: -4.87vw;
  right: 16px;
  margin: auto;
  background-image: url("../img/top_talk_fukidashi1_orange.svg");
  background-size: 57px 33px;
  background-repeat: no-repeat;
}
.sp .talk_single .summary .flex .description::before {
  width: 43px;
  height: 25px;
  top: auto;
  right: -40px;
  bottom: -6px;
  transform: rotate(-248deg);
  background-size: contain;
  transition: opacity 0.35s cubic-bezier(0.33, 1, 0.68, 1);
}
.talk_single .summary .flex .description::after {
  content: "";
  display: block;
  width: 89px;
  height: 32px;
  position: absolute;
  right: 26px;
  bottom: -4.7vw;
  margin: auto;
  background-image: url("../img/top_talk_fukidashi2_orange.svg");
  background-size: 89px 32px;
  background-repeat: no-repeat;
}
.sp .talk_single .summary .flex .description::after {
  width: 50px;
  height: 18px;
  top: auto;
  right: auto;
  bottom: -7px;
  left: -44px;
  transform: rotate(-300deg);
  background-size: contain;
  transition: opacity 0.35s cubic-bezier(0.33, 1, 0.68, 1);
}
.talk_single .summary .flex .speaker {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: 132px;
  position: absolute;
  right: -3.41vw;
  bottom: -28px;
  color: #2c2c2c;
  background-image: url("../img/top_talk_speaker_frame.png");
  background-size: contain;
}
.sp .talk_single .summary .flex .speaker {
  font-size: 10px;
  width: 173px;
  height: 92px;
  right: -15px;
  bottom: -60px;
}
.talk_single .summary .flex .speaker::before {
  content: "";
  display: block;
  width: 67px;
  height: 62px;
  position: absolute;
  top: -42px;
  right: 16px;
  background-image: url("../img/egg_m.png");
  background-size: 67px 62px;
  background-repeat: no-repeat;
}
.sp .talk_single .summary .flex .speaker::before {
  width: 54px;
  height: 50px;
  top: -34px;
  right: 13px;
  background-size: 54px 50px;
}
.talk_single .summary .mount_container {
  position: relative;
  margin-top: -12.5vw;
  z-index: 1;
}
.sp .talk_single .summary .mount_container {
  margin-top: -6.4vw;
}
.talk_single .summary .mount_container .cloud {
  position: absolute;
  top: 7.57vw;
  left: -1.11vw;
}
.sp .talk_single .summary .mount_container .cloud {
  width: 29.33vw;
  top: 13.07vw;
  left: 2.67vw;
}
.talk_single .content .container {
  padding: 0 40px calc(120px + 14.2vw);
}
.sp .talk_single .content .container {
  padding: 0 10px calc(120px + 14.2vw);
}
.talk_single .content .member {
  max-width: 982px;
  position: relative;
  margin: 0 auto;
  padding: 30px 98px 40px;
  background-color: #fff;
  border-radius: 30px;
}
.sp .talk_single .content .member {
  padding: 30px 15px 40px 20px;
  border-radius: 15px;
}
.talk_single .content .member .chicken {
  position: absolute;
  bottom: -31px;
  left: -66px;
}
.sp .talk_single .content .member .chicken {
  width: 60px;
  height: 60px;
  bottom: -27px;
  left: -13px;
}
.talk_single .content .member .chick {
  position: absolute;
  right: -6px;
  bottom: -13px;
}
.sp .talk_single .content .member .chick {
  width: 22px;
  height: 30px;
  right: -4px;
  bottom: -11px;
}
.talk_single .content .member .sec_title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #f97930;
  text-align: center;
}
.sp .talk_single .content .member .sec_title {
  font-size: 18px;
}
.talk_single .content .member .member_list {
  display: flex;
  justify-content: center;
  gap: 0 46px;
  margin-top: 30px;
}
.sp .talk_single .content .member .member_list {
  flex-direction: column;
  gap: 36px 0;
}
.talk_single .content .member .member_list li {
  width: calc((100% - 92px) / 3);
  position: relative;
}
.sp .talk_single .content .member .member_list li {
  display: flex;
  gap: 0 13px;
  width: 100%;
}
.talk_single .content .member .member_list li .img {
  width: 130px;
  height: 130px;
  position: relative;
  margin: 0 auto;
}
.sp .talk_single .content .member .member_list li .img {
  width: 66px;
  height: 66px;
}
.talk_single .content .member .member_list li .img img {
  border-radius: 50%;
  overflow: hidden;
}
.talk_single .content .member .member_list li .img::before {
  content: "";
  display: block;
  width: 144px;
  height: 144px;
  position: absolute;
  top: -7px;
  left: -7px;
  background-image: url("../img/talksingle_member_border.png");
  background-size: 144px 144px;
  background-repeat: no-repeat;
}
.sp .talk_single .content .member .member_list li .img::before {
  width: 73px;
  height: 73px;
  top: -4px;
  left: -4px;
  background-size: 73px 73px;
}
.sp .talk_single .content .member .member_list li .info {
  width: calc(100% - 66px - 13px);
}
.talk_single .content .member .member_list li .company {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-top: 14px;
  color: #f97930;
  text-align: center;
}
.sp .talk_single .content .member .member_list li .company {
  font-size: 12px;
  margin-top: 0;
  text-align: left;
}
.talk_single .content .member .member_list li .name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 3px;
  margin-top: 4px;
}
.sp .talk_single .content .member .member_list li .name {
  justify-content: start;
  gap: 0 5px;
  margin-top: 0;
}
.talk_single .content .member .member_list li .name span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}
.talk_single .content .member .member_list li .description {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-top: 4px;
}
.sp .talk_single .content .member .member_list li .description {
  font-size: 12px;
}
.talk_single .content .detail {
  max-width: 982px;
  margin: 100px auto 0;
}
.sp .talk_single .content .detail {
  margin: 65px auto 0;
}
.talk_single .content .detail > *:first-child {
  margin-top: 0;
}
.talk_single .content .detail .sec_title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.3;
  margin-top: 100px;
  color: #f97930;
}
.sp .talk_single .content .detail .sec_title {
  font-size: 22px;
  line-height: 1.6;
  margin-top: 65px;
  padding: 0 15px;
}
.talk_single .content .detail .question {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
  margin-top: 19px;
  padding-left: 40px;
}
.sp .talk_single .content .detail .question {
  font-size: 18px;
  line-height: 1.6;
  padding-right: 15px;
  padding-left: 55px;
}
.talk_single .content .detail .question::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 0.85em;
  left: 0;
  background-color: #000;
}
.sp .talk_single .content .detail .question::before {
  left: 15px;
}
.talk_single .content .detail .comment {
  display: flex;
  gap: 0 40px;
  margin-top: 38px;
}
.sp .talk_single .content .detail .comment {
  gap: 0 24px;
}
.talk_single .content .detail .comment + .comment {
  margin-top: 10px;
}
.talk_single .content .detail .comment .speaker {
  width: 100px;
}
.sp .talk_single .content .detail .comment .speaker {
  width: 70px;
}
.talk_single .content .detail .comment .speaker .img {
  margin: 0;
}
.talk_single .content .detail .comment .speaker .img img {
  border-radius: 50%;
  overflow: hidden;
}
.talk_single .content .detail .comment .speaker .name {
  margin-top: 6px;
  text-align: center;
}
.sp .talk_single .content .detail .comment .speaker .name {
  font-size: 12px;
}
.talk_single .content .detail .comment .fukidashi {
  width: max-content;
  max-width: calc(100% - 100px - 40px);
  height: max-content;
  position: relative;
  padding: 30px 56px;
  background-color: #fffadd;
  border-radius: 30px;
}
.sp .talk_single .content .detail .comment .fukidashi {
  font-size: 14px;
  line-height: 1.8;
  max-width: calc(100% - 70px - 24px);
  padding: 20px 21px;
}
.talk_single .content .detail .comment .fukidashi::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 41px;
  left: -19px;
  margin: auto;
  background-image: url("../img/talksingle_content_detail_speaker_fukidashi.svg");
  background-size: 21px 21px;
  background-repeat: no-repeat;
}
.talk_single .content .detail .img {
  max-width: 784px;
  margin: 40px auto 0;
}
.sp .talk_single .content .detail .img {
  margin: 30px auto 0;
}
.talk_single .content .detail .img img {
  border-radius: 30px;
  overflow: hidden;
}
.talk_single .content .detail .img .caption {
  margin-top: 10px;
}
.talk_single .other .mount_container {
  position: relative;
  top: 1px;
}
.talk_single .other .container {
  padding: 0 40px 180px;
  overflow: hidden;
}
.sp .talk_single .other .container {
  padding: 15px 25px 113px;
}
.sp .talk_single .other .sec_title1 .ja {
  font-size: 22px;
}
.talk_single .other .swiper {
  margin-top: 100px;
}
.sp .talk_single .other .swiper {
  margin-top: 18px;
}
.talk_single .talk_swiper .swiper-slide .description::before {
  background-image: url("../img/top_talk_fukidashi1_black.svg");
}
.talk_single .talk_swiper .swiper-slide .description::after {
  background-image: url("../img/top_talk_fukidashi2_black.svg");
}
.talk_single .other .button1 {
  margin: 100px auto 0;
}
.talk_single .other .swiper .swiper-scrollbar {
  background-color: #d0d0d0 !important;
}
.talk_single .other .swiper .swiper-scrollbar-drag {
  background-color: #f97930 !important;
}
.recruit_page .head {
  position: relative;
  padding-top: 200px;
  overflow-x: clip;
}
.sp .recruit_page .head {
  padding-top: 227px;
}
.recruit_page .head .copy {
  font-size: 52px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.88;
  position: relative;
  text-align: center;
  z-index: 1;
}
.sp .recruit_page .head .copy {
  font-size: 32px;
  line-height: 1.5;
}
.recruit_page .head .copy span {
  position: relative;
  padding: 0 8px;
  color: #f97930;
  z-index: -1;
}
.recruit_page .head .copy .egg::before {
  content: "";
  display: block;
  width: 89px;
  height: 57px;
  position: absolute;
  top: -51px;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/recruit_head_pagetitle_egg_top.svg");
  background-size: 89px 57px;
  background-repeat: no-repeat;
  z-index: -1;
  transform-origin: bottom right;
  animation-name: kakukakuEgg1;
  animation-fill-mode: both;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes kakukakuEgg1 {
  0% {
    transform: rotate(0) translate(0, 0);
  }
  100% {
    transform: rotate(12deg) translate(0, -6px);
  }
}
.sp .recruit_page .head .copy .egg::before {
  width: 62px;
  height: 40px;
  top: -34px;
  background-size: 62px 40px;
}
.recruit_page .head .copy .egg::after {
  content: "";
  display: block;
  width: 89px;
  height: 58px;
  position: absolute;
  right: 0;
  bottom: -57px;
  left: 0;
  margin: auto;
  background-image: url("../img/recruit_head_pagetitle_egg_bottom.svg");
  background-size: 89px 58px;
  background-repeat: no-repeat;
  z-index: -1;
  transform-origin: top right;
  animation-name: kakukakuEgg2;
  animation-fill-mode: both;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes kakukakuEgg2 {
  0% {
    transform: rotate(0) translate(0, 0);
  }
  100% {
    transform: rotate(-6deg) translate(0, 4px);
  }
}
.sp .recruit_page .head .copy .egg::after {
  width: 62px;
  height: 40px;
  bottom: -35px;
  background-size: 62px 40px;
}
.recruit_page .head .copy .line::before {
  content: "";
  display: block;
  width: 31px;
  height: 20px;
  position: absolute;
  top: -11px;
  left: -14px;
  margin: auto;
  background-image: url("../img/recruit_head_pagetitle_line1.svg");
  background-size: 31px 20px;
  background-repeat: no-repeat;
  z-index: -1;
  animation-name: kakukakuLine1;
  animation-fill-mode: both;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes kakukakuLine1 {
  0% {
    transform: rotate(0) translate(0, 0) scale(1);
  }
  100% {
    transform: rotate(-12deg) translate(-10px, -3px) scale(1.3);
  }
}
.sp .recruit_page .head .copy .line::before {
  width: 27px;
  height: 17px;
  background-size: 27px 17px;
}
.recruit_page .head .copy .line::after {
  content: "";
  display: block;
  width: 31px;
  height: 20px;
  position: absolute;
  top: -11px;
  right: -16px;
  margin: auto;
  background-image: url("../img/recruit_head_pagetitle_line2.svg");
  background-size: 31px 20px;
  background-repeat: no-repeat;
  z-index: -1;
  animation-name: kakukakuLine2;
  animation-fill-mode: both;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2);
  animation-direction: normal;
}
@keyframes kakukakuLine2 {
  0% {
    transform: rotate(0) translate(0, 0) scale(1);
  }
  100% {
    transform: rotate(12deg) translate(8px, 3px) scale(1.3);
  }
}
.sp .recruit_page .head .copy .line::after {
  width: 27px;
  height: 17px;
  background-size: 27px 17px;
}
.recruit_page .head .page_title1 {
  position: relative;
  margin-top: 14px;
  z-index: 1;
}
.sp .recruit_page .head .page_title1 {
  padding-top: 31px;
}
.recruit_page .head .page_title1 .ja {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.recruit_page .head .page_title1 .en {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0;
}
.recruit_page .head .description {
  position: relative;
  margin-top: 5px;
  text-align: center;
  z-index: 1;
}
.sp .recruit_page .head .description {
  margin-top: 0;
  padding: 0 6.67vw;
  text-align: left;
}
.sp .recruit_page .head .description br {
  display: none;
}
.recruit_page .head .anchor_list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 15px;
  width: 100%;
  max-width: 800px;
  margin: 43px auto 0;
  position: relative;
  padding: 25px 60px 31px;
  background-color: #fffadd;
  border-radius: 30px;
  z-index: 2;
}
.sp .recruit_page .head .anchor_list {
  gap: 5px 10px;
  width: calc(100% - 20px);
  margin-top: 187px;
  padding: 11px 22px 22px;
  border-radius: 20px;
}
.recruit_page .head .anchor_list li {
  width: calc((100% - 30px) / 3);
}
.sp .recruit_page .head .anchor_list li {
  width: calc((100% - 10px) / 2);
  height: 48px;
}
.sp .recruit_page .head .anchor_list li a {
  font-size: 14px;
  gap: 0 8px;
}
.sp .recruit_page .head .anchor_list li a .arrow {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
}
.recruit_page .head .deco_container {
  width: 1440px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.sp .recruit_page .head .deco_container {
  width: 100%;
  max-width: 375px;
}
.recruit_page .head .deco_container .fukidashi {
  position: absolute;
  opacity: 0;
}
.recruit_page .head .deco_container .fukidashi.show {
  opacity: 1;
}
.recruit_page .head .deco_container .fukidashi1 {
  width: 160px;
  top: 152px;
  left: 193px;
}
.sp .recruit_page .head .deco_container .fukidashi1 {
  width: 80px;
  top: 119px;
  left: 26px;
}
.recruit_page .head .deco_container .fukidashi2 {
  width: 120px;
  top: 311px;
  left: 83px;
}
.sp .recruit_page .head .deco_container .fukidashi2 {
  width: 60px;
  top: 322px;
  left: 10px;
}
.recruit_page .head .deco_container .fukidashi3 {
  width: 120px;
  top: 398px;
  left: 265px;
}
.sp .recruit_page .head .deco_container .fukidashi3 {
  width: 70px;
  top: 473px;
  left: 113px;
}
.recruit_page .head .deco_container .fukidashi4 {
  width: 160px;
  top: 169px;
  right: 172px;
}
.sp .recruit_page .head .deco_container .fukidashi4 {
  width: 100px;
  top: 76px;
  right: 114px;
}
.recruit_page .head .deco_container .fukidashi5 {
  width: 120px;
  top: 338px;
  right: 67px;
}
.sp .recruit_page .head .deco_container .fukidashi5 {
  width: 70px;
  top: 154px;
  right: 10px;
}
.recruit_page .head .deco_container .fukidashi6 {
  width: 130px;
  top: 407px;
  right: 243px;
}
.sp .recruit_page .head .deco_container .fukidashi6 {
  width: 80px;
  top: 452px;
  right: 10px;
}
.recruit_page .head .deco_container .cloud1 {
  position: absolute;
  top: 161px;
  right: -37px;
  z-index: -1;
}
.sp .recruit_page .head .deco_container .cloud1 {
  width: 116px;
  top: 113px;
  right: -5px;
}
.recruit_page .head .mount_container {
  z-index: 1;
}
.recruit_page .head .mount_container .human {
  position: absolute;
  top: 3.75vw;
  left: 11.6vw;
}
.sp .recruit_page .head .mount_container .human {
  width: 16.8vw;
  top: 0;
  left: 6.67vw;
}
.recruit_page .head .cloud3 {
  position: absolute;
  top: 454px;
  left: calc(50% - 824px);
  z-index: 0;
}
.sp .recruit_page .head .cloud3 {
  width: 110px;
  top: 463px;
  left: 3px;
}
.recruit_page .head .mount_green1 {
  margin-top: -18.26vw;
}
.sp .recruit_page .head .mount_green1 {
  margin-top: -314px;
}
.recruit_page .about {
  position: relative;
  margin-top: -2.55vw;
  z-index: 1;
}
.sp .recruit_page .about {
  margin-top: -3px;
}
.recruit_page .about .container {
  padding: 0 40px calc(108px + 14.2vw);
}
.sp .recruit_page .about .container {
  padding: 234px 10px calc(79px + 14.2vw) 25px;
  overflow-x: clip;
}
.recruit_page .about .description {
  max-width: 1198px;
  margin: 0 auto;
}
.sp .recruit_page .about .description {
  font-size: 14px;
  line-height: 2.2;
}
.recruit_page .about .description .flex {
  flex-wrap: nowrap;
  gap: 0 9.15%;
  position: relative;
}
.sp .recruit_page .about .description .flex {
  flex-direction: column;
}
.recruit_page .about .description .flex .img {
  width: 100%;
  height: auto;
  aspect-ratio: 496/323;
  margin: 0;
}
.sp .recruit_page .about .description .flex .img {
  display: none;
}
.recruit_page .about .description .flex p + .img {
  margin-top: 118px;
}
.recruit_page .about .description .flex .img + .img {
  margin-top: 50px;
}
.recruit_page .about .description .flex .img + p {
  margin-top: 40px;
}
.recruit_page .about .img {
  max-width: 1284px;
  margin: 191px auto 0;
}
.sp .recruit_page .about .img {
  display: none;
}
.sp .recruit_page .about .gallery {
  width: calc(100% + 35px);
  height: 200px;
  position: relative;
  margin: 60px -10px 0 -25px;
  background-image: url("../img/recruit_gallery_sp.png");
  background-size: 1264px 200px;
  background-repeat: repeat-x;
  animation: autoSlideRecruitGallery 30s linear infinite;
}
@keyframes autoSlideRecruitGallery {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1264px 0;
  }
}
.sp .recruit_page .about .gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.recruit_page .area .mount_container {
  z-index: 1;
}
.recruit_page .area .container {
  position: relative;
  padding: 0 40px calc(84px + 25.63vw);
}
.sp .recruit_page .area .container {
  padding: 0 0 calc(91px + 24.94vw);
}
.recruit_page .area .container::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 76px);
  position: absolute;
  top: 76px;
  left: 0;
  background-image: url("../img/bg_gray.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.sp .recruit_page .area .container::before {
  height: calc(100% + 1px);
  top: -1px;
}
.recruit_page .area .summary {
  position: relative;
  margin-top: -76px;
  z-index: 1;
}
.sp .recruit_page .area .summary {
  margin-top: 0;
}
.recruit_page .area .summary .description {
  margin-top: 45px;
  text-align: center;
}
.sp .recruit_page .area .summary .description {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 22px;
  padding: 0 25px;
  text-align: left;
}
.sp .recruit_page .area .summary .description br {
  display: none;
}
.sp .recruit_page .area .relation_scroller .simplebar-track {
  position: relative;
  margin-top: 15px;
  padding-right: 25px;
}
.recruit_page .area .relation {
  max-width: 1182px;
  position: relative;
  margin: 90px auto 0;
}
.sp .recruit_page .area .relation {
  width: 600px;
  margin: 34px auto 0;
  padding: 0 25px;
}
.recruit_page .area .relation_container {
  padding: 40px 70px 70px;
  background-color: #fff;
  border-radius: 30px;
}
.sp .recruit_page .area .relation_container {
  padding: 40px 20px 70px;
  border-radius: 10px;
}
.recruit_page .area .relation_scroller .simplebar-track.simplebar-horizontal {
  width: calc(100% - 50px);
  height: 7px;
  margin: 15px auto 0;
  background-color: #d0d0d0;
  border-radius: 10px;
}
.recruit_page .area .relation_scroller .simplebar-scrollbar:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffb05f;
  opacity: 1;
}
.recruit_page .area .relation .title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.3;
  margin: 0 auto;
}
.sp .recruit_page .area .relation .title {
  font-size: 16px;
}
.recruit_page .area .relation .title::before {
  bottom: 0;
}
.recruit_page .area .relation .img {
  margin-top: 30px;
}
.recruit_page .area .area_list {
  max-width: 1182px;
  position: relative;
  margin: 81px auto 0;
}
.sp .recruit_page .area .area_list {
  margin: 34px auto 0;
}
.recruit_page .area .area_list > li + li {
  margin-top: 63px;
}
.recruit_page .area .area_list li .column {
  display: flex;
  gap: 0 76px;
  margin-top: 48px;
}
.sp .recruit_page .area .area_list li .column {
  display: block;
  margin-top: 21px;
}
.recruit_page .area .area_list li .column_side {
  width: 410px;
}
.sp .recruit_page .area .area_list li .column_side {
  width: 100%;
  position: relative;
  padding: 0 25px;
}
.recruit_page .area .area_list li .column_side .img_container {
  position: sticky;
  top: calc(50vh - 130px);
}
.sp .recruit_page .area .area_list li .column_side .img_container {
  position: relative;
  top: 0;
}
.sp
  .recruit_page
  .area
  .area_list
  li:nth-child(1)
  .column_side
  .img_container
  .egg,
.sp
  .recruit_page
  .area
  .area_list
  li:nth-child(2)
  .column_side
  .img_container
  .chicken,
.sp
  .recruit_page
  .area
  .area_list
  li:nth-child(3)
  .column_side
  .img_container
  .chick {
  opacity: 1 !important;
  transform: none !important;
}
.recruit_page
  .area
  .area_list
  li:nth-child(1)
  .column_side
  .img_container
  .egg {
  position: absolute;
  bottom: -15px;
  left: -35px;
  opacity: 0;
}
.sp
  .recruit_page
  .area
  .area_list
  li:nth-child(1)
  .column_side
  .img_container
  .egg {
  width: 66px;
  height: 56px;
  bottom: -9px;
  left: -15px;
}
.recruit_page
  .area
  .area_list
  li:nth-child(2)
  .column_side
  .img_container
  .chicken {
  position: absolute;
  bottom: -22px;
  left: -37px;
  opacity: 0;
}
.sp
  .recruit_page
  .area
  .area_list
  li:nth-child(2)
  .column_side
  .img_container
  .chicken {
  width: 90px;
  bottom: -25px;
  left: -14px;
}
.recruit_page
  .area
  .area_list
  li:nth-child(3)
  .column_side
  .img_container
  .chick {
  position: absolute;
  bottom: -5px;
  left: -10px;
  opacity: 0;
}
.sp
  .recruit_page
  .area
  .area_list
  li:nth-child(3)
  .column_side
  .img_container
  .chick {
  width: 36px;
  bottom: -4px;
  left: 0;
}
.recruit_page .area .area_list li .column_main {
  width: calc(100% - 410px - 76px);
}
.sp .recruit_page .area .area_list li .column_main {
  width: 100%;
  margin-top: 44px;
  padding: 0 10px;
}
.recruit_page .area .area_list li .column_main dl > div {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.sp .recruit_page .area .area_list li .column_main dl > div {
  border-radius: 15px;
}
.recruit_page .area .area_list li .column_main dl > div + div {
  margin-top: 7px;
}
.recruit_page .area .area_list li .column_main dl dt {
  display: flex;
  position: relative;
  padding: 15px 84px 17px 21px;
  cursor: pointer;
}
.sp .recruit_page .area .area_list li .column_main dl dt {
  padding: 25px 40px 17px 10px;
}
.recruit_page .area .area_list li .column_main dl dt::before {
  content: "";
  display: block;
  width: 13px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 37px;
  bottom: 0;
  margin: auto;
  background-color: #f97930;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp .recruit_page .area .area_list li .column_main dl dt::before {
  top: 30px;
  right: 22px;
  margin: 0;
}
.recruit_page .area .area_list li .column_main dl dt:hover::before {
  transform: rotate(180deg);
}
.recruit_page .area .area_list li .column_main dl dt::after {
  content: "";
  display: block;
  width: 13px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 37px;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  background-color: #f97930;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp .recruit_page .area .area_list li .column_main dl dt::after {
  top: 30px;
  right: 22px;
  margin: 0;
}
.recruit_page .area .area_list li .column_main dl dt:hover::after {
  transform: rotate(270deg);
}
.recruit_page .area .area_list li .column_main dl > div.open dt::after {
  opacity: 0;
}
.recruit_page .area .area_list li .column_main dl dt .icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}
.sp .recruit_page .area .area_list li .column_main dl dt .icon {
  width: 40px;
  height: 40px;
}
.recruit_page .area .area_list li .column_main dl dt .info {
  margin-left: 30px;
}
.sp .recruit_page .area .area_list li .column_main dl dt .info {
  margin-left: 11px;
}
.recruit_page .area .area_list li .column_main dl dt .info .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #f97930;
}
.sp .recruit_page .area .area_list li .column_main dl dt .info .title {
  font-size: 16px;
}
.recruit_page .area .area_list li .column_main dl dt .info .description {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.sp .recruit_page .area .area_list li .column_main dl dt .info .description {
  line-height: 1.5;
  margin-top: 3px;
}
.recruit_page .area .area_list li .column_main dl dt .info .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 3px;
  margin-top: 6px;
}
.sp .recruit_page .area .area_list li .column_main dl dt .info .tag_list {
  margin-top: 9px;
}
.recruit_page .area .area_list li .column_main dl dt .info .tag_list li {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 2px 14px;
  color: #f97930;
  background-color: #fffadd;
  border-radius: 30px;
}
.sp .recruit_page .area .area_list li .column_main dl dt .info .tag_list li {
  font-size: 10px;
  padding: 2px 14px;
}
.recruit_page .area .area_list li .column_main dl dd {
  height: 0;
}
.recruit_page .area .area_list li .column_main dl dd p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 3px 84px 30px 115px;
}
.sp .recruit_page .area .area_list li .column_main dl dd p {
  padding: 0px 46px 23px 65px;
}
.recruit_page .interview .mount_container {
  position: relative;
}
.recruit_page .interview .mount_container .cloud {
  position: absolute;
  bottom: 16.73vw;
  left: 31.18vw;
}
.sp .recruit_page .interview .mount_container .cloud {
  width: 29.33vw;
  top: 1.06vw;
  left: 17.33vw;
}
.recruit_page .interview .mount_container .chick1 {
  position: absolute;
  right: 19.51vw;
  bottom: 12.36vw;
}
.sp .recruit_page .interview .mount_container .chick1 {
  width: 36px;
  top: 26px;
  right: 71px;
}
.recruit_page .interview .mount_container .chick2 {
  position: absolute;
  right: 14.86vw;
  bottom: 12.29vw;
}
.sp .recruit_page .interview .mount_container .chick2 {
  width: 5.86vw;
  top: 11.73vw;
  right: 10.4vw;
  bottom: auto;
}
.recruit_page .interview .container {
  position: relative;
  padding: 0 40px 26.39vw;
}
.sp .recruit_page .interview .container {
  padding: 0 10px calc(67px + 24.94vw);
}
.recruit_page .interview .container::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 10.62vw + 1px);
  position: absolute;
  top: calc(10.62vw - 1px);
  left: 0;
  background-image: url("../img/bg_yellow.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.sp .recruit_page .interview .container::before {
  height: calc(100% + 1px);
  top: -1px;
}
.recruit_page .interview .summary {
  max-width: 1092px;
  position: relative;
  margin: -10.62vw auto 0;
  z-index: 1;
}
.sp .recruit_page .interview .summary {
  margin-top: -6px;
}
.recruit_page .interview .summary .sec_title1 {
  padding-left: 134px;
  text-align: left;
}
.sp .recruit_page .interview .summary .sec_title1 {
  padding-left: 15px;
}
.sp .recruit_page .interview .summary .sec_title1 .ja {
  font-size: 22px;
}
.recruit_page .interview .interview_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  width: 100%;
  max-width: 1272px;
  margin: 59px auto 0;
}
.sp .recruit_page .interview .interview_list {
  gap: 9px 0;
  max-width: 355px;
  margin: 32px auto 0;
}
.recruit_page .interview .interview_list li {
  width: calc((100% - 48px) / 3);
  margin-top: 62px;
}
.sp .recruit_page .interview .interview_list li {
  width: max-content;
  margin-top: 0;
  padding-top: 32px;
}
.sp .recruit_page .interview .interview_list li:nth-child(2n) {
  margin-left: auto;
}
.recruit_page .interview .interview_list li:nth-child(3n + 2) {
  margin-top: 155px;
}
.sp .recruit_page .interview .interview_list li:nth-child(3n + 2) {
  margin-top: 0;
}
.recruit_page .interview .interview_list li button {
  position: relative;
  padding-left: 58px;
  overflow: visible;
}
.SP .recruit_page .interview .interview_list li button {
  padding-left: 39px;
}
.recruit_page .interview .interview_list li button .img_container {
  position: relative;
}
.sp .recruit_page .interview .interview_list li button .img_container {
  width: 239px;
}
.recruit_page .interview .interview_list li button .img_container .img img {
  transform-origin: center center;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .recruit_page
    .interview
    .interview_list
    li
    button:hover
    .img_container
    .img
    img {
    transform: scale(1.06);
  }
}
.recruit_page .interview .interview_list li button .img_container::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url("../img/icon_plus.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.sp
  .recruit_page
  .interview
  .interview_list
  li
  button
  .img_container
  .img::after {
  width: 23px;
  height: 23px;
  right: 7px;
  bottom: 4px;
  background-size: 23px 23px;
}
.recruit_page .interview .interview_list li button .img_container .img {
  mask-image: url("../img/recruit_interview_list_thumb_mask.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
}
.recruit_page .interview .interview_list li button .comment {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 275px;
  position: absolute;
  top: -47px;
  left: 0;
  color: #f97930;
  background-image: url("../img/recruit_interview_list_fukidashi.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.sp .recruit_page .interview .interview_list li button .comment {
  font-size: 10px;
  width: 91px;
  height: 187px;
  top: -32px;
}
.recruit_page .interview .interview_list li button .comment span {
  transform: rotate(90deg);
  display: inline-block;
}
.recruit_page .interview .interview_list li button .info {
  padding: 10px 0 0 25px;
}
.SP .recruit_page .interview .interview_list li button .info {
  padding: 10px 0 0 10px;
}
.recruit_page .interview .interview_list li button .info .area {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  width: max-content;
  height: 21px;
  padding: 0 12px;
  color: #f97930;
  background-color: #fff;
  border-radius: 20px;
}
.sp .recruit_page .interview .interview_list li button .info .area {
  font-size: 10px;
  height: 18px;
}
.recruit_page .interview .interview_list li button .info .department {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 5px;
}
.sp .recruit_page .interview .interview_list li button .info .department {
  font-size: 14px;
  margin-top: 4px;
}
.recruit_page .interview .interview_list li button .info .flex {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  gap: 0 0.5em;
  margin-top: 2px;
}
.sp .recruit_page .interview .interview_list li button .info .flex {
  margin-top: 1px;
}
.recruit_page .interview .interview_list li button .info .flex .name::before {
  content: "";
  display: block;
  width: 1px;
}
.recruit_page .modal {
  display: none;
}
.recruit_page .modal.open {
  display: block;
}
.recruit_page .modal .modal_container {
  width: calc(var(--viewport-width) - 120px);
  max-width: 1320px;
  height: calc(100% - 80px);
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 0 12px;
  background-color: #fffadd;
  border-radius: 60px;
  z-index: 10001;
}
.sp .recruit_page .modal .modal_container {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 0 0;
}
.recruit_page .modal .bg {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.2);
}
.recruit_page .modal .modal_scroller {
  height: 100%;
  padding: 129px 8.48% 98px;
}
.sp .recruit_page .modal .modal_scroller {
  padding: 73px 25px 40px;
}
.recruit_page .modal .modal_scroller .simplebar-track.simplebar-vertical {
  width: 6px;
  height: calc(100% - 160px);
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.sp .recruit_page .modal .modal_scroller .simplebar-track.simplebar-vertical {
  width: 3px;
  height: calc(100% - 60px);
}
.recruit_page .modal .modal_scroller .simplebar-scrollbar {
  height: 184px;
}
.recruit_page
  .modal
  .modal_scroller
  .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
.recruit_page .modal .modal_scroller .simplebar-scrollbar:before {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f97930;
}
.recruit_page .modal .modal_container .close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
.sp .recruit_page .modal .modal_container .close {
  width: 45px;
  height: 45px;
  top: 15px;
  right: 9px;
}
.recruit_page .modal .modal_container .close_bottom {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  margin: 26px auto 0;
  padding: 10px 0px 10px 14px;
}
.sp .recruit_page .modal .modal_container .close_bottom {
  font-size: 15px;
  margin-top: 40px;
}
.recruit_page .modal .modal_container .close_bottom img {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.recruit_page .modal .profiel {
  display: flex;
  gap: 0 100px;
}
.sp .recruit_page .modal .profiel {
  flex-direction: column;
}
.recruit_page .modal .profiel .img {
  width: 496px;
}
.sp .recruit_page .modal .profiel .img {
  width: 100%;
}
.recruit_page .modal .profiel .img img {
  mask-image: url("../img/recruit_interview_list_thumb_mask.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
}
.recruit_page .modal .profiel .info {
  width: 410px;
}
.sp .recruit_page .modal .profiel .info {
  width: 100%;
  margin-top: 34px;
}
.recruit_page .modal .profiel .info .comment {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sp .recruit_page .modal .profiel .info .comment {
  font-size: 18px;
}
.recruit_page .modal .profiel .info .area {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  width: max-content;
  height: 21px;
  margin-top: 22px;
  padding: 0 12px;
  color: #f97930;
  background-color: #fff;
  border-radius: 20px;
}
.sp .recruit_page .modal .profiel .info .area {
  font-size: 10px;
  height: 18px;
  margin-top: 8px;
}
.recruit_page .modal .profiel .info .department {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 5px;
}
.sp .recruit_page .modal .profiel .info .department {
  font-size: 14px;
  margin-top: 1px;
}
.recruit_page .modal .profiel .info .flex {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  gap: 0 0.5em;
  margin-top: 2px;
}
.sp .recruit_page .modal .profiel .info .flex {
  margin-top: 1px;
}
.recruit_page .modal .profiel .info .flex .name::before {
  content: "";
  display: block;
  width: 1px;
}
.recruit_page .modal .profiel .info .favorite {
  display: flex;
  position: relative;
  margin-top: 27px;
  padding: 26px 0 26px;
}
.sp .recruit_page .modal .profiel .info .favorite {
  margin-top: 31px;
  padding: 17px 0 19px;
}
.recruit_page .modal .profiel .info .favorite > div {
  width: 50%;
  padding-right: 20px;
}
.recruit_page .modal .profiel .info .favorite dt {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  padding-left: 28px;
}
.sp .recruit_page .modal .profiel .info .favorite dt {
  padding-left: 20px;
}
.recruit_page .modal .profiel .info .favorite dt::before {
  content: "";
  display: block;
  width: 15px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/icon_egg.svg");
  background-size: 15px 17px;
  background-repeat: no-repeat;
}
.recruit_page .modal .profiel .info .favorite dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 8px;
  padding-left: 28px;
  color: #f97930;
}
.sp .recruit_page .modal .profiel .info .favorite dd {
  margin-top: 3px;
}
.recruit_page .modal .profiel .info .favorite::before,
.recruit_page .modal .profiel .info .favorite::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-image: linear-gradient(
    to right,
    #f97930 0px,
    #f97930 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.recruit_page .modal .profiel .info .favorite::before {
  top: 0;
}
.recruit_page .modal .profiel .info .favorite::after {
  bottom: 0;
}
.recruit_page .modal .content {
  display: flex;
  gap: 0 64px;
  margin-top: 81px;
}
.sp .recruit_page .modal .content {
  flex-direction: column;
  margin-top: 40px;
}
.sp .sp .recruit_page .modal .content {
  margin-top: 30px;
}
.recruit_page .modal .content p {
  width: calc(100% - 410px);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
}
.sp .recruit_page .modal .content p {
  width: 100%;
}
.recruit_page .modal .content .img {
  width: 346px;
}
.sp .recruit_page .modal .content .img {
  width: 100%;
  margin-top: 21px;
}
.recruit_page .modal .content .img img {
  mask-image: url("../img/recruit_interview_list_thumb_mask.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
}
.recruit_page .modal .schedule {
  margin-top: 40px;
  padding: 47px 40px 53px;
  background-color: #fff;
  border-radius: 30px;
}
.sp .recruit_page .modal .schedule {
  width: calc(100% + 30px);
  margin: 29px -15px 0;
  padding: 27px 50px 53px 40px;
  border-radius: 20px;
}
.recruit_page .modal .schedule .sec_title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 auto;
  color: #f97930;
}
.sp .recruit_page .modal .schedule .sec_title {
  font-size: 18px;
}
.recruit_page .modal .schedule .sec_title::before {
  bottom: -4px;
}
.recruit_page .modal .schedule .schedule_list {
  max-width: 584px;
  position: relative;
  margin: 43px auto 0;
}
.sp .recruit_page .modal .schedule .schedule_list {
  margin: 33px auto 0;
}
.recruit_page .modal .schedule .schedule_list li {
  display: flex;
  align-items: baseline;
  position: relative;
  padding-bottom: 30px;
}
.sp .recruit_page .modal .schedule .schedule_list li {
  flex-direction: column;
  padding-bottom: 20px;
}
.recruit_page .modal .schedule .schedule_list li:last-child {
  padding-bottom: 0;
}
.recruit_page .modal .schedule .schedule_list li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 17px;
  left: 7px;
  background-image: linear-gradient(
    to bottom,
    #f97930 0px,
    #f97930 4px,
    transparent 4px,
    transparent 8px
  );
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-position-y: 4px;
}
.recruit_page .modal .schedule .schedule_list li:last-child::before {
  display: none;
}
.recruit_page .modal .schedule .schedule_list li .time {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  width: 143px;
  position: relative;
  padding-left: 35px;
  color: #f97930;
}
.sp .recruit_page .modal .schedule .schedule_list li .time {
  font-size: 18px;
  width: 100%;
}
.recruit_page .modal .schedule .schedule_list li .time::before {
  content: "";
  display: block;
  width: 15px;
  height: 17px;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/icon_egg.svg");
  background-size: 15px 17px;
  background-repeat: no-repeat;
  z-index: 1;
}
.recruit_page .modal .schedule .schedule_list li .detail {
  width: 440px;
}
.sp .recruit_page .modal .schedule .schedule_list li .detail {
  width: 100%;
  margin-top: 4px;
  padding-left: 35px;
}
.recruit_page .modal .schedule .schedule_list li .detail .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.3;
  color: #00693e;
}
.sp .recruit_page .modal .schedule .schedule_list li .detail .title {
  font-size: 16px;
  line-height: 1.4;
}
.recruit_page .modal .schedule .schedule_list li .detail .description {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-top: 4px;
}
.sp .recruit_page .modal .schedule .schedule_list li .detail .description {
  font-size: 12px;
}
.recruit_page .data .mount_container {
  position: relative;
}
.recruit_page .data .mount_container .cloud {
  position: absolute;
  top: 258px;
  left: -41px;
}
.sp .recruit_page .data .mount_container .cloud {
  width: 30.93vw;
  top: 1.6vw;
  left: 2.67vw;
}
.recruit_page .data .mount_container .chicken {
  position: absolute;
  top: -6.38vw;
  right: 21.38vw;
}
.sp .recruit_page .data .mount_container .chicken {
  width: 24%;
  top: -12.8vw;
  right: 11.46vw;
}
.recruit_page .data .mount_container .chicken::before {
  content: "";
  display: block;
  width: 63px;
  height: 142px;
  position: absolute;
  top: -117px;
  right: -82px;
  background-image: url("../img/recruit_mount_fukidashi.svg");
  background-size: 63px 142px;
  background-repeat: no-repeat;
}
.sp .recruit_page .data .mount_container .chicken::before {
  display: none;
}
.recruit_page .data .mount_container .egg {
  position: absolute;
  top: -1.59vw;
  right: 17.22vw;
}
.sp .recruit_page .data .mount_container .egg {
  width: 12.26vw;
  top: 0;
  right: 2.4vw;
}
.recruit_page .data .container {
  position: relative;
  padding: 0 40px calc(105px + 18.6vw);
  color: #fff;
}
.sp .recruit_page .data .container {
  padding: 0 10px calc(40px + 26.6vw);
}
.recruit_page .data .container::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 7.43vw + 1px);
  position: absolute;
  top: calc(7.43vw - 1px);
  left: 0;
  background-image: url("../img/bg_light.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.sp .recruit_page .data .container::before {
  height: calc(100% + 1px);
  top: -1px;
}
.recruit_page .data .summary {
  position: relative;
  margin-top: -7.43vw;
}
.sp .recruit_page .data .summary {
  margin-top: 0;
}
.recruit_page .data .data_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  max-width: 1206px;
  position: relative;
  margin: 36px auto 0;
}
.sp .recruit_page .data .data_list {
  gap: 4px 5px;
  max-width: 518px;
  margin: 24px auto 0;
}
.recruit_page .data .data_list > li {
  width: calc((100% - 24px) / 4);
  height: 340px;
  padding: 30px 20px 10px;
  color: #2c2c2c;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1080px) {
  .recruit_page .data .data_list > li {
    width: calc((100% - 16px) / 3);
  }
}
.sp .recruit_page .data .data_list > li {
  width: calc((100% - 5px) / 2);
  height: 220px;
  padding: 18px 0 0;
  border-radius: 15px;
}
.sp .recruit_page .data .data_list > li:nth-child(11),
.sp .recruit_page .data .data_list > li:nth-child(12) {
  padding: 16px 0 0;
}
.recruit_page .data .data_list li .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.sp .recruit_page .data .data_list li .title {
  font-size: 14px;
}
.sp .recruit_page .data .data_list li:nth-child(11) .title,
.sp .recruit_page .data .data_list li:nth-child(12) .title {
  font-size: 12px;
}
.recruit_page .data .data_list li .illust {
  width: 177px;
  margin: 16px auto 0;
}
.sp .recruit_page .data .data_list li .illust {
  width: 107px;
}
.recruit_page .data .data_list li .ranking1 + .illust {
  margin-top: 7px;
}
.recruit_page .data .data_list li .value {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 23px;
  text-align: center;
}
.sp .recruit_page .data .data_list li .value {
  font-size: 12px;
  margin-top: 20px;
}
.sp .recruit_page .data .data_list li:nth-child(6) .value {
  margin-top: 9px;
}
.recruit_page .data .data_list li .value .num {
  font-weight: 400;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 1;
  color: #f97930;
}
.sp .recruit_page .data .data_list li .value .num {
  font-size: 32px;
}
.recruit_page .data .data_list li .value .supplement {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  display: block;
  margin-top: -1px;
  text-align: center;
}
.sp .recruit_page .data .data_list li .value .supplement {
  font-size: 10px;
}
.recruit_page .data .data_list li .value .supplement .num {
  font-size: 16px;
}
.recruit_page .data .data_list li .annotation {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 5px;
  text-align: center;
}
.sp .recruit_page .data .data_list li .annotation {
  font-size: 10px;
}
.recruit_page .data .data_list li .comment {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  margin-top: 12px;
  text-align: center;
  color: #f97930;
}
.sp .recruit_page .data .data_list li .comment {
  font-size: 10px;
  margin-top: 22px;
}
.recruit_page .data .data_list li .ranking1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  gap: 7px 0;
}
.recruit_page .data .data_list li .ranking1 .name {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #f97930;
}
.sp .recruit_page .data .data_list li .ranking1 .name {
  font-size: 14px;
}
.recruit_page .data .data_list li .ranking2 {
  width: max-content;
  margin: 22px auto 0;
}
.sp .recruit_page .data .data_list li .ranking2 {
  margin: 18px auto 0;
}
.recruit_page .data .data_list li .ranking2 li {
  display: flex;
  gap: 0 15px;
}
.sp .recruit_page .data .data_list li .ranking2 li {
  gap: 0 5px;
}
.recruit_page .data .data_list li .ranking2 li + li {
  margin-top: 18px;
}
.sp .recruit_page .data .data_list li .ranking2 li + li {
  margin-top: 12px;
}
.sp .recruit_page .data .data_list li:nth-child(12) .ranking2 li + li {
  margin-top: 5px;
}
.recruit_page .data .data_list li .ranking2 .name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #f97930;
}
.sp .recruit_page .data .data_list li .ranking2 .name {
  font-size: 14px;
}
.recruit_page .entry .container {
  position: relative;
  padding: 0 40px 150px;
  z-index: 1;
}
.sp .recruit_page .entry .container {
  padding: 51px 25px 189px;
}
.recruit_page .entry .summary {
  margin-top: -23px;
}
.sp .recruit_page .entry .summary {
  margin-top: 0;
}
.sp .recruit_page .entry .summary .sec_title1 .ja {
  font-size: 22px;
}
.recruit_page .entry .summary .sun {
  position: absolute;
  top: -7.36vw;
  left: 7.98vw;
}
.sp .recruit_page .entry .summary .sun {
  width: 26.67vw;
  top: -26.86vw;
  left: 2.26vw;
}
.recruit_page .entry .entry_list {
  display: flex;
  gap: 20px 34px;
  max-width: 1004px;
  margin: 30px auto 0;
}
.sp .recruit_page .entry .entry_list {
  flex-direction: column;
  align-items: center;
  margin: 51px auto 0;
}
.recruit_page .entry .entry_list li {
  width: calc((100% - 34px) / 2);
  height: 324px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}
.sp .recruit_page .entry .entry_list li {
  width: 100%;
  max-width: 325px;
  height: 217px;
  border-radius: 15px;
}
.recruit_page .entry .entry_list li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.recruit_page .entry .entry_list li a .bg img {
  transform-origin: center center;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .recruit_page .entry .entry_list li a:hover .bg img {
    transform: scale(1.04);
  }
}
.recruit_page .entry .entry_list li a {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.recruit_page .entry .entry_list li a .mount {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 147px;
  position: relative;
  margin-top: auto;
  padding: 0 30px 16px;
  color: #fff;
  background-image: url("../img/recruit_entry_mount.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.sp .recruit_page .entry .entry_list li a .mount {
  padding: 0 15px 8px;
}
.recruit_page .entry .entry_list li a .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.sp .recruit_page .entry .entry_list li a .title {
  font-size: 12px;
}
.recruit_page .entry .entry_list li a .title span {
  font-size: 24px;
  padding-right: 3px;
}
.sp .recruit_page .entry .entry_list li a .title span {
  font-size: 18px;
}
.recruit_page .entry .entry_list li a .blank {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.sp .recruit_page .entry .entry_list li a .blank {
  right: 10px;
  bottom: 10px;
}
.recruit_page .contact {
  overflow-x: clip;
}
.sp .recruit_page .contact {
  overflow-x: visible;
}
.recruit_page .contact .wave_container .egg {
  position: absolute;
  top: -67px;
  left: calc(50% - 515px - 96px);
}
.sp .recruit_page .contact .wave_container .egg {
  width: 66px;
  top: -8px;
  left: calc(50% - 162px);
  right: auto;
}
.recruit_page .contact .wave_container .chicken {
  position: absolute;
  top: -97px;
  right: calc(50% - 549px - 120px);
  left: auto;
}
.sp .recruit_page .contact .wave_container .chicken {
  width: 90px;
  top: -49px;
  right: calc(50% - 141px);
  left: auto;
}
.recruit_page .contact .wave_container .chicken::before {
  content: "";
  display: block;
  width: 63px;
  height: 142px;
  position: absolute;
  top: -147px;
  right: -7px;
  background-image: url("../img/recruit_contact_wave_fukidashi.svg");
  background-size: 63px 142px;
  background-repeat: no-repeat;
}
.sp .recruit_page .contact .wave_container .chicken::before {
  width: 44px;
  height: 100px;
  top: -94px;
  right: -13px;
  background-image: url("../img/recruit_contact_wave_fukidashi_sp.svg");
  background-size: 44px 100px;
}
.contact_page .head1 {
  position: relative;
}
.sp .contact_page .head1 .container {
  padding-top: 141px;
}
.sp .contact_page .head1 .description {
  font-size: 15px;
}
.sp .contact_page .head1 .description br {
  display: none;
}
.contact_page .head1 .illust {
  width: 156px;
  margin-left: auto;
}
.sp .contact_page .head1 .illust {
  width: 112px;
  position: absolute;
  right: 34px;
  bottom: -128px;
}
.contact_page .content .container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 17px;
  width: 100%;
  max-width: 1262px;
  margin: 0 auto;
  padding: 0 20px 120px;
}
.sp .contact_page .content .container {
  gap: 13px 17px;
  padding: 0 10px 80px;
}
.contact_page .content {
  margin-top: 60px;
}
.sp .contact_page .content {
  margin-top: 128px;
}
.sp .farmtour_page .content {
  margin-top: 99px;
}
.contact_page .content section {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
}
.sp .contact_page .content section {
  border-radius: 15px;
}
.sp .contact_page .content section .icon {
  width: 40px;
  height: auto;
  margin: 0 auto;
}
.sp .contact_page .content section .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.contact_page .content section .sec_title {
  margin: 0 auto;
  color: #f97930;
}
.sp .contact_page .content section .sec_title {
  margin-top: 4px;
}
.contact_page .content .phone {
  width: calc((100% - 17px) / 2);
  height: 260px;
  padding: 28px 0 28px;
  text-align: center;
}
.sp .contact_page .content .phone {
  width: 100%;
  height: 197px;
  padding: 17px 0 28px;
}
.contact_page .content .phone .number {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.008em;
  line-height: 1.2;
  margin-top: 23px;
}
.sp .contact_page .content .phone .number {
  font-size: 35px;
  margin-top: 19px;
}
.pc .contact_page .content .phone .number a {
  pointer-events: none;
}
.contact_page .content .phone .time {
  display: flex;
  justify-content: center;
  gap: 0 11px;
}
.sp .contact_page .content .phone .time {
  gap: 0 17px;
}
.sp .contact_page .content .phone .time dt {
  font-size: 14px;
}
.sp .contact_page .content .phone .time dd {
  font-size: 14px;
}
.contact_page .content .education {
  width: calc((100% - 17px) / 2);
  height: 260px;
  text-align: center;
}
.sp .contact_page .content .education {
  width: 100%;
  height: 197px;
}
.contact_page .content .education a {
  padding: 28px 0 28px;
}
.sp .contact_page .content .education a {
  padding: 17px 0 28px;
}
.contact_page .content .education a .text {
  margin-top: 33px;
}
.sp .contact_page .content .education a .text {
  font-size: 14px;
  margin-top: 24px;
}
.contact_page .content .education a .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-size: 30px 30px;
}
.sp .contact_page .content .education a .arrow {
  width: 25px;
  height: 25px;
  right: 29px;
  background-size: 25px 25px;
}
@media (hover: hover) {
  .contact_page .content .education a:hover i.arrow {
    background-position-x: 30px;
  }
  .sp .contact_page .content .education a:hover i.arrow {
    background-position-x: 25px;
  }
}
.farmtour_page .gallery {
  width: 100%;
  height: 226px;
  position: relative;
  margin-top: 60px;
  background-image: url("../img/farmtour_gallery.png");
  background-size: 1800px 226px;
  background-repeat: repeat-x;
  animation: autoSlide 30s linear infinite;
}
@keyframes autoSlide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1800px 0;
  }
}
.sp .farmtour_page .gallery {
  height: 200px;
  background-image: url("../img/farmtour_gallery_sp.png");
  background-size: 1580px 200px;
}
@keyframes autoSlide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1580px 0;
  }
}
.farmtour_page .gallery .human {
  position: absolute;
  right: 10.42vw;
  bottom: -67px;
}
.sp .farmtour_page .gallery .human {
  width: 63px;
  height: auto;
  right: 6.67vw;
  bottom: -44px;
}
.farmtour_page .program {
  width: calc(100% - 80px);
  max-width: 1046px;
  height: auto;
  position: relative;
  margin: 179px auto 0;
  padding: 81px 40px 64px;
  background-color: #fff;
  border-radius: 30px;
}
.sp .farmtour_page .program {
  width: calc(100% - 20px);
  margin: 143px auto 0;
  padding: 48px 45px 54px;
}
.farmtour_page .program .head {
  width: 419px;
  height: auto;
  position: absolute;
  top: -73px;
  right: 0;
  left: 0;
  margin: 0 auto 0;
  z-index: 1;
}
.sp .farmtour_page .program .head {
  width: 265px;
  top: -59px;
}
.farmtour_page .program .head img {
  display: block;
  width: 100%;
  height: auto;
}
.farmtour_page .program .sec_title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  margin: auto;
  color: #00693e;
  text-align: center;
  z-index: 2;
}
.sp .farmtour_page .program .sec_title {
  font-size: 18px;
}
.farmtour_page .program .description {
  margin-top: 6px;
}
.farmtour_page .program .question_list {
  display: flex;
  justify-content: space-between;
  max-width: 990px;
  margin: 0 auto;
}
.sp .farmtour_page .program .question_list {
  flex-direction: column;
  justify-content: start;
}
.farmtour_page .program .question_list li {
  position: relative;
  width: 33.3333333333%;
  padding: 0 5.18%;
}
.sp .farmtour_page .program .question_list li {
  width: 100%;
  padding: 19px 0 19px;
}
.farmtour_page .program .question_list li:nth-child(2)::before,
.farmtour_page .program .question_list li:nth-child(2)::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #f97930;
  transform: scaleX(0.5);
}
.sp .farmtour_page .program .question_list li:nth-child(2)::before,
.sp .farmtour_page .program .question_list li:nth-child(2)::after {
  width: 100%;
  height: 1px;
  transform: scaleX(1);
}
.farmtour_page .program .question_list li:nth-child(2)::before {
  left: 0;
}
.farmtour_page .program .question_list li:nth-child(2)::after {
  right: 0;
}
.sp .farmtour_page .program .question_list li:nth-child(2)::after {
  top: auto;
  bottom: 0;
}
.farmtour_page .program .question_list li .title {
  color: #f97930;
  text-align: center;
}
.farmtour_page .program dl {
  max-width: 870px;
  position: relative;
  margin: 28px auto 0;
  padding: 20px 44px 0 0;
}
.sp .farmtour_page .program dl {
  margin: 0 auto;
  padding: 22px 0 0;
}
.farmtour_page .program dl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f97930;
}
.farmtour_page .program dl > div {
  display: flex;
}
.sp .farmtour_page .program dl > div {
  flex-direction: column;
}
.sp .farmtour_page .program dl > div + div {
  margin-top: 9px;
}
.farmtour_page .program dl dt {
  width: 128px;
  color: #f97930;
}
.sp .farmtour_page .program dl dt {
  width: 100%;
}
.farmtour_page .program dl dd {
  width: calc(100% - 128px);
}
.sp .farmtour_page .program dl dd {
  width: 100%;
}
.farmtour_page .program dl dd ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.farmtour_page .program .border_container {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.sp .farmtour_page .program .border_container {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.farmtour_page .access {
  margin-top: 100px;
}
.sp .farmtour_page .access {
  margin-top: 92px;
}
.farmtour_page .access .container {
  padding: 0 40px;
}
.sp .farmtour_page .access .container {
  padding: 0 25px;
}
.farmtour_page .access .map {
  width: 100%;
  max-width: 979px;
  position: relative;
  margin: 40px auto 0;
}
.sp .farmtour_page .access .map {
  width: calc(100% + 30px);
  margin: 24px -15px 0;
}
.farmtour_page .access .map .chicken {
  position: absolute;
  bottom: -25px;
  left: -89px;
}
.sp .farmtour_page .access .map .chicken {
  width: 90px;
  height: 90px;
  bottom: -90px;
  left: -10px;
}
.farmtour_page .access .info {
  display: flex;
  gap: 0 20px;
  max-width: 979px;
  margin: 40px auto 0;
}
.sp .farmtour_page .access .info {
  flex-direction: column;
  margin: 90px auto 0;
}
.farmtour_page .access .info .detail {
  width: calc((100% - 20px) / 2);
}
.sp .farmtour_page .access .info .detail {
  width: 100%;
}
.sp .farmtour_page .access .info .detail .button2 {
  margin-top: 12px;
}
.farmtour_page .access .info .detail .button2 a {
  padding: 7px 0;
}
.farmtour_page .access .info .detail .text {
  margin-top: 14px;
}
.sp .farmtour_page .access .info .detail .text {
  margin-top: 9px;
}
.farmtour_page .access .info .case {
  width: calc((100% - 20px) / 2);
}
.sp .farmtour_page .access .info .case {
  width: 100%;
  margin-top: 23px;
}
.farmtour_page .access .info .case dt {
  position: relative;
  padding-left: 16px;
  color: #f97930;
}
.farmtour_page .access .info .case dt::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #f97930;
  border-radius: 50%;
}
.farmtour_page .access .info .case dd + dt {
  margin-top: 22px;
}
.farmtour_page .access .info .case dd {
  margin-top: 9px;
}
.contact {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
  z-index: 10;
}
.contact .wave_container {
  width: 100%;
  height: 50px;
  position: relative;
  margin: -50px 0 -1px;
}
.sp .contact .wave_container {
  height: 32px;
  margin: -32px 0 0px;
}
.contact .wave_container .wave {
  width: 100%;
  height: 50px;
  background-image: url("../img/top_contact_wave.svg");
  background-size: 584px 50px;
  background-position: center center;
  background-repeat: repeat-x;
}
.sp .contact .wave_container .wave {
  height: 32px;
  background-image: url("../img/top_contact_wave_sp.png");
  background-size: 216px 32px;
}
.contact .wave_container .chicken {
  width: 120px;
  position: absolute;
  top: -38px;
  left: calc(50% - 50px - 190px - 99px);
}
.sp .contact .wave_container .chicken {
  width: 90px;
  left: 36px;
}
.contact .wave_container .chick {
  width: 45px;
  position: absolute;
  top: -12px;
  right: calc(50% - 25px - 329px - 51px);
}
.sp .contact .wave_container .chick {
  width: 36px;
  top: -19px;
  right: 76px;
}
.contact .container {
  padding-top: 100px;
  padding-bottom: 55px;
  background-image: url("../img/bg_yellow.jpg");
  background-repeat: repeat;
  background-size: 50px 50px;
}
.sp .contact .container {
  padding-top: 61px;
  padding-bottom: 74px;
}
.contact .inner {
  width: calc(100% - 299px);
  max-width: 1328px;
  position: relative;
  margin: 0 auto;
}
.sp .contact .inner {
  width: 100%;
}
.contact .sec_title1 {
  position: absolute;
  top: 0;
  left: 20px;
  text-align: left;
}
@media screen and (max-width: 1250px) {
  .contact .sec_title1 {
    writing-mode: initial;
    font-feature-settings: normal;
    position: relative;
    left: 0;
    text-align: center;
  }
}
.sp .contact .sec_title1 {
  writing-mode: initial;
  font-feature-settings: normal;
  position: relative;
  left: 0;
  text-align: center;
}
.contact .sec_title1 .en {
  padding-top: 10px;
}
@media screen and (max-width: 1250px) {
  .contact .sec_title1 .en {
    padding-top: 0;
  }
}
.sp .contact .sec_title1 .en {
  padding-top: 0;
}
.contact .flex {
  justify-content: center;
  gap: 24px 24px;
}
@media screen and (max-width: 1250px) {
  .contact .flex {
    margin-top: 20px;
  }
}
.sp .contact .flex {
  margin-top: 20px;
}
.contact .flex .box {
  width: 425px;
  height: 243px;
  padding-top: 23px;
  background-image: url("../img/top_contact_frame.svg");
  background-repeat: no-repeat;
}
.sp .contact .flex .box {
  width: 312px;
  height: 173px;
  padding-top: 10px;
  background-image: url("../img/top_contact_frame_sp.svg");
}
.contact .flex .box .img {
  width: 47px;
  height: 32px;
  margin: 0 auto;
}
.sp .contact .flex .box .img {
  width: 36px;
  height: auto;
}
.contact .flex .box .title {
  margin-top: 5px;
  text-align: center;
}
.sp .contact .flex .box .title {
  margin-top: 3px;
}
.contact .flex .box .title .ja {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  display: block;
}
.contact .flex .box .title .en {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  margin-top: 3px;
  color: #f97930;
}
.contact .flex .box .button1 {
  margin: 17px auto 0;
}
.sp .contact .flex .box .button1 {
  margin: 5px auto 0;
}
.sp .contact .flex .box .button1 a {
  font-size: 15px;
}
.contact .flex .box .number {
  margin-top: 4px;
}
.sp .contact .flex .box .number {
  margin-top: 0;
}
.contact .flex .box .number a {
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #f97930;
  text-align: center;
}
.sp .contact .flex .box .number a {
  font-size: 33px;
}
.contact .flex .box .time {
  display: flex;
  justify-content: center;
  gap: 0 18px;
}
.contact .flex .box .time dt {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}
.sp .contact .flex .box .time dt {
  font-size: 13px;
}
.contact .flex .box .time dd {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
.sp .contact .flex .box .time dd {
  font-size: 13px;
}
.contact .button2 {
  margin: 26px auto 0;
}
.contact .button2 a {
  font-weight: 500;
  padding: 13px 0 13px 0;
  transition: color 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .contact .button2 a:hover {
    color: #f97930;
  }
}
.error_page .head1 .container {
  display: block;
  padding: 230px 6.73vw 200px 8.95vw;
}
.error_page .head1 .container .button1 {
  margin-top: 40px;
}
footer {
  width: 100%;
  height: 60px;
  position: relative;
  padding-bottom: 20px;
  background-repeat: repeat;
  background-size: 50px 50px;
  z-index: 10;
}
footer .access {
  position: relative;
  z-index: 1;
}
footer .access .inner {
  width: calc(100% - 20.83vw);
  max-width: 1328px;
  position: relative;
  margin: 0 auto;
  padding: 34px 9.44vw 0 11.04vw;
  border-radius: 17px 17px 0 0;
}
@media screen and (min-width: 1441px) {
  footer .access .inner {
    padding: 34px 136px 0 159px;
  }
}
.sp footer .access .inner {
  width: calc(100% - 34px);
  padding: 16px 10px 20px;
}
footer .access .sec_title1 {
  position: absolute;
  top: 42px;
  left: 20px;
  text-align: left;
}
.sp footer .access .sec_title1 {
  writing-mode: initial;
  font-feature-settings: normal;
  position: static;
  left: 0;
  padding-left: 6px;
}
footer .access .sec_title1 .ja {
  font-size: 22px;
}
.sp footer .access .sec_title1 .ja {
  letter-spacing: 0.1em;
}
.sp footer .access .sec_title1 .en {
  margin-top: 0;
}
footer .access .map {
  width: 100%;
  max-width: 1033px;
  height: auto;
  margin: 0 auto;
}
.sp footer .access .map {
  margin-top: 9px;
}
footer .access .map .img {
  border-radius: 20px;
  overflow: hidden;
}
footer .access .map .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
footer .access .map .flex .address {
  display: flex;
  align-items: baseline;
  gap: 0 17px;
}
.sp footer .access .map .flex .address {
  flex-direction: column;
  align-items: start;
}
footer .access .map .flex .address .title {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #f97930;
}
footer .access .map .flex .address address {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
}
.sp footer .access .map .flex .address address {
  font-size: 13px;
}
footer .access .map .flex .link {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sp footer .access .map .flex .link {
  font-size: 13px;
  margin-top: 16px;
  margin-left: auto;
}
footer .access .map .flex .link a {
  display: flex;
  align-items: center;
  gap: 0 12px;
  transition: color 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  footer .access .map .flex .link a:hover {
    color: #f97930;
  }
}
footer .access .map .flex .link .arrow {
  margin-top: 2px;
  transform: rotate(-45deg);
}
footer .access .sun {
  width: 120px;
  height: auto;
  position: absolute;
  top: -54px;
  right: -22px;
}
.sp footer .access .sun {
  width: 101px;
  top: -61px;
  right: 4px;
}
footer .fnav {
  width: calc(100% - 60px);
  height: auto;
  margin: auto 0;
  padding: 40px 85px;
}
@media screen and (min-width: 1440px) {
  footer .fnav {
    margin: -368px auto 0;
    padding: 433px 0 85px;
  }
}
.sp footer .fnav {
  width: calc(100% - 12px);
  height: auto;
  margin: -204px auto 0;
  padding: 210px 0 78px;
  border-radius: 14px;
}
footer .fnav .inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 40px 58px;
  width: 100%;
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 117px 0 174px;
}
.sp footer .fnav .inner {
  flex-direction: column;
  justify-content: start;
  width: 100%;
  padding: 0;
}
.sp footer .fnav .pickup {
  margin: 0 auto;
}
footer .fnav .pickup .title {
  position: relative;
  text-align: center;
}
footer .fnav .pickup .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: linear-gradient(
    to right,
    #f97930 0px,
    #f97930 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 1px;
  background-repeat: repeat-x;
  z-index: 0;
}
footer .fnav .pickup .title span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  padding: 0 13px;
  color: #f97930;
  background-color: #fff;
  z-index: 1;
}
footer .fnav .pickup .flex {
  gap: 0 15px;
  flex-wrap: nowrap;
  margin-top: 4px;
}
footer .fnav .pickup .flex .banner a {
  transition: transform 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  footer .fnav .pickup .flex .banner a:hover {
    transform: scale(1.06);
  }
}
footer .fnav .fnav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 58px;
  width: 584px;
  margin-top: 20px;
}
.sp footer .fnav .fnav_list {
  width: 100%;
  flex-direction: column;
  align-items: end;
  gap: 0 58px;
  padding-right: 46px;
}
footer .fnav .fnav_list li {
  width: calc((100% - 116px) / 3);
  position: relative;
}
.sp footer .fnav .fnav_list li {
  width: 164px;
}
footer .fnav .fnav_list li .page {
  position: relative;
}
footer .fnav .fnav_list li .page a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  padding: 9px 0 9px 12px;
  transition: color 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp footer .fnav .fnav_list li .page a {
  font-size: 13px;
  padding: 13px 0 13px 12px;
}
footer .fnav .fnav_list li .anchor_button {
  display: none;
  width: 30px;
  height: 45px;
  position: absolute;
  top: 0;
  right: -12px;
  cursor: pointer;
}
.sp footer .fnav .fnav_list li .anchor_button {
  display: block;
}
footer .fnav .fnav_list li .anchor_button::before {
  content: "";
  display: none;
  width: 9px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
  background-color: #ee7800;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp footer .fnav .fnav_list li .anchor_button::before {
  display: block;
}
@media (hover: hover) {
  footer .fnav .fnav_list li .anchor_button:hover::before {
    transform: rotate(180deg);
  }
}
footer .fnav .fnav_list li .anchor_button::after {
  content: "";
  display: none;
  width: 9px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  background-color: #ee7800;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp footer .fnav .fnav_list li .anchor_button::after {
  display: block;
}
footer .fnav .fnav_list li .anchor_button.open::after {
  opacity: 0;
}
@media (hover: hover) {
  footer .fnav .fnav_list li .anchor_button:hover::after {
    transform: rotate(270deg);
  }
}
@media (hover: hover) {
  footer .fnav .fnav_list li .page a:hover {
    color: #f97930;
  }
}
footer .fnav .fnav_list li .page a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #f97930;
  border-radius: 50%;
}
footer .fnav .fnav_list li .page a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    #f97930 0px,
    #f97930 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 1px;
  background-repeat: repeat-x;
  transition: background 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  footer .fnav .fnav_list li .page a:hover::after {
    background-color: #f97930;
  }
}
footer .fnav .fnav_list li .anchor {
  margin-top: 7px;
}
.sp footer .fnav .fnav_list li .anchor {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}
footer .fnav .fnav_list li .anchor a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  height: auto;
  transition: color 0.26s cubic-bezier(0.33, 1, 0.68, 1);
}
.sp footer .fnav .fnav_list li .anchor a {
  font-size: 12px;
  line-height: 2.3;
}
.sp footer .fnav .fnav_list li .anchor a:first-child {
  padding-top: 8px;
}
@media (hover: hover) {
  footer .fnav .fnav_list li .anchor a:hover {
    color: #f97930;
  }
}
footer .fnav .logo {
  width: 113px;
  height: auto;
  position: absolute;
  bottom: 111px;
  left: 2.43vw;
}
.sp footer .fnav .logo {
  width: 90px;
  bottom: 186px;
  left: 25px;
}
footer .fnav .sns_list {
  display: flex;
  gap: 0 17px;
  height: 28px;
  position: absolute;
  right: 69px;
  bottom: 28px;
}
.sp footer .fnav .sns_list {
  right: 19px;
  bottom: 25px;
}
@media (hover: hover) {
  footer .fnav .sns_list li a:hover {
    opacity: 0.8;
  }
}
footer .copyright {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  margin-top: 22px;
  text-align: center;
}
.scrolltop {
  width: 63px;
  height: auto;
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  z-index: 5;
  transform-origin: bottom right;
  transform: scale(1) rotate(3deg);
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition: opacity 0.1s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.sp .scrolltop {
  display: none;
  right: auto;
  bottom: 47px;
  left: 36px;
  transform: scale(1) rotate(0) translateY(10px);
}
.scroll_fixed .scrolltop {
  right: calc(30px + var(--scrollbar-width));
}
.scrolltop.show {
  transform: scale(1) rotate(0);
  opacity: 1;
  pointer-events: all;
}
.sp .scrolltop.show {
  transform: scale(1) rotate(0) translateY(0);
  opacity: 1;
}
.scrolltop a {
  overflow: visible;
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
