@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap");
@font-face {
  font-family: "ロゴたいぷゴシック";
  src: url(../../font/LogoTypeGothic/ロゴたいぷゴシック.otf);
}
@font-face {
  font-family: "Copperplate";
  src: url(../../font/Copperplate/Copperplate.ttc);
}
body {
  font-family: "Hiragino Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", sans-serif;
  color: #3C3A39;
  position: static;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

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

a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.l-footer {
  color: #3C3A39;
  border-top: 10px #3C3A39 solid;
}

.l-footerUpperWrap {
  background-color: #F5F5F5;
}

.l-footerUpper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 116px 40px 20px;
}

.l-footerUnderWrap {
  background-color: #3C3A39;
}

.l-footerUnder {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-footerLogo {
  width: 250px;
}
.l-footerLogo .l-footerLogo__image {
  width: 100%;
}

.l-footer__address {
  margin-top: 20px;
  line-height: 1.6;
}

.l-footer__tel {
  margin-top: 8px;
}

.l-footerMenuContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footerMenuContainer .l-footerMenu__item {
  margin-top: 15px;
}
.l-footerMenuContainer .l-footerMenu__item .l-footerMenu__link {
  color: #3C3A39;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
}
.l-footerMenuContainer .l-footerMenu__item:first-child {
  margin-top: 0;
}
.l-footerMenuContainer .l-footerMoreMenu--service {
  margin: 0 55px 0 40px;
}
.l-footerMenuContainer .l-footerMoreMenu--service .l-footerMoreMenu__item {
  margin-top: 15px;
}
.l-footerMenuContainer .l-footerMoreMenu--service .l-footerMoreMenu__item .l-footerMoreMenu__link {
  color: #3C3A39;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
  margin-left: 15px;
}
.l-footerMenuContainer .l-footerMoreMenu--service .l-footerMoreMenu__item:first-child {
  margin-top: 0;
}

.l-footerMoreMenu__item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #3C3A39;
  position: absolute;
  margin-top: 2px;
}

.l-footer__copyright {
  color: #fff;
}

.l-footer__privacypolicyLink {
  color: #fff;
}

.l-footer__privacypolicy::before {
  content: "";
  width: 10px;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  margin-left: -12px;
}

