@charset "UTF-8";
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  word-break: phrase-all;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

body {
  max-width: 1920px;
  margin: 0 auto;
  word-break: auto-phrase;
  background-color: #F5F3F2;
  color: #353639;
  line-height: 1.5;
}
body canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  max-width: 100%;
}

.container {
  margin: 3rem auto 0;
  max-width: 100%;
  overflow: hidden;
  min-height: 80svh;
}
@media screen and (min-width: 1024px) {
  .container {
    margin: 0 auto 0 0;
    max-width: 95%;
  }
}
.container-top {
  overflow: hidden;
}

.page__title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (min-width: 768px) {
  .page__title {
    padding: 3rem 0;
  }
}
.page__title-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 1rem 0 10%;
  z-index: 2;
}
.page__title-head {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page__title-head {
    font-size: 5rem;
  }
}
.page__title-head-jp {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page__title-head-jp {
    font-size: 3.5rem;
  }
}
.page__title-text {
  position: relative;
  font-size: 1rem;
}
.page__bread {
  margin-left: 10%;
  font-weight: bold;
  color: #000;
}

.pagination {
  text-align: center;
  margin: 2rem;
}

.nav-links {
  display: flex;
  justify-content: flex-start;
}

.page-numbers {
  display: flex;
  justify-content: center;
}

.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  text-align: center;
  line-height: 1;
  margin-right: 25px;
  font-size: 1rem;
  padding: 0.5rem;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background-color: #f0f0f0;
}

.nav-links .current {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.nav-links .dots {
  background: transparent;
  border: none;
}

.nav-links a.prev {
  width: 32px;
  height: 32px;
  background-color: #000;
  color: #FFF;
  margin-right: 2.5rem;
}

.nav-links a.next {
  width: 32px;
  height: 32px;
  background-color: #000;
  color: #FFF;
  margin-left: 2.5rem;
}

#breadcrumbs > span > span > a {
  margin: 0 1rem 0 0 !important;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #F5F3F2;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.loader p {
  font-size: 1.25rem;
  font-weight: bold;
  color: #353639;
}

.now-posi {
  background-color: #FFF !important;
  border-bottom: #DAC26A 5px solid;
}

.fv {
  position: relative;
  margin: 0 auto;
  height: 100vh;
  min-height: 100vh;
  z-index: 1;
}
.fv__img {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-position: 15% 0;
     object-position: 15% 0;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .fv__img {
    top: 0;
    width: 95%;
    height: 100%;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}
.fv__copy {
  position: absolute;
  left: 3%;
  bottom: 15%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv__copy {
    left: 10%;
    bottom: 10%;
  }
}
.fv__copy-en {
  font-size: 4rem;
  text-align: left;
  line-height: 1.1;
  color: #000;
  font-weight: bold;
  background: linear-gradient(90deg, #353639 0%, #353639 45%, #FFF1BC 62%, #DAC26A 75%, #353639 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .fv__copy-en {
    font-size: 3rem;
    text-align: left;
    font-size: 5rem;
    text-align: right;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .fv__copy-en {
    font-size: 2rem;
  }
}
.fv__copy-en > span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .fv__copy-en > span {
    font-size: 3rem;
  }
}
.fv__copy-ja {
  font-size: 1rem;
}

.trans {
  position: relative;
  background-color: #EDECE8;
  padding: 1rem 0;
  margin: 0 auto 3rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .trans {
    margin: 0 auto 5rem;
    padding: 3rem 0;
  }
}
.trans > h2 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.trans__cont {
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .trans__cont {
    width: 80%;
  }
}
.trans__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.trans__item > p {
  font-weight: bold;
}
.trans__link {
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3058823529);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .trans__link {
    width: 160px;
    height: 160px;
  }
}
.trans__link > img {
  width: 80px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .trans__link > img {
    width: auto;
  }
}
.trans__link:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.img-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.img-wrap::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 3s;
  background: #F5F3F2;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
.topic {
  position: relative;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 90%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .topic {
    margin: 5rem auto;
    width: 80%;
    flex-direction: row;
    gap: 3rem;
  }
}
.topic__title {
  position: relative;
  padding-bottom: 1rem;
}
.topic__title:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #C4C4C4;
  left: -10vw;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .topic__title:before {
    left: -200px;
  }
}
.topic__title-wrap {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .topic__title-wrap {
    min-width: 200px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.topic__title-wrap > a {
  display: none;
}
@media screen and (min-width: 768px) {
  .topic__title-wrap > a {
    display: block;
  }
}
.topic__title > h2 {
  font-size: 2.5rem;
  line-height: 1;
  color: #353639;
}
.topic__title > span {
  padding-left: 3rem;
  font-size: 1.25rem;
  color: #DAC26A;
  line-height: 1;
}
.topic__list {
  padding: 0.5rem;
  width: 100%;
  color: #FFF;
}
.topic__list-item {
  position: relative;
  margin: 1rem 0;
  border: 1px solid #C4C4C4;
  display: flex;
  gap: 1rem;
  background-color: #F5F3F2;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .topic__list-item {
    height: 120px;
  }
}
.topic__list-item > img {
  width: 120px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .topic__list-item > img {
    width: 220px;
    height: 120px;
  }
}
.topic__list-item::after {
  content: "詳細を読む >";
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #676767;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .topic__list-item::after {
    font-size: 1rem;
  }
}
.topic__list-item:hover {
  background-color: #cdcdcd;
}
.topic__list-item:hover::after {
  content: "詳細を読む >";
  color: #000;
}
.topic__list-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .topic__list-text {
    gap: 1rem;
    padding: 1rem;
  }
}
.topic__list-text > h3 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .topic__list-text > h3 {
    font-size: 1.25rem;
  }
}

.service {
  position: relative;
  margin: 3rem auto;
  padding: 1rem 0;
  color: #676767;
}
@media screen and (min-width: 768px) {
  .service {
    margin: 5rem auto;
    padding: 3rem 0;
  }
}
.service__back {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  z-index: -1;
  height: auto;
}
@media screen and (min-width: 768px) {
  .service__back {
    top: -50%;
  }
}
.service__inner {
  width: 90%;
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .service__inner {
    width: 80%;
  }
}
.service__title {
  margin-bottom: 3rem;
}
.service__title > span {
  position: relative;
  padding-left: 2.5rem;
  font-weight: bold;
}
.service__title > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 1.5rem;
  height: 2px;
  background-color: #353639;
}
.service__title > p {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  font-weight: bold;
  background: linear-gradient(90deg, #353639 0%, #353639 35%, #FFF1BC 50%, #DAC26A 65%, #353639 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .service__title > p {
    font-size: 5rem;
  }
}
.service__title > h2 {
  margin-top: 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .service__title > h2 {
    font-size: 1.25rem;
  }
}
.service__cont {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .service__cont {
    flex-direction: row;
    gap: 3rem;
  }
}
.service__cont-img {
  position: relative;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .service__cont-img {
    top: -5rem;
  }
}
.service__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.service__text > h3 {
  font-size: 1.125rem;
  color: #353639;
}
.service__text > a {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service__text > a {
    margin: 0;
  }
}

