@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body, html {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  position: relative;
  color: var(--color-black);
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

p, h1, h2, h3, h4 {
  margin: 0;
}

a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
}

a:active, a:hover {
  opacity: 0.9;
}

ul, li, a {
  text-decoration: none;
  list-style: none;
}

img {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ib {
  display: inline-block;
}

.block {
  display: block;
}

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

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
::-webkit-input-placeholder {
  color: #A69676;
  font-weight: 500;
}
::-moz-placeholder {
  color: #A69676;
  font-weight: 500;
}
:-ms-input-placeholder {
  color: #A69676;
  font-weight: 500;
}
::-ms-input-placeholder {
  color: #A69676;
  font-weight: 500;
}
::placeholder {
  color: #A69676;
  font-weight: 500;
}

.visibility-h {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .visibility-h {
    display: none;
  }
}
/*========================
  text
========================*/
.text.list {
  padding-left: 1em;
  position: relative;
}
.text.list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.text.list.kome::before {
  content: "※";
}

/*========================
  layout
========================*/
.container {
  padding-top: 90px;
  padding-bottom: 90px;
}

.container-t {
  padding-top: 90px;
}

.container-b {
  padding-bottom: 90px;
}

.container-c {
  padding-top: 55px;
}

.inner {
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  margin: 0 auto;
}

.inner-left {
  padding-left: 140px;
}

.inner-right {
  padding-right: 140px;
}

@media screen and (max-width: 1600px) {
  .inner {
    padding-left: 90px;
    padding-right: 90px;
  }
  .inner-left {
    padding-left: 90px;
  }
  .inner-right {
    padding-right: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .inner-left {
    padding-left: 5%;
  }
  .inner-right {
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container-t {
    padding-top: 60px;
  }
  .container-b {
    padding-bottom: 60px;
  }
}
/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 27%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .map {
    padding-top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 90%;
  }
}
/*===================================================================
    movie
===================================================================*/
.movie {
  aspect-ratio: 16/9;
}

/*===================================================================
  アニメーション　GSAP
===================================================================*/
/*========================
    js-fadeUp
========================*/
.js-fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

/*========================
    img-mask
========================*/
.img-mask {
  z-index: 0;
  -webkit-mask-image: url(../img/mask.webp);
          mask-image: url(../img/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
          mask-size: auto 200%;
  opacity: 0;
}
.img-mask.active {
  -webkit-animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
          animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
/*========================
  anim-en 
========================*/
.anim-en {
  opacity: 0;
  -webkit-transform: translateY(30px) skew(-20deg);
          transform: translateY(30px) skew(-20deg);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.anim-en.active {
  opacity: 1;
  -webkit-transform: translateY(0) skew(0deg);
          transform: translateY(0) skew(0deg);
}

/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  /*========================
    color
  ========================*/
  --color-black: #111;
  --color-main: #378464;
  --color-gray: #F3F3F3;
  /****************
  font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
  *****************/
  --fs124: clamp(4rem, 3.1640127388535033rem + 3.821656050955414vw, 7.75rem);
  --fs100: clamp(4rem, 3.498407643312102rem + 2.2929936305732483vw, 6.25rem);
  --fs80: clamp(3.5rem, 3.1656050955414012rem + 1.5286624203821657vw, 5rem);
  --fs70: clamp(3rem, 2.6934713375796178rem + 1.4012738853503184vw, 4.375rem);
  --fs64: clamp(3rem, 2.7770700636942673rem + 1.019108280254777vw, 4rem);
  --fs56: clamp(2.5rem, 2.2770700636942673rem + 1.019108280254777vw, 3.5rem);
  --fs48: clamp(2rem, 1.7770700636942676rem + 1.019108280254777vw, 3rem);
  --fs40: clamp(1.5rem, 1.2770700636942676rem + 1.019108280254777vw, 2.5rem);
  --fs36: clamp(1.5rem, 1.3328025477707006rem + 0.7643312101910829vw, 2.25rem);
  --fs32: clamp(1.25rem, 1.3885350318471337rem + 0.5095541401273885vw, 2rem);
  --fs24: clamp(1.125rem, 1.0414012738853504rem + 0.3821656050955414vw, 1.5rem);
  --fs20: clamp(1.125rem, 1.0971337579617835rem + 0.12738853503184713vw, 1.25rem);
  --fs18: clamp(1rem, 0.9721337579617835rem + 0.12738853503184713vw, 1.125rem);
  --fs14: 14px;
  --outline-item-before: 95%;
}

/*===================================================================
    sec-tit
===================================================================*/
.sec-tit-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.sec-tit {
  font-size: var(--fs40);
  color: var(--color-main);
  font-weight: 700;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 38px;
}

.sec-tit-line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--color-main);
}

@media screen and (max-width: 767px) {
  .sec-tit {
    font-size: 30px;
  }
}
/*===================================================================
    bg
===================================================================*/
.color-bg {
  background-color: var(--color-bg);
}

/*===================================================================
    btn
===================================================================*/
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 50px;
  border: 3px solid var(--color-main);
  color: var(--color-main);
  font-weight: 700;
  margin-top: 44px;
}
.btn:hover {
  background-color: var(--color-main);
  color: #fff;
}

.btn--wh {
  border: 3px solid #fff;
  color: #fff;
}
.btn--wh:hover {
  background-color: #fff;
  color: var(--color-main);
}

/*========================
	totop
========================*/
.totop {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: fixed;
  bottom: 15px;
  right: 40px;
  z-index: 5;
}
.totop img {
  width: 60px;
  height: 60px;
}

.totop-inner {
  display: block;
}

/*===================================================================
    header
===================================================================*/
header {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-position {
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding-top: 8px;
  padding-bottom: 8px;
}

.inner--header {
  width: 95%;
  margin-left: auto;
}

.header-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
}
.header-wrap::after {
  content: "";
  width: calc(100% - 330px);
  height: 2px;
  background-color: var(--color-main);
  position: absolute;
  right: 0;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 330px;
  height: 90px;
  border: 5px solid var(--color-main);
}
.header-logo a {
  color: var(--color-main);
  font-size: 50px;
  font-weight: 700;
}
.header-logo a span {
  font-size: 40px;
  padding-right: 3px;
}

.header-menu {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-list {
  border-left: 1px solid var(--color-main);
}

.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 50px;
  font-weight: 700;
  font-size: var(--fs20);
  position: relative;
}

.header-text {
  font-size: 12px;
  color: #333;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-list.active .header-item,
.header-list:hover .header-item {
  background-color: var(--color-main);
  color: #fff;
  opacity: 1;
}

header.scroll {
  background-color: #fff;
  top: 0px;
}

@media screen and (max-width: 1300px) {
  .inner--header {
    width: 100%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo {
    width: 260px;
    height: 80px;
  }
  .header-logo a {
    font-size: 40px;
  }
  .header-logo a span {
    font-size: 32px;
    padding-right: 3px;
  }
  .header-item {
    height: 40px;
  }
  .header-text {
    height: 40px;
    padding-right: 10px;
  }
  .header-wrap::after {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 1100px) {
  header {
    top: 0;
  }
  .header-position {
    padding-top: 0;
    padding-bottom: 0;
  }
  .inner--header {
    padding-left: 0px;
  }
  .header-logo {
    width: 185px;
    height: 50px;
    border: 4px solid var(--color-main);
  }
  .header-logo a {
    font-size: 30px;
  }
  .header-logo a span {
    font-size: 20px;
    padding-right: 3px;
  }
  .header-text {
    position: absolute;
    top: 60px;
    left: 5%;
    width: 90%;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  header.scroll .header-text {
    opacity: 0;
    pointer-events: none;
  }
  .header-wrap::after {
    width: calc(100% - 235px);
    right: 50px;
  }
  .header-menu {
    position: fixed;
    top: 50px;
    right: -100%;
    background-color: var(--color-main);
    width: 100%;
    max-width: 420px;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: scroll;
    height: 110vh;
    height: 110dvh;
    z-index: 11;
    display: block;
    -webkit-transform: skewY(-30deg);
            transform: skewY(-30deg);
  }
  .header-menu.open {
    right: 0;
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  .header-list:last-child {
    padding-right: 24px;
  }
  .header-item {
    color: #fff;
    border: 2px solid #fff;
    width: 200px;
    height: 50px;
    margin: 0 auto 20px;
  }
  .header-list:last-child {
    padding-right: 0px;
  }
}
/*===================================================================
　page-header
===================================================================*/
.page-header-background {
  background-color: #378464;
  height: 200px;
}

.page-header-tit {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  padding-top: 87px;
}

/*===================================================================
　mobmenu
===================================================================*/
@media screen and (min-width: 1101px) {
  .mobmenu {
    display: none;
  }
}
.mobmenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
}

.mobmenu-inner {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: 10;
  display: none;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.mobmenu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--color-main);
  z-index: 12;
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 15px;
  height: 2px;
  width: 20px;
  background-color: #fff;
}

.openbtn span:nth-of-type(1) {
  top: 17px;
}

.openbtn span:nth-of-type(2) {
  top: 25px;
}

.openbtn span:nth-of-type(3) {
  top: 33px;
}

/* active */
.openbtn.active span:nth-of-type(1) {
  top: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*===================================================================
    footer
===================================================================*/
footer {
  background-color: var(--color-main);
  color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.footer-tree-box {
  width: 100vw;
  overflow: hidden;
  margin-top: -3px;
}

.footer-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 123px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, var(--color-main)), to(var(--color-main)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, var(--color-main) 50%, var(--color-main) 100%);
}
.footer-tree .footer-tree-slider,
.footer-tree .splide,
.footer-tree .splide__track {
  height: 100%;
}
.footer-tree img {
  height: 100%;
}

.footer-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.footer-wrap::after {
  content: "";
  width: calc(100% - 280px);
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 80px;
  border: 5px solid #fff;
  font-size: 40px;
  font-weight: 700;
}
.footer-logo span {
  font-size: 30px;
  padding-right: 3px;
}

.footer-contents {
  padding-right: 140px;
}

.footer-text {
  font-size: 12px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-outline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-address {
  margin-right: 1.5rem;
}

.footer-tel {
  margin-right: 1rem;
}
.footer-tel a {
  color: #fff;
  margin-left: 1rem;
}
.footer-tel a:hover {
  opacity: 1;
  color: #fff;
}

.footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 206px;
  height: 40px;
  background-color: #fff;
  color: var(--color-main);
  font-weight: 700;
}

.inner--copyright {
  margin-top: -3px;
  background-color: #fff;
  position: relative;
}

.copy-right {
  padding-top: 30px;
  padding-bottom: 40px;
  color: var(--color-main);
}

@media screen and (max-width: 1600px) {
  .footer-contents {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1260px) {
  .footer-logo {
    font-size: 30px;
    width: 185px;
    height: 50px;
    border: 4px solid #fff;
  }
  .footer-logo span {
    font-size: 20px;
  }
  .footer-wrap::after {
    width: calc(100% - 185px);
  }
}
@media screen and (max-width: 1100px) {
  .footer-contents {
    padding-right: 5%;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-contents {
    display: contents;
  }
  .footer-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
    padding-right: 5%;
  }
  .footer-logo-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .footer-logo-wrap::after {
    content: "";
    display: block;
    width: calc(100% - 185px);
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 24px;
  }
  .footer-outline {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 5%;
  }
  .footer-outline p {
    margin-bottom: 10px;
  }
  .footer-wrap::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-tree {
    height: 60px;
  }
}
@media screen and (max-width: 560px) {
  .footer-outline {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .footer-address {
    margin-right: 0;
  }
  .footer-tel {
    margin-left: 1rem;
  }
}
/*===================================================================
  fv 共通
===================================================================*/
.fv .mv-tree-box {
  margin-top: 0;
}
.fv .mv-tree {
  padding-top: 30px;
  height: 270px;
}

.fv {
  margin-top: 170px;
}

.fv-position {
  position: relative;
}

.fv-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  max-width: 1100px;
  height: 240px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.fv-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .fv {
    margin-top: 120px;
  }
  .fv .mv-tree {
    padding-top: 15px;
    height: 115px;
  }
  .fv-img {
    height: 100px;
    min-height: 100px;
    width: 70%;
  }
}
@media screen and (max-width: 420px) {
  .fv {
    margin-top: 140px;
  }
}
/*========================
  breadcrumb
========================*/
.breadcrumb {
  background: var(--color-main);
  color: #fff;
  padding-bottom: 30px;
  position: relative;
}

.breadcrumb-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fv-tit-wrap {
  margin-top: -60px;
}

.fv-tit {
  font-size: var(--fs48);
  font-weight: 700;
}

.crumb-wrap {
  padding-right: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.crumb-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
}
.crumb-wrap span {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fv-tit-wrap {
    margin-top: 0;
  }
  .fv-tit {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 420px) {
  .fv-tit-wrap {
    width: 100%;
  }
}
/*===================================================================
  anchor
===================================================================*/
.anchor {
  background: var(--color-gray);
  padding-top: 16px;
  padding-bottom: 16px;
}

.anchor-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.anchor-list {
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anchor-list::before {
  content: "";
  display: block;
  width: 9px;
  height: 8px;
  margin-right: 6px;
  background-image: url(../img/icon-anchor.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.anchor-item {
  color: var(--color-main);
  -webkit-text-decoration: underline 1px dashed var(--color-main);
          text-decoration: underline 1px dashed var(--color-main);
}

.anchor--bottom .anchor-list::before {
  background-image: url(../img/icon-anchor-bottom.svg);
}

.subpage-bottom {
  position: relative;
}

.subpage-tree {
  display: block;
  width: auto;
  height: 90%;
  max-height: 780px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  z-index: -1;
}
.subpage-tree img {
  height: 100%;
}

@media screen and (max-width: 1600px) {
  .subpage-tree {
    left: -10%;
  }
}
@media screen and (max-width: 1200px) {
  .subpage-tree {
    left: -15%;
    height: 700px;
  }
}
@media screen and (max-width: 900px) {
  .subpage-tree {
    left: -22%;
  }
}
@media screen and (max-width: 767px) {
  .subpage-tree {
    left: -50%;
  }
}
@media screen and (max-width: 560px) {
  .subpage-tree {
    left: -430px;
  }
}
/*===================================================================
    top
===================================================================*/
/*========================
  mv  
========================*/
.mv {
  padding-top: 170px;
  position: relative;
}

.mv-bg {
  position: absolute;
  top: 0;
  left: 90px;
  z-index: -1;
  max-width: 980px;
}

.mv-contents {
  width: 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 90px;
  text-align: center;
}

.mv-copy {
  font-size: var(--fs40);
  font-weight: 700;
  margin-bottom: 30px;
}
.mv-copy span {
  color: var(--color-main);
}
.mv-copy .block {
  display: none;
}

.mv-copy-lead {
  font-size: var(--fs20);
  font-weight: 700;
}

.mv-slider {
  width: 61%;
  position: relative;
  z-index: 3;
  min-height: 520px;
}
.mv-slider .slide {
  overflow: hidden;
  margin: 0 auto;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 30px 0 0 30px;
}
.mv-slider .slide img {
  -webkit-transition: 5s 1s ease-out;
  transition: 5s 1s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mv-slider .splide__slide[class*=-active] .slide {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-animation: slide-anim 3s cubic-bezier(0.4, 0, 0.2, 1);
          animation: slide-anim 3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mv-slider .splide__slide[class*=-active] .slide img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.mv-tree-box {
  width: 100vw;
  overflow: hidden;
  margin-top: -8vw;
}

.mv-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, var(--color-main)), to(var(--color-main)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, var(--color-main) 50%, var(--color-main) 100%);
}
.mv-tree .splide,
.mv-tree .splide__track {
  height: 100%;
}
.mv-tree img {
  height: 100%;
}

@media screen and (max-width: 1600px) {
  .mv-contents {
    width: calc(50% - 45px);
    padding-top: 60px;
  }
  .mv-slider {
    width: calc(50% + 45px);
  }
  .mv-slider * {
    height: 100%;
  }
  .mv-slider img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv-tree-box {
    margin-top: -12vw;
  }
}
@media screen and (max-width: 1100px) {
  .mv {
    padding-top: 120px;
  }
  .mv-slider {
    min-height: 400px;
    width: 48%;
  }
  .mv-contents {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .mv-contents {
    width: 100%;
    padding-top: 30px;
  }
  .mv-copy {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .mv-copy .block {
    display: block;
  }
  .mv-copy-lead {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .mv-slider {
    width: 66.6%;
    min-height: 160px;
    margin-left: auto;
  }
  .mv-tree-box {
    margin-top: -20vw;
  }
  .mv-tree {
    height: 100px;
  }
}
@media screen and (max-width: 420px) {
  .mv-tree-box {
    margin-top: -28vw;
  }
}
/*========================
  top-about
========================*/
.top-about {
  background-color: var(--color-main);
  margin-top: -3px;
}
.top-about .container {
  padding-bottom: 80px;
}

.top-about-bg {
  position: relative;
}

.top-about-bg-img {
  display: block;
  height: 11.5vw;
  width: auto;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.top-about-bg-img img {
  height: 100%;
}

.top-about-wrapL {
  width: 59%;
  padding-right: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.top-about-img {
  margin-left: 25px;
  margin-right: 25px;
  width: 48%;
  max-width: 360px;
}
.top-about-img img {
  border-radius: 30px;
}

.top-about-wrapR {
  width: 41%;
  color: #fff;
}

.top-about-tit {
  font-size: var(--fs40);
  font-weight: 700;
  margin-bottom: 30px;
}
.top-about-tit .block {
  display: none;
}

@media screen and (max-width: 1600px) {
  .top-about-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-about-wrapL {
    width: 50%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top-about-img {
    margin-left: 0;
    margin-right: 30px;
    max-height: 360px;
  }
  .top-about-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-about-img:first-child img {
    border-radius: 0 30px 30px 0;
  }
  .top-about-wrapR {
    width: calc(50% - 45px);
  }
}
@media screen and (max-width: 1300px) {
  .top-about-wrapL {
    padding-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .top-about-wrapL {
    width: 58%;
  }
  .top-about-wrapR {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .top-about .container {
    padding-bottom: 120px;
  }
  .top-about-bg-img {
    height: 80px;
  }
  .top-about-wrapL {
    width: 100%;
    margin-bottom: 40px;
  }
  .top-about-wrapR {
    width: 100%;
    padding-left: 5%;
  }
  .top-about-img {
    max-width: 100%;
    min-height: 160px;
    width: 48%;
  }
  .top-about-tit {
    font-size: 30px;
  }
  .top-about-tit .block {
    display: block;
  }
  .top-about-tit .block02 {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .top-about .container {
    padding-top: 20px;
  }
}
/*========================
  top-works
========================*/
.top-works .container {
  padding-bottom: 120px;
}

.top-works-bg {
  position: relative;
  overflow: hidden;
}

.top-works-bg-img {
  display: block;
  height: 11.5vw;
  width: auto;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 0;
}
.top-works-bg-img img {
  height: 100%;
}

.top-works-bg-tree {
  display: block;
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}
.top-works-bg-tree img {
  height: 100%;
}

.top-works-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top-works-wrapL {
  width: 30%;
}

.top-works-wrapR {
  width: 65%;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-works-img {
  width: 46.8%;
}
.top-works-img img {
  border-radius: 30px;
  margin-bottom: 30px;
}

.top-works-caption {
  display: block;
  font-size: var(--fs20);
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .top-works-bg-tree {
    height: 90%;
    left: -10%;
  }
  .top-works-img img {
    aspect-ratio: 320/300;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1200px) {
  .top-works-bg-tree {
    height: 700px;
    left: -15%;
  }
  .top-works-wrapL {
    width: 52%;
  }
  .top-works-wrapR {
    width: 42%;
  }
  .top-works-img {
    margin-bottom: 40px;
    width: 100%;
  }
  .top-works-img img {
    aspect-ratio: 500/360;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .top-works-bg-tree {
    left: -22%;
  }
}
@media screen and (max-width: 767px) {
  .top-works-bg-tree {
    left: -50%;
  }
  .top-works-bg-img {
    height: 80px;
  }
  .top-works-wrapL {
    width: 100%;
    margin-bottom: 60px;
  }
  .top-works-wrapR {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-works-img {
    width: 48%;
  }
}
@media screen and (max-width: 560px) {
  .top-works .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .top-works-bg-tree {
    left: -430px;
  }
  .top-works-wrapL {
    padding-left: 5%;
    padding-right: 5%;
  }
  .top-works-wrapR {
    padding-left: 5%;
    overflow: scroll;
  }
  .top-works-img {
    width: 280px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/*========================
  top-recruit
========================*/
.top-recruit {
  background-color: var(--color-gray);
  position: relative;
}
.top-recruit .container {
  padding-top: 120px;
  padding-bottom: 186px;
}
.top-recruit .inner {
  position: relative;
}
.top-recruit .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  z-index: 1;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.top-recruit .inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  z-index: 1;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.top-recruit .inner.active::before {
  width: 140px;
}
.top-recruit .inner.active::after {
  width: 140px;
}

.top-recruit-wrap {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 80px;
  padding-right: 80px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.top-recruit-wrap.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.top-recruit-wrapL {
  width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-recruit-img {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.top-recruit-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-recruit-wrapR {
  width: calc(100% - 480px);
}

.top-recruit-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  background-color: var(--color-main);
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: var(--fs32);
  font-weight: 700;
  margin-bottom: 30px;
}

.top-recruit-lead {
  font-size: var(--fs40);
  color: var(--color-main);
  font-weight: 700;
  margin-bottom: 30px;
}
.top-recruit-lead .block {
  display: none;
}

@media screen and (max-width: 1600px) {
  .top-recruit .inner.active::before {
    width: 90px;
  }
  .top-recruit .inner.active::after {
    width: 90px;
  }
  .top-recruit-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
  .top-recruit-wrapR {
    width: calc(100% - 460px);
  }
}
@media screen and (max-width: 1200px) {
  .top-recruit .inner.active::before {
    width: 40px;
  }
  .top-recruit .inner.active::after {
    width: 40px;
  }
  .top-recruit-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .top-recruit-wrapR {
    width: calc(100% - 440px);
  }
}
@media screen and (max-width: 960px) {
  .top-recruit .inner::before, .top-recruit .inner::after {
    content: none;
  }
  .top-recruit-wrap {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .top-recruit-wrapL {
    width: 100%;
    max-height: 500px;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }
  .top-recruit-wrapL::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(-5% - 35px);
    width: 70%;
    height: 100%;
    background-color: #fff;
    border-radius: 0 30px 30px 0;
    z-index: 1;
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
  .top-recruit-wrapL::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(-5% - 35px);
    width: 80%;
    height: 100%;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    z-index: 1;
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
  .top-recruit-wrapL.active::before, .top-recruit-wrapL.active::after {
    width: 50px;
  }
  .top-recruit-img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
  .top-recruit-img.active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .top-recruit-wrapR {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit .container {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .top-recruit-bg-img {
    height: 80px;
  }
  .top-recruit-tit {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .top-recruit-wrapL {
    height: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .top-recruit-tit {
    font-size: 20px;
  }
  .top-recruit-lead .block {
    display: block;
  }
}
/*===================================================================
  works
===================================================================*/
.works {
  position: relative;
}
.works .mv-bg {
  top: -90px;
}

.works-wrap {
  padding-bottom: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works-contents {
  width: 50%;
  padding-top: 20px;
}

.works-img-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works-img {
  width: calc(50% - 40px);
}
.works-img img {
  border-radius: 30px;
  margin-bottom: 30px;
}
.works-img:last-child {
  -webkit-animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0.3s forwards;
          animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0.3s forwards;
}

@media screen and (max-width: 1300px) {
  .works-img {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .works-contents {
    width: 46%;
  }
}
@media screen and (max-width: 900px) {
  .works-img {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .works-contents {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .works-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .works-img img {
    margin-bottom: 20px;
  }
}
/*========================
  facility
========================*/
.facility-list {
  width: calc(33.333% - 46.6666666667px);
  margin-right: 70px;
  margin-bottom: 40px;
}
.facility-list:nth-child(3n) {
  margin-right: 0;
}

.facility-item img {
  border-radius: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1300px) {
  .facility-list {
    width: calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .facility-list {
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 30px;
  }
  .facility-list:nth-child(3n) {
    margin-right: 24px;
  }
  .facility-list:nth-child(2n) {
    margin-right: 0;
  }
  .facility-item img {
    margin-bottom: 20px;
    border-radius: 20px;
  }
}
/*===================================================================
    company
===================================================================*/
/*========================
  slide
========================*/
.company-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  margin-bottom: 70px;
}

.company-slide-item {
  width: calc(33.333% - 46.6666666667px);
}

@media screen and (max-width: 1300px) {
  .company-slide-item {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .company-slide {
    overflow: scroll;
    margin-bottom: 30px;
  }
  .company-slide-item {
    width: 280px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
/*========================
  overview
========================*/
colgroup {
  display: table-column-group;
  unicode-bidi: isolate;
}

.table_w--18per {
  width: 18% !important;
}

.table_w--82per {
  width: 82% !important;
}

.table_matrix {
  width: 100%;
}

.table-tit {
  color: var(--color-main);
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #cccccc;
  border-top: solid 2px #cccccc;
}

.table-content {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #cccccc;
  border-top: solid 2px #cccccc;
}

.company-president-img {
  height: 260px;
  width: 330px;
  border-radius: 30px;
  overflow: hidden;
}
.company-president-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.alevel {
  height: 81px;
  width: 325px;
  margin-top: 15px;
  margin-bottom: 23px;
}

.company-alevel-wrapL {
  height: 300px;
  padding-right: 30px;
}

.company-alevel-wrapR {
  margin-left: 64px;
}

.btn--company-overview {
  width: 250px;
}

.container--company-history {
  padding-top: 55px;
}

.company-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1150px) {
  .company-alevel-wrapR {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .table_matrix th, .table_matrix td {
    display: block;
    width: 100%;
  }
  .table_matrix td {
    border: solid 0px !important;
  }
  .company-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-president-img {
    height: 100%;
    width: auto;
  }
  .alevel {
    height: 100%;
    width: auto;
    margin-top: 30px;
  }
  .company-alevel-wrapR {
    margin-left: 0;
  }
  .company-alevel-wrapL {
    padding-right: 0;
  }
  .table_w--18per {
    width: 100% !important;
  }
  .table_w--82per {
    width: 0%;
  }
}
.sp_br {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sp_br {
    display: block;
  }
}
/*===================================================================
  recruit
===================================================================*/
.recruit-about {
  background-color: var(--color-main);
  padding-top: 120px;
}

.recruit-about-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit-about-wrapL {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit-about-img {
  width: 47.3%;
  border-radius: 20px;
  overflow: hidden;
}
.recruit-about-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-about-wrapR {
  width: calc(100% - 650px);
  color: #fff;
}

.recruit-about-tit {
  font-size: var(--fs40);
  font-weight: 700;
  margin-bottom: 30px;
}

.recruit-about-text {
  padding-bottom: 6vw;
}

@media screen and (max-width: 1400px) {
  .recruit-about-wrapL {
    width: 40%;
  }
  .recruit-about-wrapR {
    width: calc(60% - 60px);
  }
  .recruit-about-text {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-about-wrapL {
    width: 100%;
    margin-bottom: 45px;
  }
  .recruit-about-wrapR {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-about {
    padding-top: 40px;
  }
}
/*========================
  data
========================*/
.data-text {
  margin-bottom: 40px;
}

.data-list {
  width: calc(33.333% - 46.6666666667px);
  margin-right: 70px;
  margin-bottom: 40px;
  border: 10px solid var(--color-main);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
  padding-bottom: 70px;
  color: var(--color-main);
}
.data-list:nth-child(3n) {
  margin-right: 0;
}

.data-list-tit {
  font-size: var(--fs20);
  margin-bottom: 40px;
  line-height: 1.4;
  text-align: center;
}

.data-list-number {
  font-size: var(--fs40);
  line-height: 1;
  display: block;
  font-weight: 700;
  text-align: center;
}
.data-list-number strong {
  font-size: var(--fs80);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1300px) {
  .data-list {
    width: calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .data-wrap flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .data-list {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .data-list:nth-child(3n) {
    margin-right: 0px;
  }
  .data-list:nth-child(2n) {
    margin-right: 0;
  }
}
/*========================
  recruit-line
========================*/
.recruit-line {
  padding-bottom: 130px;
}

.recruit-line-list {
  padding-top: 22px;
  padding-bottom: 20px;
  border-top: 2px solid #ccc;
}
.recruit-line-list:last-child {
  border-bottom: 2px solid #ccc;
}

.recruit-line-tit {
  color: var(--color-main);
  font-weight: 700;
  width: 400px;
}

.recruit-line-text {
  width: calc(100% - 400px);
}

@media screen and (max-width: 1100px) {
  .recruit-line-tit {
    width: 180px;
  }
  .recruit-line-text {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 600px) {
  .recruit-line-tit {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 20px;
    border-top: 2px solid #ccc;
  }
  .recruit-line-text {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 20px;
    border-top: 2px solid #ccc;
  }
  .recruit-line-list {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
}
/*===================================================================
  contact
===================================================================*/
.tel-section {
  border: 10px solid #378464;
  border-radius: 30px;
  padding: 35px 55px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #378464;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tel-item01 {
  font-size: 20px;
  font-weight: bold;
}

.tel-item02 {
  font-size: var(--fs56);
  font-weight: bold;
  margin: -10px 0px;
  letter-spacing: 0.05em;
}

/*========================
  contact-line
========================*/
.contact-line-list {
  padding-top: 22px;
  padding-bottom: 20px;
  border-top: 2px solid #ccc;
}
.contact-line-list:last-child {
  border-bottom: 2px solid #ccc;
}

.contact-line-tit {
  color: var(--color-main);
  font-size: 16px;
  font-weight: 700;
  width: 400px;
}

.contact-line-req {
  width: 100px;
}

.contact-line-req span {
  color: #fff;
  background-color: #378464;
  padding: 6px;
  border-radius: 10px;
  font-size: 14px;
}

.contact-line-text {
  width: calc(100% - 500px);
}

@media screen and (max-width: 1100px) {
  .contact-line-tit {
    width: 180px;
  }
  .contact-line-text {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 600px) {
  .recruit-line-tit {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 20px;
    border-top: 2px solid #ccc;
  }
  .recruit-line-text {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 20px;
    border-top: 2px solid #ccc;
  }
  .recruit-line-list {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
}
/*========================
    contact form
========================*/
.contact-tel {
  margin-top: 55px;
}

.form-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #cccccc;
}

.form-listL {
  width: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin: 30px 0px;
}

.form-listL--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-listR {
  width: calc(100% - 385px);
  padding-left: 20px;
  padding-top: 19px;
}

.form-name {
  color: #378464;
}

.form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-input-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 12px;
}

.radio-wrap {
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.required {
  position: relative;
}

.required::after {
  content: "必須";
  color: #ffffff;
  background-color: #378464;
  font-size: 14px;
  font-weight: 100;
  border-radius: 10px;
  width: 40px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 900px) {
  .form-list {
    margin-bottom: 20px;
  }
  .form-listL {
    margin-bottom: 5px;
    width: 100%;
  }
  .form-listR {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tel-section {
    padding: 20px 20px;
  }
  .tel-item02 {
    font-size: 32px;
  }
}
/*========================
  input
========================*/
input[type=text],
input[type=email],
input[type=tel] {
  background-color: #f3f3f3;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
}

textarea {
  background-color: #f3f3f3;
  width: 100%;
  height: 310px;
  padding: 7px;
  margin-top: 7px;
  border-radius: 10px;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
textarea:focus-visible {
  outline-color: #BA0015 !important;
}

input[type=radio] {
  height: 26px;
  width: 26px;
  border: 1px solid #707070;
  border-radius: 100%;
  color: #3B4043;
  margin-right: 5px;
  background-color: #fff;
}
input[type=radio] + label {
  font-weight: 0;
}

input[type=radio]:checked {
  position: relative;
}

input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #378464;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-wrap--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 20px;
  margin-bottom: 70px;
}

.container--contact-mail {
  padding-top: 20px;
}

/*========================
  prrivacy-policy
========================*/
.pp {
  position: relative;
  top: 25px;
  border-bottom: 2px solid #cccccc;
  padding-bottom: 20px;
}

.privacy-area {
  height: 310px;
  overflow-y: auto;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 7px;
  margin-bottom: 20px;
}

.pp-text {
  margin-bottom: 15px;
}
.pp-text a {
  color: #DE5D8F;
  -webkit-text-decoration: underline #DE5D8F;
          text-decoration: underline #DE5D8F;
}

.checkbox-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

input[type=checkbox] {
  width: 26px;
  height: 26px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
  border: 1px solid #707070;
  border-radius: 10px;
}
input[type=checkbox] + label {
  font-weight: 500;
}

#privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f3;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 10px;
}

input[type=submit],
input[type=button] {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
}

.contact-form label.error {
  display: block;
  margin: 15px 0px;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #BA0015;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#privacy-check {
  position: relative;
  margin-bottom: 40px;
  color: #378464;
  font-weight: bold;
}

#privacy-check label.error {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
}

/*========================
  check
========================*/
.form-check {
  margin-top: -40px;
}

.form-check-text {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.check-table {
  width: 100%;
}

.check-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #3B4043;
}
.check-table tr:nth-child(9) {
  border-bottom: 1px solid #3B4043;
}

.check-table th {
  padding: 20px 0 20px 25px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  background-color: #378464;
  color: #fff;
}

.check-table td {
  padding: 20px 0 20px 30px;
  width: calc(100% - 250px);
  background-color: #fff;
}

.form-check-btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-check-btn-wrap .submit-btn {
  width: 240px;
  margin: 40px 10px 0;
  border-radius: 30px;
  height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submit-btn--go {
  border: 1px solid #378464;
  background-color: #378464;
  color: #ffffff;
}

.submit-btn--go:hover {
  color: #378464;
  background-color: #fff;
}

.submit-btn--back {
  border: 1px solid #378464;
  background-color: #ffffff;
  color: #378464;
}

.submit-btn--back:hover {
  color: #ffffff;
  background-color: #378464;
}

.submit-btn--back .submit-btn-bg {
  background-color: #378464;
}

@media screen and (max-width: 1024px) {
  .check-table th {
    width: 220px;
  }
  .check-table td {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .form-check-text {
    text-align: left;
  }
  .check-table tr {
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 8px;
  }
  .check-table th {
    width: 100%;
    padding: 8px;
  }
  .check-table td {
    width: 100%;
    padding: 8px;
  }
}
@media screen and (max-width: 600px) {
  .form-check-btn-wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-check-btn-wrap .submit-btn {
    margin: 20px 10px 0;
  }
}
@media screen and (max-width: 370px) {
  .check-table {
    font-size: 14px;
  }
}
/*========================
    thanks
========================*/
.thanks {
  margin-top: 40px;
}

.thanks-contents {
  margin-bottom: 60px;
}

.btn-wrap--thanks {
  padding-bottom: 60px;
}

.fv-tit--submit {
  position: relative;
  top: -100px;
}

.tel-submit {
  color: var(--color-main);
  font-size: var(--fs40);
  font-weight: bold;
}