*{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #333;
  width: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
img {
  margin: 0;
  height: auto;
  max-width: 100%;
}
p,h1,h2,h3,h4 {
  margin: 0;
}
a {
  text-decoration: none;
  color: #333;
}
section {
  width: 100%;
}
.section-inner {    
  max-width: 1260px;
  margin: 0 auto;
}
.blue {
  color: #06B3DB;
}
figure {
  margin: 0;
}

header {
  width: 100%;
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 100;
  height: 120px;
  background-color: #fff;
  box-sizing: border-box;
  /* border-bottom: 1px solid rgba(77, 77, 77, 0.3); */
  padding: 0 20px;
}
.header-inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.header-top {
  background-color: #1A1A1A;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  color: #fff;
}
.header-top a:hover {
  color: #06B3DB;
  transition: .2s;
}
.header-top p {
  max-width: 1260px;
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 0;
}
.header-left a {
  display: inline-block;
}
.header-logo img {
  pointer-events: none;
}
.header-under {
  display: flex;
  justify-content: space-between;
  height: 60px;
}
.header-left {
  padding-top: 15px;
}
.header-list {
  display: flex;
  list-style: none;
  align-items: center;
}
.header-list a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: .2s;
}
.header-list a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #06B3DB;
  opacity: 0;
  visibility: hidden;
  /* transition: .3s; */
}
.header-list a:hover::after {
  bottom: 1px;
  opacity: 1;
  visibility: visible;
}
.header-list a:hover {
  color: #06B3DB;
}
.header-list li {
  padding: 0px 15px;
  font-size: 13px;
}
.header-list li:nth-child(4) {
  margin-right: 20px;
}
.header-contact {
  display: inline-block;
  flex-direction: column;
}
.header-contact a{
  border: 1px solid #dedede;
  border-top: transparent;
  border-bottom: transparent;
  padding: 25px 15px 5px;
}
.header-contact a:hover::after {
  visibility: hidden
}
.mail {
  position: absolute;
  top: 2px;
  left: 40px;
}
/* hamburger(ハンバーガーアイコン) */
.hamburger {
  position: absolute;
  right: 55px;
  top: 61px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}