.business {
  position: relative;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 90%;
  color: #676767;
}
@media screen and (min-width: 768px) {
  .business {
    margin: 5rem auto;
    width: 80%;
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
  }
}
.business__title:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #C4C4C4;
  left: -200px;
  bottom: 30%;
  z-index: -1;
}
.business__cont {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-evenly;
}
@media screen and (min-width: 768px) {
  .business__cont {
    flex-direction: row;
    gap: 3rem;
    top: -4.5rem;
  }
}
.business__item {
  position: relative;
  padding: 0 0 2.5rem 0;
  background: #F5F3F2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s ease;
}
.business__item:nth-child(6) > h3 {
  background-color: #000;
  color: #FFF;
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
}
.business__item:hover {
  scale: 1.1;
}
.business__item:hover:after {
  background-color: #cdcdcd;
}
@media screen and (min-width: 768px) {
  .business__item:hover {
    scale: 1.2;
  }
}
.business__item > h3 {
  width: 100%;
  text-align: center;
  color: #353639;
  padding: 1rem;
}
.business__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #C4C4C4;
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  z-index: 1;
}
.business__item::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #F5F3F2;
  clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%, 0 28px);
  z-index: 1;
}
.business__item > * {
  position: relative;
  z-index: 2;
}
.business__item > p {
  background-color: #FFF;
  padding: 10px;
  width: 220px;
  color: #676767;
  text-align: center;
  margin: 0 1.5rem;
}
.business__item-link {
  background-color: transparent !important;
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  padding: 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.about {
  position: relative;
  margin: 3rem auto 0;
  padding: 2rem 0;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .about {
    margin: 5rem auto 0;
    padding: 5rem 0;
  }
}
.about__back {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  height: 30%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__back {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.about__inner {
  width: 90%;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .about__inner {
    width: 80%;
    margin: 3rem auto;
  }
}
.about__title {
  margin-bottom: 3rem;
}
.about__title > span {
  position: relative;
  padding-left: 2.5rem;
  font-weight: bold;
  color: #FFF;
}
.about__title > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 1.5rem;
  height: 2px;
  background-color: #FFF;
}
.about__title > p {
  font-size: 2.5rem;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .about__title > p {
    font-size: 5rem;
  }
}
.about__title > h2 {
  margin-top: 1rem;
  font-size: 1.25rem;
  color: #FFF;
}
.about__cont {
  position: relative;
}
.about__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: #353639;
}
@media screen and (min-width: 768px) {
  .about__text {
    color: #FFF;
  }
}
.about__text > h3 {
  font-size: 1.125rem;
  color: #353639;
}
.about__btncont {
  display: none;
}
@media screen and (min-width: 1024px) {
  .about__btncont {
    display: flex;
    position: relative;
    top: -2rem;
    margin: 2rem 0;
    justify-content: space-between;
    align-items: center;
  }
}
.about__btncont-sp {
  display: flex;
  position: relative;
  margin: 2rem 0;
  justify-content: space-between;
  align-items: center;
}
.about__btncont-sp-item {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  z-index: 1;
}
.about__btncont-sp-item-text {
  background-color: #1C292F;
  width: 110px;
  height: 110px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid #FFF 1px;
  font-weight: bold;
  font-size: 12px;
}
.about__btncont::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #FFF;
  z-index: 0;
  top: 50%;
  left: -20%;
}
.about__btncont-btn {
  position: relative;
  z-index: 1;
  background-color: #1C292F;
}
.about__btncont-item {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  z-index: 1;
}
.about__btncont-item-text {
  background-color: #1C292F;
  width: 200px;
  height: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid #FFF 1px;
  font-weight: bold;
}
.about__info {
  background-color: #FFF;
  padding: 2rem;
  clip-path: polygon(64px 0, 100% 0, 100% 100%, 0 100%, 0 64px);
  color: #676767;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  .about__info {
    margin: 0;
  }
}
.about__info > h3 {
  font-size: 16px;
  text-align: center;
  color: #353639;
}
.about__info-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .about__info-cont {
    flex-direction: row;
    align-items: flex-start;
  }
}

.books {
  position: relative;
  margin: 2rem auto 5rem;
  width: 90%;
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .books {
    width: 70%;
    gap: 3rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.books::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -10vw;
  height: 1px;
  background-color: #C4C4C4;
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .books::before {
    top: 45%;
    left: -10vw;
    height: 1px;
    background-color: #C4C4C4;
    width: 100vw;
  }
}
.books__title {
  position: relative;
}
.books__title-wrap {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .books__title-wrap {
    min-width: 200px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.books__title > h2 {
  font-size: 2.5rem;
  line-height: 1;
  color: #353639;
}
.books__title > span {
  padding-left: 3rem;
  font-size: 1.25rem;
  color: #DAC26A;
  line-height: 1;
}

.contact {
  border-top: 1px solid #C4C4C4;
}
.contact__title {
  font-size: 3rem !important;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 4rem !important;
  }
}
.contact__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    width: 80%;
    margin: 5rem auto;
    flex-direction: row;
  }
}
.contact__wrap {
  margin: 2rem auto;
}
.contact__text {
  font-size: 1rem;
  color: #000;
}
.contact__btncont {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .contact__btncont {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

/* Swiperの基本設定 */
.top-swiper {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-left: 0 !important;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-swiper {
    width: 80%;
  }
}

.com-swiper {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .com-swiper {
    width: 50%;
    margin: 0;
    margin-left: 0 !important;
  }
}

.com-swiper .btn__main {
  position: absolute;
  bottom: -3rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .com-swiper .btn__main {
    bottom: -5rem;
  }
}
@media screen and (min-width: 1024px) {
  .com-swiper .btn__main {
    bottom: 0;
    right: 0;
    left: auto;
  }
}

/* スライド全体を横並びに */
.swiper-wrapper {
  display: flex; /* blockではなくflexに */
  height: auto;
  justify-content: flex-start;
}

/* 各スライドの設定（5枚並べる想定） */
.swiper-slide {
  width: auto; /* SwiperのJS側で slidesPerView: 5 を使って制御 */
  flex-shrink: 0;
  height: auto;
}
.swiper-slide > img {
  height: auto;
}
.swiper-slide > p {
  color: #676767;
}
.swiper-slide > h3 {
  font-size: 1rem;
}

/* 共通：白丸背景 */
.swiper-button-prev,
.swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}

/* 左右位置調整 */
.swiper-button-prev {
  left: -10px;
}

.swiper-button-next {
  right: -10px;
}

/* Swiperのデフォルト矢印を完全に消す */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
}

/* 独自矢印（三角形）をbeforeで追加 */
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 前へ（左向き）矢印 */
.swiper-button-prev::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #000;
}

/* 次へ（右向き）矢印 */
.swiper-button-next::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
}

