@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-size: 100%;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  color: var(--color-text);
  line-height: 1.875;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.body-bg {
  background-image: url(../img/mv-bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .body-bg {
    background-image: url(../img/mv-bg-sp.webp);
  }
}
html {
  scroll-behavior: smooth;
}

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

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

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

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

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: #DE5D8F;
}

.white {
  color: #fff;
}

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

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

@media screen and (max-width: 767px) {
  .visibility-h {
    display: none;
  }
}
@media (max-width: 540px) {
  .pc-br {
    display: none;
  }
}
/*========================
  余白
========================*/
.u-section__mt {
  margin-top: 200px;
}
@media (max-width: 1280px) {
  .u-section__mt {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .u-section__mt {
    margin-top: 50px;
  }
}

.u-section__mb {
  margin-bottom: 120px;
}
@media (max-width: 1280px) {
  .u-section__mb {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .u-section__mb {
    margin-bottom: 60px;
  }
}

.u-section-ttl__mb {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .u-section-ttl__mb {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .u-section-ttl__mb {
    margin-bottom: 10px;
  }
}

/*========================
  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-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;
}
/*========================
  layout
========================*/
.container {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.inner {
  width: 90%;
  max-width: 1727px;
  margin: 0 auto;
}

.inner2 {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
}

.inner--right {
  margin-right: calc(50% - 770px);
}

@media screen and (max-width: 1720px) {
  .inner--right {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 92%;
  }
  .inner--right {
    margin-right: 4%;
  }
}
/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 36%;
  overflow: hidden;
}

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

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

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

.--jsFadeupRX {
  opacity: 0;
  -webkit-transform: translateY(30px) rotateX(50deg);
          transform: translateY(30px) rotateX(50deg);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.--jsFadeupRX.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.--jsFadeup {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.--jsFadeup.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.businessArea__tab-contentR .--jsFadeup {
  -webkit-transform: translateY(30px) rotate(45deg);
          transform: translateY(30px) rotate(45deg);
}
.businessArea__tab-contentR .--jsFadeup.show {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.--jsFadeleft {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.--jsFadeleft.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.topFooter-company img {
  opacity: 0;
}
.topFooter-company.--jsRect img {
  -webkit-animation: showElements 0.01s 0.6s forwards;
          animation: showElements 0.01s 0.6s forwards;
}

/*===================================================================
    color-font
===================================================================*/
/*========================
カスタムプロパティ
========================*/
:root {
  /*color*/
  --color-text: #333333;
  --color-blue: #2991D3;
  --color-blk: #111111;
  --color-gray: #EEEEEE;
  --color-wht: #fff;
  --color-red: #B9191F;
  /*font*/
  --font-en: "Bebas Neue", sans-serif;
  --outline-item-before: 95%;
}

/*========================
  font-family
========================*/
/* bebas  font*/
.ff-bebas {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* noto sans */
.ff-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ff-notom {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.ff-notob {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/*===================================================================
    breakpoint
===================================================================*/
/*モバイル表示
320-540px
screen and (max-width:540px)
541-767px
screen and (max-width:767px)
*/
/*pc表示
768-1280px
screen and (min-width:768px)
1281-1920px
screen and (min-width:1281px)
*/
/*===================================================================
    sp mobmenu
===================================================================*/
@media screen and (min-width: 1401px) {
  .mobmenu-btn {
    display: none;
  }
}
.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background-color: rgba(41, 145, 211, 0.9);
  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;
  background-color: rgba(255, 255, 255, 0.1);
}

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

.mobmenu-btn {
  z-index: 12;
  position: fixed;
  top: 0;
  right: 0;
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 105px;
  height: 110px;
  /* background-color: var(--color-blue); */
  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;
}
@media (max-width: 1024px) {
  .openbtn {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .openbtn {
    height: 75px;
    width: 85px;
  }
}
.openbtn::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 45%;
  width: 105px;
  height: 100vw;
  background-color: var(--color-blue);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (max-width: 1024px) {
  .openbtn::before {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .openbtn::before {
    right: 45%;
    width: 75px;
  }
}

.openbtn.active::before {
  background: none;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 30px;
  background: #fff;
}

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

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

/* active */
.openbtn.active span:nth-of-type(1) {
  left: 36% !important;
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .openbtn.active span:nth-of-type(1) {
    left: 32% !important;
  }
}

.openbtn.active span:nth-of-type(2) {
  left: 36% !important;
  top: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .openbtn.active span:nth-of-type(2) {
    left: 32% !important;
  }
}

.mobmenu-text {
  display: block;
  color: var(--color-wht);
  font-family: var(--font-en);
  position: absolute;
  top: 30px;
  /*   bottom: 5px;
    left: 50%;
    transform: translateX(-50%); */
  font-size: 16px;
}

/*===================================================================
    sec-tit
===================================================================*/
/*========================
見出しタイトル
========================*/
.section__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .section__ttl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .section__ttl-wrap.--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section__ttl-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1rem;
}

.section__ttl {
  display: inline-block;
}

.section__ttl-jp,
.section__ttl-en {
  line-height: 1;
  opacity: 0;
}

.--jsRect {
  position: relative;
  overflow: hidden;
}
.--jsRect::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  -webkit-transform: translatex(-100%);
          transform: translatex(-100%);
}

.--jsRect.show::before {
  -webkit-animation: showMask 1s forwards;
          animation: showMask 1s forwards;
}
.--jsRect.show .section__ttl-jp,
.--jsRect.show .section__ttl-en {
  -webkit-animation: showElements 0.01s 0.6s forwards;
          animation: showElements 0.01s 0.6s forwards;
}

@-webkit-keyframes showMask {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  45%, 50% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes showMask {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  45%, 50% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes showElements {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showElements {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section__ttl-jp {
  position: relative;
  /* font-size: 20px; */
  font-size: clamp(1rem, 0.85rem + 0.444vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 35px;
}
.section__ttl-jp::before {
  content: "";
  display: block;
  width: 16px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../img/section__ttl.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.section__ttl-en {
  font-family: var(--font-en);
  /* font-size: 138px; */
  font-size: clamp(4.25rem, 1.625rem + 7.778vw, 8.625rem);
}

.section__ttl-jp--sub {
  color: var(--color-blue);
}

.topRecruit .--jsRect::before {
  background-color: var(--color-wht);
}

/*========================
ボタン
========================*/
.link__btn {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link__btn img {
  width: 32px;
}

.link__btn-inner {
  margin-right: 20px;
}

.sec-tit-wrap {
  width: 100%;
  margin-bottom: 50px;
}

.sec-tit {
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(3rem, 2.7770700637rem + 1.0191082803vw, 4rem);
  line-height: 1;
  margin-top: 20px;
}

.sec-tit-lead {
  display: block;
  line-height: 1;
  font-size: 14px;
  position: relative;
}
.sec-tit-lead::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--color-blue);
  border-radius: 100%;
  margin-right: 8px;
  margin-left: 3px;
}

.sec-tit-block {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec-tit-block .sec-tit-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 40px;
}
.sec-tit-block .btn {
  margin-top: 0;
  margin-bottom: 40px;
  background-color: #fff;
  color: var(--color-text);
}
.sec-tit-block .btn-circle {
  background-color: var(--color-yellow);
}

@media screen and (max-width: 767px) {
  .sec-tit {
    font-size: 36px;
  }
}
/*===================================================================
    sub-tit
===================================================================*/
/*===================================================================
    電話、メール　フローティングアイコン
===================================================================*/
.btnTelMail {
  position: fixed;
  z-index: 99;
  right: 1%;
  bottom: 10%;
}

.btnTelMail-tel,
.btnTelMail-mail {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--color-blk);
  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;
  width: 64px;
  height: 64px;
  border-radius: 100px;
}
.btnTelMail-tel:hover,
.btnTelMail-mail:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: var(--color-blue);
}
@media (max-width: 767px) {
  .btnTelMail-tel,
  .btnTelMail-mail {
    margin-bottom: 20px;
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 540px) {
  .btnTelMail-tel,
  .btnTelMail-mail {
    margin-bottom: 10px;
    width: 44px;
    height: 44px;
  }
}

.btnTelMail-tel {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .btnTelMail-tel {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .btnTelMail-tel {
    margin-bottom: 10px;
  }
}

/*===================================================================
    シェイプ
===================================================================*/
.--jsShape.show .shapeBox__shape.--reverse::before {
  -webkit-animation: diagonal-grow 0.5s ease-out 0s forwards;
          animation: diagonal-grow 0.5s ease-out 0s forwards;
}
.--jsShape.show .shapeBox__shape::before {
  -webkit-animation: diagonal-grow 0.5s ease-out 0s forwards;
          animation: diagonal-grow 0.5s ease-out 0s forwards;
}
.--jsShape.show .shapeBox__shape2.--reverse::before {
  -webkit-animation: diagonal-grow 0.5s ease-out 0.5s forwards;
          animation: diagonal-grow 0.5s ease-out 0.5s forwards;
}
.--jsShape.show .shapeBox__shape2::before {
  -webkit-animation: diagonal-grow 0.5s ease-out 0.5s forwards;
          animation: diagonal-grow 0.5s ease-out 0.5s forwards;
}

.shapeBox {
  position: relative;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}
.shapeBox.--reverse {
  margin-left: 0;
  margin-right: auto;
}

@-webkit-keyframes diagonal-grow {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes diagonal-grow {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.shapeBox__shape {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  /* 本体w500のとき疑似w353h353 */
  /* 500:353 = 150:106 */
  width: 500px;
  width: clamp(9.375rem, -1.563rem + 36.458vw, 31.25rem);
  height: 100vw;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.shapeBox__shape.--reverse {
  right: 0;
  left: auto;
  top: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.shapeBox__shape.--reverse::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: var(--color-blue);
}
.shapeBox__shape::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: var(--color-blue);
}

.shapeBox__shape2 {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  /* 本体w500のとき疑似w353h353 */
  /* 500:353 = 150:106 */
  width: 353px;
  --shape-width: clamp(6.625rem, -1.094rem + 25.729vw, 22.063rem);
  width: var(--shape-width);
  height: 353px;
  height: var(--shape-width);
  background-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.shapeBox__shape2.--reverse {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: auto;
  right: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.shapeBox__shape2.--reverse::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #1D80BF;
}
.shapeBox__shape2::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #1D80BF;
}

/*===================================================================
    text-mask
===================================================================*/
.text-mask,
.text-mask::after {
  -webkit-animation-delay: var(--animation-delay, 2s);
          animation-delay: var(--animation-delay, 2s);
  -webkit-animation-iteration-count: var(--iterations, 1);
          animation-iteration-count: var(--iterations, 1);
  -webkit-animation-duration: var(--duration, 800ms);
          animation-duration: var(--duration, 800ms);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.text-mask {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  cursor: default;
  opacity: 0;
}
.text-mask::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-blue);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
}
.text-mask.active {
  -webkit-animation-name: clip-text;
          animation-name: clip-text;
  opacity: 1;
}
.text-mask.active::after {
  -webkit-animation-name: text-revealer;
          animation-name: text-revealer;
}

@-webkit-keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes text-revealer {
  0%, 60% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  70%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  70% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes text-revealer {
  0%, 60% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  70%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  70% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*===================================================================
    btn
===================================================================*/
.btn {
  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;
  width: 196px;
  height: 56px;
  background-color: var(--color-blue);
  color: #fff;
  border-radius: 140px;
  margin-top: 60px;
  padding-left: 25px;
  padding-right: 16px;
  position: relative;
}
.btn:hover .btn-circle {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.btn:hover .btn-arrow-out img {
  -webkit-animation: arrow-out ease-out 0.6s forwards;
          animation: arrow-out ease-out 0.6s forwards;
}
.btn:hover .btn-arrow-in img {
  -webkit-animation: arrow-in ease-out 0.6s forwards;
          animation: arrow-in ease-out 0.6s forwards;
}

.btn-circle {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.btn-arrow-out {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
  overflow: hidden;
  z-index: 3;
}
.btn-arrow-out img {
  width: 12px;
  position: absolute;
  left: 12px;
  top: 13px;
}

@-webkit-keyframes arrow-out {
  0% {
    left: 21px;
  }
  100% {
    left: 80px;
  }
}

@keyframes arrow-out {
  0% {
    left: 21px;
  }
  100% {
    left: 80px;
  }
}
.btn-arrow-in {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
  overflow: hidden;
  z-index: 3;
}
.btn-arrow-in img {
  width: 12px;
  position: absolute;
  left: -80px;
  top: 13px;
}

@-webkit-keyframes arrow-in {
  0% {
    left: -80px;
  }
  100% {
    left: 12px;
  }
}

@keyframes arrow-in {
  0% {
    left: -80px;
  }
  100% {
    left: 12px;
  }
}
.btn-inner-top {
  color: #fff;
  padding-left: 30px;
}

/*========================
    img-mask
========================*/
.img-mask {
  position: relative;
}
.img-mask::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.img-mask.active::after {
  width: 0;
}

/*========================
    bg-tri
========================*/
.bg-tri {
  background-color: var(--color-blk);
  margin-top: -1px;
  position: relative;
  z-index: -1;
}

/*========================
	totop
========================*/
.totop {
  width: 50px;
  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;
  margin-left: auto;
  border: 1px solid #fff;
  padding: 12px;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  bottom: 0px;
  right: 0;
}

/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb .container {
  padding: 6px 0;
}

/*===================================================================
    mv2
===================================================================*/
.mv2-bg {
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .mv2-bg::before {
    content: "";
    background: var(--color-gray);
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    height: 440px;
  }
}

.mv2-wrap {
  padding-top: 110px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .mv2-wrap {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  .mv2-wrap {
    padding-top: 72px;
  }
}

.mv2L {
  /* mvサイズ */
  /* 1536-100 */
  width: calc(80% - 100px);
}
@media (max-width: 1100px) {
  .mv2L {
    width: calc(90% - 100px);
  }
}
@media (max-width: 1024px) {
  .mv2L {
    width: 95%;
  }
}
@media (max-width: 540px) {
  .mv2L {
    width: 90%;
  }
}

.mv2L-copy {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: -20%;
  left: auto;
  margin: auto 0 auto 0;
  /* width: 543px; */
  height: 329px;
}
@media (max-width: 1280px) {
  .mv2L-copy {
    top: 20%;
  }
}
@media (max-width: 1200px) {
  .mv2L-copy {
    top: 10%;
    margin: unset;
    height: 214px;
  }
}
@media (max-width: 1024px) {
  .mv2L-copy {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .mv2L-copy {
    top: 40%;
    bottom: 0;
    left: auto;
    margin: auto 0 auto 0;
  }
}

.mv2L-copy__img {
  width: clamp(21.813rem, -75.187rem + 121.25vw, 33.938rem);
}
@media (max-width: 1200px) {
  .mv2L-copy__img {
    width: clamp(17.563rem, 11.395rem + 12.865vw, 21.688rem);
  }
}
@media (max-width: 767px) {
  .mv2L-copy__img {
    width: clamp(14.25rem, 8.71rem + 18.467vw, 17.563rem);
  }
}
.mv2L-copy__ttl {
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.6);
  font-size: clamp(1.813rem, -6.688rem + 10.625vw, 2.875rem);
  font-weight: 500;
}
@media (max-width: 767px) {
  .mv2L-copy__ttl {
    font-size: clamp(1.125rem, 0.289rem + 2.787vw, 1.625rem);
  }
}

.mv2L-slide { /*mv 高さ*/
  position: relative;
  /* width: 1436px; */
  width: 100%;
  height: 813px;
}
@media (max-width: 1400px) {
  .mv2L-slide {
    height: 700px;
  }
}
@media (max-width: 1279px) {
  .mv2L-slide {
    height: 600px;
  }
}
@media (max-width: 1000px) {
  .mv2L-slide {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .mv2L-slide {
    height: 340px;
  }
}

.mv2L-slide__slider {
  background: tan;
  width: 100%;
  height: 100%;
  /*    .slide {
         overflow: hidden;
         margin: 0 auto;
         will-change: transform;
         transform: translate3d(0,0,0);
         backface-visibility: hidden;
     }

     .slide img {
         transition: 5s 1s ease-out;
         object-fit: cover;
         will-change: transform;
         transform: translate3d(0,0,0);
         backface-visibility: hidden;
     }

     .splide__slide[class*=-active] .slide {
         transition-delay: 0s;
         animation: slide-anim 2s cubic-bezier(0.4, 0, 0.2, 1);
     }

     .splide__slide[class*=-active] .slide img {
         transition-delay: 0s;
         transform: scale(1.11);
     } */
}
.mv2L-slide__slider img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv2L-slide__slider .splide__track,
.mv2L-slide__slider .splide__list {
  width: 100%;
  height: 100%;
}

/*1200px以下 アワード部分*/
.mv2R1200 {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -15%;
  left: auto;
  height: 152px;
}
@media (min-width: 1201px) {
  .mv2R1200 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .mv2R1200 {
    right: 8%;
  }
}
@media (max-width: 767px) {
  .mv2R1200 {
    display: none;
  }
}

.mv2R {
  position: relative;
  margin-right: clamp(1.875rem, -8.125rem + 12.5vw, 3.125rem);
}
@media (max-width: 1200px) {
  .mv2R {
    display: none;
  }
}

.mv2R-awardL {
  width: 112px;
  width: clamp(6.125rem, -0.875rem + 8.75vw, 7rem);
  height: 175px;
  height: clamp(9.5rem, -2rem + 14.375vw, 10.938rem);
  /* margin-right: 50px; */
  margin-right: clamp(1.875rem, -8.125rem + 12.5vw, 3.125rem);
}
.mv2R-awardR {
  width: 174px;
  width: clamp(9.438rem, -2.062rem + 14.375vw, 10.875rem);
  height: 175px;
  height: clamp(9.5rem, -2rem + 14.375vw, 10.938rem);
}
/*===================================================================
    mv イベント
===================================================================*/
.mvEvent {
  margin-bottom: 100px;
}
@media (max-width: 1279px) and (min-width: 768px) {
  .mvEvent {
    margin-bottom: 60px;
  }
}

.mvEvent__ttl {
  margin: 0 calc(50% - 50vw);
  padding-left: 8%;
  padding-right: 2rem;
  position: relative;
  background-color: var(--color-wht);
  margin-top: -100px;
  z-index: 9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /*74-54*/
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .mvEvent__ttl {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .mvEvent__ttl {
    margin-top: 50px;
    height: 54px;
  }
}
@media (max-width: 540px) {
  .mvEvent__ttl {
    margin-top: 30px;
  }
}
.mvEvent__ttl::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -74px;
  background-color: var(--color-wht);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 74px;
  height: 74px;
}
@media (max-width: 1280px) {
  .mvEvent__ttl::after {
    right: -54px;
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .mvEvent__ttl::after {
    right: -54px;
    width: 54px;
    height: 54px;
  }
}

.mvEvent__ttl-en {
  font-family: var(--font-en);
  font-size: 60px;
  /*60-42*/
  font-size: clamp(2.625rem, -6.375rem + 11.25vw, 3.75rem);
  line-height: 1;
  position: relative;
  padding-left: 70px;
}
@media (max-width: 1280px) {
  .mvEvent__ttl-en {
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  .mvEvent__ttl-en {
    font-size: 32px;
    padding-left: 40px;
  }
}
.mvEvent__ttl-en::before {
  content: "";
  display: block;
  width: 51px;
  /*51-36*/
  width: clamp(2.25rem, -5.25rem + 9.375vw, 3.188rem);
  height: 40px;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../img/campaign.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1280px) {
  .mvEvent__ttl-en::before {
    top: 55%;
  }
}
@media (max-width: 767px) {
  .mvEvent__ttl-en::before {
    width: 35px;
  }
}
@media (max-width: 480px) {
  .mvEvent__ttl-en::before {
    top: 70%;
    width: 28px;
  }
}

.mvEvent__ttl-sub {
  font-size: 20px;
  /*20-14*/
  font-size: clamp(0.875rem, -2.125rem + 3.75vw, 1.25rem);
}
@media (max-width: 767px) {
  .mvEvent__ttl-sub {
    display: none;
  }
}

.mvEvent__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 calc(50% - 50vw);
  padding-left: 8%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: var(--color-gray);
  margin-top: -10px;
  position: relative;
}
@media (max-width: 1280px) {
  .mvEvent__content {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .mvEvent__content {
    background: var(--color-wht);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .mvEvent__content {
    width: 111%;
  }
}
.mvEvent__content::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -120px;
  background-color: var(--color-gray);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  top: 0;
  width: 120px;
  height: 120px;
}
@media (max-width: 1280px) {
  .mvEvent__content::after {
    right: -100px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .mvEvent__content::after {
    content: none;
  }
}

.mvEvent__content-dayttl {
  margin-right: 60px;
}
@media (max-width: 1280px) {
  .mvEvent__content-dayttl {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .mvEvent__content-dayttl {
    margin-right: 0px;
  }
}

.mvEvent__content-day {
  font-size: 18px;
  /*18-16*/
  font-size: clamp(1rem, 0rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .mvEvent__content-day {
    display: none;
  }
}

.mvEvent__content-day--sp {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .mvEvent__content-day--sp {
    display: none;
  }
}

.mvEvent__content-link {
  overflow: hidden;
}
.mvEvent__content-ttl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 24px;
  /*24-20*/
  font-size: clamp(1.25rem, -0.75rem + 2.5vw, 1.5rem);
}
@media (max-width: 767px) {
  .mvEvent__content-ttl {
    font-size: clamp(1rem, 0.582rem + 1.394vw, 1.25rem);
  }
}
.mvEvent__content-more {
  position: relative;
  background: var(--color-blue);
  border-radius: 50%;
  width: 77px;
  height: 77px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: bounce2 2s ease infinite;
          animation: bounce2 2s ease infinite;
}
@media (max-width: 1280px) {
  .mvEvent__content-more {
    margin-right: 20px;
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 767px) {
  .mvEvent__content-more {
    position: absolute;
    top: -50px;
    right: 20%;
  }
}
@media (max-width: 540px) {
  .mvEvent__content-more {
    z-index: 10;
    top: -45px;
    right: 10%;
    width: 50px;
    height: 50px;
  }
}
.mvEvent__content-more::after {
  position: absolute;
  bottom: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid var(--color-blue);
  border-bottom: 0;
}
@media (max-width: 1280px) {
  .mvEvent__content-more::after {
    bottom: -8px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid var(--color-blue);
  }
}
@media (max-width: 540px) {
  .mvEvent__content-more::after {
    bottom: -6px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
}
.mvEvent__content-more a {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  font-family: var(--font-en);
  font-size: 27px;
  /*27-17*/
  font-size: clamp(1.063rem, -3.938rem + 6.25vw, 1.688rem);
  color: var(--color-wht);
}
.mvEvent__content-more a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

@-webkit-keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
/*===================================================================
    top
===================================================================*/
/*========================
  リフォームコンテスト
========================*/
.reformcontest {
  position: relative;
}

@media (max-width: 767px) {
  .reformcontest__content {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.reformcontest__content-info {
  width: 40%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .reformcontest__content-info {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .reformcontest__content-info {
    margin-top: 30px;
  }
}

.reformcontest__content-award {
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .reformcontest__content-award {
    display: none;
  }
}
@media (max-width: 400px) {
  .reformcontest__content-award {
    max-width: 150px;
  }
}

.reformcontest__content-ttl {
  font-size: 40px;
  font-size: clamp(1.313rem, 0.102rem + 2.526vw, 2.375rem);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .reformcontest__content-ttl {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .reformcontest__content-ttl {
    font-size: clamp(1.313rem, 0.372rem + 3.136vw, 1.875rem);
    text-align: center;
  }
}
@media (max-width: 480px) {
  .reformcontest__content-ttl {
    margin-bottom: 20px;
  }
}

.font-strong {
  color: var(--color-red);
}

.reformcontest__content-text {
  line-height: 2.4;
}
@media (max-width: 1280px) {
  .reformcontest__content-text {
    line-height: 2;
  }
}

/* 右コンテンツ */
.reformcontest__content-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -150px;
}
@media (max-width: 1280px) {
  .reformcontest__content-img {
    margin-top: -10%;
  }
}
@media (max-width: 767px) {
  .reformcontest__content-img {
    max-width: 500px;
    margin: 0 auto;
    margin-top: -80px;
  }
}
/* シェイプ */
.reformcontest__content-img .shapeBox {
  width: 80%;
}
@media (max-width: 767px) {
  .reformcontest__content-img .shapeBox {
    width: 70%;
  }
}
.reformcontest__content-img .shapeBox__shape {
  bottom: -10vw;
}
@media (max-width: 1280px) {
  .reformcontest__content-img .shapeBox__shape {
    bottom: -10vw;
  }
}
@media (max-width: 767px) {
  .reformcontest__content-img .shapeBox__shape {
    bottom: -25vw;
  }
}
@media (max-width: 540px) {
  .reformcontest__content-img .shapeBox__shape {
    bottom: -35vw;
  }
}
.reformcontest__content-img .shapeBox__shape2 {
  bottom: -10vw;
}
@media (max-width: 1280px) {
  .reformcontest__content-img .shapeBox__shape2 {
    bottom: -10vw;
  }
}
@media (max-width: 767px) {
  .reformcontest__content-img .shapeBox__shape2 {
    bottom: -25vw;
  }
}
@media (max-width: 540px) {
  .reformcontest__content-img .shapeBox__shape2 {
    bottom: -35vw;
  }
}

.reformcontest__content-img-wrap {
  position: relative;
}

/* .reformcontest__content-img-item{
	position: absolute;
	&:first-of-type {
		width: 595px;
		top: 50px;
		left: 0;
	}
	&:nth-of-type(2) {
		width: 437px;
		top: 0;
		left: 500px;
	}
	&:last-of-type {
		width: 331px;
		top: 360px;
		left: 450px;
	}
} */
/*========================
  リフォームギャラリー
========================*/
/* 右から無限ループ */
/* @keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - var(--scroll-gap) / 2));
  }
} */
.reformcontest__gallery__section {
  position: relative;
  /* margin-block-start: 20vh; */
  width: 100%;
  overflow: hidden;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.reformcontest__gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.reformcontest__gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 0 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.reformcontest__gallery-item {
  width: clamp(18.75rem, 10.366rem + 12.195vw, 25rem);
  /* display: grid;
   place-content: center;
   flex-shrink: 0;
  img {
  	max-width: 400px;
  } */
}
.reformcontest__gallery-item img {
  width: 100%;
  -webkit-filter: opacity(0.8) contrast(0.5);
          filter: opacity(0.8) contrast(0.5);
}

@media (max-width: 1099px) {
  /*余白20px-6px*/
  .reformcontest__gallery-list {
    gap: 0 clamp(0.375rem, -0.304rem + 2.262vw, 1.25rem);
    padding-left: clamp(0.375rem, -0.304rem + 2.262vw, 1.25rem);
    margin-bottom: clamp(0.375rem, -0.304rem + 2.262vw, 1.25rem);
  }
  .reformcontest__gallery-item {
    width: clamp(7.063rem, -2.001rem + 30.21vw, 18.75rem);
  }
}
/*  左から無限ループ */
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right 40s infinite linear 0.5s both;
          animation: infinity-scroll-right 40s infinite linear 0.5s both;
}

/* バナー */
.reformcontest__gallery-front {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reformcontest__gallery-front img {
  /* width: 1200px; */
  /*970-800*/
  width: clamp(56.25rem, 31.098rem + 36.585vw, 75rem);
}
@media (max-width: 1280px) {
  .reformcontest__gallery-front img {
    width: clamp(37.5rem, 2.925rem + 72.125vw, 60.625rem);
  }
}
@media (max-width: 767px) {
  .reformcontest__gallery-front img {
    width: clamp(12.5rem, -3.56rem + 85.653vw, 37.5rem);
  }
}
@media (max-width: 480px) {
  .reformcontest__gallery-front img {
    width: clamp(15.625rem, 3.58rem + 64.24vw, 34.375rem);
  }
}

/*========================
  カンパニー
========================*/
.company__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.company__wrapL {
  width: 46%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .company__wrapL {
    width: 100%;
  }
}

/* シェイプ */
.company__wrapL .shapeBox {
  width: 80%;
}
@media (max-width: 767px) {
  .company__wrapL .shapeBox {
    width: 70%;
  }
}
.company__wrapL .shapeBox__shape {
  bottom: -15vw;
}
@media (max-width: 767px) {
  .company__wrapL .shapeBox__shape {
    bottom: -40vw;
  }
}
.company__wrapL .shapeBox__shape2 {
  bottom: -15vw;
}
@media (max-width: 767px) {
  .company__wrapL .shapeBox__shape2 {
    bottom: -40vw;
  }
}

.company__topimg {
  width: 303px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .company__topimg {
    width: 45%;
  }
}

/* youtubeユーチューブ */
.youtube--company__wrapL {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube--company__wrapL iframe {
  max-width: 750px;
  max-height: 418px;
  width: 100%;
  height: 100%;
}

.youtube-container,
.instaFeed-container {
  position: relative;
}

.loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .loading-wrapper {
    border-radius: 10px;
  }
}

.company__section .loading-wrapper {
  border-radius: 0;
}

.loading {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -24px;
}
.loading span {
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: block;
  margin: 2px;
  width: 20px;
  height: 20px;
  float: left;
}
.loading span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: #3BAED4;
}
.loading span:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  background-color: #00aedb;
}
.loading span:nth-child(3) {
  clear: both;
  float: right;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  background-color: #00a4d0;
}
.loading span:nth-child(4) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  background-color: #2684c1;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ここまで */
.company__undimg {
  margin-top: 20px;
  width: 276px;
}
@media (max-width: 1280px) {
  .company__undimg {
    width: 40%;
  }
}

.company__wrapR {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company__content-ttl {
  font-size: 46px; /*46-29*/
  font-size: clamp(1.813rem, 0.602rem + 2.526vw, 2.875rem);
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 50px;
}
.company__content-ttl span {
  margin-left: -1rem;
}
@media (max-width: 1280px) {
  .company__content-ttl {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .company__content-ttl {
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
    font-size: clamp(1.5rem, 0.246rem + 4.181vw, 2.25rem);
  }
}
@media (max-width: 480px) {
  .company__content-ttl {
    margin-bottom: 10px;
  }
}

.company__content-text {
  line-height: 2.4;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .company__content-text {
    line-height: 2;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .company__content-text {
    margin-bottom: 10px;
    line-height: 1.8;
  }
}
@media (max-width: 480px) {
  .company__content-text {
    line-height: 1.6;
  }
}

.company__wrapR-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .company__tsr {
    margin-top: 30px;
  }
}

.company__tsr-ttl {
  font-size: 20px;
  font-size: clamp(1rem, 0.779rem + 0.735vw, 1.25rem);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

.company__tsr-bunner {
  max-width: 775px;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .company__tsr-bunner {
    width: 90%;
  }
}

/*========================
ノースホームホールディングスの事業領域
========================*/
.businessArea {
  position: relative;
}
@media (max-width: 480px) {
  .businessArea .section__ttl-jp {
    font-size: clamp(0.75rem, -0.429rem + 5.714vw, 1rem);
    padding-left: 30px;
  }
}
.businessArea .section__ttl-en {
  font-size: clamp(3rem, -0.375rem + 10vw, 8.625rem);
}
@media (max-width: 480px) {
  .businessArea .section__ttl-en {
    font-size: clamp(2.375rem, 1rem + 6.667vw, 3rem);
  }
}
.businessArea .section__desc {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .businessArea .section__desc {
    margin-top: 1rem;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}

.businessArea__tab-bg {
  position: relative;
}
.businessArea__tab-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: var(--tab-top, 0);
  height: var(--tab-height, 0);
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  background-color: var(--color-gray);
}

.tab-ui-wrapper {
  margin-left: 0;
  margin-right: auto;
}

.businessArea__tab-label {
  width: 12%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: var(--color-wht);
  display: inline-block;
  border: 1px solid var(--color-gray);
  cursor: pointer;
}
@media (max-width: 767px) {
  .businessArea__tab-label {
    width: 24%;
  }
}
@media (max-width: 400px) {
  .businessArea__tab-label {
    width: 23%;
  }
}
.businessArea__tab-label::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: -33px;
  border: 1px solid var(--color-gray);
  background-color: var(--color-wht);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 100%;
  height: 33px;
}
@media (max-width: 767px) {
  .businessArea__tab-label::before {
    top: -23px;
    height: 23px;
  }
}
@media (max-width: 540px) {
  .businessArea__tab-label::before {
    top: -13px;
    height: 13px;
  }
}

.tab-label-inner {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 12px;
  padding-bottom: 10px;
}

.tab-textSub {
  display: block;
  line-height: 1.4;
  font-size: 20px;
  font-size: clamp(0.625rem, 0.313rem + 1.042vw, 1.25rem);
  font-weight: 700;
  color: var(--color-blue);
}
@media (max-width: 767px) {
  .tab-textSub {
    /* 767  50-28 */
    font-size: clamp(0.563rem, 0rem + 2.5vw, 0.75rem);
  }
}

.tab-text {
  line-height: 1;
  font-size: 58px;
  /*1024 50-32*/
  font-size: clamp(2rem, -2rem + 6.25vw, 3.625rem);
  font-weight: 400;
  font-family: var(--font-en);
  color: var(--color-blk);
}
@media (max-width: 767px) {
  .tab-text {
    /* 767  50-28 */
    font-size: clamp(1.75rem, -0.55rem + 7.666vw, 3.125rem);
  }
}
@media (max-width: 480px) {
  .tab-text {
    /* 28-20 */
    font-size: clamp(1.25rem, -0.25rem + 6.667vw, 1.75rem);
  }
}

.tab-ui-wrapper input {
  display: none;
}

.businessArea__tab-content-wrapper {
  position: relative;
  z-index: 0;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  padding-left: calc(50vw - 50% + 0px);
  background-color: #eee;
}

.businessArea__tab-content {
  display: none;
  padding: 60px 20px 60px 0px;
}
@media (max-width: 767px) {
  .businessArea__tab-content {
    padding: 30px 20px 50px 0px;
  }
}

/*アクティブタブ*/
#tab-1:checked ~ .businessArea__tab-content-wrapper #tab-1-content,
#tab-2:checked ~ .businessArea__tab-content-wrapper #tab-2-content,
#tab-3:checked ~ .businessArea__tab-content-wrapper #tab-3-content,
#tab-4:checked ~ .businessArea__tab-content-wrapper #tab-4-content {
  /* display: block; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.tab-ui-wrapper input:checked + .businessArea__tab-label {
  background-color: var(--color-gray);
}
.tab-ui-wrapper input:checked + .businessArea__tab-label::before {
  background-color: var(--color-gray);
}

/* タブ中身 */
@media (max-width: 767px) {
  .businessArea__tab-content {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.businessArea__tab-contentL {
  position: relative;
  z-index: 5;
  width: 42%;
  margin-right: 150px;
}
@media (max-width: 1280px) {
  .businessArea__tab-contentL {
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  .businessArea__tab-contentL {
    width: 100%;
    margin-right: auto;
  }
}

/* 右コンテンツ */
.businessArea__tab-contentR {
  position: relative;
  z-index: 1;
  width: 425px;
  width: auto;
}
@media (max-width: 767px) {
  .businessArea__tab-contentR {
    width: 100%;
  }
}

.businessArea__tab-title {
  color: var(--color-blue);
  font-size: clamp(1.625rem, 0.875rem + 2.222vw, 2.875rem);
  font-weight: 700;
  line-height: 1;
}

.businessArea__tab-titleno {
  font-size: clamp(2.75rem, 0.95rem + 5.333vw, 5.75rem);
  font-family: var(--font-en);
  font-weight: 400;
  margin-right: 15px;
}

.businessArea__tab-subtitle {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.05rem + 0.222vw, 1.25rem);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .businessArea__tab-subtitle {
    margin-bottom: 30px;
  }
}

.businessArea__tab-desc {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .businessArea__tab-desc {
    line-height: 1.6;
  }
}

.businessArea__tab-tag-list {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .businessArea__tab-tag-list {
    display: none;
  }
}
@media (min-width: 768px) {
  .businessArea__tab-tag-list.--disp767 {
    display: none;
  }
}
@media (max-width: 767px) {
  .businessArea__tab-tag-list.--disp767 {
    display: block;
  }
}

.businessArea__tab-tag-item {
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 10px 10px 0;
  font-weight: 500;
  color: var(--color-blue);
  background: var(--color-wht);
  line-height: 1;
}
@media (max-width: 1280px) {
  .businessArea__tab-tag-item {
    margin: 10px 10px 5px 0;
  }
}
@media (max-width: 767px) {
  .businessArea__tab-tag-item {
    margin: 5px 5px 5px 0;
  }
}

@media (max-width: 767px) {
  .businessArea__tab-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .businessArea__tab-btn.--disp767 {
    display: none;
  }
}
@media (max-width: 767px) {
  .businessArea__tab-btn.--disp767 {
    display: block;
  }
}

/* 右コンテンツ */
/* .businessArea__tab-img {
	width: 425px;
	position: relative;
	right: 40px;
	top: 0px;
	z-index: 1;
} */
.businessArea__img-wrap {
  padding-top: 20%;
  padding-left: 15%;
}
@media (max-width: 767px) {
  .businessArea__img-wrap {
    padding-top: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .businessArea__img-wrap {
    margin-bottom: 50px;
  }
}

.businessArea__img-container {
  width: 400px; /* コンテナのサイズ */
  height: 400px;
  width: clamp(11.563rem, 4.844rem + 22.396vw, 25rem);
  height: clamp(11.563rem, 4.844rem + 22.396vw, 25rem);
  overflow: hidden;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 20px;
  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;
}

.businessArea__img-container img {
  width: 220%; /* 見切れるため拡大 */
  max-width: none;
  height: auto;
  position: absolute;
  top: 80%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); /* 中央に配置し元の向きに戻す */
}

/* シェイプ */
.businessArea__tab-contentR .shapeBox {
  width: 80%;
}
@media (max-width: 767px) {
  .businessArea__tab-contentR .shapeBox {
    width: 60%;
  }
}
.businessArea__tab-contentR .shapeBox__shape {
  bottom: -5vw;
}
@media (max-width: 1280px) {
  .businessArea__tab-contentR .shapeBox__shape {
    bottom: -10vw;
  }
}
@media (max-width: 767px) {
  .businessArea__tab-contentR .shapeBox__shape {
    bottom: -10vw;
  }
}
.businessArea__tab-contentR .shapeBox__shape2 {
  bottom: -5vw;
}
@media (max-width: 1280px) {
  .businessArea__tab-contentR .shapeBox__shape2 {
    bottom: -10vw;
  }
}
@media (max-width: 767px) {
  .businessArea__tab-contentR .shapeBox__shape2 {
    bottom: -10vw;
  }
}

/*========================
リフォーム事業2
========================*/
/* 水回り */
.reformBusiness .section__ttl {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .reformBusiness {
    margin-bottom: 0;
  }
}

.reformBusiness__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .reformBusiness__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.reformBusiness__list-item {
  position: relative;
  width: 33.333%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .reformBusiness__list-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .reformBusiness__list-item {
    width: 100%;
  }
}
.reformBusiness__list-item a {
  cursor: pointer;
  max-height: 460px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  .reformBusiness__list-item a {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .reformBusiness__list-item a {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .reformBusiness__list-item a {
    height: 150px;
  }
}
.reformBusiness__list-item a:hover .reformBusiness__list-bg {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.reformBusiness__list-item a:hover .reformBusiness__list-icon {
  -webkit-filter: grayscale(100%) brightness(10);
          filter: grayscale(100%) brightness(10);
}
.reformBusiness__list-item a:hover p {
  color: var(--color-wht);
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

.reformBusiness__list-bg {
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: opacity(0.3) grayscale(100%) brightness(1);
          filter: opacity(0.3) grayscale(100%) brightness(1);
  width: 100%;
}
@media (max-width: 767px) {
  .reformBusiness__list-bg {
    -o-object-position: top -10vw left 0px;
       object-position: top -10vw left 0px;
  }
}

.reformBusiness__list-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: auto;
}
@media (max-width: 1024px) {
  .reformBusiness__list-text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .reformBusiness__list-text {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .reformBusiness__list-text {
    width: 90%;
  }
}

.reformBusiness__list-icon {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 224px;
  height: 225px;
  width: clamp(7.5rem, -18.5rem + 32.5vw, 14rem);
  height: clamp(7.5rem, -18.5rem + 32.5vw, 14rem);
  margin: auto;
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .reformBusiness__list-icon {
    margin-top: clamp(3.125rem, -7.644rem + 13.462vw, 7.5rem);
  }
}
@media (max-width: 1024px) {
  .reformBusiness__list-icon {
    width: 70%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .reformBusiness__list-icon {
    width: 130px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .reformBusiness__list-icon {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .reformBusiness__list-ttl-desc {
    margin-top: -60px;
  }
}

.reformBusiness__list-ttl {
  font-size: 46px;
  font-size: clamp(1.25rem, -2.75rem + 5vw, 2.875rem);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .reformBusiness__list-ttl {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .reformBusiness__list-ttl {
    margin-bottom: 0.4rem;
  }
}

@media (max-width: 767px) {
  .reformBusiness__list-desc {
    line-height: 1.6;
  }
}

/*========================
リフォーム事例
========================*/
.topWorks {
  background: var(--color-gray);
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1280px) {
  .topWorks {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .topWorks {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.works__wrap {
  padding-bottom: 100px;
  width: calc(50% + 50vw);
  margin-right: calc(-50vw + 50%);
}

.works__list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 30px;
}

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

.works__item-thumb {
  margin-bottom: 10px;
}
.works__item-thumb img {
  border-radius: 20px;
}

.works__item-desc {
  font-size: 20px;
  margin-bottom: 10px;
}

.works__item-cat {
  color: var(--color-wht);
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  border-radius: 50px;
  background: var(--color-blue);
}

/*========================
  topWorks　スライダー
========================*/
.topWorks {
  /* overflow: hidden; */
}

.topWorks-slide {
  /*
    .splide__arrows {
      display: flex;
      gap: 1.6rem;
    }

    .splide__arrow--prev,
    .splide__arrow--next {
      position: relative;
      flex-shrink: 0;
      margin: 0;
    }

    .splide__arrow--prev,
    .splide__arrow--next {
      display: grid;
      place-content: center;
      width: 60px;
      height: 60px;
      cursor: pointer;
      transition: .5s;
      background-color: var(--color-blue);
      border-radius: 50%;
    }

    .splide__arrow > svg {
      display: none;
    }

    .splide__arrow--prev::after,
    .splide__arrow--next::after {
      width: 1rem;
      height: 1rem;
      content: "";
      border: solid #fff;
      border-width: 2px 2px 0 0;
    }

    .splide__arrow--prev::after {
      margin-left: 0.4rem;
      transform: rotate(-135deg);
    }

    .splide__arrow--next::after {
      margin-right: 0.4rem;
      transform: rotate(45deg);
    }


    .splide-controller {
      display: flex;
      gap: 1.6rem;
      align-items: center;
      margin-top: 3.2rem;
    }
    .splide__pagination {
      display: flex;
      flex-wrap: nowrap;
      margin: 0 auto 0 0;
      text-align: center;
      width: 100%;
      height: 2px;
      background-color: #D1D1D1;
      font-size: 0;///liタグの下にある余白を消すため

      > li {
        width: 100%;
      }

      .splide__pagination__page {
        width: 100%;
        transition: 1s;
      }

      .splide__pagination__page.is-active {
        height: 4px;
        background-color: #006BBE;
      }
    } */
}
.topWorks-slide .splide__track {
  overflow: visible;
}

@media (min-width: 1440px) {
  .splide__slide {
    width: 490px;
  }
}
@media (max-width: 1439px) and (min-width: 1280px) {
  .splide__slide {
    width: 400px;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .splide__slide {
    width: 360px;
  }
}
@media (max-width: 767px) and (min-width: 540px) {
  .splide__slide {
    width: 237px;
  }
}
@media (max-width: 539px) {
  .splide__slide {
    width: 237px;
  }
}

.topWorks-img {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .topWorks-img {
    margin-top: 5px;
  }
}
.topWorks-img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media (max-width: 767px) {
  .topWorks-img img {
    border-radius: 10px;
  }
}

.topWorks-ttl {
  font-size: clamp(1rem, 0.818rem + 0.541vw, 1.25rem);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}

.topWorks-tag {
  font-size: clamp(0.875rem, 0.784rem + 0.27vw, 1rem);
  font-weight: 700;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  border-radius: 50px;
  background: var(--color-blue);
  color: var(--color-wht);
}
@media screen and (max-width: 767px) {
  .topWorks-tag {
    height: 21px;
  }
}

@media screen and (max-width: 767px) {
  .sec-tit-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-tit-block .btn {
    margin-bottom: 25px;
  }
  .btn--topWorks {
    padding-left: 0;
    padding-right: 0;
    width: 120px;
  }
  .topWorks-day {
    font-size: 14px;
  }
  /*   .topWorks .splide__arrows {
      gap: 20px;
    }

    .topWorks .splide__arrow--prev,
    .topWorks .splide__arrow--next {
      width: 40px;
      height: 40px;
    } */
}
/*========================
イベント情報
========================*/
.topEvent__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topEvent__wrapL {
  width: 46%;
  margin-right: 5%;
  margin-top: 10%;
}
@media (max-width: 767px) {
  .topEvent__wrapL {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

/* シェイプ */
.topEvent__wrapL .shapeBox {
  z-index: 0;
  width: 80%;
}
@media (max-width: 767px) {
  .topEvent__wrapL .shapeBox {
    width: 70%;
    z-index: auto;
  }
}
.topEvent__wrapL .shapeBox__shape {
  bottom: -10vw;
}
@media (max-width: 767px) {
  .topEvent__wrapL .shapeBox__shape {
    bottom: -25vw;
  }
}
@media (max-width: 480px) {
  .topEvent__wrapL .shapeBox__shape {
    bottom: -35vw;
  }
}
.topEvent__wrapL .shapeBox__shape2 {
  bottom: -10vw;
}
@media (max-width: 767px) {
  .topEvent__wrapL .shapeBox__shape2 {
    bottom: -25vw;
  }
}
@media (max-width: 480px) {
  .topEvent__wrapL .shapeBox__shape2 {
    bottom: -35vw;
  }
}

.topEvent__wrapL-img {
  position: relative;
  max-width: 696px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .topEvent__wrapL-img {
    max-width: 500px;
    margin-inline: auto;
    margin-bottom: 50px;
  }
}

.topEvent__wrapR {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.topEvent__content-day {
  font-size: 14px;
  color: #999;
}

.topEvent__content-ttl {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 2px solid #000;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .topEvent__content-ttl {
    line-height: 1.4;
    font-size: 20px;
  }
}

.topEvent__content-box__ttl {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}
.topEvent__content-box__ttl::before {
  content: "";
  display: block;
  width: 17px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../img/campaign.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.topEvent__content-box__desc {
  margin-left: 2.4rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .topEvent__content-box__desc-item {
    line-height: 1.6;
  }
}
.topEvent__content-box__desc-item::before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 100%;
  background: var(--color-blk);
}

.topEvent__content-box__day {
  position: relative;
  padding-left: 35px;
  padding-left: 2.5em;
  text-indent: 0em;
}
@media (max-width: 767px) {
  .topEvent__content-box__day {
    line-height: 1.6;
  }
}
.topEvent__content-box__day::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../img/icon_time.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.topEvent__content-box__place {
  position: relative;
  padding-left: 35px;
}
@media (max-width: 767px) {
  .topEvent__content-box__place {
    line-height: 1.6;
  }
}
.topEvent__content-box__place::before {
  content: "";
  display: block;
  width: 11px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../img/icon_pin.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.topEvent__content-box__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
}
@media (max-width: 767px) {
  .topEvent__content-box__btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .topEvent__content-box__btn.--disp767 {
    display: none;
  }
}
@media (max-width: 767px) {
  .topEvent__content-box__btn.--disp767 {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
}

/*========================
お知らせ
========================*/
.topNews__list {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .topNews__list {
    margin-top: 20px;
  }
}

.topNews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
  width: 74.7%;
  padding: 30px 0;
  border-bottom: 1px solid var(--color-blk);
}
.topNews__item:first-child {
  border-top: 1px solid var(--color-blk);
}
@media (max-width: 767px) {
  .topNews__item {
    width: 100%;
    padding: 20px 0;
  }
}

.topNews__item-link {
  text-decoration: none;
}
.topNews__item-link:hover p {
  background-size: 100% 1px;
}
.topNews__item-link p {
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#333));
  background-image: linear-gradient(90deg, #333, #333);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}

.topNews__item-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.topNews__item-time {
  color: #999;
  margin-right: 1.5rem;
}

.topNews__item-cat {
  font-size: 14px;
  color: var(--color-wht);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  border-radius: 50px;
  background: var(--color-blue);
}

.topNews__item-ttl {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .topNews__item-ttl {
    font-size: 16px;
    line-height: 1.6;
  }
}

/*========================
インスタグラム
========================*/
.topInstagram {
  background: var(--color-gray);
  padding: 30px 0 100px 0;
}
@media (max-width: 1024px) {
  .topInstagram {
    padding: 20px 0 50px 0;
  }
}
@media (max-width: 480px) {
  .topInstagram {
    padding: 0 0 40px 0;
  }
}

.topInstagram__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.vertical_font {
  display: inline-block;
  font-family: var(--font-en);
  /*1440(100)-540(60)*/
  font-size: clamp(3.75rem, 2.25rem + 4.444vw, 6.25rem);
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media (max-width: 480px) {
  .vertical_font {
    line-height: 0.6;
  }
}

/* 左 */
.topInstagram__ttl {
  /*1440(100)-480(40)*/
  width: clamp(2.5rem, 0.625rem + 6.25vw, 6.25rem);
  /*1440(70)-540(30)*/
  margin-right: 50px;
}
@media (max-width: 767px) {
  .topInstagram__ttl {
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  .topInstagram__ttl {
    margin-right: 25px;
  }
}

/* 右 */
.topInstagram__content-splide {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(50% + 50vw);
  margin-right: calc(-50vw + 50%);
  margin-top: clamp(2.5rem, 0.625rem + 6.25vw, 6.25rem);
}

.topInstagram__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.topInstagram__item {
  margin-right: 20px;
  /*1440(50)-540(20)*/
  /* margin-right:50px;
  @media (max-width: 1280px) {
  	margin-right: 40px;
  }
  @media (max-width: 767px) {
  	margin-right: 30px;
  }
  @media (max-width: 480px) {
  	margin-right: 20px;
  } */
}

.topInstagram__item-thumb {
  max-width: 350px;
  /*1440:350-540:250*/
  margin-bottom: 10px;
}
.topInstagram__item-thumb img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .topInstagram__item-thumb img {
    border-radius: 10px;
  }
}

.topInstagram__desc-btn {
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .topInstagram__desc-btn {
    margin-top: 20px;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .topInstagram__desc-btn {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .topInstagram__desc {
    margin-bottom: 30px;
  }
}

/*========================
ユーチューブ2
========================*/
.--topYoutube.topInstagram {
  background: var(--color-blue);
}
@media (max-width: 767px) {
  .--topYoutube.topInstagram {
    padding: 50px 0 50px 0;
  }
}
@media (max-width: 480px) {
  .--topYoutube.topInstagram {
    padding: 30px 0 40px 0;
  }
}
.--topYoutube .vertical_font {
  /*1440(100)-540(44)*/
  font-size: clamp(2.75rem, 0.65rem + 6.222vw, 6.25rem);
}
.--topYoutube .topInstagram__ttl {
  /*1440(100)-480(34)*/
  width: clamp(2.125rem, 0.062rem + 6.875vw, 6.25rem);
  /*1440(70)-540(30)*/
  margin-right: 40px;
}
@media (max-width: 767px) {
  .--topYoutube .topInstagram__ttl {
    margin-right: 30px;
  }
}
@media (max-width: 480px) {
  .--topYoutube .topInstagram__ttl {
    margin-right: 25px;
  }
}
.--topYoutube .topInstagram__content-splide {
  margin-top: clamp(1.5rem, -0.875rem + 7.917vw, 6.25rem);
}
.--topYoutube .topInstagram__item-thumb {
  /* youtubeユーチューブ */
  max-width: 560px;
  width: 100%;
  aspect-ratio: 16/9;
}
.--topYoutube .topInstagram__item-thumb iframe {
  max-width: 560px;
  max-height: 315px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .--topYoutube .topInstagram__item-thumb iframe {
    border-radius: 20px;
  }
}
.--topYoutube .topInstagram__item-thumb iframe {
  pointer-events: auto;
  width: 100%;
  height: 100%;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.--topYoutube .topInstagram__item {
  cursor: -webkit-grab;
  cursor: grab;
}
.--topYoutube .topInstagram__item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.--topYoutube .vertical_font,
.--topYoutube .topInstagram__desc-btn,
.--topYoutube .link__btn-inner {
  color: var(--color-wht);
}
.--topYoutube .topInstagram__desc-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .--topYoutube .topInstagram__desc-btn {
    margin-top: 10px;
  }
}

/*========================
お寄せいただいたお客様の声
========================*/
.topVoice .section__ttl-jp {
  word-break: keep-all;
  white-space: nowrap;
}
@media (max-width: 350px) {
  .topVoice .section__ttl-jp {
    font-size: 14px;
  }
}
.topVoice .section__desc,
.topVoice .section__ttl-btn {
  width: auto;
}
@media (max-width: 767px) {
  .topVoice .section__desc,
  .topVoice .section__ttl-btn {
    margin-top: 1rem;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}

.section__ttl-wrap--voice {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.section__ttl--voice {
  margin-right: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.topVoice-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 30px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .topVoice-list {
    gap: 0 20px;
  }
}
@media (max-width: 540px) {
  .topVoice-list {
    gap: 0 10px;
  }
}

.topVoice-item {
  background: #d6e9f6;
  border-radius: 20px;
  padding: 30px;
}
.topVoice-item blockquote {
  border-left: none;
  background-color: inherit;
}
@media (max-width: 767px) {
  .topVoice-item {
    width: 90%;
    margin: 0 auto;
  }
}

.topVoice-wrap .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .topVoice-wrap .splide__pagination {
    margin-bottom: 30px;
  }
}
.topVoice-wrap .splide__pagination li button {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #999;
  border-radius: 10px;
}
@media (max-width: 540px) {
  .topVoice-wrap .splide__pagination li button {
    width: 10px;
    height: 10px;
  }
}
.topVoice-wrap .splide__pagination li button::before {
  width: 100%;
  height: 100%;
}
.topVoice-wrap .splide__pagination li.is-active button {
  background-color: var(--color-blue);
}

.topVoice-wrap .splide .splide__slide {
  overflow: hidden;
  border-radius: 10px;
}

.topVoice-item--l {
  background: #f1decc;
}

.topVoice-item--l .topVoice-wrap__icon {
  /* svg画像の色変更 */
  -webkit-filter: invert(54%) sepia(90%) saturate(257%) hue-rotate(349deg) brightness(96%) contrast(95%);
          filter: invert(54%) sepia(90%) saturate(257%) hue-rotate(349deg) brightness(96%) contrast(95%);
}

.topVoice-item__quote {
  position: relative;
  margin-bottom: 30px;
}
.topVoice-item__quote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-image: url("../img/voice-quote.svg");
  background-repeat: no-repeat;
}

.topVoice-item__text {
  line-height: 1.4;
  text-indent: 2rem;
}

.topVoice-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topVoice-item__icon {
  margin-right: 20px;
}

.topVoice-item__name {
  font-weight: 500;
}

.topVoice-item__date {
  font-size: 14px;
}

.topVoice-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topVoice-item--l {
  background: #f1decc;
}

.topVoice-item--l .topVoice-item__icon {
  /* svg画像の色変更 */
  -webkit-filter: invert(54%) sepia(90%) saturate(257%) hue-rotate(349deg) brightness(96%) contrast(95%);
          filter: invert(54%) sepia(90%) saturate(257%) hue-rotate(349deg) brightness(96%) contrast(95%);
}

/*========================
CTA
========================*/
.topCta {
  margin-top: 30px;
}
@media (max-width: 1280px) {
  .topCta {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .topCta {
    margin-top: 60px;
  }
}

.topCta-wrap {
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 342px;
  gap: 0 clamp(1.875rem, -8.125rem + 12.5vw, 3.125rem);
}
@media (max-width: 767px) {
  .topCta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px 0;
    max-width: 506px;
  }
}
@media (max-width: 540px) {
  .topCta-wrap {
    gap: 60px 0;
    min-width: auto;
  }
}

.topCta-wrap__content {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-top: 0px;
  padding-bottom: 60px;
}
@media (max-width: 1280px) {
  .topCta-wrap__content {
    padding-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .topCta-wrap__content {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .topCta-wrap__content {
    max-width: 506px;
    padding-bottom: 0;
  }
}
@media (max-width: 540px) {
  .topCta-wrap__content {
    padding-bottom: 40px;
  }
}
.topCta-wrap__content::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: -32px;
  background-color: var(--color-gray);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 100%;
  height: 33px;
}

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

.topCta__ttl {
  /* 	font-size: 24px; */
  font-size: clamp(1.25rem, 1.068rem + 0.541vw, 1.5rem);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .topCta__ttl {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .topCta__ttl {
    font-size: clamp(1.25rem, 0.655rem + 1.762vw, 1.5rem);
    margin-bottom: 0;
  }
}
@media (max-width: 540px) {
  .topCta__ttl {
    margin-top: 0;
  }
}
.topCta__ttl.--line {
  font-size: clamp(1.25rem, 0.976rem + 0.811vw, 1.625rem);
}
@media (max-width: 767px) {
  .topCta__ttl.--line {
    margin-bottom: 30px;
  }
}

.topCta__ttl-span {
  display: block;
  /* 1800/44-800/20 */
  font-size: clamp(1.25rem, 0.05rem + 2.4vw, 2.75rem);
  line-height: 1.4;
}

.topCta__desc {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .topCta__desc {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .topCta__desc {
    margin-bottom: 20px;
    line-height: 1.6;
  }
}

.topCta__telno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topCta__telno-link {
  line-height: 1;
  /* 	font-size: 47px; */
  /* 1280pxまで */
  font-size: clamp(2.313rem, -2.688rem + 6.25vw, 2.938rem);
  font-family: var(--font-en);
  position: relative;
  padding-left: 50px;
}
@media (max-width: 1279px) {
  .topCta__telno-link {
    /* 37-31 */
    font-size: clamp(1.938rem, 1.664rem + 0.811vw, 2.313rem);
  }
}
.topCta__telno-link::before {
  content: "";
  display: block;
  width: 30px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../img/icon_tel2.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.topCta-mail-wrap {
  color: var(--color-wht);
  background: var(--color-blue);
}
.topCta-mail-wrap::before {
  background-color: var(--color-blue);
}

.topCta-mail__address {
  display: inline-block;
  border: 1px solid var(--color-wht);
}

.btnSlot {
  display: inline-block;
  color: var(--color-wht);
  background-color: transparent;
  border-color: var(--color-wht);
  text-align: center;
  vertical-align: middle;
  border: 1px solid var(--color-wht);
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnSlot:hover {
  background-color: #1a77b3;
  color: white;
}

.btnSlot.btn-switch-text:hover .btn-double-text:before {
  -webkit-transform: translate(-50%, 150%);
          transform: translate(-50%, 150%);
  opacity: 1;
}

.btnSlot.btn-switch-text:active .btn-double-text,
.btnSlot.btn-switch-text:hover .btn-double-text {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}

.btnSlot.btn-switch-text .btn-double-text {
  -webkit-transition: opacity 0.65s, -webkit-transform 0.85s;
  transition: opacity 0.65s, -webkit-transform 0.85s;
  transition: opacity 0.65s, transform 0.85s;
  transition: opacity 0.65s, transform 0.85s, -webkit-transform 0.85s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
          transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btnSlot.btn-switch-text > span {
  padding: 0px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.img-out {
  line-height: 1;
}

/*アイコン*/
.btnSlot img {
  width: 32px;
  /*1920/32-1280/22*/
  width: clamp(1.375rem, 0.125rem + 1.563vw, 2rem);
  margin-right: clamp(0.625rem, 0.25rem + 1.111vw, 1.25rem);
  margin-left: 0px;
  position: relative;
  margin-left: 0px;
}
@media (max-width: 1279px) {
  .btnSlot img {
    /*1279/22-540/16.5*/
    width: clamp(1.031rem, 0.897rem + 0.598vw, 1.375rem);
  }
}

/*テキスト*/
.btnSlot.btn-switch-text .btn-double-text {
  -webkit-transition: opacity 0.65s, -webkit-transform 0.85s;
  transition: opacity 0.65s, -webkit-transform 0.85s;
  transition: opacity 0.65s, transform 0.85s;
  transition: opacity 0.65s, transform 0.85s, -webkit-transform 0.85s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
          transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  font-weight: 600;
  /*1920/46-1280/28*/
  font-size: clamp(1.75rem, -0.5rem + 2.813vw, 2.875rem);
}
@media (max-width: 1279px) {
  .btnSlot.btn-switch-text .btn-double-text {
    /* 28-21 */
    font-size: clamp(1.313rem, 0.993rem + 0.946vw, 1.75rem);
  }
}

.btnSlot.btn-switch-text .btn-double-text:before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: opacity 0.5s, transform 0.8s;
  transition: opacity 0.5s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
          transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

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

.topCta-line__info {
  width: 80%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topCta-line__infoL {
  width: calc(100% - 155px);
}
@media (max-width: 1280px) {
  .topCta-line__infoL {
    width: 100%;
  }
}

.topCta-line-account {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .topCta-line-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.topCta-line-account-link {
  /* 1440/28-1300/19 */
  font-size: clamp(1.188rem, -1.714rem + 3.571vw, 1.5rem);
  font-weight: 500;
  color: var(--color-blk);
  position: relative;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .topCta-line-account-link {
    /* 28-18 */
    font-size: clamp(1.125rem, 0.75rem + 1.111vw, 1.75rem);
  }
}
.topCta-line-account-link::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../img/icon_lin2.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.topCta-line-desc {
  text-align: left;
}
@media (max-width: 767px) {
  .topCta-line-desc {
    text-align: center;
  }
}

.topCta-line__infoR {
  width: 105px;
}
@media (max-width: 1280px) {
  .topCta-line__infoR {
    display: none;
  }
}
@media (min-width: 1281px) {
  .topCta-line__infoR.--disp1280 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .topCta-line__infoR.--disp1280 {
    display: block;
    width: 150px;
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .topCta-line__infoR.--disp1280 {
    width: 200px;
  }
}

/*========================
採用情報 recruit
========================*/
.topRecruit {
  overflow: hidden;
  background: var(--color-blue);
  padding-top: 90px;
  padding-bottom: 250px;
  /* background-image: url(../img/top__recruit_bg.webp);
  background-position: 530px -150px;
  background-repeat: no-repeat;
  background-size: 90%; */
}
@media (max-width: 767px) {
  .topRecruit {
    background-size: 140%;
    background-position: 230px -40px;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
@media (max-width: 480px) {
  .topRecruit {
    background-size: 250%;
    background-position: -40px -100px;
    margin-top: 60px;
  }
}

.inner2--relative {
  position: relative;
}

/* 採用情報 背景 */
.mutualVerticalScroll {
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  /*  左から無限ループ */
}
@-webkit-keyframes infinity-scroll-left--tate {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes infinity-scroll-left--tate {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.mutualVerticalScroll .mutualVerticalScroll__contner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  /*1440/50-1280/40*/
  margin-right: clamp(2.5rem, -2.5rem + 6.25vw, 3.125rem);
  margin-top: -50%;
}
@media (max-width: 767px) {
  .mutualVerticalScroll .mutualVerticalScroll__contner {
    /*30-20*/
    margin-right: clamp(1.25rem, -0.237rem + 4.405vw, 1.875rem);
  }
}
.mutualVerticalScroll .mutualVerticalScroll__gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  gap: 20px 0px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.mutualVerticalScroll .scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left--tate 80s infinite linear 0.5s both;
          animation: infinity-scroll-left--tate 80s infinite linear 0.5s both;
}
.mutualVerticalScroll .mutualVerticalScroll__gallery-item {
  /*1920/326-480/147*/
  width: clamp(9.188rem, 5.458rem + 12.431vw, 20.375rem);
}
.mutualVerticalScroll .mutualVerticalScroll__gallery-item img {
  width: 100%;
  -webkit-filter: opacity(0.8) contrast(0.5);
          filter: opacity(0.8) contrast(0.5);
}
@media (max-width: 1099px) {
  .mutualVerticalScroll {
    /*余白20px-6px*/
  }
  .mutualVerticalScroll .mutualVerticalScroll__gallery-list {
    gap: clamp(0.375rem, -0.304rem + 2.262vw, 1.25rem) 0;
    padding-left: clamp(0.375rem, -0.304rem + 2.262vw, 1.25rem);
    margin-bottom: clamp(0.375rem, -0.304rem + 2.262vw, 1.25rem);
  }
  .mutualVerticalScroll .mutualVerticalScroll__gallery-item {
    width: clamp(7.063rem, -2.001rem + 30.21vw, 18.75rem);
  }
}
@-webkit-keyframes infinity-scroll-right--tate {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes infinity-scroll-right--tate {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.mutualVerticalScroll .scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right--tate 80s infinite linear 0.5s both;
          animation: infinity-scroll-right--tate 80s infinite linear 0.5s both;
}

.topRecruit-L1 {
  position: relative;
  z-index: 1;
  width: 100%;
}

.topRecruit-R1 {
  position: absolute;
  top: -50%;
  right: auto;
  left: 0%;
  margin: 0 calc(-50vw + 50%);
  /*左側のみはみ出す場合
     width: calc(50% + 50vw);
      margin-left: calc(-50vw + 50%);*/
  padding-left: calc(50vw - 50% + 0px);
  /*  background-color: var(--color-gray); */
}
@media (max-width: 1099px) {
  .topRecruit-R1 {
    left: -50%;
  }
}
@media (max-width: 767px) {
  .topRecruit-R1 {
    left: auto;
    right: 90%;
  }
}
@media (max-width: 540px) {
  .topRecruit-R1 {
    right: 100px;
  }
}

.topRecruit .section__ttl,
.topRecruit .link__btn-inner {
  color: var(--color-wht);
}

.topRecruit .section__ttl-jp::before {
  background-image: url(../img/section__ttlw.svg);
}

.topRecruit-ttl,
.topRecruit-desc {
  color: var(--color-wht);
  max-width: 640px;
  width: 80%;
}
@media (max-width: 767px) {
  .topRecruit-ttl,
  .topRecruit-desc {
    width: 100%;
  }
}

.topRecruit-ttl {
  /* 1440/36-360/2 */
  font-size: clamp(1.438rem, 1.167rem + 1.204vw, 2.25rem);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}

.topRecruit-desc {
  margin-bottom: 30px;
}

/*========================
フッター　top__footer
========================*/
.topFooter {
  background: var(--color-gray);
  position: relative;
  /* padding-bottom: 90px; */
  padding-bottom: clamp(2.5rem, 0.22rem + 6.757vw, 5.625rem);
  padding-bottom: 120px;
}
@media (max-width: 1280px) {
  .topFooter {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .topFooter {
    padding-bottom: 50px;
  }
}
.topFooter::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: -159px;
  background-color: var(--color-gray);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 100%;
  height: 160px;
}
@media (max-width: 767px) {
  .topFooter::before {
    top: -99px;
    height: 100px;
  }
}
@media (max-width: 540px) {
  .topFooter::before {
    top: -59px;
    height: 60px;
  }
}

.topFooter-follow-wrap {
  position: relative;
  z-index: 1;
  top: -220px;
}
@media (max-width: 767px) {
  .topFooter-follow-wrap {
    top: -150px;
    margin-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .topFooter-follow-wrap {
    margin-bottom: 30px;
  }
}

.topFooter-follow-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
}

.topFooter-follow-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}

.topFooter-follow-item {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
.topFooter-follow-item:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

/*フッターナビ*/
.topFooter-nav {
  margin-top: -150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.topFooter-nav__wrap {
  margin-bottom: 1rem;
}
@media (max-width: 700px) {
  .topFooter-nav__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.topFooter-nav__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #111;
}
.topFooter-nav__inner:not(:first-child) {
  border-left: none;
}
@media (max-width: 700px) {
  .topFooter-nav__inner:not(:first-child) {
    border-left: 2px solid #111;
    border-top: none;
  }
}

.topFooter-nav__list {
  padding: 30px;
}
@media (max-width: 767px) {
  .topFooter-nav__list {
    padding: 20px;
  }
}
@media (max-width: 700px) {
  .topFooter-nav__list {
    padding: 30px;
  }
}
@media (max-width: 540px) {
  .topFooter-nav__list {
    padding: 20px;
  }
}

.topFooter-nav__item {
  font-weight: 500;
}
.topFooter-nav__item a {
  position: relative;
  display: inline;
}
.topFooter-nav__item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.topFooter-nav__item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.topFooter-navInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .topFooter-navInfo {
    margin-bottom: 20px;
  }
}

.topFooter-navInfo__name {
  font-size: 22px;
  font-weight: 500;
  margin-right: 40px;
}

.topFooter-navInfo__address {
  /* font-size: 18px; */
  font-size: clamp(1rem, 0.909rem + 0.27vw, 1.125rem);
  margin-right: 40px;
}

.topFooter-navInfo__map {
  text-decoration: underline;
  display: inline;
}

.topFooter-navInfo__tel {
  margin-right: 1rem;
}

.topFooter-navInfo__tel-link {
  display: inline;
}

.topFooter-navInfo__fax {
  margin-right: 1rem;
}

.topFooter-company {
  /* margin-top: 90px; */
  margin-top: clamp(2.5rem, 0.22rem + 6.757vw, 5.625rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.topFooter-copy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.topFooter-copy small {
  font-size: 14px;
  line-height: 5;
}

@media screen and (max-width: 768px) {
  .topFooter-nav__wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .topFooter-navInfo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .topFooter-company {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
/*===================================================================
    トップページ
===================================================================*/
/*===================================================================
    mv
===================================================================*/
.mv-bg {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.mv-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.mv-bg.active::before {
  width: 0%;
}

.mv-copy--strong {
  background-color: var(--color-blue);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5em;
  display: inline-block;
  position: relative;
}
.mv-copy--strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s ease 1s;
  transition: 0.5s ease 1s;
}
.mv-copy--strong.active::after {
  width: 0%;
}

.mv-copy--space {
  padding-top: 15px;
}

.mv-img-mask {
  display: block;
  width: 0%;
  height: 100%;
  background-color: var(--color-yellow);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.mv-img-mask.on {
  right: auto;
  left: 0;
  width: 100%;
}

.mv-img02 {
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .mv-bg {
    margin-bottom: 0;
  }
  .mv-wrap {
    padding-top: 120px;
    margin-left: 4%;
  }
}
.mv-copy {
  margin-left: auto;
}

.mv-wrapR {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
}

.mv-img03 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 15px;
}

.mv-img02 {
  width: calc(50% - 15px);
  margin-right: 15px;
  margin-left: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.mv-img01 {
  width: 50%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/*========================
    top-company
========================*/
.top-company {
  overflow: hidden;
}

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

.top-company-wrapL {
  width: 43vw;
  position: relative;
}

.company-circle {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

.company-circle-position {
  position: relative;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.company-circle-position.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.company-circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
}

.company-circle-roll {
  -webkit-animation: 60s linear infinite spin;
          animation: 60s linear infinite spin;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top-company-wrapR {
  width: calc(100% - 43vw);
}

.top-company-tit {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 50px;
}

.top-company--strong {
  background-color: var(--color-blue);
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-right: 5px;
  position: relative;
}
.top-company--strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s ease 0.8s;
  transition: 0.5s ease 0.8s;
}
.top-company--strong.active::after {
  width: 0%;
}

@media screen and (max-width: 1700px) {
  .top-company-wrapL {
    width: 720px;
  }
  .top-company-wrapR {
    width: calc(100% - 720px);
  }
}
@media screen and (max-width: 1200px) {
  .top-company-wrapL {
    width: 600px;
  }
  .top-company-wrapR {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width: 1024px) {
  .top-company-wrapL {
    max-width: 600px;
    width: 100%;
    margin-bottom: 60px;
  }
  .company-circle {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
    width: 124%;
  }
  .top-company-wrapR {
    width: 100%;
    margin-left: 5%;
  }
  .top-company-tit {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-company-wrapR {
    margin-left: 4%;
  }
}
/*========================
  top-service
========================*/
.service,
.top-service {
  overflow: hidden;
}

.top-service-slide .splide__track {
  overflow: visible;
}
.top-service-slide .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.top-service-slide .splide__arrow--prev,
.top-service-slide .splide__arrow--next {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.top-service-slide .splide__arrow--prev,
.top-service-slide .splide__arrow--next {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color-blue);
  border-radius: 50%;
}
.top-service-slide .splide__arrow > svg {
  display: none;
}
.top-service-slide .splide__arrow--prev::after,
.top-service-slide .splide__arrow--next::after {
  width: 1rem;
  height: 1rem;
  content: "";
  border: solid #fff;
  border-width: 2px 2px 0 0;
}
.top-service-slide .splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.top-service-slide .splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-service-slide .splide-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.2rem;
}
.top-service-slide .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto 0 0;
  text-align: center;
  width: 100%;
  height: 2px;
  background-color: #D1D1D1;
  font-size: 0; /* liタグの下にある余白を消すため */
}
.top-service-slide .splide__pagination > li {
  width: 100%;
}
.top-service-slide .splide__pagination .splide__pagination__page {
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
.top-service-slide .splide__pagination .splide__pagination__page.is-active {
  height: 4px;
  background-color: #006BBE;
}

.top-service-name {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .sec-tit-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-tit-block .btn {
    margin-bottom: 25px;
  }
  .btn--top-service {
    padding-left: 0;
    padding-right: 0;
    width: 120px;
  }
  .top-service-slide .splide__arrows {
    gap: 20px;
  }
  .top-service-slide .splide__arrow--prev,
  .top-service-slide .splide__arrow--next {
    width: 40px;
    height: 40px;
  }
}
/*========================
  top-recruit
========================*/
.top-recruit-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.top-recruit-wrapL {
  width: 45%;
  margin-right: 5%;
}

.top-recruit-img-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.top-recruit-img01 {
  margin-right: 30px;
}

.top-recruit-text {
  font-size: clamp(1.5rem, 1.3328025478rem + 0.7643312102vw, 2.25rem);
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .top-recruit-wrapL {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-recruit-wrapL {
    width: 100%;
  }
}
/*===================================================================
  company
===================================================================*/
/*========================
  greeting
========================*/
.greeting-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.greeting-wrapL {
  width: 49.4%;
  margin-top: 20px;
}

.greeting-wrapR {
  width: 45%;
}

.greeting-sign {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  margin-top: 20px;
}

.greeting-name {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  margin-left: 25px;
  font-weight: 700;
}

.greeting-tit {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
}

.greeting-text {
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  .greeting-wrapL {
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .greeting-wrapR {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 5%;
    margin-bottom: 30px;
  }
}
/*========================
  philosophy
========================*/
.sec-tit-wrap--philosophy {
  margin-bottom: 70px;
}

.philosophy-copy {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*========================
  overview,history
========================*/
.overview {
  overflow: hidden;
}

.overview .top-company-wrap,
.history .top-company-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.overview .company-circle,
.history .company-circle {
  opacity: 0.16;
}
.overview .top-company-wrapR,
.history .top-company-wrapR {
  max-width: 768px;
  margin-top: 10px;
}

.sec-tit-wrap--overview {
  margin-bottom: 90px;
}

.overview-wrap {
  margin-top: -200px;
}

.history .overview-wrap {
  margin-top: -100px;
}

.overview-list {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #666666;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.overview-tit {
  width: 200px;
  font-weight: 700;
}

.overview-text {
  width: calc(100% - 200px);
}

@media screen and (max-width: 1200px) {
  .overview-tit {
    width: 140px;
  }
  .overview-text {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 1024px) {
  .overview .top-company-wrapL,
  .history .top-company-wrapL {
    max-width: 600px;
    width: 100%;
    margin-bottom: 60px;
  }
  .overview .top-company-wrapR,
  .history .top-company-wrapR {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .overview-tit {
    width: 100%;
    margin-bottom: 5px;
  }
  .overview-text {
    width: 100%;
  }
}
/*========================
　access
========================*/
.access .map {
  margin-top: 30px;
}
.access .map iframe {
  -webkit-filter: grayscale(0.7);
          filter: grayscale(0.7);
}
.access .container {
  padding-bottom: 0;
}
.access + footer {
  padding-top: 0;
  margin-top: -120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .access + footer {
    margin-top: -30px;
  }
}
/*===================================================================
  service
===================================================================*/
.service-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.service-wrapL {
  width: 50%;
}

.service-wrapR {
  width: 50%;
  max-width: 700px;
  margin-top: 30px;
}

.service-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  margin-bottom: 25px;
}

.service-name {
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
  margin-top: 10px;
  font-weight: 500;
}

.weed .sec-tit-block .btn {
  width: 250px;
}

@media screen and (max-width: 1300px) {
  .service-wrapL {
    width: 100%;
  }
  .service-wrapR {
    width: 100%;
    max-width: 100%;
  }
}
/*===================================================================
  recruit
===================================================================*/
.routine-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.routine-blockL,
.routine-blockR {
  width: 47%;
}

.routine-tit {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 45px;
}

.routine-list {
  padding-bottom: 100px;
  padding-left: 100px;
  position: relative;
}
.routine-list::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #707070;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 15px;
}
.routine-list::after {
  content: "";
  display: block;
  height: 0;
  width: 2px;
  background-color: #707070;
  position: absolute;
  left: 28px;
  top: 30px;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
.routine-list:last-child::after {
  content: none;
}
.routine-list.active::after {
  height: calc(100% - 30px);
}

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

@media screen and (max-width: 1024px) {
  .routine-blockL,
  .routine-blockR {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .routine-list {
    padding-left: 70px;
    padding-bottom: 60px;
  }
}
/*========================
  requirements
========================*/
.requirements-heading {
  margin-bottom: 60px;
}

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

.requirements-lead {
  font-weight: 700;
  margin-bottom: 10px;
}

.requirements-text {
  font-weight: 500;
}

.job-block {
  background-color: #EEEEEE;
  padding: 70px 8% 120px;
  margin-bottom: 100px;
}

.job-heading {
  margin-bottom: 80px;
}

.job-name {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  margin-bottom: 40px;
}

.job-type {
  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 22px;
  background-color: var(--color-blk);
  color: #fff;
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}

.job-type-lead {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 50px;
}

.job-wrap {
  background-color: #fff;
  padding: 60px 9%;
}

.job-list {
  border-top: 1px solid #666666;
  padding-top: 25px;
  padding-bottom: 25px;
}
.job-list:last-child {
  border-bottom: 1px solid #666666;
}

.job-tit {
  width: 220px;
  font-weight: 500;
}

.job-text {
  width: calc(100% - 220px);
}

.btn--job {
  width: 296px;
  margin: 60px auto 0;
}

@media screen and (max-width: 1024px) {
  .job-block {
    padding: 60px 4% 80px;
  }
  .job-wrap {
    padding: 60px 5%;
  }
  .job-tit {
    width: 150px;
  }
  .job-text {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 767px) {
  .job-heading {
    margin-bottom: 60px;
  }
  .job-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .job-tit {
    width: 100%;
    margin-bottom: 8px;
  }
  .job-text {
    width: 100%;
  }
}
/*===================================================================
  works
===================================================================*/
.works-link-wrap {
  gap: 0 60px;
}

.works-link-list .btn {
  width: 270px;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .works-link-wrap {
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*========================
  works-heading
========================*/
.works-heading-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.works-heading-list {
  width: calc(33.333% - 33.3333333333px);
  margin-bottom: 30px;
}

.works-caption {
  text-align: center;
  margin-top: 8px;
}

.works-notice-block {
  background-color: var(--color-yellow);
  padding: 50px 9% 40px;
}

.works-notice-wrap {
  background-color: #fff;
  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: 40px 9%;
}

.works-notice {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  color: var(--color-blue);
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .works-heading-list {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .works-heading-list {
    width: 100%;
  }
  .works-caption {
    font-size: 14px;
  }
  .works-notice-block {
    padding: 50px 5% 40px;
  }
  .works-notice-wrap {
    padding: 30px 4%;
  }
}
/*========================
  works
========================*/
.works-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #666666;
  padding-top: 25px;
  padding-bottom: 60px;
}

.works-type {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  font-weight: 700;
  width: 350px;
}

.works-contents {
  width: calc(100% - 350px);
  max-width: 600px;
}

.works-line-tit {
  font-weight: 700;
}

.works-line-tit--next {
  border-top: 1px solid #666666;
  margin-top: 50px;
  margin-bottom: 10px;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .works-type {
    width: 100%;
    margin-bottom: 20px;
  }
  .works-contents {
    max-width: 100%;
    width: 100%;
  }
  .works-line-tit--next {
    border-top: none;
    padding-top: 0;
  }
}
/*===================================================================
  service-weed-coat
===================================================================*/
/*========================
  weed-heading
========================*/
.weed-heading-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  margin-bottom: 20px;
}

.weed-heading-wrap {
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.weed-heading-wrapL {
  width: 460px;
}

.weed-heading-wrapR {
  width: calc(100% - 460px);
  max-width: 650px;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .weed-heading-wrapL,
  .weed-heading-wrapR {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
/*========================
  flow
========================*/
.flow-list {
  width: 50%;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 40px;
  margin-bottom: 30px;
  position: relative;
}

.flow-number {
  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: 90px;
  height: 90px;
  background-color: var(--color-yellow);
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  font-family: var(--font-en);
  border-radius: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.flow-img {
  width: 50%;
  margin-right: 30px;
}

.flow-contents {
  width: calc(50% - 30px);
}

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

@media screen and (max-width: 1200px) {
  .flow-list {
    padding-left: 30px;
    padding-right: 20px;
  }
  .flow-number {
    width: 70px;
    height: 70px;
  }
  .flow-img {
    margin-right: 15px;
  }
  .flow-contents {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .flow-list {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .flow-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .flow-contents {
    width: 100%;
  }
  .flow-tit {
    margin-bottom: 0;
  }
}
/*========================
  weed-works
========================*/
.weed-works-block {
  padding-top: 25px;
  padding-bottom: 50px;
  border-top: 1px solid #666666;
}
.weed-works-block:last-child {
  padding-bottom: 0;
}

.weed-works-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .weed-works .works-heading-list.visibility-h {
    display: none;
  }
}
/*===================================================================
  car
===================================================================*/
.car-group {
  display: block;
  width: 90%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46.5px;
  padding-bottom: 46.5px;
}

.car-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 51px;
}

.car-group-list {
  width: calc(33.333% - 33.3333333333px);
  margin-bottom: 66px;
}

.car-name {
  font-size: 16px;
  text-align: center;
  padding-top: 11px;
}

@media screen and (max-width: 767px) {
  .car-group-list {
    width: 100%;
    max-width: 690px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*===================================================================
    contact
===================================================================*/
.contact {
  color: var(--main-color);
}

.contact-tell-tit {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  margin-bottom: 35px;
  font-weight: bold;
}

.contact-mail-tit {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  margin-top: 95px;
  margin-bottom: 24px;
  font-weight: bold;
}

.contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reception-tell {
  font-size: 34px;
  margin-left: 18px;
}

.reception-time {
  font-size: 14px;
  margin-left: 22px;
  margin-top: 15px;
}

.contact-item {
  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: 48px;
  height: 48px;
  border: 1px solid var(--red-color);
  border-radius: 100%;
  color: var(--red-color);
  margin-bottom: 5px;
  line-height: 1;
  padding-top: 4px;
  position: relative;
  z-index: 2;
}

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

.contact-text {
  margin-bottom: 60px;
}

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

.form-listL {
  width: 280px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

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

@media screen and (max-width: 1200px) {
  .form-listL {
    width: 180px;
  }
  .form-listR {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 767px) {
  .form-list {
    padding: 15px 0px;
  }
  .form-listL {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .form-listR {
    width: 100%;
  }
}
.form-pp-wrap {
  padding-bottom: 16px;
  margin-top: 20px;
}

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

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-color: var(--red-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: 60px;
  color: var(--red-color);
  background-color: none;
  border: 1px solid var(--red-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.submit-btn:hover {
  color: #fff;
  background-color: var(--red-color);
}

/*========================
  prrivacy-policy
========================*/
.form-list.pp {
  padding-bottom: 30px;
  border-bottom-color: #666666;
}

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

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

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

input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
  background-color: var(--color-gray);
}
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(--color-gray);
  padding: 10px 10px 10px 12px;
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  width: 240px;
  height: 55px;
  background-color: var(--color-blue);
  color: #fff;
  border-radius: 139px;
  text-align: center;
  margin-bottom: 34px;
}

input[type=submit]:hover,
input[type=button]:hover {
  background: #fff;
  color: var(--color-blue);
  border: solid 1px var(--color-blue);
}

.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(--red-color);
  color: red;
  font-size: 14px;
  font-weight: 500;
}

#privacy-check {
  position: relative;
}

.privacy-name {
  text-decoration: underline;
}

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

.pp-text {
  font-size: 16px;
  padding-bottom: 45px;
}

.pp-text-medium {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 16px;
}

.pp-text-url-tit {
  padding-bottom: 16px;
}

.pp-text-url {
  color: #999999;
  text-decoration: underline;
  padding-bottom: 42px;
}

.pp-text-company {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .pp-text-url {
    display: block;
    max-width: 690px;
  }
}
/*====================================================================
　privacy-policy　accordion
====================================================================*/
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}

.s_01 .accordion_one .accordion_header {
  background-color: none;
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  padding: 16px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  border-bottom: 2px solid #666666;
}

.s_01 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.s_01 .accordion_one .accordion_header .i_box {
  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;
  position: absolute;
  bottom: 40px;
  right: 0px;
  width: 40px;
  height: 40px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}

.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #111111;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 30px;
  top: 0;
  left: 13px;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
/*========================
    check
========================*/
.form-check-text {
  margin-top: 30px;
  margin-bottom: 40px;
}

.check-table {
  width: 100%;
  border: solid #666666 1px;
  border-bottom: none;
}

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

.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;
  border-left: solid #111111 1px;
  border-right: solid #111111 1px;
  border-bottom: solid #666666 1px;
  color: #fff;
  background-color: #111111;
}

.check-table td {
  padding: 20px 0 20px 30px;
  width: calc(100% - 250px);
  color: var(--main-color);
  border-bottom: solid #666666 1px;
}

.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(--red-color);
  color: #ffffff;
}

.submit-btn--go:hover {
  color: var(--red-color);
}

.submit-btn--back {
  border: 1px solid var(--red-color);
  color: var(--red-color);
}

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

.submit-btn--back .submit-btn-bg {
  background-color: var(--red-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;
  }
  .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;
  color: var(--main-color);
}

.thanks-contents-tel {
  font-size: 20px;
  text-decoration: underline;
}

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

.thanks .btn {
  color: var(--main-color);
}
.thanks a.btn-svg svg rect {
  stroke: var(--main-color);
}

/*===================================================================
    header
===================================================================*/
/* .header-contact {
  position: absolute;
  right: 0;
  bottom: -20px;
  transition: .5s ease;
}

.header-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blk);
  color: #fff;
  font-weight: 500;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  width: 58px;
  height: 140px;

  &:hover {
    background-color: #fff;
    color: var(--color-blk);
  }
} */
@media screen and (max-width: 1200px) {
  .header-wrap {
    padding-right: 30px;
  }
  .header-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-copy {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 880px) {
  .site-copy {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .header-position {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .header-inner {
    width: 100%;
    padding-left: 4%;
  }
  .header-item {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0.05em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    padding: 15px;
    border-bottom: 1px solid var(--color-blue);
  }
  .header-item::after {
    background-color: inherit;
    width: 12px;
    height: 8px;
    background-image: url(../img/arrow-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 26px;
    left: auto;
    right: 15px;
  }
  .header-item:hover::after {
    height: 8px;
  }
  #home .header-list--home .header-item::after,
  #company .header-list--company .header-item::after,
  #service .header-list--service .header-item::after,
  #works .header-list--works .header-item::after,
  #car .header-list--car .header-item::after,
  #recruit .header-list--recruit .header-item::after {
    height: 8px;
  }
  .site-copy {
    white-space: nowrap;
  }
  .header-contact {
    bottom: auto;
    top: 50px;
  }
  .header-contact-btn {
    width: 36px;
    height: 120px;
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (max-width: 480px) {
  .site-copy {
    font-size: 10px;
    margin-bottom: 8px;
    letter-spacing: 0;
  }
}
/*===================================================================
　mobmenu
===================================================================*/
/*========================
  mobmenu-contact
========================*/
.mobmenu-contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-left: 15px;
  gap: 20px;
}
.mobmenu-contact a {
  width: 50px;
  height: 50px;
}

/*===================================================================
    footer
===================================================================*/
/*========================
  footer-contact
========================*/
.sec-tit-wrap--footer-contact {
  margin-bottom: 20px;
}
.sec-tit-wrap--footer-contact .sec-tit-lead {
  margin-left: 5px;
}
.sec-tit-wrap--footer-contact .sec-tit-lead::before {
  display: none;
}

.footer-contact-text {
  margin-left: 5px;
}

.footer-tel {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-family: var(--font-en);
  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;
  width: 320px;
  height: 55px;
  color: var(--color-yellow);
  margin-right: 108px;
  position: relative;
  padding-left: 8px;
}
.footer-tel::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -54px;
  width: 1px;
  height: 90px;
  background-color: var(--color-yellow);
}
.footer-tel img {
  width: 48px;
  height: 48px;
}

.footer-tel-lead {
  font-size: 14px;
  text-align: center;
  margin-right: 50px;
}

.footer-mail {
  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;
  background-color: var(--color-yellow);
  width: 322px;
  height: 64px;
  border-radius: 60px;
  padding-left: 8px;
  padding-right: 32px;
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
  font-weight: 700;
}
.footer-mail img {
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 1200px) {
  .footer-tel,
  .footer-mail {
    width: 290px;
  }
  .footer-tel {
    margin-right: 60px;
  }
  .footer-tel::after {
    right: -30px;
  }
  .footer-tel-lead {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-contact-wrapR {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-tel-wrap {
    margin-bottom: 40px;
  }
  .footer-tel {
    margin-right: 0;
  }
  .footer-tel::after {
    content: none;
  }
  .footer-tel-lead {
    text-align: right;
  }
}
@media screen and (max-width: 640px) {
  .footer-contact-wrap {
    -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;
  }
  .sec-tit-wrap--footer-contact {
    text-align: center;
    margin-bottom: 5px;
  }
  .footer-contact-text {
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-tel-lead {
    margin-right: 5px;
  }
}
/*========================
  footer-main
========================*/
.footer-main {
  background-color: var(--color-blue);
  color: #fff;
}

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

.footer-logo {
  width: 276px;
  margin-bottom: 20px;
}

.footer-menu-wrap {
  width: 560px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-item {
  color: #fff;
}

.footer-insta {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-insta img {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}
.footer-insta .text {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .footer-menu-wrap {
    width: 420px;
  }
}
@media screen and (max-width: 900px) {
  .footer-outline {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-menu-wrap {
    width: 420px;
  }
}
@media screen and (max-width: 480px) {
  .footer-menu-wrap {
    width: 100%;
  }
  .footer-menu {
    width: 50%;
  }
  .footer-menu-works {
    margin-bottom: 30px;
  }
}
/*========================
  footer-bottom
========================*/
.footer-bottom {
  background-color: var(--color-blk);
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    padding-bottom: 80px;
  }
}
/*===================================================================
    fv
===================================================================*/
.fv-wrap {
  padding-top: 220px;
  padding-bottom: 10px;
  position: relative;
}

.fv-img {
  width: 90%;
  height: 600px;
  margin-left: auto;
}
.fv-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

@media screen and (max-width: 1600px) {
  .fv-img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .fv-wrap {
    padding-top: 120px;
  }
  .fv-img {
    height: 300px;
    width: 96%;
  }
}
/*===================================================================
    form
===================================================================*/
/*========================
    fudo-single
========================*/
.container--fudo {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fudo-single {
  padding-top: 120px;
  position: relative;
  z-index: 3;
}

.fv--fudo-single {
  height: 600px;
}
.fv--fudo-single img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fudo-tit-wrap {
  padding-top: 30px;
  margin-bottom: 30px;
}

.fudo-type-label {
  display: inline-block;
  padding: 0 20px;
  border-radius: 5px;
  background-color: var(--color-blue);
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

.fudo-tit {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  margin-top: 0;
  font-weight: 700;
}

.fudo-basic-wrap {
  background-color: var(--color-gray);
  border-radius: 10px;
  padding: 20px 30px 0;
}

.fudo-basic-list {
  width: 33%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}

.fudo-basic-label {
  background-color: var(--color-blue);
  color: #fff;
  padding: 0 20px;
  border-radius: 5px;
  margin-right: 20px;
  width: 100px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .fudo-basic-list {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .fudo-basic-wrap {
    padding: 20px 12px;
  }
  .fudo-basic-list {
    width: 100%;
  }
}
/*========================
    fudo-main
========================*/
.fudo-main {
  position: relative;
  z-index: 3;
}

.fudo-main-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fudo-main-wrapL {
  width: 60%;
  padding-left: 60px;
  padding-right: 60px;
}

.fudo-main-slider {
  position: relative;
  margin-bottom: 12px;
}
.fudo-main-slider .splide__slide img {
  aspect-ratio: 800/600;
  -o-object-fit: contain;
     object-fit: contain;
}
.fudo-main-slider .splide__arrow--prev,
.fudo-main-slider .splide__arrow--next {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fudo-main-slider .splide__arrow--prev svg,
.fudo-main-slider .splide__arrow--next svg {
  display: none;
}
.fudo-main-slider .splide__arrow--prev::after,
.fudo-main-slider .splide__arrow--next::after {
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  border: solid #999;
  border-width: 2px 2px 0 0;
}
.fudo-main-slider .splide__arrow--prev {
  left: -40px;
}
.fudo-main-slider .splide__arrow--prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.fudo-main-slider .splide__arrow--next {
  right: -40px;
}
.fudo-main-slider .splide__arrow--next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fudo-thumb .splide__slide:not(.is-active) {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.3;
}
.fudo-thumb .splide__slide img {
  aspect-ratio: 800/600;
  -o-object-fit: cover;
     object-fit: cover;
}

.fudo-main-wrapR {
  width: 35%;
}

.madori-img {
  padding: 20px 30px;
  border: 3px solid var(--color-blue);
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.madori-img::before {
  content: "";
  display: block;
  width: 82px;
  height: 62px;
  background-image: url(../img/fudo-tit-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -55px;
  left: 0;
}

.madori-tit {
  background-color: var(--color-blue);
  color: #fff;
  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;
  height: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .fudo-main-wrapL {
    width: 100%;
    margin-bottom: 60px;
  }
  .fudo-main-wrapR {
    width: calc(100% - 120px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .fudo-main-wrapL {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fudo-main-slider .splide__arrow--prev::after,
  .fudo-main-slider .splide__arrow--next::after {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    border: solid #999;
    border-width: 2px 2px 0 0;
  }
  .fudo-main-slider .splide__arrow--prev {
    left: -20px;
  }
  .fudo-main-slider .splide__arrow--next {
    right: -20px;
  }
  .fudo-main-wrapR {
    width: calc(100% - 60px);
  }
}
/*========================
  fudo-detail
========================*/
.fudo-detail {
  margin-bottom: 60px;
}

.fudo-detail-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 3px solid var(--color-blk);
  border-bottom: 1px solid var(--color-blk);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  font-weight: 500;
}

.map-link {
  -webkit-text-decoration: underline 1px solid;
          text-decoration: underline 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
}
.map-link::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-image: url(../img/icon-accessmap.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fudo-detail-heading-tit {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  font-weight: 500;
  margin-right: 15px;
}

.fudo-detail-list {
  width: 50%;
  border-bottom: 1px solid var(--color-gray);
}

.fudo-detail-itemL {
  width: 180px;
  background-color: var(--color-blue);
  color: #fff;
  padding: 10px 15px 8px;
}

.fudo-detail-itemR {
  width: calc(100% - 180px);
  padding: 10px 15px 8px;
}

.fudo-setubi {
  margin-top: 15px;
  margin-bottom: 60px;
  border-top: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
}
.fudo-setubi .fudo-setubi-wrap {
  border-top: 1px solid var(--color-gray);
}
.fudo-setubi .fudo-setubi-wrap:first-child {
  border-top: none;
}

.fudo-setubi-listL {
  width: 180px;
  background-color: var(--color-blue);
  color: #fff;
  padding: 10px 15px 8px;
}

.fudo-setubi-listR {
  width: calc(100% - 180px);
  padding: 10px 15px 8px;
}

@media screen and (max-width: 1024px) {
  .fudo-detail-list {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .fudo-detail-itemL,
  .fudo-detail-itemR,
  .fudo-setubi-listL,
  .fudo-setubi-listR {
    width: 100%;
  }
}
/*===================================================================
    fudo-map
===================================================================*/
.fudo-map {
  margin-bottom: 60px;
}

.map {
  position: relative;
  height: 0;
  padding-top: 36%;
  overflow: hidden;
}

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

@media screen and (max-width: 1200px) {
  .map {
    padding-top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 70%;
  }
}
/*========================
  fudo-contact
========================*/
.fudo-contact {
  margin-bottom: 60px;
}

/*===================================================================
  newhouse
===================================================================*/
.single-newhouse-tit {
  padding: 15px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.25rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  color: #fff;
  background-color: var(--color-blue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 60px;
}

.single-newhouse .fudo-main-wrapL {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.single-back {
  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: 240px;
  height: 55px;
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  margin: 60px auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.single-back:hover {
  color: #fff;
  background-color: var(--color-blue);
}

/*===================================================================
  voice トップ以外の部分
===================================================================*/
.breadcrumb-list a {
  display: inline-block;
}

.voice {
  position: relative;
  z-index: 1;
}

.post-type-archive-voice .breadcrumb .container {
  width: 90%;
  max-width: 1727px;
  margin: 0 auto;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.voice-tit {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-blue);
  margin-top: 60px;
  margin-bottom: 10px;
}

.voice-lead {
  font-size: 18px;
  margin-bottom: 40px;
}

.voice-year {
  margin-top: 20px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voice-select {
  padding-right: 20px;
  margin-right: 10px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  height: 30px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.voice-select::after {
  content: "";
  border-right: 3px solid;
  border-bottom: 3px solid;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 9px;
}

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

.voice-year-list {
  padding-left: 5px;
  padding-right: 5px;
}

.voice-year-item {
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--color-blk);
  text-decoration: none;
  list-style: none;
}
.voice-year-item:hover, .voice-year-item.active {
  color: #fff;
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
}

.voice-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.voice-list {
  width: calc(33.333% - 20px);
  background: #d6e9f6;
  border-radius: 20px;
  padding: 30px;
}
.voice-list.woman {
  background-color: #F2DECA;
}
.voice-list blockquote {
  border-left: none;
  background-color: inherit;
}

@media screen and (max-width: 960px) {
  .voice-wrap {
    gap: 20px;
  }
  .voice-list {
    width: calc(50% - 10px);
    padding: 20px;
  }
  .voice-list .topVoice-item__quote {
    margin-bottom: 15px;
    padding: 15px;
  }
  .voice-list .topVoice-item__icon {
    width: 40px;
    margin-right: 15px;
  }
  .voice-list .topVoice-item__details {
    font-size: 14px;
    line-height: 1.3;
  }
  .voice-list .topVoice-item__info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .voice-wrap {
    gap: 15px;
  }
  .voice-list {
    width: 100%;
  }
}
.post-type-archive-reform .reformBusiness {
  position: relative;
  z-index: 1;
}

/*===================================================================
	リフォームカテゴリー選択ボタン
===================================================================*/
.select-wrap {
  margin-bottom: 60px;
  margin-top: 30px;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.select-list {
  width: calc(25% - 15px);
}

.select-item {
  width: 100%;
  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;
  color: #fff;
  background-color: var(--color-blue);
  border: 2px solid var(--color-blue);
}
.select-item:hover, .select-item.current {
  background-color: #fff;
  color: var(--color-blue);
}

@media screen and (max-width: 767px) {
  .select-list {
    width: calc(50% - 10px);
  }
}
/*===================================================================
    リフォーム一覧
===================================================================*/
.reform_list-list {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(auto-fit, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  gap: clamp(1.25rem, 0.625rem + 2.083vw, 3.125rem);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .reform_list-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .reform_list-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.topWorks-img {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .topWorks-img {
    margin-top: 5px;
  }
}
.topWorks-img img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .topWorks-img img {
    border-radius: 10px;
  }
}

.reform_list-item-tagPrice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.reform_list-item-price {
  font-weight: 500;
  line-height: 1;
}
.reform_list-item-price span {
  font-weight: 700;
  font-size: 22px;
  color: var(--color-blue);
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .reform_list-item-price span {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .reform-detail__works .topWorks-tag {
    padding: 0 5px 2px;
  }
}

.reform_list .topWorks-ttl {
  font-size: clamp(1rem, 0.818rem + 0.541vw, 1.25rem);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .reform_list .topWorks-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .reform_list .topWorks-ttl {
    font-size: 16px;
  }
}

/*===================================================================
	reform　詳細
===================================================================*/
/*========================
	reform-main
========================*/
.reform-main {
  position: relative;
  z-index: 3;
}

.reform-main-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 90px;
}

.reform-main-wrapL {
  width: 56%;
}
.reform-main-wrapL .reform-img {
  max-height: 600px;
}
.reform-main-wrapL .reform-img img {
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}

.reform-main-wrapR {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .reform-main-wrapL {
    width: 100%;
    margin-bottom: 60px;
  }
  .reform-main-wrapR {
    width: 100%;
    margin: 0 auto;
  }
}
/*========================
	reform-detail
========================*/
.reform-detail {
  margin-bottom: 120px;
}

/*========================
	reform-gallery
========================*/
.reform-gallery {
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
}

.reform-gallery-wrap {
  gap: 20px;
}

.reform-gallery-list {
  width: calc(25% - 15px);
  border-radius: 20px;
  overflow: hidden;
}
.reform-gallery-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

@media screen and (max-width: 1024px) {
  .reform-gallery-list {
    width: calc(33.333% - 13.3333333333px);
  }
}
@media screen and (max-width: 600px) {
  .reform-gallery-list {
    width: calc(50% - 10px);
  }
}
/*========================
	ビフォーアフター
========================*/
.reform-detail__beforeAfter {
  position: relative;
  z-index: 1;
}

.reform-detail__beforeAfter-ttl {
  background: var(--color-gray);
  font-weight: 500;
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  padding: 0.8rem 1rem;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .reform-detail__beforeAfter-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.reform-detail__beforeAfter-img-item {
  margin-bottom: 60px;
  margin-inline: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reform-detail__beforeAfter-bfafttl {
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
}

.reform-detail__beforeAfter-bf {
  width: 37%;
  position: relative;
}
.reform-detail__beforeAfter-bf img {
  margin-top: 5px;
  margin-left: 5px;
}
.reform-detail__beforeAfter-bf .reform-detail__beforeAfter-bfafttl {
  border: 3px solid var(--color-text);
  background-color: #fff;
  padding: 5px 20px;
  font-size: 20px;
}
@media (max-width: 400px) {
  .reform-detail__beforeAfter-bf .reform-detail__beforeAfter-bfafttl {
    font-size: 16px;
  }
}
.reform-detail__beforeAfter-bf::after {
  content: "";
  background-image: url(../img/reform-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 70px;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: -30px;
}

.reform-detail__beforeAfter-af {
  width: 55%;
  position: relative;
}
.reform-detail__beforeAfter-af img {
  margin-top: 10px;
}
.reform-detail__beforeAfter-af .reform-detail__beforeAfter-bfafttl {
  color: var(--color-blue);
  border: 3px solid var(--color-blue);
  background-color: #fff;
  padding: 6px 40px;
  font-size: 24px;
  left: -10px;
}
@media (max-width: 400px) {
  .reform-detail__beforeAfter-af .reform-detail__beforeAfter-bfafttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .reform-detail__beforeAfter-bf {
    width: 60%;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .reform-detail__beforeAfter-bf::after {
    width: 70px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: -90px;
    -webkit-transform: rotate(110deg);
            transform: rotate(110deg);
  }
  .reform-detail__beforeAfter-af {
    width: 100%;
  }
}
/*========================
	relatedWorks
========================*/
.related-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.related-list {
  width: calc(25% - 15px);
  border-radius: 20px;
  overflow: hidden;
}
.related-list img {
  aspect-ratio: 4/3;
}

@media screen and (max-width: 1024px) {
  .related-list {
    width: calc(50% - 10px);
  }
}
/*========================
    pagination
========================*/
.pagination {
  text-align: center;
  width: 100%;
  margin: 60px auto 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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;
  cursor: pointer;
  margin: 0 2px;
}

.current {
  background-color: var(--color-blue);
  color: #fff;
}

.page-numbers:hover {
  background-color: var(--color-blue);
  color: #fff;
}

.prev.page-numbers,
.next.page-numbers {
  display: none;
}