@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap"); /*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/*
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

select::-ms-expand {
    display: none
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}
*/
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Variable.woff2") format("woff2"), url("../fonts/Chillax-Variable.woff") format("woff"), url("../fonts/Chillax-Variable.eot") format("eot"), url("../fonts/Chillax-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
:root {
  --base-font: "IBM Plex Sans JP", sans-serif;
  --en-font: "Chillax", sans-serif;
  --bg-color: #F3F2ED;
  --base-color: #222222;
  --main: #00BC84;
  --main-light: #F6F7F9;
  --main-dark: #1E2C5B;
  --sub: #E7211A;
  --sub-light: #EBF7FD;
  --sub-dark: #61BEAD;
  --gray: #D8D5D3;
  --gray-light: #F2F2F2;
  --gray-dark: #999999;
  --gray-black: #444444;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --variation1: #ffd9dc;
  --variation2: #ffe0cc;
  --variation3: #D6F19B;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 800px) {
  html {
    font-size: 2.66vw;
  }
}

body {
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-family: var(--base-font);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  background: var(--bg-color);
}
@media screen and (max-width: 800px) {
  body {
    -webkit-text-size-adjust: 100%;
    margin-bottom: 6.4rem;
    overflow-x: hidden;
  }
}

a {
  transition: all 0.3s;
}

@media screen and (min-width: 799px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
}

img {
  vertical-align: middle;
}

::selection {
  background: var(--variation3);
}

@keyframes ripple-main {
  0% {
    box-shadow: 0 0 0 0 var(--main);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@keyframes ripple-white {
  0% {
    box-shadow: 0 0 0 0 var(--white);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.caseSwiper-wrapper {
  position: relative;
  margin: 0 auto;
  padding-bottom: 6.4rem;
}
.caseSwiper-wrapper .caseSwiper {
  position: relative;
  overflow: visible;
  padding: 0 4.8rem 0 0;
}
.caseSwiper-wrapper .swiper-pagination {
  position: absolute !important;
  top: auto !important;
  bottom: -6.4rem !important;
  left: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  z-index: 10;
}
.caseSwiper-wrapper .swiper-pagination-progressbar {
  background: var(--gray) !important;
  height: 0.4rem !important;
}
.caseSwiper-wrapper .swiper-pagination-progressbar-fill {
  background: var(--main) !important;
  height: 0.4rem !important;
  border-radius: 0 !important;
  transition: width 0.5s ease !important;
}

#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  transform: translate(0, 0);
  transition: transform 0.2s;
  transition-timing-function: ease-out;
  z-index: 10;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  #mouse-stalker {
    display: none;
  }
}
#mouse-stalker.is_active {
  top: -12rem;
  left: -12rem;
  width: 24rem;
  height: 24rem;
  background: var(--main-light);
  mix-blend-mode: difference;
  transition: 0.2s;
  opacity: 1;
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal__bg {
  background: rgba(34, 34, 34, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.modal__content {
  background: var(--white);
  left: 50%;
  padding: 4.8rem 0 4.8rem 4.8rem;
  border-radius: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 108rem;
  height: 90vh;
}
@media screen and (max-width: 800px) {
  .modal__content {
    padding: 1.5rem;
    border-radius: 1.5rem;
    width: 90%;
    height: 70vh;
  }
}
.modal ::-webkit-scrollbar {
  width: 1.2rem;
}
.modal ::-webkit-scrollbar-track {
  background: var(--white);
}
.modal ::-webkit-scrollbar-thumb {
  background: var(--gray);
}

@media screen and (min-width: 799px) {
  .contact-btn {
    position: fixed;
    right: 2.4rem;
    bottom: 2.4rem;
    z-index: 1000;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(50%);
    opacity: 0;
    pointer-events: none;
  }
  .contact-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.6rem;
    aspect-ratio: 1/1;
    background: var(--main);
    border: none;
    border-radius: 50%;
    color: var(--white);
    transition: all 0.5s;
  }
  .contact-btn a:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: ripple-main 1.5s infinite;
    color: var(--white);
    background: var(--main);
  }
  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 var(--white);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
    }
  }
  .contact-btn.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .contact-btn.fade-out {
    opacity: 0;
    pointer-events: none;
  }
  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 var(--white);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
    }
  }
}
@media screen and (max-width: 800px) {
  .contact-btn {
    display: none;
  }
}
.grad {
  position: relative;
  overflow: hidden;
}
.grad::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), transparent);
  z-index: 1;
  pointer-events: none;
  transition: none;
}
.grad.gradient-animate::before {
  animation: gradientMove 3.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes gradientMove {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.js-text {
  display: inline-block;
  overflow: hidden;
}

.js-text .char {
  display: inline-block;
  transform-origin: bottom;
}

.blur-text {
  filter: blur(0px);
}

@media screen and (max-width: 800px) {
  .hamburger {
    position: fixed;
    top: 1.6rem;
    right: 1.6rem;
    width: 4.8rem;
    height: auto;
    aspect-ratio: 1/1;
    cursor: pointer;
    z-index: 4000;
    transition: all 0.5s;
    background: var(--main);
    border-radius: 50%;
  }
}
@media screen and (min-width: 799px) {
  .hamburger {
    display: none;
  }
}
.hamburger__line {
  position: absolute;
  width: 24px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1.6rem;
}

.hamburger__line--2 {
  top: 2.4rem;
}

.hamburger__line--3 {
  top: 3.2rem;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}

.sp-nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--main-dark);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
  z-index: 3000;
  padding: 0;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  opacity: 1;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/*
.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
*/
/*
.fade-in-top {
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
*/
/*
.scrolldown2 {
    position: relative;
    top: -18.6rem;
}

.scrolldown2 span {
    position: absolute;
    left: 1px;
    top: 0;
    transform: translate(-50%, 0);
    color: var(--gray-dark);
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown2:before {
    content: "";
    position: absolute;
    top: 6rem;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--main-dark);
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
    z-index: 2;
}

@keyframes circlemove {
    0% {
        top: 6;
    }

    100% {
        top: 13rem;
    }
}

@keyframes cirlemovehide {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

.scrolldown2:after {
    content: "";
    position: absolute;
    top: 6rem;
    left: 0;
    width: 0.1rem;
    height: 7rem;
    background: var(--gray);
    z-index: 1;
}

button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 80px;
    right: 20px;
    bottom: -160px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    border: 0;
    background: #dba351;
    transition: .2s;
    letter-spacing: 3px;
    font-weight: bold;
    border-radius: 100px 100px 0 0;
}
*/
.tml {
  width: 48rem !important;
  margin: 0 auto !important;
  padding: 12rem 0 !important;
  font-size: 1.4rem !important;
}
.tml h2 {
  display: none !important;
}
.tml .tml-label {
  font-weight: 600 !important;
  margin: 0 0 0.8rem 0 !important;
}
.tml .acf-field {
  margin: 2.4rem 0 !important;
}
.tml .acf-field .acf-label {
  margin: 0 0 0.8rem 0 !important;
}
.tml .acf-field .acf-label label {
  font-weight: 600 !important;
  margin: 0 !important;
}
.tml .acf-field .acf-label p.description {
  margin-top: 0.8rem !important;
}
.tml .tml-field-wrap {
  margin-bottom: 2.4rem !important;
}
.tml input[type=text],
.tml input[type=email],
.tml input[type=password] {
  border: 3px solid var(--gray) !important;
  border-radius: 10rem !important;
  padding: 0.8rem 1.2rem !important;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  transition: all 0.5s !important;
}
.tml input[type=text]:focus,
.tml input[type=email]:focus,
.tml input[type=password]:focus {
  border: 3px solid var(--main) !important;
  box-shadow: none !important;
  outline: none !important;
}
.tml select {
  border: 3px solid var(--gray) !important;
  border-radius: 10rem !important;
  padding: 0.8rem 3rem 0.8rem 1.2rem !important;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  transition: all 0.5s !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='black' height='28' viewBox='0 0 24 24' width='28' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 1rem center/1.8rem auto;
}
.tml select:focus {
  border: 3px solid var(--main) !important;
  box-shadow: none !important;
  outline: none !important;
}
.tml .tml-button {
  width: 100% !important;
  color: var(--white) !important;
  background: var(--main) !important;
  border: 3px solid var(--main) !important;
  border-radius: 10rem !important;
  padding: 0.8rem 1.2rem !important;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  transition: all 0.5s !important;
}
.tml .tml-button:hover {
  background: var(--main-dark) !important;
  border: 3px solid var(--main-dark) !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer !important;
}
.tml .tml-links a {
  color: var(--main) !important;
  border-bottom: 1px solid var(--main) !important;
  transition: all 0.5s !important;
}
.tml .tml-links a:hover {
  border-bottom: none !important;
}
.tml #reg_passmail {
  text-align: center !important;
}

