@charset "UTF-8";

:root {
  --color_bg: #fff;
  --color_text: #333;
  --color_link: #333;
  --color_border: #acacad;
  --color_primary: #009A00;
  --color_primary_rgb: 0, 154, 0;
  --color_secondary: #DEDEE3;
  --font_base: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  --font_en: "Archivo Narrow", sans-serif;
  --semibold: 600;
  --easing: cubic-bezier(.12, 1, .5, 1);
}

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span,
small,
em,
time,
i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  border: medium;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8em;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

input,
select {
  vertical-align: middle;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: inherit;
}

/*-----------------------------------------------------------
Base
-----------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

img,
video {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: var(--font_base);
  font-weight: var(--semibold);
  color: var(--color_text);
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.link {
  text-decoration: underline;
  word-break: break-all;
  position: relative;
}

.link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}

.link:is(:hover, :focus) {
  text-decoration: none;
}

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

a[href^=tel] {
  cursor: default;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide {
  max-width: 1200px;
}

.container.narrow {
  max-width: 800px;
}

:target {
  scroll-margin-top: 100px;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 66px;
  }

  body {
    font-size: 1.5rem;
  }
}

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
html.is-open {
  height: 100%;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
}

.header .h-logo.top {
  filter: brightness(0) invert(1);
}

.header-layout {
  padding: 0 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  width: 100%;
  transition: 0.3s;
}

.header-layout .h-utility {
  display: flex;
  align-items: center;
}

.header.transform .header-layout {
  background: rgba(0, 0, 0, 0.41);
}

.header.transform.under .h-logo {
  filter: brightness(0) invert(1);
}

.h-logo {
  max-width: 296px;
}

.menu-btn {
  width: 100px;
  height: 100px;
  background: #000;
  position: relative;
  z-index: 100;
  transition: 0.3s;
}

.menu-btn:after {
  content: "MENU";
  color: #fff;
  font-family: var(--font_en);
  font-weight: var(--semibold);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

.menu-btn-line {
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
}

.menu-btn-line span {
  display: block;
  background-color: #fff;
  width: 36px;
  height: 3px;
  transition: 0.3s;
}

.menu-btn-line span:nth-of-type(2) {
  margin: 13px 0 0 auto;
}

.menu-btn.is-open:after {
  content: "CLOSE";
}

.menu-btn.is-open .menu-btn-line span:nth-of-type(2) {
  width: 14px;
}

@media (max-width: 1024px) {
  html.is-open {
    overflow: hidden;
  }

  .header-layout {
    justify-content: space-between;
    padding: 16px 16px 0;
    height: 66px;
  }

  .header.transform .header-layout {
    padding: 0 16px;
  }

  .h-logo {
    max-width: 200px;
  }

  .menu-btn {
    width: 50px;
    height: 50px;
  }

  .menu-btn::after {
    font-size: 1rem;
    top: 13px;
    white-space: nowrap;
  }

  .menu-btn.is-open .menu-btn-line span:nth-of-type(2) {
    width: 10px;
  }

  .menu-btn-line {
    top: 28px;
  }

  .menu-btn-line span {
    width: 24px;
    height: 1px;
  }

  .menu-btn-line span:nth-of-type(2) {
    margin: 8px 0 0 auto;
  }
}

/*------------
Gnavi
--------------*/
/*normal*/
.gnavi-list {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

.gnavi-list>li>a {
  display: inline-block;
}

.gnavi-list a:hover {
  color: var(--color_primary);
}

/*drawer*/
.gnavi-drawer {
  pointer-events: none;
  width: 78%;
  min-width: 1024px;
  margin: 0 0 0 auto;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
}

.gnavi-drawer.is-open {
  opacity: 1;
  pointer-events: all;
}

.gnavi-drawer-logo {
  text-align: center;
  margin: 112px 0 50px;
}

.gnavi-drawer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 15%;
  overflow-y: auto;
}

.gnavi-drawer-wrapper {
  height: 100%;
  margin-bottom: 164px;
}

.gnavi-link-area {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 10%;
  margin-bottom: 90px;
}

.gnavi-drawer-links {
  display: grid;
  grid-gap: 35px;
}

.gnavi-drawer-links>li>a {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.2;
  transition: color 0.4s;
}

.gnavi-drawer-links>li>a:hover {
  color: var(--color_primary);
}

