@charset "UTF-8";
/*
Theme Name: hanabishi-reform
Author: ADS
Version: 1.0.0
*/
@import url("assets/css/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;1,300&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
/*
Theme Name: hanabishi-reform
Author: ADS
Version: 1.0.0
*/
.p-mv {
  min-height: 100vh;
  position: relative;
  padding-top: 10vw;
}
@media screen and (max-width: 959px) {
  .p-mv {
    padding-top: 38.4vw;
  }
}
.p-mv {
  padding-left: 5.2083333333vw;
}
@media screen and (max-width: 959px) {
  .p-mv {
    padding-left: 20vw;
  }
}
.p-mv {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-mv {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    min-height: auto;
  }
}
.p-mv__links {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
  margin-left: 1.25vw;
}
@media screen and (max-width: 959px) {
  .p-mv__links {
    margin-left: 4.8vw;
  }
}
.p-mv__links .c-btn-wrap {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .p-mv__links .c-btn-wrap {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 959px) {
  .p-mv__links {
    display: none;
  }
}
.p-mv__main-text {
  position: absolute;
  left: 1%;
  top: -1.8em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 3.075vw;
}
@media (max-width: 959px) {
  .p-mv__main-text {
    font-size: 8vw;
  }
}
@media (min-width: 1367px) {
  .p-mv__main-text {
    font-size: 3.075vw;
  }
}
.p-mv__main-text {
  line-height: 1.6;
  z-index: 5;
}
@media screen and (max-width: 959px) {
  .p-mv__main-text {
    width: 50%;
    position: relative;
    z-index: 0;
    left: 0;
    top: 0;
    height: auto;
    padding-bottom: 2.6041666667vw;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .p-mv__main-text {
    padding-bottom: 10vw;
  }
}
.p-mv__images-block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
}
@media screen and (max-width: 959px) {
  .p-mv__images-block {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    order: 1;
  }
}
.p-mv__images {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 1.25vw;
  align-items: flex-end;
}
@media screen and (max-width: 959px) {
  .p-mv__images {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding-top: 26.6666666667vw;
  }
}
.p-mv__images .img-main {
  width: 65%;
}
@media screen and (max-width: 959px) {
  .p-mv__images .img-main {
    width: 100%;
  }
}
.p-mv__images .img-main img {
  width: 100%;
  height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .p-mv__images .img-main img {
    height: 50vh;
    border-radius: 5.3333333333vw;
  }
}
.p-mv__main-text-block {
  width: 35%;
}
@media screen and (max-width: 959px) {
  .p-mv__main-text-block {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-mv__main-text-block .img-sub {
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 959px) {
  .p-mv__main-text-block .img-sub {
    margin-bottom: 9.6vw;
  }
}
.p-mv__main-text-block .img-sub {
  height: 45vh;
}
@media screen and (max-width: 959px) {
  .p-mv__main-text-block .img-sub {
    width: 50%;
    height: 30vh;
  }
}
.p-mv__main-text-block .img-sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .p-mv__main-text-block .img-sub img {
    border-radius: 5.3333333333vw;
  }
}

.p-top-concept {
  position: relative;
}
.p-top-concept .page__wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-top-concept .page__wrap {
    display: block;
  }
}
.p-top-concept .page__body {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-top-concept .page__body {
    display: block;
  }
}
.p-top-concept .concept-image {
  width: 55%;
  margin: 0 auto;
}
.p-top-concept .concept-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1.5;
  border-radius: 40px;
}
@media screen and (max-width: 959px) {
  .p-top-concept .concept-image {
    width: 100%;
  }
  .p-top-concept .concept-image img {
    border-radius: 20px;
  }
}
.p-top-concept .concept-text {
  position: absolute;
  bottom: -15%;
  left: 20%;
  background-color: #f2f1ed;
  border-radius: 2.0833333333vw;
  padding: 2.5vw;
}
@media screen and (max-width: 959px) {
  .p-top-concept .concept-text {
    padding: 9.6vw;
  }
}
.p-top-concept .concept-text {
  max-width: 31.25vw;
  z-index: 5;
}
@media screen and (max-width: 959px) {
  .p-top-concept .concept-text {
    padding-top: 0vw;
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .p-top-concept .concept-text {
    padding-top: 0vw;
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 959px) {
  .p-top-concept .concept-text {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: 100%;
    border-radius: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-top-concept .concept-text .heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .p-top-concept .concept-text .heading {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .p-top-concept .concept-text .heading {
    font-size: 1.098vw;
  }
}
.p-top-concept .concept-text .heading {
  letter-spacing: 0.15rem;
  line-height: 2.2;
}
.p-top-concept .concept-text .c-btn-wrap {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .p-top-concept .concept-text .c-btn-wrap {
    margin-top: 6.4vw;
  }
}
.p-top-concept .c-section-title {
  position: absolute;
  right: 15%;
  top: 10%;
  writing-mode: horizontal-tb;
}
@media screen and (max-width: 959px) {
  .p-top-concept .c-section-title {
    display: none;
  }
}

.company-table {
  width: 100%;
  text-align: left;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .company-table {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .company-table {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .company-table {
    margin-bottom: 0vw;
  }
}
.company-table table {
  width: 100%;
  border-collapse: collapse;
}
.company-table tbody {
  display: flex;
  flex-wrap: wrap;
}
.company-table tr {
  display: flex;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .company-table tr {
    width: 100%;
    display: block;
  }
}
.company-table th {
  width: 25%;
  padding: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .company-table th {
    padding: 3.2vw;
  }
}
.company-table th {
  background-color: #f2f1ed;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-right: 1px solid #d9d9d9;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .company-table th {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .company-table th {
    font-size: 1.025vw;
  }
}
@media screen and (max-width: 959px) {
  .company-table th {
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    display: block;
    padding: 0.5208333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .company-table th {
    padding: 2vw;
  }
}
.company-table td {
  flex: 1;
  padding: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .company-table td {
    padding: 3.2vw;
  }
}
.company-table td {
  padding-right: 1.5625vw;
}
@media screen and (max-width: 959px) {
  .company-table td {
    padding-right: 6vw;
  }
}
.company-table td {
  display: flex;
  align-items: center;
  line-height: 1.6;
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .company-table td {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .company-table td {
    font-size: 0.952vw;
  }
}
@media screen and (max-width: 959px) {
  .company-table td {
    width: 100%;
    display: block;
    padding: 0.5208333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .company-table td {
    padding: 2vw;
  }
}

.c-history {
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .c-history {
    max-width: 100%;
    padding: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .c-history {
    padding: 0vw;
  }
}
.c-history__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 1.6666666667vw;
  padding-bottom: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .c-history__item {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 959px) {
  .c-history__item {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .c-history__item {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
  }
}
.c-history__year {
  width: 25%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.464vw;
}
@media (max-width: 959px) {
  .c-history__year {
    font-size: 4.267vw;
  }
}
@media (min-width: 1367px) {
  .c-history__year {
    font-size: 1.464vw;
  }
}
.c-history__year {
  color: #333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .c-history__year {
    width: 100%;
    margin-bottom: 0.625vw;
    color: #e4067d;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .c-history__year {
    margin-bottom: 2.4vw;
  }
}
.c-history__text {
  width: 75%;
  line-height: 1.8;
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-history__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-history__text {
    font-size: 1.098vw;
  }
}
.c-history__text {
  color: #333333;
}
@media screen and (max-width: 959px) {
  .c-history__text {
    width: 100%;
  }
}

.c-message__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.05vw;
}
@media (max-width: 959px) {
  .c-message__title {
    font-size: 5.333vw;
  }
}
@media (min-width: 1367px) {
  .c-message__title {
    font-size: 2.05vw;
  }
}
.c-message__title {
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .c-message__title {
    margin-bottom: 6.4vw;
  }
}
.c-message__title {
  color: #333333;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.c-message__text {
  line-height: 2;
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-message__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-message__text {
    font-size: 1.098vw;
  }
}
.c-message__text {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .c-message__text {
    margin-bottom: 8vw;
  }
}
.c-message__sign {
  text-align: right;
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-message__sign {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-message__sign {
    font-size: 1.098vw;
  }
}
.c-message__sign .name {
  font-family: "Zen Old Mincho", serif;
  display: inline-block;
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 959px) {
  .c-message__sign .name {
    margin-top: 1.6vw;
  }
}
.c-message__sign .name {
  font-size: 2.05vw;
}
@media (max-width: 959px) {
  .c-message__sign .name {
    font-size: 6.4vw;
  }
}
@media (min-width: 1367px) {
  .c-message__sign .name {
    font-size: 2.05vw;
  }
}
.c-message__sign .name {
  letter-spacing: 0.2em;
}
.c-message__sign-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.0416666667vw;
}

.c-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125vw;
}
@media screen and (max-width: 959px) {
  .c-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
}
.c-gallery__item {
  overflow: hidden;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 959px) {
  .c-gallery__item {
    margin-bottom: 2vw;
  }
}
.c-gallery__item figure {
  border-radius: 1.5625vw;
}
@media screen and (max-width: 959px) {
  .c-gallery__item figure {
    border-radius: 5.3333333333vw;
  }
}
.c-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5625vw;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-gallery__item img:hover {
  transform: scale(1.05);
}
.c-gallery__item figcaption {
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .c-gallery__item figcaption {
    margin-top: 3.2vw;
  }
}
.c-gallery__item figcaption {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-gallery__item figcaption {
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .c-gallery__item figcaption {
    margin-top: 1.6vw;
  }
}

.p-concept-lead .page__wrap {
  position: relative;
}

.c-concept-lead__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.1666666667vw;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .c-concept-lead__content {
    grid-template-columns: 1fr;
    gap: 12.8vw;
  }
}
.c-concept-lead__catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.514vw;
}
@media (max-width: 959px) {
  .c-concept-lead__catch {
    font-size: 7.467vw;
  }
}
@media (min-width: 1367px) {
  .c-concept-lead__catch {
    font-size: 3.514vw;
  }
}
.c-concept-lead__catch {
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #E65C00;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .c-concept-lead__catch {
    margin-bottom: 8vw;
  }
}
.c-concept-lead__text {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-concept-lead__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-concept-lead__text {
    font-size: 1.098vw;
  }
}
.c-concept-lead__text {
  line-height: 2.2;
  color: #333333;
  margin-bottom: 1.4583333333vw;
}
@media screen and (max-width: 959px) {
  .c-concept-lead__text {
    margin-bottom: 5.6vw;
  }
}
.c-concept-lead__img-block {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-concept-lead__img-block {
    flex-direction: row;
  }
}
.c-concept-lead__img img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6666666667vw;
}
.c-concept-lead__img--sub img {
  aspect-ratio: 16/9;
}

.c-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .c-values {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}
.c-values__item {
  padding: 2.5vw;
}
@media screen and (max-width: 959px) {
  .c-values__item {
    padding: 9.6vw;
  }
}
.c-values__item {
  background-color: #fff;
  border-radius: 1.25vw;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-values__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 1.0416666667vw 2.6041666667vw rgba(0, 0, 0, 0.06);
}
.c-values__num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 7.028vw;
}
@media (max-width: 959px) {
  .c-values__num {
    font-size: 16vw;
  }
}
@media (min-width: 1367px) {
  .c-values__num {
    font-size: 7.028vw;
  }
}
.c-values__num {
  font-weight: 900;
  color: #f1f1f1;
  line-height: 1;
  position: absolute;
  top: -5%;
  right: 3%;
  letter-spacing: -0.02em;
}
.c-values__title {
  font-size: 1.464vw;
}
@media (max-width: 959px) {
  .c-values__title {
    font-size: 4.267vw;
  }
}
@media (min-width: 1367px) {
  .c-values__title {
    font-size: 1.464vw;
  }
}
.c-values__title {
  font-weight: 500;
  color: #E65C00;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-values__title {
    margin-bottom: 4vw;
  }
}
.c-values__title {
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.c-values__text {
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-values__text {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-values__text {
    font-size: 1.025vw;
  }
}
.c-values__text {
  line-height: 1.9;
  color: #333333;
}

.c-cta__text {
  line-height: 1.8;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-cta__text {
    margin-bottom: 4vw;
  }
}

.p-concept-cta .c-cta {
  text-align: center;
}
.p-concept-cta .c-cta__text {
  font-size: 1.171vw;
}
@media (max-width: 959px) {
  .p-concept-cta .c-cta__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .p-concept-cta .c-cta__text {
    font-size: 1.171vw;
  }
}
.p-concept-cta .c-cta__text {
  line-height: 1.8;
  color: #333333;
}
.p-concept-cta .c-cta__btn-group {
  display: flex;
  justify-content: center;
  gap: 2.5vw;
}
@media screen and (max-width: 959px) {
  .p-concept-cta .c-cta__btn-group {
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
  }
}

.c-service-intro {
  text-align: center;
}
.c-service-intro__catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.343vw;
}
@media (max-width: 959px) {
  .c-service-intro__catch {
    font-size: 5.867vw;
  }
}
@media (min-width: 1367px) {
  .c-service-intro__catch {
    font-size: 2.343vw;
  }
}
.c-service-intro__catch {
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #E65C00;
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .c-service-intro__catch {
    margin-bottom: 6.4vw;
  }
}
.c-service-intro__text {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-service-intro__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-service-intro__text {
    font-size: 1.098vw;
  }
}
.c-service-intro__text {
  line-height: 2;
  color: #333333;
}

.c-card-box-service__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4166666667vw;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-card-box-service__tags {
    margin-top: 4vw;
  }
}
.c-card-box-service__tags li {
  font-size: 0.805vw;
}
@media (max-width: 959px) {
  .c-card-box-service__tags li {
    font-size: 2.667vw;
  }
}
@media (min-width: 1367px) {
  .c-card-box-service__tags li {
    font-size: 0.805vw;
  }
}
.c-card-box-service__tags li {
  background-color: #f1f1f1;
  color: #666666;
  padding-left: 0.625vw;
  padding-right: 0.625vw;
}
@media screen and (max-width: 959px) {
  .c-card-box-service__tags li {
    padding-left: 2.4vw;
    padding-right: 2.4vw;
  }
}
.c-card-box-service__tags li {
  padding-top: 0.3125vw;
  padding-bottom: 0.3125vw;
}
@media screen and (max-width: 959px) {
  .c-card-box-service__tags li {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
  }
}
.c-card-box-service__tags li {
  border-radius: 100px;
  letter-spacing: 0.05em;
}

.c-reason {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #d9d9d9;
}
.c-reason__item {
  display: grid;
  grid-template-columns: 8.3333333333vw 1fr;
  gap: 2.5vw;
  align-items: flex-start;
  padding-top: 3.3333333333vw;
  padding-bottom: 3.3333333333vw;
}
@media screen and (max-width: 959px) {
  .c-reason__item {
    padding-top: 12.8vw;
    padding-bottom: 12.8vw;
  }
}
.c-reason__item {
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 959px) {
  .c-reason__item {
    grid-template-columns: 1fr;
    gap: 0.8333333333vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .c-reason__item {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.c-reason__num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.857vw;
}
@media (max-width: 959px) {
  .c-reason__num {
    font-size: 12.8vw;
  }
}
@media (min-width: 1367px) {
  .c-reason__num {
    font-size: 5.857vw;
  }
}
.c-reason__num {
  font-weight: 900;
  color: #FF9432;
  line-height: 1;
  opacity: 0.25;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 959px) {
  .c-reason__num {
    font-size: 3.514vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .c-reason__num {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 959px) and (min-width: 1367px) {
  .c-reason__num {
    font-size: 3.514vw;
  }
}
.c-reason__title {
  font-size: 1.757vw;
}
@media (max-width: 959px) {
  .c-reason__title {
    font-size: 4.8vw;
  }
}
@media (min-width: 1367px) {
  .c-reason__title {
    font-size: 1.757vw;
  }
}
.c-reason__title {
  font-weight: 500;
  color: #E65C00;
  letter-spacing: 0.1em;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-reason__title {
    margin-bottom: 4vw;
  }
}
.c-reason__title {
  line-height: 1.5;
}
.c-reason__text {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-reason__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-reason__text {
    font-size: 1.098vw;
  }
}
.c-reason__text {
  line-height: 1.9;
  color: #333333;
}

.c-showroom {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4583333333vw;
}
@media screen and (max-width: 959px) {
  .c-showroom {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 479px) {
  .c-showroom {
    grid-template-columns: 1fr;
  }
}
.c-showroom__item {
  padding: 1.875vw;
}
@media screen and (max-width: 959px) {
  .c-showroom__item {
    padding: 7.2vw;
  }
}
.c-showroom__item {
  background-color: #fff;
  border-radius: 1.0416666667vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5208333333vw;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-showroom__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.78125vw 2.0833333333vw rgba(0, 0, 0, 0.06);
}
.c-showroom__maker {
  font-size: 1.611vw;
}
@media (max-width: 959px) {
  .c-showroom__maker {
    font-size: 4.267vw;
  }
}
@media (min-width: 1367px) {
  .c-showroom__maker {
    font-size: 1.611vw;
  }
}
.c-showroom__maker {
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: 2px solid #FF9432;
  padding-bottom: 0.625vw;
}
@media screen and (max-width: 959px) {
  .c-showroom__maker {
    padding-bottom: 2.4vw;
  }
}
.c-showroom__maker {
  width: 100%;
}
.c-showroom__name {
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-showroom__name {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-showroom__name {
    font-size: 1.025vw;
  }
}
.c-showroom__name {
  color: #7f7f7f;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c-showroom__address {
  font-size: 0.878vw;
}
@media (max-width: 959px) {
  .c-showroom__address {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .c-showroom__address {
    font-size: 0.878vw;
  }
}
.c-showroom__address {
  line-height: 1.8;
  color: #999999;
}
.c-showroom__tel {
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-showroom__tel {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-showroom__tel {
    font-size: 1.025vw;
  }
}
.c-showroom__tel {
  font-weight: 500;
  color: #e4067d;
}
.c-showroom__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.878vw;
}
@media (max-width: 959px) {
  .c-showroom__btn {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .c-showroom__btn {
    font-size: 0.878vw;
  }
}
.c-showroom__btn {
  background-color: #FF9432;
  color: #fff;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-showroom__btn {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-showroom__btn {
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}
@media screen and (max-width: 959px) {
  .c-showroom__btn {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
.c-showroom__btn {
  border-radius: 100px;
  transition: background-color 0.3s ease;
  letter-spacing: 0.05em;
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 959px) {
  .c-showroom__btn {
    margin-top: 1.6vw;
  }
}
.c-showroom__btn::before {
  content: "▶";
  font-size: 0.659vw;
}
@media (max-width: 959px) {
  .c-showroom__btn::before {
    font-size: 2.133vw;
  }
}
@media (min-width: 1367px) {
  .c-showroom__btn::before {
    font-size: 0.659vw;
  }
}
.c-showroom__btn:hover {
  background-color: #E65C00;
  color: #fff;
}

.c-access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.3333333333vw;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .c-access {
    grid-template-columns: 1fr;
    gap: 12.8vw;
  }
}
.c-message-circle {
  background-color: #fff;
  width: 10vw;
  height: 10vw;
  border: none;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .c-message-circle {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.c-message-circle.president {
  right: 10%;
  top: -10%;
}
.c-message-circle.president img {
  height: 10vw;
  width: 10vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .c-message-circle.president img {
    height: 21.3333333333vw;
    width: 21.3333333333vw;
  }
}

.c-access-info {
  margin: 0 0 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .c-access-info {
    margin-bottom: 8vw;
  }
}
.c-access-info__row {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-access-info__row {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.c-access-info__row:first-child {
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 959px) {
  .c-access-info__row {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
.c-access-info dt {
  width: 35%;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-access-info dt {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-access-info dt {
    font-size: 1.025vw;
  }
}
.c-access-info dt {
  font-weight: 500;
  color: #333333;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .c-access-info dt {
    width: 100%;
    color: #E65C00;
  }
}
.c-access-info dd {
  flex: 1;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-access-info dd {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-access-info dd {
    font-size: 1.025vw;
  }
}
.c-access-info dd {
  line-height: 1.8;
  color: #333333;
  margin: 0;
}
.c-access-info dd a {
  color: #e4067d;
  transition: opacity 0.3s;
}
.c-access-info dd a:hover {
  opacity: 0.7;
}

.c-map {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 1.0416666667vw;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .c-map {
    aspect-ratio: 16/9;
  }
}
.c-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.c-staff-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .c-staff-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.4666666667vw;
  }
}
@media screen and (max-width: 479px) {
  .c-staff-grid {
    grid-template-columns: 1fr;
  }
}

.c-staff-card {
  background-color: #fff;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-staff-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.78125vw 2.0833333333vw rgba(0, 0, 0, 0.06);
}
.c-staff-card__img img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-staff-card__body {
  padding: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .c-staff-card__body {
    padding: 6.4vw;
  }
}
.c-staff-card__role {
  font-size: 0.805vw;
}
@media (max-width: 959px) {
  .c-staff-card__role {
    font-size: 2.667vw;
  }
}
@media (min-width: 1367px) {
  .c-staff-card__role {
    font-size: 0.805vw;
  }
}
.c-staff-card__role {
  color: #e4067d;
  letter-spacing: 0.1em;
  margin-bottom: 0.4166666667vw;
}
@media screen and (max-width: 959px) {
  .c-staff-card__role {
    margin-bottom: 1.6vw;
  }
}
.c-staff-card__role {
  font-weight: 500;
}
.c-staff-card__name {
  font-size: 1.611vw;
}
@media (max-width: 959px) {
  .c-staff-card__name {
    font-size: 4.8vw;
  }
}
@media (min-width: 1367px) {
  .c-staff-card__name {
    font-size: 1.611vw;
  }
}
.c-staff-card__name {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
  margin-bottom: 0.2083333333vw;
}
@media screen and (max-width: 959px) {
  .c-staff-card__name {
    margin-bottom: 0.8vw;
  }
}
.c-staff-card__name {
  line-height: 1.4;
}
.c-staff-card__name-en {
  font-size: 0.878vw;
}
@media (max-width: 959px) {
  .c-staff-card__name-en {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .c-staff-card__name-en {
    font-size: 0.878vw;
  }
}
.c-staff-card__name-en {
  color: #999999;
  letter-spacing: 0.1em;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-staff-card__name-en {
    margin-bottom: 4vw;
  }
}
.c-staff-card__name-en {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-staff-card__message {
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-staff-card__message {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-staff-card__message {
    font-size: 0.952vw;
  }
}
.c-staff-card__message {
  line-height: 1.9;
  color: #666666;
}

.c-recruit-message {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-recruit-message {
    max-width: 100%;
    text-align: left;
  }
}
.c-recruit-message__catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.928vw;
}
@media (max-width: 959px) {
  .c-recruit-message__catch {
    font-size: 6.933vw;
  }
}
@media (min-width: 1367px) {
  .c-recruit-message__catch {
    font-size: 2.928vw;
  }
}
.c-recruit-message__catch {
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #E65C00;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-message__catch {
    margin-bottom: 8vw;
  }
}
.c-recruit-message__text {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-recruit-message__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-recruit-message__text {
    font-size: 1.098vw;
  }
}
.c-recruit-message__text {
  line-height: 2.2;
  margin-bottom: 1.4583333333vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-message__text {
    margin-bottom: 5.6vw;
  }
}
.c-recruit-message__text {
  text-align: left;
}
.c-recruit-message__sign {
  text-align: right;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-recruit-message__sign {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-recruit-message__sign {
    font-size: 1.025vw;
  }
}
.c-recruit-message__sign {
  margin-top: 2.5vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-message__sign {
    margin-top: 9.6vw;
  }
}
.c-recruit-message__sign .name {
  font-family: "Zen Old Mincho", serif;
  display: inline-block;
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-message__sign .name {
    margin-top: 1.6vw;
  }
}
.c-recruit-message__sign .name {
  font-size: 1.757vw;
}
@media (max-width: 959px) {
  .c-recruit-message__sign .name {
    font-size: 5.333vw;
  }
}
@media (min-width: 1367px) {
  .c-recruit-message__sign .name {
    font-size: 1.757vw;
  }
}
.c-recruit-message__sign .name {
  letter-spacing: 0.2em;
}

.c-recruit-job {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-job {
    margin-bottom: 16vw;
  }
}
.c-recruit-job:last-child {
  margin-bottom: 0;
}
.c-recruit-job__title {
  font-size: 1.611vw;
}
@media (max-width: 959px) {
  .c-recruit-job__title {
    font-size: 4.8vw;
  }
}
@media (min-width: 1367px) {
  .c-recruit-job__title {
    font-size: 1.611vw;
  }
}
.c-recruit-job__title {
  font-weight: 500;
  color: #333333;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-job__title {
    margin-bottom: 4.8vw;
  }
}
.c-recruit-job__title {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  border-left: 4px solid #FF9432;
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-job__title {
    padding-left: 4vw;
  }
}
.c-recruit-job__num {
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-recruit-job__num {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .c-recruit-job__num {
    font-size: 0.952vw;
  }
}
.c-recruit-job__num {
  font-weight: 700;
  color: #FF9432;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}

.c-recruit-table table {
  width: 100%;
  border-collapse: collapse;
}
.c-recruit-table tr {
  border-bottom: 1px solid #d9d9d9;
}
.c-recruit-table tr:first-child {
  border-top: 1px solid #d9d9d9;
}
.c-recruit-table th {
  width: 20%;
  padding: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-table th {
    padding: 4vw;
  }
}
.c-recruit-table th {
  background-color: #f2f1ed;
  font-weight: 500;
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-recruit-table th {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-recruit-table th {
    font-size: 0.952vw;
  }
}
.c-recruit-table th {
  vertical-align: top;
  white-space: nowrap;
  border-right: 1px solid #d9d9d9;
}
@media screen and (max-width: 959px) {
  .c-recruit-table th {
    width: 30%;
    white-space: normal;
  }
}
.c-recruit-table td {
  padding: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-table td {
    padding: 4vw;
  }
}
.c-recruit-table td {
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-recruit-table td {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-recruit-table td {
    font-size: 1.025vw;
  }
}
.c-recruit-table td {
  line-height: 1.8;
  vertical-align: top;
}

.c-recruit-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-steps {
    margin-bottom: 12.8vw;
  }
}
.c-recruit-steps__item {
  display: flex;
  align-items: flex-start;
  gap: 1.6666666667vw;
  padding-top: 1.6666666667vw;
  padding-bottom: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-steps__item {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.c-recruit-steps__item {
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.c-recruit-steps__item:first-child {
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 959px) {
  .c-recruit-steps__item {
    flex-direction: column;
    gap: 3.2vw;
  }
}
.c-recruit-steps__num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-recruit-steps__num {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .c-recruit-steps__num {
    font-size: 0.952vw;
  }
}
.c-recruit-steps__num {
  font-weight: 700;
  color: #fff;
  background-color: #FF9432;
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-steps__num {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.c-recruit-steps__num {
  padding-top: 0.4166666667vw;
  padding-bottom: 0.4166666667vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-steps__num {
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
  }
}
.c-recruit-steps__num {
  border-radius: 100px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  flex-shrink: 0;
}
.c-recruit-steps__body {
  flex: 1;
}
.c-recruit-steps__title {
  font-size: 1.318vw;
}
@media (max-width: 959px) {
  .c-recruit-steps__title {
    font-size: 4vw;
  }
}
@media (min-width: 1367px) {
  .c-recruit-steps__title {
    font-size: 1.318vw;
  }
}
.c-recruit-steps__title {
  font-weight: 500;
  color: #E65C00;
  margin-bottom: 0.4166666667vw;
}
@media screen and (max-width: 959px) {
  .c-recruit-steps__title {
    margin-bottom: 1.6vw;
  }
}
.c-recruit-steps__title {
  line-height: 1.5;
}
.c-recruit-steps__text {
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-recruit-steps__text {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-recruit-steps__text {
    font-size: 1.025vw;
  }
}
.c-recruit-steps__text {
  line-height: 1.9;
  color: #333333;
}

.c-contact-lead {
  text-align: center;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 959px) {
  .c-contact-lead {
    margin-bottom: 9.6vw;
  }
}
.c-contact-lead__text {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-contact-lead__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-contact-lead__text {
    font-size: 1.098vw;
  }
}
.c-contact-lead__text {
  line-height: 2;
  color: #333333;
}

.c-contact-tel-block {
  display: flex;
  justify-content: center;
}

.c-contact-tel {
  text-align: center;
  padding: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .c-contact-tel {
    padding: 8vw;
  }
}
.c-contact-tel {
  background-color: #fff;
  border-radius: 1.0416666667vw;
  border-left: 4px solid #FF9432;
}
.c-contact-tel__label {
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-contact-tel__label {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .c-contact-tel__label {
    font-size: 0.952vw;
  }
}
.c-contact-tel__label {
  color: #e4067d;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 959px) {
  .c-contact-tel__label {
    margin-bottom: 2.4vw;
  }
}
.c-contact-tel__num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.928vw;
}
@media (max-width: 959px) {
  .c-contact-tel__num {
    font-size: 7.467vw;
  }
}
@media (min-width: 1367px) {
  .c-contact-tel__num {
    font-size: 2.928vw;
  }
}
.c-contact-tel__num {
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.05em;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 959px) {
  .c-contact-tel__num {
    margin-bottom: 2.4vw;
  }
}
.c-contact-tel__num {
  transition: color 0.3s;
}
.c-contact-tel__num:hover {
  color: #e4067d;
}
.c-contact-tel__icon {
  font-size: 1.318vw;
}
@media (max-width: 959px) {
  .c-contact-tel__icon {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-contact-tel__icon {
    font-size: 1.318vw;
  }
}
.c-contact-tel__icon {
  font-weight: 400;
  color: #e4067d;
  margin-right: 0.1em;
}
.c-contact-tel__time {
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-contact-tel__time {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-contact-tel__time {
    font-size: 0.952vw;
  }
}
.c-contact-tel__time {
  color: #7f7f7f;
  line-height: 1.6;
}

.c-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.c-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5208333333vw;
  padding-top: 1.4583333333vw;
  padding-bottom: 1.4583333333vw;
}
@media screen and (max-width: 959px) {
  .c-form-group {
    padding-top: 5.6vw;
    padding-bottom: 5.6vw;
  }
}
.c-form-group {
  border-bottom: 1px solid #d9d9d9;
}
.c-form-group:first-child {
  border-top: 1px solid #d9d9d9;
}
.c-form-group--privacy {
  border-bottom: none;
  padding-bottom: 0vw;
}
@media screen and (max-width: 959px) {
  .c-form-group--privacy {
    padding-bottom: 0vw;
  }
}
.c-form-group--privacy {
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .c-form-group--privacy {
    margin-top: 3.2vw;
  }
}
@media screen and (max-width: 959px) {
  .c-form-group {
    gap: 4.2666666667vw;
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .c-form-group {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

.c-form-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4166666667vw;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-form-label {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-form-label {
    font-size: 1.025vw;
  }
}
.c-form-label {
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 959px) {
  .c-form-label {
    gap: 1.6vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .c-form-label {
    margin-bottom: 2vw;
  }
}

.c-form-required {
  font-size: 0.805vw;
}
@media (max-width: 959px) {
  .c-form-required {
    font-size: 2.667vw;
  }
}
@media (min-width: 1367px) {
  .c-form-required {
    font-size: 0.805vw;
  }
}
.c-form-required {
  background-color: #e4067d;
  color: #fff;
  padding-left: 0.4166666667vw;
  padding-right: 0.4166666667vw;
}
@media screen and (max-width: 959px) {
  .c-form-required {
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }
}
.c-form-required {
  padding-top: 0.15625vw;
  padding-bottom: 0.15625vw;
}
@media screen and (max-width: 959px) {
  .c-form-required {
    padding-top: 0.6vw;
    padding-bottom: 0.6vw;
  }
}
.c-form-required {
  border-radius: 3px;
  letter-spacing: 0.05em;
}

.c-form-optional {
  font-size: 0.805vw;
}
@media (max-width: 959px) {
  .c-form-optional {
    font-size: 2.667vw;
  }
}
@media (min-width: 1367px) {
  .c-form-optional {
    font-size: 0.805vw;
  }
}
.c-form-optional {
  background-color: #cccccc;
  color: #fff;
  padding-left: 0.4166666667vw;
  padding-right: 0.4166666667vw;
}
@media screen and (max-width: 959px) {
  .c-form-optional {
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }
}
.c-form-optional {
  padding-top: 0.15625vw;
  padding-bottom: 0.15625vw;
}
@media screen and (max-width: 959px) {
  .c-form-optional {
    padding-top: 0.6vw;
    padding-bottom: 0.6vw;
  }
}
.c-form-optional {
  border-radius: 3px;
  letter-spacing: 0.05em;
}

.c-form-note {
  font-size: 0.878vw;
}
@media (max-width: 959px) {
  .c-form-note {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .c-form-note {
    font-size: 0.878vw;
  }
}
.c-form-note {
  color: #999999;
}
.c-form-note--block {
  display: block;
}

.c-form-input {
  width: 100%;
  padding: 0.7291666667vw;
}
@media screen and (max-width: 959px) {
  .c-form-input {
    padding: 2.8vw;
  }
}
.c-form-input {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-form-input {
    font-size: 4vw;
  }
}
@media (min-width: 1367px) {
  .c-form-input {
    font-size: 1.098vw;
  }
}
.c-form-input {
  color: #333333;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form-input:focus {
  outline: none;
  border-color: #FF9432;
  box-shadow: 0 0 0 3px rgba(255, 148, 50, 0.15);
}
.c-form-input::-moz-placeholder {
  color: #cccccc;
  font-size: 1.098vw;
}
.c-form-input::placeholder {
  color: #cccccc;
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-form-input::-moz-placeholder {
    font-size: 4vw;
  }
  .c-form-input::placeholder {
    font-size: 4vw;
  }
}
@media (min-width: 1367px) {
  .c-form-input::-moz-placeholder {
    font-size: 1.098vw;
  }
  .c-form-input::placeholder {
    font-size: 1.098vw;
  }
}
@media screen and (max-width: 959px) {
  .c-form-input--half {
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .c-form-input--short {
    max-width: 100%;
  }
}

.c-form-textarea {
  width: 100%;
  padding: 0.7291666667vw;
}
@media screen and (max-width: 959px) {
  .c-form-textarea {
    padding: 2.8vw;
  }
}
.c-form-textarea {
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-form-textarea {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-form-textarea {
    font-size: 1.025vw;
  }
}
.c-form-textarea {
  color: #333333;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  resize: vertical;
  min-height: 200px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
}
.c-form-textarea:focus {
  outline: none;
  border-color: #FF9432;
  box-shadow: 0 0 0 3px rgba(255, 148, 50, 0.15);
}
.c-form-textarea::-moz-placeholder {
  color: #cccccc;
}
.c-form-textarea::placeholder {
  color: #cccccc;
}

.c-form-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .c-form-radio-group {
    flex-direction: column;
    gap: 3.2vw;
  }
}

.c-form-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-form-radio {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-form-radio {
    font-size: 1.025vw;
  }
}
.c-form-radio input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #FF9432;
  cursor: pointer;
  flex-shrink: 0;
}
.c-form-radio span {
  line-height: 1.5;
}

.c-form-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .c-form-checkbox-group {
    gap: 4.2666666667vw;
  }
}

.c-form-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-form-checkbox {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-form-checkbox {
    font-size: 1.025vw;
  }
}
.c-form-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #FF9432;
  cursor: pointer;
  flex-shrink: 0;
}
.c-form-checkbox span {
  line-height: 1.5;
}
.c-form-checkbox--privacy {
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .c-form-checkbox--privacy {
    margin-top: 3.2vw;
  }
}
.c-form-checkbox--privacy span {
  font-weight: 500;
}

.c-form-radio-group .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.c-form-radio-group .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .c-form-radio-group .wpcf7-radio {
    flex-direction: column;
    gap: 3.2vw;
  }
}
.c-form-radio-group .wpcf7-list-item {
  margin: 0;
}
.c-form-radio-group .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-form-radio-group .wpcf7-list-item label {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-form-radio-group .wpcf7-list-item label {
    font-size: 1.025vw;
  }
}
.c-form-radio-group .wpcf7-list-item label input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #FF9432;
  cursor: pointer;
  flex-shrink: 0;
}
.c-form-radio-group .wpcf7-list-item label .wpcf7-list-item-label {
  line-height: 1.5;
}

.c-form-checkbox-group .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.c-form-checkbox-group .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .c-form-checkbox-group .wpcf7-checkbox {
    gap: 4.2666666667vw;
  }
}
.c-form-checkbox-group .wpcf7-list-item {
  margin: 0;
}
.c-form-checkbox-group .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-form-checkbox-group .wpcf7-list-item label {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-form-checkbox-group .wpcf7-list-item label {
    font-size: 1.025vw;
  }
}
.c-form-checkbox-group .wpcf7-list-item label input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #FF9432;
  cursor: pointer;
  flex-shrink: 0;
}
.c-form-checkbox-group .wpcf7-list-item label .wpcf7-list-item-label {
  line-height: 1.5;
}

.c-form-checkbox--privacy .wpcf7-list-item label {
  font-weight: 500;
}

.c-form-file {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  flex-wrap: wrap;
}
.c-form-file__btn {
  display: inline-flex;
  align-items: center;
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-form-file__btn {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-form-file__btn {
    font-size: 0.952vw;
  }
}
.c-form-file__btn {
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-form-file__btn {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-form-file__btn {
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}
@media screen and (max-width: 959px) {
  .c-form-file__btn {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
.c-form-file__btn {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}
.c-form-file__btn:hover {
  border-color: #FF9432;
  color: #FF9432;
}
.c-form-file__name {
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-form-file__name {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-form-file__name {
    font-size: 0.952vw;
  }
}
.c-form-file__name {
  color: #999999;
}

.c-form-privacy-text {
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-form-privacy-text {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-form-privacy-text {
    font-size: 0.952vw;
  }
}
.c-form-privacy-text {
  line-height: 1.8;
  color: #7f7f7f;
}

.c-form-privacy-link {
  color: #e4067d;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-form-privacy-link:hover {
  opacity: 0.7;
}

.c-form-submit-wrap {
  text-align: center;
  margin-top: 2.5vw;
}
@media screen and (max-width: 959px) {
  .c-form-submit-wrap {
    margin-top: 9.6vw;
  }
}

.c-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-form-submit {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-form-submit {
    font-size: 1.098vw;
  }
}
.c-form-submit {
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  background-color: #E65C00;
  padding-left: 4.1666666667vw;
  padding-right: 4.1666666667vw;
}
@media screen and (max-width: 959px) {
  .c-form-submit {
    padding-left: 16vw;
    padding-right: 16vw;
  }
}
.c-form-submit {
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-form-submit {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.c-form-submit {
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
@media screen and (max-width: 959px) {
  .c-form-submit {
    width: 100%;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .c-form-submit {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-form-submit:hover {
  background-color: #333333;
  transform: translateY(-2px);
}
.c-form-submit:active {
  transform: translateY(0);
}

.c-works-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5208333333vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 959px) {
  .c-works-filter {
    margin-bottom: 9.6vw;
  }
}
.c-works-filter {
  justify-content: center;
}

.c-works-filter__btn {
  font-size: 0.878vw;
}
@media (max-width: 959px) {
  .c-works-filter__btn {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .c-works-filter__btn {
    font-size: 0.878vw;
  }
}
.c-works-filter__btn {
  letter-spacing: 0.08em;
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .c-works-filter__btn {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.c-works-filter__btn {
  padding-top: 0.46875vw;
  padding-bottom: 0.46875vw;
}
@media screen and (max-width: 959px) {
  .c-works-filter__btn {
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
  }
}
.c-works-filter__btn {
  border-radius: 100px;
  border: 1px solid #cccccc;
  background-color: transparent;
  color: #7f7f7f;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-works-filter__btn:hover {
  border-color: #FF9432;
  color: #FF9432;
}
.c-works-filter__btn.is-active {
  background-color: #FF9432;
  border-color: #FF9432;
  color: #fff;
}

.c-works-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875vw;
}
@media screen and (max-width: 959px) {
  .c-works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2666666667vw;
  }
}
@media screen and (max-width: 479px) {
  .c-works-grid {
    grid-template-columns: 1fr;
  }
}

.c-works-card {
  background-color: #fff;
  border-radius: 0.8333333333vw;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-works-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.78125vw 2.0833333333vw rgba(0, 0, 0, 0.08);
}
.c-works-card a {
  display: block;
  height: 100%;
}
.c-works-card__img {
  position: relative;
  overflow: hidden;
}
.c-works-card__img img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-works-card__img:hover img {
  transform: scale(1.04);
}
.c-works-card__cat {
  position: absolute;
  top: 0.625vw;
  left: 0.625vw;
  font-size: 0.805vw;
}
@media (max-width: 959px) {
  .c-works-card__cat {
    font-size: 2.667vw;
  }
}
@media (min-width: 1367px) {
  .c-works-card__cat {
    font-size: 0.805vw;
  }
}
.c-works-card__cat {
  background-color: #FF9432;
  color: #fff;
  padding-left: 0.5208333333vw;
  padding-right: 0.5208333333vw;
}
@media screen and (max-width: 959px) {
  .c-works-card__cat {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.c-works-card__cat {
  padding-top: 0.2604166667vw;
  padding-bottom: 0.2604166667vw;
}
@media screen and (max-width: 959px) {
  .c-works-card__cat {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}
.c-works-card__cat {
  border-radius: 0.15625vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .c-works-card__cat {
    border-radius: 0.8vw;
    top: 2.1333333333vw;
    left: 2.1333333333vw;
  }
}
.c-works-card__body {
  padding: 1.25vw;
}
@media screen and (max-width: 959px) {
  .c-works-card__body {
    padding: 4.8vw;
  }
}
@media screen and (max-width: 959px) {
  .c-works-card__body {
    padding: 0.8333333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .c-works-card__body {
    padding: 3.2vw;
  }
}
.c-works-card__title {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-works-card__title {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-works-card__title {
    font-size: 1.098vw;
  }
}
.c-works-card__title {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.4166666667vw;
}
@media screen and (max-width: 959px) {
  .c-works-card__title {
    margin-bottom: 1.6vw;
  }
}
.c-works-card__title {
  color: #333333;
}
.c-works-card__info {
  font-size: 0.878vw;
}
@media (max-width: 959px) {
  .c-works-card__info {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .c-works-card__info {
    font-size: 0.878vw;
  }
}
.c-works-card__info {
  color: #999999;
}

.c-voice-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875vw;
}
@media screen and (max-width: 959px) {
  .c-voice-grid {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}

.c-voice-card {
  background-color: #fff;
  border-radius: 0.8333333333vw;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-voice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.78125vw 2.0833333333vw rgba(0, 0, 0, 0.07);
}
.c-voice-card a {
  display: grid;
  grid-template-columns: 12.5vw 1fr;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .c-voice-card a {
    grid-template-columns: 1fr;
  }
}
.c-voice-card__img {
  position: relative;
  overflow: hidden;
}
.c-voice-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
}
@media screen and (max-width: 959px) {
  .c-voice-card__img img {
    aspect-ratio: 16/9;
    height: auto;
  }
}
.c-voice-card__cat {
  position: absolute;
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  font-size: 0.805vw;
}
@media (max-width: 959px) {
  .c-voice-card__cat {
    font-size: 2.667vw;
  }
}
@media (min-width: 1367px) {
  .c-voice-card__cat {
    font-size: 0.805vw;
  }
}
.c-voice-card__cat {
  background-color: #FF9432;
  color: #fff;
  padding-left: 0.4166666667vw;
  padding-right: 0.4166666667vw;
}
@media screen and (max-width: 959px) {
  .c-voice-card__cat {
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }
}
.c-voice-card__cat {
  padding-top: 0.2083333333vw;
  padding-bottom: 0.2083333333vw;
}
@media screen and (max-width: 959px) {
  .c-voice-card__cat {
    padding-top: 0.8vw;
    padding-bottom: 0.8vw;
  }
}
.c-voice-card__cat {
  border-radius: 3px;
}
.c-voice-card__body {
  padding: 1.4583333333vw;
}
@media screen and (max-width: 959px) {
  .c-voice-card__body {
    padding: 5.6vw;
  }
}
.c-voice-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}
.c-voice-card__title {
  font-size: 1.245vw;
}
@media (max-width: 959px) {
  .c-voice-card__title {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-voice-card__title {
    font-size: 1.245vw;
  }
}
.c-voice-card__title {
  font-weight: 500;
  color: #333333;
  line-height: 1.5;
}
.c-voice-card__title::before {
  content: "「";
  color: #FF9432;
}
.c-voice-card__title::after {
  content: "」";
  color: #FF9432;
}
.c-voice-card__text {
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-voice-card__text {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-voice-card__text {
    font-size: 0.952vw;
  }
}
.c-voice-card__text {
  line-height: 1.8;
  color: #7f7f7f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.c-voice-card__customer {
  font-size: 0.878vw;
}
@media (max-width: 959px) {
  .c-voice-card__customer {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .c-voice-card__customer {
    font-size: 0.878vw;
  }
}
.c-voice-card__customer {
  color: #b3b3b3;
  border-top: 1px solid #e6e6e6;
  padding-top: 0.625vw;
}
@media screen and (max-width: 959px) {
  .c-voice-card__customer {
    padding-top: 2.4vw;
  }
}
.c-voice-card__customer {
  margin-top: auto;
}

.c-detail-header {
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 959px) {
  .c-detail-header {
    margin-bottom: 9.6vw;
  }
}
.c-detail-header__meta {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  margin-bottom: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .c-detail-header__meta {
    margin-bottom: 3.2vw;
  }
}
.c-detail-header__cat {
  display: inline-block;
  font-size: 0.805vw;
}
@media (max-width: 959px) {
  .c-detail-header__cat {
    font-size: 2.667vw;
  }
}
@media (min-width: 1367px) {
  .c-detail-header__cat {
    font-size: 0.805vw;
  }
}
.c-detail-header__cat {
  background-color: #FF9432;
  color: #fff;
  padding-left: 0.625vw;
  padding-right: 0.625vw;
}
@media screen and (max-width: 959px) {
  .c-detail-header__cat {
    padding-left: 2.4vw;
    padding-right: 2.4vw;
  }
}
.c-detail-header__cat {
  padding-top: 0.2604166667vw;
  padding-bottom: 0.2604166667vw;
}
@media screen and (max-width: 959px) {
  .c-detail-header__cat {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}
.c-detail-header__cat {
  border-radius: 3px;
  letter-spacing: 0.05em;
}
.c-detail-header__title {
  font-size: 2.05vw;
}
@media (max-width: 959px) {
  .c-detail-header__title {
    font-size: 5.333vw;
  }
}
@media (min-width: 1367px) {
  .c-detail-header__title {
    font-size: 2.05vw;
  }
}
.c-detail-header__title {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 959px) {
  .c-detail-header__title {
    margin-bottom: 2.4vw;
  }
}
.c-detail-header__title {
  margin-top: 0;
}
.c-detail-header__info {
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-detail-header__info {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-detail-header__info {
    font-size: 0.952vw;
  }
}
.c-detail-header__info {
  color: #999999;
}

.c-detail-thumb {
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 959px) {
  .c-detail-thumb {
    margin-bottom: 12.8vw;
  }
}
@media screen and (max-width: 959px) {
  .c-detail-thumb {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .c-detail-thumb {
    margin-bottom: 6.4vw;
  }
}
.c-detail-thumb img {
  width: 100%;
  aspect-ratio: 16/7;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-detail-thumb img {
    border-radius: 2.6666666667vw;
    aspect-ratio: 12/9;
  }
}

.c-before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6666666667vw;
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 959px) {
  .c-before-after {
    margin-bottom: 12.8vw;
  }
}
@media screen and (max-width: 959px) {
  .c-before-after {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}
.c-before-after__item {
  position: relative;
}
.c-before-after__label {
  display: inline-block;
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-before-after__label {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-before-after__label {
    font-size: 0.952vw;
  }
}
.c-before-after__label {
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.15em;
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .c-before-after__label {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.c-before-after__label {
  padding-top: 0.3125vw;
  padding-bottom: 0.3125vw;
}
@media screen and (max-width: 959px) {
  .c-before-after__label {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
  }
}
.c-before-after__label {
  border-radius: 4px;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 959px) {
  .c-before-after__label {
    margin-bottom: 2.4vw;
  }
}
.c-before-after__item--before .c-before-after__label {
  background-color: #d9d9d9;
  color: #666666;
}
.c-before-after__item--after .c-before-after__label {
  background-color: #FF9432;
  color: #fff;
}
.c-before-after__img img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625vw;
}
.c-before-after__caption {
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-before-after__caption {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-before-after__caption {
    font-size: 0.952vw;
  }
}
.c-before-after__caption {
  color: #999999;
  line-height: 1.7;
  margin-top: 0.625vw;
}
@media screen and (max-width: 959px) {
  .c-before-after__caption {
    margin-top: 2.4vw;
  }
}

.c-gallery-block {
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 959px) {
  .c-gallery-block {
    margin-bottom: 12.8vw;
  }
}
.c-gallery-block__title {
  font-size: 1.318vw;
}
@media (max-width: 959px) {
  .c-gallery-block__title {
    font-size: 4vw;
  }
}
@media (min-width: 1367px) {
  .c-gallery-block__title {
    font-size: 1.318vw;
  }
}
.c-gallery-block__title {
  font-weight: 500;
  color: #333333;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 959px) {
  .c-gallery-block__title {
    margin-bottom: 4.8vw;
  }
}
.c-gallery-block__title {
  padding-bottom: 0.625vw;
}
@media screen and (max-width: 959px) {
  .c-gallery-block__title {
    padding-bottom: 2.4vw;
  }
}
.c-gallery-block__title {
  border-bottom: 2px solid #FF9432;
  display: inline-block;
}

.c-gallery-main {
  margin-bottom: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .c-gallery-main {
    margin-bottom: 3.2vw;
  }
}
.c-gallery-main {
  border-radius: 0.8333333333vw;
  overflow: hidden;
}
.c-gallery-main img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.c-gallery-thumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.625vw;
  flex-wrap: wrap;
}

.c-gallery-thumb {
  width: calc((100% - 1.875vw) / 4);
  border-radius: 0.4166666667vw;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  border: 2px solid transparent;
}
.c-gallery-thumb.is-active {
  opacity: 1;
  border-color: #FF9432;
}
.c-gallery-thumb:hover {
  opacity: 0.9;
}
.c-gallery-thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-detail-comment {
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 959px) {
  .c-detail-comment {
    margin-bottom: 12.8vw;
  }
}
.c-detail-comment__title,
.c-detail-comment h2 {
  font-size: 1.318vw;
}
@media (max-width: 959px) {
  .c-detail-comment__title,
  .c-detail-comment h2 {
    font-size: 4vw;
  }
}
@media (min-width: 1367px) {
  .c-detail-comment__title,
  .c-detail-comment h2 {
    font-size: 1.318vw;
  }
}
.c-detail-comment__title,
.c-detail-comment h2 {
  font-weight: 500;
  color: #333333;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 959px) {
  .c-detail-comment__title,
  .c-detail-comment h2 {
    margin-bottom: 4.8vw;
  }
}
.c-detail-comment__title,
.c-detail-comment h2 {
  padding-bottom: 0.625vw;
}
@media screen and (max-width: 959px) {
  .c-detail-comment__title,
  .c-detail-comment h2 {
    padding-bottom: 2.4vw;
  }
}
.c-detail-comment__title,
.c-detail-comment h2 {
  border-bottom: 2px solid #FF9432;
  display: inline-block;
}
.c-detail-comment__body p {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-detail-comment__body p {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-detail-comment__body p {
    font-size: 1.098vw;
  }
}
.c-detail-comment__body p {
  line-height: 2;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-detail-comment__body p {
    margin-bottom: 4vw;
  }
}
.c-detail-comment__body p {
  color: #333333;
}
.c-detail-comment__body p:last-child {
  margin-bottom: 0;
}

.c-detail-pager {
  text-align: center;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 959px) {
  .c-detail-pager {
    margin-top: 12.8vw;
  }
}
.c-detail-pager__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-detail-pager__back {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-detail-pager__back {
    font-size: 0.952vw;
  }
}
.c-detail-pager__back {
  color: #999999;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.2083333333vw;
}
@media screen and (max-width: 959px) {
  .c-detail-pager__back {
    padding-bottom: 0.8vw;
  }
}
.c-detail-pager__back {
  transition: all 0.25s;
}
.c-detail-pager__back::before {
  content: "←";
}
.c-detail-pager__back:hover {
  color: #FF9432;
  border-color: #FF9432;
}

.c-voice-comment {
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 959px) {
  .c-voice-comment {
    margin-bottom: 12.8vw;
  }
}
.c-voice-comment {
  padding: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .c-voice-comment {
    padding: 8vw;
  }
}
.c-voice-comment {
  background-color: #fff;
  border-radius: 1.0416666667vw;
  border-left: 4px solid #FF9432;
  position: relative;
}
.c-voice-comment__quote p {
  font-size: 1.171vw;
}
@media (max-width: 959px) {
  .c-voice-comment__quote p {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-voice-comment__quote p {
    font-size: 1.171vw;
  }
}
.c-voice-comment__quote p {
  line-height: 2;
  color: #333333;
  margin: 0 0 1.0416666667vw;
}
.c-voice-comment__customer {
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-voice-comment__customer {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .c-voice-comment__customer {
    font-size: 0.952vw;
  }
}
.c-voice-comment__customer {
  color: #999999;
  text-align: right;
  margin: 0;
}

.wysiwyg {
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg {
    margin-bottom: 9.6vw;
  }
}
.wysiwyg p {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .wysiwyg p {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .wysiwyg p {
    font-size: 1.098vw;
  }
}
.wysiwyg p {
  line-height: 2;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg p {
    margin-bottom: 4.8vw;
  }
}
.wysiwyg p {
  color: #333333;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
.wysiwyg h2 {
  font-size: 1.464vw;
}
@media (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 4.267vw;
  }
}
@media (min-width: 1367px) {
  .wysiwyg h2 {
    font-size: 1.464vw;
  }
}
.wysiwyg h2 {
  font-weight: 500;
  margin-top: 2.5vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    margin-top: 9.6vw;
  }
}
.wysiwyg h2 {
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    margin-bottom: 4vw;
  }
}
.wysiwyg h2 {
  padding-bottom: 0.625vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    padding-bottom: 2.4vw;
  }
}
.wysiwyg h2 {
  border-bottom: 2px solid #FF9432;
  line-height: 1.5;
}
.wysiwyg strong {
  font-weight: 700;
  color: #E65C00;
}
.wysiwyg .c-detail-data {
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg .c-detail-data {
    margin-bottom: 12.8vw;
  }
}
.wysiwyg .c-detail-data__title {
  font-size: 1.318vw;
}
@media (max-width: 959px) {
  .wysiwyg .c-detail-data__title {
    font-size: 4vw;
  }
}
@media (min-width: 1367px) {
  .wysiwyg .c-detail-data__title {
    font-size: 1.318vw;
  }
}
.wysiwyg .c-detail-data__title {
  font-weight: 500;
  color: #333333;
  margin-top: 0vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg .c-detail-data__title {
    margin-top: 0vw;
  }
}
.wysiwyg .c-detail-data__title {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg .c-detail-data__title {
    margin-bottom: 4.8vw;
  }
}
.wysiwyg .c-detail-data__title {
  padding-bottom: 0.625vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg .c-detail-data__title {
    padding-bottom: 2.4vw;
  }
}
.wysiwyg .c-detail-data__title {
  border-bottom: 2px solid #FF9432;
  display: inline-block;
  line-height: inherit;
}
.wysiwyg .c-detail-table,
.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg .c-detail-table,
  .wysiwyg table {
    margin-bottom: 6.4vw;
  }
}
.wysiwyg .c-detail-table tr,
.wysiwyg table tr {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
.wysiwyg .c-detail-table tr:first-child,
.wysiwyg table tr:first-child {
  border-top: 1px solid #d9d9d9;
}
.wysiwyg .c-detail-table th,
.wysiwyg table th {
  width: 25%;
  padding: 0.9375vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg .c-detail-table th,
  .wysiwyg table th {
    padding: 3.6vw;
  }
}
.wysiwyg .c-detail-table th,
.wysiwyg table th {
  background-color: #f2f1ed;
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .wysiwyg .c-detail-table th,
  .wysiwyg table th {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .wysiwyg .c-detail-table th,
  .wysiwyg table th {
    font-size: 0.952vw;
  }
}
.wysiwyg .c-detail-table th,
.wysiwyg table th {
  font-weight: 500;
  vertical-align: top;
  border: none;
  border-right: 1px solid #d9d9d9;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .wysiwyg .c-detail-table th,
  .wysiwyg table th {
    width: 35%;
    white-space: normal;
  }
}
.wysiwyg .c-detail-table td,
.wysiwyg table td {
  padding: 0.9375vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg .c-detail-table td,
  .wysiwyg table td {
    padding: 3.6vw;
  }
}
.wysiwyg .c-detail-table td,
.wysiwyg table td {
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .wysiwyg .c-detail-table td,
  .wysiwyg table td {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .wysiwyg .c-detail-table td,
  .wysiwyg table td {
    font-size: 1.025vw;
  }
}
.wysiwyg .c-detail-table td,
.wysiwyg table td {
  line-height: 1.8;
  vertical-align: top;
  border: none;
}

.wysiwyg-cta {
  text-align: center;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg-cta {
    margin-bottom: 9.6vw;
  }
}
.wysiwyg-cta {
  padding-top: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg-cta {
    padding-top: 6.4vw;
  }
}
.wysiwyg-cta {
  border-top: 1px solid #e6e6e6;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4166666667vw;
  margin-top: 2.5vw;
}
@media screen and (max-width: 959px) {
  .pagination {
    margin-top: 9.6vw;
  }
}
@media screen and (max-width: 959px) {
  .pagination {
    gap: 1.6vw;
  }
}
.pagination a,
.pagination span {
  min-width: 2.1875vw;
  height: 2.1875vw;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .pagination a,
  .pagination span {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .pagination a,
  .pagination span {
    font-size: 0.952vw;
  }
}
.pagination a,
.pagination span {
  color: #7f7f7f;
  background-color: #fff;
  padding-left: 0.5208333333vw;
  padding-right: 0.5208333333vw;
}
@media screen and (max-width: 959px) {
  .pagination a,
  .pagination span {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .pagination a,
  .pagination span {
    min-width: 38px;
    height: 38px;
  }
}
.pagination a {
  transition: all 0.25s ease;
}
.pagination a:hover {
  border-color: #FF9432;
  color: #FF9432;
}
.pagination__num {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.pagination__prev, .pagination__next {
  min-width: 3.6458333333vw;
  letter-spacing: 0.03em;
}
.pagination__dots {
  border: 0;
  background: transparent;
  min-width: auto;
  width: auto;
  color: #b3b3b3;
  padding: 0;
}
.pagination .is-current {
  background-color: #FF9432;
  border-color: #FF9432;
  color: #fff;
  pointer-events: none;
}
.pagination .is-disabled {
  color: #cccccc;
  border-color: #e6e6e6;
  pointer-events: none;
  cursor: default;
}

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

html, body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  html, body {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  html, body {
    font-size: 1.098vw;
  }
}
html, body {
  color: #333333;
  background-color: #f2f1ed;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}

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

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.heading {
  display: flex;
  writing-mode: vertical-rl;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2083333333vw;
  margin: 0 auto;
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 959px) {
  .heading {
    margin-bottom: 12.8vw;
  }
}
@media screen and (max-width: 959px) {
  .heading {
    writing-mode: horizontal-tb;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2.6666666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .heading {
    margin-bottom: 4vw;
  }
}
.heading--center {
  text-align: center;
}
.heading__main h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 2.343vw;
}
@media (max-width: 959px) {
  .heading__main h2 {
    font-size: 6.4vw;
  }
}
@media (min-width: 1367px) {
  .heading__main h2 {
    font-size: 2.343vw;
  }
}
.heading__main h2 {
  line-height: 1.5;
  margin: 0;
}
.heading__sub span {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #e4067d;
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .heading__sub span {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .heading__sub span {
    font-size: 0.952vw;
  }
}
.heading__sub span {
  letter-spacing: 0.2em;
}
.heading__lead {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .heading__lead {
    margin-top: 8vw;
  }
}
.heading__lead {
  text-align: center;
  font-size: 1.464vw;
}
@media (max-width: 959px) {
  .heading__lead {
    font-size: 4.8vw;
  }
}
@media (min-width: 1367px) {
  .heading__lead {
    font-size: 1.464vw;
  }
}
.heading__lead {
  line-height: 1.8;
  color: #666;
}
.heading__lead span {
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .heading__lead {
    width: 100%;
    margin-top: 3.2vw;
    text-align: left;
  }
}

.drop-shadow--white {
  filter: drop-shadow(0 0 2px rgb(255, 255, 255));
}

.l-header {
  position: fixed;
  top: 1.6666666667vw;
  width: 100%;
  z-index: 1100;
  padding-top: 1.25vw;
}
@media screen and (max-width: 959px) {
  .l-header {
    padding-top: 4.8vw;
  }
}
.l-header {
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .l-header {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.l-header__logo {
  pointer-events: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.757vw;
}
@media (max-width: 959px) {
  .l-header__logo {
    font-size: 4.8vw;
  }
}
@media (min-width: 1367px) {
  .l-header__logo {
    font-size: 1.757vw;
  }
}
.l-header__logo {
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin: 0;
}
.l-header__logo a {
  transition: opacity 0.3s ease;
}
.l-header__logo a:hover {
  opacity: 0.5;
}
.l-header__nav {
  pointer-events: auto;
}

.c-menu-btn {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
}
@media screen and (max-width: 959px) {
  .c-menu-btn {
    gap: 2.6666666667vw;
  }
}
.c-menu-btn {
  cursor: pointer;
  z-index: 1000;
  position: relative;
}
.c-menu-btn__text {
  font-size: 0.878vw;
}
@media (max-width: 959px) {
  .c-menu-btn__text {
    font-size: 2.667vw;
  }
}
@media (min-width: 1367px) {
  .c-menu-btn__text {
    font-size: 0.878vw;
  }
}
.c-menu-btn__text {
  letter-spacing: 0.2em;
  transition: opacity 0.3s;
}
.c-menu-btn__lines {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
  width: 2.6041666667vw;
}
@media screen and (max-width: 959px) {
  .c-menu-btn__lines {
    gap: 1.6vw;
    width: 10.6666666667vw;
  }
}
.c-menu-btn__lines span {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #333333;
  transition: all 0.3s ease;
}
.c-menu-btn.is-active .c-menu-btn__text {
  opacity: 0;
}
.c-menu-btn.is-active .c-menu-btn__lines span:nth-child(1) {
  transform: translateY(0.234375vw) rotate(45deg);
}
@media screen and (max-width: 959px) {
  .c-menu-btn.is-active .c-menu-btn__lines span:nth-child(1) {
    transform: translateY(0.9333333333vw) rotate(45deg);
  }
}
.c-menu-btn.is-active .c-menu-btn__lines span:nth-child(2) {
  transform: translateY(-0.234375vw) rotate(-45deg);
}
@media screen and (max-width: 959px) {
  .c-menu-btn.is-active .c-menu-btn__lines span:nth-child(2) {
    transform: translateY(-0.9333333333vw) rotate(-45deg);
  }
}

.l-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(242, 241, 237, 0.98);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}
.l-drawer.is-active {
  visibility: visible;
  opacity: 1;
}
.l-drawer__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 6.25vw;
}
@media screen and (max-width: 959px) {
  .l-drawer__inner {
    padding-top: 24vw;
  }
}
.l-drawer__inner {
  padding-bottom: 3.3333333333vw;
}
@media screen and (max-width: 959px) {
  .l-drawer__inner {
    padding-bottom: 12.8vw;
  }
}
.l-drawer__inner {
  padding-left: 6.6666666667vw;
}
@media screen and (max-width: 959px) {
  .l-drawer__inner {
    padding-left: 25.6vw;
  }
}
.l-drawer__inner {
  padding-right: 3.3333333333vw;
}
@media screen and (max-width: 959px) {
  .l-drawer__inner {
    padding-right: 12.8vw;
  }
}
@media screen and (max-width: 959px) {
  .l-drawer__inner {
    padding-left: 2.0833333333vw;
    padding-right: 2.0833333333vw;
    padding-top: 5.2083333333vw;
    display: block;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .l-drawer__inner {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .l-drawer__inner {
    padding-top: 20vw;
  }
}
.l-drawer__grid {
  width: 100%;
  max-width: 72.9166666667vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 959px) {
  .l-drawer__grid {
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 959px) {
  .l-drawer__grid {
    padding-bottom: 0vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 5.3333333333vw;
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .l-drawer__grid {
    padding-bottom: 0vw;
  }
}
.l-drawer__primary {
  width: 60%;
}
@media screen and (max-width: 959px) {
  .l-drawer__primary {
    width: 100%;
  }
}
.l-drawer__secondary {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
@media screen and (max-width: 959px) {
  .l-drawer__secondary {
    gap: 5.3333333333vw;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-drawer .nav-main-list {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}
@media screen and (max-width: 959px) {
  .l-drawer .nav-main-list {
    gap: 3.7333333333vw;
  }
}
.l-drawer .nav-main-item:hover {
  opacity: 1;
  transition: all 0.2s ease;
}
.l-drawer .nav-main-item:hover .en {
  opacity: 1;
  transition: all 0.5s ease;
}
.l-drawer .nav-main-item a {
  display: inline-flex;
  align-items: baseline;
  gap: 0.8333333333vw;
  position: relative;
}
.l-drawer .nav-main-item a::before {
  content: "⚫︎";
  font-size: 0.732vw;
}
@media (max-width: 959px) {
  .l-drawer .nav-main-item a::before {
    font-size: 2.4vw;
  }
}
@media (min-width: 1367px) {
  .l-drawer .nav-main-item a::before {
    font-size: 0.732vw;
  }
}
.l-drawer .nav-main-item a::before {
  transform: translateY(-0.3125vw);
  color: #e4067d;
}
.l-drawer .nav-main-item .num {
  font-size: 1.171vw;
}
@media (max-width: 959px) {
  .l-drawer .nav-main-item .num {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .l-drawer .nav-main-item .num {
    font-size: 1.171vw;
  }
}
.l-drawer .nav-main-item .num {
  font-weight: 300;
  color: #e4067d;
  letter-spacing: 0.1em;
}
.l-drawer .nav-main-item .text {
  font-size: 2.782vw;
}
@media (max-width: 959px) {
  .l-drawer .nav-main-item .text {
    font-size: 5.867vw;
  }
}
@media (min-width: 1367px) {
  .l-drawer .nav-main-item .text {
    font-size: 2.782vw;
  }
}
.l-drawer .nav-main-item .text {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.l-drawer .nav-main-item .en {
  position: absolute;
  left: 40%;
  bottom: 1.4583333333vw;
  font-size: 3.367vw;
}
@media (max-width: 959px) {
  .l-drawer .nav-main-item .en {
    font-size: 9.6vw;
  }
}
@media (min-width: 1367px) {
  .l-drawer .nav-main-item .en {
    font-size: 3.367vw;
  }
}
.l-drawer .nav-main-item .en {
  font-weight: 900;
  opacity: 0.05;
  z-index: -1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  pointer-events: none;
}
.l-drawer .nav-main-item:nth-child(2) a::before {
  color: #FF9432;
}
.l-drawer .nav-main-item:nth-child(3) a::before {
  color: #FFB732;
}
.l-drawer .nav-main-item:nth-child(4) a::before {
  color: #E65C00;
}
.l-drawer .nav-sub-list {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .l-drawer .nav-sub-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
}
.l-drawer .nav-sub-item a {
  display: inline-flex;
  align-items: center;
  gap: 0.5208333333vw;
  font-size: 1.171vw;
}
@media (max-width: 959px) {
  .l-drawer .nav-sub-item a {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .l-drawer .nav-sub-item a {
    font-size: 1.171vw;
  }
}
.l-drawer .nav-sub-item a {
  color: #555;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}
.l-drawer .nav-sub-item a::before {
  content: "⚫︎";
  font-size: 0.732vw;
}
@media (max-width: 959px) {
  .l-drawer .nav-sub-item a::before {
    font-size: 2.4vw;
  }
}
@media (min-width: 1367px) {
  .l-drawer .nav-sub-item a::before {
    font-size: 0.732vw;
  }
}
.l-drawer .nav-sub-item a::before {
  color: #e4067d;
}
.l-drawer .nav-sub-item a.main-color::before {
  color: #e4067d;
}
.l-drawer .nav-sub-item a.accent-01::before {
  color: #FF9432;
}
.l-drawer .nav-sub-item a.accent-02::before {
  color: #FFB732;
}
.l-drawer .nav-sub-item a.accent-03::before {
  color: #E65C00;
}
.l-drawer .nav-sub-item a.sign-color::before {
  color: #6891c9;
}
.l-drawer .nav-sub-item a:hover {
  color: #333333;
}
.l-drawer__info .company-name {
  font-size: 1.318vw;
}
@media (max-width: 959px) {
  .l-drawer__info .company-name {
    font-size: 4.267vw;
  }
}
@media (min-width: 1367px) {
  .l-drawer__info .company-name {
    font-size: 1.318vw;
  }
}
.l-drawer__info .company-name {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .l-drawer__info .company-name {
    margin-bottom: 2.6666666667vw;
  }
}
.l-drawer__info .company-address {
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .l-drawer__info .company-address {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .l-drawer__info .company-address {
    font-size: 1.025vw;
  }
}
.l-drawer__info .company-address {
  color: #666;
  line-height: 1.8;
}
.l-drawer__info .c-btn-wrap {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .l-drawer__info .c-btn-wrap {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 959px) {
  .l-drawer__info .c-btn-wrap {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .l-drawer__info .c-btn-wrap {
    margin-top: 4vw;
  }
}

.c-btn-wrap--center {
  width: 100%;
  text-align: center;
  margin-top: 2.5vw;
}
@media screen and (max-width: 959px) {
  .c-btn-wrap--center {
    margin-top: 9.6vw;
  }
}
@media screen and (max-width: 959px) {
  .c-btn-wrap--center {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .c-btn-wrap--center {
    margin-top: 4vw;
  }
}

.c-btn-text, .p-mv__links a {
  display: inline-flex;
  align-items: center;
  font-size: 1.245vw;
}
@media (max-width: 959px) {
  .c-btn-text, .p-mv__links a {
    font-size: 4.533vw;
  }
}
@media (min-width: 1367px) {
  .c-btn-text, .p-mv__links a {
    font-size: 1.245vw;
  }
}
.c-btn-text, .p-mv__links a {
  letter-spacing: 0.1em;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.c-btn-text::before, .p-mv__links a::before {
  content: "⚫︎";
  margin-right: 0.4166666667vw;
}
@media screen and (max-width: 959px) {
  .c-btn-text::before, .p-mv__links a::before {
    margin-right: 1.6vw;
  }
}
.c-btn-text::before, .p-mv__links a::before {
  font-size: 0.732vw;
}
@media (max-width: 959px) {
  .c-btn-text::before, .p-mv__links a::before {
    font-size: 2.667vw;
  }
}
@media (min-width: 1367px) {
  .c-btn-text::before, .p-mv__links a::before {
    font-size: 0.732vw;
  }
}
.c-btn-text::before, .p-mv__links a::before {
  color: #e4067d;
}
.c-btn-text.main-color::before, .p-mv__links a.main-color::before {
  color: #e4067d;
}
.c-btn-text.accent-01::before, .p-mv__links a.accent-01::before {
  color: #FF9432;
}
.c-btn-text.accent-01::before, .p-mv__links a.accent-01::before {
  color: #FF9432;
}
.c-btn-text.accent-02::before, .p-mv__links a.accent-02::before {
  color: #FFB732;
}
.c-btn-text.accent-03::before, .p-mv__links a.accent-03::before {
  color: #E65C00;
}
.c-btn-text.sign-color::before, .p-mv__links a.sign-color::before {
  color: #6891c9;
}
.c-btn-text:hover, .p-mv__links a:hover {
  border-bottom: 1px solid #FFB732;
  color: #FFB732;
}
.c-btn-text:hover::before, .p-mv__links a:hover::before {
  color: #FFB732;
}

.c-accent-circle {
  width: 10vw;
  height: 10vw;
  background-color: #FF9432;
  border: none;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.878vw;
}
@media (max-width: 959px) {
  .c-accent-circle {
    font-size: 2.667vw;
  }
}
@media (min-width: 1367px) {
  .c-accent-circle {
    font-size: 0.878vw;
  }
}
.c-accent-circle {
  line-height: 1.5;
  letter-spacing: 0.1em;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .c-accent-circle {
    width: 25vw;
    height: 25vw;
  }
}
.c-accent-circle.top-mv {
  right: 2vw;
  top: 0.5vw;
}
@media screen and (max-width: 959px) {
  .c-accent-circle.top-mv {
    right: inherit;
    left: 5%;
    top: 10%;
  }
}
.c-accent-circle.top-concept {
  left: 10%;
  top: -10%;
  position: absolute;
}
@media screen and (max-width: 959px) {
  .c-accent-circle.top-concept {
    display: none;
  }
}
.c-accent-circle.company {
  left: 12%;
  top: -14%;
}
@media screen and (max-width: 959px) {
  .c-accent-circle.company {
    width: 15vw;
    height: 15vw;
    left: 5%;
    top: -6%;
  }
}

.text-color--main {
  color: #e4067d;
}
.text-color--accent-01 {
  color: #FF9432;
}
.text-color--accent-02 {
  color: #FFB732;
}
.text-color--accent-03 {
  color: #E65C00;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0 5.2083333333vw;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 5.3333333333vw;
  }
}
.container--mini {
  max-width: 62.5vw;
}
@media screen and (max-width: 959px) {
  .container--mini {
    max-width: 100%;
  }
}

.page {
  padding-top: 6.25vw;
}
@media screen and (max-width: 959px) {
  .page {
    padding-top: 24vw;
  }
}
.page {
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 959px) {
  .page {
    padding-bottom: 24vw;
  }
}
@media screen and (max-width: 959px) {
  .page {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page {
    padding-bottom: 8vw;
  }
}
.page__block.flex {
  display: flex;
  gap: 5.2083333333vw;
}
@media screen and (max-width: 959px) {
  .page__block.flex {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.page__block.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .page__block.reverse {
    flex-direction: column;
  }
}
.page .padding-y {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 959px) {
  .page .padding-y {
    padding-top: 24vw;
    padding-bottom: 24vw;
  }
}
@media screen and (max-width: 959px) {
  .page .padding-y {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page .padding-y {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
.page__heading.top-concept {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .page__heading.top-concept {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 6.4vw;
  }
}
.page__heading-margin-bottom--xl {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 959px) {
  .page__heading-margin-bottom--xl {
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 959px) {
  .page__heading-margin-bottom--xl {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page__heading-margin-bottom--xl {
    margin-bottom: 8vw;
  }
}
.page.p-top-concept {
  padding-top: 10.4166666667vw;
}
@media screen and (max-width: 959px) {
  .page.p-top-concept {
    padding-top: 40vw;
  }
}
@media screen and (max-width: 959px) {
  .page.p-top-concept {
    padding-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page.p-top-concept {
    padding-top: 8vw;
  }
}
.page.p-top-service {
  padding-top: 2.6041666667vw;
}
@media screen and (max-width: 959px) {
  .page.p-top-service {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 959px) {
  .page.p-top-service {
    padding-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page.p-top-service {
    padding-top: 8vw;
  }
}
.page.p-top-none {
  padding-top: 0vw;
}
@media screen and (max-width: 959px) {
  .page.p-top-none {
    padding-top: 0vw;
  }
}
.page.p-none {
  padding-top: 0vw;
  padding-bottom: 0vw;
}
@media screen and (max-width: 959px) {
  .page.p-none {
    padding-top: 0vw;
    padding-bottom: 0vw;
  }
}

@media screen and (max-width: 959px) {
  .p-detail {
    padding-top: 6.25vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .p-detail {
    padding-top: 24vw;
  }
}
.p-detail .page__wrap {
  max-width: 52.0833333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-detail .page__wrap {
    max-width: 100%;
  }
}

.c-card__box.grid {
  display: grid;
}
.c-card__box.column-02 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .c-card__box.column-02 {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.c-card__box.column-03 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .c-card__box.column-03 {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.2666666667vw;
  }
}
@media screen and (max-width: 479px) {
  .c-card__box.column-03 {
    grid-template-columns: 1fr;
  }
}

.c-card-box-service.bg-color--white {
  background-color: #fff;
}
.c-card-box-service {
  padding: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .c-card-box-service {
    padding: 6.4vw;
  }
}
.c-card-box-service {
  border-radius: 1.25vw;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.c-card-box-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.78125vw 2.0833333333vw rgba(0, 0, 0, 0.06);
}
.c-card-box-service__body {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-card-box-service__body {
    margin-top: 4vw;
  }
}
.c-card-box-service__img img {
  border-radius: 1.5625vw;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .c-card-box-service__img img {
    border-radius: 5.3333333333vw;
  }
}
.c-card-box-service__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6666666667vw;
}
.c-card-box-service__title {
  font-size: 1.2rem;
  font-weight: 500;
}
.c-card-box-service__text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}

.c-card-box-works {
  padding: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .c-card-box-works {
    padding: 6.4vw;
  }
}
.c-card-box-works {
  border-radius: 1.25vw;
  overflow: hidden;
  box-shadow: 0 0.5208333333vw 1.5625vw rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.c-card-box-works.body-color {
  background-color: #f2f1ed;
}
.c-card-box-works:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.78125vw 2.0833333333vw rgba(0, 0, 0, 0.06);
}
.c-card-box-works__img img {
  border-radius: 1.5625vw;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-box-works__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6666666667vw;
}
.c-card-box-works__body {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-card-box-works__body {
    margin-top: 4vw;
  }
}
.c-card-box-works__title {
  font-size: 1.2rem;
  font-weight: 500;
}
.c-card-box-works__text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}

.c-card-box-voice {
  padding: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .c-card-box-voice {
    padding: 6.4vw;
  }
}
.c-card-box-voice {
  border-radius: 1.25vw;
  overflow: hidden;
  box-shadow: 0 0.5208333333vw 1.5625vw rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.c-card-box-voice.body-color {
  background-color: #f2f1ed;
}
.c-card-box-voice:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.78125vw 2.0833333333vw rgba(0, 0, 0, 0.06);
}
.c-card-box-voice__img img {
  border-radius: 1.5625vw;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-box-voice__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6666666667vw;
}
.c-card-box-voice__body {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-card-box-voice__body {
    margin-top: 4vw;
  }
}
.c-card-box-voice__title {
  font-size: 1.2rem;
  font-weight: 500;
}
.c-card-box-voice__title::before {
  content: "「";
  color: #FF9432;
}
.c-card-box-voice__title::after {
  content: "」";
  color: #FF9432;
}
.c-card-box-voice__text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.c-news-list {
  border-top: 1px solid #ddd;
}
.c-news-list__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 959px) {
  .c-news-list__item {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
  }
}
.c-news-list__item {
  transition: background-color 0.3s;
}
.c-news-list__item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.c-news-list__item a {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1.25vw;
}
@media screen and (max-width: 479px) {
  .c-news-list__item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw;
  }
}
.c-news-list__info-block {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
@media screen and (max-width: 959px) {
  .c-news-list__info-block {
    gap: 2.6666666667vw;
  }
}
.c-news-list__date {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-news-list__date {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-news-list__date {
    font-size: 1.098vw;
  }
}
.c-news-list__date {
  color: #888;
}
.c-news-list__cat {
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-news-list__cat {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .c-news-list__cat {
    font-size: 0.952vw;
  }
}
.c-news-list__cat {
  background-color: #FF9432;
  color: #fff;
  display: inline-block;
  padding-left: 0.5208333333vw;
  padding-right: 0.5208333333vw;
}
@media screen and (max-width: 959px) {
  .c-news-list__cat {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.c-news-list__cat {
  padding-top: 0.1041666667vw;
  padding-bottom: 0.1041666667vw;
}
@media screen and (max-width: 959px) {
  .c-news-list__cat {
    padding-top: 0.4vw;
    padding-bottom: 0.4vw;
  }
}
.c-news-list__cat {
  border-radius: 1.0416666667vw;
}
.c-news-list__title {
  font-weight: 500;
  flex-grow: 1;
}

.c-faq-list__item {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}
.c-faq-list__q {
  padding: 1.25vw;
}
@media screen and (max-width: 959px) {
  .c-faq-list__q {
    padding: 4.8vw;
  }
}
.c-faq-list__q {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.c-faq-list__q::before {
  content: "Q";
  color: #e4067d;
  font-weight: 900;
  font-size: 1.2rem;
}
.c-faq-list__a {
  padding-left: 1.25vw;
  padding-right: 1.25vw;
}
@media screen and (max-width: 959px) {
  .c-faq-list__a {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
.c-faq-list__a {
  padding-bottom: 1.25vw;
}
@media screen and (max-width: 959px) {
  .c-faq-list__a {
    padding-bottom: 4.8vw;
  }
}
.c-faq-list__a {
  display: none;
  gap: 16px;
  color: #666666;
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .c-faq-list__a {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-faq-list__a {
    font-size: 1.025vw;
  }
}
.c-faq-list__a {
  line-height: 1.9;
}
.c-faq-list__a::before {
  content: "A";
  color: #FF9432;
  font-weight: 900;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.c-faq-list__q {
  justify-content: space-between;
}
.c-faq-list__q-text {
  flex: 1;
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-faq-list__q-text {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-faq-list__q-text {
    font-size: 1.098vw;
  }
}
.c-faq-list__q-icon {
  flex-shrink: 0;
  font-size: 1.464vw;
}
@media (max-width: 959px) {
  .c-faq-list__q-icon {
    font-size: 4.8vw;
  }
}
@media (min-width: 1367px) {
  .c-faq-list__q-icon {
    font-size: 1.464vw;
  }
}
.c-faq-list__q-icon {
  font-weight: 300;
  color: #FF9432;
  transition: transform 0.3s ease;
  line-height: 1;
  width: 24px;
  text-align: center;
}
.c-faq-list__item {
  transition: box-shadow 0.3s ease;
}
.c-faq-list__item.is-active {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.c-faq-list__item.is-active .c-faq-list__a {
  display: flex;
}
.c-faq-list__item.is-active .c-faq-list__q-icon {
  transform: rotate(45deg);
  color: #e4067d;
}

.c-faq-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 959px) {
  .c-faq-cats {
    margin-bottom: 9.6vw;
  }
}
.c-faq-cats {
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .c-faq-cats {
    gap: 4vw;
  }
}

.c-faq-cat__btn {
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .c-faq-cat__btn {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .c-faq-cat__btn {
    font-size: 0.952vw;
  }
}
.c-faq-cat__btn {
  letter-spacing: 0.08em;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .c-faq-cat__btn {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-faq-cat__btn {
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}
@media screen and (max-width: 959px) {
  .c-faq-cat__btn {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
.c-faq-cat__btn {
  border-radius: 100px;
  border: 1px solid #cccccc;
  background-color: transparent;
  color: #7f7f7f;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-faq-cat__btn:hover {
  border-color: #FF9432;
  color: #FF9432;
}
.c-faq-cat__btn.is-active {
  background-color: #FF9432;
  border-color: #FF9432;
  color: #fff;
}

.l-footer {
  background-color: #fff;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding-bottom: 12vw;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.2083333333vw;
}
@media screen and (max-width: 959px) {
  .l-footer__inner {
    flex-direction: column;
    text-align: center;
    gap: 2.6666666667vw;
    padding-top: 3.125vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .l-footer__inner {
    padding-top: 12vw;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__info {
    width: 100%;
  }
}
.l-footer__logo {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.757vw;
}
@media (max-width: 959px) {
  .l-footer__logo {
    font-size: 5.333vw;
  }
}
@media (min-width: 1367px) {
  .l-footer__logo {
    font-size: 1.757vw;
  }
}
.l-footer__logo {
  letter-spacing: 0.2em;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 959px) {
  .l-footer__logo {
    margin-bottom: 4.8vw;
  }
}
.l-footer__logo {
  margin-top: 0;
}
.l-footer__address {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .l-footer__address {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .l-footer__address {
    font-size: 1.098vw;
  }
}
.l-footer__address {
  line-height: 1.8;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 959px) {
  .l-footer__address {
    margin-bottom: 4.8vw;
  }
}
.l-footer__address {
  color: #333333;
}
@media screen and (max-width: 959px) {
  .l-footer__address {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .l-footer__address {
    margin-bottom: 0vw;
  }
}
.l-footer__banner {
  display: inline-block;
  max-width: 13.0208333333vw;
}
@media screen and (max-width: 959px) {
  .l-footer__banner {
    max-width: 34.6666666667vw;
  }
}
.l-footer__banner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .l-footer__contact {
    width: 100%;
  }
}
.l-footer__copyright {
  padding-top: 1.5625vw;
}
@media screen and (max-width: 959px) {
  .l-footer__copyright {
    padding-top: 6vw;
  }
}
.l-footer__copyright {
  border-top: 1px solid #d9d9d9;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 959px) {
  .l-footer__copyright {
    margin-top: 6vw;
  }
}
.l-footer__copyright {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.l-footer__copyright small {
  font-size: 0.878vw;
}
@media (max-width: 959px) {
  .l-footer__copyright small {
    font-size: 2.667vw;
  }
}
@media (min-width: 1367px) {
  .l-footer__copyright small {
    font-size: 0.878vw;
  }
}
.l-footer__copyright small {
  color: #888;
  letter-spacing: 0.1em;
}
.l-footer .l-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6666666667vw;
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .l-footer .l-footer__links {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .l-footer .l-footer__links {
    font-size: 0.952vw;
  }
}
.l-footer__banner-block {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .l-footer__banner-block {
    gap: 2.6666666667vw;
  }
}

.c-footer-contact {
  padding: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .c-footer-contact {
    padding: 8vw;
  }
}
.c-footer-contact__label {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-footer-contact__label {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .c-footer-contact__label {
    font-size: 1.098vw;
  }
}
.c-footer-contact__label {
  color: #e4067d;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-footer-contact__tel-block {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .c-footer-contact__tel-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2vw;
  }
}
.c-footer-contact__tel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.928vw;
}
@media (max-width: 959px) {
  .c-footer-contact__tel {
    font-size: 8.533vw;
  }
}
@media (min-width: 1367px) {
  .c-footer-contact__tel {
    font-size: 2.928vw;
  }
}
.c-footer-contact__tel {
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.c-footer-contact__tel .icon {
  display: block;
  font-size: 1.464vw;
}
@media (max-width: 959px) {
  .c-footer-contact__tel .icon {
    font-size: 4.267vw;
  }
}
@media (min-width: 1367px) {
  .c-footer-contact__tel .icon {
    font-size: 1.464vw;
  }
}
.c-footer-contact__tel .icon {
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 959px) {
  .c-footer-contact__tel .icon {
    margin-top: 2vw;
  }
}
.c-footer-contact__tel .icon {
  margin-right: 0.5208333333vw;
}
@media screen and (max-width: 959px) {
  .c-footer-contact__tel .icon {
    margin-right: 2vw;
  }
}
.c-footer-contact__tel .icon {
  width: 2.6041666667vw;
}
@media screen and (max-width: 959px) {
  .c-footer-contact__tel .icon {
    width: 8vw;
  }
}
.c-footer-contact__time {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .c-footer-contact__time {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .c-footer-contact__time {
    font-size: 1.098vw;
  }
}
.c-footer-contact__time {
  line-height: 1.8;
  color: #333333;
}

.nami {
  overflow: hidden;
  margin: 0 auto;
  width: 200px;
  height: 10vw;
  background-color: #fff;
}

.nami svg path {
  fill: #f2f1ed;
  animation: wave linear 4s infinite;
}

@keyframes wave {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-10%);
  }
}
.bg-color--white {
  background-color: #fff;
}

.p-visual__main-img {
  max-width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-visual__main-img {
    max-width: 100%;
  }
}
.p-visual__main-img img {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 2.6041666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-visual__main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.p-visual__main--mini {
  font-size: 1.611vw;
}
@media (max-width: 959px) {
  .p-visual__main--mini {
    font-size: 4.267vw;
  }
}
@media (min-width: 1367px) {
  .p-visual__main--mini {
    font-size: 1.611vw;
  }
}
.p-visual__sub {
  line-height: 1;
}
.p-visual__sub span {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #e4067d;
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .p-visual__sub span {
    font-size: 2.933vw;
  }
}
@media (min-width: 1367px) {
  .p-visual__sub span {
    font-size: 0.952vw;
  }
}
.p-visual__sub span {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 959px) {
  .p-visual__images {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 959px) {
  .p-visual__images-block {
    padding-top: 6.25vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .p-visual__images-block {
    padding-top: 24vw;
  }
}
.p-visual__img-block {
  position: relative;
  z-index: 0;
}
.p-visual__main-text {
  font-size: 2.196vw;
}
@media (max-width: 959px) {
  .p-visual__main-text {
    font-size: 6.4vw;
  }
}
@media (min-width: 1367px) {
  .p-visual__main-text {
    font-size: 2.196vw;
  }
}
.p-visual__main-text {
  height: 20vw;
  display: flex;
  writing-mode: vertical-rl;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-visual__main-text {
    height: 50vw;
  }
}

.margin-top--xl {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 959px) {
  .margin-top--xl {
    margin-top: 16vw;
  }
}

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

.p-privacy__lead {
  padding: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .p-privacy__lead {
    padding: 8vw;
  }
}
.p-privacy__lead {
  background-color: #fff;
  border-radius: 0.8333333333vw;
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 959px) {
  .p-privacy__lead {
    margin-bottom: 12.8vw;
  }
}
.p-privacy__lead {
  font-size: 1.098vw;
}
@media (max-width: 959px) {
  .p-privacy__lead {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .p-privacy__lead {
    font-size: 1.098vw;
  }
}
.p-privacy__lead {
  line-height: 1.9;
  color: #666666;
}
.p-privacy__list {
  margin: 0;
  padding: 0;
}
.p-privacy__term {
  font-size: 1.171vw;
}
@media (max-width: 959px) {
  .p-privacy__term {
    font-size: 3.733vw;
  }
}
@media (min-width: 1367px) {
  .p-privacy__term {
    font-size: 1.171vw;
  }
}
.p-privacy__term {
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #333333;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .p-privacy__term {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.p-privacy__term {
  padding-left: 1.25vw;
  padding-right: 1.25vw;
}
@media screen and (max-width: 959px) {
  .p-privacy__term {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
.p-privacy__term {
  border-left: 3px solid #e4067d;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .p-privacy__term {
    margin-top: 8vw;
  }
}
.p-privacy__term {
  margin-bottom: 0vw;
}
@media screen and (max-width: 959px) {
  .p-privacy__term {
    margin-bottom: 0vw;
  }
}
.p-privacy__term:first-of-type {
  margin-top: 0vw;
}
@media screen and (max-width: 959px) {
  .p-privacy__term:first-of-type {
    margin-top: 0vw;
  }
}
.p-privacy__desc {
  margin: 0;
  padding: 1.25vw;
}
@media screen and (max-width: 959px) {
  .p-privacy__desc {
    padding: 4.8vw;
  }
}
.p-privacy__desc {
  padding-top: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .p-privacy__desc {
    padding-top: 4vw;
  }
}
.p-privacy__desc {
  font-size: 1.025vw;
}
@media (max-width: 959px) {
  .p-privacy__desc {
    font-size: 3.467vw;
  }
}
@media (min-width: 1367px) {
  .p-privacy__desc {
    font-size: 1.025vw;
  }
}
.p-privacy__desc {
  line-height: 1.9;
  color: #666666;
  border-bottom: 1px solid #e6e6e6;
}
.p-privacy__desc p {
  margin: 0;
}
.p-privacy__desc p + p {
  margin-top: 0.625vw;
}
@media screen and (max-width: 959px) {
  .p-privacy__desc p + p {
    margin-top: 2.4vw;
  }
}
.p-privacy__desc-list {
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .p-privacy__desc-list {
    margin-top: 3.2vw;
  }
}
.p-privacy__desc-list {
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 959px) {
  .p-privacy__desc-list {
    padding-left: 4vw;
  }
}
.p-privacy__desc-list {
  list-style: disc;
  color: #7f7f7f;
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
}
.p-privacy__desc-list li {
  line-height: 1.7;
}
.p-privacy__updated {
  margin-top: 2.5vw;
}
@media screen and (max-width: 959px) {
  .p-privacy__updated {
    margin-top: 9.6vw;
  }
}
.p-privacy__updated {
  text-align: right;
  font-size: 0.952vw;
}
@media (max-width: 959px) {
  .p-privacy__updated {
    font-size: 3.2vw;
  }
}
@media (min-width: 1367px) {
  .p-privacy__updated {
    font-size: 0.952vw;
  }
}
.p-privacy__updated {
  color: #b3b3b3;
  letter-spacing: 0.08em;
}

.privacy-policy-page h3 {
  border-left: 2px solid #FF9432;
  padding-left: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .privacy-policy-page h3 {
    padding-left: 3.2vw;
  }
}
.privacy-policy-page h3 {
  font-weight: 600;
}
.privacy-policy-page p + h3 {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .privacy-policy-page p + h3 {
    margin-top: 8vw;
  }
}
.privacy-policy-page ol + h3 {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .privacy-policy-page ol + h3 {
    margin-top: 8vw;
  }
}
.privacy-policy-page h3 {
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 959px) {
  .privacy-policy-page h3 {
    margin-bottom: 2vw;
  }
}

section:last-child {
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 959px) {
  section:last-child {
    padding-bottom: 24vw;
  }
}
@media screen and (max-width: 959px) {
  section:last-child {
    padding-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  section:last-child {
    padding-bottom: 20vw;
  }
}/*# sourceMappingURL=style.css.map */