@charset "utf-8";

a {
  display: block;
}

img {
  max-width: 100%;
}

img:not([width]) {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  /* =14px*/
  -webkit-text-size-adjust: 100%;
}

.wrap {
  width: 100%;
  color: #333;
  line-height: 1.5em;
  margin: 0 auto;
}

@media(min-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 750px) {
  img:not([width]) {
    max-width: 750px;
  }

  .wrap {
    max-width: 750px;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}

/*========================================
brand
========================================*/
.brand {
  width: 100%;
  background-color: #BEFA64;
  position: relative;
}

.brand__logo {
  width: 20%;
  max-width: 320px;
  position: absolute;
  left: 4%;
  top: 2%;
  z-index: 100;
}

.brand__slide {
  width: 100%;
  line-height: 0;
}

.brandSlider img {
  width: 100%;
  height: auto;
}

.brand__ttl {
  width: 100%;
  position: absolute;
  margin-top: -10.5%;
  background: url(../images/brand_figure.webp) center bottom no-repeat;
  background-size: contain;
  z-index: 10;
}

.brand__ttl h1 {
  width: 47.5%;
  margin: 0 auto;
}

.brand__read {
  width: 100%;
  display: flex;
  position: relative;
}

.brand__read::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 60%;
  background: #FFF;
  transform: skewY(-10deg);
  pointer-events: none;
}

.brand__read-figure {
  width: 50%;
  height: 100%;
  height: auto;
  background: url(../images/read_img01.webp) left top no-repeat;
  background-size: cover;
}

.brand__read-txt {
  width: 50%;
  background-color: #BEFA64;
}

.brand__read-txt p {
  width: cacl(50% - 6em);
  max-width: 460px;
  font-size: min(1.9vw, 20px);
  line-height: 1.8;
  font-weight: 500;
  padding: 12% 2em 18em 2em;
}

.brand_bnr {
  width: 20%;
  max-width: 320px;
  position: absolute;
  right: 2%;
  bottom: auto;
  top: 23%;
  z-index: 9999;
}

.brand_bnr:hover img {
  filter: brightness(115%);
  transition: all .4s;
}

.float_bnr {
  width: 20%;
  max-width: 280px;
  position: fixed;
  right: -32%;
  top: auto;
  bottom: 2%;
  z-index: 9999;
  transition: all .4s;
}
.float_bnr.fix {
  right: 0%;
  transition: all .4s;
}

.float_bnr:hover img {
  filter: brightness(115%);
  transition: all .4s
}

@media screen and (max-width: 750px) {
  .brand__logo {
    width: 44%;
    top: 1.5em;
    left: 4%;
  }

  .brand__ttl {
    width: 100%;
    margin-top: -20%;
    background: none;
  }

  .brand__ttl h1 {
    width: 100%;
  }

  .brand__read {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .brand__read::before {
    display: none;
  }

  .brand__read-figure {
    width: 100%;
    height: 100%;
    height: auto;
    background: url(../images/read_img01.webp) left top no-repeat;
    background-size: cover;
    aspect-ratio: 4 / 3;
  }

  .brand__read-txt {
    width: 100%;
    background-color: #BEFA64;
  }

  .brand__read-txt p {
    width: 88%;
    max-width: 100%;
    font-size: 4vw;
    line-height: 1.8;
    margin: 0 auto;
    padding: 2em 0 4em;
  }

  .float_bnr {
    width: 40%;
    max-width: 100%;
    position: fixed;
    right: -40%;
    top: auto;
    bottom: 2%;
    z-index: 9999;
  }
}



/*========================================
answer01
========================================*/
.answer01 {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.answer01__cont {
  width: 90%;
  max-width: 900px;
  margin: max(-16%, -170px) auto 0;
}

@media screen and (max-width: 750px) {
  .answer01__cont {
    width: 100%;
    margin: -18% auto 0;
  }
}

/*========================================
answer02
========================================*/
.answer02 {
  width: 100%;
  position: relative;
}

.answer02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  background-color: #D1DCDC;
  top: 30%;
  z-index: -2;
  pointer-events: none;
}

.answer02__inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.answer02__inner::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 60%;
  background: #D1DCDC;
  transform: skewY(-10deg);
  z-index: -1;
  pointer-events: none;
}

