@charset "UTF-8";
#page {
  width: 100%;
  max-width: 100%;
  padding-inline: 6rem;
  margin-inline: auto;
  padding-block: 10rem 16rem;
}
@media (max-width: 750px) {
  #page {
    max-width: 100%;
    padding-inline: 2.5rem;
    padding-block: 5rem 10rem;
  }
}

.page-privacypolicy .lead-txt {
  width: 100%;
  max-width: 100rem;
  font-size: 1.5rem;
  margin-inline: auto;
  margin-bottom: 4rem;
}
.page-privacypolicy .bg-white {
  width: 100%;
  max-width: 120rem;
  background-color: #FFFFFF;
  padding-inline: 10rem;
  padding-block: 6rem 8rem;
  margin-inline: auto;
}
.page-privacypolicy .bg-white > *:first-child {
  margin-top: 0;
}
.page-privacypolicy .bg-white > *:last-child {
  margin-bottom: 0;
}
.page-privacypolicy .bg-white h2 {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-block: 6rem 2rem;
}
.page-privacypolicy .bg-white h2 span {
  color: #C79F62;
}
.page-privacypolicy .bg-white p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.page-privacypolicy .bg-white ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style-type: disc;
  padding-left: 1em;
  margin-bottom: 2rem;
}
.page-privacypolicy .bg-white ul li {
  font-size: 1.5rem;
}
.page-privacypolicy .bg-white ol {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.page-privacypolicy .bg-white ol li {
  font-size: 1.5rem;
}
@media (max-width: 750px) {
  .page-privacypolicy .lead-txt {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
  .page-privacypolicy .bg-white {
    padding-inline: 2rem;
    padding-block: 3rem 4rem;
  }
  .page-privacypolicy .bg-white h2 {
    font-size: 1.8rem;
    margin-block: 4rem 1rem;
  }
  .page-privacypolicy .bg-white p {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .page-privacypolicy .bg-white ul {
    gap: 0;
    margin-bottom: 1rem;
  }
  .page-privacypolicy .bg-white ul li {
    font-size: 1.3rem;
  }
  .page-privacypolicy .bg-white ol {
    gap: 0;
    margin-bottom: 1rem;
  }
  .page-privacypolicy .bg-white ol li {
    font-size: 1.3rem;
  }
}

.page-service .lead-txt {
  width: 100%;
  max-width: 100rem;
  font-size: 1.5rem;
  margin-inline: auto;
  margin-bottom: 4rem;
}
@media (max-width: 750px) {
  .page-service .lead-txt {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
}
.page-service .service__tab {
  max-width: 156rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.page-service .service__tab .service__tab-item {
  width: 16.66666%;
  height: 18.9rem;
  text-align: center;
  position: relative;
  border-left: solid 1px #fff;
}
.page-service .service__tab .service__tab-item::after {
  content: "";
  background: url(../img/service/arrow_down.png);
  width: 1rem;
  height: 0.6rem;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  margin: 0 auto;
  pointer-events: none;
  transition: all 300ms;
}
.page-service .service__tab .service__tab-item:first-child {
  border-left: none;
}
.page-service .service__tab .service__tab-item:has(a:hover)::after {
  bottom: 2.5rem;
}
.page-service .service__tab .service__tab-item a {
  display: block;
  padding: 2.6rem 0 4.6rem;
}
.page-service .service__tab .service__tab-item a:hover {
  background-color: #FFFFFF;
  opacity: 1;
}
.page-service .service__tab .service__tab-item img {
  margin: 0 auto 0.9rem;
}
@media (min-width: 751px) and (max-width: 1060px) {
  .page-service .service__tab {
    flex-wrap: wrap;
    max-width: 78rem;
    width: 100%;
  }
  .page-service .service__tab .service__tab-item {
    width: 33.3333333333%;
  }
  .page-service .service__tab .service__tab-item:nth-child(1), .page-service .service__tab .service__tab-item:nth-child(2), .page-service .service__tab .service__tab-item:nth-child(3) {
    border-bottom: solid 1px #fff;
  }
  .page-service .service__tab .service__tab-item:nth-child(4) {
    border-left: none;
  }
}
@media (max-width: 750px) {
  .page-service .service__tab {
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    border: solid 1px #fff;
  }
  .page-service .service__tab .service__tab-item {
    max-width: 50%;
    width: 100%;
    height: 5.9rem;
    border-left: none;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .page-service .service__tab .service__tab-item::after {
    left: auto;
    right: 0.6rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .page-service .service__tab .service__tab-item:nth-child(even) {
    border-left: solid 1px #fff;
  }
  .page-service .service__tab .service__tab-item:nth-child(-n+4) {
    border-bottom: solid 1px #fff;
  }
  .page-service .service__tab .service__tab-item:has(a:hover)::after {
    bottom: 0;
  }
  .page-service .service__tab .service__tab-item a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 0 0 0.6rem;
    gap: 0.5rem;
  }
  .page-service .service__tab .service__tab-item img {
    width: 3.5rem;
    margin: 0;
  }
}
@media (max-width: 330px) {
  .page-service .service__tab {
    border: none;
    display: block;
  }
  .page-service .service__tab .service__tab-item {
    margin: 0 auto;
  }
  .page-service .service__tab .service__tab-item:nth-child(1) {
    border: solid 1px #fff;
  }
  .page-service .service__tab .service__tab-item:nth-child(n+1) {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
  }
}
.page-service .service__content-wrap {
  max-width: 120rem;
  margin: 0 auto 16rem;
}
.page-service .service__content-wrap .service__content {
  padding-top: 13.8rem;
  margin-bottom: 6rem;
}
.page-service .service__content-wrap .service__content .roof-txt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #1A1A1A;
  text-align: center;
  position: relative;
  height: 3.6rem;
  line-height: 1;
}
.page-service .service__content-wrap .service__content .roof-txt::before {
  content: "";
  background: url(../img/service/roof.png);
  max-width: 120rem;
  width: 100%;
  height: 3.8rem;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -3.8rem;
  margin: 0 auto;
}
.page-service .service__content-wrap .service__content .service__detail {
  display: flex;
  padding-top: 6rem;
  background-color: #ffffff;
}
.page-service .service__content-wrap .service__content .service__detail .logo {
  width: 27.5%;
  padding-left: 8.3333%;
  padding-right: 5%;
}
.page-service .service__content-wrap .service__content .service__detail .txt-wrap {
  width: 72.5%;
  border-left: solid 1px #DEDEDE;
  padding: 0 3rem 5.7rem 6rem;
}
.page-service .service__content-wrap .service__content .service__detail .txt-wrap h2 {
  font-size: 3.4rem;
  font-weight: 400;
  margin-bottom: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.page-service .service__content-wrap .service__content .service__detail .txt-wrap h2 .sp_only {
  display: none;
}
.page-service .service__content-wrap .service__content .service__detail .txt-wrap .detail-txt {
  max-width: 72.9rem;
}
.page-service .service__content-wrap .service__content .service__detail .txt-wrap .detail-txt ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  line-height: 1.7;
  margin-bottom: 2.8rem;
}
.page-service .service__content-wrap .service__content .service__detail .txt-wrap .detail-txt ul li span {
  vertical-align: -0.1em;
}
.page-service .service__content-wrap .service__content .service__detail .txt-wrap .detail-txt ul li::marker {
  font-size: 0.8rem;
}
.page-service .service__content-wrap .service__content .swiper {
  margin-bottom: 5.7rem;
}
.page-service .service__content-wrap .service__content .swiper .swiper-wrapper .swiper-slide .caption {
  color: transparent;
  background-color: #ffffff;
  padding: 3.7rem 3.9rem 3.6rem;
  transition: all 300ms;
}
.page-service .service__content-wrap .service__content .swiper .swiper-wrapper .swiper-slide .caption.is-visible {
  color: #C79F62;
}
.page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 2.8rem;
  right: 5.5rem;
  gap: 4.3rem;
}
.page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-button-prev,
.page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-button-next {
  position: static;
  margin-top: initial;
}
.page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-button-prev::after,
.page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-button-next::after {
  content: "";
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  border: 1px solid #1A1A1A;
  border-radius: 50%;
  background-image: url(../img/common/arw_right_simple_b.png);
  background-size: 0.53rem 0.93rem;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
.page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-pagination {
  position: relative;
  top: -4px;
}
.page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 1rem;
}
.page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-pagination-bullet-active {
  background-color: #C79F62;
}
.page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-horizontal > .swiper-pagination-bullets, .page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal, .page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-pagination-custom, .page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-pagination-fraction {
  width: auto;
}
@media (min-width: 751px) and (max-width: 940px) {
  .page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper {
    gap: 2.3rem;
  }
  .page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-pagination-bullet {
    margin: 0 0.4rem;
  }
}
.page-service .service__content-wrap .service__content .service__txt-wrap {
  padding-inline: 3rem;
}
.page-service .service__content-wrap .service__content .service__txt-wrap .service__txt-blk {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 7rem 5.7rem;
  border-bottom: solid 1px #C79F62;
}
.page-service .service__content-wrap .service__content .service__txt-wrap .service__img-txt-blk {
  max-width: 100rem;
  margin: 0 auto;
  padding: 6rem 7rem;
  border-bottom: solid 1px #C79F62;
  display: flex;
  gap: 4rem;
  justify-content: center;
}
.page-service .service__content-wrap .service__content .service__txt-wrap .service__img-txt-blk .img {
  width: 39rem;
}
.page-service .service__content-wrap .service__content .service__txt-wrap .service__img-txt-blk .txt {
  width: 43rem;
}
@media (max-width: 750px) {
  .page-service .service__content-wrap {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
    margin-bottom: 8rem;
  }
  .page-service .service__content-wrap .service__content {
    padding-top: 8.5rem;
    margin-bottom: 2rem;
  }
  .page-service .service__content-wrap .service__content .roof-txt {
    font-size: 1.5rem;
    height: 2.5rem;
    line-height: 0.4rem;
  }
  .page-service .service__content-wrap .service__content .roof-txt::before {
    height: 2.5rem;
    top: -2.5rem;
    z-index: -1;
  }
  .page-service .service__content-wrap .service__content .service__detail {
    display: block;
    padding-top: 1rem;
  }
  .page-service .service__content-wrap .service__content .service__detail .logo {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  .page-service .service__content-wrap .service__content .service__detail .logo img {
    width: 12rem;
    margin: 0 auto;
  }
  .page-service .service__content-wrap .service__content .service__detail .txt-wrap {
    width: 100%;
    border-left: none;
    padding: 0 2.5rem 2.7rem;
  }
  .page-service .service__content-wrap .service__content .service__detail .txt-wrap h2 {
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
    line-height: 1.6;
  }
  .page-service .service__content-wrap .service__content .service__detail .txt-wrap h2 .sp_only {
    display: block;
  }
  .page-service .service__content-wrap .service__content .service__detail .txt-wrap .detail-txt {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }
  .page-service .service__content-wrap .service__content .service__detail .txt-wrap .detail-txt ul {
    padding-left: 1.3rem;
    margin-bottom: 1.8rem;
  }
  .page-service .service__content-wrap .service__content .swiper {
    margin-bottom: 2.5rem;
  }
  .page-service .service__content-wrap .service__content .swiper .swiper-wrapper .swiper-slide .caption {
    padding: 1.1rem 2.5 1.2rem;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
  }
  .page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper {
    bottom: 1px;
    right: 4rem;
    gap: 0.5rem;
  }
  .page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-button-prev,
  .page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-button-next {
    width: 0.6rem;
  }
  .page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-button-prev::after,
  .page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-button-next::after {
    width: 0.6rem;
    height: 1rem;
    border: none;
    background-size: 100% 100%;
  }
  .page-service .service__content-wrap .service__content .swiper .slide-pagination-wrapper .swiper-pagination-bullet {
    margin: 0 0.75rem;
  }
  .page-service .service__content-wrap .service__content .service__txt-wrap {
    padding-inline: 2.5rem;
    font-size: 1.3rem;
  }
  .page-service .service__content-wrap .service__content .service__txt-wrap .service__txt-blk {
    padding: 0 0 2.7rem;
  }
  .page-service .service__content-wrap .service__content .service__txt-wrap .service__img-txt-blk {
    padding: 3rem 0 2.6rem;
    flex-direction: column;
    gap: 1.9rem;
  }
  .page-service .service__content-wrap .service__content .service__txt-wrap .service__img-txt-blk .img {
    width: 100%;
  }
  .page-service .service__content-wrap .service__content .service__txt-wrap .service__img-txt-blk .img img {
    margin: 0 auto;
  }
  .page-service .service__content-wrap .service__content .service__txt-wrap .service__img-txt-blk .txt {
    width: 100%;
  }
}
.page-service .service__support-wrap {
  background-color: #ffffff;
  max-width: 156rem;
  padding: 9.3rem 3rem;
  margin: 0 auto 16.5rem;
}
.page-service .service__support-wrap h2 {
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 7.2rem;
  letter-spacing: 0.06em;
}
.page-service .service__support-wrap .service__support {
  max-width: 100rem;
  margin: 0 auto;
  padding-bottom: 4.7rem;
  border-bottom: solid 1px #DEDEDE;
  display: flex;
  justify-content: center;
}
.page-service .service__support-wrap .service__support .number {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-size: 6rem;
  letter-spacing: 0.06em;
  color: #C79F62;
  margin-top: 1.6rem;
  position: relative;
  width: 6rem;
  margin-right: 5.5rem;
}
.page-service .service__support-wrap .service__support .number::after {
  content: "";
  background-color: #C79F62;
  width: 1px;
  height: 3.8rem;
  position: absolute;
  top: 3.4rem;
  right: -5.6rem;
}
.page-service .service__support-wrap .service__support .txt-blk {
  padding-left: 6rem;
  border-left: solid 1px #DEDEDE;
}
.page-service .service__support-wrap .service__support .txt-blk h3 {
  font-size: 2.4rem;
  margin: 4.9rem 0 1.2rem;
  letter-spacing: 0.06em;
}
.page-service .service__support-wrap .service__support .txt-blk .service__support-detail {
  margin-bottom: 5rem;
}
.page-service .service__support-wrap .service__support-txt {
  margin: 7.6rem auto 0;
  text-align: center;
}
@media (max-width: 750px) {
  .page-service .service__support-wrap {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
    padding: 2.6rem 2.5rem;
    margin-bottom: 8rem;
  }
  .page-service .service__support-wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 3.7rem;
  }
  .page-service .service__support-wrap .service__support {
    padding-bottom: 2.7rem;
  }
  .page-service .service__support-wrap .service__support .number {
    font-size: 3rem;
    margin-top: 1.2rem;
    width: 3rem;
    margin-right: 3.5rem;
  }
  .page-service .service__support-wrap .service__support .number::after {
    height: 2rem;
    top: 1.7rem;
    right: -3.6rem;
  }
  .page-service .service__support-wrap .service__support .txt-blk {
    padding-left: 2rem;
  }
  .page-service .service__support-wrap .service__support .txt-blk h3 {
    font-size: 1.5rem;
    margin: 2.8rem 0 1.6rem;
    line-height: 1.6;
  }
  .page-service .service__support-wrap .service__support .txt-blk .service__support-detail {
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
  .page-service .service__support-wrap .service__support-txt {
    margin: 4rem auto 0;
    font-size: 1.3rem;
    text-align: left;
  }
}

.page-contact {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
}
.page-contact .contact-top-section {
  margin-bottom: 8rem;
}
.page-contact .contact-top-section .txt {
  font-size: 1.5rem;
  text-align: center;
}
.page-contact .contact-top-section .txt a {
  color: #C79F62;
  text-decoration: underline;
}
.page-contact .contact-top-section .txt-attention {
  font-size: 1.3rem;
  text-align: center;
}
.page-contact .contact-top-section .contact-tel {
  width: 100%;
  max-width: 54rem;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  margin-inline: auto;
  margin-block: 3rem;
}
.page-contact .contact-top-section .contact-tel a {
  display: block;
  padding: 4.8rem 2rem;
  pointer-events: none;
}
.page-contact .contact-top-section .contact-tel a span {
  display: block;
  text-align: center;
}
.page-contact .contact-top-section .contact-tel a .txt {
  margin-bottom: 0.5rem;
}
.page-contact .contact-top-section .contact-tel a .tel {
  font-family: "Crimson Text", serif;
  font-style: normal;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding-left: 4.1rem;
  margin-bottom: 1.6rem;
  margin-inline: auto;
  position: relative;
}
.page-contact .contact-top-section .contact-tel a .tel::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/common/ico_tel_b.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-contact .contact-top-section .contact-tel a .hours {
  font-size: 1.3rem;
  font-weight: 500;
  color: #999999;
}
.page-contact .ttl-main {
  margin-bottom: 4rem;
}
@media (max-width: 750px) {
  .page-contact .contact-top-section {
    margin-bottom: 6rem;
  }
  .page-contact .contact-top-section .txt {
    font-size: 1.3rem;
    text-align: left;
  }
  .page-contact .contact-top-section .txt-attention {
    font-size: 1.1rem;
    text-align: left;
  }
  .page-contact .contact-top-section .contact-tel {
    margin-block: 2rem;
  }
  .page-contact .contact-top-section .contact-tel a {
    padding: 3.6rem 1.5rem;
    pointer-events: auto;
  }
  .page-contact .contact-top-section .contact-tel a .txt {
    margin-bottom: 0.5rem;
  }
  .page-contact .contact-top-section .contact-tel a .tel {
    font-size: 2.6rem;
    padding-left: 3.1rem;
    margin-bottom: 0.8rem;
  }
  .page-contact .contact-top-section .contact-tel a .tel::before {
    width: 2.2rem;
    height: 2.2rem;
  }
  .page-contact .contact-top-section .contact-tel a .hours {
    font-size: 1.1rem;
  }
  .page-contact .ttl-main {
    margin-bottom: 3rem;
  }
}

.form-bottom-txt {
  max-width: 120rem;
  background-color: #FFFFFF;
  padding: 3rem 5rem 8rem;
  margin-inline: auto;
}
.form-bottom-txt p {
  font-size: 1.3rem;
  text-align: center;
}
@media (max-width: 750px) {
  .form-bottom-txt {
    padding: 2rem 1.5rem 5rem;
  }
  .form-bottom-txt p {
    font-size: 1.1rem;
    text-align: left;
  }
}

.snow-monkey-form {
  display: block;
  max-width: 120rem;
  background-color: #FFFFFF;
  padding: 8rem 5rem 0;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .snow-monkey-form {
    padding: 3rem 0 0;
  }
}
.snow-monkey-form .smf-form {
  margin-bottom: 5rem;
}
@media (max-width: 750px) {
  .snow-monkey-form .smf-form {
    margin-bottom: 3rem;
  }
}
.snow-monkey-form .smf-form input[type=text],
.snow-monkey-form .smf-form input[type=email],
.snow-monkey-form .smf-form input[type=tel] {
  display: block;
  width: calc(100% - 5rem);
  height: 4rem;
  font-size: 1.5rem;
  border: 1px solid #F8F8F8;
  border-radius: 0;
  background-color: #F8F8F8;
  box-shadow: none;
  padding-block: 0;
  padding-inline: 1rem;
}
.snow-monkey-form .smf-form input[type=text]::-moz-placeholder, .snow-monkey-form .smf-form input[type=email]::-moz-placeholder, .snow-monkey-form .smf-form input[type=tel]::-moz-placeholder {
  color: #999999;
}
.snow-monkey-form .smf-form input[type=text]::placeholder,
.snow-monkey-form .smf-form input[type=email]::placeholder,
.snow-monkey-form .smf-form input[type=tel]::placeholder {
  color: #999999;
}
@media (max-width: 750px) {
  .snow-monkey-form .smf-form input[type=text],
  .snow-monkey-form .smf-form input[type=email],
  .snow-monkey-form .smf-form input[type=tel] {
    width: 100%;
    font-size: 1.3rem;
  }
}
.snow-monkey-form .smf-form textarea {
  display: block;
  width: calc(100% - 5rem);
  min-height: 20rem;
  font-size: 1.5rem;
  border: 1px solid #F8F8F8;
  border-radius: 0;
  background-color: #F8F8F8;
  box-shadow: none;
  padding-block: 1rem;
  padding-inline: 1rem;
}
@media (max-width: 750px) {
  .snow-monkey-form .smf-form textarea {
    width: 100%;
    font-size: 1.3rem;
  }
}
.snow-monkey-form .smf-form .smf-select-control {
  display: block;
  width: 100%;
  max-width: 24rem;
}
.snow-monkey-form .smf-form .smf-select-control select {
  display: block;
  width: 100%;
  height: 4.6rem;
  font-size: 1.5rem;
  border: 1px solid #DEDEDE;
  border-radius: 0.4rem;
  background-image: url(../img/common/arw_down_simple_b.png);
  background-size: 0.9rem 0.5rem;
  background-position: right 1.4rem center;
  background-repeat: no-repeat;
  padding: 0 3.7rem 0 1.5rem;
}
.snow-monkey-form .smf-form .smf-select-control .smf-select-control__toggle {
  display: none;
}
@media (max-width: 750px) {
  .snow-monkey-form .smf-form .smf-select-control {
    width: calc(100% - 7.4rem);
    max-width: 100%;
  }
  .snow-monkey-form .smf-form .smf-select-control select {
    font-size: 1.3rem;
  }
}
.snow-monkey-form .smf-form .smf-checkbox-control {
  gap: 1rem;
  position: relative;
}
.snow-monkey-form .smf-form .smf-checkbox-control::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #DEDEDE;
  margin-top: 0.7rem;
}
.snow-monkey-form .smf-form .smf-checkbox-control:has(input[type=checkbox]:checked)::before {
  background-color: #DEDEDE;
}
.snow-monkey-form .smf-form .smf-checkbox-control:has(input[type=checkbox]:checked)::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 1.4rem;
  height: 1rem;
  background-image: url(../img/common/ico_check.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.7rem;
  left: 0.3rem;
}
.snow-monkey-form .smf-form .smf-checkbox-control input[type=checkbox] {
  display: none;
}
.snow-monkey-form .smf-form .smf-checkbox-control .smf-checkbox-control__label {
  font-size: 1.5rem;
}
@media (max-width: 750px) {
  .snow-monkey-form .smf-form .smf-checkbox-control::before {
    margin-top: 0.5rem;
  }
  .snow-monkey-form .smf-form .smf-checkbox-control:has(input[type=checkbox]:checked)::after {
    top: 0.5rem;
    left: 0.3rem;
  }
  .snow-monkey-form .smf-form .smf-checkbox-control .smf-checkbox-control__label {
    font-size: 1.3rem;
  }
}
.snow-monkey-form .smf-form .smf-radio-button-control {
  gap: 1rem;
  position: relative;
}
.snow-monkey-form .smf-form .smf-radio-button-control::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  margin-top: 0.7rem;
}
.snow-monkey-form .smf-form .smf-radio-button-control:has(input[type=radio]:checked)::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #1A1A1A;
  position: absolute;
  top: 1.1rem;
  left: 0.4rem;
}
.snow-monkey-form .smf-form .smf-radio-button-control input[type=radio] {
  display: none;
}
.snow-monkey-form .smf-form .smf-radio-button-control .smf-radio-button-control__label {
  font-size: 1.5rem;
}
@media (max-width: 750px) {
  .snow-monkey-form .smf-form .smf-radio-button-control::before {
    margin-top: 0.5rem;
  }
  .snow-monkey-form .smf-form .smf-radio-button-control:has(input[type=radio]:checked)::after {
    top: 0.9rem;
    left: 0.4rem;
  }
  .snow-monkey-form .smf-form .smf-radio-button-control .smf-radio-button-control__label {
    font-size: 1.3rem;
  }
}
.snow-monkey-form .smf-form .smf-error-messages {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
.snow-monkey-form .smf-form .smf-system-error-content {
  font-size: 1.3rem;
}
.snow-monkey-form .smf-form .smf-placeholder:has(.smf-select-control) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  margin-bottom: 2rem;
}
.snow-monkey-form .smf-form .smf-placeholder:has(.smf-select-control) .smf-control-description {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0;
}
@media (max-width: 750px) {
  .snow-monkey-form .smf-form .smf-placeholder:has(.smf-select-control) {
    gap: 0;
  }
  .snow-monkey-form .smf-form .smf-placeholder:has(.smf-select-control) .smf-control-description {
    width: 7.4rem;
    font-size: 1.3rem;
  }
}
.snow-monkey-form .smf-form .smf-item__controls:has([data-name*=contact-area]) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}
.snow-monkey-form .smf-form .smf-item__controls:has([data-name*=contact-area]) .smf-placeholder[data-name*=area] {
  width: 15rem;
}
.snow-monkey-form .smf-form .smf-item__controls:has([data-name*=contact-area]) .smf-placeholder[data-name*=area] input[type=text] {
  width: 100%;
}
.snow-monkey-form .smf-form .smf-item__controls:has([data-name*=contact-area]) .smf-placeholder[data-name*=area-unit] {
  width: calc(100% - 17rem);
}
@media (max-width: 350px) {
  .snow-monkey-form .smf-form .smf-item__controls:has([data-name*=contact-area]) .smf-placeholder[data-name*=area] {
    width: 12rem;
  }
  .snow-monkey-form .smf-form .smf-item__controls:has([data-name*=contact-area]) .smf-placeholder[data-name*=area-unit] {
    width: calc(100% - 14rem);
  }
}
.snow-monkey-form .smf-form .smf-placeholder:has(.smf-textarea-control) {
  display: flex;
  flex-direction: column-reverse;
}
.snow-monkey-form .smf-form .smf-placeholder:has(.smf-textarea-control) .smf-control-description {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 0 1rem 0;
}
@media (max-width: 750px) {
  .snow-monkey-form .smf-form .smf-placeholder:has(.smf-textarea-control) .smf-control-description {
    font-size: 1.3rem;
    margin: 0 0 2rem 0;
  }
}
.snow-monkey-form .smf-form .smf-checkboxes-control--vertical .smf-checkboxes-control__control {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.snow-monkey-form .smf-form .smf-checkboxes-control--horizontal .smf-checkboxes-control__control {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 2rem;
}
.snow-monkey-form .smf-form .smf-checkboxes-control--horizontal .smf-checkboxes-control__control .smf-label {
  margin: 0;
}
.snow-monkey-form .smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 2rem;
}
.snow-monkey-form .smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control .smf-label {
  margin: 0;
}
.snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) {
  padding-top: 4rem;
}
.snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col {
  width: 100%;
}
.snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col .smf-placeholder {
  display: flex;
  flex-wrap: wrap;
}
.snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col .smf-placeholder:has([data-validations*=required])::before {
  content: "必須";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.9rem;
  height: 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 0.2rem;
  background-color: #D72638;
  margin-right: 1.5rem;
  margin-top: 0.3rem;
}
.snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col .smf-placeholder .smf-checkboxes-control {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col .smf-placeholder .smf-checkboxes-control .smf-checkboxes-control__control .smf-label label {
  display: block;
  line-height: 0;
}
.snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col .smf-placeholder .smf-checkboxes-control .smf-checkboxes-control__control .smf-label label .smf-checkbox-control::before {
  margin-top: 0;
}
.snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col .smf-placeholder .smf-checkboxes-control .smf-checkboxes-control__control .smf-label label .smf-checkbox-control:has(input[type=checkbox]:checked)::after {
  top: 0;
}
.snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col .smf-placeholder .smf-checkboxes-control .smf-checkboxes-control__control .smf-label label .smf-checkbox-control .smf-checkbox-control__label {
  display: none;
}
.snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col .smf-placeholder .smf-control-description {
  width: calc(100% - 3.9rem - 1.5rem - 1.5rem - 1rem);
  font-size: 1.5rem;
  color: #1A1A1A;
  margin: 0;
}
.snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col .smf-placeholder .smf-control-description a {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  color: #C79F62;
}
.snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col .smf-placeholder .smf-error-messages {
  width: 100%;
}
@media (max-width: 750px) {
  .snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) {
    padding-top: 3rem;
  }
  .snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col .smf-placeholder:has([data-validations*=required])::before {
    width: 3.1rem;
    height: 1.6rem;
    font-size: 0.9rem;
    margin-right: 1rem;
    margin-top: 0.4rem;
  }
  .snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col .smf-placeholder .smf-checkboxes-control {
    margin-right: 1rem;
    margin-top: 0.4rem;
  }
  .snow-monkey-form .smf-form .smf-item:has([data-name=contact-agreement]) .smf-item__col .smf-placeholder .smf-control-description {
    width: calc(100% - 3.1rem - 1.5rem - 1rem - 1rem);
    font-size: 1.3rem;
  }
}
.snow-monkey-form .smf-action .smf-button-control {
  display: block;
  width: 100%;
  max-width: 26rem;
  height: 6.2rem;
  margin-inline: auto;
}
.snow-monkey-form .smf-action .smf-button-control button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  border-radius: 0;
  background-image: none;
  background-color: #FFFFFF;
  padding-left: 2rem;
  padding-right: 7.2rem;
  position: relative;
}
.snow-monkey-form .smf-action .smf-button-control button:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 1.6rem);
  background-color: #1A1A1A;
  position: absolute;
  top: 50%;
  right: 6.2rem;
  transform: translateY(-50%);
}
.snow-monkey-form .smf-action .smf-button-control button::after {
  content: "";
  display: block;
  width: 1.17rem;
  height: 0.82rem;
  background-image: url(../img/common/arw_right.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  transition: all 300ms;
}
.snow-monkey-form .smf-action .smf-button-control button:hover::after {
  transform: translateY(-50%) translateX(0.4rem);
}
@media (max-width: 750px) {
  .snow-monkey-form .smf-action .smf-button-control {
    max-width: 20rem;
    height: 4.6rem;
  }
  .snow-monkey-form .smf-action .smf-button-control button {
    font-size: 1.2rem;
    padding-right: 5.5rem;
  }
  .snow-monkey-form .smf-action .smf-button-control button:before {
    right: 4.5rem;
  }
  .snow-monkey-form .smf-action .smf-button-control button::after {
    width: 1.23rem;
    height: 0.86rem;
    right: 1.6rem;
  }
}
.snow-monkey-form .smf-form .smf-item {
  display: flex;
  border-bottom: 1px solid #DEDEDE;
  padding-block: 3rem;
}
.snow-monkey-form .smf-form .smf-item:first-of-type {
  padding-top: 0;
}
.snow-monkey-form .smf-form .smf-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.snow-monkey-form .smf-form .smf-item .smf-item__col--label {
  width: 37rem;
  padding-left: 5rem;
  margin-top: 0.5rem;
}
.snow-monkey-form .smf-form .smf-item .smf-item__col--label .smf-item__label {
  position: relative;
}
.snow-monkey-form .smf-form .smf-item .smf-item__col--label .smf-item__label::after {
  content: "任意";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.9rem;
  height: 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 0.2rem;
  background-color: #999999;
  position: absolute;
  top: 0.4rem;
  right: 4rem;
}
.snow-monkey-form .smf-form .smf-item .smf-item__col--label .smf-item__label .smf-item__label__text {
  display: block;
  width: 100%;
  max-width: 23rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.snow-monkey-form .smf-form .smf-item .smf-item__col--label:has(+ .smf-item__col--controls *[data-validations*=required]) .smf-item__label::after {
  content: "必須";
  background-color: #D72638;
}
.snow-monkey-form .smf-form .smf-item .smf-item__col--controls {
  width: calc(100% - 37rem);
}
@media (min-width: 751px) and (max-width: 1060px) {
  .snow-monkey-form .smf-form .smf-item {
    display: block;
  }
  .snow-monkey-form .smf-form .smf-item .smf-item__col--label {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .snow-monkey-form .smf-form .smf-item .smf-item__col--label .smf-item__label::after {
    right: 0;
  }
  .snow-monkey-form .smf-form .smf-item .smf-item__col--label .smf-item__label .smf-item__label__text {
    max-width: calc(100% - 3.9rem - 3rem);
  }
  .snow-monkey-form .smf-form .smf-item .smf-item__col--controls {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .snow-monkey-form .smf-form .smf-item {
    display: block;
    padding-inline: 1.5rem;
  }
  .snow-monkey-form .smf-form .smf-item .smf-item__col--label {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .snow-monkey-form .smf-form .smf-item .smf-item__col--label .smf-item__label::after {
    width: 3.1rem;
    height: 1.6rem;
    font-size: 0.9rem;
    top: 0.4rem;
    right: 0;
  }
  .snow-monkey-form .smf-form .smf-item .smf-item__col--label .smf-item__label .smf-item__label__text {
    width: 100%;
    max-width: calc(100% - 3.1rem - 2rem);
    font-size: 1.3rem;
  }
  .snow-monkey-form .smf-form .smf-item .smf-item__col--controls {
    width: 100%;
  }
}
.snow-monkey-form:has(.smf-system-error-content) {
  padding: 5rem;
}
.snow-monkey-form:has(.smf-system-error-content) .smf-form {
  margin-bottom: 0;
}
.snow-monkey-form:has(.smf-system-error-content) + .form-bottom-txt {
  display: none;
}
@media (max-width: 750px) {
  .snow-monkey-form:has(.smf-system-error-content) {
    padding: 3rem 1.5rem;
  }
  .snow-monkey-form:has(.smf-system-error-content) .smf-form {
    font-size: 1.3rem;
  }
}
.snow-monkey-form[data-screen=complete] {
  padding: 5rem;
}
.snow-monkey-form[data-screen=complete] .smf-form {
  margin-bottom: 0;
}
.snow-monkey-form[data-screen=complete] + .form-bottom-txt {
  display: none;
}
@media (max-width: 750px) {
  .snow-monkey-form[data-screen=complete] {
    padding: 3rem 1.5rem;
  }
  .snow-monkey-form[data-screen=complete] .smf-form {
    font-size: 1.3rem;
  }
}

.page-company {
  width: 100%;
}
.page-company .company-mv {
  width: 100%;
  margin-bottom: 8rem;
}
.page-company .company-mv img {
  width: 100%;
}
@media (max-width: 750px) {
  .page-company .company-mv {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
  }
}
.page-company .company-greeting {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
  margin-bottom: 16rem;
}
.page-company .company-greeting h2 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 6rem;
}
.page-company .company-greeting .greeting-content {
  display: flex;
  gap: 6rem;
}
.page-company .company-greeting .greeting-content .img-blk {
  width: calc(50% - 6rem);
}
.page-company .company-greeting .greeting-content .img-blk .img {
  width: 100%;
  margin-bottom: 3rem;
}
.page-company .company-greeting .greeting-content .img-blk .img img {
  width: 100%;
}
.page-company .company-greeting .greeting-content .img-blk .signature-blk p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.page-company .company-greeting .greeting-content .img-blk .signature-blk .img {
  width: 100%;
  max-width: 24rem;
  margin-bottom: 0;
}
.page-company .company-greeting .greeting-content .txt-blk {
  width: 50%;
}
.page-company .company-greeting .greeting-content .txt-blk p {
  font-size: 1.5rem;
}
@media (max-width: 750px) {
  .page-company .company-greeting {
    margin-bottom: 8rem;
  }
  .page-company .company-greeting h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .page-company .company-greeting .greeting-content {
    flex-direction: column;
    gap: 3rem;
  }
  .page-company .company-greeting .greeting-content .img-blk {
    width: 100%;
    max-width: 32.5rem;
    margin-inline: auto;
  }
  .page-company .company-greeting .greeting-content .img-blk .img {
    margin-bottom: 1.6rem;
  }
  .page-company .company-greeting .greeting-content .img-blk .signature-blk {
    display: flex;
    gap: 1.5rem;
    width: 100%;
    max-width: 32.5rem;
    margin-inline: auto;
  }
  .page-company .company-greeting .greeting-content .img-blk .signature-blk p {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .page-company .company-greeting .greeting-content .img-blk .signature-blk .img {
    max-width: 16rem;
  }
  .page-company .company-greeting .greeting-content .txt-blk {
    width: 100%;
  }
  .page-company .company-greeting .greeting-content .txt-blk p {
    font-size: 1.3rem;
  }
}
.page-company .company-policy {
  margin-bottom: 16rem;
}
.page-company .company-policy .policy-content {
  display: flex;
}
.page-company .company-policy .policy-content .ttl-blk {
  width: 20.2rem;
  position: relative;
}
.page-company .company-policy .policy-content .ttl-blk::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 10rem);
  background-color: #DEDEDE;
  position: absolute;
  top: 0;
  right: 0;
}
.page-company .company-policy .policy-content .txt-blk {
  width: calc(100% - 20.2rem);
  padding-left: 8rem;
}
.page-company .company-policy .policy-content .txt-blk ol {
  display: flex;
  flex-direction: column;
  gap: 7.7rem;
}
.page-company .company-policy .policy-content .txt-blk ol li {
  display: flex;
}
.page-company .company-policy .policy-content .txt-blk ol li span {
  font-family: "Crimson Text", serif;
  font-style: normal;
  display: block;
  width: 7.6rem;
  font-size: 6rem;
  line-height: 1.5;
  color: #C79F62;
}
.page-company .company-policy .policy-content .txt-blk ol li p {
  width: calc(100% - 7.6rem);
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: 3rem;
}
@media (min-width: 751px) and (max-width: 1060px) {
  .page-company .company-policy .policy-content {
    display: block;
  }
  .page-company .company-policy .policy-content .ttl-blk {
    width: 100%;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
  }
  .page-company .company-policy .policy-content .ttl-blk::after {
    width: calc(100% + 12rem);
    height: 1px;
    top: auto;
    bottom: 0;
    right: -12rem;
    z-index: 1;
  }
  .page-company .company-policy .policy-content .txt-blk {
    width: 100%;
    padding-left: 0;
  }
  .page-company .company-policy .policy-content .txt-blk ol {
    gap: 6rem;
  }
  .page-company .company-policy .policy-content .txt-blk ol li p {
    font-size: 2rem;
  }
}
@media (max-width: 750px) {
  .page-company .company-policy {
    margin-bottom: 8rem;
  }
  .page-company .company-policy .policy-content {
    display: block;
  }
  .page-company .company-policy .policy-content .ttl-blk {
    width: 100%;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .page-company .company-policy .policy-content .ttl-blk::after {
    width: calc(100% + 2.5rem);
    height: 1px;
    top: auto;
    bottom: 0;
    right: -2.5rem;
    z-index: 1;
  }
  .page-company .company-policy .policy-content .txt-blk {
    width: 100%;
    padding-left: 0;
  }
  .page-company .company-policy .policy-content .txt-blk ol {
    gap: 2.8rem;
  }
  .page-company .company-policy .policy-content .txt-blk ol li {
    display: block;
  }
  .page-company .company-policy .policy-content .txt-blk ol li span {
    width: 100%;
    font-size: 3rem;
    line-height: 1.2;
  }
  .page-company .company-policy .policy-content .txt-blk ol li p {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 1.2rem;
  }
}
.page-company .company-history {
  margin-bottom: 16rem;
}
.page-company .company-history .history-content .ttl-main {
  margin-bottom: 4rem;
}
.page-company .company-history .history-content ol li {
  display: flex;
}
.page-company .company-history .history-content ol li:last-of-type span {
  border-bottom: 1px solid #C79F62;
}
.page-company .company-history .history-content ol li:last-of-type p {
  border-bottom: 1px solid #DEDEDE;
}
.page-company .company-history .history-content ol li span {
  font-family: "Crimson Text", serif;
  font-style: normal;
  display: block;
  width: 20rem;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  color: #C79F62;
  border-top: 1px solid #C79F62;
  padding-block: 4rem;
}
.page-company .company-history .history-content ol li p {
  width: calc(100% - 20rem);
  font-size: 1.5rem;
  border-top: 1px solid #DEDEDE;
  padding-block: 4rem;
  padding-left: 4rem;
}
@media (max-width: 750px) {
  .page-company .company-history {
    margin-bottom: 8rem;
  }
  .page-company .company-history .history-content .ttl-main {
    margin-bottom: 2rem;
  }
  .page-company .company-history .history-content ol li {
    display: block;
    border-top: 1px solid #DEDEDE;
    padding-block: 2rem;
    position: relative;
  }
  .page-company .company-history .history-content ol li::before {
    content: "";
    display: block;
    width: 6rem;
    height: 1px;
    background-color: #C79F62;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .page-company .company-history .history-content ol li:last-of-type {
    border-bottom: 1px solid #DEDEDE;
  }
  .page-company .company-history .history-content ol li:last-of-type::after {
    content: "";
    display: block;
    width: 6rem;
    height: 1px;
    background-color: #C79F62;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .page-company .company-history .history-content ol li:last-of-type span {
    border-bottom: none;
  }
  .page-company .company-history .history-content ol li:last-of-type p {
    border-bottom: none;
  }
  .page-company .company-history .history-content ol li span {
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
    border-top: none;
    padding-block: 0;
    margin-bottom: 1.3rem;
  }
  .page-company .company-history .history-content ol li p {
    width: 100%;
    font-size: 1.3rem;
    border-top: none;
    padding-block: 0;
    padding-left: 0;
  }
}
.page-company .company-outline {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
}
.page-company .company-outline .ttl-main {
  margin-bottom: 4rem;
}
.page-company .company-outline dl {
  display: flex;
  flex-wrap: wrap;
}
.page-company .company-outline dl dt {
  width: 19rem;
  font-size: 1.5rem;
  font-weight: 700;
  border-top: 1px solid #FFFFFF;
  padding-block: 4rem;
  padding-inline: 2rem;
}
.page-company .company-outline dl dt:last-of-type {
  border-bottom: 1px solid #FFFFFF;
}
.page-company .company-outline dl dd {
  width: calc(100% - 19rem);
  font-size: 1.5rem;
  border-top: 1px solid #FFFFFF;
  padding-block: 4rem;
}
.page-company .company-outline dl dd:last-of-type {
  border-bottom: 1px solid #FFFFFF;
}
@media (max-width: 750px) {
  .page-company .company-outline .ttl-main {
    margin-bottom: 3rem;
  }
  .page-company .company-outline dl {
    display: block;
  }
  .page-company .company-outline dl dt {
    width: 100%;
    font-size: 1.3rem;
    border-top: 1px solid #FFFFFF;
    padding-block: 2rem 0;
    padding-inline: 0;
    margin-bottom: 1rem;
  }
  .page-company .company-outline dl dt:last-of-type {
    border-bottom: none;
  }
  .page-company .company-outline dl dd {
    width: 100%;
    font-size: 1.3rem;
    border-top: none;
    padding-block: 0 2rem;
  }
  .page-company .company-outline dl dd:last-of-type {
    border-bottom: 1px solid #FFFFFF;
  }
}
.page-company .company-access {
  margin-block: 23.4rem;
  position: relative;
}
.page-company .company-access .access-content .txt-blk .ttl-main {
  margin-bottom: 4rem;
}
.page-company .company-access .access-content .txt-blk .accecc-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-company .company-access .access-content .txt-blk .accecc-info p {
  font-size: 1.5rem;
}
.page-company .company-access .access-content .txt-blk .accecc-info p a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #C79F62;
  padding-right: 2.4rem;
  position: relative;
}
.page-company .company-access .access-content .txt-blk .accecc-info p a::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.8rem;
  background-image: url(../img/common/ico_map_g.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.page-company .company-access .map-blk {
  width: 78rem;
  height: 60rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.page-company .company-access .map-blk iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 981px) and (max-width: 1350px) {
  .page-company .company-access .map-blk {
    width: calc(100% - 39.5rem);
  }
}
@media (min-width: 751px) and (max-width: 980px) {
  .page-company .company-access {
    margin-block: 16rem;
  }
  .page-company .company-access .map-blk {
    width: calc(100% + 12rem);
    height: 30rem;
    margin-left: -6rem;
    position: static;
    transform: translateY(0);
  }
}
@media (max-width: 750px) {
  .page-company .company-access {
    margin-block: 8rem;
  }
  .page-company .company-access .access-content .txt-blk .ttl-main {
    margin-bottom: 3rem;
  }
  .page-company .company-access .access-content .txt-blk .accecc-info {
    gap: 1.6rem;
  }
  .page-company .company-access .access-content .txt-blk .accecc-info p {
    font-size: 1.3rem;
  }
  .page-company .company-access .access-content .txt-blk .accecc-info p a {
    padding-right: 2.2rem;
  }
  .page-company .company-access .access-content .txt-blk .accecc-info p a::after {
    width: 1.2rem;
    height: 1.5rem;
  }
  .page-company .company-access .map-blk {
    width: calc(100% + 5rem);
    height: 28.8rem;
    margin-left: -2.5rem;
    position: static;
    transform: translateY(0);
  }
}

.page-material .lead-txt {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 4rem;
}
.page-material .lead-txt a {
  text-decoration: underline;
}
@media (max-width: 750px) {
  .page-material .lead-txt {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 3rem;
  }
}
.page-material .material-agreement {
  margin-bottom: 16rem;
}
.page-material .material-agreement .agreement-content {
  display: flex;
}
.page-material .material-agreement .agreement-content .ttl-blk {
  width: 20.2rem;
  position: relative;
}
.page-material .material-agreement .agreement-content .ttl-blk::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 10rem);
  background-color: #DEDEDE;
  position: absolute;
  top: 0;
  right: 0;
}
.page-material .material-agreement .agreement-content .txt-blk {
  width: calc(100% - 20.2rem);
  padding-left: 6.5rem;
}
.page-material .material-agreement .agreement-content .txt-blk ul {
  display: flex;
  flex-direction: column;
  gap: 1.3em;
}
.page-material .material-agreement .agreement-content .txt-blk ul li {
  font-size: 1.5rem;
  padding-left: 1.6rem;
  position: relative;
}
.page-material .material-agreement .agreement-content .txt-blk ul li::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #C79F62;
  position: absolute;
  top: 0.7em;
  left: 0;
}
@media (min-width: 751px) and (max-width: 1060px) {
  .page-material .material-agreement .agreement-content {
    display: block;
  }
  .page-material .material-agreement .agreement-content .ttl-blk {
    width: 100%;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
  }
  .page-material .material-agreement .agreement-content .ttl-blk::after {
    width: calc(100% + 12rem);
    height: 1px;
    top: auto;
    bottom: 0;
    right: -12rem;
    z-index: 1;
  }
  .page-material .material-agreement .agreement-content .txt-blk {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 750px) {
  .page-material .material-agreement {
    margin-bottom: 3rem;
  }
  .page-material .material-agreement .agreement-content {
    display: block;
  }
  .page-material .material-agreement .agreement-content .ttl-blk {
    width: 100%;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .page-material .material-agreement .agreement-content .ttl-blk::after {
    width: calc(100% + 2.5rem);
    height: 1px;
    top: auto;
    bottom: 0;
    right: -2.5rem;
    z-index: 1;
  }
  .page-material .material-agreement .agreement-content .txt-blk {
    width: 100%;
    padding-left: 0;
  }
  .page-material .material-agreement .agreement-content .txt-blk ul {
    gap: 1em;
  }
  .page-material .material-agreement .agreement-content .txt-blk ul li {
    font-size: 1.3rem;
  }
  .page-material .material-agreement .agreement-content .txt-blk ul li::before {
    top: 0.6em;
  }
}
.page-material .material-resources {
  margin-bottom: 16rem;
}
.page-material .material-resources .resources-content .ttl-main {
  margin-bottom: 3rem;
}
.page-material .material-resources .resources-content ul li {
  display: flex;
  gap: 4rem;
  border-top: 1px solid #C79F62;
  padding-block: 6rem;
}
.page-material .material-resources .resources-content ul li:last-of-type {
  border-bottom: 1px solid #C79F62;
}
.page-material .material-resources .resources-content ul li .logo-blk {
  width: 26rem;
}
.page-material .material-resources .resources-content ul li .logo-blk .logo {
  margin-bottom: 3rem;
}
.page-material .material-resources .resources-content ul li .logo-blk .logo img {
  width: 100%;
}
.page-material .material-resources .resources-content ul li .txt-blk {
  width: calc(100% - 30rem);
}
.page-material .material-resources .resources-content ul li .txt-blk h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 4rem;
}
.page-material .material-resources .resources-content ul li .txt-blk h3:first-of-type {
  margin-top: 0;
}
.page-material .material-resources .resources-content ul li .txt-blk p {
  font-size: 1.5rem;
}
@media (min-width: 751px) and (max-width: 990px) {
  .page-material .material-resources .resources-content ul li {
    display: block;
    padding-block: 3rem 12.2rem;
    position: relative;
  }
  .page-material .material-resources .resources-content ul li .logo-blk {
    width: 100%;
  }
  .page-material .material-resources .resources-content ul li .logo-blk .logo {
    width: 100%;
    max-width: 18rem;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
  .page-material .material-resources .resources-content ul li .logo-blk .btn-main {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-material .material-resources .resources-content ul li .txt-blk {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .page-material .material-resources {
    margin-bottom: 8rem;
  }
  .page-material .material-resources .resources-content ul li {
    display: block;
    padding-block: 3rem 10.6rem;
    position: relative;
  }
  .page-material .material-resources .resources-content ul li .logo-blk {
    width: 100%;
  }
  .page-material .material-resources .resources-content ul li .logo-blk .logo {
    width: 100%;
    max-width: 18rem;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
  .page-material .material-resources .resources-content ul li .logo-blk .btn-main {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-material .material-resources .resources-content ul li .txt-blk {
    width: 100%;
  }
  .page-material .material-resources .resources-content ul li .txt-blk h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .page-material .material-resources .resources-content ul li .txt-blk p {
    font-size: 1.3rem;
  }
}
.page-material .material-representative {
  margin-bottom: 16rem;
}
.page-material .material-representative .representative-content .ttl-blk {
  margin-bottom: 4rem;
}
.page-material .material-representative .representative-content .content-blk {
  display: flex;
  gap: 4rem;
}
.page-material .material-representative .representative-content .content-blk .img-blk {
  width: 40rem;
}
.page-material .material-representative .representative-content .content-blk .txt-blk {
  width: calc(100% - 44rem);
}
.page-material .material-representative .representative-content .content-blk .txt-blk h3 {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4rem;
}
.page-material .material-representative .representative-content .content-blk .txt-blk h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 4rem;
}
.page-material .material-representative .representative-content .content-blk .txt-blk h4:first-of-type {
  margin-top: 0;
}
.page-material .material-representative .representative-content .content-blk .txt-blk p {
  font-size: 1.5rem;
}
@media (min-width: 751px) and (max-width: 990px) {
  .page-material .material-representative .representative-content .content-blk {
    flex-direction: column;
    gap: 3rem;
  }
  .page-material .material-representative .representative-content .content-blk .img-blk {
    width: 100%;
    max-width: 40rem;
    margin-inline: auto;
  }
  .page-material .material-representative .representative-content .content-blk .txt-blk {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .page-material .material-representative {
    margin-bottom: 8rem;
  }
  .page-material .material-representative .representative-content .content-blk {
    flex-direction: column;
    gap: 3rem;
  }
  .page-material .material-representative .representative-content .content-blk .img-blk {
    width: 100%;
    max-width: 40rem;
    margin-inline: auto;
  }
  .page-material .material-representative .representative-content .content-blk .txt-blk {
    width: 100%;
  }
  .page-material .material-representative .representative-content .content-blk .txt-blk h3 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .page-material .material-representative .representative-content .content-blk .txt-blk h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .page-material .material-representative .representative-content .content-blk .txt-blk p {
    font-size: 1.3rem;
  }
}
.page-material .material-application .application-content .ttl-blk {
  margin-bottom: 4rem;
}
.page-material .material-application .application-content p {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 750px) {
  .page-material .material-application .application-content .ttl-blk {
    margin-bottom: 3rem;
  }
  .page-material .material-application .application-content p {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 3rem;
  }
}/*# sourceMappingURL=page.css.map */