@charset "UTF-8";

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* ヘッダー*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

/*ヘッダーA*/
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

header .container-small {
    height: 110px;
}

.headA {
    display: inline-block;
}

.headA img {
    width: 110px;
    height: 110px;
}

/*ヘッダーB*/
.headB a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    color: #000000;
}

.headB a:hover {
    text-decoration: underline;
}

.headB ul {
    display: flex;
    list-style: none;
}

/*conA*/
.conA {
    text-align: center;
    background-image: url(../image/image1.jpeg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    min-height: 500px;
    opacity: 0.8;
    display: none;
}


.conA .container {
    font-size: 20px;
    padding-top: 300px;
    color: #fff;
}

.conA h1 {
    font-size: 50px;
    position: relative;

    height: 300px;
    /* 直径 */
    text-align: center;
    margin: 0;
    transform: rotate(-83deg);
    /* 円の回転 */
}

.conA span {
    position: absolute;
    top: -140px;
    left: calc(50% - 10px);
    /* 中心点、、文字サイズ分ずらす */
    display: inline-block;
    width: 30px;
    /* 文字サイズより小さくしない */
    height: 290px;
    /* 半径 */
    transform-origin: center bottom;
    /* 回転の基準点 */
}


.conA h1 span:nth-child(1) {
    transform: rotate(1deg);
    color: #a6ce39;
    font-size: 70px;
}

.conA h1 span:nth-child(2) {
    transform: rotate(17deg);
}

.conA h1 span:nth-child(3) {
    transform: rotate(33deg);
}

.conA h1 span:nth-child(4) {
    transform: rotate(49deg);
}

.conA h1 span:nth-child(5) {
    transform: rotate(65deg);
}

.conA h1 span:nth-child(6) {
    transform: rotate(81deg);
}

.conA h1 span:nth-child(7) {
    transform: rotate(97deg);
    color: #a6ce39;
    font-size: 70px;
}

.conA h1 span:nth-child(8) {
    transform: rotate(113deg);
}

.conA h1 span:nth-child(9) {
    transform: rotate(129deg);
}

.conA h1 span:nth-child(10) {
    transform: rotate(145deg);
}

.conA h1 span:nth-child(11) {
    transform: rotate(161deg);
}

.conA p {
    font-size: 30px;
}


/*about*/
.about .container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

.about h2 {
    font-size: 20px;
    font-weight: 400;
    padding-right: 50px;
}

.about .line {
    border-bottom: solid 1px #5fa05e;
    border-right: solid 1px #5fa05e;
    height: 15px;
    width: 55%;
    /*傾きを調節*/
    transform: skew(45deg);
    /*下線矢印をテキストに合わせてうまい具合にはめる*/
    margin: -10px 0 0 -25px;
}

.about p {
    font-weight: bold;
    padding: 1px;
    font-size: 35px;
    line-height: 1;
}


/*conB*/
.conB {
    padding: 50px;
}

.conB .container {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}

.conB .photo {
    background-image: url(../image/image5.jpeg);
    min-height: 280px;
    background-position: top;
    flex: 0 0 400px;
}

.conB .text {
    flex: 1;
    padding: 0 0 30px 30px;
}

.conB .text h2 {
    font-size: 40px;
    padding-bottom: 50px;
}

.conB a {
    display: inline-block;
    text-decoration: none;
    color: #000
}

.conB a:hover {
    color: #5fa05e;
}

.conB .text p {
    font-size: 20px;
}

/*conC*/
.conC {
    padding: 50px;
}

.conC .container {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
}

.conC .photo {
    background-image: url(../image/image2.jpeg);
    min-height: 280px;
    background-size: 400px 280px;
    flex: 0 0 400px;
}


.conC .text {
    flex: 1;
    padding: 0 0 30px 30px;
}

.conC .text h2 {
    font-size: 40px;
    padding-bottom: 50px;
}

.conC a {
    display: inline-block;
    text-decoration: none;
    color: #000
}

.conC a:hover {
    color: #5fa05e;
}

.conC .text p {
    font-size: 20px;
}

/*footer*/

footer {
    background-color: #E6FFE9;
}

footer .box {
    display: flex;
    justify-content: center;
    gap: 25px;
}

footer a {
    display: inline-block;
    text-decoration: none;
    color: #000
}

footer a:hover {
    color: #5fa05e;
}

footer .container {
    text-align: center;
    font-size: 20px;
    padding: 26px 0;
    letter-spacing: 0.01em;
}

/*concept*/
.concept h1 {
    font-size: 45px;
}

.concept {
    padding-top: 150px;
    padding-bottom: 150px;
    background: linear-gradient(#CCFFFF, #E6FFE9, #CCFFFF, #CEF9DC)
}

.concept .box {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.concept .photo {
    background-image: url(../image/image66.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: solid 5px #D3D3D3;
    width: 400px;
    height: 400px;
    float: left;
}

.concept .text {
    font-size: 25px;
    line-height: 2;
    padding: 0 20px 0 20px;
}

.concept .message {
    margin-bottom: 40px;
}

/*service*/

.service {
    background-image: url(../image/image9.jpg);
    background-position: center;
    background-size: cover;
    height: 80vh;
    min-height: 500px;
    opacity: 0.9;
}

.service .container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 300px 0 0 20px;
    font-size: 45px;
}

.service .text {
    display: none;
}



/*serviceA*/

.serviceA .container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.serviceA .text {
    text-align: start;
    font-size: 45px;
    padding-top: 50px;
}

.serviceA .line {
    border-bottom: solid 1px #5fa05e;
    border-right: solid 1px #5fa05e;
    width: 50%;
    height: 15px;
    /*傾きを調節*/
    transform: skew(45deg);
    /*下線矢印をテキストに合わせてうまい具合にはめる*/
    margin: -20px 0 25px -25px;
}

.serviceA ul {
    list-style: none;
}

.serviceA .photo1 {
    background-size: cover;
    width: 100%;
    height: 75vh;
}

.serviceA .photo2 {
    background-size: cover;
    width: 100%;
    height: 75vh;
}

.serviceA h2 {
    font-size: 30px;
    font-weight: 400;
}

.serviceA p {
    font-size: 40px;
    font-family: 'Arial', sans-serif;
    text-align: left;
    margin: 30px 0 10px;
    letter-spacing: 0.5em;
}


.serviceA a span {
    text-decoration: none;
    color: #000;
    font-size: 30px;
    display: inline-block;
    transition: .5s;
    cursor: pointer;
    margin: 10px;
}

.serviceA a span:hover {
    transform: rotateX(360deg);
}

/*serviceB*/

.serviceB .container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.serviceB .text {
    text-align: start;
    font-size: 45px;
    padding-top: 50px;
}

.serviceB .line {
    border-bottom: solid 1px #5fa05e;
    border-right: solid 1px #5fa05e;
    width: 80%;
    height: 15px;
    /*傾きを調節*/
    transform: skew(45deg);
    /*下線矢印をテキストに合わせてうまい具合にはめる*/
    margin: -20px 0 25px -25px;
}

.serviceB ul {
    list-style: none;
}

.serviceB .photo3 {
    background-position: bottom;
    background-size: cover;
    margin: auto;
    display: block;
    width: 90%;
    height: 75vh;
}

.serviceB .photo4 {
    background-position: center;
    background-size: cover;
    margin: auto;
    display: block;
    width: 55%;
    height: 75vh;
}

.serviceB .photo5 {
    background-position: center;
    background-size: cover;
    margin: auto;
    display: block;
    width: 70%;
    height: 75vh;
}

.serviceB h2 {
    font-size: 30px;
    font-weight: 400;
}

/*insta*/

.insta .container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.insta p {
    font-size: 30px;
    margin-bottom: 30px;
}

.insta .instalogo {
    width: 30%;
}

.insta .line {
    border-bottom: solid 1px #5fa05e;
    border-right: solid 1px #5fa05e;
    width: 60%;
    height: 15px;
    /*傾きを調節*/
    transform: skew(45deg);
    /*下線矢印をテキストに合わせてうまい具合にはめる*/
    margin: -20px 0 25px -25px;
}

/*youtube*/
.youtube .container {
    max-width: 1000px;
    margin: 0 auto;
}

.youtube .line {
    border-bottom: solid 1px #5fa05e;
    border-right: solid 1px #5fa05e;
    width: 60%;
    height: 15px;
    /*傾きを調節*/
    transform: skew(45deg);
    /*下線矢印をテキストに合わせてうまい具合にはめる*/
    margin: -20px 0 25px -25px;
}

.youtube .logo {
    height: 175px;
}

.youtube .wrap {
    text-align: center;
    margin: 50px 0;
}

.youtube .text {
    font-size: 30px;
}

/*contact*/
.info {
    background-image: url(../image/image21.jpg);
    background-position: center;
    background-size: cover;
    height: 80vh;
    opacity: 0.8;
    display: none;
}

.info h1 {
    padding-top: 40vh;
    padding-left: 75px;
    text-align: center;
    letter-spacing: 0.5em;
    color: #fff;
    font-size: 45px;
}

.contactA .container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.contactA h1 {
    text-align: start;
    font-size: 35px;
    padding-top: 50px;
}

.contactA .line {
    border-bottom: solid 1px #5fa05e;
    border-right: solid 1px #5fa05e;
    width: 50%;
    height: 15px;
    /*傾きを調節*/
    transform: skew(45deg);
    /*下線矢印をテキストに合わせてうまい具合にはめる*/
    margin: -20px 0 25px -25px;
}

.contactA .mail {
    text-align: center;
    border: solid 1px #3e403e;
    margin: 30px 80px 30px;
    padding-bottom: 20px;
}

.contactA a {
    text-decoration: none;
    color: #000;
    font-size: 45px;
}

.contactA a:hover {
    color: #5fa05e;
}

.contactA .instadm {
    text-align: center;
    border: solid 1px #3e403e;
    margin: 0 80px 70px;
    padding-bottom: 20px;
}

.contactA span {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    width: 2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #528d51;
}

.contactA h2 {
    margin: 5px 0 20px;
    font-size: 40px;
}


/*form*/
.form .container {
    max-width: 1000px;
    margin: 0 auto;
}

.form .box {
    margin-top: 100px;
}

.form iframe {
    margin: 0 auto 0 65px;
}








/*小さい画面*/
/*トグルボタン*/

@media (max-width: 767px) {

    header .container {
        display: block;
    }

    header .container-small {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 76px;
    }

    .headA img {
        width: 80px;
        height: 80px;
    }

    .headC {
        margin-right: 20px;
        border: none;
        outline: none;
        background: none;
        font-size: 28px;
        opacity: 0.5;
        cursor: pointer;
    }

    .headC:hover {
        opacity: 0.3;
    }

    .headB {
        display: none;
    }

    .headB ul {
        display: block;
    }

    .conA .container {
        font-size: 15px;
        padding-top: 230px;
    }

    .headA {
        width: 170px;
        font-size: 17px;
    }

    /*conA*/


    .conA h1 {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .conA p {
        font-size: 15px;
    }

    .conA h1 span:nth-child(1) {
        font-size: 40px;
    }

    .conA h1 span:nth-child(7) {
        font-size: 40px;
    }

    /*円形テキスト*/
    .conA h1 {

        position: relative;

        height: 270px;
        /* 直径 */
        text-align: center;
        margin: 0;
        transform: rotate(-83deg);
        /* 円の回転 */
    }

    .conA span {
        position: absolute;
        top: -10px;
        /*円を左右に移動*/
        left: calc;
        /* 中心点、、文字サイズ分ずらす */
        display: inline-block;
        width: 45px;
        /* 文字サイズより小さくしない */
        height: 150px;
        /* 半径 */
        transform-origin: center bottom;
        /* 回転の基準点 */
    }

    /*about*/
    .about .container {
        padding: 35px;

    }

    .about h2 {
        font-size: 15px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 20px;
    }

    .about .line {
        border-bottom: solid 1px #5fa05e;
        border-right: solid 1px #5fa05e;
        height: 15px;
        width: 80%;
        /*傾きを調節*/
        transform: skew(45deg);
        /*下線矢印をテキストに合わせてうまい具合にはめる*/
        margin: -10px 0 0 -25px;
    }

    .about p {
        padding: 5px;
        font-size: 20px;
    }

    /*conB*/
    .conB {
        padding: 35px;
    }

    .conB .container {
        display: block;
    }

    .conB .photo {
        min-height: 210px;
        background-position: top;
        background-size: contain;
    }

    .conB .text {
        padding: 30px;
    }

    .conB .text h2 {
        font-size: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .conB .text p {
        font-size: 15px;
    }

    /*conC*/
    .conC {
        padding: 0 35px;
    }

    .conC .container {
        display: block;
    }

    .conC .photo {
        min-height: 230px;
        background-position: top;
        background-size: contain;
    }

    .conC .text {
        padding: 30px;
    }

    .conC .text h2 {
        font-size: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .conC .text p {
        font-size: 15px;
    }

    /*footer*/
    footer .container {
        padding: 10px 0;
    }

    footer .box {
        display: block;
    }

    /*concept*/


    .concept {
        padding-top: 100px;
        padding-bottom: 100px;

    }

    .concept .message {
        margin-bottom: 30px;
    }

    .concept h1 {
        margin-top: 20px;
        font-size: 30px;
    }

    .concept .message br {
        display: none;
    }


    .concept .photo {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        float: none;
    }

    .concept .text {
        font-size: 15px;
        line-height: 2;
        padding: 30px 35px 0;
    }

    /*service*/
    .service {
        height: 75vh;
        min-height: 500px;
        opacity: 0.9;
    }

    .service .container {
        font-size: 30px;
    }

    .service .text {
        display: block;
    }

    /*service*/

    .service {
        height: 80vh;
        min-height: 500px;
        opacity: 0.9;
    }

    .service .container {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 300px 0 0 20px;
        font-size: 30px;
    }


    /*serviceA*/

    .serviceA .container {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .serviceA .text {
        text-align: start;
        font-size: 20px;
    }


    .serviceA .photo1 {
        height: 45vh;
    }

    .serviceA .photo2 {
        height: 45vh;
    }

    .serviceA h2 {
        font-size: 15px;
        padding: 10px 35px;
        letter-spacing: 0.3;
    }

    .serviceA p {
        font-size: 19px;
        margin: 20px 0 10px;
    }

    .serviceA a {
        font-size: 20px;
        margin: 0 20px;
    }

    .serviceA a span {
        display: inline-block;
        transition: .5s;
        cursor: pointer;
        font-size: 15px;
    }

    .serviceA span a:hover {
        transform: rotateX(360deg);
    }

    /*serviceB*/

    .serviceB .container {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .serviceB .text {
        text-align: start;
        font-size: 20px;
    }

    .serviceB .line {
        width: 95%;
    }

    .serviceB .photo3 {
        width: 90%;
        height: 45vh;
    }

    .serviceB .photo4 {
        width: 55%;
        height: 45vh;
    }

    .serviceB .photo5 {
        width: 90%;
        height: 45vh;
    }

    .serviceB h2 {
        font-size: 15px;
        padding: 10px 35px;
    }

    /*insta*/
    .insta .container {
        margin-bottom: 40px;
    }

    .insta p {
        font-size: 15px;
        margin-bottom: 30px;
        padding: 10px 35px;
    }

    .insta .instalogo {
        width: 30%;
    }

    .insta .line {
        width: 40%;
        height: 15px;
        /*傾きを調節*/
        transform: skew(45deg);
        /*下線矢印をテキストに合わせてうまい具合にはめる*/
        margin: -20px 0 25px -25px;
    }

    /*youtube*/
    .youtube .container {
        max-width: 1000px;
        margin: 0 auto;
    }

    .youtube .line {
        border-bottom: solid 1px #5fa05e;
        border-right: solid 1px #5fa05e;
        width: 55%;
        height: 15px;
        /*傾きを調節*/
        transform: skew(45deg);
        /*下線矢印をテキストに合わせてうまい具合にはめる*/
        margin: -20px 0 25px -25px;
    }

    .youtube .logo {
        height: 75px;
    }

    .youtube img {
        width: 160px;
    }

    .youtube .wrap {
        text-align: center;
        margin: 50px 0;
    }

    .youtube .text {
        font-size: 15px;
        padding: 10px 35px;
    }

    .youtube iframe {
        width: 80%;
    }

    /*contact*/
    .info {
        height: 45vh;
    }

    .info h1 {
        padding-top: 20vh;
        padding-left: 50px;
        letter-spacing: 0.3em;
        font-size: 20px;
    }

    .contactA h1 {
        font-size: 7vw;
        padding: 35px 35px 0;
    }

    .contactA .line {
        border-bottom: solid 1px #5fa05e;
        border-right: solid 1px #5fa05e;
        width: 70%;
        height: 15px;
        /*傾きを調節*/
        transform: skew(45deg);
        /*下線矢印をテキストに合わせてうまい具合にはめる*/
        margin: -20px 0 25px -25px;
    }

    .contactA .mail {
        text-align: center;
        border: solid 1px #3e403e;
        padding-bottom: 20px;
    }

    .contactA a {
        text-decoration: none;
        color: #000;
        font-size: 4vw;
    }

    .contactA p {
        font-size: 15px;
        padding: 10px 35px;
    }

    .contactA a:hover {
        color: #5fa05e;
    }

    .contactA .instadm {
        text-align: center;
        border: solid 1px #3e403e;
        padding-bottom: 20px;
    }

    .contactA span {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 30px;
        width: 2em;
        line-height: 2em;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        background-color: #528d51;
    }

    .contactA h2 {
        margin: 5px 0 20px;
        font-size: 30px;
    }

    /*form*/
    .form .box {
        margin: 100px 0 60px;
    }

    .form iframe {
        width: 100%;
        margin: 0 auto 0 10px;
    }
}

/*大きい画面*/

@media (min-width: 768px) {


    .headC {
        display: none;
    }

    .headB {
        display: block !important;
        padding-right: 15px;
    }
}