@charset "UTF-8";
body {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #595757;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  height: auto;
}

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

.mv_br {
  display: block;
}
@media screen and (max-width: 1500px) {
  .mv_br {
    display: none;
  }
}

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

.mp_br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .mp_br {
    display: block;
  }
}

.border {
  display: block;
  border-bottom: 0.5px solid #595757;
}

.inner {
  margin: 0 auto;
}
.inner__01 {
  max-width: 1920px;
}
.inner__02 {
  max-width: 1160px;
  padding: 0 30px;
}
@media only screen and (max-width: 1100px) {
  .inner__02 {
    max-width: 640px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .inner__02 {
    max-width: 375px;
  }
}

.btn_all {
  position: relative;
  background-color: #c49862;
  color: #fff;
  width: 195px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 9.641px;
}
.btn_all .dot::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  top: 52%;
  right: 60px;
  transform: translateY(-50%);
  background-color: #fff;
}
.btn_all .dot__white::before {
  background-color: #c49862;
}
.btn_all__white {
  background-color: #fff;
  color: #c49862;
}

.link_btn {
  width: 46px;
  height: 46px;
  background-color: #c49862;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .link_btn {
    width: 27.6px;
    height: 27.6px;
  }
}
.link_btn .arrow {
  width: 24px;
  transform: scaleX(-1);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .link_btn .arrow {
    width: 14.4px;
  }
}

.pg_container {
  display: flex;
  align-items: center;
  margin-top: 35px;
  position: relative;
  gap: 20px;
}
.pg_container__works {
  margin-top: 110px;
}
@media screen and (max-width: 1100px) {
  .pg_container__works {
    margin-top: 80px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .pg_container__works {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .pg_container__t-seminar {
    justify-content: center;
  }
}
.pg_container__news {
  margin-top: 125px;
}
@media screen and (max-width: 1100px) {
  .pg_container__news {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pg_container__news {
    margin-top: 80px;
  }
}
.pg_container__single-works {
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1100px) {
  .pg_container__single-works {
    gap: 20px;
  }
}
.pg_container__single-works .pg_box > a {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .pg_container__single-works .pg_box > a {
    gap: 10px;
  }
}
.pg_container__single-works .pg_box {
  display: flex;
  align-items: center;
}
.pg_container__single-works .btn_all {
  margin-left: 120px;
}
@media screen and (max-width: 1100px) {
  .pg_container__single-works .btn_all {
    margin-left: 20px;
  }
}
.pg_container .pg-arrow_item {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #c9caca;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pg_container .pg-arrow_item {
    width: 32.2px;
    height: 32.2px;
  }
}
.pg_container .pg-arrow_item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg_container .pg-arrow_item__right .pg_arrow {
  transform: scaleX(-1);
}
.pg_container .pg-arrow_item__gold {
  background-color: #c49862;
}
.pg_container .pg-arrow_item .pg_arrow {
  width: 23px;
}
@media screen and (max-width: 768px) {
  .pg_container .pg-arrow_item .pg_arrow {
    width: 16.1px;
  }
}
.pg_container .pg_all_btn {
  position: absolute;
  top: 50%;
  left: 160px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .pg_container .pg_all_btn {
    top: unset;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.title_box {
  display: flex;
  align-items: flex-end;
  gap: 33px;
}
@media screen and (max-width: 1100px) {
  .title_box {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .title_box {
    gap: 15px;
  }
}
.title_box .title .news_text {
  width: 211px;
}
@media screen and (max-width: 768px) {
  .title_box .title .news_text {
    width: 105.5px;
  }
}
.title_box .title .seminar_text {
  width: 323px;
}
@media screen and (max-width: 768px) {
  .title_box .title .seminar_text {
    width: 161.5px;
  }
}
.title_box .title .contact_text {
  width: 377px;
}
@media screen and (max-width: 768px) {
  .title_box .title .contact_text {
    width: 188.5px;
  }
}
.title_box .title .business_text {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .title_box .title .business_text {
    width: 170px;
  }
}
.title_box .title .work-flow_text {
  width: 487px;
}
@media screen and (max-width: 768px) {
  .title_box .title .work-flow_text {
    width: 243.5px;
  }
}
.title_box .title .works_text {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .title_box .title .works_text {
    width: 140px;
  }
}
.title_box .sub-title {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .title_box .sub-title {
    font-size: 14px;
  }
}
.title_box .sub-title__white {
  color: #fff;
}

.sec_title {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.58;
}
@media screen and (max-width: 768px) {
  .sec_title {
    font-size: 24px;
  }
}

.sec_text {
  line-height: 2.45;
}

.box_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .box_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .box_title__02 {
    letter-spacing: 0.06em;
  }
}

.box_text {
  line-height: 2;
}

.hd {
  background-color: #fef9f0;
  height: 140px;
  padding: 25px 0 75px 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .hd {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .hd {
    height: 55px;
    padding: 20px 0 50px 0;
  }
}
.hd__white {
  background-color: #fff;
}

.hd_container {
  max-width: 1580px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h1 {
  padding-left: 45px;
}
@media screen and (max-width: 1400px) {
  h1 {
    padding-left: 20px;
  }
}
h1 .h_logo {
  width: 354px;
}
@media screen and (max-width: 1400px) {
  h1 .h_logo {
    width: 283.2px;
  }
}
@media screen and (max-width: 768px) {
  h1 .h_logo {
    width: 155px;
  }
}

.hd_inner_container {
  display: flex;
  gap: 84px;
  align-items: center;
}

@media screen and (max-width: 1400px) {
  .hd_nav {
    font-size: 16px;
  }
}
.hd_nav .hd_nav__box {
  display: flex;
  align-items: center;
  gap: 65px;
}
@media screen and (max-width: 1400px) {
  .hd_nav .hd_nav__box {
    gap: 40px;
  }
}

.hd_contact {
  background-color: #c49862;
  border-radius: 9.641px;
  width: 195px;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .hd_contact {
    margin-left: 20px;
    font-size: 16px;
    width: 156px;
    height: 36px;
  }
}

.hd_menuBtn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #c49862;
  color: #fff;
  width: 110px;
  height: 110px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.hd_menuBtn__lines {
  width: 48px;
  height: 27px;
  background: transparent;
  position: relative;
  display: block;
}

/* 上・中・下 */
.hd_menuBtn__lines::before,
.hd_menuBtn__lines::after,
.hd_menuBtn__lines span {
  content: "";
  position: absolute;
  left: 0;
  width: 48px;
  height: 2px;
  background: #fff;
}

.hd_menuBtn__lines::before {
  top: 0;
}

.hd_menuBtn__lines span {
  top: 12px;
}

.hd_menuBtn__lines::after {
  top: 24px;
}

/* MENU文字*/
.hd_menuBtn__label {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1;
}

/* ▼ 1100px以下*/
@media screen and (max-width: 1100px) {
  .hd_nav,
  .hd_contact {
    display: none;
  }
  .hd_menuBtn {
    display: flex;
  }
}
/* ▼ 768px以下*/
@media screen and (max-width: 768px) {
  .hd_menuBtn {
    width: 55px;
    height: 55px;
    gap: 8px;
  }
  .hd_menuBtn__lines {
    width: 28px;
    height: 15px;
  }
  .hd_menuBtn__lines::before,
  .hd_menuBtn__lines::after,
  .hd_menuBtn__lines span {
    width: 28px;
    height: 1px;
  }
  .hd_menuBtn__lines::before {
    top: 0;
  }
  .hd_menuBtn__lines span {
    top: 7px;
  }
  .hd_menuBtn__lines::after {
    top: 14px;
  }
  .hd_menuBtn__label {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
}
/* ▼ SPメニュー（ドロワー） */
.hd_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9998;
}

.hd_drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(86vw, 360px);
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  padding: 90px 24px 24px;
}
.hd_drawer.is-open {
  transform: translateX(0);
}

.hd_drawer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hd_drawer__list a {
  display: block;
  padding: 14px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.hd_drawer__contact {
  margin-top: 12px;
  background: #c49862;
  color: #fff !important;
  border-radius: 10px;
  padding: 14px 12px !important;
  text-align: center;
  border-bottom: none !important;
}

#contact {
  padding: 110px 0 115px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 50px 0;
  }
}
#contact .title_box {
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
#contact .contact_box {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  #contact .contact_box {
    padding-top: 40px;
  }
}
#contact .contact_box p {
  padding-bottom: 15px;
}
#contact .contact_btn {
  margin: 0 auto;
  width: 263px;
  height: 105px;
  display: flex;
  align-items: center;
  background-color: #c49862;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 33px;
  position: relative;
  padding-left: 30px;
}
#contact .contact_btn .dot::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  top: 52%;
  right: 28px;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #contact .contact_btn .dot::after {
    width: 8.8px;
    height: 8.8px;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact_btn {
    width: 157.8px;
    height: 63px;
    font-size: 13.2px;
    border-radius: 19.8px;
    padding-left: 18px;
  }
}

