@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Serif JP", "Noto Sans JP", "Roboto", "Cormorant", sans-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;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: 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 {
  position: fixed;
  width: 100%;
  height: 95px;
  z-index: 10;
  background-color: transparent;
  border-bottom: #f9f2e5 solid 1px;
}
@media screen and (max-width: 768px) {
  .header {
    height: 75px;
  }
}

.header.scrolled {
  background-color: #222;
  border-bottom: none;
  z-index: 5000;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 15px;
  }
}

.header__logo {
  width: 171px;
}

.header__nav {
  height: inherit;
}

.header__items {
  display: flex;
  align-items: center;
  height: inherit;
}

.header__item:not(:first-child) {
  margin-left: 36px;
}

.header__link {
  display: block;
  color: #f9f2e5;
  font-size: 18px;
  font-family: "cormorant";
  font-weight: 500;
}

.header__contact {
  padding: 12px 32px;
  font-family: "cormorant";
}

.hamburger {
  position: fixed;
  z-index: 9999;
  top: 30px;
  right: 15px;
  width: 25px;
  height: 16px;
}

.hamburger.is-active {
  right: 17px;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f9f2e5;
  transition: transform 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
  transition: opacity 0, 3s;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

.hamburger.is-active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.drawer-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.9);
}

.drawer-menu__inner {
  width: 53%;
  height: inherit;
  margin-inline: auto;
}

.drawer-menu__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.drawer-menu__item:not(:first-child) {
  margin-top: 50px;
}

.drawer-menu__item:not(:last-child):before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("https://taku-art.github.io/works4/images/top/section-title-logo-img.svg");
  background-position: center;
  background-size: contain;
}

.drawer-menu__item:last-child {
  color: #f9f2e5;
  border: 1px solid #f9f2e5;
  border-radius: 3px;
  padding: 14px 70px;
}

.drawer-menu__link {
  color: #f9f2e5;
  font-size: 18px;
  font-weight: 500;
}

.fv {
  width: 100%;
  height: 100vh;
}

.fv__inner {
  width: 100%;
  height: inherit;
  position: relative;
}

.fv__slider,
.swiper-slide picture,
.swiper-slide img {
  height: inherit;
}

.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.06);
  margin: 0 70px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  position: absolute;
  top: 40%;
  left: 38%;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #f9f2e5;
  border-right: 2px solid #f9f2e5;
}

.swiper-button-prev::after {
  top: 40%;
  left: 44%;
  transform: rotate(-135deg);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px;
}

.swiper-pagination-bullet {
  width: 70px;
  height: 4px;
  opacity: 1;
  border-radius: 0;
  background-color: #332f27;
}

.swiper-pagination-bullet-active {
  background-color: #f9f2e5;
}

.fv__title {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 14.2%;
}
@media screen and (max-width: 1024px) {
  .fv__title {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
  }
}

.fv__title.is-active {
  display: none;
}

.fv__title-main {
  font-size: 54px;
  color: #f9f2e5;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Cormorant";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fv__title-main {
    font-size: 36px;
    letter-spacing: 0;
  }
}

.fv__title-sub {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .fv__title-sub {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.about {
  background-color: #272625;
  padding: 80px 0 20px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 60px 0 0 0;
  }
}

.about__card {
  display: flex;
  justify-content: center;
  /* 必要に応じて z-index を設定 */
  position: relative;
  z-index: 0;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .about__card {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 70px;
  }
}

.card-img {
  aspect-ratio: 36/50;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .card-img {
    width: 70%;
    margin-top: 40px;
  }
}

.card-text {
  color: #f9f2e5;
  writing-mode: vertical-rl;
  font-size: 22px;
  font-family: "Noto Serif JP";
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-left: 52px;
}
@media screen and (max-width: 768px) {
  .card-text {
    font-size: 14px;
    line-height: 1.29;
    margin-left: 0;
  }
}

.about__text-button-area {
  max-width: 600px;
  margin-inline: auto;
  display: flex; /* 追加 */
  flex-direction: column; /* 縦方向にアイテムを並べる */
  align-items: center; /* 子要素を中央寄せ */
  position: relative;
  top: -60px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .about__text-button-area {
    max-width: 305px;
    top: -80px;
  }
}

.about__text-area {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #f9f2e5;
}
@media screen and (max-width: 768px) {
  .about__text-area {
    font-size: 14px;
    line-height: 1.857;
  }
}

.about__button-area {
  padding: 16px 57px;
  margin-top: 40px;
  position: relative;
  color: #f9f2e5;
  border: 1px solid #f9f2e5;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .about__button-area {
    padding: 14px 47px;
    margin-top: 30px;
  }
}

