@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
	font-size: 100%;
  overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
  width: 100%;
  background-color: #fff;
  font-size:18px;
  line-height: 1.6;
}
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  opacity: 0.7;
  transition: 0.2s;
}
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}
.only-pc{
  display: block;
}
.only-sp{
  display: none;
}
.only-sp-logo {
  display: none;
}
.only-sp-footer {
  display: none;
}
.only-pc-plan {
  display: block;
}
.only-sp-plan {
  display: none;
}
.only-sp1000{
  display: none;
}
.only-sp900{
  display: none !important;
}
.inner-wrop{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
h2{
  font-size: 40px;
  font-weight: bold;
  color: #2c4f54;
  text-align: center;
  margin: 0 auto;
  padding: 100px 0 60px 0;
  position: relative;
  z-index: 2;
}
h3{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0;
}
.small {
  font-size: 16px;
}
.regular {
  font-size: 18px;
}
.big {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Trebuchet MS','DIN Alternate','DIN Alternate',sans-serif;
  white-space: nowrap;
}
.big-red {
  font-size: 30px;
  color: #f90404;
  font-weight: bold;
  font-family: 'Trebuchet MS','DIN Alternate','DIN Alternate',sans-serif;
  white-space: nowrap;
}
.red {
  color: #f90404;
  font-weight: bold;
}
.green {
  color: #2c4f54;
}
/* ---------------------------- */

/* ウェーブここから */
.container {
  position: relative;
  background: #f7e9b8;
  height: 16vh;
}
.wave {
  position: absolute;
  height: 163px;
  width: 100%;
  background: #f7e9b8;
  bottom: 0;
}
.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
.wave::before {
  width: 55%;
  height: 109%;
  background-color: #fff;
  right: -1.5%;
  top: 60%;
}
.wave::after {
  width: 55%;
  height: 100%;
  background-color: #f7e9b8;
  left: -1.5%;
  top: 40%;
}
/* -------------------------- */
.container-sec {
  position: relative;
  background: #fff;
  height: 16vh;
}
.wave-sec {
  position: absolute;
  height: 163px;
  width: 100%;
  background: #fff;
  bottom: 10px;
}
.wave-sec::before, .wave-sec::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
.wave-sec::before {
  width: 55%;
  height: 109%;
  background-color: #f7e9b8;
  right: -1.5%;
  top: 60%;
}
.wave-sec::after {
  width: 55%;
  height: 100%;
  background-color: #fff;
  left: -1.5%;
  top: 40%;
}
/* ウェーブここまで */

/* ここからヘッダー */
header {
  background-color: #f7e9b8;
}
.top{
  background-image: url(../img/mv.png);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
  height: 120vh;
}
.top-list{
  display: flex;
  justify-content: space-between;
  padding: 53px 0 50px 70px;
}
.hero-txt{
  max-width: 560px;
}
.hero-txt img{
  width: 100%;
}
.top-logo {
  max-width: 175px;
  width: 100%;
  display: flex;
  align-items: end;
}
.top-logo img {
  width: 100%;
}
.top-menulist {
  right: 0;
  top: 100px;
  z-index: 99;
  width: 550px;
  background-color: #fff;
  border: dashed 2px #75818d;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-top: 1rem;
}
.top-menulist ul{
  text-decoration: none;
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0;
}
.top-menulist ul li:first-child {
  padding: 0 40px 0 0;
}
.top-menulist ul li:nth-child(2) {
  padding: 0 0 0 30px;
}
.top-menulist ul li:nth-child(3) {
  padding: 0 30px 0 0;
}
.li-one {
  width: 40%;
}
.li-two {
  width: 14%;
}
.li-thr {
  width: 14%;
}
li img {
  width: 100%;
}
.top-list-sec{
  display: block;
  position: absolute;
  left: 70px;
  top: 200px;
}
.top-money {
  width: 650px;
  background-color: #fff;
  border: dashed 2px #75818d;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 400px;
  padding: 10px;
  text-align: left;
}
.money-money-top {
  display: flex;
  justify-content: left;
  margin: 40px 55px 20px 55px

}
.top-money-item {
  margin: 40px 55px 40px 55px;
}
.top-money-item p {
  margin: 0;
  white-space: nowrap;
}
.yellow-bottom {
  background: linear-gradient(transparent 80%, #e3d458 80%);
}
.yellow {
  background-color: #e3d45880;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  display: inline-block;
}
.yellow h1 {
  font-size: 22px;
  color: #000;
  margin: 0;
  font-weight: 600;
}
.top-white {
  margin: 15px 0 30px 0;
}

/* ここから当プランの魅力 */
.miryoku {
  background-color: #f7e9b8;
}
.miryoku h2{
  padding-top: 150px;
}
.picup-sub {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  z-index: 2;
  position: relative;
}
.picup-box{
  position: relative;
  margin: 0 2em;
  padding: 0.5em 1em;
  border-radius: 8px;
  background-color: #e79f5d;
  width: 40%;
  display: flex;
  align-items: center;
}
.picup-boxbox{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}
.picup-img-one {
  width: 22%;
}
.picup-img-two {
  width: 27%;
}
.picup-img-one img {
  width: 100%;
}
.picup-img-two img {
  width: 100%;
}
.picup-item p {
  color: #fff;
  margin-left: 1.5rem;
}

/* ここから90日間無料サービス */
#service {
  margin: 70px 0;
  background-color: #fff;
}
.service-item {
  position: relative;
}
.service-img{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0; 
}
.service-img img {
  width: 100%;
}
.service-service {
  text-align: center;
}
.service-service h2 {
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  display: block;
  top: 72%;
  left: 27%;
  transform: translate(10%, -50%);
  color: #2c4f54;
  /* タイトル背景↓
  -webkit-text-stroke: 0.5px #2c4f54;
  text-shadow: 
    3px 3px 0 #fff, 
    3px 3px 0 #fff, 
    3px 3px 0 #fff, 
    3px 3px 0 #fff; */
}

/* ここからイベント3項目 */
.event {
  background-color: #fff;
  margin: 0;
}
.event-top {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.event-item {
  margin: 0 1em;
}
.event-img {
  width: 100%;
  line-height: 0;
}
.event-img img {
  width: 100%;
}
.event-title{
  width: 100%;
  position: relative;
  background-color: #a05459;
}
.event-title:after {
  position: absolute;
  content: '';
  top: 133%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 15px solid transparent;
  border-top: 15px solid #a05459;
  width: 0;
  height: 0;
}
.content {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0 0;
}

/* ここからこんな方が利用されています */
.user {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.user-item {
  width: 100%;
  /* display: flex;
  justify-content: center; */
  margin: 0 auto;
  z-index: 99;
}
.user-img {
  width: 23%;
  position: absolute;
  /* display: block; */
  top: 0%;
  left: 5%;
}
.user-img img {
  width: 100%;
}
.user-list {
  display: flex;
  justify-content: left;
  align-items: center;
  
  margin: 1rem 0;
  font-size: 23px;
}
.user-box-img {
  max-width: 45px;
  width: 100%;
  margin-top: 15px;
  flex-shrink: 0;
}
.user-box-img img {
  width: 100%;
}
.user-box {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}

/* ここから月額利用料 */
.curved {
  position: relative;
  background: #fff;
  height: 18vh;
}
.curved::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  bottom: -2px;
  width: 100%;
  background: #f7e9b8;
  height: 100%;
}
#money {
  background-color: #f7e9b8;
}
.money {
  text-align: center;
}
.money h2 {
  padding: 0;
}
.money p {
  margin: 0;
}
.h2-small {
  font-size: 30px;
}
.money-top {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1100px;
  align-items: center;
}
.money-img {
  width: 52%;
}
.money-img img {
  width: 100%;
}
.money-money {
  display: flex;
  justify-content: center;
}
.befoar p {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.after p {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.befoar {
  padding: 0.5rem;
}
.after {
  background-color: #ffffdb;
  padding: 0.5rem;
  border-radius: 10px;
}
.yazirushi {
  max-width: 45px;
  width: 100%;
  margin: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yazirushi img {
  width: 100%;
}
.money-top-sec {
  width: 65%;
  margin: 70px 0 0 0;
}
.money-top-sec p {
  margin: 0;
  padding: 0;
}
.money-total {
  width: 82%;
  margin: 30px auto;
  background-color: #fff;
  padding: 1.5rem;
  text-align: left;
  border-radius: 20px;

}
.money-text {
  padding-top: 50px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.money-text p {
  font-size: 16px;
  text-align: left;
}

/* ここからお問い合せ */
.contact {
  width: 90%;
  max-width: 1100px;
  margin: 60px auto;
  background: #df8275;
  box-shadow: 0px 0px 0px 10px #df8275;
  border: dashed 4px white;
  padding: 0.2em 0.5em;
  color: #fff;
  border-radius: 120px;
}
h4 {
  text-align: center;
  font-weight: normal;
  font-size: 36px;
  max-width: 800px;
  margin: 10px auto 0 auto;
}
.contact-box {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 15px auto;
}
.contact-img-one {
  position: relative;
  margin: 0 0.5em;
  padding: 0 2.5em;
  border-radius: 8px;
  background-color: silver;
  width: 30%;
}
.contact-img-one img {
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}
.contact-img-two {
  position: relative;
  margin: 0 0.5em;
  padding: 0 2em;
  border-radius: 8px;
  background-color: #34a3f7;
  width: 33%;
}
.contact-img-two img {
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}

/* ここからご利用者の声 */
.voice-top {
  background-image: url(../img/user-bk.webp);
  width: 100%;
  min-height: 90vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.voice-box {
  background-color: #ffffff80;
  max-width: 500px;
  width: 100%;
  position: absolute;
  left: 32%;
  top: 50%;
  border-radius: 30px;
  display: block;
  transform: translate(-50%, -50%);
}
.voice-title {
  text-align: left;
  padding: 3px 40px 0 40px;
  color: #2c4f54;
}
.voice-title p {
  font-size: 32px;
}
.voice {
  text-align: left;
  padding: 0 40px 30px 40px;
}

/* ここから対象ホーム */
.planbox{
	padding: 50px 0;
  background-color: #f7e9b8;
}
.plan-box {
  width: 90%;
  max-width: 1100px;
  margin: 60px auto;
  background: #d6d8cd;
  box-shadow: 0px 0px 0px 10px #d6d8cd;
  border: dashed 4px #75818d;
  padding: 0.2em 0.5em;
  color: #2c4f54;
  border-radius: 120px;
  z-index: 99;
}
.planbox h2{
	padding-top: 50px;
}
.planbox ul{
  list-style-type: none;
}
.plan-wrap{
	max-width: 1100px;
	width: 100%;
	margin: 70px auto 0;
  padding-left: 0;
}
.plan-wrap li .plan-item{
  width: 100%;
  max-width: 1100px;
	display: flex;
  justify-content: center;
	margin-bottom: 50px;
}
.plan-wrap li .plan-img{
	/* max-width: 500px; */
  width: 50%;
	margin: 10px;
	line-height: 0;
}
.plan-wrap li .plan-img img{
	width: 100%;
}
.plan-wrap li .plan-img .cost{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #a05459;
	padding: 10px;
}
.plan-wrap li .plan-img .cost p{
	color: #fff;
	font-size: 24px;
	margin: 0 10px;
}
.plan-wrap li .plan-img .cost .fst{
	line-height: 1.5;
}
.plan-wrap li .plan-img .cost .sec, .plan-wrap li .plan-img .cost .trd{
	margin-top: 10px;
}

.plan-wrap li .plan-img .cost p .small{
	font-size: 18px;
  color: #fff;
}
.plan-wrap li .plan-img .cost p .big{
	font-size: 28px;
  color: #fff;
}
.plan-wrap li .plan-txt{
	max-width: 500px;
	width: 100%;
	margin: 10px;
}
.plan-txt h3{
	font-size: 26px;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-bottom: 20px;
}
.plan-wrap li {
	font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: left;
  line-height: 1.4em;
}
.plan-wrap li .plan-txt dt{
    font-weight: bold;
}
.plan-wrap li .plan-txt .comment-one{
  background: #7e6b5a;
  display: inline-block;
  padding: 3px 10px;
  margin: 5px 0;
  color: #fff;
}
.plan-wrap li .plan-txt .comment-two{
  background: #996c33;
  display: inline-block;
  padding: 3px 10px;
  margin: 5px 0;
  color: #fff;
}
.comment-two dd a {
  list-style-type: none;
}
.plan-wrap li .plan-txt dd{
  margin-left: 0;
}
.plan-wrap li .address dd a{
  color: #dc761d;
  border: solid 1px #dc761d;
  border-radius: 50px;
  display: inline-block;
  padding: 0 15px;
  margin-left: 10px;
	cursor: pointer;
}
.link-box {
  display: flex;
  justify-content: left;
  padding: 45px 0 0 0;
}
.link-box a{
  color: #fff;
  padding: 5px 35px 5px 35px;
  display: block;
}
.silver {
  /* background: silver; */
  background: #365e95;
  display: inline-block;
  margin: 5px 0;
  color: #fff !important;
  border-radius: 5px;
}
.orange {
  background: #e79f5d;
  display: inline-block;
  margin: 5px 10px;
  color: #fff !important;
  border-radius: 5px;
}
.plan-sub {
  margin: 70px auto;
}
.cost-two {
  background-color: #a05459;
  text-align: right;
  height: 3vh;
  display: flex;
  justify-content: flex-end;
  padding: 15px 15px 5px 0;
}
.cost-two a {
  height: 3vh;
  display: block;
  text-decoration: none;
  display: block;
  color: #fff;
}
.only-470sp{
	display: none;
}
.sp-wave img, .sp-wave-sec img{
  width: 100%;
}
.sp-wave, .sp-wave-sec{
  overflow: hidden;
}


/* ここからフッター */
.footerbox{
	background: #f2f5e9;
	padding-bottom: 20px;
	position: relative;
}
.footer-wrap{
	display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.footer-wrap p{
	color: #333;
}
.footerbox .footer-link a{
	color: #333;
  font-size: 14px;
  margin: 0 10px;
  /* border-bottom: solid 1px #333; */
  padding-bottom: 6px;
}
.top-box {
  position: absolute;
  top: -40%;
  right: 8%;
  max-width: 80px;
}
.top-box img{
  width: 100%;
}

/* 画面下メニュー */
.bottom-menu {
  position: sticky;
  bottom: 0;
  width: 100%;
  background: #ffffff80;
  text-align: center;
  z-index: 99;
}
.bottom-box ul {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
.bottom-box li {
  list-style-type: none;
  width: calc(100% / 3);
}
.bottom-box li a{
  padding: 10px;
  display: block;
  font-size: 24px;
  display: block;
  color: #fff;
}
.bottom-box li a i{
  margin-right: 5px;
}
.li-one-bottom {
  background-color: #03004c;
  border: solid 5px #03004c;
}
.li-one-bottom img {
  width: 100%;
}
.li-two-bottom {
  background-color: #59493f;
  border: solid 5px #59493f;
}
.li-two-bottom img {
  width: 100%;
}
.li-thr-bottom a{
  background-color: #fff;
  border: solid 5px #333;
  color: #000 !important;
}

.li-thr-bottom img {
  width: 100%;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 30px;
  text-decoration: none;
  padding: 4px 17px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.fadein {
   opacity : 0;
  transform : translate(0, 30px);
  transition : all 500ms;
}
.visible {
  opacity: 1;
  transform: translateY(0); /* 元の位置に戻る */
}

/* レスポンシブ */
@media screen and (max-width: 1400px){
  h2 {
    padding: 80px 0 60px 0;
  }
  .top {
    background-size: contain;
    height: 77vh;
  }
  .yellow-bottom {
    font-size: 17px;
  }
  .hero-txt {
    max-width: 500px;
  }
  .top-list-sec {
    left: 65px;
    top: 180px;
  }
  .top-money {
    width: 47%;
    top: 335px;
  }
  .money-money-top {
    margin: 20px 15px 20px 55px;
  }
  .top-money-item {
    margin: 5px 60px 5px 60px;
  }
  .service-service h2 {
    font-size: 44px;
    top: 74%;
    left: 30%;
  }
  .event-title:after {
    top: 132%;
  }
  .event-top {
    margin: 0 auto 50px auto;
  }
  .user-img {
    left: 2%;
  }
  .user-list {
    margin: 0;
  }
  .curved::after {
    height: 66%;
  }
  
}

@media screen and (max-width: 1300px){
  .money-money-top {
        margin: 25px 28px 20px 50px;
  }
  h2 {
    padding: 60px 0 60px 0;
  }
}

@media screen and (max-width: 1260px){
  .top {
    height: 90vh;
    background-size: contain;
  }
  .top-list {
    padding: 53px 0 50px 42px;
  }
  .hero-txt {
    max-width: 470px;
  }
  .top-money {
    width: 600px;
    top: 274px;
  }
  .top-list-sec {
    left: 40px;
    top: 155px;
  }
  .money-money-top {
    margin: 20px 30px;
  }
  .top-money-item {
    margin: 5px 35px;
  }
  .service-service h2 {
    font-size: 40px;
    top: 75%;
  }
  .user-list {
    margin: 0;
  }
  .curved::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 1100px){
  .service-service h2 {
    left: 26%;
  }
}
@media screen and (max-width: 1000px){
  .only-pc {
    display: none;
  }
  .only-sp-logo {
    display: block;
  }
  .only-pc1000{
    display: none;
  }
  .only-sp1000{
    display: block;
  }
  .top{
    background-image: url(../img/mv-sp.png);
    position: relative;
    background-size: contain;
    height: 67vh;
    background-repeat: no-repeat;
    background-position: top;
  }
  .top-list {
    display: none;
  }
  .top-list-sp {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
  }
  .sp-list-logo {
    max-width: 150px;
    width: 100%;
    margin: 20px 0 10px 40px;
  }
  .sp-list-logo img {
    width: 100%;
  }
  .sp-list-tel {
    max-width: 200px;
    width: 100%;
    margin: 20px 40px 20px 0;
  }
  .sp-list-tel img {
    width: 100%;
  }
  .top-list-sec {
    position: absolute;
    left: 50%;
    top: 14%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 100%;
  }
  .hero-txt {
    max-width: 700px;
    width: 100%;
  }
  .money{
    background-color: #f7e9b9;
  }
  .top-money {
    position: relative;
    width: 90%;
    left: auto;
    top: auto;
    transform: unset;
    border-radius: 20px;
    z-index: 2;
    margin: -150px auto 0;
  }
  .money-money-top {
    margin: 20px auto;
    max-width: 520px;
    width: 100%;
    justify-content: center;
  }
  .top-money-item {
    margin: 5px auto;
    max-width: 500px;
    width: 100%;
  }
  .yellow {
    margin-top: 0.5rem;
  }
  h2 {
    padding: 80px 0 30px 0;
    font-size: 32px;
  }
  .container {
    height: 10vh;
  }
  .service-service h2 {
    left: 19%;
  }
  .big .big-red {
    font-size: 40px;
  }
  .money-top {
    max-width: none;
    align-items: center;
    margin-top: 20px;
  }
  .money p {
    padding-bottom: 15px;
  }
  .money-img {
    width: 50%;
  }
  .money-top-sec {
    width: 70%;
  }
  .miryoku h2{
    padding-top: 80px;
  }
  .picup-img-one {
    width: 40%;
  }
  .picup-img-two {
    width: 40%;
  }
  .picup-box {
    margin: 0 0.5em;
  }
  .contact {
    max-width: 900px;
  }
  .plan-box {
    max-width: 900px;
    padding: 0;
  }
  .picup-boxbox {
    margin: 0 auto;
  }
  .curved {
    height: 13vh;
  }
  .curved::after {
    bottom: -10px;
  }
  .small {
    margin: 0 auto;
    max-width: 900px;
  }
  .cost-two {
    height: 2vh;
  }
  .plan-wrap li .plan-item {
    max-width: 1080px;
    margin: 0 auto 50px auto;
    align-items: center;
  }
  .plan-wrap li .plan-txt {
    max-width: 455px;
  }
  .plan-wrap li .plan-img {
    width: 45%;
    margin: 10px 0 0 0;
  }
  .plan-wrap li .plan-img .cost p .small {
    font-size: 17px;
    margin: 0 0.5px;
  }
  .plan-wrap li .plan-img .cost p .big {
    font-size: 25px;
    margin: 0 0 0 15px;
  }
  .plan-wrap li .plan-img .cost {
    padding: 10px 2px 10px 2px;
  }
  .plan-wrap li .plan-img .cost .fst {
    line-height: 1;
  }
  .plan-txt h3 {
    font-size: 22px;
  }
  .plan-wrap li {
    font-size: 17px;
  }
  .link-box {
    padding: 0;
  }
  .link-box a {
    font-size: 17px;
  }
  .container .curved .container-sec{
    max-width: 1000px;
  }
  .wave {
    position: absolute;
    height: 130px;
  }
  .wave-sec {
    position: absolute;
    height: 130px;
  }

  .contact {
    display: none;
  }
  .footerbox {
    display: none;
	}
  .only-sp-footer {
    display: block;
  }
  .footer-wrap-sp {
    width: 100%;
  }
  .footer-link-sp ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer-link-sp li {
    border-top: 1px solid #dcdcdc;
  }
  .footer-link-sp li a {
    display: block;
    padding: 18px 30px 16px 30px;
    position: relative;
  }
  .footer-link-sp a:after {
    display: block;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 10px;
    background-image: url(../img/footer.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #copyright {
    border-top: 1px solid #dcdcdc;
    text-align: center;
    font-size: 13px;
    background-color: #f2f5e9;
    margin: 0;
    padding: 10px;
  }
}

@media screen and (max-width: 900px){
  .only-sp900{
    display: block !important;
  }
  .only-pc900{
    display: none !important;
  }
  .top-list {
    display: none;
  }
  .money-money-top {
    max-width: 515px;     
  }
  .picup-sub {
    display: block;
    margin: 20px auto;
  }
  .picup-box {
    margin: 20px auto;
    width: 76%;
  }
  .picup-boxbox {
    margin: 10px auto;
    width: 75%;
  }
  .picup-img-one {
    width: 12%;
  }
  .picup-img-two {
    width: 14%;
  }
  .service-service h2 {
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .service-service h2 span{
    background: #ffffffcc;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
  }
  .event-top {
    width: 90%;
    display: block;
  }
  .event-title h3 {
    font-size: 40px;
  }
  .event-title:after {
    border: 41px solid transparent;
    border-top: 27px solid #a05459;
    top: 138%;
  }
  .user-img {
    display: none;
  }
  .user-box {
    width: 90%;
  }
  .user-list {
    font-size: 30px;
  }
  .user-item {
    max-width: 725px;
  }
  .money p {
    font-size: 20px;
  }
  /* .money-top {
    display: block;
  } */
  .money-top-sec {
    width: 90%;
    margin: 0 auto;
  }
  .money-text {
    padding: 50px 0 80px 0;
    width: 80%;
    /* max-width: 900px; */
    margin: 0 auto;
  }
  .money-text .regular p {
    font-size: 22px;
  }
  .money-img {
    display: none;
  }
  #contact {
    display: none;
  }
  .voice-box {
    background-color: #ffffff80;
    margin: 0 auto;
    width: 70%;
    border-radius: 30px;
    display: block;
    max-width: none;
    position: absolute; 
    left: 50%; 
    top: 48.5%; 
    transform: translate(-50%, -50%);
  }
  .plan-wrap {
    padding: 0;
  }
  .plan-box {
    width: 95%;
  }
  .planbox h2 {
    padding-top: 30px;
    font-size: 35px;
  }
  .plan-wrap li .plan-img .cost {
    padding: 20px 2px 20px 2px;
  }
  .plan-wrap li .plan-item {
    display: block;
  }
  .plan-wrap li .plan-img {
    width: 90%;
    margin: 0 auto;
  }
  .plan-wrap li .plan-img > .plan-txt{
    width: 100%;
  }
  .plan-wrap li .plan-txt {
    max-width: unset;
    width: 90%;
    margin: 20px auto;
  }
  .plan-wrap li .plan-img .cost p .big {
    font-size: 40px;
  }
  .plan-txt h3 {
    font-size: 35px;
    margin: 20px 0 40px 0;
  }
  .plan-wrap li {
    font-size: 20px;
  }
  .plan-wrap li .plan-img .cost p .small {
    font-size: 25px;
    margin: 0 0.5px;
  }
  .plan-sub {
    margin-top: 0;
  }
  .address .access .comment{
    margin-bottom: 30px;
  }
  .link-box {
    width: 100%;
    margin: 30px auto;
    justify-content: center;
    
  }
  .link-box a {
    font-size: 30px;
    padding: 15px 50px 15px 50px;
  }
  .voice-title p {
    font-size: 40px;
    margin: 20px auto;
  }
  .voice p {
    font-size: 21px;
    line-height: 1.9rem;
  }
  .small {
    max-width: 800px;
    width: 80%;
  }
}

@media screen and (max-width: 768px){
  .only-pc-plan {
    display: none;
  }
  .only-sp-plan {
    display: block;
  }
  .only-pc{
    display: none;
  }
  .only-sp {
    display: block;
  }
  .top-list {
    display: none;
  }
  .top-money-item {
    max-width: 600px;
  }
  .top-money-item p {
    white-space: wrap;
  }
  .sp-list-logo {
    max-width: 150px;
    width: 100%;
    margin: 10px 0 10px 30px;
  }
  .sp-list-tel {
    max-width: 230px;
    width: 100%;
    margin: 10px 50px 10px 0;
  }
  .picup-box {
    margin: 20px auto;
    width: 75%;
  }
  .picup-boxbox {
    margin: 20px auto;
    align-items: center;
  }
  .picup-img-one {
    width: 20%;
  }
  .picup-img-two {
    width: 23%;
  }
  .picup-item p {
    font-size: 20px;
  }
  .top-list-sec {
    max-width: 430px ;
    width: 100% ;
  }
  .yellow {
    margin: 20px 0 0 0;
  }
  .event-top {
    width: 100%;
    margin: 0 auto 30px auto;
  }   
  .event-title h3 {
    font-size: 30px;
    padding: 10px;
  }
  .user h2 {
    padding: 0px 0 30px 0;
  }
  .voice-top {
    background-image: url(../img/user-bk-sp.webp);
    position: relative;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .voice-box {
    top: 50%;
  }
  .container-sec {
    position: relative;
    background: #fff;
    height: 10vh;
  }
	.top-box {
	top: -29%;
	}
  .cost-two {
    justify-content: center;
    padding: 15px 0;
  }
  .cost-two a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 650px){
  .money p {
    padding-bottom: 5px;
  }
  .big {
    font-size: 26px;
  }
  .yazirushi {
    max-width: 35px;
    margin: 0.5rem 0,2rem;
  }
}
@media screen and (max-width: 550px){
  .big {
    font-size: 24px;
  }
  .big-red {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px){
  .only-sp{
    display: block;
  }
  .top-list {
    display: none;
  }
  .sp-list-logo {
    max-width: 110px;
    width: 100%;
    margin: 15px 0 10px 20px;
  }
  .sp-list-tel {
    max-width: 170px;
    width: 100%;
    margin: 14px 20px 10px 0;
  }
  .top {
    background-image: url(../img/mv-sp.png);
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 67vh;
  }
  .top-list-sec {
    max-width: 360px;
    width: 90%;
    top: 10%;
  }
  .top-money {
    margin: -300px auto 0;
  } 
  .money-money-top {
    max-width: 467px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin: 10px 0;
  }
  .yazirushi {
    max-width: 25px;
    margin: 0.5rem 0.2rem;
  }
  .big {
    font-size: 20px;
  }
  .big-red {
    font-size: 22px;
  }
  .yellow {
    margin-top: 10px;
  }
  .yellow h1 {
    font-size: 20px;
  }
  .top-money-item {
    max-width: 460px;
    margin: 0 auto;
  }
  .yellow-bottom {
    font-size: 15px;
  }
  .top-white {
    margin: 10px 0 10px 0;
  }
  .top-money-item p {
    font-size: 17px;
    white-space: initial;
  }
  .h2-small {
    font-size: 18px;
  }
  .picup-box {
    width: 85%;
  }
  .picup-boxbox {
    margin: 10px auto;
    width: 90%;
  }
  .picup-img-one {
    width: 30%;
  }
  .picup-img-two {
    width: 33%;
  }
  .picup-sub {
    display: block;
    margin: 30px auto 0 auto;
  }
  .miryoku h2 {
    font-size: 28px;
    padding: 50px 0 0 0;
  }
  .container {
    height: 0vh;
  }
  .wave {
    height: 70px;
    overflow-x: visible;
  }
  .wave::before {
    top: 55%;
  }
  .wave::after {
    top: 33%;
  }
  .container-sec {
    height: 7vh;
    margin-top: 30px;
  }
  .wave-sec {
    height: 70px;
    overflow-x: visible;
  }
  .wave-sec::before {
    top: 62%;
  }
  .wave-sec::after {
    top: 44%;
  }
  #service {
    margin: 50px 0;
    margin-top: 100px;
  }
  .service-img {
    padding: 0;
  }
  .service-service h2 {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-size: 30px;
  }
  .event-title h3 {
    font-size: 26px;
    padding: 5px;
  }
  .content {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
  }
  .content p {
    font-size: 20px;
    margin: 10px 0 30px 0;
  }
  .user h2 {
    font-size: 28px;
    padding: 0 0 20px 0;
  }
  .user-list {
    font-size: 20px;
    padding: 10px 0;
  }
  .user-box-img {
    max-width: 33px;
    width: 100%;
    margin-top: 15px;
    flex-shrink: 0;
    margin-right: 5px;
  }
  .user-box-item p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .curved {
    height: 7vh;
  }
  .money h2 {
    padding: 0;
    font-size: 28px;
  }
  .money p {
    font-size: 16px;
    padding: 0 5px;
  }
  .small {
    font-size: 15px;
  }
  .money-total {
    width: 90%;
  }
  .money-text {
    padding: 0 0 50px 0;
    width: 90%;
  }
  .money-total {
    padding: 1.5rem 1rem;
  }
  .voice-top {
    position: relative;
  }
  .voice-box {
    width: 90%;
  }
  .voice-title {
    padding: 3px 20px 0 20px;
  }
  .voice-title p {
    font-size: 35px;
    margin: 10px auto;
  }
  .voice p {
    font-size: 16px;
  }
  .voice {
    padding: 0 20px 20px 20px;
  }
  .planbox {
    padding: 2px 0;
  }
  .plan-box {
    width: 90%;
  }
  .planbox h2 {
    font-size: 28px;
    padding: 20px 10px;
  }
  .plan-wrap li .plan-img {
    width: 90%;
  }
  .plan-wrap li .plan-img .cost p .big {
    font-size: 28px;
    margin: 0;
  }
  .plan-wrap li .plan-img .cost p .small {
    font-size: 16px;
  }
  .plan-wrap li .plan-img .cost {
    padding: 10px 2px 10px 2px;
    flex-direction: column;
    line-height: 1.1;
  }
  .plan-txt h3 {
    font-size: 30px;
    margin: 20px 0 30px 0;
  }
  .plan-wrap li {
    font-size: 18.5px;
  }
  .link-box ul {
    padding: 0;
  }
  .link-box li {
    width: 100%;
    text-align: center;
  }
  .link-box a {
    font-size: 20px;
  }
  .orange {
    margin: 0;
  }
  .small {
    /* max-width: 800px; */
    width: 90%;
  }
  .voice {
    text-align: left;
    padding: 0 20px 20px 20px;
  }
	.top-box {
	top: -24%;
	right: 10px;
	max-width: 50px;
	}
	.footer-link-sp li a {
    display: block;
    padding: 18px 30px 16px 20px;
    position: relative;
    font-size: 16px;
  }
  .pagetop {
    bottom: 50px;
    right: 10px;
  }
  .bottom-box li a {
    margin: 0 auto;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px){
  .top-money {
    margin: -250px auto 0;
  }
  .bottom-box li a {
    margin: 0 auto;
    font-size: 16px;
    padding: 15px 5px;
  }
  .big {
    font-size: 18px;
  }
  .befoar {
    padding: 0.5rem 0.2rem;
  }
  .after {
    padding: 0.5rem 0.2rem;
  }
}
@media screen and (max-width: 400px){
  .top-list {
    display: none;
  }
  .top-list-sec {
    position: absolute;
    left: 50%;
    top: 10%;
  }
  .hero-txt {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .event-title h3 {
    font-size: 22px;
    position: relative;
    z-index: 2;
  }
  .event-title:after {
    top: 155%;
  }
  .content p {
    font-size: 18px;
  }
  /* .top-money {
    width: 90%;
    padding: 10px;
    top: 70%;
  } */
  .money-money-top {
    max-width: 467px;
    width: 100%;
    margin: 0 auto;
  }
  .top-money-item p {
    font-size: 16px;
    white-space: initial;
  }
  .yellow {
    margin-top: 10px;
  }
  .yellow h1 {
    font-size: 20px;
  }
  .top-white {
    margin: 10px 0 10px 0;
  }
  .yazirushi {
    max-width: 25px;
    margin: 0.2rem;
  }
  .befoar .small{
    white-space: nowrap;
  }
  .miryoku h2 {
    font-size: 26px;
    padding: 80px 0 0 0;
  }
  .picup-sub {
    margin: 20px auto 0 auto;
  }
  .picup-boxbox {
    margin: 0 auto;
    width: 95%;
  }
  .picup-img-one {
    width: 24%;
    display: flex;
    align-items: center;
  }
  .picup-img-two {
    width: 27%;
    display: flex;
    align-items: center;
  }
  .picup-item p {
    font-size: 18px;
  }
  .plan-wrap li .plan-img .cost p .big {
    font-size: 23px;
    margin: 0;
  }
  .plan-wrap li .plan-img .cost p .small {
    font-size: 13px;
  }
  .event-top {
    width: 100%;
  }
  .event-title h3 {
    font-size: 24px;
  }
  .event-title:after {
    border: 20px solid transparent;
    border-top: 16px solid #a05459;
    top: 126%;
  }
  .content {
    max-width: 350px;
  }
  .content p {
    font-size: 18px;
    margin: 10px auto 30px auto;
  }
  .user h2 {
    font-size: 26px;
    padding: 0 0 20px 0;
    margin: 0 auto;
  }
  .user-list {
    font-size: 17px;
  }
  .money h2 {
    font-size: 26px;
    padding: 0;
  }
  .money-money {
    max-width: 450px;
    width: 92%;
    margin: 0 auto;
  }
  .money-total {
    width: 100%;
    margin: 20px auto;
    padding: 10px 5px;
  }

  .voice-box {
    width: 94%;
    top: 49.5%;
  }
  .voice {
    text-align: left;
    padding: 0 10px 5px 10px;
  }
  .voice-title {
    padding: 3px 40px 0 5px;
  }
  .voice-title p {
    margin: 20px auto 0 auto;
    font-size: 26px;
    padding: 0 0 0 5px;
  }
  .plan-box {
    width: 95%;
    margin: 40px auto 0 auto;
  }
  .planbox h2 {
    font-size: 26px;
  }
  .plan-wrap li .plan-img {
    width: 92%;
  }
  .plan-wrap li .plan-txt {
    max-width: none;
    width: 94%;
    margin: 0 auto;
  }
  .plan-txt h3 {
    font-size: 26px;
    margin: 20px 0 20px 0;
  }
  .plan-wrap li {
    font-size: 17px;
  }
  .link-box ul {
    padding: 0;
  }
  .link-box li {
    width: 100%;
    text-align: center;
  }
  .link-box a {
    font-size: 20px;
  }
  .big {
    font-size: 20px;
  }
  .big-red {
    font-size: 20px;
  }
  
  

} 