#footer {
  padding: 45px 70px;
  background-color: #fef9f0;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 0;
  }
}
#footer .f_nav {
  color: #c49862;
}
#footer .f_nav .f_nav_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
}
@media screen and (max-width: 1100px) {
  #footer .f_nav .f_nav_box {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #footer .f_nav .f_nav_box {
    flex-direction: column;
    gap: 25px;
  }
}
#footer .f_logo_box .f_nav_logo {
  display: block;
  padding-top: 230px;
  width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #footer .f_logo_box .f_nav_logo {
    padding-top: 100px;
    width: 175px;
  }
}

#mv_area {
  position: relative;
  padding-top: 115px;
  overflow-x: hidden;
}
@media screen and (max-width: 1100px) {
  #mv_area {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #mv_area {
    padding-top: 30px;
  }
}

/* =========================
    テキスト側（inner内）
========================= */
#mv_area .mv_container {
  position: relative;
}
#mv_area .mv-text_box {
  padding-top: 66px;
  line-height: 2.45;
  max-width: 550px;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  #mv_area .mv-text_box {
    padding-top: 640px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #mv_area .mv-text_box {
    padding-top: 540px;
  }
}
@media screen and (max-width: 768px) {
  #mv_area .mv-text_box {
    padding-top: 300px;
  }
}
#mv_area .mv-text_box__archive {
  padding-top: 70px;
}

/* =========================
    画像エリア（inner外）
========================= */
.mv-img_outer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .mv-img_outer {
    right: 50%;
    transform: translateX(50%);
  }
}

