@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap);
/* Vendor prefix
--------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Serif JP", A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  background: #ffffff;
  color: #4f4856;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.ovhide {
  overflow: hidden;
}

:focus {
  outline: 0;
}

img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

p {
  font-size: 20px;
  color: #4f4856;
  font-weight: normal;
  line-height: 1.8em;
}
@media (max-width: 991px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #4f4856;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (min-width: 992px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }
}

#container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

header {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 20px 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  header {
    padding: 1px 15px 5px;
    row-gap: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
header .logo01 {
  width: 376px;
}
@media (max-width: 767px) {
  header .logo01 {
    width: 45%;
  }
}
header .logo02 {
  width: 318px;
  margin-left: auto;
}
@media (max-width: 767px) {
  header .logo02 {
    width: 45%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin: 0;
  }
}
header .menu {
  width: 51px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (min-width: 768px) {
  header .menu:hover {
    opacity: 0.7;
  }
}
header #hamburger_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0 0 5px;
  width: 74px;
  height: 60px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  header #hamburger_button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 2px;
  }
}
header #hamburger_button span {
  display: block;
  width: 36px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 20px;
  top: 37%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header #hamburger_button span::before, header #hamburger_button span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
header #hamburger_button span::before {
  top: -8px;
}
header #hamburger_button span::after {
  top: 8px;
}
header #hamburger_button.menu-open span {
  background-color: transparent;
}
header #hamburger_button.menu-open span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header #hamburger_button.menu-open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  header #hamburger_button {
    top: 8px;
  }
}
header .menuBox {
  width: 100%;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
}
header .menuBox ul {
  width: 100%;
}
header .menuBox ul li {
  margin-bottom: 3px;
}
header .menuBox ul li a {
  display: block;
  background: #dfdbde;
  padding: 20px 10px;
  text-align: center;
}
@media (max-width: 767px) {
  header .menuBox ul li a {
    padding: 15px 5px;
  }
}
header .menuBox ul li a.op {
  opacity: 0.7;
}
header .menuBox ul li a span {
  display: inline-block;
  text-align: left;
  font-size: 30px;
  width: 440px;
}
@media (max-width: 767px) {
  header .menuBox ul li a span {
    font-size: 18px;
    width: 300px;
  }
}

.flostBnr {
  width: 100%;
  padding: 15px 20px;
  background: rgba(70, 70, 85, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
}
.flostBnr a {
  display: block;
  width: 100%;
  max-width: 800px;
  position: relative;
  padding: 20px 30px 20px 20px;
  background: #000018;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .flostBnr a {
    padding: 10px 30px 10px 20px;
    font-size: 13px;
  }
}
.flostBnr a span:first-child {
  display: inline-block;
  margin: 0 10px;
}
.flostBnr a span:last-child {
  display: inline-block;
  font-size: 150%;
  line-height: 1.5em;
  margin: 0 10px;
}
.flostBnr a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
}
.flostBnr .close {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #666666;
  border-radius: 50%;
  top: -20px;
  right: -20px;
  z-index: 5;
  cursor: pointer;
}
.flostBnr .close::before, .flostBnr .close::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
}
.flostBnr .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.flostBnr .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mvArea {
  padding: 150px 20px 100px;
}
@media (max-width: 767px) {
  .mvArea {
    padding: 120px 10px 80px;
  }
}
.mvArea figure {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

section h1 {
  text-align: center;
  font-size: 30px;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  section h1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
section h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  section h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.introArea {
  background: #fafafa;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .introArea {
    padding: 40px 0;
  }
}
.introArea .serviceList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .introArea .serviceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.introArea .serviceList li {
  width: 48%;
  background: #fff;
  border: solid 1px #d3cbcc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .introArea .serviceList li {
    width: 100%;
  }
}
.introArea .serviceList li p.name {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .introArea .serviceList li p.name {
    font-size: 18px;
  }
}
.introArea .serviceList li p.txt {
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  color: #333;
}
@media (max-width: 767px) {
  .introArea .serviceList li p.txt {
    font-size: 14px;
  }
}

.serviceArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .serviceArea {
    padding: 40px 0;
  }
}
.serviceArea .serviceList02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .serviceArea .serviceList02 {
    gap: 10px;
  }
}
.serviceArea .serviceList02 li {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 991px) {
  .serviceArea .serviceList02 li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .serviceArea .serviceList02 li {
    width: 100%;
  }
}
.serviceArea .serviceList02 li a {
  background: #6c606b;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .serviceArea .serviceList02 li a {
    min-height: 76px;
  }
}
@media (min-width: 768px) {
  .serviceArea .serviceList02 li a:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .serviceArea .serviceList02 li a:hover::before {
    width: 100%;
  }
}
.serviceArea .serviceList02 li a::before {
  content: "";
  width: 60px;
  height: 100%;
  background: #605461;
  -webkit-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .serviceArea .serviceList02 li a::before {
    width: 46px;
  }
}
.serviceArea .serviceList02 li a p.service {
  width: calc(100% - 70px);
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .serviceArea .serviceList02 li a p.service {
    font-size: 14px;
  }
}
.serviceArea .serviceList02 li a p.service span {
  display: block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .serviceArea .serviceList02 li a p.service span {
    font-size: 11px;
  }
}
.serviceArea .serviceList02 li a .plus {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  z-index: 2;
}
@media (max-width: 767px) {
  .serviceArea .serviceList02 li a .plus {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    right: 15px;
  }
}
.serviceArea .serviceList02 li a .plus::before, .serviceArea .serviceList02 li a .plus::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .serviceArea .serviceList02 li a .plus::before, .serviceArea .serviceList02 li a .plus::after {
    width: 16px;
  }
}
.serviceArea .serviceList02 li a .plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.serviceArea .meritList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .serviceArea .meritList {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.serviceArea .meritList li {
  width: 47%;
}
@media (max-width: 767px) {
  .serviceArea .meritList li {
    width: 100%;
  }
}
.serviceArea .meritList li h2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .serviceArea .meritList li h2 {
    text-align: left;
  }
}
.serviceArea .meritList li .txt {
  font-size: 20px;
}
@media (max-width: 767px) {
  .serviceArea .meritList li .txt {
    font-size: 14px;
  }
}

.purchaseArea {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 767px) {
  .purchaseArea {
    padding: 40px 0;
  }
}
.purchaseArea::before {
  content: "";
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 216, 216, 0.7)), to(rgba(216, 216, 216, 0)));
  background: -webkit-linear-gradient(top, rgba(216, 216, 216, 0.7), rgba(216, 216, 216, 0));
  background: linear-gradient(to bottom, rgba(216, 216, 216, 0.7), rgba(216, 216, 216, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .purchaseArea::before {
    height: 100px;
  }
}
.purchaseArea h2.pur {
  position: relative;
  font-size: 40px;
  border-bottom: solid 1px #4f4856;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .purchaseArea h2.pur {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .purchaseArea h2.pur {
    font-size: 24px;
  }
}
.purchaseArea h2.pur::before {
  content: "";
  width: calc(100% - 40px);
  height: 3px;
  background: #4f4856;
  position: absolute;
  bottom: -2px;
  left: 20px;
}
.purchaseArea h2.why {
  font-size: 28px;
}
@media (max-width: 991px) {
  .purchaseArea h2.why {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .purchaseArea h2.why {
    font-size: 17px;
  }
}
.purchaseArea h2.why strong {
  font-size: 142%;
  font-weight: 600;
}
.purchaseArea p.cc01 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .purchaseArea p.cc01 {
    font-size: 18px;
  }
}
.purchaseArea p.cc01.mt {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .purchaseArea p.cc01.mt {
    margin-top: 30px;
  }
}
.purchaseArea p.cc02 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .purchaseArea p.cc02 {
    font-size: 18px;
  }
}
.purchaseArea p.cc03 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .purchaseArea p.cc03 {
    font-size: 20px;
  }
}
.purchaseArea p.ccBox {
  width: 100%;
  max-width: 960px;
  margin: 10px auto 120px;
  text-align: center;
  background: #796d77;
  color: #fff;
  padding: 20px 5px;
  font-size: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .purchaseArea p.ccBox {
    font-size: 14px;
  }
}
.purchaseArea p.ccBox strong {
  font-size: 120%;
  font-weight: 600;
}
.purchaseArea p.ccBox::before, .purchaseArea p.ccBox::after {
  content: "";
  width: 40px;
  height: 10px;
  background: #4f4856;
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -20px;
}
.purchaseArea p.ccBox::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.purchaseArea figure.img01 {
  text-align: center;
  margin-bottom: 20px;
}
.purchaseArea figure.img01 img {
  width: 100%;
  max-width: 672px;
}
.purchaseArea hr {
  border-bottom: 1px dashed #ccc;
  border-top: none;
  margin: 80px 0;
}
@media (max-width: 767px) {
  .purchaseArea hr {
    margin: 40px 0;
  }
}
.purchaseArea .flow {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: auto;
}
.purchaseArea .flow ul {
  width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .purchaseArea .flow ul {
    width: 850px;
  }
}
.purchaseArea .flow ul li {
  height: 110px;
  width: calc((100% - 48px) / 3);
  border: solid 1px #999999;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 5px 15px;
  position: relative;
}
@media (max-width: 767px) {
  .purchaseArea .flow ul li {
    height: 90px;
  }
}
.purchaseArea .flow ul li:not(:last-child)::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 13px #928187;
  position: absolute;
  top: 50%;
  right: -13px;
  margin-top: -15px;
}
.purchaseArea .flow ul li .icon01 {
  width: 72px;
}
@media (max-width: 767px) {
  .purchaseArea .flow ul li .icon01 {
    width: 57px;
  }
}
.purchaseArea .flow ul li .icon02 {
  width: 55px;
}
@media (max-width: 767px) {
  .purchaseArea .flow ul li .icon02 {
    width: 44px;
  }
}
.purchaseArea .flow ul li .icon03 {
  width: 87px;
}
@media (max-width: 767px) {
  .purchaseArea .flow ul li .icon03 {
    width: 69px;
  }
}
.purchaseArea .flow ul li .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 16px;
  color: #333;
}
@media (max-width: 767px) {
  .purchaseArea .flow ul li .txt {
    font-size: 14px;
  }
}
.purchaseArea .arrow01 {
  width: 0;
  height: 0;
  border-left: solid 232px transparent;
  border-right: solid 232px transparent;
  border-top: solid 50px #dcd6d7;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .purchaseArea .arrow01 {
    border-left: solid 139px transparent;
    border-right: solid 139px transparent;
    border-top: solid 30px #dcd6d7;
  }
}
.purchaseArea .troublesome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 767px) {
  .purchaseArea .troublesome {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}
.purchaseArea .troublesome .ttlBox {
  border: solid 2px #4f4856;
  padding: 25px 30px;
}
@media (max-width: 767px) {
  .purchaseArea .troublesome .ttlBox {
    width: 100%;
    padding: 10px 5px;
  }
}
.purchaseArea .troublesome .ttlBox p {
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 24px;
  white-space: nowrap;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .purchaseArea .troublesome .ttlBox p {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .purchaseArea .troublesome .list {
    width: 100%;
  }
}
.purchaseArea .troublesome .list ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 20px;
}
@media (max-width: 767px) {
  .purchaseArea .troublesome .list ul li {
    font-size: 14px;
  }
}
.purchaseArea .troublesome .list ul li:first-child {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .purchaseArea .troublesome .list ul li:first-child {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .purchaseArea .troublesome .list .note {
    margin-top: 5px;
  }
}
.purchaseArea .btnArea {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .purchaseArea .btnArea {
    margin-top: 60px;
  }
}
.purchaseArea .btnArea .btn01 {
  margin-bottom: 10px;
  text-align: center;
}
.purchaseArea .btnArea .btn01 a img {
  width: 100%;
  max-width: 462px;
}

.btnDetail01 {
  width: 100%;
  max-width: 412px;
  margin: 0 auto;
}
.btnDetail01 a {
  background: #6c606b;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .btnDetail01 a {
    min-height: 60px;
  }
}
@media (min-width: 768px) {
  .btnDetail01 a:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .btnDetail01 a:hover::before {
    width: 100%;
  }
}
.btnDetail01 a::before {
  content: "";
  width: 70px;
  height: 100%;
  background: #605461;
  -webkit-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .btnDetail01 a::before {
    width: 50px;
  }
}
.btnDetail01 a .txt {
  width: calc(100% - 80px);
  color: #fff;
  text-align: center;
  font-size: 26px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .btnDetail01 a .txt {
    width: calc(100% - 70px);
    font-size: 18px;
  }
}
.btnDetail01 a .arrow {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -11px;
  z-index: 2;
}
@media (max-width: 767px) {
  .btnDetail01 a .arrow {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    right: 17px;
  }
}
.btnDetail01 a .arrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .btnDetail01 a .arrow::before {
    width: 16px;
  }
}
.btnDetail01 a .arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}
@media (max-width: 767px) {
  .btnDetail01 a .arrow::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
}

.note {
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 11px;
  line-height: 1.8em;
}
.note + .note {
  margin-top: 0;
}

figure {
  position: relative;
}
figure figcaption {
  font-size: 12px;
  line-height: 1.5em;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media (max-width: 767px) {
  figure figcaption {
    font-size: 10px;
  }
}
figure figcaption.bk {
  color: #000;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
figure figcaption.btm {
  color: #000;
  text-shadow: none;
  width: 100%;
  text-align: center;
  bottom: -20px;
  right: 0;
}

.modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.modalWrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modalWrap .modalOver {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 24, 0.9);
  z-index: 1;
}
.modalWrap .modalOuter {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.modalWrap .modalInner {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .modalWrap .modalInner {
    padding: 20px 0 30px;
  }
}
.modalWrap .modalContainer {
  position: relative;
  display: inline-block;
  width: 90%;
  max-width: 1120px;
  margin: auto;
  padding: 80px;
  color: #333;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
  z-index: 10;
}
@media (max-width: 767px) {
  .modalWrap .modalContainer {
    padding: 20px;
  }
}
.modalWrap .modalContainer .modalClose {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 60px;
  right: 80px;
  color: #fff;
  background: #666;
  opacity: 1;
  cursor: pointer;
  z-index: 50;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .modalWrap .modalContainer .modalClose {
    top: 0;
    right: 0;
  }
}
.modalWrap .modalContainer .modalClose::before, .modalWrap .modalContainer .modalClose::after {
  content: "";
  width: 4px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -2px;
  display: block;
  position: absolute;
  background: #ddd;
}
@media (min-width: 992px) {
  .modalWrap .modalContainer .modalClose:hover {
    opacity: 0.7;
  }
}
.modalWrap .modalContainer .modalClose::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modalWrap .modalContainer .modalClose::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modalWrap .tagArea {
  padding-right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modalWrap .tagArea {
    padding-right: 40px;
  }
}
.modalWrap .tagArea p.tag {
  line-height: 1;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}
.modalWrap .tagArea p.tag.tag01 {
  background: #4F4856;
}
.modalWrap .tagArea p.tag.tag02 {
  background: #96868B;
}
.modalWrap .tagArea p.capTxt {
  color: #666666;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modalWrap .columnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .modalWrap .columnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 30px;
  }
}
.modalWrap .columnWrap .txtArea {
  width: 45.8333333333%;
}
@media (max-width: 767px) {
  .modalWrap .columnWrap .txtArea {
    width: 100%;
  }
}
.modalWrap .columnWrap .imgArea {
  width: 47.9166666667%;
  position: relative;
}
@media (max-width: 767px) {
  .modalWrap .columnWrap .imgArea {
    width: 100%;
  }
}
.modalWrap .columnWrap .imgArea .imgCap {
  font-size: 12px;
  line-height: 1.5em;
  position: absolute;
  top: -24px;
  left: 0;
}
@media (max-width: 767px) {
  .modalWrap .columnWrap .imgArea .imgCap {
    position: static;
    margin-bottom: 5px;
  }
}
.modalWrap .columnWrap .imgArea .img01 {
  margin-bottom: 10px;
}
.modalWrap .ulBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .modalWrap .ulBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}
.modalWrap .ulBox .ttlArea {
  width: 30%;
}
@media (max-width: 767px) {
  .modalWrap .ulBox .ttlArea {
    width: 100%;
  }
}
.modalWrap .ulBox .ttlArea .moBox02 {
  margin-bottom: 0;
}
.modalWrap .ulBox .ulArea {
  width: 67%;
}
@media (max-width: 767px) {
  .modalWrap .ulBox .ulArea {
    width: 100%;
  }
}
.modalWrap h2.modalttl {
  text-align: center;
  color: #4F4856;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.5em;
  padding: 15px 0;
  border-top: solid 1px #A7999C;
  border-bottom: solid 1px #A7999C;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modalWrap h2.modalttl {
    font-size: 18px;
    padding: 10px 0;
  }
}
.modalWrap h2.modalttl span {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .modalWrap h2.modalttl span {
    font-size: 12px;
  }
}
.modalWrap .kikan {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modalWrap .kikan {
    font-size: 12px;
  }
}
.modalWrap .moTxt01 {
  font-size: 14px;
  line-height: 2.28em;
  color: #333;
  margin-bottom: 20px;
}
.modalWrap .moTxt01.mb0 {
  margin-bottom: 0;
}
.modalWrap .moBox01 {
  background: #73646D;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  padding: 12px 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modalWrap .moBox01 {
    font-size: 15px;
    padding: 10px 8px;
  }
}
.modalWrap .moBox02 {
  text-align: center;
  border: solid 1px #73646D;
  font-size: 14px;
  padding: 12px 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modalWrap .moBox02 {
    font-size: 13px;
    padding: 8px 8px;
  }
}
.modalWrap ul.list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 3.5%;
}
.modalWrap ul.list01 li {
  width: 31%;
  font-size: 14px;
  line-height: 1.2em;
  text-indent: -1em;
  padding-left: 1em;
}
.modalWrap .list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 3.5%;
}
.modalWrap .list02 li {
  font-size: 14px;
  line-height: 1.2em;
  text-indent: -1em;
  padding-left: 1em;
}
.modalWrap .imgList01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.modalWrap .imgList01 figure {
  width: 100%;
  max-width: 120px;
}
.modalWrap .imgList02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
}
@media (max-width: 767px) {
  .modalWrap .imgList02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modalWrap .imgList02 figure {
  width: 100%;
  max-width: 210px;
}
.modalWrap .imgList03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .modalWrap .imgList03 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.modalWrap .imgList03 .inBox01 {
  width: 12.5%;
}
@media (max-width: 767px) {
  .modalWrap .imgList03 .inBox01 {
    width: 50%;
  }
}
.modalWrap .imgList03 .inBox02 {
  width: 30%;
}
@media (max-width: 767px) {
  .modalWrap .imgList03 .inBox02 {
    width: 80%;
  }
}
.modalWrap .imgList03 .inBox02 .moTxt01 {
  line-height: 1.8em;
}
.modalWrap .imgList03 .inBox02 figure {
  margin-bottom: 10px;
}
.modalWrap .imgCap02 {
  margin: 30px 0 10px;
  font-size: 12px;
  line-height: 1.5em;
}
.modalWrap .imgList04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .modalWrap .imgList04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modalWrap .imgList04.btm {
  margin-bottom: 40px;
}
.modalWrap .imgList04 figure.col02 {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
  .modalWrap .imgList04 figure.col02 {
    width: 80%;
  }
}
.modalWrap .imgList04 figure.col03 {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .modalWrap .imgList04 figure.col03 {
    width: 80%;
  }
}
.modalWrap .imgList04 figure:not(:last-child) {
  position: relative;
}
@media (max-width: 767px) {
  .modalWrap .imgList04 figure:not(:last-child).btm {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .modalWrap .imgList04 figure:not(:last-child).btm::before {
    bottom: -40px;
  }
}
.modalWrap .imgList04 figure:not(:last-child)::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .modalWrap .imgList04 figure:not(:last-child)::before {
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 10px #928187;
    top: 50%;
    right: -16px;
    margin-top: -8px;
  }
}
@media (max-width: 767px) {
  .modalWrap .imgList04 figure:not(:last-child)::before {
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 10px #928187;
    bottom: -15px;
    left: 50%;
    margin-left: -8px;
  }
}
.modalWrap .imgList05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 2%;
}
.modalWrap .imgList05 figure {
  width: 32%;
}
@media (max-width: 767px) {
  .modalWrap .imgList05 figure {
    width: 45%;
  }
}
.modalWrap small {
  font-size: 80%;
}
.modalWrap .txtLink {
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.2em;
}
.modalWrap .txtLink a {
  color: #4F4856;
  text-decoration: underline;
  padding-right: 1em;
  position: relative;
}
.modalWrap .txtLink a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #4F4856;
  border-right: solid 1px #4F4856;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -3px;
}

footer {
  background: #000018;
  padding: 100px 0 150px;
}
@media (max-width: 767px) {
  footer {
    padding: 50px 0 100px;
  }
}
footer .inner {
  max-width: 400px;
}
footer .logo01 {
  text-align: center;
}
@media (max-width: 767px) {
  footer .logo01 img {
    width: 80%;
    max-width: 400px;
  }
}
footer .logo01, footer .logo02 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  footer .logo01, footer .logo02 {
    margin-bottom: 30px;
  }
}
footer .footLink {
  max-width: 320px;
  text-align: left;
  margin: 0 auto;
}
footer .footLink li {
  display: inline-block;
  padding: 0 10px;
  border-left: solid 1px #fff;
  line-height: 1.2em;
  margin-bottom: 5px;
}
footer .footLink li:first-child {
  border-left: none;
}
footer .footLink li a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
}
footer small {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.3em;
  margin-top: 60px;
  color: #fff;
}
@media (max-width: 767px) {
  footer small {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media (min-width: 768px) {
  .vsp {
    display: none;
  }
}