.page-company-desc {
  position: relative;
  margin: 0 auto 8rem;
}
.page-company-desc-title {
  position: relative;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  font-weight: bold;
}
.page-company-desc-title > h2 {
  font-size: 1.25rem;
  text-align: center;
  color: #1C292F;
}
.page-company-desc-title > span {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.page-company-desc > img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.page-company-desc-cont {
  width: 100%;
  margin: 2rem auto;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.page-company-desc-cont-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
  top: 15%;
  left: 0;
}
.page-company-desc-item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  border: solid 1px #707070;
  width: 100%;
  max-width: 90vw;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-company-desc-item {
    margin: 0;
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-company-desc-item-img {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.page-company-desc-item-img > h3 {
  font-size: 16px;
  text-align: center;
}
.page-company-desc-item-img > h3 > span {
  font-size: 12px;
}
.page-company-desc-item-text > ul {
  white-space: pre-wrap;
  margin-bottom: 1rem;
}
.page-company-desc-item-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .page-company-desc-item-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-company-desc-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .page-company-desc-item-wrap {
    flex-direction: row;
  }
}
.page-company-desc-item-book {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-company-desc-item-book {
    flex-direction: row;
  }
}
.page-company-desc-item-book-item {
  width: 180px;
}
.page-company-desc-item-book-item > img {
  height: auto;
  margin-bottom: 0.5rem;
}
.page-company-desc-item-book-item > p {
  color: #676767;
  font-size: 12px;
}
.page-company-desc-item-book-item > h3 {
  font-size: 1rem;
}
.page-company-desc-item-book-item:hover {
  opacity: 0.8;
}
.page-company__info {
  margin: 5rem auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .page-company__info {
    width: 80%;
    font-size: 16px;
  }
}
.page-company__info-title {
  background-color: #EDECE8;
  position: relative;
  z-index: 0;
}
.page-company__info-title-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 90%;
  padding: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-company__info-title-inner {
    gap: 5rem;
    width: 80%;
    flex-direction: row;
  }
}
.page-company__info-title-inner > img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page-company__info-title-inner > img {
    max-width: 70%;
  }
}
.page-company__info > img {
  height: auto;
}
.page-company__info-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .page-company__info-cont {
    flex-direction: row;
  }
}
.page-company__info-cont > iframe {
  width: 100%;
}
.page-company__info-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-company__info-item > h3 {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 1rem;
}
.page-company__info-item > h3:before {
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #353639;
  position: absolute;
  top: 50%;
  left: 0;
}
.page-company__info-list {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (min-width: 1024px) {
  .page-company__info-list {
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (min-width: 1280px) {
  .page-company__info-list {
    grid-template-columns: 1fr 4fr;
  }
}
.page-company__info-list > p {
  white-space: pre-wrap;
}
.page-company__info-list > p > a {
  color: #0169DE;
}
.page-company__info-list > p > a:hover {
  text-decoration: underline;
}
.page-company__info-list-img {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0 0;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-company__info-list-img {
    flex-direction: row;
  }
}
.page-company__info-list-img > img {
  height: auto;
}
.page-company__message {
  background-color: #1C292F;
  padding: 5rem 0;
  position: relative;
  color: #EEECE8;
}
.page-company__message-back {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  z-index: 0;
}
.page-company__message-inner {
  position: relative;
  width: 90%;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .page-company__message-inner {
    margin: 3rem auto;
    gap: 1.5rem;
    flex-direction: row;
  }
}
.page-company__message-title {
  width: 100%;
  position: relative;
  padding-left: 10%;
}
@media screen and (min-width: 768px) {
  .page-company__message-title {
    width: 60%;
  }
}
.page-company__message-title:before {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C4C4C4;
}
@media screen and (min-width: 768px) {
  .page-company__message-title:before {
    left: -10vw;
  }
}
.page-company__message-title-inner > p {
  color: #FFF;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.page-company__message-title-inner > h2 {
  font-size: 16px;
}
.page-company__message-item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.page-company__message-item-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-company__message-item-text {
    font-size: 16px;
    line-height: 2;
  }
}
.page-company__message-item-text > span {
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .page-company__message-item-text > span {
    font-size: 1.5rem;
  }
}
.page-company__message-item-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.page-company__message-item-name > span {
  font-size: 1rem;
  color: #DAC26A;
}
.page-company__message-item-list {
  font-weight: bold;
  width: -webkit-fill-available;
  margin-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  white-space: pre-wrap;
}
.page-company__message-item-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .page-company__message-item-list-wrap {
    flex-direction: row;
  }
}
.page-company__message-item-list > h4 {
  margin-bottom: 1rem;
}
.page-company__message-item-list > p {
  font-size: 12px;
  font-weight: 500;
}
.page-company__message-item > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-labor {
  margin: 5rem auto;
}
.page-labor__fixed {
  position: fixed;
  left: 0;
  top: 30%;
  width: 10%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 130px;
}
.page-labor__fixed-menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-labor__fixed-menu {
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    background-color: #f0f0f0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3058823529);
    padding: 1rem;
    border-radius: 0 15px 15px 0;
  }
}
.page-labor__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page-labor__inner {
    width: 70%;
  }
}
.page-labor-link {
  position: relative;
  margin: 2rem auto;
  display: flex;
  gap: 2rem;
  justify-content: center;
  width: 90%;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .page-labor-link {
    margin: 5rem auto;
    width: 70%;
  }
}
.page-labor-link-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3058823529);
  text-align: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .page-labor-link-item {
    width: 200px;
    height: 200px;
    font-size: 1.125rem;
  }
}
.page-labor-link-item:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.page-labor-link-item > img {
  width: 24px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page-labor-link-item > img {
    width: auto;
    height: auto;
  }
}
.page-labor__title {
  margin-top: 2rem;
  padding: 2rem 0;
  background-color: #EDECE8;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .page-labor__title {
    margin-top: 5rem;
    padding: 0;
  }
}
.page-labor__title-text {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  padding: 2rem 0;
}
.page-labor__title-text > h2 {
  position: relative;
  font-size: 1.5rem;
  background: linear-gradient(90deg, #353639 0%, #353639 20%, #DAC26A 30%, #353639 60% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 2rem;
}
.page-labor__title-text > h2::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #c4c4c4;
  left: -15vw;
  bottom: 1rem;
  z-index: 0;
}
.page-labor__title-text > h2 > small {
  font-size: 12px;
}
.page-labor__title-text > img {
  position: absolute;
  top: -2rem;
  left: -4rem;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width: 1024px) {
  .page-labor__title-text > img {
    top: -4rem;
    left: -5rem;
    z-index: 0;
    opacity: 1;
  }
}
.page-labor__title-inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  z-index: 1;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .page-labor__title-inner {
    width: 70%;
    flex-direction: row;
    align-items: center;
    gap: 5rem;
  }
}
.page-labor__title-inner > img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .page-labor__title-inner > img {
    height: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .page-labor__title-inner > img {
    max-width: 50%;
    height: auto;
  }
}
.page-labor__info {
  position: relative;
  margin: 3rem auto;
  width: 100%;
  padding: 1rem;
  border: 1px solid #1C292F;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .page-labor__info {
    padding: 2rem;
    margin: 5rem auto;
    width: 90%;
  }
}
.page-labor__info > img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-labor__info > img {
    display: block;
    position: absolute;
    bottom: 0;
    right: -5rem;
    height: auto;
  }
}
.page-labor__info > h3 {
  text-align: center;
  position: relative;
  font-size: 1.25rem;
  padding-bottom: 1.5rem;
}
.page-labor__info > h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3rem;
  height: 4px;
  background-color: #1C292F;
}
.page-labor__info-cont {
  margin: 2rem auto;
  display: flex;
  row-gap: 1rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.page-labor__info-item {
  padding: 0.5rem;
  font-size: 12px;
  border: 1px solid #C4C4C4;
  background-color: #EEECE8;
  text-align: center;
  max-width: 240px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .page-labor__info-item {
    padding: 1rem;
    font-size: 1rem;
    height: 80px;
  }
}
.page-labor__case {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-labor__case {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-labor__case-item {
  position: relative;
  background-color: #fff;
  padding: 1.5rem 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1176470588);
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1024px) {
  .page-labor__case-item {
    padding: 2rem 5rem;
    width: 48%;
  }
}
.page-labor__case-item > img {
  position: absolute;
  top: 0;
  left: 0;
}
.page-labor__case-item > h3 {
  font-size: 16px;
  position: relative;
  padding-bottom: 1rem;
}
.page-labor__case-item > h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2.5rem;
  width: calc(100% + 5rem);
  height: 1px;
  background-color: #C4C4C4;
}
@media screen and (min-width: 1024px) {
  .page-labor__case-item > h3::before {
    left: -5rem;
    width: calc(100% + 10rem);
  }
}
.page-labor__case-item-type {
  color: #676767;
}
.page-labor__case-item-cat {
  padding: 0.5rem 1rem;
  background-color: #EEECE8;
}
.page-labor__achive {
  margin: 3rem auto;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .page-labor__achive {
    margin: 5rem auto;
    width: 70%;
  }
}
.page-labor__achive-cont {
  margin: 1rem auto;
  background-color: #FFF;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-labor__achive-cont {
    flex-direction: row;
  }
}
.page-labor__achive-cont > img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page-labor__achive-cont > img {
    max-width: 25%;
  }
}
.page-labor__achive-item {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-labor__achive-item > span {
  position: relative;
  margin-left: 3rem;
  display: inline-block;
  padding: 0.5em 1em;
  font-weight: bold;
  border-radius: 0.5em;
  text-align: center;
}
.page-labor__achive-item > span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #333;
  transform: rotate(40deg); /* ← 角度調整 */
  left: -20px;
}
.page-labor__achive-item > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #333;
  transform: rotate(-40deg); /* ← 角度調整 */
  right: -20px;
}
.page-labor__achive-item-text {
  position: relative;
  padding: 1rem;
  font-size: 12px;
  width: 100%;
  min-height: 180px;
}
@media screen and (min-width: 1024px) {
  .page-labor__achive-item-text {
    max-width: 500px;
    padding: 2rem 4rem 3rem;
  }
}
.page-labor__achive-item-text > strong {
  font-size: 14px;
}
.page-labor__achive-item-text-back {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-labor__achive-item-text-back {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
.page-labor__achive-item-text > p {
  z-index: 1;
}
.page-labor__achive-item-text-img {
  position: absolute;
  bottom: -2rem;
  right: 0;
  z-index: 0;
  opacity: 0.1;
}
@media screen and (min-width: 1024px) {
  .page-labor__achive-item-text-img {
    bottom: -5rem;
    right: -5rem;
    z-index: 2;
    opacity: 1;
  }
}
.page-labor__map {
  width: 90%;
  margin: 3rem auto;
}
@media screen and (min-width: 1024px) {
  .page-labor__map {
    margin: 5rem auto;
    width: 70%;
  }
}
.page-labor__map-cont {
  margin: 1rem auto;
  background-color: #FFF;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 1280px) {
  .page-labor__map-cont {
    flex-direction: row;
    padding: 3rem 2rem;
  }
}
.page-labor__map-cont > img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page-labor__map-cont > img {
    max-width: 25%;
  }
}
.page-labor__map-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}
@media screen and (min-width: 768px) {
  .page-labor__map-item {
    min-height: 600px;
  }
}
@media screen and (min-width: 1280px) {
  .page-labor__map-item {
    min-height: 400px;
    flex-direction: row;
    width: 70%;
  }
}
.page-labor__map-item-text {
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 2rem;
  font-size: 12px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1024px) {
  .page-labor__map-item-text {
    padding: 2rem 4rem;
  }
}
.page-labor__map-item-text > strong {
  font-size: 14px;
}
.page-labor__map-item-text-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.page-labor__map-item-text > p {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: bold;
}
.page-labor__map-item-text > p > strong {
  font-size: 1.25rem;
}
.page-labor__map-item-text > p > strong > span {
  font-size: 1.75rem;
}
.page-labor__map-item-text-jp {
  position: absolute;
  left: 0;
  right: 0;
  margin: 2rem auto;
  opacity: 0.5;
}
@media screen and (min-width: 1280px) {
  .page-labor__map-item-text-jp {
    position: relative;
    left: 2rem;
    opacity: 1;
  }
}
.page-labor__map-item-text-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page-labor__map-item-text-img {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .page-labor__map-item-text-img {
    bottom: 0;
    left: 25%;
    right: auto;
    width: 35%;
  }
}
.page-labor__map-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-labor__map-contact-btncont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-labor__map-contact-btncont > a {
  width: -moz-max-content !important;
  width: max-content !important;
}
.page-labor__map-contact__title {
  margin-bottom: 2rem;
}
.page-labor__map-contact__title > span {
  position: relative;
  padding-left: 2.5rem;
  font-weight: bold;
}
.page-labor__map-contact__title > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 1.5rem;
  height: 2px;
  background-color: #353639;
}
.page-labor__map-contact__title > p {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  background: linear-gradient(90deg, #353639 0%, #353639 35%, #FFF1BC 50%, #DAC26A 65%, #353639 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.page-labor__map-contact__title > h2 {
  margin-top: 1rem;
  font-size: 1rem;
  text-align: center;
}
.page-labor__feature {
  margin: 3rem auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-labor__feature {
    margin: 5rem auto;
  }
}
.page-labor__feature-back {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: -1;
}
.page-labor__feature-inner {
  width: 90%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-labor__feature-inner {
    width: 70%;
  }
}
.page-labor__feature-img {
  position: absolute;
  bottom: -2rem;
  left: 0;
  max-width: 50%;
  height: auto;
  opacity: 0.1;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .page-labor__feature-img {
    bottom: 0;
    left: 0;
    max-width: 25%;
    opacity: 1;
  }
}
.page-labor__feature-item {
  margin: 2rem auto;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .page-labor__feature-item {
    margin: 2rem auto 2rem 300px;
    width: 60%;
  }
}
.page-labor__feature-item:nth-child(2) {
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .page-labor__feature-item:nth-child(2) {
    margin-left: calc(300px + 10%);
  }
}
.page-labor__feature-title {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 0 0 1rem;
  border-bottom: 1px solid #676767;
  margin-bottom: 1rem;
}
.page-labor__feature-title > h3 {
  font-size: 1.25rem;
}
.page-labor__contact {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 5rem;
}
.page-labor__contact__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  margin: 5rem auto;
}
@media screen and (min-width: 1024px) {
  .page-labor__contact__inner {
    width: 70%;
    margin: 5rem auto;
    flex-direction: row;
  }
}