.l-main {
  width: 100%;
  margin: 0 auto;
  padding: 0 4.8rem;
  display: block;
}

.l-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.8rem;
  text-align: center;
  /* ----- svg animation ----- */
}
@media screen and (max-width: 800px) {
  .l-hero {
    gap: 2.4rem;
  }
}
.l-hero__tagline {
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .l-hero__tagline {
    font-size: 1.4rem;
  }
}
.l-hero__tagline .bounce-good {
  display: inline-block;
  font-family: var(--en-font);
  font-size: 3.2rem;
}
@media screen and (max-width: 800px) {
  .l-hero__tagline .bounce-good {
    font-size: 2.4rem;
  }
}
.l-hero__tagline .bounce-good .bounce-char {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .l-hero svg {
    width: 60%;
    height: auto;
  }
}
.l-hero svg .svg-elem-1 {
  stroke-dashoffset: 355.6645202637px;
  stroke-dasharray: 355.6645202637px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
.l-hero svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(32, 32, 32);
}
.l-hero svg .svg-elem-2 {
  stroke-dashoffset: 322.050994873px;
  stroke-dasharray: 322.050994873px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
.l-hero svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(32, 32, 32);
}
.l-hero svg .svg-elem-3 {
  stroke-dashoffset: 438.8433837891px;
  stroke-dasharray: 438.8433837891px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.l-hero svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(32, 32, 32);
}
.l-hero svg .svg-elem-4 {
  stroke-dashoffset: 339.9643859863px;
  stroke-dasharray: 339.9643859863px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
.l-hero svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(32, 32, 32);
}
.l-hero svg .svg-elem-5 {
  stroke-dashoffset: 339.9659423828px;
  stroke-dasharray: 339.9659423828px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
.l-hero svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(32, 32, 32);
}
.l-hero svg .svg-elem-6 {
  stroke-dashoffset: 615.2025146484px;
  stroke-dasharray: 615.2025146484px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
.l-hero svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(32, 32, 32);
}

.l-footer {
  border-top: 1px solid var(--gray);
  padding: 6.4rem 4.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 4.8rem;
}
.l-footer__nav {
  font-size: 1.4rem;
}
.l-footer__nav ul {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
}
.l-footer__nav .external {
  background: url(../img/icon-external.svg) no-repeat center right/2rem auto;
  padding: 0 2rem 0 0;
}
.l-footer__copy {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
}

.l-section {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 4.8rem 0 12.8rem 0;
  border-top: 1px solid var(--gray);
}

.l-about {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 4.8rem 0 12.8rem 0;
  border-top: 1px solid var(--gray);
}
.l-about__box {
  background: var(--white);
  border-radius: 0.8rem;
  padding: 4.8rem;
}