.about__button-area::after {
  position: absolute;
  top: 24px;
  right: 21px;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #f9f2e5;
  border-right: 2px solid #f9f2e5;
}
@media screen and (max-width: 768px) {
  .about__button-area::after {
    top: 20px;
    right: 18px;
  }
}

.service {
  padding: 80px 0;
  background-color: #222;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 60px 0;
  }
}

.service__tab {
  margin-top: 71px;
}
@media screen and (max-width: 768px) {
  .service__tab {
    margin-top: 50px;
  }
}

.tab__list {
  text-align: center;
}

.tab__button {
  color: #f9f2e5;
  border-bottom: 1px solid #2c2c2c;
  padding-bottom: 6px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .tab__button {
    font-size: 14px;
    padding-bottom: 4px;
  }
}

.tab__button:not(:first-child) {
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .tab__button:not(:first-child) {
    margin-left: 45px;
  }
}

.tab__button.is-active {
  border-bottom: 1px solid #707070;
}

.tab__contents {
  margin-top: 50px;
}

.tab__content {
  display: none;
  grid-template-columns: repeat(3, 330px);
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .tab__content {
    grid-template-columns: repeat(2, 280px);
  }
}
@media screen and (max-width: 768px) {
  .tab__content {
    grid-template-columns: repeat(1, 250px);
  }
}

.tab__content.is-active {
  display: grid;
}

.tab__card {
  box-shadow: 3px 3px 4px rgba(29, 29, 29, 0.75);
}
@media screen and (max-width: 768px) {
  .tab__card {
    box-shadow: 3px 3px 6px rgba(29, 29, 29, 0.75);
  }
}

.card__img-container {
  position: relative;
}

.card__img {
  aspect-ratio: 33/37;
}
@media screen and (max-width: 768px) {
  .card__img {
    aspect-ratio: 25/28;
  }
}

.card-tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #f9f2e5;
  background-color: #332f27;
  padding: 7px 28px 6px;
}
@media screen and (max-width: 768px) {
  .card-tag {
    padding: 6.5px 29px;
  }
}

.card__body {
  padding: 16px;
  letter-spacing: 0.05em;
}

.card__body-title {
  color: #f9f2e5;
}

.card__body-text {
  color: #f9f2e5;
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.538;
}

.news {
  padding: 80px 0;
  background-color: #bcb5a8;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 60px 0;
  }
}

.section-title {
  color: #222;
}

.news__list {
  max-width: 1030px;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 375px) {
  .news__list {
    max-width: 285px;
  }
}

.news__item {
  display: flex;
  align-items: center;
  padding-bottom: 27px;
  border-bottom: 1px solid #a4a4a0;
}
@media screen and (max-width: 768px) {
  .news__item {
    flex-direction: column;
    align-items: initial;
    padding-bottom: 22px;
  }
}

.news__item:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .news__item:not(:first-child) {
    margin-top: 22px;
  }
}

.news__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.news-item__container {
  display: flex;
  align-items: center;
}

.news-item__date {
  font-size: 14px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .news-item__date {
    font-size: 13px;
  }
}

.news-item__tag {
  margin-left: 30px;
  color: #f9f2e5;
  background-color: #332f27;
  padding: 6.5px 24px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .news-item__tag {
    padding: 4.5px 20px;
  }
}

.news-item__title {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .news-item__title {
    margin-left: 0;
    margin-top: 22px;
  }
}

.contact {
  background-color: #272625;
}
@media screen and (max-width: 768px) {
  .contact {
    background-image: url(https://taku-art.github.io/works4/images/top/contact-img-sp.jpg);
    background-size: cover;
  }
}

.contact__wrapper {
  display: flex;
}

.contact__inner {
  padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 58px 80px;
  }
}

.contact__contents {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .contact__contents {
    margin-top: 50px;
  }
}

.contact__text {
  color: #f9f2e5;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 13px;
  }
}

.contact__button {
  padding: 16px 49px;
  margin-top: 18px;
  position: relative;
  color: #f9f2e5;
  border: 1px solid #f9f2e5;
  border-radius: 6px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contact__button {
    padding: 14px 40px;
  }
}

.contact__button::after {
  position: absolute;
  top: 24px;
  right: 21px;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #f9f2e5;
  border-right: 2px solid #f9f2e5;
}
@media screen and (max-width: 768px) {
  .contact__button::after {
    top: 20px;
    right: 18px;
  }
}

.contact__img {
  background-image: url(https://taku-art.github.io/works4/images/top/contact-img.jpg);
  aspect-ratio: 670/399;
  background-position: center;
  background-size: cover;
  max-width: 670px;
  width: 100%;
}

.footer {
  padding: 32px 0;
  background-color: #222;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 22px 0;
  }
}

.footer__copyright {
  color: #f9f2e5;
  font-size: 14px;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
}

