@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; /* 細めに見える */
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body, p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, div, figure, picture, header, footer, nav, section, article, aside, fieldset, input, textarea {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --playfair-font: "Playfair", serif;
  --noto-font: "Noto Sans JP", sans-serif;
  --shippori-font: "Shippori Mincho B1", serif;
  --roboto-font: "Roboto", sans-serif;
}

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

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

body {
  background: #E6E5E9;
  font-family: var(--noto-font);
  font-weight: 400;
  line-height: 1;
}

.cmn__en-title {
  font-size: 3.076923077vw;
  font-family: var(--roboto-font);
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn__en-title {
    font-size: max(1vw, 14px);
  }
}
.cmn__en-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.564102564vw;
  width: 1.025641026vw;
  height: 1.025641026vw;
  background: #000;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .cmn__en-title::before {
    width: 0.25vw;
    height: 0.25vw;
    left: -0.875vw;
  }
}
.cmn__jp-title {
  font-size: 6.153846154vw;
  font-family: var(--shippori-font);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cmn__jp-title {
    font-size: 2.54vw;
  }
}
.cmn__text {
  font-size: 4.102564103vw;
  font-family: var(--noto-font);
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .cmn__text {
    font-size: max(1vw, 10px);
  }
}
.cmn__text p {
  margin-bottom: 2.2em;
}
.cmn__text p:last-child {
  margin-bottom: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 5.128205128vw;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 1.875vw 1.875vw 1.875vw 2.5vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  font-size: 4.102564103vw;
  font-family: var(--roboto-font);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header__logo {
    font-size: max(1.25vw, 16px);
  }
}
.header__function {
  display: flex;
  align-items: center;
  gap: 4.102564103vw;
}
@media screen and (min-width: 768px) {
  .header__function {
    gap: 1.8125vw;
  }
}
.header__lang {
  font-size: 3.076923077vw;
  font-family: var(--roboto-font);
  font-weight: 400;
  display: flex;
}
@media screen and (min-width: 768px) {
  .header__lang {
    font-size: max(0.875vw, 14px);
  }
}
.header__lang a {
  display: block;
  padding: 1.025641026vw;
  position: relative;
  color: #999;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header__lang a {
    padding: 0.375vw;
  }
  .header__lang a:hover {
    color: #000;
  }
}
.header__lang-item--active a {
  pointer-events: none;
  color: #000;
}
.header__lang-item--active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.025641026vw;
  width: calc(100% - 2.051282051vw);
  height: 1px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .header__lang-item--active a::after {
    width: calc(100% - 0.75vw);
    left: 0.375vw;
  }
}
.header__contact a {
  color: #fff;
  background: #000;
  font-size: 5.128205128vw;
  font-family: var(--playfair-font);
  font-weight: 400;
  line-height: 1;
  padding: 10px;
  border-radius: 30px;
  display: block;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header__contact a {
    font-size: max(1.5vw, 20px);
  }
  .header__contact a:hover {
    background: #fff;
    color: #000;
  }
}

.kv {
  position: relative;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .kv__inner {
    position: absolute;
    left: calc(50% + 15vw);
    top: calc(50% + 6vw);
  }
}
.kv__main {
  font-size: 11.53846154vw;
  font-family: var(--roboto-font);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .kv__main {
    font-size: 10vw;
  }
}
.kv__img {
  position: relative;
  margin: 0 0 10.25641026vw;
  text-align: center;
}
.kv__img img {
  width: 61.53846154vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .kv__img img {
    width: 50%;
  }
}
.kv__text-ja {
  font-size: 6.153846154vw;
  font-family: var(--shippori-font);
  line-height: 1.5;
  margin-bottom: 4.358974359vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kv__text-ja {
    font-size: 2.5vw;
    margin-bottom: 1.25vw;
    text-align: left;
  }
}
.kv__text-en {
  font-size: 3.076923077vw;
  font-family: var(--roboto-font);
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kv__text-en {
    font-size: 0.875vw;
  }
}
@media screen and (min-width: 768px) {
  .kv__text-en br {
    display: none;
  }
}