.l-can {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 4.8rem 0 12.8rem 0;
  border-top: 1px solid var(--gray);
  /* アクティブなタブ */
}
.l-can .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.l-can .tab-label {
  width: 50%;
  padding: 1.6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  order: -1;
  position: relative;
  z-index: 50;
  color: var(--main);
}
@media screen and (max-width: 800px) {
  .l-can .tab-label {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 799px) {
  .l-can .tab-label:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.l-can .tab-content {
  width: 100%;
  display: none;
}
.l-can .tab-content__inner {
  padding: 4.8rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background: var(--white);
}
.l-can .tab-switch:checked + .tab-label {
  position: relative;
  background: var(--main);
  border-radius: 0.8rem 0.8rem 0 0;
  color: var(--white);
}
.l-can .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.l-can .tab-switch {
  display: none;
}

.c-link {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}
.c-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  -webkit-mask-image: linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0);
}
.c-link span {
  display: block;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-link .text {
  position: relative;
  z-index: 3;
}
.c-link .clone {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}
.c-link:hover .text, .c-link:hover .clone {
  transform: translateY(-98%);
}

.c-title__h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4.8rem;
}
/* ----- c-table ----- */
.c-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid var(--gray-dark);
}
.c-table th {
  border-bottom: 1px solid var(--gray-dark);
  width: 30%;
  padding: 2.4rem 0 2.4rem 6.4rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .c-table th {
    padding: 1.6rem 0;
  }
}
.c-table td {
  border-bottom: 1px solid var(--gray-dark);
  width: 70%;
  padding: 2.4rem 6.4rem;
}
@media screen and (max-width: 800px) {
  .c-table td {
    padding: 1.6rem 0 1.6rem 1.6rem;
  }
}

.c-btn01 a {
  max-width: 24rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.6rem 8.6rem 1.6rem 4rem;
  color: var(--white);
  background: var(--main);
  border-radius: 10rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-btn01 a {
    max-width: auto;
    padding: 0.8rem 4.8rem 0.8rem 2.4rem;
    font-size: 1.2rem;
  }
}
.c-btn01 a::after {
  content: "";
  width: 0.6rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translate(0, -50%);
  transition: all 0.2s;
}
@media screen and (max-width: 800px) {
  .c-btn01 a::after {
    right: 2.4rem;
  }
}
.c-btn01 a:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: ripple-main 1.5s infinite;
  color: var(--white);
}
.c-btn01 a:hover::after {
  width: 1rem;
  right: 3.8rem;
}
@media screen and (max-width: 800px) {
  .c-btn01 a:hover::after {
    right: 2.2rem;
  }
}

@media screen and (max-width: 800px) {
  .c-btn02 {
    width: 100%;
  }
}
.c-btn02 a {
  max-width: 24rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.6rem 8.6rem 1.6rem 4rem;
  color: var(--main);
  background: var(--white);
  border-radius: 10rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-btn02 a {
    max-width: 14.4rem;
    padding: 0.8rem 4.8rem 0.8rem 2.4rem;
    font-size: 1.2rem;
  }
}
.c-btn02 a::after {
  content: "";
  width: 0.6rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translate(0, -50%);
  transition: all 0.2s;
}
@media screen and (max-width: 800px) {
  .c-btn02 a::after {
    right: 2.4rem;
  }
}
.c-btn02 a:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: ripple-white 1.5s infinite;
  color: var(--main);
}
.c-btn02 a:hover::after {
  width: 1rem;
  right: 3.8rem;
}
@media screen and (max-width: 800px) {
  .c-btn02 a:hover::after {
    right: 2.2rem;
  }
}

