@charset "UTF-8";
@import "./css/normalize.css/normalize.css";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #352926;
  background-color: #F1F1F1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body[data-menu=open] {
  overflow: hidden;
}
body br[data-view=sp] {
  display: none;
}
@media screen and (max-width: 767px) {
  body br[data-view=sp] {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body br[data-view=pc] {
    display: none;
  }
}
body a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: under;
  color: #352926;
}
body em {
  font-style: normal;
  font-weight: bold;
}
body ul,
body ol {
  list-style: none;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body input,
body button,
body textarea,
body select {
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
body input [type=submit],
body button {
  cursor: pointer;
}
body .js-fade {
  opacity: 0;
  -webkit-filter: blur(7px);
          filter: blur(7px);
  transition-duration: 0.9s;
  transition-delay: 0.15s;
}
body .js-fade[data-view=true] {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.c-button a,
.c-button__small a {
  position: relative;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  color: #fff;
  background-color: #603D33;
  box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.15);
  background: #a36554;
  background: linear-gradient(135deg, #a36554 0%, #764436 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a36554", endColorstr="#764436",GradientType=1 );
  transition: all 0.3s;
}
.c-button a:hover,
.c-button__small a:hover {
  opacity: 0.8;
  box-shadow: none;
}
.c-button a::after,
.c-button__small a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(./image/icon/icon-arrow_gradient.png);
  background-repeat: no-repeat;
}

.c-button a {
  padding: 23px 70px 28px 25px;
  width: 320px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-button a {
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (max-width: 350px) {
  .c-button a {
    font-size: 1.6rem;
  }
}
.c-button a::after {
  top: calc(50% - 4px);
  right: 34px;
  width: 29px;
  height: 8px;
  background-size: 29px 8px;
}
@media screen and (max-width: 767px) {
  .c-button a::after {
    width: 22px;
    height: 7px;
    background-size: 22px 7px;
  }
}
@media screen and (max-width: 767px) {
  .c-button[data-page=contact-link] a, .c-button[data-page=flow] a {
    padding: 21px 70px 26px 25px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 350px) {
  .c-button[data-page=contact-link] a::after, .c-button[data-page=flow] a::after {
    right: 20px;
  }
}
@media screen and (max-width: 350px) {
  .c-button[data-page=contact-link] a, .c-button[data-page=flow] a {
    padding: 16px 45px 20px 20px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
:is(.c-button[data-page=front-about], .c-button[data-page=front-history]) a {
  width: 360px;
}
@media screen and (max-width: 960px) {
  :is(.c-button[data-page=front-about], .c-button[data-page=front-history]) a {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  :is(.c-button[data-page=front-about], .c-button[data-page=front-history]) a {
    width: 100%;
    max-width: 360px;
    padding: 19px 60px 23px 25px;
    font-size: 1.6rem;
  }
  :is(.c-button[data-page=front-about], .c-button[data-page=front-history]) a::after {
    right: 27px;
  }
}
@media screen and (max-width: 767px) and (max-width: 350px) {
  :is(.c-button[data-page=front-about], .c-button[data-page=front-history]) a::after {
    right: 20px;
  }
}
@media screen and (max-width: 350px) {
  :is(.c-button[data-page=front-about], .c-button[data-page=front-history]) a {
    padding: 16px 45px 20px 20px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
:is(.c-button[data-page=front-service], .c-button[data-page=service]) a {
  width: 340px;
}
@media screen and (max-width: 767px) {
  :is(.c-button[data-page=front-service], .c-button[data-page=service]) a {
    width: 100%;
    max-width: 340px;
    padding: 16px 60px 20px 25px;
    font-size: 1.6rem;
  }
  :is(.c-button[data-page=front-service], .c-button[data-page=service]) a::after {
    right: 27px;
  }
}
@media screen and (max-width: 767px) and (max-width: 350px) {
  :is(.c-button[data-page=front-service], .c-button[data-page=service]) a::after {
    right: 20px;
  }
}
@media screen and (max-width: 350px) {
  :is(.c-button[data-page=front-service], .c-button[data-page=service]) a {
    padding: 16px 45px 20px 20px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.c-button[data-type=normal] a {
  padding: 23px 25px 28px;
  text-align: center;
}
.c-button[data-type=normal] a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-button[data-type=normal] a {
    width: 100%;
    max-width: 340px;
    padding: 16px 25px 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 350px) {
  .c-button[data-type=normal] a {
    padding: 16px 20px 20px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.c-button__small a {
  padding: 19px 50px 23px 25px;
  width: 287px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-button__small a {
    width: 100%;
    max-width: 350px;
  }
}
.c-button__small a::after {
  top: calc(50% - 4px);
  right: 25px;
  width: 21px;
  height: 6px;
  background-size: 21px 6px;
}

.c-button__prev {
  text-align: center;
}
.c-button__prev a {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  text-decoration: underline;
}
.c-button__prev a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-button__prev a {
    font-size: 1.6rem;
  }
}

.c-contact-link {
  padding: 75px 0 100px;
  background-color: #603D33;
}
@media screen and (max-width: 767px) {
  .c-contact-link {
    padding: 50px 0 60px;
  }
}

.c-contact-link__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-contact-link__inner {
    padding: 0 25px;
  }
}

.c-contact-link__message {
  font-size: 3.2rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .c-contact-link__message {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contact-link__message {
    font-size: 2rem;
  }
}
@media screen and (max-width: 350px) {
  .c-contact-link__message {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.c-contact-link__content {
  margin-top: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-contact-link__content {
    margin-top: 30px;
  }
}

.c-contact-link__content-heading {
  padding: 17px 0;
  text-align: center;
  border-bottom: 1px solid #D5D6D7;
}
@media screen and (max-width: 767px) {
  .c-contact-link__content-heading {
    padding: 13px 0 17px;
  }
}
.c-contact-link__content-heading h2 {
  font-size: 2.6rem;
  font-weight: 400;
  color: #603D33;
}
@media screen and (max-width: 767px) {
  .c-contact-link__content-heading h2 {
    font-size: 2rem;
  }
}

.c-contact-link__content-detail {
  padding: 20px 0 38px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-contact-link__content-detail {
    padding: 25px 20px 30px;
  }
}

.c-contact-link__content-tel {
  margin-bottom: 25px;
}
.c-contact-link__content-tel dl {
  display: flex;
  justify-content: center;
  font-size: 3.2rem;
  color: #603D33;
}
@media screen and (max-width: 767px) {
  .c-contact-link__content-tel dl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 350px) {
  .c-contact-link__content-tel dl {
    font-size: 2.2rem;
  }
}
.c-contact-link__content-tel dl dt {
  position: relative;
}
.c-contact-link__content-tel dl dt::after {
  content: ":";
  margin: 0 5px 0 2px;
}

.c-contact-link__content-tel-note {
  display: inline-block;
  color: #626160;
}
@media screen and (max-width: 767px) {
  .c-contact-link__content-tel-note {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

.c-feature {
  margin-top: 80px;
  padding: 0 60px;
  background-color: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 960px) {
  .c-feature {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-feature {
    margin-top: 40px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.c-feature[data-page=top] {
  border-top: 1px solid #603D33;
}
.c-feature[data-page=top] .c-feature__text em {
  color: #352926;
}
.c-feature > li {
  padding: 60px 0 45px;
}
@media screen and (max-width: 767px) {
  .c-feature > li {
    padding: 40px 0;
  }
}
.c-feature > li:last-child {
  padding: 60px 0 66px;
}
@media screen and (max-width: 767px) {
  .c-feature > li:last-child {
    padding: 40px 0 0;
  }
}
.c-feature > li + li {
  border-top: 1px solid #D5D6D7;
}
.c-feature > li h2,
.c-feature > li h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .c-feature > li h2,
.c-feature > li h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-feature > li h2,
.c-feature > li h3 {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  .c-feature > li h2,
.c-feature > li h3 {
    font-size: 1.9rem;
    letter-spacing: 0;
  }
}
.c-feature > li h2 + .c-feature__text,
.c-feature > li h3 + .c-feature__text {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-feature > li h2 + .c-feature__text,
.c-feature > li h3 + .c-feature__text {
    margin-top: 15px;
  }
}

.p-service__result + .c-feature {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-service__result + .c-feature {
    margin-top: 40px;
  }
}

.c-lead + .c-feature {
  margin-top: 40px;
}

.c-feature__number {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  color: #603D33;
}
@media screen and (max-width: 767px) {
  .c-feature__number {
    display: block;
    font-size: 1.4rem;
    text-align: center;
  }
}

.c-feature__text {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.9;
  color: #626160;
}
@media screen and (max-width: 767px) {
  .c-feature__text {
    line-height: 1.8;
  }
}
.c-feature__text p + p {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-feature__text p + p {
    margin-top: 10px;
  }
}

.c-feature__box-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .c-feature__box-wrap {
    display: block;
  }
}
.c-feature__box-wrap > div {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .c-feature__box-wrap > div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-feature__box-wrap > div + div {
    margin-top: 10px;
  }
}

.c-feature__box {
  padding: 15px 20px 18px;
  font-size: 1.3rem;
  background-color: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .c-feature__box {
    padding: 20px 25px 25px;
    font-size: 1.4rem;
    line-height: 1.6;
    background-color: #fff;
  }
}
.c-feature__box dt {
  font-weight: bold;
}
.c-feature__box dd {
  margin-top: 5px;
  color: #626160;
}
.c-feature__box dd ul {
  display: inline-flex;
  flex-wrap: wrap;
}
.c-feature__box dd ul li {
  position: relative;
  display: inline;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .c-feature__box dd ul li {
    line-height: 1.6;
  }
}
.c-feature__box dd ul li::after {
  content: "/";
  margin: 0 3px;
}
.c-feature__box dd ul li:last-child::after {
  display: none;
}

.c-feature__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-feature__wrap {
    display: block;
    margin-top: 20px;
  }
}

.c-feature__image {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .c-feature__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-feature__image[data-image=security] {
    background-color: #fff;
    padding: 15px;
  }
  .c-feature__image[data-image=security] img {
    display: block;
    width: 220px;
    margin: 0 auto;
  }
}
.c-feature__image + .c-feature__text {
  width: calc(64% - 49px);
}
@media screen and (max-width: 960px) {
  .c-feature__image + .c-feature__text {
    width: calc(64% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .c-feature__image + .c-feature__text {
    width: 100%;
    margin-top: 20px;
  }
}

.c-fix-button {
  position: fixed;
  z-index: 6;
  right: 16px;
  bottom: 16px;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition: 0.1s opacity 0.2s linear, 0.5s -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.1s opacity 0.2s linear, 0.5s transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.1s opacity 0.2s linear, 0.5s transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), 0.5s -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.c-fix-button[data-position=scroll] {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  .c-fix-button {
    right: 10px;
    bottom: 10px;
  }
}
.c-fix-button a {
  display: inline-block;
  width: 300px;
  padding: 10px 10px 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(270deg, #007605 0%, #009106 100%);
  border-radius: 2px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .c-fix-button a {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .c-fix-button a {
    width: 210px;
    padding: 7px 10px 9px;
    line-height: 1.6;
  }
}
.c-fix-button a:hover {
  box-shadow: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.c-fix-button a p.c-fix-button__text {
  font-size: 2.5rem;
}
@media screen and (max-width: 960px) {
  .c-fix-button a p.c-fix-button__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-fix-button a p.c-fix-button__text {
    font-size: 1.6rem;
  }
}
.c-fix-button a p.c-fix-button__sub {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  opacity: 0.75;
}
@media screen and (max-width: 960px) {
  .c-fix-button a p.c-fix-button__sub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-fix-button a p.c-fix-button__sub {
    font-size: 1rem;
  }
}

.c-footer {
  padding: 80px 100px;
  color: #fff;
  background-color: #373737;
}
@media screen and (max-width: 960px) {
  .c-footer {
    padding: 80px 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 70px 25px 45px;
  }
}
.c-footer a {
  color: #fff;
  text-decoration: underline;
}
.c-footer a:hover {
  text-decoration: none;
}

.c-footer__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-footer__inner {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-footer__company-name img {
    height: 41px;
    width: auto;
  }
}

.c-footer__company-info {
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .c-footer__company-info {
    margin-top: 40px;
    font-size: 1.5rem;
  }
}

.c-footer__company-info-detail {
  margin-top: 15px;
}
.c-footer__company-info-detail div {
  display: flex;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-footer__company-info-detail div {
    flex-wrap: wrap;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.c-footer__company-info-detail div dt {
  position: relative;
  width: 42px;
}
.c-footer__company-info-detail div dt::after {
  content: "：";
}
@media screen and (max-width: 767px) {
  .c-footer__company-info-detail div dt {
    width: auto;
  }
}
.c-footer__company-info-detail div dd {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-footer__company-info-detail div dd {
    flex: 1;
  }
}

.c-footer__privacy {
  margin-top: 35px;
}

.c-footer__privacy-image {
  display: flex;
}
.c-footer__privacy-image li {
  width: 65px;
  height: 64px;
  margin-right: 7px;
}
.c-footer__privacy-image li:last-child {
  margin-right: 0;
}
.c-footer__privacy-image li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-footer__privacy-detail {
  margin-top: 5px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-footer__privacy-detail {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .c-footer__nav {
    margin-top: 70px;
  }
}
.c-footer__nav h2 {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .c-footer__nav h2 {
    font-weight: 500;
  }
}

.c-footer__nav-list-wrap {
  display: flex;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .c-footer__nav-list-wrap {
    margin-top: 25px;
  }
}

.c-footer__nav-list {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .c-footer__nav-list {
    margin-right: 60px;
  }
}
@media screen and (max-width: 350px) {
  .c-footer__nav-list {
    margin-right: 45px;
  }
}
.c-footer__nav-list:last-child {
  margin-right: 0;
}
.c-footer__nav-list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-footer__nav-list li + li {
    margin-top: 20px;
  }
}
.c-footer__nav-list li a {
  position: relative;
  font-size: 1.4rem;
  text-decoration: none;
}
.c-footer__nav-list li a:hover::before {
  left: 0;
  right: initial;
  width: 100%;
}
.c-footer__nav-list li a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  height: 1px;
  width: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}

.c-footer__copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    position: static;
    display: block;
    margin-top: 65px;
  }
}

.c-header {
  position: relative;
  z-index: 6;
  box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.05);
}

.c-header__sub {
  background-color: #F1F1F1;
}
@media screen and (max-width: 960px) {
  .c-header__sub {
    display: none;
  }
}

.c-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 25px;
}
@media screen and (max-width: 767px) {
  .c-header__inner {
    padding: 17px 0 18px 19px;
  }
}

.c-header__tagline {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #747474;
}

.c-header__info {
  display: flex;
  align-items: center;
}

.c-header__info-link {
  margin-right: 10px;
}
.c-header__info-link a {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.3rem;
  text-decoration: underline;
}
.c-header__info-link a:hover {
  text-decoration: none;
}

.c-header__info-tel {
  display: flex;
  font-size: 1.8rem;
}
.c-header__info-tel dt {
  position: relative;
}
.c-header__info-tel dt::after {
  content: ":";
  margin: 0 3px;
}
.c-header__info-tel dd {
  display: flex;
  align-items: center;
}
.c-header__info-tel dd span {
  margin-left: 5px;
  font-size: 1.2rem;
  color: #747474;
}

.c-header__main {
  background-color: #fff;
}

.c-header__company h1 {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .c-header__company h1 {
    line-height: 1;
  }
}
@media screen and (max-width: 1280px) {
  .c-header__company img {
    height: 45px;
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  .c-header__company img {
    height: 35px;
  }
}

@media screen and (max-width: 960px) {
  .c-header__nav {
    visibility: hidden;
    position: fixed;
    z-index: 11;
    top: 0;
    width: 0;
    height: 100vh;
    right: -375px;
    background-color: #fff;
    opacity: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: right 300ms, opacity 100ms, visibility 100ms;
  }
}
@media screen and (max-width: 960px) {
  .c-header__nav[aria-hidden=false] {
    visibility: visible;
    right: 0;
    opacity: 1;
    max-width: 375px;
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .c-header__nav[aria-hidden=false] {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .c-header__nav::-webkit-scrollbar {
    display: none;
  }
}

.c-header__sp-button {
  display: none;
  position: fixed;
  z-index: 12;
  top: 0;
  right: 0;
  padding: 25px;
  background-color: #fff;
  transition: background-color 300ms;
}
@media screen and (max-width: 960px) {
  .c-header__sp-button {
    display: block;
  }
}
.c-header__sp-button[aria-expanded=true] {
  background-color: #603D33;
}
.c-header__sp-button[aria-expanded=true] .c-header__sp-button-bar::after,
.c-header__sp-button[aria-expanded=true] .c-header__sp-button-bar::before {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header__sp-button[aria-expanded=true] .c-header__sp-button-bar::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-header__sp-button[aria-expanded=true] .c-header__sp-button-bar::after {
  top: 5px;
}

.c-header__sp-button-bar {
  position: absolute;
  right: calc(50% - 14px);
  top: calc(50% - 6.5px);
  width: 28px;
  height: 1px;
  background-color: #603D33;
  transition: color 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.2s;
  transition: transform 0.3s, color 0.2s, -webkit-transform 0.3s;
}
.c-header__sp-button-bar::before, .c-header__sp-button-bar::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  content: "";
  width: 28px;
  height: 1px;
  background-color: #603D33;
  transition: color 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.2s;
  transition: transform 0.3s, color 0.2s, -webkit-transform 0.3s;
}
.c-header__sp-button-bar::before {
  top: 5px;
}
.c-header__sp-button-bar::after {
  top: 10px;
}

.c-header__sp-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.c-header__sp-background {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-header__sp-background {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 41, 38, 0.9);
    z-index: 5;
    transition: opacity 0.6s;
  }
  .c-header__sp-background[aria-hidden=false] {
    visibility: visible;
    opacity: 0.8;
  }
  .c-header__sp-background[aria-hidden=true] {
    visibility: hidden;
    opacity: 0;
  }
}

.c-heading {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-heading {
    padding-bottom: 15px;
  }
}
.c-heading::before, .c-heading::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
}
.c-heading::before {
  width: 100%;
  background-color: #D5D6D7;
}
.c-heading::after {
  width: 80px;
  background-color: #603D33;
}
@media screen and (max-width: 767px) {
  .c-heading::after {
    width: 50px;
  }
}
.c-heading h2,
.c-heading h3 {
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-heading h2,
.c-heading h3 {
    font-size: 2rem;
  }
}

.c-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24.3vw;
  min-height: 350px;
  max-height: 450px;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 1600px) {
  .c-hero {
    height: 30vw;
    max-height: 600px;
  }
}
@media screen and (max-width: 960px) {
  .c-hero {
    height: 45vw;
    min-height: 345px;
  }
}
.c-hero[data-page=flow] {
  background-image: url(./image/pict/flow-bg.jpg);
}
.c-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.c-hero__sub {
  position: relative;
  text-align: center;
  padding: 100px 30px 0;
}
@media screen and (max-width: 767px) {
  .c-hero__sub {
    padding: 80px 25px 0;
  }
}

.c-lead,
.c-lead__sub {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-lead,
.c-lead__sub {
    font-size: 1.5rem;
  }
}
.c-lead[data-align=center],
.c-lead__sub[data-align=center] {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-lead[data-align=center],
.c-lead__sub[data-align=center] {
    text-align: left;
  }
}
.c-lead a,
.c-lead__sub a {
  text-decoration: underline;
}
.c-lead a:hover,
.c-lead__sub a:hover {
  text-decoration: none;
}

.c-lead p + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-lead p + p {
    margin-top: 20px;
  }
}

.c-lead__sub {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.c-lead__sub span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-lead__sub span {
    font-size: 1.1rem;
  }
}

.c-nav-breadcrumb {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 3%;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb {
    top: 15px;
    left: 25px;
  }
}
.c-nav-breadcrumb ol::-webkit-scrollbar {
  display: none;
}
.c-nav-breadcrumb ol {
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb ol {
    max-width: calc(100vw - 25px);
  }
}
.c-nav-breadcrumb ol li {
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb ol li {
    white-space: nowrap;
  }
}
.c-nav-breadcrumb ol li::after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 4px;
  height: 7px;
  margin-left: 10px;
  background-image: url(./image/icon/icon-arrow_small.svg);
  background-repeat: no-repeat;
  background-size: 4px 7px;
}
.c-nav-breadcrumb ol li:last-child::after {
  display: none;
}
.c-nav-breadcrumb ol li a {
  text-decoration: underline;
  color: #D5D6D7;
}
.c-nav-breadcrumb ol li a:hover {
  text-decoration: none;
}
.c-nav-breadcrumb ol li a[aria-current=page] {
  text-decoration: none;
  color: #fff;
}

.c-hero__sub .c-nav-breadcrumb ol li::after {
  background-image: url(./image/icon/icon-arrow_small_dark.svg);
}
.c-hero__sub .c-nav-breadcrumb ol li a {
  color: #352926;
}
.c-hero__sub .c-nav-breadcrumb ol li a[aria-current=page] {
  color: #352926;
}

.c-nav-global {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .c-nav-global {
    display: block;
    padding: 70px 25px 25px;
  }
}
.c-nav-global > li {
  padding: 0 20px;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .c-nav-global > li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global > li {
    padding: 0;
    border-bottom: 1px solid #D5D6D7;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global > li[data-view=pc] {
    display: none;
  }
}
.c-nav-global > li[data-view=tl] {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-nav-global > li[data-view=tl] {
    display: block;
  }
}
.c-nav-global > li:last-child {
  border-left: none;
}
.c-nav-global > li + li {
  border-left: 1px solid rgba(53, 41, 38, 0.15);
}
@media screen and (max-width: 960px) {
  .c-nav-global > li + li {
    border-left: none;
  }
}
.c-nav-global > li > a,
.c-nav-global > li > button {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: #352926;
}
.c-nav-global > li > a:hover::before,
.c-nav-global > li > button:hover::before {
  left: 0;
  right: initial;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-nav-global > li > a,
.c-nav-global > li > button {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global > li > a,
.c-nav-global > li > button {
    display: block;
    font-size: 1.5rem;
    padding: 20px 0;
  }
}
.c-nav-global > li > a::before,
.c-nav-global > li > button::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #352926;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 960px) {
  .c-nav-global > li > a::before,
.c-nav-global > li > button::before {
    display: none;
  }
}
.c-nav-global > li > button {
  position: relative;
  display: block;
}
@media screen and (max-width: 960px) {
  .c-nav-global > li > button {
    width: 100%;
    text-align: left;
  }
}
.c-nav-global > li > button::after {
  content: "";
  position: relative;
  bottom: 2.5px;
  display: inline-block;
  width: 7px;
  height: 4px;
  margin-left: 8px;
  background-image: url(./image/icon/icon-arrow_primary.svg);
  background-size: 7px 4px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .c-nav-global > li > button::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 12px;
    height: 7px;
    background-size: 12px 7px;
  }
}
.c-nav-global > li > button[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 4px;
}

.c-nav-global > li.c-nav-global__contact {
  margin-left: 10px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-nav-global > li.c-nav-global__contact {
    margin: 25px 0 0;
  }
}
.c-nav-global > li.c-nav-global__contact a {
  display: block;
  min-width: 164px;
  padding: 19px 19px 22px;
  color: #fff;
  background-color: #603D33;
  transition: background-color 0.3s;
}
.c-nav-global > li.c-nav-global__contact a:hover {
  background-color: rgba(96, 61, 51, 0.8);
}
.c-nav-global > li.c-nav-global__contact a::before {
  display: none;
}
@media screen and (max-width: 1280px) {
  .c-nav-global > li.c-nav-global__contact a {
    min-width: 135px;
    padding: 16px 10px 19px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global > li.c-nav-global__contact a {
    padding: 25px 20px 29px;
    font-size: 1.6rem;
  }
}

.c-nav-global__sub {
  position: relative;
}
.c-nav-global__sub[aria-hidden=false] > div {
  opacity: 1;
  visibility: visible;
}
.c-nav-global__sub > div {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  padding: 40px;
  background-color: #603D33;
  transition: all 0.4s;
}
.c-nav-global__sub ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.c-nav-global__sub li {
  width: calc(33.3333333333% - 13.3333333333px);
  margin: 0 20px 20px 0;
}
.c-nav-global__sub li:nth-child(3n) {
  margin-right: 0;
}
.c-nav-global__sub li a {
  display: flex;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  background-color: #fff;
  transition: background-color 0.3s;
}
.c-nav-global__sub li a[target=_blank] {
  position: relative;
}
.c-nav-global__sub li a[target=_blank]::after {
  content: "";
  position: absolute;
  right: 19px;
  top: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(./image/icon/icon-external-site.svg);
  background-repeat: no-repeat;
  background-size: 14px;
}
.c-nav-global__sub li a:hover {
  background-color: #e6e6e6;
}
.c-nav-global__sub li a img {
  width: 125px;
  height: 70px;
  margin-right: 15px;
}
.c-nav-global__sub li a span {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
}

.c-nav-global__sub-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 41, 38, 0.5);
  z-index: 5;
  transition: opacity 0.6s;
}
.c-nav-global__sub-background[aria-hidden=false] {
  visibility: visible;
  opacity: 0.8;
}
.c-nav-global__sub-background[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}

.c-nav-global__sp-content {
  display: none;
  margin-top: 25px;
  padding: 30px 25px;
  background-color: #F1F1F1;
}
@media screen and (max-width: 960px) {
  .c-nav-global__sp-content {
    display: block;
  }
}
.c-nav-global__sp-content a {
  display: block;
  font-size: 1.4rem;
  text-decoration: underline;
}
.c-nav-global__sp-content a:hover {
  text-decoration: none;
}
.c-nav-global__sp-content a + a {
  margin-top: 5px;
}
.c-nav-global__sp-content a.c-nav-global__sp-content-tel {
  margin-top: 10px;
  font-size: 2.2rem;
}
.c-nav-global__sp-content small {
  font-size: 1.3rem;
  color: #626160;
}

.c-nav-global__sub-sp {
  margin: 10px 0 30px;
  padding-left: 20px;
}
.c-nav-global__sub-sp li + li {
  margin-top: 18px;
}
.c-nav-global__sub-sp a {
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: none;
}

.c-pagination {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 45px;
  }
}
.c-pagination ol {
  display: flex;
  justify-content: center;
}
.c-pagination ol li {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-pagination ol li {
    margin: 0 5px;
  }
}
.c-pagination ol li a,
.c-pagination ol li span {
  padding: 0 10px;
  font-size: 2rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-pagination ol li a,
.c-pagination ol li span {
    padding: 0 10px;
    font-size: 1.8rem;
  }
}
.c-pagination ol li a[aria-current=page],
.c-pagination ol li span[aria-current=page] {
  position: relative;
}
.c-pagination ol li a[aria-current=page]::after,
.c-pagination ol li span[aria-current=page]::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  width: 20px;
  height: 1px;
  background-color: #603D33;
}
@media screen and (max-width: 767px) {
  .c-pagination ol li a[aria-current=page]::after,
.c-pagination ol li span[aria-current=page]::after {
    bottom: -5px;
    width: 18px;
    left: calc(50% - 9px);
  }
}

.c-title {
  position: relative;
  z-index: 1;
}
.c-title h1 {
  margin: 0;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .c-title h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title h1 {
    font-size: 2.6rem;
    text-align: center;
  }
}

.c-wrapper {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper {
    padding: 0 25px;
  }
}

.c-wrapper__middle {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper__middle {
    padding: 0 25px;
  }
}

.c-wrapper__small {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper__small {
    padding: 0 25px;
  }
}

.p-company {
  padding: 60px 0 160px;
}
@media screen and (max-width: 960px) {
  .p-company {
    padding: 40px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 40px 0 80px;
  }
}

.p-company__inner {
  background-color: #fff;
}

.p-company__info-item {
  display: flex;
  padding: 24px 30px 26px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  border-top: 1px solid #D5D6D7;
}
@media screen and (max-width: 767px) {
  .p-company__info-item {
    display: block;
    padding: 20px 15px;
    font-size: 1.5rem;
  }
}
.p-company__info-item:last-child {
  border-bottom: 1px solid #D5D6D7;
}
.p-company__info-item dt {
  min-width: 175px;
  padding-right: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-company__info-item dt {
    padding: 0;
    margin-bottom: 5px;
  }
}
.p-company__info-item dd span {
  display: block;
}
.p-company__info-item dd iframe {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-company__info-item dd iframe {
    width: 100%;
  }
}

.p-contact {
  padding: 40px 0 160px;
}
@media screen and (max-width: 960px) {
  .p-contact {
    padding: 40px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 40px 0 80px;
  }
}

.p-contact__inner {
  margin: 60px 0;
  padding: 60px 100px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .p-contact__inner {
    padding: 60px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    margin: 30px 0 0;
    padding: 30px 20px 40px;
  }
}
.p-contact__inner[data-page=complete] {
  margin: 0 0 60px;
}

.p-contact__heading {
  position: relative;
  margin-bottom: 30px;
  padding-left: 18px;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact__heading {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 1.8rem;
  }
}
.p-contact__heading::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 1px;
  height: 26px;
  background-color: #603D33;
}
@media screen and (max-width: 767px) {
  .p-contact__heading::before {
    top: 6px;
    height: 22px;
  }
}

.p-contact__unit + .p-contact__heading {
  margin-top: 60px;
}

.p-contact__unit-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-contact__unit-wrap {
    display: block;
  }
}
.p-contact__unit-wrap > * + * {
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .p-contact__unit-wrap > * + * {
    margin: 10px 0 0;
  }
}

.p-contact__button {
  margin-top: 45px;
  text-align: center;
}
.p-contact__button p {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__button p {
    text-align: left;
  }
}
.p-contact__button p a {
  color: #603D33;
  text-decoration: underline;
}
.p-contact__button p a:hover {
  text-decoration: none;
}

.p-contact__unit {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-contact__unit + .p-contact__unit {
  margin-top: 30px;
}

.p-contact__unit[data-unit=email] .p-contact__unit-text input,
.p-contact__unit[data-unit=large] .p-contact__unit-text input {
  max-width: 100%;
}

.p-contact__unit-label {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-contact__unit-label {
    margin-bottom: 7px;
  }
}
.p-contact__unit-label span,
.p-contact__unit-label label {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-contact__unit-label span,
.p-contact__unit-label label {
    font-size: 1.4rem;
  }
}
.p-contact__unit-label span.p-contact__unit-label-required {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 4px 5px 5px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background-color: #B02727;
}
@media screen and (max-width: 767px) {
  .p-contact__unit-label span.p-contact__unit-label-required {
    padding: 3px 5px 3px;
    font-size: 1.1rem;
  }
}
.p-contact__unit-label + small {
  display: inline-block;
  font-size: 1.2rem;
}

.p-contact__unit-text[data-width=medium] input {
  width: 120px;
  padding: 16px 20px 19px;
}
.p-contact__unit-text[data-width=small] input {
  width: 100px;
  padding: 16px 20px 19px;
}
.p-contact__unit-text input,
.p-contact__unit-text textarea {
  width: 100%;
  padding: 18px 25px 21px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: #F1F1F1;
  border: 1px solid #F1F1F1;
}
@media screen and (max-width: 767px) {
  .p-contact__unit-text input,
.p-contact__unit-text textarea {
    padding: 15px 15px 18px;
  }
}
.p-contact__unit-text input::-webkit-input-placeholder, .p-contact__unit-text textarea::-webkit-input-placeholder {
  color: #747474;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-contact__unit-text input::-moz-placeholder, .p-contact__unit-text textarea::-moz-placeholder {
  color: #747474;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-contact__unit-text input:-ms-input-placeholder, .p-contact__unit-text textarea:-ms-input-placeholder {
  color: #747474;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-contact__unit-text input::placeholder,
.p-contact__unit-text textarea::placeholder {
  color: #747474;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-contact__unit-text input {
  max-width: 375px;
}
.p-contact__unit-text textarea {
  min-height: 100px;
  resize: vertical;
  line-height: 1.6;
}
.p-contact__unit-text small {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}
.p-contact__unit-text span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-contact__unit-select {
  position: relative;
  max-width: 225px;
}
.p-contact__unit-select[data-select=large] {
  max-width: 375px;
}
.p-contact__unit-select::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(./image/icon/icon-arrow_primary.svg);
  background-size: 10px 6px;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-contact__unit-select::after {
    top: 22px;
    right: 15px;
  }
}
.p-contact__unit-select select {
  width: 100%;
  padding: 18px 25px 21px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #352926;
  background-color: #F1F1F1;
  border: 1px solid #F1F1F1;
}
@media screen and (max-width: 767px) {
  .p-contact__unit-select select {
    padding: 16px 25px 17px 15px;
  }
}

.p-contact__unit-check {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__unit-check {
    display: block;
  }
}
.p-contact__unit-check .mwform-checkbox-field input {
  margin-right: 0;
}
.p-contact__unit-check > span {
  display: flex;
  flex-wrap: wrap;
}
.p-contact__unit-check > span label > span {
  margin-right: 18px;
  margin-bottom: 10px;
  letter-spacing: 0;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__unit-check > span label > span {
    margin-right: 0;
    padding-left: 19px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
}
.p-contact__unit-check > span label > span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #D5D6D7;
  border-radius: 50%;
  background-color: #D5D6D7;
}
@media screen and (max-width: 767px) {
  .p-contact__unit-check > span label > span::before {
    top: -1px;
    width: 15px;
    height: 15px;
  }
}
.p-contact__unit-check > span label > span::after {
  display: none;
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #603D33;
}
@media screen and (max-width: 767px) {
  .p-contact__unit-check > span label > span::after {
    top: 2px;
    left: 3px;
    width: 9px;
    height: 9px;
  }
}
.p-contact__unit-check > span label > input[type=radio] {
  opacity: 0;
  display: block;
  height: 0;
}
.p-contact__unit-check > span label > input[type=radio]:checked + span {
  color: #603D33;
}
.p-contact__unit-check > span label > input[type=radio]:checked + span::after {
  display: block;
}
.p-contact__unit-check > span label > input[type=radio]:focus + span {
  color: #603D33;
}
.p-contact__unit-check > span label > input[type=radio]:focus + span::before {
  border: solid 2px rgba(8, 8, 218, 0.795);
}

_::-webkit-full-page-media, _:future, :root .p-contact__unit-check > span {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .mw_wp_form .p-contact__unit-check .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-top: 7px;
  }
}

.p-contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.p-contact__button .p-contact__button-input {
  display: inline-block;
  width: 320px;
  padding: 23px 25px 28px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  background-color: #603D33;
  box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.15);
  background: #a36554;
  background: linear-gradient(135deg, #a36554 0%, #764436 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a36554", endColorstr="#764436",GradientType=1 );
  transition: opacity 0.3s;
  cursor: pointer;
}
.p-contact__button .p-contact__button-input:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-contact__button .p-contact__button-input {
    width: 100%;
    max-width: 340px;
    padding: 16px 25px 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 350px) {
  .p-contact__button .p-contact__button-input {
    padding: 16px 20px 20px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.p-contact .mw_wp_form .error {
  display: inline-block;
}

.p-contact[data-page=confirm] .p-contact__unit-label-required {
  display: none !important;
}
.p-contact[data-page=confirm] .p-contact__unit-label + p {
  display: none !important;
}
.p-contact[data-page=confirm] .p-contact__unit-text small {
  display: none !important;
}
.p-contact[data-page=confirm] .p-contact__button > p {
  display: none !important;
}
.p-contact[data-page=confirm] .p-contact__unit-label {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact[data-page=confirm] .p-contact__unit-label {
    font-size: 1.6rem;
  }
}
.p-contact[data-page=confirm] .p-contact__unit-select::after {
  display: none !important;
}

.p-contact__button-prev {
  margin-top: 30px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: underline;
}
.p-contact__button-prev:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-contact__button-prev {
    font-size: 1.5rem;
  }
}

.p-contact__complete {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}
.p-contact__complete p + p {
  margin-top: 30px;
}

.p-faq {
  padding: 40px 0 160px;
}
@media screen and (max-width: 960px) {
  .p-faq {
    padding: 40px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 40px 0 80px;
  }
}

.p-faq__list {
  margin-top: 70px;
  padding: 60px;
  background-color: #fff;
  box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 960px) {
  .p-faq__list {
    margin-top: 45px;
    padding: 40px 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    padding: 30px 20px;
  }
}

.p-faq__list-item {
  border-top: 1px solid #D5D6D7;
}
.p-faq__list-item:last-child {
  border-bottom: 1px solid #D5D6D7;
}

.p-faq__list-item-triger {
  position: relative;
  display: flex;
  width: 100%;
  padding: 25px 30px 25px 0;
  color: #352926;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq__list-item-triger {
    padding: 20px 25px 20px 0;
  }
}
.p-faq__list-item-triger:hover {
  background-color: #fafafa;
}
.p-faq__list-item-triger:hover .p-faq__list-item-text {
  color: #603D33;
}
.p-faq__list-item-triger::before, .p-faq__list-item-triger::after {
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: #603D33;
}
@media screen and (max-width: 767px) {
  .p-faq__list-item-triger::before, .p-faq__list-item-triger::after {
    width: 14px;
  }
}
.p-faq__list-item-triger::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: opacity 0.6s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.6s;
  transition: transform 0.4s, opacity 0.6s, -webkit-transform 0.4s;
}
.p-faq__list-item-triger[aria-expanded=true]::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 0;
}

.p-faq__list-item-type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 17px;
  padding: 2px 5px 5px;
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  border: 1px solid #603D33;
}
@media screen and (max-width: 767px) {
  .p-faq__list-item-type {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 350px) {
  .p-faq__list-item-type {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    font-size: 1.5rem;
  }
}

.p-faq__list-item-triger .p-faq__list-item-type {
  color: #fff;
  background-color: #603D33;
}

.p-faq__list-item-accordion .p-faq__list-item-type {
  color: #603D33;
  background-color: #fff;
}

.p-faq__list-item-text {
  flex: 1;
  margin-top: 2px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  text-align: left;
  transition: color 0.3s;
}

.p-faq__list-item-accordion {
  display: flex;
  padding-bottom: 20px;
}

.p-faq__list-item-accordion .p-faq__list-item-text {
  font-weight: bold;
}

.p-flow {
  padding: 60px 0 140px;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 30px 0 60px;
  }
}

.p-flow__step {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-flow__step {
    margin-top: 45px;
  }
}
.p-flow__step > li {
  background-color: #fff;
}
.p-flow__step > li + li {
  margin-top: 45px;
}

.p-flow__step-content {
  padding: 30px 45px 40px;
}
@media screen and (max-width: 960px) {
  .p-flow__step-content {
    padding: 30px 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step-content {
    padding: 25px 20px 30px;
  }
}

.p-flow__step-heading {
  display: flex;
  align-items: center;
  padding: 25px 45px;
  border-bottom: 1px solid #D5D6D7;
}
@media screen and (max-width: 960px) {
  .p-flow__step-heading {
    padding: 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step-heading {
    display: block;
    padding: 15px 20px;
  }
}
.p-flow__step-heading span {
  margin-right: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: #603D33;
}
@media screen and (max-width: 767px) {
  .p-flow__step-heading span {
    margin-right: 15px;
    font-size: 1.2rem;
  }
}
.p-flow__step-heading span.p-flow__step-heading-label {
  padding: 3px 6px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #603D33;
}
.p-flow__step-heading h2 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .p-flow__step-heading h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step-heading h2 {
    font-size: 1.8rem;
  }
}
.p-flow__step-heading small {
  display: inline-block;
  margin-left: 25px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-flow__step-heading small {
    margin: 5px 0 0;
    font-size: 1rem;
  }
}

.p-flow__step-content-text {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-text {
    font-size: 1.5rem;
  }
}

.p-flow__step-content-button {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-button {
    display: block;
    margin-top: 20px;
  }
}

.p-flow__step-content-tel {
  width: 320px;
  padding: 8px 20px 10px;
  text-align: center;
  border: 1px solid #D5D6D7;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-tel {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-flow__step-content-tel > dl {
  display: flex;
  justify-content: center;
}

.p-flow__step-content-tel-number {
  font-size: 2.1rem;
  letter-spacing: 0.03em;
  color: #603D33;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-tel-number {
    font-size: 1.8rem;
  }
}
.p-flow__step-content-tel-number dt {
  position: relative;
}
.p-flow__step-content-tel-number dt::after {
  content: ":";
  margin: 0 5px 0 0;
}

.p-flow__step-content-tel-time {
  font-size: 1.4rem;
  color: #626160;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-tel-time {
    font-size: 1.2rem;
  }
}
.p-flow__step-content-tel-time dt {
  position: relative;
}
.p-flow__step-content-tel-time dt::after {
  content: "/";
  margin: 0 5px 0 2px;
}

.p-flow__step-content-box {
  margin-top: 35px;
  padding: 30px 35px;
  background-color: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-box {
    padding: 30px 20px;
  }
}
.p-flow__step-content-box h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-box h3 {
    font-size: 1.8rem;
  }
}

.p-flow__step-content-box-wrap {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-box-wrap {
    display: block;
  }
}

.p-flow__step-content-box-image {
  width: 40%;
  padding: 15px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .p-flow__step-content-box-image {
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-box-image {
    width: 100%;
  }
}
.p-flow__step-content-box-image > span {
  display: block;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  text-align: center;
  color: rgba(53, 41, 38, 0.7);
}
@media screen and (max-width: 960px) {
  .p-flow__step-content-box-image > span {
    font-size: 1.2rem;
  }
}

.p-flow__step-content-box-text {
  width: 60%;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  color: #626160;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-box-text {
    width: 100%;
    margin-top: 20px;
  }
}
.p-flow__step-content-box-text p {
  line-height: 1.8;
}
.p-flow__step-content-box-text p + p {
  margin-top: 20px;
}

.p-flow__step-content-order {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-order {
    display: block;
  }
}
.p-flow__step-content-order li {
  width: calc(33.3333333333% - 23.3333333333px);
}
@media screen and (max-width: 960px) {
  .p-flow__step-content-order li {
    width: calc(33.3333333333% - 16.6666666667px);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-order li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-order li + li {
    margin-top: 30px;
  }
}
.p-flow__step-content-order li > p {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  color: #747474;
}

.p-flow__step-content-order-heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-order-heading {
    margin-bottom: 15px;
  }
}
.p-flow__step-content-order-heading span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 15px;
  padding: 2px 5px 3px;
  font-size: 1.4rem;
  color: #603D33;
  border: 1px solid #603D33;
}
@media screen and (max-width: 960px) {
  .p-flow__step-content-order-heading span {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }
}
.p-flow__step-content-order-heading h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-flow__step-content-order-heading h3 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.p-flow__step-content-payment {
  margin-top: 25px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-payment {
    font-size: 1.5rem;
  }
}
.p-flow__step-content-payment > div {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-payment > div {
    display: block;
  }
}
.p-flow__step-content-payment > div dt {
  width: 120px;
  font-weight: bold;
}
.p-flow__step-content-payment > div + div {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-flow__step-content-payment > div + div {
    margin-top: 15px;
  }
}

.p-front {
  color: #352926;
}

.p-front__heading {
  text-align: center;
}
.p-front__heading span {
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 6.2rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: rgba(96, 61, 51, 0.2);
}
@media screen and (max-width: 767px) {
  .p-front__heading span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 350px) {
  .p-front__heading span {
    font-size: 4.2rem;
  }
}
.p-front__heading h2 {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #603D33;
}
@media screen and (max-width: 767px) {
  .p-front__heading h2 {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}

.p-front__load {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s ease-out;
}
.p-front__load.loaded {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-front__load img {
    width: 200px;
    height: auto;
  }
}

.p-front__hero {
  position: relative;
  background-image: url(./image/pict/front-hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-front__hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#66000000",GradientType=1 );
}
@media screen and (max-width: 960px) {
  .p-front__hero::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .p-front__hero::before {
    display: none;
  }
}

.p-front__hero,
.p-front__hero-inner {
  height: 90vh;
  min-height: 780px;
}
@media screen and (min-width: 1600px) {
  .p-front__hero,
.p-front__hero-inner {
    height: 110vh;
  }
}
@media screen and (max-width: 960px) {
  .p-front__hero,
.p-front__hero-inner {
    height: 80vh;
    min-height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__hero,
.p-front__hero-inner {
    min-height: 230px;
    height: 30vh;
  }
}

.p-front__hero-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1316px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 1600px) {
  .p-front__hero-inner {
    max-width: 1440px;
  }
}
@media screen and (max-width: 960px) {
  .p-front__hero-inner {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-front__hero-inner {
    display: none;
  }
}

.p-front__hero-message {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 93px;
}
@media screen and (max-width: 960px) {
  .p-front__hero-message {
    margin-bottom: 50px;
  }
}
.p-front__hero-message span {
  font-size: 4.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .p-front__hero-message span {
    font-size: 3.6rem;
  }
}
.p-front__hero-message span.js-fade {
  transition-delay: 1s;
}
.p-front__hero-message p {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .p-front__hero-message p {
    font-size: 1.6rem;
  }
}
.p-front__hero-message p.js-fade {
  transition-delay: 1.3s;
}

.p-front__hero-content {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: -150px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 960px) {
  .p-front__hero-content {
    bottom: -300px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__hero-content {
    display: none;
  }
}

.p-front__hero-content-inner {
  padding: 50px 50px 60px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #603D33;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-filter: blur(7px);
          filter: blur(7px);
  transition: opacity 0.5s 1.6s, box-shadow 0.6s 2.1s, -webkit-filter 0.5s 1.6s, -webkit-transform 0.8s 1.9s;
  transition: opacity 0.5s 1.6s, filter 0.5s 1.6s, transform 0.8s 1.9s, box-shadow 0.6s 2.1s;
  transition: opacity 0.5s 1.6s, filter 0.5s 1.6s, transform 0.8s 1.9s, box-shadow 0.6s 2.1s, -webkit-filter 0.5s 1.6s, -webkit-transform 0.8s 1.9s;
}
@media screen and (max-width: 960px) {
  .p-front__hero-content-inner {
    padding: 30px 25px 30px;
  }
}
.p-front__hero-content-inner[data-view=true] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.15);
}

.p-front__hero-content-item-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 35px;
}

.p-front__hero-content-item {
  width: 270px;
}
.p-front__hero-content-item h2 {
  font-size: 2rem;
  font-weight: 500;
}

.p-front__hero-content-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}

.p-front__hero-content-item-image[data-image=security] img {
  width: 214px;
  height: 89px;
}

.p-front__hero-content-item-image[data-image=result] img {
  width: 193px;
  height: 60px;
}

.p-front__hero-content-item-image[data-image=book] img {
  width: 240px;
  height: 33px;
}

.p-front__hero-content-item-text {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: rgba(53, 41, 38, 0.7);
}

.p-front__hero-sp {
  display: none;
  padding: 30px 25px;
}
@media screen and (max-width: 767px) {
  .p-front__hero-sp {
    display: block;
  }
}

.p-front__hero-sp-message span {
  font-size: 2.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-front__hero-sp-message span {
    font-size: 1.9rem;
  }
}
.p-front__hero-sp-message p {
  margin: 15px 0;
  font-size: 1.5rem;
  line-height: 1.8;
}

.p-front__hero-sp-link {
  margin: 25px 0 35px;
}
.p-front__hero-sp-link a {
  font-size: 1.8rem;
}
@media screen and (max-width: 350px) {
  .p-front__hero-sp-link a {
    font-size: 1.6rem;
  }
}
.p-front__hero-sp-link small {
  font-size: 1.4rem;
}
@media screen and (max-width: 350px) {
  .p-front__hero-sp-link small {
    font-size: 1.2rem;
  }
}

.p-front__hero-sp-item {
  padding: 20px 25px 30px;
  background-color: #fff;
  border-top: 1px solid #603D33;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 350px) {
  .p-front__hero-sp-item {
    padding: 20px 20px 30px;
  }
}
.p-front__hero-sp-item + .p-front__hero-sp-item {
  margin-top: 20px;
}
.p-front__hero-sp-item h2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 350px) {
  .p-front__hero-sp-item h2 {
    font-size: 1.7rem;
  }
}

.p-front__hero-sp-item-image {
  margin: 25px 0;
  text-align: center;
}
.p-front__hero-sp-item-image[data-image=security] {
  margin: 15px 0;
}
.p-front__hero-sp-item-image[data-image=security] img {
  width: 192px;
}

.p-front__hero-sp-item-text {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(53, 41, 38, 0.7);
}

.p-front__service {
  padding: 280px 0 140px;
}
@media screen and (max-width: 960px) {
  .p-front__service {
    padding: 380px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__service {
    padding: 70px 0;
  }
}

.p-front__service-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-front__service-wrap {
    margin-top: 40px;
  }
}
.p-front__service-wrap + .p-front__service-wrap {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-front__service-wrap + .p-front__service-wrap {
    margin-top: 40px;
  }
}

.p-front__service-item {
  position: relative;
  margin-top: 44px;
  color: #fff;
  background-color: #603D33;
}
@media screen and (max-width: 767px) {
  .p-front__service-item {
    margin-top: 25px;
  }
}
.p-front__service-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 52.3%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .p-front__service-item::before {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-front__service-item::before {
    width: 100%;
    height: 220px;
  }
}
.p-front__service-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 52.3%;
  height: 100%;
  background: linear-gradient(to right, rgba(96, 61, 51, 0) 0%, rgba(96, 61, 51, 0) 30%, #603d33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00603d33", endColorstr="#603d33",GradientType=1 );
}
@media screen and (max-width: 960px) {
  .p-front__service-item::after {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-front__service-item::after {
    width: 100%;
    height: 220px;
    background: linear-gradient(to bottom, rgba(96, 61, 51, 0) 0%, rgba(96, 61, 51, 0.99) 99%, #603d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00603d33", endColorstr="#603d33",GradientType=0 );
  }
}

.p-front__service-item[data-service=courtroom]::before {
  background-image: url(./image/pict/service-courtroom.jpg);
}

.p-front__service-item[data-service=academic]::before {
  background-image: url(./image/pict/service-academic.jpg);
}

.p-front__service-item[data-service=general]::before {
  background-image: url(./image/pict/service-general.jpg);
}

.p-front__service-item[data-service=municipal]::before {
  background-image: url(./image/pict/service-municipal.jpg);
}

.p-front__service-item[data-service=data]::before {
  background-image: url(./image/pict/service-data.jpg);
}

.p-front__service-item[data-service=medical]::before {
  background-image: url(./image/pict/service-medical.jpg);
}

.p-front__service-item[data-service=online]::before {
  background-image: url(./image/pict/service-online.jpg);
}

.p-front__service-item-content {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 0 0 auto;
  padding: 43px 50px 54px 0;
}
@media screen and (max-width: 960px) {
  .p-front__service-item-content {
    width: 60%;
    padding: 35px 30px 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front__service-item-content {
    width: 100%;
    padding: 170px 25px 30px;
  }
}
@media screen and (max-width: 350px) {
  .p-front__service-item-content {
    padding: 170px 20px 30px;
  }
}
.p-front__service-item-content h4 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-front__service-item-content h4 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__service-item-content h4 {
    margin-bottom: 30px;
    font-size: 2.5rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  .p-front__service-item-content h4 {
    font-size: 2.2rem;
  }
}

.p-front__service-item-list {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-front__service-item-list li {
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 767px) {
  .p-front__service-item-list li {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-front__service-item-list li + li {
    margin-top: 10px;
  }
}
.p-front__service-item-list li::before {
  content: "■";
  margin-right: 5px;
}

.p-front__sercice-item-text {
  margin-bottom: 25px;
}
.p-front__sercice-item-text p {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.75);
}

.p-front__service-item-scene {
  margin: 25px 0;
  padding: 14px 20px 13px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .p-front__service-item-scene {
    margin: 20px 0;
    padding: 15px 20px 20px;
  }
}
.p-front__service-item-scene dd {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.75);
}
.p-front__service-item-scene dd ul {
  display: flex;
  flex-wrap: wrap;
}
.p-front__service-item-scene dd ul li {
  position: relative;
}
.p-front__service-item-scene dd ul li:last-child::after {
  display: none;
}
.p-front__service-item-scene dd ul li::after {
  content: "/";
  margin: 0 3px;
}

.p-front__history {
  position: relative;
  padding: 97px 30px 116px;
  text-align: center;
  color: #fff;
  background-image: url(./image/pict/history-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .p-front__history {
    padding: 60px 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__history {
    padding: 55px 25px 45px;
  }
}
.p-front__history::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(96, 61, 51, 0.6);
}
.p-front__history :is(.p-front__history-message, .p-front__history-text) {
  position: relative;
  z-index: 1;
}

.p-front__history-message {
  font-size: 3.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-front__history-message {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__history-message {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
  }
}
@media screen and (max-width: 350px) {
  .p-front__history-message {
    font-size: 1.9rem;
  }
}

.p-front__history-text {
  margin: 35px 0 43px;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .p-front__history-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__history-text {
    margin: 30px 0 25px;
    font-size: 1.5rem;
    line-height: 1.9;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-front__history-text p + p {
    margin-top: 15px;
  }
}

.p-front__feature {
  padding: 150px 0 160px;
}
@media screen and (max-width: 960px) {
  .p-front__feature {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front__feature {
    padding: 70px 0 50px;
  }
}

.p-front__about {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front__about {
    padding: 45px 0;
  }
}

.p-front__about-heading h2 {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-front__about-heading h2 {
    max-width: 450px;
    margin: 0 auto;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-heading h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 350px) {
  .p-front__about-heading h2 {
    font-size: 1.75rem;
    letter-spacing: 0;
  }
}
.p-front__about-heading h2 br[data-view=tl] {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-front__about-heading h2 br[data-view=tl] {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-heading h2 br[data-view=tl] {
    display: none;
  }
}

.p-front__about-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .p-front__about-content {
    display: block;
    margin-top: 25px;
  }
}

.p-front__about-content-text {
  order: 1;
  width: calc(46% - 30px);
}
@media screen and (max-width: 960px) {
  .p-front__about-content-text {
    width: 100%;
    max-width: 450px;
    margin: 20px auto 0;
  }
}
.p-front__about-content-text p {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #626160;
}
@media screen and (max-width: 767px) {
  .p-front__about-content-text p {
    line-height: 1.8;
  }
}

.p-front__about-content-button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-front__about-content-button {
    margin-top: 20px;
  }
}
.p-front__about-content-button .c-button + .c-button {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-front__about-content-button .c-button + .c-button {
    margin-top: 10px;
  }
}

.p-front__about-content-image {
  order: 2;
  width: calc(54% - 30px);
}
@media screen and (max-width: 960px) {
  .p-front__about-content-image {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}

.p-front__news {
  padding: 120px 0 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front__news {
    padding: 70px 0 65px;
  }
}

.p-front__news-list {
  margin: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-front__news-list {
    margin: 30px 0 25px;
  }
}
.p-front__news-list li + li {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-front__news-list li + li {
    margin-top: 10px;
  }
}

.p-front__news-list-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 26px 60px 28px 30px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  border-left: 1px solid #603D33;
  box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.07);
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__news-list-item {
    display: block;
    padding: 15px 65px 15px 20px;
    line-height: 1.6;
  }
}
.p-front__news-list-item:hover {
  background-color: #fafafa;
}
.p-front__news-list-item:hover p {
  transition: color 0.3s;
  color: #603D33;
}
.p-front__news-list-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 29px;
  width: 22px;
  height: 6px;
  background-image: url(./image/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 22px 6px;
}
@media screen and (max-width: 767px) {
  .p-front__news-list-item::after {
    right: 20px;
    width: 18px;
    height: 5px;
    background-size: 18px 5px;
  }
}
.p-front__news-list-item time {
  display: inline-block;
  margin-right: 16px;
  font-size: 1.2rem;
  color: #747474;
}
@media screen and (max-width: 767px) {
  .p-front__news-list-item time {
    margin: 0 0 5px;
    font-size: 1.4rem;
  }
}

.p-news {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-bottom: 80px;
  }
}

.p-news__list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    margin-top: 45px;
  }
}
.p-news__list > li + li {
  margin-top: 12px;
}

.p-news__list-item {
  position: relative;
  display: flex;
  padding: 27px 30px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  background-color: #fff;
  border-left: 1px solid #603D33;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__list-item {
    display: block;
    padding: 17px 40px 17px 20px;
  }
}
.p-news__list-item:hover {
  background-color: #fafafa;
}
.p-news__list-item:hover span {
  transition: color 0.3s;
  color: #603D33;
}
.p-news__list-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 30px;
  display: inline-block;
  width: 22px;
  height: 6px;
  background-image: url(./image/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 22px 6px;
}
@media screen and (max-width: 767px) {
  .p-news__list-item::after {
    right: 15px;
    width: 20px;
    height: 5px;
    background-size: 20px 5px;
  }
}
.p-news__list-item time {
  display: inline-block;
  margin: 3px 15px 0 0;
  font-size: 1.2rem;
  color: #747474;
}
@media screen and (max-width: 767px) {
  .p-news__list-item time {
    display: block;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list-item span {
    display: block;
    line-height: 1.5;
  }
}

.p-news__article {
  margin: 45px 0 60px;
  padding: 70px 30px 100px;
  background-color: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-news__article {
    margin: 0 0 45px;
    padding: 30px 20px 40px;
  }
}

.p-news__article-heading,
.p-news__article-content {
  max-width: 760px;
  margin: 0 auto;
}

.p-news__article-heading {
  position: relative;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-news__article-heading {
    padding-bottom: 15px;
  }
}
.p-news__article-heading::before, .p-news__article-heading::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
}
.p-news__article-heading::before {
  width: 100%;
  background-color: #D5D6D7;
}
.p-news__article-heading::after {
  width: 80px;
  background-color: #603D33;
}
.p-news__article-heading time {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #747474;
}
.p-news__article-heading h1 {
  margin: 5px 0 0;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-news__article-heading h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__article-heading h1 {
    font-size: 2rem;
  }
}

.p-news__article-content {
  margin-top: 40px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-news__article-content {
    margin-top: 30px;
  }
}
.p-news__article-content img + p {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-news__article-content img + p {
    margin-top: 30px;
  }
}
.p-news__article-content h2 {
  position: relative;
  margin: 50px 0 15px;
  font-size: 1.5rem;
  color: #603D33;
}
@media screen and (max-width: 767px) {
  .p-news__article-content h2 {
    margin: 40px 0 10px;
  }
}
.p-news__article-content h2::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 13px;
  width: 1px;
  height: 18px;
  background-color: #603D33;
}
.p-news__article-content h3 {
  margin: 20px 0 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__article-content h3 {
    font-size: 1.4rem;
  }
}
.p-news__article-content p {
  line-height: 1.8;
}
.p-news__article-content p + p {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-news__article-content p + p {
    margin-top: 20px;
  }
}
.p-news__article-content div.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-news__article-content div.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-news__article-content iframe {
  max-width: 100%;
}

.p-privacy {
  padding: 60px 0 160px;
}
@media screen and (max-width: 960px) {
  .p-privacy {
    padding: 40px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 40px 0 80px;
  }
}

.p-privacy__section {
  padding: 60px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  background-color: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-privacy__section {
    padding: 30px 20px;
  }
}
.p-privacy__section + .p-privacy__section {
  margin-top: 40px;
}
.p-privacy__section h2 {
  margin-bottom: 35px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-privacy__section h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 350px) {
  .p-privacy__section h2 {
    font-size: 1.9rem;
  }
}
.p-privacy__section h2 + p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__section h2 + p {
    font-size: 1.5rem;
  }
}
.p-privacy__section h3 {
  margin: 40px 0 15px;
}
@media screen and (max-width: 767px) {
  .p-privacy__section h3 {
    margin: 30px 0 10px;
  }
}
.p-privacy__section > ol > li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-privacy__section > ol > li {
    margin-top: 15px;
  }
}
.p-privacy__section > ol > li ol {
  margin-top: 5px;
}
.p-privacy__section > ol > li p {
  margin-top: 5px;
}
.p-privacy__section > ol > li p + p {
  margin-top: 15px;
}

.p-privacy__section-bottom {
  margin-top: 70px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-privacy__section-bottom {
    margin-top: 45px;
  }
}
.p-privacy__section-bottom p + p {
  margin-top: 15px;
}

.p-privacy__section-inner {
  margin-top: 30px;
  padding: 35px 40px 40px;
  background-color: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .p-privacy__section-inner {
    padding: 30px 20px;
  }
}
.p-privacy__section-inner h4 {
  margin-bottom: 15px;
}
.p-privacy__section-inner + .p-privacy__section-inner {
  margin-top: 25px;
}

.p-service__content {
  padding: 80px 0 120px;
}
@media screen and (max-width: 960px) {
  .p-service__content {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__content {
    padding: 30px 0 60px;
  }
}

.p-service__result {
  display: flex;
  margin-top: 25px;
  padding: 20px 30px 22px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  background-color: #fff;
  border-left: 1px solid #603D33;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-service__result {
    display: block;
    padding: 15px 25px 17px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 350px) {
  .p-service__result {
    padding: 15px 15px 17px;
  }
}
.p-service__result dt {
  position: relative;
  margin-right: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-service__result dt {
    margin: 0 0 5px;
  }
}
.p-service__result dt::after {
  content: "|";
  position: relative;
  top: -1px;
  margin-left: 20px;
  color: #D5D6D7;
}
@media screen and (max-width: 767px) {
  .p-service__result dt::after {
    display: none;
  }
}
.p-service__result dd {
  letter-spacing: 0.03em;
}

.p-service__script {
  padding: 110px 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-service__script {
    padding: 60px 0;
  }
}

.p-service__script-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin: 45px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-service__script-wrap {
    display: block;
  }
}

.p-service__script-item {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .p-service__script-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-service__script-item + .p-service__script-item {
    margin-top: 45px;
  }
}

.p-service__script-heading {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-service__script-heading {
    margin-bottom: 15px;
  }
}
.p-service__script-heading::before {
  content: "";
  display: inline-block;
  height: 26px;
  width: 1px;
  margin-right: 18px;
  background-color: #603D33;
}
@media screen and (max-width: 767px) {
  .p-service__script-heading::before {
    margin-right: 10px;
  }
}
.p-service__script-heading h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service__script-heading h3 {
    font-size: 1.8rem;
  }
}

.p-service__script-text p {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-service__script-text p + p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-service__script-text p + p {
    margin-top: 15px;
  }
}
.p-service__script-text li {
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  padding-left: 1em;
  text-indent: -0.5em;
}
.p-service__script-text li::before {
  content: "・";
}

.p-service__script-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  padding: 13px 20px 14px;
  background-color: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .p-service__script-list {
    margin-top: 15px;
  }
}
.p-service__script-list li {
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
}
.p-service__script-list li:last-child::after {
  display: none;
}
.p-service__script-list li::after {
  content: "/";
  margin: 0 5px;
}

.p-service__script-price {
  margin-top: 45px;
}

.p-service__script-table-data {
  margin-top: 25px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  border-collapse: collapse;
}
.p-service__script-table-data th {
  width: 175px;
  padding: 7px;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .p-service__script-table-data th {
    width: 50%;
    max-width: 175px;
  }
}
.p-service__script-table-data td {
  padding: 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-service__script-table-data td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 350px) {
  .p-service__script-table-data td {
    font-size: 1.4rem;
  }
}
.p-service__script-table-data td:nth-child(2) {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__script-table-data td:nth-child(2) {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 350px) {
  .p-service__script-table-data td:nth-child(2) {
    font-size: 1.6rem;
  }
}

.p-service__script-table {
  margin-top: 25px;
  overflow-x: scroll;
}
.p-service__script-table table {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  border-collapse: collapse;
  white-space: nowrap;
}
.p-service__script-table table th {
  width: 200px;
  padding: 5px 10px 4px;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .p-service__script-table table th {
    font-size: 1.3rem;
  }
}
.p-service__script-table table th:first-child {
  width: 175px;
}
@media screen and (max-width: 767px) {
  .p-service__script-table table th:first-child {
    width: 120px;
  }
}
.p-service__script-table table td {
  padding: 15px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__script-table table td {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 350px) {
  .p-service__script-table table td {
    font-size: 1.6rem;
  }
}
.p-service__script-table table td:first-child {
  font-size: 1.6rem;
  background-color: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .p-service__script-table table td:first-child {
    padding: 15px 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 350px) {
  .p-service__script-table table td:first-child {
    font-size: 1.3rem;
  }
}

.p-service__script-note {
  margin-top: 15px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-service__script-note {
    line-height: 1.5;
  }
}
.p-service__script-note p {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-service__script-note p + p {
    margin-top: 5px;
  }
}

.p-service__flow {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-service__flow {
    padding: 60px 0;
  }
}
.p-service__flow[data-page=history] {
  padding: 100px 0 80px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-service__flow[data-page=history] {
    padding: 60px 0;
  }
}

.p-service__flow-unit {
  margin-top: 45px;
  padding: 43px 45px 40px;
  background-color: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .p-service__flow-unit {
    margin-top: 30px;
    padding: 25px 20px 30px;
  }
}
.p-service__flow-unit .p-service__flow-list {
  margin: 25px 0 0;
}

.p-service__flow-unit-heading {
  position: relative;
  margin-bottom: 25px;
  padding-left: 18px;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service__flow-unit-heading {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 1.8rem;
  }
}
.p-service__flow-unit-heading::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 1px;
  height: 26px;
  background-color: #603D33;
}
@media screen and (max-width: 767px) {
  .p-service__flow-unit-heading::before {
    top: 6px;
    height: 22px;
  }
}

.p-service__flow-unit-text {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 2;
}

.p-service__flow-list {
  margin: 45px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-service__flow-list {
    margin: 30px 0;
  }
}
.p-service__flow-list li + li {
  margin-top: 15px;
}

.p-sercice__flow-list-item,
.p-sercice__flow-list-sub {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sercice__flow-list-item,
.p-sercice__flow-list-sub {
    display: block;
  }
}

.p-sercice__flow-list-item {
  padding: 20px 35px 22px;
  background-color: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 960px) {
  .p-sercice__flow-list-item {
    padding: 18px 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sercice__flow-list-item {
    padding: 15px 20px 17px;
  }
}
.p-sercice__flow-list-item dl {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-sercice__flow-list-item dl {
    display: block;
  }
}
.p-sercice__flow-list-item dl dt {
  display: flex;
  align-items: center;
  width: 294px;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-sercice__flow-list-item dl dt {
    display: block;
    max-width: 230px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sercice__flow-list-item dl dt {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-sercice__flow-list-item dl dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 350px) {
  .p-sercice__flow-list-item dl dt {
    display: block;
  }
}
.p-sercice__flow-list-item dl dt span {
  margin-left: 16px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.1rem;
}
@media screen and (max-width: 960px) {
  .p-sercice__flow-list-item dl dt span {
    display: block;
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sercice__flow-list-item dl dt span {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 350px) {
  .p-sercice__flow-list-item dl dt span {
    margin: 5px 0 0;
  }
}
.p-sercice__flow-list-item dl dd {
  flex: 1;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
}
.p-sercice__flow-list-item dl dd a {
  text-decoration: underline;
}
.p-sercice__flow-list-item dl dd a:hover {
  text-decoration: none;
}

.p-sercice__flow-list-item-step {
  width: 86px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  color: #603D33;
}
@media screen and (max-width: 960px) {
  .p-sercice__flow-list-item-step {
    width: 70px;
  }
}

.p-sercice__flow-list-sub {
  padding: 15px 35px 17px;
  background-color: #DEDDDD;
}
@media screen and (max-width: 960px) {
  .p-sercice__flow-list-sub {
    padding: 13px 25px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-sercice__flow-list-sub {
    padding: 11px 20px 13px;
  }
}

.p-sercice__flow-list-sub-label {
  width: 86px;
}
@media screen and (max-width: 767px) {
  .p-sercice__flow-list-sub-label {
    margin-bottom: 5px;
  }
}
.p-sercice__flow-list-sub-label span {
  display: inline-block;
  padding: 2px 5px 3px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.1rem;
  background-color: #F1F1F1;
}

.p-sercice__flow-list-sub-title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
.p-sercice__flow-list-sub-title span {
  margin-left: 16px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.1rem;
}

.p-service__flow-bottom {
  text-align: center;
}
.p-service__flow-bottom p {
  margin-bottom: 30px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-service__flow-bottom p {
    margin-bottom: 20px;
  }
}

.p-service__option {
  padding: 0 0 160px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .p-service__option {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__option {
    padding: 0 0 60px;
  }
}

.p-service__option-text {
  margin-top: 45px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-service__option-text {
    margin-top: 30px;
  }
}

.p-service__case {
  margin-top: 45px;
  padding: 60px 60px 30px;
  background-color: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 960px) {
  .p-service__case {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__case {
    margin-top: 80px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
}

.p-service__case-heading {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__case-heading {
    margin-bottom: 30px;
  }
}
.p-service__case-heading h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-service__case-heading h2 {
    font-size: 2.4rem;
  }
}

.p-service__case-unit {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-top: 1px solid #D5D6D7;
}
@media screen and (max-width: 767px) {
  .p-service__case-unit {
    display: block;
    padding: 30px 20px;
    background-color: #fff;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .p-service__case-unit + .p-service__case-unit {
    margin-top: 10px;
  }
}

.p-service__case-unit-info {
  width: 340px;
  margin-right: 50px;
  padding: 24px 25px 30px;
  background-color: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .p-service__case-unit-info {
    width: 100%;
    max-width: 340px;
    margin-bottom: 25px;
    padding: 20px 15px;
  }
}
.p-service__case-unit-info > span {
  display: block;
  margin-bottom: 18px;
  font-size: 1.4rem;
  line-height: 1.1;
  letter-spacing: 0.15em;
  color: #603D33;
}
.p-service__case-unit-info dl div {
  display: flex;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
.p-service__case-unit-info dl div + div {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-service__case-unit-info dl div + div {
    margin-top: 7px;
  }
}
.p-service__case-unit-info dl div dt {
  min-width: 84px;
  padding-right: 10px;
  color: #747474;
}
.p-service__case-unit-info dl div dd {
  font-weight: bold;
}
.p-service__case-unit-info dl div dd span {
  font-size: 1.2rem;
}
.p-service__case-unit-info small {
  display: block;
  margin-top: 12px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #747474;
}

.p-service__case-unit-text {
  flex: 1;
}

.p-service__case-unit-text-message {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-service__case-unit-text-message {
    font-size: 1.8rem;
  }
}

.p-service__case-unit-text-detail {
  margin-top: 30px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-service__case-unit-text-detail {
    margin-top: 20px;
  }
}
.p-service__case-unit-text-detail h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-service__case-unit-text-detail h3 {
    font-size: 1.5rem;
  }
}
.p-service__case-unit-text-detail p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #626160;
}
@media screen and (max-width: 767px) {
  .p-service__case-unit-text-detail p {
    font-size: 1.3rem;
  }
}
.p-service__case-unit-text-detail + .p-service__case-unit-text-detail {
  margin-top: 20px;
}
