@charset "UTF-8";
/*
Theme Name: 
Author: 川元綾子(Designer) / 田中勇輔(Developer)
Description: 
Version: 1.10 (2022/12/20)
*/
/***************************************************************
 *
 * sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
 *
***************************************************************/
pre, textarea {
  overflow: auto;
}

[hidden], audio:not([controls]), template {
  display: none;
}

details, main, summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 20px/1.5 sans-seri f;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

ol, ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/***************************************************************
 *
 * layout and etc...
 *
***************************************************************/
img {
  max-width: 100%;
  height: auto;
}

html {
  overflow: hidden;
}

body {
  overflow: hidden;
  margin: 0;
}

/* 
			Scroll and Show
*********************************************/
.ssb {
  transform: translateY(3em);
  transition: all 0.8s ease;
  opacity: 0;
}

.ss_on.ssb,
.ss2_on.ssb,
.ss3_on.ssb,
.ss30_on.ssb {
  transform: translateY(0);
  opacity: 1;
}

/* 
			eachTextAnime
*********************************************/
.eachTextAnime span,
.eachTextAnime2 span,
.eachTextAnime3 span {
  opacity: 0;
}

.eachTextAnime.appeartext span,
.eachTextAnime2.appeartext span,
.eachTextAnime3.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 
			slick hack
*********************************************/
#member .slick-prev {
  width: 8em;
  height: 8em;
  left: 0;
  font-size: 1em;
  z-index: 2;
}
#member .slick-prev::before {
  content: "＜";
  font-size: 8em;
}
#member .slick-next {
  width: 8em;
  height: 8em;
  right: 0;
  font-size: 1em;
}
#member .slick-next::before {
  content: "＞";
  font-size: 8em;
}

/***************************************************************
 *
 * sass media query
 *
***************************************************************/
/***************************************************************
 *
 * Stylesheet for LP
 *
***************************************************************/
/*
			Font
*********************************************/
body {
  font-size: 20px;
  line-height: 1.4em;
  color: #292828;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", "Meiryo", serif;
  overflow: hidden;
}

body a {
  color: #292828;
  text-decoration: none;
}

.font_a {
  font-family: "游ゴシック", "YuGothic", "open sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "メイリオ", "Meiryo", sans-serif;
}

/*
			PC通話発信無効化
*********************************************/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 
			Responsive
*********************************************/
.res {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2.77em;
}

.lg_show,
.md_show,
.sm_show,
.xs_show,
.lg_showin,
.md_showin,
.sm_showin,
.xs_showin {
  display: none;
}

@media screen and (max-width: 1300px) {
  body {
    font-size: 20px;
    font-size: 1.5384615385vw;
    line-height: 1.4em;
  }
  .lg_hide {
    display: none;
  }
  .lg_show {
    display: block;
  }
  .lg_showin {
    display: inline;
  }
  .res {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15.75px;
    font-size: 1.5384615385vw;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .md_hide {
    display: none;
  }
  .md_show {
    display: block;
  }
  .md_showin {
    display: inline;
  }
  body {
    font-size: 20px;
    font-size: 2.6041666667vw;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 15.6px;
    font-size: 2.6041666667vw;
    line-height: 1.4em;
  }
  .sm_hide {
    display: none;
  }
  .sm_show {
    display: block;
  }
  .sm_showin {
    display: inline;
  }
}
@media screen and (max-width: 414px) {
  body {
    font-size: 10.76px;
    font-size: 2.6041666667vw;
    line-height: 1.4em;
  }
  .xs_hide {
    display: none;
  }
  .xs_show {
    display: block;
  }
  .xs_showin {
    display: inline;
  }
}
/* 
			drawer
*********************************************/
#gm {
  display: none;
}

span#gmb_close {
  cursor: pointer;
}

