@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 960px) {

.hero-img {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.hero-img img {
    line-height: 70%;
}

section.ind-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
}

.sec-wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    overflow: visible;
}

section.blue-sec {
    background-color: #D9F5F7;
}

section.flow-down-w:before,
section.flow-down-bl:before {
    content: "";
    width: 100%;
    height: 80px;
    display: block;
    
    margin: 0;
    background-image: url("../img/index/sec_down_w.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 10;
}

section.flow-down-bl:before {
    background-image: url("../img/index/sec-down_bl.svg");
}

section.flow-down-w-top:before{ 
    content: "";
    width: 100%;
    height: 140px;
    display: block;
    
    margin: 0;
    background-image: url("../img/index/sec_down_w-bot.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    left: 0;
    top: -140px;
    z-index: 10;
}


section.flow-down-w .sec-wrap,
section.flow-down-b .sec-wrap {
    padding: 160px 0 60px;
}


section.ind-sec h2.ind-mds {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 220%;
    font-weight: 700;
}

span.red {
    color: #EF583D;
}

/**NAYAMI**/

#nayami-sec .sec-wrap {
    padding: 30px     0 60px;
}

#nayami-sec h2.ind-mds {
    width: 80%;
    max-width: 800px;
    margin: 0 auto 30px;
}
#nayami-sec h2.ind-mds img {
    width: 90%;
    margin: 0 auto;
}

#nayami-sec h2.ind-mds:after {
    content: "";
    width: 100%;
    height: 20px;
    display: block;
    margin: 0;
    background-image: url("../img/index/nayami_line.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.nayami-flex {    
    width: 90%;
    margin: 0 auto 60px;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.nayami-flex .nayami-img {
    width: 50%;
}

.nayami-flex ul.nayami-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 100%;
    font-weight: 600;
}

.nayami-flex ul.nayami-list li {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    border-bottom: dotted 3px #707070;
}

.nayami-flex ul.nayami-list li .nayami {
    width: 90%;
    margin: 0;
    padding: 0 0 0 10%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.nayami-flex ul.nayami-list li .nayami:before {
    content: "";
    width: 30px;
    height: 30px;
    margin: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/index/nayami_kurukuru-bullet.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.nayami-comment {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 180%;
    line-height: 180%;
    font-weight: 700;
}


/**ABOUT**/

section#about-sec {
    background-image: url("../img/index/about_bk.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

section#about-sec .sec-wrap {
    padding: 160px 0 100px;
}

section#about-sec h2.ind-mds {
    width: 100%;
    margin: 0 auto 10px;
}

.about-area {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0 10px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0,104,162,0.5);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,104,162,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,104,162,0.5);
}

.about-area ul.about-list {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    font-size: 90%;
}

