@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.6;
  background: #fafaf8;
  color: #333333;
}

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;
}
a {
  color: #333333;
}

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

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

@media (max-width: 800px) {
  html {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

.bg {
  background-color: #f2f0ed;
}

.sp-none {
  display: none;
}

.title {
  font-size: clamp(24px, 18.9px + 1.36vw, 48px);
  color: #333;
  font-family: "Alexandria", sans-serif;
}

.section {
  padding: clamp(40px, 10px + 8vw, 80px) 4.2%;
}

.kv__card {
  margin-bottom: 16px;
}

.KV__head {
  font-size: 32px;
  font-family: "Alexandria", sans-serif;
}

.KV__txt {
  font-size: 18px;
}

.KV__content,
.consulAbout__content,
.consulAbout__txt,
.consulAbout__list--txt,
.worry,
.result,
.consul__contact,
.KV__txt,
.solution {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.lowerTitle__content {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  align-items: baseline;
}

.square {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background-color: #cfcac2;
}

.lowerTitle {
  font-weight: 400;
  font-size: 20px;
}

.lowerSub {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1081px) {
  .lowerTitle {
    font-size: 32px;
  }
  .square {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
  .lowerSub {
    font-size: 24px;
  }
  .section {
    padding: clamp(24px, 5.5vw, 80px) 6.4%;
  }
}
.arrow {
  width: 51px;
}

.KV__btn,
.contact__btn {
  border-radius: 100vh;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  gap: 24px;
  transition: 0.3s;
}

/* 通常 */
.KV__btn {
  border: 1px solid #222;
  background-color: transparent;
  color: inherit;
}

.contact__btn {
  background-color: #ffffff;
  color: #333333;
}

.footer__btn {
  background-color: #cfcac2;
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  border-radius: 5px;
  transition: 0.3s;
}

.recruit__KV--btn {
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.back__btn {
  border-radius: 100vh;
  width: 100%;
  height: 60px;
  text-align: center;
  padding: 0 32px;
  border: 1px solid #222;
  align-content: center;
  font-size: 20px;
}

@media screen and (min-width: 1081px) {
  .KV__btn {
    max-width: 416px;
    font-size: 24px;
    padding: 0 40px;
    line-height: 1.2;
    height: 74px;
  }
  .contact__btn {
    max-width: 416px;
    margin: 0 auto;
  }
  .back__btn {
    max-width: 416px;
    margin: 0 auto;
  }
  /* hover 共通 */
  .KV__btn:hover,
  .contact__btn:hover {
    background-color: #4B4B4B;
    color: #ffffff;
  }
  .footer__btn:hover {
    background-color: #fff;
  }
  .KV__btn,
  .contact__btn,
  .footer__btn,
  .recruit__KV--btn,
  .back__btn {
    opacity: 1;
  }
  .KV__btn:hover,
  .contact__btn:hover,
  .footer__btn:hover,
  .recruit__KV--btn:hover,
  .back__btn:hover {
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
}

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

ul,
ol {
  list-style: none;
}

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

a {
  text-decoration: none;
}

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

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

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

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

textarea {
  resize: none;
}

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

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

.pc__none {
  display: block;
}
@media screen and (min-width: 1081px) {
  .pc__none {
    display: none;
  }
}

.sp__none {
  display: none;
}
@media screen and (min-width: 1081px) {
  .sp__none {
    display: block;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.nav__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(12px, 4vw, 20px) clamp(16px, 5vw, 24px);
  transition: background-color 0.3s ease;
}

.lower-header .nav__container {
  background-color: transparent;
}

.headerLogoScroll .nav__container {
  background-color: rgba(250, 250, 248, 0.6) !important;
}

.lower-header.headerLogoScroll .nav__container {
  background-color: rgba(250, 250, 248, 0.6) !important;
}

.logo__content {
  width: 179px;
}

.openBtn,
.closeBtn {
  width: 30px;
  height: 16px;
  position: relative;
}

.openBtn span,
.closeBtn span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  transition: all 0.4s;
}

.openBtn span:nth-of-type(1) {
  bottom: 0px;
}

.openBtn span:nth-of-type(2) {
  bottom: 8px;
}

.openBtn span:nth-of-type(3) {
  bottom: 16px;
}

.closeBtn span:nth-of-type(1) {
  bottom: 8px;
  transform: rotate(45deg);
}

.closeBtn span:nth-of-type(2) {
  bottom: 8px;
  transform: rotate(-45deg);
}

.hamburgerMenu__sp {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(100%);
  width: 100vw;
  height: 100dvh;
  background-color: #4B4B4B;
  display: block;
  transition: 1s ease;
  z-index: 1000;
  padding: clamp(12px, 4vw, 20px) clamp(16px, 5vw, 24px);
}

.hamburgerMenu__sp.active {
  transform: translateX(0);
}

.nav__content--sp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}

.menu__content--box {
  width: 184px;
}

.nav__item {
  padding-top: 16px;
  padding-bottom: 16px;
}

.link__btn {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
}

.lower-header .openBtn span {
  background-color: #333;
}

.sp-logo.-after {
  display: none;
}

.sp-logo.headerLogoScroll.-before {
  display: none;
}

.sp-logo.headerLogoScroll.-after {
  display: block;
}

.headerLogoScroll .openBtn span {
  background-color: #333 !important;
}

.headerLogoScroll .closeBtn span {
  background-color: #fff;
}

@media screen and (min-width: 1081px) {
  .header {
    width: 100vw;
    height: 164px;
  }
  .nav__wrap--pc {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #4B4B4B;
    padding: 120px 154px;
  }
  .header__content {
    height: 164px;
    display: flex;
    gap: 64px;
    justify-content: space-between;
    padding: 40px 6.4% 24px;
    align-items: center;
    transition: all 0.3s ease;
  }
  .logo {
    width: 103px;
    transition: all 0.3s ease;
  }
  .header-logo {
    width: 150px;
    height: auto;
  }
  .header-logo.-after {
    display: none;
  }
  .header-logo.headerLogoScroll.-before {
    display: none;
  }
  .header-logo.headerLogoScroll.-after {
    display: inline-block;
  }
  .header.scrolled .header__content {
    height: 122px;
    padding: 20px 80px;
  }
  .header.scrolled .logo {
    width: 51px;
  }
  .logo__img--pc {
    width: 276px;
  }
  .header.scrolled {
    color: #333;
  }
  .header.scrolled .header__btn,
  .header.scrolled .nav__content a,
  .header.scrolled .logo {
    color: #333;
    fill: #333;
  }
  .header__btn {
    color: #ffffff;
  }
  .nav__content {
    display: flex;
    column-gap: 40px;
    row-gap: 24px;
    flex-wrap: wrap;
  }
  .nav__wrap--pc {
    color: #ffffff;
  }
  .hamburgerMenu__container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 40px;
  }
  .nav__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .address {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer__btn {
    width: 200px;
    background-color: #cfcac2;
    padding: 8px 16px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
  }
  .nav__card--02 {
    display: flex;
    gap: 56px;
  }
  .nav__list {
    display: flex;
    flex-direction: column;
    gap: 38px;
  }
  .footer__link {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    gap: 8px;
  }
  .lower__nav {
    color: #333333;
  }
  .header.lower-header {
    transition: background-color 0.3s, height 0.3s;
  }
  .header.lower-header .header__content {
    padding: 40px 80px 24px;
    transition: all 0.3s ease;
  }
  .header.lower-header .logo {
    width: 103px;
    transition: width 0.3s ease;
  }
  .header.lower-header .header__btn,
  .header.lower-header .nav__content a {
    color: #333;
  }
  .header.scrolled .header__content {
    background-color: rgba(250, 250, 248, 0.6);
  }
  .header.lower-header.scrolled {
    height: 122px;
    background-color: rgba(250, 250, 248, 0.6);
  }
  .lower-header.scrolled .header__content {
    height: 122px;
    padding: 20px 80px;
  }
  .header.lower-header.scrolled .logo {
    width: 51px;
  }
  .nav__content a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: "Alexandria", sans-serif;
  }
  .nav__content a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  .nav__content a:hover::after {
    transform: scaleX(1);
  }
  .header a {
    transition: none;
  }
  .header a:hover {
    opacity: 1;
  }
}
.footer {
  color: #ffffff;
  background-color: #4B4B4B;
  width: 100vw;
}
.footer a {
  text-decoration: none;
  color: #ffffff;
}

.footer__btn {
  color: #333333 !important;
}

.img__mail,
.img__insta {
  width: 24px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.footer__logo {
  width: 179px;
}

.footer__card,
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__card {
  display: none;
}

.footer__link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #ffffff;
}

.small {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.policy__link {
  color: #ffffff;
}

@media (min-width: 1081px) {
  .footer__logo {
    width: 276px;
  }
  .footer__wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 40px;
    gap: 40px;
  }
  .footer__col {
    margin-bottom: 0;
  }
  .footer__card {
    display: flex;
    flex-direction: row;
    gap: 56px;
  }
  .footer__list {
    gap: 38px;
  }
  .small {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__btn:hover {
    background-color: #ffffff;
  }
}
.inner {
  max-width: 850px;
  padding-right: 25px;
  padding-left: 25px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bg {
  background-color: #f2f0ed;
}

.sp-none {
  display: none;
}

.title {
  font-size: clamp(24px, 17.14px + 2.14vw, 48px);
  color: #333;
  font-family: "Alexandria", sans-serif;
  font-weight: 400;
}

.title.left_t {
  text-align: left;
}

.section {
  padding: clamp(40px, 10px + 8vw, 80px) 4.2%;
}

.kv__card {
  margin-bottom: 16px;
}

.KV__head {
  font-size: clamp(32px, 8.5vw, 90px);
  margin-bottom: clamp(24px, 1.2vw, 32px);
  font-family: "Alexandria", sans-serif;
  line-height: 1;
  font-weight: 400;
}

.consulAbout__content,
.consulAbout__txt,
.consulAbout__list--txt,
.worry,
.result,
.consul__contact,
.KV__txt,
.solution {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.lowerTitle__content {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  align-items: baseline;
}

.square {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background-color: #cfcac2;
}

.lowerTitle {
  font-weight: 400;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.lowerSub {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 1081px) {
  .lowerTitle {
    font-size: 32px;
  }
  .square {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
  .lowerSub {
    font-size: 24px;
  }
  .section {
    padding: clamp(24px, 5.5vw, 80px) 8%;
  }
}
.arrow {
  width: 51px;
}

.KV__btn,
.contact__btn {
  border-radius: 100vh;
  max-width: 416px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  gap: 24px;
  transition: 0.3s;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* 通常 */
.KV__btn {
  border: 1px solid #222;
  background-color: transparent;
  color: inherit;
  font-size: 16px;
}

.contact__btn {
  background-color: #ffffff;
  color: #333333;
}

.footer__btn {
  display: block;
  background-color: #cfcac2;
  width: 200px;
  text-align: center;
  padding: 8px 16px;
  border-radius: 5px;
  transition: 0.3s;
}

.recruit__KV--btn {
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
}

.back__btn {
  display: block;
  margin: 0 auto;
  border-radius: 100vh;
  max-width: 416px;
  height: 60px;
  text-align: center;
  padding: 0 32px;
  border: 1px solid #222;
  align-content: center;
  font-size: 20px;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .KV__btn,
  .contact__btn {
    font-size: 19px;
  }
}
/* 920px以上 */
@media screen and (min-width: 920px) {
  .KV__btn,
  .contact__btn {
    font-size: 19px;
  }
}
@media screen and (min-width: 1081px) {
  .KV__btn {
    max-width: 416px;
    padding: 0 40px;
    line-height: 1.2;
    height: 74px;
  }
  .contact__btn {
    max-width: 416px;
    margin: 0 auto;
  }
  .back__btn {
    max-width: 416px;
    margin: 0 auto;
  }
  /* hover 共通（背景・文字色） */
  .KV__btn:hover,
  .contact__btn:hover,
  .back__btn:hover {
    background-color: #4B4B4B;
    color: #ffffff;
  }
  /* opacity 打ち消し */
  .KV__btn,
  .contact__btn,
  .footer__btn,
  .recruit__KV--btn,
  .back__btn {
    opacity: 1;
  }
  .KV__btn:hover,
  .contact__btn:hover,
  .footer__btn:hover,
  .recruit__KV--btn:hover,
  .back__btn:hover {
    opacity: 1;
  }
  .arrow-wrap {
    position: relative;
    width: 51px;
    height: auto;
  }
  .arrow {
    display: block;
  }
  .arrow--default,
  .arrow--hover {
    transition: opacity 0.3s ease;
  }
  .arrow--hover {
    position: absolute;
    inset: 0;
    opacity: 0;
  }
  /* KV / contact 共通 hover */
  .KV__btn:hover .arrow--default,
  .contact__btn:hover .arrow--default {
    opacity: 0;
  }
  .KV__btn:hover .arrow--hover,
  .contact__btn:hover .arrow--hover {
    opacity: 1;
  }
}
.FV {
  width: 100vw;
  height: 100vh;
}

.FV__content {
  position: relative;
}

.mainCopy {
  font-size: clamp(18px, 8vw, 36px);
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  padding: 0 clamp(16px, 5vw, 24px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.mainCopy span {
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
}
.mainCopy span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.FV__sub {
  position: absolute;
  bottom: -4px;
  left: 50%;
  line-height: 1;
  transform: translateX(-50%);
  color: rgba(235, 235, 235, 0.2);
  font-size: clamp(54px, 13.7vw + 2.6px, 200px);
  font-family: "Alexandria", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  z-index: 50;
}

/* FVの表示領域を作る */
.FV__img {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* PC / SP 共通の器 */
.FV__pc,
.FV__sp {
  position: relative;
  width: 100%;
  height: 100%;
}

/* スライド画像 */
.fv-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2.5s ease-in-out;
}

/* 表示中 */
.fv-slide.is-active {
  opacity: 1;
  z-index: 1;
}

@media (max-width: 755px) {
  .FV__sub {
    font-size: 80px;
  }
}
@media (max-width: 598px) {
  .FV__sub {
    font-size: 60px;
  }
}
@media (max-width: 460px) {
  .FV__sub {
    font-size: 60px;
  }
}
@media (max-width: 375px) {
  .FV__sub {
    font-size: 40px;
  }
}
/* 840px〜973px */
@media (min-width: 840px) {
  .FV__sub {
    font-size: 120px;
  }
}
/* 974px〜1081px */
@media (min-width: 974px) {
  .FV__sub {
    font-size: 140px;
  }
}
/* 1082px〜1234px */
@media (min-width: 1082px) {
  .FV__sub {
    font-size: 160px;
  }
}
/* 1235px以上 */
@media (min-width: 1235px) {
  .FV__sub {
    font-size: 180px;
  }
}
.top-news__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.top-news__item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
}
.top-news__item:last-child {
  border-bottom: none;
}

.top-news__link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "date date arrow" "title title arrow";
  gap: 8px 12px;
  align-items: start;
  text-decoration: none;
  color: inherit;
}
.top-news__link:hover .top-news__arrow {
  transform: translateX(6px);
}

.top-news__date {
  grid-area: date;
  font-size: 14px;
  color: #666;
  font-family: "Alexandria", sans-serif;
}

.top-news__title {
  grid-area: title;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.top-news__arrow {
  grid-area: arrow;
  width: 40px;
  transition: transform 0.3s ease;
  align-self: center;
}

@media screen and (min-width: 1081px) {
  .top-news__list {
    max-width: 786px;
    margin: 40px auto 0;
  }
  .top-news__item {
    padding-bottom: 24px;
  }
  .top-news__link {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "date title arrow";
    gap: 40px;
    align-items: center;
  }
  .top-news__date {
    flex-shrink: 0;
    font-size: 14px;
  }
  .top-news__title {
    flex: 1;
    font-size: 16px;
  }
  .top-news__arrow {
    flex-shrink: 0;
    align-self: auto;
  }
}
.about__wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 20.73px + 3.01vw, 64px);
}

.about__copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 14.4px + 1.5vw, 36px);
}

.center {
  text-align: center;
  margin-bottom: 64px;
}

.service__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service__box {
  border: 1px solid #222;
  display: flex;
  justify-content: end;
  flex-direction: column;
  gap: 24px;
  padding: 40px 24px;
  width: 300px;
  margin: 0 auto;
}

.service__card {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #222;
  padding-bottom: 16px;
}

.service__img {
  width: 40px;
}

.service03__img {
  width: 50px;
}

.service__title {
  font-size: clamp(20px, 15.78px + 1.13vw, 32px);
  font-family: "Alexandria", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

/* =========================
   矢印スライド（共通）
========================= */
.service__arrow,
.recruit__KV--btn {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.service__arrow .arrow,
.recruit__KV--btn .arrow {
  transition: transform 0.3s ease;
}

.service__arrow:hover .arrow,
.recruit__KV--btn:hover .arrow {
  transform: translateX(6px);
}

.service__arrow {
  justify-content: right;
}

.recruit__KV--btn {
  width: 150px;
  justify-content: space-between;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 1081px) {
  .mainCopy {
    font-size: 48px;
    padding: 0 80px;
  }
  .FV__sub {
    bottom: -16px;
    left: auto;
    right: -10px;
    transform: none;
  }
  .about__content {
    display: grid;
    grid-template-columns: 30% 60%;
    column-gap: 10%;
    align-items: center;
  }
  .about__wrap {
    flex-direction: column;
    gap: 64px;
  }
  .service__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
    gap: 16px;
  }
  .service__box {
    width: calc(33.333% - 11px);
    max-width: 360px;
    margin: 0;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .service__title {
    font-size: 32px;
  }
  .service__card {
    gap: 32px;
    min-height: 100px;
  }
  .service__img {
    width: 56px;
  }
  .service03__img {
    width: 70px;
  }
  .service__arrow {
    justify-content: flex-end;
    margin-top: auto;
  }
}
.main__consul {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.consul__wrap {
  background-color: #fafaf8;
}

.KV__content {
  margin-bottom: 40px;
}

.kv__img {
  position: relative;
}

.consul__card {
  position: absolute;
  bottom: 0;
  margin: 0 4.4%;
}

.consulting,
.worry {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.KV__box {
  padding: 40px 4.2%;
}

.kv__box--txt {
  margin-bottom: 40px;
}

.consulAbout__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
}

.consulAbout__box {
  background-color: #ffffff;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
  max-width: 360px;
}

.consulAbout__img {
  width: 120px;
}

.consulAbout____title {
  background-color: #4B4B4B;
  color: #ffffff;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.consulAbout__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.consulAbout__item {
  background-color: #ffffff;
  padding: 12px 10px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}

.consulAbout__box--txt,
.consulAbout__item,
.step__txt,
.result__card--txt {
  font-family: "Noto Sans JP", sans-serif;
}

.worry__item {
  display: flex;
  gap: 12px;
}

.worry__img {
  width: 26px;
}

.worry__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.worry__wrap {
  border: 1px solid #222;
  padding: 10px 12px;
}

.worry__wrap--title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.support__content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.support__box--detail {
  font-family: "Noto Sans JP", sans-serif;
}

.support__box02 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.support__box--title {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}

.support__box--img {
  width: 240px;
  display: block;
  margin: 24px auto;
}

.support__box01 {
  margin: 0 auto;
}

.support__num {
  color: #cfcac2;
  font-size: 25px;
  font-family: "Alexandria", sans-serif;
}

.support__box--sub {
  font-family: "Alexandria", sans-serif;
  font-weight: 400;
}

.support__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
}

.support__item {
  background-color: #fafaf8;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  max-width: 320px;
}

.step {
  background-color: #cfcac2;
  padding: 8px 16px;
  max-width: 90px;
  font-family: "Alexandria", sans-serif;
  font-weight: 400;
}

.result {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.results__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.results__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #f2f0ed;
  padding: 24px;
}

.results__title {
  font-family: "Alexandria", sans-serif;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
}

.result__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.result__box--item {
  display: flex;
  gap: 16px;
}

.bold {
  font-weight: 500;
}

.results__bg {
  background-color: #cfcac2;
  border-radius: 2px;
  padding: 8px 16px;
  width: 66px;
  font-size: 14px;
  font-weight: 400;
}

.support__box--txt {
  font-size: 18px;
  margin-bottom: 32px;
}

.result__num {
  font-size: 20px;
}

.result__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.result__card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.result__card--img {
  width: 24px;
}

.result__item {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.result__item--img {
  flex: 0 0 15%;
}

.result__item--img img {
  transform: rotate(90deg);
}

.result__box {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.step__content,
.price__content {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 32PX;
}

.step__wrap {
  display: flex;
  flex-direction: column;
  gap: 32PX;
  padding-bottom: 32PX;
  border-bottom: #cfcac2 1PX solid;
}

.step__box {
  display: flex;
  flex-direction: column;
  gap: 24PX;
  align-items: center;
}

.step__img {
  width: 240px;
}

.step__title {
  font-weight: 400;
}

.step__arrow {
  width: 30px;
  transform: rotate(90deg);
}

.price__content {
  display: flex;
}

.price__wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}

.price__wrap--txt {
  text-align: center;
}

.price__box {
  background-color: #f2f0ed;
  padding: 32px;
  text-align: center;
}

.price__title {
  background-color: #4B4B4B;
  color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}

.price__txt {
  font-size: 24px;
  line-height: 1.1;
}

.price__small {
  font-size: 16px;
}

.consul__contact {
  background-color: #cfcac2;
}

.consul__contact--container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.consul__contact--content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.consul__contact--title {
  font-weight: 400;
}

.consul__contact--wrap {
  display: flex;
  flex-direction: column;
}

.consul__contact--box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid #ffffff;
}

.consul__contact--box:first-child {
  border-top: 1px solid #ffffff;
}

@media screen and (min-width: 1081px) {
  .KV__content {
    margin-bottom: 80px;
  }
  .KV__box {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 12px;
    position: relative;
    margin-top: -56px;
    padding: 0 8%;
  }
  .kv__box--txt {
    flex: 0 0 50%;
    margin-bottom: 0;
  }
  .consul__card {
    top: auto;
    bottom: 120px;
  }
  .consulAbout__wrap {
    flex-direction: row;
    justify-content: space-around;
    max-width: 1080px;
    margin: 0 auto;
  }
  .consulAbout__box {
    max-width: 360px;
  }
  .consulAbout__list {
    max-width: 1080px;
    margin: 0 auto;
  }
  .consulAbout__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
  }
  .consulAbout__item {
    min-height: 68px;
  }
  .consulAbout__list--txt {
    text-align: center;
  }
  .worry__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    max-width: 902px;
  }
  .worry__content--txt {
    text-align: center;
  }
  .worry__wrap {
    max-width: 785px;
    padding: 10px 40px;
    margin: 0 auto;
    text-align: center;
  }
  .worry__wrap--title {
    font-size: 24px;
  }
  .support__content {
    max-width: 1080px;
    margin: 0 auto;
  }
  .support__box01 {
    display: flex;
    gap: 32px;
    align-items: center;
  }
  .support__box--wrap {
    flex: 0 0 70%;
  }
  .consulAbout {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .support__num {
    font-size: 54px;
    letter-spacing: -0.02em;
  }
  .support__box--txt {
    font-size: 24px;
  }
  .support__box02 {
    max-width: 1080px;
    margin: 0 auto;
  }
  .support__box02--content {
    max-width: 720px;
    margin: 0 auto;
  }
  .support__list {
    flex-direction: row;
    gap: 16px;
  }
  .support__item {
    max-width: 320px;
    flex: 1;
  }
  .support__box03 {
    max-width: 600px;
    margin: 0 auto;
  }
  .result {
    gap: 64px;
  }
  .results__content {
    flex-direction: row;
    padding: 0;
    margin: 0 auto;
  }
  .results__wrap {
    max-width: 384px;
    flex: 1;
  }
  .result__item {
    flex-direction: column;
  }
  .result__item--img img {
    transform: rotate(0);
  }
  .step__content,
  .price__content {
    max-width: 1120px;
    margin: 0 auto;
    gap: 64px;
  }
  .step__wrap {
    flex-direction: row;
    justify-content: center;
  }
  .step__box {
    justify-content: center;
  }
  .step__arrow {
    transform: rotate(0);
  }
  .step__wrap {
    padding-bottom: 64px;
  }
  .price__wrap {
    flex-direction: row;
  }
  .price__box {
    width: 270px;
  }
  .consul__contact--container {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .consul__contact--wrap {
    flex: 0 0 50%;
  }
  .consul__contact--content {
    flex: 0 0 40%;
  }
  .consul__contact--box {
    flex-direction: row;
  }
  .consul__contact--item {
    flex: 0 0 30%;
  }
}
.secondOpinion__section {
  display: flex;
  flex-direction: column;
  gap: 64px;
  background-color: #f2f0ed;
}

.secondOpinion__section_main {
  display: flex;
  flex-direction: column;
  gap: 64px;
  background-color: #fafaf8;
}

.secondOpinion-main {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.SecondOpinion__KV--img {
  position: relative;
}

.SecondOpinion__KV--content {
  background-color: #ffffff;
}

.SecondOpinion__KV--wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 8%;
}

.secondOpinion__head {
  position: absolute;
  bottom: 3%;
  padding: 0 4.4%;
}

.SecondOpinion__title {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.anxiety__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 24px;
}

.anxiety__box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.anxiety__card {
  position: relative;
  width: 230px;
}

.anxiety__comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -66%);
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
}

.anxiety__img {
  width: 230px;
}

.anxiety__card--img {
  width: 150px;
}

.img__03 {
  width: 120px;
}

.solution__wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.solution__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.recommendation__list {
  display: flex;
  gap: 16px;
}

.recommendation__img {
  width: 24px;
}

.flow__content {
  background-color: #ffffff;
  padding: 24px;
}

.flow__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: #cfcac2 1px solid;
  margin-top: 23px;
}

.flow__card {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  flex: 0 0 160px;
}

.flow__num {
  background-color: #4B4B4B;
  color: #ffffff;
  border-radius: 100vh;
  width: 36px;
  height: 36px;
  text-align: center;
  align-content: center;
}

.flow__title {
  font-weight: 400;
}

.firstPrice__title {
  font-size: 20px;
  font-weight: 400;
}

.firstPrice__box {
  background-color: #fafaf8;
  padding: 24px;
  border-radius: 2px;
}

.firstPrice__card {
  background-color: #4B4B4B;
  color: #ffffff;
  border-radius: 2px;
  padding: 16px;
  text-align: center;
  margin: 0 auto 8px;
  max-width: 375px;
}

.firstPrice__title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.firstPrice__small {
  font-size: 16px;
}

.firstPrice__topic {
  font-size: 32px;
  font-family: "Alexandria", sans-serif;
}

.firstPrice__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.secondOpinion__contact {
  background-color: #cfcac2;
}

.secondOpinion__contact--title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 1081px) {
  .SecondOpinion__KV--img {
    margin-top: 164px;
  }
  .SecondOpinion__KV--box {
    top: -140px;
    flex: 0 0 370px;
  }
  .SecondOpinion__KV--wrapper {
    flex-direction: row;
    padding: 24px 8% 80px;
  }
  .SecondOpinion__title {
    font-size: 24px;
  }
  .anxiety__content {
    flex-direction: row;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .solution__wrap {
    flex-direction: row;
  }
  .recommendation__wrap {
    max-width: 800px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .flow__content {
    padding: 80px 96px;
  }
  .flow__wrap {
    text-align: center;
  }
  .flow__card {
    margin-bottom: 0;
  }
  .flow__box {
    display: flex;
    align-items: center;
  }
  .firstPrice__box {
    width: 544px;
    margin: 0 auto;
    padding: 32px 56px;
  }
  .firstPrice__card {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .secondOpinion__contact--title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 80px;
  }
  .secondOpinion__section {
    gap: 160px;
  }
}
@media (min-width: 990px) {
  .SecondOpinion__KV--box {
    flex: auto;
  }
}
.recruit__KV--img {
  position: relative;
}

.recruit__KV--head {
  position: absolute;
  bottom: 0;
  padding: 0 4.4%;
}

.recruit__KV--wrap {
  padding: 40px 8% 0;
}

.recruit__KV--box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.recruit__box,
.company__box {
  padding: 20px 0;
  border-top: #cfcac2 solid 1px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recruit__box:last-child,
.company__box:last-child {
  border-bottom: #cfcac2 solid 1px;
}

.recruit__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 1081px) {
  .recruit__KV--content {
    margin-top: 150px;
  }
  .recruit__KV--box {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }
  .recruit__KV--wrap {
    padding: 40px 8% 0;
  }
  .recruit__content {
    max-width: 800px;
    margin: 0 auto;
  }
  .recruit__box,
  .company__box {
    padding: 40px 0;
    flex-direction: row;
  }
  .recruit__title {
    flex: 0 0 20%;
  }
}
.company {
  padding-top: 64px;
}

.company,
.company__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.access__map {
  width: 100%;
}

@media screen and (min-width: 1081px) {
  .company {
    max-width: 1128px;
    margin: 0 auto;
    gap: 80px;
    padding-top: 200px;
  }
  .company__container {
    flex-direction: row;
    justify-content: space-between;
  }
  .title {
    font-size: 48px;
    text-align: center;
  }
  iframe {
    height: 550px;
  }
  .company__title {
    flex: 0 0 20%;
  }
}
.policy__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 14px;
}

.policy__sub {
  font-weight: 600;
}

.policy__wrap,
.policy__box,
.policy__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.policy__title {
  font-size: 20px;
}

.policy__txt {
  font-size: 14px;
}

.policy__list {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.policy__num {
  font-size: 32px;
  font-family: "Alexandria", sans-serif;
}

.policy__item--title {
  font-weight: 500;
}

.policy__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 1081px) {
  .policy__content {
    max-width: 800px;
    margin: 0 auto;
    gap: 64px;
  }
}
.kv__img img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}

.main-works .KV__txt {
  font-size: clamp(18px, 16.8px + 0.32vw, 24px);
}

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

.KV__points {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0px 20px 0;
}

.point-box {
  flex: 1;
}

.point-header {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.point-num {
  font-size: 32px;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.point-num::after {
  content: "";
  width: 96px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50％;
  top: calc(100% + 24px);
  left: 24px;
  transform: rotate(-45deg);
  transform-origin: left top;
}

.point-title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  padding: 48px 32px 8px 48px;
  display: inline-block;
}

.point-text {
  font-size: 16px;
  line-height: 1.8;
}

/* スマホ対応 */
@media (max-width: 1370px) {
  .KV__wrap {
    display: block;
  }
}
@media (max-width: 768px) {
  .KV__points {
    flex-direction: column;
    gap: 30px;
  }
  .point-box {
    width: 100%;
  }
}
.works-detail {
  margin-top: 160px;
  padding: 80px 0;
  background-color: #fafaf8;
}
.works-detail__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.works-detail__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.works-detail__date {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.works-detail__tags {
  display: flex;
  gap: 10px;
}
.works-detail__tag {
  display: inline-block;
  width: 120px;
  text-align: center;
  padding: 8px 20px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 500;
}
.works-detail__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #333;
  line-height: 1.4;
}
.works-detail__content {
  margin-top: 60px;
}
.works-detail__content-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
  position: relative;
  padding-left: 24px;
}
.works-detail__content-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #D9D9D9;
}
.works-detail__content-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 40px;
}
.works-detail__readmore {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.3s ease;
  float: right;
}
.works-detail__readmore:hover {
  opacity: 0.6;
}
.works-detail__readmore .arrow {
  width: 51px;
  transition: transform 0.3s ease;
}
.works-detail__readmore:hover .arrow {
  transform: translateX(6px);
}

.works-slider {
  margin: 40px 0 60px;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0;
}
.works-slider .slick-list {
  overflow: visible;
}
.works-slider .slick-track {
  display: flex;
  align-items: center;
}
.works-slider .slick-slide {
  width: 800px !important;
  margin: 0 50px;
}
.works-slider__item {
  padding: 0 5px;
  position: relative;
  width: 100%;
}
.works-slider__item::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.works-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.works-slider .slick-slide:not(.slick-center) .works-slider__item img {
  opacity: 0.5;
  filter: brightness(0.7);
}
.works-slider .slick-center .works-slider__item img {
  opacity: 1;
  filter: brightness(1);
}
.works-slider .slick-dots {
  bottom: -40px;
  display: flex !important;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.works-slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.works-slider .slick-dots li .dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
.works-slider .slick-dots li.slick-active .dot {
  background-color: #333;
  width: 10px;
  height: 10px;
}
.works-slider .slick-dots li button {
  display: none;
}

@media screen and (max-width: 768px) {
  .works-slider {
    width: 100%;
    margin-left: 0;
  }
  .works-slider .slick-slide {
    width: 100% !important;
    margin: 0;
  }
  .works-slider__item {
    padding: 0;
  }
  .works-slider__item img {
    opacity: 1 !important;
    filter: brightness(1) !important;
  }
}
@media screen and (max-width: 768px) {
  .works-detail {
    padding: 40px 0;
  }
  .works-detail__container {
    padding: 0 15px;
  }
  .works-detail__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .works-detail__content {
    padding: 30px 20px;
    margin-top: 40px;
  }
  .works-detail__content-title {
    font-size: 16px;
  }
}
.work-gallery {
  padding: 80px 0 100px;
  background-color: #f2f0ed;
}
.work-gallery__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.work-gallery__title {
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 60px;
  color: #333;
}
.work-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.work-gallery__item {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  text-decoration: none;
  background-color: #ddd;
}
.work-gallery__item--hidden {
  display: none;
}
.work-gallery__image {
  width: 100%;
  height: 100%;
}
.work-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.work-gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.work-gallery__item:hover .work-gallery__overlay {
  opacity: 1;
}
.work-gallery__item:hover .work-gallery__image img {
  filter: grayscale(100%);
}
.work-gallery__info {
  text-align: center;
  color: #ffffff;
  padding: 20px;
}
.work-gallery__item-title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 10px;
  line-height: 1.4;
}
.work-gallery__date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.work-gallery__loadmore {
  text-align: right;
}
.work-gallery__btn-wrapper {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  padding: 15px 40px;
  color: #333;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.work-gallery__btn-wrapper:hover {
  opacity: 0.6;
}
.work-gallery__btn-wrapper .arrow {
  width: 51px;
  transition: transform 0.3s ease;
}
.work-gallery__btn-wrapper:hover .arrow {
  transform: translateX(6px);
  opacity: 0.6;
}
.work-gallery__btn-text {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .work-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail {
    margin-top: 80px;
  }
  .work-gallery {
    padding: 60px 0 80px;
  }
  .work-gallery__container {
    padding: 0 15px;
  }
  .work-gallery__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .work-gallery__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .work-gallery__item-title {
    font-size: 18px;
  }
}
.main-news {
  background-color: #fafaf8;
}

.news-archive {
  max-width: 1312px;
  margin: 0 auto;
  margin-top: 120px;
}

.main-news .title {
  text-align: left;
  margin-bottom: 60px;
}

.news__list {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  flex-direction: column;
}

.news__item {
  background-color: transparent;
}

.news__date {
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 24px;
  font-family: "Alexandria", sans-serif;
  text-align: left;
}

.news__title {
  font-size: clamp(20px, 4vw, 28px);
  margin-bottom: 40px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  text-align: left;
}

.news__image {
  margin-bottom: 40px;
}
.news__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news__content {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 160px;
}
.news__content p {
  margin-bottom: 16px;
}
.news__content p:last-child {
  margin-bottom: 0;
}

.news__item[id] {
  scroll-margin-top: 180px;
}

.pagination {
  margin-top: 80px;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}

.pagination__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
  gap: 20px;
}

.pagination__prev {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
}
.pagination__prev a {
  text-decoration: none;
  color: #333;
  font-family: "Alexandria", sans-serif;
  font-size: 16px;
}
.pagination__prev .arrow {
  width: 40px;
  transition: transform 0.3s ease;
}
.pagination__prev .arrow--prev {
  transform: rotate(180deg);
}
.pagination__prev:hover .arrow--prev {
  transform: rotate(180deg) translateX(6px);
}

.pagination__next {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: end;
}
.pagination__next a {
  text-decoration: none;
  color: #333;
  font-family: "Alexandria", sans-serif;
  font-size: 16px;
}
.pagination__next .arrow {
  width: 40px;
  transition: transform 0.3s ease;
}
.pagination__next:hover .arrow--next {
  transform: translateX(6px);
}

.pagination__pages {
  font-family: "Alexandria", sans-serif;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.05em;
  text-align: center;
  justify-self: center;
}

.pagination__prev.is-hidden,
.pagination__next.is-hidden {
  visibility: hidden;
}

@media (max-width: 768px) {
  .news-archive {
    margin-top: 80px;
  }
  .news__item[id] {
    scroll-margin-top: 120px;
  }
}
@media screen and (min-width: 1081px) {
  .news__date {
    font-size: 14px;
  }
  .news__title {
    font-size: 24px;
  }
  .pagination {
    margin-top: 100px;
  }
  .news__item[id] {
    scroll-margin-top: 220px;
  }
}
.form-label.label_low {
  padding-top: 24px;
}

.contact-page {
  display: grid;
  grid-template-columns: 0.5fr 2.5fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 120px;
  padding: 0 4.2%;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-top: 1px solid #E5E5E5;
}

.form-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 8px;
  align-items: start;
  padding: 40px 0;
  border-bottom: 1px solid #E5E5E5;
}

.form-label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  padding-top: 12px;
  text-align: left;
}

