@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 992px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 1.7361111111vw;
  }
}
@media (max-width: 420px) {
  html {
    font-size: 2.380952381vw;
  }
}

body {
  margin: 0;
  translate: 0.5s all;
  font-family: "Noto Sans JP", system-ui;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 175%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div,
section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.c-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-container {
    padding: 0 32px;
  }
}

.c-lhalf-container {
  max-width: calc(50% + 620px);
  padding-right: 20px;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-lhalf-container {
    padding-right: 32px;
  }
}

.c-rhalf-container {
  max-width: calc(50% + 620px);
  padding-left: 20px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-rhalf-container {
    padding-left: 32px;
  }
}

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

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

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-46 {
  margin-top: 46px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-64 {
  margin-top: 64px;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

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

.text-right {
  text-align: right;
}

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

.btn-black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 40px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 320px;
  width: 100%;
  height: 48px;
  background-color: #000000;
  border-radius: 24px;
  font-size: 14px;
  color: white;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .btn-black {
    font-size: 1.4rem;
    margin-top: 3.2rem;
  }
}
.btn-black::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 18px;
  background-image: url("../images/icons/mail-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 24px;
  top: calc(50% - 9px);
}
@media (max-width: 768px) {
  .btn-black::before {
    width: 2.4rem;
    height: 1.8rem;
  }
}
.btn-black::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 10px;
  background-image: url("../images/icons/arrow03-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 24px;
  top: calc(50% - 5px);
}
@media (max-width: 768px) {
  .btn-black::after {
    width: 1.4rem;
    height: 1rem;
  }
}
.btn-black:hover {
  opacity: 0.7;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.shippori-mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.scroll-down-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.scroll-down-wrapper .c-container {
  position: relative;
  width: 100%;
}
.scroll-down-wrapper .scroll-down {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.scroll-down-wrapper .scroll-down span {
  position: relative;
  font-size: 12px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding-bottom: 100px;
}
.scroll-down-wrapper .scroll-down span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 95px;
  left: 50%;
  bottom: 0;
  background-color: #707070;
}
.scroll-down-wrapper .scroll-down span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  left: calc(50% - 4px);
  bottom: 0;
  -webkit-animation: scroll-down-arrow 2s infinite;
          animation: scroll-down-arrow 2s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes scroll-down-arrow {
  0% {
    -webkit-transform: translateY(-95px);
            transform: translateY(-95px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes scroll-down-arrow {
  0% {
    -webkit-transform: translateY(-95px);
            transform: translateY(-95px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.view-more01 {
  position: relative;
  display: block;
  font-size: 21px;
  font-weight: 600;
  padding-right: 85px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
}
.view-more01::before {
  position: absolute;
  content: "";
  width: 66px;
  height: 66px;
  right: 0;
  top: calc(50% - 33px);
  background-color: #000;
  border-radius: 50%;
}
.view-more01:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 19px;
  background-image: url("../images/icons/arrow01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 23px;
  height: calc(50% + 15px);
}
.view-more01:hover {
  color: #444;
}
.view-more01:hover::before {
  background-color: #444;
}
.view-more01:hover::after {
  -webkit-animation: arrow-slide1 1s ease-in-out infinite;
          animation: arrow-slide1 1s ease-in-out infinite;
}
@-webkit-keyframes arrow-slide1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  51% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrow-slide1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  51% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.view-more01-sm {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 600;
  padding-right: 52px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
}
.view-more01-sm::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  right: 0;
  top: calc(50% - 16px);
  background-color: #000;
  border-radius: 50%;
}
.view-more01-sm:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  background-image: url("../images/icons/arrow01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 12px;
  height: calc(50% + 15px);
}
.view-more01-sm:hover {
  color: #444;
}
.view-more01-sm:hover::before {
  background-color: #444;
}
.view-more01-sm:hover::after {
  -webkit-animation: arrow-slide2 1s ease-in-out infinite;
          animation: arrow-slide2 1s ease-in-out infinite;
}
@-webkit-keyframes arrow-slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  51% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrow-slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  51% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.view-more02 {
  position: relative;
  display: block;
  font-size: 12px;
  font-family: "Source Han Sans JP", "Noto Sans JP", serif;
  font-weight: 600;
  padding-right: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
}
.view-more02:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  background-image: url("../images/icons/arrow02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  height: calc(50% + 15px);
}
.view-more02:hover {
  opacity: 0.7;
}

.link-main-btn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 198px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  padding: 6px 50px 4px 50px;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-main-btn::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #D0111B;
  right: 20px;
  top: calc(50% - 2px);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-main-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../images/icons/arrow03-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 15px;
  top: calc(50% - 5px);
  z-index: 1;
  display: none;
}
.link-main-btn:hover {
  padding-left: 30px;
  border-radius: 20px;
  padding-left: 10px;
}
.link-main-btn:hover::before {
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  right: 4px;
  border-radius: 50%;
}
.link-main-btn:hover::after {
  display: block;
}
@media (max-width: 768px) {
  .link-main-btn {
    height: 48px;
    padding-left: 30px;
    border-radius: 24px;
  }
  .link-main-btn::before {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    right: 4px;
    border-radius: 50%;
  }
  .link-main-btn::after {
    display: block;
  }
  .link-main-btn:hover {
    opacity: 0.7;
  }
}
.link-main-btn.btn-white {
  border: 1px solid #fff;
  color: #fff;
}
.link-main-btn.btn-white::before {
  background-color: #fff;
}
.link-main-btn.btn-white::after {
  background-image: url("../images/icons/arrow03.svg");
}

.view-more04 {
  display: block;
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: #000;
  border-radius: 50%;
}
.view-more04::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("../images/icons/arrow03-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: calc(50% - 4px);
  top: calc(50% - 4px);
}
.view-more04:hover {
  opacity: 0.7;
}

a.nav-link-contact-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 40px;
  background-color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  color: white;
  font-family: "Roboto", serif;
  letter-spacing: 2px;
  text-align: center;
  padding: 6px 20px 4px 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a.nav-link-contact-btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../images/icons/arrow03-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  right: 16px;
  top: calc(50% - 5px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
a.nav-link-contact-btn:hover {
  padding-left: 20px;
  border-radius: 20px;
}
a.nav-link-contact-btn:hover::before {
  opacity: 1;
}

.c-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-header.header-hidden {
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
}
.c-header.top-header {
  background-color: rgba(255, 255, 255, 0.8);
}
.c-header.top-header .header-logo img {
  content: url("../images/logo-white.png");
}
.c-header .header-logo {
  width: 276px;
  position: relative;
  z-index: 102;
}
@media (max-width: 768px) {
  .c-header .header-logo {
    width: 220px;
  }
}
.c-header .header-logo img {
  width: 100%;
  height: auto;
}
.c-header .header-nav .header-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px 30px;
}
@media (max-width: 1400px) {
  .c-header .header-nav .header-nav-menu {
    gap: 12px 20px;
  }
}
@media (max-width: 1200px) {
  .c-header .header-nav .header-nav-menu .header-nav-menu-item {
    display: none;
  }
}
.c-header .header-nav .header-nav-menu .header-nav-menu-item a.link-menu {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  font-family: "Noto Serif JP", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", serif;
}
@media (max-width: 1400px) {
  .c-header .header-nav .header-nav-menu .header-nav-menu-item a.link-menu {
    font-size: 14px;
  }
}
.c-header .header-nav .header-nav-menu .header-nav-menu-item a.link-menu::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  opacity: 0.8;
}
.c-header .header-nav .header-nav-menu .header-nav-menu-item a.link-menu:hover {
  opacity: 0.7;
}
.c-header .header-nav .header-nav-menu .header-nav-menu-item a.link-menu:hover::after {
  width: 100%;
}
.c-header .header-nav .header-nav-menu-mobile {
  position: relative;
  display: none;
  z-index: 100;
}
@media (max-width: 1200px) {
  .c-header .header-nav .header-nav-menu-mobile {
    display: block;
  }
}
.c-header .header-nav .header-nav-menu-mobile .header-nav-menu-mobile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .header-nav .header-nav-menu-mobile .header-nav-menu-mobile-list .menu-mobile-item.hamburger {
  position: relative;
  z-index: 100;
}
.c-header .header-nav .header-nav-menu-mobile .header-nav-menu-mobile-list .menu-mobile-item .mail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
}
.c-header .header-nav .header-nav-menu-mobile .header-nav-menu-mobile-list .menu-mobile-item .mail-item img {
  width: 20px;
  height: 16px;
}
.c-header .header-nav .header-nav-menu-mobile .header-nav-menu-mobile-list .menu-mobile-item .hamburger-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 16px;
}
.c-header .header-nav .header-nav-menu-mobile .header-nav-menu-mobile-list .menu-mobile-item .hamburger-menu-item img {
  width: 100%;
  height: 100%;
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content {
  display: none;
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 120px 0px 80px 0px;
  overflow: hidden;
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70px;
  left: 0;
  top: 0;
  background-color: white;
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content .inner-content {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content .inner-content .mobile-content-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px auto;
  grid-template-columns: auto auto;
  gap: 40px 20px;
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content .inner-content .mobile-content-list .mobile-content-item a.link-menu {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.05em;
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content .inner-content .mobile-content-list .mobile-content-item .sub-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content .inner-content .mobile-content-list .mobile-content-item .sub-menu-list .sub-menu-list-item {
  position: relative;
  padding-left: 24px;
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content .inner-content .mobile-content-list .mobile-content-item .sub-menu-list .sub-menu-list-item::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #000;
  left: 0;
  top: calc(50% + 1px);
  border-radius: 50%;
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content .inner-content .mobile-content-list .mobile-content-item .sub-menu-list .sub-menu-list-item a.link-menu {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.05em;
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content .inner-content .mobile-content-list .mobile-content-item .sub-menu-list .sub-menu-list-item a.link-menu:hover {
  opacity: 0.7;
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content .inner-content .contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content .inner-content .contact-content .contact-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 320px;
  width: 100%;
  height: 48px;
  background-color: #D0111B;
  border-radius: 24px;
  font-size: 27px;
  color: white;
  font-family: "Roboto", sans-serif;
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content .inner-content .contact-content .contact-btn::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 18px;
  background-image: url("../images/icons/mail-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 24px;
  top: calc(50% - 9px);
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content .inner-content .contact-content .contact-btn::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 10px;
  background-image: url("../images/icons/arrow03-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 24px;
  top: calc(50% - 5px);
}
.c-header .header-nav .header-nav-menu-mobile .mobile-content .inner-content .contact-content .contact-btn:hover {
  opacity: 0.7;
}

footer.p-footer {
  padding: 160px 0px 150px 0px;
  background-color: white;
}
@media (max-width: 768px) {
  footer.p-footer {
    padding: 80px 0px 80px 0px;
  }
}
footer.p-footer .footer-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 80px;
}
@media (max-width: 768px) {
  footer.p-footer .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-bottom: 200px;
  }
}
footer.p-footer .footer-wrapper .company-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer.p-footer .footer-wrapper .company-info .logo {
  display: block;
  width: 280px;
}
footer.p-footer .footer-wrapper .company-info .logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  footer.p-footer .footer-wrapper .company-info .logo {
    width: 200px;
  }
}
footer.p-footer .footer-wrapper .company-info .info {
  margin-top: 32px;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #000;
  line-height: 200%;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  footer.p-footer .footer-wrapper .company-info .info {
    position: absolute;
    font-size: 14px;
    bottom: 0;
    left: 0;
  }
}
footer.p-footer .footer-wrapper .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 80px;
}
@media (max-width: 768px) {
  footer.p-footer .footer-wrapper .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer.p-footer .footer-wrapper .menu-wrapper .menu-box-wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media (max-width: 768px) {
  footer.p-footer .footer-wrapper .menu-wrapper .menu-box-wapper {
    gap: 58px;
  }
}
@media (max-width: 576px) {
  footer.p-footer .footer-wrapper .menu-wrapper .menu-box-wapper {
    gap: 32px;
  }
}
footer.p-footer .footer-wrapper .menu-wrapper .menu-box-wapper ul.menu-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
footer.p-footer .footer-wrapper .menu-wrapper .menu-box-wapper ul.menu-list > li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  color: #000;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 1px;
}
footer.p-footer .footer-wrapper .menu-wrapper .menu-box-wapper ul.menu-list > li a:hover {
  opacity: 0.7;
}
footer.p-footer .footer-wrapper .menu-wrapper .menu-box-wapper ul.menu-list > li .sub-menu-list {
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 24px;
}
footer.p-footer .footer-wrapper .menu-wrapper .menu-box-wapper ul.menu-list > li .sub-menu-list > li {
  position: relative;
}
footer.p-footer .footer-wrapper .menu-wrapper .menu-box-wapper ul.menu-list > li .sub-menu-list > li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #000;
  left: -16px;
  top: calc(50% + 1px);
}
footer.p-footer .footer-wrapper .menu-wrapper .menu-box-wapper ul.menu-list > li .sub-menu-list > li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  color: #000;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 1px;
}
footer.p-footer .footer-wrapper .menu-wrapper .menu-box-wapper ul.menu-list > li .sub-menu-list > li a:hover {
  opacity: 0.7;
}
footer.p-footer .footer-wrapper .menu-wrapper .contact-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  footer.p-footer .footer-wrapper .menu-wrapper .contact-content {
    display: none;
  }
  footer.p-footer .footer-wrapper .menu-wrapper .contact-content .nav-link-contact-btn {
    display: none;
  }
}
footer.p-footer .footer-wrapper .sp-contact-btn {
  position: absolute;
  right: 0;
  top: 0px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
}
footer.p-footer .footer-wrapper .sp-contact-btn img {
  width: 20px;
  height: 16px;
}
@media (max-width: 768px) {
  footer.p-footer .footer-wrapper .sp-contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer.p-footer .copyright {
  margin-top: 20px;
  font-size: 12px;
  font-family: "Roboto", serif;
  font-weight: 400;
  color: #000;
  line-height: 200%;
  text-align: right;
}
@media (max-width: 768px) {
  footer.p-footer .copyright {
    margin-top: 32px;
    text-align: center;
  }
}

.section-padding {
  padding: 140px 0px 80px 0px;
}

.section-padding-sub {
  padding: 6.4rem 0px;
}

.section-title {
  position: relative;
  z-index: 10;
}
.section-title .title-main {
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 200%;
  color: #000;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .section-title .title-main {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  .section-title .title-main {
    font-size: 2.4rem;
  }
}
.section-title .title-sub {
  font-size: 16px;
  font-family: "Roboto", serif;
  font-weight: 500;
  line-height: 170%;
  color: #000;
  letter-spacing: 1.5px;
}
@media (max-width: 768px) {
  .section-title .title-sub {
    font-size: 1.4rem;
  }
}

section.p-top-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  section.p-top-mv {
    height: auto;
  }
}
section.p-top-mv .top-mv-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  section.p-top-mv .top-mv-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}
section.p-top-mv .video-content {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.p-top-mv .video-content {
    height: auto;
    aspect-ratio: 1/1;
    height: auto;
  }
}
section.p-top-mv .video-content video,
section.p-top-mv .video-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.p-top-mv .top-mv-slides {
  width: 100%;
}
section.p-top-mv .top-mv-slides .top-mv-slides-swiper {
  height: 100vh;
}
@media (max-width: 768px) {
  section.p-top-mv .top-mv-slides .top-mv-slides-swiper {
    height: auto;
    aspect-ratio: 1/1;
  }
}
section.p-top-mv .top-mv-slides .top-mv-slides-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.p-top-mv .top-mv-slides .c-container {
  position: relative;
  width: 100%;
}
section.p-top-mv .top-mv-slides .c-container .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 36px;
}
section.p-top-mv .top-mv-slides .c-container .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: white;
  opacity: 1;
}
section.p-top-mv .top-mv-slides .c-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
section.p-top-mv .mv-main {
  position: absolute;
  z-index: 10;
  padding-bottom: 90px;
  width: 100%;
}
section.p-top-mv .mv-main .mv-main-title {
  font-size: 44px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 175%;
  color: white;
}
@media (max-width: 768px) {
  section.p-top-mv .mv-main .mv-main-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  section.p-top-mv .mv-main .mv-main-title {
    font-size: 29px;
  }
}
section.p-top-mv .mv-main .mv-main-title .title-sm {
  font-size: 40px;
}
@media (max-width: 768px) {
  section.p-top-mv .mv-main .mv-main-title .title-sm {
    font-size: 29px;
  }
}
@media (max-width: 576px) {
  section.p-top-mv .mv-main .mv-main-title .title-sm {
    font-size: 26px;
  }
}
section.p-top-mv .mv-main .mv-main-text {
  margin-top: 24px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 200%;
  color: white;
}
@media (max-width: 768px) {
  section.p-top-mv .mv-main .mv-main-text {
    font-size: 16px;
  }
}