/***************************************************************
 *
 * 				 LP
 *
***************************************************************/
header {
  position: relative;
}
header > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
header > span::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("img/04.jpg") no-repeat center center/cover;
  animation: zoom 20s 1 ease;
  animation-fill-mode: forwards;
}
@keyframes zoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  header > span::before {
    background: url("img/04s.jpg") no-repeat center center/cover;
  }
}
header > h1 {
  position: absolute;
  width: 28.175em;
  height: 1.9em;
  top: 2em;
  left: 4em;
}
@media screen and (max-width: 768px) {
  header > h1 {
    left: 1em;
  }
}
header > p {
  position: absolute;
  width: 0.75em;
  top: 8em;
  left: 4em;
}
@media screen and (max-width: 768px) {
  header > p {
    left: 1em;
  }
}
header > p > span {
  position: relative;
  display: block;
  width: 1px;
  height: 20em;
  margin: 0 auto 1em;
  overflow: hidden;
}
header > p > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #292828;
  transform: translateY(-100%);
  animation: scrolldown 8s infinite ease-out;
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
header > p > a {
  display: block;
  width: 100%;
}
header > div {
  max-width: 2000px;
  margin: 0 auto;
  padding: 20vw 4vw 19vw;
}
@media screen and (max-width: 768px) {
  header > div {
    padding: 19em 1em 7em;
  }
}
header > div > h2 {
  width: 28.8vw;
  margin: 0 auto 7vw 49vw;
}
@media screen and (max-width: 768px) {
  header > div > h2 {
    width: 26.6em;
    margin: 0 0 3em auto;
  }
}
header > div > h3 {
  width: 33.25vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header > div > h3 {
    width: 32.175em;
    margin: 0 0 0 auto;
  }
}
header > div > p {
  position: absolute;
  z-index: -1;
  width: 55.475vw;
  height: 23.825vw;
  bottom: 2vw;
  left: 8vw;
}
@media screen and (max-width: 768px) {
  header > div > p {
    width: 28.5em;
    height: auto;
    bottom: -7.5em;
    left: 1em;
    z-index: 1;
  }
}

/* 
			lead
*********************************************/
#lead {
  position: relative;
  padding-bottom: 12em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 96%, rgb(255, 255, 255) 100%), radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%), linear-gradient(306deg, #fcf7c7, #fcf7e9, #d1ebb0, #b9ffce) center/240% 240%;
  animation: gradient-animation 20s ease infinite;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (max-width: 768px) {
  #lead {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 96%, rgb(255, 255, 255) 100%), radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, white 100%), linear-gradient(306deg, #fcf7c7, #fcf7e9, #d1ebb0, #b9ffce) center/240% 240%;
  }
}
#lead > aside {
  position: absolute;
  display: block;
  width: 20em;
  height: 24.1em;
  top: -12em;
  right: 4em;
}
@media screen and (max-width: 1300px) {
  #lead > aside {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #lead > aside {
    display: none;
  }
}
#lead > div {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 7.5em 0 0 0;
  text-align: center;
}
#lead > div > span:first-child {
  position: absolute;
  display: block;
  width: 67.9em;
  height: 26.85em;
  top: 18em;
  left: -1.45em;
}
@media screen and (max-width: 768px) {
  #lead > div > span:first-child {
    width: 110%;
    left: -5%;
    top: 25em;
  }
}
#lead > div > h2 {
  position: relative;
  font-size: 2em;
  line-height: 1.8em;
  font-weight: 400;
  margin-bottom: 2em;
}
#lead > div > h2 > span {
  display: block;
}
@media screen and (max-width: 768px) {
  #lead > div > h2 {
    font-size: 2.3em;
  }
}
#lead > div > p {
  position: relative;
  font-size: 1.2em;
  line-height: 2.6em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #lead > div > p {
    font-size: 1.5em;
  }
}
#lead > div > h3 {
  position: relative;
  font-size: 2em;
  line-height: 1.8em;
  font-weight: 400;
  padding-top: 3.8em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #lead > div > h3 {
    font-size: 2.3em;
  }
}
#lead > div > h3 > span {
  display: block;
}
#lead > div > h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 2em;
  border-left: 1px solid #292828;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#lead > div > h4 {
  width: 39.775em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lead > div > h4 {
    width: 95%;
  }
}