.page-insurance__title {
  margin: 1rem auto;
  background-color: #EDECE8;
  position: relative;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-insurance__title {
    margin: 5rem auto;
    width: 48%;
  }
}
.page-insurance__title-text {
  position: relative;
  display: block;
  z-index: 1;
  max-width: 100%;
  padding: 2rem;
}
.page-insurance__title-text > h2 {
  position: relative;
  font-size: 1.5rem;
  background: linear-gradient(90deg, #353639 0%, #353639 20%, #DAC26A 30%, #353639 60% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 3rem 2rem;
}
.page-insurance__title-text > h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  left: 0;
  bottom: 1rem;
  z-index: 0;
}
.page-insurance__title-text > p {
  padding: 0 3rem;
}
.page-insurance__title-text > img {
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 100px;
  height: auto;
}
.page-insurance__title-inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  z-index: 1;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .page-insurance__title-inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
  }
}
.page-insurance__title-inner > img {
  max-width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.page-insurance__info {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.page-insurance__info-item {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-insurance__info-item {
    margin: 0 auto;
    display: block;
  }
}
.page-insurance__info-item-sp {
  display: block;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .page-insurance__info-item-sp {
    display: none;
  }
}
.page-insurance__info-text {
  min-width: 180px;
}
.page-insurance__case {
  width: 100%;
}
.page-insurance__case-item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-insurance__case-item {
    width: 70%;
  }
}

.page-founding__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page-founding__inner {
    width: 80%;
  }
}
.page-founding__case {
  position: relative;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .page-founding__case {
    margin: 5rem auto;
    flex-direction: row;
  }
}
.page-founding__case-item {
  position: relative;
  background-color: #fff;
  padding: 2rem 5rem;
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1176470588);
  height: -moz-fit-content;
  height: fit-content;
}
.page-founding__case-item > img {
  position: absolute;
  top: 0;
  left: 0;
}
.page-founding__case-item > h3 {
  font-size: 16px;
  position: relative;
  padding-bottom: 1rem;
}
.page-founding__case-item > h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5rem;
  width: calc(100% + 10rem);
  height: 1px;
  background-color: #C4C4C4;
}
.page-founding__case-item-type {
  color: #676767;
}
.page-founding__case-item-cat {
  padding: 0.5rem 1rem;
  background-color: #EEECE8;
}
.page-founding__point {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-founding__point {
    position: absolute;
    bottom: 3rem;
    left: 0;
  }
}

.page-management__desc {
  position: relative;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-management__desc {
    margin: 5rem auto 3rem;
  }
}
.page-management__desc > h2 {
  font-size: 1.25rem;
}
.page-management__desc > img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.page-management__cont {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 90%;
  margin: 2rem auto 5rem;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .page-management__cont {
    width: 70%;
    flex-direction: row;
    gap: 3rem;
  }
}
.page-management__cont-item {
  margin: 2rem 0;
  width: 100%;
}
.page-management__cont-item:nth-child(2) {
  margin: 2rem 0;
}
.page-management__cont-img {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-management__cont-img > img {
  height: auto;
}
.page-management__rec {
  width: 90%;
  margin: 2rem auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-management__rec {
    width: 60%;
    margin: 3rem auto;
    padding: 2rem;
  }
}
.page-management__rec > h3 {
  text-align: center;
  font-size: 1.25rem;
}
.page-management__rec > p {
  padding: 1rem;
  text-align: center;
  background-color: #F5F3F2;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .page-management__rec > p {
    width: 60%;
  }
}

