@charset "utf-8";
/* CSS Document */
/* 共通スタイル------------------------- */
body {
    font-family: 'YuGothic', 'Yu Gothic', Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #121212;
    background: #fff;
    height: 100%;
    margin: 0;
}
h2 {
    text-align: center;
    padding-bottom: 20px;
}
a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #121212;
}
#contents-wrap {
    margin: 0 auto;
    padding: 0;
    line-height: 1.6;
}
.title-wrap {
/*    background: url("../img/img_main.jpg");
    background-size: cover;
    background-position: center;
    color: #FFF;
     padding: 20px 0;
*/
    text-align: center;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
}
.title-sub {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.title-sub figure {
    width: 20%;
}
.title-sub figure img {
    width: 60%;
}
.title-sub p.text {
    width: 55%;
    font-size: 1.5rem;
    line-height: 1.4;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}
.title-sub p.label {
    width: 20%;
    margin: auto;
}
.title-sub p.label span {
    text-shadow: 1px 1px 2px rgb(0 0 0 / 80%);
    color: #ffd700;
    padding: 10px;
    border-radius: 25px;
    border: 3px solid;
}
.title-main {
    font-size: 3.25rem;
    line-height: 1.2;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    font-weight: normal;
}
.title-main span {
    font-size: 2.1rem;
}
.title-date {
    font-size: 1.5rem;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}
.title-date span {
    font-size: 2.4rem;
}
/* btn  */
.btn-wrap {
    text-align: center;
    width: 44%;
    margin: 0 auto;
    color: #FFF;
    padding-bottom: 20px;
}
.btn-wrap p.deadline {
    color: #FFF;
    font-weight: bold;
}
.btn-wrap p.deadline02 {
    color: #072545;
    font-weight: bold;
}
.btn-animation-02 {
    background: #CCC;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    width: 40%;
    text-align: center;
    background-color: #fff;
    border: 2px solid #cf1225;
    font-size: 1.25rem;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}
.title-wrap .btn-animation-02 {
    width: 80%;
    margin-top: 20px;
}
.btn-animation-02 a {
    color: #fff;
    display: block;
}
.btn-animation-02 span {
    position: relative;
    z-index: 1;
    display: block;
    padding: 10px 24px;
}
.btn-animation-02::before, .btn-animation-02::after {
    content: "";
    display: block;
    background-color: #cf1225;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}
.btn-animation-02::before {
    left: 0;
}
.btn-animation-02::after {
    right: 0;
}
.btn-animation-02:hover:before, .btn-animation-02:hover:after {
    width: 0;
    background-color: #fff;
    color: #cf1225;
}
.btn-animation-02:hover, .btn-animation-02 a:hover {
    color: #cf1225;
}
.instructor-wrap .btn-wrap p.deadline {
    color: #FFF;
}
.btn-wrap.mt30 {
    margin-top: 30px;
}

.btn-wrap-top {
    position: absolute;
    text-align: center;
    width: 44%;
    margin: 0 auto;
    color: #FFF;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.btn-wrap-top p.deadline {
    color: #FFF;
    font-weight: bold;
}
.btn-wrap-top p.deadline02 {
    color: #072545;
    font-weight: bold;
}

.btn-wrap-top.mt30 {
    margin-top: 30px;
}

/* main */
#main-contents {
    width: 100%;
    margin: 0 auto;
}
.greeting-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}
.greeting-text {
    text-align: left;
    font-size: 0.9375rem
}
.greeting-chief {
    text-align: right;
    padding-top: 20px;
    font-size: 0.9375rem
}
.greeting-chief span {
    font-weight: bold;
}
.border {
    border-bottom: 1px solid #00406b;
}
.about-wrap {
    max-width: 800px;
    width: 100%;
    margin: 30px auto 30px;
}
.about-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 0.9375rem;
}
.about-list dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    font-weight: bold;
    background-color: #01413B;
    background: linear-gradient(180deg, rgba(1, 65, 59, 1) 0%, rgba(4, 15, 2, 1) 100%);
    border-top: 1px solid #fff;
    color: #fff;
}
.about-list dd {
    width: 85%;
    padding: 10px 20px;
}
.instructor-wrap {
    width: 100%;
    margin: 60px auto 30px;
}
.instructor-intro {
    background-color: #01413B;
    background: linear-gradient(180deg, rgba(1, 65, 59, 1) 0%, rgba(4, 15, 2, 1) 100%);
    padding: 40px 0;
    border-bottom: rgb(51, 240, 205) solid 1px;
}
.instructor-intro h3 {
    border-bottom: 1px solid #FFF;
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.instructor-overview {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.instructor-overview h4 {
    color: #FFF;
    margin-top: 20px;
}
.instructor-overview p {
    border: 1px solid #FFF;
    font-size: 0.825rem;
    color: #FFF;
    padding: 10px;
    margin: 10px 0 0 0;
    text-align: left;
}
.instructor-overview p span {
    background: #ffd700;
    color: #141414;
    font-weight: bold;
}
.instructor-box {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.instructor-list {
    background-color: #f8fcff;
    margin: 10px 10px 0 0;
    padding: 15px;
    width: 100%;
}
.instructor-list.last {
    margin-top: 0;
}
.instructor-list.mr0 {
    margin-right: 0;
}
.instructor-list .position {
    line-height: 1.4;
    border-bottom: 1px solid #00406b;
    margin: 0 0 20px 0;
    padding-bottom: 5px;
}
.position li:nth-child(odd) {
    font-weight: bold;
}
.position li:nth-child(even) {
    font-size: 0.875rem;
}
.explanation {
    display: flex;
    justify-content: flex-start;
}
.explanation li:first-child {
    max-width: 150px;
    width: 36%;
    margin-right: 20px;
}
.explanation li:nth-child(2) {
    width: 60%;
}
.explanation li figure {
    width: 100%;
}
.explanation li p {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.4;
}
.program-wrap {
    max-width: 900px;
    width: 100%;
    margin: 30px auto 30px;
}
.program-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #fff;
}
.program-list dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    background-color: #01413B;
    background: linear-gradient(180deg, rgba(1, 65, 59, 1) 0%, rgba(4, 15, 2, 1) 100%);
    vertical-align: middle;
    border-top: 1px solid #fff;
}
.program-list dd {
    width: 85%;
    padding: 10px 10px;
    border-top: 1px solid #fff;
    line-height: 1rem;
}
.program-list dd span {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}
.footer-wrap {
    width: 100%;
    background-color: #111111;
    color: #FFF;
    text-align: center;
    margin-top: 40px;
    padding: 40px 0px 15px;
}
p.mail a {
    display: inline;
    padding: 16px 0;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: 0px;
    width: 40%;
    margin: 12px auto 30px;
}
p.mail img {
    display: inline;
    vertical-align: middle;
    padding-right: 10px;
    width: 35px;
}
p.mail {
    position: relative;
    display: inline;
    vertical-align: middle;
    padding-right: 10px;
    width: 35px;
}
p.mail .active {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
p.mail:hover .active {
    opacity: 1;
}
.ft-name {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
}
p.copyright {
    margin-top: 20px;
}
.mail a:hover {
    text-decoration: underline;
    color: #ffd700;
}
dd.right-block {
    background-color: #e9eeed;
    color: #000;
    border-top: 1px solid #00406b;
}
dd.rightBlock_top {
    background-color: #e9eeed;
    color: #000;
}
.button {
    background: #ffd700;
    color: #121212;
    font-weight: bold;
    border: none;
    position: relative;
    width: 100%;
    font-size: 23px;
    padding: 15px 50px;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    margin: 0 auto;
}
.button:hover {
    background: #fff;
    color: #121212;
}
.button:before, .button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 4px;
    width: 0;
    background: #ffd700;
    transition: 400ms ease all;
}
.button:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}
.button:hover:before, .button:hover:after {
    width: 100%;
    transition: 800ms ease all;
}
.mb20 {
    margin-bottom: 20px;
}
/*.instructor-list.mr0.empty {
    background-color: #0061a2;
	margin: 0;
}*/
.btn-closed {
    background: #CCC;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
}
.book {
    width: 50%;
    margin: 8px 0;
}
.book_title {
    font-size: 0.7rem;
    line-height: 1.3;
}

