@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-lottie {
  z-index: 999;
  background-color: #f5f5f5;
  position: absolute;
  width: 100%;
  height: 100vh;
}

.p-topMainVisual {
  background: url("/img/top_view.jpg") no-repeat 55%/cover;
  height: 100vh;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", "游明朝体";
  letter-spacing: 4px;
  position: relative;
}
.p-topMainVisual .p-topMainVisual__filter {
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(85, 53, 31, 0.4);
  position: absolute;
  top: 0;
  right: 0;
}
.p-topMainVisual .p-topMainVisual__title {
  display: block;
  font-size: 3.8vw;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 45%;
  margin-left: 100px;
}
.p-topMainVisual .p-topMainVisual__description {
  display: block;
  font-size: 1.7vw;
  color: #fff;
  font-weight: 500;
  line-height: 2;
  position: absolute;
  top: 55%;
  margin-left: 100px;
}

.p-philosophy {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", "游明朝体";
  padding: 100px 130px;
}

.p-philosophy__title {
  font-weight: 300;
  font-size: 2.8vw;
  line-height: 1.5;
  letter-spacing: 0.8vw;
}
.p-philosophy__title .p-philosophy__titleBracket1 {
  vertical-align: top;
}
.p-philosophy__title .p-philosophy__titleBig {
  font-size: 4.9vw;
  font-weight: 600;
}
.p-philosophy__title .p-philosophy__titleBracket2 {
  vertical-align: bottom;
}

.p-philosophy__title {
  opacity: 0;
}

.p-philosophy__description {
  margin-left: 3vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 3s, visibility 3s, -webkit-transform 3s;
  transition: opacity 3s, visibility 3s, -webkit-transform 3s;
  transition: opacity 3s, visibility 3s, transform 3s;
  transition: opacity 3s, visibility 3s, transform 3s, -webkit-transform 3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-philosophy__description .p-philosophy__lead {
  font-size: 1.7vw;
  font-weight: 600;
  padding: 5.56vw 0 4.2vw;
  line-height: 2;
}
.p-philosophy__description .p-philosophy__text {
  margin-top: 1.7vw;
  font-size: 1.5vw;
  line-height: 2;
}
.p-philosophy__description .p-philosophy__textSP {
  font-size: 1.5vw;
  line-height: 2;
}

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

.p-movie__movieArea {
  max-width: 800px;
  margin: 80px auto 0;
  padding: 0 50px;
  aspect-ratio: 16/9;
}
.p-movie__movieArea .p-movie__video {
  width: 100%;
  height: 100%;
}

.p-worries {
  position: relative;
}

.p-worries::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 110px 0 110px;
  border-color: #E5E3DD transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
}

.p-worries__lead {
  font-size: 30px;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
  text-align: center;
}

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

.p-worries__flexArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.p-worries__list {
  margin-right: 60px;
  list-style-type: none;
  counter-reset: number;
}

.p-worries__item {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  position: relative;
  font-weight: 600;
  font-size: 20px;
}

.p-worries__item:first-child {
  margin-top: 0;
}

.p-worries__item::before {
  content: counter(number);
  counter-increment: number;
  display: inline-block;
  padding: 0 16px 0 6px;
}

.p-worries__item::after {
  content: "";
  position: absolute;
  display: block;
  top: 47%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #3C3A39;
  border-radius: 50%;
}

.p-worries__img {
  width: 13.2vw;
}

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

.p-strength__flexArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
}

.p-strength__title {
  width: 27.8vw;
  margin-right: 30px;
}

.p-strength__circle {
  width: 36.8vw;
}

.u-bg2.p-businessImage {
  text-align: center;
}

.p-businessImage__title {
  text-align: left;
  margin: 0 40px 20px;
  font-size: 1.5rem;
  font-weight: 600;
}

.p-service {
  overflow: hidden;
}
.p-service .c-fadeUpContainer {
  max-width: none;
}

.p-serviceBoxArea {
  margin: 80px auto 0;
  max-width: 980px;
}

.p-serviceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 50px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translate(-150px, 150px);
          transform: translate(-150px, 150px);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.p-serviceBox .p-serviceBox__description {
  margin: 60px 0 0 -60px;
  padding: 40px 40px 40px 110px;
  width: 50%;
  background-color: #fff;
}
.p-serviceBox .p-serviceBox__description .p-serviceBox__title {
  font-size: 24px;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
}
.p-serviceBox .p-serviceBox__description .p-serviceBox__text {
  padding-top: 40px;
  line-height: 1.6;
}
.p-serviceBox .p-serviceBox__media {
  position: relative;
  width: 80%;
}

