@charset "utf-8";

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-align: center;
    margin: 0;
    line-height: 1.9;
    font-size: 16px;
    position: relative;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.sp2 {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    line-height: 1;
}
p {
    margin: 0;
    word-wrap: break-word;
    line-height: 1;
}
a {
    text-decoration: none;
    color: #000000;
    margin: 0;
    padding: 0;
}
a:hover {
    opacity: 0.8;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexbox {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
}
article {
    margin: 0;
    padding: 0;
}
section {
    margin: 0;
    padding: 0;
}
.green {
    color: #007337;
}
.red {
    color: #ff0000;
}

/*--基本のスタイルここまで--*/

header {
    width: 100%;
    height: 100px;
    background: #ffffff;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
header h1 {
    margin: 35px 25px;
    padding: 0;
    width: 300px;
    height: 38px;
    float: left;
}
header nav {
    width: 270px;
    margin: 15px;
    float: right;
    line-height: 1;
}
header ul li {
    display: inline-block;
    vertical-align: middle;
}
header ul li:first-of-type {
    border-right: 1px solid #000000;
}
header ul li a {
    display: inline-block;
    margin: 0 14px;
}
header ul li a:hover {
    text-decoration: underline;
}

header ul li:last-of-type a {
    display: inline-block;
    width: 80px;
    height: 70px;
    margin-left: 10px;
    padding-top: 40px;
    color: #ffffff;
    border-radius: 10px;
    font-size: 11px;
    background-color: #EC6D88;
    background-image: url(../images/contact.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: top 15px center;
}
header ul li:last-of-type a:hover {
    text-decoration: none;
}
#hero {
    width: 100%;
    height: 500px;
    background-color: #e2f1d5;
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-position: calc(50% - -300px);
    background-size: 535px;
}
#hero .headtext {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 150px;
    padding-left: 15px;
    text-align: left;
    font-size: 31px;
    font-weight: 500;
}
#hero h2 {
    font-size: 47px;
    color: #007337;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 10px;
}
#hero p.bg {
    display: inline-block;
    color: #ffffff;
    background: #6fba2c;
    font-size: 19px;
    font-weight: 500;
    padding: 6px 10px 10px 10px;
    letter-spacing: 1px;
}
#hero p.bg .number {
    font-size: 26px;
    font-weight: 700;
    padding-left: 2px;
}
#hero p.price {
   color: #007337; 
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 2px;
}
#hero p.price .number {
    font-size: 36px;
    font-weight: 700;
}

section {
   padding: 60px 0 80px; 
}
#sec01 {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 10px 80px;
    height: auto;
}
#sec01 h4 {
    font-size: 19px;
    line-height: 1.9;
    font-weight: normal;
    margin-bottom: 50px;
}
#sec02 {
    background-color: #6fba2c;
}
#sec02 h3 {
    display: inline-block;
    margin: 0 auto 30px;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-bottom: 46px;
    background-image: url(../images/underline_white.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
#sec02 ul {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    justify-content: center;
}
#sec02 li {
    width: 33%;
    align-content: center;
}
#sec02 li:first-of-type,#sec02 li:nth-of-type(2) {
    width:38%; 
}
#sec03 h3 {
    font-size: 34px;
    color: #007337;
    margin: 30px 0 56px;
}
#sec03 p {
    font-size: 19px;
    line-height: 1.9;
    margin-top: 36px;
    letter-spacing: 1px;
}
#sec03 p .green {
    font-weight: bold;
}
#sec04 {
    background-color: #e2f1d5;
    padding-top: 42px;
}
#sec04 .inner {
    width: 566px;
    max-width: 100%;
    margin: 0 auto;
    background-image: url(../images/fukidashi.png);
    background-repeat: no-repeat;
    background-position: top right 10px;
    background-size: 110px;
}
#sec04 h3 {
    display: inline-block;
    font-size: 24px;
    padding-top: 18px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 3px solid #007337;
    font-weight: 500;
}
#sec04 dl {
    margin: 0 auto 52px;
    width: 450px;
}
#sec04 .unitprice{
    margin: 0 auto 52px;
    width: 380px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
