@charset "UTF-8";

/* .about__container{
  width: 86%;
  margin: 0 auto;
} */
/* mv 共通以外 */

.mv_img img {
  border-radius: 10px 0 0 10px !important;
}
.vertical__top__group h2 {
  writing-mode: vertical-rl;
  -ms-writing-mode: bt-lr;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 1.5rem;
  position: relative;
  display: inline-block;
  height: fit-content;
}

.vertical__top__group h2::after {
  content: "";
  display: block;
  width: 1px;
  height: clamp(20rem, 5vw, 60rem);
  background-color: #3f3f3f;
  position: absolute;
  top: 100%;
  margin-top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1100px) {
  .vertical__top__group h2::after {
    content: none;
    bottom: 0;
    left: 0;
  }
}

.vertical__top__title {
  writing-mode: vertical-rl;
  -ms-writing-mode: bt-lr;
  color: #85450a;
  font-family: "Quattrocento";
  font-size: 2rem;
  position: absolute;
  right: -50%;
  top: 0.5rem;
}

@media screen and (max-width: 769px) {
  .vertical__top__group {
    flex-direction: column-reverse;
    align-items: baseline;
    margin: 31% 0 0;
  }

  .vertical__top__group h2 {
    writing-mode: unset;
    -ms-writing-mode: unset;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0;
  }

  .vertical__top__group h2::after {
    content: none;
    bottom: 0;
    left: 0;
  }

  .vertical__top__title {
    writing-mode: unset;
    -ms-writing-mode: unset;
    font-size: 1.4rem;
    position: static;
    right: 0;
    bottom: 0;
  }

  .mv {
    padding-left: 6%;
    margin-top: 14%;
  }
}

/* ========
about
===========*/

.about__container {
  width: 86%;
  margin: clamp(60px, 8vw, 120px) auto 0;
}

.about__title {
  width: 86%;
  padding-left: 8%;
}

.about_subtitle {
  color: #85450a;
  font-size: 2rem;
  margin-right: auto;
}

.maintitle {
  font-size: 3rem;
  font-weight: 400;
}

/* about sp */
@media screen and (max-width: 769px) {
  .about__container {
    width: 91%;
    margin: 64px auto;
  }

  .about__title {
    width: 86%;
    padding-left: 3%;
  }

  .about_subtitle {
    font-size: 1.4rem;
  }

  .maintitle {
    font-size: 1.8rem;
    font-weight: 400;
    margin-left: 0;
  }
}

/* 769px sp */

/* item1 */
.about__item1 {
  margin: 55px 6% 0 0;
  display: flex;
  justify-content: space-between;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-radius: 10px 0 0 10px;
}

.item__img {
  width: 50%;
  margin-right: auto;
}

.item__txt h3 {
  font-size: 2.3rem;
  margin-bottom: 0;
}

.item__txt {
  margin-left: 6%;
  padding-right: 6%;
}

.txt__item {
  margin-top: 2.4rem;
}

.btn {
  margin-top: 42px;
}

.btn_left {
  position: absolute;
}

.txt__item:last-child {
  margin-top: 1.6rem;
}

.servise__title {
  margin-top: 3.2rem;
  padding-left: 15%;
}

.txt__brown {
  color: #85450a;
  font-family: "Quattrocento";
  font-size: 2.2rem;
  font-weight: 400;
  position: relative;
}

.txt__brown::before {
  content: "";
  background-color: #85450a;
  width: 5.6rem;
  height: 1px;
  position: absolute;
  top: 1.8rem;
  left: -8rem;
}