.p-serviceBox:nth-child(2n) {
  margin: 60px 0 0 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-transform: translate(150px, 150px);
          transform: translate(150px, 150px);
}
.p-serviceBox:nth-child(2n) .p-serviceBox__description {
  padding: 40px 110px 40px 40px;
  margin: 60px -60px 0 0;
}

.p-serviceBox--fadeIn {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.p-serviceBox--fadeIn:nth-child(2n) {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.p-topContact {
  background: url("/img/contact.jpeg") no-repeat center/cover;
  position: relative;
  z-index: 0;
  font-family: "ロゴたいぷゴシック", "コーポレート明朝 ver3", "ヒラギノ丸ゴ ProN";
}

.p-topContact::after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-roundList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-roundList__item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 220px;
  height: 220px;
  text-align: center;
  margin: 0 20px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 3px;
}

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

.p-topContact__text {
  margin-top: 60px;
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.p-topContact__btn {
  font-size: 36px;
  color: #fff;
  display: inline-block;
  background-color: #B58F4D;
  padding: 30px 40px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .p-topMainVisual .p-topMainVisual__filter {
    width: 100%;
  }
  .p-topMainVisual .p-topMainVisual__title {
    font-size: 32px;
    top: 55%;
    margin-left: 20px;
    letter-spacing: 2px;
  }
  .p-topMainVisual .p-topMainVisual__description {
    font-size: 20px;
    line-height: 2;
    position: absolute;
    top: 65%;
    margin-left: 20px;
    letter-spacing: 2px;
  }
  .p-philosophy {
    padding: 60px 20px;
  }
  .p-philosophy__title {
    font-size: 6vw;
  }
  .p-philosophy__title .p-philosophy__titleBig {
    font-size: 12vw;
  }
  .p-philosophy__description {
    margin-right: 0;
  }
  .p-philosophy__description .p-philosophy__lead {
    font-size: 5vw;
    padding: 40px 0 30px;
  }
  .p-philosophy__description .p-philosophy__text {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .p-philosophy__description .p-philosophy__textSP {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .p-movie .c-fadeUpContainer {
    padding: 60px 0;
  }
  .p-movie__movieArea {
    padding: 0;
    width: 100%;
  }
  .p-worries__lead {
    font-size: 4vw;
    line-height: 1.4;
  }
  .p-worries__question {
    font-size: 5vw;
    margin-top: 40px;
  }
  .p-worries__flexArea {
    display: block;
    margin-top: 40px;
  }
  .p-worries__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .p-worries__item {
    margin-top: 30px;
    font-size: 3.3vw;
  }
  .p-worries__item::before {
    padding: 0 4vw 0 1.7vw;
  }
  .p-worries__item::after {
    width: 5vw;
    height: 5vw;
  }
  .p-worries__img {
    width: 22vw;
    margin: 40px auto 0;
  }
  .p-strength__resolution {
    font-size: 5vw;
    margin-top: 30px;
  }
  .p-strength__flexArea {
    display: block;
    margin-top: 80px;
  }
  .p-strength__title {
    width: 75vw;
    margin: 0 auto;
    max-width: 430px;
  }
  .p-strength__circle {
    width: 70vw;
    margin: 40px auto 0;
  }
  .u-bg2.p-businessImage {
    text-align: center;
  }
  .p-businessImage__title {
    text-align: left;
    margin: 0 40px 20px 0px;
    font-size: 16px;
  }
  .p-serviceBoxArea {
    margin: 60px auto 0;
  }
  .p-serviceBox {
    display: block;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
    margin: 60px 0 0 0;
  }
  .p-serviceBox .p-serviceBox__description {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 20px;
    width: 100%;
  }
  .p-serviceBox .p-serviceBox__description .p-serviceBox__title {
    font-size: 24px;
  }
  .p-serviceBox .p-serviceBox__description .p-serviceBox__text {
    padding-top: 40px;
    line-height: 1.6;
  }
  .p-serviceBox .p-serviceBox__description .p-serviceBox__text .p-serviceBox--BrLift {
    display: none;
  }
  .p-serviceBox .p-serviceBox__media {
    width: 100%;
  }
  .p-serviceBox:nth-child(2n) {
    margin: 60px 0 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  .p-serviceBox--fadeIn {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .p-serviceBox--fadeIn:nth-child(2n) {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .p-serviceBox--fadeIn:nth-child(2n) .p-serviceBox__description {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 20px;
    margin: 0;
  }
  .p-roundList {
    margin-top: 40px;
  }
  .p-roundList__item {
    width: 28vw;
    height: 28vw;
    margin: 0 5px;
    letter-spacing: 2px;
    font-size: 2.8vw;
    line-height: 1.4;
  }
  .p-topContact__text {
    margin-top: 40px;
    font-size: 16px;
  }
  .p-topContact__btn {
    font-size: 20px;
    padding: 20px;
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  .p-topMAinVisual__textArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}