@charset "UTF-8";
body{font-family: YuMincho, 'Yu Mincho', serif; font-weight: 400;}
img{max-width: 100%; height: auto;}
p{line-height: 1.8;}
a{transition:0.3s;}
a:hover{opacity: 0.7;}
html {-webkit-text-size-adjust: 100%; }
body {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

#header {
    padding: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 65px;
    padding: 10px;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.6);
}
.logo img {
    width: 120px;
}
h2 {
    font-weight: 400;
}
@media screen and (max-width:1200px) {
#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #298efa;
    transition: all 0.6s;
    /* background-color: rgba(0, 0, 0, 0.9); */
}
#g-nav li{
    border-bottom: 1px solid #fff;
    text-align: left;
    position: relative;
}
#g-nav li a::after {
    content: "";
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 20px;
    transform: rotate(-135deg);
    right: 25px;
}
#g-nav li:last-child {
    border: none;
    text-align: center;
    margin-top: 1rem;
}
#g-nav li:last-child a::after{
    display: none;
}
#g-nav.panelactive{
    right: 0;
}
#g-nav ul {
    padding: 3rem 0 0 0;
    margin: 0;
}
#g-nav li{
	list-style: none;
}
#g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 8px;
    right: 5px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #298efa;
  	width: 45%;
  }
.openbtn.active span{
	background-color: #fff;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}
.openbtn span:nth-of-type(2) {
	top:23px;
}
.openbtn span:nth-of-type(3) {
	top:31px;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}    
}

#mainvisual {
    background-image: url(../img/sp-mailvisual.jpg);
    background-size: cover;
    height: 300px;
    background-position: center;
    position: relative;
}
.mailright {
    position: absolute;
    bottom: -75px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
p.maincopy {
    font-size: 18px;
}
section {
    padding: 2rem 0;
}
#intro {
    padding: 6rem 0 0;
}
a.link-btn {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    background: linear-gradient(90deg, #288efd, #4dc7a9);
    display: block;
    width: 300px;
    margin: 1rem auto 0;
    color: #fff;
    font-weight: bold;
    padding: 1rem 0;
    border-radius: 70px;
    border: 4px solid #fff;
    text-decoration: none;
}
#intro p {
    margin-bottom: 2rem;
}
#intro p span {
    border-bottom: 6px solid;
    border-image: linear-gradient(90deg, #288efd, #4dc7a9);
    border-image-slice: 1;
    font-size: 20px;
    display: block;
}
#plan {
    background-image: url(../img/bg-plan.jpg);
    background-size: cover;
    background-position: center;
    border-top: 3px solid #fff;
}
.YuG{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.plan-list > div {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    background: linear-gradient(140deg, #288efd, #4dc7a9);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 1rem;
    color: #fff;
}
.plan-list > div h3 {
    text-align: center;
    background: #fff;
    color: #0093ba;
    font-weight: bold;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    border-radius: 50px;
    font-size: 25px;
}
.plan-list > div figure {
    padding: 1rem 0 0;
    text-align: center;
    margin: 0;
}
.plan-list > div p {
    font-size: 24px;
}
.plan-list > div p.price {
    text-align: center;
    margin: 0;
    font-size: 36px;
}
#contact {
    background: linear-gradient(140deg, #288efd, #4dc7a9);
    color: #fff;
}
#contact .row a {
    display: block;
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
}
#footer .logo img {
    width: 160px;
}
.col-6 p:nth-of-type(1) {
    font-size: 20px;
    margin: 0;
}
p.copyright {
    text-align: center;
    margin: 0;
    margin-top: 1rem;
}
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 60px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	transition:all 0.3s;
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media screen and (min-width:760px) {
    #mainvisual {
        background-image: url(../img/mailvisual.jpg);
        background-position: left;
        background-repeat: no-repeat;
        height: 330px;
    }
    .mailright {
    bottom: 60px;
    left: auto;
    right: 20px;
}
section{
    padding: 3rem 0;
}
#intro{
    padding: 3rem 0 0;
}
#intro p {
    margin-bottom: 3rem;
    text-align: center;
    line-height: 2.2;
}
#intro p span {
    width: fit-content;
    margin: 10px auto 0;
    line-height: 1.3;
}
 h2 {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .plan-list {
    margin: 2rem 0 0 !important;
    gap: 5px;
    justify-content: space-between;
}
.plan-list > div {
    width: 32.8%;
}
.plan-list > div p {
    font-size: 15px;
}
.plan-list > div p:nth-of-type(1) {
    height: 105px;
}
.plan-list > div p.price {
    font-size: 30px;
}
#contact .row a {
    width: 48.5%;
}
#contact .row {
    gap: 20px;
}
#footer .row {
    width: 85%;
    margin: 0 auto;
}
#footer .col-6.logo {
    text-align: right;
    padding-right: 2rem;
}
#footer .logo img {
    width: 200px;
}
.col-6 p:nth-of-type(1) {
    font-size: 30px;
}
}