/* =========================
    MV画像本体
========================= */
.mv-img_box {
  position: relative;
  margin-left: auto;
  z-index: 0;
  width: clamp(480px, 38vw, 748px);
  aspect-ratio: 748/525;
  margin-left: auto;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  right: 188px;
  top: 163px;
}
.mv-img_box__about {
  background-image: url("../img/about/mv_about.png'); ?>");
}
.mv-img_box__seminar {
  background-image: url("../img/seminar/mv_seminar.png'); ?>");
}
.mv-img_box__works {
  background-image: url("../img/works/mv_works.png'); ?>");
}
.mv-img_box__contactPage {
  background-image: url("../img/contact/c_01.svg'); ?>");
  background-size: 277px auto;
  top: 100px;
  right: 477px;
  height: 262px;
}
@media screen and (max-width: 768px) {
  .mv-img_box__contactPage {
    background-size: 193.9px auto;
  }
}
.mv-img_box__newsPage {
  background-image: url("../img/news/n_01.svg'); ?>");
  background-size: 305px auto;
  top: 30px;
  right: 452px;
  height: 370px;
}
@media screen and (max-width: 768px) {
  .mv-img_box__newsPage {
    background-size: 213.5px auto;
    top: 108px !important;
  }
}
@media screen and (max-width: 1500px) {
  .mv-img_box {
    background-position: center top;
    top: 265px;
    right: 50%;
    transform: translateX(50%);
    width: 748px;
  }
}
@media screen and (max-width: 1500px) {
  .mv-img_box {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .mv-img_box {
    top: 125px;
    width: 335px;
  }
}

#top {
  background-color: #fef9f0;
}
#top .mv_top_sample {
  display: block;
  margin: 0 auto;
}
#top #top_news {
  background-color: #c49862;
  padding: 50px 0 55px;
}
@media screen and (max-width: 1100px) {
  #top #top_news {
    padding: 50px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  #top #top_news {
    padding: 40px 0 140px;
  }
}
#top #top_news .inner__02 {
  position: relative;
}
#top #top_news .title_box .btn_all__news {
  position: absolute;
  top: 4%;
  left: 465px;
}
@media screen and (max-width: 1100px) {
  #top #top_news .title_box .btn_all__news {
    top: unset;
    bottom: -60%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top #top_news .news_container {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 9.475px;
  padding: 27px 0 27px 46px;
}
@media screen and (max-width: 768px) {
  #top #top_news .news_container {
    padding: 15px 0 15px 15px;
    margin-top: 40px;
  }
}
#top #top_news .news_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#top #top_news .news_link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top #top_news .news_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
#top #top_news .news_link .news_date {
  display: block;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top #top_news .news_link .news_date {
    font-size: 10px;
  }
}
#top #top_news .news_link .news_date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #595757;
}
@media screen and (max-width: 768px) {
  #top #top_news .news_link .news_date::after {
    display: none;
  }
}
#top #top_news .news_link .news_title {
  display: block;
  padding-left: 45px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #top #top_news .news_link .news_title {
    font-size: 14px;
    padding-left: 0;
  }
}
#top #t_seminar {
  background-color: #fef9f0;
  padding: 90px 0 78px;
}
@media screen and (max-width: 1100px) {
  #top #t_seminar {
    padding: 50px 0 150px;
  }
}
#top #t_seminar .se_container {
  padding: 50px 0 35px;
}
#top #t_seminar .se_box {
  display: flex;
}
#top #t_seminar .se_item {
  display: flex;
  flex-direction: column;
  line-height: 1.55;
}
#top #t_seminar .se_img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top #t_seminar .se_img {
    margin-bottom: 6px;
  }
}
#top #t_seminar .se_date {
  padding-bottom: 12px;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #top #t_seminar .se_date {
    font-size: 10px;
    padding-bottom: 6px;
  }
}
#top #t_seminar .se_swiper {
  overflow: hidden;
}
#top #t_seminar .js-slider-pagination {
  display: none;
}
#top #top_about {
  background-color: #f1eae0;
  padding: 120px 0 265px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top #top_about {
    padding: 50px 0 80px;
  }
}
#top #top_about .container_01 {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 65px;
       column-gap: 65px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #top #top_about .container_01 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