.hamburger__line {
  position: absolute;
  width: 25px;
  height: 3px;
  right: 0;
  background-color: #06B3DB;
  transition: all 0.5s;
}
.hamburger__line--1 {
  top: 10px;
}
.hamburger__line--2 {
  top: 18px;
}
.hamburger__line--3 {
  top: 26px;
}
/*-----------ハンバーガーがクリックされたら----------*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}
.open .hamburger__line--2 {
  opacity: 0;
}
.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}

.sp-nav {
  position: fixed;
  top: 110px; 
  left: 0;
  width: 100%;
  height: 245px;
  background-color: #fff;
  z-index: 101;
  overflow-y: auto;
  transition: height 0.5s;
}
.sp-nav ul{
  padding-left: 0;
}
.sp-nav li {
  /* border-bottom: 1px solid rgba(77, 77, 77, 0.1); */
  border-top: 1px solid rgba(77, 77, 77, 0.1);
  padding: 10px 0 10px 20px;
}
.sp-nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.sp-nav li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.sp-nav li a:hover {
  color: #06B3DB;
  transition: .3s;
}
.sp-nav li a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
  background-color: #06B3DB;
}
.open .sp-nav {
  top: 110px;
}
.sp-nav.close {
  height: 0;
}
.hdn {
  display: none ;
}
.sp-contact {
  display: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
.sp-nav-list {
  list-style: none;
}
.kv {
  background-color: #06B3DB;
  height: 910px;
  position: relative;
}
.kv-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.kv-text {
  width: 40%;
  text-align: center;
  padding-top: 200px;
}
.kv-img {
  width: 47%;
  padding-top: 296px;
}
.kv-text h2 {
  font-size: 25px;
  color: #fff;
}
.kv-text h3 {
  font-size: 37px;
  color: #fff;
}
.kv-text h4 {
  font-size: 26px;
  color: #fff;
  padding-top: 30px;
}
.kv-btn {
  margin-top: 50px;
}
.kv-btn a {
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  color: #06B3DB;
  display: inline-block;
  border-radius: 32px;
  padding: 15px 60px;
  transition : all 0.5s ease-in-out;
}
.kv-btn a:hover {
  background-color: #aae9f7;
}
.kv-under {
  background-color: #1A1A1A;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  color: #fff;
  position: absolute;
  /* bottom: -4%; */
  bottom: 0%;
  z-index: 12;
}
.kv-under-black {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.kv-under-text {
  font-size: 18px;
  padding: 25px 0;
}
.kv-under-btn {
  margin: 20px 0;
}
.kv-under-btn a {
  color: #06B3DB;
  border: 1px solid #06B3DB;
  border-radius: 32px;
  display: inline-block;
  padding: 15px 0;
  font-size: 24px;
  transition: .3s;
  width: 280px;
  text-align: center;
}
.kv-under-btn a:hover {
  background-color: #06B3DB;
  color: #000;
}
.kv-text {
  font-size: 25px;
  margin-top: 30px;
}

.main {
  margin-top: 160px;
}
.main-wrapper {
  display: flex;
  /* justify-content: center; */
}
.main-text {
  width: 600px;
}
.main-wrapper figure {
  width: 50%;
  padding-left: 150px;
}
.main-text h3{
  font-size: 25px;
  padding-bottom: 30px;
}
.main-text h2 {
  font-size: 44px;
  padding-bottom: 30px;
}
.main-text h4 {
  font-size: 18px;
  line-height: 2.2em;
}
.fast {
  font-size: 33px;
}
.worries {
  margin-top: 160px;
}
.worries-title h3 {
  font-size: 43px;
  text-align: center;
}
.worries-list {
  display: flex;
  margin: 60px 50px;
  text-align: center;
}
.worries-list p {
  font-size: 20px;
  color: #06B3DB;
  padding-top: 20px;
  font-weight: bold;
  line-height: 2.2em;
}
.worries-unit {
  width: calc(25% - 75px / 4);
  margin-right: 25px;
  border-radius: 14px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 30px 10px 70px;
  
}
.worries-unit:nth-child(4) {
  margin-right: 0;
}
.worries-unit figure {
  width: 70%;
  margin: 0 auto;
}


.feature {
  background-color: #FAFAFA;
  z-index: 19;
}
.feature-top-title {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
.feature-top-title figure {
  position: relative;
  padding-bottom: 20px;
}
.feature-top-title figure::before {
  content: '';
  width: 300px;
  height: 2px;
  background-color: #06B3DB; 
  position: absolute;
  top: 65%;
  left: 1%;
  /* display: inline-block; */
}
.feature-top-title figure::after {
  content: '';
  width: 300px;
  height: 2px;
  background-color: #06B3DB; 
  position: absolute;
  top: 65%;
  right: 1%;
  /* display: inline-block; */
}
.feature-top-title h3 {
  font-size: 35px;
}
.feature-title h2 {
  font-size: 43px;
  text-align: center;
  padding-bottom: 300px;
  margin-top: 100px;
}
.fast-img {
  width: 40%;
  margin: 0 auto;
}
.feature-wrapper {
  position: relative;
}
.feature-list {
  position: absolute;
  top: -250px;
  display: flex;
  justify-content: center;
  padding: 0 200px;
  z-index: 20;
}
.feature-unit {
  width: calc(33.3333% - 50px / 3);
  margin-right: 25px;
  border-radius: 14px;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  padding: 30px 15px 40px;
}
.feature-unit:nth-child(5) {
  margin-right: 0;
}
.feature-number {
  color: #FCD089;
  font-size: 45px;
  text-align: center;
  font-weight: bold;
}
.feature-text {
  color: #06B3DB;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.8em;
  position: relative;
}
.feature-unit figure {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 70%;
  margin: 0 auto;
}
.foritem *{
  pointer-events: none;
}
.foritemfast *{
  pointer-events: none;
}


.detail {
  margin-bottom: 150px;
}
.detail-one {
  padding-top: 280px;
}
.detail-one-top {
  position: relative;
}
.detail-one-top figure {
  width: 65%;
  margin: 0 0 0 auto;
}
.detail-one-top figure img {
  width: 100%;
}
.detail-one-text {
  max-width: 700px;
  position: absolute;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 6px 12px #00000029;
  padding: 120px 55px 60px;
  top: 30%;
  z-index: 31;
}
.detail-one-text h4 {
  font-size: 120px;
  position: absolute;
  top: -17%;
}
.detail-one-text h2 {
  font-size: 30px;
  line-height: 1.7em;
  padding-bottom: 30px;
}
.detail-one-text p {
  font-size: 18px;
  line-height: 1.8em;
}
.detail-one-middle {
  margin-top: 250px;
}
.small {
  font-size: 10px;
  color: #707070;
  position: absolute;
  bottom: 7%;
  left: 5%;
}
.detail-middle-wrapper {
  display: flex;
  background-color: #EFEFEF;
  justify-content: center;
  position: relative;
  padding: 30px 50px 50px 50px;
  margin-top: 50px;
}
.detail-middle-list {
  display: flex;
}
.detail-title {
  font-size: 25px;
  text-align: center;
  line-height: 2em;
}
.detail-middle-unit {
  text-align: center;
  width: 180px;
  margin-right: 25px;
  padding-top: 50px;
}
.detail-middle-unit:nth-child(3) {
  margin-right: 0;
}
.detail-middle-wrapper figure {
  padding-right: 80px;
}
.detail-middle-unit h3 {
  background-color: #fff;
  padding: 5px 6px;
  font-size: 18px;
  margin-bottom: 30px;
}
.detail-middle-unit h4 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.8em;
}
.detail-middle-unit p {
  font-size: 12px;
}
.detail-one-bottom {
  margin-top: 100px;
}
.detail-bottom-wrapper {
  display: flex;
  background-color: #EFEFEF;
  justify-content: center;
  position: relative;
  padding: 60px 0;
  margin-top: 50px;
}
.detail-bottom-wrapper figure {
  width: 40%;
  padding-right: 20px;
}
.detail-bottom-list figure {
  width: 50px;
  padding: 100px 5px;
}
.detail-bottom-list {
  display: flex;
}
.detail-bottom-unit {
  text-align: center;
  padding: 50px 20px 10px 10px;
}
.detail-bottom-unit h3{
  background-color: #fff;
  font-size: 18px;
  padding: 7px 5px;
}
.detail-bottom-unit h4 {
  margin: 20px 0 25px;
  line-height: 2em;
  font-size: 18px;
}
.detail-bottom-unit p {
  font-size: 12px;
}
.detail-bottom-wrapper .small02 {
  font-size: 10px;
  color: #707070;
  position: absolute;
  bottom: 7%;
  left: 4%;
}
.detail-plus {
  font-size: 18px;
  color: #06B3DB;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
  margin: auto 20px;
}

.detail-two {
  padding-top: 280px;
}
.detail-two-top {
  position: relative;
}
.detail-two-top figure {
  width: 65%;
  margin: 0 auto 0 0;
} 
.detail-two-text {
  max-width: 700px;
  position: absolute;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 6px 12px #00000029;
  padding: 120px 55px 60px;
  margin-top: 160px;
  z-index: 31;
  right: 0;
}
.detail-two-text h4 {
  font-size: 120px;
  position: absolute;
  top: -17%;
  right: 5%;
}
.detail-two-text h2 {
  font-size: 30px;
  line-height: 1.7em;
  padding-bottom: 30px;
}
.detail-two-text p {
  font-size: 18px;
  line-height: 1.8em;
}
.detail-two-bottom {
  margin-top: 230px;
}
.detail-two-bottom figure {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 30px;
}
.detail-two-bottom figure img {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 100px;
}
.detail-btn a {
  padding: 18px 80px 18px 60px;
  background-color: #06B3DB;
  color: #fff;
  border-radius: 30px;
  transition: all .2s;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.detail-btn a:hover {
  background-color: #2bc1e2
}
.detail-btn span {
  position: absolute;
  right: 10%;
  top: 29%;
}
.detail-btn {
  text-align: center;
  margin-top: 100px;
}

.detail-three {
  padding-top: 200px;
}
.detail-three-top {
  position: relative;
  /* display: flex; */
}
.detail-three-top figure {
  width: 65%;
  margin: 0 0 0 auto;
}
.detail-three-top figure img {
  width: 100%;
}
.detail-three-text {
  max-width: 700px;
  position: absolute;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 6px 12px #00000029;
  padding: 120px 55px 60px;
  margin-top: 160px;
  z-index: 31;
}
.detail-three-text h4 {
  font-size: 120px;
  position: absolute;
  top: -17%;
}
.detail-three-text h2 {
  font-size: 30px;
  line-height: 1.7em;
  padding-bottom: 30px;
}
.detail-three-text p {
  font-size: 18px;
  line-height: 1.8em;
}
.detail-three-bottom {
  margin-top: 300px;
}
.detail-three-list {
  display: flex;
  justify-content: center;
  margin: 50px 70px;
}
.detail-three-left {
  position: relative;
  margin-right: 50px;
}
.detail-three-left h4 {
  position: absolute;
  top: 10%;
  left: 27%;
  font-size: 18px;
  background-color: #fff;
  padding: 5px 20px;
}
.detail-three-left p {
  position: absolute;
  top:35%;
  left: 8%;
  font-size: 18px;
  width: 220px;
  line-height: 2em;
}
.detail-three-right {
  position: relative;
}
.detail-three-right h4 {
  position: absolute;
  top: 10%;
  left: 23%;
  font-size: 18px;
  background-color: #fff;
  padding: 5px 15px;
}
.detail-three-right p {
  position: absolute;
  top: 35%;
  left: 8%;
  font-size: 18px;
  width: 220px;
  line-height: 2em;
}

.price01 {
  background-color: #EAF7FA;
  padding-top: 100px;
  padding-bottom: 150px;
}
.price-title h1 {
  font-size: 43px;
  text-align: center;
  margin-bottom: 60px;
}
.page-fast__p {
  font-size: 43px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.price01-wrapper-top {
  /* margin: 0 auto; */
  text-align: center;
}
.price01-title h2 {
  font-size: 25px;
  padding: 10px 20px;
  background-color: #fff;
  display: inline-block;
}
.price01-list {
  padding-top: 50px;
}
.price01-list figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.price01-list figure img {
  padding-right: 30px;
}
.price01-list figure img:nth-child(10) {
  padding-right: 0;
}
.price01-list p {
  color: #484848;
  font-size: 13px;
  padding-top: 20px;
}
.price01-wrapper-bottom {
  margin-top: 60px;
}
.price01-wrapper-bottom figure img{
  margin: 0 auto;
  max-width: 938px;
}
.price01-wrapper-bottom-text p {
  padding-left: 160px;
  line-height: 2.2em;
  padding-top: 40px;
}

.price02 {
  background-color: #EDEDED;
  padding-top: 100px;
  padding-bottom: 150px;
}
.price02-wrapper-top {
  margin: 0 auto;
}
.price02-title {
  margin: 0 auto;
  text-align: center;
}
.price02-title h3 {
  font-size: 13px;
  background-color: #EF7B59;
  color: #fff;
  width: 200px;
  margin: 0 auto ;
  padding: 7px 15px;
  border-radius: 7px 7px 0 0;
}
.price02-title h2 {
  font-size: 25px;
  color: #EF7B59;
  background-color: #fff;
  padding: 15px 40px;
  display: inline-block;
  margin: 0 auto;
}
.price02-text {
  padding: 50px 140px 50px;
  text-align: center;
}
.price02-text h3 {
  font-size: 25px;
  color: #EF7B59;
  color: #484848;
  line-height: 2em;
}
.price02-text span{
  color: #EF7B59;
}



.price02-list {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
.plan-left h4 {
  background-color: #fff;
  color: #06B3DB;
  text-align: center;
  font-size: 22px;
  padding: 15px 0;
  border-radius: 15px 15px 0 0;
}
.plan-right h4 {
  background-color: #fff;
  color: #EF7B59;
  text-align: center;
  font-size: 22px;
  padding: 15px 0;
  border-radius: 15px 15px 0 0;
}
.price02-blue{
  background-color: #06B3DB;
  padding: 20px 40px;
  border-radius: 0 0 15px 15px;
}
.price02-red {
  background-color: #EF7B59;
  padding: 20px 40px;
  border-radius: 0 0 15px 15px;
}
.price02-blue-price, .price02-red-price {
  color: #fff;
}
.price02-red a {
  padding: 5px 20px;
  background-color: #fff;
  color: #EF7B59;
  border-radius: 26px;
  display: inline-block;
  width: 90%;
  margin-top: 20px;
  position: relative;
  transition: all .5s;
}
.price02-red a span {
  position: absolute;
  right: 9%;
  top: 15%;
}
.price02-red a:hover {
  color: #f3a58d;
}
.price02-plus {
  font-size: 70px;
  margin: auto 50px;
}
.plan-right {
  position: relative;
  width: 30%;
  text-align: center;
}
.plan-left {
  width: 30%;
  text-align: center;
}
.plan-right .yellow-circle {
  position: absolute;
  top: -70px;
  left: -60px;
}
.price02-image {
  margin: 0 auto;
  width: 90%;
}
.price02-red-price {
  font-size: 22px;
  border-bottom: 3px double #fff ;
  display: inline-block;
  width: 90%;
}
.price02-blue-price {
  font-size: 22px;
  border-bottom: 3px double #fff ;
  display: inline-block;
  width: 90%;
  margin-top: 30px;
}
.price02-red-price span {
  font-size: 30px;
  font-weight: bold;
}
.price02-blue-price span {
  font-size: 30px;
  font-weight: bold;
}

/* 
.price02-arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.price02-arrow::before,
.price02-arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.price02-cursor::before{
	left: 293px;
	width: 17px;
	height: 1px;
	background: #fff;
}
.price02-cursor::after{
	left: 301px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
} */



.price-btn a {
  padding: 18px 80px 18px 60px;
  background-color: #EF7B59;
  color: #fff;
  border-radius: 30px;
  transition: all .2s;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.price-btn a:hover {
  background-color: #f59f85
}
.price-btn span {
  position: absolute;
  right: 10%;
  top: 29%;
}
.price-btn {
  text-align: center;
  margin-top: 100px;
}

.contact {
  position: relative;
  background-color: #06B3DB;
}
.contact-text {
  text-align: center;
  padding-top: 100px;
}
.contact-logo {
  position: absolute;
  bottom: 3%;
  left: 15%;
}
.contact-logo figure {
  display: flex;
}

.contact-text h2 {
  font-size: 25px;
  color: #fff;
}
.contact-text h3 {
  font-size: 37px;
  color: #fff;
}
.contact-text h4 {
  font-size: 26px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}
.contact-text p {
  font-size: 20px;
  color: #fff;
}
.contact-btn {
  margin-top: 50px;
  padding-bottom: 160px;
}
.contact-btn a {
  background-color: #fff;
  font-size: 24px;
  color: #06B3DB;
  display: inline-block;
  border-radius: 32px;
  padding: 15px 60px;
  transition : all 0.5s ease-in-out;
  font-weight: bold;
}
.contact-btn a:hover {
  background-color: #bbe7f1;
}




.footer {
  margin: 30px 0 ;
}
.footer-menu-list-content {
  border-bottom: 1px solid #cac8c8;
}
.footer-menu-list {
  list-style: none;
  line-height: 1.8em;
  font-size: 18px;
  display: flex;
  padding: 20px 0;
  justify-content: center;
}
.footer-menu-list li {
  padding-right: 30px;
}
.footer-menu-list li a {
  transition: all .3s;
}
.footer-menu-list li a:hover {
    color: #707070;
}
.footer-menu-wrapper {
  display: flex;
  justify-content: center;
  padding: 40px 150px 40px;
  border-bottom: 1px solid #cac8c8;
}
.footer-subtitle {
  font-size: 16px;
  color: #B1B1B1;
  padding-left: 15px;
  position: relative;
  padding-bottom: 20px;
}
.footer-subtitle::before {
  content: '';
  width: 7px;
  height: 16px;
  background-color: #B1B1B1;
  position: absolute;
  top: 4px;
  left: 0px;
}
.footer-menu-wrapper p {
  line-height: 1.8em;
  color: #333;
}
.footer-company {
  font-size: 11px;
  padding-bottom: 30px;
}
.footer-button {
  text-align: center;
  padding: 30px 0;
}
.footer-bottom-text {
  font-size: 13px;
}
.footer-button a {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #06B3DB;
  padding: 8px 50px ;
  border-radius: 20px;
  width: 100%;
  transition: all .3s;
}
.footer-button a:hover {
  opacity: .8;
}
.footer-icon a {
  transition: all .3s;
}
.footer-icon a:hover {
  opacity: .8;
}

.footer-menu-right {
  padding-right: 160px;
}
.footer-menu-right figure a {
  transition: all .3s;

}
.footer-menu-right figure a:hover{
  opacity: .7;
}
.footer-menu-right figure img {
  width: 400px;
}
.footer-address-content {
  width: 300px;
}
.footer-address-content i {
  padding-right: 20px;
}
.footer-bottom-text {
  padding: 30px 0 20px;
}
.footer-copyright p {
  font-size: 13px;
  color: #484848;
  margin-top: 20px;
} 
.smile-logo {
  margin-right: 20px;
}



/* ここからカーソル */
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.contact-cursor::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #959595;
}
.contact-cursor::after{
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ここまでカーソル */




.go-top {
  position: fixed;
  bottom: 3%;
  right: 5%;
  display: inline-block;
  transition: 0.2s;
  z-index: 100;
  opacity: 0;
}
.go-top a {
  width: 100%;
  opacity: 0.5;
  transition: all .5s;
  display: inline-block;
}
.go-top a img {
  pointer-events: none;
}

.go-top a:hover {
  opacity: 1;
}

.tab {
  display: none;
}
.sp {
  display: none;
}
.pc-tab {
  display: block;
}
.tab-sp {
  display: none;
}

/* add 2023.11.27 */

.margin-bottom-100px{
  margin-bottom: 100px;
}
.width-100vw{
  width: 100vw !important;
}

@media screen and (max-width: 1300px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .tab-sp {
    display: block;
  }
  .section-inner {
    width: 90%;
  }
  .header-top p {
    padding: 10px 60px;
  }
  .header-under {
    padding: 0 40px;
  }
  .kv-wrapper {
    flex-direction: column;
    margin: 0 auto;
    position: relative;
  }
  .kv-text {
    width: 100%;
    margin-top: 0;
  }
  .kv-text h2 {
    font-size: 22px;
  }
  .kv-text h3 {
    font-size: 33px;
  }
  .kv-text h4 {
    font-size: 22px;
  }
  .kv-img {
    padding-top: 0;
    margin: 0 auto;
    position: absolute;
    top: 58%;
    left: 30%;
    width: 42%;
  }
  .kv-fast img {
    width: 20%;
    padding-top: 10px;
  }
  .kv-btn {
    margin-top: 330px;
  }
  .kv-under-text {
    /* padding-left: 20px; */
    width: 600px;
    font-size: 16px;
  }
  .kv-under-btn {
    margin: auto 0;
  }
  .kv-under-btn a {
    font-size: 20px;
  }
  .kv-under-black  {
    max-width: 90%;
  }
  .kv-under {
    bottom: -12%;
  }

  .main-wrapper {
    flex-direction: column;
  }
  .main-text {
    width: 80%;
    margin: 0 auto;
  }
  .main-wrapper figure {
    width: 50%;
    padding-left: 0px;
    padding-top: 80px;
    margin: 0 auto;
  }
  .main-text h4 {
    font-size: 16px;
  }

  .worries {
    margin-top: 100px;
  }
  .worries-title h3 {
    font-size: 30px;
  }
  .worries-list p {
    font-size: 15px;
  }
  .worries-unit {
    padding: 30px 20px 50px;
    width: calc(25% - 30px / 4);
    margin-right: 10px;
  }

  .feature-top-title figure::before {
    width: 230px;
    left: 3%;
    top: 53%;
  }
  .feature-top-title figure::after {
    width: 230px;
    right: 3%;
    top: 53%;
  }
  .feature-top-title h3 {
    font-size: 25px;
  }
  .feature-top-title figure img{
    width: 20%;
  }
  .feature-title h2 {
    font-size: 30px;
    margin-top: 90px;
    padding-bottom: 245px;
  }
  .feature-title .fast {
    font-size: 20px;
  }
  .feature-number {
    font-size: 40px;
  }
  .feature-text {
    font-size: 15px;
  }
  .feature-list {
    padding: 0 80px;
  }
  .feature-unit {
    padding: 30px 25px 40px;
  }
  .feature-unit:nth-child(6) {
    margin-right: 0;
  }
  .feature-unit figure {
    width: 100%;
  }
  .feature-list {
    top: -195px;
  }
  .detail-one  {
    padding-top: 360px; 
  }
  .detail-one-top figure {
    width: 86%;
  }

  .detail-one-text h4 {
    font-size: 107px;
  }
  .detail-one-text h2 {
    font-size: 26px;
  }
  .detail-one-text p {
    font-size: 16px;
  }
  .detail-one-text {
    width: 65%;
    top: 73%;
    padding: 90px 55px 85px;
  }
  .detail-one-middle {
    margin-top: 350px;
  }
  .detail-title {
    font-size: 23px;
    line-height: 2.2em;
  }
  .detail-middle-unit h3 {
    font-size: 15px;
  }
  .detail-middle-unit h4 {
    font-size: 15px;
  }
  .detail-middle-unit {
    text-align: center;
    width: 130px;
    margin-right: 20px;
    padding-top: 50px;
  }
  .detail-middle-wrapper figure {
    padding-right: 30px;
  }
  .detail-bottom-wrapper {
    flex-direction: column;
  }
  .detail-bottom-wrapper figure {
    padding-right: 0;
    margin: 0 auto;
  }
  .detail-bottom-list figure {
    margin: 0 20px;
  }
  .detail-bottom-list {
    margin: 0 auto;
  }
  .detail-bottom-unit h3 {
    font-size: 17px;
  }
  .detail-bottom-wrapper .small02 {
    left: 7%;
    bottom: 5%;
  }

  .detail-two-top figure {
    width: 86%;
  }
  .detail-two-text {
    width: 65%;
    top: 51%;
    padding: 90px 55px 85px;
  }
  .detail-two-text h4 {
    font-size: 107px;
  }
  .detail-two-text h2 {
    font-size: 26px;
  }
  .detail-two-text p {
    font-size: 16px;
  }
  .detail-two {
    padding-top: 180px;
  }
  .detail-two-bottom {
    margin-top: 420px;
  }
  .detail-two-bottom figure img {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .detail-three-top figure {
    width: 86%;
  }
  .detail-three-text {
    width: 65%;
    top: 51%;
    padding: 90px 55px 85px;
  }
  .detail-three-text h4 {
    font-size: 107px;
  }
  .detail-three-text h2 {
    font-size: 26px;
  }
  .detail-three-text p {
    font-size: 16px;
  }
  .detail-three {
    padding-top: 0px;
  }
  .detail-three-bottom {
    margin-top: 420px;
  }
  .detail-three-list {
    margin: 60px 70px;
  }
  .detail-three-left {
    margin-right: 10px;
  }
  .detail-three-left h4 {
    font-size: 16px;
    left: 23%;
    padding: 10px 25px;
  }
  .detail-three-right h4 {
    font-size: 16px;
    left: 17%;
    padding: 10px 25px;
  }
  .detail-three-left p {
    font-size: 15px;
    width: 82%;
    top: 23%;
    left: 10%;
  }
  .detail-three-right p {
    font-size: 15px;
    width: 82%;
    top: 23%;
    left: 10%;
}
  .detail {
    margin-bottom: 100px;
  }
  .price-title h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .page-fast__p {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .price01-title h2 {
    font-size: 20px;
  }
  .price01-list {
    width: 100%;
  }
  .price01-list figure {
    width:100%;
  }
  .price01-list figure img {
    padding-right: 15px;
  }
  .price01-list figure img:nth-child(4) {
    padding-right: 15px;
  }
  .price01-list figure img:nth-child(8) {
    padding-right: 15px;
  }
  .price01-list figure img:nth-child(11) {
    padding-right: 0px;
  }
  .price01-list p {
    padding: 20px 0;
    text-align: start;
    line-height: 2.2em;
    margin: 0 auto;
    max-width: 770px;
  }
  .price01-wrapper-bottom figure {
    padding: 0;
  }
  .price01-wrapper-bottom figure img {
    width: 770px;
    max-width: 100%;
  }
  .price01-wrapper-bottom-text p {
    line-height: 2.2em;
    font-size: 16px;
    color: #484848;
    padding: 40px 0px;
    max-width: 770px;
    margin: 0 auto;
  }
  .price01 {
    padding-bottom: 100px;  
  }

  .price02-title h2 {
    font-size: 20px;
  }
  .price02-text {
    padding: 50px 0 0;
    max-width: 770px;
    margin: 0 auto;
  }
  .price02-text p {
    line-height: 2.2em;
    font-size: 16px;
    color: #484848;
    padding: 0;
  }
  .plan-right .yellow-circle {
    position: absolute;
    top: -40px;
    left: -50px;
    width: 110px;
  }

  .contact-text h2 {
    font-size: 23px;
  }
  .contact-text h3 {
    font-size: 34px;
  }
  .contact-text h4 {
    font-size: 19px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .contact-text p {
    font-size: 16px;
  }
  .contact-fast img {
    width: 25%;
  }
  .contact-btn a {
    font-size: 18px;
    padding: 15px 80px;
  }
  
  .footer {
    position: relative;
  }
  .footer-menu-wrapper {
    padding: 50px 50px 50px;
  }
  .footer-menu-right {
    padding-right: 90px;
}
  .footer-menu-logo {
    padding-top: 470px;
  }
  .footer-menu-logo a img {
    margin: 0 auto;
  }
  .footer-menu-content {
    width: 50%;
    position: absolute;
    top: 5%;
    left: 10%;
  }
  .footer-menu-list li{
    line-height: 3em;
    font-size: 16px;
  }
  .footer-about-content {
    margin: 0 auto ;
    text-align: center;
    width: 70%;
  }
  .footer-address-content p {
    font-size: 11px;
    text-align: start;
  }
  .footer-menu-btn {
    text-align: center;
  }
  .footer-menu-btn a {
    display: inline-block;
    padding: 15px 125px;
    font-size: 18px;
  }
  .footer-bottom-text {
    padding: 30px 0 20px;
  }
  .footer-menu-list-content {
    padding: 0 50px;
  }
  .footer-menu-right figure img {
    width: 340px;
  }
  .footer-subtitle {
    font-size: 13px;
  }




}
@media screen and (max-width: 1000px) {
  .detail-one-middle {
    margin-top: 440px;
  }
  .detail-two-bottom {
    margin-top: 555px;
  }
  .detail-three-bottom {
      margin-top: 535px;
  }
  .detail-three-left h4 {
    left: 10%;
  }
  .detail-three-right h4 {
    left: 4%;
  }
  .price02-plus {
    font-size: 40px;
    margin: auto 40px;
  } 
  .price02-text h3 {
    font-size: 23px;
  }
  .plan-left {
    width: 40%;
  }
  .plan-right {
    width: 40%;
  }
  .contact-logo {
    left: 5%;
  }
  .footer-menu-right {
    padding-right: 30px;
  }
  .arrow {
    font-size: 12px;
  }
  .footer-menu-wrapper {
    padding: 50px 20px 50px;
  }
  .footer-menu-list-content {
    padding: 0 0px;
  }
}

  @media screen and (max-width: 740px) {
  html{
    overflow-x: hidden;
  }
  .pc-tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .section-inner {
    width: 90%;
  }
  .header-top p {
    font-size: 10px;
  }
  .header-under{
    /* padding: 0; */
  }

  .kv-text {
    padding-top: 130px;
  }
  .kv-text h2 {
    font-size: 15px;
  }
  .kv-text h3 {
    font-size: 23px;
  }
  .kv-text h4 {
    font-size: 16px;
  }
  .kv-fast img {
    width: 210px
  }
  .kv-img {
    top: 54%;
    left: 15%;
    width: 70%;
  }
  .kv-btn {
    margin: 310px 30px 0px;
  }
  .kv-btn a {
    display: block;
  }
  .kv-under {
    bottom: -12%;
  }
  .kv-under-black {
    flex-direction: column;
  }
  .kv-under-text {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
  .kv-under-btn {
    margin: 0 auto 25px;
  }
  .main-wrapper figure  {
    width: 73%;
  }
  .main-text {
    width: 100%;
  }
  .main-text h3 {
    font-size: 25px;
  }
  .main-text h2 {
    font-size: 38px;  
  }
  .main-text h2 .main-fast {
    font-size: 28px;
  }
  .sp-only {
    font-size: 30px;
  }
  .worries-title h3 {
    font-size: 25px;
  }
  .worries-list {
    flex-direction: column;
    margin: 60px 10px 100px;
  }
  .worries-unit {
    width: 100%;
    margin: 0 auto 30px;
  }
  .worries-unit p {
    padding-top: 0;
    font-size: 18px;
  }
  .worries-unit:nth-child(4) {
    margin: 0 auto;
  } 
  .feature-top-title > div{
    position :relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
  }
  .feature-top-title figure {
    position: absolute;
    width: 100vw;
    padding-bottom: 20px;
  }
  .feature-top-title figure img {
    width: 30%;
  } 
  .feature-top-title figure::before {
    width: 145px;
    left: 0%;
    top: 52%;
  }
  .feature-top-title figure::after {
    width: 145px;
    right: 0%;
    top: 52%;
  }
  .feature-top-title h3 {
    font-size: 18px;
  }
  .fast-img {
    width: 80%;
    padding-bottom: 1000px;
  }
  .feature-list {
    flex-direction: column;
    top: -880px;
    padding: 0 20px;
  }
  .feature-unit {
    width: 100%;
    position: relative;
    margin: 0 0 30px 0;
  }
  .feature-text {
    font-size: 18px;
  }
  .feature-unit .feature-number {
    position: absolute;
    top: 10%;
    left: 10%;
  }
  .feature-unit figure {
    width: 65%;
    padding-top: 0;
  }
  .detail-one-text  {
    position: relative
  }
  .detail-one-top {
    display: flex;
    flex-direction: column-reverse;
  }
  .detail-one-text h4 {
    top: -14%;
    font-size: 80px;
  }
  .detail-one-top figure {
    width: 95%;
    margin: 0 auto;
  }
  .detail-one-text {
    width: 95%;
    margin: 90px auto 0;
  }
  .detail-one-middle {
    margin-top: 100px;
  }
  .detail-title {
    font-size: 18px;
    width: 85%;
    margin: 0 auto;
    line-height: 2.5em;
  }
  .detail-middle-wrapper {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
  .detail-middle-list {
    flex-direction: column;
  }
  .detail-middle-wrapper figure {
    padding: 0;
    margin: 0 auto;
  }
  .detail-middle-unit {
    margin: 0 auto;
    padding: 0;
    width: 40%;
  }
  .detail-middle-unit:nth-child(3) {
    margin: 40px auto 0;
  }
  .detail-middle-unit {
    margin-top: 40px;
  }
  .small {
    position: initial;
    text-align: center;
    padding-top: 100px;
  }
  .detail-bottom-wrapper figure {
    width: 90%;
  }
  .detail-bottom-list {
    flex-direction: column;
  }
  .detail-bottom-unit h3 {
    font-size: 15px;
  }
  .detail-bottom-unit h4 {
    font-size: 15px;
  }
  .detail-bottom-unit p {
    font-size: 10px;
  }
  .detail-bottom-unit {
    padding: 30px 0;
  }
  .detail-bottom-list figure {
    padding: 0;
    margin: 0 auto;
  }
  .detail-bottom-list figure img {
    width: 50%;
    margin: 0 auto;
    padding: 0;
  }
  .detail-plus {
    font-size: 15px;
    padding-top: 20px;
  }
  .detail-bottom-wrapper .small02 {
    position: initial;
    text-align: center;
    margin-top: 50px;
  }

  .detail-two-text  {
    position: relative
  }
  .detail-two-top {
    display: flex;
    flex-direction: column-reverse;
  }
  .detail-two-text h4 {
    top: -14%;
    /* right: 66%; */
    left: 10%;
    font-size: 80px;
  }
  .detail-two-top figure {
    width: 95%;
    margin: 0 auto;
  }
  .detail-two-text {
    width: 95%;
    margin: 90px auto 0;
  }
  .detail-two-middle {
    margin-top: 100px;
  }
  .detail-two-bottom {
    margin-top: 90px;
  }
  .detail-two-bottom figure {
    padding-top: 0px;
  }
  .detail-two-bottom figure img {
    margin: 0 auto;
    width: 85%;
    margin-bottom: 100px;
  }
  .detail-two-bottom figure img:last-of-type {
    margin-bottom: 0px;
  }
  .detail-btn a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
  }
  .detail-btn span {
    right: 17%;
    top: 30%;
  }
  .detail-three-text  {
    position: relative
  }
  .detail-three-top {
    display: flex;
    flex-direction: column-reverse;
  }
  .detail-three-text h4 {
    top: -14%;
    font-size: 80px;
  }
  .detail-three-top figure {
    width: 95%;
    margin: 0 auto;
  }
  .detail-three-text {
    width: 95%;
    margin: 90px auto 0;
  }
  .detail-three-middle {
    margin-top: 100px;
  }
  .detail-three-bottom {
    margin-top: 100px;
  }
  .detail-three-list {
    flex-direction: column;
    margin: 30px 0px;
  }
  .detail-three-left {
    width: 100%;
    margin: 0 auto;
  }
  .detail-three-left h4 {
    left: 20%;
    padding: 10px 5px;
    width: 60%;
    text-align: center;
  }
  .detail-three-right h4 {
    left: 15%;
    padding: 10px 5px;
    width: 70%;
    text-align: center;
  }
  .detail-three-right p {
    top: 25%;
  }
  .price-title h1 {
    font-size: 25px;
  }
  .page-fast__p {
    font-size: 25px;
  }
  .price01-title h2 {
    font-size: 16px;
  }
  .price01 {
    padding-top: 40px;
  }
  .price01-list figure img{
    padding-bottom: 40px;
    padding-right: 0;
  }
  .price01-list p {
    padding: 0px 0px 0;
  }
  .price01-wrapper-bottom figure {
    padding: 0;
  }
  .price01-wrapper-bottom figure img{
    margin: 0 auto;
    width: 100%;
  }
  .price01-wrapper-bottom-text p {
    padding: 40px 0 0 0;
  }
  .price01-list figure {
    flex-direction: column;
  }
  .price02 {
    padding-bottom: 100px;
  }
  .price02-title h2 {
    font-size:16px;
  }
  .price02-text {
    padding: 30px 0px 0;
  }
  .price02-text p {
    padding: 50px 0 0 0;
    line-height: 2.2em;
  }
  .price02-list {
    flex-direction: column;
  }
  .plan-left {
    width: 100%;
  }
  .plan-right {
    width: 100%;
  }
  .price02-plus {
    font-size: 70px;
    margin: 20px auto;
  }
  .price02-blue-price  {
    margin-top: 10px;
  }
  .plan-right .yellow-circle {
    left: -10px;
  }
  .price02-text h3 {
    font-size: 16px;
  }
  .plan-left h4 {
    font-size: 20px;
  }
  .plan-right h4 {
    font-size: 20px;
  }

  .price-btn a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
  }
  .price-btn span {
    right: 17%;
    top: 30%;
  }
  .contact-text {
    padding-top: 80px;
  }
  .contact-text h2 {
    font-size: 16px;
  }
  .contact-text h3 {
    font-size: 24px;
  }
  .contact-text p {
    font-size: 15px;
  }
  .contact-fast img {
    width: 33%;
    padding-top: 20px;
  }
  .contact-text h4 {
    padding-bottom: 30px;
  }
  .contact-btn {
    margin-top: 30px;
    padding-bottom: 220px;
  }
  .contact-img {
    width: 30%;
    left: 14%;
  }

  .footer-menu-list {
    text-align: center;
    flex-direction: column;
    font-size: 15px;
  }
  .footer-menu-list li {
    line-height: 1.8em;
    font-size: 16px;
    padding-top: 20px;
    padding-right: 0;
    border-bottom: 1px solid #b7b6b6;
  }
  .footer-menu-list-content {
    border-bottom: none;
  }
  .footer-menu-wrapper {
    padding: 10px 0px 50px;
    flex-direction: column;
  }
  .footer-menu-right {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .footer-address-content {
    width: 100%;
  }

  .footer-address-content p {
    line-height: 2.2em;
    font-size: 11px;
  }
  .footer-menu-btn a {
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    display: block;
  }
  .footer-copyright p {
    font-size: 11px;
  }
  .footer-copyright {
    border-top: 1px solid #bcb7b7;
    padding-top: 20px;
    text-align: center;
  }
  .contact-logo {
    position: static;
    width: 20%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .contact-logo figure {
    flex-direction: column;
  }
  .smile-logo {
    margin-bottom: 15px;
    margin-right: 0;
  }
  

  /* add 2023.11.27 */

  .abs-space-1{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 70% 0;
    margin-bottom: 30px;
  }
  .abs-space-1 img{
    position :absolute;
    width:100vw !important;
    max-width: 100vw !important;
    height: auto;
  }

}

@media screen and (max-width: 480px) {
  .header-top p {
    padding: 10px 20px;
  }
  .header-under {
    padding: 0 0px;
  }
  .hamburger {
    top: 56px;
    right: 28px;
  }
  .kv-text {
    margin-top: 40px;
  } 
  .kv-img {
    left: 5%;
    width: 90%;
  }
  .kv-under {
    bottom: -11%;
  }
  .worries {
    margin-top: 65px;
  }
  .feature-top-title figure::before {
    width: 105px;
    left: 0%;
    top: 52%;
  }
  .feature-top-title figure::after {
    width: 105px;
    right: 0%;
    top: 52%;
  }
  .feature-top-title figure::before {
    width: 90px;
  }
  .feature-top-title figure::after {
    width: 90px;
  }
  .feature-top-title figure img {
    width: 40%;
  }
  .detail-one {
    padding-top: 170px;
  }
  .detail-two {
    padding-top: 170px;
  }
  .detail-three {
    padding-top: 170px;
  }
  .detail-one-text h4 {
    top: -9%;
  }
  .detail-one-text {
    padding: 90px 35px 85px;
  }
  .detail-two-text h4 {
    top: -9%;
  }
  .detail-two-text {
    padding: 90px 35px 85px;
  }
  .detail-three-text h4 {
    top: -9%;
  }
  .detail-three-text {
    padding: 90px 35px 85px;
  }
  .detail-middle-unit { 
    width: 60%;
  }
  .contact-btn {
    padding-bottom: 100px;
  }
  .detail-btn span {
    right: 7%;
    top: 30%;
  }
  .price-btn span {
    right: 3%;
  }
  .plan-right .yellow-circle {
    left: -10px;
    width: 31%;
    top: -30px;
  }
  .price-btn span {
    right: 5%;
    top: 30%;
  }

}


/* || FOR SEO */
.page-fast__h1{
  /* display:inline; */
  font-size: 25px;
  padding-bottom:30px;
}

  