﻿@charset "UTF-8";


/* -----------------
      mainvisual
------------------- */

.mainvisual {
    position: relative;
    width: 100%;
}

.mainvisual .main_bg {
    position: absolute;
    left: 10%;
    top: 0;
    width: 90vw;
    height: calc(77vw * 0.7 + 172px);
    /* height: calc(90vw * 0.7); */
    /* 893px */
    background-color: #dce9f1;
}

.mainvisual .mainimg {
    width: 77vw; /* 1025 / 1330 */
    height: calc(77vw * 0.7);
    position: absolute;
    top: 0;
    left: -11.1111vw;
    object-fit: cover;
    object-position: 20% 0;
}

.mainvisual .mainimg img {
    max-width: 100%;
}

.mainvisual .mainlogo {
    position: absolute;
    left: calc(50vw - 70px);
    top: calc(70vw * 0.5 - 240px); 
    /* 720px/1025=70vw, 240px=logo */
    width: 536px;
    z-index: 10;
}

.mainvisual .catchcopy {
    position: absolute;
    top: calc(77vw * 0.7 + 66px); /* main_bgのheightからcatchcopyの高さを引く */
    /* 785px */
    left: calc(45% - 210px);
    font-weight: bold;
    font-size: 2.5rem; /* 40px */
}

@media screen and (max-width: 1330px) {

    .mainvisual .mainlogo {
        max-width: 536px;
        width: 46%;
        left: auto;
        top: calc(70vw * 0.3); 
        right: 10%;
    }

}



@media screen and (max-width: 760px) {
    .mainvisual .main_bg {
        left: 0;
        width: 100%;
        height: 540px;
    }

    .mainvisual .mainimg {
        left: 0;
        width: 82%; /* 320 / 390 */
        height: 378px;
    }
    
    .mainvisual .mainimg img {
        height: 378px;
        object-fit: cover;
        object-position: 50% 0;
    }
    .mainvisual .mainlogo {
        width: 46%; 
        top: 135px;
        left: 50%;
    }
    .mainvisual .catchcopy {
        font-size: 1.3125rem; /* 21px */
        top: 398px;
        left: calc(50% - 109px);
    }    
}

/* -----------------
      main_copy
------------------- */

.main_copy {
    text-align: center;
    position: relative;
    padding-top: calc(77vw * 0.7 + 172px + 40px);
    margin-bottom: 75px;
}

.main_copy p {
    line-height: 45px;
    margin-bottom: 55px;
}



@media screen and (max-width: 760px) {
    .main_copy {
        padding-top: 440px;
        text-align: center;
        margin-bottom: 40px;
    }

    .main_copy p {
        line-height: 29px;
    }
    
    .main_copy h4 {
        line-height: 29px;
        margin-top: 25px; 
    }

}
/* -----------------
    main_example
------------------- */

.main_example {
    display: flex;
    justify-content: center;
    gap: 4%;
    margin: 0 5% 100px 10%;
}

.main_ex_visual {
    max-width: 535px;
    width: 50%;
    margin-right: 35px;

}
.main_ex_list {
    max-width: 535px;
    width: 50%;
}

.main_ex_list h4 {
    line-height: 36px;
    margin-bottom: 36px;
}

.main_ex_list ul {
    margin-bottom: 50px;
}

.main_ex_list ul li {
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;
    position: relative;
    margin-left: 25px;
}

.main_ex_list ul li::before {
    position: absolute;
    content: '\025cf';
    top: 0;
    left: -20px;
    font-size: 1.5rem;
}

.strong {
    font-weight: bold;
}

@media screen and (max-width: 760px) {
    .main_example {
        display: block;
        margin: 0 15px 40px;
    }

    .main_ex_visual {
        max-width: 100%;
        width: 100%;
        margin-right: 0;    
    }

    .main_ex_list {
        max-width: 100%;
        width: 100%;
    }
    
    .main_ex_list h4 {
        line-height: 30px;
        margin: 30px 0 23px;
    }
    .main_ex_list ul {
        margin-bottom: 45px;
    }
    .main_ex_list ul li {
        line-height: 29px;
    }

}

