@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.9696969697vw;
  }
}
@media (min-width: 1650px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-about-top {
  padding-top: 6rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-about-top {
    padding-top: 12rem;
    padding-bottom: 5rem;
  }
}

.l-about {
  padding-top: 9.375rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    padding-top: 12.5rem;
  }
}

.l-contact-top {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-contact-top {
    padding-top: 5rem;
  }
}

.l-contact {
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-top: 12.5rem;
  }
}

.l-footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.l-header {
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 2.5rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1650px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-news {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-news {
    padding-bottom: 5rem;
  }
}

.l-service-top {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-service-top {
    padding-top: 10rem;
  }
}

.l-service {
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    padding-top: 12.5rem;
  }
}

.c-btn1 span {
  font-size: 1rem;
  font-weight: 600;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn1 span {
    font-size: 1.25rem;
  }
}

.c-btn1 span::before {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 0;
}

.c-drawer-content {
  background-color: #fff;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .c-drawer-content {
    display: none;
  }
}

.c-drawer-content__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.c-drawer-content__list {
  overflow: hidden;
}

.c-drawer-content__list + .c-drawer-content__list {
  margin-top: 3.75rem;
}

.c-drawer-content__list a {
  display: inline-block;
  font-weight: 500;
  font-size: 0.9375rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.c-section-title {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2rem;
  }
}

.p-about-top {
  background-color: #fff;
}

.p-about-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 5rem;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
@media screen and (min-width: 768px) {
  .p-about-top__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about-top__body {
    margin-left: 18.75rem;
  }
}

.p-about-top__lead {
  margin-top: 2.5rem;
  font-size: 1.625rem;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-about-top__lead {
    margin-top: 0;
    margin-top: initial;
    font-size: 1.5rem;
  }
}

.p-about-top__text1,
.p-about-top__text2 {
  font-size: 1rem;
  line-height: 1.5;
}

.p-about-top__text1 {
  margin-top: 1.25rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-about-top__text1 {
    margin-top: 3.125rem;
  }
}

.p-about-top__text2 {
  margin-top: 2.1875rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-about-top__text2 {
    margin-top: 4.0625rem;
  }
}

.p-about-top__btn {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about-top__btn {
    margin-top: 3.125rem;
  }
}

.p-about__slider {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-about__slider-img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 18.75rem;
  margin-right: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-about__slider-img {
    height: 37.5rem;
    width: 33.3333333333%;
  }
}

.p-about__slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/600;
}

.p-about-top__line {
  margin-top: 5rem;
  border-bottom: 1px solid lightgray;
}
@media screen and (min-width: 768px) {
  .p-about-top__line {
    margin-top: 10rem;
  }
}