#top #top_about .box_01 {
  grid-column: 1;
  grid-row: 1/span 2;
}
#top #top_about .box_02 {
  grid-column: 2;
  grid-row: 1;
}
#top #top_about .sec_title {
  padding: 30px 0 0 0;
}
#top #top_about .sec_text {
  letter-spacing: 0;
  grid-column: 2;
  grid-row: 2;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 1100px) {
  #top #top_about .box_02 {
    order: 1;
  }
  #top #top_about .box_01 {
    order: 2;
    margin-top: 50px;
  }
  #top #top_about .sec_text {
    order: 3;
    margin-top: 50px;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #top #top_about .box_01 {
    margin-top: 20px;
  }
  #top #top_about .sec_text {
    margin-top: 20px;
  }
}
#top #top_about .container_02 {
  padding-top: 110px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  #top #top_about .container_02 {
    padding-top: 50px;
  }
}
#top #top_about .container_02 .box {
  padding: 35px 60px;
  background-color: #fff;
  border-radius: 21px;
  height: 284px;
  display: flex;
}
@media screen and (max-width: 1100px) {
  #top #top_about .container_02 .box {
    flex-direction: column;
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  #top #top_about .container_02 .box {
    padding: 20px;
    height: 450px;
  }
}
#top #top_about .container_02 .box .item_01 .service {
  display: block;
}
#top #top_about .container_02 .box .item_01 .service .service_text {
  width: 66px;
}
#top #top_about .container_02 .box .item_01 .box_title_inner {
  display: flex;
  align-items: center;
  gap: 28px;
}
#top #top_about .container_02 .box .item_01 .box_title_inner .box_title {
  padding: 20px 0 25px;
}
@media screen and (max-width: 768px) {
  #top #top_about .container_02 .box .item_01 .box_title_inner .box_title {
    padding: 15px 0 20px;
  }
}
#top #top_about .container_02 .box .item_02 {
  position: relative;
}
#top #top_about .container_02 .box .item_02 .img_01 {
  width: 210px;
  position: absolute;
  top: -10px;
  left: 46px;
}
@media screen and (max-width: 1100px) {
  #top #top_about .container_02 .box .item_02 .img_01 {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #top #top_about .container_02 .box .item_02 .img_01 {
    width: 147px;
    top: 25px;
  }
}
#top #top_about .container_02 .box .item_02 .img_02 {
  width: 202px;
  position: absolute;
  top: 15px;
  left: 47px;
}
@media screen and (max-width: 1100px) {
  #top #top_about .container_02 .box .item_02 .img_02 {
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #top #top_about .container_02 .box .item_02 .img_02 {
    width: 141.4px;
    top: 55px;
  }
}
#top #top_about .container_02 .box .item_02 .img_03 {
  width: 188px;
  position: absolute;
  top: 0;
  left: 120px;
}
@media screen and (max-width: 1100px) {
  #top #top_about .container_02 .box .item_02 .img_03 {
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #top #top_about .container_02 .box .item_02 .img_03 {
    width: 131.6px;
    top: 30px;
  }
}
#top #top_about .t-a_bottom {
  width: 100%;
  max-width: 1885px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.mv__inner {
  width: 100%;
}
.mv__frame {
  max-width: 1920px;
  margin: 0 auto;
  height: var(--h);
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
}
.mv__slider {
  height: 100%;
  overflow: hidden;
}
.mv__slider {
  height: 100%;
  overflow: visible;
  touch-action: pan-y;
}
.mv__track {
  height: 100%;
  display: flex;
  align-items: center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  gap: 70px;
}
.mv__slide {
  flex: 0 0 auto;
  width: var(--w-main);
  border-radius: 24px;
  overflow: hidden;
}
.mv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.mv__panel {
  position: absolute;
  top: 0;
  right: 175px;
  width: 675px;
  height: 100%;
  background: #fef9f0;
  display: grid;
  place-items: center;
  z-index: 2;
  pointer-events: none;
}
.mv__copy {
  pointer-events: auto;
  position: relative;
  writing-mode: vertical-rl;
  color: #595757;
}
.mv__panel::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--gap));
  top: 0;
  width: var(--gap);
  height: 100%;
  background: #fef9f0;
}
.mv__catch {
  font-size: 65px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.mv__desc {
  margin-right: 28px;
  font-size: 18px;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
.mv__num {
  display: inline-block;
  text-align: center;
}
.mv__num .catch_14 {
  width: 76px;
  margin-left: 20px;
}
@media (max-width: 1100px) {
  .mv__num .catch_14 {
    width: 40px;
    margin-left: 5px;
  }
}
.mv__num .desc_14 {
  width: 19px;
  margin-left: 12px;
}
@media (max-width: 1100px) {
  .mv__num .desc_14 {
    width: 15px;
    margin-left: 6px;
  }
}
.mv__dots {
  writing-mode: horizontal-tb;
  display: flex;
  gap: 14px;
  position: absolute;
  bottom: -30px;
  right: 150px;
  pointer-events: auto;
}
.mv .dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #dcdddd;
  cursor: pointer;
}
.mv .dot.is-active {
  background: #c49862;
}

@media (max-width: 1100px) {
  .mv {
    --h: auto;
  }
  .mv__frame {
    height: auto;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .mv__panel {
    order: 1;
    position: static;
    width: 100%;
    height: auto;
    right: auto;
    top: auto;
    z-index: auto;
    display: block;
    padding: 60px 0 24px;
  }
  .mv__panel::before {
    display: none;
  }
  .mv__copy {
    margin: 0 auto;
    writing-mode: vertical-rl;
  }
  .mv__catch {
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .mv__desc {
    margin: 0 30px 0 0;
    font-size: 14px;
    line-height: 2;
  }
  .mv__dots {
    display: none;
  }
  .mv__slider {
    order: 2;
    height: auto;
    margin-top: 18px;
    padding: 0 24px 40px;
    overflow: hidden;
  }
  .mv__track {
    height: auto;
    align-items: stretch;
    gap: 40px;
  }
  .mv__slide {
    width: 170px;
    height: 222px;
    border-radius: 24px;
  }
  .mv__slide img {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .mv {
    overflow: hidden;
  }
  .mv__frame {
    padding-bottom: 0;
  }
  .mv__slider {
    overflow: hidden;
  }
  .mv__slide {
    width: 170px !important;
    border-radius: 18px;
    height: 222px;
  }
  .mv__slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#about {
  background-color: #fef9f0;
}
#about .mv_area__about {
  padding-bottom: 173px;
}
@media screen and (max-width: 768px) {
  #about .mv_area__about {
    padding-bottom: 100px;
  }
}
#about .sec_title_box__policy {
  padding-bottom: 95px;
}
@media screen and (max-width: 1300px) {
  #about .sec_title_box__policy {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  #about .sec_title_box__policy {
    padding-bottom: 160px;
  }
}
#about .sec_title_box .our-policy {
  width: 88px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #about .sec_title_box .our-policy {
    padding-bottom: 10px;
  }
}
#about .sec_title_box .our-group {
  width: 87px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #about .sec_title_box .our-group {
    padding-bottom: 10px;
  }
}
#about .sec_title_box .item {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #about .sec_title_box .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
#about .sec_title_box .item__group {
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1300px) {
  #about .sec_title_box .item__group {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #about .sec_title_box .item__group {
    gap: 20px;
  }
}
#about .sec_title_box .item .sec_text {
  line-height: 2;
  letter-spacing: 0;
}
#about .sec_title_box .item .sec_text__policy {
  position: absolute;
  right: -100px;
}
@media screen and (max-width: 1300px) {
  #about .sec_title_box .item .sec_text__policy {
    right: unset;
    left: 0;
    top: 170px;
  }
}
@media screen and (max-width: 768px) {
  #about .sec_title_box .item .sec_text__policy {
    top: 100px;
  }
}
#about .sec_title_box .item .sec_text__group {
  max-width: 633px;
}
#about #policy .p_box__value {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  #about #policy .p_box__value {
    padding-top: 50px;
  }
}
#about #policy .p_box .sub_title {
  padding: 8px 0 35px 0;
}
#about #policy .p_box .sub_title .our-value {
  width: 64px;
}
#about #policy .p_box .sub_title .support {
  width: 52px;
}
#about #policy .p_box .sec_title__02 {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  #about #policy .p_box .sec_title__02 {
    font-size: 24px;
  }
}
#about #policy .p_box__support {
  padding: 125px 0 170px;
}
@media screen and (max-width: 768px) {
  #about #policy .p_box__support {
    padding: 80px 0 100px;
  }
}
#about #policy .item_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #about #policy .item_box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
#about #policy .item_box .item_01 {
  width: 455px;
}
@media screen and (max-width: 768px) {
  #about #policy .item_box .item_01 {
    width: 335px;
  }
}
#about #policy .item_box .item_01 .a_img {
  width: 455px;
}
@media screen and (max-width: 768px) {
  #about #policy .item_box .item_01 .a_img {
    width: 335px;
  }
}
#about #policy .item_box .item_02 {
  width: 600px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about #policy .item_box .item_02 {
    width: 335px;
  }
}
#about #policy .item_box .item_02 .box_title {
  padding-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  #about #policy .item_box .item_02 .box_title {
    padding-bottom: 220px;
    text-align: center;
  }
}
#about #policy .item_box .item_02 .box_text {
  padding-bottom: 10px;
}
#about #policy .item_box .item_02 .a_01 {
  width: 276px;
  position: absolute;
  top: -200px;
  right: -52px;
}
@media screen and (max-width: 1300px) {
  #about #policy .item_box .item_02 .a_01 {
    width: 193.2px;
    right: 80px;
  }
}
@media screen and (max-width: 1100px) {
  #about #policy .item_box .item_02 .a_01 {
    top: 90px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 768px) {
  #about #policy .item_box .item_02 .a_01 {
    top: 110px;
  }
}
#about #policy .item_box .item_02 .a_02 {
  width: 224px;
  position: absolute;
  top: -250px;
  right: -41px;
}
@media screen and (max-width: 1300px) {
  #about #policy .item_box .item_02 .a_02 {
    width: 156.8px;
    right: 80px;
  }
}
@media screen and (max-width: 1100px) {
  #about #policy .item_box .item_02 .a_02 {
    top: 90px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 768px) {
  #about #policy .item_box .item_02 .a_02 {
    top: 76px;
  }
}
#about #flow {
  background-color: #f1eae0;
  padding: 120px 0 115px;
  /* PC：横ライン（1本） */
  /* ===== 1100px以下：3列 ===== */
}
@media screen and (max-width: 768px) {
  #about #flow {
    padding: 80px 0;
  }
}
#about #flow .box_title {
  padding: 65px 0 20px;
}
#about #flow .box_text {
  padding-bottom: 90px;
  line-height: 2.23;
}
@media screen and (max-width: 1100px) {
  #about #flow .box_text {
    padding-bottom: 50px;
  }
}
#about #flow .stepFlow {
  padding: 40px 0;
}
#about #flow .stepFlow__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  align-items: start;
}
#about #flow .stepFlow__row:not(:last-child) {
  margin-bottom: 48px;
}
#about #flow .stepFlow__line {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 32.5px;
  height: 1px;
  background: #c49862;
  z-index: 0;
}
#about #flow .stepFlow__item {
  position: relative;
  z-index: 1;
  text-align: center;
}
#about #flow .stepFlow__circle {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 50%;
  background: #c49862;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  display: grid;
  place-items: center;
}
#about #flow .stepFlow__text {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
  color: #595757;
}
@media screen and (max-width: 1100px) {
  #about #flow .stepFlow__row {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 60px;
  }
  #about #flow .stepFlow__line {
    display: none;
  }
  #about #flow .stepFlow__item::before {
    content: "";
    position: absolute;
    top: 32.5px;
    left: -50%;
    width: 100%;
    height: 1px;
    background: #c49862;
    z-index: 0;
  }
  #about #flow .stepFlow__item:nth-child(3n+2)::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  #about #flow .stepFlow__row {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 40px !important;
  }
  #about #flow .stepFlow__line {
    display: none !important;
  }
  #about #flow .stepFlow__item::before,
  #about #flow .stepFlow__item::after {
    content: none !important;
    display: none !important;
  }
  #about #flow .stepFlow__circle {
    position: relative;
    z-index: 2;
  }
  #about #flow .stepFlow__row > .stepFlow__item:nth-child(2n+1)::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    top: 32.5px; /* 丸の中心 */
    left: -40%;
    width: 100%;
    height: 1px;
    background: #c49862;
    z-index: 1;
  }
  #about #flow .stepFlow__text {
    font-size: 16px;
  }
}
#about #group {
  background-color: #fff;
  padding: 75px 0 120px;
  /* ==============================
  768px以下（SP）
  ============================== */
}
@media screen and (max-width: 768px) {
  #about #group {
    padding: 50px 0;
  }
}
#about #group .group_img_box {
  padding: 85px 0 110px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #about #group .group_img_box {
    padding: 50px 0;
  }
}
#about #group .group_img_box .vsw_img {
  width: 582px;
}
@media screen and (max-width: 768px) {
  #about #group .group_img_box .vsw_img {
    width: 335px;
  }
}
#about #group .box {
  background-color: #f9f7f4;
  border-radius: 25.7px;
  padding: 110px 130px 120px;
  max-width: 1442px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #about #group .box {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  #about #group .box {
    padding: 20px;
    max-width: 335px;
  }
}
#about #group .box_title {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #about #group .box_title {
    padding-bottom: 20px;
  }
}
#about #group .box_text {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding-bottom: 70px;
  line-height: 2.23;
}
@media screen and (max-width: 768px) {
  #about #group .box_text {
    padding-bottom: 50px;
  }
}
#about #group .company {
  max-width: 1050px;
  margin: 0 auto;
}
#about #group .company__row {
  display: grid;
  grid-template-columns: 80px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 16px 0;
  border-bottom: 1px solid #595757;
  align-items: center;
}
#about #group .company__term {
  font-size: 18px;
  font-weight: 600;
  color: #c49862;
  letter-spacing: 0.1em;
}
#about #group .company__desc {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #about #group .company__row {
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding: 20px 0;
  }
  #about #group .company__term {
    font-size: 12px;
  }
  #about #group .company__desc {
    font-size: 12px;
  }
}