@media screen and (max-width: 520px) {
    .main_example {
        margin: 0 26px 40px;
    }
}


/* -----------------
      kokorogake
------------------- */

#kokorogake {
    width: 100%;
    background-color: #f6f8f9;
    padding: 80px 15% 200px;
    text-align: center;
    margin-bottom: 120px;
}

#kokorogake h3 {
    margin-bottom: 85px;
}

.kokorogake_container {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    gap: 10%;
    max-width: 850px;
    margin: 0 auto 100px;
}
.kokorogake_container:nth-child(odd) {
    flex-direction: row-reverse;
}


.kokorogake_circle_container {
    /* width: 175px; */
    width: 21%;
    position: relative;
}

.kokorogake_circle {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #6498d2;
    position: relative;
    text-align: center;
}
.kokorogake_circle h4 {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.kokorogake_desc_container {
    text-align: left;
    display: flex;
    width: 69%;
}

.kokorogake_number {
    font-size: 3.75rem; /* 60px */
    position: relative;
    /* margin: 0 90px 0 60px;  */
    margin-right: 90px; 
    line-height: 50px;
}

.kokorogake_number::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    top: 0;
    left: 90px;
    background-color: #97bae1;
}

.kokorogake_desc h5 {
    margin-bottom: 25px;
}

.kokorogake_desc ul li {
    font-size: 1.125rem; /* 18px */
    font-weight: normal;
    line-height: 36px;
    position: relative;
    margin-left: 25px;
}

.kokorogake_desc ul li::before {
    position: absolute;
    content: '\025cf';
    top: 0;
    left: -20px;
    font-size: 1.5rem;
}

.kokorogake_desc ul.strong li {
    font-weight: bold;
}
.kokorogake_desc p {
    font-size: 1.125rem; /* 18px */
    line-height: 36px;
}

@media screen and (max-width: 960px) {
    #kokorogake {
        padding: 80px 13px 200px;
    }

    .kokorogake_container {
        gap: 5%;
    }
    .kokorogake_number {
        font-size: 2.5rem; /* 40px */
        margin: 0 50px 0 20px; 
    }
    
    .kokorogake_number::after {
        left: 50px;
    }

    .kokorogake_circle h4 {
        font-size: 1.125rem; /* 18px */
    }

    .kokorogake_desc h5 {
        font-size: 1.125rem; /* 18px */
    }

    .kokorogake_desc ul li {
        font-size: 0.9375rem; /* 15px */
        line-height: 29px;
    }

    .kokorogake_desc p {
        font-size: 0.9375rem; /* 15px */
        line-height: 29px;
    }
}

@media screen and (max-width: 520px) {
    #kokorogake {
        padding: 30px 26px 50px;
        margin-bottom: 0;
    }
    #kokorogake h3 {
        line-height: 30px;
        letter-spacing: 0.1rem;
        margin-bottom: 50px;
    }

    .kokorogake_container {
        display: block;
        margin: 0 auto 65px;
    }
    .kokorogake_circle_container {
        width: 138px;
        margin: 0 auto 30px;
    }

    .kokorogake_number {
        font-size: 1.5rem; /* 24px */
        position: relative;
        margin: 0 45px 0 0; 
        line-height: 50px;
    }
    
    .kokorogake_number::after {
        left: 30px;
    }

    .kokorogake_desc_container {
        width: 100%;
    }

    .kokorogake_desc ul li {
        font-size: 0.9375rem; /* 15px */
        line-height: 29px;
        margin-left: 20px;
    }
    
    .kokorogake_desc ul li::before {
        /* width: 10px;
        height: 10px;
        top: 9.5px;
        left: -15px; */
        font-size: 1.2rem;
        left: -15px;
    }

    .kokorogake_desc p {
        font-size: 0.9375rem; /* 15px */
        line-height: 29px;

    }
}

/* -----------------
      shoujou
------------------- */

#shoujou {
    background-color: #f9f8f0;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    justify-content: center;
    padding: 65px;
    margin-bottom: 120px;
}

/* 3カラムになったときの調整用 */
#shoujou::after {
    content:"";
    display: block;
    width: 190px;
    margin-right: 4%;
}