.gnavi-recruit .ttl {
  font-family: var(--font_en);
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.gnavi-recruit .btn-wrap {
  flex-direction: column;
  margin-bottom: 50px;
}

.gnavi-recruit .btn-more.lg {
  width: 100%;
  max-width: 512px;
}

.gnavi-recruit .btn-employee {
  width: 100%;
  max-width: 512px;
}

.gnavi-info {
  display: flex;
  gap: 96px;
}

@media (max-width: 1024px) {
  .gnavi-drawer {
    width: 100%;
    min-width: 100%;
  }

  .gnavi-drawer-container {
    display: none;
  }
}

/*SP*/
.sp-navi-contents {
  display: none;
}

@media (max-width: 1024px) {
  .sp-navi-contents {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20% 10%;
    overflow-y: auto;
  }

  .sp-navi-list {
    margin: 0 0 50px;
  }

  .sp-navi-list>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .sp-navi-list>li>a {
    display: block;
    padding: 10px 0;
    font-weight: normal;
    transition: color 0.4s;
  }

  .sp-navi-list>li>a:hover {
    color: var(--color_primary);
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  background: url(../images/hero01_pc.jpg) no-repeat center/cover;
  width: 100%;
  height: 100svh;
  color: #fff;
  position: relative;
}

.hero-catch {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 5;
}

.hero-catch .ttl {
  font-size: min(6.428vw, 9rem);
  font-family: var(--font_en);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 6%;
}

.hero-catch .sub-ttl {
  font-size: min(1.769vw, 2.3rem);
  letter-spacing: 0.1em;
  display: flex;
  gap: 32px;
}

.scrolldown {
  width: 9vw;
  position: absolute;
  bottom: -28px;
  right: 39px;
  z-index: 1;
}

.scrolldown::before {
  animation: scrolldown 2s infinite;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  content: "";
  width: 9vw;
  height: 9vw;
  max-width: 153px;
  max-height: 153px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes scrolldown {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 1400px) {
  .hero-catch .ttl {
    line-height: 1.1;
    margin-bottom: 1%;
  }

  .scrolldown {
    width: 7vw;
  }

  .scrolldown::before {
    width: 7vw;
    height: 7vw;
  }

  @keyframes scrolldown {
    0% {
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    60% {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }
}

@media (max-width: 800px) {
  .hero-catch {
    top: 45%;
  }

  .hero-catch .ttl {
    font-size: 2.9rem;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .hero-catch .sub-ttl {
    font-size: 1.5rem;
    flex-direction: column;
    gap: 5px;
  }

  .scrolldown {
    width: 77px;
    height: 77px;
    right: 5%;
    bottom: 67px;
  }

  .scrolldown::before {
    width: 77px;
    height: 77px;
  }
}

/*------------
Post
--------------*/
.top-post-layout01 {
  max-width: 1024px;
  width: 90%;
  display: flex;
  align-items: center;
  gap: 55px;
  border-top: 1px solid #fff;
  padding-top: 30px;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.top-post-layout01 .l-ttl {
  font-size: 2.6rem;
  font-family: var(--font_en);
  font-weight: bold;
  white-space: nowrap;
}

.list-top-news>li {
  display: flex;
  align-items: center;
}

.list-top-news>li time {
  white-space: nowrap;
  margin-right: 40px;
}

.list-top-news>li .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: 1;
}

.list-top-news>li .news-single {
  display: block;
  text-decoration: underline;
}

.list-top-news>li .news-single:focus,
.list-top-news>li .news-single:hover {
  text-decoration: none;
}

.list-top-news>li .news-single:focus-visible,
.list-top-news>li .news-single:focus {
  outline: 1px solid #FFF;
  border: 1px solid #FFF;
}

.list-top-news>li .news-list {
  display: flex;
  align-items: center;
}

.list-top-news>li .news-list .icon {
  fill: #fff;
  margin-left: 34px;
  transition: fill 0.4s;
}

.list-top-news>li .news-list:hover .icon {
  fill: var(--color_primary);
}

@media (max-width: 800px) {
  .top-post-layout01 {
    display: none;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
/*------------
Common
--------------*/
.contents {
  color: #fff;
}

.contents p+p {
  margin-top: 1em;
}

.t-ttl {
  margin-bottom: 100px;
}

.t-ttl .jp {
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
}

.t-ttl .jp::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color_primary);
}

.t-ttl .en {
  font-family: var(--font_en);
  font-weight: bold;
  font-size: 21.6rem;
  letter-spacing: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 800px) {
  .t-ttl {
    margin-bottom: 30px;
  }

  .t-ttl .jp {
    font-size: 2rem;
  }

  .t-ttl .en {
    font-size: 6rem;
  }
}

/*------------
Block
--------------*/
.sec01 {
  padding: 300px 0 200px;
  background: url(../images/sec01_bg.jpg) no-repeat center/cover;
  position: relative;
}

.sec01 .container {
  max-width: 1400px;
}

.sec01 .sec01-ttl {
  position: relative;
  z-index: 2;
  margin: 0 0 125px -40px;
}

.sec01 .sec01-ttl .jp {
  font-size: 4rem;
  letter-spacing: 0.1em;
}

.sec01 .sec01-ttl .en {
  position: absolute;
  top: -9rem;
  left: 0;
  z-index: -1;
}

.sec01 .sec01-layout {
  margin-bottom: 70px;
}

.sec01 .sec01-layout .ttl {
  font-size: 6rem;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}

.sec01 .sec01-layout .txt {
  font-size: 1.8rem;
}

.sec02 {
  padding: 183px 0 191px;
  background: url(../images/sec02_bg.jpg) no-repeat center/cover;
}

.sec02 .t-ttl {
  max-width: 1480px;
  width: 90%;
  margin: 0 auto 100px;
}

.sec02 .sec02-layout {
  display: flex;
  padding: 65px 0;
  border-top: 1px solid #fff;
}

.sec02 .sec02-layout:nth-of-type(3) {
  border-bottom: 1px solid #fff;
  margin-bottom: 66px;
}

.sec02 .sec02-layout .l-desc {
  flex: 1;
  display: flex;
  gap: 23px;
}

.sec02 .sec02-layout .l-desc .num {
  font-family: var(--font_en);
  font-weight: bold;
  font-size: 3rem;
  border: 2px solid #fff;
  width: 69px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec02 .sec02-layout .l-desc .l-ttl {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}

.sec02 .sec02-layout .l-desc .l-ttl .jp {
  font-size: 4rem;
  letter-spacing: 0.1em;
}

.sec02 .sec02-layout .l-desc .l-ttl .en {
  font-family: var(--font_en);
  font-weight: bold;
  font-size: 2rem;
}

.sec02 .sec02-layout .l-img {
  width: 45%;
  max-width: 460px;
  margin: 0 0 0 5%;
}

.sec03 {
  padding: 183px 0 0;
  background: #000;
  overflow: hidden;
  position: relative;
}

.sec03::after {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background: var(--color_secondary);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec03 .t-ttl {
  margin: 0 0 100px -40px;
  position: relative;
  z-index: 2;
}

.sec03 .container {
  max-width: 1400px;
}

.sec03 .sec03-layout {
  position: relative;
  margin-bottom: 22vw;
}

.sec03 .sec03-layout .l-desc {
  position: relative;
  z-index: 2;
}

.sec03 .sec03-layout .l-desc .txt {
  font-size: 2.1rem;
}

.sec03 .sec03-layout .l-desc .txt:nth-of-type(4) {
  margin-bottom: 70px;
}

.sec03 .sec03-layout .l-img {
  position: absolute;
  top: 12px;
  right: -73px;
  z-index: 1;
  max-width: 954px;
  width: 59.625vw;
}

.sec03 .sec03-loop {
  position: relative;
  z-index: 1;
}

.sec03 .sec03-loop .catch {
  font-family: var(--font_en);
  font-weight: bold;
  font-size: min(14.896vw, 21.6rem);
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.sec03 .sec03-loop .loop_wrap {
  width: 100vw;
  height: auto;
  overflow: hidden;
}

.sec03 .sec03-loop .loop_wrap.pc-only {
  display: flex;
}

.sec03 .sec03-loop .loop_wrap img {
  display: block;
  width: auto;
  height: 100%;
}

.sec03 .sec03-loop .loop_wrap img:first-child {
  animation: slide1 60s -30s linear infinite;
}

.sec03 .sec03-loop .loop_wrap img:last-child {
  animation: slide2 60s linear infinite;
}

.sec03 .sec03-loop .loop_wrap.sp-only {
  display: none;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@media (max-width: 800px) {
  .sec01 {
    padding: 100px 0;
  }

  .sec01 .sec01-ttl {
    margin: 0 0 50px 0;
  }

  .sec01 .sec01-ttl .jp {
    font-size: 3rem;
  }

  .sec01 .sec01-ttl .en {
    top: -4rem;
  }

  .sec01 .sec01-layout {
    margin-bottom: 50px;
  }

  .sec01 .sec01-layout .ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .sec01 .sec01-layout .txt {
    font-size: 1.6rem;
  }

  .sec02 {
    padding: 100px 0;
  }

  .sec02 .t-ttl {
    margin: 0 auto 50px;
  }

  .sec02 .sec02-layout {
    flex-direction: column-reverse;
    padding: 30px 0;
  }

  .sec02 .sec02-layout:nth-of-type(3) {
    margin-bottom: 50px;
  }

  .sec02 .sec02-layout .l-desc {
    flex-direction: column;
    gap: 15px;
  }

  .sec02 .sec02-layout .l-desc .num {
    font-size: 2rem;
    width: 50px;
    height: 50px;
  }

  .sec02 .sec02-layout .l-desc .l-ttl {
    gap: 10px;
  }

  .sec02 .sec02-layout .l-desc .l-ttl .jp {
    font-size: 3rem;
  }

  .sec02 .sec02-layout .l-desc .l-ttl .en {
    font-size: 1.8rem;
  }

  .sec02 .sec02-layout .l-img {
    margin: 0 0 30px;
    width: 100%;
    max-width: 100%;
  }

  .sec03 {
    padding: 100px 0 0;
  }

  .sec03::after {
    height: 205px;
  }

  .sec03 .t-ttl {
    margin: 0 auto 50px;
  }

  .sec03 .sec03-layout {
    margin-bottom: 65px;
  }

  .sec03 .sec03-layout .l-desc .txt {
    font-size: 1.8rem;
  }

  .sec03 .sec03-layout .l-desc .txt:nth-of-type(4) {
    margin-bottom: 50px;
  }

  .sec03 .sec03-layout .l-img {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin-bottom: 30px;
  }

  .sec03 .sec03-loop .catch {
    font-size: min(15vw, 6rem);
    top: 30%;
  }

  .sec03 .sec03-loop .loop_wrap {
    width: 200vw;
  }

  .sec03 .sec03-loop .loop_wrap.pc-only {
    display: none;
  }

  .sec03 .sec03-loop .loop_wrap.sp-only {
    display: flex;
  }
}

/*-----------------------------------------------------------
下層レイアウト
-----------------------------------------------------------*/
.page-ttl {
  background-color: var(--color_secondary);
  padding: 189px 3% 94px;
  text-align: center;
  font-size: 4.5rem;
}

.breadcrumb {
  margin: 5px 0 60px;
  width: 100%;
}

.breadcrumb ul {
  margin-inline: auto;
  max-width: 1024px;
  width: 90%;
}

.breadcrumb ul li {
  font-size: 1.3rem;
  display: inline;
}

.breadcrumb ul li+li:before {
  content: "> ";
  padding: 0 5px;
  color: var(--color_border);
}

.u-contents p+p {
  margin-top: 1.5em;
}

@media (max-width: 800px) {
  .page-ttl {
    padding: 100px 3% 50px;
  }

  .page-ttl h1 {
    font-size: 3rem;
  }

  .breadcrumb {
    margin: 5px 0 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.u-h2,
.postdata h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 50px;
}

.u-h2::after,
.postdata h2::after {
  content: "";
  display: block;
  background: #000;
  width: 40px;
  height: 1px;
  margin: 20px auto 0;
}

.postdata h2 {
  text-align: left;
}

.postdata h2::after {
  margin: 20px auto 0 0;
}

.u-h3,
.postdata h3 {
  font-size: 2.7rem;
  border-bottom: 1px solid var(--color_border);
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.u-h3::before,
.postdata h3::before {
  content: "";
  background: #000;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.u-h4,
.postdata h4 {
  font-size: 2.2rem;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

.u-h4::before,
.postdata h4::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color_primary);
  position: absolute;
  top: 13px;
  left: 0;
}

@media (max-width: 800px) {

  .u-h2,
  .postdata h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }

  .u-h3,
  .postdata h3 {
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .u-h4,
  .postdata h4 {
    font-size: 1.8rem;
  }

  .u-h4::before,
  .postdata h4::before {
    top: 10px;
  }
}

.tall {
  margin: 0 0 120px;
}

.short+.short {
  margin-top: 60px;
}

.x-short+.x-short {
  margin-top: 30px;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .tall {
    margin: 0 0 60px;
  }

  .short+.short {
    margin-top: 50px;
  }
}

.list-disc {
  display: grid;
  grid-gap: 5px;
}

.list-disc li {
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}

.list-disc li:before {
  content: "・";
  color: #000;
  display: block;
  position: absolute;
  left: 0;
}

.list-num {
  counter-reset: number;
  display: grid;
  grid-gap: 5px;
}

.list-num>li {
  padding-left: 30px;
  position: relative;
}

.list-num>li:before {
  background-color: #000;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 1.1rem;
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
  padding-left: 1px;
}

.list-check {
  display: grid;
  grid-gap: 5px;
}

.list-check>li {
  padding-left: 30px;
  position: relative;
}

.list-check>li:before {
  content: "";
  background: url(../images/share/icon_check.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
}

.list-check-square {
  display: grid;
  grid-gap: 5px;
}

.list-check-square>li {
  padding-left: 30px;
  position: relative;
}

.list-check-square>li:before {
  content: "";
  background: url(../images/share/icon_check-square.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
}

.card-style01 {
  grid-gap: 20px !important;
}

.card-style01>li {
  background-color: var(--color_secondary);
  border-radius: 15px;
  padding: 25px;
  text-align: center;
}

.card-style01 .card-num {
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.card-style01 .card-num span {
  font-size: 1.8rem;
  margin-left: 5px;
}

.card-style01 .card-ttl {
  font-size: 2rem;
  font-weight: bold;
}

.card-style02>li {
  background: var(--color_secondary);
  padding: 25px;
  position: relative;
}

.card-style02 .card-num {
  background: #000;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-family: var(--font_en);
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}

.card-style02 .card-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.card-style02 .card-img {
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .card-style01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .card-style01>li {
    padding: 15px;
  }

  .card-style01 .card-num {
    font-size: 1rem;
  }

  .card-style01 .card-num span {
    font-size: 1.6rem;
  }

  .card-style01 .card-ttl {
    font-size: 1.5rem;
  }

  .card-style02 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.table-style01 th,
.table-style01 td {
  border: 1px solid var(--color_border);
  padding: 15px;
  vertical-align: middle;
}

.table-style01 th {
  background-color: #000;
  color: #fff;
  font-weight: var(--semibold);
}

.table-style01 .bg01 {
  background-color: var(--color_secondary);
  color: #333;
}

.table-scroll-txt {
  display: none;
}

@media (max-width: 800px) {
  .table-style01.sp-block {
    border-bottom: 1px solid var(--color_border);
  }

  .table-style01.sp-block colgroup {
    display: none;
  }

  .table-style01.sp-block th,
  .table-style01.sp-block td {
    display: block;
    border-bottom: none;
    padding: 10px;
  }

  .table-style01.sp-block th {
    border-bottom: none;
  }

  .table-scroll-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .table-scroll-txt::before {
    content: "";
    display: block;
    background: url(../images/share/icon_scroll.svg) no-repeat center/contain;
    width: 30px;
    height: 24.5px;
    margin-right: 10px;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    margin-bottom: 10px !important;
    width: 150%;
  }
}

.box-style01 {
  background-color: #f5f5f5;
  padding: 8%;
}

.box-style01 .box-title {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  .box-style01 .box-title {
    margin-bottom: 20px;
  }
}

.faq-style .item+.item {
  border-top: 1px dashed var(--color_border);
  margin-top: 30px;
  padding-top: 30px;
}

.faq-style .faq-dt {
  font-size: 2rem;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--color_border);
  position: relative;
}

.faq-style .faq-dt .faq-icon {
  display: block;
  font-family: var(--font_en);
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  color: #333;
  position: absolute;
  top: 2px;
  left: 0;
}

.faq-style .faq-dt .txt {
  display: block;
  padding-left: 45px;
}

.faq-style .faq-dd {
  position: relative;
}

.faq-style .faq-dd .faq-icon {
  display: block;
  font-family: var(--font_en);
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  color: var(--color_primary);
  position: absolute;
  top: 0;
  left: 0;
}

.faq-style .cmt-list {
  padding-left: 45px;
}

.faq-style .cmt-list .cmt-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 30px;
  width: fit-content;
  align-items: baseline;
}

.faq-style .cmt-list .cmt-item+.cmt-item {
  margin-top: 10px;
}

.faq-style .cmt-list .cmt-item dt {
  background: #000;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 5px;
}

.faq-style .cmt-list .cmt-item dd {
  line-height: 1.6;
}

@media (max-width: 800px) {
  .faq-style .item+.item {
    margin-top: 15px;
    padding-top: 15px;
  }

  .faq-style .faq-dt {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .faq-style .faq-dt .faq-icon {
    font-size: 2.4rem;
    top: 4px;
  }

  .faq-style .faq-dt .txt {
    padding-left: 30px;
  }

  .faq-style .faq-dd .faq-icon {
    font-size: 2.4rem;
  }

  .faq-style .cmt-list {
    padding-left: 30px;
  }

  .faq-style .cmt-list .cmt-item {
    grid-template-columns: 80px 1fr;
    grid-gap: 15px;
  }
}

.list-anchor-link {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}

.list-anchor-link li {
  position: relative;
}

.list-anchor-link li::after {
  content: "";
  display: inline-block;
  background: var(--color_border);
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.list-anchor-link a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-right: 25px;
}

.list-anchor-link a::before {
  content: "";
  background: url(../images/share/icon_arrow_down.svg) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 3px;
}

.list-anchor-link a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .list-anchor-link {
    display: block;
  }

  .list-anchor-link li::after {
    display: none;
  }

  .list-anchor-link a {
    padding: 0 0 0 30px;
  }

  .list-anchor-link a::before {
    right: inherit;
    left: 0;
    top: 3px;
  }
}

.under-slider01 {
  overflow: hidden;
}

.under-slider01 .splide {
  margin: 0 auto;
}

.under-slider01 .splide__track {
  overflow: visible;
}

.under-slider01 .splide__slide {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}

.under-slider01 .splide__slide.is-active {
  opacity: 1;
}

.under-slider01 .splide__arrow--prev {
  left: calc((100% - 872px) / 2);
}

.under-slider01 .splide__arrow--next {
  right: calc((100% - 872px) / 2);
}

.under-slider01 .item-desc {
  margin-top: 25px;
}

.under-slider01 .item-ttl {
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .under-slider01 .splide__arrow--prev {
    left: 25px;
  }

  .under-slider01 .splide__arrow--next {
    right: 25px;
  }

  .under-slider01 .item-desc {
    margin-top: 15px;
  }

  .under-slider01 .item-ttl {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.google-map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 450px;
}

@media (max-width: 800px) {
  .google-map iframe {
    height: 300px;
  }
}

/*------------
レイアウト
--------------*/
.l-style01 {
  display: flex;
  gap: 7.5%;
  margin: 0 0 0 -10%;
}

.l-style01 .l-img {
  width: 49%;
  position: relative;
  z-index: 1;
}

.l-style01 .l-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: -1;
}

.l-style01 .l-desc {
  flex: 1;
}

.l-style01.reverse {
  flex-direction: row-reverse;
  margin: 0 -10% 0 0;
}

.l-style01 .l-ttl {
  font-size: 2.7rem;
  border-bottom: 1px solid var(--color_border);
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.l-style01 .l-ttl::before {
  content: "";
  background: #000;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.l-style02 {
  display: flex;
}

.l-style02 .l-img {
  position: relative;
  width: 410px;
  z-index: 1;
}

.l-style02 .l-desc {
  background: var(--color_secondary);
  padding: 55px 55px 55px 400px;
  margin: 50px 0 0 -350px;
  flex: 1;
}

.l-style02.reverse {
  flex-direction: row-reverse;
}

.l-style02.reverse .l-desc {
  padding: 55px 400px 55px 55px;
  margin: 50px -350px 0 0;
}

.l-style02.reverse .l-desc.margin-narrow {
  margin: 50px 0 0 0;
}

.l-style02 .l-num {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}

.l-style02 .l-ttl {
  font-size: 2.7rem;
  margin-bottom: 20px;
}

.l-style02 .l-txt {
  margin-bottom: 40px;
}

.l-style02 .btn-more {
  font-size: 2.4rem;
  min-height: 75px;
  min-width: 325px;
}

.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

.l-imgR .l-img,
.l-imgL .l-img {
  width: 40%;
}

.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 30%;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR {
  flex-direction: row-reverse;
}

.fl-wrap {
  display: flow-root;
}

.fl-imgR,
.fl-imgL {
  width: 40%;
}

.fl-imgR.small,
.fl-imgL.small {
  width: 30%;
}

.fl-imgR {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-imgL {
  float: left;
  margin: 0 35px 15px 0;
}

@media (max-width: 800px) {
  .l-style01 {
    flex-direction: column;
    gap: 50px;
    margin: 0 -5vw;
  }

  .l-style01 .l-img {
    width: 90%;
    margin: 0 auto;
  }

  .l-style01 .l-img::before {
    top: 20px;
    right: -20px;
  }

  .l-style01.reverse {
    flex-direction: column;
    margin: 0 -5vw;
  }

  .l-style01 .l-desc {
    padding: 0 5vw;
  }

  .l-style01 .l-ttl {
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .l-style02 {
    flex-direction: column;
  }

  .l-style02 .l-img {
    width: 100%;
    text-align: center;
  }

  .l-style02 .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }

  .l-style02.reverse {
    flex-direction: column;
  }

  .l-style02.reverse .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }

  .l-style02.reverse .l-desc.margin-narrow {
    margin: 0 -5vw 0;
    padding: 30px 5vw 30px;
  }

  .l-style02 .l-num {
    font-size: 1.5rem;
  }

  .l-style02 .l-ttl {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 15px;
  }

  .l-imgR .l-img,
  .l-imgL .l-img {
    text-align: center;
    width: 100%;
  }

  .l-imgR .l-img.small,
  .l-imgL .l-img.small {
    width: 100%;
  }

  .fl-imgR,
  .fl-imgL {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }

  .fl-imgR.small,
  .fl-imgL.small {
    width: 100%;
  }
}

.staff-layout {
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}

.staff-layout::before {
  content: "";
  display: block;
  width: calc(100vw - 5%);
  background: var(--color_secondary);
  height: 443px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.staff-layout .container {
  display: flex;
}

.staff-layout .container .l-desc {
  flex: 1;
  padding-left: 6%;
}

.staff-layout .container .l-ttl {
  border-bottom: 1px solid #000;
  font-size: 1.7rem;
  width: fit-content;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.staff-layout .container .l-message {
  font-size: 3rem;
  margin-bottom: 25px;
}

.staff-layout .container .l-name {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  line-height: 1;
  margin-top: 50px;
}

.staff-layout .container .job {
  display: block;
  font-size: 1.7rem;
}

.staff-layout .container .jp {
  display: block;
  font-size: 3rem;
}

.staff-layout .container .en {
  display: block;
  font-family: var(--font_en);
  font-weight: bold;
}

.staff-layout.reverse::before {
  right: 0;
  left: auto;
}

.staff-layout.reverse .container {
  flex-direction: row-reverse;
}

.staff-layout.reverse .container .l-desc {
  padding: 0 8% 0 0;
}

@media (max-width: 800px) {
  .staff-layout {
    padding-bottom: 0;
  }

  .staff-layout::before {
    width: calc(100vw - 10%);
    height: 350px;
    top: 100px;
    bottom: auto;
  }

  .staff-layout .container {
    display: block;
  }

  .staff-layout .container .l-img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 30px;
  }

  .staff-layout .container .l-desc {
    padding: 0;
  }

  .staff-layout .container .l-ttl {
    font-size: 1.5rem;
  }

  .staff-layout .container .l-message {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }

  .staff-layout .container .l-name {
    margin-top: 30px;
  }

  .staff-layout .container .job {
    font-size: 1.4rem;
  }

  .staff-layout .container .jp {
    font-size: 1.8rem;
  }
}

.flow-style01>li {
  background: var(--color_secondary);
  padding: 25px;
  position: relative;
}

.flow-style01>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}

.flow-style01 .flow-num {
  background: #000;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-family: var(--font_en);
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}

.flow-style01 .flow-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.flow-style01 .flow-img {
  margin-bottom: 20px;
}

.flow-style02 {
  grid-gap: 50px 30px !important;
}

.flow-style02>li {
  background-color: var(--color_secondary);
  padding: 25px;
  position: relative;
}

.flow-style02>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent var(--color_primary);
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}

.flow-style02 .flow-num {
  color: #000;
  font-family: var(--font_en);
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 20px;
}

.flow-style02 .flow-img {
  margin-bottom: 15px;
}

.flow-style02 .flow-ttl {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .flow-style01 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .flow-style01>li:not(:last-child)::after {
    top: auto;
    bottom: -28px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }

  .flow-style02 {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .flow-style02>li:not(:last-child)::after {
    top: auto;
    bottom: -28px;
    right: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

/*------------
お問い合わせ
--------------*/
.tel-layout {
  background: var(--color_secondary);
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
}

.tel-layout .l-ttl {
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: fit-content;
}

.tel-layout .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.tel-layout .wrapper .item {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: baseline;
}

.tel-layout .l-tel {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: center;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
}

.tel-layout .l-tel .small {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

.tel-layout .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: fit-content;
}

.tel-layout .l-time .item {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
}

.tel-layout .l-time dt {
  border: 1px solid #000;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .tel-layout .l-ttl {
    font-size: 1.5rem;
    margin: 0 auto 10px;
    width: 100%;
  }

  .tel-layout .wrapper .item {
    flex-direction: column;
    gap: 0;
  }

  .tel-layout .l-tel {
    font-size: 3rem;
  }

  .tel-layout .l-tel .small {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
}

/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  font-size: 2.7rem;
  border-bottom: 1px solid var(--color_border);
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.dl-privacy dt::before {
  content: "";
  background: #000;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.dl-privacy dd+dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-privacy li::before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
}

.list-privacy li+li {
  margin-top: 3px;
}

@media (max-width: 800px) {
  .dl-privacy dt {
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
  background-color: var(--color_secondary);
  padding: 100px 0 0;
  margin-top: auto;
  position: relative;
}

.f-layout {
  margin-bottom: 86px;
}

.f-layout .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
}

.f-logo {
  margin-bottom: 56px;
}

.f-recruit .ttl {
  font-family: var(--font_en);
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.f-recruit .btn-wrap {
  margin-bottom: 50px;
}

.f-recruit .btn-employee {
  margin-bottom: 44px;
}

.f-links {
  display: flex;
  gap: 34px;
  padding-top: 33px;
  border-top: 1px solid var(--color_border);
}

.f-links a {
  transition: color 0.4s;
}

.f-links a:hover {
  color: var(--color_primary);
}

.copyright {
  background: #000;
  color: #9F9F9F;
  font-weight: normal;
  padding: 20px 10px;
}

.copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright .copyright-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

.copyright .copyright-links a {
  line-height: 1.5;
}

.copyright .copyright-links a:hover {
  text-decoration: underline;
}

.copyright .copyright-links li+li::before {
  content: "|";
  margin: 0 15px;
}

.pagetop {
  position: absolute;
  bottom: 64px;
  right: 41px;
  z-index: 5;
}

.pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color_primary);
  text-align: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: transform 0.5s;
  position: relative;
  z-index: 0;
}

.pagetop a:hover {
  transform: translateY(-10px);
}

@media (max-width: 800px) {
  .footer {
    padding: 50px 0 0;
  }

  .f-layout {
    margin-bottom: 50px;
  }

  .f-layout .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .f-logo {
    text-align: center;
    margin-bottom: 30px;
  }

  .f-recruit .ttl {
    margin-bottom: 10px;
  }

  .f-recruit .btn-wrap {
    margin-bottom: 30px;
  }

  .f-recruit .btn-employee {
    margin-bottom: 30px;
  }

  .f-links {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .pagetop {
    display: none;
  }

  .copyright {
    padding: 15px 0;
    text-align: center;
  }

  .copyright .container {
    flex-direction: column;
  }

  .copyright .copyright-links {
    margin-bottom: 10px;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*お知らせ*/
.category-ttl {
  margin-bottom: 15px;
}

.list-under-news {
  border-top: 1px solid #dfdfdf;
  margin-bottom: 30px;
}

.list-under-news a {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 25px;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
}

.list-under-news a:hover .ttl {
  text-decoration: underline;
}

.list-under-news time {
  display: inline-block;
  color: #888;
}

.list-under-news .ttl {
  flex: 1;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/*社員専用ページ*/
.list-under-employee .list-item {
  margin-bottom: 80px;
}

.list-under-employee .list-item:last-child {
  margin-bottom: 0;
}

.list-under-employee .list-layout {
  display: flex;
  gap: 25px;
  margin-bottom: 15px;
}

.list-under-employee .list-img {
  width: 250px;
  border: 1px solid #eee;
}

.list-under-employee .list-img img {
  aspect-ratio: 7/5;
  object-fit: cover;
  width: 100%;
}

.list-under-employee .list-desc {
  flex: 1;
}

.list-under-employee .post-data {
  display: flex;
  margin-bottom: 10px;
}

.list-under-employee time {
  display: block;
  color: #ADADAD;
  font-size: 1.4rem;
  margin-right: 15px;
}

.list-under-employee .post-ttl {
  font-size: 2.7rem;
  border-bottom: 1px solid var(--color_border);
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.list-under-employee .post-ttl::before {
  content: "";
  background: #000;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.list-under-employee .post-ttl span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list-under-employee .category {
  display: inline-block;
  background-color: var(--color_primary);
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 5px;
  margin-right: 5px;
}

.list-under-employee .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list-under-employee .no-post {
  padding: 25px 0;
}

.select-area {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}

.select-area .select-item {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}

.select-area .select-ttl {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 15px 0 0;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: url(../images/share/icon_arrow_down.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #333;
  font-size: 1.6rem;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 0;
}

.select-area .select-category-button {
  appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--color_primary);
  border: 1px solid var(--color_primary);
  color: #fff;
  padding: 8px 20px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
  margin-left: 15px;
  cursor: pointer;
}

/*詳細ページ*/
.single-post-layout {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 50px;
  max-width: 800px;
  width: 90%;
  margin: 0 auto 50px;
}

.single-post-layout .l-ttl {
  border-bottom: 3px solid #eee;
  font-size: 2rem;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.single-post-layout .post-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single-post-layout .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 1.2rem;
  margin-right: 20px;
}

.single-post-layout .post-data .category {
  display: inline-block;
  background-color: var(--color_primary);
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 5px;
  margin-right: 10px;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

.postdata .list-img {
  max-width: 500px;
  border: 1px solid #eee;
  margin: 0 auto 50px;
}

/*ページャー*/
.post-number {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.post-number span,
.post-number a {
  display: inline-block;
  color: var(--color_primary);
  background-color: var(--color_secondary);
  font-size: 13px;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  transition: 0.3s;
  padding: 0 20px;
}

.post-number>*+* {
  margin-left: 10px;
}

.post-number a:hover {
  background: var(--color_primary);
  color: #fff;
}

.post-number .current {
  background: var(--color_primary);
  color: #fff;
}

.post-number-single {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}

.post-number-single a {
  display: inline-block;
}

.post-number-single .all {
  background: var(--color_primary);
  border: 1px solid var(--color_primary);
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
}

.post-number-single .all:hover {
  background: #fff;
  color: var(--color_primary);
}

.post-number-single .prev,
.post-number-single .next {
  border: 1px solid var(--color_primary);
  width: 30px;
  height: 30px;
  position: relative;
}

.post-number-single .prev::before,
.post-number-single .next::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid var(--color_primary);
  margin: 0 auto;
  top: 12px;
}

.post-number-single .prev:hover,
.post-number-single .next:hover {
  background: var(--color_primary);
}

.post-number-single .prev:hover::before,
.post-number-single .next:hover::before {
  border-color: #fff;
}

.post-number-single .prev::before {
  transform: rotate(-135deg);
  left: 13px;
  border-left: 1px solid var(--color_primary);
}

.post-number-single .next::before {
  transform: rotate(135deg);
  right: 13px;
  border-right: 1px solid var(--color_primary);
}

@media (max-width: 800px) {

  /*お知らせ*/
  .list-under-news a {
    display: block;
    line-height: 1.5;
    padding: 10px 0;
  }

  .list-under-news time {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .list-under-news .ttl {
    -webkit-line-clamp: 2;
  }

  /*社員専用ページ*/
  .list-under-employee .list-item {
    margin-bottom: 50px;
  }

  .list-under-employee .list-item:last-child {
    margin-bottom: 0;
  }

  .list-under-employee .list-layout {
    flex-direction: column;
    gap: 15px;
  }

  .list-under-employee .list-img {
    width: 100%;
  }

  .list-under-employee time {
    font-size: 1.2rem;
  }

  .list-under-employee .post-ttl {
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .list-under-employee .category {
    font-size: 1.2rem;
  }

  .list-under-employee .no-post {
    padding: 25px 0;
  }

  .select-area .select-item {
    margin: 0;
  }

  .select-area .select-ttl {
    font-size: 1.5rem;
  }

  .select-area .select-category {
    font-size: 1.5rem;
  }

  /*詳細ページ*/
  .single-post-layout .l-ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 70px;
  width: calc(100% - 300px);
  max-width: 1200px;
  margin: 0 auto;
}

.side-contents {
  padding: 0 40px;
  width: 300px;
}

.side-contents-wrapper {
  position: sticky;
  top: 110px;
}

.side-area-item-ttl {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.side-area-item+.side-area-item {
  margin-top: 30px;
}

.side-area-links {
  display: grid;
  grid-gap: 5px;
}

.side-area-links li {
  padding-left: 20px;
  position: relative;
}

.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 9px;
  left: 0;
}

.side-area-links a {
  display: inline-block;
}

.side-area-links a:hover {
  text-decoration: underline;
}

.side-area-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_select_arrow.svg) no-repeat right 10px center/20px auto;
  border-radius: 0;
  border: none;
  border: 1px solid #e8ecf0;
  color: #333;
  vertical-align: middle;
  padding: 10px 20px 10px 15px;
  margin: 0;
  width: 100%;
  height: 50px;
}

@media (max-width: 800px) {
  .sidebar-layout {
    flex-direction: column-reverse;
    padding: 0 5vw;
    width: 100%;
  }

  .sidebar-layout.sp-reverse {
    flex-direction: column;
  }

  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }

  .main-contents {
    width: 100%;
    padding: 0;
  }

  .side-contents {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }

  .side-contents-wrapper {
    position: sticky;
    top: 20px;
  }

  .side-area-item+.side-area-item {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 1.1rem;
}

.fs27 {
  font-size: 2.7rem;
}

.font-jp {
  font-family: var(--font_base);
}

.font-en {
  font-family: var(--font_en);
}

.bold,
strong {
  font-weight: bold;
}

.red {
  color: #F44336;
}

.green {
  color: var(--color_primary);
}

.marker {
  background: linear-gradient(transparent 70%, #ACACAD 50%);
}

.notice {
  font-size: 1.3rem;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.col2,
.col3,
.col4 {
  display: grid;
  grid-gap: 30px;
}

.col2 {
  grid-template-columns: repeat(2, 1fr);
}

.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.col4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

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

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

  .col2,
  .col3,
  .col4 {
    grid-template-columns: 1fr;
  }
}

/*ボタン*/
.btn-out {
  padding-right: 15px;
  position: relative;
}

.btn-out::before {
  content: "";
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 0.2em;
  right: 0;
}

.btn-out::after {
  content: "";
  transition: background-size 0.3s;
  background: linear-gradient(to top, currentColor 0px, currentColor 1.1px, transparent 1px) no-repeat right bottom;
  background-size: 0% auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 100%;
}

.btn-out:hover::after {
  background-position: left bottom;
  background-size: 100% auto;
}

.btn-more {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  font-size: 2rem;
  line-height: 1;
  min-height: 65px;
  min-width: 306px;
  padding: 15px 24px 15px 40px;
  transition: 0.4s;
  position: relative;
}

.btn-more::after {
  content: "";
  background: url(../images/share/icon_arrow_btn.svg) no-repeat center right/contain;
  width: 16px;
  height: 16px;
  transition: 0.4s;
}

.btn-more:hover {
  gap: 18px;
  color: var(--color_primary);
  border: 2px solid var(--color_primary);
  padding: 15px 16px 15px 40px;
}

.btn-more:hover::after {
  background: url(../images/share/icon_arrow_btn_gr.svg) no-repeat center right/contain;
}

.btn-more.lg {
  font-size: 2.4rem;
  min-height: 95px;
  width: 512px;
  padding: 15px 40px;
}

.btn-more.lg:hover {
  padding: 15px 32px 15px 40px;
}

.btn-more.bk {
  border-color: #000;
  color: #333;
}

.btn-more.bk::after {
  background: url(../images/share/icon_arrow_btn_bk.svg) no-repeat center right/contain;
}

.btn-more.bk:hover {
  color: var(--color_primary);
  border: 2px solid var(--color_primary);
}

.btn-more.bk:hover::after {
  background: url(../images/share/icon_arrow_btn_gr.svg) no-repeat center right/contain;
}

.btn-employee {
  min-height: 58px;
  width: 512px;
  background: #fff;
  color: #000;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  transition: 0.4s;
}

.btn-employee::before {
  content: "";
  background: url(../images/share/icon_employee.svg) no-repeat center left/contain;
  width: 30px;
  height: 24px;
  transition: 0.4s;
}

.btn-employee:hover {
  background: var(--color_primary);
  color: #fff;
}

.btn-employee:hover::before {
  content: "";
  background: url(../images/share/icon_employee_w.svg) no-repeat center left/contain;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.btn-wrap.center {
  justify-content: center;
}

@media (max-width: 800px) {
  .btn-more {
    width: 100%;
  }

  .btn-more.lg {
    min-height: 75px;
    width: 100%;
    font-size: 2rem;
  }

  .btn-employee {
    width: 100%;
  }
}

/*-----------------------------------------------------------
splide
-----------------------------------------------------------*/
/*各種色設定*/
:root {
  --splide-arrow-color: #000;
  /*矢印*/
  --splide-focus-color: #000;
  /*タブ移動によるフォーカス時のアウトライン*/
  --splide-pagination-color: #000;
  /*アクティブ時のページネーション*/
  --splide-progress-color: #000;
  /*プログレスバー*/
  --splide-toggle-color: #000;
  /*再生ボタン*/
  --splide-track-color: #000;
  /*サムネイルの枠*/
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress {
  background: #ddd;
  margin-top: 10px;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.splide__controls .splide__pagination {
  position: static;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s;
}

.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--splide-arrow-color);
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.3;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 20px;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 15px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ddd;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__progress__bar {
  background: var(--splide-progress-color);
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid var(--splide-focus-color);
    outline-offset: -3px;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid var(--splide-focus-color);
    outline-offset: -3px;
  }
}

.splide__toggle {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #737e80;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: background-color 0.2s ease;
  height: 29px;
  width: 29px;
}

.splide__toggle:hover {
  background: var(--splide-toggle-color);
}

.splide__toggle svg {
  fill: #fff;
  transition: fill 0.2s ease;
  width: 12px;
  height: auto;
}

.splide__toggle:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid var(--splide-track-color);
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@media (max-width: 800px) {
  .splide__arrow {
    width: 25px;
    height: 25px;
  }

  .splide__arrow--prev {
    left: 10px;
  }

  .splide__arrow--next {
    right: 10px;
  }
}

/*-----------------------------------------------------------
Animation
-----------------------------------------------------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}

.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fadein {
    opacity: 1;
    transform: translateY(0);
  }
}

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