@media (max-width: 940px) {
  .l-footerUpper {
    display: block;
    padding: 20px;
  }
  .l-footerUnder {
    display: block;
    padding: 20px;
    font-size: 10px;
  }
  .l-footerLogo {
    width: 200px;
  }
  .l-footer__address {
    font-size: 12px;
  }
  .l-footer__tel {
    font-size: 12px;
    margin-top: 6px;
  }
  .l-footerMenuContainer {
    display: block;
  }
  .l-footerMenuContainer .l-footerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 20px;
  }
  .l-footerMenuContainer .l-footerMenu .l-footerMenu__item {
    margin-top: 0;
    padding: 0 7px 3px;
    border-left: #3C3A39 solid 1px;
  }
  .l-footerMenuContainer .l-footerMenu .l-footerMenu__item .l-footerMenu__link {
    font-size: 12px;
  }
  .l-footerMenuContainer .l-footerMenu .l-footerMenu__item:first-child {
    border-left: none;
    padding-left: 0;
  }
  .l-footerMenuContainer .l-footerMoreMenu--service {
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footerMenuContainer .l-footerMoreMenu--service .l-footerMoreMenu__item {
    margin-top: 0;
  }
  .l-footerMenuContainer .l-footerMoreMenu--service .l-footerMoreMenu__item .l-footerMoreMenu__link {
    font-size: 12px;
    margin: 0 20px 0 13px;
  }
  .l-footerMenuContainer .l-footerMoreMenu__item::before {
    margin-top: 4px;
  }
  .l-footer__copyright {
    margin-bottom: 20px;
  }
  .l-footer__privacypolicyLink {
    margin-left: 10px;
  }
  .l-footer__privacypolicy::before {
    margin: -1px 0 0 0;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #3C3A39;
}

.l-headerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.l-header.l-header--afterScroll {
  background-color: #F5F5F5;
  border-bottom: 4px solid #3C3A39;
}
.l-header.l-header--afterScroll .l-headerContainer {
  padding: 10px 20px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.l-header.l-header--afterScroll .c-primaryTitle {
  width: 200px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.l-header.l-header--afterScroll .l-headerMenu__link {
  color: #3C3A39;
  font-size: 16px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.l-headerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.l-headerMenu .l-headerMenu__item {
  padding: 13px 10px 0;
  position: relative;
  white-space: nowrap;
}
.l-headerMenu .l-headerMenu__link {
  color: #fff;
  font-size: 18px;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
  padding-bottom: 13px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-headerMenu .l-headerMenu__link:hover {
  color: #B58F4D;
  border-bottom: 3px solid #B58F4D;
}

.l-headerMenu__contact {
  margin-left: 15px;
  padding: 13px 40px 13px 10px;
  background-color: #B58F4D;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-headerMenu__contactArrow::before,
.l-headerMenu__contactArrow::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.l-headerMenu__contactArrow::before {
  width: 20px;
  height: 20px;
  border: 1px solid #3C3A39;
  border-radius: 50%;
  background-color: #3C3A39;
  top: 11px;
  margin: 0 5px;
}

.l-headerMenu__contactArrow::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 17px;
  margin: 0 10px;
}

.l-headerMoreMenu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 0 20px 20px;
}
.l-headerMoreMenu .l-headerMoreMenu__item {
  padding-top: 20px;
}
.l-headerMoreMenu .l-headerMoreMenu__item .l-headerMoreMenu__link {
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
  color: #3C3A39;
}

.l-header__openBtn {
  display: none;
}

.l-header__openBtn.active {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  z-index: 3;
  background-color: #B58F4D;
  padding: 5px 5px 3px 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-headerMenuSP {
  display: none;
  position: absolute;
  background-color: #3C3A39;
  z-index: 2;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding-top: 100px;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
}
.l-headerMenuSP .l-headerMenuSP__item {
  display: block;
  position: relative;
  padding: 20px 0;
  margin-left: 40px;
  font-size: 16px;
  border-bottom: #C4E3EB solid 1px;
}
.l-headerMenuSP .l-headerMenuSP__item .l-headerMenuSP__link {
  color: #fff;
  font-weight: bold;
}
.l-headerMenuSP .l-headerMenuSP__item .l-headerMenuSP__nolink {
  color: #fff;
  font-weight: bold;
}
.l-headerMenuSP .l-headerMoreMenuSP {
  padding: 10px 0 20px;
}
.l-headerMenuSP .l-headerMoreMenuSP .l-headerMoreMenuSP__item {
  padding: 20px 0 0 10px;
}
.l-headerMenuSP .l-headerMoreMenuSP .l-headerMoreMenuSP__item .l-headerMoreMenuSP__link {
  color: #fff;
  margin-left: 30px;
}
.l-headerMenuSP .l-headerMoreMenuSP .l-headerMoreMenuSP__item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
.l-headerMenuSP .l-headerMenuSP__contact {
  position: relative;
  background-color: #B58F4D;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
  color: #fff;
  display: block;
  width: 220px;
  font-size: 24px;
  padding: 13px 49px 13px 27px;
  margin: 47px auto 0;
}
.l-headerMenuSP .l-headerMenuSP__contactArrow::before,
.l-headerMenuSP .l-headerMenuSP__contactArrow::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.l-headerMenuSP .l-headerMenuSP__contactArrow::before {
  width: 20px;
  height: 20px;
  border: 1px solid #3C3A39;
  border-radius: 50%;
  background-color: #3C3A39;
  top: 15px;
  right: 13px;
}
.l-headerMenuSP .l-headerMenuSP__contactArrow::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #B58F4D;
  border-right: 2px solid #B58F4D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21px;
  right: 21px;
}

@media (max-width: 940px) {
  .l-header.l-header--afterScroll .c-primaryTitle {
    width: 120px;
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
  .l-header.l-header--afterScroll .l-header__openBtn {
    width: 20px;
    height: 20px;
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
  .l-header.l-header--afterScroll .l-header__openBtn span, .l-header.l-header--afterScroll .l-header__openBtn span::before, .l-header.l-header--afterScroll .l-header__openBtn span::after {
    width: 20px;
  }
  .l-header.l-header--afterScroll .l-header__openBtn span::before {
    bottom: -8px;
    right: 0;
  }
  .l-header.l-header--afterScroll .l-header__openBtn span::after {
    bottom: -16px;
    right: 0;
  }
  .l-headerContainer {
    padding: 15px 20px;
  }
  .l-headerMenu {
    display: none;
  }
  .l-header__openBtn {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 25px;
    z-index: 3;
    background-color: #B58F4D;
    padding: 5px 5px 3px 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header__openBtn span, .l-header__openBtn span::before, .l-header__openBtn span::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    height: 2px;
    width: 25px;
    background: #fff;
    display: block;
  }
  .l-header__openBtn span::before {
    bottom: -10px;
    right: 0;
  }
  .l-header__openBtn span::after {
    bottom: -20px;
    right: 0;
  }
  .l-header__openBtn.active span {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    bottom: 22px;
  }
  .l-header__openBtn.active span::before {
    opacity: 0;
  }
  .l-header__openBtn.active span::after {
    -webkit-transform: translateY(-20px) rotate(90deg);
            transform: translateY(-20px) rotate(90deg);
  }
}
@media (min-width: 940px) {
  .l-header__openBtn.active span, .l-header__openBtn.active span::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    background: #fff;
    display: block;
  }
  .l-header__openBtn.active span {
    bottom: 22px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  .l-header__openBtn.active span::after {
    bottom: -20px;
    -webkit-transform: translateY(-20px) rotate(90deg);
            transform: translateY(-20px) rotate(90deg);
  }
}
.l-main {
  color: #3C3A39;
}

.p-floatingUnit {
  display: none;
}

.p-floatingUnitBtn {
  position: fixed;
  border-radius: 50%;
  right: 40px;
}

.p-floatingUnitBtn--contact {
  display: none;
  bottom: 90px;
  background-color: #3C3A39;
  width: 60px;
  height: 60px;
}
.p-floatingUnitBtn--contact .p-floatingUnitBtn__imgArea {
  width: 36px;
  margin: 18px auto 0;
}
.p-floatingUnitBtn--contact .p-floatingUnitBtn__imgArea img {
  width: 100%;
}

.p-floatingUnitBtn--toTop {
  width: 80px;
  height: 80px;
  bottom: 50px;
  background-color: #B58F4D;
  cursor: pointer;
}

.p-floatingUnitBtn__arrow {
  content: "";
  width: 30px;
  height: 30px;
  border: 0;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  position: absolute;
  top: 30px;
  left: 21px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-primaryTitle {
  width: 250px;
  z-index: 5;
}
.c-primaryTitle .l-headerLogo__image {
  width: 100%;
}
.c-primaryTitle .l-headerLogo__image--afterScroll {
  display: none;
}

.c-secondaryTitle {
  font-size: 4.2vw;
  font-family: "Copperplate";
  font-weight: 400;
  text-align: center;
  position: relative;
}
.c-secondaryTitle .c-secondaryTitle__jp {
  display: block;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
  font-size: 1.7vw;
  padding-top: 10px;
}
.c-secondaryTitle .c-secondaryTitle__jp::before {
  content: "";
  display: inline-block;
  width: 1.5vw;
  height: 1px;
  background-color: #3C3A39;
  margin: 0 20px 0.6vw 0;
}
.c-secondaryTitle .c-secondaryTitle__jp::after {
  content: "";
  display: inline-block;
  width: 1.5vw;
  height: 1px;
  background-color: #3C3A39;
  margin: 0 0 0.6vw 20px;
}

.c-fadeUpContainer--fadeUp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-secondaryTitle--white {
  color: #fff;
}
.c-secondaryTitle--white .c-secondaryTitle__jp::before {
  background-color: #fff;
}
.c-secondaryTitle--white .c-secondaryTitle__jp::after {
  background-color: #fff;
}

.c-squareTitle {
  background-color: #3C3A39;
  color: #fff;
  display: inline-block;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
  padding: 16px 30px;
  font-size: 2.5vw;
  line-height: 1.5;
}

.c-newLineSP {
  display: none;
}

.c-buttonLink {
  display: inline-block;
  position: relative;
  margin: 30px 0;
}

.c-buttonArrow {
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
  color: #fff;
  background-color: #3C3A39;
  padding: 15px 41px 15px 15px;
}

.c-buttonArrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 18px;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-buttonArrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 18px;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-sectionDescription {
  margin: 60px 0;
  text-align: center;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
  line-height: 1.4;
}

.c-fadeUpContainer {
  margin: 0 auto;
  padding: 100px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 2s, visibility 2s, -webkit-transform 2s;
  transition: opacity 2s, visibility 2s, -webkit-transform 2s;
  transition: opacity 2s, visibility 2s, transform 2s;
  transition: opacity 2s, visibility 2s, transform 2s, -webkit-transform 2s;
  max-width: 980px;
}

.c-fadeUpContainer.c-fadeUpContainer--fadeUp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-diagramPC {
  max-width: 100%;
  margin: 0 40px;
}

.c-diagramSP {
  display: none;
}

.c-checkedList {
  margin: 60px 40px 0;
  background-color: #fff;
  display: block;
  padding: 30px;
}

.c-checkedList.c-checkedList--2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-checkedList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  line-height: 1.6;
}

.c-checkedList__item:last-child {
  margin-bottom: 0;
}

.c-checkedList__item.c-checkedList__item--2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 20px);
  margin: 0 30px 20px 0;
  line-height: 1.6;
}

.c-checkedList__item.c-checkedList__item--2column:nth-child(2n) {
  margin: 0 0 20px 0;
}

.c-checkedList__item::before {
  content: "";
  display: inline-block;
  background: url("/img/check.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  min-width: 30px;
}

.c-checkedList__item.c-checkedList__item--2column:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .c-primaryTitle {
    width: 150px;
  }
  .c-secondaryTitle {
    font-size: 10.5vw;
  }
  .c-secondaryTitle .c-secondaryTitle__jp {
    display: block;
    font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
    font-size: 4.5vw;
    padding-top: 2.5vw;
  }
  .c-secondaryTitle .c-secondaryTitle__jp::before {
    width: 3.8vw;
    margin: 0 5vw 2vw 0;
  }
  .c-secondaryTitle .c-secondaryTitle__jp::after {
    width: 3.8vw;
    margin: 0 0 2vw 5vw;
  }
  .c-squareTitle {
    padding: 10px 15px;
    font-size: 5vw;
  }
  .c-newLinePC {
    display: none;
  }
  .c-newLineSP {
    display: block;
  }
  .p-floatingUnitBtn {
    right: 10px;
  }
  .p-floatingUnitBtn--contact {
    display: block;
  }
  .p-floatingUnitBtn--toTop {
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
  .p-floatingUnitBtn__arrow {
    width: 22px;
    height: 22px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    top: 23px;
    left: 17px;
  }
  .c-fadeUpContainer {
    padding: 60px 20px;
  }
  .c-diagramPC {
    display: none;
  }
  .c-diagramSP {
    display: block;
    max-width: 100%;
    margin: 0;
  }
  .c-checkedList {
    margin: 60px 0 0;
    padding: 20px;
  }
  .c-checkedList.c-checkedList--2column {
    margin: 60px 0 0;
    display: block;
    padding: 20px 20px 20px 60px;
  }
  .c-checkedList__item.c-checkedList__item--2column {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .c-checkedList__item.c-checkedList__item--2column:nth-child(2n) {
    margin: 20px 0 0 0;
  }
  .c-checkedList__item.c-checkedList__item--2column:first-child {
    margin: 0;
  }
  .c-checkedList__item.c-checkedList__item--2column::before {
    position: absolute;
    left: 40px;
  }
}
@media (min-width: 769px) {
  .c-secondaryTitle--PC {
    background-color: #3C3A39;
    color: #fff;
    width: 40%;
    text-align: left;
    padding: 15px 35px;
    position: relative;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
    transition: opacity 1s, visibility 1s, -webkit-transform 1s;
    transition: opacity 1s, visibility 1s, transform 1s;
    transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
  }
  .c-secondaryTitle--PC .c-secondaryTitle__jp {
    display: inline;
    font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
    padding-left: 20px;
    vertical-align: middle;
  }
  .c-secondaryTitle--PC .c-secondaryTitle__jp::before {
    background-color: #fff;
  }
  .c-secondaryTitle--PC .c-secondaryTitle__jp::after {
    background-color: #fff;
  }
}
.p-mainVisual {
  height: 600px;
  position: relative;
}

.p-mainVisual__filter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 45, 24, 0.5);
  padding-bottom: 30px;
}

.p-mainVisual__title {
  font-size: 4.4vw;
  color: #fff;
  font-weight: 500;
  bottom: 230px;
  margin: 0 0 30px 60px;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", "游明朝体";
}

.p-mainVisual__description {
  font-size: 2.5vw;
  color: #fff;
  font-weight: 500;
  line-height: 2;
  margin-left: 60px;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", "游明朝体";
}

.p-merit {
  text-align: center;
}
.p-merit .c-fadeUpContainer {
  max-width: none;
}

.p-meritBoxArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 1.4vw 0;
}

.p-meritBox {
  background-color: #fff;
  border-radius: 6px;
  border: #3C3A39 solid 3px;
  width: 15.8vw;
  padding: 2.1vw 2.8vw;
  margin: 2.8vw 1.4vw 0;
}
.p-meritBox .p-meritBox__title {
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 2.5vw;
}
.p-meritBox .p-meritBox__icon {
  width: 10.4vw;
  margin: 2.1vw auto 0;
}

@media (max-width: 768px) {
  .p-mainVisual__title {
    font-size: 32px;
    margin: 0 20px 30px;
  }
  .p-mainVisual__description {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 20px;
  }
  .p-merit .c-fadeUpContainer {
    padding: 60px 0px;
  }
  .p-meritBoxArea {
    margin: 45px 0 0;
  }
  .p-meritBox {
    border: #3C3A39 solid 2px;
    width: 19vw;
    padding: 2.5vw 4.5vw;
    margin: 15px 1.9vw 0;
  }
  .p-meritBox .p-meritBox__title {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .p-meritBox .p-meritBox__icon {
    width: 17.5vw;
    margin: 2.5vw auto 0;
  }
}
@media (min-width: 1600px) {
  .p-mainVisual__title {
    font-size: 67px;
  }
  .p-mainVisual__description {
    font-size: 38px;
  }
}
.u-bg1 {
  background-color: #E5E3DD;
}

.u-bg2 {
  background-color: #F5F5F5;
}

.u-blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.p-mainVisual.p-mainVisual--service1 {
  background: url("/img/sales_promotion.jpg") no-repeat 67%/cover;
}

.p-mainVisual.p-mainVisual--service2 {
  background: url("/img/order_rec_center.jpeg") no-repeat 33%/cover;
}

.p-mainVisual.p-mainVisual--service3 {
  background: url("/img/other_service.jpeg") no-repeat right/cover;
}

.p-featuresList {
  margin: 105px 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-featuresItem {
  list-style: none;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  border-radius: 20px;
  text-align: center;
}
.p-featuresItem__number {
  background-color: #B58F4D;
  display: inline-block;
  padding: 15px 12px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  margin: -25px 0 30px;
}
.p-featuresItem__title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}
.p-featuresItem__icon {
  width: 70px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-featuresItem__text {
  padding: 0 30px 30px;
  text-align: left;
  line-height: 1.6;
}

.p-featuresItem:first-child {
  margin-left: 0;
}

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

.p-recommendItem {
  max-width: 670px;
  margin: 80px auto 0;
}

.p-recommendItem__combination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-recommendItem__box {
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
  font-size: 36px;
  padding: 20px 0;
  background-color: #fff;
  border: 3px solid #3C3A39;
  width: 282px;
}

.p-recommendItem__box:first-child {
  margin-right: 60px;
}

.p-recommendItem__box:last-child {
  margin-left: 60px;
}

.p-recommendItem__times {
  width: 40px;
  height: 40px;
  position: relative;
}

.p-recommendItem__times:before, .p-recommendItem__times:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #3C3A39;
  top: 18px;
  left: 0;
}

.p-recommendItem__times:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-recommendItem__times:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-recommendItem__text {
  margin-top: 40px;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
}

.p-recommendItem__arrow {
  margin-top: 20px;
  text-align: right;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}

.p-recommend__message {
  margin-top: 60px;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
  font-size: 36px;
}

.p-serviceList {
  margin-top: 50px;
  padding: 0 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.p-serviceCard {
  width: 100%;
  background-color: #fff;
  outline: 3px solid #B58F4D;
  outline-offset: -1px;
  margin: 30px 30px 0 0;
  cursor: pointer;
}

.p-serviceCard:nth-child(3n) {
  margin-right: 0;
}

.p-serviceCard__img {
  width: 120px;
  padding: 20px 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-serviceCard__title {
  color: #fff;
  background-color: #B58F4D;
  font-size: min(2vw, 18px);
  padding: 20px 0;
  text-align: center;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-service__modal {
  background: #fff;
  position: fixed;
  z-index: 999;
  padding: 70px 30px 60px;
  width: 65vw;
  height: 55vh;
  margin: auto;
  inset: 0;
  display: none;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-service__modal--open {
  display: block;
}

.p-modal__closeBtn {
  width: 40px;
  height: 40px;
  border: 2px solid #3C3A39;
  text-align: right;
  top: 20px;
  right: 20px;
  position: absolute;
}

.p-modal__closeBtn::before, .p-modal__closeBtn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #3C3A39;
  top: 19px;
  right: 5px;
}

.p-modal__closeBtn::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-modal__closeBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-modal__img {
  position: absolute;
  top: 30vh;
  left: 30px;
  width: 153px;
}

.p-modal__textArea {
  margin-left: 213px;
  font-size: 20px;
}
.p-modal__textArea .p-modal__title {
  font-size: min(2.8vw, 30px);
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
}
.p-modal__textArea .p-modal__scrollArea {
  overflow-y: scroll;
  height: 40vh;
  margin-top: 30px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-modal__textArea .p-modal__scrollArea .p-modal__textTitle {
  margin-bottom: 20px;
  font-weight: 600;
}
.p-modal__textArea .p-modal__scrollArea .p-modal__text {
  line-height: 1.5;
}
.p-modal__textArea .p-modal__scrollArea .p-modal__checkTitle {
  margin-top: 10px;
  font-weight: 600;
}
.p-modal__textArea .p-modal__scrollArea .p-modal__checkTitle::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/img/check.png") no-repeat right/contain;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.p-modal__textArea .p-modal__scrollArea .p-modal__checkText {
  margin-left: 25px;
  line-height: 1.5;
}
.p-modal__textArea .p-modal__scrollArea .p-modal__text__maruyama {
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.5;
  padding: 10px;
  border: 1px solid #3C3A39;
}
.p-modal__textArea .p-modal__scrollArea .p-modal__source {
  font-size: 14px;
  display: block;
  text-align: right;
  margin: 5px 0 24px;
  font-style: normal;
}
.p-modal__textArea .p-modal__scrollArea .p-modal__address {
  font-style: normal;
}
.p-modal__textArea .p-modal__scrollArea .p-modal__address__tel, .p-modal__textArea .p-modal__scrollArea .p-modal__address__url {
  margin-top: 10px;
}

.p-otherService .c-buttonArrow {
  background-color: #B58F4D;
}

.p-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-modal__bg--open {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .p-featuresList {
    margin: 90px 0 0;
    display: block;
  }
  .p-featuresItem {
    margin: 70px 20px 0 20px;
  }
  .p-featuresItem .p-featuresItem__number {
    padding: 18px 15px;
    margin-top: -30px;
  }
  .p-featuresItem .p-featuresItem__title {
    font-size: 20px;
  }
  .p-featuresItem:first-child {
    margin-left: 20px;
  }
  .p-recommendItem {
    margin-top: 60px;
    max-width: 600px;
  }
  .p-recommendItem__box {
    font-size: 4.5vw;
    padding: 2.5vw 0;
    width: 32vw;
    height: 100%;
  }
  .p-recommendItem__box:first-child {
    margin-right: 20px;
  }
  .p-recommendItem__box:last-child {
    margin-left: 20px;
  }
  .p-recommendItem__times {
    width: 7.5vw;
    height: 7.5vw;
  }
  .p-recommendItem__times:before, .p-recommendItem__times:after {
    width: 7.5vw;
    height: 4px;
    top: 3vw;
  }
  .p-recommendItem__text {
    margin-top: 20px;
    font-size: 16px;
  }
  .p-recommendItem__arrow {
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
  }
  .p-recommend__message {
    font-size: 5vw;
  }
  .p-serviceList {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 450px;
    margin: 40px auto;
    padding: 0;
  }
  .p-serviceCard {
    max-width: 260px;
    margin: 20px 10px 0 0;
  }
  .p-serviceCard:nth-child(2n) {
    margin-right: 0;
  }
  .p-serviceCard:nth-child(3n) {
    margin-right: 10px;
  }
  .p-serviceCard:nth-child(6n) {
    margin-right: 0;
  }
  .p-serviceCard__img {
    width: 83px;
    padding: 10px 0;
  }
  .p-serviceCard__title {
    font-size: min(3.2vw, 18px);
    padding: 10px 0;
  }
  .p-service__modal {
    padding: 30px 20px;
    width: min(80vw, 450px);
    height: 360px;
  }
  .p-modal__img {
    position: static;
    width: 118px;
    margin: 0 auto;
  }
  .p-modal__textArea {
    margin: 0 auto;
    width: min(80vw, 410px);
    height: 258px;
    text-align: center;
    font-size: 16px;
  }
  .p-modal__textArea .p-modal__title {
    margin-top: 20px;
    font-size: min(5vw, 33px);
  }
  .p-modal__textArea .p-modal__scrollArea {
    height: 120px;
  }
  .p-modal__textArea .p-modal__scrollArea .p-modal__text {
    text-align: left;
  }
  .p-modal__textArea .p-modal__scrollArea .p-modal__checkTitle {
    text-align: left;
  }
  .p-modal__textArea .p-modal__scrollArea .p-modal__checkText {
    text-align: left;
  }
  .p-modal__textArea .p-modal__scrollArea .p-modal__text--maruyama {
    text-align: left;
  }
  .p-modal__textArea .p-modal__scrollArea .p-modal__source {
    text-align: right;
  }
  .p-modal__textArea .p-modal__scrollArea .p-modal__address {
    text-align: left;
  }
  .p-modal__textArea .p-modal__scrollArea .p-modal__text__maruyama {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .p-serviceCard:hover .p-serviceCard__img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-otherService .c-buttonArrow {
    font-size: min(2.2vw, 16px);
    background-color: #B58F4D;
  }
}