@charset "UTF-8";
.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt-lg {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-lr {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-lr {
    font-size: 48px;
  }
}

.c-txt-md {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm {
  font-size: 13px;
  letter-spacing: 2.3px;
  font-weight: 300;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt-sm {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-sm {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-sm {
    font-size: 15px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-sm, .tab-cate, .c-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .mb-sm, .tab-cate, .c-title {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-sm, .tab-cate, .c-title {
    margin-bottom: 60px;
  }
}

.mb-md, .p-flow {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mb-md, .p-flow {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-md, .p-flow {
    margin-bottom: 70px;
  }
}

.mb-lr {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .mb-lr {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-lr {
    margin-bottom: 110px;
  }
}

.pd-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pd-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .pd-sm {
    padding-bottom: 30px;
  }
}

.pd-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .pd-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .pd-md {
    padding-bottom: 60px;
  }
}

.pd-lr {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .pd-lr {
    padding: 90px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-lr {
    padding: 110px 0;
  }
}

.c-container {
  padding: 0 8vw;
}
@media screen and (min-width: 1024px) {
  .c-container {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-container {
    padding: 0 12vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container {
    padding: 0;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "YuGothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.45rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #111111;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 1.7rem;
  }
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: block;
  max-width: 100%;
}

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

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

.p-service__slider,
.c-voice__slider {
  position: relative;
}
.p-service__slider__prev, .p-service__slider__next,
.c-voice__slider__prev,
.c-voice__slider__next {
  position: static;
  margin: 0;
  width: 44px;
  height: 44px;
}
.p-service__slider__prev::after, .p-service__slider__next::after,
.c-voice__slider__prev::after,
.c-voice__slider__next::after {
  display: none;
}
.p-service__slider__prev svg, .p-service__slider__next svg,
.c-voice__slider__prev svg,
.c-voice__slider__next svg {
  width: 20px;
  height: 20px;
  color: #888888;
}
@media (min-width: 1024px) {
  .p-service__slider__prev, .p-service__slider__next,
  .c-voice__slider__prev,
  .c-voice__slider__next {
    width: 55px;
    height: 55px;
  }
  .p-service__slider__prev svg, .p-service__slider__next svg,
  .c-voice__slider__prev svg,
  .c-voice__slider__next svg {
    width: 30px;
    height: 30px;
  }
}
.p-service__slider .swiper-wrapper,
.c-voice__slider .swiper-wrapper {
  overflow: visible;
}
.p-service__slider .swiper-wrapper .swiper-slide,
.c-voice__slider .swiper-wrapper .swiper-slide {
  overflow: visible;
}
.p-service__slider .swiper-wrapper .swiper-slide:not(:last-child) .c-container,
.c-voice__slider .swiper-wrapper .swiper-slide:not(:last-child) .c-container {
  padding-right: 0;
}
@media (min-width: 1500px) {
  .p-service__slider,
  .c-voice__slider {
    max-width: 1150px;
  }
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
body.hidden {
  overflow: hidden;
}

body {
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #888888;
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
body.menu-open::before {
  z-index: 100;
  opacity: 0.4;
}

.superwrapper {
  overflow: hidden;
}

.c-topview {
  position: relative;
  height: 35vh;
  min-height: 180px;
}
.c-topview__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 8vw;
  z-index: 60;
}
.c-topview__title .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.c-topview__title .ja {
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .c-topview {
    min-height: 200px;
  }
  .c-topview__title .en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 3em;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-topview {
    height: 40vh;
    min-height: 240px;
  }
  .c-topview__title {
    padding: 0 10vw;
  }
  .c-topview__title .en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 3.6em;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .c-topview__title .ja {
    font-size: 1.2em;
  }
}
@media (min-width: 1280px) {
  .c-topview {
    min-height: 280px;
  }
  .c-topview__title {
    padding: 0 12vw;
  }
  .c-topview__title .en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 4.2em;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
  .c-topview__title .ja {
    font-size: 1.5em;
  }
}
@media (min-width: 1500px) {
  .c-topview {
    max-height: 360px;
  }
  .c-topview__title {
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    max-width: 1150px;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 30px 8vw 50px;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #888888;
  border-bottom: 1px solid #888888;
}
@media (min-width: 1024px) {
  .breadcrumb {
    padding: 30px 10vw 50px;
  }
  .breadcrumb li:last-child {
    max-width: none;
  }
}
@media (min-width: 1280px) {
  .breadcrumb {
    padding: 30px 12vw 70px;
  }
}
@media (min-width: 1500px) {
  .breadcrumb {
    max-width: 1150px;
    padding: 30px 0 70px;
    margin: 0 auto;
  }
}

.p-title {
  margin-bottom: 45px;
  color: #333333;
  line-height: 1.7;
}
.p-title .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.p-title .ja {
  font-size: 0.7em;
  letter-spacing: 0.08em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .p-title .en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 1024px) {
  .p-title {
    margin-bottom: 50px;
  }
  .p-title .en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.7em;
    font-weight: 400;
    letter-spacing: 0.08em;
  }
}

.c-title {
  text-align: center;
  position: relative;
}
.c-title .en {
  font-family: "Josefin Sans", sans-serif;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 2px;
  border-bottom: 2px solid #333333;
  padding: 0 5px 3px;
  margin-bottom: 5px;
}
.c-title .ja {
  position: relative;
  font-size: 22px;
  letter-spacing: 4px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .c-title .en {
    font-size: 18px;
  }
  .c-title .ja {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .c-title .en {
    font-size: 24px;
  }
  .c-title .ja {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .c-title .en {
    font-size: 28px;
  }
  .c-title .ja {
    font-size: 36px;
  }
}

.more-btn {
  position: relative;
}
.more-btn__link {
  background-color: #ffffff;
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #111111;
  border-radius: 9999px;
  z-index: 1;
}
.more-btn__link .text {
  position: relative;
  font-size: 1.1em;
  color: #111111;
  display: inline-block;
  padding-right: 40px;
}
.more-btn__link .text::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/arrow-black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #a50e0e;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  border: 1px solid #a50e0e;
  z-index: 1;
}
.more-btn__link.slide-bg:hover span.bg {
  transform: scaleX(1);
  transform-origin: left;
}
.more-btn__link.slide-bg:hover span.text {
  color: #ffffff;
}
.more-btn__link.slide-bg:hover span.text::before {
  background: url(../images/common/arrow-white.svg) no-repeat center/contain;
}
@media (min-width: 1024px) {
  .more-btn__link {
    padding: 15px 40px;
  }
  .more-btn__link .text {
    font-size: 1.15em;
    padding-right: 50px;
  }
  .more-btn__link .text::before {
    width: 18px;
    height: 18px;
  }
}

.text-link {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.text-link-btn {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.text-link-btn::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #f2f2f2;
}
.text-link-btn::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(0.15, 1);
  transform-origin: left top;
  transition: transform 0.3s ease;
}
.text-link-btn span {
  position: relative;
  display: inline-block;
  padding-right: 50px;
}
.text-link-btn span::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/arrow-black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s;
}
.text-link-btn {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .text-link-btn:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .text-link-btn:hover span::before {
    right: 0;
  }
}
@media (min-width: 1024px) {
  .text-link {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.08em;
  }
  .text-link-btn {
    padding-left: 15px;
  }
  .text-link-btn span {
    padding-right: 70px;
  }
  .text-link-btn span::before {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

.scroll-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.scroll-wrap .scroll-text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #111111;
  line-height: 1;
}
.scroll-wrap .scroll-line {
  position: relative;
  width: 1px;
  height: 60px;
  background: #cccccc;
  overflow: hidden;
}
.scroll-wrap .scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 40%;
  background: #111111;
  animation: scrollDown 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes scrollDown {
  0% {
    top: -40%;
    opacity: 1;
  }
  80% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.read-more {
  position: relative;
}
.read-more .reList {
  position: relative;
  max-height: 120px;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.read-more .reList::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0, rgba(247, 247, 247, 0.9) 60%, #f7f7f7 100%);
  content: "";
}
@media (min-width: 1024px) {
  .read-more .reList {
    max-height: 150px;
  }
}
.read-more label {
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #888;
  font-size: 0.9em;
  padding: 5px;
  cursor: pointer;
}
.read-more label::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.read-more label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #888;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.read-more label:hover::before {
  width: 100%;
}
.read-more input {
  display: none;
}
.read-more:has(:checked) label {
  display: none;
}
.read-more:has(:checked) .reList {
  max-height: 100%;
}
.read-more:has(:checked) .reList::after {
  content: none;
}

.top-view {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.top-view .top-desc {
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 8vw;
  color: #111111;
  text-shadow: 0 0 3px #ffffff;
}
.top-view .top-desc h2 {
  font-size: 1.8em;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 15px;
}
.top-view .top-desc h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .top-view .top-desc h2 br {
    display: none;
  }
  .top-view .top-desc h3 br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .top-view .top-desc {
    padding: 0 10vw;
    top: 55%;
  }
  .top-view .top-desc h2 {
    font-size: 2.2em;
  }
  .top-view .top-desc h3 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1280px) {
  .top-view .top-desc h2 {
    font-size: 2.8em;
  }
  .top-view .top-desc h3 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
}
.top-view .scroll-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-business__img__top {
  aspect-ratio: 5/4;
  margin-bottom: 40px;
  overflow: hidden;
}
.p-business__img__bottom {
  aspect-ratio: 1/2;
  width: 30%;
  margin-left: auto;
  margin-right: -8vw;
  margin-top: -150px;
  overflow: hidden;
}
.p-business__desc {
  display: grid;
  gap: 20px;
}
.p-business__desc h3 {
  font-size: 1.5em;
  font-weight: 600;
}
.p-business__desc p {
  line-height: 2.4;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .p-business__img__top {
    aspect-ratio: 3/2;
    margin-bottom: 60px;
  }
  .p-business__img__bottom {
    aspect-ratio: 2/3;
    width: 50%;
    margin-top: -250px;
  }
  .p-business__desc {
    gap: 30px;
  }
  .p-business__desc p {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  .p-business__wrap {
    display: flex;
    gap: 50px;
  }
  .p-business__img__top {
    aspect-ratio: 5/4;
    max-width: 450px;
    align-self: center;
    margin-left: -10vw;
  }
  .p-business__img__bottom {
    aspect-ratio: 2/3;
    width: 80%;
    max-width: 220px;
    margin-top: 0px;
    align-self: flex-end;
    margin-right: -10vw;
  }
  .p-business__desc {
    flex-shrink: 0;
  }
}
@media (min-width: 1280px) {
  .p-business__wrap {
    gap: 80px;
  }
  .p-business__img__top {
    max-width: 550px;
    margin-left: -12vw;
  }
  .p-business__img__bottom {
    margin-right: -12vw;
  }
}
@media (min-width: 1500px) {
  .p-business__wrap {
    gap: 80px;
  }
  .p-business__img__top {
    margin-left: 0vw;
  }
  .p-business__img__bottom {
    margin-right: 0vw;
  }
}

.p-company__img {
  aspect-ratio: 5/4;
  overflow: hidden;
}
.p-company__desc {
  margin-bottom: 40px;
}
.p-company__desc .onlyPC {
  display: none;
}
.p-company .more-btn {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .p-company .c-container {
    display: flex;
    flex-direction: column;
  }
  .p-company__img {
    aspect-ratio: 16/9;
  }
  .p-company__desc {
    margin-bottom: 50px;
    width: 50%;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .p-company .c-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-company__img {
    aspect-ratio: auto;
    flex-basis: 45%;
  }
  .p-company__desc {
    flex-basis: 45%;
    margin: 0;
  }
  .p-company__desc .onlyPC {
    display: block;
  }
}
.p-service {
  background-color: #f2f2f2;
}
.p-service__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
.p-service__head .p-title {
  text-align: right;
  margin-bottom: 0;
}
.p-service__nav {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
}
.p-service__link {
  display: block;
  position: relative;
}
.p-service__link .arrow {
  width: 15px;
  height: 15px;
  display: block;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.p-service__link .arrow img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.6s;
}
.p-service__link .arrow__out {
  transform: translateX(0);
}
.p-service__link .arrow__in {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-25px);
}
.p-service__link {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-service__link:hover .arrow__out {
    transform: translateX(25px);
  }
  .p-service__link:hover .arrow__in {
    transform: translateX(0);
  }
}
.p-service__list__item .Title {
  margin-bottom: 40px;
}
.p-service__list__item .Title .Icon {
  margin-bottom: 25px;
}
.p-service__list__item .Title .Icon img {
  width: 60px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service__list__item .Title .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.p-service__list__item .Title .ja {
  font-size: 0.9em;
}
.p-service .text-link-btn::before {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .p-service__head {
    margin-bottom: 90px;
  }
  .p-service__nav {
    gap: 18px;
  }
  .p-service__link .arrow {
    width: 25px;
    height: 25px;
    margin-top: 70px;
  }
  .p-service__link .arrow__in {
    transform: translateX(-35px);
  }
  .p-service__link {
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  .p-service__link:hover .arrow__out {
    transform: translateX(35px);
  }
}
@media (min-width: 1024px) {
  .p-service__list__item .Title {
    margin-bottom: 50px;
  }
  .p-service__list__item .Title .Icon {
    margin-bottom: 30px;
  }
  .p-service__list__item .Title .Icon img {
    width: 80px;
  }
  .p-service__list__item .Title .en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
  .p-service__list__item .Title .ja {
    font-size: 1.1em;
  }
}

.p-news__item {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.p-news__item::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #f2f2f2;
}
.p-news__item::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(0.25, 1);
  transform-origin: left top;
  transition: transform 0.3s ease;
}
.p-news__item {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-news__item:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p-news__item:hover .p-news__link::before {
    right: 0;
  }
}
.p-news__link {
  display: block;
  padding-right: 50px;
}
.p-news__link::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/arrow-black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s;
}
.p-news-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}
.p-news-wrap .cate-item {
  color: #888;
  border: 1px solid #888;
  border-radius: 9999px;
  padding: 3px 15px;
  font-size: 0.75em;
}
.p-news__date {
  color: #888;
  margin-right: 20px;
  font-size: 0.85em;
}
.p-news .category-list h4 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.p-news .category-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.p-news .category-list ul li {
  padding: 8px 20px;
  border-radius: 9999px;
  font-size: 0.85em;
  background-color: #f7f7f7;
  position: relative;
}
.p-news .category-list ul li.current-cat {
  background-color: #d41515;
  color: #ffffff;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .p-news__link {
    padding-right: 70px;
  }
  .p-news__link::before {
    width: 20px;
    height: 20px;
    right: 15px;
  }
  .p-news__item {
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .p-news__item::after {
    transform: scale(0.15, 1);
  }
  .p-news .category-list h4 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
  .p-news .category-list ul li {
    padding: 10px 30px;
    font-size: 0.9em;
  }
}
@media (min-width: 1280px) {
  .p-news__link {
    display: flex;
    align-items: center;
  }
  .p-news__link::before {
    top: calc(50% - 15px);
  }
  .p-news-wrap {
    align-items: center;
    flex-wrap: wrap;
    margin: 0 40px 0 0;
    flex-basis: 250px;
  }
}

.p-recruit {
  position: relative;
}
.p-recruit__img {
  position: relative;
  height: 65vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.p-recruit__img #rec-infiniteslide1,
.p-recruit__img #rec-infiniteslide2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit__img #rec-infiniteslide1 .slide-item,
.p-recruit__img #rec-infiniteslide2 .slide-item {
  flex: none;
  display: block;
  width: 100%;
}
.p-recruit__img #rec-infiniteslide1 img,
.p-recruit__img #rec-infiniteslide2 img {
  display: block;
  width: 100%;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit__img .infiniteslide_wrap {
  overflow: hidden;
  height: inherit;
  flex-basis: 50%;
}
.p-recruit__btn {
  background-color: #f7f7f7;
  margin-top: -25px;
  padding-bottom: 80px;
}
.p-recruit__btn .more-btn {
  text-align: right;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .p-recruit__img {
    height: 70vh;
  }
  .p-recruit__img #rec-infiniteslide1 img,
  .p-recruit__img #rec-infiniteslide2 img {
    height: 300px !important;
  }
  .p-recruit__btn {
    margin-top: -25px;
    padding: 0 15vw 80px;
  }
}
@media (min-width: 1024px) {
  .p-recruit__img {
    height: 75vh;
    width: 80%;
    padding: 0 10vw;
  }
  .p-recruit__btn {
    position: absolute;
    top: 70%;
    transform: translateY(-50%) translateX(-50%);
    left: 75%;
    background-color: transparent;
    padding: 0;
  }
  .p-recruit__btn .more-btn {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .p-recruit__img {
    padding: 0 12vw;
  }
  .p-recruit__img #rec-infiniteslide1 img,
  .p-recruit__img #rec-infiniteslide2 img {
    height: 360px !important;
  }
  .p-recruit__btn {
    left: 70%;
  }
}
@media (min-width: 1500px) {
  .p-recruit__img {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
    justify-content: start;
  }
  .p-recruit__img .infiniteslide_wrap {
    max-width: 287.5px;
  }
  .p-recruit__img #rec-infiniteslide1 img,
  .p-recruit__img #rec-infiniteslide2 img {
    height: 360px !important;
  }
  .p-recruit__btn {
    left: 50%;
  }
}

.p-contact {
  position: relative;
  z-index: 10;
  padding: 80px 0;
  background-color: #333333;
  color: #ffffff;
  width: 95%;
  max-width: 450px;
  margin-left: auto;
}
.p-contact .p-title {
  color: #ffffff;
}
.p-contact__list__item {
  text-align: center;
}
.p-contact__list__item:nth-child(1) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #888888;
}
.p-contact__list__item .tel-item {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.p-contact__list__item .tel-item span {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.p-contact__list__item .tel-item span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/tel-white.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
}
@media (min-width: 768px) {
  .p-contact {
    position: absolute;
    top: -280px;
    right: 0;
  }
  .p-contact .c-container {
    padding: 0 65px;
  }
}
@media (min-width: 1024px) {
  .p-contact {
    max-width: 740px;
  }
  .p-contact__desc br {
    display: none;
  }
  .p-contact .c-container {
    padding: 0 60px;
  }
}
@media (min-width: 1280px) {
  .p-contact {
    max-width: 850px;
    top: -150px;
  }
  .p-contact__list {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .p-contact__list__item {
    text-align: center;
  }
  .p-contact__list__item:nth-child(1) {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    margin-right: 50px;
  }
  .p-contact__list__item .tel-item {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    letter-spacing: 0.08em;
  }
  .p-contact__list__item .tel-item span {
    padding-left: 35px;
  }
  .p-contact__list__item .tel-item span::before {
    width: 28px;
    height: 28px;
    left: 0px;
  }
}
@media (min-width: 1500px) {
  .p-contact {
    right: auto;
    left: calc(50% + 150px);
    transform: translateX(-50%);
  }
}

.p-footer {
  padding: 100px 0 30px;
  background-color: #f7f7f7;
  margin-top: -50px;
}
.p-footer__logo img {
  width: 30%;
  max-width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.p-footer__nav li a {
  line-height: 1.6;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__nav li a:hover {
    opacity: 0.7;
  }
}
.p-footer__nav li a .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: block;
}
.p-footer__nav li a .ja {
  font-size: 0.9em;
}
.p-footer .copyright {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  color: #888;
  text-align: right;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-footer {
    padding: 160px 0 30px;
    margin-top: 350px;
  }
  .p-footer__nav ul {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-footer__nav li a .en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.08em;
  }
  .p-footer__nav li a .ja {
    font-size: 0.9em;
  }
}
@media (min-width: 1024px) {
  .p-footer__nav ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-footer__nav li a .en {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.65em;
    font-weight: 400;
    letter-spacing: 0.08em;
  }
  .p-footer__nav li a .ja {
    font-size: 1em;
  }
}
@media (min-width: 1280px) {
  .p-footer {
    padding: 120px 0 40px;
    margin-top: 250px;
  }
  .p-footer__logo {
    margin-bottom: 90px;
  }
  .p-footer__logo img {
    max-width: 150px;
  }
  .p-footer__nav ul {
    grid-template-columns: repeat(5, 1fr);
  }
}

.footer-wrap {
  position: relative;
}

.p-flow {
  background-color: #f2f2f2;
  padding: 50px 0;
  position: relative;
  margin-top: 70px;
}
.p-flow .bg-left {
  position: relative;
  margin-bottom: 50px;
  margin-top: 60px;
}
.p-flow .bg-left .item::before {
  position: absolute;
  right: -150px;
  bottom: -100px;
  margin: auto;
  content: "";
  height: 130px;
  width: 100%;
  background-image: url(../images/home/item2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .p-flow .bg-left .item::before {
    right: -1000px;
    bottom: -140px;
    height: 200px;
  }
}
.p-flow::before {
  position: absolute;
  top: -37px;
  right: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 45px;
  background-image: url(../images/home/border03.png);
  background-size: cover;
}
@media (min-width: 1024px) {
  .p-flow::before {
    height: 120px;
    top: -113px;
  }
}
.p-flow__wrap ul li {
  margin-bottom: 15px;
}
.p-flow__wrap ul li .p-flow__img {
  background-color: #ffffff;
  height: 200px;
}
.p-flow__wrap ul li .p-flow__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-flow__wrap ul li .p-flow__desc {
  background-color: #ffffff;
}
.p-flow__wrap ul li .p-flow__desc .p-flow__tit {
  margin-bottom: 15px;
  position: relative;
}
.p-flow__wrap ul li .p-flow__desc .p-flow__tit .nanbr {
  background-color: #333333;
}
.p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-01::before {
  position: absolute;
  content: "1";
  font-size: 23px;
  text-align: center;
  width: 40px;
  height: 40px;
  top: -65px;
  left: 72px;
  right: 0;
  background: #333333;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
}
.p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-02::before {
  position: absolute;
  content: "2";
  font-size: 23px;
  text-align: center;
  width: 40px;
  height: 40px;
  top: -65px;
  left: 72px;
  right: 0;
  background: #333333;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
}
.p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-03::before {
  position: absolute;
  content: "3";
  font-size: 23px;
  text-align: center;
  width: 40px;
  height: 40px;
  top: -65px;
  left: 72px;
  right: 0;
  background: #333333;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
}
.p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-04::before {
  position: absolute;
  content: "4";
  font-size: 23px;
  text-align: center;
  width: 40px;
  height: 40px;
  top: -65px;
  left: 72px;
  right: 0;
  background: #333333;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
}
.p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-05::before {
  position: absolute;
  content: "5";
  font-size: 23px;
  text-align: center;
  width: 40px;
  height: 40px;
  top: -65px;
  left: 72px;
  right: 0;
  background: #333333;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
}
.p-flow__wrap ul li .p-flow__desc .p-flow__tit span h3 {
  display: inline;
}
@media (max-width: 1099px) {
  .p-flow__wrap ul li {
    display: flex;
    justify-content: space-between;
  }
  .p-flow__wrap ul li .p-flow__img {
    width: 30%;
    height: 185px;
  }
  .p-flow__wrap ul li .p-flow__desc {
    padding: 10px;
    width: 70%;
    height: 185px;
  }
  .p-flow__wrap ul li .p-flow__desc .p-flow__tit {
    padding-left: 30px;
  }
  .p-flow__wrap ul li .p-flow__desc .p-flow__tit span h3 {
    font-size: 21px;
  }
  .p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-01 {
    position: relative;
  }
  .p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-01::before {
    position: absolute;
    content: "1";
    font-size: 18px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 28px;
    top: -3px;
    left: -35px;
    background: #333333;
    font-weight: bold;
    color: #fff;
    border-radius: 100%;
  }
  .p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-02 {
    position: relative;
  }
  .p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-02::before {
    position: absolute;
    content: "2";
    font-size: 18px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 28px;
    top: -3px;
    left: -35px;
    background: #333333;
    font-weight: bold;
    color: #fff;
    border-radius: 100%;
  }
  .p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-03 {
    position: relative;
  }
  .p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-03::before {
    position: absolute;
    content: "3";
    font-size: 18px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 28px;
    top: -3px;
    left: -35px;
    background: #333333;
    font-weight: bold;
    color: #fff;
    border-radius: 100%;
  }
  .p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-04 {
    position: relative;
  }
  .p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-04::before {
    position: absolute;
    content: "4";
    font-size: 18px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 28px;
    top: -3px;
    left: -35px;
    background: #333333;
    font-weight: bold;
    color: #fff;
    border-radius: 100%;
  }
  .p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-05 {
    position: relative;
  }
  .p-flow__wrap ul li .p-flow__desc .p-flow__tit .n-05::before {
    position: absolute;
    content: "5";
    font-size: 18px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 28px;
    top: -3px;
    left: -35px;
    background: #333333;
    font-weight: bold;
    color: #fff;
    border-radius: 100%;
  }
}
@media (min-width: 1100px) {
  .p-flow__wrap ul {
    display: flex;
    justify-content: space-between;
  }
  .p-flow__wrap ul li {
    width: 23%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .p-flow__wrap ul li .p-flow__desc {
    padding: 45px 10px 10px 10px;
    height: 330px;
  }
}
@media (min-width: 1024px) {
  .p-flow {
    margin-top: 150px;
  }
}

.c-company .c-mission {
  background-color: #f7f7f7;
}
.c-company .c-mission__list {
  display: grid;
  gap: 40px;
}
.c-company .c-mission__list__item {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.c-company .c-mission__list__item::before {
  content: "";
  width: 25%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.c-company .c-mission__list__item h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-align: center;
}
.c-company .c-mission__list__item p {
  font-size: 1.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .c-company .c-mission__list {
    gap: 50px;
  }
  .c-company .c-mission__list__item {
    padding-bottom: 40px;
  }
  .c-company .c-mission__list__item h3 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
  }
  .c-company .c-mission__list__item p {
    font-size: 1.2em;
  }
  .c-company .c-mission__list__item p br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-company .c-mission__list {
    gap: 70px;
  }
  .c-company .c-mission__list__item {
    padding-bottom: 50px;
  }
  .c-company .c-mission__list__item::before {
    width: 15%;
  }
  .c-company .c-mission__list__item h3 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
  }
  .c-company .c-mission__list__item p {
    font-size: 1.4em;
  }
}

.c-message__img {
  margin: 0 -8vw 40px;
  aspect-ratio: 3/2;
}
.c-message__desc p {
  margin-bottom: 15px;
}
.c-message__name {
  margin-top: 40px;
  text-align: right;
  font-size: 0.9em;
}
.c-message__name strong {
  font-weight: 500;
  font-size: 1.4em;
  display: inline-block;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  .c-message__img {
    margin: 0 auto 50px;
    max-width: 700px;
    aspect-ratio: 16/9;
  }
  .c-message__desc {
    display: flex;
    align-items: flex-start;
    gap: 80px;
  }
  .c-message__desc .p-title {
    flex-basis: 30%;
  }
  .c-message__desc .Desc {
    flex-basis: 70%;
    margin-top: 20px;
  }
  .c-message__name {
    margin-top: 50px;
    font-size: 1em;
  }
  .c-message__name strong {
    margin-left: 25px;
  }
}
@media (min-width: 1280px) {
  .c-message__img {
    margin: 0 auto 70px;
    max-width: 850px;
  }
  .c-message__desc .p-title {
    flex-basis: 35%;
  }
  .c-message__desc .Desc {
    flex-basis: 65%;
  }
}

.c-culture__img {
  text-align: center;
}
.c-culture__img img {
  aspect-ratio: 5/4;
  max-width: 600px;
  display: inline-block;
}
@media (min-width: 768px) {
  .c-culture__img img {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1024px) {
  .c-culture .c-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .c-culture__img {
    align-self: center;
  }
  .c-culture__img img {
    aspect-ratio: 5/4;
  }
}
.c-about__desc dl {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.c-about__desc dl dt {
  font-size: 0.8em;
  flex-basis: 80px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  color: #888888;
}
.c-about__desc dl dd {
  flex: 1;
  font-size: 0.9em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .c-about__desc dl {
    gap: 30px;
    margin-bottom: 20px;
  }
  .c-about__desc dl dt {
    font-size: 0.9em;
    flex-basis: 110px;
    padding-bottom: 20px;
  }
  .c-about__desc dl dd {
    font-size: 1em;
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .c-about__desc {
    max-width: 900px;
    margin: 0 auto;
  }
  .c-about__desc dl {
    gap: 50px;
    margin-bottom: 30px;
  }
  .c-about__desc dl dt {
    font-size: 1em;
    flex-basis: 150px;
    padding-bottom: 30px;
  }
  .c-about__desc dl dd {
    font-size: 1em;
    padding-bottom: 30px;
  }
}

.c-service .c-business__top .Img {
  margin: 0 -8vw 50px;
  overflow: hidden;
  aspect-ratio: 5/4;
}
.c-service .c-business__top .p-title .onlyPC {
  display: none;
}
.c-service .c-business__list {
  display: grid;
  gap: 80px;
}
.c-service .c-business__list__item {
  scroll-margin: 90px;
}
.c-service .c-business__worry h3 {
  background-color: #f2f2f2;
  aspect-ratio: 3/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -8vw 30px;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.c-service .c-business__worry h3 br {
  display: none;
}
.c-service .c-business__worry .List {
  display: grid;
  gap: 15px;
}
.c-service .c-business__worry .List__item {
  padding-left: 20px;
  position: relative;
}
.c-service .c-business__worry .List__item::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #d41515;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.c-service .c-business__main {
  margin-left: -8vw;
  margin-right: -8vw;
  background-color: #d41515;
  aspect-ratio: 2/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.c-service .c-business__main p {
  width: 60%;
  font-weight: bold;
}
.c-service .c-business__main br {
  display: none;
}
.c-service .c-business__feature__list {
  display: grid;
  gap: 40px;
}
.c-service .c-business__feature__list__item {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.c-service .c-business__feature__list__item h3 {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-service .c-business__top .Img {
    margin: 0 auto 50px;
    aspect-ratio: 3/2;
    max-width: 650px;
  }
  .c-service .c-business__top .Desc {
    width: 50%;
    margin-left: auto;
  }
  .c-service .c-business__main {
    aspect-ratio: 4/1;
    text-align: center;
  }
  .c-service .c-business__main p {
    width: 80%;
    font-size: 1.1em;
  }
  .c-service .c-business__main br {
    display: block;
  }
}
@media (min-width: 1024px) {
  .c-service .c-business__top {
    display: flex;
    gap: 40px;
  }
  .c-service .c-business__top .p-title {
    flex-shrink: 0;
    margin-right: -8vw;
    position: relative;
    z-index: 10;
  }
  .c-service .c-business__top .p-title .onlyPC {
    display: block;
  }
  .c-service .c-business__top .Img {
    flex: 1;
    margin: 0 auto;
    aspect-ratio: 2/3;
    max-width: 340px;
  }
  .c-service .c-business__top .Desc {
    width: 30%;
    align-self: center;
  }
  .c-service .c-business__list {
    gap: 110px;
  }
  .c-service .c-business__list__item {
    scroll-margin: 120px;
  }
  .c-service .c-business__worry {
    display: flex;
    gap: 80px;
    position: relative;
  }
  .c-service .c-business__worry::before {
    content: "";
    width: calc(100% - 200px);
    height: 1px;
    background-color: #888888;
    position: absolute;
    top: 50px;
    right: 0;
  }
  .c-service .c-business__worry h3 {
    flex-shrink: 0;
    aspect-ratio: auto;
    width: 300px;
    height: 300px;
    margin: 0;
  }
  .c-service .c-business__worry h3 br {
    display: block;
  }
  .c-service .c-business__worry .List {
    align-self: flex-end;
  }
  .c-service .c-business__main {
    aspect-ratio: auto;
    text-align: center;
    padding: 50px 0;
    margin-left: -10vw;
    margin-right: -10vw;
  }
  .c-service .c-business__main p {
    width: 100%;
    font-size: 1.3em;
    line-height: 2.2;
  }
  .c-service .c-business__feature__list {
    gap: 50px;
  }
  .c-service .c-business__feature__list__item {
    padding-bottom: 60px;
  }
  .c-service .c-business__feature__list__item h3 {
    font-size: 1.6em;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .c-service .c-business__top {
    gap: 70px;
  }
  .c-service .c-business__top .p-title {
    margin: 0;
  }
  .c-service .c-business__top .Img {
    max-width: 380px;
  }
  .c-service .c-business__worry {
    gap: 100px;
  }
  .c-service .c-business__worry h3 {
    width: 320px;
    height: 320px;
  }
  .c-service .c-business__main {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-strength__list {
  display: grid;
  gap: 50px;
}
.c-strength__list__item .Desc {
  margin-bottom: 30px;
}
.c-strength__list__item .Desc .num {
  font-size: 1em;
  color: #d41515;
  margin-bottom: 30px;
}
.c-strength__list__item .Desc h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 25px;
}
.c-strength__list__item .Img {
  border: 1px solid #ccc;
  padding: 20px 10px;
}
.c-strength__list__item .Img img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .c-strength__list {
    gap: 70px;
  }
  .c-strength__list__item .Desc {
    margin-bottom: 50px;
  }
  .c-strength__list__item .Desc .num {
    font-size: 1.2em;
    margin-bottom: 40px;
  }
  .c-strength__list__item .Desc h3 {
    margin-bottom: 30px;
  }
  .c-strength__list__item .Img {
    padding: 20px;
  }
  .c-strength__list__item .Img img {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1024px) {
  .c-strength__list__item {
    display: flex;
    justify-content: space-between;
  }
  .c-strength__list__item .Desc {
    flex-basis: 48%;
  }
  .c-strength__list__item .Img {
    flex-basis: 48%;
    align-self: center;
    padding: 30px 20px;
  }
  .c-strength__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.c-recruit .c-about__desc dl dd b {
  display: block;
  line-height: 2.5;
}
.c-recruit .c-about__desc dl dd span {
  display: block;
  padding-left: 2em;
  text-indent: -1em;
}

.c-voice {
  background-color: #f7f7f7;
}
.c-voice__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}
.c-voice__head .p-title {
  margin-bottom: 0;
}
.c-voice__nav {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
}
.c-voice__list__item .Title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 30px;
}
.c-voice__list__item .Title .Icon img {
  width: 60px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-voice__list__item .Title h3 {
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  .c-voice__head {
    margin-bottom: 90px;
  }
  .c-voice__nav {
    gap: 18px;
  }
  .c-voice__list__item .Title {
    margin-bottom: 50px;
  }
  .c-voice__list__item .Title .Icon img {
    width: 80px;
  }
}

.faq-contents .faq__inner {
  border-top: 1px solid #e5e5e5;
  max-width: 600px;
  margin: 0 auto;
}
.faq-contents .faq__item {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.faq-contents .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.faq-contents .faq dt span {
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.faq-contents .faq dt span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "Q";
  color: #333333;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 700;
}
.faq-contents .faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq-contents .faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #333333;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-contents .faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #333333;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq-contents .faq dd {
  position: relative;
}
.faq-contents .faq dd .m-description-article {
  padding: 20px 10px 10px 30px;
  position: relative;
}
.faq-contents .faq dd .m-description-article::before {
  position: absolute;
  top: 26px;
  left: 0;
  content: "A";
  color: #d41515;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .faq-contents .faq dt span {
    padding-left: 40px;
    padding-right: 60px;
  }
  .faq-contents .faq dt .i_box {
    right: 2em;
  }
  .faq-contents .faq dd .m-description-article {
    padding: 30px 10px 10px 40px;
  }
  .faq-contents .faq dd .m-description-article::before {
    top: 36px;
  }
}
@media (min-width: 1024px) {
  .faq-contents .faq__inner {
    max-width: 800px;
  }
}

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #111111;
  font-size: 0.9em;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid #ffffff;
  background: #f2f2f2 !important;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border: 1px solid #888;
  background: #fff;
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: #111111;
}
.page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow-black.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 10px;
  margin-left: 8px;
}
.page-numbers:not(.next):not(.prev) .prev {
  position: relative;
  padding-left: 22px;
  color: #111111;
}
.page-numbers:not(.next):not(.prev) .prev::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/common/arrow-black.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 10px;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1024px) {
  .page-numbers:not(.next):not(.prev) {
    gap: 15px;
    font-size: 1em;
  }
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 50px;
    height: 50px;
  }
}

.c-news-sl__tit {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.c-news-sl__tit h3 {
  font-weight: 500;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.c-news-sl__date {
  color: #888;
  font-size: 0.85em;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl .text-link {
  text-align: right;
}
@media (min-width: 768px) {
  .c-news-sl__contents {
    padding: 7vw 0;
  }
}
@media (min-width: 1024px) {
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 1280px) {
  .c-news-sl__tit {
    padding-bottom: 50px;
  }
  .c-news-sl__tit h3 {
    font-size: 1.5em;
  }
  .c-news-sl__contents {
    padding: 50px 0;
  }
}

.wp-categories {
  margin-bottom: 15px;
}
.wp-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wp-categories ul li a {
  display: inline-block;
  color: #888;
  border: 1px solid #888;
  border-radius: 9999px;
  padding: 3px 15px;
  font-size: 0.9em;
}

.c-contact .wrap br {
  display: none;
}
.c-contact .wrap p {
  display: inline;
}
.c-contact .wrap p.privacy {
  display: block;
}
.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: none;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
  padding: 8px;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form input[type=text i], .c-contact .contact-form input[type=email], .c-contact .contact-form input[type=tel] {
  padding-block: 5px;
  padding-inline: 8px;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 0 8px 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 0.9em;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.2;
  border-radius: 4px;
  background-color: #d41515;
  margin-left: 10px;
  white-space: nowrap;
}
.c-contact .contact-form .free {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0 8px 0;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-color: initial;
  border: initial;
  padding: initial;
  cursor: pointer;
}
.c-contact .contact-form .wpcf7-list-item {
  margin: 0;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
  display: inline-block;
  margin: 0 5px 0 15px;
  font-size: 1.1em;
  line-height: 1;
  font-weight: bold;
}
.c-contact .contact-form .privacy {
  margin-bottom: 30px;
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #888888;
  background: #eee;
}
.c-contact .contact-form .submit-btn input {
  border-color: #ffffff;
  width: 70%;
  max-width: 320px;
  background: #333333;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 768px) {
  .c-contact .contact-form .c-contact-text {
    margin-bottom: 30px;
  }
  .c-contact .contact-form .c-contact-text .onlySP {
    display: none;
  }
  .c-contact .contact-form .wrap {
    max-width: 540px;
    margin: 0 auto;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 1.3em;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 22px;
    width: 22px;
  }
}
@media (min-width: 1024px) {
  .c-contact .contact-form .wrap {
    max-width: 640px;
  }
  .c-contact .contact-form textarea {
    padding: 12px;
  }
  .c-contact .contact-form input {
    height: 55px;
  }
  .c-contact .contact-form input[type=text i], .c-contact .contact-form input[type=email], .c-contact .contact-form input[type=tel] {
    padding-block: 8px;
    padding-inline: 12px;
  }
  .c-contact .contact-form dl {
    padding-bottom: 30px;
  }
  .c-contact .contact-form .must {
    padding: 5px 0 12px 0;
  }
  .c-contact .contact-form .free {
    padding: 5px 0 12px 0;
  }
  .c-contact .contact-form .ms-1 {
    margin: 0 8px 0 20px;
    font-size: 1.2em;
  }
  .c-contact .contact-form .privacy {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .c-contact .contact-form .wrap {
    max-width: 800px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy h3,
.c-thanks h3 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 20px;
}
.c-privacy-item,
.c-thanks-item {
  margin-bottom: 30px;
}
.c-privacy .text-link,
.c-thanks .text-link {
  margin-top: 50px;
  text-align: right;
}
.c-privacy .more-btn,
.c-thanks .more-btn {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-privacy h3,
  .c-thanks h3 {
    font-size: 1.3em;
  }
  .c-privacy-item,
  .c-thanks-item {
    margin-bottom: 40px;
  }
  .c-privacy .text-link,
  .c-privacy .more-btn,
  .c-thanks .text-link,
  .c-thanks .more-btn {
    margin-top: 70px;
  }
}

.p-header {
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 0 10px 0 20px;
  transition: all 0.3s;
}
.p-header .logo {
  background-image: url(../images/common/logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 49px;
  width: 150px;
  opacity: 1;
}
@media (max-width: 1023px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 1024px) {
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 80px;
    background-color: transparent;
    transition: background-color 0.3s;
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    margin-right: 4vw;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    padding-right: 3vw;
    transition: all 0 0.3s;
    text-align: center;
    font-size: 0.9em;
  }
  .p-header .pc-container .pc-nav-item a {
    display: inline-block;
    line-height: 2;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item a::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d41515;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  .p-header .pc-container .pc-nav-item a {
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  .p-header .pc-container .pc-nav-item a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media (min-width: 1024px) {
  .p-header .pc-container .pc-contact a {
    display: inline-block;
    border: 1px solid #111111;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.04em;
    padding: 8px 30px 3px;
    border-radius: 9999px;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  .p-header .pc-container .pc-contact a:hover {
    background-color: #d41515;
    color: #ffffff;
    border: 1px solid #fff;
  }
}
@media (min-width: 1024px) {
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 10px 10px 0px 20px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 60px;
    width: 170px;
  }
  .p-header .pc-container.is-scrolled {
    background-color: #ffffff;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 200;
  transition: all 0.3s;
}
.mobile-container .mobile-menu__btn {
  width: 55px;
  height: 55px;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  padding: 10px 18px;
  background-color: #333333;
  border-radius: 50%;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #ffffff;
  width: 18px;
  height: 1px;
  display: block;
  margin-bottom: 6px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}

.mobile-menu {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: auto;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 30px;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 100px;
}
.mobile-menu__item {
  margin: 0 8vw 25px 8vw;
}
.mobile-menu__item a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .mobile-menu__item a:hover {
    opacity: 0.7;
  }
}
.mobile-menu__item:last-child {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 40px 0 0;
  padding: 10px 0;
  background-color: #d41515;
  color: #ffffff;
  border-radius: 0 0 30px 30px;
}
@media (min-width: 768px) {
  .mobile-menu {
    width: calc(50% - 40px);
    transform: none;
    left: auto;
    right: 20px;
  }
  .mobile-menu__list {
    padding-top: 80px;
  }
  .mobile-menu__item {
    margin: 0 30px 20px 30px;
  }
  .mobile-menu__item:last-child {
    margin: 50px 0 0;
    padding: 15px 0;
    font-size: 1.2em;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #ffffff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(3.5px) rotate(45deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 70ms;
  transform: translateY(-3.5px) rotate(-45deg);
}
.menu-open.mobile-container .logo__img {
  margin: 35px 10px 0 30px;
}
.menu-open.mobile-container .mobile-button {
  top: 27px;
  right: 30px;
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 1.3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.appear.up .item {
  transform: translateY(10px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(10px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.4s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(../images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.faq-contents .faq .ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.3s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

.tab-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 3vw;
  border-bottom: 1px solid rgb(143, 143, 143);
}
@media (min-width: 768px) {
  .tab-group {
    justify-content: center;
  }
}

.panel {
  display: none;
}

.panel2 {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #333333;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.tab-cate .tab {
  padding: 10px 5px;
  border: 1px solid gray;
  font-weight: bold;
  color: gray;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  width: 43%;
  margin: 10px;
}
@media (min-width: 1024px) {
  .tab-cate .tab {
    font-size: 20px;
    padding: 20px 20px;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .tab-cate {
    padding-bottom: 17px;
  }
}

.tab.is-active {
  color: #ffffff;
  transition: all 0.2s ease-out;
  background-color: #333333;
  border: 1px solid #333333;
}

.panel.is-show {
  display: block;
}

.panel2.is-show2 {
  display: block;
}

.panel-group {
  padding: 2vw 0vw;
}

.name {
  margin-bottom: 10px;
}

.panel__item {
  width: 47%;
  padding: 3vw 0;
}
.panel__img {
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .panel__item {
    width: 30%;
    padding: 3vw 0;
  }
  .panel .name {
    font-size: 24px;
  }
  .panel .price {
    font-size: 24px;
  }
  .panel__img {
    margin-bottom: 15px;
  }
}

#hoge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}/*# sourceMappingURL=style.css.map */