.img-PC{display: block}
.img-SP{display:none;}


@media screen and (max-width:1050px) {
    .title-sub p.label span {
        font-size: 0.875rem;
    }
    .title-wrap .btn-animation-02 {
        width: 40%;
    }
}
@media screen and (max-width:768px) {
    .title-sub {
        flex-wrap: wrap;
        width: 90%;
    }
    .title-sub figure {
        width: 20%;
        margin-bottom: 20px;
    }
    .title-sub p.text {
        width: 80%;
        font-size: 1.1rem;
    }
    .title-sub p.label {
        width: 100%;
        padding-top: 10px;
        margin: 10px;
    }
    .title-sub p.label span {
        color: #ffd700;
        padding: 10px;
        font-weight: bold;
        font-size: 1rem;
    }
    .title-main {
        font-size: 2.4rem;
    }
    .title-main span {
        font-size: 1.4rem;
    }
    .title-date {
        font-size: 1rem;
        font-weight: bold;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
    }
    .title-date span {
        font-size: 2rem;
    }
    .title-wrap .btn-animation-02 {
        width: 72%;
    }
    .greeting-wrap, .about-wrap, .program-wrap {
        padding: 0 20px;
        line-height: 1.2;
    }
    .btn-animation-02 {
        width: 72%;
    }
    .instructor-box {
        display: block;
        justify-content: center;
    }
    .footer-wrap {
        font-size: 0.750rem;
    }
    .ft-name {
        font-size: 0.875rem;
        line-height: 1.2;
    }
    .program-list {
        font-size: 0.875rem;
    }
    .program-list dt {
        width: 25%;
    }
    .program-list dd {
        width: 75%;
    }
    .instructor-list.mr0 {
        margin-right: auto
    }
    .instructor-list {
        margin: 30px auto 0;
    }
    .explanation li:first-child {
        width: 20%;
        margin-right: 20px;
    }
    .explanation li:nth-child(2) {
        width: 78%;
    }
    .instructor-intro h3 {
        width: 80%;
    }
    .instructor-intro:first-of-type {
        padding-bottom: 0px;
    }
    .instructor-box.last {
        padding-top: 0;
        margin-top: 10px;
    }
    .instructor-list.last {
        margin-top: 0;
    }
    
    .btn-wrap-top {
        bottom:10px;
    }
}




@media screen and (max-width:640px) {
    .explanation {
        display: block;
    }
    .explanation li:first-child {
        width: 96%;
        margin: 0 auto 1rem;
    }
    .explanation li:nth-child(2) {
        width: 96%;
        margin: auto;
    }
    .btn-wrap {
        width: 80%;
    }
    h2{
    padding-top: 20px;
    }
.btn-wrap-top {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}



.img-PC{display:none;}
.img-SP{display:block;}
}

    @media screen and (min-width: 769px) {
        .sp_br {
            display: none;
        }
        .title-sub figure {
            margin-left: 5%;
        }
    }