.page-service__phi {
  position: relative;
  width: 90%;
  margin: 5rem auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-service__phi {
    flex-direction: row;
    width: 80%;
  }
}
.page-service__phi-back {
  position: absolute;
  top: 0;
  right: -10vw;
  width: 100%;
  z-index: -1;
  height: auto;
}
.page-service__phi-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-service__phi-text {
    gap: 2rem;
  }
}
.page-service__phi-text > strong {
  font-size: 1.25rem;
  font-weight: bold;
}
.page-service__phi-img {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  height: -webkit-fill-available;
  max-height: 180px;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-service__phi-img {
    max-width: 45%;
    max-height: none;
  }
}
.page-service__phi-img > img:nth-child(1) {
  max-width: 40%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page-service__phi-img > img:nth-child(1) {
    max-width: -moz-fit-content;
    max-width: fit-content;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.page-service__phi-img > img:nth-child(2) {
  margin-top: auto;
  max-width: 45%;
  height: auto;
  animation-delay: 0.5s;
}
@media screen and (min-width: 1024px) {
  .page-service__phi-img > img:nth-child(2) {
    max-width: 65%;
  }
}
.page-service__desc {
  position: relative;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 1024px) {
  .page-service__desc {
    margin: 5rem auto 3rem;
    font-size: 1.25rem;
    padding-bottom: 15rem;
    gap: 1.5rem;
  }
}
.page-service__desc > img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.page-service__desc > small {
  color: #676767;
  font-weight: 400;
  font-size: 12px;
}
.page-service__desc:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #676767;
  height: 8rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page-service__desc:before {
    height: 12rem;
  }
}
.page-service__cont {
  position: relative;
  margin: 5rem auto 2rem;
}
.page-service__cont > h2 {
  font-size: 3rem;
  text-align: center;
  line-height: 0.8;
  color: #000;
  font-weight: bold;
  background: linear-gradient(90deg, #353639 0%, #353639 45%, #FFF1BC 48%, #DAC26A 53%, #353639 60% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-service__cont > h2 {
    font-size: 5rem;
  }
}
.page-service__cont-wrap {
  margin: 3rem auto 0;
  background-color: #E5DED2;
  padding: 5rem 0 2rem;
  min-height: 70vh;
  clip-path: polygon(0 0, 0 95%, 50% 100%, 100% 95%, 100% 0);
}
.page-service__cont-wrap .point-slider {
  width: 100%;
  max-width: none;
  margin-bottom: 3rem;
}
.page-service__cont-wrap .point-slider .swiper-slide {
  padding: 2rem;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-service__cont-wrap .point-slider .swiper-slide {
    padding: 1.5rem 1rem;
  }
}
.page-service__cont-wrap .point-slider .swiper-slide h3 {
  font-size: 20px;
}
.page-service__cont-wrap .point-slider .swiper-slide h3 + p {
  font-size: 18px;
  margin: 20px 0;
  font-weight: bold;
}
.page-service__cont-wrap .point-slider .txt-limit-toggle {
  margin: 10px auto 0;
  padding: 2px 0;
  background: transparent;
  color: #676767;
  border: none;
  border-bottom: 1px solid #676767;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  display: block;
}
.page-service__cont-wrap .point-slider .txt-limit-toggle:hover {
  opacity: 0.7;
}
.page-service__cont-wrap .point-box {
  max-width: 600px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .page-service__cont-wrap .point-box {
    width: 100%;
  }
}
.page-service__cont-wrap .point-box p {
  text-align: center;
  font-size: 14px;
  padding: 8px;
  background-color: #F5F3F2;
}
.page-service__cont-wrap .point-box p:not(:last-child) {
  margin-bottom: 8px;
}
.page-service__cont-wrap .point-box p span {
  font-weight: bold;
  font-size: clamp(0.875rem, 0.83rem + 0.15vw, 1rem);
}
.page-service__cont-wrap .point-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 14px;
  color: #676767;
  margin: 2.5rem auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .page-service__cont-wrap .point-wrap {
    width: 100%;
  }
}
.page-service__cont-wrap .point-column {
  text-align: left;
}
.page-service__cont-wrap .point-column-label {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-service__cont-wrap .point-column-label {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-service__cont-wrap .point-column-label p {
  padding: 6px 16px;
  background-color: #E5DED2;
  color: #353639;
  font-weight: bold;
}
.page-service__cont-wrap .point-column-label p:first-child {
  color: #fff;
  padding: 6px 8px;
  background-color: #1C292F;
}
.page-service__cont-wrap .point-column-txt {
  padding: 1rem 0.5rem;
  background-color: #F5F3F2;
  border-top: 2px solid #F5F3F2;
  color: #676767;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-service__cont-wrap .point-column-txt {
    padding: 1rem 2rem;
  }
}
.page-service__cont-wrap .swiper-button-prev, .page-service__cont-wrap .swiper-button-next {
  background-color: #1C292F;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .page-service__cont-wrap .swiper-button-prev, .page-service__cont-wrap .swiper-button-next {
    width: 32px !important;
    height: 32px !important;
  }
}
.page-service__cont-wrap .swiper-button-next::before {
  border-left: 12px solid #fff;
}
.page-service__cont-wrap .swiper-button-prev::before {
  border-right: 12px solid #fff;
}
.page-service__cont-top {
  position: relative;
  z-index: 2;
}
.page-service__cont-top > p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-service__cont-top > p {
    margin-bottom: 1.5rem;
  }
}
.page-service__cont-top .slider-thumbnail {
  margin: 0 auto 3rem !important;
  padding: 1rem;
}
@media screen and (max-width: 1279px) {
  .page-service__cont-top .slider-thumbnail {
    max-width: 650px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .page-service__cont-top .slider-thumbnail {
    width: 90%;
  }
}
.page-service__cont-top .slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
  gap: 20px 40px;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .page-service__cont-top .slider-thumbnail .swiper-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-service__cont-top .slider-thumbnail .swiper-wrapper {
    gap: 6px 10px;
  }
}
.page-service__cont-top .slider-thumbnail .swiper-slide {
  width: 120px !important;
  text-align: center;
  font-weight: bold;
  aspect-ratio: 1/1;
  background: #F5F3F2;
  border-radius: 999vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #353639;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .page-service__cont-top .slider-thumbnail .swiper-slide {
    width: calc((100% - 40px) / 3) !important;
    aspect-ratio: auto;
    border-radius: 0;
    padding: 0.5rem;
  }
  .page-service__cont-top .slider-thumbnail .swiper-slide br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-service__cont-top .slider-thumbnail .swiper-slide {
    width: calc((100% - 10px) / 2) !important;
    font-size: 11px;
    padding: 0.5rem 4px;
  }
}
.page-service__cont-top .slider-thumbnail .swiper-slide:hover {
  opacity: 0.7;
}
.page-service__cont-top .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  background-color: #1C292F;
}
.page-service__cont-top .slider-thumbnail .swiper-slide.swiper-slide-thumb-active:hover {
  opacity: 1;
}
.page-service__cont-top .slider-thumbnail .swiper-slide.swiper-slide-thumb-active > p {
  color: #fff !important;
}
.page-service__business-text {
  text-align: center;
  margin: 3rem auto;
  padding: 2rem 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .page-service__business-text {
    font-size: 2rem;
  }
}

#keyword {
  position: relative;
  padding-top: 5rem;
  top: -5rem;
}
@media screen and (min-width: 1024px) {
  #keyword {
    padding-top: 10rem;
    top: -10rem;
  }
}

.point-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

.point-content.active {
  max-height: 1000px;
  opacity: 1;
}

.point-toggle-btn {
  cursor: pointer;
  background: #f3f3f3;
  padding: 1rem;
  text-align: center;
  border: none;
  color: #353639 !important;
  border-radius: 10px;
  margin-bottom: 1em;
  font-weight: bold;
  transition: background 0.3s ease;
  margin: 2rem auto;
}

.point-toggle-btn:hover {
  background: #e0e0e0;
}

.page-recruit {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page-recruit {
    width: 85%;
    margin: 0 0 0 15%;
  }
}
.page-recruit__info {
  width: 90%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-recruit__info {
    width: 70%;
    margin: 5rem auto;
  }
}
.page-recruit__info > h2 {
  text-align: center;
  font-size: 2rem;
}
.page-recruit__info-btncont {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-recruit__info-btncont {
    gap: 3rem;
  }
}
.page-recruit__desc {
  width: 90%;
  padding: 1rem 0;
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  .page-recruit__desc {
    width: 80%;
    padding: 2rem 0;
    margin: 2rem auto 5rem;
  }
}
.page-recruit__desc-item-text {
  display: flex;
  gap: 1rem;
}
.page-recruit__desc-item-text > span {
  font-size: 2.5rem;
  color: #DAC26A;
  font-weight: bold;
  padding-right: 1rem;
  line-height: 1;
}
.page-recruit__title {
  font-size: 1.5rem !important;
}

.page-recruit__menu ul li.now-posi::before {
  content: "▶︎";
  position: absolute;
  left: 0;
  top: 0.125rem;
  font-size: 0.75rem;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area-faq {
  border: 1px solid #1C292F;
}

/*アコーディオンタイトル*/
.accordion__title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 2rem 3rem 2rem 2rem;
  transition: all 0.5s ease;
  color: #000;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid #1C292F;
}
@media screen and (min-width: 768px) {
  .accordion__title {
    font-size: 1.25rem;
  }
}
.accordion__title > span {
  font-size: 2.5rem;
  padding-right: 1rem;
}

/*アイコンの＋と×*/
.accordion__title::before,
.accordion__title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #000;
}

.accordion__title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}

.accordion__title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.accordion__title {
  border: none;
}

.accordion__title.close::before {
  transform: rotate(45deg);
}