.required {
  background-color: #D9D9D9;
  color: #666;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
  margin-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
}

.form-field {
  width: 100%;
}

.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: center;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: inline-block !important;
  margin: 0;
  width: 16px;
  height: 16px;
  opacity: 1 !important;
  appearance: auto;
  flex-shrink: 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #999;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
  border-color: #4B4B4B;
}

textarea {
  min-height: 200px;
  resize: vertical;
}

.privacy-box {
  border-radius: 2px;
  text-align: center;
}
.privacy-box p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.privacy-box .policy-link {
  color: #333;
  text-decoration: underline;
}
.privacy-box .policy-link:hover {
  opacity: 0.7;
}
.privacy-box .privacy-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.privacy-box .privacy-checkbox .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.privacy-box .privacy-checkbox input[type=checkbox] {
  display: inline-block !important;
  margin: 0;
  width: 16px;
  height: 16px;
  opacity: 1 !important;
  appearance: auto;
  flex-shrink: 0;
}

.submit-btn {
  display: block;
  margin: 0 auto;
  border-radius: 100vh;
  max-width: 416px;
  width: 100%;
  height: 60px;
  border: 1px solid #222;
  background-color: transparent;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.submit-btn::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 12px;
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
}

.wpcf7-response-output {
  margin-top: 24px;
  padding: 16px;
  border-radius: 2px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  border: none !important;
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
}

.wpcf7-validation-errors {
  background-color: #f8d7da;
  color: #721c24;
}

.rc-anchor {
  display: none !important;
}

.rc-anchor-invisible {
  display: none !important;
}

@media (max-width: 1080px) {
  .contact-page {
    margin-top: 80px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 0;
  }
  .form-label {
    padding-top: 0;
  }
  .wpcf7-radio {
    grid-template-columns: repeat(2, 1fr);
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    font-size: 16px;
    box-sizing: border-box;
    max-width: 100%;
  }
  .wpcf7-form p {
    text-align: center;
  }
  .submit-btn {
    color: #333333;
    display: inline-block;
    margin: 0;
    width: auto;
    max-width: 416px;
  }
  .submit-btn::after {
    pointer-events: none;
    right: 24px;
  }
}
@media screen and (min-width: 1081px) {
  .contact-page {
    margin-top: 200px;
  }
  .title {
    margin-bottom: 80px;
  }
  .submit-btn:hover {
    background-color: #4B4B4B;
    color: #ffffff;
  }
  .submit-btn:hover::after {
    filter: brightness(0) invert(1);
  }
}

/*# sourceMappingURL=style.css.map */
