/* noto-sans-jp-regular - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local('Noto Sans CJK JP Regular'), local('Noto Sans Japanese Regular'), local('NotoSansJapanese-Regular'), url('../assets/fonts/NotoSansCJKjp-Regular.woff2') format('woff2'), url('../assets/fonts/NotoSansCJKjp-Regular.woff') format('woff');
}

/* noto-sans-jp-500 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local('Noto Sans CJK JP Medium'), local('Noto Sans Japanese Medium'), local('NotoSansJapanese-Medium'), url('../assets/fonts/NotoSansCJKjp-Medium.woff2') format('woff2'), url('../assets/fonts/NotoSansCJKjp-Medium.woff') format('woff');
}

/* noto-sans-jp-700 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local('Noto Sans CJK JP Bold'), local('Noto Sans Japanese Bold'), local('NotoSansJapanese-Bold'), url('../assets/fonts/NotoSansCJKjp-Bold.woff2') format('woff2'), url('../assets/fonts/NotoSansCJKjp-Bold.woff') format('woff');
}

/* noto-sans-jp-900 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: local('Noto Sans CJK JP Black'), local('Noto Sans Japanese Black'), local('NotoSansJapanese-Black'), url('../assets/fonts/NotoSansCJKjp-Black.woff2') format('woff2'), url('../assets/fonts/NotoSansCJKjp-Black.woff') format('woff');
}

.c-font-bold {
  font-weight: 700;
}

.c-font-normal {
  font-weight: 400;
}

.c-ib {
  display: inline-block;
}

@keyframes thumb {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  45% {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes bk1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(300%);
  }
}

@keyframes bk2 {
  0% {
    transform: translate(-100%, -100%);
  }

  100% {
    transform: translate(100%, -100%);
  }
}

@keyframes bk3 {
  0% {
    transform: translate(-100%, -200%);
  }

  100% {
    transform: translate(100%, -200%);
  }
}

@keyframes bk1-ref {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-300%);
  }
}

@keyframes bk2-ref {
  0% {
    transform: translate(100%, -100%);
  }

  100% {
    transform: translate(-100%, -100%);
  }
}

@keyframes bk3-ref {
  0% {
    transform: translate(100%, -200%);
  }

  100% {
    transform: translate(-100%, -200%);
  }
}

.l-lpwrapper {
  background-image: url("../img/bk.png");
  background-repeat: repeat;
  background-position: left top;
  font-weight: 400;
  font-family: YakuHanJP, YuGothic, "Yu Gothic Medium", "Yu Gothic", Noto Sans JP, Meiryo, sans-serif;
  font-style: normal;
  color: #320a00;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .04em;
  min-width: 320px;
  text-align: left;
  font-variant-ligatures: none;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  overflow-wrap: break-word;
  overflow: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper {
    background-size: 3px 4px;
  }
}

.l-lpwrapper figure,
.l-lpwrapper section {
  display: block;
}

.l-lpwrapper ul,
.l-lpwrapper ul li {
  list-style: none;
}

.l-lpwrapper p,
.l-lpwrapper h1,
.l-lpwrapper h2,
.l-lpwrapper h3,
.l-lpwrapper h4,
.l-lpwrapper h5,
.l-lpwrapper h6,
.l-lpwrapper ul,
.l-lpwrapper li {
  clear: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

.l-lpwrapper img {
  overflow: hidden;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
  line-height: 1em;
  -ms-interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden;
}

.l-lpwrapper a {
  color: #320a00;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-lpwrapper a:hover {
  opacity: .8;
}

.l-lpwrapper a:focus {
  outline: auto;
}

.l-lpwrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-lpwrapper .l-contents1 {
  position: relative;
}

.l-lpwrapper .l-contents1_inr {
  position: relative;
}

.l-lpwrapper .l-contents1_detail .l-bk {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-contents1_detail .l-bk {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
}

.l-lpwrapper .l-bk {
  position: absolute;
  left: 0;
  width: 100%;
  height: 99px;
  z-index: 0;
}

.l-lpwrapper .l-bk_1 {
  top: 30px;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk_1 {
    top: 24px;
  }
}

.l-lpwrapper .l-bk_2 {
  top: 420px;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk_2 {
    top: 289px;
  }
}

.l-lpwrapper .l-bk_3 {
  top: 810px;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk_3 {
    top: 554px;
  }
}

.l-lpwrapper .l-bk_4 {
  top: 1200px;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk_4 {
    top: 819px;
  }
}

.l-lpwrapper .l-bk_5 {
  top: 1590px;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk_5 {
    top: 1084px;
  }
}

.l-lpwrapper .l-bk_6 {
  top: 1980px;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk_6 {
    top: 1349px;
  }
}

.l-lpwrapper .l-bk_7 {
  top: 2370px;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk_7 {
    top: 1614px;
  }
}

.l-lpwrapper .l-bk_8 {
  top: 2760px;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk_8 {
    top: 1879px;
  }
}

.l-lpwrapper .l-bk_9 {
  top: 3150px;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk_9 {
    top: 2144px;
  }
}

@media all and (-ms-high-contrast: none) {
  .l-lpwrapper .l-bk {
    display: none;
  }

  .l-lpwrapper .l-bk1,
  .l-lpwrapper .l-bk2,
  .l-lpwrapper .l-bk3,
  .l-lpwrapper .l-bk1-ref,
  .l-lpwrapper .l-bk2-ref,
  .l-lpwrapper .l-bk13-ref {
    animation: none;
  }
}

.l-lpwrapper .l-bk1 {
  width: 1869px;
  height: 99px;
  background-image: url("../img/bk_scroll.png");
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% auto;
  animation: bk1 60s linear infinite;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk1 {
    width: 925px;
    height: 49px;
  }
}

.l-lpwrapper .l-bk2 {
  width: 1869px;
  height: 99px;
  background-image: url("../img/bk_scroll.png");
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% auto;
  animation: bk2 40s linear infinite;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk2 {
    width: 925px;
    height: 49px;
  }
}

.l-lpwrapper .l-bk3 {
  width: 1869px;
  height: 99px;
  background-image: url("../img/bk_scroll.png");
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% auto;
  transform: translateX(-100%);
  animation: bk3 40s linear infinite;
  animation-delay: 20s;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk3 {
    width: 925px;
    height: 49px;
  }
}

.l-lpwrapper .l-bk1-ref {
  width: 1869px;
  height: 99px;
  background-image: url("../img/bk_scroll.png");
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% auto;
  animation: bk1-ref 60s linear infinite;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk1-ref {
    width: 925px;
    height: 49px;
  }
}

.l-lpwrapper .l-bk2-ref {
  width: 1869px;
  height: 99px;
  background-image: url("../img/bk_scroll.png");
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% auto;
  animation: bk2-ref 40s linear infinite;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk2-ref {
    width: 925px;
    height: 49px;
  }
}

.l-lpwrapper .l-bk3-ref {
  width: 1869px;
  height: 99px;
  background-image: url("../img/bk_scroll.png");
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% auto;
  transform: translateX(-100%);
  animation: bk3-ref 40s linear infinite;
  animation-delay: 20s;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bk3-ref {
    width: 925px;
    height: 49px;
  }
}

.l-lpwrapper .l-main {
  margin-bottom: 50px;
  text-align: center;
  background-color: #e65b41;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-main {
    margin-bottom: 25px;
  }
}

.l-lpwrapper .l-banner {
  width: 600px;
  margin: 0 auto;
  padding: 0 0 102px 0;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-banner {
    width: auto;
    padding: 0 20px 51px 20px;
  }
}

.l-lpwrapper .l-banner a {
  display: block;
}

.l-lpwrapper .l-banner a img {
  width: 100%;
}

.l-lpwrapper .l-list {
  width: 100%;
  margin: 0 auto 130px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1010px) {
  .l-lpwrapper .l-list {
    font-size: calc((100vw - 376px) / 636 * 9 + 11px);
  }
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .l-list {
    font-size: 1.1rem;
    line-height: 1.3636363636;
  }
}

.l-lpwrapper .l-list.l-list_bottom {
  margin-bottom: 0;
}

.l-lpwrapper .l-list_more-inr {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2rem;
  opacity: 0;
  -webkit-transition: opacity .8s cubic-bezier(.6, .25, 0, 1);
  transition: opacity .8s cubic-bezier(.6, .25, 0, 1);
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

@media only screen and (max-width: 1010px) {
  .l-lpwrapper .l-list_more-inr {
    font-size: calc((100vw - 376px) / 636 * 9 + 11px);
  }
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list_more-inr {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .l-list_more-inr {
    font-size: 1.1rem;
    line-height: 1.3636363636;
  }
}

.l-lpwrapper .l-list_open {
  opacity: 1;
  -webkit-transition: opacity .6s cubic-bezier(.6, .25, 0, 1);
  transition: opacity .6s cubic-bezier(.6, .25, 0, 1);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.l-lpwrapper .l-list_block {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 110px;
  border-radius: 20px;
  box-shadow: 0 4px 0 #320a00;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list_block {
    width: 47.76%;
    margin-right: 4.48%;
    margin-bottom: 10.6666666667vw;
    border-radius: 10px;
  }
}

.l-lpwrapper .l-list_block--sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list_block--sp {
    display: block !important;
  }
}

.l-lpwrapper .l-list_block:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list_block:nth-of-type(3n) {
    margin-right: 4.48%;
  }
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list_block:nth-of-type(2n) {
    margin-right: 0;
  }
}

.l-lpwrapper .l-list a {
  display: block;
  height: 100%;
  padding: 40px 10px 23px 10px;
  color: #fff;
  position: relative;
  background-color: #e65b41;
  border-radius: 20px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list a {
    padding: 17px 10px 11px 10px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .l-list a {
    padding: 17px 5px 11px 5px;
  }
}

.l-lpwrapper .l-list a:after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  max-width: 24px;
  max-height: 24px;
  position: absolute;
  bottom: 23px;
  right: 23px;
  background-image: url("../img/ico_arrow.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  -webkit-transition: transform .3s cubic-bezier(.6, .25, 0, 1);
  transition: transform .3s cubic-bezier(.6, .25, 0, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list a:after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    min-width: 11px;
    min-height: 11px;
    bottom: 5px;
    right: 5px;
  }
}

.l-lpwrapper .l-list a:hover {
  opacity: 1;
  background-color: rgba(230, 91, 65, .8);
}

.l-lpwrapper .l-list a:hover:after {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .l-list a:hover:after {
    -webkit-transform: none;
    transform: none;
  }
}

.l-lpwrapper .l-list a:hover .l-list_block-illust {
  animation: thumb .8s cubic-bezier(.6, .25, 0, 1);
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .l-list a:hover .l-list_block-illust {
    animation: none;
  }
}

.l-lpwrapper .l-list a:hover .l-list_block-clip:after {
  -webkit-transform: translateY(-50%) scaleX(-.7);
  transform: translateY(-50%) scaleX(-.7);
}

.l-lpwrapper .l-list_block-clip {
  height: 17.5vw;
  max-height: 210px;
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list_block-clip {
    height: 25.3333333333vw;
  }
}

.l-lpwrapper .l-list_block-clip:after {
  content: "";
  display: block;
  width: 2.1666666667vw;
  height: 8.3333333333vw;
  max-width: 26px;
  max-height: 100px;
  position: absolute;
  top: 50%;
  left: -7px;
  background-image: url("../img/ico_clip2.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: transform .6s cubic-bezier(.6, .25, 0, 1);
  transition: transform .6s cubic-bezier(.6, .25, 0, 1);
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list_block-clip:after {
    width: 3.2vw;
    height: 12.2666666667vw;
    left: -6px;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .l-list_block-clip:after {
    left: -3px;
  }
}

.l-lpwrapper .l-list_block-illust {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list_block-illust {
    max-width: 300px;
    left: auto;
    right: 0;
  }
}

.l-lpwrapper .l-list_block-ttl {
  margin: 0;
  min-height: calc(2em + 20px);
  padding: 20px 29px 0 29px;
  position: relative;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list_block-ttl {
    min-height: calc(2em + 30px);
    padding: 10px 1.8666666667vw 0 1.8666666667vw;
  }
}

.l-lpwrapper .l-list_block-ttl:before {
  content: "";
  display: block;
  width: 9px;
  height: 48px;
  position: absolute;
  top: 27px;
  left: -10px;
  background-image: url("../img/bk_report.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list_block-ttl:before {
    top: 14px;
    left: -10px;
    width: 1.3333333333vw;
    height: 7.2vw;
    min-width: 5px;
    min-height: 26px;
    bottom: 12px;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .l-list_block-ttl:before {
    left: -5px;
  }
}

.l-lpwrapper .l-list_morebtn {
  width: 100%;
}

.l-lpwrapper .l-list_morebtn-inr {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #ffe614;
  width: 300px;
  height: 60px;
  box-shadow: 0 4px 0 #320a00;
  border-radius: 30px;
  text-align: center;
  color: #e65b41;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-list_morebtn-inr {
    width: 200px;
    height: 40px;
    font-size: 1.6rem;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .l-list_morebtn-inr {
    width: 150px;
    height: 30px;
    font-size: 1.2rem;
    border-radius: 15px;
  }
}

.l-lpwrapper .l-list_morebtn-inr:hover {
  opacity: .8;
}

.l-lpwrapper .l-bottom-wrapper {
  position: relative;
  background-image: url("../img/bk.png");
  background-repeat: repeat;
  background-position: left top;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-bottom-wrapper {
    background-size: 3px 4px;
  }
}

.l-lpwrapper .l-footer {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto 100px auto;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-footer {
    margin: 0 auto 50px auto;
  }
}

.l-lpwrapper .l-footer_ttl {
  background-color: #6e5f50;
  color: #fff;
  padding: 18px 10px 15px 10px;
  font-size: 2.8rem;
  line-height: 1.0714285714;
  text-align: center;
}

@media only screen and (max-width: 1010px) {
  .l-lpwrapper .l-footer_ttl {
    font-size: calc((100vw - 376px) / 636 * 14 + 14px);
  }
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-footer_ttl {
    padding: 9px 10px 8px 10px;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .l-footer_ttl {
    font-size: 1.4rem;
  }
}

.l-lpwrapper .l-footer_inr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 50px 72px 33px 72px;
  background-color: #fff;
}

@media only screen and (max-width: 920px) {
  .l-lpwrapper .l-footer_inr {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-footer_inr {
    padding: 30px 20px 30px 20px;
  }
}

.l-lpwrapper .l-footer_block {
  width: 30.303%;
}

@media only screen and (max-width: 920px) {
  .l-lpwrapper .l-footer_block {
    width: auto;
    margin-bottom: 54px;
  }
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-footer_block {
    margin-bottom: 4.8vw;
  }
}

.l-lpwrapper .l-footer_block-ttl {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: .02em;
  position: relative;
  color: #6e5f50;
  margin: 0 0 12px 0;
}

@media only screen and (max-width: 1010px) {
  .l-lpwrapper .l-footer_block-ttl {
    font-size: calc((100vw - 376px) / 636 * 10 + 14px);
  }
}

@media only screen and (max-width: 920px) {
  .l-lpwrapper .l-footer_block-ttl br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-footer_block-ttl {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .l-footer_block-ttl {
    font-size: 1.4rem;
  }
}

.l-lpwrapper .l-footer_block-ttl-inr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  min-height: 2.6666em;
  margin: 0;
}

@media only screen and (max-width: 920px) {
  .l-lpwrapper .l-footer_block-ttl-inr {
    min-height: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-footer_block-ttl-inr {
    min-height: 0;
  }
}

.l-lpwrapper .l-footer_point-wrapper {
  display: block;
  background-color: #6e5f50;
  color: #fff;
  padding: 18px 0 15px 20px;
  margin-bottom: 13px;
  text-align: left;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-footer_point-wrapper {
    padding: 7px 0 7px 10px;
    margin-bottom: 12px;
  }
}

.l-lpwrapper .l-footer_point-wrapper > img {
  display: block;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-footer_point-wrapper > img {
    width: 8.5333333333vw;
  }
}

.l-lpwrapper .l-footer_point {
  width: 84px;
  height: 64px;
  position: absolute;
  top: -8px;
  right: 24px;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-footer_point {
    top: -4px;
    right: 16px;
    width: 11.2vw;
    height: 8.5333333333vw;
    max-width: 84px;
    max-height: 64px;
  }
}

.l-lpwrapper .l-footer p {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media only screen and (max-width: 1010px) {
  .l-lpwrapper .l-footer p {
    font-size: calc((100vw - 376px) / 636 * 6 + 10px);
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .l-footer p {
    font-size: 1rem;
  }
}

.l-lpwrapper .l-cta-wrapper {
  padding: 0 40px 38px 40px;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-cta-wrapper {
    padding: 0 0 17px 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .l-cta-wrapper .cta .cta-inner {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .l-lpwrapper .l-cta-wrapper .cta .cta-phone p span.tel-link {
    font-size: 10vw;
  }
}

.l-lpwrapper .s-top .l-list {
  padding: 0 20px;
  max-width: 1160px;
}

.l-lpwrapper .s-top_logo {
  margin: 0;
  padding: 0;
}

.l-lpwrapper .s-top_logo img {
  width: 100%;
  max-width: 1280px;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-top_logo-pc {
    display: none;
  }
}

.l-lpwrapper .s-top_logo-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-top_logo-sp {
    display: inline;
  }
}

.l-lpwrapper .s-top_header {
  margin-bottom: 130px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-top_header {
    margin-bottom: 13.3333333333vw;
  }
}

.l-lpwrapper .s-top_header:before {
  content: "";
  display: block;
  width: 44px;
  height: 64px;
  background-image: url("../img/ico_header.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  margin: 0 auto 34px auto;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-top_header:before {
    content: "";
    display: block;
    width: 7.4666666667vw;
    height: 10.6666666667vw;
    max-width: 56px;
    max-height: 80px;
    margin: 0 auto 17px auto;
  }
}

.l-lpwrapper .s-top_header p {
  text-align: center;
  margin-bottom: 67px;
}

@media only screen and (max-width: 1010px) {
  .l-lpwrapper .s-top_header p {
    font-size: calc((100vw - 376px) / 636 * 5 + 11px);
  }
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-top_header p {
    width: 69.6vw;
    margin: 0 auto 38px auto;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .s-top_header p {
    font-size: 1.1rem;
  }
}

.l-lpwrapper .s-detail .l-list {
  margin-bottom: -30px;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-detail .l-list {
    margin-bottom: 2.1333333333vw;
  }
}

.l-lpwrapper .s-detail_inr {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1160px;
}

.l-lpwrapper .s-detail_logo {
  width: 160px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-detail_logo {
    width: 17.3333333333vw;
    margin-bottom: 6.6666666667vw;
    margin-left: -20px;
    min-width: 65px;
  }
}

.l-lpwrapper .s-detail_logo img {
  width: 100%;
}

.l-lpwrapper .s-detail_main-br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-detail_main-br {
    display: inline;
  }
}

.l-lpwrapper .s-detail_main {
  margin-bottom: 110px;
  border-radius: 20px;
  background-color: #e65b41;
  padding: 40px 10px;
  box-shadow: 0 4px 0 #320a00;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-detail_main {
    border-radius: 10px;
    margin-bottom: 10.6666666667vw;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .s-detail_main {
    padding: 20px 5px;
  }
}

.l-lpwrapper .s-detail_main:before {
  content: "";
  display: block;
  width: 72px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 38px;
  background-image: url("../img/ico_report.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-detail_main:before {
    width: 9.6vw;
    height: 1.8666666667vw;
    min-width: 36px;
    min-height: 7px;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .s-detail_main:before {
    left: 15px;
  }
}

.l-lpwrapper .s-detail_main-clip {
  min-height: 420px;
  position: relative;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 920px) {
  .l-lpwrapper .s-detail_main-clip {
    min-height: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-detail_main-clip {
    display: block;
    min-height: 0;
  }
}

.l-lpwrapper .s-detail_main-clip:after {
  content: "";
  display: block;
  width: 26px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: -7px;
  background-image: url("../img/ico_clip.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-detail_main-clip:after {
    width: 3.4666666667vw;
    height: 16vw;
    top: 44%;
    min-width: 13px;
    min-height: 60px;
    left: -7px;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .s-detail_main-clip:after {
    left: -3px;
  }
}

.l-lpwrapper .s-detail_main-illust {
  -webkit-flex: 1;
  flex: 1;
}

.l-lpwrapper .s-detail_main-illust-inr {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 339px;
  width: 65.5833333333vw;
  max-width: 787px;
}

@media only screen and (max-width: 1010px) {
  .l-lpwrapper .s-detail_main-illust-inr {
    width: calc(108% - 339px);
  }
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-detail_main-illust-inr {
    position: static;
    margin-bottom: -23.4666666667vw;
    width: 83.7333333333vw;
    -webkit-transform: translate(4.8vw, -23.4666666667vw);
    transform: translate(4.8vw, -23.4666666667vw);
  }
}

.l-lpwrapper .s-detail_main-dtl {
  width: 320px;
  margin-right: 19px;
  padding: 165px 0 64px 0;
  position: relative;
  color: #643c1e;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-detail_main-dtl {
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    padding: 7px 0 40px 0;
  }
}

.l-lpwrapper .s-detail_main-dtl p {
  margin-left: 50px;
  line-height: 1.75;
  font-weight: 700;
}

@media only screen and (max-width: 1010px) {
  .l-lpwrapper .s-detail_main-dtl p {
    font-size: calc((100vw - 376px) / 636 * 7 + 9px);
  }
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-detail_main-dtl p {
    width: 39.4666666667vw;
    margin: 7px 4vw 0 3.7333333333vw;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .s-detail_main-dtl p {
    font-size: .9rem;
  }
}

.l-lpwrapper .s-detail_main-ttl {
  width: 337px;
  min-height: 134px;
  padding: 44px 0 10px 39px;
  position: absolute;
  top: 7px;
  left: -10px;
  color: #643c1e;
  background-image: url("../img/ico_fusen.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  font-size: 2.2rem;
  line-height: 1.3636363636;
}

@media only screen and (max-width: 768px) {
  .l-lpwrapper .s-detail_main-ttl {
    font-size: 1.6rem;
    -webkit-flex: 1;
    flex: 1;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    width: auto;
    height: auto;
    min-height: 0;
    position: static;
    padding: 6.6666666667vw 6px 5.3333333333vw 5.3333333333vw;
    margin-left: -10px;
    background-size: 100% 100%;
  }

  .l-lpwrapper .s-detail_main-ttl:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 375px) {
  .l-lpwrapper .s-detail_main-ttl {
    margin-left: -5px;
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}

/* HVC-20210222 */
.l-cta-wrapper .cta-button { margin: 0 auto; }
.l-cta-wrapper .cta-button li + li { margin-left: 0; }
.l-cta-wrapper .btn-siryou { background: #066bd9; font-weight: 900; }
.l-cta-wrapper .btn-yoyaku { background: #e5348c; font-weight: 900; }
.l-cta-wrapper .btn-tenpo { background: #000; font-weight: 900; }
.l-cta-wrapper .cta-phone p span { font-weight: 900; }

.cta-button {
  display: flex;
  max-width: 1240px;
  margin: 2rem auto 1rem;
  padding: 0 2rem;
}

.cta-button li {
  width: 33.3%;
}

.cta-button li + li {
  margin-left: 9px;
}

.cta-button li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.3rem 0;
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
}

.cta-button li a:before {
  content: "\e5cc";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: Material Icons;
  font-size: 1.4em;
  font-weight: 400;
}

.cta-phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  max-width: 940px;
  margin: 0 auto;
  color: #000;
  font-size: 2.6rem;
  font-weight: 400;
  text-align: left;
}

.cta-phone a {
  color: #000;
}

.cta-phone p {
  margin: 0;
  line-height: 1.8;
}

.cta-phone p + p {
  margin-left: 1rem;
}

.cta-phone p + p a {
  display: inline-block;
  line-height: 1.5;
}

.cta-phone p + p > span {
  display: block;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
}

.cta-phone p span {
  display: inline-block;
}

.cta-phone p span.tel-link {
  font-size: 5.4rem;
  font-weight: 700;
  margin-top: 13px;
}

@media print, screen and (max-width: 990px) {
  .cta-lead {
    max-width: 100%;
    padding: 0 4rem;
  }

  .cta-button li a {
    font-size: 2.6rem;
  }

  .cta-phone {
    max-width: 100%;
    padding: 0 4rem;
    font-size: 2.626vw;
  }

  .cta-phone p:first-child span {
    display: inline;
  }
}

@media print, screen and (max-width: 768px) {
  .cta-inner {
    padding: 0 5%;
  }

  .cta-lead {
    padding: 0;
    font-size: 1.4rem;
  }

  .cta-button {
    display: block;
    margin: 1.5rem 0 1rem;
    padding: 0;
  }

  .cta-button li {
    width: 100%;
  }

  .cta-button li + li {
    margin-top: .5rem;
    margin-left: 0;
  }

  .cta-button li a {
    padding: 1.05rem 0;
    font-size: 2.2rem;
  }

  .cta-phone {
    display: block;
    padding: 0;
    font-size: 2rem;
  }

  .cta-phone p {
    margin: 0;
  }

  .cta-phone p + p {
    margin: 0;
    text-align: center;
  }

  .cta-phone p span {
    display: inline;
  }

  .cta-phone p span.tel-link {
    font-size: 3.3rem;
  }
}