.accordion__title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion__box {
  display: none; /*はじめは非表示*/
  margin: 0 2% 2% 2%;
  padding: 1rem;
}

.page-flow {
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-flow__data {
  padding: 3rem 0;
}
.page-flow__data-cont {
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .page-flow__data-cont {
    margin: 5rem auto;
    flex-direction: row;
    gap: 3rem;
  }
}
.page-flow__data-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.page-flow__data-item > img {
  height: auto;
}
.page-flow__data-img {
  width: 90%;
  margin: 1rem auto;
  padding: 1rem;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .page-flow__data-img {
    width: 60%;
    margin: 2rem auto;
    padding: 2rem;
    flex-direction: row;
    gap: 3rem;
  }
}
.page-flow__data-img > img {
  height: auto;
}
.page-flow__data-img-text {
  text-align: center;
}
.page-flow__cont {
  margin: 3rem auto;
  width: 90%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .page-flow__cont {
    width: 80%;
    margin: 5rem auto;
  }
}
.page-flow__cont-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .page-flow__cont-inner {
    gap: 4rem;
  }
}
.page-flow__cont-title {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  position: relative;
}
.page-flow__cont-title > h3 > span {
  font-size: 2rem;
  color: #DAC26A;
  margin-right: 1rem;
  padding-left: 1rem;
}
.page-flow__cont-title-deco {
  position: absolute;
  top: -3rem;
  left: -3rem;
  z-index: -1;
}
.page-flow__cont-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-flow__cont-item {
    flex-direction: row;
    gap: 2.5rem;
    align-items: center;
  }
}
.page-flow__cont-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #676767;
}

.page__completed {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page__completed {
    width: 80%;
  }
}
.page__completed > h1 {
  font-size: fontSize(32);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page__completed > h1 {
    font-size: fontSize(64);
  }
}
.page__completed > h3 {
  margin-bottom: 2rem;
  text-align: center;
  color: #DAC26A;
}
.page__completed-desc {
  margin-top: 2rem;
  padding: 2rem 0;
}
.page__completed-desc > h2 {
  font-size: 2rem;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .page__completed-desc > h2 {
    font-size: 2.5rem;
  }
}
.page__completed-desc > p {
  text-align: start;
}
@media screen and (min-width: 768px) {
  .page__completed-desc > p {
    text-align: center;
  }
}
.page__completed-ex > h2 {
  margin-bottom: 1rem;
}
.page__completed-ex > a {
  margin: 2rem auto;
  text-decoration: none;
  color: #fff;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .page__completed-ex > a {
    font-size: 1rem;
    width: 50%;
  }
}

.page-contact {
  margin: 3rem auto;
}
.page-contact__cont {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 1rem auto;
  padding: 0;
  max-width: 95vw;
  padding: 2rem 1rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .page-contact__cont {
    max-width: 768px;
    gap: 2.5rem;
    margin: 3rem auto;
    padding: 3rem 2rem;
  }
}
.page-contact__cont > li {
  font-size: fontSize(24);
  list-style: none;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-contact__cont > li {
    grid-template-columns: 1fr 3fr;
  }
}
.page-contact__desc {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-contact__desc {
    padding: 1.5rem 2rem;
  }
}
.page-contact__desc > h2 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.page-contact__desc-inner > p {
  font-weight: bold;
  text-align: center;
}
.page-contact__title {
  padding: 1rem;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.page-contact__item {
  width: 100%;
  border-bottom: #D3D3D3 solid 1px;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-contact__item {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1rem;
    margin-bottom: 0;
  }
}
.page-contact__item-text {
  height: 100%;
}
.page-contact__item-text > p {
  line-height: 1;
}
.page-contact__item-text > p > label {
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-contact__item-text > p > label {
    padding: 2.5rem 1rem;
  }
}
.page-contact__item-text > p > label > span {
  margin-left: 0.5rem;
  font-size: fontSize(8);
  vertical-align: top;
  font-weight: 600;
  color: #ee0000;
  font-size: 12px;
}
.page-contact__item-policy {
  text-align: center;
}
.page-contact__btn {
  margin: 0 auto 2rem;
  background-color: #fff;
  border: 1px solid #000;
  padding: 0.5rem 3rem !important;
  border-radius: 50px;
}
.page-contact__btn > p {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.page-contact__btn:before {
  display: none;
}
.page-contact__btnitem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .page-contact__btnitem {
    flex-direction: row;
  }
}
.page-contact__confirm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  border-bottom: 1px solid #d5d5d5;
  color: #656565;
  padding: 0.5rem 1rem;
}
.page-contact__thanks {
  border: none;
  margin: 3rem auto;
}
.page-contact__thanks > h2 {
  font-size: 1.5rem;
}
.page-contact__thanks > p {
  margin-bottom: 2rem;
  text-align: center;
}
.page-contact__thanks > a {
  margin: 3rem auto 0;
}
.page-contact__thanks-btn {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  margin: 2rem auto;
}
.page-contact__thanks-btn .btn__sub-cont > p {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
.page-contact__thanks-btn > span {
  font-size: 12px;
}

label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
}

textarea {
  resize: vertical;
  height: 200px;
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
  border: #d5d5d5 solid 1px;
  margin: 1rem 0;
}
textarea:focus {
  border: 2px solid #353639;
  outline: 0;
}