.answer02__cont {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .answer02::before {
    display: none;
  }

  .answer02__inner::before {
    display: none;
  }

  .answer02__cont {
    width: 100%;
    margin: 0 auto;
  }
}



/*========================================
ofr
========================================*/
.ofr {
  width: 100%;
  background: url(../images/ofr_bg.webp) center top no-repeat;
  background-size: cover;
}

.ofr__cont {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: min(6%, 60px);
}

.ofr__btn {
  width: 60%;
  margin: 0 auto;
  filter: drop-shadow(0 3px 1.5px rgba(0, 0, 0, 0.3));
}

.ofr__btn:hover img {
  filter: brightness(105%);
  transition: all .4s
}


.ofr2__cont {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: min(6%, 60px);
}

.ofr2__cont dd {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .ofr {
    width: 100%;
    background: url(../images/ofr_bg_sp.webp) center top no-repeat;
    background-size: cover;
  }

  .ofr__cont {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10%
  }

  .ofr__btn {
    width: 76%;
    margin: 0 auto;
    filter: drop-shadow(0 3px 1.5px rgba(0, 0, 0, 0.3));
  }

  .ofr2__cont {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10%;
  }

  .ofr2__cont dd {
    width: 100%;
    margin: 0 auto;
  }
}


/*========================================
trial-bnr
========================================*/
.trial-bnr {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  padding: min(4%, 40px) 0 min(8%,80px);
}

.trial-bnr__inner {
  width: 100%;
  position: relative;
}

.trial-bnr__btn {
  width: 48%;
  position: absolute;
  left: 41%;
  bottom: 7%;
  filter: drop-shadow(0 3px 1.5px rgba(0, 0, 0, 0.3));
}

.trial-bnr__btn:hover img {
  filter: brightness(105%);
  transition: all .4s
}

@media screen and (max-width: 750px) {
  .trial-bnr {
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
  }

  .trial-bnr__inner {
    width: 100%;
    position: relative;
  }

  .trial-bnr__btn {
    width: 70%;
    position: absolute;
    left: 15%;
    bottom: 9%;
    filter: drop-shadow(0 3px 1.5px rgba(0, 0, 0, 0.3));
  }
}


/*========================================
user
========================================*/
.user {
  width: 100%;
  position: relative;
  padding-bottom: min(28%, 280px);
  overflow: hidden;
}

.user::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #BEFA64;
  z-index: -2;
  pointer-events: none;
}

.user__ttl {
  width: 100%;
  position: relative;
}

.user__ttl::before {
  content: "";
  position: absolute;
  top: -80%;
  left: 0;
  width: 100%;
  height: 165%;
  background: #FFF;
  transform: skewY(-10deg);
  z-index: -1;
  pointer-events: none;
}

.user__ttl h3 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.user__inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.user__inner.bg01::before {
  content: "";
  position: absolute;
  top: -9%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #DEFCB1, #BEFA64);
  transform: skewY(-10deg);
  z-index: -1;
  pointer-events: none;
}

.user__inner.bg02::before {
  content: "";
  position: absolute;
  top: -9%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #DEFCB1, #BEFA64);
  transform: skewY(-10deg);
  z-index: -1;
  pointer-events: none;
}

