@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
/*--------------------------------------------------------------
/pub/template/
--------------------------------------------------------------*/
/* *****************************************
/*+  common  +******************************
/***************************************** */
body {
  margin: 0;
  padding: 0;
}
@media (min-width: 521px) {
  body {
    background: #FFF url("../img/sp/pc_bg.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #FFF;
  }
}

#template {
  max-width: 520px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  background-color: #FFF;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.75vw;
  color: #404040;
}
@media (min-width: 521px) {
  #template {
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 521px) {
  #template {
    font-size: 19.5px;
  }
}
#template a {
  color: #007c52;
  text-decoration: underline;
}
#template a:link, #template a:visited {
  color: #007c52;
  text-decoration: underline;
}
#template a:hover, #template a:active {
  color: #007c52;
  text-decoration: none;
}
@media (min-width: 521px) {
  #template a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  #template a {
    transition: .3s all;
  }
  #template a:hover {
    opacity: .7;
  }
}
#template * {
  margin: 0;
  padding: 0;
}
#template img, #template input[type="image"] {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
#template video {
  width: 100%;
  height: auto;
  display: block;
}
#template ol, #template ul {
  list-style: none;
}
#template sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
#template .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#template *, #template *:before, #template *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#template .fade {
  transition: 0.5s;
}
#template .fade:hover {
  opacity: .75;
}
#template .slideToggle-container .is-hide {
  display: none;
}
#template .text-green {
  color: #007c52;
}
#template .bold {
  font-weight: bold;
}
#template .notes {
  margin: 0 6.25%;
}
#template .note {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.42188vw;
  text-align: left;
  letter-spacing: 0.05em;
}
@media (min-width: 521px) {
  #template .note {
    font-size: 12.59375px;
  }
}
#template .note li {
  letter-spacing: normal;
  text-indent: -1em;
  padding-left: 1em;
}
#template dl.note {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  text-align: left;
}
#template dl.note dt {
  width: 1em;
}
#template dl.note dd {
  width: calc(100% - 1em);
}
#template dl.note.numbering dt {
  width: 2em;
}
#template dl.note.numbering dd {
  width: calc(100% - 2em);
}
#template .tr {
  text-align: right;
}
#template #footer {
  padding: 1em 0;
}
#template .fadeIn {
  opacity: 0;
  transition: .3s;
}
#template .fadeIn.lazyloaded {
  opacity: 1;
}

.effected, .effected::before, .effected::after {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1, 1) !important;
}