.shoujou_title {
    width: 170px;
    margin-left: 10px;
    margin-right: 5%;
    position: relative;
}
.shoujou_title .shoujou_circle {
    background-color: #fff;
    border-radius: 50%;
    width: 100%;
    padding-top: 100%;
    text-align: center;

}

.shoujou_title h4 {
    color: #d68013;
    position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
}


.shoujou_box {
    background-color: #fff;
    border-radius: 16px;
    width: 190px;
    height: 170px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shoujou_detail img {
    width: 40%;
}

@media screen and (max-width: 800px) {
    #shoujou {
        justify-content: center;
    }

    .shoujou_title,
    .shoujou_box {
        margin-bottom: 30px;
    }

    .shoujou_title h4 {
        /* color: #d68013;
        position: absolute; */
        top: 45%;
        /* text-align: center;
        width: 100%; */
    }
}
@media screen and (max-width: 520px) {
    #shoujou {
        padding: 50px 5% 65px;
        margin-bottom: 0;
    }


    .shoujou_title {
        max-width: 126px;
        width: 36%;
    }
   
    .shoujou_box {
        width: 153px;
        height: 126px;
        margin: 0 15px 30px;
    }
    
}

@media screen and (max-width: 420px) {
    #shoujou {
        padding: 50px 3% 65px;
    }

    .shoujou_box {
        width: 40%;
        margin: 0 3% 30px;
    }
}

/* -----------------
    merit_demerit
------------------- */

#merit_demerit {
    width: 100%;
    background-color: #f6f8f9;
    padding: 80px 0 170px;
    text-align: center;
}

.merit_demerit_container {
    display: flex;
    justify-content: space-between;
    align-self: auto;
}

.merit {
    width: 48%;
    margin-top: 70px;
    margin-bottom: 70px;
    background-color: #fff;
    padding: 35px 35px 60px;
    text-align: left;
}

.demerit {
    width: 48%;
    margin-top: 180px;
    background-color: #fff;
    padding: 35px 35px 90px;
    text-align: left;
}

#merit_demerit h4 {
    color: #fff;
    max-width: 200px;
    width: 95%;
    line-height: 34px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto 40px;
}
.merit h4 {
    background-color: #cc5400;
}
.demerit h4 {
    background-color: #585757;
}

.merit ul {
    margin: 30px 0;
}
.merit ul li {
    font-size: 1.1875rem; /* 19px */
    font-weight: bold;
    line-height: 40px;
    position: relative;
    margin-left: 25px;
}

.merit ul li::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    border: 2px solid #000;
    top: 10px;
    left: -25px;
}

.merit ul li::after {
    position: absolute;
    content: '';
    width: 19px;
    height: 10px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(-45deg);
    top: 10px;
    left: -25px;
}

.merit p.merit_desc {
    margin-top: 25px;
    line-height: 40px;
}

.demerit p {
    line-height: 40px;
}

@media screen and (max-width: 520px) {
    #merit_demerit {
        background-color: #fff;
        padding: 47px 0 0;
        text-align: center;
        margin-bottom: 65px;
    }
    
    #merit_demerit h3 {
        letter-spacing: 0.1rem;
    }
    
    .merit_demerit_container {
        display: block;
    }

    .merit_demerit_container.inner {
        padding: 0;
    }
    .merit {
        width: 100%;
        margin-top: 42px;
        /* background-color: #fff; */
        padding: 0 6% 50px;
        text-align: left;
    }
    
    .demerit {
        width: 100%;
        margin: 0;
        background-color: #eeefef;
        padding: 35px 6% 50px;
        text-align: left;
    }

    .merit ul li {
        font-size: 0.9375rem; /* 15px */
        /* font-weight: 600; */
        line-height: 29px;
        position: relative;
        margin-left: 20px;
    }

    .merit ul li::before {
        width: 15px;
        height: 15px;
        border: 1px solid #000;
        top: 7px;
        left: -20px;
    }
    
    .merit ul li::after {
        position: absolute;
        content: '';
        width: 15px;
        height: 8px;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
         top: 7px;
        left: -20px;
    }
    .merit ul {
        margin: 20px 0;
    }
    
    .merit p.merit_desc {
        margin-top: 25px;
        line-height: 29px;
    }
    
    .demerit p {
        line-height: 29px;
    }
    
    
}
/* -----------------
        profile
------------------- */