.img1-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img1-wrapper .img-content {
  width: 50%;
}
.img1-wrapper .img-content .img-main {
  position: relative;
  padding-right: 86px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
}
.img1-wrapper .img-content .img-main img {
  width: 100%;
  height: auto;
}
.img1-wrapper .img-content .img-sub {
  margin-top: -84px;
  position: relative;
  margin-left: auto;
  max-width: 324px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  z-index: 3;
}
.img1-wrapper .img-content .img-sub img {
  width: 100%;
  height: auto;
}
.img1-wrapper .text-content {
  width: 50%;
  padding-left: 50px;
}
.img1-wrapper .text-content .content-text {
  font-size: 16px;
  line-height: 220%;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000000;
}
.img1-wrapper .text-content .more-content {
  margin-top: 80px;
}
.img1-wrapper .text-content .more-content .view-more01 {
  margin-left: auto;
}
.img1-wrapper.wrapper-reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.img1-wrapper.wrapper-reserve .text-content {
  padding-left: 0;
  padding-right: 50px;
}
.img1-wrapper.wrapper-reserve .text-content .more-content .view-more01 {
  margin-left: 0;
}

section.p-service {
  position: relative;
  background-color: #FAF9F4;
  padding: 160px 0px 120px 0px;
}
@media (max-width: 768px) {
  section.p-service {
    padding: 80px 0px 64px 0px;
  }
}
section.p-service::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 230px;
  background-color: white;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  section.p-service::before {
    height: 240px;
  }
}
section.p-service .sub-content01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 430px 116px 1fr;
  grid-template-columns: 430px 1fr;
  gap: 0px 116px;
}
section.p-service .sub-content01 .img-content {
  width: 100%;
}
section.p-service .sub-content01 .img-content img {
  width: 100%;
  height: auto;
}
section.p-service .sub-content01 .text-content {
  margin-top: 16px;
}
section.p-service .sub-content01 .text-content .sub-title {
  position: relative;
  font-size: 20px;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.5px;
  color: #000;
  padding: 6px 0px 6px 44px;
}
section.p-service .sub-content01 .text-content .sub-title::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
}
section.p-service .sub-content01 .text-content .content-list {
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 12px;
}
section.p-service .sub-content01 .text-content .content-list > li {
  position: relative;
  font-size: 15px;
  line-height: 220%;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  padding-left: 48px;
}
section.p-service .sub-content01 .text-content .content-list > li::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("../images/icons/check-mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: calc(50% - 13px);
}
section.p-service .sub-content01 .text-content .more-content {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.p-service .service-section-title {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  section.p-service .service-section-title {
    margin-bottom: 40px;
  }
}
section.p-service .inner-wrapper {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 600px 50px 1fr;
  grid-template-columns: 600px 1fr;
  gap: 40px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  section.p-service .inner-wrapper {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  section.p-service .inner-wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
section.p-service .inner-wrapper .half-content {
  position: relative;
  width: 100%;
}
section.p-service .inner-wrapper .half-content .text-content {
  margin-top: 20px;
  font-size: 16px;
  line-height: 190%;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000000;
  font-family: "Noto Sans JP", serif;
}
@media (max-width: 768px) {
  section.p-service .inner-wrapper .half-content .text-content {
    margin-top: 0;
    font-size: 14px;
    padding-right: 32px;
  }
}
section.p-service .inner-wrapper .half-content .text-content p {
  margin-top: 20px;
}
section.p-service .inner-wrapper .half-content .text-content p.fs-18 {
  font-size: 18px;
}
@media (max-width: 768px) {
  section.p-service .inner-wrapper .half-content .text-content p {
    margin-top: 16px;
  }
  section.p-service .inner-wrapper .half-content .text-content p.fs-18 {
    font-size: 16px;
  }
}
section.p-service .inner-wrapper .half-content .more-content {
  margin-top: 40px;
}
@media (max-width: 768px) {
  section.p-service .inner-wrapper .half-content .more-content {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.p-service .inner-wrapper .half-content .img-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 5px;
}
section.p-service .inner-wrapper .half-content .img-wrapper2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
section.p-service .inner-wrapper .half-content .img-content {
  width: 100%;
  height: 320px;
}
@media (max-width: 768px) {
  section.p-service .inner-wrapper .half-content .img-content {
    height: 240px;
  }
}
@media (max-width: 576px) {
  section.p-service .inner-wrapper .half-content .img-content {
    height: 160px;
  }
}
section.p-service .inner-wrapper .half-content .img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.p-service .inner-wrapper2 {
  max-width: 920px;
  margin: auto;
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  section.p-service .inner-wrapper2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 20px;
    max-width: 100%;
  }
}
section.p-service .inner-wrapper2:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  section.p-service .inner-wrapper2:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.p-service .inner-wrapper2 .img-content {
  width: 400px;
}
@media (max-width: 768px) {
  section.p-service .inner-wrapper2 .img-content {
    width: 100%;
  }
}
section.p-service .inner-wrapper2 .img-content img {
  width: 100%;
  height: 100%;
}
section.p-service .inner-wrapper2 .text-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  section.p-service .inner-wrapper2 .text-content {
    width: 100%;
  }
}
section.p-service .inner-wrapper2 .text-content .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  section.p-service .inner-wrapper2 .text-content .sub-title {
    font-size: 16px;
  }
}
section.p-service .inner-wrapper2 .text-content .content-list {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-left: 20px;
}
section.p-service .inner-wrapper2 .text-content .content-list > li {
  position: relative;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000000;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  section.p-service .inner-wrapper2 .text-content .content-list > li {
    font-size: 14px;
  }
}
section.p-service .inner-wrapper2 .text-content .content-list > li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  left: -16px;
  top: 15px;
  border-radius: 50%;
}
section.p-service .inner-wrapper2 .more-content {
  margin-top: 32px;
}
section.p-service .inner-wrapper2 .more-content.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  section.p-service .inner-wrapper2 .more-content {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.p-works {
  padding: 160px 0px 40px 0px;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.p-works {
    padding: 80px 0px 40px 0px;
  }
}
section.p-works .works-slide-nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  section.p-works .works-slide-nav {
    margin-top: 0px;
  }
}
section.p-works .works-slide-nav .works-nav-button {
  display: block;
  position: relative;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  border-radius: 50%;
}
section.p-works .works-slide-nav .works-nav-button::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../images/icons/arrow03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
}
section.p-works .works-slide-nav .works-nav-button.button-prev::before {
  rotate: 180deg;
}
section.p-works .works-slide-nav .works-nav-button:hover {
  opacity: 0.3;
}
section.p-works .category-wrapper1 {
  margin-top: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  section.p-works .category-wrapper1 {
    display: none;
  }
}
section.p-works .category-wrapper1 .category-item {
  max-width: 160px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto", serif;
  border: 1px solid #000;
  cursor: pointer;
}
section.p-works .category-wrapper1 .category-item.active {
  background-color: #000;
  color: #fff;
}
section.p-works .category-wrapper1 .category-item:hover {
  background-color: #333;
  color: white;
}
section.p-works .inner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 84px minmax(0, 1fr);
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 40px 84px;
}
@media (max-width: 768px) {
  section.p-works .inner-wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  section.p-works .inner-wrapper .l-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
section.p-works .inner-wrapper .l-content .more-content {
  margin-top: 40px;
}
@media (max-width: 768px) {
  section.p-works .inner-wrapper .l-content .more-content {
    margin-top: 0;
  }
}
section.p-works .inner-wrapper .slide-contents .works-slide-swiper {
  position: relative;
}
section.p-works .inner-wrapper .slide-contents .works-slide-swiper .works-item {
  padding-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #000;
}
section.p-works .inner-wrapper .slide-contents .works-slide-swiper .works-item .works-item-img {
  width: 100%;
  aspect-ratio: 248/160;
}
section.p-works .inner-wrapper .slide-contents .works-slide-swiper .works-item .works-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.p-works .inner-wrapper .slide-contents .works-slide-swiper .works-item .category-wrapper {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.p-works .inner-wrapper .slide-contents .works-slide-swiper .works-item .category-wrapper .post-date {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto", serif;
}
section.p-works .inner-wrapper .slide-contents .works-slide-swiper .works-item .category-wrapper .category-item {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto", serif;
}
section.p-works .inner-wrapper .slide-contents .works-slide-swiper .works-item .works-item-title {
  margin-top: 12px;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  text-align: justify;
}
section.p-works .inner-wrapper .slide-contents .works-slide-swiper .works-item .more-content {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.p-about {
  padding: 160px 0px 200px 0px;
}
@media (max-width: 768px) {
  section.p-about {
    padding: 40px 0px 120px 0px;
  }
  section.p-about .c-lhalf-container {
    padding-right: 0 !important;
    padding-left: 32px !important;
  }
}
section.p-about .inner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 600px;
  grid-template-columns: 1fr 600px;
  gap: 40px 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  section.p-about .inner-wrapper {
    -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}
@media (max-width: 768px) {
  section.p-about .inner-wrapper {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
section.p-about .inner-wrapper .img-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 6px;
}
section.p-about .inner-wrapper .img-wrapper .img-content {
  width: 100%;
  height: 320px;
}
@media (max-width: 768px) {
  section.p-about .inner-wrapper .img-wrapper .img-content {
    height: 240px;
  }
}
@media (max-width: 576px) {
  section.p-about .inner-wrapper .img-wrapper .img-content {
    height: 160px;
  }
}
section.p-about .inner-wrapper .img-wrapper .img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  section.p-about .inner-wrapper .r-content .text-content {
    padding-right: 32px;
  }
}
section.p-about .inner-wrapper .r-content .text-content .content-text {
  font-size: 16px;
}
@media (max-width: 768px) {
  section.p-about .inner-wrapper .r-content .text-content .content-text {
    font-size: 14px;
  }
}
section.p-about .inner-wrapper .r-content .text-content .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 170%;
  color: #000;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  section.p-about .inner-wrapper .r-content .text-content .label {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.p-about .inner-wrapper .r-content .text-content .content-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000000;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  section.p-about .inner-wrapper .r-content .text-content .content-text {
    font-size: 14px;
  }
}
section.p-about .inner-wrapper .r-content .more-content {
  margin-top: 40px;
}
@media (max-width: 768px) {
  section.p-about .inner-wrapper .r-content .more-content {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.p-company {
  position: relative;
  display: block;
  background-image: url("../images/top/company-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.p-company::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.p-company.in-view::before {
  opacity: 1;
}
section.p-company:hover::before {
  opacity: 1;
}
section.p-company .inner-content {
  position: relative;
  padding: 190px 0px 76px 0px;
  z-index: 3;
}
@media (max-width: 768px) {
  section.p-company .inner-content {
    padding: 110px 0px 110px 0px;
  }
}
section.p-company .inner-content .title {
  position: absolute;
  top: -88px;
  right: 0;
  font-size: 104px;
  font-weight: 300;
  color: #000;
  font-family: "Roboto", serif;
  line-height: 170%;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  section.p-company .inner-content .title {
    font-size: 80px;
    top: -64px;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
  }
}
@media (max-width: 576px) {
  section.p-company .inner-content .title {
    font-size: 70px;
    top: -60px;
    letter-spacing: -1px;
  }
}
section.p-company .inner-content .text-content {
  width: 100%;
  max-width: 560px;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: justify;
  color: white;
  font-family: "Noto Sans JP", serif;
}
@media (max-width: 768px) {
  section.p-company .inner-content .text-content {
    font-size: 14px;
  }
}
section.p-company .inner-content .more-content {
  margin-top: 40px;
}
@media (max-width: 768px) {
  section.p-company .inner-content .more-content {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.p-recruit {
  margin-top: 200px;
  padding: 420px 0px 550px 0px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.p-recruit {
    margin-top: 80px;
    padding: 280px 0px 350px 0px;
  }
}
section.p-recruit .inner-content {
  overflow: hidden;
}
section.p-recruit .inner-content .text-content {
  margin-top: 50px;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000000;
  font-family: "Noto Sans JP", serif;
  text-align: center;
}
@media (max-width: 768px) {
  section.p-recruit .inner-content .text-content {
    margin-top: 40px;
    font-size: 14px;
  }
}
section.p-recruit .inner-content .more-content {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.p-recruit .inner-content .img-content {
  position: absolute;
}
section.p-recruit .inner-content .img-content img {
  width: 100%;
}
section.p-recruit .inner-content .img-content.img01 {
  width: 382px;
  top: 0;
  right: calc(50% - 385px);
}
@media (max-width: 768px) {
  section.p-recruit .inner-content .img-content.img01 {
    width: 155px;
    top: 0px;
    right: calc(50% - 114px);
  }
}
section.p-recruit .inner-content .img-content.img02 {
  width: 262px;
  top: 108px;
  left: calc(50% - 512px);
}
@media (max-width: 768px) {
  section.p-recruit .inner-content .img-content.img02 {
    width: 106px;
    top: 67px;
    left: calc(50% - 190px);
  }
}
section.p-recruit .inner-content .img-content.img03 {
  width: 500px;
  bottom: 216px;
  left: calc(50% - 730px);
}
@media (max-width: 768px) {
  section.p-recruit .inner-content .img-content.img03 {
    width: 200px;
    bottom: 88px;
    left: calc(50% - 192px);
  }
}
section.p-recruit .inner-content .img-content.img04 {
  width: 327px;
  top: 425px;
  right: calc(50% - 660px);
}
@media (max-width: 768px) {
  section.p-recruit .inner-content .img-content.img04 {
    width: 132px;
    top: 150px;
    right: calc(50% - 203px);
  }
}
section.p-recruit .inner-content .img-content.img05 {
  width: 325px;
  bottom: 0px;
  right: calc(50% - 290px);
}
@media (max-width: 768px) {
  section.p-recruit .inner-content .img-content.img05 {
    width: 130px;
    bottom: 0px;
    right: calc(50% - 192px);
  }
}

section.p-news {
  padding: 200px 0px 200px 0px;
}
@media (max-width: 768px) {
  section.p-news {
    padding: 80px 0px 80px 0px;
  }
}
section.p-news .inner-content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
section.p-news .inner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 80px 1fr;
  grid-template-columns: 200px 1fr;
  gap: 40px 80px;
}
@media (max-width: 768px) {
  section.p-news .inner-wrapper {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
section.p-news .inner-wrapper .left-content .more-content {
  margin-top: 36px;
}
@media (max-width: 768px) {
  section.p-news .inner-wrapper .left-content .more-content {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.p-news .inner-wrapper .news-content .news-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
section.p-news .inner-wrapper .news-content .news-list .news-item {
  display: block;
  padding: 16px 32px;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  section.p-news .inner-wrapper .news-content .news-list .news-item {
    padding: 16px 0px;
  }
}
section.p-news .inner-wrapper .news-content .news-list .news-item .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 16px;
}
@media (max-width: 768px) {
  section.p-news .inner-wrapper .news-content .news-list .news-item .info-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.p-news .inner-wrapper .news-content .news-list .news-item .info-wrapper .category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
}
section.p-news .inner-wrapper .news-content .news-list .news-item .info-wrapper .category-wrapper .category-item {
  padding: 8px 32px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto", serif;
  background-color: #FAF9F4;
  border-radius: 20px;
}
@media (max-width: 768px) {
  section.p-news .inner-wrapper .news-content .news-list .news-item .info-wrapper .category-wrapper .category-item {
    padding: 8px 24px;
  }
}
section.p-news .inner-wrapper .news-content .news-list .news-item .info-wrapper .post-date {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto", serif;
}
section.p-news .inner-wrapper .news-content .news-list .news-item .news-item-title {
  margin-top: 12px;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  letter-spacing: 1px;
  color: #000;
}
@media (max-width: 768px) {
  section.p-news .inner-wrapper .news-content .news-list .news-item .news-item-title {
    font-size: 14px;
  }
}
section.p-news .inner-wrapper .news-content .news-list .news-item .news-item-title:hover {
  opacity: 0.7;
}

section.p-contact a.contact-box {
  position: relative;
  display: block;
  min-height: 400px;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.p-contact a.contact-box {
    min-height: 360px;
  }
}
section.p-contact a.contact-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/top/contact-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.p-contact a.contact-box .title {
  position: relative;
  z-index: 3;
  font-size: 120px;
  font-family: "Roboto", serif;
  font-weight: 300;
  color: white;
  line-height: 90px;
  letter-spacing: 4px;
  text-align: center;
}
@media (max-width: 768px) {
  section.p-contact a.contact-box .title {
    font-size: 76px;
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  section.p-contact a.contact-box .title {
    font-size: 58px;
    line-height: 48px;
  }
}
section.p-contact a.contact-box .contact-text {
  position: relative;
  z-index: 3;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
  color: white;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  section.p-contact a.contact-box .contact-text {
    margin-top: 32px;
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  section.p-contact a.contact-box .contact-text {
    font-size: 18px;
  }
}
section.p-contact a.contact-box .arrow-btn {
  position: absolute;
  left: calc(50% - 50px);
  bottom: 90px;
  z-index: 3;
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
section.p-contact a.contact-box .arrow-btn::before {
  position: absolute;
  content: "";
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/arrow-lg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section.p-contact a.contact-box .sp-contact-btn {
  display: none;
  margin: auto;
  margin-top: 40px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 320px;
  width: 100%;
  height: 48px;
  background-color: #D0111B;
  border-radius: 24px;
  font-size: 14px;
  color: white;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  section.p-contact a.contact-box .sp-contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.p-contact a.contact-box .sp-contact-btn::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 18px;
  background-image: url("../images/icons/mail-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 24px;
  top: calc(50% - 9px);
}
section.p-contact a.contact-box .sp-contact-btn::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 10px;
  background-image: url("../images/icons/arrow03-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 24px;
  top: calc(50% - 5px);
}
section.p-contact a.contact-box .sp-contact-btn:hover {
  opacity: 0.7;
}
section.p-contact a.contact-box:hover::before {
  scale: 1.1;
}
section.p-contact a.contact-box:hover .contact-text {
  font-size: 28px;
}
@media (max-width: 768px) {
  section.p-contact a.contact-box:hover .contact-text {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  section.p-contact a.contact-box:hover .contact-text {
    font-size: 22px;
  }
}
section.p-contact a.contact-box:hover .arrow-btn {
  opacity: 1;
}
@media (max-width: 768px) {
  section.p-contact a.contact-box:hover .arrow-btn {
    opacity: 0;
  }
}

.p-page-mv {
  position: relative;
  padding-top: 16rem;
}
@media (max-width: 768px) {
  .p-page-mv {
    padding-top: 8rem;
  }
}
.p-page-mv .inner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .p-page-mv .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-page-mv .l-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  width: 100;
  height: 40rem;
}
@media (max-width: 768px) {
  .p-page-mv .l-content {
    position: relative;
    height: auto;
    margin-top: 2rem;
    padding-right: 2rem;
  }
  .p-page-mv .l-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 8.5rem;
    background-color: #FAF9F4;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.p-page-mv .l-content img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}
.p-page-mv .l-content img.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-page-mv .r-content .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-page-mv .page-title {
  padding-top: 6rem;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .p-page-mv .page-title {
    padding-top: 2rem;
    padding-left: 1.6rem;
  }
}
.p-page-mv .page-title .title-en {
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  font-family: "Roboto", serif;
  line-height: 170%;
}
@media (max-width: 768px) {
  .p-page-mv .page-title .title-en {
    font-size: 1.6rem;
  }
}
.p-page-mv .page-title .title-jp {
  font-size: 4rem;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
}
@media (max-width: 768px) {
  .p-page-mv .page-title .title-jp {
    font-size: 2.4rem;
  }
}
.p-page-mv .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6.4rem 4rem 6.4rem calc(50% + 4rem);
  background-color: #FAF9F4;
  width: 100%;
}
@media (max-width: 768px) {
  .p-page-mv .breadcrumb {
    position: relative;
    padding: 2.4rem 1.6rem 2.4rem 1.6rem;
  }
}
.p-page-mv .breadcrumb .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-page-mv .breadcrumb .breadcrumb-list > li {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 170%;
  letter-spacing: 0.1rem;
}
.p-page-mv .breadcrumb .breadcrumb-list > li a.breadcrumb-link:hover {
  color: #0533ff;
  text-decoration: underline;
}
.p-page-mv .breadcrumb .breadcrumb-list > li:not(:last-child)::after {
  content: "/";
  margin-left: 1rem;
  margin-right: 1rem;
}
.p-page-mv .breadcrumb .description {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 170%;
  letter-spacing: 0.1rem;
}
.p-page-mv.privacy-mv .breadcrumb {
  position: relative;
  padding: 6.4rem 0rem 6.4rem 0;
}
.p-page-mv.privacy-mv .breadcrumb .inner-content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.p-page-mv .privacy-content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.p-page-mv .privacy-content .page-title {
  padding-left: 0;
  padding-bottom: 9.5rem;
}

section.p-page-main {
  background-color: #FAF9F4;
  padding: 15rem 0 7.8rem 0;
}
section.p-page-main.p-404-main .inner-wrapper--404 {
  display: block;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section.p-page-main.p-404-main .text-content--404 {
  margin-top: 2rem;
}
section.p-page-main.p-404-main .text-content--404 p {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 200%;
  font-family: "Noto Sans JP", serif;
}
section.p-page-main.p-404-main .text-content--404 p:first-child {
  margin-top: 0;
}
section.p-page-main.p-404-main .more-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  section.p-page-main.p-404-main .more-content {
    margin-top: 2.4rem;
  }
}
section.p-page-main.before-w {
  position: relative;
}
section.p-page-main.before-w::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15.6rem;
  background-color: white;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  section.p-page-main.before-w::before {
    display: none;
  }
}
@media (max-width: 768px) {
  section.p-page-main {
    padding: 8rem 0;
  }
}
@media (max-width: 576px) {
  section.p-page-main {
    padding: 6rem 0;
  }
}
section.p-page-main .inner-wrapper {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60rem 5rem 1fr;
  grid-template-columns: 60rem 1fr;
  gap: 4rem 5rem;
}
@media (max-width: 1200px) {
  section.p-page-main .inner-wrapper {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  section.p-page-main .inner-wrapper {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  section.p-page-main .inner-wrapper {
    margin-top: 2rem;
  }
}
section.p-page-main .inner-wrapper .half-content {
  position: relative;
  width: 100%;
}
section.p-page-main .inner-wrapper .half-content .text-content {
  margin-top: 2rem;
  font-size: 16px;
  line-height: 190%;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000000;
  font-family: "Noto Sans JP", serif;
}
@media (max-width: 768px) {
  section.p-page-main .inner-wrapper .half-content .text-content {
    margin-top: 0;
    font-size: 1.4rem;
    padding-right: 3.2rem;
  }
}
section.p-page-main .inner-wrapper .half-content .text-content .fw-500 {
  font-weight: 500;
}
section.p-page-main .inner-wrapper .half-content .text-content p {
  margin-top: 2rem;
}
section.p-page-main .inner-wrapper .half-content .text-content p.fs-18 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  section.p-page-main .inner-wrapper .half-content .text-content p {
    margin-top: 1.6rem;
  }
  section.p-page-main .inner-wrapper .half-content .text-content p.fs-18 {
    font-size: 1.6rem;
  }
}
section.p-page-main .inner-wrapper .half-content .text-content ul {
  margin-top: 1rem;
  list-style: disc;
  padding-left: 2.4rem;
}
section.p-page-main .inner-wrapper .half-content .more-content {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  section.p-page-main .inner-wrapper .half-content .more-content {
    margin-top: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.p-page-main .inner-wrapper .half-content .img-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
section.p-page-main .inner-wrapper .half-content .img-wrapper2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
section.p-page-main .inner-wrapper .half-content .img-content {
  width: 100%;
  height: 32rem;
}
section.p-page-main .inner-wrapper .half-content .img-content.h-auto {
  height: auto;
}
@media (max-width: 768px) {
  section.p-page-main .inner-wrapper .half-content .img-content {
    height: 24rem;
  }
  section.p-page-main .inner-wrapper .half-content .img-content.h-auto {
    height: auto;
  }
}
@media (max-width: 576px) {
  section.p-page-main .inner-wrapper .half-content .img-content {
    height: 16rem;
  }
  section.p-page-main .inner-wrapper .half-content .img-content.h-auto {
    height: auto;
  }
}
section.p-page-main .inner-wrapper .half-content .img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.p-page-main .recruit-sub-title {
  margin: auto;
  font-size: 32px;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
  padding-top: 2rem;
  padding-bottom: 7.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 3.2rem;
}
@media (max-width: 768px) {
  section.p-page-main .recruit-sub-title {
    font-size: 2.4rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-main .recruit-sub-title {
    font-size: 2rem;
    padding-bottom: 3rem;
  }
}
section.p-page-main .inner-content-96 {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
section.p-page-main .sub-content {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  section.p-page-main .sub-content {
    margin-top: 6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-main .sub-content {
    margin-top: 4rem;
  }
}
section.p-page-main .sub-content .sub-title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 768px) {
  section.p-page-main .sub-content .sub-title {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  section.p-page-main .sub-content .sub-title {
    font-size: 1.8rem;
  }
}
section.p-page-main .sub-content .sub-wrapper3 {
  margin: auto;
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  section.p-page-main .sub-content .sub-wrapper3 {
    margin: auto;
    margin-top: 4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  section.p-page-main .sub-content .sub-wrapper3 {
    margin: auto;
    margin-top: 4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
section.p-page-main .sub-content .sub-wrapper3 .wrapper3-item {
  background-color: white;
  padding: 3.2rem 2.2rem;
  width: 100%;
}
section.p-page-main .sub-content .sub-wrapper3 .wrapper3-item .item-icon {
  margin: auto;
  width: 6.7rem;
  height: 6.3rem;
}
section.p-page-main .sub-content .sub-wrapper3 .wrapper3-item .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.p-page-main .sub-content .sub-wrapper3 .wrapper3-item .item-label {
  margin-top: 3.2rem;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 1px;
  line-height: 170%;
  text-align: center;
}
@media (max-width: 768px) {
  section.p-page-main .sub-content .sub-wrapper3 .wrapper3-item .item-label {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  section.p-page-main .sub-content .sub-wrapper3 .wrapper3-item .item-label {
    font-size: 1.6rem;
  }
}
section.p-page-main .sub-content .sub-wrapper3 .wrapper3-item .item-text {
  margin-top: 1.2rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 170%;
  letter-spacing: 1px;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-main .sub-content .sub-wrapper3 .wrapper3-item .item-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-main .sub-content .sub-wrapper3 .wrapper3-item .item-text {
    font-size: 1.4rem;
  }
}
section.p-page-main .sub-content .schedule-list {
  margin: auto;
  margin-top: 2.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.p-page-main .sub-content .schedule-list .schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.p-page-main .sub-content .schedule-list .schedule-item .time-icon {
  width: 4.8rem;
  height: 4.8rem;
}
@media (max-width: 768px) {
  section.p-page-main .sub-content .schedule-list .schedule-item .time-icon {
    width: 4.2rem;
    height: 4.2rem;
  }
}
@media (max-width: 576px) {
  section.p-page-main .sub-content .schedule-list .schedule-item .time-icon {
    width: 3rem;
    height: 3rem;
  }
}
section.p-page-main .sub-content .schedule-list .schedule-item .time-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.p-page-main .sub-content .schedule-list .schedule-item .time {
  font-size: 24px;
  font-weight: 900;
  color: #000;
  font-family: "Roboto", serif;
  line-height: 170%;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  section.p-page-main .sub-content .schedule-list .schedule-item .time {
    margin-top: 0.6rem;
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  section.p-page-main .sub-content .schedule-list .schedule-item .time {
    margin-top: 0rem;
    font-size: 1.8rem;
  }
}
section.p-page-main .sub-content .schedule-list .schedule-item .detail {
  margin-top: 0.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 170%;
}
@media (max-width: 768px) {
  section.p-page-main .sub-content .schedule-list .schedule-item .detail {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-main .sub-content .schedule-list .schedule-item .detail {
    margin-top: 0.3rem;
    font-size: 1.4rem;
  }
}

section.p-page-values .inner-content {
  margin: auto;
  max-width: 960px;
  width: 100%;
}
section.p-page-values .content-wrapper {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4rem;
}
section.p-page-values .content-wrapper .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media (max-width: 768px) {
  section.p-page-values .content-wrapper .content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.4rem;
  }
}
section.p-page-values .content-wrapper .content-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  section.p-page-values .content-wrapper .content-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.4rem;
  }
}
section.p-page-values .content-wrapper .content-item .l-content {
  width: calc(100% - 40rem);
}
@media (max-width: 768px) {
  section.p-page-values .content-wrapper .content-item .l-content {
    width: 100%;
  }
}
section.p-page-values .content-wrapper .content-item .l-content .title-content .title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 170%;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  section.p-page-values .content-wrapper .content-item .l-content .title-content .title {
    font-size: 2rem;
  }
}
section.p-page-values .content-wrapper .content-item .l-content .title-content .title-description {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 170%;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  section.p-page-values .content-wrapper .content-item .l-content .title-content .title-description {
    font-size: 1.6rem;
  }
}
section.p-page-values .content-wrapper .content-item .l-content .detail {
  margin-top: 2rem;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000000;
  font-family: "Noto Sans JP", serif;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-values .content-wrapper .content-item .l-content .detail {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
section.p-page-values .content-wrapper .content-item .r-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40rem;
  aspect-ratio: 40/28;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.p-page-values .content-wrapper .content-item .r-content {
    width: 100%;
  }
}
section.p-page-values .content-wrapper .content-item .r-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 768px) {
  section.p-page-message .section-title {
    padding-left: 32px;
  }
}
section.p-page-message .inner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48rem 40px 1fr;
  grid-template-columns: 48rem 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  section.p-page-message .inner-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
section.p-page-message .inner-wrapper .l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  section.p-page-message .inner-wrapper .l-content {
    margin-top: 4rem;
  }
}
section.p-page-message .inner-wrapper .l-content img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  section.p-page-message .inner-wrapper .r-content {
    padding-left: 32px;
  }
}
section.p-page-message .inner-wrapper .r-content .text-content {
  margin-top: 4rem;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  font-weight: 400;
  color: #000000;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-message .inner-wrapper .r-content .text-content {
    margin-top: 0rem;
    font-size: 1.4rem;
  }
}
section.p-page-message .inner-wrapper .r-content .name-content {
  margin-top: 2.4rem;
  margin-left: auto;
  font-size: 16px;
  color: #000;
  text-align: right;
}
@media (max-width: 768px) {
  section.p-page-message .inner-wrapper .r-content .name-content {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}
section.p-page-message .inner-wrapper .r-content .name {
  font-size: 3.2rem;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  margin-left: 2rem;
}

section.p-page-contact {
  position: relative;
  display: block;
  padding-bottom: 8rem;
}
section.p-page-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/top/contact-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.p-page-contact .title {
  position: relative;
  z-index: 3;
  font-size: 12rem;
  font-family: "Roboto", serif;
  font-weight: 300;
  color: white;
  line-height: 9rem;
  letter-spacing: 0.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  section.p-page-contact .title {
    font-size: 7.6rem;
    line-height: 6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-contact .title {
    font-size: 5.8rem;
    line-height: 4.8rem;
  }
}
section.p-page-contact .contact-text {
  position: relative;
  z-index: 3;
  margin-top: 40px;
  font-size: 2.4rem;
  font-weight: 400;
  color: white;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.1rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  section.p-page-contact .contact-text {
    margin-top: 3.2rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  section.p-page-contact .contact-text {
    font-size: 1.8rem;
  }
}
section.p-page-contact .inner-wrapper {
  margin-top: 4.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 768px) {
  section.p-page-contact .inner-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
section.p-page-contact .inner-wrapper .contact-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.2rem 2.4rem;
  background-color: white;
  z-index: 5;
}
section.p-page-contact .inner-wrapper .contact-item .item-label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 1px;
  text-align: center;
  line-height: 170%;
}
@media (max-width: 768px) {
  section.p-page-contact .inner-wrapper .contact-item .item-label {
    font-size: 1.8rem;
  }
}
section.p-page-contact .inner-wrapper .contact-item .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 40px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 320px;
  width: 100%;
  height: 48px;
  background-color: #D0111B;
  border-radius: 24px;
  font-size: 14px;
  color: white;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  section.p-page-contact .inner-wrapper .contact-item .contact-btn {
    font-size: 1.4rem;
    margin-top: 3.2rem;
  }
}
section.p-page-contact .inner-wrapper .contact-item .contact-btn::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 18px;
  background-image: url("../images/icons/mail-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 24px;
  top: calc(50% - 9px);
}
@media (max-width: 768px) {
  section.p-page-contact .inner-wrapper .contact-item .contact-btn::before {
    width: 2.4rem;
    height: 1.8rem;
  }
}
section.p-page-contact .inner-wrapper .contact-item .contact-btn::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 10px;
  background-image: url("../images/icons/arrow03-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 24px;
  top: calc(50% - 5px);
}
@media (max-width: 768px) {
  section.p-page-contact .inner-wrapper .contact-item .contact-btn::after {
    width: 1.4rem;
    height: 1rem;
  }
}
section.p-page-contact .inner-wrapper .contact-item .contact-btn:hover {
  opacity: 0.7;
}
section.p-page-contact .inner-wrapper .contact-item .tel-link {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 24px;
  color: #000;
}
@media (max-width: 768px) {
  section.p-page-contact .inner-wrapper .contact-item .tel-link {
    font-size: 2.4rem;
  }
}
section.p-page-contact .inner-wrapper .contact-item .tel-link .tel-icon {
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  section.p-page-contact .inner-wrapper .contact-item .tel-link .tel-icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
section.p-page-contact .inner-wrapper .contact-item .time-content {
  font-size: 16px;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #000;
  line-height: 200%;
  letter-spacing: 1px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  section.p-page-contact .inner-wrapper .contact-item .time-content {
    font-size: 1.6rem;
  }
}
@media (max-width: 420px) {
  section.p-page-contact .inner-wrapper .contact-item .time-content {
    font-size: 1.4rem;
  }
}

section.p-page-concerns .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
section.p-page-concerns .concerns-list {
  margin: 0 auto;
  margin-top: 2.7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.p-page-concerns .concerns-list > li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  section.p-page-concerns .concerns-list > li {
    font-size: 1.4rem;
  }
}
section.p-page-concerns .concerns-list > li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 20px;
  height: 16.543px;
  background-image: url("../images/icons/check-mark2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  section.p-page-concerns .concerns-list > li::before {
    top: 6px;
  }
}
section.p-page-concerns .consultation {
  position: relative;
  margin-top: 3.2rem;
  background-color: #F5F3E9;
  padding: 5.7rem 5.6rem 3.2rem 5.6rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
}
section.p-page-concerns .consultation::before {
  position: absolute;
  content: "";
  width: 4.8rem;
  height: 3.2rem;
  background-image: url("../images/icons/consultation-before.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: calc(50% - 2.4rem);
}
@media (max-width: 768px) {
  section.p-page-concerns .consultation {
    font-size: 1.4rem;
    padding: 5.7rem 2.4rem 3.2rem 2.4rem;
  }
}
section.p-page-concerns .more-content {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.p-page-reason .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
section.p-page-reason .reason-list {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (max-width: 768px) {
  section.p-page-reason .reason-list {
    margin-top: 2.4rem;
    gap: 2.4rem;
  }
}
section.p-page-reason .reason-list .reason-item {
  counter-increment: reason-item;
  padding: 2.4rem 4rem;
  background-color: #FAF9F4;
}
@media (max-width: 768px) {
  section.p-page-reason .reason-list .reason-item {
    padding: 2.4rem 2.4rem;
  }
}
section.p-page-reason .reason-list .reason-item .reason-item-content {
  margin-top: 3.2rem;
}
section.p-page-reason .reason-list .reason-item .reason-item-title {
  position: relative;
  padding-left: 4.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 1px;
  line-height: 170%;
}
@media (max-width: 768px) {
  section.p-page-reason .reason-list .reason-item .reason-item-title {
    font-size: 2rem;
  }
}
@media (max-width: 420px) {
  section.p-page-reason .reason-list .reason-item .reason-item-title {
    font-size: 1.8rem;
  }
}
section.p-page-reason .reason-list .reason-item .reason-item-title::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: counter(reason-item) ".";
  font-size: 4rem;
  color: #666464;
  margin-right: 1rem;
  font-family: "Roboto", serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  section.p-page-reason .reason-list .reason-item .reason-item-title::before {
    font-size: 3.6rem;
  }
}
@media (max-width: 420px) {
  section.p-page-reason .reason-list .reason-item .reason-item-title::before {
    font-size: 3.2rem;
  }
}
section.p-page-reason .reason-list .reason-item .inner-wrapper3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.6rem 1fr 0.6rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  section.p-page-reason .reason-list .reason-item .inner-wrapper3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
}
section.p-page-reason .reason-list .reason-item .inner-wrapper3 .wrapper3-item {
  background-color: white;
  padding: 2.4rem 2.2rem;
}
section.p-page-reason .reason-list .reason-item .inner-wrapper3 .wrapper3-item .item-icon {
  margin: auto;
  width: 5.4rem;
  height: 4.8rem;
}
@media (max-width: 768px) {
  section.p-page-reason .reason-list .reason-item .inner-wrapper3 .wrapper3-item .item-icon {
    width: 4.8rem;
    height: 4.2rem;
  }
}
section.p-page-reason .reason-list .reason-item .inner-wrapper3 .wrapper3-item .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.p-page-reason .reason-list .reason-item .inner-wrapper3 .wrapper3-item .item-label {
  margin-top: 1.6rem;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 1px;
  line-height: 170%;
  text-align: center;
}
@media (max-width: 768px) {
  section.p-page-reason .reason-list .reason-item .inner-wrapper3 .wrapper3-item .item-label {
    font-size: 1.8rem;
  }
}
@media (max-width: 420px) {
  section.p-page-reason .reason-list .reason-item .inner-wrapper3 .wrapper3-item .item-label {
    font-size: 1.6rem;
  }
}
section.p-page-reason .reason-list .reason-item .inner-wrapper3 .wrapper3-item .item-text {
  margin-top: 0.6rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 170%;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 768px) {
  section.p-page-reason .reason-list .reason-item .inner-wrapper3 .wrapper3-item .item-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 420px) {
  section.p-page-reason .reason-list .reason-item .inner-wrapper3 .wrapper3-item .item-text {
    font-size: 1.4rem;
  }
}
section.p-page-reason .reason-list .reason-item .inner-wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  section.p-page-reason .reason-list .reason-item .inner-wrapper2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.6rem;
  }
}
section.p-page-reason .reason-list .reason-item .inner-wrapper2.inner-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  section.p-page-reason .reason-list .reason-item .inner-wrapper2.inner-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
section.p-page-reason .reason-list .reason-item .inner-wrapper2 .img-content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 436/280;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section.p-page-reason .reason-list .reason-item .inner-wrapper2 .img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.p-page-reason .reason-list .reason-item .reason-item-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  text-align: center;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-reason .reason-list .reason-item .reason-item-description {
    font-size: 1.6rem;
  }
}
@media (max-width: 420px) {
  section.p-page-reason .reason-list .reason-item .reason-item-description {
    font-size: 1.4rem;
  }
}

section.p-page-commitment .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
section.p-page-commitment .commitment-item {
  margin-top: 4rem;
}
section.p-page-commitment .commitment-item .inner-wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.p-page-commitment .commitment-item .inner-wrapper2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}
section.p-page-commitment .commitment-item .inner-wrapper2 .img-content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 436/280;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section.p-page-commitment .commitment-item .inner-wrapper2 .img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.p-page-commitment .commitment-item .item-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  text-align: center;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-commitment .commitment-item .item-description {
    font-size: 1.6rem;
  }
}
@media (max-width: 420px) {
  section.p-page-commitment .commitment-item .item-description {
    font-size: 1.4rem;
  }
}
section.p-page-commitment .commitment-item .item-title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 1px;
  line-height: 170%;
}
@media (max-width: 768px) {
  section.p-page-commitment .commitment-item .item-title {
    font-size: 2rem;
  }
}
@media (max-width: 420px) {
  section.p-page-commitment .commitment-item .item-title {
    font-size: 1.8rem;
  }
}
section.p-page-commitment .commitment-item .img-wrapper3 {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.6rem 1fr 0.6rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.6rem;
}
@media (max-width: 768px) {
  section.p-page-commitment .commitment-item .img-wrapper3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
}
section.p-page-commitment .commitment-item .img-wrapper3 .img-content {
  width: 100%;
  aspect-ratio: 314/240;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section.p-page-commitment .commitment-item .img-wrapper3 .img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.p-page-commitment .commitment-item .more-content {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.p-page-commitment .commitment-item .img-wrapper4 {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.6rem 1fr 0.6rem 1fr 0.6rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.6rem;
}
@media (max-width: 1200px) {
  section.p-page-commitment .commitment-item .img-wrapper4 {
    -ms-grid-columns: 1fr 0.6rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }
}
@media (max-width: 768px) {
  section.p-page-commitment .commitment-item .img-wrapper4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
}
section.p-page-commitment .commitment-item .img-wrapper4 .img-content .img {
  padding: 1.2rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #FAF9F4;
}
section.p-page-commitment .commitment-item .img-wrapper4 .img-content .img img {
  width: 100%;
  aspect-ratio: 213/136;
}
section.p-page-commitment .commitment-item .img-wrapper4 .img-content .img-description {
  margin-top: 0.6rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 170%;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 768px) {
  section.p-page-commitment .commitment-item .img-wrapper4 .img-content .img-description {
    font-size: 1.6rem;
  }
}
@media (max-width: 420px) {
  section.p-page-commitment .commitment-item .img-wrapper4 .img-content .img-description {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  section.p-page-commitment .commitment-item .img-wrapper4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
}
section.p-page-commitment .commitment-item .img-wrapper1 {
  max-width: 720px;
  width: 100%;
  margin: 2.4rem auto;
}
section.p-page-commitment .commitment-item .img-wrapper1 img {
  width: 100%;
}

section.p-page-flow .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
section.p-page-flow .description {
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-flow .description {
    font-size: 1.6rem;
  }
}
@media (max-width: 420px) {
  section.p-page-flow .description {
    font-size: 1.4rem;
  }
}
section.p-page-flow .flow-list {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
section.p-page-flow .flow-list .flow-item {
  counter-increment: flow-item;
  padding: 2.6rem 4rem;
  background-color: #FAF9F4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37rem 2.4rem 1fr;
  grid-template-columns: 37rem 1fr;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  section.p-page-flow .flow-list .flow-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 2.4rem;
  }
}
section.p-page-flow .flow-list .flow-item .l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (max-width: 768px) {
  section.p-page-flow .flow-list .flow-item .l-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.p-page-flow .flow-list .flow-item .l-content .label-content .step-number {
  font-size: 1.6rem;
  font-weight: 400;
  color: #666464;
  font-family: "Roboto", serif;
  line-height: 170%;
}
section.p-page-flow .flow-list .flow-item .l-content .label-content .step-number::after {
  content: " " counter(flow-item);
}
@media (max-width: 768px) {
  section.p-page-flow .flow-list .flow-item .l-content .label-content .step-number {
    font-size: 1.4rem;
  }
}
section.p-page-flow .flow-list .flow-item .l-content .label-content .label {
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
}
@media (max-width: 768px) {
  section.p-page-flow .flow-list .flow-item .l-content .label-content .label {
    font-size: 2rem;
  }
}
section.p-page-flow .flow-list .flow-item .l-content .item-icon {
  width: 8rem;
  height: 6.8rem;
}
@media (max-width: 768px) {
  section.p-page-flow .flow-list .flow-item .l-content .item-icon {
    width: 6.4rem;
    height: 5.4rem;
  }
}
section.p-page-flow .flow-list .flow-item .l-content .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.p-page-flow .flow-list .flow-item .r-content .item-compact {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 180%;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-flow .flow-list .flow-item .r-content .item-compact {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  section.p-page-flow .flow-list .flow-item .r-content .item-compact {
    font-size: 1.6rem;
  }
}
section.p-page-flow .flow-list .flow-item .r-content .item-description {
  margin-top: 1.6rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-flow .flow-list .flow-item .r-content .item-description {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-flow .flow-list .flow-item .r-content .item-description {
    font-size: 1.4rem;
  }
}
section.p-page-flow .flow-more {
  margin-top: 4rem;
  padding: 2.8rem 5.6rem;
  background-color: #F5F3E9;
}
@media (max-width: 768px) {
  section.p-page-flow .flow-more {
    padding: 2.4rem;
  }
}
section.p-page-flow .flow-more .label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 768px) {
  section.p-page-flow .flow-more .label {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  section.p-page-flow .flow-more .label {
    font-size: 1.6rem;
  }
}
section.p-page-flow .flow-more .description {
  margin-top: 1.6rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-flow .flow-more .description {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-flow .flow-more .description {
    font-size: 1.4rem;
  }
}
section.p-page-flow .flow-more .more-content {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.p-page-flow .flow-more .more-content .btn-black {
  margin-top: 0 !important;
}

section.p-page-works {
  padding: 12rem 0;
  background-color: #FAF9F4;
}
@media (max-width: 768px) {
  section.p-page-works {
    padding: 10rem 0;
  }
}
section.p-page-works .catetory-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
section.p-page-works .catetory-wrapper .category-item {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 170%;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  text-decoration-color: #000;
}
@media (max-width: 768px) {
  section.p-page-works .catetory-wrapper .category-item {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-works .catetory-wrapper .category-item {
    font-size: 1.4rem;
  }
}
section.p-page-works .catetory-wrapper .category-item.active {
  text-decoration-color: #D0111B;
}
section.p-page-works .works-wrapper {
  margin-top: 5.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 4rem minmax(0, 1fr) 4rem minmax(0, 1fr) 4rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6.4rem 4rem;
}
@media (max-width: 1200px) {
  section.p-page-works .works-wrapper {
    -ms-grid-columns: minmax(0, 1fr) 4rem minmax(0, 1fr) 4rem minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6.4rem 4rem;
  }
}
@media (max-width: 768px) {
  section.p-page-works .works-wrapper {
    -ms-grid-columns: minmax(0, 1fr) 4rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6.4rem 4rem;
  }
}
@media (max-width: 576px) {
  section.p-page-works .works-wrapper {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 6.4rem 4rem;
  }
}
section.p-page-works .works-wrapper .works-item {
  padding-bottom: 1.6rem;
  width: 100%;
  border-bottom: 1px solid #000;
}
section.p-page-works .works-wrapper .works-item .works-item-img {
  width: 100%;
  aspect-ratio: 4/3;
}
section.p-page-works .works-wrapper .works-item .works-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.p-page-works .works-wrapper .works-item .category-wrapper {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.p-page-works .works-wrapper .works-item .category-wrapper .post-date {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto", serif;
}
@media (max-width: 768px) {
  section.p-page-works .works-wrapper .works-item .category-wrapper .post-date {
    font-size: 1.2rem;
  }
}
section.p-page-works .works-wrapper .works-item .category-wrapper .category-item {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto", serif;
}
@media (max-width: 768px) {
  section.p-page-works .works-wrapper .works-item .category-wrapper .category-item {
    font-size: 1.2rem;
  }
}
section.p-page-works .works-wrapper .works-item .works-item-title {
  margin-top: 12px;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-works .works-wrapper .works-item .works-item-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-works .works-wrapper .works-item .works-item-title {
    font-size: 1.4rem;
  }
}
section.p-page-works .works-wrapper .works-item .more-content {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.p-page-works .no-works {
  font-size: 1.8rem;
  text-align: center;
}

.pagination-wrapper {
  margin-top: 8rem;
}
.pagination-wrapper .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
.pagination-wrapper .wp-pagenavi .page, .pagination-wrapper .wp-pagenavi .current, .pagination-wrapper .wp-pagenavi .nextpostslink, .pagination-wrapper .wp-pagenavi .previouspostslink, .pagination-wrapper .wp-pagenavi .extend {
  font-size: 2.4rem;
  padding: 0.6rem 1.2rem;
  font-family: "Noto Sans JP", serif;
}
@media (max-width: 768px) {
  .pagination-wrapper .wp-pagenavi .page, .pagination-wrapper .wp-pagenavi .current, .pagination-wrapper .wp-pagenavi .nextpostslink, .pagination-wrapper .wp-pagenavi .previouspostslink, .pagination-wrapper .wp-pagenavi .extend {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .pagination-wrapper .wp-pagenavi .page, .pagination-wrapper .wp-pagenavi .current, .pagination-wrapper .wp-pagenavi .nextpostslink, .pagination-wrapper .wp-pagenavi .previouspostslink, .pagination-wrapper .wp-pagenavi .extend {
    font-size: 1.8rem;
  }
}
.pagination-wrapper .wp-pagenavi .current {
  background-color: white;
  color: #D0111B;
}

section.p-page-news {
  padding: 12rem 0;
  background-color: #FAF9F4;
}
@media (max-width: 768px) {
  section.p-page-news {
    padding: 8rem 0;
  }
}
section.p-page-news .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
section.p-page-news .news-wrapper {
  max-width: 690px;
  margin-right: auto;
}
section.p-page-news .news-wrapper .news-item {
  display: block;
  padding: 1.6rem 3.2rem;
  border-bottom: 1px solid #707070;
}
@media (max-width: 768px) {
  section.p-page-news .news-wrapper .news-item {
    padding: 1.6rem 0;
  }
}
@media (max-width: 576px) {
  section.p-page-news .news-wrapper .news-item {
    padding: 1.2rem 0rem;
  }
}
section.p-page-news .news-wrapper .news-item:hover {
  background-color: #F5F3E9;
}
section.p-page-news .news-wrapper .news-item .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.6rem;
}
section.p-page-news .news-wrapper .news-item .header-wrapper .category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.6rem;
}
section.p-page-news .news-wrapper .news-item .header-wrapper .category-wrapper .category-item {
  padding: 1.4rem 2.8rem;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto", serif;
  background-color: #FAF9F4;
  border-radius: 2.4rem;
}
@media (max-width: 768px) {
  section.p-page-news .news-wrapper .news-item .header-wrapper .category-wrapper .category-item {
    padding: 1.2rem 2.4rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  section.p-page-news .news-wrapper .news-item .header-wrapper .category-wrapper .category-item {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }
}
section.p-page-news .news-wrapper .news-item .header-wrapper .post-date {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto", serif;
}
@media (max-width: 768px) {
  section.p-page-news .news-wrapper .news-item .header-wrapper .post-date {
    font-size: 1.2rem;
  }
}
section.p-page-news .news-wrapper .news-item .news-item-title {
  margin-top: 1.6rem;
}
section.p-page-news .news-wrapper .news-item .news-item-title a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  text-align: justify;
}
section.p-page-news .news-wrapper .news-item .news-item-title a:hover {
  color: #0533ff;
}
@media (max-width: 768px) {
  section.p-page-news .news-wrapper .news-item .news-item-title a {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-news .news-wrapper .news-item .news-item-title a {
    font-size: 1.4rem;
  }
}

section.p-page-mission .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
section.p-page-mission .inner-content .inner-wrapper2 {
  max-width: 920px;
  margin: auto;
  margin-top: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  section.p-page-mission .inner-content .inner-wrapper2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    gap: 20px;
    max-width: 100%;
  }
}
section.p-page-mission .inner-content .inner-wrapper2:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  section.p-page-mission .inner-content .inner-wrapper2:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.p-page-mission .inner-content .inner-wrapper2 .img-content {
  width: 400px;
}
@media (max-width: 768px) {
  section.p-page-mission .inner-content .inner-wrapper2 .img-content {
    width: 100%;
  }
}
section.p-page-mission .inner-content .inner-wrapper2 .img-content img {
  width: 100%;
  height: 100%;
}
section.p-page-mission .inner-content .inner-wrapper2 .text-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  letter-spacing: 1px;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-mission .inner-content .inner-wrapper2 .text-content {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-mission .inner-content .inner-wrapper2 .text-content {
    font-size: 1.4rem;
  }
}

section.p-page-date .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
section.p-page-date .item-wrapper {
  margin: auto;
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 3.3rem;
  padding-bottom: 3.3rem;
  max-width: 96rem;
}
section.p-page-date .item-wrapper .date-item {
  position: relative;
  width: 26.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FAF9F4;
  mix-blend-mode: multiply;
  margin-right: -3.3rem;
  margin-bottom: -3.3rem;
}
section.p-page-date .item-wrapper .date-item .icon {
  position: absolute;
  width: 15rem;
  height: 15rem;
  left: calc(50% - 7.5rem);
  top: calc(50% - 7.5rem);
}
section.p-page-date .item-wrapper .date-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section.p-page-date .item-wrapper .label-content {
  position: relative;
  margin-top: 3.3rem;
  min-height: 8.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: black;
  line-height: 1.7;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  z-index: 5;
}
section.p-page-date .item-wrapper .item-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
  min-height: 10rem;
  color: #000;
  z-index: 5;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.3rem;
}
section.p-page-date .item-wrapper .item-info .fs-36 {
  font-size: 3.6rem;
}
section.p-page-date .item-wrapper .item-info .fs-70 {
  font-size: 7rem;
}
section.p-page-date .item-wrapper .item-info .fs-28 {
  font-size: 2.8rem;
}
section.p-page-date .item-wrapper .item-info .fw-500 {
  font-weight: 500;
}
section.p-page-date .item-wrapper .item-info .fw-400 {
  font-weight: 400;
}
section.p-page-date .item-wrapper .item-info .fw-600 {
  font-weight: 600;
}
section.p-page-date .item-wrapper .item-info .fw-900 {
  font-weight: 900;
}
section.p-page-date .item-wrapper .item-info .fc-D0111B {
  color: #D0111B;
}

section.p-page-job .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
section.p-page-job .inner-wrapper2 {
  margin-top: 2.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 5.4rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5.4rem;
}
@media (max-width: 768px) {
  section.p-page-job .inner-wrapper2 {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.4rem;
  }
}
@media (max-width: 576px) {
  section.p-page-job .inner-wrapper2 {
    gap: 2rem;
  }
}
section.p-page-job .inner-wrapper2 .inner-item {
  padding: 2.7rem 3rem;
  background-color: #FAF9F4;
  width: 100%;
}
section.p-page-job .inner-wrapper2 .inner-item .item-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  section.p-page-job .inner-wrapper2 .inner-item .item-title {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  section.p-page-job .inner-wrapper2 .inner-item .item-title {
    font-size: 1.8rem;
  }
}
section.p-page-job .inner-wrapper2 .inner-item .item-img {
  margin: auto;
  margin-top: 1.7rem;
  max-width: 327px;
  aspect-ratio: 327/189;
}
section.p-page-job .inner-wrapper2 .inner-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.p-page-job .inner-wrapper2 .inner-item .more-content {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.p-page-interview .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
section.p-page-interview .section-description {
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-interview .section-description {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-interview .section-description {
    font-size: 1.4rem;
  }
}
section.p-page-interview .interviews-list {
  margin-top: 4.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
section.p-page-interview .interviews-list .interview-item {
  padding: 2.4rem 4rem 4.8rem 4rem;
  background-color: #FAF9F4;
}
@media (max-width: 768px) {
  section.p-page-interview .interviews-list .interview-item {
    padding: 2.4rem 2.4rem 4rem 2.4rem;
  }
}
@media (max-width: 576px) {
  section.p-page-interview .interviews-list .interview-item {
    padding: 2.4rem 2rem 3rem 2rem;
  }
}
section.p-page-interview .interviews-list .interview-item .title-before {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-interview .interviews-list .interview-item .title-before {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-interview .interviews-list .interview-item .title-before {
    font-size: 1.4rem;
  }
}
section.p-page-interview .interviews-list .interview-item .item-title {
  margin-top: 0.6rem;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-interview .interviews-list .interview-item .item-title {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  section.p-page-interview .interviews-list .interview-item .item-title {
    font-size: 1.8rem;
  }
}
section.p-page-interview .interviews-list .interview-item .items-wrapper {
  margin-top: 2.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.4rem;
}
@media (max-width: 768px) {
  section.p-page-interview .interviews-list .interview-item .items-wrapper {
    gap: 1.6rem;
  }
}
section.p-page-interview .interviews-list .interview-item .items-wrapper .sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  section.p-page-interview .interviews-list .interview-item .items-wrapper .sub-item {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
section.p-page-interview .interviews-list .interview-item .items-wrapper .sub-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  section.p-page-interview .interviews-list .interview-item .items-wrapper .sub-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
section.p-page-interview .interviews-list .interview-item .items-wrapper .sub-item .subitem-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7;
  text-align: justify;
}
@media (max-width: 768px) {
  section.p-page-interview .interviews-list .interview-item .items-wrapper .sub-item .subitem-detail {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-interview .interviews-list .interview-item .items-wrapper .sub-item .subitem-detail {
    font-size: 1.4rem;
  }
}
section.p-page-interview .interviews-list .interview-item .items-wrapper .sub-item .subitem-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 428/280;
}
section.p-page-interview .interviews-list .interview-item .items-wrapper .sub-item .subitem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.p-page-interview .interviews-list .interview-item .more-content {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.p-page-faq.pb-100 {
  padding-bottom: 10rem;
}
section.p-page-faq .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
section.p-page-faq .faq-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  margin-top: 4rem;
}
section.p-page-faq .faq-list .faq-item {
  padding: 2.4rem 2.4rem 2.4rem 2.4rem;
  background-color: #FAF9F4;
  cursor: pointer;
}
@media (max-width: 768px) {
  section.p-page-faq .faq-list .faq-item {
    padding: 2.4rem 2.4rem 2.4rem 2.4rem;
  }
}
@media (max-width: 576px) {
  section.p-page-faq .faq-list .faq-item {
    padding: 2.4rem 2rem 2rem 2rem;
  }
}
section.p-page-faq .faq-list .faq-item:not(.is-open) .faq-answer {
  display: none;
}
section.p-page-faq .faq-list .faq-item .faq-question {
  position: relative;
  padding: 1rem 3.6rem 1rem 6rem;
  font-size: 18px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
  letter-spacing: 1px;
  color: #000;
}
@media (max-width: 768px) {
  section.p-page-faq .faq-list .faq-item .faq-question {
    font-size: 1.8rem;
    padding: 1rem 2.4rem 1rem 4.8rem;
  }
}
@media (max-width: 576px) {
  section.p-page-faq .faq-list .faq-item .faq-question {
    font-size: 1.6rem;
    padding: 1rem 2rem 1rem 4rem;
  }
}
section.p-page-faq .faq-list .faq-item .faq-question::before {
  position: absolute;
  content: "Q.";
  left: 0;
  top: 0.6rem;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #666464;
}
@media (max-width: 768px) {
  section.p-page-faq .faq-list .faq-item .faq-question::before {
    font-size: 3.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-faq .faq-list .faq-item .faq-question::before {
    font-size: 3.2rem;
  }
}
section.p-page-faq .faq-list .faq-item .faq-question::after {
  position: absolute;
  content: "";
  right: 0;
  top: 1.7rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/icons/icon-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  section.p-page-faq .faq-list .faq-item .faq-question::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (max-width: 576px) {
  section.p-page-faq .faq-list .faq-item .faq-question::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
section.p-page-faq .faq-list .faq-item.is-open .faq-question::after {
  background-image: url("../images/icons/icon-minus.svg");
}
section.p-page-faq .faq-list .faq-item .faq-answer {
  position: relative;
  padding: 1rem 3.6rem 1rem 6rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7;
  text-align: justify;
}
section.p-page-faq .faq-list .faq-item .faq-answer::before {
  position: absolute;
  content: "A.";
  left: 0;
  top: -1rem;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Roboto", serif;
  color: #666464;
}
@media (max-width: 768px) {
  section.p-page-faq .faq-list .faq-item .faq-answer::before {
    font-size: 3.6rem;
    top: -0.7rem;
  }
}
@media (max-width: 576px) {
  section.p-page-faq .faq-list .faq-item .faq-answer::before {
    font-size: 3.2rem;
    top: -0.7rem;
  }
}
@media (max-width: 768px) {
  section.p-page-faq .faq-list .faq-item .faq-answer {
    font-size: 1.6rem;
    padding: 1rem 2.4rem 1rem 4.8rem;
  }
}
@media (max-width: 576px) {
  section.p-page-faq .faq-list .faq-item .faq-answer {
    font-size: 1.4rem;
    padding: 1rem 1rem 1rem 4rem;
  }
}

.p-page-culture {
  position: relative;
  padding-bottom: 6rem;
}
.p-page-culture::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 8rem;
  background-color: #FAF9F4;
}
@media (max-width: 768px) {
  .p-page-culture .section-title {
    padding-left: 32px;
  }
}
.p-page-culture .inner-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48rem 40px 1fr;
  grid-template-columns: 48rem 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
@media (max-width: 768px) {
  .p-page-culture .inner-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-page-culture .inner-wrapper .l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .p-page-culture .inner-wrapper .l-content {
    margin-top: 4rem;
  }
}
.p-page-culture .inner-wrapper .l-content img {
  width: 100%;
  height: 100%;
}
.p-page-culture .inner-wrapper .r-content {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-page-culture .inner-wrapper .r-content {
    margin-top: 0rem;
  }
}
.p-page-culture .inner-wrapper .r-content .text-content {
  margin-top: 4rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-page-culture .inner-wrapper .r-content .text-content {
    margin-top: 0rem;
    font-size: 1.6rem;
    padding-left: 32px;
  }
}
@media (max-width: 576px) {
  .p-page-culture .inner-wrapper .r-content .text-content {
    font-size: 1.4rem;
  }
}

.p-job-infomation .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.p-job-infomation .sub-content {
  margin-top: 3.2rem;
}
.p-job-infomation .sub-content .sub-title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
}
@media (max-width: 768px) {
  .p-job-infomation .sub-content .sub-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-title {
    font-size: 2rem;
  }
}
.p-job-infomation .sub-content .sub-main {
  margin-top: 3.2rem;
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main {
    margin-top: 2rem;
  }
}
.p-job-infomation .sub-content .sub-main .requirements {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.p-job-infomation .sub-content .sub-main .requirements .requirements-item {
  padding: 1rem 3.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 65%;
  grid-template-columns: 35% 65%;
  border-bottom: 1px solid #000;
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .requirements .requirements-item {
    padding: 1rem 1.6rem;
    -ms-grid-columns: 9rem 1rem 1fr;
    grid-template-columns: 9rem 1fr;
    gap: 1rem;
  }
}
.p-job-infomation .sub-content .sub-main .requirements .requirements-item .item-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
}
@media (max-width: 768px) {
  .p-job-infomation .sub-content .sub-main .requirements .requirements-item .item-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .requirements .requirements-item .item-title {
    font-size: 1.6rem;
  }
}
.p-job-infomation .sub-content .sub-main .requirements .requirements-item .item-content {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 170%;
}
@media (max-width: 768px) {
  .p-job-infomation .sub-content .sub-main .requirements .requirements-item .item-content {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .requirements .requirements-item .item-content {
    font-size: 1.4rem;
  }
}
.p-job-infomation .sub-content .sub-main .condition-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .condition-wrapper {
    margin: auto;
    max-width: 40rem;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.p-job-infomation .sub-content .sub-main .condition-wrapper .condition-item {
  padding: 3.2rem 2.4rem;
  background-color: #FAF9F4;
}
.p-job-infomation .sub-content .sub-main .condition-wrapper .condition-item .item-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-job-infomation .sub-content .sub-main .condition-wrapper .condition-item .item-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .condition-wrapper .condition-item .item-title {
    font-size: 1.6rem;
  }
}
.p-job-infomation .sub-content .sub-main .condition-wrapper .condition-item .item-content {
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-job-infomation .sub-content .sub-main .condition-wrapper .condition-item .item-content {
    font-size: 1.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .condition-wrapper .condition-item .item-content {
    font-size: 1.4rem;
  }
}
.p-job-infomation .sub-content .sub-main .condition-wrapper .condition-item .item-list {
  margin-top: 1rem;
  list-style: disc;
  padding-left: 2.4rem;
}
.p-job-infomation .sub-content .sub-main .condition-wrapper .condition-item .item-list li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 170%;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-job-infomation .sub-content .sub-main .condition-wrapper .condition-item .item-list li {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .condition-wrapper .condition-item .item-list li {
    font-size: 1.4rem;
  }
}
.p-job-infomation .sub-content .sub-main .sub-main-content {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-job-infomation .sub-content .sub-main .sub-main-content {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .sub-main-content {
    font-size: 1.4rem;
  }
}
.p-job-infomation .sub-content .sub-main .flow-list {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-job-infomation .sub-content .sub-main .flow-list .flow-item {
  margin-top: 4rem;
  position: relative;
  padding-top: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .flow-list .flow-item {
    margin-top: 0rem;
    padding-top: 2rem;
    padding-left: 4rem;
  }
}
.p-job-infomation .sub-content .sub-main .flow-list .flow-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: #666464;
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .flow-list .flow-item::before {
    width: 8px;
    height: 100%;
  }
}
.p-job-infomation .sub-content .sub-main .flow-list .flow-item:last-child::before {
  width: calc(100% - 2rem);
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .flow-list .flow-item:last-child::before {
    width: 8px;
    height: calc(100% - 2rem);
  }
}
.p-job-infomation .sub-content .sub-main .flow-list .flow-item:last-child:after {
  position: absolute;
  content: "";
  width: 3.2rem;
  height: 2.8rem;
  right: 0;
  top: -1rem;
  background-image: url("../images/icons/flow-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .flow-list .flow-item:last-child:after {
    right: auto;
    left: -1.1rem;
    top: auto;
    bottom: 0rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-job-infomation .sub-content .sub-main .flow-list .flow-item:not(:last-child) {
  padding-right: 1rem;
}
@media (max-width: 576px) {
  .p-job-infomation .sub-content .sub-main .flow-list .flow-item:not(:last-child) {
    padding-right: 0rem;
  }
}
.p-job-infomation .sub-content .sub-main .flow-list .flow-item .item-inner {
  width: 18.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #666464;
}
.p-job-infomation .sub-content .sub-main .flow-list .flow-item .item-inner .flow-label {
  padding-top: 2.6rem;
  font-size: 1.8rem;
  color: white;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
  text-align: center;
  min-height: 7.8rem;
}
.p-job-infomation .sub-content .sub-main .flow-list .flow-item .item-inner .flow-icon {
  margin: auto;
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.2rem;
  height: 6.2rem;
}
.p-job-infomation .sub-content .sub-main .flow-list .flow-item .item-inner .flow-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-page-access {
  padding: 12rem 0;
}
@media (max-width: 768px) {
  .p-page-access {
    padding: 8rem 0;
  }
}
@media (max-width: 576px) {
  .p-page-access {
    padding: 6rem 0;
  }
}
.p-page-access .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.p-page-access .content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 2.4rem 65%;
  grid-template-columns: 35% 65%;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .p-page-access .content-wrapper {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
  }
}
@media (max-width: 576px) {
  .p-page-access .content-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.p-page-access .content-wrapper .l-content {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 200%;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-page-access .content-wrapper .l-content {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-page-access .content-wrapper .l-content {
    font-size: 1.4rem;
  }
}
.p-page-access .content-wrapper .r-map {
  width: 100%;
  aspect-ratio: 640/380;
  border-radius: 4px;
  overflow: hidden;
}
.p-page-access .content-wrapper .r-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* Black/dark mode: invert then hue-rotate to keep map colors readable */
}

.p-page-company {
  padding: 10rem 0 12rem 0;
  background-color: #FAF9F4;
}
@media (max-width: 768px) {
  .p-page-company {
    padding: 8rem 0 10rem 0;
  }
}
@media (max-width: 576px) {
  .p-page-company {
    padding: 6rem 0 8rem 0;
  }
}
.p-page-company .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.p-page-company .company-infos {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.p-page-company .company-infos .company-info-item {
  padding: 1.6rem 3.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 65%;
  grid-template-columns: 35% 65%;
  border-bottom: 1px solid #000;
}
@media (max-width: 576px) {
  .p-page-company .company-infos .company-info-item {
    padding: 1rem 1.6rem;
    -ms-grid-columns: 9rem 1rem 1fr;
    grid-template-columns: 9rem 1fr;
    gap: 1rem;
  }
}
.p-page-company .company-infos .company-info-item .item-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
}
@media (max-width: 768px) {
  .p-page-company .company-infos .company-info-item .item-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .p-page-company .company-infos .company-info-item .item-title {
    font-size: 1.6rem;
  }
}
.p-page-company .company-infos .company-info-item .item-content {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 170%;
}
@media (max-width: 768px) {
  .p-page-company .company-infos .company-info-item .item-content {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-page-company .company-infos .company-info-item .item-content {
    font-size: 1.4rem;
  }
}

section.p-page-history {
  padding: 10rem 0 12rem 0;
}
@media (max-width: 768px) {
  section.p-page-history {
    padding: 8rem 0 10rem 0;
  }
}
@media (max-width: 576px) {
  section.p-page-history {
    padding: 6rem 0 8rem 0;
  }
}
section.p-page-history .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
section.p-page-history .history-lists {
  margin-left: auto;
  margin-top: 4rem;
  padding-left: 12rem;
}
@media (max-width: 1200px) {
  section.p-page-history .history-lists {
    padding-left: 8rem;
  }
}
@media (max-width: 768px) {
  section.p-page-history .history-lists {
    padding-left: 6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-history .history-lists {
    padding-left: 0rem;
  }
}
section.p-page-history .history-lists .history-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4.4rem;
  gap: 4.8rem;
}
@media (max-width: 768px) {
  section.p-page-history .history-lists .history-item {
    gap: 3.2rem;
    padding-left: 3.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-history .history-lists .history-item {
    padding-left: 3.2rem;
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
  }
}
section.p-page-history .history-lists .history-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 1.6rem;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000;
}
@media (max-width: 768px) {
  section.p-page-history .history-lists .history-item::before {
    top: 1.2rem;
  }
}
@media (max-width: 576px) {
  section.p-page-history .history-lists .history-item::before {
    top: 0.9rem;
  }
}
section.p-page-history .history-lists .history-item:not(:last-child) {
  padding-bottom: 2.4rem;
}
@media (max-width: 768px) {
  section.p-page-history .history-lists .history-item:not(:last-child) {
    padding-bottom: 2rem;
  }
}
section.p-page-history .history-lists .history-item:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 1.6rem;
  width: 1px;
  height: 100%;
  background-color: #000;
}
@media (max-width: 768px) {
  section.p-page-history .history-lists .history-item:not(:last-child)::after {
    top: 1.2rem;
  }
}
@media (max-width: 576px) {
  section.p-page-history .history-lists .history-item:not(:last-child)::after {
    top: 0.9rem;
  }
}
section.p-page-history .history-lists .history-item .history-date {
  font-size: 2.4rem;
  font-weight: 400;
  color: #000;
  font-family: "Roboto", serif;
  line-height: 170%;
}
@media (max-width: 768px) {
  section.p-page-history .history-lists .history-item .history-date {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  section.p-page-history .history-lists .history-item .history-date {
    font-size: 1.8rem;
  }
}
section.p-page-history .history-lists .history-item .history-detail {
  margin-top: 0.8rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", serif;
  line-height: 170%;
  text-align: justify;
}
@media (max-width: 1200px) {
  section.p-page-history .history-lists .history-item .history-detail {
    margin-top: 0.4rem;
  }
}
@media (max-width: 768px) {
  section.p-page-history .history-lists .history-item .history-detail {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-page-history .history-lists .history-item .history-detail {
    font-size: 1.4rem;
  }
}

.p-page-contact-form {
  padding: 10rem 0 12rem 0;
  background-color: #FAF9F4;
}
@media (max-width: 768px) {
  .p-page-contact-form {
    padding: 8rem 0 10rem 0;
  }
}
@media (max-width: 576px) {
  .p-page-contact-form {
    padding: 6rem 0 8rem 0;
  }
}
.p-page-contact-form .inner-content {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

section.p-page-recruit-contact {
  position: relative;
  display: block;
}
section.p-page-recruit-contact .inner-content {
  padding: 8.2rem 0 8rem 0;
  background-color: #FAF9F4;
}
section.p-page-recruit-contact .inner-content .main-content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.form-content .form-step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.4rem;
  margin-bottom: 4rem;
}
.form-content .form-step-wrapper .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #666464;
  font-size: 1.6rem;
  color: #666464;
  font-family: "Noto Sans Jp" serif;
  line-height: 1.7;
}
.form-content .form-step-wrapper .step.active {
  background-color: #666464;
  color: white;
}
.form-content .form-step-wrapper .step:not(:last-child) {
  position: relative;
}
.form-content .form-step-wrapper .step:not(:last-child)::after {
  position: absolute;
  content: "";
  right: -2.4rem;
  top: calc(50% - 0.4rem);
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/icons/step-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-form.p-form-confirm .privacy-check-content, .p-form.p-form-complete .privacy-check-content {
  display: none !important;
}
.p-form .form-input-wrapper {
  width: 100%;
}
.p-form .form-input-wrapper:has(input[type=file]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.p-form .form-input-wrapper input[type=file] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 100%;
  padding: 0.8rem 1rem;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
.p-form .form-input-wrapper input[type=file]::-webkit-file-upload-button {
  margin-right: 1rem;
  padding: 0.4rem 1rem;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  color: #000;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.p-form .form-input-wrapper input[type=file]::file-selector-button {
  margin-right: 1rem;
  padding: 0.4rem 1rem;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  color: #000;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.p-form .form-input-wrapper .mwform-file-delete {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.8rem;
  width: 28px;
  height: 28px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}
.p-form .form-input-wrapper .mwform-file-delete:hover {
  opacity: 0.8;
}
.p-form .mw_wp_form_confirm .form-input-wrapper {
  background-color: white;
  padding: 1.6rem;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  text-align: justify;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-form .mw_wp_form_confirm .form-input-wrapper {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-form .mw_wp_form_confirm .form-input-wrapper {
    font-size: 1.4rem;
  }
}
.p-form .mt-8 {
  margin-top: 0.8rem;
}
.p-form .input-wrapper {
  margin-top: 0.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.4fr 1.6rem 0.6fr;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .p-form .input-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
.p-form .input-label {
  margin-top: 1rem;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 170%;
  color: #000;
}
@media (max-width: 768px) {
  .p-form .input-label {
    font-size: 1.6rem;
  }
}
.p-form .input-label.required {
  position: relative;
  padding-right: 8.6rem;
}
@media (max-width: 768px) {
  .p-form .input-label.required {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-form .input-label.required::after {
  position: absolute;
  content: "必 須";
  right: 0;
  top: 0;
  color: #D0111B;
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7;
  padding: 0.4rem 1.6rem;
  border: 1px solid #D0111B;
}
@media (max-width: 768px) {
  .p-form .input-label.required::after {
    font-size: 1rem;
    padding: 0.4rem 1rem;
  }
}
.p-form .form-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  height: 56px;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  padding: 0 1.6rem;
  width: 100%;
  border: none;
}
.p-form .form-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-form .form-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-form .form-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-form .form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-form .form-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-form .form-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  padding: 1.6rem;
  width: 100%;
  border: none;
}
.p-form .form-textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-form .form-textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-form .form-textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-form .form-textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-form .form-textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.p-form .privacy-check-content {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-form .privacy-check-content input.privacy-check {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid #000;
  background: #fff;
  cursor: pointer;
  vertical-align: middle;
}
.p-form .privacy-check-content input.privacy-check:checked {
  background: #000;
  border-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.p-form .privacy-check-content label {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7;
  color: #000;
}
.p-form .privacy-check-content label a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.p-form .submit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.2rem;
}
.p-form .submit-content .submit-btn {
  position: relative;
}
.p-form .submit-content .submit-btn input[type=submit] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  background-color: #000;
  color: white;
  height: 48px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7;
  border: none;
  cursor: pointer;
}
.p-form .submit-content .submit-btn input[type=submit]:hover {
  opacity: 0.7;
}
.p-form .submit-content .submit-btn input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-form .submit-content .submit-btn::after {
  position: absolute;
  content: "";
  right: 2rem;
  top: calc(50% - 0.4rem);
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/icons/send-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

section.p-privacy-policy {
  padding: 10rem 0;
  background-color: #FAF9F4;
}
@media (max-width: 768px) {
  section.p-privacy-policy {
    padding: 8rem 0;
  }
}
@media (max-width: 576px) {
  section.p-privacy-policy {
    padding: 6rem 0;
  }
}
section.p-privacy-policy .inner-content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7;
  color: #000;
  text-align: justify;
}
section.p-privacy-policy .inner-content p {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  section.p-privacy-policy .inner-content {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.p-privacy-policy .inner-content {
    font-size: 1.4rem;
  }
}

section.p-single {
  padding: 10rem 0;
  background-color: #FAF9F4;
}
@media (max-width: 768px) {
  section.p-single {
    padding: 8rem 0;
  }
}
@media (max-width: 576px) {
  section.p-single {
    padding: 6rem 0;
  }
}
section.p-single .inner-content {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
section.p-single .single-header {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #d9d9d9;
}
section.p-single .single-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 768px) {
  section.p-single .single-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  section.p-single .single-title {
    font-size: 2.2rem;
  }
}
section.p-single .single-date {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
}
section.p-single .single-content {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9;
  color: #000;
  word-break: break-word;
}
@media (max-width: 576px) {
  section.p-single .single-content {
    font-size: 1.4rem;
    margin-top: 3.2rem;
  }
}
section.p-single .single-content > *:first-child {
  margin-top: 0;
}
section.p-single .single-content > *:last-child {
  margin-bottom: 0;
}
section.p-single .single-content p {
  margin: 0 0 1.8em;
}
section.p-single .single-content h1,
section.p-single .single-content h2,
section.p-single .single-content h3,
section.p-single .single-content h4,
section.p-single .single-content h5,
section.p-single .single-content h6 {
  margin: 2.2em 0 0.9em;
  line-height: 1.5;
  font-weight: 700;
}
section.p-single .single-content h1 {
  font-size: 3.2rem;
}
section.p-single .single-content h2 {
  font-size: 2.8rem;
}
section.p-single .single-content h3 {
  font-size: 2.4rem;
}
section.p-single .single-content h4 {
  font-size: 2rem;
}
section.p-single .single-content h5 {
  font-size: 1.8rem;
}
section.p-single .single-content h6 {
  font-size: 1.6rem;
}
section.p-single .single-content ul,
section.p-single .single-content ol {
  margin: 0 0 1.8em 1.4em;
  padding-left: 1.2em;
}
section.p-single .single-content li {
  margin-bottom: 0.6em;
}
section.p-single .single-content a {
  color: #004ea2;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section.p-single .single-content a:hover {
  opacity: 0.7;
}
section.p-single .single-content img {
  max-width: 100%;
  height: auto;
}
section.p-single .single-content figure {
  margin: 2.4rem 0;
}
section.p-single .single-content blockquote {
  margin: 2.4rem 0;
  padding: 1.6rem 2rem;
  border-left: 4px solid #d9d9d9;
  background-color: #fff;
}
section.p-single .single-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2.4rem 0;
}
section.p-single .single-content th,
section.p-single .single-content td {
  border: 1px solid #d9d9d9;
  padding: 1rem 1.2rem;
  text-align: left;
  vertical-align: top;
}
section.p-single .single-content iframe {
  max-width: 100%;
}
section.p-single .prev-next-wrapper {
  position: relative;
  min-height: 2.4rem;
  margin-top: 5.6rem;
}
section.p-single .prev-link,
section.p-single .next-link {
  position: absolute;
  top: 0;
}
section.p-single .prev-link a,
section.p-single .next-link a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section.p-single .prev-link a:hover,
section.p-single .next-link a:hover {
  opacity: 0.7;
}
section.p-single .prev-link {
  left: 0;
}
section.p-single .next-link {
  right: 0;
  text-align: right;
}
section.p-single .top-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.6rem;
  text-align: center;
}
section.p-single .top-page-link .top-page-link-text {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section.p-single .top-page-link .top-page-link-text:hover {
  opacity: 0.7;
}
@media (max-width: 576px) {
  section.p-single .prev-next-wrapper {
    margin-top: 4rem;
  }
}
/*# sourceMappingURL=app.css.map */
/* === 納品前修正 2026-06-03 (Lit/三倉): 一覧タイトル1行表示 line-clamp + お知らせ/製品詳細の本文幅調整 === */
.news-item-title,
.news-item-title a,
.works-item-title,
.works-item-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
section.p-single .inner-content {
  max-width: 800px;
}

/* === 納品前修正 2026-06-03 (Lit/三倉): スクリーンリーダー/SEO用の視覚的非表示 === */
.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