/* *****************************************
/*+  content  +********************************
/***************************************** */
/*+ block + ------------------------------ */
#content > section, #content .area {
  position: relative;
  z-index: 0;
}
#content .mv {
  padding-bottom: 6.25%;
  background-color: #f1e1df;
}
#content .mv .note {
  margin: 2.34375% 2.34375% 0;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.8125vw;
  letter-spacing: normal;
}
@media (min-width: 521px) {
  #content .mv .note {
    font-size: 14.625px;
  }
}
#content .cv {
  position: relative;
}
#content .cv .inner {
  background-color: #007c52;
  padding: 0 0 9.375%;
}
#content .cv__contents {
  background-color: #FFF;
  margin: 0 2.34375%;
  padding: 0 0 4.6875%;
  border-radius: clamp(8px, 2.5vw, 13px);
}
#content .cv .cv_btn {
  margin: 0 0 3.27869%;
}
#content .cv .cv_btn input {
  position: relative;
  cursor: pointer;
  display: block;
  width: 92.45902%;
  height: 0;
  margin: 0 auto 0;
  padding-top: 20.81967%;
  border: none;
  text-indent: -9999px;
  background: url(../img/sp/cv_btn.png) no-repeat 0 0/100% auto;
  filter: drop-shadow(6px 6px 14px rgba(118, 118, 118, 0.35));
  transition: all .3s;
}
#content .cv .cv_btn input:hover {
  opacity: .9;
  transform: translateY(5px);
  filter: drop-shadow(2px 2px 7px rgba(118, 118, 118, 0.8));
}
#content .cv .cv_btn_member input {
  position: relative;
  cursor: pointer;
  display: block;
  width: 75.40984%;
  height: 0;
  margin: 0 auto 4.91803%;
  padding-top: 13.11475%;
  border: none;
  text-indent: -9999px;
  background: url("../img/sp/cv_btn_member.png") no-repeat 0 0/100% auto;
  transition: all .3s;
}
#content .cv .cv_btn_member input:hover {
  opacity: .7;
  transform: translateY(5px);
}
#content .cv .note {
  margin: 0 4.91803% 0;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.5vw;
  letter-spacing: normal;
}
@media (min-width: 521px) {
  #content .cv .note {
    font-size: 13px;
  }
}
#content .cv .note.numbering {
  margin-bottom: 0;
}
#content .cv .todokede {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 2.96875vw;
  letter-spacing: normal;
  text-align: left;
  background-color: #f6f2ea;
  margin: 4.91803% 4.91803% 0;
  padding: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 521px) {
  #content .cv .todokede {
    font-size: 15.4375px;
  }
}
#content .cv .link_seibun, #content .cv .link_guide {
  margin: 6.55738% 6.55738%;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.75vw;
  letter-spacing: .05em;
}
@media (min-width: 521px) {
  #content .cv .link_seibun, #content .cv .link_guide {
    font-size: 19.5px;
  }
}
#content .cv .link_seibun a, #content .cv .link_guide a {
  color: #96aad7;
}
#content .cv.cv_short .inner {
  padding: 0 0 4.6875%;
}
#content .cv.cv_short .cv_btn input {
  width: 92.45902%;
  padding-top: 17.54098%;
  background: url(../img/sp/cv_btn-short.png) no-repeat 0 0/100% auto;
}
#content .cv.cv_short .cv_btn_member input {
  width: 75.40984%;
  padding-top: 8.19672%;
  background: url("../img/sp/cv_btn_member-short.png") no-repeat 0 0/100% auto;
}
#content .cv.cv_kv {
  margin-top: -25%;
}
#content .cv.cv_kv .cv__contents {
  border: clamp(3px, 0.9375vw, 4.875px) solid #007c52;
  box-shadow: 4px 6.928px 0px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 4.6875%;
}
#content .cv.cv_kv .cv__contents h3 {
  transform: translateY(-5.3125vw);
  margin: 0 auto -5.3125vw;
  width: calc(445/495*100%);
}
@media (min-width: 521px) {
  #content .cv.cv_kv .cv__contents h3 {
    transform: translateY(-27.625px);
    margin: 0 auto -27.625px;
    
  }
}
#content .cv.cv_kv .cv__contents .cv_btn_member input {
  margin-bottom: 0;
}
#content .voice {
  position: relative;
}
#content .fact {
  margin-top: -5%;
  z-index: 2;
}
#content .double_approach {
  margin-top: -24.21875%;
  z-index: 1;
}
#content .component {
  background: url("../img/sp/component_bg.jpg") no-repeat center bottom/100% auto;
  padding-bottom: 12.5%;
}
#content .component__block {
  background-color: #FFF;
  margin: 0 4.6875% 10%;
  padding: 0 0 4.6875%;
  border-radius: clamp(8px, 2.5vw, 13px);
  border: clamp(5px, 1.5625vw, 8.125px) solid #007c52;
}
#content .component__block:last-child {
  margin-bottom: 0;
}
#content .component .component_01 {
  margin: -6.77966% 0 0;
}
#content .component .component_02 {
  margin: -13.22034% 0 0;
}
#content .component .more {
  margin: 0 5.46875%;
  border-radius: clamp(2px, 0.625vw, 3.25px);
  border: clamp(1px, 0.3125vw, 1.625px) solid #333333;
}
#content .component .more__btn {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: .6em;
}
#content .component .more__btn::after, #content .component .more__btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 1em;
  height: 2px;
  margin: auto;
  background-color: #333;
}
#content .component .more__btn::after {
  transform: rotate(90deg);
  transition: transform .2s;
}
#content .component .more__btn.active::after {
  transform: rotate(0deg);
}
#content .component .more__cont {
  display: none;
}
#content .test {
  position: relative;
  background-color: #f7f7f7;
  padding: 0 0 9.375%;
}
#content .test .slider {
  margin: 0 0 0;
}
#content .test .slick-slide {
  padding: 0 2.96875vw;
}
@media (min-width: 521px) {
  #content .test .slick-slide {
    padding: 0 15.4375px;
  }
}
#content .test .slick-dots {
  display: flex;
  justify-content: center;
}
#content .test .slick-dots li {
  position: relative;
  text-indent: -999em;
  margin: 0 1.5625%;
  font-size: 1px;
}
#content .test .slick-dots li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px #a0a0a0;
  border-radius: 50%;
}
#content .test .slick-dots li.slick-active::after {
  border: solid 4px #007c52;
}
#content .test .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: clamp(278px, 86.875vw, 451.75px);
  display: block;
  width: 9.375%;
  height: 0;
  padding: 9.375% 0 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
  border-radius: 999px;
}
#content .test .slick-prev {
  left: clamp(2px, 0.78125vw, 4.0625px);
  background: url("../img/sp/test_graph_prev.png") no-repeat center center/100% auto;
}
#content .test .slick-next {
  right: clamp(2px, 0.78125vw, 4.0625px);
  background: url("../img/sp/test_graph_next.png") no-repeat center center/100% auto;
}
#content .quality {
  position: relative;
  background: url("../img/sp/quality_bg.jpg") repeat-y center center/100% auto;
  padding: 9.375% 0 12.5%;
}
#content .quality h2 {
  width: 47.8125%;
  margin: 0 auto 9.375%;
}
#content .quality .slider {
  margin: 0 0 0;
}
#content .quality .slick-dots {
  margin-top: 9.375%;
  display: flex;
  justify-content: center;
}
#content .quality .slick-dots li {
  position: relative;
  text-indent: -999em;
  margin: 0 1.5625%;
  font-size: 1px;
}
#content .quality .slick-dots li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px #a0a0a0;
  border-radius: 50%;
}
#content .quality .slick-dots li.slick-active::after {
  border: solid 4px #007c52;
}
#content .quality .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 7.8125%;
  height: 0;
  margin: auto;
  padding: 15.625% 0 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
}
#content .quality .slick-prev {
  left: -1px;
  background: url("../img/sp/quality_prev.png") no-repeat center center/100% auto;
}
#content .quality .slick-next {
  right: -1px;
  background: url("../img/sp/quality_next.png") no-repeat center center/100% auto;
}
#content .faq {
  border: clamp(2px, 0.78125vw, 4.0625px) solid #007c52;
  padding: 12.5% 0;
}
#content .faq h2 {
  width: 43.75%;
  margin: 0 auto 7.8125%;
}
#content .faq .faqBlock {
  text-align: left;
  margin: 0 6.25% 4.6875%;
}
#content .faq .faqBlock .question {
  position: relative;
  cursor: pointer;
  background: url("../img/sp/faq_icon_q.png") no-repeat left 0.1em / 4.90909% auto;
  padding: 0 0 .5em 1.5em;
  border-bottom: #CCC solid 1px;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 4.375vw;
  letter-spacing: .12em;
  line-height: 128%;
}
@media (min-width: 521px) {
  #content .faq .faqBlock .question {
    font-size: 22.75px;
  }
}
#content .faq .faqBlock .question::after {
  position: absolute;
  content: "";
  top: .2em;
  right: .5em;
  width: .5em;
  height: .5em;
  transition: all .2s;
  transform: rotate(-45deg);
  border: 3px solid #007c52;
  border-top: transparent;
  border-right: transparent;
}
#content .faq .faqBlock .question.active::after {
  transform: translateY(0.2em) rotate(135deg);
}
#content .faq .faqBlock .answer {
  margin: 0 0 0 0;
  padding: .7em 0 .7em 0;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .16em;
  line-height: 1.65;
  font-size: 3.75vw;
  letter-spacing: .15em;
  line-height: 1.8;
  display: none;
}
@media (min-width: 521px) {
  #content .faq .faqBlock .answer {
    font-size: 19.5px;
  }
}
#content .faq .faqBlock .answer span {
  color: #f9415b;
  font-weight: bold;
}
#content .faq .faqBlock .answer.default-opened {
  display: block;
}
#content .faq .note {
  margin: 0 6.25%;
}

#template .guide {
  margin: 9.375% auto 0;
  letter-spacing: normal;
}
#template .guide .guidance {
  width: 49.21875%;
  margin: 0 auto 6.25%;
}
#template .guide #tokushou, #template .guide .company-outline, #template .guide .policy {
  margin-bottom: 1em;
}
#template .guide .note {
  text-align: left;
  margin: 0 4.6875%;
}
#template .guide .note p {
  margin-bottom: 1em;
}
#template .guide .returnTop {
  text-align: right;
  margin: 1.5em 3.125%;
}
#template .guide a {
  color: #007c52;
}