#seminar {
  background-color: #fef9f0;
}
#seminar #seminar_area {
  padding: 114px 0 120px;
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area {
    padding: 80px 0;
  }
}
#seminar #seminar_area .container_01 .s_01 {
  display: block;
  width: 378px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_01 .s_01 {
    width: 226.8px;
  }
}
#seminar #seminar_area .container_01 .sec_title {
  padding: 45px 0 37px;
  text-align: center;
}
#seminar #seminar_area .container_02 {
  padding: 135px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 105px;
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_02 {
    padding: 100px 0 0 0;
    gap: 80px;
  }
}
#seminar #seminar_area .container_02 .box {
  background-color: #fff;
  border-radius: 21.2px;
  padding: 93px 50px 75px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_02 .box {
    padding: 60px 20px 30px;
  }
}
#seminar #seminar_area .container_02 .box__02 {
  background-color: #c49862;
  color: #fff;
}
#seminar #seminar_area .container_02 .box .s_icon {
  position: absolute;
  top: -78px;
  left: -7px;
  width: 112px;
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_02 .box .s_icon {
    width: 67.2px;
    top: -44px;
  }
}
#seminar #seminar_area .container_02 .box .item_box_01 {
  display: flex;
}
@media screen and (max-width: 1100px) {
  #seminar #seminar_area .container_02 .box .item_box_01 {
    flex-direction: column;
  }
}
#seminar #seminar_area .container_02 .box .item_box_01 .item_title {
  position: relative;
  color: #c49862;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_02 .box .item_box_01 .item_title {
    font-size: 22px;
  }
}
#seminar #seminar_area .container_02 .box .item_box_01 .item_title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  width: 160px;
  height: 1px;
  background-color: #c49862;
}
@media screen and (max-width: 1100px) {
  #seminar #seminar_area .container_02 .box .item_box_01 .item_title::after {
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_02 .box .item_box_01 .item_title::after {
    right: 33px;
    width: 60px;
  }
}
#seminar #seminar_area .container_02 .box .item_box_01 .item_title__02 {
  color: #fff;
}
#seminar #seminar_area .container_02 .box .item_box_01 .item_title__02::after {
  width: 240px;
  background-color: #fff;
  right: 22px;
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_02 .box .item_box_01 .item_title__02::after {
    width: 110px;
    right: 15px;
  }
}
#seminar #seminar_area .container_02 .box .item_box_01 .item_text {
  padding: 20px 0 50px;
  font-size: 40px;
  letter-spacing: 0.18em;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  #seminar #seminar_area .container_02 .box .item_box_01 .item_text {
    padding: 20px 0 350px;
  }
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_02 .box .item_box_01 .item_text {
    font-size: 23px;
    padding: 5px 0 200px;
  }
}
@media screen and (max-width: 1100px) {
  #seminar #seminar_area .container_02 .box .item_box_01 .item_text__02 {
    padding: 20px 0 500px;
  }
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_02 .box .item_box_01 .item_text__02 {
    padding: 20px 0 350px;
  }
}
#seminar #seminar_area .container_02 .box .item_box_01 .item_02 {
  position: relative;
}
#seminar #seminar_area .container_02 .box .item_box_01 .item_02 .s_02 {
  width: 353px;
  position: absolute;
  left: 130px;
  top: 60px;
}
@media screen and (max-width: 1100px) {
  #seminar #seminar_area .container_02 .box .item_box_01 .item_02 .s_02 {
    left: 50%;
    transform: translateX(-50%);
    top: -300px;
  }
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_02 .box .item_box_01 .item_02 .s_02 {
    width: 211.8px;
    top: -166px;
  }
}
#seminar #seminar_area .container_02 .box .item_box_01 .item_02 .s_03 {
  width: 331px;
  position: absolute;
  left: 90px;
  top: -20px;
}
@media screen and (max-width: 1100px) {
  #seminar #seminar_area .container_02 .box .item_box_01 .item_02 .s_03 {
    left: 50%;
    transform: translateX(-50%);
    top: -460px;
  }
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_02 .box .item_box_01 .item_02 .s_03 {
    width: 198.6px;
    top: -300px;
  }
}
#seminar #seminar_area .container_02 .box .item_box_02 {
  padding-top: 155px;
}
@media screen and (max-width: 1100px) {
  #seminar #seminar_area .container_02 .box .item_box_02 {
    padding: 0 0 120px 0;
  }
}
@media screen and (max-width: 1100px) {
  #seminar #seminar_area .container_02 .box .item_box_02__business {
    padding: 0 0 140px 0;
  }
}
#seminar #seminar_area .container_02 .box .item_box_02 .item_subtitle {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 23px;
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_02 .box .item_box_02 .item_subtitle {
    font-size: 22px;
    padding-top: 10px;
  }
}
#seminar #seminar_area .container_02 .box .item_box_02 .item_subtext {
  line-height: 2.23;
}
#seminar #seminar_area .container_02 .box .item_box_03 {
  position: absolute;
  top: 252px;
}
@media screen and (max-width: 1100px) {
  #seminar #seminar_area .container_02 .box .item_box_03 {
    left: 50%;
    transform: translateX(-50%);
    top: 86%;
  }
}
#seminar #seminar_area .container_02 .box .item_box_03 .item_link {
  position: relative;
  width: 408px;
  height: 105px;
  background-color: #c49862;
  border-radius: 33.841px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