.intro {
  position: relative;
}
.intro__inner {
  display: flex;
  flex-direction: column;
  gap: 10.25641026vw;
}
@media screen and (min-width: 768px) {
  .intro__inner {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.intro__img {
  margin-bottom: 15.38461538vw;
}
@media screen and (min-width: 768px) {
  .intro__img {
    margin: 0 0 0 auto;
    width: 50%;
  }
}
.intro__text {
  margin: 0 5.128205128vw;
}
.intro__text-en {
  margin-bottom: 4.102564103vw;
}
@media screen and (min-width: 768px) {
  .intro__text-en {
    margin-bottom: 1.5vw;
  }
}
.intro__text-jp {
  margin-bottom: 10.25641026vw;
}
@media screen and (min-width: 768px) {
  .intro__text-jp {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .intro__text-description {
    width: 30vw;
  }
}

.logo {
  width: 78.97435897vw;
  margin: 41.02564103vw auto;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 78%;
    margin: 15vw auto;
  }
}

.feature__list {
  display: flex;
  flex-direction: column;
  gap: 10.25641026vw;
}
@media screen and (min-width: 768px) {
  .feature__list {
    gap: 0;
    margin: 0 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .feature__list {
    margin: 0 10vw;
  }
}
.feature__item {
  margin: 0 5.128205128vw 41.02564103vw;
}
@media screen and (min-width: 768px) {
  .feature__item {
    margin: 0 0 15vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .feature__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.feature__img {
  margin-bottom: 15.38461538vw;
}
@media screen and (min-width: 768px) {
  .feature__img {
    width: 50vw;
    margin-bottom: 0;
  }
}
.feature__img img {
  border-radius: 2.051282051vw;
}
@media screen and (min-width: 768px) {
  .feature__img img {
    border-radius: 0.5vw;
  }
}
.feature__text {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15.38461538vw 0;
}
@media screen and (min-width: 768px) {
  .feature__text {
    padding: 5vw 0;
    width: 35vw;
  }
}
@media screen and (min-width: 1024px) {
  .feature__text {
    width: 25vw;
  }
}
.feature__text-inner {
  display: flex;
  flex-direction: column;
}
.feature__text-en {
  margin-bottom: 2.051282051vw;
}
@media screen and (min-width: 768px) {
  .feature__text-en {
    margin-bottom: 1vw;
  }
}
.feature__text-jp {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  .feature__description p {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 768px) {
  .contact {
    height: 15vw;
    overflow: hidden;
  }
}
.contact__btn {
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10.25641026vw;
  padding: 10.25641026vw 0;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    flex-direction: row;
    gap: 0;
    padding: 0;
    transition: all 0.3s ease;
  }
  .contact__btn:hover {
    background: #fff;
    color: #000;
  }
  .contact__btn:hover .contact__img img {
    transform: scale(1.06);
  }
  .contact__btn:hover .contact__text span::after {
    width: 100%;
  }
  .contact__btn:hover .contact__text svg {
    transform: rotate(45deg);
  }
}
.contact__title {
  font-size: 12.30769231vw;
  font-family: var(--playfair-font);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 4vw;
  }
}
.contact__img {
  width: 41.02564103vw;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .contact__img {
    width: auto;
    height: 15vw;
    margin: 0 13.5vw 0 11.6875vw;
  }
  .contact__img img {
    width: auto;
    height: 100%;
    transform: scale(1.01);
    transition: all 0.3s ease;
  }
}
.contact__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.102564103vw;
  font-family: var(--roboto-font);
  line-height: 1;
  gap: 3.076923077vw;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 1vw;
    gap: 0.75vw;
  }
}
@media screen and (min-width: 768px) {
  .contact__text span {
    position: relative;
    display: block;
    padding: 0.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .contact__text span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: all 0.3s ease;
  }
}
.contact__text svg {
  width: 3.07692307vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .contact__text svg {
    width: 0.78125vw;
    transition: all 0.3s ease;
  }
}

.footer__inner {
  text-align: center;
  padding: 20.51282051vw 0;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 7.5vw 0;
  }
}
.footer__logo {
  font-size: 5.128205128vw;
  font-family: var(--roboto-font);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6.153846154vw;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    font-size: max(1.25vw, 20px);
    margin-bottom: 3vw;
  }
}
.footer__copyright {
  font-size: 3.076923077vw;
  font-family: var(--roboto-font);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: max(0.75vw, 12px);
  }
}