.about-fv {
  background-image: url(https://taku-art.github.io/works4/images/about/fv-img.jpg);
  background-position: top;
  aspect-ratio: 1440/543;
  width: 100%;
  height: 100vh;
}
.about-fv__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  color: #f9f2e5;
  font-size: 46px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about-fv__title {
    font-size: 36px;
    letter-spacing: 0;
  }
}

.about-message {
  padding: 80px 0;
  background-color: #272625;
}
@media screen and (max-width: 768px) {
  .about-message {
    padding: 60px 0;
  }
}

.about-message__text-container {
  max-width: 720px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .about-message__text-container {
    max-width: 285px;
  }
}

.about-message__heading-title {
  color: #f9f2e5;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.67;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-message__heading-title {
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0.05em;
  }
}

.about-message__heading-text {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-family: "Cormorant";
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #f9f2e5;
}
@media screen and (max-width: 768px) {
  .about-message__heading-text {
    margin-top: 20px;
    text-align: initial;
    font-size: 14px;
    line-height: 1.857;
  }
}

.about-message__media {
  display: flex;
  flex-direction: row-reverse;
  max-width: 644px;
  align-items: flex-start;
  margin-inline: auto;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .about-message__media {
    flex-direction: column-reverse;
    max-width: 250px;
    margin-top: 60px;
  }
}

.media__text-area {
  width: 50%;
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .media__text-area {
    width: 100%;
    margin-top: 18px;
  }
}

.media__text,
.media__text2 {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #f9f2e5;
}

.media__text {
  margin-top: 26px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .media__text {
    margin-top: 18px;
    line-height: 1.857;
  }
}

.media__text2 {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .media__text2 {
    font-size: 13px;
    text-align: initial;
  }
}

.media__img {
  background-image: url(https://taku-art.github.io/works4/images/about/message-img.png);
  aspect-ratio: 29/34;
  width: 45%;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .media__img {
    width: 100%;
  }
}

.about-profile {
  padding: 80px 0;
  background-color: #222;
}
@media screen and (max-width: 768px) {
  .about-profile {
    padding: 60px 0;
  }
}

.about-profile__inner {
  max-width: 817px;
  padding-left: 25px;
  padding-right: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .about-profile__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.about-profile__list {
  max-width: 734px;
  margin-inline: auto;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .about-profile__list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .about-profile__list {
    max-width: 285px;
  }
}

.about-profile__term,
.about-profile__description {
  padding-bottom: 16px;
  border-bottom: 1px solid #99958f;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .about-profile__term,
.about-profile__description {
    padding-bottom: 0;
    border-bottom: initial;
  }
}

.about-profile__term:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .about-profile__term:not(:first-child) {
    margin-top: 22px;
  }
}

.about-profile__description:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .about-profile__description:not(:first-of-type) {
    margin-top: 12px;
  }
}

.about-profile__term {
  width: 20%;
  color: #f9f2e5;
}
@media screen and (max-width: 768px) {
  .about-profile__term {
    width: 100%;
  }
}

.about-profile__description {
  width: 80%;
  color: #f9f2e5;
}
@media screen and (max-width: 768px) {
  .about-profile__description {
    width: 100%;
    margin-top: 12px;
    padding-bottom: 22px;
    border-bottom: 1px solid #99958f;
  }
}

.about-profile__link {
  display: block;
  color: #f9f2e5;
  margin-top: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .about-profile__link {
    margin-top: 7px;
  }
}

.about-profile__link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background-image: url("https://taku-art.github.io/works4/images/about/map-icon-img.svg");
  background-position: center;
  background-size: contain;
  margin-left: 4px;
}

.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  background: rgba(34, 34, 34, 0.8);
}

.modal.is-open {
  visibility: visible;
  opacity: 1;
}

.modal__body {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 460px;
}
@media screen and (max-width: 375px) {
  .modal__body {
    width: 268px;
  }
}

.modal__content {
  padding: 24px;
}
@media screen and (max-width: 375px) {
  .modal__content {
    padding: 14px;
  }
}

.modal__text {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .modal__text {
    font-size: 14px;
  }
}

.modal__img {
  margin-top: 24px;
  display: block;
}
@media screen and (max-width: 375px) {
  .modal__img {
    margin-top: 13px;
  }
}

.modal__close-button {
  position: absolute;
  z-index: 9999;
  top: 30px;
  right: 24px;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 375px) {
  .modal__close-button {
    top: 22px;
    right: 14px;
  }
}

.modal__close-button span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0px;
  background-color: #222;
}

.modal__close-button span:nth-child(1) {
  transform: rotate(45deg);
}

.modal__close-button span:nth-child(2) {
  transform: rotate(-45deg);
}