.p-about__swiper {
  width: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.p-about__fv-title {
  margin-top: 0.9375rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
@media screen and (min-width: 768px) {
  .p-about__fv-title {
    font-size: 3rem;
    margin-top: 1.875rem;
  }
}

.p-about__fv-lead {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
@media screen and (min-width: 768px) {
  .p-about__fv-lead {
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
}

.p-about__fv-text {
  margin-top: 3.125rem;
  margin-bottom: 5rem;
  font-size: 1rem;
  width: 80%;
  margin-left: auto;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
@media screen and (min-width: 768px) {
  .p-about__fv-text {
    font-size: 1.25rem;
    margin-bottom: 10rem;
    width: 65%;
  }
}

.p-about__line {
  margin-top: 5rem;
  border-bottom: 1px solid lightgray;
}
@media screen and (min-width: 768px) {
  .p-about__line {
    margin-top: 10rem;
  }
}

.p-about__message {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-about__message {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.p-about__message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
@media screen and (min-width: 768px) {
  .p-about__message-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-about__message-body {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__message-body {
    margin-top: 0;
    margin-top: initial;
    margin-left: 18.75rem;
  }
}

.p-about__message-lead {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-about__message-lead {
    font-size: 2rem;
  }
}

.p-about__message-text {
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__message-text {
    font-size: 1.5rem;
    margin-top: 7.5rem;
  }
}

.p-about__company-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
@media screen and (min-width: 768px) {
  .p-about__company-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-about__company-body {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__company-body {
    text-align: left;
    text-align: initial;
    margin-left: 25rem;
  }
}

.p-about__company-lists {
  display: inline-block;
}

.p-about__company-list + .p-about__company-list {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__company-list + .p-about__company-list {
    margin-top: 3.125rem;
  }
}

.p-about__company-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-about__company-list-title {
  font-size: 1rem;
  color: gray;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-about__company-list-title {
    font-size: 1.25rem;
    width: 6.25rem;
  }
}

.p-about__company-list-text {
  font-size: 1rem;
  text-align: left;
  margin-left: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__company-list-text {
    margin-left: 15.625rem;
    font-size: 1.25rem;
  }
}

.p-about__map {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-about__map {
    padding-top: 5rem;
  }
}

.p-about__map-wrapper {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.p-about__map-img {
  margin-top: 2.5rem;
  width: 100%;
  height: 100%;
  max-width: 100rem;
}
@media screen and (min-width: 768px) {
  .p-about__map-img {
    margin-top: 5rem;
  }
}

.p-about__map-img iframe {
  aspect-ratio: 800/680;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__map-img iframe {
    aspect-ratio: 1600/680;
  }
}

.p-contact-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
  border-bottom: 1px solid lightgray;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
@media screen and (min-width: 768px) {
  .p-contact-top__wrapper {
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-top__title:hover {
    opacity: 1;
  }
}

.p-contact-top__title {
  display: block;
  padding: 0 0.75rem;
  overflow: hidden;
  color: #333;
  font-size: 2.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact-top__title {
    font-size: 5rem;
  }
}

.p-contact-top__title.is-active {
  color: red;
}

.p-contact-top__title:hover span {
  color: red;
}

.text-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.after {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.before span,
.after span {
  line-height: 1.1;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; /*ease-outで余裕のある動きに*/
}

.after span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.p-contact__wrapper {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.p-contact__form {
  margin-top: 5rem;
  padding: 2.5rem 1.25rem;
  background-color: rgba(211, 211, 211, .3);
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    padding: 5rem;
  }
}

.p-contact__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contact__form-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-contact__form-item + .p-contact__form-item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-item + .p-contact__form-item {
    margin-top: 3.75rem;
  }
}

.p-contact__form-item label {
  display: inline-block;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-item label {
    width: 20%;
    font-size: 1.125rem;
  }
}

.required {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.375rem;
  font-size: 0.625rem;
  color: #fff;
  background-color: red;
  padding: 0.0625rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .required {
    font-size: 0.875rem;
    margin-left: 0.625rem;
    padding: 0.0625rem 0.5rem;
  }
}

.p-contact__form-item input {
  height: 2.5rem;
  border: 1px solid gray;
  border-radius: 0.3125rem;
  padding: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-item input {
    margin-top: 0;
    margin-top: initial;
    width: 70%;
  }
}

.p-contact__form-radio {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contact__form-radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.75rem;
  }
}

.p-contact__form-radio label {
  display: inline-block;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-radio label {
    font-size: 1.125rem;
    width: 20%;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__form-radio-box label:hover {
    cursor: pointer;
  }
}

.p-contact__form-radio span {
  display: inline-block;
  margin-left: 0.1875rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-radio span {
    margin-left: 0.625rem;
    font-size: 1.125rem;
  }
}

.p-contact__form-radio label .required {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.625rem;
  font-size: 0.625rem;
  color: #fff;
  background-color: red;
  padding: 0.0625rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-radio label .required {
    font-size: 0.875rem;
    margin-left: 0.625rem;
    padding: 0.0625rem 0.5rem;
  }
}

.p-contact__form-radio-box {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact__form-radio-box {
    margin-top: 0;
    margin-top: initial;
    width: 70%;
  }
}

.p-contact__form-radio-box label:nth-child(2) {
  margin-left: 0.625rem;
}

.p-contact__form-textarea {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contact__form-textarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__form-textarea label {
    width: 20%;
  }
}

.p-contact__form-textarea textarea {
  margin-top: 0.625rem;
  height: 9.375rem;
  padding: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-textarea textarea {
    margin-top: 0;
    margin-top: initial;
    height: 12.5rem;
    width: 70%;
    padding: 0.625rem;
  }
}

.p-contact__form-check {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__form-check {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__form-check label {
    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 screen and (min-width: 768px) {
  .p-contact__form-check label:hover {
    cursor: pointer;
  }
}

.p-contact__form-check label span {
  font-size: 0.875rem;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-check label span {
    font-size: 1.125rem;
  }
}

.p-contact__form-btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__form-btn {
    margin-top: 3.75rem;
  }
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=radio] {
  position: relative;
  top: 0.25rem;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #333;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  input[type=radio] {
    top: 0.125rem;
  }
}

input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: red;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=checkbox] {
  position: relative;
  top: 0.375rem;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #333;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  input[type=checkbox] {
    top: 0;
  }
}

input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.3125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.375rem;
  height: 0.5625rem;
  border-bottom: 0.125rem solid red;
  border-right: 0.125rem solid red;
}

input[type=submit] {
  min-width: 12.5rem;
  height: 3.125rem;
  border: none;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
}

.p-contact__form-btn-send {
  background-color: orange;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-contact__form-btn-send:hover {
  background-color: red;
  color: #fff;
}

.p-contact__form-btn-send[disabled] {
  background-color: lightgray;
  color: gray;
  cursor: not-allowed;
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.p-footer__logo {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    font-size: 1.25rem;
  }
}

.p-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.25rem;
  }
}

.p-footer__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.125rem;
  }
}

.p-footer__address {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    margin-left: 1.25rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-footer__tel {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__tel {
    margin-top: 0;
    margin-top: initial;
    margin-left: 3.75rem;
  }
}

.p-footer__mail {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__mail {
    margin-left: 1.25rem;
    padding-left: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__mail::before {
    position: absolute;
    content: "/";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    font-size: 1.125rem;
  }
}

.p-footer__copyright {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 0;
    margin-top: initial;
    margin-left: auto;
    font-size: 1.125rem;
  }
}

.p-fv {
  position: relative;
  width: 100%;
  height: 100vh;
  aspect-ratio: 800/980;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-fv {
    aspect-ratio: 1920/980;
  }
}

.p-fv__img {
  position: absolute;
  width: inherit;
  height: inherit;
  overflow: hidden;
}

.p-fv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1280/1920;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv__img img {
    aspect-ratio: 1920/1280;
  }
}

#slider {
  width: 100%;
  height: 100%;
}

.p-header {
  position: fixed;
  width: 100%;
  z-index: 2000;
  top: 0;
  left: 0;
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.04em;
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(255, 255, 255, .6);
  position: relative;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    font-size: 2.625rem;
  }
}

.p-header__lists {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-header__lists {
    margin-left: auto;
  }
}

.p-header__lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.p-header__list.js-off {
  display: none;
}

.p-header__list {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__list {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-header__list + .p-header__list {
    margin-left: 2.5rem;
  }
}

.p-header__list a {
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  padding: 0.3125rem;
  color: #333;
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(255, 255, 255, .6);
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-header__list a {
    font-size: 1.5rem;
    padding: 0.625rem;
  }
}

.p-header__list.is-current a {
  border-bottom: 2px solid red;
}

.p-header__list--nav {
  display: block;
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  padding: 0.9375rem 2.5rem;
  white-space: nowrap;
  color: #333;
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(255, 255, 255, .6);
  letter-spacing: 0.08em;
  overflow: hidden;
  position: relative;
  z-index: 1001;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__list--nav {
    display: none;
    font-size: 1.5rem;
    padding: 0.625rem;
  }
}

.p-header__list--nav:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-header__list--nav.is-active {
  display: block;
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  padding: 0.9375rem 2.5rem;
  white-space: nowrap;
  color: #333;
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(255, 255, 255, .6);
  letter-spacing: 0.08em;
  overflow: hidden;
  position: relative;
  z-index: 1001;
}

.p-header__list--nav.js-on {
  display: block;
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  padding: 1.25rem 3.125rem;
  white-space: nowrap;
  color: #333;
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(255, 255, 255, .6);
  letter-spacing: 0.08em;
  overflow: hidden;
  position: relative;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .p-header__list--nav.js-on {
    font-size: 1.5rem;
  }
}

.p-header__list--nav span {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__list--nav span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__list--nav.is-active span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.p-header__list--nav.is-active span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.p-opening {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-opening__container {
  width: 100%;
  height: 100vh;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.p-opening__logo {
  font-size: 3rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  opacity: 0;
}

.p-service-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 5rem;
  border-bottom: 1px solid lightgray;
}
@media screen and (min-width: 768px) {
  .p-service-top__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 10rem;
  }
}

.p-service-top__body {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-top__body {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    margin-top: initial;
    margin-left: 5rem;
    gap: 2.5rem;
  }
}

.p-service-top__img {
  width: 100%;
  height: 18.75rem;
  position: relative;
  overflow: hidden;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
@media screen and (min-width: 768px) {
  .p-service-top__img {
    height: 25rem;
  }
}

.p-service-top__img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, .35);
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-service-top__cardtitle {
  position: relative;
  z-index: 3;
  font-size: 1.75rem;
  color: #fff;
  text-shadow: 0.125rem 0.1875rem 0 rgba(51, 51, 51, .35);
}

.p-service-top__img img {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 600/400;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-service-top__img:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-service-top__img:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (min-width: 768px) {
  .p-service-top__img:hover::before {
    background-color: rgba(51, 51, 51, 0);
    opacity: 1;
  }
}

.p-service__wrapper {
  margin-top: 3.125rem;
  padding-bottom: 6.25rem;
  border-bottom: 1px solid lightgray;
}
@media screen and (min-width: 768px) {
  .p-service__wrapper {
    margin-top: 6.25rem;
    padding-bottom: 12.5rem;
  }
}

.p-service__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3.125rem;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
@media screen and (min-width: 768px) {
  .p-service__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 6.25rem;
  }
}

.p-service__box + .p-service__box {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-service__box + .p-service__box {
    padding-top: 12.5rem;
  }
}

.p-service__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media screen and (min-width: 768px) {
  .p-service__body {
    padding-left: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__box:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-service__box:nth-child(odd) .p-service__body {
    padding-left: 0;
    padding-right: 3.125rem;
  }
}

.p-service__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.p-service__img img {
  aspect-ratio: 600/400;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__body-title {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-service__body-title {
    font-size: 1.75rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-service__body-text {
  margin-top: 2.5rem;
  font-size: 1rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-service__body-text {
    margin-top: 5rem;
    font-size: 1.375rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/* お問い合わせ */
.form-list {
  position: relative;
  width: 100%;
  max-width: var(--element-maxWidth--s);
  margin-right: auto;
  margin-left: auto;
}
.form-item {
  display: grid;
  grid-template-columns: minmax(120px, 20%) minmax(0, 1fr);
  gap: 4px 8px;
}
@media screen and (max-width: 767px) {
  .form-item {
    grid-template-columns: minmax(0, 1fr);
  }
}
 .form-item:not(:last-child) {
  margin-bottom: 24px;
}
.form-item-head {
  align-self: flex-start;
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #313131;
}
.form-accept {
  /* position: relative; */
  width: 100%;
  max-width: var(--element-maxWidth--s);
  margin-top: var(--marginTop);
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  display: grid;
  justify-content: center;
  align-items: center;
}
.form-accept-label {
  display: inline-block;
  font-size: 16px;
}
.form-accept-label:not(:last-child) {
  margin-bottom: 4px;
}
.form-required {
  display: inline-block;
  line-height: 1.3;
  border-radius: 4px;
  background: #ff908d;
  color: #fff;
  font-size: 11px;
  margin-left: 4px;
  padding: 4px;
}
.form-submit {
  position: relative;
  width: var(--element-width);
  max-width: var(--element-maxWidth--s);
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
 /* .page-overview-image {
  background-image: url("/wp-content/themes/orangelab/assets/img/oen-gym.jpg");
  filter: brightness(0.33);
} */
/* CF7 */
.wpcf7-form.sent .wpcf7-response-output {
  background: #a3c259;
  color: #313131;
}
.wpcf7-form.failed .wpcf7-response-output, .wpcf7-form.aborted .wpcf7-response-output {
  background: #ff908d;
  color: #fff;
}
.wpcf7-form.spam .wpcf7-response-output {
  background: #ff924f;
  color: #fff;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7-form.payment-required .wpcf7-response-output {
  background: #fdbc69;
  color: #313131;
}
.wpcf7-text {
  width: 100%;
  height: 48px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  border: 1px solid #919191;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wpcf7-textarea {
  width: 100% !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  border: 1px solid #919191;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 24px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  color: #313131;
  padding-left: 32px;
}
@media (hover: hover) {
  .wpcf7-acceptance .wpcf7-list-item-label:hover .form-accept-label {
    opacity: 0.8;
    transition: opacity 0.3s ease-out;
  }
  .wpcf7-acceptance .wpcf7-list-item-label:hover::before {
    border: 3px solid #5dbee3;
    transition: border 0.3s ease-out;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 2px solid lightgray;
  background: #fff;
}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border: none;
  background: #ff908d;
}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 1px;
  left: 8px;
  transform: rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.wpcf7-submit {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 48px;
  border: none;
  border-radius: 8px;
  background: lightgray;
  color: gray;
  font-size: 14px;
  margin-top: 12px;
  margin-right: auto;
}
.wpcf7-submit:disabled {
  color: rgba(255, 255, 255, 0.4);
}
.wpcf7-spinner {
  z-index: 1;
  position: absolute !important;
  top: 12px;
  left: 12px;
  border-radius: 50%;
  margin: 0 !important;
}
.wpcf7-not-valid-tip {
  color: #ff908d !important;
  font-weight: 700 !important;
  font-size: 12px !important;
}
.wpcf7-response-output {
  display: inline-block;
  line-height: 1.3;
  border: none !important;
  font-style: italic;
  font-size: 14px;
  margin: 16px 0 0 !important;
  padding: 8px 16px !important;
}
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.wpcf7-radio input[type=radio] {
  display: none;
  position: absolute;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #ff908d;
  box-shadow: inset 0 0 0 2px #fff;
}
.wpcf7-radio .wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 2px solid #ff908d;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin-right: 4px;
  transition: background-color 0.2s ease-out;
}
/*# sourceMappingURL=styles.css.map */