/* 
			case
*********************************************/
#case {
  position: relative;
  padding-bottom: 5em;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 96%, rgb(255, 255, 255) 100%), radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%), linear-gradient(300deg, #f7dade, #fcf8c5, #ffc4c8, #fffdeb, #dfc1d3) center/300% 300%;
  animation: gradient-animation 30s ease infinite;
}
#case > div {
  max-width: 1300px;
  margin: 0 auto;
}
#case > div > h2 {
  position: relative;
  top: -5em;
  width: 40.5em;
  margin: 0 auto -5em;
}
@media screen and (max-width: 768px) {
  #case > div > h2 {
    width: 31.1em;
  }
}
#case > div > h3 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #case > div > h3 {
    font-size: 1.5em;
  }
}
#case > div > div {
  width: 44%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #case > div > div {
    width: 75%;
  }
}
#case > div > div > p {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #case > div > div > p {
    font-size: 1.5em;
  }
}
#case > span {
  display: block;
  padding: 3em 0;
  width: 100%;
  height: 10em;
  overflow: hidden;
  position: relative;
  opacity: 0.5;
}
#case > span > span {
  position: absolute;
  display: block;
  width: 69.6em;
  height: 4.3em;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: text-animation 35s linear infinite;
}
@keyframes text-animation {
  0% {
    transform: translateX(107vw);
  }
  100% {
    transform: translateX(-107vw);
  }
}
@media screen and (max-width: 768px) {
  #case > span > span {
    animation: text-animation-md 15s linear infinite;
  }
}
@keyframes text-animation-md {
  0% {
    transform: translateX(69.6em);
  }
  100% {
    transform: translateX(-100vw);
  }
}
#case > h2 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #case > h2 {
    font-size: 2.3em;
  }
}
#case > h2 > span {
  display: block;
}
#case > p {
  font-size: 1.2em;
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #case > p {
    font-size: 1.5em;
  }
}
#case > p > strong {
  font-size: 1.25em;
}

/* 
			feature
*********************************************/
#feature {
  position: relative;
  padding: 10em 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 96%, rgb(255, 255, 255) 100%), radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%), linear-gradient(300deg, #ebf3e7, #d3e5ea, #badfe5, #daf0cf, #9db8d4) center/300% 300%;
  animation: gradient-animation 30s ease infinite;
}
#feature > h2 {
  width: 34.85em;
  margin: 0 auto 3em;
}
#feature ul#feature_slide_pc {
  max-width: 1300px;
  padding: 0 1.25em 10em;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #feature ul#feature_slide_pc {
    display: none;
  }
}
#feature ul#feature_slide_pc li {
  position: relative;
  width: 31%;
}
#feature ul#feature_slide_pc li:nth-child(1) {
  top: -3em;
}
#feature ul#feature_slide_pc li:nth-child(3) {
  top: 3em;
}
#feature ul#feature_slide_md {
  padding: 0 1.25em 10em;
}
#feature ul#feature_slide_md li.feature_slide_li {
  padding: 0 1em;
}
#feature > span {
  display: block;
  width: 44em;
  height: 24.75em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #feature > span {
    width: 38em;
    height: 21.375em;
  }
}
#feature > span > iframe {
  width: 100%;
  height: 100%;
}
#feature > div {
  max-width: 1300px;
  margin: 0 auto;
}
#feature > div > span {
  display: block;
  width: 4.6em;
  margin: 0 auto;
  padding: 6em 0 3em;
}
#feature > div > h2 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 4em;
}
#feature > div > h2 > span {
  font-size: 1.5em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #feature > div > h2 > span {
    font-size: 2em;
  }
}
#feature > div > h2 > span > span {
  display: block;
}
#feature > div > h3 {
  width: 30.825em;
  margin: 0 auto 3em;
}
#feature > div > p {
  width: 60%;
  margin: 0 auto;
  font-size: 1.3em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #feature > div > p {
    width: 75%;
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

