@charset "utf-8";
/*---------------------------------
共通
---------------------------------*/
#top .sec1,
#top .sec2,
#top .sec3,
#top .sec4 {
	padding: 0;
}
#top .sec_inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin:0 auto;
    padding: 135px 0 80px;
}
#top .sec_inner .sec_overview {
    width: 310px;
    padding: 0 20px 0 0;
    text-align: left;
}
#top .sec_inner .sec_overview.border-gray {
    border-right: 1px #ccc solid;
}
#top .sec_inner .sec_overview.border-white {
    border-right: 1px #fff solid;
}
#top .sec_inner .sec_content {
    width: calc(1200px - 310px);
    padding: 0 20px;
    z-index: 1;
}
#top .sec_inner .sec_content.border-white {
    border-left: 1px #fff solid;
}
#top h3.mid_heading{
    text-align: left;
    font-size: 4.0rem;
    position: relative;
    line-height: 1;
}
#top h3.mid_heading span {
    padding-left: 15px;
}
#top h3.mid_heading span::before{
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background-color: #011b53;
    margin: 15px 0;
    margin-left: -15px;
}
#top h3.mid_heading img{
    position: absolute;
    top: -40%;
    left: -40%;
    height: 170px;
    width: auto;
    max-width: none;
    z-index: 0;
}
#top .sec_overview p {
    display: inline-block;
    padding-left: 15px;
}
@media screen and (max-width: 600px) {
    #top .sec_inner {
        padding: 60px 0;
    }
    #top h3.mid_heading span {
        padding: 0;
    }
    #top .sec_overview p {
        padding: 0;
    }
    #top .sec_inner .sec_overview.border-gray,
    #top .sec_inner .sec_overview.border-white,
    #top .sec_inner .sec_content.border-white {
        border-right: none;
    }
    #top .sec_inner .sec_overview {
        width: 100%;
        padding: 0;
        text-align: left;
        margin-bottom: 20px;
    }
    #top .sec_inner .sec_content {
        width: 100%;
        padding: 0;
    }
    #top h3.mid_heading img{
        left: 0;
        height: auto;
    }
}
/*---------------------------------
TOPICS
---------------------------------*/
#top .sec1 .sec_inner {
    padding-top: 50px;
}
#top .sec1 iframe {
    max-width: 400px;
}
#top .topics {
    display: flex;
}
#top .topics_info {
    width: 60%;
    margin-right: 10px;
    overflow-y: scroll;
    max-height: 450px;
}
#top .topics_info li {
    padding: 12px 15px 12px 15px;
    border-bottom: #ccc solid 1px;
}
#top .topics_info li:first-of-type{
    background: #d8f0fd;
    border-radius: 5px;
}
#top .topics_info .title {
    display: flex;
    justify-content: flex-start;;
    align-items: center;
    margin-bottom: 12px;
}
#top .topics_info .title p span {
    display: inline-block;
    padding-left: 10px;
    font-weight: 700;
}
#top .topics_info .title img {
    width: 14px;
    height: 14px;
}
#top .topics_info .text {
    font-weight: 300;
}
#top .topics_info .text strong{
    background: #f00;
    display: inherit;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px 00;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