.contact-fv {
  background-image: url(https://taku-art.github.io/works4/images/contact/fv-img.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-fv {
    background-image: url(https://taku-art.github.io/works4/images/contact/fv-img-sp.jpg);
  }
}

.contact-fv__title {
  color: #f9f2e5;
  font-size: 46px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .contact-fv__title {
    font-size: 36px;
    letter-spacing: normal;
    font-weight: 500;
  }
}

.contact-contact {
  padding: 80px 0;
  background-color: #272625;
}
@media screen and (max-width: 768px) {
  .contact-contact {
    padding: 60px 0 22px;
  }
}

.contact-contact__inner {
  max-width: 850px;
  padding-left: 25px;
  padding-right: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact-contact__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact-contact__text {
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: 0.05em;
  color: #f9f2e5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-contact__text {
    text-align: left;
  }
}

.contact-form {
  margin-top: 22px;
  box-shadow: 3px 3px 6px rgba(29, 29, 29, 0.75);
}
@media screen and (max-width: 768px) {
  .contact-form {
    margin-top: 20px;
  }
}

.form__inner {
  max-width: 550px;
  margin-inline: auto;
  padding: 60px 25px;
}
@media screen and (max-width: 768px) {
  .form__inner {
    padding: 40px 15px;
  }
}

.form__item:nth-of-type(2) {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .form__item:nth-of-type(2) {
    margin-top: 20px;
  }
}

.form__item:nth-of-type(3),
.form__item:nth-of-type(4) {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .form__item:nth-of-type(3),
.form__item:nth-of-type(4) {
    margin-top: 20px;
  }
}

.form__align {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form__align {
    flex-direction: column;
    align-items: initial;
  }
}

.form__label {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .form__label {
    width: 100%;
  }
}

.form__label-text {
  color: #f9f2e5;
  font-size: 14px;
}

.form__label-text span {
  color: #f93212;
}

.form__input {
  width: 70%;
  padding: 10px 12px;
  background-color: #bcb5a8;
}
@media screen and (max-width: 768px) {
  .form__input {
    width: 100%;
    margin-top: 4px;
  }
}

.form__input-text {
  color: #222;
  font-size: 14px;
}

.form__input-text::-moz-placeholder {
  font-size: 14px;
  color: #99958f;
}

.form__input-text::placeholder {
  font-size: 14px;
  color: #99958f;
}

.form__label--wide {
  width: 100%;
}

.form__check {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form__check {
    flex-direction: column;
    margin: 8px;
  }
}

.form__check label {
  font-size: 14px;
  color: #f9f2e5;
}

.form__check-item:first-child {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .form__check-item:first-child {
    margin-left: 12px;
  }
}

.form__check-item:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .form__check-item:not(:first-child) {
    margin-left: 12px;
    margin-top: 16px;
  }
}

.form__check-item input {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}

.form__check-item input[type=radio] {
  display: initial;
}

.form__align--start {
  align-items: flex-start;
}

.form__label--margin {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .form__label--margin {
    margin-top: 0;
  }
}

.form__textarea {
  height: 171px;
  width: 100%;
  resize: none;
}

.form__textarea::-moz-placeholder {
  font-size: 14px;
  color: #99958f;
}

.form__textarea::placeholder {
  font-size: 14px;
  color: #99958f;
}

.form__button {
  border: 1px solid #f9f2e5;
  padding: 16px 75px;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-left: 30%;
}
@media screen and (max-width: 768px) {
  .form__button {
    padding: 14px 70px;
    margin-top: 20px;
    margin-inline: auto;
  }
}

.form__button button {
  color: #f9f2e5;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .form__button button {
    font-size: 14px;
  }
}

.button {
  color: #f9f2e5;
  border: 1px solid #f9f2e5;
  border-radius: 3px;
}

.inner {
  width: 100%;
  max-width: 1250px;
  padding-left: 25px;
  padding-right: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner--width {
  max-width: 600px;
}

.title-container {
  display: flex;
  align-items: center;
}

.line {
  flex-grow: 1;
  height: 1px;
  background-color: #99958f;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .line {
    margin-left: 16px;
  }
}

.section-title {
  font-size: 38px;
  letter-spacing: 0.05em;
  color: #f9f2e5;
  font-family: "Cormorant";
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }
}

.section-title::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("https://taku-art.github.io/works4/images/top/section-title-logo-img.svg");
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .section-title::before {
    margin-right: 9px;
  }
}

.section-title--reverse {
  color: #222;
}

.section-title--reverse::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("https://taku-art.github.io/works4/images/top/section-title-logo-img.svg");
  background-position: center;
  background-size: contain;
  filter: invert(1);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .section-title--reverse::before {
    margin-right: 9px;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-br {
  display: block;
  margin-top: 7px;
}