#sec04 .unitprice dt {
    padding: 10px 20px;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    background-color: #000000;
    border-radius: 20px;
    vertical-align: bottom;
}
#sec04 .unitprice .number {
    margin-right: 2px;
}
#sec04 .unitprice .price {
padding:0px 10px;
color: #007337;
font-weight: bold;
line-height: 1;
vertical-align: bottom;
}
#sec04 .unitprice .price .number{
    font-size: 60px;
    padding:0 10px;
}
#sec04 .unitprice .price .text{
font-size: 2em;
}
#sec04 .pricepermonth {
    padding: 20px;
    font-size: 35px;
    font-weight: 700;
    color: #000000;    
}
#sec04 p {
    font-size: 14px;
    text-align: center;
}
#sec05 h3 {
    font-size: 24px;
    margin-bottom: 58px;
}
#sec05 ul {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0 20px;
    justify-content: space-around;
}
#sec05 li {
    display: table;
    width: 306px;
    height: 80px;
    background-color: #6fba2c;
    background-image: url(../images/icon_star.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 64px;
    border-radius: 10px;
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 100px;
}
#sec05 li:nth-of-type(2) {
    background-image: url(../images/icon_mail.png);
}
#sec05 li:nth-of-type(3) {
    background-image: url(../images/icon_document.png);
}
#sec05 li:nth-of-type(4) {
    background-image: url(../images/icon_box.png);
}
#sec05 li:nth-of-type(5) {
    background-image: url(../images/icon_support.png);
}
#sec05 li:nth-of-type(6) {
    background-image: url(../images/icon_help.png);
}
#sec05 li:nth-of-type(7) {
    background-image: url(../images/icon_window.png);
}
#sec05 li:nth-of-type(8) {
    background-image: url(../images/icon_seminar.png);
}
#sec05 li:nth-of-type(9) {
    background-image: url(../images/icon_check.png);
}
#sec05 li:last-of-type {
    height: 0;
    background-color: #ffffff;
    background-image: none;
    margin-bottom: 0;
}
#sec05 li p {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
}
#sec05 > a{
    display:block;
    position:relative;
    width:700px;
    padding:20px 0;
    margin:0 auto;
    background:#e6f0f5;
    border-radius:10px;
}
#sec05 > a:after{
    display:inline-block;
    position:absolute;
    right:20px;
    top:50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid #274169;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
#sec05 > a img{
    width:434px;
    margin-top:10px;
}
#sec06 {
    background-color: #e2f1d5;
}
#sec06 .inner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#sec06 .info-text {
    width: 496px;
    max-width: 100%;
    text-align: left;
    float: right;
}
#sec06 h3 {
    font-size: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #000000;
}
#sec06 p {
    font-size: 15px;
    line-height: 1.8;
}
#sec06 .overview {
    margin-top: 30px;
}
#sec06 .overview p {
    font-size: 18px;
    letter-spacing: 1px;
}
#sec06 .overview p .green {
    font-weight: bold;
}
#sec06 .info-photo {
    width: 444px;
    max-width: 100%;
}
#sec07 .inner {
    width: 700px;
    max-width: 100%;
    margin: 40px auto 0;
    padding: 65px 0 65px 25px;
    border-top: 1px solid #007337;
    border-bottom: 1px solid #007337;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-align: left;
    overflow: visible;
    position: relative;
}
#sec07 h3 {
    display: inline-block;
    width: 160px;
    padding-left: 15px;
    background: #ffffff;
    font-size: 28px;
    color: #007337;
    font-weight: 400;
    letter-spacing: 2px;
    z-index: 100;
    position: absolute;
    top: -17px;
    left: 0;
}
#sec07 p {
    font-size: 17px;
    line-height: 2.4;
    margin-bottom: 34px;
    letter-spacing: -0.5px;
}
#sec07 p:nth-last-of-type(2) {
    margin-bottom: 68px;
}
#sec07 #name {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 170px;
    height: 0;
    padding-top: 20px;
    background-image: url(../images/name.png);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}