/* 
			PLAN
*********************************************/
#plan {
  position: relative;
  padding: 10em 0 5em;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 96%, rgb(255, 255, 255) 100%), radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%), linear-gradient(306deg, #fcf7c7, #fcf7e9, #d1ebb0, #b9ffce) center/240% 240%;
  animation: gradient-animation 20s ease infinite;
}
#plan::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 4em;
  border-left: 1px solid #292828;
  top: 10em;
  left: 0;
  right: 0;
  margin: auto;
}
#plan > h2 {
  position: relative;
  text-align: center;
  padding: 6em 0 3em;
}
#plan > h2 > span {
  font-size: 2.4em;
  font-weight: 800;
}
#plan > div {
  width: 37em;
  margin: 0 auto 6em;
  background-color: #FFF;
  border-radius: 0.5em;
  padding: 2em 3em;
}
#plan > div > h3 {
  margin: 0 0 2em;
  text-align: center;
}
#plan > div > h3 > span {
  font-size: 1.6em;
}
#plan > div > h4 {
  text-align: center;
  padding: 2em;
}
@media screen and (max-width: 768px) {
  #plan > div > h4 {
    padding: 3em 0;
  }
}
#plan > div > h4 > span {
  color: #f16f6f;
  padding-bottom: 0.1em;
  border-bottom: 1px dashed #383939;
}
@media screen and (max-width: 768px) {
  #plan > div > h4 > span {
    font-size: 1.5em;
  }
}
#plan > div > p {
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #plan > div > p {
    font-size: 1.5em;
  }
}
#plan > div > ul {
  display: flex;
  padding: 2em 1em;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #plan > div > ul {
    display: block;
  }
}
#plan > div > ul > li {
  width: 48%;
  background: linear-gradient(101deg, rgb(219, 243, 250) 0%, rgb(243, 202, 215) 100%);
  text-align: center;
  border-radius: 0.5em;
}
@media screen and (max-width: 768px) {
  #plan > div > ul > li {
    width: 70%;
    margin: 0 auto 1em;
  }
}
#plan > div > ul > li > strong {
  font-size: 1.15em;
  font-weight: 400;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #plan > div > ul > li > strong {
    font-size: 2em;
  }
}
#plan > div > ul > li > span {
  font-size: 0.75em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #plan > div > ul > li > span {
    font-size: 1.3em;
  }
}
#plan > div > div {
  margin-bottom: 2em;
}
#plan > div > div > h3 {
  background: url("img/21.png") no-repeat left center/1.45em;
  padding-left: 2em;
  min-height: 1.45em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  #plan > div > div > h3 {
    font-size: 1.5em;
    line-height: 2em;
  }
}
#plan > div > div > h3 > span {
  color: #f16f6f;
  font-weight: 400;
}
#plan > div > div > p {
  color: #f16f6f;
  line-height: 1.4em;
  margin-bottom: 0.4em;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  #plan > div > div > p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
#plan > div > div > p > strong {
  font-weight: 800;
}
#plan > div > h5 {
  font-weight: 400;
  background: url("img/42.png") no-repeat left center/1.45em;
  padding-left: 2em;
  min-height: 1.45em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #plan > div > h5 {
    font-size: 1.5em;
    line-height: 2em;
  }
}
#plan > div > table {
  border-collapse: separate;
  border-spacing: 0.2em;
  width: 100%;
  margin-bottom: 3em;
}
#plan > div > table tr > td {
  padding: 1em;
}
@media screen and (max-width: 768px) {
  #plan > div > table tr > td {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}
#plan > div > table tr > td:first-child {
  width: 70%;
  background-color: #eeebea;
}
#plan > div > table tr > td:last-child {
  width: 30%;
  background-color: #f6f5f5;
}
#plan > div > a {
  display: block;
  width: 45%;
  margin: 0 auto;
  background-color: #292828;
  border-radius: 1.2em;
  text-align: center;
  color: #FFF;
  padding: 0.8em;
}
#plan > div > a > span {
  font-size: 1.2em;
}