#seminar #seminar_area .container_02 .box .item_box_03 .item_link::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_02 .box .item_box_03 .item_link::after {
    width: 8px;
    height: 8px;
  }
}
#seminar #seminar_area .container_02 .box .item_box_03 .item_link__02 {
  background-color: #fff;
  color: #595757;
}
#seminar #seminar_area .container_02 .box .item_box_03 .item_link__02::after {
  background-color: #595757;
}
@media screen and (max-width: 1100px) {
  #seminar #seminar_area .container_02 .box .item_box_03 .item_link {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #seminar #seminar_area .container_02 .box .item_box_03 .item_link {
    width: 295px;
    height: 63px;
    font-size: 18px;
    padding-left: 30px;
  }
}

#works {
  background-color: #fef9f0;
}
#works #works_area {
  padding: 114px 0 220px;
  /* ----------------------------
  container_01（見出し）
  ---------------------------- */
  /* ----------------------------
  container_02（Worksカード共通の見た目）
  ※ここは「一覧」前提の指定
  ---------------------------- */
  /* ==================================================
  Worksスライダー専用（js-works-slider）
  ================================================== */
}
@media screen and (max-width: 768px) {
  #works #works_area {
    padding: 80px 0 150px;
  }
}
#works #works_area .container_01 {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #works #works_area .container_01 {
    padding-bottom: 50px;
  }
}
#works #works_area .container_01 .w_01 {
  display: block;
  width: 331px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #works #works_area .container_01 .w_01 {
    width: 226.8px;
  }
}
#works #works_area .container_01 .sec_title {
  padding: 45px 0 37px;
  text-align: center;
}
#works #works_area .container_02 {
  padding-top: 65px;
  /* ul */
  /* li（カード） */
}
#works #works_area .container_02 .text_01 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  #works #works_area .container_02 .text_01 {
    text-align: center;
  }
}
#works #works_area .container_02 .works_container {
  display: flex;
}
@media screen and (max-width: 1100px) {
  #works #works_area .container_02 .works_container {
    justify-content: center;
  }
}
#works #works_area .container_02 .works_box {
  width: 100%;
}
#works #works_area .container_02 .w_img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#works #works_area .container_02 .works_box_inner {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#works #works_area .container_02 .item span {
  display: block;
}
#works #works_area .container_02 .item .address {
  padding-bottom: 15px;
  font-size: 16px;
  letter-spacing: 0.075em;
  color: #c49862;
}
#works #works_area .container_02 .item .name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  #works #works_area .container_02 .item {
    padding-left: 10px;
  }
}
#works #works_area .container_02.js-works-slider {
  /* ----------------------------
      1100px以下：必ず1枚表示（100%）
  ---------------------------- */
}
#works #works_area .container_02.js-works-slider .works_swiper {
  overflow: hidden;
  width: 100%;
}
#works #works_area .container_02.js-works-slider .works_container {
  justify-content: flex-start !important;
  gap: 0 !important;
}
#works #works_area .container_02.js-works-slider .works_box {
  max-width: none !important;
}
#works #works_area .container_02.js-works-slider[data-layout=double] .works_col {
  display: flex;
  flex-direction: column;
}
#works #works_area .container_02.js-works-slider[data-layout=double] .works_card + .works_card {
  margin-top: 40px;
}
#works #works_area .container_02.js-works-slider[data-layout=double] .works_card {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #works #works_area .container_02.js-works-slider .swiper-slide {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  #works #works_area .container_02.js-works-slider .works_box,
  #works #works_area .container_02.js-works-slider .works_card {
    width: 100% !important;
    max-width: none !important;
  }
}