.c-cards {
  /* ----- c-cards-news ----- */
  /* ----- c-cards-blog ----- */
  /* ----- c-cards-case ----- */
}
.c-cards-news {
  border-top: 1px solid var(--gray);
}
.c-cards-news__item {
  border-bottom: 1px solid var(--gray);
  position: relative;
  padding: 4.8rem 10.4rem 4.8rem 4.8rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
  font-weight: 500;
  transition: all 0.4s;
}
@media screen and (max-width: 800px) {
  .c-cards-news__item {
    padding: 2.4rem 0;
  }
}
.c-cards-news__item > * {
  width: 100%;
}
.c-cards-news__item::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: var(--gray);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 4.8rem;
  transform: translate(0, -50%);
  transition: all 0.2s;
}
@media screen and (max-width: 800px) {
  .c-cards-news__item::after {
    content: none;
  }
}
@media screen and (min-width: 799px) {
  .c-cards-news__item:hover {
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-color: transparent;
  }
  .c-cards-news__item:hover::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--white);
  }
  .c-cards-news__item:hover::after {
    background: var(--main);
    width: 1.2rem;
    height: 1.2rem;
    right: 4.6rem;
  }
}
.c-cards-news__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.c-cards-blog {
  border-top: 1px solid var(--gray);
}
.c-cards-blog__item {
  border-bottom: 1px solid var(--gray);
  position: relative;
  padding: 4.8rem 10.4rem 4.8rem 4.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 4.8rem;
  font-weight: 500;
  transition: all 0.4s;
}
@media screen and (max-width: 800px) {
  .c-cards-blog__item {
    padding: 2.4rem 0;
    gap: 1.6rem 0;
  }
}
.c-cards-blog__item::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: var(--gray);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 4.8rem;
  transform: translate(0, -50%);
  transition: all 0.2s;
}
@media screen and (max-width: 800px) {
  .c-cards-blog__item::after {
    content: none;
  }
}
@media screen and (min-width: 799px) {
  .c-cards-blog__item:hover {
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-color: transparent;
  }
  .c-cards-blog__item:hover::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--white);
  }
  .c-cards-blog__item:hover::after {
    background: var(--main);
    width: 1.2rem;
    height: 1.2rem;
    right: 4.6rem;
  }
  .c-cards-blog__item:hover .c-cards-blog__imgbox img {
    transform: scale(1.2);
  }
}
.c-cards-blog__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.c-cards-blog__imgbox {
  width: 20rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .c-cards-blog__imgbox {
    width: 100%;
  }
}
.c-cards-blog__imgbox img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center center;
  transition: all 0.4s;
}
.c-cards-blog__imgbox .noimage {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-light);
}
.c-cards-blog__imgbox .noimage__img {
  max-width: 12rem;
  width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
  transition: all 0.4s;
}
.c-cards-blog__txtbox {
  width: calc(100% - 24.8rem);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
@media screen and (max-width: 800px) {
  .c-cards-blog__txtbox {
    width: 100%;
  }
}
.c-cards-blog__txtbox > * {
  width: 100%;
}
.c-cards-case {
  display: flex;
  flex-wrap: wrap;
  gap: 9.6rem 4.8rem;
}
@media screen and (max-width: 800px) {
  .c-cards-case {
    gap: 4.8rem 0;
  }
}
.c-cards-case__item {
  width: calc((100% - 9.6rem) / 3);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4.8rem 0;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .c-cards-case__item {
    width: 100%;
    gap: 1.6rem 0;
  }
}
.c-cards-case__item.front {
  max-width: 48rem;
  width: 100%;
}
.c-cards-case__item:hover .rayer01 {
  transform: translate(-50%, -50%) scale(1.2);
}
.c-cards-case__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.c-cards-case__imgbox {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  background: var(--main-dark);
}
.c-cards-case__imgbox .rayer00 {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  filter: blur(1.2rem);
  transform: scale(1.6);
  opacity: 0.8;
}
.c-cards-case__imgbox .rayer01 {
  width: 102%;
  height: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: transform 0.4s ease;
}
.c-cards-case__txtbox {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
.c-cards-case__txtbox > * {
  width: 100%;
}
.c-cards-case__txtbox a {
  position: relative;
  z-index: 11;
}

.c-icon {
  /* ----- c-icon-size ----- */
  /* ----- c-icon-color ----- */
}
.c-icon-size16 {
  width: 1.6rem;
  height: auto;
  aspect-ratio: 1/1;
}
.c-icon-size24 {
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
}
.c-icon-size32 {
  width: 3.2rem;
  height: auto;
  aspect-ratio: 1/1;
}
.c-icon-size48 {
  width: 4.8rem;
  height: auto;
  aspect-ratio: 1/1;
}
.c-icon-size64 {
  width: 6.4rem;
  height: auto;
  aspect-ratio: 1/1;
}
.c-icon-white {
  fill: var(--white);
  vertical-align: middle;
}
.c-icon-black {
  fill: var(--base-color);
  vertical-align: middle;
}
.c-icon-main {
  fill: var(--main);
  vertical-align: middle;
}
.c-icon-main-dark {
  fill: var(--main-dark);
  vertical-align: middle;
}
.c-icon-main-light {
  fill: var(--main-light);
  vertical-align: middle;
}
.c-icon-sub {
  fill: var(--sub);
  vertical-align: middle;
}

.c-flex {
  /* ----- c-flex-gap8 ----- */
  /* ----- c-flex-gap16 ----- */
  /* ----- c-flex-gap24 ----- */
  /* ----- c-flex-gap32 ----- */
  /* ----- c-flex-gap40 ----- */
  /* ----- c-flex-gap48 ----- */
  /* ----- c-flex-gap56 ----- */
  /* ----- c-flex-gap64 ----- */
}
.c-flex-gap8 {
  display: inline-flex;
  align-items: center;
  gap: 0 0.8rem;
}
.c-flex-gap16 {
  display: inline-flex;
  align-items: center;
  gap: 0 1.6rem;
}
.c-flex-gap24 {
  display: inline-flex;
  align-items: center;
  gap: 0 2.4rem;
}
.c-flex-gap32 {
  display: inline-flex;
  align-items: center;
  gap: 0 3.2rem;
}
.c-flex-gap40 {
  display: inline-flex;
  align-items: center;
  gap: 0 4rem;
}
.c-flex-gap48 {
  display: inline-flex;
  align-items: center;
  gap: 0 4.8rem;
}
.c-flex-gap56 {
  display: inline-flex;
  align-items: center;
  gap: 0 5.6rem;
}
.c-flex-gap64 {
  display: inline-flex;
  align-items: center;
  gap: 0 6.4rem;
}

.c-catlist ul {
  margin: 0 0 0 2.4rem;
}
.c-catlist a {
  color: var(--gray-dark);
}
.c-catlist a.active {
  color: var(--base-color);
  font-weight: 500;
}
.c-catlist a:hover {
  color: var(--base-color);
}

.c-taglist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  z-index: 11;
}
.c-taglist.right {
  justify-content: flex-end;
}
.c-taglist li {
  line-height: 1;
}
.c-taglist a {
  font-size: var(--font-size12);
  border: 1px solid var(--gray);
  border-radius: 10rem;
  padding: 0.4rem 0.8rem;
  letter-spacing: 0;
  line-height: 1;
  display: block;
}
.c-taglist a:hover {
  border: 1px solid var(--gray-dark);
}

.c-meta {
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  z-index: 11;
}
.c-meta > span:nth-child(1) {
  font-size: var(--font-size14);
  color: var(--gray-dark);
}
.c-meta > span:nth-child(2) {
  color: var(--gray-dark);
  transform: rotate(-45deg);
  font-size: var(--font-size24);
  line-height: 1;
}
.c-meta > span:nth-child(3) {
  font-size: var(--font-size14);
  color: var(--gray-dark);
}
.c-meta > span:nth-child(3):hover {
  color: var(--base-color);
}

.c-bread {
  font-size: var(--font-size14);
  font-weight: 500;
  position: relative;
  padding: 0 0 0 2.4rem;
}
@media screen and (max-width: 800px) {
  .c-bread {
    font-size: 1.2rem;
  }
}
.c-bread::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: var(--main);
  border-radius: 0.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -0.4rem);
}
@media screen and (max-width: 800px) {
  .c-bread::before {
    top: 0.8rem;
    transform: translate(0, 0);
  }
}
.c-bread a {
  position: relative;
  display: inline-block;
}
.c-bread a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--base-color);
  transition: width 0.3s ease-in-out;
}
.c-bread a:hover::after {
  width: 100%;
}
.c-bread .current-item {
  white-space: normal;
}

