<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &amp; 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-size: 100%;
  font-family: noto-sans-oriya, sans-serif;
  position: relative;
  color: var(--text-color);
  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(--text-color);
}

a:active, a:hover {
  color: var(--text-color);
}

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;
}

.red {
  color: #A73232;
}

.white {
  color: #fff;
}

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

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.hide {
  visibility: hidden;
}

/*========================
  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: "※";
}

/*========================
  font-family
========================*/
.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.alternate {
  font-family: alternate-gothic-no-1-d, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.oriya {
  font-family: noto-sans-oriya, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hiragino {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/****************
font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
*****************/
.fs70 {
  font-size: clamp(2.5rem, 2.0820063694rem + 1.9108280255vw, 4.375rem);
}

.fs64 {
  font-size: clamp(3rem, 2.7770700637rem + 1.0191082803vw, 4rem);
}

.fs56 {
  font-size: clamp(2.5rem, 2.2770700637rem + 1.0191082803vw, 3.5rem);
}

.fs48 {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
}

.fs40 {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
}

.fs32 {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
}

.fs24 {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
}

.fs20 {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
}

.fs18 {
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
}

.fs14 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .fs14 {
    font-size: 12px;
  }
}
/*========================
  layout
========================*/
.container {
  padding-top: 96px;
  padding-bottom: 96px;
}

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

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

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

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

@media screen and (max-width: 1300px) {
  .inner {
    padding-left: 90px;
    padding-right: 90px;
  }
  .inner-left {
    padding-left: 90px;
  }
  .inner-right {
    padding-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .container-b {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .inner,
  .inner-left,
  .inner-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 62%;
  overflow: hidden;
}

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

/*===================================================================
    movie
===================================================================*/
.movie {
  aspect-ratio: 16/9;
}

/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  --text-color: #333333;
  --main-color: #354453;
  --sub-color: #A73232;
  --third-color: #801E1E;
  --gray-color: #F3F3F3;
  --pink-color: #D95180;
  --font-en: alternate-gothic-no-1-d, sans-serif;
  --font-bold: hiragino-kaku-gothic-pron, sans-serif;
  --outline-item-before: 95%;
}

/*===================================================================
    bg
===================================================================*/
.bg-gray {
  background-color: var(--gray-color);
}

/*===================================================================
    sec-tit
===================================================================*/
.sec-tit-wrap {
  width: 100%;
  min-width: 300px;
  margin-bottom: 56px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec-tit-wrap .sec-tit-line {
  display: block;
  margin-top: 12px;
  width: 0;
  height: 2px;
  background-color: var(--text-color);
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sec-tit-wrap .sec-tit-line::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background-color: var(--text-color);
  position: absolute;
  bottom: 2px;
  right: 1px;
  -webkit-transform: rotate(160deg) scale(0, 1);
          transform: rotate(160deg) scale(0, 1);
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.sec-tit-wrap.active .sec-tit-line {
  width: calc(100% - 2em);
}
.sec-tit-wrap.active .sec-tit-line::after {
  opacity: 1;
  -webkit-transform: rotate(160deg) scale(1, 1);
          transform: rotate(160deg) scale(1, 1);
}

.sec-tit {
  font-family: var(--font-bold);
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  line-height: 1.5;
}

.sec-tit-wrap--center {
  width: 100%;
  min-width: 300px;
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .sec-tit-wrap.active .sec-tit-line::after {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-tit-wrap,
  .sec-tit-wrap--center {
    margin-bottom: 20px;
    min-width: 0;
  }
}
@media screen and (max-width: 350px) {
  .sec-tit {
    font-size: 20px;
  }
}
/*===================================================================
    sub-tit
===================================================================*/
.sub-tit-wrap {
  color: var(--sub-color);
  margin-bottom: 90px;
}

.sub-tit {
  font-family: var(--font-en);
  font-size: clamp(3.75rem, 2.4960191083rem + 5.7324840764vw, 9.375rem);
  line-height: 1;
}

.sub-tit-lead {
  font-family: var(--font-bold);
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
}

@media screen and (max-width: 767px) {
  .sub-tit-wrap {
    margin-bottom: 56px;
  }
}
/*===================================================================
    mark-tit
===================================================================*/
.mark-tit {
  font-size: 20px;
  font-weight: 700;
  color: var(--sub-color);
  font-family: var(--font-bold);
  margin-bottom: 24px;
}
.mark-tit::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: solid;
  border-style: solid;
  border-color: transparent transparent transparent var(--sub-color);
  border-width: 0px 0px 20px 150px;
  margin-bottom: 12px;
}

/*===================================================================
    btn
===================================================================*/
.btn-wrap--right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 40px;
}

.btn {
  width: 220px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  border: 4px solid var(--text-color);
  margin-top: 32px;
}
.btn svg {
  fill: var(--text-color);
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(53, 68, 83, 0)), to(rgba(53, 68, 83, 0.3)));
  background: linear-gradient(to right, rgba(53, 68, 83, 0) 0%, rgba(53, 68, 83, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.btn:hover::before {
  -webkit-animation: shine 0.7s;
          animation: shine 0.7s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.btn-inner {
  font-size: 20px;
  font-family: var(--font-bold);
  font-weight: 700;
  line-height: 1;
  padding-top: 4px;
  position: relative;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  margin-right: 32px;
}

.bnt--long {
  width: 290px;
}
.bnt--long .btn-inner {
  font-size: 18px;
}

.btn--wh {
  border: 4px solid #fff;
}
.btn--wh .btn-inner {
  color: #fff;
}
.btn--wh svg {
  fill: #fff;
}
.btn--wh::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}

@media screen and (max-width: 600px) {
  .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 420px) {
  .btn,
  .btn--long,
  .btn-wrap--right {
    width: 100%;
  }
}
/*===================================================================
    ribbom
===================================================================*/
.ribbon-bg {
  position: relative;
  padding-top: 200px;
}
.ribbon-bg::before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-image: url(../img/ribbon.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  right: 0%;
  pointer-events: none;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.ribbon-bg.active::before {
  width: 100%;
  top: 0;
}

@media screen and (max-width: 767px) {
  .ribbon-bg {
    padding-top: 20vw;
  }
}
/*===================================================================
    section decoration
===================================================================*/
.section-decoration {
  position: relative;
}
.section-decoration::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/white-color-decoration.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

/*========================
	totop
========================*/
.totop {
  width: 48px;
  position: absolute;
  right: 48px;
  bottom: 60px;
  z-index: 7;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
}
.totop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  .totop {
    width: 30px;
    right: 20px;
  }
}
/*===================================================================
    header
===================================================================*/
.header-position {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-position::after {
  content: "";
  display: block;
  background-image: url(../img/header-bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1000px;
  height: 196px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.header-wrap {
  display: block;
}

.header-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  margin-left: 24px;
}
.header-logo img {
  width: 270px;
  margin-right: 30px;
}
.header-logo span {
  font-size: 12px;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding-left: 64px;
}

.header-list {
  line-height: 1;
  padding: 16px;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header-list::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #CCCCCC;
  position: absolute;
  right: 0;
  top: 16px;
}
.header-list:last-child {
  background-color: var(--main-color);
}
.header-list:last-child::after {
  display: none;
}
.header-list:last-child .header-item {
  color: #fff;
}
.header-list:hover {
  background-color: var(--main-color);
}
.header-list:hover .header-item {
  color: #fff;
}

#about .header-list--about,
#greeting .header-list--greeting,
#service .header-list--service,
#recruit .header-list--recruit,
#facilities .header-list--facilities,
#contact .header-list--contact {
  background-color: var(--main-color);
}
#about .header-list--about .header-item,
#greeting .header-list--greeting .header-item,
#service .header-list--service .header-item,
#recruit .header-list--recruit .header-item,
#facilities .header-list--facilities .header-item,
#contact .header-list--contact .header-item {
  color: #fff;
}

.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;
  font-family: var(--font-bold);
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 900px) {
  .header-menu {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .header-position {
    top: 0;
  }
  .header-inner {
    width: 100%;
  }
  .header-logo {
    margin-bottom: 0;
    margin-left: 20px;
  }
  .header-logo img {
    width: 170px;
    margin-right: 30px;
  }
  .header-logo span {
    display: none;
  }
  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-menu {
    position: fixed;
    top: 50px;
    right: -350px;
    background-color: var(--main-color);
    width: 350px;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow-y: scroll;
    height: 110vh;
    height: 110dvh;
    z-index: 11;
    display: block;
  }
  .header-menu.open {
    right: 0;
  }
  .header-list::after {
    display: none;
  }
  .header-item {
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
  .header-item:hover {
    color: #fff;
  }
  .header-item::after {
    background-color: #fff;
  }
}
/*===================================================================
　mobmenu
===================================================================*/
@media screen and (min-width: 768px) {
  .mobmenu-btn {
    display: none !important;
  }
}
.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  display: none;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.mobmenu-fixed {
  position: fixed;
  z-index: 20;
  top: 50px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 350px;
}

.mobmenu-fixed.open {
  opacity: 1;
  pointer-events: all;
}

.mobmenu-bg {
  width: 0px;
  opacity: 0;
  height: 100vh;
  height: 100dvh;
  margin-top: 75px;
  padding-bottom: 100px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin-left: auto;
  overflow: auto;
}

.mobmenu-bg.open {
  width: 100%;
  opacity: 1;
}

.mobmenu-btn {
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: var(--main-color);
  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;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 15px;
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background: #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);
}

.mobmenu-contact {
  width: 50px;
  height: 50px;
  background-color: var(--text-color);
  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;
}
.mobmenu-contact img {
  width: 20px;
  height: 16px;
}

/*===================================================================
    footer
===================================================================*/
/*========================
  footer-text
========================*/
.footer-text-position {
  position: relative;
}

.footer-text {
  font-size: clamp(9.375rem, 7.9816878981rem + 6.3694267516vw, 15.625rem);
  color: var(--main-color);
  font-family: var(--font-en);
  line-height: 0.5;
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: -1;
}

.js-very {
  -webkit-transform: translateY(160%);
          transform: translateY(160%);
}

.js-very.space {
  margin-right: 0.1em;
}

@media screen and (max-width: 600px) {
  .js-very {
    line-height: 0.7;
    -webkit-transform: translateY(240%);
            transform: translateY(240%);
  }
  .js-very.space {
    margin-right: 20px;
  }
  .footer-text {
    width: 265px;
    font-size: 150px;
    left: 15px;
    bottom: -15px;
  }
}
/*========================
  footer-heading
========================*/
.footer-heading {
  position: relative;
  height: 485px;
  background-image: url(../img/footer-heading-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.footer-heading .btn {
  width: 312px;
  margin-top: 0;
}

.iphone .footer-heading {
  background-attachment: unset;
}

.footer-heading-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer-heading-wrap {
  width: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 96px;
  padding-bottom: 90px;
}

.footer-tel {
  font-family: var(--font-en);
  color: #fff;
  font-size: 70px;
  line-height: 1;
  margin-right: 40px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 8px;
}
.footer-tel span {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .footer-heading-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer-heading {
    height: 520px;
  }
  .footer-tel {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .footer-heading-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*========================
  footer-map
========================*/
.footer-map .map {
  padding-top: 600px;
}
.footer-map iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/*========================
  footer-bottom
========================*/
.footer-bottom {
  background-color: var(--text-color);
  color: #fff;
  padding-top: 56px;
  padding-bottom: 64px;
}

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

.link-pp {
  color: #fff;
  -webkit-text-decoration: underline 1px solid #fff;
          text-decoration: underline 1px solid #fff;
  text-underline-offset: 3px;
  font-size: 14px;
}
.link-pp:hover {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .footer-bottom {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .copy-right {
    width: 100%;
    margin-bottom: 15px;
  }
}
/*===================================================================
  fv
===================================================================*/
.fv-bg {
  background-image: url(../img/mv-img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

#about .fv-bg {
  background-image: url(../img/fv-bg--com.webp);
}

#greeting .fv-bg {
  background-image: url(../img/fv-bg--gre.webp);
}

#service .fv-bg {
  background-image: url(../img/fv-bg--ser.webp);
}

#recruit .fv-bg {
  background-image: url(../img/fv-bg--rec.webp);
}

#facilities .fv-bg {
  background-image: url(../img/fv-bg--fac.webp);
}

#contact .fv-bg {
  background-image: url(../img/fv-bg--con.webp);
}

.fv-tit-bg {
  height: 9.4vw;
  position: relative;
}
.fv-tit-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.fv-tit-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 9.4vw;
  background-image: url(../img/fv-heading.webp);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -9.3vw;
  right: 0;
  pointer-events: none;
}

#recruit .fv-tit-bg::before {
  background-image: url(../img/fv-heading-recruit.webp);
}

.fv-tit-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.fv-tit {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  color: #fff;
  font-family: var(--font-bold);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .fv-bg {
    height: 300px;
  }
  .fv-tit-bg {
    height: 15vw;
  }
  .fv-tit-bg::before {
    height: 15vw;
    top: -14.7vw;
  }
  .fv-tit-wrap {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 20px;
  }
}
@media screen and (max-width: 540px) {
  .fv-tit-bg {
    height: auto;
  }
  .fv-tit-bg::before {
    background-image: url(../img/fv-heading-sp.webp);
    background-position: right bottom;
  }
}
/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb {
  margin-top: 24px;
  padding-bottom: 30px;
}

.crumb-wrap a {
  display: block;
  font-size: 12px;
}
.crumb-wrap span {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-bottom: 0;
  }
}
/*===================================================================
  アニメーション
===================================================================*/
/*========================
    fadeup
========================*/
.js-fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.js-fadeUp.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*========================
  img
========================*/
.js-img {
  position: relative;
  overflow: hidden;
}
.js-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(53, 68, 83, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.js-img.active::after {
  left: -100%;
}

/*========================
  strong animation
========================*/
@-webkit-keyframes strong {
  0%, 10% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.87, -1.05, 0.66, 1.31);
            animation-timing-function: cubic-bezier(0.87, -1.05, 0.66, 1.31);
  }
  40% {
    -webkit-transform: rotateZ(-45deg) scale(1.4);
            transform: rotateZ(-45deg) scale(1.4);
    -webkit-animation-timing-function: cubic-bezier(0.16, 0.54, 0, 1.38);
            animation-timing-function: cubic-bezier(0.16, 0.54, 0, 1.38);
  }
  70%, 100% {
    -webkit-transform: rotateZ(360deg) scale(1);
            transform: rotateZ(360deg) scale(1);
  }
}
@keyframes strong {
  0%, 10% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.87, -1.05, 0.66, 1.31);
            animation-timing-function: cubic-bezier(0.87, -1.05, 0.66, 1.31);
  }
  40% {
    -webkit-transform: rotateZ(-45deg) scale(1.4);
            transform: rotateZ(-45deg) scale(1.4);
    -webkit-animation-timing-function: cubic-bezier(0.16, 0.54, 0, 1.38);
            animation-timing-function: cubic-bezier(0.16, 0.54, 0, 1.38);
  }
  70%, 100% {
    -webkit-transform: rotateZ(360deg) scale(1);
            transform: rotateZ(360deg) scale(1);
  }
}
@media screen and (max-width: 600px) {
  .top-sun-img {
    top: 0 !important;
  }
}
/*===================================================================
    トップページ
===================================================================*/
/*========================
    mv
========================*/
.mv-img {
  background-image: url(../img/mv-img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  max-height: 800px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .mv-img {
    max-height: 652px;
  }
}
@media screen and (max-width: 767px) {
  .mv-img {
    max-height: 422px;
  }
}
/*========================
    top
========================*/
.top-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*========================
    top-business
========================*/
.top-business {
  width: 48.3%;
  color: #fff;
}

.top-business-box {
  background-color: #A73232;
  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;
  position: relative;
  top: -68%;
}
.top-business-box .sec-tit .sec-tit-lead {
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
  display: block;
  margin-bottom: 15px;
}
.top-business-box .text,
.top-business-box .btn-wrap {
  width: 65%;
  position: relative;
  z-index: 1;
}
.top-business-box::before {
  content: "";
  background-image: url(../img/top-business-heading.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 360px;
  position: absolute;
  top: -358px;
  right: 0;
}
.top-business-box::after {
  content: "";
  background-image: url(../img/top-business-bottom.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 1500px;
  position: absolute;
  bottom: -1460px;
  right: 0;
}

@media screen and (max-width: 1400px) {
  .top-business {
    width: 50%;
  }
  .top-business-box {
    padding-top: 10px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    top: -35%;
  }
  .top-business-box .text,
  .top-business-box .btn-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-business {
    width: 80%;
  }
  .top-business-box {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .top-business {
    width: 100%;
    margin-left: 16px;
  }
  .top-business-box {
    top: -25%;
  }
}
/*========================
    top-about
========================*/
.top-about {
  width: 50%;
  margin-top: 100px;
  padding-right: 5%;
}

@media screen and (max-width: 1024px) {
  .top-about {
    width: 100%;
    padding-right: 90px;
  }
}
@media screen and (max-width: 420px) {
  .top-about {
    margin-top: 30px;
  }
}
/*========================
    top-group
========================*/
.top-group {
  position: relative;
}
.top-group::before {
  content: "";
  background-image: url(../img/too-group.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vw;
  min-height: 1152px;
  position: absolute;
  top: -20%;
  right: 0%;
  z-index: -1;
}
.top-group::after {
  content: "";
  display: block;
  width: 100%;
  height: 60vw;
  min-height: 1152px;
  background-color: #fff;
  position: absolute;
  top: -27%;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.top-group.active::after {
  width: 0%;
}
.top-group .btn {
  background-color: #fff;
}

.top-group-bg {
  position: relative;
  overflow: hidden;
}
.top-group-bg::after {
  content: "";
  background-image: url(../img/top-group-bg.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  max-width: 620px;
  height: 400px;
  position: absolute;
  bottom: -100%;
  right: -100%;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: 1s ease 2s;
  transition: 1s ease 2s;
}
.top-group-bg.active::after {
  bottom: 0;
  right: 0;
}

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

.top-group-list {
  width: calc(33.333% - 46.6666666667px);
}

.top-group-contents {
  margin-top: 32px;
}

.top-group-tit {
  font-size: 20px;
  font-family: var(--font-bold);
  margin-bottom: 8px;
}
.top-group-tit span {
  font-size: 24px;
}

.top-group-lead {
  font-family: var(--font-bold);
  margin-bottom: 24px;
}

@media screen and (max-width: 1300px) {
  .top-group-bg::after {
    max-width: 500px;
  }
  .top-group-list {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .top-group-wrap {
    padding-bottom: 60px;
  }
  .top-group .btn {
    margin-top: 0;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .top-group-list {
    width: calc(33.333% - 6.6666666667px);
  }
}
@media screen and (max-width: 600px) {
  .top-group .inner {
    padding-left: 0;
  }
  .top-group .btn-wrap {
    margin: 0 auto;
  }
  .top-group .btn {
    margin-bottom: 220px;
  }
  .top-group::before {
    top: -5%;
  }
  .top-group-wrap {
    padding-bottom: 0;
  }
  .top-group-list {
    width: 100%;
    margin-bottom: 40px;
  }
  .top-group-contents {
    margin-left: 20px;
  }
}
@media screen and (max-width: 420px) {
  .top-group .btn-wrap {
    padding-left: 20px;
  }
}
/*===================================================================
    about
===================================================================*/
.about-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;
}

.about-img {
  width: 49%;
  max-width: 800px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: sticky;
  top: 160px;
}
.about-img.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.about-contents {
  width: 50%;
  margin-top: 90px;
}

.about-block {
  padding-left: 70px;
}

.about-philosophy {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  font-family: var(--font-bold);
  color: var(--main-color);
  line-height: 1.2;
  margin-bottom: 60px;
}
.about-philosophy .red {
  margin-right: 30px;
}
.about-philosophy .ib:last-child .red {
  margin-right: 0;
}

.about-block-decoration {
  width: calc(100% + 140px);
}

@media screen and (max-width: 1800px) {
  .about-img {
    width: 45%;
  }
  .about-contents {
    width: 54%;
  }
  .about-philosophy {
    font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  }
  .about-philosophy .red {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .about-block-decoration {
    width: calc(100% + 90px);
  }
  .about-img {
    width: 40%;
  }
  .about-contents {
    width: 59%;
  }
  .about-block {
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .about-img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    z-index: -1;
  }
  .about-contents {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 60px;
  }
  .about-block {
    padding-left: 0;
  }
  .about-philosophy {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-block-decoration {
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 420px) {
  .about-philosophy {
    margin-bottom: 20px;
  }
  .about-philosophy .ib {
    display: block;
    margin-bottom: 5px;
  }
}
/*========================
    group
========================*/
.group::after {
  content: "";
  background-image: url(../img/white-color-decoration.webp);
}

.group-block {
  position: relative;
  margin-bottom: 200px;
}
.group-block:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-image: url(../img/main-color-decoration.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: 0.5s ease 1s;
  transition: 0.5s ease 1s;
}
.group-block:last-child {
  margin-bottom: 17vw;
}
.group-block.active::after {
  width: 73%;
}

.group-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

.group-wrapL {
  width: 47%;
}

.group-wrapR {
  width: 45%;
}

.group-tag-wrap {
  margin-bottom: 70px;
}

.group-tag-list {
  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;
  padding-left: 20px;
  padding-right: 30px;
  margin-bottom: 10px;
  background-color: var(--main-color);
  height: 50px;
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.group-tag-list:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent var(--gray-color) transparent;
  border-width: 0px 0px 52px 20px;
  position: absolute;
  top: 0;
  right: -1px;
}

.group-outline-wrap {
  margin-bottom: 90px;
}

.group-outline-list {
  padding-top: 32px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #666666;
}
.group-outline-list:last-child {
  border-bottom: 1px solid #666666;
}

.group-outline-tit {
  font-weight: 700;
  font-family: var(--font-bold);
  width: 160px;
}

.group-outline-text {
  width: calc(100% - 160px);
}

.group-img {
  margin-top: 50px;
}

@media screen and (max-width: 1700px) {
  .group-block.active::after {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  .group-block {
    margin-bottom: 90px;
    padding-bottom: 120px;
  }
  .group-block.active::after {
    width: calc(100% - 40px);
  }
  .group-wrapL {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .group-wrapR {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .group-tag-wrap {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .group-outline-list {
    padding-top: 24px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .group-outline-tit,
  .group-outline-text {
    width: 100%;
  }
  .group-tag-list {
    width: 260px;
  }
  .group-tag-list:nth-child(2) {
    width: 240px;
  }
  .group-tag-list:nth-child(3) {
    width: 220px;
  }
}
/*========================
    history
========================*/
.history {
  padding-bottom: 100px;
}

.history-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;
}

.history-wrapL {
  width: 42%;
  position: sticky;
  top: 160px;
}

.history-wrapR {
  width: 53%;
}

.history-img {
  margin-left: -140px;
  max-width: 684px;
}

.history-list {
  padding-top: 30px;
}

.history-time {
  font-family: var(--font-bold);
  width: 200px;
}

@media screen and (max-width: 1300px) {
  .history-img {
    margin-left: -90px;
  }
  .history-wrapL {
    width: 300px;
  }
  .history-wrapR {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 960px) {
  .history-wrapL {
    width: 100%;
    z-index: -1;
  }
  .history-wrapR {
    width: 100%;
    padding: 60px 30px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 767px) {
  .history-img {
    margin-left: -20px;
  }
  .history-wrapR {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 600px) {
  .history {
    padding-bottom: 0;
  }
}
/*===================================================================
    message
===================================================================*/
.message::after {
  background-image: url(../img/gray-color-decoration.webp);
  z-index: -1;
}

.message-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;
}

.message-contents {
  width: 55%;
}

.message-img {
  width: 42%;
  margin-right: -140px;
  max-width: 684px;
  position: sticky;
  top: 160px;
}

.message-tit {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  font-weight: var(--font-bold);
  font-weight: 700;
  margin-bottom: 90px;
}

.message-sign {
  margin-top: 40px;
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
}
.message-sign span {
  font-size: 16px;
  margin-right: 15px;
}

@media screen and (max-width: 1300px) {
  .message-contents {
    width: 58%;
  }
  .message-img {
    margin-right: -90px;
  }
}
@media screen and (max-width: 960px) {
  .message .container {
    padding-bottom: 0;
  }
  .message-contents {
    width: 100%;
  }
  .message-tit {
    font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
    margin-bottom: 40px;
  }
  .message-img {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .message-img {
    margin-right: -20px;
  }
}
/*========================
    origin
========================*/
.origin {
  margin-bottom: 10vw;
}

.origin-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
  margin-bottom: 20vw;
}

.origin-contents {
  width: 42%;
  text-align: center;
}

.origin-logo {
  margin-bottom: 70px;
}

.origin-main {
  color: var(--sub-color);
  font-size: 15.5vw;
  font-family: var(--font-en);
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 40px;
}
.origin-main span {
  display: inline-block;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.origin-main span:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.origin-main span:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.origin-main span:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.origin-main.active span {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.origin-main.active {
  -webkit-animation: strong 3s 0.8s forwards;
          animation: strong 3s 0.8s forwards;
}

.origin-lead {
  font-size: 30px;
  font-family: var(--font-bold);
}

.origin-img {
  width: 57%;
}

@media screen and (max-width: 1700px) {
  .origin-main {
    font-size: 14vw;
  }
  .origin-lead {
    font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  }
}
@media screen and (max-width: 1200px) {
  .origin-wrap {
    margin-top: 60px;
  }
  .origin-contents {
    width: 42%;
  }
  .origin-logo {
    width: 80%;
    margin: 0 auto 60px;
  }
  .origin-lead {
    font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  }
  .origin-img {
    width: 57%;
  }
}
@media screen and (max-width: 767px) {
  .origin-contents {
    display: contents;
  }
  .origin-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 400px;
    margin-bottom: 30px;
  }
  .origin-main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    font-size: 150px;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .origin-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-left: 20%;
  }
  .origin-lead {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 420px) {
  .origin-main {
    font-size: 100px;
    margin-left: 0;
  }
  .origin-img {
    margin-left: 30px;
  }
}
/*===================================================================
    recruit
===================================================================*/
#recruit .fv {
  position: relative;
  z-index: 5;
}

#recruit .breadcrumb {
  background-color: #F3F3F3;
  margin-top: 0;
  padding-top: 24px;
  position: relative;
  z-index: 5;
}

/*========================
    recruit-top
========================*/
.recruit-top {
  background-color: #F3F3F3;
}

.recruit-top-left {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 400px;
  width: 90%;
  max-width: 845px;
  position: relative;
  z-index: 6;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translate(-100%, 30%);
          transform: translate(-100%, 30%);
}
.recruit-top-left::before {
  content: "";
  background-image: url(../img/recruit-tri02.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 180px;
  position: absolute;
  top: -179px;
  left: 0;
}
.recruit-top-left::after {
  content: "";
  background-image: url(../img/recruit-tri01.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: -179px;
  left: 0;
}
.recruit-top-left .inner-left {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.recruit-top-left.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.recruit-top-right {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 90%;
  max-width: 845px;
  margin-left: auto;
  position: relative;
  z-index: 6;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translate(100%, 30%);
          transform: translate(100%, 30%);
}
.recruit-top-right::before {
  content: "";
  background-image: url(../img/recruit-tri02.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 180px;
  position: absolute;
  top: -179px;
  left: 0;
}
.recruit-top-right::after {
  content: "";
  background-image: url(../img/recruit-tri01.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: -179px;
  left: 0;
}
.recruit-top-right .inner-left {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.recruit-top-right.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.recruit-tit {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  color: var(--pink-color);
  margin-bottom: 50px;
  font-weight: 700;
}

.recruit-text {
  line-height: 1.875;
}

.recruit-feature {
  margin-top: 50px;
}

.recruit-feature-list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}

.recruit-feature-tit {
  color: var(--pink-color);
  font-weight: 700;
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 2px solid var(--pink-color);
}

.recruit-feature-text {
  padding-left: 15px;
}

.recruit-top-bottom {
  position: relative;
  z-index: 5;
  margin-top: -15%;
}

@media screen and (max-width: 480px) {
  .recruit-tit {
    font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
    margin-bottom: 30px;
  }
  .recruit-feature-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit-feature-tit {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid var(--pink-color);
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  .recruit-feature-text {
    width: 100%;
    padding-left: 0;
  }
}
.recruit-block {
  position: relative;
  padding-top: 240px;
  padding-bottom: 240px;
  overflow: hidden;
}

.recruit-picture-img,
.recruit-front-img,
.recruit-back-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit-picture-img {
  z-index: 5;
  -webkit-transition: 20s liner;
  transition: 20s liner;
}

.recruit-front-img {
  z-index: 4;
  -webkit-transition: 15s liner;
  transition: 15s liner;
}

.recruit-back-img {
  z-index: 3;
  -webkit-transition: 10s liner;
  transition: 10s liner;
}

.recruit-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 50px);
  z-index: 4;
  background: url(../img/recruit-picture.webp) repeat-y;
  background-position: top left;
  background-size: contain;
  will-change: transform;
  -webkit-animation: levitateFront 5s infinite linear;
          animation: levitateFront 5s infinite linear;
}

.recruit-front {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% + 350px);
  z-index: 3;
  background: url(../img/recruit-front.webp) repeat-y;
  background-position: top center;
  background-size: 100%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  will-change: transform;
  -webkit-animation: levitateFront 8s infinite linear;
          animation: levitateFront 8s infinite linear;
}

.recruit-back {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
  z-index: 2;
  background: url(../img/recruit-back.webp) repeat-y;
  background-position: top center;
  background-size: 100%;
  -webkit-filter: blur(7px);
          filter: blur(7px);
  will-change: transform;
  -webkit-animation: levitateBack 8s infinite linear;
          animation: levitateBack 8s infinite linear;
}

@-webkit-keyframes levitateFront {
  0%, 100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}

@keyframes levitateFront {
  0%, 100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}
@-webkit-keyframes levitateBack {
  0%, 100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
}
@keyframes levitateBack {
  0%, 100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
}
/*========================
    culture
========================*/
.culture-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;
}

.culture-contents {
  width: 490px;
}

.culture-calender {
  width: calc(100% - 620px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}

.culture-item {
  margin-bottom: 15px;
}

.culture-month {
  color: var(--pink-color);
  font-weight: 700;
  width: 45px;
  border-right: 2px solid var(--pink-color);
}

.culture-line {
  padding-left: 12px;
  width: calc(100% - 45px);
}

.culture-calender-list:last-child .culture-month {
  width: 70px;
}
.culture-calender-list:last-child .culture-line {
  padding-left: 10px;
  width: calc(100% - 70px);
}

@media screen and (max-width: 1600px) {
  .culture-contents {
    width: calc(100% - 400px);
  }
  .culture-calender {
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .culture-month {
    width: 60px;
  }
  .culture-line {
    width: calc(100% - 60px);
  }
  .culture-calender-list:last-child .culture-month {
    font-size: 14px;
    width: 60px;
  }
  .culture-calender-list:last-child .culture-line {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 990px) {
  .culture-contents {
    width: 100%;
    margin-bottom: 30px;
  }
  .culture-calender {
    width: 100%;
  }
}
.voice::before, .voice::after {
  top: 0;
}
.voice .splide__arrow &gt; svg {
  display: none;
}
.voice .splide__arrow--prev::after,
.voice .splide__arrow--next::after {
  display: block;
  width: 65px;
  height: 65px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.voice .splide__arrow--prev::after {
  background-image: url(../img/arrow-prev-recruit.svg);
  margin-right: -20px;
}
.voice .splide__arrow--next::after {
  background-image: url(../img/arrow-next-recruit.svg);
}
.voice .splide__arrow--prev,
.voice .splide__arrow--next {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 65px;
  height: 65px;
}
.voice .splide__arrow--prev {
  left: -40px;
}
.voice .splide__arrow--next {
  right: -40px;
}

.voice-wrap {
  margin-top: 70px;
}

@media screen and (max-width: 960px) {
  .voice::before,
  .voice::after {
    top: -20%;
  }
}
@media screen and (max-width: 767px) {
  .voice .splide__arrow--prev,
  .voice .splide__arrow--next {
    top: auto;
    bottom: -45px;
    width: 50px;
    height: 50px;
  }
  .voice .splide__arrow--prev {
    left: auto;
    right: 70px;
  }
  .voice .splide__arrow--next {
    right: 0;
  }
  .voice .splide__arrow--prev::after,
  .voice .splide__arrow--next::after {
    width: 50px;
    height: 50px;
  }
  .voice-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
/*========================
    job
========================*/
.job-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;
}

.job-contents {
  width: 490px;
}

.job-box {
  color: #F56698;
  border: 5px solid #F56698;
  padding: 25px 20px;
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.job-img-wrap {
  width: calc(100% - 550px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.job-img {
  width: calc(25% - 15px);
  -webkit-transform: translate(-60px, 30px);
          transform: translate(-60px, 30px);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  z-index: 5;
}
.job-img:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 4;
}
.job-img:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  z-index: 3;
}
.job-img:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 2;
}

.job-img-wrap.active .job-img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  .job-contents {
    width: 48%;
  }
  .job-img-wrap {
    width: 45%;
  }
  .job-img {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 990px) {
  .job-contents {
    width: 100%;
    display: contents;
  }
  .job-wrap .recruit-tit {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .job-wrap .job-box,
  .job-wrap .recruit-text,
  .job-wrap .btn-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .job-img-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
  .job-img {
    width: calc(25% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  .job-box {
    border: 3px solid #F56698;
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  .job-img {
    width: 25%;
  }
}
/*========================
    requirement
========================*/
.requirement {
  margin-bottom: 10vw;
}

.requirement-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;
}

.to-contact-box {
  position: sticky;
  top: 160px;
  width: 40%;
}

.to-contact-bg {
  position: relative;
}

.to-contact-bg-img {
  position: absolute;
  top: 0;
  left: -140px;
  width: 620px;
  z-index: -1;
}

.to-contact-wrap {
  width: 320px;
  padding-top: 180px;
}
.to-contact-wrap .btn {
  width: 320px;
}

.to-contact-text {
  font-size: 20px;
  font-family: var(--font-bold);
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

.to-contact-tel {
  margin-right: 0;
}

.requirement-desc {
  width: 53%;
}

.requirement .mark-tit {
  color: var(--pink-color);
}
.requirement .mark-tit::before {
  border-color: transparent transparent transparent var(--pink-color);
}

@media screen and (max-width: 1400px) {
  .to-contact-bg-img {
    width: 540px;
  }
}
@media screen and (max-width: 1300px) {
  .to-contact-bg-img {
    left: -90px;
  }
}
@media screen and (max-width: 1200px) {
  .to-contact-bg-img {
    width: 430px;
  }
  .to-contact-wrap {
    padding-top: 140px;
  }
}
@media screen and (max-width: 960px) {
  .to-contact-box {
    position: static;
    top: 160px;
    width: 100%;
    margin-bottom: 200px;
  }
  .to-contact-text {
    margin-bottom: 5px;
  }
  .requirement-desc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .to-contact-bg-img {
    width: 380px;
    left: -20px;
  }
  .to-contact-wrap {
    padding-top: 100px;
  }
}
@media screen and (max-width: 420px) {
  .to-contact-box {
    margin-bottom: 150px;
  }
  .to-contact-wrap {
    width: 280px;
    padding-top: 86px;
  }
  .to-contact-bg-img {
    width: 320px;
  }
  .to-contact-text {
    font-size: 16px;
  }
  .to-contact-wrap .btn {
    width: 280px;
    margin-top: 15px;
  }
  .to-contact-tel {
    font-size: 60px;
  }
}
/*===================================================================
    service
===================================================================*/
.service-top-block {
  position: relative;
  padding-bottom: 70px;
}
.service-top-block:after {
  content: "";
  display: block;
  width: 73%;
  height: 100%;
  background-image: url(../img/main-color-decoration.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: 0.5s ease 1s;
  transition: 0.5s ease 1s;
}

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

.service-top-tit {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  font-weight: var(--font-bold);
  font-weight: 700;
  margin-bottom: 60px;
}

.service-top-contents {
  width: 47%;
}

.service-top-img {
  width: 45%;
}

@media screen and (max-width: 1500px) {
  .service-top-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .service-top-contents {
    width: 50%;
  }
  .service-top-img {
    width: 47%;
  }
}
@media screen and (max-width: 1200px) {
  .service-top-contents {
    display: contents;
  }
  .service-top-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .service-top-tit {
    width: 100%;
  }
  .service-top-tit .block {
    display: none;
  }
  .service-top-text {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .service-top-tit {
    font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
    margin-bottom: 30px;
  }
  .service-top-text {
    width: 100%;
    margin-bottom: 60px;
  }
  .service-top-img {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .service-top-block:after {
    width: calc(100% - 40px);
  }
}
.service {
  margin-bottom: 10vw;
}

.service-annker {
  margin-top: -30px;
  margin-bottom: 90px;
  gap: 30px;
}

.service-annker .btn-wrap .btn {
  margin-top: 0;
}

.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.service-contents {
  width: 50%;
}

.service-img {
  margin-top: 50px;
}

.service-wrap li {
  padding-top: 50vh;
}
.service-wrap li:first-child {
  padding-top: 0;
}
.service-wrap li:last-child {
  padding-bottom: 30vh;
}

.images {
  width: 50%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 160px;
  margin-top: 100px;
  margin-right: -140px;
}

.images div {
  margin: auto;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.images div:first-child, .images div.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1300px) {
  .images {
    margin-right: -90px;
  }
}
@media screen and (max-width: 767px) {
  .images {
    margin-right: -20px;
  }
  .service-annker {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .service-annker .btn-wrap {
    width: 100%;
  }
  .service-annker .btn-wrap .btn {
    width: 100%;
  }
  .service-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-contents {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: 2;
  }
  .images {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  .images::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(243, 243, 243, 0.8);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .service-wrap li:last-child {
    padding-bottom: 15vh;
  }
}
.service-wrap .mark-tit-wrap {
  padding-top: 30px;
}

/*===================================================================
    facilities
===================================================================*/
.facility-block {
  margin-bottom: 200px;
}

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

.facility-wrapL,
.facility-wrapR {
  width: 47%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.facility-name-wrap {
  margin-bottom: 40px;
}

.facility-type {
  font-family: var(--font-bold);
  font-weight: 700;
  width: 240px;
  height: 40px;
  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;
  background-color: #F3F3F3;
}

.facility-name {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  color: #fff;
  background-color: var(--sub-color);
  font-family: var(--font-bold);
  font-weight: 700;
  width: 240px;
  height: 40px;
  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;
}

.facility-desc {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.facility-desc .btn-wrap {
  width: 100%;
}
.facility-desc .btn {
  margin-left: auto;
}

.facility-logo {
  width: 34%;
}

.facility-contents {
  width: calc(66% - 60px);
}

.facility-outline {
  margin-bottom: 40px;
}

.facility-line {
  padding: 24px 15px 20px;
  border-bottom: 1px solid #666666;
}

.facility-lineL {
  width: 160px;
  font-family: var(--font-bold);
  font-weight: 700;
}

.facility-lineR {
  width: calc(100% - 160px);
}

.facility-accept-wrap {
  margin-bottom: 70px;
  border: 1px solid #707070;
}

.facility-accept {
  width: 16.666%;
}
.facility-accept:last-child .facility-accept-type, .facility-accept:last-child .facility-accept-ok {
  border-right: none;
}

.facility-accept-type {
  font-weight: 700;
  font-family: var(--font-bold);
  background-color: #F3F3F3;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  height: 50px;
  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;
}

.facility-accept-ok {
  height: 50px;
  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;
  font-size: 20px;
  border-right: 1px solid #707070;
}

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

.facility-img {
  width: calc(33.333% - 40px);
}

@media screen and (max-width: 1500px) {
  .facility-wrapL,
  .facility-wrapR {
    width: 100%;
  }
  .facility-logo {
    width: 200px;
  }
  .facility-contents {
    width: calc(100% - 240px);
  }
  .facility-lineL {
    width: 120px;
  }
  .facility-lineR {
    width: calc(100% - 120px);
  }
  .facility-img {
    width: calc(33.333% - 26.6666666667px);
  }
  .facility-accept-wrap.damy {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .facility-block {
    margin-bottom: 120px;
  }
  .facility-img {
    width: calc(33.333% - 6.6666666667px);
  }
}
@media screen and (max-width: 600px) {
  .facility-logo {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 30px;
  }
  .facility-contents {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .facilities .sec-tit-wrap.active .sec-tit-line {
    width: calc(100% - 3em);
  }
  .facility-line {
    padding: 16px 10px 10px;
  }
  .facility-lineL {
    width: 100%;
  }
  .facility-lineR {
    width: 100%;
  }
  .facility-accept-wrap {
    margin-bottom: 40px;
  }
  .facility-accept {
    width: 33.333%;
  }
  .facility-accept:nth-child(3) .facility-accept-type,
  .facility-accept:nth-child(3) .facility-accept-ok {
    border-right: none;
  }
  .facility-accept:nth-child(4) .facility-accept-type,
  .facility-accept:nth-child(5) .facility-accept-type,
  .facility-accept:nth-child(6) .facility-accept-type {
    border-top: 1px solid #707070;
  }
  .facility-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .facility-img-wrap .hide {
    display: none;
  }
}
/*========================
    hoiku
========================*/
.hoiku-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hoiku-list {
  width: calc(33.333% - 40px);
}

.facility-desc--hoiku {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.facility-desc--hoiku .facility-logo {
  width: 380px;
}
.facility-desc--hoiku .facility-contents {
  width: calc(100% - 460px);
}

.hoiku-img {
  margin-bottom: 40px;
}

.hoiku-name {
  border: 2px solid var(--main-color);
  font-size: 17px;
  font-family: var(--font-bold);
  color: var(--main-color);
  padding: 0.8em 1em;
  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;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1500px) {
  .hoiku-list {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .hoiku-list {
    width: 100%;
  }
  .facility-desc--hoiku .facility-logo {
    width: 100%;
    max-width: 240px;
    margin-bottom: 20px;
  }
  .facility-desc--hoiku .facility-contents {
    width: 100%;
  }
}
/*===================================================================
    contact
===================================================================*/
/*========================
    tel
========================*/
.tel-wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tel-tel {
  color: var(--main-color);
}

.tel-time {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .tel-time {
    width: 100%;
  }
}
/*========================
    contact
========================*/
.contact-step {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
}
.contact-step:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 10%;
  width: 80%;
  height: 3px;
  background-color: var(--sub-color);
  z-index: -1;
}

.contact-step-item {
  margin-right: 80px;
}
.contact-step-item:last-child {
  margin-right: 0;
}

.contact-step-number {
  font-size: 12px;
  font-weight: 700px;
  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: 60px;
  height: 60px;
  border: 1px solid var(--sub-color);
  border-radius: 100%;
  color: var(--sub-color);
  background-color: #fff;
  margin-bottom: 5px;
  line-height: 1;
  padding-top: 4px;
}
.contact-step-number.active {
  color: #fff;
  background-color: var(--sub-color);
}

.contact-step-lead {
  color: var(--sub-color);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-wrapL {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact-wrapR {
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 420px) {
  .contact-step-item {
    margin-right: 40px;
  }
}
/*========================
    form
========================*/
.form {
  margin-bottom: 10vw;
}

.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;
  padding: 40px 30px;
  border-top: 1px solid #666666;
}
.form-list:last-child {
  border-bottom: 1px solid #666666;
}

.form-listL {
  width: 380px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-bold);
  font-weight: 700;
}

.form-listR {
  width: calc(100% - 380px);
}

.form-name a {
  -webkit-text-decoration: underline 1px var(--main-color);
          text-decoration: underline 1px var(--main-color);
}

@media screen and (max-width: 1200px) {
  .form-list {
    padding: 20px 15px;
  }
  .form-listL {
    width: 220px;
  }
  .form-listR {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .form-list {
    padding: 15px 10px;
  }
  .form-listL {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .form-listR {
    width: 100%;
  }
}
/*========================
  input
========================*/
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  background-color: #F2F2F2;
  width: 100%;
  padding: 10px 30px;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-color: var(--main-color) !important;
}

/*========================
  submit
========================*/
.form-submit {
  margin: 60px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.submit-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: 320px;
  height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*========================
  prrivacy-policy
========================*/
.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: 20px;
  height: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
  background-color: var(--gray-color);
}
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: var(--gray-color);
  padding: 5px 10px;
  cursor: pointer;
}

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-top: 5px;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#privacy-check {
  position: relative;
  margin-bottom: 35px;
}

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

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

.check-table {
  width: 100%;
  font-family: var(--font-sans);
}

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

.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;
  background-color: var(--main-color);
  color: #fff;
  font-weight: 400;
}

.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;
  height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submit-btn--go {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #ffffff;
}

.submit-btn--go:hover {
  color: var(--main-color);
  background-color: #fff;
}

.submit-btn--back {
  border: 1px solid var(--main-color);
  background-color: #ffffff;
  color: var(--main-color);
}

.submit-btn--back:hover {
  color: #ffffff;
  background-color: var(--main-color);
}

.submit-btn--back .submit-btn-bg {
  background-color: var(--main-color);
}

@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-contents {
  margin-bottom: 60px;
}

/*===================================================================
  privacy-policy
===================================================================*/
.privacy {
  margin-bottom: 10vw;
}

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

.pp-text--heading {
  margin-bottom: 40px;
}

/*===================================================================
    404　notfound
===================================================================*/
.notfound-tit {
  font-weight: 500;
  margin-bottom: 40px;
}

.notfound-text {
  margin-bottom: 30px;
}</pre></body></html>