#top .topics_info .text a{
    font-weight: 700;
    color:#0c326c;
    text-decoration: underline;
}
#top .topics_info li .pdf{
    display: block;
    margin-top: 20px;
}
#top .topics_info li figure{
    background: transparent;
    margin: 10px 0;
}
#top .topics_info .experience{
    background: #fefefe;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
}
#top .topics_info .experience div{
    display: flex;
}
#top .topics_info .experience div dt{
    margin-right: 5px;
    font-weight: 700;
}
#top .topics_info .experience div dd{
    font-weight: 700;
}
#top .topics_info .experience div dd a{
    text-decoration: underline;
}
#top .topics_facebook {
    width: 40%;
    background-color: gray;
}
@media screen and (max-width: 600px) {
    #top .topics {
        display: block;
    }
    #top .topics_info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    #top .topics_info li {
        padding: 15px 2% 12px;
        border-bottom: #ccc solid 1px;
    }
}
/*---------------------------------
PHILOSOPHY
---------------------------------*/
#top .sec2 {
    background: #d8f0fd; /* Old browsers */
    background: -moz-linear-gradient(left,  #d8f0fd 0%, #69a9da 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #d8f0fd 0%,#69a9da 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #d8f0fd 0%,#69a9da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8f0fd', endColorstr='#69a9da',GradientType=1 ); /* IE6-9 */
    position: relative;
}
#top .sec2 .sec_overview .btn {
    font-size: 1.4rem;
    font-weight: bold;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 4px 20px;
    border-radius: 50px;
    position: relative;
    margin: 20px auto;
    width: 80%;
}
#top .sec2 .sec_overview .btn::after {
    content: none;
}
#top .philosophy_info {
    background-image: url(../img/top/phiosophy_wear.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
#top .philosophy_info h3 {
    font-size: 4.0rem;
    font-weight: 700;
}
#top .philosophy_info h3 span {
    font-family: museo-sans;
    font-size: 2.4rem;
    font-weight: 300;
    display: block;
    color: #fff;
}
#top .philosophy_info p {
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    padding: 30px 20px;
}
#top .philosophy_point {
    display: flex;
    justify-content: center;
    align-items: center;
}
#top .philosophy_point img {
    width: 375px;
}
#top .philosophy_point ul {
    margin-left: 20px;
}
#top .philosophy_point ul li {
    font-size: 2.0rem;
    font-weight: 700;
    white-space: nowrap;
}
#top .philosophy_point ul li:not(:last-of-type) {
    margin-bottom: 20px;
}
#top .philosophy_point ul li span {
    font-size: 2.0rem;
    font-weight: 700;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background: rgb(4,34,90);
    background: linear-gradient(90deg, rgba(4,34,90,1) 0%, rgba(37,97,157,1) 100%);
}
#top .sec2 .sec_inner > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
#top .sec2 .sec_inner > ul li {
    margin: 20px 10px 0;
    width: 30%;
}
@media screen and (max-width: 600px) {
    #top .philosophy_info {
        background-image: url(../img/top/sp/phiosophy_wear.png);
        background-position: top right;
    }
    #top .philosophy_info h3 {
        font-size: 2.0rem;
        margin-top: 20px;
        text-align: center;
    }
    #top .philosophy_info h3 span {
        font-size: 1.4rem;
    }
    #top .philosophy_info p {
        font-size: 1.3rem;
        padding: 30px 0;
    }
    #top .philosophy_point {
        flex-wrap: wrap;
    }
    #top .philosophy_point ul {
        margin-top: 30px;
        margin-left: 0;
    }
    #top .philosophy_point ul li,
    #top .philosophy_point ul li span {
        font-size: 1.4rem;
    }
    #top .philosophy_point ul li span {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    #top .sec2 .sec_inner > ul {
        margin: 30px 2% 0;
        justify-content: space-between;
    }
    #top .sec2 .sec_inner > ul li {
        margin: 4% 0 0;
        width: 48%;
    }
}
/*---------------------------------
SCHEDULE
---------------------------------*/
#top .sec3 .sec_overview .btn {
    background: rgb(157,227,92);
    background: linear-gradient(90deg, rgba(157,227,92,1) 0%, rgba(119,186,72,1) 100%);
    border: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 8px 30px;
    border-radius: 50px;
    align-items: center;
    width: 200px;
    justify-content: center;
    margin: 20px auto;
}
#top .sec3 .sec_overview .btn::after {
    content: none;
}
#top .sec3 .sec_overview .btn img {
    width: 25px;
    margin-right: 10px;
}
#top .place_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#top .place_list li {
    display: flex;
    width: calc(1200px / 2);
    margin-top: 20px;
}
#top .place_list li img {
    width: 230px;
}
#top .place_info {
    margin-left: 20px;
}
#top .place_info h3 {
    font-size: 2.0rem;
    font-weight: 700;
    font-family: museo-sans;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 15px;
}
#top .place_info h3 span {
    font-size: 2.0rem;
    font-weight: 300;
    font-family: museo-sans;
    display: inline-block;
    margin-right: 6px;
}
#top .place_info h4 {
    font-size: 1.6rem;
    font-weight: 700;
}
#top .place_info p {
    display: inline-block;
    margin: 8px 20px;
}
#top .place_info .btn {
    font-size: 1.4rem;
    font-weight: bold;
    border: 2px solid #333;
    margin-left: 20px;
    padding: 4px 20px;
    border-radius: 50px;
    width: fit-content;
}
#top .place_info .btn::after {
    content: none;
}
@media screen and (max-width: 600px) {
    #top .place_list {
        justify-content: space-between;
    }
    #top .place_list li {
        display: block;
        margin-top: 20px;
        width: calc(50% - 8px);
    }
    #top .place_list li .place_img {
    }
    #top .place_list li img {
    }
    #top .place_info {
        margin-left: 0;
    }
    #top .place_info h3 {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }
    #top .place_info h4 {
        font-size: 1.4rem;
    }
    #top .place_info p {
        margin: 0;
    }
    #top .place_info .btn {
        font-size: 1.4rem;
        margin-left: 0;
        margin-top: 8px;
    }
}
/*---------------------------------
STAFF
---------------------------------*/
#top .sec4 .sec_inner {
    padding-bottom: 180px;
}
#top .sec4 .staff{
    margin: 0 auto;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
#top .sec4 .staff .box{
    width: calc(((1200px - 350px) / 4) - 20px);
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
    margin:0 20px 20px 0;
}
#top .sec4 .staff .box p{
    font-size: 1.4rem;
    font-weight: bold;
    margin: 10px 5px 0;
}
#top .sec4 .staff .box p span:first-of-type{
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
}
#top .sec4 .staff .box p span:last-of-type{
    font-family: museo-sans, serif;
    display: block;
    color: #011b53;
    font-size: 1.4rem;
    font-weight: 500;
}
#top .sec4 .staff .box p.new{
    margin: 0;
    font-size: 1.2rem;
    font-weight: normal;
    color: #f00;
}
#top .sec4 .message{
    border: solid 2px #333;
    width: 100%;
    margin: 20px auto 0;
    padding: 20px;
    font-size: 3.2rem;
    font-weight: 700;
}
#top .sec4 .message span {
    font-size: 2.0rem;
    display: block;
    position: relative;
    background-color: #aad2ee;
    border-radius: 25px;
    padding: 8px 15px;
    text-align: center;
    width: fit-content;
    margin-bottom: 15px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: bold;
}
#top .sec4 .message span::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -30px;
    border: 10px solid transparent;
    border-top: 12px solid #aad2ee;
}
#top .sec4 .message h3{
    font-family:heisei-mincho-std, serif;
    font-weight: bold;
}
#top .sec4 .message h3,
#top .sec4 .message p {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
#top .sec4 .message h3 img{
    width: 95px;
}
#top .sec4 .message p {
    margin-top: 20px;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.7;
}
#top .sec4 .message p strong {
    font-weight: 700;
}
@media screen and (max-width: 600px) {
    #top .sec4{
        margin-top: -16%;
        padding: 16% 0;
    }
    #top .sec4 .sec_inner{
        padding-bottom: 80px;
    }
    #top .sec4 .staff{
        justify-content:space-around;
    }
    #top .sec4 .staff::before{
        content:"";
        display: block;
        width:46%;
        order:1;
    }
    #top .sec4 .staff::after{
        content:"";
        display: block;
        width:46%;
    }
    #top .sec4 .staff .box{
        max-width: 46%;
        padding-bottom: 1%;
        margin:0 0 4% 0;
    }
    #top .sec4 .staff .box p{
        font-size: 1.6rem;
        margin: 2% 2% 0;
    }
    #top .sec4 .staff .box p span:first-of-type{
        font-size: 1.2rem;
    }
    #top .sec4 .staff .box p span:last-of-type{
        font-size: 1rem;
    }
    #top .sec4 .message{
        font-size: 2.0rem;
    }
    #top .sec4 .message span {
        font-size: 1.4rem;
    }
    #top .sec4 .message h3 img{
        width:15vw;
    }
}