.user__inner.bg03::before {
  content: "";
  position: absolute;
  top: -6%;
  left: 0;
  width: 100%;
  height: 110%;
  background: linear-gradient(to right, #DEFCB1, #BEFA64);
  transform: skewY(-10deg);
  z-index: -1;
  pointer-events: none;
}

.user__cont {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .user {
    padding-bottom: 0;
  }

  .user::before {
    display: none;
  }

  .user__ttl {
    width: 100%;
    position: relative;
  }

  .user__ttl::before {
    display: none;
  }

  .user__ttl h3 {
    width: 100%;
  }

  .user__inner.bg01::before {
    display: none;
  }

  .user__inner.bg02::before {
    display: none;
  }

  .user__inner.bg03::before {
    display: none;
  }

  .user__cont {
    width: 100%;
    margin: 0 auto;
  }
}


/*========================================
trial
========================================*/
.trial {
  width: 100%;
  background-color: #BEFA64;
}

.trial__ttl {
  width: 100%;
  background: url(../images/trial_ttl_bg.webp) center top no-repeat;
  background-size: cover;
}

.trial__ttl-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.trial__ttl-inner figure {
  width: 48%;
  position: absolute;
  left: 10%;
  top: -12%;
}

.trial__ttl-inner h3 {
  width: 80%;
  margin: 0 auto;
}

.trial__cont {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: min(8%, 80px);
}

.trial__btn {
  width: 60%;
  filter: drop-shadow(0 3px 1.5px rgba(0, 0, 0, 0.3));
  margin: -5% auto 10%;
}

.trial__btn:hover img {
  filter: brightness(105%);
  transition: all .4s
}

@media screen and (max-width: 750px) {
  .trial {
    width: 100%;
    background-color: #BEFA64;
    padding-top: 14%;
  }

  .trial__ttl {
    width: 100%;
    background: none;
  }

  .trial__ttl-inner figure {
    width: 62%;
    position: absolute;
    left: 5%;
    top: -14%;
  }

  .trial__ttl-inner h3 {
    width: 100%;
    margin: 0 auto;
  }

  .trial__cont {
    width: 84%;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .trial__btn {
    width: 90%;
    filter: drop-shadow(0 3px 1.5px rgba(0, 0, 0, 0.3));
    margin: -10% auto 10%;
  }
}


/*========================================
machine
========================================*/
.machine {
  width: 100%;
  position: relative;
  padding-bottom: min(8%, 80px);
  overflow: hidden;
}

.machine::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #BEFA64;
  z-index: -2;
  pointer-events: none;
}

.machine__cont {
  width: 80%;
  max-width: 800px;
  margin: min(7%, 70px) auto 0;
}

.machine__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.machine__list-video {
  width: 59%;
  aspect-ratio: 16 / 9;
  margin-bottom: 1%;
  overflow: hidden;
}

.machine__list-video video {
  width: 102%;
  display: block;
  margin: -1% 0 0 -1%;
}

.machine__list-img {
  width: 39.9%;
  margin-bottom: 1%;
}

.machine__inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.machine__inner::before {
  content: "";
  position: absolute;
  top: -9%;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(to right, #DEFCB1, #BEFA64);
  transform: skewY(-10deg);
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .machine {
    padding-bottom: 0;
  }

  .machine__cont {
    width: 100%;
    margin: 0 auto;
  }

  .machine__list {
    width: 71%;
    display: block;
    margin: 0 auto;
  }

  .machine__list-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 2%;
    overflow: hidden;
  }

  .machine__list-img {
    width: 100%;
    margin-bottom: 13%;
  }

  .machine__inner::before {
    display: none;
  }
}


/*========================================
compare
========================================*/
.compare {
  width: 100%;
  background: url(../images/compare_bg.webp) repeat;
}

.compare__cont {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding: min(8%, 80px) 0 min(8%, 80px);
}

@media screen and (max-width: 750px) {
  .compare {
    width: 100%;
    background: none
  }

  .compare__cont {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

/*========================================
price
========================================*/
.price {
  width: 100%;
  background-color: #BEFA64;
  padding-top: 100px;
}

.price__ttl {
  width: 100%;
  background: url(../images/price_ttl_bg.webp) center top no-repeat;
  background-size: cover;
}

.price__ttl-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.price__ttl-inner figure {
  width: 48%;
  position: absolute;
  left: 10%;
  top: -16%;
}

.price__ttl-inner h3 {
  width: 80%;
  margin: 0 auto;
}

.price__cont {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: min(6%, 60px);
}

.price__img {
  margin-top: -6%;
}

.price__cap {
  font-size: min(1.6vw, 14px);
  line-height: 1.8;
  padding-top: 1em;
}

@media screen and (max-width: 750px) {
  .price {
    padding-top: 15%;
  }

  .price__ttl {
    width: 100%;
    background: none
  }

  .price__ttl-inner figure {
    width: 62%;
    position: absolute;
    left: 5%;
    top: -14%;
  }

  .price__ttl-inner h3 {
    width: 100%;
    margin: 0 auto;
  }

  .price__cont {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 10%;
    position: relative;
  }

  .price__img {
    margin-top: -6%;
  }

  .price__cap {
    font-size: 3.4vw;
    line-height: 1.4;
    padding-top: 1em;
  }
}


/*========================================
faq
========================================*/
.faq {
  width: 100%;
  background: url(../images/faq_bg.webp) repeat;
  padding: min(8%, 80px) 0 min(12%, 120px);
}

.faq__cont {
  width: 88%;
  max-width: 880px;
  margin: 0 auto;
  background-color: #FFF;
}

.faq__ttl {
  width: 50%;
  max-width: 440px;
  margin: 0 auto;
  padding: 6% 0;
}

.faq__list {
  width: 90%;
  margin: 0 auto;
  border-top: #AFB9BB 1px solid;
  font-size: min(2vw, 20px);
  line-height: 1.4;
  padding-bottom: 6%;
}

.faq__list dt {
  display: flex;
  align-items: center;
  padding: 1.5em 0 0.8em;
}

.faq__list dd {
  display: flex;
  align-items: center;
  border-bottom: #AFB9BB 1px solid;
  padding-bottom: 1.5em;
}

.faq__icon {
  width: 40px;
  margin-right: 1em;
}

.faq__list p {
  width: calc(100% - 55px);
}

.faq__list dt p {
  font-size: min(2.8vw, 28px);
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .faq {
    padding: 10% 0 20%
  }

  .faq__cont {
    width: 90%;
    margin: 0 auto;
  }

  .faq__ttl {
    width: 72%;
    margin: 0 auto;
    padding: 8% 0;
  }

  .faq__list {
    font-size: 4vw;
    line-height: 1.5;
    padding-bottom: 8%;
  }

  .faq__list dt {
    padding: 1.2em 0 0.5em;
  }

  .faq__list dd {
    padding-bottom: 1.2em;
  }

  .faq__list dt p {
    font-size: 4.5vw;
    line-height: 1.5;
    font-weight: bold;
  }
}

/*========================================
access
========================================*/
.access {
  margin-bottom: min(10%, 100px);
}

.access__ttl {
  width: 92%;
  max-width: 920px;
  margin: 0 auto;
}

.access__ttl figure {
  width: 52%;
  max-width: 480px;
  margin: -5% 0 5%;
}

.access__cont {
  width: 92%;
  max-width: 920px;
  margin: 0 auto;
}

.access__read {
  font-size: min(3vw, 30px);
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 2.5em;
}

.access__read strong {
  color: #5ED23E;
  font-size: min(6vw, 60px);
  line-height: 1.2;
  font-weight: bold;
}

.access__box {
  width: 100%;
  position: relative;
  margin-bottom: 5%;
}

.access__box.kashii {
  background: url(../images/access_bg_kashii.webp) left top no-repeat;
  background-size: 48%;
  background-color: #D1DCDC;
}

.access__box.akasaka {
  background: url(../images/access_bg_akasaka.webp) left top no-repeat;
  background-size: 48%;
  background-color: #D1DCDC;
}

.access__box.chiyo {
  background: url(../images/access_bg_chiyo.webp) left top no-repeat;
  background-size: 48%;
  background-color: #D1DCDC;
}

.access__box.meinohama {
  background: url(../images/access_bg_meinohama.webp) left top no-repeat;
  background-size: 48%;
  background-color: #D1DCDC;
}

.access__box.nakagawa {
  background: url(../images/access_bg_nakagawa.webp) left top no-repeat;
  background-size: 48%;
  background-color: #D1DCDC;
}

.access__box.chihaya {
  background: url(../images/access_bg_chihaya.webp) left top no-repeat;
  background-size: 48%;
  background-color: #D1DCDC;
}

.access__box.noke {
  background: url(../images/access_bg_noke.webp) left top no-repeat;
  background-size: 48%;
  background-color: #D1DCDC;
}

.access__box.shime {
  background: url(../images/access_bg_shime.webp) left top no-repeat;
  background-size: 48%;
  background-color: #D1DCDC;
}

.access__map {
  width: 20%;
  position: absolute;
  right: 0;
  top: 0;
}

.access__map:hover {
  filter: brightness(105%);
  transition: all .4s
}

.access__box-inner {
  padding: 3%;
}

.access__box-name {
  font-size: min(3vw, 31px);
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.access__box-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.access__box-tmb {
  width: 45%;
}

.access__box-table {
  width: 52%;
  text-align: left;
  border-top: #AFB9BB 1px solid;
}

.access__box-table th,
.access__box-table td {
  border-bottom: #AFB9BB 1px solid;
  padding: 0.3em 0.5em;
  font-size: min(1.4vw, 14px);
  line-height: 1.5;
}

.access__box-table th {
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .access {
    margin-bottom: 12%;
  }

  .access__ttl {
    width: 90%;
    margin: 0 auto;
  }

  .access__ttl figure {
    width: 68%;
    margin: -7% 0 9%;
  }

  .access__cont {
    width: 92%;
    max-width: 920px;
    margin: 0 auto;
  }

  .access__read {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 1.5em;
  }

  .access__read strong {
    font-size: 7.5vw;
    line-height: 1.2;
  }

  .access__box {
    width: 100%;
    position: relative;
    margin-bottom: 8%;
  }

  .access__box.kashii {
    background-size: 100%;
  }

  .access__box.akasaka {
    background-size: 100%;
  }

  .access__box.chiyo {
    background-size: 100%;
    ;
  }

  .access__box.meinohama {
    background-size: 100%;
  }

  .access__box.nakagawa {
    background-size: 100%;
  }

  .access__box.chihaya {
    background-size: 100%;
  }

  .access__box.noke {
    background-size: 100%;
  }

  .access__box.shime {
    background-size: 100%;
  }

  .access__map {
    width: 40%;
  }

  .access__box-inner {
    padding: 5%;
  }

  .access__box-name {
    font-size: 5.5vw;
    line-height: 1.4;
    margin-bottom: 0.8em;
  }

  .access__box-flex {
    display: block;
  }

  .access__box-tmb {
    width: 100%;
    margin-bottom: 4%;
  }

  .access__box-table {
    width: 100%;
    text-align: left;
    border-top: #AFB9BB 1px solid;
  }

  .access__box-table th,
  .access__box-table td {
    border-bottom: #AFB9BB 1px solid;
    padding: 0.3em 0.5em;
    font-size: 3.7vw;
    line-height: 1.5;
  }

  .access__box-table td li {
    margin-bottom: 0.5em;
  }
}


/*========================================
footer
========================================*/
footer {
  width: 100%;
  background-color: #000;
}

.footer__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__logo {
  width: 39%;
}

footer small {
  color: #FFF;
  font-size: min(1.8vw, 18px);
  line-height: 1.4;
  padding-left: 2em;
}

@media screen and (max-width: 750px) {
  .footer__inner {
    width: 92%;
    padding: 1.2em 0 1em;
    display: block;
    text-align: center;
  }

  .footer__logo {
    width: 60%;
    margin: 0 auto 0.5em;
  }

  footer small {
    color: #FFF;
    font-size: 3vw;
    line-height: 1.4;
    padding: 0;
  }
}