.wpcf7 {
  max-width: 95vw;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap {
  position: inherit;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.wpcf7-submit {
  position: relative;
  font-size: 1.25rem !important;
  font-weight: bold;
  padding-right: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 3;
  display: block;
}
.wpcf7-submit::before {
  content: "→";
  position: absolute;
  top: 0.75rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  background-color: #000;
  transition: ease;
  transition-duration: 0.5s;
}
.wpcf7-submit:hover {
  color: #353639;
}
.wpcf7-submit:hover::before {
  content: "→";
  position: absolute;
  top: 0.225rem;
  right: -1rem;
  width: 3rem;
  height: 3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  background-color: #353639;
  transition: ease;
  transition-duration: 0.5s;
}

.wpcf7-previous {
  display: block;
  background-color: #f3f3f3;
  color: #656565;
  text-decoration: none;
  padding: 1rem 3rem;
  border: none;
  border-radius: 30px;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.wpcf7-previous:hover {
  text-decoration: none;
  box-shadow: none;
}

input {
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
  border: #d5d5d5 solid 1px;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  input {
    margin: 0;
  }
}
input:focus {
  border: 2px solid #353639;
  outline: 0;
}

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

input[type=checkbox] {
  width: 2rem;
  height: 2rem;
}

select {
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
  border: #d5d5d5 solid 1px;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  select {
    margin: 0;
  }
}
select:focus {
  border: 2px solid #353639;
  outline: 0;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #cc0000;
  font-weight: bold;
}

.contact__item-policy > p > span > span > span > input {
  height: auto;
  margin-right: 1rem;
}

.cf7-accept-check {
  margin: 1.5rem 0 2rem;
}
.cf7-accept-check-link {
  text-decoration: underline;
}
.cf7-accept-check > p {
  text-align: center;
  font-weight: bold;
  color: #656565;
}

.policy {
  width: 70%;
  margin: 3rem auto;
}

.error {
  margin-top: 80px;
  height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .error {
    margin-top: 120px;
  }
}
.error > h1 {
  font-size: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .error > h1 {
    font-size: fontSize(64);
  }
}
.error > h3 {
  margin-bottom: 2rem;
  text-align: center;
  color: #DAC26A;
}
.error__text {
  text-align: center;
  margin-bottom: 2rem;
}
.error__btn {
  margin: 0 auto;
}

.single__cont-inner {
  margin: 3rem auto;
  min-height: 30vh;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .single__cont-inner {
    width: 70%;
    margin: 3rem auto;
    max-width: 960px;
  }
}
.single__cont-inner > img {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__cont__cat {
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1024px) {
  .single__cont__cat {
    width: 70%;
  }
}
.single__cont__cat > p {
  font-size: 1rem;
  font-weight: bold;
}
.single__cont__cat-btn {
  margin: 0 auto;
  width: 160px !important;
  padding: 0.75rem !important;
}
.single__cont__cat-title {
  margin: 3rem auto;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDECE8;
}
.single__cont__cat-title-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 960px;
}
@media screen and (min-width: 1024px) {
  .single__cont__cat-title-inner {
    width: 70%;
  }
}
.single__cont__cat-title-text {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1rem;
}
.single__cont__cat-title-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15vw;
  right: 0;
  margin: o auto;
  width: 100vw;
  height: 1px;
  background-color: #C4C4C4;
}
.single__cont__cat-title-text > h2 {
  font-size: 1.5rem;
}
.single__cont-case {
  display: flex;
  flex-direction: column-reverse;
  margin: 3rem auto;
}
@media screen and (min-width: 1024px) {
  .single__cont-case {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }
}
.single__cont-case-item {
  margin: 3rem 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #f0f0f0;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .single__cont-case-item {
    width: 80%;
    margin: 3rem auto;
  }
}
@media screen and (min-width: 1024px) {
  .single__cont-case-item {
    margin: 3rem 0;
    width: auto;
  }
}
.single__cont-case-item > li {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  font-size: 0.75rem;
  font-weight: bold;
}
.single__cont-case-item > img {
  height: 200px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.single__cont-btn {
  display: none;
}
@media screen and (min-width: 1024px) {
  .single__cont-btn {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    margin: 5rem auto 2rem;
    justify-content: center;
  }
}
.single__cont-btn-sp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .single__cont-btn-sp {
    display: none;
  }
}
.single__cont-btn-sp-text {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.single__cont > h2 {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
.single__thumbnail > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px #d5d5d5 solid;
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  .single__thumbnail > img {
    max-height: 320px;
  }
}
.single__article {
  margin: 2rem auto;
}
.single__category {
  color: #353639;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0;
  display: flex;
  gap: 1rem;
}
.single__category > ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0;
}
.single__category > ul > li {
  list-style: none;
}
.single__category > ul > li > a {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #353639;
}
.single__btn {
  background-color: #EEFFF6;
  color: #fff;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #3698A8;
  display: flex;
  justify-content: center;
  width: 240px;
  margin: 1rem auto 1rem 0;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.single__btn:hover {
  box-shadow: none;
  border: 1px solid #353639;
  text-decoration: none;
}

.archive-btn {
  margin-top: 3rem;
}
.archive-btn > a {
  text-decoration: none;
  color: #fff;
}

.news {
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.news__cat {
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1024px) {
  .news__cat {
    width: 70%;
    gap: 2rem;
  }
}
.news__cat > p {
  font-size: 1rem;
  font-weight: bold;
}
.news__cat-btn {
  width: 160px !important;
  padding: 0.75rem !important;
}
.news__cat-title {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDECE8;
}
.news__cat-title-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .news__cat-title-inner {
    width: 70%;
  }
}
.news__cat-title-text {
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1rem;
}
.news__cat-title-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15vw;
  right: 0;
  margin: o auto;
  width: 100vw;
  height: 1px;
  background-color: #C4C4C4;
}
.news__inner {
  margin: 1rem auto;
  width: 95%;
}
@media screen and (min-width: 1024px) {
  .news__inner {
    width: 70%;
    margin: 3rem auto;
  }
}
.news__cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
}
.news__cont-case {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .news__cont-case {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.news__item {
  position: relative;
  display: flex;
  gap: 1.5rem;
  margin-top: 0.5rem;
  border: 1px solid #C4C4C4;
  transition: all 0.5s ease;
  height: 80px;
}
@media screen and (min-width: 1024px) {
  .news__item {
    height: 120px;
  }
}
.news__item:hover {
  background-color: #cdcdcd;
}
.news__item::before {
  content: "詳細を読む >";
  position: absolute;
  font-size: 10px;
  bottom: 3%;
  right: 1rem;
  color: #676767;
}
@media screen and (min-width: 768px) {
  .news__item::before {
    font-size: 1rem;
    bottom: 5%;
  }
}
.news__item > img {
  width: 120px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .news__item > img {
    width: 220px;
    height: 120px;
  }
}
.news__item-text {
  margin: 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .news__item-text {
    margin: 2rem 0;
    gap: 1rem;
  }
}
.news__item-text-cat {
  display: flex;
  gap: 1.5rem;
}
.news__item-text-cat-item {
  border: 1px solid #353639;
  color: #353639;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  font-weight: bold;
}
.news__item-text > p {
  margin-bottom: 1rem;
}
.news__item-text > h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .news__item-text > h2 {
    font-size: 1.25rem;
  }
}
.news__item-case {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #000;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__item-case {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .news__item-case {
    width: 32%;
  }
}
.news__item-case:hover {
  background-color: #f0f0f0;
}
.news__item-case-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.news__item-case-text-cat {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .news__item-case-text-cat {
    gap: 1.5rem;
    justify-content: flex-start;
  }
}
.news__item-case-text-cat-item {
  border: 1px solid #353639;
  color: #353639;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  font-weight: bold;
}
.news__item-case-text > p {
  margin-bottom: 1rem;
}
.news__item-case-text > h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.news__item-case > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 180px;
}
.news__item > a > img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid #707070;
}

.is-active {
  color: #FFF !important;
  background-color: #353639 !important;
  font-weight: bold;
  border: 2px solid #353639 !important;
  box-shadow: none;
}

.btn__main {
  position: relative;
  border: 1px solid #C4C4C4;
  color: #353639;
  border-radius: 50px;
  padding: 1rem 3rem 1rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2;
  width: 200px;
  text-align: center;
  display: block;
  font-weight: bold;
}
.btn__main:before {
  content: ">";
  position: absolute;
  right: 2rem;
  top: 0.5rem;
  font-size: 1.25rem;
}
.btn__main:hover {
  color: #353639;
  border: 1px solid #353639;
  animation: anima-button-30 1s;
}

.btn__main-w {
  position: relative;
  border: 1px solid #FFF;
  border-radius: 50px;
  padding: 1rem 3rem 1rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2;
  width: 200px;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #FFF;
}
.btn__main-w:before {
  content: ">";
  position: absolute;
  right: 2rem;
  top: 0.5rem;
  font-size: 1.25rem;
}
.btn__main-w:hover {
  color: #fff;
  border: 1px solid #fff;
  animation: anima-button-30-w 1s;
}

@keyframes anima-button-30 {
  0% {
    box-shadow: 0 0 0 0 #353639;
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(0, 0, 0, 0);
  }
}
@keyframes anima-button-30-w {
  0% {
    box-shadow: 0 0 0 0 #FFF;
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(255, 255, 255, 0);
  }
}
.btn__sub {
  position: relative;
  background-color: #F5F3F2;
  color: #000;
  text-decoration: none;
  padding: 1rem;
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 1.5rem;
  width: auto;
  max-width: 400px;
  min-width: 280px;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  transition: all 1s ease;
}
@media screen and (min-width: 1024px) {
  .btn__sub {
    min-width: 320px;
    padding: 2rem 1rem;
  }
}
.btn__sub-cont {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
}
.btn__sub-cont > p {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .btn__sub-cont > p {
    font-size: 1.75rem;
  }
}
.btn__sub:hover {
  background-color: #353639;
  color: white;
}

.btn__cat {
  background-color: #F5F3F2;
  color: #000;
  text-decoration: none;
  border: 1px solid #707070;
  border-radius: 50px;
  padding: 0.5rem;
  width: 160px;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  transition: all 1s ease;
}
@media screen and (min-width: 768px) {
  .btn__cat {
    padding: 1rem;
    width: 220px;
  }
}
.btn__cat-cont {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
}
.btn__cat-cont > p {
  font-weight: bold;
}
.btn__cat:hover {
  background-color: #353639;
  color: white;
}

a.btn-malformation {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.25rem;
  padding: 1rem 1.5rem;
  color: #fff;
  border-radius: 100% 80px/80px 100%;
  width: 160px;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80%/100% 80%;
}

.btn-malformation--pastel {
  background: #0A7283;
  background: linear-gradient(180deg, #75E0AA 40%, #0A7283 100%);
  box-shadow: 20px 10px 0 #B4FDD8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#75E0AA", endColorstr="#0A7283", GradientType=1);
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeftTrigger {
  opacity: 0;
}

.mask {
  display: block;
  max-width: 100%;
  margin: 0 0 0 auto;
  overflow: hidden;
  position: relative;
}

.zoomOutTrigger {
  width: 100%;
}

.zoomOutTrigger img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.3); /* 初期拡大状態 */
  transform-origin: center center;
  animation-name: zoomOutAnime;
  animation-duration: 7s;
  animation-fill-mode: forwards;
  transition: transform 0.5s ease-in-out;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1); /* もしくは0.9だと少し小さくなる */
  }
}
body.no-scroll {
  overflow: hidden;
}