/* item1 sp */
@media screen and (max-width: 769px) {
  .about__item1 {
    margin: 0 auto;
    display: block;
    width: 94%;
  }

  .item__img {
    width: 100%;
    margin: 32px 0 0 0;
  }

  .item__txt h3 {
    font-size: 2rem;
  }

  .item__txt {
    margin-left: 0;
    padding-right: 0;
    margin-top: 42px;
  }

  .txt__item {
    font-size: 1.6rem;
  }

  .btn {
    margin-top: 42px;
  }

  .btn_left {
    position: unset;
  }

  .item__txt h3:last-child {
    text-align: left;
  }

  .servise__title {
    margin-top: 32px;
    padding-left: 24%;
  }

  .txt__brown {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .servise__title {
    padding-left: 12%;
  }
}

/* sp 769px */

/* item2 */
.contact__item {
  width: 80vw;
  margin: 114px 0 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.item_img__contact {
  max-width: 400px;
  width: 30%;
  margin-left: 13%;
}

.item__txt--contact h3 {
  font-size: 2.3rem;
  margin-bottom: 32px;
  font-weight: 500;
}

/* item2 sp */
@media screen and (max-width: 769px) {
  .contact__item {
    width: auto;
    margin: 64px 0 0 0;
    display: block;
  }

  .item_img__contact {
    max-width: 343px;
    width: 100%;
    margin: 0 auto;
  }

  .item__txt--contact {
    margin-top: 42px;
    text-align: center;
  }

  .item__txt--contact h3 {
    margin-bottom: 32px;
    font-size: 2rem;
    font-weight: 700;
  }
}

/* 769px sp */

/* profile */
.profile_container {
  /* width: 73%; */
  margin: 14% auto;
}

.profile_container h2 {
  margin-bottom: 55px;
}

.profile__img {
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  margin-left: 10%;
}

.profile__img::before {
  content: "";
  width: 100%;
  max-width: 1020px;
  height: 100%;
  border-radius: 10px;
  background: #fcf3e4;
  position: absolute;
  z-index: -100;
  left: 2%;
  top: 5%;
}

.item {
  width: 100%;
  max-width: 350px;
  position: relative;
}

.figtxt {
  writing-mode: vertical-rl;
  -ms-writing-mode: bt-lr;
  margin-top: -1.2em;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.2rem;
  background: #fffefe;
  border: 1px solid #3f3f3f;
  height: 80%;
  padding: 2% 3%;
  position: absolute;
  left: -8%;
  top: 0;
}

.item__txt--profile {
  margin-left: 8%;
  position: relative;
}

/* .item__txt--profile::before {
  content: "";
  width: 1px;
  height: 14rem;
  background-color: #85450a;
  position: absolute;
  top: 10rem;
  left: -8.2rem;
} */

.txt__small {
  color: #85450a;
  font-family: "Quattrocento";
  font-size: 1.8rem;
}

.career {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.career dd {
  margin-left: 2rem;
  width: 70%;
}

.career dt {
  padding-bottom: 20px;
  width: 22%;
}

/* profile sp */
@media screen and (max-width: 768px) {
  .profile_container {
    margin-top: 9rem;
  }

  .profile__img {
    display: block;
    border-radius: 50%;
    position: relative;
    margin-left: 0;
  }

  .profile__img::before {
    content: none;
  }

  .item {
    width: 90%;
    margin-top: 32px;
    display: block;
    padding-left: 0;
  }

  .item img {
    border-radius: 50%;
  }

  .figtxt {
    writing-mode: unset;
    -ms-writing-mode: unset;
    margin-top: 16px;
    height: fit-content;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80%;
    letter-spacing: 0.5rem;
  }

  .item__txt--profile {
    margin-left: 0;
  }

  .item__txt--profile::before {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #85450a;
    top: -4rem;
    left: 10rem;
  }

  .txt__small {
    margin-top: 80px;
    margin-bottom: 3.6rem;
  }

  .career {
    margin-top: 16px;
  }

  .career dt {
    padding-bottom: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .profile__img {
    display: flex;
    gap: 4%;
    justify-content: center;
    align-items: flex-start;
  }

  .item__txt--profile::before {
    display: none;
  }

  .txt__small {
    margin-top: 0;
  }

  .item {
    width: 100%;
    margin-top: 0;
  }
}

/* 769px sp */
