@charset "utf-8";
/* ====================================================================
-------------------------------header
==================================================================== */
header {
  width: 24rem;
  position: fixed;
  top: 11rem;
  top: 6rem;
  left: 6rem;
  z-index: 100;
}
.logo {
  text-align: center;
  font-size: clamp(2.2rem, 1.812rem + 1.036vw, 3.8rem);
  margin-bottom: 4rem;
  line-height: 1;
}
.logo span {
  font-size: clamp(0.8rem, 0.703rem + 0.259vw, 1.2rem);
  line-height: 4;
  display: block;
}
.logo, .logo a, header ul li a {
  color: #fff;
}
.logo.headerColorScroll, .logo a.headerColorScroll, header ul li a.headerColorScroll {
  color: #1a1a1a;
  transition: 0.3s;
}
header ul {
  position: relative;
  border-right: 1px solid #fff;
  padding: 3rem 0;
}
header ul.headerColorScroll {
  border-color: #1a1a1a;
}
header ul li {
  line-height: 1;
}
header ul li:not(:last-child) {
  margin-bottom: 5.5rem;
}
header ul li:first-child {
  margin-bottom: 2.5rem;
}
header ul li:nth-child(2), header ul li:nth-child(3) {
  margin-bottom: 2rem;
}
header ul li:nth-child(2), header ul li:nth-child(3), header ul li:nth-child(4) {
  padding-left: 2rem;
}
header ul li a {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
header ul li a.sh-r {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
/* ====================================================================
-------------------------------footer
==================================================================== */
footer {
  background: url("../img/footer-bg.webp") no-repeat center center/cover;
  padding: 2rem 0 1.5rem;
  width: 100%;
  object-fit: cover;
}
footer .ft-logo {
  margin-bottom: 3rem;
  /*  height: 4.5rem;*/
}
footer ul {
  justify-content: center;
  margin-bottom: 4rem;
}
footer ul li:not(:last-child) {
  margin-right: 10rem;
}
footer ul li a {
  font-size: clamp(1.2rem, 1.151rem + 0.129vw, 1.4rem);
  letter-spacing: 0.2em;
}
small {
  font-weight: 500;
  display: block;
  letter-spacing: 0.2em;
}
/* ====================================================================
-------------------------------top
==================================================================== */
.mv {
  overflow: hidden;
  padding-bottom: 88.6rem;
  position: relative;
  width: 100%;
  height: 0;
  color: #fff;
  margin-bottom: 14rem;
}
.mv img {
  height: 88.6rem;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.mv .mv-txt {
  position: absolute;
  z-index: 1;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.mv .mv-txt p:first-child {
  font-size: clamp(5.1rem, 3.085rem + 5.372vw, 13.4rem);
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: clamp(2rem, 1.029rem + 2.589vw, 6rem);
}
.mv .mv-txt p:nth-child(2) {
  font-size: clamp(1.4rem, 0.939rem + 1.23vw, 3.3rem);
  letter-spacing: 0.2em;
  margin-bottom: 9.5rem;
}
.mv .mv-txt p:last-child {
  font-size: clamp(1.2rem, 1.006rem + 0.518vw, 2rem);
  letter-spacing: 0.3em;
  line-height: 2;
}
/*sec01*/
.sec01 {
  margin-bottom: clamp(8rem, 6.058rem + 5.178vw, 16rem);
}
.sec01 p {
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.15em;
}
/*sec02*/
.sec02 {
  margin-bottom: 28rem;
}
/*sec03*/
.sec03 {
  margin-top: clamp(5rem, 3.301rem + 4.531vw, 12rem);
  margin-bottom: clamp(3rem, 2.029rem + 2.589vw, 7rem);
}
.sec03 .box {
  margin-bottom: clamp(3rem, 2.515rem + 1.294vw, 5rem);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.sec03 .box img + p {
  margin: clamp(1.5rem, 1.257rem + 0.647vw, 2.5rem) 0;
  font-size: clamp(1.2rem, 1.103rem + 0.259vw, 1.6rem);
  letter-spacing: 0.1em;
}
.sec03 .box h3 {
  font-size: clamp(2.8rem, 2.412rem + 1.036vw, 4.4rem);
  letter-spacing: 0.1em;
}
.sec03 .box h3 + p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: clamp(2rem, 1.757rem + 0.647vw, 3rem) 0;
}
.sec03 .box h3 + p span {
  font-size: 1.4rem;
}
.sec03 .box h3 + p + p {
  text-align: right;
}
.sec03 .box h3 + p + p a {
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
  padding: 0 1rem 1rem 1rem;
  border-bottom: 1px solid;
}
/*sec04*/
.sec04 {
  margin-bottom: clamp(5rem, 3.301rem + 4.531vw, 12rem);
}
.sec04 h3 {
  margin-top: clamp(4.5rem, 3.408rem + 2.913vw, 9rem);
  font-size: clamp(2.4rem, 2.109rem + 0.777vw, 3.6rem);
  letter-spacing: 0.1em;
  margin-bottom: clamp(1.5rem, 1.257rem + 0.647vw, 2.5rem);
  line-height: 1.75;
}
.sec04 h3 + p {
  font-size: clamp(1.2rem, 1.151rem + 0.129vw, 1.4rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: clamp(4.5rem, 3.408rem + 2.913vw, 9rem);
}
.sec04 .txt-area {
  width: 50%;
  margin: 0 auto;
}
.sec04 .txt-area p {
  font-size: clamp(1.6rem, 1.551rem + 0.129vw, 1.8rem);
}
.sec04 .name {
  text-align: right;
  margin-top: 7.5rem;
  font-size: clamp(1.8rem, 1.654rem + 0.388vw, 2.4rem);
}
.sec04 .name span {
  font-size: clamp(1.2rem, 1.151rem + 0.129vw, 1.4rem);
}
/*sec05*/
.sec05 {
  margin-top: clamp(5rem, 2.33rem + 7.12vw, 16rem);
  margin-bottom: clamp(5rem, 3.786rem + 3.236vw, 10rem);
}
.sec05 .movie {
  width: 65%;
  margin-right: 5rem;
}
.sec05 .movie iframe {
  border-radius: 6px;
  height: 100%;
  aspect-ratio: 16 / 9;
}
.sec05 .txt-area {
  position: relative;
  padding-top: 6rem;
}
.sec05 .txt-area::after {
  content: "";
  background: url("../img/bg-img02.webp") no-repeat center center/contain;
  width: 26rem;
  height: 44.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -5;
}
.sec05 h2 {
  font-size: clamp(2rem, 1.757rem + 0.647vw, 3rem);
  margin-bottom: clamp(2rem, 1.879rem + 0.324vw, 2.5rem);
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.sec05 h2 + p {
  font-size: 1.2rem;
  margin-bottom: clamp(2.5rem, 2.136rem + 0.971vw, 4rem);
}
.sec05 h2 + p + p {
  font-size: clamp(1.2rem, 1.151rem + 0.129vw, 1.4rem);
}
.sec06 {
  margin-top: clamp(4rem, 3.515rem + 1.294vw, 6rem);
}
.sec06 p.center {
  font-size: clamp(1.4rem, 1.351rem + 0.129vw, 1.6rem);
  line-height: 2;
  margin-bottom: clamp(3rem, 2.757rem + 0.647vw, 4rem);
}
.sec06 p.center span {
  font-size: clamp(1.2rem, 1.151rem + 0.129vw, 1.4rem);
}
.sec06 .contents2Wrap {
  margin-bottom: clamp(4rem, 3.029rem + 2.589vw, 8rem);
}
.sec06 iframe {
  aspect-ratio: 16 / 9;
}
.sec07 {
  width: 68%;
  margin: 0 auto;
}
.chart dl {
  border-bottom: 1px dashed;
  padding-bottom: clamp(1rem, 0.636rem + 0.971vw, 2.5rem);
  margin-bottom: clamp(2rem, 1.515rem + 1.294vw, 4rem);
}
.chart dl dd {
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  width: 22%;
  text-align: center;
}
.chart dl dt {
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
}
/* ====================================================================
-------------------------------about us
==================================================================== */
.about-sec01 {
  margin-bottom: clamp(8rem, 7.515rem + 1.294vw, 10rem);
}
.about-sec01 p:first-child {
  margin-bottom: clamp(6.5rem, 6.136rem + 0.971vw, 8rem);
}
.about-sec01 p:first-child + p {
  font-size: clamp(1.6rem, 1.551rem + 0.129vw, 1.8rem);
  letter-spacing: 0.15em;
  line-height: 2;
}
.about .layout {
  margin-bottom: clamp(5rem, 4.272rem + 1.942vw, 8rem);
}
.about-sec03 {
  width: 82rem;
  margin: clamp(6rem, 4.544rem + 3.883vw, 12rem) auto clamp(5rem, 3.301rem + 4.531vw, 12rem);
}
.about-sec03 .chart-img {
  justify-content: center;
  gap: 3.5rem 3rem;
  flex-wrap: wrap;
  margin-top: clamp(2rem, 1.757rem + 0.647vw, 3rem);
  margin-bottom: clamp(2.5rem, 2.621rem + -0.324vw, 2rem);
}
.chart dl dt .flex a {
  text-decoration: underline;
}
/* ====================================================================
-------------------------------inquiry
==================================================================== */
.form-contents {
  width: 82rem;
  margin: 0 auto;
}
.contact-form table {
  width: 100%;
}
.contact-form table tr, .contact-form table th, .contact-form table td {
  display: block;
  width: 100%;
}
.contact-form table th, .contact-form table td {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
.contact-form table th {
  border-bottom: solid 1px;
  padding-bottom: 1.5rem;
}
.contact-form table th .required {
  color: #fff;
  background: #a0c334;
  font-size: 1.3rem;
  padding: 2px 0.8rem;
  margin-left: 1rem;
  font-weight: 500;
}
.contact-form table td {
  padding: 2rem 0 3rem;
}
.contact-form table td.flex {
  justify-content: space-between;
  display: flex;
}
.contact-form table td.flex div {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.contact-form table td.flex div:first-child {
  margin-right: 4rem;
}
.contact-form table td span {
  margin: 0 1rem;
  display: inline-block;
}
.contact-form table td.postal_code .pc {
  display: inline-block;
}
.contact-form table td.postal_code span {
  width: auto;
  display: inline-block;
  margin-left: 2rem;
}
.contact-form table td.postal_code span a {
  color: #669999;
  text-decoration: underline;
  width: auto;
  display: block;
}
.contact-form table td.flex div input {
  width: 88%;
}
.contact-form table td input, .contact-form table td select, .contact-form table td textarea {
  background: #e4e4e4;
  border: none;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
}
.contact-form table td input {
  height: 6rem;
  line-height: 6rem;
}
.contact-form table td textarea {
  height: 30rem;
}
.contact-form table td input.sizeS {
  width: 25%;
}
.contact-form table td input.sizeM {
  width: 35%;
}
.contact-form table td input.sizeL {
  width: 100%;
}
.contact-form table td.checkbox {
  position: relative;
}
.contact-form table td.checkbox span {
  margin: 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.contact-form .detailBT {
  margin-top: 6rem;
}
.contact-form .detailBT p {
  text-align: center;
}
.contact-form .doui-check {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-form .doui-check a {
  text-decoration: underline;
}
.contact-form .doui-check input {
  display: none;
}
.contact-form .doui-check label span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: inherit;
}
.contact-form .doui-check label span::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.contact-form .doui-check label span::after {
  border-right: 3px solid #a0c334;
  border-bottom: 3px solid #a0c334;
  content: "";
  display: block;
  height: 16px;
  left: 12px;
  margin-top: -12px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}
.contact-form .doui-check input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
.contact-form input[type="button"], .contact-form input[type="submit"] {
  width: 32rem;
  height: 6.4rem;
  line-height: 6.4rem;
  background-size: auto auto;
  background-color: #a0c334;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: none;
  color: #fff;
  font-size: 1.6rem;
}
.contact-form input[type="button"]::after, .contact-form input[type="submit"]::after {
  content: "";
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.contact-form input[type="button"]:hover, .contact-form input[type="submit"]:hover {
  opacity: 0.8;
}
.radio-002 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 2em;
  border: none;
}
.radio-002 label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}
.radio-002 label::before, .radio-002 label::after {
  border-radius: 50%;
  content: "";
}
.radio-002 label::before {
  width: 18px;
  height: 18px;
  border: 2px solid #dee5eb;
  box-sizing: border-box;
}
.radio-002 label::after {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background-color: #dee5eb;
}
.radio-002 label:has(:checked)::after {
  background-color: #a0c334;
  animation: anim-radio-002 0.3s linear;
}
@keyframes anim-radio-002 {
  0% {
    box-shadow: 0 0 0 1px transparent;
  }
  50% {
    box-shadow: 0 0 0 10px #a0c33433;
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}
.radio-002 input {
  display: none;
}
.privacy-check {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  border: none;
  justify-content: center;
}
.privacy-check label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}
.privacy-check label::before {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #d6dde3;
  content: "";
}
.privacy-check label:has(:checked)::after {
  position: absolute;
  top: 5px;
  left: 7px;
  transform: rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #a0c334;
  border-width: 0 3px 3px 0;
  content: "";
}
.privacy-check input {
  display: none;
}
textarea, input {
  font-family: inherit;
}
/*thnaks*/
.thanksMessage {
  text-align: center;
}
.thanksMessage h3 {
  font-size: clamp(2.5rem, 1.942rem + 1.489vw, 4.8rem);
  margin-bottom: 3rem;
  line-height: 1.3;
}
.thanks .wrapper {
  margin: 0 auto 5rem;
}
.thanks .toTopBT {
  text-align: right;
  margin-top: 5rem;
}
.thanks .toTopBT a {
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
  padding: 0 1rem 1rem 1rem;
  border-bottom: 1px solid;
}
.error-message {
  line-height: 1.3;
  margin-bottom: 3rem;
  font-size: clamp(1.8rem, 1.63rem + 0.453vw, 2.5rem);
}
input[type="button"], input[type="submit"] {
  width: 32rem;
  height: 6.4rem;
  line-height: 6.4rem;
  background-size: auto auto;
  background-color: #a0c334;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: none;
  color: #fff;
  font-size: 1.6rem;
}
.confirmation + form table.formTable {
  width: 80%;
  margin: 2rem auto;
}
.confirmation + form table.formTable tr {
  display: flex;
}
.confirmation + form table.formTable tr th {
  margin-right: 3rem;
  padding: 1rem 2rem;
  width: 30%;
  text-align: left;
}
.confirmation + form table.formTable tr td {
  width: 70%;
}
.submitG {
  display: flex;
}