@charset "UTF-8";
/*
Theme Name: Nakata
Author: noname
Description: theme
Version: 1.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.6;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

*, :after, :before {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body, html {
  background: #fff;
  color: #161616;
  font-size: 10px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body.noScroll {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

header {
  height: 36px;
  position: fixed;
  left: 60px;
  right: 60px;
  top: -60px;
  box-sizing: border-box;
  z-index: 100;
  mix-blend-mode: difference;
  transition: top 0.8s ease-in-out;
}
header.on {
  top: 60px;
}
@media screen and (max-width: 768px) {
  header {
    left: 6.6666666667vw;
    right: 6.6666666667vw;
    top: -6.6666666667vw;
    height: 6.6666666667vw;
  }
  header.on {
    top: 6.6666666667vw;
  }
}
header h1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 36px;
  text-indent: -9999px;
  background: url(./img/common/logo_header.svg) no-repeat center center/contain;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header h1 {
    background-image: url(./img/common/logo_header_sp.png);
    width: 37.0666666667vw;
    height: 6.6666666667vw;
  }
}
header nav ul {
  font-size: 1.4rem;
  float: right;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  header nav ul {
    display: none;
  }
}
header nav ul li {
  float: left;
  margin-right: 30px;
  list-style: none;
}
@media screen and (max-width: 820px) {
  header nav ul li {
    margin-right: 15px;
  }
}
header nav ul li:last-child {
  margin-right: 158px;
}
header nav ul li a:not([class]) {
  color: #fff;
  line-height: 36px;
  text-decoration: none;
  letter-spacing: 0.04em;
}
header nav ul li a:not([class]):hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  header nav {
    background: #f0f0f0;
  }
}

.spNav {
  position: fixed;
  display: none !important;
  padding-top: 34.5333333333vw;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f0f0f0;
  z-index: 9;
  padding-left: 6.6666666667vw;
  padding-right: 6.6666666667vw;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .spNav.open {
    display: block !important;
    opacity: 1;
  }
}
.spNav ul {
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  border-top: 1px solid #c1c1c1;
  margin-bottom: 10.6666666667vw;
}
.spNav ul li {
  border-bottom: 1px solid #c1c1c1;
  list-style: none;
  line-height: 1;
}
.spNav ul li a {
  display: block;
  text-decoration: none;
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  color: #333333;
  background: url(./img/icon/icon_arrow_black.svg) no-repeat center center/contain;
  background-size: 2.9333333333vw;
  background-position: 100% center;
}
.spNav .contact-button-sp {
  display: block;
  width: 100%;
  height: 10.6666666667vw;
  border-radius: 5.3333333333vw;
  background: #565656;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  line-height: 10.6666666667vw;
  text-decoration: none;
  margin-bottom: 21.3333333333vw;
}
.spNav .contact-button-sp:before {
  position: relative;
  top: 1px;
  margin-right: 10px;
  content: " ";
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(./img/icon/icon_mail.svg) no-repeat center center/contain;
}

.menuButton {
  display: none;
}
@media screen and (max-width: 768px) {
  .menuButton {
    mix-blend-mode: difference;
    display: block;
    position: fixed;
    right: 6.6666666667vw;
    top: 6.6666666667vw;
    width: 8vw;
    height: 6.6666666667vw;
    z-index: 100;
  }
  .menuButton span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    width: 8vw;
    background: #ffffff;
    transition: transform 0.3s, top 0.3s, bottom 0.3s, background 0.3s, transform-origin 0.3s;
  }
  .menuButton span:first-child {
    top: 2.2666666667vw;
  }
  .menuButton span:last-child {
    bottom: 2.2666666667vw;
  }
  .menuButton.open span {
    background: #333;
  }
  .menuButton.open span:first-child {
    transform-origin: 0 50%;
    transform: rotate(29deg);
    top: 1.2vw;
  }
  .menuButton.open span:last-child {
    transform-origin: 0 50%;
    transform: rotate(-29deg);
    bottom: 1.2vw;
  }
}

footer {
  background: #ececec;
}
footer .footerContact {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 80px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
footer .footerContact:after {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  left: 50%;
  width: 1px;
  top: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  footer .footerContact:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .footerContact {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
footer .footerContact .box {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footerContact .box {
    width: 100%;
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  footer .footerContact .box:first-child {
    border-bottom: 2px solid #fff;
  }
}
footer .footerContact h2 {
  color: #333333;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
footer .footerContact h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
footer .footerContact h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  footer .footerContact h2 {
    font-size: 1.7rem;
    margin-bottom: 5.3333333333vw;
  }
}
footer .footerContact .note {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
footer .footerContact .note::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
footer .footerContact .note::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  footer .footerContact .note {
    margin-bottom: 5.3333333333vw;
    line-height: 1.8;
  }
  footer .footerContact .note::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
    content: "";
  }
  footer .footerContact .note::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
    content: "";
  }
}
footer .footerContact .tel {
  padding-top: 10px;
  font-size: 3.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  color: #333333;
  line-height: 1;
  position: relative;
  display: block;
}
footer .footerContact .tel:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 3px;
  background: url(./img/icon/icon_tel.png) no-repeat center center/contain;
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  footer .footerContact .tel {
    font-size: 2.3rem;
    font-weight: 400;
    padding-top: 0;
  }
  footer .footerContact .tel:before {
    width: 2.3rem;
    height: 2.3rem;
    margin-right: 15px;
  }
}
footer .footerContact .button {
  width: 400px;
  height: 56px;
  background: #565656;
  color: #fff;
  border-radius: 28px;
  font-size: 1.4rem;
  line-height: 56px;
  text-align: center;
  line-height: 56px;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  position: relative;
}
footer .footerContact .button:after {
  content: " ";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(./img/icon/icon_arrow_white.svg) no-repeat center center/contain;
  width: 13px;
  height: 14px;
}
footer .footerContact .button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 950px) {
  footer .footerContact .button {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  footer .footerContact .button {
    display: block;
    width: auto;
    height: 11.4666666667vw;
    border-radius: 5.7333333333vw;
    margin: 0 6.6666666667vw;
    font-weight: 400;
    line-height: 10.9333333333vw;
  }
  footer .footerContact .button::after {
    width: 2.9333333333vw;
    height: 2.6666666667vw;
    right: 5.7333333333vw;
  }
}
footer .footerNav {
  padding-top: 80px;
  background: #c1c1c1;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  footer .footerNav {
    padding-bottom: 13.3333333333vw;
  }
}
footer .footerNav .logo {
  width: 224px;
  height: 40px;
  text-indent: -9999px;
  background: url(./img/common/logo_footer.svg) no-repeat center center/contain;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  footer .footerNav .logo {
    width: 47.4666666667vw;
    height: 8.5333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
footer .footerNav nav {
  font-size: 1.4rem;
  margin-bottom: 60px;
}
footer .footerNav nav ul {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  footer .footerNav nav ul {
    margin-bottom: 13.3333333333vw;
  }
}
footer .footerNav nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer .footerNav nav ul li {
    display: block;
    line-height: 1;
    margin-bottom: 5.3333333333vw;
  }
  footer .footerNav nav ul li:last-child {
    margin-bottom: 0;
  }
}
footer .footerNav nav ul li a {
  text-decoration: none;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #333333;
}
footer .footerNav .address {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #333333;
  margin-bottom: 20px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  footer .footerNav .address {
    line-height: 1.8;
    margin-bottom: 5.3333333333vw;
  }
  footer .footerNav .address::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
    content: "";
  }
  footer .footerNav .address::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
    content: "";
  }
}
footer .footerNav .telBox {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #333333;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  footer .footerNav .telBox {
    margin-bottom: 13.3333333333vw;
  }
}
footer .footerNav .telBox span + span {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  footer .footerNav .telBox span + span {
    margin-left: 5.7333333333vw;
  }
}
footer .footerNav .telBox a {
  text-decoration: none;
}
footer .footerNav .copyright {
  font-size: 1rem;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  footer .footerNav .copyright {
  }
}

.contact-button {
  position: fixed;
  right: 60px;
  top: -60px;
  display: block;
  height: 36px;
  background: #565656;
  color: #fff;
  z-index: 100;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 18px;
  transition: opacity 0.3s;
  font-size: 1.2rem;
  transition: top 0.8s ease-in-out;
}
.contact-button.on {
  top: 60px;
}
.contact-button:hover {
  opacity: 0.8;
}
.contact-button:before {
  position: relative;
  top: 1px;
  margin-right: 10px;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(./img/icon/icon_mail.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .contact-button {
    display: none;
  }
}

#hero {
  width: 100%;
  height: 600px;
  background: #eee no-repeat center center/cover;
  margin-bottom: 108px;
}
#hero.heroFirm {
  background-image: url(./img/bg_firm.jpg);
}
#hero.heroService {
  background-image: url(./img/bg_service.jpg);
}
#hero.heroPrice {
  background-image: url(./img/bg_price.jpg);
}
#hero.heroContact {
  background-image: url(./img/bg_contact.jpg);
}
#hero.heroColumns {
  background-image: url(./img/bg_column.jpg);
}
#hero.heroPosts {
  background-image: url(./img/bg_column.jpg);
}

@media screen and (max-width: 768px) {
  #hero {
    margin-bottom: 16vw;
    height: 66.6666666667vw;
  }
}

.title {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 50px;
  }
}
.title h2 {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #ececec;
  font-size: 9.2rem;
  line-height: 1;
}
.title h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.title h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 950px) {
  .title h2 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .title h2 {
    font-size: 12.2666666667vw;
  }
}
.title p.note {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  font-size: 2.6rem;
  padding-top: 65px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-family: "hiragino-mincho-pron", serif;
  font-weight: 600;
  font-style: normal;
  color: #161616;
}
.title p.note::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.title p.note::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .title p.note {
    font-size: 2.3rem;
    padding-top: 8vw;
    padding-left: 2.6666666667vw;
  }
}

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

br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: inline-block;
  }
}

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

#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: #fff;
  opacity: 0;
  transition: opacity 3s;
  pointer-events: none;
}
#loader.on {
  opacity: 1;
  pointer-events: auto;
}
#loader.forceOff {
  opacity: 0;
  pointer-events: none;
  transition: none;
}
#loader #progress {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  color: #c1c1c1;
}
#loader #progress-bar {
  position: absolute;
  transition: width 0.3s, left 0.3s, right 0.3s;
  height: 1px;
  left: 50%;
  right: 50%;
  top: 50%;
  background: #c1c1c1;
}

.scrollFade {
  opacity: 0;
  transition: opacity 0.8s;
}
.scrollFade.on {
  opacity: 1;
}

#tophero {
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin-bottom: 120px;
  position: relative;
}
#tophero:after {
  position: absolute;
  content: " ";
  display: block;
  width: 1px;
  height: 140px;
  bottom: 60px;
  right: 63px;
  background: #fff;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  #tophero:after {
    height: 16vw;
    right: 6.6666666667vw;
    bottom: 6.6666666667vw;
  }
}
#tophero:before {
  position: absolute;
  content: " ";
  display: block;
  width: 1px;
  height: 1px;
  bottom: 159px;
  right: 63px;
  background: #fff;
  opacity: 1;
  z-index: 2;
  animation: anime 3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  #tophero:before {
    height: 0.1333333333vw;
    right: 6.6666666667vw;
    bottom: 22.5333333333vw;
  }
}
@keyframes anime {
  0% {
    height: 1px;
    bottom: 179px;
    opacity: 0.2;
    @media screen and (max-width: 768px) {
      #tophero {
        height: 0.1333333333vw;
        bottom: 22.5333333333vw;
      }
    }
  }
  50% {
    bottom: 60px;
    height: 140px;
    opacity: 1;
    @media screen and (max-width: 768px) {
      #tophero {
        height: 16vw;
        bottom: 6.6666666667vw;
      }
    }
  }
  95% {
    opacity: 0;
  }
  100% {
    bottom: 60px;
    height: 0px;
    @media screen and (max-width: 768px) {
      #tophero {
        bottom: 6.6666666667vw;
        height: 0vw;
      }
    }
  }
}
@media screen and (max-width: 768px) {
  @keyframes anime {
    0% {
      opacity: 0.2;
      height: 0.1333333333vw;
      bottom: 22.5333333333vw;
    }
    50% {
      opacity: 1;
      height: 16vw;
      bottom: 6.6666666667vw;
    }
    95% {
      opacity: 0;
    }
    100% {
      bottom: 6.6666666667vw;
      height: 0vw;
    }
  }
}
#tophero .copy {
  position: absolute;
  top: 50%;
  right: 60px;
  transform-origin: right center;
  transform: translateY(-50%) scale(0.9);
  writing-mode: vertical-rl;
  font-size: 1rem;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #tophero .copy {
    display: none;
  }
}
#tophero p {
  position: absolute;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  left: 60px;
  bottom: 60px;
  color: #fff;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#tophero p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
#tophero p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
#tophero p.on {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #tophero {
    display: block;
    height: 100vh;
    height: 100svh;
    margin-bottom: 16vw;
  }
  #tophero p {
    width: 28vw;
    height: 56.4vw;
    text-indent: -9999px;
    color: transparent;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(./img/top/sp_top_text.png) no-repeat center center/contain;
  }
}
#tophero .slider-container {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  height: 100%;
}
#tophero .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#tophero .slider.fade {
  opacity: 1;
}
#tophero .slider .slideBox {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  height: 100%;
  width: 50%;
  transition: left 0.8s ease-in-out, top 0.8s ease-in-out, opacity 1.5s linear;
}
#tophero .slider .slideBox:nth-child(even) {
  right: 0;
  top: 15vh;
}
@media screen and (max-width: 768px) {
  #tophero .slider .slideBox:nth-child(even) {
    right: auto;
  }
}
#tophero .slider .slideBox:nth-child(odd) {
  left: 0;
  top: -15vh;
}
@media screen and (max-width: 768px) {
  #tophero .slider .slideBox:nth-child(odd) {
    left: auto;
  }
}
#tophero .slider .slideBox.fade {
  top: 0vh;
}
#tophero .slider .slideBox.on {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #tophero .slider .slideBox {
    top: auto;
    width: 100%;
    height: 50%;
    right: auto;
  }
  #tophero .slider .slideBox:nth-child(even) {
    bottom: 0;
    left: -10vw !important;
  }
  #tophero .slider .slideBox:nth-child(odd) {
    top: 0vw;
    left: 10vw !important;
  }
  #tophero .slider .slideBox.fade {
    top: auto;
    left: 0vw !important;
  }
}
#tophero .slider .slideBox:nth-child(1) {
  background-image: url(./img/topSlide/hero_top_01.jpg);
}
@media screen and (max-width: 768px) {
  #tophero .slider .slideBox:nth-child(1) {
    background-image: url(./img/topSlide/sp_hero_top_01.jpg);
  }
}
#tophero .slider .slideBox:nth-child(2) {
  background-image: url(./img/topSlide/hero_top_02.jpg);
  background-position: center left;
}
@media screen and (max-width: 768px) {
  #tophero .slider .slideBox:nth-child(2) {
    background-image: url(./img/topSlide/sp_hero_top_02.jpg);
  }
}
#tophero .slider .slideBox:nth-child(3) {
  background-image: url(./img/topSlide/hero_top_03.jpg);
}
@media screen and (max-width: 768px) {
  #tophero .slider .slideBox:nth-child(3) {
    background-image: url(./img/topSlide/sp_hero_top_03.jpg);
  }
}
#tophero .slider .slideBox:nth-child(4) {
  background-image: url(./img/topSlide/hero_top_04.jpg);
  background-position: center right;
}
@media screen and (max-width: 768px) {
  #tophero .slider .slideBox:nth-child(4) {
    background-image: url(./img/topSlide/sp_hero_top_04.jpg);
  }
}
#tophero .slider .slideBox:nth-child(5) {
  background-image: url(./img/topSlide/hero_top_05.jpg);
}
@media screen and (max-width: 768px) {
  #tophero .slider .slideBox:nth-child(5) {
    background-image: url(./img/topSlide/sp_hero_top_05.jpg);
  }
}
#tophero .slider .slideBox:nth-child(6) {
  background-image: url(./img/topSlide/hero_top_06.jpg);
}
@media screen and (max-width: 768px) {
  #tophero .slider .slideBox:nth-child(6) {
    background-image: url(./img/topSlide/sp_hero_top_06.jpg);
  }
}

.topSection {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .topSection {
    display: block;
    margin-bottom: 26.6666666667vw;
  }
}
.topSection.type1 {
  flex-direction: row;
  min-height: 640px;
}
.topSection.type1 .box:last-child {
  text-align: right;
  aspect-ratio: 1;
}
.topSection.type1 .box:last-child img:first-child {
  position: relative;
  z-index: 2;
  margin-bottom: 190px;
  width: 78.12%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .topSection.type1 .box:last-child img:first-child {
    width: 77.7333333333vw;
  }
}
.topSection.type1 .box:last-child img:nth-child(2) {
  position: absolute;
  width: 56.25%;
  left: 40px;
  top: 32vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .topSection.type1 .box:last-child img:nth-child(2) {
    left: 6.6666666667vw;
    width: 56vw;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .topSection.type1 .box:last-child {
    height: 99.4666666667vw;
  }
}
.topSection.type1 .box:first-child {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .topSection.type1 .box:first-child {
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 13.3333333333vw;
  }
}
.topSection.type1 p.text {
  text-align: justify;
  padding-left: 20px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .topSection.type1 p.text {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.topSection.type2 .box:last-child {
  padding-right: 40px;
}
.topSection.type2 .box:last-child img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topSection.type2 .box:last-child img {
    width: 93.3333333333vw;
    max-width: none;
  }
}
.topSection.type2 .box:first-child {
  padding-left: 40px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .topSection.type2 .box:first-child {
    margin-bottom: 13.3333333333vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.topSection.type2 .box:first-child h3 {
  font-size: 2rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .topSection.type2 .box:first-child h3 {
    font-size: 1.6rem;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-bottom: 20px;
  }
}
.topSection.type2 .box:first-child p {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .topSection.type2 .box:first-child p {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.topSection.type3 {
  position: relative;
  display: block;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .topSection.type3 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.topSection.type3 .posts {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .topSection.type3 .posts {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.topSection.type3 .posts ul {
  margin: 0;
  padding: 0;
  display: flex;
  margin-block: 0;
  padding-inline: 0;
}
.topSection.type3 .posts ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .topSection.type3 .posts ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.6666666667vw;
  }
  .topSection.type3 .posts ul:nth-child(odd) {
    margin-right: 0;
  }
  .topSection.type3 .posts ul:after {
    display: none;
  }
}
.topSection.type3 .posts ul li {
  list-style: none;
  margin-right: 3.68%;
  width: 22.32%;
}
.topSection.type3 .posts ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .topSection.type3 .posts ul li {
    width: calc(calc(100% - 6.6666666667vw) / 2);
    float: none;
    margin-right: 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .topSection.type3 .posts ul li:nth-child(even) {
    margin-right: 0;
  }
}
.topSection.type3 .posts ul li a {
  text-decoration: none;
}
.topSection.type3 .posts ul li a > img {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .topSection.type3 .posts ul li a > img {
    margin-bottom: 5.3333333333vw;
  }
}
.topSection.type3 .posts ul li a .date {
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 20px;
  color: #4e4e4e;
}
@media screen and (max-width: 768px) {
  .topSection.type3 .posts ul li a .date {
    margin-bottom: 2.6666666667vw;
  }
}
.topSection.type3 .posts ul li a h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333333;
  font-weight: normal;
  text-wrap: wrap;
}
.topSection.type3 .posts ul li a h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.topSection.type3 .posts ul li a h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .topSection.type3 .posts ul li a h3 {
    font-size: 1.4rem;
  }
}
.topSection.type3 .more {
  position: absolute;
  right: 80px;
  top: 64px;
  line-height: 1;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #333333;
  z-index: 10;
  font-weight: 500;
  padding-right: 25px;
}
.topSection.type3 .more:hover {
  opacity: 0.8;
}
.topSection.type3 .more:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 14px;
  width: 14px;
  background: url(./img/icon/icon_arrow_black.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .topSection.type3 .more {
    width: 100%;
    display: block;
    text-align: right;
    position: relative;
    top: auto;
    right: auto;
    padding-right: 8.2666666667vw;
    z-index: 1;
  }
  .topSection.type3 .more:after {
    height: 2.6666666667vw;
    width: 2.9333333333vw;
    right: 2.6666666667vw;
  }
}
.topSection .box {
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
.topSection .box *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topSection .box {
    width: 100%;
  }
}
.topSection .text {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.topSection .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.topSection .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
.topSection.type2 .text {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .topSection .text {
    text-align: justify;
  }
  .topSection.type2 .text {
  }
}

.firm {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .firm {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.firm .firmBox {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .firm .firmBox {
    display: block;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-bottom: 26.6666666667vw;
  }
}
.firm .firmBox .box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .firm .firmBox .box {
    width: 100%;
  }
}
.firm .firmBox.type1 .box:first-child {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .firm .firmBox.type1 .box:first-child {
    padding-right: 0;
    margin-bottom: 12vw;
  }
  .firm .firmBox.type1 .box:first-child img {
    width: 100%;
  }
}
.firm .firmBox.type1 .box:last-child {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .firm .firmBox.type1 .box:last-child {
    padding-left: 0;
  }
}
.firm .firmBox.type1 .name {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .firm .firmBox.type1 .name {
    margin-bottom: 2.6666666667vw;
  }
}
.firm .firmBox.type1 .english {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .firm .firmBox.type1 .english {
    margin-bottom: 10.6666666667vw;
  }
}
.firm .firmBox.type1 .description {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.firm .firmBox.type1 .description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.firm .firmBox.type1 .description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .firm .firmBox.type1 .description {
    text-align: justify;
  }
}
.firm .firmBox.type2 {
  flex-direction: row-reverse;
}
.firm .firmBox.type2 .box:first-child {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .firm .firmBox.type2 .box:first-child {
    padding-left: 0;
    margin-bottom: 12vw;
  }
  .firm .firmBox.type2 .box:first-child img {
    width: 100%;
  }
}
.firm .firmBox.type2 .box:last-child {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .firm .firmBox.type2 .box:last-child {
    padding-right: 0;
  }
}
.firm .firmBox.type2 .box:last-child h3 {
  padding-top: 8px;
  letter-spacing: 0.1em;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .firm .firmBox.type2 .box:last-child h3 {
    margin-bottom: 8vw;
    font-weight: 500;
  }
}
.firm .firmBox.type2 .box:last-child table {
  border-top: 1px solid #ececec;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.firm .firmBox.type2 .box:last-child table tr th, .firm .firmBox.type2 .box:last-child table tr td {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ececec;
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.8;
  vertical-align: top;
  font-weight: normal;
  font-style: normal;
}
.firm .firmBox.type2 .box:last-child table tr th::before, .firm .firmBox.type2 .box:last-child table tr td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.firm .firmBox.type2 .box:last-child table tr th::after, .firm .firmBox.type2 .box:last-child table tr td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .firm .firmBox.type2 .box:last-child table tr th, .firm .firmBox.type2 .box:last-child table tr td {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.firm .firmBox.type2 .box:last-child table tr th {
  padding-left: 20px;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .firm .firmBox.type2 .box:last-child table tr th {
    padding-left: 0;
    width: 22.4vw;
  }
}
.firm .mapBox {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .firm .mapBox {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-bottom: 26.6666666667vw;
  }
}
.firm .mapBox .map {
  width: 100%;
  height: 600px;
  background: #eee;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .firm .mapBox .map {
    height: 80vw;
    margin-bottom: 9.3333333333vw;
  }
}
.firm .mapBox .map iframe {
  width: 100%;
  height: 100%;
}
.firm .mapBox .route {
  position: relative;
}
.firm .mapBox .route ul {
	
  margin: 0;
  padding: 0;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .firm .mapBox .route ul {
    width: 100%;
  }
}
.firm .mapBox .route ul li {
  margin-bottom: 20px;
  padding-left: 14px;
  list-style: none;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.firm .mapBox .route ul li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.firm .mapBox .route ul li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
.firm .mapBox .route ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  margin-top: -0.4em;
  content: "・";
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(./img/icon/icon_blank.png) no-repeat center center/contain;
}
.firm .mapBox .route ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .firm .mapBox .route ul li {
    margin-bottom: 6.6666666667vw;
    padding-left: 2.6666666667vw;
    text-align: justify;
  }
  .firm .mapBox .route ul li:before {
    margin-top: 0;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 0;
    left: -1.3333333333vw;
    line-height: 1.8;
    width: auto;
    height: auto;
  }
}
.firm .mapBox .route .googleMap {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 56px;
  background: #565656;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 28px;
  text-decoration: none;
}
.firm .mapBox .route .googleMap:after {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(./img/icon/icon_blank.png) no-repeat center center/contain;
  margin-left: 20px;
}
.firm .mapBox .route .googleMap:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .firm .mapBox .route .googleMap {
    display: none;
  }
}

.service {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .service {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.service .serviceList {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .service .serviceList {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.service .serviceList .serviceBox {
  display: flex;
  margin-bottom: 100px;
}
.service .serviceList .serviceBox:last-child {
  margin-bottom: 165px;
}
@media screen and (max-width: 768px) {
  .service .serviceList .serviceBox:last-child {
    margin-bottom: 26.6666666667vw;
  }
  .service .serviceList .serviceBox {
    display: block;
    margin-bottom: 14.6666666667vw;
  }
}
.service .serviceList .serviceBox h3 {
  width: 30%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  padding-right: 40px;
}
.service .serviceList .serviceBox h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.service .serviceList .serviceBox h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .service .serviceList .serviceBox h3 {
    margin-bottom: 6.6666666667vw;
    width: auto;
  }
}
.service .serviceList .serviceBox .content {
  flex: 1;
  font-size: 1.4rem;
  line-height: 2;
}
.service .serviceList .serviceBox .content::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.service .serviceList .serviceBox .content::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .service .serviceList .serviceBox .content {
    margin-bottom: 8vw;
  }
}
.service .serviceList .serviceBox .focus {
  padding: 60px;
  margin-top: 60px;
  background: url(./img/icon/icon_focus_01.png) no-repeat left top, url(./img/icon/icon_focus_02.png) no-repeat right bottom;
}
.service .serviceList .serviceBox .focus *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .service .serviceList .serviceBox .focus {
    padding: 40px;
  }
}
@media screen and (max-width: 880px) {
  .service .serviceList .serviceBox .focus {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service .serviceList .serviceBox .focus {
    padding-top: 10.6666666667vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background-size: 8vw 8vw, 8vw 8vw;
    margin-bottom: 16vw;
    margin-top: 8vw;
  }
}
.service .serviceList .serviceBox h4 {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .service .serviceList .serviceBox h4 {
    line-height: 1.8;
    margin-bottom: 9.3333333333vw;
  }
  .service .serviceList .serviceBox h4::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
    content: "";
  }
  .service .serviceList .serviceBox h4::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
    content: "";
  }
}
.service .serviceList .serviceBox p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 35px;
  text-align: justify;
}
.service .serviceList .serviceBox p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.service .serviceList .serviceBox p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .service .serviceList .serviceBox p {
    line-height: 2;
    margin-bottom: 8vw;
  }
  .service .serviceList .serviceBox p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .service .serviceList .serviceBox p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}
.service .serviceList .serviceBox .speech-bubble {
  background: url(./img/icon/icon_bubble.png) no-repeat left center;
  height: 30px;
  padding-left: 52px;
  margin-top: 35px;
  margin-bottom: 35px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .service .serviceList .serviceBox .speech-bubble {
    background: url(./img/icon/icon_bubble.png) no-repeat left 1.8666666667vw;
    background-size: 6vw 5.6vw;
    padding-left: 9.3333333333vw;
    height: auto;
    margin-bottom: 6.6666666667vw;
    line-height: 2;
  }
  .service .serviceList .serviceBox .speech-bubble::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .service .serviceList .serviceBox .speech-bubble::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}
.service .serviceList .serviceBox ul {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .service .serviceList .serviceBox ul {
    margin-bottom: 10.6666666667vw;
  }
}
.service .serviceList .serviceBox ul li {
  line-height: 1;
  list-style: none;
  margin-bottom: 20px;
}
.service .serviceList .serviceBox ul li:last-child {
  margin-bottom: 0;
}
.service .serviceList .serviceBox ul li:before {
  content: "・";
  margin-left: -5px;
}
@media screen and (max-width: 768px) {
  .service .serviceList .serviceBox ul li {
    margin-bottom: calc(5.3333333333vw - 0.4em);
    line-height: 1.8;
    margin-top: -0.4em;
    padding-left: 3.0666666667vw;
    position: relative;
  }
  .service .serviceList .serviceBox ul li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.service .serviceList .serviceBox .button {
  display: inline-block;
  text-decoration: none;
  padding-right: 30px;
  padding-left: 30px;
  height: 56px;
  border-radius: 28px;
  background: #565656;
  color: #fff;
  font-size: 1.4rem;
  line-height: 56px;
  letter-spacing: 0.1em;
  position: relative;
}
.service .serviceList .serviceBox .button:after {
  position: relative;
  top: 2px;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(./img/icon/icon_arrow_white.svg) no-repeat left center/contain;
  margin-left: 20px;
}
.service .serviceList .serviceBox .button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .service .serviceList .serviceBox .button {
    display: block;
    text-align: center;
    width: 64vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    line-height: 10.4vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .service .serviceList .serviceBox .button:after {
    top: 0vw;
    width: 2.9333333333vw;
    height: 2.6666666667vw;
    margin-left: 3.3333333333vw;
  }
  .service .serviceList .serviceBox .button .sp {
    display: inline-block;
  }
}

.contact {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 950px) {
  .contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.contact .contactBox {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .contact .contactBox {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.contact .contactBox .text-center .required {
  color: #b83030;
}
.contact .contactBox .text-center {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.contact .contactBox .text-center::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.contact .contactBox .text-center::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .contact .contactBox .text-center {
    text-align: left;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contactBox .sp-text-center {
    text-align: center;
  }
}
.contact .contactBox .contactTelBox {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .contact .contactBox .contactTelBox {
    margin-bottom: 26.6666666667vw;
  }
}
.contact .contactBox .contactTelBox .note {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 31px;
}
.contact .contactBox .contactTelBox .note::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.contact .contactBox .contactTelBox .note::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .contact .contactBox .contactTelBox .note {
  }
}
.contact .contactBox .contactTelBox .tel {
  padding-top: 10px;
  font-size: 3.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  color: #333333;
  line-height: 1;
  position: relative;
}
.contact .contactBox .contactTelBox .tel:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 3px;
  background: url(./img/icon/icon_tel.png) no-repeat center center/contain;
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.contact .contactBox .contactTelBox .tel:after {
  content: " ";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: #ececec;
  top: 60px;
}
@media screen and (max-width: 768px) {
  .contact .contactBox .contactTelBox .tel {
    font-size: 2.3rem;
    margin-bottom: 3.6vw;
  }
  .contact .contactBox .contactTelBox .tel a {
    text-decoration: none;
  }
  .contact .contactBox .contactTelBox .tel:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 15px;
  }
  .contact .contactBox .contactTelBox .tel:after {
    top: 20vw;
  }
}
.contact .contactBox .contactForm {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .contact .contactBox .contactForm {
    margin-bottom: 17.3333333333vw;
  }
}
.contact .contactBox .contactForm .formSet, .contact .contactBox .contactForm .formCheckBox {
  width: 800px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 950px) {
  .contact .contactBox .contactForm .formSet, .contact .contactBox .contactForm .formCheckBox {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
.contact .contactBox .contactForm .formSet label, .contact .contactBox .contactForm .formCheckBox label {
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact .contactBox .contactForm .formSet label, .contact .contactBox .contactForm .formCheckBox label {
    margin-bottom: 4vw;
  }
}
.contact .contactBox .contactForm .formSet input[type=text], .contact .contactBox .contactForm .formSet input[type=email], .contact .contactBox .contactForm .formSet input[type=tel], .contact .contactBox .contactForm .formSet textarea, .contact .contactBox .contactForm .formCheckBox input[type=text], .contact .contactBox .contactForm .formCheckBox input[type=email], .contact .contactBox .contactForm .formCheckBox input[type=tel], .contact .contactBox .contactForm .formCheckBox textarea {
  display: block;
  background: #ececec;
  width: 100%;
  height: 60px;
  font-size: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact .contactBox .contactForm .formSet input[type=text], .contact .contactBox .contactForm .formSet input[type=email], .contact .contactBox .contactForm .formSet input[type=tel], .contact .contactBox .contactForm .formSet textarea, .contact .contactBox .contactForm .formCheckBox input[type=text], .contact .contactBox .contactForm .formCheckBox input[type=email], .contact .contactBox .contactForm .formCheckBox input[type=tel], .contact .contactBox .contactForm .formCheckBox textarea {
    height: 13.3333333333vw;
  }
}
.contact .contactBox .contactForm .formSet textarea, .contact .contactBox .contactForm .formCheckBox textarea {
  padding-top: 10px;
  padding-bottom: 5px;
  height: 240px;
}
.contact .contactBox .contactForm .formSet input[type=checkbox], .contact .contactBox .contactForm .formCheckBox input[type=checkbox] {
  width: 30px;
  height: 30px;
  float: left;
  background: #ececec;
  margin-right: 22px;
}
.contact .contactBox .contactForm .formSet button, .contact .contactBox .contactForm .formSet input[type=submit], .contact .contactBox .contactForm .formCheckBox button, .contact .contactBox .contactForm .formCheckBox input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 60px;
  background: #c1c1c1;
  border: none;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 0;
}
.contact .contactBox .contactForm .formSet button:hover, .contact .contactBox .contactForm .formSet input[type=submit]:hover, .contact .contactBox .contactForm .formCheckBox button:hover, .contact .contactBox .contactForm .formCheckBox input[type=submit]:hover {
  background: #b1b1b1;
}
.contact .contactBox .contactForm .formSet button:active, .contact .contactBox .contactForm .formSet input[type=submit]:active, .contact .contactBox .contactForm .formCheckBox button:active, .contact .contactBox .contactForm .formCheckBox input[type=submit]:active {
  background: #a1a1a1;
}
.contact .contactBox .contactForm .formSet button:disabled, .contact .contactBox .contactForm .formSet input[type=submit]:disabled, .contact .contactBox .contactForm .formCheckBox button:disabled, .contact .contactBox .contactForm .formCheckBox input[type=submit]:disabled {
  cursor: default;
  background: #ececec;
  color: #a1a1a1;
}
@media screen and (max-width: 768px) {
  .contact .contactBox .contactForm .formSet button, .contact .contactBox .contactForm .formSet input[type=submit], .contact .contactBox .contactForm .formCheckBox button, .contact .contactBox .contactForm .formCheckBox input[type=submit] {
    height: 16vw;
  }
}
.contact .contactBox .contactForm .formSet.required label:after, .contact .contactBox .contactForm .formCheckBox.required label:after {
  content: " *";
  color: #b83030;
}
.contact .contactBox .contactForm .formCheckBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact .contactBox .contactForm .formCheckBox {
    margin-bottom: 10.6666666667vw;
  }
}
.contact .contactBox .contactForm .formCheckBox label {
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .contact .contactBox .contactForm .formCheckBox span.sp {
    display: inline;
  }
}

.columns {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .columns {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.columns .columnsList {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .columns .columnsList {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.columns .columnsList > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .columns .columnsList > ul {
    margin-bottom: 1.3333333333vw;
  }
}
.columns .columnsList > ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
  list-style: none;
}
.columns .columnsList > ul li:last-child {
  margin-right: 0;
}
.columns .columnsList > ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .columns .columnsList > ul li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12vw;
  }
}
.columns .columnsList > ul li a {
  text-decoration: none;
}
.columns .columnsList > ul li a:hover {
  opacity: 0.8;
}
.columns .columnsList > ul li a > img {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .columns .columnsList > ul li a > img {
    margin-bottom: 5.3333333333vw;
    height: 62.4vw;
  }
}
.columns .columnsList > ul li a .date {
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 12px;
  color: #4e4e4e;
}
@media screen and (max-width: 768px) {
  .columns .columnsList > ul li a .date {
    margin-bottom: 2.666666666vw;
  }
}
.columns .columnsList > ul li a h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  font-weight: 500;
  text-wrap: wrap;
}
.columns .columnsList > ul li a h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.columns .columnsList > ul li a h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .columns .columnsList > ul li a h3 {
  }
}
.columns .columnsList .pagenation {
  margin: 40px 0 200px;
}
@media screen and (max-width: 768px) {
  .columns .columnsList .pagenation {
    margin-bottom: 26.6666666667vw;
  }
}
.columns .columnsList .pagenation ul {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-align: center;
}
.columns .columnsList .pagenation ul li {
  list-style: none;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .columns .columnsList .pagenation ul li {
    width: 8vw;
    height: 8vw;
    margin: 0 2.6666666667vw;
  }
}
.columns .columnsList .pagenation ul li .page-numbers {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  text-decoration: none;
}
.columns .columnsList .pagenation ul li .page-numbers.current {
  background-color: #ececec;
}
@media screen and (max-width: 768px) {
  .columns .columnsList .pagenation ul li .page-numbers {
    line-height: 8vw;
  }
}
.columns .columnsList .pagenation ul li a:hover {
  background-color: #ececec;
}

main > .posts {
  width: 100%;
  max-width: 1280px;
  margin: 196px auto 0;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  main > .posts {
    margin-top: 26.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
main > .posts .postsBox {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main > .posts .postsBox {
    width: 100%;
  }
}
main > .posts .postsBox .thumbnail {
  margin-bottom: 60px;
}
main > .posts .postsBox .thumbnail img {
  width: 100%;
}
main > .posts .postsBox .postHead {
  margin-bottom: 60px;
}
main > .posts .postsBox .postHead p.date {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 20px;
}
main > .posts .postsBox .postHead h1 {
  font-size: 2.4rem;
  line-height: 1.6;
}
main > .posts .postsBox .postHead h1.note {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-family: "hiragino-mincho-pron", serif;
  font-weight: 600;
  font-style: normal;
  color: #161616;
}
main > .posts .postsBox .postHead h1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
main > .posts .postsBox .postHead h1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
main > .posts .postsBox .content > *:last-child {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  main > .posts .postsBox .postHead h1 {
    font-size: 1.8rem;
  }
  main > .posts .postsBox .content > *:last-child {
    margin-bottom: 26.6666666667vw;
  }
  main > .posts .postsBox .postHead {
    margin-bottom: 50px;
  }
}
main > .posts .postsBox .content h2 {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
main > .posts .postsBox .content h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
main > .posts .postsBox .content h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
main > .posts .postsBox .content h3 {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
main > .posts .postsBox .content h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
main > .posts .postsBox .content h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
main > .posts .postsBox .content h4 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
main > .posts .postsBox .content h4::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
main > .posts .postsBox .content h4::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
main > .posts .postsBox .content figure {
  margin-bottom: 60px;
}
main > .posts .postsBox .content p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
  margin-bottom: 40px;
}
main > .posts .postsBox .content p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
main > .posts .postsBox .content p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
main > .posts .postsBox .content ul, main > .posts .postsBox .content ol {
  padding-left: 20px;
  margin-bottom: 40px;
}
main > .posts .postsBox .content a:hover {
  opacity: 0.8;
}
main > .posts .postsBox .content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
main > .posts .postsBox .content table th, main > .posts .postsBox .content table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}
main > .posts .postsBox .content table th {
  background-color: #f2f2f2;
  font-weight: bold;
}
main > .posts .columnFooter {
  text-align: center;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  main > .posts .columnFooter {
    margin-bottom: 26.6666666667vw;
  }
}
main > .posts .columnFooter img {
  display: inline-block;
  vertical-align: bottom;
}
main > .posts .columnFooter a:hover {
  opacity: 0.8;
}

.price {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1100px) {
  .price {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .price {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.price .priceDesc {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 100px;
}
.price .priceDesc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.price .priceDesc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .price .priceDesc {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-bottom: 26.6666666667vw;
    text-align: justify;
  }
}
.price .priceList {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .price .priceList {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.price .priceList h3 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .price .priceList h3 {
    margin-bottom: 13.3333333333vw;
  }
}
.price .priceList .priceBox {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.price .priceList .priceBox:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .price .priceList .priceBox {
    display: block;
    margin-bottom: 13.3333333333vw;
  }
}
.price .priceList .priceBox .box, .price .priceList .priceBox .table {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .price .priceList .priceBox .box, .price .priceList .priceBox .table {
    width: 100%;
  }
}
.price .priceList .priceBox .box {
  padding-right: 40px;
}
@media screen and (max-width: 1100px) {
  .price .priceList .priceBox .box {
    padding-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .price .priceList .priceBox .box {
    padding-right: 10px;
  }
}
.price .priceList .priceBox .box h4 {
  font-size: 1.6rem;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 500;
}
.price .priceList .priceBox .box h4.red {
  color: #f06d6d;
}
.price .priceList .priceBox .box h4.blue {
  color: #558fcf;
}
@media screen and (max-width: 768px) {
  .price .priceList .priceBox .box h4 {
    margin-bottom: 8vw;
  }
}
.price .priceList .priceBox .box p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.price .priceList .priceBox .box p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.price .priceList .priceBox .box p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .price .priceList .priceBox .box p {
    margin-bottom: 8vw;
    text-align: justify;
  }
}
.price .priceList .priceBox .table {
  font-size: 1.4rem;
  margin-left: 40px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .price .priceList .priceBox .table {
    margin-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .price .priceList .priceBox .table {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .price .priceList .priceBox .table {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.price .priceList .priceBox .table.red {
  background-color: #f6e7e7;
}
.price .priceList .priceBox .table.blue {
  background-color: #dbe5f0;
}
@media screen and (max-width: 768px) {
  .price .priceList .priceBox .table {
    margin-left: 0;
    padding-top: 8vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    padding-bottom: 8vw;
  }
}
.price .priceList .priceBox .table dl:first-child {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #acacac;
}
.price .priceList .priceBox .table dl:first-child dt, .price .priceList .priceBox .table dl:first-child dd {
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .price .priceList .priceBox .table dl:first-child dt, .price .priceList .priceBox .table dl:first-child dd {
    margin-bottom: 5.3333333333vw;
  }
}
.price .priceList .priceBox .table dl:first-child dt {
  width: 190px;
}
@media screen and (max-width: 1100px) {
  .price .priceList .priceBox .table dl:first-child dt {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .price .priceList .priceBox .table dl:first-child dt {
    width: 36.6666666667vw;
  }
}
.price .priceList .priceBox .table dl:last-child {
  display: flex;
  flex-wrap: wrap;
}
.price .priceList .priceBox .table dl:last-child dt, .price .priceList .priceBox .table dl:last-child dd {
  margin-top: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .price .priceList .priceBox .table dl:last-child dt, .price .priceList .priceBox .table dl:last-child dd {
    margin-top: 5.3333333333vw;
  }
}
.price .priceList .priceBox .table dl:last-child dt {
  width: 190px;
}
@media screen and (max-width: 1100px) {
  .price .priceList .priceBox .table dl:last-child dt {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .price .priceList .priceBox .table dl:last-child dt {
    width: 36.6666666667vw;
  }
}
.price .priceList .priceBox .table dl:last-child dt.pack {
  color: #3775ba;
}
.price .priceList .priceBox .table dl:last-child dt.pack span {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .price .priceList .priceBox .table dl:last-child dt.pack {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.price .priceList .priceBox .table hr {
  margin-top: 0;
  margin-bottom: 0;
}
.price .lowPricePack {
  background: #dbe5f0 url(./img/price/bg_pricepack.png) no-repeat center right/auto 100%;
  padding: 60px;
  margin-bottom: 200px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .price .lowPricePack {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .price .lowPricePack {
    background: #dbe5f0 url(./img/price/bg_procepack_sp.png) no-repeat bottom right/100% auto;
    padding: 8vw;
    padding-bottom: 0;
    margin-bottom: 26.6666666667vw;
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.price .lowPricePack h3 {
  color: #558fcf;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .price .lowPricePack h3 {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
.price .lowPricePack p {
  width: 460px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.price .lowPricePack p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.price .lowPricePack p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .price .lowPricePack p {
    width: auto;
    margin-bottom: 8vw;
    padding-bottom: 58vw;
    text-align: justify;
  }
}




input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea {
    outline: none;
}

#contact .contact_txt {
    text-align: center;
}
#contact .contact_txt p.head_txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
#contact .contact_txt p.head_txt_en {
    font-size: 1.2rem;
    color: #9c9c9c;
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    #contact .contact_txt p.head_txt_en {
        text-align: left;
    }
}
#contact .contact_txt .step_list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 400px;
    max-width: 80%;
    margin: 0 auto 80px;
}
#contact .contact_txt .step_list:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background-color: #9c9c9c;
}
#contact .contact_txt .step_list li {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #9c9c9c;
}
#contact .contact_txt .step_list li:nth-child(1) {
    background-color: #000;
}
#contact .contact_txt .step_list li p {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: max-content;
    transform: translate(-50%, 150%);
    font-size: 1.4rem;
}
#contact .contact_txt .require {
    font-size: 1.4rem;
}
#contact .contact_txt .require span {
    font-size: 2rem;
    color: #c54646;
    line-height: 1;
}
.contactForm {
    max-width: 800px;
    margin: 0 auto;
}
.contactForm dl {
    font-size: 1.4rem;
    margin-top: 60px;
}
.contactForm dl dt {
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
}
.contactForm dl dd input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    background-color: #ececec;
}
.contactForm dl dd textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 100%;
    height: 240px;
    padding: 30px;
    border: none;
    border-radius: 0;
    background-color: #ececec;
    resize: none;
}
@media screen and (max-width: 768px) {
    #contact .contact_txt p.head_txt {
        text-align: justify;
    }
}
.contactForm .contact_checkbox input[type="checkbox"] {
    display: none;
}
.contactForm .contact_checkbox .mwform-checkbox-field-text {
    display: none;
}
.contactForm .contact_checkbox {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    user-select: none;
    margin-top: 60px;
}
.contactForm .contact_checkbox .contact_checkbox_inner {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .contactForm .contact_checkbox .contact_checkbox_inner {
        align-items: start;
    }
}
.contactForm .contact_checkbox .require_check {
    line-height: 1;
    margin-top: -4px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .contactForm .contact_checkbox .require_check {
        line-height: 1.8;
    }
}
.contactForm .contact_checkbox .require_check:after {
    position: relative;
    content: "*";
    font-size: 2rem;
    color: #c54646;
    margin-left: 5px;
}
#contact_checkbox_label {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #ececec;
    margin-right: 10px;
}
#contact_checkbox_label:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #312d2b;
    border-left: 2px solid #312d2b;
    transform: rotate(-45deg) scale(1);
    opacity: 0;
}
#contact_checkbox_label.active:after {
    opacity: 1;
}
.contactForm a.underline {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #312d2b;
}
.contactForm a.underline:hover {
    color: #9c9c9c;
}
.contactForm a.underline:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #9c9c9c;
    transform: scale(1, 1);
    transform-origin: center top;
}
@media screen and (max-width: 768px) {
    .contactForm a.underline:after {
        bottom: 0;
    }
}
.contactForm .require:after {
    position: relative;
    content: "*";
    font-size: 2rem;
    color: #c54646;
    margin-left: 5px;
}
.contactForm .contact-btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    background: #565656;
    border-radius: 40px;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    z-index: 1;
}
/*
.contactForm .contact-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #9c9c9c;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.5s cubic-bezier(0.45,0,0.55,1);
    z-index: -1;
}
*/
.contactForm .contact-btn:hover {
	background: #c1c1c1;
    color: #fff;
}
.contactForm .contact-btn:hover:after {
    transform: scale(1, 1);
}
.contactForm .mw_wp_form_input .contact-btn.passive {
    cursor: none;
    pointer-events: none;
    opacity: .3;
}
.contactForm .contact-btn input {
    width: 100%;
    height: 100%;
}
.confirm .step_list li:nth-child(1) {
    background-color: #9c9c9c !important;
}
.confirm .step_list li:nth-child(2) {
    background-color: #000 !important;
}
.confirm .contact_checkbox_inner {
    display: none !important;
}
.complete .contact_txt .require {
    display: none;
}
.complete .step_list li:nth-child(1) {
    background-color: #9c9c9c !important;
}
.complete .step_list li:nth-child(3) {
    background-color: #000 !important;
}
.complete .mw_wp_form_complete p {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 120px;
    padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
    .contactForm dl {
        margin-top: 40px;
    }
    .contactForm .contact_checkbox {
        margin-top: 30px;
    }
    .contactForm .contact-btn {
        margin-top: 30px;
    }
}