/* 
			MEMBER
*********************************************/
#member {
  position: relative;
  padding-bottom: 10em;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 100%), radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%), linear-gradient(300deg, #f7dade, #fcf8c5, #ffc4c8, #fffdeb, #dfc1d3) center/300% 300%;
  animation: gradient-animation 30s ease infinite;
}
#member > h3 {
  width: 41.5em;
  margin: 4em auto 3em;
}
@media screen and (max-width: 768px) {
  #member > h3 {
    width: 95%;
  }
}
#member > p {
  font-size: 1.1em;
  max-width: 32em;
  margin: 0 auto 1em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #member > p {
    width: 90%;
    font-size: 1.5em;
    line-height: 1.8em;
  }
}
#member > h2 {
  width: 30.65em;
  margin: 5em auto 2em;
}
#member > h4 {
  font-size: 1.5em;
  line-height: 2.2em;
  font-weight: 400;
  padding: 1em 0 3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #member > h4 {
    font-size: 2em;
  }
}
#member #member_slide li {
  padding: 0 1em;
}
#member #member_slide li > span {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
#member #member_slide li > h3 {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #member #member_slide li > h3 {
    font-size: 1.5em;
  }
}
#member #member_slide li > h4 {
  font-size: 0.9em;
  line-height: 1.8em;
  font-weight: 400;
  margin-bottom: 2em;
}
#member #member_slide li > p {
  font-size: 1.1em;
  line-height: 1.8em;
  width: 95%;
  margin: 0 auto;
}

/* 
			GUARANTEE
*********************************************/
#guarant {
  background: url("img/29.jpg") no-repeat center/cover;
  padding-bottom: 4em;
}
#guarant > h2 {
  padding: 4em 0;
}
#guarant > h2 > span {
  display: block;
  text-align: center;
  font-size: 1.5em;
  line-height: 2.2em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #guarant > h2 > span {
    font-size: 2em;
  }
}
#guarant > div {
  background-color: #FFF;
  border-radius: 0.8em;
  width: 38em;
  margin: 0 auto;
  padding: 2em 2.5em;
}
@media screen and (max-width: 768px) {
  #guarant > div {
    width: 95%;
  }
}
#guarant > div > span {
  display: block;
  width: 2.35em;
  margin: 0 auto;
}
#guarant > div > h3 {
  padding: 2em 0;
  text-align: center;
}
#guarant > div > h3 > span {
  font-size: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #guarant > div > h3 > span {
    font-size: 2em;
  }
}
#guarant > div > p {
  line-height: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #guarant > div > p {
    font-size: 1.5em;
  }
}
#guarant > div > p > strong {
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #292828;
  color: #f16f6f;
  font-weight: 400;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  #guarant > div > p > strong {
    padding: 0;
  }
}
#guarant > div > div {
  padding: 1em 0 0;
}
#guarant > div > div > p {
  padding: 1em 1em 1em 3.5em;
  background: url("img/21.png") no-repeat 1em center/1.45em #f6f5f5;
  margin-bottom: 0.8em;
}
#guarant > div > div > p > span {
  font-size: 0.8em;
  color: #f16f6f;
}
@media screen and (max-width: 768px) {
  #guarant > div > div > p > span {
    font-size: 1em;
  }
}

/* 
			VOICE
*********************************************/
#voice {
  position: relative;
  padding: 10em 0 5em;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%), linear-gradient(306deg, #fcf7c7, #fcf7e9, #d1ebb0, #b9ffce) center/240% 240%;
  animation: gradient-animation 20s ease infinite;
}
#voice > h2 {
  width: 40.3em;
  margin: 0 auto 6em;
}
@media screen and (max-width: 768px) {
  #voice > h2 {
    width: 100%;
  }
}
#voice > ul {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 7em;
}
#voice > ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #voice > ul > li {
    display: block;
    margin-bottom: 8em;
  }
}
#voice > ul > li:nth-child(2) {
  flex-direction: row-reverse;
}
#voice > ul > li > span {
  width: 50%;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  #voice > ul > li > span {
    display: block;
    width: 100%;
    padding: 0 0 2em;
  }
}
#voice > ul > li > div {
  width: 50%;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  #voice > ul > li > div {
    width: 100%;
    padding: 0;
  }
}
#voice > ul > li > div > h3 {
  width: 17.95em;
  margin-bottom: 2em;
}
#voice > ul > li > div > h4 {
  font-size: 1.2em;
  margin-bottom: 2em;
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #voice > ul > li > div > h4 {
    font-size: 1.5em;
  }
}
#voice > ul > li > div > div {
  width: 86%;
}
@media screen and (max-width: 768px) {
  #voice > ul > li > div > div {
    width: 100%;
  }
}
#voice > ul > li > div > div > p {
  line-height: 1.8em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #voice > ul > li > div > div > p {
    font-size: 1.5em;
  }
}