.c-pagenavi {
  text-align: center;
  margin-top: 9.6rem;
}
@media screen and (max-width: 800px) {
  .c-pagenavi {
    margin-top: 6.4rem;
  }
}
.c-pagenavi .nav-links a {
  border: 0.1rem solid var(--gray);
  color: var(--main);
  display: inline-block;
  padding: 0 0.6rem;
  transition: all 0.5s;
}
.c-pagenavi .nav-links a:hover {
  border: 0.1rem solid var(--main);
  background: var(--main);
  color: var(--white);
}
.c-pagenavi .nav-links span {
  border: 0.1rem solid var(--main-light);
  display: inline-block;
  padding: 0 0.6rem;
  background: var(--main-light);
}

.wp-pagenavi {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}
.wp-pagenavi .pages {
  border: 0.1rem solid var(--gray) !important;
  background: var(--white) !important;
  color: var(--main) !important;
  padding: 0 1rem !important;
  line-height: 4rem !important;
  margin: 0 0.5rem !important;
  display: inline-block;
}
.wp-pagenavi a {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  background: var(--white) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
  min-width: 4rem !important;
}
.wp-pagenavi a:hover {
  border: 0.1rem solid var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  background: var(--main) !important;
  color: var(--white) !important;
}
.wp-pagenavi a.nextpostslink {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
}
.wp-pagenavi a.nextpostslink:hover {
  background: var(--main) !important;
  color: var(--white) !important;
}
.wp-pagenavi a.previouspostslink {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
  background: var(--white);
}
.wp-pagenavi a.previouspostslink:hover {
  background: var(--main) !important;
  color: var(--white) !important;
}
.wp-pagenavi .current {
  border: 0.1rem solid var(--main) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--white) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  background: var(--main) !important;
  min-width: 4rem !important;
}