.paneco-m-contact {
  padding: 20.51282051vw 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .paneco-m-contact {
    padding: calc(40px + 3.75vw) 0 60px;
  }
}
.paneco-m-contact__ttl {
  position: relative;
  height: 20vw;
  margin-bottom: 10vw;
  background: #000;
}
@media screen and (min-width: 768px) {
  .paneco-m-contact__ttl {
    height: 15vw;
    overflow: hidden;
  }
}
.paneco-m-contact__ttl-img {
  height: 100%;
  width: 100%;
  text-align: center;
}
.paneco-m-contact__ttl-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .paneco-m-contact__ttl-img {
    width: auto;
    height: 15vw;
    margin: 0 13.5vw 0 11.6875vw;
  }
  .paneco-m-contact__ttl-img img {
    width: auto;
    height: 100%;
    transform: scale(1.01);
    transition: all 0.3s ease;
  }
}
.paneco-m-contact__ttl-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.102564103vw;
  font-family: var(--roboto-font);
  line-height: 1;
  gap: 3.076923077vw;
}
@media screen and (min-width: 768px) {
  .paneco-m-contact__ttl-text {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .paneco-m-contact__ttl-text span {
    position: relative;
    display: block;
    padding: 0.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .paneco-m-contact__ttl-text span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: all 0.3s ease;
  }
}
.paneco-m-contact__main {
  padding: 0 10vw;
}
@media screen and (min-width: 768px) {
  .paneco-m-contact__main {
    padding: 0;
    max-width: 640px;
    margin: 0 auto;
  }
}

.wpcf7 .hidden-fields-container {
  display: none;
}
.wpcf7 .form__th {
  font-size: 12px;
  line-height: 1;
  font-family: var(--roboto-font);
  margin: 0 0 16px;
}
.wpcf7 .form__td {
  margin: 0 0 24px;
}
.wpcf7 .form__td input[type=text], .wpcf7 .form__td input[type=email], .wpcf7 .form__td input[type=tel] {
  border: 0;
  border-bottom: 1px solid #cccccc;
  padding: 6px 0;
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 18px;
  font-family: var(--roboto-font);
}
.wpcf7 .form__td input::placeholder {
  color: #ddd;
  font-weight: 100;
}
.wpcf7 .form__td input:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.wpcf7 .form__td input:focus::placeholder {
  color: #fff;
}
.wpcf7 .form__td select {
  border: 0;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 6px 0;
}
.wpcf7 .form__td select:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.wpcf7 .form__td option:first-child {
  opacity: 0.3;
}
.wpcf7 .form__td textarea {
  border: 0;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  height: 100px;
  width: 100%;
  vertical-align: bottom;
}
.wpcf7 .form__td textarea:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.wpcf7 .form__td textarea:focus::placeholder {
  color: #fff;
}
.wpcf7 .form__td textarea::placeholder {
  color: #ddd;
  font-weight: 100;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px;
}
.wpcf7-list-item {
  margin: 0 0 15px !important;
  width: 50%;
  font-size: 14px;
  font-weight: 100;
}
.wpcf7-submit {
  display: block;
  margin: 65px auto 0;
  background: #000;
  color: #fff;
  font-family: var(--roboto-font);
  width: 200px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  border: 0;
}
.wpcf7 form .wpcf7-response-output {
  padding: 0;
  border: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: 0;
  background: #ffefc3;
  font-size: 14px;
  line-height: 1;
  padding: 1em;
  margin-left: 0;
  margin-right: 0;
}
.wpcf7 .form__recaptcha {
  font-size: 12px;
  line-height: 1.5;
  color: #aaa;
  font-family: var(--roboto-font);
}