#single-works {
  background-color: #fef9f0;
}

#single-works-area {
  padding: 80px 0 150px;
}
@media screen and (max-width: 768px) {
  #single-works-area {
    padding: 40px 0 150px;
  }
}
#single-works-area .single_title .sec_title {
  letter-spacing: 0.1em;
}
#single-works-area .single_title .sec_subtitle {
  padding-top: 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #single-works-area .single_title .sec_subtitle {
    font-size: 12px;
  }
}
#single-works-area .border {
  margin: 40px 0 90px;
}
@media screen and (max-width: 768px) {
  #single-works-area .border {
    margin: 20px 0 40px;
  }
}
#single-works-area .single-works_list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  #single-works-area .single-works_list {
    gap: 50px;
  }
}
#single-works-area .single-works_listItem .box_title {
  color: #c49862;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #single-works-area .single-works_listItem .box_title {
    padding-bottom: 20px;
    font-size: 20px;
  }
}
#single-works-area .img_box {
  padding: 75px 0 35px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #single-works-area .img_box {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #single-works-area .img_box {
    padding: 30px 0 35px;
  }
}
#single-works-area .img_box .works_img {
  width: 516px;
  height: 338px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #single-works-area .img_box .works_img {
    width: 335px;
    height: 220px;
  }
}
#single-works-area .hp_container {
  margin: 90px 0 100px;
  background-color: #fff;
  border-radius: 21px;
  padding: 110px 100px 135px;
}
@media screen and (max-width: 1100px) {
  #single-works-area .hp_container {
    padding: 50px 50px 100px;
  }
}
@media screen and (max-width: 768px) {
  #single-works-area .hp_container {
    margin: 50px 0 40px;
    padding: 30px 20px 30px;
  }
}
#single-works-area .hp_box01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #single-works-area .hp_box01 {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #single-works-area .hp_box01 {
    gap: 30px;
  }
}
#single-works-area .hp_item01 .hp_name {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #single-works-area .hp_item01 .hp_name {
    font-size: 22px;
  }
}
#single-works-area .hp_item01 .hp_title {
  padding: 30px 0 35px;
}
@media screen and (max-width: 768px) {
  #single-works-area .hp_item01 .hp_title {
    padding: 20px 0 25px;
  }
}
#single-works-area .hp_item01 .hp_access, #single-works-area .hp_item01 .hp_tel {
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #single-works-area .hp_item01 .hp_access, #single-works-area .hp_item01 .hp_tel {
    font-size: 16px;
  }
}
#single-works-area .hp_item01 .hp_link {
  display: block;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  #single-works-area .hp_item01 .hp_link {
    padding-top: 25px;
  }
}
#single-works-area .hp_item01 .hp_link .hp_link_img {
  width: 157px;
}
@media screen and (max-width: 768px) {
  #single-works-area .hp_item01 .hp_link .hp_link_img {
    width: 109.9px;
  }
}
#single-works-area .hp_item02 {
  width: 406px;
}
@media screen and (max-width: 768px) {
  #single-works-area .hp_item02 {
    width: 295px;
  }
}
#single-works-area .hp_item02 .works_img {
  width: 406px;
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #single-works-area .hp_item02 .works_img {
    width: 295px;
    height: 186px;
  }
}
#single-works-area .hp_box02 {
  padding-top: 75px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #single-works-area .hp_box02 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #single-works-area .pg_container__single-works .btn_all {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}