.header {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: auto;
}
.header__top {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .header__top {
    background-image: linear-gradient(181deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.13) 40%, rgba(255, 255, 255, 0) 70%);
  }
}
.header__logo > img {
  max-width: 160px;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header__logo > img {
    max-width: 350px;
  }
}
.header__menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__menu {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: flex-end;
  }
}
.header__hb {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #F5F3F2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.3058823529);
  z-index: 9999;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .header__hb {
    top: 0;
    right: 0;
    bottom: auto;
    width: 5%;
    height: 100vh;
  }
}
.header__upper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .header__upper {
    flex-direction: row;
    width: 90%;
    gap: 2rem;
    margin-bottom: 1rem;
    justify-content: flex-end;
    z-index: 10;
  }
}
.header__upper-nav {
  position: absolute;
  top: 3rem;
  left: 10%;
}
.header__tel {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  padding: 0.25rem;
  height: -moz-fit-content;
  height: fit-content;
}
.header__tel > p {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .header__tel > p {
    font-size: 1.75rem;
  }
}
.header__tel > p > span {
  position: relative;
  font-size: 10px;
  left: -1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header__tel > p > span {
    font-size: 14px;
  }
}
.header__tel > img {
  padding-top: 0.25rem;
  height: auto;
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .header__tel > img {
    width: 24px;
    padding-top: 0.5rem;
  }
}
.header__tel:hover {
  background-color: #dedede;
}

.header__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: inherit;
  position: relative;
  width: 95%;
  margin: 0.5rem auto;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    width: 90%;
    margin: 0.5rem auto 0 0;
  }
}

.header__nav-list {
  list-style: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .header__nav-list {
    justify-content: space-between;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.header__nav-list-item {
  list-style: none;
  margin: 0 0.25rem;
  font-size: 1.25rem;
}
.header__nav-list-item-child {
  font-size: 1rem;
}
.header__nav-list-item-policy {
  font-size: 0.75rem;
}
.header__nav-list-item__has-child {
  position: relative;
}
.header__nav-list-item__has-child:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header__nav-list-item__has-child > ul {
  position: absolute;
  left: 0;
  top: 3rem;
  z-index: 4;
  /*形状を指定*/
  width: 180px;
  padding: 1.5rem 1rem;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1280px) {
  .header__nav-list-item__has-child > ul {
    gap: 1.5rem;
  }
}
.header__nav-list-item__has-child > ul > li {
  list-style: none;
}
.header__nav-list-parent {
  position: relative;
  list-style: none;
  margin: 0 0.5rem;
  padding: 0.5rem 2rem 0.5rem 0rem;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .header__nav-list-parent {
    padding: 0.5rem 2rem 0.5rem 1rem;
  }
}
.header__nav-list-parent:hover {
  background-color: #F3F3F3;
  text-decoration: none;
}
.header__nav-list-parent:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0.5rem;
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #353639 #353639 transparent transparent;
}
@media screen and (min-width: 1280px) {
  .header__nav-list-parent {
    font-size: 1.25rem;
  }
}
.header__nav-list-normal {
  padding: 0.5rem;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
}
.header__nav-list-normal:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  #header.UpMove {
    animation: UpAnime 0.5s forwards;
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
@media screen and (min-width: 1024px) {
  #header.DownMove {
    animation: DownAnime 0.5s forwards;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#breadcrumbs {
  width: 90%;
  margin: 1rem 0;
  z-index: 100;
  font-size: fontSize(12);
}
@media screen and (min-width: 768px) {
  #breadcrumbs {
    width: 70%;
  }
}
#breadcrumbs > span > span > a {
  text-decoration: none;
  color: #888888;
  margin: 0 1rem;
}

.breadcrumb_last {
  color: #353639;
  margin: 0 1rem;
}

#g-nav {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: -100%;
  width: 100%;
  height: 100svh;
  background: #FFF;
  transition: all 0.6s;
  text-transform: none;
}
@media screen and (min-width: 1024px) {
  #g-nav {
    top: 0;
    right: -120%;
    bottom: auto;
  }
}

/* アクティブ時に表示 */
#g-nav.panelactive {
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  #g-nav.panelactive {
    right: 0;
  }
}

#g-nav.panelactive #g-nav-list {
  z-index: 999;
  width: 90%;
  padding: 2rem 0;
  margin: 0 auto;
  height: 95svh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  #g-nav.panelactive #g-nav-list {
    width: 100%;
    flex-direction: row;
    gap: 3rem;
    height: 100svh;
    overflow: auto;
    padding: 10% 0;
    margin: 0;
    justify-content: center;
  }
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: relative;
  padding: 2rem auto;
  z-index: 999;
  margin: 2rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  #g-nav ul {
    margin: 2rem 0;
  }
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  padding: 0.5rem 0 0 2rem;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}
#g-nav li::before {
  content: "→";
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  background-color: #000;
  transition: ease;
  transition-duration: 0.5s;
}
@media screen and (min-width: 1024px) {
  #g-nav li::before {
    top: 1.125rem;
    width: 2rem;
    height: 2rem;
  }
}

#g-nav li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: none;
  letter-spacing: 0.1em;
  font-weight: 400;
  white-space: nowrap;
  font-size: 1.25rem;
}
#g-nav li a:hover {
  text-decoration: underline;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: relative;
  z-index: 9999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 48px;
  height: 32px;
  display: block;
}
.openbtn:hover > span {
  width: 100%;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 3px;
  border: #000 1px solid;
  width: 40%;
  text-align: right;
}

.openbtn span:nth-of-type(1) {
  top: 10px;
  right: 0;
  width: 100%;
}

.openbtn span:nth-of-type(2) {
  top: 22px;
  right: 0;
  width: 100%;
}

.openbtn span:nth-of-type(3) {
  top: 34px;
  right: 0;
  width: 100%;
}

.openbtn.active span:nth-of-type(1) {
  top: 12px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 24px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background-color: #1C292F;
  color: #fff;
  padding: 0 1rem 5rem;
  z-index: 990;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem 2rem;
  }
}
.footer > a {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0;
  margin: 1rem auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__cont {
    align-items: flex-start;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .footer__cont {
    gap: 3rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    gap: 2rem;
    min-width: 32%;
  }
}
.footer__nav-inner {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: -webkit-fill-available;
  max-width: -moz-max-content;
  max-width: max-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer__nav-list {
  position: relative;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 2rem;
}
.footer__nav-list-child {
  font-size: 1rem;
  color: #C4C4C4 !important;
}
.footer__nav-list-child-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer__nav-list-child-cont {
  margin: 1rem 0 0;
  display: flex;
  gap: 2rem;
}
.footer__nav-list > a {
  color: #fff;
}
.footer__nav-list > a:hover {
  text-decoration: underline;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__item {
    align-items: flex-start;
  }
}
.footer__text {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer__text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: fontSize(12);
    text-align: center;
    text-align: left;
  }
}
.footer__text > a {
  color: #fff;
}
.footer__text-add {
  padding-bottom: 1rem;
}
.footer__text-link {
  margin-bottom: 1rem;
}
.footer__text-link > img {
  height: auto;
}
.footer__text-link:hover {
  opacity: 0.8;
}
.footer__text-btn {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 1rem;
  transition: all 0.5s;
  margin: 1rem 0;
}
.footer__text-btn > span {
  background-color: #fff;
  color: #000;
  padding: 0.5rem;
  width: 90%;
  border-radius: 50px;
  font-size: 12px;
}
.footer__text-btn:hover {
  background-color: #353639;
  color: #fff;
}
.footer__logo {
  display: flex;
  text-decoration: none;
  flex-direction: row;
  justify-content: center;
}
.footer__logo > img {
  max-width: 240px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .footer__logo > img {
    max-width: 300px;
  }
}
.footer__copy {
  padding-left: 1rem;
  position: relative;
  color: #C4C4C4;
}
.footer__copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #C4C4C4;
}
.footer__copy-item {
  width: 100%;
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .footer__copy-item {
    width: 70%;
    margin: 2rem auto;
    justify-content: flex-end;
    font-size: 1rem;
  }
}
.footer__copy-item > a {
  color: #C4C4C4;
}/*# sourceMappingURL=style.css.map */