@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    line-height: 1;
}
button {
    outline: none;
    border: none;
}
button:hover {
    cursor: pointer;
}
html {height:100%;font-size: 16px;}
@media screen and (max-width: 1300px) {
    html {
        font-size: 1.25vw
    }
}
@media screen and (max-width: 1080px) {
    html {
        font-size: 1.3vw;
    }
}
@media screen and (max-width: 767px) {
    html {
        font-size: 12px;
    }
}
body {
    line-height: 1;
    z-index: 0;
    height: 100%;
    font-family: "メイリオ", "Meiryo" , sans-serif;
    font-size: 100%;
    overflow-x:  hidden;
    width: 100%;
    color: #8b262a;
}
label:hover {
    cursor: pointer
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
img {
    vertical-align: middle;
    height:  auto;
}
/*Reset End*/

/*clearfix Start*/
.clearfix {
    zoom: 1; /* for IE7- */
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
/*clearfix End*/
* {
    box-sizing: border-box;
    /* transition:  .5s; */
    /* transition-property: font; */
}

/*style*/
#mainImg {
    background: url(../images/bg_sky.png) no-repeat center top;
    text-align: center;
    padding-top: 115px;
    position: relative;
    z-index: 10;
}
.contInner {
    max-width: 1000px;
    margin: auto;
    width: 95%;
	padding-bottom: 30px;
}
#main {
    /* text-align: center */
    position: relative;
    z-index: 0;
}
#cont1 {
    position: relative;
    background: url(../images/bg2.jpg) no-repeat center top;
    padding-top: 385px;
    padding-bottom: 130px;
    z-index: 1;
    margin-top: -100px;
    z-index: 1;
}
#cont1 #leadImg {
    margin-bottom: 40px;
    text-align: center;
}
#cont1 .contInner {
}
#cont1 #leadText {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 90px;
    text-align: center;
}
#cont1 #leadText span {
    line-height: 1.6;
}
#cont1 #text {
    line-height: 2;
    font-size: 18px;
    margin-bottom: 60px;
}
#applyList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
#movieTtl img {
    width: 100%;
    max-width: 1011px;
}
#movie {
    padding: 20px 0;
    max-width: 640px;
    margin: 0 auto 40px;
}
#movie video {
    width: 100%;
    max-width: 640px;
    margin: auto;
}
#applyList li {
    max-width: 300px;
    width: calc((100% - 60px) / 3);
}
#applyList li img {
    width: 100%;
}
#applyList li a {
    display: block;
    text-align: center;
    padding: 30px 20px;
    background: #f6ad48;
    margin-top: 20px;
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid #000;
    position: relative;
}
#applyList li a:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    margin-top: -7px
}
#applyList li.ngy a {
    background: #f08300;
    border-color: #c82800;
}
#applyList li.osk a {
    background: #00a2cf;
    border-color: #276292;
}
#applyList li.tko a {
    background: #cf4139;
    border-color: #ae161d;
}
#cont2 {
    background: url(../images/bg3.png) repeat-x;
    padding-top: 0px;
    margin-top: -100px;
    padding-bottom: 180px;
    position: relative;
    z-index: 1;
}
#programList {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
#programList > li {
	width: 100%;
    background: linear-gradient(315deg, transparent 40px, #fff 40px) bottom right;
    padding: 30px 30px;
    position: relative;
    /* margin-bottom: 70px; */
}

#programList > li:before {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 55px 0 0;
    border-color: #dbe7dc transparent transparent transparent;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 1px;
}
#programList > li#am {
    padding-top: 40px
}
#programList li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(315deg, transparent 40px, rgba(86, 158, 67, 1) 40px) bottom right;
    left: 2px;
    top: 2px;
    z-index: -1;
}
#programList > li > .ttl {
    position: absolute;
    left: -10px;
    top: -44px;
}