#profile {
    margin-bottom: 200px;
}

.profile_container {
    display: flex;
    justify-content: center;
    gap: 4%;
}

.profile_okada {
    width: 50%;
}
.profile_yamauchi {
    width: 46%;
    /* margin-left: 4%; */
    margin-top: 65px;
}

.profile_okada .okada_photo {
    position: relative;
    height: inherit;
}

.profile_okada .okada_photo img {
    position: relative;
    top: -115px;
    left: 0;
}


.profile_okada .okada_photo .okada_name_j {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
    color: #fff;
    font-size: 2.25rem; /* 36px */
    font-weight: bold;
    position: absolute;
    bottom: calc(5% + 115px);
    left: 5%;
    z-index: 10;
}

.profile_okada .okada_desc {
    margin-top: -80px;
}

.profile_okada .okada_name_e {
    font-size: 3rem; /* 48px */;
    font-family: Arial-black, Helvetica, sans-serif;
    color: #97bae1;
    letter-spacing: 0.1em;
    }

.profile_okada .okada_desc p.catch {
    margin-top: 50px;
    margin-bottom: 30px;
}

.profile_yamauchi p.catch {
    margin: 30px 0;
}

.profile_container p {
    line-height: 38px;
}
.profile_container p.bold_letter {
    line-height: 24px;
    margin-top: 24px;
}
.profile_yamauchi p.catch_number {
    font-weight: bold; 
}



@media screen and (max-width: 520px) {
    #profile {
        margin-bottom: 80px;
    }
    
    .profile_container {
        display: block;
    }
    
    .profile_okada {
        width: 100%;
    }
    .profile_yamauchi {
        width: 100%;
        margin-left: 0;
    }

    .profile_okada .okada_photo img {
        top: 0;
    }

    .profile_okada .okada_photo .okada_name_j {
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
        color: #fff;
        font-size: 1.8125rem; /* 29px */
        font-weight: bold;
        position: absolute;
        bottom: 5%;
        left: 5%;
        z-index: 10;
    }

    .profile_okada .okada_desc {
        margin-top: 25px;
        margin-bottom: 65px;
    }

    .profile_okada .okada_name_e {
        font-size: 2.375rem; /* 38px */;
    }
    .profile_okada .okada_desc p.catch {
        margin-top: 22px;
        margin-bottom: 25px;
        line-height: 29px;
    }
    
    .profile_container p {
        line-height: 28px;
    }
        
}

/* -----------------
      page_link
------------------- */

#page_link {
    width: 100%;
    background-image: url(../img/top/bg_photo_green.jpg);
    background-size: cover;
    margin-bottom: 120px;
}

.link_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 850px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 110px;
}

.link_parts {
    width: 45%;
    height: 270px;
    background-color: #6498d2;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 65px;
    position: relative;
    padding: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link_parts::after {
    position: absolute;
    content: '';
    width: calc(100% + 10px);
    height: 280px;
    border: 5px solid #fff;
    border-radius: 20px;
    top: -5px;
    left: -5px;
}

.link_parts:hover {
    background-color: #d9e6f4;
    transition: all .5s;
}
.link_parts p {
    font-size: 1.9375rem; /* 31px */
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 520px) {
    #page_link {
        margin-bottom: 45px;
    }
    .link_container {
        justify-content: center;
        padding-top: 47px;
        padding-bottom: 52px;
    }
    
    .link_parts {
        width: 40%;
        /* min-width: 150px; */
        height: 113px;
        margin: 0 3% 30px;
    }

    
    .link_parts::after {
        height: 123px;
    }

    .link_parts p {
        font-size: 1.0625rem; /* 17px */
    }

}

/* -----------------
      access
------------------- */

#access {
    width: 100%;
    text-align: center;
}

#access h3 {
    margin-bottom: 60px;
}

.g_map {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 430px;
}
.g_map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.direction {
    text-align: left;
}

.direction p.bold {
    font-weight: bold;
}

