@charset "UTF-8";
/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.howto__contents, .kensa__contents, .about__contents, .cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.howto__contents > *, .kensa__contents > *, .about__contents > *, .cont__center > * {
  min-height: 0%;
}

.footer__contents, .footer__btn-box, .service__contents, .howto__container, .kensa__contents, .recommend__container, .about__contents, .mv__contents, .cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .footer__contents, .footer__btn-box, .service__contents, .howto__container, .kensa__contents, .recommend__container, .about__contents, .mv__contents, .cont__container, .cont__container--small {
    max-width: 100%;
    width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .cont__container--small {
    max-width: 89.3333333333vw;
  }
}

.footer__btn, .footer__totop, .footer__cta-btn, .service__btn-link, .service__link-detail, .service__link-other, .header__logo, .link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.footer__btn:hover, .footer__totop:hover, .footer__cta-btn:hover, .service__btn-link:hover, .service__link-detail:hover, .service__link-other:hover, .header__logo:hover, .link:hover {
  opacity: 0.7;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

.cont {
  background-color: #fff2e6;
}
.cont a {
  transition: opacity 0.3s;
  cursor: pointer;
}
.cont a:hover {
  opacity: 0.7;
}
.cont__container-top {
  background: url(/dtf/lp/okuchinocheck/images/pc/cont_img_bgtop.png) center bottom/auto no-repeat;
}
@media screen and (max-width: 1020px) {
  .cont__container-top {
    background: url(/dtf/lp/okuchinocheck/images/pc/cont_img_bgtop-1020.png) center bottom/auto 100% no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .cont__container-top {
    background: url(/dtf/lp/okuchinocheck/images/sp/cont_img_bgtop-01.png) center top/contain no-repeat, url(/dtf/lp/okuchinocheck/images/sp/cont_img_bgtop-02.png) center bottom/contain no-repeat;
  }
}
.cont__container-bottom {
  background: url(/dtf/lp/okuchinocheck/images/pc/cont_img_bgbottom.png) center top/auto 100% no-repeat;
}
@media screen and (max-width: 1020px) {
  .cont__container-bottom {
    background: url(/dtf/lp/okuchinocheck/images/pc/cont_img_bgbottom-1020.png) center top/auto 100% no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .cont__container-bottom {
    background: url(/dtf/lp/okuchinocheck/images/sp/cont_img_bgbottom-01.png) center top -6.6666666667vw/contain no-repeat, url(/dtf/lp/okuchinocheck/images/sp/cont_img_bgbottom-02.png) center bottom -3.3333333333vw/contain no-repeat;
  }
}
.cont__scroll {
  margin: 0 auto 37px;
  width: 37px;
  height: 62px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cont__scroll {
    margin-bottom: 6.1333333333vw;
    width: 9.7333333333vw;
    height: 16.2666666667vw;
  }
}
.cont__scroll-ar {
  display: block;
  position: absolute;
  width: 37px;
  height: 19px;
  left: 1px;
}
@media screen and (max-width: 768px) {
  .cont__scroll-ar {
    width: 9.6vw;
    height: 4.9333333333vw;
    left: 0.2666666667vw;
  }
}
.cont__scroll-ar:nth-of-type(1) {
  bottom: 28px;
  animation: scroll 1.5s steps(2, jump-none) infinite;
}
@media screen and (max-width: 768px) {
  .cont__scroll-ar:nth-of-type(1) {
    bottom: 7.4666666667vw;
  }
}
.cont__scroll-ar:nth-of-type(2) {
  bottom: 14px;
  animation: scroll2 1.5s steps(2, jump-none) infinite;
}
@media screen and (max-width: 768px) {
  .cont__scroll-ar:nth-of-type(2) {
    bottom: 3.7333333333vw;
  }
}
.cont__scroll-ar:nth-of-type(3) {
  bottom: 0px;
  animation: scroll3 1.5s steps(2, jump-none) infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@keyframes scroll3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* common:end */
/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 30px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.jsScroll {
  opacity: 0;
  transition-duration: 700ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
/* header:start */
.header {
  background-color: #fff;
}
.header__container {
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .header__container {
    padding: 0 0 0 2.6666666667vw;
    max-width: 89.3333333333%;
  }
}
.header__logo {
  display: block;
  width: 225px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    padding: 2.6666666667vw 0;
    width: 36vw;
  }
}

/* header:end */
/* mv:start */
.mv__container {
  background-color: #ffd44a;
  background-image: url(/dtf/lp/okuchinocheck/images/pc/mv_img_bg.jpg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1366px) {
  .mv__container {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .mv__container {
    background-image: url(/dtf/lp/okuchinocheck/images/sp/mv_img_bg.jpg);
    background-position: center top;
    background-size: contain;
  }
}
.mv__contents {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mv__contents {
    padding-bottom: 0;
    width: 100%;
  }
}
.mv__copy {
  display: block;
  padding-top: 9.7959183673%;
  padding-bottom: 2.0408163265%;
  width: 68.7755102041%;
}
@media screen and (max-width: 768px) {
  .mv__copy {
    padding: 0;
    width: 100%;
  }
}
.mv__present {
  padding-top: 2.0408163265%;
  padding-bottom: 1.4285714286%;
  padding-left: 2.0408163265%;
  padding-right: 2.0408163265%;
  width: 56.3265306122%;
  border-radius: 20px;
  background-color: #ff7e00;
}
@media screen and (max-width: 768px) {
  .mv__present {
    width: 100%;
    padding: 2.6666666667vw 4vw 3.2vw;
    border-radius: 0;
  }
}
.mv__kikan {
  margin-top: 2.5390625%;
  margin-bottom: 2.5390625%;
  padding-top: 1.953125%;
  padding-bottom: 1.953125%;
  display: block;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .mv__kikan {
    margin-top: 1.4492753623%;
    margin-bottom: 1.1594202899%;
    padding-top: 2.3188405797%;
    padding-bottom: 2.3188405797%;
    border-radius: 1.3333333333vw;
  }
}
.mv__caution {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .mv__caution {
    font-size: 3.2vw;
    letter-spacing: normal;
  }
}

/* mv:end */
/* about:start */
.about__contents {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .about__contents {
    padding-top: 5.0666666667vw;
    max-width: 89.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .about__heading {
    margin-bottom: 4.776119403%;
  }
}
.about__txt {
  margin-top: 2.0408163265%;
  font-size: 2rem;
  line-height: 1.55;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__txt {
    font-size: 4.5333333333vw;
    text-align: left;
    line-height: 1.5882352941;
  }
}
.about__cut {
  margin-top: 2.8571428571%;
  width: 30.4081632653%;
  box-shadow: 3px 3px 13px 0 rgba(0, 85, 73, 0.29);
}
@media screen and (max-width: 768px) {
  .about__cut {
    margin-top: 4.4776119403%;
    width: 58.5074626866%;
    box-shadow: 0.4vw 0.4vw 1.7333333333vw 0 rgba(0, 85, 73, 0.29);
  }
}
.about__column {
  margin-top: 8.1632653061%;
  padding-bottom: 2.6530612245%;
  border-radius: 30px;
  background-color: #ffe180;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .about__column {
    margin-top: 14.9253731343%;
    padding-bottom: 44.776119403%;
    border-radius: 5.3333333333vw;
  }
}
.about__column::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 582px);
  height: 129px;
  margin-top: 12.2448979592%;
  right: 0;
  background-image: url(/dtf/lp/okuchinocheck/images/pc/about_img_illust.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .about__column::before {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 34.2666666667vw;
    margin-top: 0;
    right: 0;
    bottom: 0;
    background-image: url(/dtf/lp/okuchinocheck/images/sp/about_img_illust.png);
  }
}
.about__column-ttl {
  padding: 2.8571428571% 0;
  width: 100%;
  background-color: #ff7e00;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__column-ttl {
    padding: 4.4776119403% 0;
    border-radius: 4vw;
  }
}
.about__column-ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 23px solid #ff7e00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 768px) {
  .about__column-ttl::after {
    border-left-width: 2.4vw;
    border-right-width: 2.4vw;
    border-top-width: 3.7333333333vw;
  }
}
.about__column-txt {
  padding-top: 3.4693877551%;
  padding-bottom: 3.0612244898%;
  padding-left: 4.0816326531%;
  padding-right: 0;
  width: 582px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  .about__column-txt {
    margin: 0 auto;
    padding-left: 0;
    padding-top: 6.5671641791%;
    padding-bottom: 0;
    width: 91.0447761194%;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.about__note {
  width: 100%;
  padding-left: calc(4.0816326531% + 1em);
  font-size: 1.2rem;
  line-height: 2;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .about__note {
    margin: 0 auto;
    margin-top: 1.1940298507%;
    width: 91.0447761194%;
    line-height: 1.5833333333;
    padding-left: 1em;
  }
}
.about__sup {
  font-size: 0.6em;
}

/* about:end */
/* recommend:start */
.recommend {
  overflow: hidden;
}
.recommend__container {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .recommend__container {
    margin-top: 10vw;
    padding-bottom: 4vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recommend__msg {
    margin-right: auto;
    margin-left: auto;
    width: 89.3333333333vw;
  }
}
.recommend__heading {
  padding-top: 5.9183673469%;
  padding-bottom: 1.8367346939%;
}
@media screen and (max-width: 768px) {
  .recommend__heading {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10.4vw;
    padding-bottom: 6.1333333333vw;
    width: 89.3333333333vw;
  }
}
.recommend__outer {
  margin-bottom: 2.8571428571%;
}
@media screen and (max-width: 768px) {
  .recommend__outer {
    margin-bottom: 4%;
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .recommend__item {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .recommend .swiper-wrapper {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .recommend .swiper-slide {
    width: 31.5306122449%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
}
@media screen and (max-width: 768px) {
  .recommend .swiper-slide {
    margin-left: 1.8666666667vw;
    margin-right: 1.8666666667vw;
    width: 74.6666666667vw;
  }
}
.recommend .swiper-button-prev,
.recommend .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .recommend .swiper-button-prev,
  .recommend .swiper-button-next {
    display: block;
    width: 5.4666666667vw;
    height: 9.6vw;
    top: 53%;
    left: auto;
    right: 5.3333333333vw;
  }
  .recommend .swiper-button-prev::after,
  .recommend .swiper-button-next::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/dtf/lp/okuchinocheck/images/sp/recommend_slide_arrow.png) center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .recommend .swiper-button-prev {
    right: auto;
    left: 5.3333333333vw;
    transform: scaleX(-100%);
  }
}
.recommend .swiper-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .recommend .swiper-pagination {
    display: block;
    margin: 4.2666666667vw auto 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .recommend .swiper-pagination-bullet {
    margin-left: 0.6666666667vw;
    margin-right: 0.6666666667vw;
    width: 3.2vw;
    height: 3.2vw;
    opacity: 1;
    background-color: #dfd7bd;
  }
}
.recommend .swiper-pagination-bullet-active {
  background-color: #ff7e00;
}

/* recommend:end */
.kensa__detail-ttl--yellow, .kensa__detail-ttl {
  padding: 4.1666666667% 0;
  border-radius: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kensa__detail-ttl--yellow, .kensa__detail-ttl {
    padding: 2.6666666667vw 0;
    font-size: 4.8vw;
    border-radius: 2.6666666667vw;
  }
}

/* kensa:start */
.kensa__container {
  background-color: #ffd44a;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kensa__container {
    margin-top: -4vw;
    border-radius: 5.3333333333vw;
  }
}
.kensa__contents {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .kensa__contents {
    padding-top: 4vw;
    padding-bottom: 13.3333333333vw;
  }
}
.kensa__heading {
  padding: 2.0408163265% 0;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .kensa__heading {
    padding: 4.4776119403% 0;
    width: 85.0746268657%;
    border-radius: 4vw;
  }
}
.kensa__lead {
  margin: 1.6326530612% auto 2.6530612245%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #009d86;
}
@media screen and (max-width: 768px) {
  .kensa__lead {
    margin: 2.3880597015% auto 8.6567164179%;
    text-align: center;
    font-size: 5.0666666667vw;
    line-height: 1.5;
  }
}
.kensa__naiyou {
  margin-bottom: 8.1632653061%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kensa__naiyou {
    margin-bottom: 14.9253731343%;
    flex-direction: column;
  }
}
.kensa__detail {
  padding: 2.0408163265%;
  width: 48.9795918367%;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .kensa__detail:first-child {
    margin-bottom: 5.9701492537%;
  }
}
@media screen and (max-width: 768px) {
  .kensa__detail {
    padding: 1.4925373134%;
    padding-bottom: 6.7164179104%;
    width: 100%;
    border-radius: 4vw;
  }
}
.kensa__detail-txt {
  margin-top: 9.5454545455%;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .kensa__detail-txt {
    margin-right: auto;
    margin-left: auto;
    margin-top: 5.5384615385%;
    margin-bottom: 0;
    width: 95.3846153846%;
    font-size: 1.4rem;
    line-height: 1.6071428571;
  }
}
.kensa__note {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .kensa__note {
    margin: 1.2307692308% auto 0;
    width: 95.3846153846%;
    line-height: 1.5833333333;
  }
}
.kensa__detail-ttl {
  background-color: #009d86;
}
.kensa__detail-ttl--yellow {
  background-color: #f9be00;
}
.kensa__houhou {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .kensa__houhou {
    flex-direction: column;
  }
}
.kensa__houhou-item {
  position: relative;
  width: 21.9387755102%;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .kensa__houhou-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 4vw;
  }
}
.kensa__houhou-item::marker {
  content: none;
}
@media screen and (max-width: 768px) {
  .kensa__houhou-item:not(:first-child) {
    margin-top: 6.9333333333vw;
  }
}
.kensa__houhou-item:not(:first-child)::after {
  content: "";
  display: block;
  width: 3.9215686275vw;
  height: 5.5882352941vw;
  max-width: 40px;
  max-height: 57px;
  background: url(/dtf/lp/okuchinocheck/images/pc/howto_icon_arrow.png) center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 768px) {
  .kensa__houhou-item:not(:first-child)::after {
    width: 13.3333333333vw;
    height: 9.0666666667vw;
    max-width: none;
    max-height: none;
    background: url(/dtf/lp/okuchinocheck/images/sp/howto_icon_arrow.png) center center/contain no-repeat;
    top: 0;
    bottom: auto;
    left: auto;
    right: 50%;
    transform: translate(50%, -75%);
    z-index: 5;
  }
}
.kensa__num {
  display: block;
  width: 32.5581395349%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .kensa__num {
    width: 15.3731343284%;
  }
}
@media screen and (max-width: 768px) {
  .kensa__cut {
    width: 47.2vw;
  }
}
.kensa__houhou-txt {
  padding: 11.6279069767% 6.976744186%;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .kensa__houhou-txt {
    flex: 1;
    padding: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
  }
}

/* kensa:end */
/* howto:start */
.howto__container {
  padding-top: 165px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1020px) {
  .howto__container {
    padding-top: 16.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  .howto__container {
    padding-top: 24vw;
    padding-bottom: 5.3333333333vw;
    width: 100%;
  }
}
.howto__contents {
  padding-bottom: 7.1428571429%;
  border: 6px solid #ff7e00;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .howto__contents {
    padding-bottom: 12vw;
    border-width: 1.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.howto__heading {
  margin: 0 auto;
  margin-top: -7.2314049587%;
  width: 58.2644628099%;
}
@media screen and (max-width: 768px) {
  .howto__heading {
    margin-top: -12vw;
    width: 89.3333333333vw;
  }
}
.howto__lead {
  margin-top: 1.2396694215%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ff7e00;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .howto__lead {
    margin-top: 2.1333333333vw;
    font-size: 5.0666666667vw;
    line-height: 1.5;
  }
}
.howto__items {
  margin-top: 2.479338843%;
  width: 68.2851239669%;
}
@media screen and (max-width: 768px) {
  .howto__items {
    margin-top: 24px;
    width: 91.7808219178%;
  }
}
.howto__item {
  display: flex;
  align-items: center;
  position: relative;
}
.howto__item:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .howto__item:not(:last-child) {
    margin-bottom: 6.2686567164%;
  }
}
.howto__item:not(:nth-of-type(1))::before {
  content: "";
  display: block;
  width: 6px;
  height: 35px;
  background: url(/dtf/lp/okuchinocheck/images/pc/howto_line_dot.png) center center/contain no-repeat;
  top: 0;
  left: 41px;
  position: absolute;
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .howto__item:not(:nth-of-type(1))::before {
    width: 1.3333333333vw;
    height: 9.8666666667vw;
    background: url(/dtf/lp/okuchinocheck/images/sp/howto_line_dot.png) center center/contain no-repeat;
    top: -6.2666666667vw;
    left: 7.4666666667vw;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .howto__item:nth-of-type(2)::before {
    top: -9.2vw;
  }
}
.howto__step {
  width: 101px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .howto__step {
    width: 18.2666666667vw;
  }
}
.howto__txt {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 7.5642965204%;
  padding-top: 1.5128593041%;
  padding-bottom: 1.5128593041%;
  padding-left: 70px;
  padding-right: 5.4462934947%;
  width: 100%;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 4px solid #ff7e00;
  border-radius: 20px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .howto__txt {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10.5333333333vw;
    padding-top: 1.8666666667vw;
    padding-bottom: 1.8666666667vw;
    padding-left: 12.5333333333vw;
    padding-right: 4vw;
    min-height: 0;
    border-width: 0.8vw;
    border-radius: 4vw;
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
  }
}
@media screen and (max-width: 375px) {
  .howto__txt {
    border-width: 3px;
  }
}

/* howto:end */
.service__link-other, .service__link-detail, .service__btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
  text-align: center;
}
.service__link-other::after, .service__link-detail::after, .service__btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.service__tokuchou--jr, .service__tokuchou {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .service__tokuchou--jr, .service__tokuchou {
    font-size: 1.4rem;
    line-height: 1.6071428571;
  }
}

/* service:start */
.service__container {
  padding-bottom: 290px;
}
@media screen and (max-width: 1020px) {
  .service__container {
    padding-bottom: 28.431372549vw;
  }
}
@media screen and (max-width: 768px) {
  .service__container {
    padding-bottom: 23.4666666667vw;
  }
}
.service__heading {
  margin-bottom: 1.0204081633%;
}
@media screen and (max-width: 768px) {
  .service__heading {
    margin-top: 6.5671641791%;
    margin-bottom: 2.6865671642%;
  }
}
.service__lead {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1020px) {
  .service__lead {
    font-size: 2.1568627451vw;
  }
}
@media screen and (max-width: 768px) {
  .service__lead {
    font-size: 5.0666666667vw;
    line-height: 1.5;
  }
}
.service__product {
  margin-top: 5.7142857143%;
  padding-bottom: 1.6326530612%;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service__product {
    margin-top: 7.1641791045%;
    padding-bottom: 5.9701492537%;
    border-radius: 4vw;
  }
}
.service__mainttl {
  padding: 14px 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #ff6d50;
}
@media screen and (max-width: 768px) {
  .service__mainttl {
    padding: 2.9850746269%;
    font-size: 4.2666666667vw;
  }
}
.service__pkg {
  padding: 4.0816326531% 5.1020408163%;
}
@media screen and (max-width: 768px) {
  .service__pkg {
    padding: 5.9701492537% 4.4776119403% 8.9552238806%;
  }
}
.service__pkg-item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .service__pkg-item {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .service__pkg-item:not(:first-child) {
    margin-top: 13.3333333333vw;
  }
}
.service__ttl {
  min-height: 42px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #dfd2c6;
  position: relative;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service__ttl {
    margin-right: 0;
    padding: 1.8666666667vw 0;
    font-size: 3.4666666667vw;
    min-height: 0;
  }
}
.service__ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .service__ttl::after {
    content: none;
  }
}
.service__name {
  width: 29.5454545455%;
  border-bottom: 1px solid #dfd2c6;
}
@media screen and (max-width: 768px) {
  .service__name {
    width: 100%;
  }
}
.service__name--jr {
  width: 29.5454545455%;
}
@media screen and (max-width: 768px) {
  .service__name--jr {
    width: 100%;
  }
}
.service__tokuchou {
  border-bottom: 1px solid #dfd2c6;
  border-left: 1px solid #dfd2c6;
}
@media screen and (max-width: 768px) {
  .service__tokuchou {
    border: none;
  }
}
.service__tokuchou--jr {
  margin-top: -0.8116883117%;
  border-left: 1px solid #dfd2c6;
}
@media screen and (max-width: 768px) {
  .service__tokuchou--jr {
    margin-top: 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .service__logo {
    padding: 0;
  }
}
.service__datas {
  margin-left: 4.0387722132%;
  padding-top: 4.0584415584%;
}
@media screen and (max-width: 768px) {
  .service__datas {
    padding-top: 1.6393442623%;
    margin-left: 0;
  }
}
.service__datas dt::after {
  content: "：";
}
.service__datas dd {
  flex: 1;
}
.service__data {
  display: flex;
}
.service__merit {
  margin-left: 4.0387722132%;
}
@media screen and (max-width: 768px) {
  .service__merit {
    margin-left: 0;
  }
}
.service__note {
  margin-top: 10px;
  margin-left: 4.0387722132%;
  font-size: 1.2rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .service__note {
    margin-top: 5px;
    margin-left: 0;
    line-height: 1.5833333333;
  }
}
.service__follow {
  margin-left: 4.0387722132%;
  padding-bottom: 4.0387722132%;
  width: 74.7980613893%;
}
@media screen and (max-width: 768px) {
  .service__follow {
    margin-left: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
.service__btn-link {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #ff6d50;
  width: 73.0769230769%;
  height: 40px;
  border-radius: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .service__btn-link {
    margin-bottom: 6.6666666667vw;
    font-size: 3.4666666667vw;
    width: 43.3333333333vw;
    height: 7.2vw;
    border-radius: 3.6vw;
  }
}
.service__btn-link::after {
  background-image: url(/dtf/lp/okuchinocheck/images/service_icon_arrow.svg);
  width: 10px;
  height: 16px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .service__btn-link::after {
    width: 1.7333333333vw;
    height: 2.4vw;
    right: 2.6666666667vw;
  }
}
.service__link-detail {
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 4.0387722132%;
  padding-left: 6px;
  padding-bottom: 6px;
  width: 121px;
  font-size: 1.8rem;
  color: #ff6d50;
  border-bottom: 1px solid #ff6d50;
}
@media screen and (max-width: 768px) {
  .service__link-detail {
    margin-top: 18px;
    margin-bottom: 3.4666666667vw;
    margin-left: 0;
    padding-left: 1.6vw;
    padding-bottom: 1.0666666667vw;
    width: 24vw;
    font-size: 3.4666666667vw;
  }
}
.service__link-detail::after {
  background-image: url(/dtf/lp/okuchinocheck/images/service_icon_arrow-pink.svg);
  width: 10px;
  height: 14px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .service__link-detail::after {
    width: 1.6vw;
    height: 2.4vw;
    right: 1.7333333333vw;
  }
}
.service__link-other {
  margin: 0 auto;
  padding: 18px;
  width: 45.9183673469%;
  background-color: #ff9300;
  border-radius: 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service__link-other {
    padding: 6.1333333333vw 0;
    width: 91.0447761194%;
    border-radius: 4vw;
    font-size: 4vw;
  }
}
.service__link-other::after {
  background-image: url(/dtf/lp/okuchinocheck/images/pc/service_icon_arrow2.svg);
  width: 13px;
  height: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .service__link-other::after {
    background-image: url(/dtf/lp/okuchinocheck/images/sp/service_icon_arrow2.svg);
    width: 2.6666666667vw;
    height: 3.7333333333vw;
    right: 5.3333333333vw;
  }
}
.service__num {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 2.8571428571%;
  margin-right: 5.5102040816%;
}
@media screen and (max-width: 768px) {
  .service__num {
    font-size: 2.4vw;
    margin-top: 8vw;
    margin-right: 4vw;
  }
}

/* service:end */
/* footer:start */
.footer {
  position: relative;
  z-index: 99;
}
.footer__container {
  background-color: #00a08e;
  position: relative;
}
.footer__contents {
  padding-top: 50px;
  padding-bottom: 135px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__contents {
    padding-top: 4vw;
    padding-bottom: 22vw;
  }
}
.footer__btn {
  display: block;
  width: 49.693877551%;
}
@media screen and (max-width: 768px) {
  .footer__btn {
    width: 100%;
    padding-top: 8px;
  }
}
.footer__btn-box {
  margin-bottom: 10px;
  margin-top: -92px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer__btn-box {
    box-sizing: border-box !important;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    transform: translateY(-120%);
  }
}
.footer__totop {
  margin-left: auto;
  margin-right: 0;
  box-sizing: content-box;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .footer__totop {
    margin-right: 2.6666666667vw;
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 375px) {
  .footer__totop {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.footer__cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .footer__cta {
    width: 100%;
    background-color: #b3e3dd;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .footer__cta.jsBtn {
    position: absolute;
    bottom: 290px;
  }
}
.footer__cta-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 272px;
  height: 272px;
  background: url(/dtf/lp/okuchinocheck/images/pc/footer_btn_cta.png) center center/contain no-repeat;
}
@media screen and (max-width: 1020px) {
  .footer__cta-btn {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta-btn {
    width: 95.3333333333%;
    height: 13.3333333333vw;
    flex-direction: row;
    justify-content: flex-start;
    background-image: url(/dtf/lp/okuchinocheck/images/sp/footer_btn_cta.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    padding: 1.8666666667vw;
  }
}
.footer__cta-free {
  margin-top: 14px;
  font-size: 2.8rem;
  color: #ff7e00;
  background-color: #fff;
  text-align: center;
  width: 82px;
  height: 42px;
  border-radius: 6px;
}
@media screen and (max-width: 1020px) {
  .footer__cta-free {
    margin-top: 1.3725490196vw;
    font-size: 2.7450980392vw;
    width: 8.0392156863vw;
    height: 4.1176470588vw;
    border-radius: 0.5882352941vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta-free {
    margin-top: 0;
    font-size: 3.3333333333vw;
    width: 9.8666666667vw;
    height: 9.8666666667vw;
    border-radius: 1.3333333333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta-copy {
    margin-right: 9.3333333333vw;
    flex-grow: 1;
  }
}
.footer__cta-here {
  padding: 14px 0 12px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1020px) {
  .footer__cta-here {
    padding: 1.3725490196vw 0 1.1764705882vw;
    font-size: 3.137254902vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta-here {
    padding: 0 0 0.5333333333vw;
    font-size: 5.3333333333vw;
  }
}
.footer__cta-sub {
  padding-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1020px) {
  .footer__cta-sub {
    padding-bottom: 0.4901960784vw;
    font-size: 1.3725490196vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta-sub {
    font-size: 2.6666666667vw;
    letter-spacing: 0.02em;
    line-height: 1;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
    line-height: 1.4;
  }
}

/* footer:end */