html {
  font-size: 16px;
}

body {
  font-family: "Zen Old Mincho", serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

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

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.header__inner {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 30px;
  margin-inline: auto;
  height: 110px;
  width: 100%;
  position: fixed;
  z-index: 9999;
}

.header__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo img {
  height: 40px;
  width: auto;
}

.header__link {
  padding: 15px 50px;
  border: 1px solid #0F0F0F;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  color: #0F0F0F;
  line-height: 2.5;
  letter-spacing: 0.005em;
  transition: all 0.4s;
}
.header__link:hover {
  color: #FFF;
  background-color: #0F0F0F;
  opacity: 1;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .header__link {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 2.5;
  }
}

.fv__bc {
  position: relative;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .fv__bc {
    padding-top: 200px;
  }
}

.fv__bc:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F7F7F7;
  width: 537px;
  height: 700px;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .fv__bc:before {
    width: 40%;
    height: 90%;
  }
}

.fv__text {
  max-width: 1080px;
  margin-inline: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 80px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv__text {
    gap: 8vw;
    justify-content: flex-end;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.fv__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  color: #0F0F0F;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .fv__ttl {
    font-size: 6vw;
  }
}

.line {
  display: block;
}

.line2 {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .line2 {
    margin-right: 20px;
  }
}

.line__inner {
  padding: 5px 15px;
  background-color: #FFF;
  box-shadow: 0 0 30px 0 rgba(160, 160, 160, 0.16);
}

.fv__subttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #0F0F0F;
  max-width: 410px;
}
@media screen and (max-width: 768px) {
  .fv__subttl {
    max-width: 50%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 375px) {
  .fv__subttl {
    padding-top: 30px;
    font-size: 4vw;
  }
}

.fv__img {
  margin-left: calc(50% - 50vw);
  position: relative;
  margin-top: -180px;
  z-index: 1;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .fv__img {
    padding-right: 0;
    margin-right: calc(50% - 50vw);
    margin-top: 30px;
    overflow: hidden;
  }
}

.concept {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .concept {
    padding-top: 120px;
  }
}

.concept__container {
  position: relative;
}

.concept__container:before {
  content: " ";
  width: 39%;
  height: 785px;
  position: absolute;
  top: 150px;
  left: 0;
  background-color: #F7F7F7;
  z-index: -15;
}
@media screen and (max-width: 768px) {
  .concept__container:before {
    top: -120px;
  }
}
@media screen and (max-width: 375px) {
  .concept__container:before {
    height: 75%;
  }
}

.inner {
  padding-left: 5%;
  padding-right: 5%;
  margin-inline: auto;
}

.ttl__head {
  text-align: center;
}

.consept__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  line-height: 3.8;
  letter-spacing: 0.01em;
  color: #0F0F0F;
  writing-mode: vertical-rl;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .consept__ttl {
    font-size: 6vw;
  }
}

.concept__txetbox {
  text-align: center;
}

.concept__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .concept__text {
    padding-top: 80px;
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .concept__text {
    font-size: 4vw;
  }
}

.concept__text:first-child {
  padding-top: 95px;
}
@media screen and (max-width: 768px) {
  .concept__text:first-child {
    padding-top: 80px;
  }
}

.concept__text:nth-child(2) {
  padding-top: 30px;
}

.concept__img1 {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .concept__img1 {
    padding-top: 100px;
  }
}

.concept__img2 {
  padding-top: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept__img2 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 375px) {
  .concept__img2 {
    padding-top: 50px;
  }
}

.concept__img2::before {
  content: " ";
  width: 90vw;
  height: 490px;
  background-color: #F7F7F7;
  position: absolute;
  right: 0;
  top: 200%;
}
@media screen and (max-width: 768px) {
  .concept__img2::before {
    height: 250%;
    top: 250%;
  }
}

.concept__img2 img {
  max-width: 400px;
  width: 33%;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .concept__img2 img {
    width: 50%;
  }
}

.concept__img3 {
  position: relative;
  padding-top: 300px;
}
@media screen and (max-width: 375px) {
  .concept__img3 {
    padding-top: 150px;
  }
}

.concept__img3 img {
  max-width: 470px;
  width: 43%;
  aspect-ratio: 47/86;
}
.contact {
  margin-top: 200px;
  background-image: url(../images/contact01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 1440/748;
}
@media screen and (max-width: 768px) {
  .contact {
    aspect-ratio: 600/748;
    margin-top: 120px;
  }
}

.contact__textbox {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 10% 5%;
}
@media screen and (max-width: 375px) {
  .contact__textbox {
    font-size: 5vw;
  }
}

.contact__text:not(:first-child) {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .contact__text:not(:first-child) {
    padding-top: 30px;
  }
}

.contact__link {
  display: inline-block;
  margin-top: 80px;
  padding: 20px 60px;
  border: 1px solid #FFF;
  color: #FFF;
  transition: all 0.4s;
}
@media screen and (max-width: 375px) {
  .contact__link {
    padding: 8% 20%;
  }
}
.contact__link:hover {
  background-color: #FFF;
  color: #0F0F0F;
  transition: all 0.4s;
  opacity: 1;
}

.footer {
  margin-top: 200px;
  text-align: center;
  background-color: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 150px;
  }
}

.footer__copyright {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding: 40px;
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  .footer__copyright {
    font-size: 3vw;
  }
}/*# sourceMappingURL=style.css.map */