@media screen and (min-width:1200px) {
    #header {
        padding: 0 0 0 10px;
        display: flex;
        justify-content: space-between;
        height: 80px;
        align-items: center;
    }
    #header .logo img {
        width: 190px;
        padding: 5px 0 0;
    }
#g-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
#g-nav ul li {
    list-style-type: none;
}
#g-nav ul li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding-right: 20px;
    position: relative;
}
#g-nav ul li a::before {
    content: "";
    background-image: url(../img/ico-nav.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2px;
    margin-bottom: -3px;
}
#g-nav ul li.tell a::before{
    display: none;
}
#g-nav ul li.tell {
    background: #298efa;
    border-radius: 0 0 0 20px;
}
#g-nav ul li.tell a {
    height: 80px;
    display: block;
    padding: 15px;
    border-radius: 0 0 0 10px;
}
#mainvisual {
    height: 75vh;
}
p.maincopy {
    font-size: 30px;
    line-height: 2;
    margin-bottom: 5rem;
}
.mailright {
    bottom: 105px;
}
section {
    padding: 4rem 0;
}
#intro {
    padding: 4rem 0 0;
}
#intro p {
font-size: 20px;
margin-bottom: 4rem;
}
#intro p span {
    font-size: 26px;
    margin: 15px auto 0;
}
.plan-list > div p:nth-of-type(1) {
    height: 155px;
    font-size: 23px;
}
/* .plan-list > div:nth-of-type(3) p:nth-of-type(1) {
font-size: 22px;
} */
#footer section {
    padding: 3rem 0;
}
#footer .logo img {
    width: 238px;
}
.col-6 p:nth-of-type(1) {
        font-size: 33px;
    }
}

@media screen and (min-width:1400px) {
#g-nav ul li a {
font-size: 18px;
padding-right: 30px;
}
#mainvisual {
    height: 80vh;
}
.container {
    max-width: 1200px;
}
p.maincopy {
    font-size: 35px;
    margin-bottom: 7rem;
}
a.link-btn {
width: 320px;
font-size: 18px;
}
.mailright {
    bottom: 130px;
}
    section {
    padding: 6rem 0;
}
h2 {
    font-size: 36px;
}
#plan h2 + p {
    font-size: 20px;
}
.plan-list {
    margin: 3rem 0 0 !important;
    gap: 10px;
}
.plan-list > div h3 {
    font-size: 30px;
}
.plan-list > div {
    width: 32.5%;
    padding: 3rem 2rem;
}
.plan-list > div figure {
    padding: 2rem 0 1rem;
}
    .plan-list > div p:nth-of-type(1) {
        height: 180px;
        font-size: 26px;
    }
    .plan-list > div p.price {
        font-size: 45px;
    }
        #contact .row {
        gap: 35px;
    }
    #contact .row a:nth-of-type(2) {
    padding: 25px;
}
}

@media screen and (min-width:1600px) {
        #g-nav ul li a {
        font-size: 20px;
        padding-right: 35px;
    }
        #mainvisual {
        height: 90vh;
    }
        p.maincopy {
        font-size: 40px;
        margin-bottom: 10rem;
    }
        .mailright {
        bottom: 170px;
        right: 60px;
    }
        .container {
        max-width: 1400px;
    }
        h2 {
        font-size: 46px;
    }
        .plan-list > div h3 {
        font-size: 37px;
    }
        .plan-list > div {
        padding: 4rem 3rem;
    }
     p{
        font-size: 18px;
    }
    #contact .row a:nth-of-type(2) img {
    width: 95%;
    }
    #footer .logo img {
        width: 280px;
    }
}

/* form */
#contact .col-12 {
    background: #fff;
    border-radius: 10px;
    color: #000;
    padding: 2rem 1rem;
}
label.fb {
    font-weight: bold;
    margin-bottom: 5px;
}
#contact .form-group.row {
    margin-top: 1rem;
    gap: 0;
}
span.wpcf7-form-control.wpcf7-acceptance {
    display: block;
    margin: 1rem 0;
    font-weight: bold;
}
input[type="checkbox"] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
span.wpcf7-spinner {
    display: none;
}
input.submit-btn {
    background: linear-gradient(90deg, #288efd, #4dc7a9);
    width: 260px;
    margin: 0 auto;
    padding: 1rem;
    border: none;
    font-weight: bold;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 1rem;
}
@media screen and (min-width:760px) {
    #contact .col-12 {
    padding: 3rem 4rem;
}
}
@media screen and (min-width:1200px) {
.form_inner {
    max-width: 900px;
    margin: 0 auto;
}
span.wpcf7-form-control.wpcf7-acceptance {
    margin: 2rem;
    margin-left: 23rem;
}
.form-control {
    padding: 1rem;
}
}
@media screen and (min-width: 1600px) {
    span.wpcf7-form-control.wpcf7-acceptance {
        margin-left: 29rem;
    }
}