#voice_inf_slide {
  display: none;
}
#voice_inf_slide li {
  width: 18.2em;
  padding: 0 0.2em;
}

/* 
			FOOTER HOWTO
*********************************************/
footer {
  position: relative;
  padding-bottom: 5em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, rgb(255, 255, 255) 100%), radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, white 100%), linear-gradient(300deg, #f7dade, #fcf8c5, #ffc4c8, #fffdeb, #dfc1d3) center/300% 300%;
  animation: gradient-animation 30s ease infinite;
}

#howto {
  padding: 9em 0 0;
}
#howto > h2 {
  text-align: center;
}
#howto > h2 > span {
  font-size: 2em;
  font-weight: 400;
  line-height: 2.2em;
  display: block;
}
#howto > span {
  display: block;
  width: 51.8em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #howto > span {
    width: 100%;
  }
}

/* 
			FOOTER ACCESS
*********************************************/
#access {
  max-width: 1300px;
  padding: 4em 6em;
  margin: 0 auto;
  background: url("img/39.png") no-repeat center top/27.625em;
  display: flex;
}
@media screen and (max-width: 768px) {
  #access {
    display: block;
    padding: 4em 0;
  }
}
#access > span {
  display: block;
  width: 55%;
  height: 29em;
  background-color: #FFF;
  border-radius: 0.5em;
  padding: 0.7em;
}
@media screen and (max-width: 768px) {
  #access > span {
    width: 85%;
    margin: 0 auto 4em;
  }
}
#access > span > iframe {
  width: 100%;
  height: 100%;
}
#access > div {
  width: 45%;
  padding: 5em 0 0 2em;
}
@media screen and (max-width: 768px) {
  #access > div {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
}
#access > div > h2 {
  width: 7.25em;
  margin: 0 auto 4em;
}
#access > div > p {
  font-size: 1.3em;
  line-height: 2em;
  margin-bottom: 1em;
}
#access > div > h3 {
  font-size: 1.5em;
  font-weight: 400;
}
#access > div > h3 > strong {
  font-size: 1.5em;
  font-weight: 400;
}

/* 
			BOTTOM
*********************************************/
#bottom_footer {
  position: relative;
  text-align: center;
  padding: 18em 0 8em;
}
#bottom_footer::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 4em;
  border-left: 1px solid #292828;
  top: 10em;
  left: 0;
  right: 0;
  margin: auto;
}
#bottom_footer > h2 {
  margin-bottom: 4em;
}
#bottom_footer > h2 > span {
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}
#bottom_footer > h2 > p {
  width: 24.875em;
  margin: 0 auto;
  padding: 2em 0;
}
#bottom_footer > a {
  display: block;
  width: 20em;
  margin: 0 auto 5em;
  padding: 1.1em 0 1em;
  text-align: center;
  border-radius: 1.8em/50%;
  background: linear-gradient(101deg, rgb(219, 243, 250) 0%, rgb(243, 202, 215) 100%);
}
#bottom_footer > a > span {
  font-size: 1.5em;
  line-height: 1em;
}
#bottom_footer > span {
  display: block;
  width: 7.25em;
  margin: 0 auto;
}

/* 
			NAV
*********************************************/
p#drawer_menu {
  position: fixed;
  width: 13em;
  top: 2em;
  right: 2em;
  background-color: #000;
  border-radius: 1.5em/50%;
  text-align: center;
  padding: 0.3em;
}
@media screen and (max-width: 768px) {
  p#drawer_menu {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    border-radius: 0;
    transform: translateY(5em);
    transition: all 0.8s linear;
  }
  p#drawer_menu.btnin {
    transform: translateY(0);
  }
}
p#drawer_menu > span {
  font-size: 1.2em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  p#drawer_menu > span {
    font-size: 2em;
  }
}
p#drawer_menu > span > a {
  display: block;
  color: #FFF;
}/*# sourceMappingURL=style.css.map */