@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: "line", 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;
}

/*========================
  font-family
========================*/
@font-face {
  font-family: "line";
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "line";
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "line";
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
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: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-ms-input-placeholder {
  color: #999999;
}
::placeholder {
  color: #999999;
}

.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: 60px;
  padding-bottom: 60px;
}

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

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

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

/*===================================================================
    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 {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -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;
  }
}
/*===================================================================
  color-mask
===================================================================*/
.color-mask {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.color-mask::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-main);
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  z-index: 2;
  pointer-events: none;
}

.color-mask.active::after {
  -webkit-animation: color-mask-img 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: color-mask-img 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

/* アニメーション中に画像もフェードイン（オプション） */
.color-mask a,
.color-mask img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s;
  display: block;
  width: 100%;
  height: auto;
}

.color-mask.active a,
.color-mask.active img {
  opacity: 1;
}

@-webkit-keyframes color-mask-img {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

@keyframes color-mask-img {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  /*========================
    color
  ========================*/
  --color-black: #051119;
  --color-main: #3B4C73;
  --color-light: #4C6295;
  --color-gray: #F0F0F0;
  --color-orange: #E68659;
  /****************
  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 {
  margin-bottom: 30px;
}

.sec-tit {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.sec-tit-lead {
  color: var(--color-main);
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.03em;
}
.sec-tit-lead::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-left: 10px;
  background-color: var(--color-main);
}

.sec-tit-wrap--wh .sec-tit {
  color: #fff;
}
.sec-tit-wrap--wh .sec-tit-lead {
  color: #fff;
}
.sec-tit-wrap--wh .sec-tit-lead::after {
  background-color: #fff;
}

/*===================================================================
    sub-tit
===================================================================*/
.sub-tit-wrap {
  margin-bottom: 30px;
  padding-top: 15px;
  position: relative;
}
.sub-tit-wrap::before {
  content: "";
  display: block;
  background-color: var(--color-light);
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.sub-tit-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #3b4c73 transparent;
  border-width: 0px 24px 12px 0px;
  position: absolute;
  top: -12px;
  right: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s ease 0.5s;
  transition: -webkit-transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
}
.sub-tit-wrap.active::before {
  width: 100%;
}
.sub-tit-wrap.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.sub-tit-lead {
  font-weight: 700;
  color: var(--color-light);
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.sub-tit {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sub-tit-wrap--wh::before {
  background-color: #fff;
}
.sub-tit-wrap--wh::after {
  border-color: transparent transparent #fff transparent;
}
.sub-tit-wrap--wh .sub-tit,
.sub-tit-wrap--wh .sub-tit-lead {
  color: #fff;
}

/*===================================================================
    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: 300px;
  height: 50px;
  color: var(--color-main);
  border: 2px solid var(--color-main);
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 auto;
  background-color: #fff;
}
.btn:hover {
  background-color: var(--color-main);
  color: #fff;
}
.btn::after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*===================================================================
    fv
===================================================================*/
.fv-bg {
  width: 100%;
  min-height: 150px;
  background-image: url(../img/fv-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
}

.fv-bg--service {
  min-height: 300px;
  background-image: url(../img/fv-bg--service.webp);
}

.fv-tit {
  font-size: var(--fs32);
  font-weight: 700;
  color: #fff;
}

.fv-tit-lead {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fv-tit-lead::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-left: 10px;
  background-color: #fff;
}

.breadcrumbs-wrap {
  background-color: var(--color-gray);
}

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

.crumb-list {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  margin-right: 18px;
}

.crumb-item {
  font-size: 14px;
  color: var(--color-main);
  position: relative;
}
.crumb-item::after {
  content: ">>";
  letter-spacing: -3px;
  color: var(--color-main);
  display: inline-block;
  position: absolute;
  right: -20px;
}

.crumb-current {
  font-size: 14px;
}

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

.pc-contents-main {
  width: 400px;
  background-color: #fff;
}

/*========================
  header
========================*/
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
}

.header-wrap {
  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;
  position: relative;
  padding-top: 10px;
}

.header-nav {
  padding: 50px 25px 60px;
  backdrop-filter: blur(7.5px);
  background: var(--color-main);
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: scroll;
}
.header-nav.is-active {
  display: block;
  opacity: 1;
}

.header-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-list:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.header-item {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-weight: 700;
  font-size: var(--fs20);
}

.header-submenu {
  padding-left: 20px;
}

.header-subitem {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-weight: 700;
  font-size: var(--fs18);
}

/*========================
  mobmenu-btn
========================*/
.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;
  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: var(--color-main);
}

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

/*========================
  pc-contents-left
========================*/
.pc-contents-left {
  width: 45%;
  height: 100vh;
  background-image: url(../img/pc-contents-left-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 0;
  left: 0;
}

.pc-nav-box {
  position: absolute;
  right: 0;
  top: 20%;
}

.pc-nav {
  padding: 30px 25px 20px;
  background-color: var(--color-main);
  position: relative;
}

.pc-nav-item {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 700;
  font-size: var(--fs20);
}

.helmet {
  position: absolute;
  top: -40px;
  left: -30px;
}

.pc-notice-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.pc-notice-top {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.pc-notice {
  background-color: var(--color-orange);
  padding: 0 45px 25px;
  color: #fff;
}

.pc-notice-tit {
  font-size: var(--fs32);
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

/*========================
  pc-contents-right
========================*/
.pc-contents-right {
  width: 34%;
  height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: var(--color-gray);
  position: sticky;
  top: 0;
  left: 0;
}

.pc-contents-right-service {
  width: calc(100% - 60px);
  max-width: 360px;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 30px;
}

.pc-contents-right-irast {
  width: 80%;
  max-width: 560px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1400px) {
  .pc-contents-right {
    width: 380px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .pc-contents-left {
    width: calc(100% - 780px);
  }
}
@media screen and (max-width: 1200px) {
  .pc-contents-right {
    display: none;
  }
  .pc-contents-left {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 767px) {
  .pc-contents-left {
    display: none;
  }
  .pc-contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .pc-contents-main {
    width: 100%;
  }
}
/*===================================================================
    footer
===================================================================*/
footer {
  background-color: var(--color-main);
  padding-bottom: 90px;
  margin-top: 220px;
  color: #fff;
  position: relative;
}

.footer-cta-wrap {
  position: relative;
  top: -120px;
}

.footer-cta {
  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: relative;
}

.footer-cta-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 30px 30px 15px;
  width: 100%;
}
.footer-cta-contents .sec-tit-wrap {
  margin-bottom: 15px;
}
.footer-cta-contents::after {
  content: "";
  display: block;
  background-image: url(../img/arrow-square.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 30px;
}

.footer-cta-text {
  color: #fff;
}

.footer-logo {
  width: 200px;
  margin-bottom: 30px;
}

.footer-tel {
  color: #fff;
  margin-bottom: 60px;
}

.footer-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}

.footer-navL,
.footer-navR {
  width: 45%;
}

.footer-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-list:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-item {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 700;
}

.footer-subitem {
  color: #fff;
  padding-bottom: 11px;
}

.copy-right {
  opacity: 0.6;
  font-size: var(--fs14);
  letter-spacing: 0;
  text-align: center;
}

/*========================
  fixed-footer
========================*/
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 45%;
  z-index: 5;
  width: 400px;
}

.fixed-footer-btn {
  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;
  border: 1px solid #fff;
  color: #fff;
  width: calc(50% - 25px);
  height: 50px;
  font-size: var(--fs14);
  font-weight: 700;
  background-color: var(--color-main);
}

.fixed-footer-btn--entry {
  background-color: var(--color-light);
}

.fixed-footer-icon {
  height: 26px;
  margin-left: 8px;
}

.totop {
  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: 8px;
  background-color: var(--color-gray);
  border: 1px solid #fff;
}
.totop img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 1400px) {
  .fixed-footer {
    left: calc(100% - 780px);
  }
}
@media screen and (max-width: 1200px) {
  .fixed-footer {
    left: calc(100% - 400px);
  }
}
@media screen and (max-width: 767px) {
  .fixed-footer {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .fixed-footer {
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*===================================================================
    top
===================================================================*/
/*========================
  mv  
========================*/
.mv-bg {
  position: relative;
}

.mv-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.mv-logo {
  width: 112px;
  margin: 0 auto 20px;
}

.mv-copy {
  color: var(--color-main);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.mv-copy .red {
  color: #e26124;
}

/*========================
  top-about
========================*/
.top-about-img {
  margin-bottom: 40px;
}

.top-about-tit {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 20px;
}

.top-about-text {
  margin-bottom: 40px;
  line-height: 2;
}

/*========================
  top-service
========================*/
.top-service-tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.top-service-text {
  margin-bottom: 40px;
  line-height: 2;
}

.top-service-wrap {
  margin-bottom: 40px;
}

.top-service-list {
  margin-bottom: 20px;
}
.top-service-list:last-child {
  margin-bottom: 0;
}

.top-service-item {
  position: relative;
}
.top-service-item::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: block;
  border: 1px solid #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}

.top-service-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-service-link {
  font-size: var(--fs32);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.5em;
  text-align: center;
}

.top-service-link-lead {
  font-weight: 700;
  color: #fff;
  position: relative;
  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;
  gap: 10px;
}
.top-service-link-lead::before, .top-service-link-lead::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
}

/*========================
  top-recruit
========================*/
.top-recruit {
  position: relative;
  z-index: 2;
}

.top-recruit-img {
  margin-bottom: 40px;
}

.top-recruit-text {
  margin-bottom: 40px;
  line-height: 2;
}

/*===================================================================
  about-us
===================================================================*/
/*========================
  message
========================*/
.message {
  background-color: var(--color-main);
  color: #fff;
}

.message-tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 10px;
}

.message-img {
  margin-bottom: 20px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.message-sign {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 30px;
  font-size: 14px;
}
.message-sign span {
  display: inline-block;
  font-size: 18px;
}

/*========================
  mission
========================*/
.mission-tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  padding: 40px 20px 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-main)), to(var(--color-light)));
  background: linear-gradient(to right, var(--color-main), var(--color-light));
}

/*========================
  scene
========================*/
.scene {
  background-color: var(--color-light);
  color: #fff;
}

.scene-contents {
  margin-bottom: 50px;
}

.scene-img {
  margin-bottom: 5px;
}

.scene-img02 {
  margin-bottom: 5px;
}

.scene-tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.scene-slide {
  margin-top: 30px;
}
.scene-slide .splide {
  margin-top: 10px;
}
.scene-slide .scene-text {
  margin-bottom: 20px;
}

/*===================================================================
  company
===================================================================*/
.company-img {
  margin-bottom: 60px;
  width: calc(100% + 20px);
}

/*========================
  outline
========================*/
.outline-list {
  border-bottom: 1px solid var(--color-gray);
  padding-top: 20px;
  padding-bottom: 20px;
}
.outline-list dt {
  color: var(--color-main);
  margin-bottom: 5px;
}

.map-link {
  text-decoration: underline;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-link::after {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  background-image: url(../img/icon-map.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*========================
  license
========================*/
.license-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-gray);
}
.license-list:nth-child(odd) {
  background-color: var(--color-gray);
}

.license-list--heading {
  background-color: var(--color-main) !important;
  color: #fff;
}

.license-tit {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.license-text {
  width: 80px;
  text-align: center;
}

/*========================
  history
========================*/
.history {
  background-color: var(--color-main);
  overflow: hidden;
}

.history-slide .splide__track {
  overflow: visible;
}
.history-slide .splide__slide {
  background-color: #fff;
  padding: 80px 15px 30px;
}
.history-slide .splide__arrow > svg {
  display: none;
}
.history-slide .splide__arrows {
  text-align: right;
  margin-top: 40px;
}
.history-slide .splide__arrow--prev,
.history-slide .splide__arrow--next {
  width: 50px;
  height: 50px;
  margin-left: 30px;
}
.history-slide .splide__arrow--prev::after,
.history-slide .splide__arrow--next::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/arrow-square.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.history-slide .splide__arrow--prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.western {
  font-size: 48px;
  position: absolute;
  top: 15px;
  right: 5px;
  line-height: 1;
  color: var(--color-light);
  opacity: 0.15;
}

.history-time {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

/*===================================================================
  service
===================================================================*/
.service-heading {
  margin-bottom: 90px;
}

.service-list {
  margin-bottom: 90px;
}
.service-list:last-child {
  margin-bottom: 0;
}

.service-text {
  margin-bottom: 30px;
}

/*===================================================================
  recruit
===================================================================*/
/*========================
  recruit-top
========================*/
.recruit-top {
  background-color: var(--color-main);
  color: #fff;
}

.recruit-top-text {
  margin-bottom: 15px;
}

.recruit-top-img {
  margin-bottom: 10px;
}

/*========================
  day
========================*/
.day-heading {
  margin-bottom: 40px;
}

.day-list {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--color-main);
  position: relative;
}
.day-list::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 100%;
}
.day-list:last-child {
  border-bottom: none;
}
.day-list:last-child::after {
  content: none;
}

.day-time {
  background-color: var(--color-main);
  color: #fff;
  font-weight: 700;
  padding: 5px 15px;
}

.day-img {
  margin-bottom: 10px;
}

/*========================
  requirement
========================*/
.job {
  background-color: var(--color-light);
  color: #fff;
}

.job-type {
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.job-type::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 0;
}

.job-list {
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 1px solid #fff;
}
.job-list:last-child {
  border-bottom: 1px solid #fff;
}

.job-tit {
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}

.job-text a {
  color: #fff;
  -webkit-text-decoration: underline #fff;
          text-decoration: underline #fff;
  text-underline-offset: 2px;
}

/*===================================================================
  service下層ページ
===================================================================*/
.detail-block {
  padding: 30px 20px;
}
.detail-block:nth-child(2), .detail-block:nth-child(4) {
  background-color: var(--color-gray);
}

.detail-tit-wrap {
  margin-bottom: 16px;
}

.detail-tit {
  position: relative;
  font-size: 18px;
  padding-right: 10px;
  font-weight: 700;
  color: var(--color-main);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--color-main);
  z-index: 1;
}
.detail-tit::before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -13px;
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--color-main);
}
.detail-tit::after {
  content: "";
  position: absolute;
  right: -23px;
  bottom: -28px;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ffffff; /* 背景色と同じ色を指定 */
  border-radius: 50%;
  background-color: var(--color-main);
}

.detail-img {
  margin-bottom: 20px;
  margin-left: 15px;
}

.detail-heading {
  font-weight: 700;
  margin-bottom: 5px;
}

.detail-contents {
  margin-left: 15px;
}

.detail-text {
  margin-bottom: 10px;
}

.movie-contents {
  margin-top: 40px;
}

.movie-tit {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.movie-tit::before {
  content: "";
  display: block;
  background-image: url(../img/icon-movie.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}

/*===================================================================
  entry
===================================================================*/
/*========================
  flow
========================*/
.flow {
  background-color: var(--color-main);
}

.flow-wrap {
  padding-top: 10px;
}

.flow-list {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  position: relative;
  margin-left: 10px;
  margin-bottom: 60px;
}

.flow-number {
  position: absolute;
  top: -38px;
  left: -20px;
  font-size: var(--fs32);
  background-color: var(--color-main);
  border: 2px solid #fff;
  color: #fff;
  padding: 10px;
  border-radius: 100px;
  width: 74px;
  height: 74px;
  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;
  letter-spacing: -0.05em;
  line-height: 1;
}

.flow-tit {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
}

.flow-img {
  width: 200px;
  margin: 0 auto 15px;
}

/*===================================================================
  contact
===================================================================*/
/*========================
  contact-mail
========================*/
.contact-text {
  font-size: var(--fs14);
  line-height: 2;
}

/*========================
  form
========================*/
.form-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-list {
  width: 100%;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-listL {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-listR {
  width: 100%;
}

.red {
  color: var(--color-orange);
}

/*========================
  input
========================*/
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  background-color: #F2F2F2;
  width: 100%;
  padding: 10px 15px;
}

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

.form-list.pp {
  margin-top: 40px;
}

.link-privacy {
  color: var(--color-light);
  -webkit-text-decoration: underline 1px var(--color-light);
          text-decoration: underline 1px var(--color-light);
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
}
input[type=checkbox] + label {
  font-weight: 700;
}

#privacy-check {
  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: 5px 10px;
  cursor: pointer;
  position: relative;
}

.contact-form label.error {
  display: block;
  padding: 2px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-orange);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}

#privacy-check label.error {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background-color: #fff;
  color: var(--color-orange);
  width: 275px;
  padding: 0;
}

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

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

/*========================
  tell
========================*/
.tell-btn {
  width: 100%;
  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;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid var(--color-main);
  color: var(--color-main);
  padding: 30px 20px 20px;
  position: relative;
}
.tell-btn span {
  display: block;
  font-size: var(--fs14);
  margin-top: 10px;
}

.tell-number {
  font-size: 24px;
  -webkit-text-decoration: underline 2px var(--color-main);
          text-decoration: underline 2px var(--color-main);
  text-underline-offset: 2px;
}

/*===================================================================
  thanks
===================================================================*/
.thanks-contents {
  margin-bottom: 40px;
}

.thanks-contents-tel {
  -webkit-text-decoration: underline 1px var(--color-black);
          text-decoration: underline 1px var(--color-black);
  text-underline-offset: 2px;
  display: block;
}

/*===================================================================
  privacy-policy
===================================================================*/
.privacy-heading {
  margin-bottom: 40px;
}

.privacy-list {
  margin-bottom: 40px;
}
.privacy-list dt {
  font-size: 18px;
  margin-bottom: 10px;
}

.privacy-sign {
  margin-top: 15px;
}