.about-area ul.about-list li {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.about-area ul.about-list li span {
    background: linear-gradient(transparent 50%, #FEED20 50%);
    display: inline;
    padding: 0 0 2px;
}

.about-area ul.about-list li:after {
    content: "";
    width: 100%;
    height: 2px;
    margin: 30px 0 0;
    display: block;
    background-image: url("../img/common/line_dotted.svg");
    background-repeat: repeat-x;
    background-size: cover;
}
.about-area ul.about-list li:last-child:after {
    display: none;
}

.about-area ul.about-list li .about-item {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.about-area ul.about-list li .about-item:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px 0 0;
    background-image: url("../img/index/about_bullet.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.about-comment {
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
    font-size: 140%;
    line-height: 180%;
    font-weight: 700;
    color: #FFF;
}

/**sodan**/

#sodan-sec h2.ind-mds {
    color: #1786C1;
    font-size: 180%;
}

ul.sodan-list {
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.sodan-list li {
    width: 70%;
    max-width: 700px;
    float:left;
    margin: 0 auto 40px;
    padding: 15px 10%;
    position: relative;
    overflow: visible;
    background-color: #EFF9FF;
    border: solid 3px #000;
    border-radius: 50px;
    font-size: 110%;
    line-height: 140%;
    font-weight: 600;
}
ul.sodan-list li:nth-child(even) {
    float: right;
}

ul.sodan-list li:after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.sodan-list li:nth-child(odd):after {
    left: -10px;
    background-image: url("../img/index/sodan-bubble-l.svg");
}

ul.sodan-list li:nth-child(even):after {
    right: -10px;
    background-image: url("../img/index/sodan-bubble-r.svg");
}

.sodan-img {
    width: 90%;
    max-width: 500px;
    margin: 60px auto 0;
}


/**bukken**/

#bukken-sec h3.bukken-mds {
    width: 100%;
    margin: 0 0 30px;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 120%;
    color: #FFF;
    background-color: #1786C1;
}

ul.bukken-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.bukken-list li {
    width: 95%;
    margin: 0 auto 20px;
    padding: 20px 0;
    background-color: #FFF;
    border: solid 3px #000;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}

ul.bukken-list li .bukken-img {
    width: 35%;
    margin: 0;
}

ul.bukken-list li .bukken-type {
    width: 60%;
    text-align: left;
    font-size: 120%;
    font-weight: 700;
}

/**contact**/

section.contact-sec .sec-wrap {
    padding: 160px 0 60px;
}

h3.contact-mds {
    width: 80%;
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
}

.contact-btn {
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s;
}
.contact-btn:hover {
    opacity: 0.5
}
.contact-btn a {
    width: 100%;
    height: 100%;
    display: block;
}

/**area**/

.area {
    width: 80%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.area .a-img {
    width: 100%;
    margin: 0;
}

.area .a-img img {
    line-height: 70%;
}

h3.area-mds {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 180%;
    font-weight: 700;
    color: #005988;
}

ul.area-list {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
}
ul.area-list li {
    width: 30%;
    margin: 0 0 10px;
    padding: 10px 0;
    text-align: center;
    background-color: #FFF;
    border: solid 2px #000;
    border-radius: 30px;
    color: #000;
    font-size: 80%;
    line-height: 110%;
    font-weight: 700;
}

.area-comment {
    width: 100%;
    margin: 60px 0;
    text-align: center;
    font-size: 120%;
    line-height: 180%;
    font-weight: 700;
}

.kochi-bnr {
    width: 90%;
    max-width: 600px;    
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.kochi-bnr a {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
}
.kochi-bnr a:hover {
    opacity: 0.5;
}

/**ADVISOR**/

section#advisor-sec {
    background-image: url("../img/index/advisor_bk.jpg");
    background-size: 800%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

section#advisor-sec .sec-wrap {
    padding: 160px 0  60px;    
}

h3.advisor-mds {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 160%;
    font-weight: 700;
    text-align: center;
    color: #1786C1;
}

.advisor-area {
    width: 90%;
    margin: 0 auto;
    padding: 30px 5% 20px;
    position: relative;
    overflow: visible;
    background-color: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0,104,162,0.5);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,104,162,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,104,162,0.5);
}

.aa-flex {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.advisor-area .img {
    width: 70%;
    margin: 0 auto 10px;
}

.advisor-area .intro{
    width: 100%;
}

.advisor-area .intro .sub {
    width: 100%;
    margin: 0 0 10px;
    font-size: 90%;
    font-weight: 500;
}
.advisor-area .intro .name {
    width: 100%;
    margin: 0 0 20px;
    font-size: 200%;
    font-weight: 700;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.advisor-area .intro .name .title {
    width: 100%;
    display: block;
    font-size: 50%;
    font-weight: 500;
    color: #005988;
    margin: 10px 0 0;
}
.advisor-area .intro .greeting {
    width: 100%;
    font-size: 90%;
    line-height: 210%;
    font-weight: 400;
}

.profile {
    width: 90%;
    margin: 0 auto;
    padding: 20px 5%;
    position: relative;
    overflow: hidden;
    background-color: #F8F8F8;
}

.profile .prof-mds {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    font-weight: 600;
}
.profile .prof-txt {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
    line-height: 200%;
    font-weight: 400;
}

/***COMPANY***/

section#company-sec .sec-wrap {
    padding: 100px 0 60px;
}

h3.company-mds {
    font-size: 160%;
    margin: 0 0 60px;
}

.company-area {
    width: 90%;
    margin: 0 auto;
    padding: 60px 5%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #FFF;
}

.company-area .company-img {
    width: 80%;
    margin: 0 auto 10px;
}

.company-area .company-info {
     width: 100%;
}
.company-info ul.company-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}
.company-info ul.company-list li {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    border-bottom: dotted 2px #707070;
}
.company-info ul.company-list li dl {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    
}

.company-info ul.company-list li .label {
    width: 15%;
    font-size: 80%;
}
.company-info ul.company-list li .info {
    width: 75%;
    font-size: 80%;
    
}

}