.map_direction {
    max-width: 850px;
    margin: 50px auto 25px;
}

.direction_container {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.direction_photo {
    width: 240px;
    margin: 0 10px 0;
}

.direction_container .direction_photo:nth-child(2) {
    margin-right: 40px;
}
.direction_photo p {
    font-size: 13px;
}

@media screen and (max-width: 520px) {
    #access h3 {
        margin-bottom: 20px;
    }

    .g_map {
        margin-bottom: 16px;
        padding-bottom: 258px;
    }

    .direction p {
        line-height: 24px;
    }

    .map_direction {
        margin: 25px auto 16px;
    }
    
    .direction_container {
        /* display: flex; */
        justify-content: space-between;
        margin-bottom:16px;
        flex-wrap: wrap;
    }
    .direction_container .direction_photo:nth-child(2) {
        margin-right: auto;
    }
    .direction_photo {
        width: 45%;
        /* max-width: 160px; */
        margin: 0 auto 16px 0;
    }
    
}

/* -----------------
    cocokara_info
------------------- */

#cocokara_info {
    max-width: 870px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto 110px;
}

.cocokara_photo {
    width: 40%;
    height: 100%;
}

.cocokara_detail {
    width: 58%;
}

.cocokara_detail img.logo_yamaoku {
    display: block;
    max-width: 257px;
    margin-bottom: 30px;
}
.cocokara_detail img.logo_shisei {
    display: block;
    max-width: 155px; 
    margin-bottom: 20px;
}
.cocokara_detail img.logo_cocokara {
    display: block;
    max-width: 490px;
    margin-bottom: 23px;
    /* height: 32px; */
}

.cocokara_detail p {
    line-height: 27px;
}

.cocokara_detail p span.bold {
    font-weight: bold;
}

@media screen and (max-width: 520px) {
    #cocokara_info {
        display: block;
    }

    .cocokara_photo {
        width: 100%;
        margin-bottom: 28px;
    }
    
    .cocokara_detail {
        width: 100%;
    }

    .cocokara_detail img.logo_yamaoku {
        display: block;
        max-width: 230px;
        width: 58%;
        margin-bottom: 4%;
    }
    .cocokara_detail img.logo_shisei {
        display: block;
        max-width: 116px; 
        width: 30%;
        margin-bottom: 3%;
    }
    .cocokara_detail img.logo_cocokara {
        display: block;
        max-width: 340px;
        width: 87%;
        margin-bottom: 5%;
    }
}
/* -----------------
    for_corona
------------------- */

#for_corona {
    width: 100%;
    background-color: #f9f8f0;
    padding: 60px 0 90px;
    text-align: center;
}

.corona_container {
    display: flex;
    justify-content: space-between;
    margin: 80px auto 0;
}

.corona_img {
    width: 40%;
}

.corona_desc {
    width: 56%;
    text-align: left;
}

.corona_desc p {
    line-height: 30px;
}

.corona_desc p:nth-child(2) {
    margin: 25px 0 30px;
}

.corona_detail {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #040000;
    padding: 30px 0;
}

.corona_detail:nth-child(1) {
    margin-top: 30px;
}

.corona_detail p {
    width: 45%;
    text-align: center;
    letter-spacing: 0.2rem;
    padding-right: 10px;
}

.corona_detail ul {
    width: 55%;
}
.corona_detail ul li {
    line-height: 30px;
    font-size: 15px;
    position: relative;
    margin-left: 20px;
}

.corona_detail ul li::before {
    position: absolute;
    content: '\025cf';
    top: 0;
    left: -20px;
    font-size: 1.5rem;

    /* position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    top: 10px;
    left: -17px; */
}

@media screen and (max-width: 760px) {
    .corona_detail {
        display: block;
        padding: 20px 0;
    }
    

    .corona_detail p {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;

    }
    
    .corona_detail ul {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    #for_corona {
        padding: 32px 0 45px;
    }

    .corona_container {
        display: block;
        margin: 25px auto 0;
    }
    
    .corona_img {
        width: 100%;
    }
    
    .corona_desc {
        width: 100%;
        text-align: left;
    }

    

}