@media screen and (max-width: 800px) {
  .c-pagenavi {
    text-align: center;
  }
  .c-pagenavi__inner {
    display: block;
    padding: 1rem 0.5rem;
  }
  .c-pagenavi__scroll {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
.p-privacy {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 12rem 0;
}
.p-privacy > * + * {
  margin-top: 2.4rem;
}
.p-privacy h2 {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 2.4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.p-privacy h2 span {
  display: block;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2.4rem;
}
.p-privacy h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-privacy ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.p-privacy .close {
  display: flex;
  justify-content: flex-end;
}

.p-service {
  padding: 12.8rem 0 0 0;
  border-top: 1px solid var(--gray);
  /* ----- elements ----- */
  /* ----- elements ----- */
}
@media screen and (max-width: 800px) {
  .p-service {
    padding: 6.4rem 1.6rem 0 1.6rem;
  }
}
.p-service-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0 4.8rem;
  grid-template-areas: ". p-service-grid__txtbox p-service-grid__txtbox p-service-grid__txtbox p-service-grid__txtbox p-service-grid__txtbox p-service-grid__txtbox p-service-grid__txtbox p-service-grid__imgbox p-service-grid__imgbox p-service-grid__imgbox p-service-grid__imgbox p-service-grid__imgbox .";
}
@media screen and (max-width: 800px) {
  .p-service-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-service-grid__txtbox {
  grid-area: p-service-grid__txtbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12.8rem 0;
  padding: 0 4.8rem 0 0;
}
@media screen and (max-width: 800px) {
  .p-service-grid__txtbox {
    width: 100%;
    padding: 0;
    gap: 6.4rem 0;
  }
}
.p-service-grid__txtbox > * {
  width: 100%;
}
@media screen and (min-width: 799px) {
  .p-service-grid__spimgbox {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .p-service-grid__spimgbox {
    width: 100%;
  }
  .p-service-grid__spimgbox img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 2.4rem;
  }
}
.p-service-grid__imgbox {
  grid-area: p-service-grid__imgbox;
  position: sticky;
  top: 12.8rem;
  height: calc(100vh - 25.6rem);
}
@media screen and (max-width: 800px) {
  .p-service-grid__imgbox {
    display: none;
  }
}
.p-service-text {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 4.8rem;
}
@media screen and (max-width: 800px) {
  .p-service-text {
    min-height: auto;
    gap: 2.4rem;
  }
}
.p-service-text > * {
  width: 100%;
}
.p-service .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-service .service-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 3.2rem;
}
.p-service .service-img.active {
  opacity: 1;
}
.p-service__detail {
  border: 1px solid var(--gray-dark);
  padding: 2.4rem;
  margin: 0 auto;
  font-size: var(--font-size15);
}
@media screen and (max-width: 800px) {
  .p-service__detail {
    padding: 1.6rem;
  }
}
.p-service__detail h4 {
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.p-service__detail ul,
.p-service__detail ol {
  padding: 0 0 0 1.5em;
  font-size: var(--font-size15);
}
.p-service__detail ul {
  list-style-type: disc;
}
.p-service__detail ol {
  list-style-type: decimal;
}

.p-company {
  /* ----- p-company-greeting ----- */
  /* ----- p-company-history ----- */
  /* ----- p-company-outline ----- */
  /* ----- p-company-access ----- */
}
.p-company-greeting {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  gap: 0px 48px;
  grid-auto-flow: row;
  grid-template-areas: ". p-company-greeting__head p-company-greeting__head p-company-greeting__head p-company-greeting__head p-company-greeting__head p-company-greeting__head p-company-greeting__head p-company-greeting__head p-company-greeting__head p-company-greeting__head p-company-greeting__head p-company-greeting__head ." ". . p-company-greeting__body p-company-greeting__body p-company-greeting__body p-company-greeting__body p-company-greeting__body p-company-greeting__body p-company-greeting__body p-company-greeting__body p-company-greeting__body p-company-greeting__body . .";
  padding: 12.8rem 0;
}
@media screen and (max-width: 800px) {
  .p-company-greeting {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.6rem 6.4rem 1.6rem;
    gap: 0;
  }
}
.p-company-greeting__head {
  grid-area: p-company-greeting__head;
}
@media screen and (max-width: 800px) {
  .p-company-greeting__head {
    width: 100%;
  }
}
.p-company-greeting__body {
  grid-area: p-company-greeting__body;
  display: flex;
  flex-wrap: wrap;
  gap: 6.4rem;
}
@media screen and (max-width: 800px) {
  .p-company-greeting__body {
    width: 100%;
    gap: 2.4rem 0;
  }
}
.p-company-greeting__imgbox {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .p-company-greeting__imgbox {
    width: 100%;
    flex: 0 1 auto;
  }
}
.p-company-greeting__imgbox img {
  width: 100%;
  height: auto;
  aspect-ratio: 480/640;
  object-fit: cover;
  object-position: center;
  border-radius: 3.2rem;
}
@media screen and (max-width: 800px) {
  .p-company-greeting__imgbox img {
    aspect-ratio: 1/1;
    border-radius: 2.4rem;
  }
}
.p-company-greeting__txtbox {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .p-company-greeting__txtbox {
    width: 100%;
    flex: 0 1 auto;
  }
}
.p-company-greeting__msg {
  font-size: var(--font-size40);
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 6.4rem 0;
}
@media screen and (max-width: 800px) {
  .p-company-greeting__msg {
    font-size: 2.4rem;
    margin: 0 0 2.4rem 0;
  }
}
.p-company-greeting__ceo {
  margin: 6.4rem 0 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .p-company-greeting__ceo {
    margin: 2.4rem 0 0 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.p-company-greeting__ceo h3 {
  font-family: var(--sub-font);
  font-size: var(--font-size24);
  line-height: 1.5;
}
.p-company-history {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  gap: 0px 48px;
  grid-auto-flow: row;
  grid-template-areas: ". p-company-history__head p-company-history__head p-company-history__head p-company-history__head p-company-history__head p-company-history__head p-company-history__head p-company-history__head p-company-history__head p-company-history__head p-company-history__head p-company-history__head ." ". . . p-company-history__body p-company-history__body p-company-history__body p-company-history__body p-company-history__body p-company-history__body p-company-history__body p-company-history__body . . .";
  padding: 12.8rem 0;
  background: var(--main-light);
}
@media screen and (max-width: 800px) {
  .p-company-history {
    display: flex;
    flex-wrap: wrap;
    padding: 6.4rem 1.6rem;
    gap: 0;
  }
}
.p-company-history__head {
  grid-area: p-company-history__head;
}
@media screen and (max-width: 800px) {
  .p-company-history__head {
    width: 100%;
  }
}
.p-company-history__body {
  grid-area: p-company-history__body;
}
@media screen and (max-width: 800px) {
  .p-company-history__body {
    width: 100%;
  }
}
.p-company-history__timeline {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-company-history__timeline.is-hidden {
  display: none;
}
.p-company-history__timeline li {
  padding: 2.4rem 0;
}
.p-company-history__timeline li:nth-child(1) {
  width: 16rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: auto;
  align-self: flex-start;
}
@media screen and (max-width: 800px) {
  .p-company-history__timeline li:nth-child(1) {
    width: calc((100% - 4.9rem) / 2);
  }
}
.p-company-history__timeline li:nth-child(1)::after {
  content: "";
  width: 1.3rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -7.1rem;
  transform: translate(0, -50%);
  z-index: 2;
  animation: ripple-main 1.5s infinite;
}
@media screen and (max-width: 800px) {
  .p-company-history__timeline li:nth-child(1)::after {
    content: none;
  }
}
.p-company-history__timeline li:nth-child(2) {
  width: 12.8rem;
  flex-shrink: 0;
  position: relative;
  padding: 2.4rem 0;
}
@media screen and (max-width: 800px) {
  .p-company-history__timeline li:nth-child(2) {
    width: 4.9rem;
  }
}
.p-company-history__timeline li:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--gray-dark);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .p-company-history__timeline li:nth-child(2)::after {
    content: "";
    width: 0.9rem;
    height: auto;
    aspect-ratio: 1/1;
    background: var(--main);
    border-radius: 50%;
    position: absolute;
    top: 3.8rem;
    right: 2rem;
    transform: translate(0, -50%);
    z-index: 2;
    animation: ripple-main 1.5s infinite;
  }
}
.p-company-history__timeline li:nth-child(3) {
  width: calc(100% - 28.8rem);
}
@media screen and (max-width: 800px) {
  .p-company-history__timeline li:nth-child(3) {
    width: calc((100% - 4.9rem) / 2);
  }
}
.p-company-history__btn {
  text-align: center;
  margin-top: 6.4rem;
}
.p-company-outline {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  gap: 0px 48px;
  grid-auto-flow: row;
  grid-template-areas: ". p-company-outline__head p-company-outline__head p-company-outline__head p-company-outline__head p-company-outline__head p-company-outline__head p-company-outline__head p-company-outline__head p-company-outline__head p-company-outline__head p-company-outline__head p-company-outline__head ." ". . p-company-outline__body p-company-outline__body p-company-outline__body p-company-outline__body p-company-outline__body p-company-outline__body p-company-outline__body p-company-outline__body p-company-outline__body p-company-outline__body . .";
  padding: 12.8rem 0;
}
@media screen and (max-width: 800px) {
  .p-company-outline {
    display: flex;
    flex-wrap: wrap;
    padding: 6.4rem 1.6rem;
    gap: 2.4rem 0;
  }
}
.p-company-outline__head {
  grid-area: p-company-outline__head;
}
@media screen and (max-width: 800px) {
  .p-company-outline__head {
    width: 100%;
  }
}
.p-company-outline__body {
  grid-area: p-company-outline__body;
}
@media screen and (max-width: 800px) {
  .p-company-outline__body {
    width: 100%;
  }
}
.p-company-access {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  gap: 0px 48px;
  grid-auto-flow: row;
  grid-template-areas: ". p-company-access__head p-company-access__head p-company-access__head p-company-access__head p-company-access__head p-company-access__head p-company-access__head p-company-access__head p-company-access__head p-company-access__head p-company-access__head p-company-access__head ." ". p-company-access__body p-company-access__body p-company-access__body p-company-access__body p-company-access__body p-company-access__body p-company-access__body p-company-access__body p-company-access__body p-company-access__body p-company-access__body p-company-access__body .";
  padding: 12.8rem 0;
  background: var(--main-light);
}
@media screen and (max-width: 800px) {
  .p-company-access {
    display: flex;
    flex-wrap: wrap;
    padding: 6.4rem 1.6rem;
    gap: 0;
  }
}
.p-company-access__head {
  grid-area: p-company-access__head;
}
@media screen and (max-width: 800px) {
  .p-company-access__head {
    width: 100%;
  }
}
.p-company-access__body {
  grid-area: p-company-access__body;
}
@media screen and (max-width: 800px) {
  .p-company-access__body {
    width: 100%;
  }
}
.p-company-access__card + .p-company-access__card {
  margin-top: 2.4rem;
}
.p-company-access__card {
  background: var(--white);
  border-radius: 1.6rem;
  padding: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 4.8rem;
}
@media screen and (max-width: 800px) {
  .p-company-access__card {
    flex-wrap: wrap;
    padding: 2.4rem;
    gap: 2.4rem 0;
  }
}
.p-company-access__info {
  width: calc((100% - 4.8rem) / 2);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
}
@media screen and (max-width: 800px) {
  .p-company-access__info {
    width: 100%;
    gap: 1.6rem 0;
  }
}
.p-company-access__info > * {
  width: 100%;
}
.p-company-access__info h3 {
  color: var(--main-dark);
  font-weight: 600;
}
.p-company-access__map {
  width: calc((100% - 4.8rem) / 2);
}
@media screen and (max-width: 800px) {
  .p-company-access__map {
    width: 100%;
  }
}
.p-company-access__map iframe {
  width: 100%;
  height: 36rem;
}
@media screen and (max-width: 800px) {
  .p-company-access__map iframe {
    height: auto;
    aspect-ratio: 1/1;
  }
}

.p-contact {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  gap: 0 4.8rem;
  grid-auto-flow: row;
  grid-template-areas: ". . . p-contact__head p-contact__head p-contact__head p-contact__head p-contact__head p-contact__head p-contact__head p-contact__head . . ." ". . . p-contact__body p-contact__body p-contact__body p-contact__body p-contact__body p-contact__body p-contact__body p-contact__body . . .";
  padding: 12.8rem 0;
  border-top: 1px solid var(--gray);
  /* ----- form elements ----- */
}
@media screen and (max-width: 800px) {
  .p-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 6.4rem 1.6rem;
  }
}
.p-contact__head {
  grid-area: p-contact__head;
}
@media screen and (max-width: 800px) {
  .p-contact__head {
    width: 100%;
  }
}
.p-contact__body {
  grid-area: p-contact__body;
}
@media screen and (max-width: 800px) {
  .p-contact__body {
    width: 100%;
  }
}
.p-contact__phone {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
}
@media screen and (max-width: 800px) {
  .p-contact__phone {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 2.4rem;
  }
}
.p-contact__phone a {
  font-weight: 600;
}
.p-contact__form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
  margin-top: 6.4rem;
}
.p-contact__form > * {
  width: 100%;
}
.p-contact__form input[type=text],
.p-contact__form input[type=email],
.p-contact__form textarea {
  width: 100%;
  border: 0.1rem solid var(--gray);
  border-radius: 0.8rem;
  background: var(--white);
  padding: 0.8rem 1.6rem;
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .p-contact__form input[type=text],
  .p-contact__form input[type=email],
  .p-contact__form textarea {
    font-size: 1.6rem;
  }
}
.p-contact__form textarea {
  height: 24rem;
}
.p-contact__form input[type=submit] {
  width: 50%;
  margin: 0 auto;
  border-radius: 10rem;
  background: var(--main-dark);
  color: var(--white);
  padding: 1.2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  letter-spacing: 0.1em;
}
.p-contact__form input[type=submit]:hover {
  background: var(--main);
}
.p-contact__form input[type=text]:focus,
.p-contact__form input[type=email]:focus,
.p-contact__form input[type=submit]:focus,
.p-contact__form select:focus,
.p-contact__form textarea:focus {
  outline: none;
  border: 0.1rem solid var(--gray-dark);
}
.p-contact__form .mwform-radio-field {
  margin-top: 1rem;
}
.p-contact__form ::placeholder {
  color: var(--gray);
}
.p-contact__form .must {
  color: #ee0000;
}
.p-contact__privacy {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-single {
  /* ----- 共通Elements ----- */
  /* ----- p-single-news ----- */
  /* ----- p-single-blog ----- */
  /* ----- p-single-case ----- */
}
.p-single__title {
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  padding: 4.8rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 800px) {
  .p-single__title {
    padding: 2.4rem 0;
    margin-bottom: 2.4rem;
  }
}
.p-single__title h1 {
  font-size: var(--font-size32);
  font-weight: 600;
  line-height: 1.5;
  color: var(--main-dark);
}
@media screen and (max-width: 800px) {
  .p-single__title h1 {
    font-size: 2.4rem;
  }
}
.p-single__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  margin-top: 9.6rem;
}
@media screen and (max-width: 800px) {
  .p-single__pager {
    margin-top: 6.4rem;
  }
}
.p-single__pager p a {
  border: 1px solid var(--gray);
  border-radius: 10rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 1.6rem;
  transition: all 0.5s;
}
.p-single__pager p a:hover {
  border: 1px solid var(--main);
  color: var(--main);
}
.p-single__related {
  margin-top: 9.6rem;
}
@media screen and (max-width: 800px) {
  .p-single__related {
    margin-top: 6.4rem;
  }
}
.p-single__related h2 {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 800px) {
  .p-single__related h2 {
    margin-bottom: 2.4rem;
  }
}
.p-single-case__mv {
  width: 100%;
}
.p-single-case__mv img {
  width: 100%;
  height: auto;
}
.p-single-case__outline {
  border: 1px solid var(--gray-dark);
  background: var(--white);
  padding: 4.8rem;
  width: 100%;
  margin: 4.8rem auto 0 auto;
}
@media screen and (max-width: 800px) {
  .p-single-case__outline {
    padding: 1.6rem;
    margin: 2.4rem auto 0 auto;
  }
}
.p-single-case__outline table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: var(--font-size15);
}
.p-single-case__outline table th {
  width: 30%;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .p-single-case__outline table th {
    width: 100%;
    display: block;
  }
}
.p-single-case__outline table td {
  width: 70%;
  padding-left: 1.6rem;
}
@media screen and (max-width: 800px) {
  .p-single-case__outline table td {
    width: 100%;
    display: block;
  }
}

.p-empty {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.p-searchCase {
  width: 37.6rem;
  margin-top: 4.8rem;
  /* ----- select ----- */
  /* ----- checkbox ----- */
  /* ----- submit ----- */
}
.p-searchCase form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
  width: 100%;
}
.p-searchCase__area {
  width: 100%;
}
.p-searchCase__area h3 {
  font-weight: 600;
  margin-bottom: 1.2rem;
  width: 100%;
}
.p-searchCase__area select {
  display: block;
  flex: 0 0 100%;
  font-family: var(--base-font);
  width: 100%;
  border: 2px solid var(--gray);
  border-radius: 10rem;
  padding: 0.8rem 3rem 0.8rem 1.2rem;
  line-height: 1.5;
  transition: all 0.5s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--white) url("data:image/svg+xml;utf8,<svg fill='black' height='28' viewBox='0 0 24 24' width='28' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 1rem center/1.8rem auto;
}
.p-searchCase__area select.selected {
  background: var(--main) url("data:image/svg+xml;utf8,<svg fill='white' height='28' viewBox='0 0 24 24' width='28' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 1rem center/1.8rem auto;
  color: var(--white);
  border: 2px solid transparent;
}
.p-searchCase__area select:hover {
  border: 2px solid var(--main);
  cursor: pointer;
}
.p-searchCase__area select:focus {
  border: 2px solid var(--main);
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.p-searchCase__area select + select {
  margin-top: 1.6rem;
}
.p-searchCase__tax {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.p-searchCase__tax h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  width: 100%;
}
.p-searchCase__tax label {
  border-radius: 10rem;
  border: 2px solid var(--gray);
  background: var(--white);
  white-space: nowrap;
  padding: 0.4rem 0.8rem;
  display: inline-flex;
  transition: all 0.5s;
}
.p-searchCase__tax label.checked {
  background-color: var(--main);
  color: var(--white);
  transition: background-color 0.3s, color 0.3s;
  border: 2px solid transparent;
}
.p-searchCase__tax label:hover {
  border: 2px solid var(--main);
  cursor: pointer;
}
.p-searchCase__tax label:hover span::before {
  opacity: 1;
}
.p-searchCase__tax label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.p-searchCase__tax label input[type=checkbox]:checked {
  background: var(--main);
  color: var(--white);
}
.p-searchCase__tax label span {
  position: relative;
  padding-left: 2.2rem;
}
.p-searchCase__tax label span::before {
  content: "✓";
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  color: var(--white);
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background: var(--main);
  transition: opacity 0.5s, border-color 0.5s, color 0.5s;
}
.p-searchCase__tax label input[type=checkbox]:checked + span::before {
  opacity: 1;
  background: var(--white);
  color: var(--main);
}
.p-searchCase .feas-submit-button {
  width: 100%;
  color: var(--white);
  background: var(--main);
  border: 3px solid var(--main);
  border-radius: 10rem;
  padding: 0.8rem 1.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  transition: all 0.5s;
}
.p-searchCase .feas-submit-button:hover {
  background: var(--main-dark);
  border: 3px solid var(--main-dark);
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.u-center {
  text-align: center;
}

.u-pt128 {
  padding-top: 12.8rem;
}
@media screen and (max-width: 800px) {
  .u-pt128 {
    padding-top: 6.4rem;
  }
}

@media screen and (max-width: 800px) {
  .u-mb24 {
    margin-bottom: 2.4rem;
  }
}
/*# sourceMappingURL=style.css.map */