#contact {
    padding: 30px 10px 100px 10px;
}
#contact h3 {
    display: inline-block;
    font-size: 24px;
    padding: 18px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 3px solid #007337;
    font-weight: 500;
}
#contact .tel {
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    color: #ffffff;
    background-color: #007337;
    height: 30px;
    padding: 6px 20px;
    border-radius: 15px;
    letter-spacing: 1px;
}
#contact_bg {
    width: 824px;
    max-width: 100%;
    margin: 30px auto 45px;
    background-color: #e2f1d5;
    padding: 62px;
    text-align: left;
}
#contact_bg p {
    font-size: 19px;
    margin-bottom: 12px;
}
#contact_bg p.red {
    font-size: 15px;
    margin-bottom: 30px;
}
#contact_bg dt {
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 8px;
}
#contact_bg dd {
    margin-left: 0;
    margin-bottom: 38px;
}
#contact_bg input[type="text"],#contact_bg textarea {
    border: none;
    background: #ffffff;
    width: 370px;
    height: 53px;
    padding-left: 14px;
    font-size: 15px;
}
#contact_bg #email {
    width: 500px;
    max-width: 100%;
}
#contact_bg textarea {
    width: 596px;
    max-width: 100%;
    height: 260px;
    margin-top: 23px;
    padding-top: 18px;
}
#contact .privacy a {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 27px;
}
#contact .kiyaku {
    display: inline-block;
    font-size: 17px;
    margin-bottom: 28px;
}
#contact .confirmbtn {
    display: inline-block;
    width: 402px;
    max-width: 90%;
    height: 97px;
    border: none;
    border-radius: 48px;
    background-color: #6fba2c;
    background-image: url(../images/arrow_white.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 22px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}
#contact .confirmbtn:hover {
    cursor: pointer;
    transform: translate3d(0, 5px, 0);
    transition-duration: 0.3s;
    opacity: 0.8;
}

#contact table{
    width:600px;
    margin:50px auto;
    border-collapse:collapse;
    border-left:2px solid #007337;
    border-top:2px solid #007337;
}
#contact table th,
#contact table td{
    border-right:2px solid #007337;
    border-bottom:2px solid #007337;
}
#contact button{
    display:inline-block;
    margin:0 10px;
    appearance: none;
    border: 0;
    border-radius: 5px;
    background: #6fba2c;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
}
#contact button.back{
    background:#999;
}
#contact #formWrap p{
    line-height:180%;
}
#contact #formWrap p a{
    text-decoration:underline;
}

footer {
    width: 100%;
    height: 30px;
    text-align: center;
    background: #007337;
    color: #ffffff;
}
footer small {
    font-size: 14px;
    letter-spacing: 1px;
}



/*-- mobile用ここから --*/