#archive-works_page {
  background-color: #fef9f0;
}
#archive-works_page #mv_area {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #archive-works_page #mv_area {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #archive-works_page .mv-text_box {
    letter-spacing: 0.03em;
  }
}
#archive-works_page .archive-works_pageContainer {
  padding: 0 0 150px;
}
@media screen and (max-width: 768px) {
  #archive-works_page .archive-works_pageContainer {
    padding: 0 0 60px;
  }
}
#archive-works_page .archive-works_container {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 40px;
}
@media screen and (max-width: 1100px) {
  #archive-works_page .archive-works_container {
    justify-content: center;
    gap: 50px;
  }
}
#archive-works_page .works_box {
  width: 100%;
  max-width: 340px;
}
#archive-works_page .w_img {
  width: 340px;
  height: 222px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #archive-works_page .w_img {
    width: 335px;
    height: 219px;
  }
}
#archive-works_page .works_box_inner {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#archive-works_page .item span {
  display: block;
}
#archive-works_page .item .address {
  padding-bottom: 15px;
  font-size: 16px;
  letter-spacing: 0.075em;
  color: #c49862;
}
#archive-works_page .item .name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#contact_page {
  background-color: #fff;
}
#contact_page #mv_area .mv_container .mv-text_box {
  max-width: 590px;
}
@media screen and (max-width: 1500px) {
  #contact_page #mv_area .mv_container .mv-text_box {
    padding-top: 425px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #contact_page #mv_area .mv_container .mv-text_box {
    padding-top: 410px;
  }
}
@media screen and (max-width: 768px) {
  #contact_page #mv_area .mv_container .mv-text_box {
    padding-top: 270px;
  }
}
#contact_page #contactPage_area {
  padding: 140px 0 165px;
}
@media screen and (max-width: 1100px) {
  #contact_page #contactPage_area {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  #contact_page #contactPage_area {
    padding: 80px 0;
  }
}
#contact_page .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
#contact_page .contactForm__grid {
  display: grid;
  gap: 40px;
}
#contact_page .contactForm__row {
  display: grid;
  grid-template-columns: 205px 90px 1fr;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 1100px) {
  #contact_page .contactForm__row {
    grid-template-columns: max-content max-content 1fr;
    grid-template-areas: "label req ." "field field field";
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 12px;
    align-items: center;
  }
}
#contact_page .contactForm__label {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#contact_page .contactForm__label label {
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  #contact_page .contactForm__label {
    grid-area: label;
  }
}
@media screen and (max-width: 768px) {
  #contact_page .contactForm__label {
    font-size: 18px;
  }
}
#contact_page .contactForm__req {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #contact_page .contactForm__req {
    grid-area: req;
    justify-content: flex-start;
  }
}
#contact_page .contactForm__req .req {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 20px;
  background: #c49862;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contact_page .contactForm__req .req {
    font-size: 16px;
    height: 28px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1100px) {
  #contact_page .contactForm__field {
    grid-area: field;
  }
}
#contact_page .contactForm__field input,
#contact_page .contactForm__field textarea {
  width: 100%;
  min-height: 56px;
  background: #f7f8f8;
  padding: 14px 14px;
  outline: none;
}
@media screen and (max-width: 768px) {
  #contact_page .contactForm__field input,
  #contact_page .contactForm__field textarea {
    min-height: 40px;
    padding: 10px;
  }
}
#contact_page .contactForm__field input:focus,
#contact_page .contactForm__field textarea:focus {
  border-color: #f7f8f8;
  background: #f7f8f8;
}
#contact_page .contactForm__field textarea {
  min-height: 350px;
  resize: vertical;
  padding: 16px 14px;
}
@media screen and (max-width: 768px) {
  #contact_page .contactForm__field textarea {
    min-height: 250px;
  }
}
#contact_page .contactForm__row--check {
  align-items: start;
}
#contact_page .contactForm__row--check .contactForm__label,
#contact_page .contactForm__row--check .contactForm__req {
  padding-top: 6px;
}
#contact_page .contactForm .checkList .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  gap: 30px;
  padding-top: 6px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  #contact_page .contactForm .checkList .wpcf7-form-control.wpcf7-checkbox {
    gap: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contact_page .contactForm .checkList .wpcf7-form-control.wpcf7-checkbox {
    gap: 0;
  }
}
#contact_page .contactForm .wpcf7-list-item {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  #contact_page .contactForm .wpcf7-list-item {
    font-size: 16px;
  }
}
#contact_page .contactForm .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
#contact_page .contactForm .wpcf7-list-item input[type=checkbox] {
  width: 25px;
  height: 25px;
  accent-color: #666;
}
@media screen and (max-width: 768px) {
  #contact_page .contactForm .wpcf7-list-item input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}
#contact_page .contactForm .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  line-height: 1.2;
}
#contact_page .contactForm .contactForm__row--textarea {
  align-items: flex-start;
}
#contact_page .item_link {
  margin: 95px auto 0;
  position: relative;
  width: 408px;
  height: 105px;
  background-color: #c49862;
  border-radius: 33.841px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #contact_page .item_link {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #contact_page .item_link {
    width: 295px;
    height: 63px;
    font-size: 18px;
    padding-left: 30px;
  }
}
#contact_page .item_link::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #contact_page .item_link::after {
    width: 8px;
    height: 8px;
  }
}

#news_page {
  background-color: #fef9f0;
}
#news_page #mv_area {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #news_page #mv_area {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #news_page #mv_area .mv-text_box {
    letter-spacing: 0.03em;
  }
}
#news_page #newsPage_area {
  padding: 40px 0 180px;
}
@media screen and (max-width: 768px) {
  #news_page #newsPage_area {
    padding: 0 0 80px 0;
  }
}
#news_page .newsPage_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #news_page .newsPage_container {
    flex-direction: column;
  }
}
#news_page .news_archiveBox {
  width: 100%;
  max-width: 735px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#news_page .news_archive_item {
  background-color: #fff;
  padding: 30px 60px 45px;
}
@media screen and (max-width: 768px) {
  #news_page .news_archive_item {
    padding: 20px 30px 35px;
  }
}
#news_page .news_archive_item h3 {
  color: #c49862;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #news_page .news_archive_item h3 {
    font-size: 22px;
  }
}
#news_page .news_archive_item p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #news_page .news_archive_item p {
    font-size: 12px;
  }
}
#news_page .news_archive_item .news_archive_text {
  padding: 40px 0 30px;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #news_page .news_archive_item .news_archive_text {
    padding: 30px 0 20px;
    font-size: 12px;
  }
}
#news_page .item_link {
  position: relative;
  width: 245px;
  height: 45px;
  background-color: #c49862;
  border-radius: 9.6px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding-left: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #news_page .item_link {
    width: 275px;
    height: 36px;
    font-size: 14px;
    padding-left: 20px;
  }
}
#news_page .item_link::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #news_page .item_link::after {
    width: 8px;
    height: 8px;
  }
}
#news_page .sidebar {
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 1100px) {
  #news_page .sidebar {
    padding-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  #news_page .sidebar {
    gap: 60px;
  }
}
#news_page .sidebar h4 {
  padding-bottom: 12px;
}
#news_page .sidebar h4 .latest-post {
  width: 227px;
}
@media screen and (max-width: 768px) {
  #news_page .sidebar h4 .latest-post {
    width: 158.9px;
  }
}
#news_page .sidebar h4 .category {
  width: 189px;
}
@media screen and (max-width: 768px) {
  #news_page .sidebar h4 .category {
    width: 132.3px;
  }
}
#news_page .sidebar h4 .archive {
  width: 152px;
}
@media screen and (max-width: 768px) {
  #news_page .sidebar h4 .archive {
    width: 106.4px;
  }
}
#news_page .sidebar p {
  color: #c49862;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #news_page .sidebar p {
    font-size: 12px;
  }
}
#news_page .sidebar ul {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#news_page .sidebar ul li {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news_page .sidebar ul li {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */