@charset "utf-8";

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    text-align: center;
    margin: 0;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    min-height: 100vh;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
    
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    word-wrap: break-word;
}
a {
    text-decoration: none;
    color: #000000;
}
a:hover {
    opacity: 0.8;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
dd {
    margin: 0;
}
figure {
    margin: 0;
    padding: 0;
}

.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;
    align-items: flex-start;
}
.active {
    display: block;
}
.passive {
    display: none;
}


article {
    margin: 0;
    padding: 0;
}

.inner {
    margin: 0 auto;
    width: 800px;
}

section {
    margin: 0;
    padding: 0;
}

#hero {
    width: 100vw;
    padding-top: 100px;
    padding-bottom: 140px;
    background-image: url(../images/bg_hero.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    font-family: fot-tsukuaoldmin-pr6n,sans-serif;
}
#hero p {
    line-height: 3;
}
#hero .catch {
    font-size: 36px;
    line-height: 2;
    letter-spacing: 0.4em;
    margin-bottom: 80px;
}
#hero h1 {
    font-size: 24px;
    margin-top: 80px;
}
#hero h1 span {
    display: block;
    font-size: 20px;
}
section .inner {
    padding-bottom: 100px;
    border-bottom: 1px solid #000000;
}
article {
    width: 96vw;
    margin: 0 auto;
    background-image: url(../images/bg_pink_s.png),url(../images/bg_green_s.png),url(../images/bg_blue_s.png),url(../images/bg_orange_s.png),url(../images/bg_gray_s.png);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: left 1900px,right 2600px,left 3450px,right 3900px,left 4300px;
}
#five-season .heading {
    padding: 190px 200px 240px 200px;
    background-image: url(../images/pentagon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#five-season .heading h2 {
    font-family: fot-tsukuaoldmin-pr6n,sans-serif;
    font-size: 21px;
}
#five-season .heading h2 span {
    display: block;
    font-size: 45px;
}
#five-season p {
    line-height: 2.5;
}
#five-season .heading p {
    display: block;
    margin: 0 auto;
    width: 352px;
    height: auto;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: -0.09em;
    line-height: 2;
}
#five-season .nagare {
    margin-top: 60px;
}
#five-season .nagare h3 {
    font-family: fot-tsukuaoldmin-pr6n,sans-serif;
    font-size: 28px;
    letter-spacing: 0.5em;
}
#five-season table {
    border-collapse: collapse;
    width: 100%;
    height: auto;
    margin: 40px auto;
    font-size: 18px;
}
#five-season table thead th {
    width: 250px;
    height: 40px;
    font-weight: normal;
    background: #d9d9d9;
    letter-spacing: 0.5em;
    border-right: 24px solid #ffffff;
}
#five-season table thead th:last-child {
    border-right: none;
}
#five-season table tbody tr {
    background-image: url(../images/dot.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: 20px;
}
#five-season table tbody tr:last-of-type {
    background-image: none;
}
#five-season table tbody td {
    padding: 20px 0;
    line-height: 1.8;
}
#five-season table tbody td p {
    display: block;
    width: 84px;
    height: 84px;
    margin: 0 auto 10px;
    padding-top: 29px;
    border-radius: 42px;
    background: #E6F0CF;
    font-size: 21px;
    line-height: 1.1;
}
#five-season table tbody td.rainy p {
    background: #D8EEF7;
    padding-top: 18px;
}
#five-season table tbody td.rainy p span {
    letter-spacing: -0.4em;
}
#five-season table tbody td.summer p {
    background: #FCE5E8;
}
#five-season table tbody td.autumn p {
    background: #FAE9D1;
}
#five-season table tbody td.winter p {
    background: #DFE9F6;
}
#five-season .link_button {
    display: block;
    width: 550px;
    height: 70px;
    margin: 40px auto 0;
    padding: 23px 23px 23px 40px;
    line-height: 1;
    font-size: 20px;
    background-image: url(../images/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: left 23px center;
    background-size: 30px;
    border: 2px solid #000000;
    letter-spacing: -0.1em;
}
#five-season .link_button:hover {
    opacity: 1;
    background-color: #efefef;
    transform: translateY(0.1875em);
}

#attend .inner, #feature .inner {
    padding-top: 100px;
}
#attend h2, #feature h2 {
    font-family: fot-tsukuaoldmin-pr6n,sans-serif;
    font-size: 28px;
    letter-spacing: 0.4em;
}
#attend .flow {
    margin-bottom: 48px;
}
#attend .flow h3 {
    width: 250px;
    height: 40px;
    margin: 28px auto 18px;
    padding-top: 4px;
    font-weight: lighter;
    font-size: 18px;
    background-color: #d9d9d9;
    letter-spacing: 0.2em;
}
#attend .flow p {
    line-height: 2;
}
#attend .flow p span.m {
    font-size: 14px;
}
#attend .flow p span.s {
    font-size: 12px;
}
#attend .flow div::after {
    content: "";
    display: inline-block;
    width: 39px;
    height: 20px;
    background-image: url(../images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: 28px;
}
#attend .flow div:nth-last-of-type(1)::after {
    content: none;
}
#attend .method {
    margin-bottom: 98px;
}
#attend .method h3 {
    font-weight: 18px;
    font-weight: lighter;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
#attend .method p {
    line-height: 2;
}
.application_btn {
    display: block;
    margin: 0 auto;
    width: 550px;
    height: 70px;
    border-radius: 35px;
    background-color: #878554;
    background-image: url(../images/arrow_right_w.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 33px;
    color: #ffffff;
    font-size: 25px;
    padding-top: 12px;
    letter-spacing: 0.1em;
}
a:hover.application_btn {
    transform: translateY(0.1875em);
}
#feature h2 {
    margin-bottom: 90px;
}
#feature svg{ 
	width:800px;
    height:20px; 
} 
#feature svg line{ 
	fill: none; 
	stroke: #000000;
	stroke-width: 3;
	stroke-linecap: round; 
	stroke-dasharray: 0.3, 20;
}
#feature .item {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../images/dot.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 20px;
}
#feature .item h3 {
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 0;
}
#feature .item h3 span {
    font-size: 18px;
}
#feature .accordion_contents {
    padding-top: 46px;
}
#feature .item p {
    line-height: 2;
}
#feature .item img {
    margin: 50px 0;
}
#feature .instructor {
    padding-bottom: 0;
}
#feature .instructor h4,#feature .instructor p {
    width: 700px;
    margin: 0 auto;
    text-align: left;
}
#feature .instructor h4 {
    font-size: 27px;
    font-weight: lighter;
    margin-bottom: 46px;
}
#feature .instructor p {
    line-height: 2.4;
}
#feature .instructor p.name {
    display: block;
    text-align: right;
    font-size: 14px;
}
#feature .instructor p.name span {
    font-size: 38px;
    font-weight: lighter;
    margin-left: 15px;
    margin-right: 15px;
}
#feature .accordion_wrap .button {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 60px;
}
#feature .accordion_wrap .button:hover {
    cursor: pointer;
}
#feature .accordion_wrap .button img {
    width: 40px;
}
#feature .instructor .accordion_wrap .button {
    text-align: center;
}

aside {
    padding: 100px 0;
    background-image: url(../images/bg_pink_s.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
aside .sns {
    width: 100px;
    height: auto;
    margin: 100px auto 28px;
    justify-content: space-between;
}
aside .sns img {
    width: 35px;
}
aside .official_site {
    display: block;
    width: 550px;
    margin: 0 auto;
    border: 1px solid #000000;
    border-radius: 17px;
    padding-top: 1px;
    background-color: #ffffff;
    background-image: url(../images/arrow_rignt_b.png);
    background-repeat: no-repeat;
    background-position: right 17px center;
    background-size: 21px;
}

aside a:hover {
    transform: translateY(0.1875em);
}


footer {
    width: 900px;
    background: #ffffff;
    margin: 0 auto;
    padding: 48px 0;
    border-top: 1px solid #000000;
    text-align: left;
}
footer small {
    font-size: 12px;
}



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

@media screen and (max-width:820px) { 
    
    .inner {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    #hero {
        background-image: url(../images/bg_hero_s.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        padding-bottom: 0;
    }
    #hero .catch {
        font-size: 32px;
    }
    #hero p {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    article {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #five-season .heading {
        padding: 140px 0 180px;
    }
    #five-season .headin h2 {
        font-size: 16px;
    }
    #five-season .heading h2 span {
        font-size: 36px;
    }
    #five-season p {
        line-height: 2.2;
    }
    #five-season .heading p {
        width: 100%;
        max-width: 352px;
        height: auto;
        letter-spacing: -0.09em;
        line-height: 2;
    }
    #five-season p {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    #five-season table {
        font-size: 16px;
    }
    #five-season .link_button {
        width: 100%;
        height: auto;
        min-height: 70px;
        margin: 40px auto 0;
        padding: 23px 23px 23px 40px;
        line-height: 1.2;
        font-size: 18px;
        background-position: left 20px center;
    }
    .application_btn {
        display: block;
        margin: 0 auto;
        width: 100%;
        min-height: 70px;
    }
    #feature .instructor h4,#feature .instructor p {
        width: 100%;
    }
    #feature .item h3 {
        font-size: 21px;
        font-weight: lighter;
        margin-bottom: 0;
    }
    footer {
        width: 100%;
        text-align: left;
    }
    footer small {
        display:inline-block;
        margin-left: 16px;
    }
    aside .official_site{
        width:100%;
        padding:20px 40px;
    }
 
}

    