@media screen and (max-width:820px) { 
    
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .sp2 {
        display: none;
    }
   

    #hero {
        background-image: url(../images/hero-bg_sp.png);
        background-repeat: no-repeat;
        background-position: bottom 30px center;
        background-size: 70%;
    }
    #hero .headtext {
        padding-top: 30px;
    }
    
    #sec01 ul li {
        max-width: 24%;
    }
    #sec01 ul li img {
        max-width: 100%;
    }
    #sec02 li {
        margin: 0 6px;
        width: 31%;
    }
    #sec02 li:first-of-type,#sec02 li:nth-of-type(2) {
        width: 31%; 
    }
    #sec02 ul li img {
        max-width: 100%;
    }
    #sec05 h3 {
        line-height: 1.3;
        margin-bottom: 50px;
    }
    #sec05 ul {
        justify-content: center;
    }
    #sec05 ul li:nth-of-type(2n-1) {
        margin-right: 16px;
    }
    #sec06 .info-text {
        margin: 0 auto;
        padding: 0 10px;
        float: none;
    }
    #sec06 .info-photo {
        margin: 30px auto 0;
        padding: 0 10px;
    }
    #sec07 .inner {
        padding: 65px 10px 65px 10px;
    }
    #sec07 p {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 20px;
        letter-spacing: 0;
    }
    #sec07 #name {
        position: absolute;
        right: 10px;
        bottom: 40px;
    }
}
@media screen and (max-width:667px) {
    
    .sp2 {
        display: block;
    }
    header {
        height: 80px;
    }
    header h1 {
        margin: 20px 0 0 10px;
        max-width: 40%;
    }
    header nav {
        max-width: 50%;
        margin: 10px 10px 0 0;
        font-size: 14px;
    }
    header ul li a {
        margin: 0 5px;
    }
    header ul li:last-of-type a {
        width: 74px;
        height: 60px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 35px;
        background-position: top 10px center;
    }
    #hero {
        height: 480px;
    }
    #hero .headtext {
        font-size: 26px;
        padding-left: 10px;
    }
    #hero h2 {
        font-size: 32px;
        margin-top: 26px;
        margin-bottom: 10px;
    }
    #hero p.bg {
        font-size: 15px;
        padding: 6px 6px 10px 6px;
        letter-spacing: 0;
    }
    #hero p.bg .number {
        font-size: 24px;
        font-weight: 700;
        padding-left: 2px;
    }
    #hero p.price {
        font-size: 17px;
        letter-spacing: 0;
        padding-left: 2px;
    }
    #hero p.price .number {
        font-size: 36px;
        font-weight: 700;
    }
    #sec01 ul {
        justify-content: center;
    }
    #sec01 ul li {
        max-width: 45%;
        margin: 0 5px;
    }
    #sec02 h3 {
        margin: 0 auto 20px;
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 0;
        padding-bottom: 42px;
    }
    #sec02 li {
        margin: 0 6px;
        width: 40%;
    }
    #sec02 li:first-of-type,#sec02 li:nth-of-type(2) {
        width: 40%; 
    }
    #sec03 h3 {
        font-size: 22px;
        line-height: 1.2;
        margin: 20px 0 40px;
    }
    #sec03 p {
        font-size: 16px;
        margin: 0 10px;
        margin-top: 36px;
        letter-spacing: 0;
    }
    #sec04 p {
        line-height: 1.3;
    }
    #sec05 h3 {
        font-size: 22px;
        margin-bottom: 40px;
    }
    #sec05 ul {
        padding: 0 10px;
    }
    #sec05 li {
        width: 48%;
        height: 70px;
        background-position: left 6px center;
        background-size: 40px;
        font-size: 18px;
        margin-bottom: 15px;
        padding-left: 50px;
    }
    #sec05 li p{
	font-size:16px;
    }
    #sec05 ul li:nth-of-type(2n-1) {
         margin-right: 10px;
    }
    #sec05 > a{
	margin:0 10px;
	width:auto;
	font-size:12px;
    }
    #sec05 > a img{
	width:80%;
    }
    #sec05 > a:after{
	right:10px;
    }
    #sec06 .overview p{
	font-size:16px;
    }
    #contact p {
        line-height: 1.3;
    }
    #contact .tel {
        padding: 4px 20px;
    }
    #contact .confirmbtn{
	height:60px;
	font-size:16px;
    }
    #contact_bg {
        margin: 30px auto 45px;
        padding: 40px 10px;
        text-align: left;
    }
    #contact_bg p {
        font-size: 17px;
    }
    #contact_bg p.red {
        margin-bottom: 26px;
    }
    #contact_bg dd {
        margin-bottom: 26px;
    }
    #contact_bg input[type="text"],#contact_bg textarea {
        max-width: 100%;
        padding-left: 10px;
    }
    #contact_bg textarea {
        height: 200px;
        padding-top: 12px;
    }
    
}


    