#programList li#pm .labelWrap {
    padding: 10px 0px 20px;
}
#programList > li dl {
    position: relative;
}
#programList > li dl dt {
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
#programList > li dl dt span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 10px
}
#programList > li dl dt:after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    background: #8b262a;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
#programList > li .bdList li {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    font-weight: bold;
}
#programList > li .bdList li .detail {
    text-align: right
}
#programList > li .bdList li .dib {
    word-break: keep-all
}
#programList > li .bdList li.frw {
    flex-wrap: wrap;
}
#programList > li .bdList li.frw .text {
    margin-bottom: 10px;
}
#programList > li .bdList li.frw .labelWrap {
    width: 100%;
    justify-content: flex-end;
}
#programList > li .bdList li .text {
    line-height: 1.5
}
#programList > li .label {
    font-size: 16px;
    font-weight: normal;
    width: 75px;
}
#programList > li .labelText {
    font-size: 18px;
    margin-top: 0;
}
#programList > li#pm .labelText {
    width: auto;
    text-align: right;
}
#programList li .bdList li:not(:first-child) {

    border-top: 2px dashed;
}
#cont3 {
    background: url(../images/bg4.png) no-repeat left 40px;
    padding-top: 0px;
    margin-top: -80px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}
.contInner h2.ttl img {width: 95%;max-width: 785px;}
#cont4 {
    background: url(../images/bg5.jpg) no-repeat center top;
    padding-top: 420px;
    padding-bottom: 35px;
    margin-top: -250px;
    position: relative;
    z-index: 10;
}
#icon {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    padding-top: 170px;
}
#icon img {
    width: 80%;
    max-width: 588px;
}
.btn {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    max-width: 875px;
    margin: auto;
    width: 90%;
    height: 100px;
    line-height: 100px;
    border-bottom: 3px solid;
    position: relative;
    z-index: 10;
}
.btn.ondemand {
    background: #fff352;
    color: #8b262a;
    border-color: #f6ab00;
}
.btn.detail {
    background: #F08300;
    color: #eeeeee;
    border-color: #C72800;
}
.btn.detailBtn {
    background: #f08300;
    color: #fff;
    border-bottom-color: #c82800;
}
.btnArea .anno {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}
.btnArea .tel {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
#presenterInnerList {
    background: linear-gradient(315deg, transparent 40px, #fff 40px) bottom right;
    padding: 30px;
    position: relative;
    /* margin-bottom: 70px; */
}

#presenterInnerList:before {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 55px 0 0;
    border-color: #dbe7dc transparent transparent transparent;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 1px;
}
#presenterInnerList:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(315deg, transparent 40px, rgba(86, 158, 67, 0.4) 40px) bottom right;
    left: 2px;
    top: 2px;
    z-index: -1;
}
#presenterInnerList li {
    display: flex;
    margin-bottom: 35px;
}
#presenterInnerList li:last-child {
    margin-bottom: 0
}
#presenterInnerList li:not(.top) {
    flex-wrap: wrap;
}
#presenterInnerList li.top {
    align-items: center;
    align-content: center;
}
#presenterInnerList li > .ttl {
    width: 100%;
    border-radius: 3px;
    font-weight: bold;
    padding: 4px 8px;
    word-break: keep-all;
    margin-bottom: 15px;
    font-size: 1.5rem;
}
#presenterInnerList .labelWrap {
    /* flex-wrap: wrap; */
}
.labelWrap {
    display: flex;
    align-items: center;
    align-content: center;
}
.label {
    display: inline-block;
    border-radius: 3px;
    font-weight: bold;
    padding: 6px 8px;
    width: 94px;
    text-align: center;
    word-break: keep-all;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 5px;
}
.ngy > .ttl ,
.label.ngy {
    background: #f6ad48;
}
.osk > .ttl ,
.label.osk {
    background: #6bc1e7;
    letter-spacing: 2px;
}
.tko > .ttl ,
.label.tko {
    background: #e9a7b8;
    letter-spacing: 2px;
}
.labelText {
    font-weight: bold;
    word-break: keep-all;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
}
.presenterDetail {
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
}
.presenterDetail .icon {
    position: absolute;
    right: 6%;
    top: -20px;
    width: 20%;
    max-width: 98px;
}
.presenterDetail .icon img {
    width: 100%;
}
li.top .presenterDetail .icon {
    bottom: auto;
    top: 0
}
li.top .presenterDetail {
    padding-left: 20px
}
#presenterInnerList li:not(.top) .presenterDetail {
    width: 50%;
}
.presenterDetail .textBox {
    padding: 0 20px
}
.presenterDetail .textBox .name {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 12px;
}
.presenterDetail .textBox .prof {
    margin-bottom: 12px;
}
.presenterDetail .textBox .name span {
    font-size: 20px;
    margin-left: 10px;
    font-size: 85%;
}
.presenterDetail .textBox .prof span {
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
}
.presenterDetail .textBox .prof span:last-child {
    margin-bottom: 0
}
.presenterDetail .textDetail {
    padding-top: 15px;
    line-height: 1.4;
    color: #000;
    border-top: 2px dashed #8b262a;
    margin-top: 15px;
}
#cont4 .ttl {
    text-align: center;
    margin-bottom: 40px;
}
#cont4 .ttl img {
    width: 100%;
    max-width: 650px;
}
#cont4 .lead {
    font-size: 18px;
    line-height: 2;
}
#footer {
    background: #8b262a;
    text-align: center;
}
#footer #copy {
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
}
a:hover {
    opacity: .85
}
.dib {
    display: inline-block
}
@media screen and (max-width: 1000px) {
    #mainImg {
        padding-top: 13%;
        background-size: 135%;
    }
    #mainImg img {
        width: 100%;
    }
}
@media screen and (max-width: 960px) {
    #presenterInnerList li.top {
        flex-wrap: wrap;
    }
    #presenterInnerList li.top .labelArea  {
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }
    #presenterInnerList li.top .labelWrap  {
        width: 100%;
        justify-content: center;
    }
    .presenterDetail .textBox .name {
        font-size: 1.8rem
    }
    #applyList li a {
        font-size: 1.75rem;
        line-height: 1.6;
        padding: 15px 20px;
    }
}
@media screen and (max-width: 800px) {
    #programList {
        flex-wrap: wrap;
    }
    #programList > li {
        width: 100%;
        margin-bottom: 80px;
        font-size: 16px;
        padding: 30px 15px;
    }
    #programList > li:last-child {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) {
    .sp {display: none!important}
}
@media screen and (max-width: 767px) {
    .pc {display: none!important}
    #cont1 {
        background: url(../images/bg2_sp.jpg) no-repeat center top;
        padding-top: 35%;
        padding-bottom: 130px;
        margin-top: 0;
        background-size: cover;
    }
    #presenterInnerList {
        padding: 25px 10px;
    }
    li.top .presenterDetail {
        padding-left: 0;
    }
    #presenterInnerList li:not(.top) .presenterDetail {
        width: 100%;
        margin-bottom: 30px;
    }

    #presenterInnerList li .presenterDetail .imgBox {
        width: 30%;
    }
    #presenterInnerList li .presenterDetail .imgBox img {
        width: 100%;
        max-width: 140px;
    }
    #presenterInnerList li .presenterDetail .textBox {
        width: 70%
    }
    #presenterInnerList li .presenterDetail .textInner {
        padding-right: 20%
    }
    .presenterDetail .icon {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .top .presenterDetail .icon {
        right: 0;
        top: 50%;
        transform: translateY(0);
    }
    #presenterInnerList li:not(.top) >div:last-child {
        margin-bottom: 0
    }
    .btn {
        height: auto;
        line-height: 1;
        padding: 20px 0;
        width: 100%;
        font-size: 1.5rem;
    }
    .btnArea .tel {
        font-size: 17px
    }
    #applyList {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #applyList li {
        width: calc((100% - 30px) / 2);
        margin-bottom: 40px;
    }
    #cont4 {
        padding-top: 31%;
        background-position: center -180px;
        margin-top: 0;
    }
    #icon {
        top: 0;
        padding-top: 5%;
    }
    #icon img {
        width: 45%;
    }
    #applyList li a {
        font-size: 3.4vw;
        padding: 10px 25px;
    }
    #applyList li a:after {
        right: 10px
    }
}
@media screen and (min-width: 641px) {
    .u640 {display: none!important}
}
@media screen and (max-width: 640px) {
    .o640 {display: none!important}
    #cont1 #leadImg img {
        width: 95%;
        max-width: 464px;
    }
}
@media screen and (max-width: 480px) {
    #cont4 {
        padding-top: 190px;
    }
    #icon {
        top: 0;
        padding-top: 50px;
    }
    #icon img {
        width: 270px;
    }
}
.prg_detail {
	margin-left: 2%;
	vertical-align:top;
}

.prg_detail2 {
	margin-left: 23%;
	font-size:85%;
	vertical-align:top;
}

#subText {
    font-size: 18px;
    margin: -70px 0px 20px 0px;
    text-align: left;
}
}



.part {
	padding-left:20px;
	vertical-align:middle;
}
