
/* CSS Document */

/*==================================================

contents
=================================================*/

/* Message */

.message .top-image-c::before {
    background-size: 90% auto;
}
.message .top-image-c::after {
    background-image: url("../../images/cover_w.png");
    background-size: 90% auto;
}
.message #contents section {
    position: relative;
    background-color: #eaf3f9;
    padding: 60px 0;
}
.message #contents section:nth-of-type(n+2) {
    margin-top: 100px;
}
.message #contents section .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.message #contents section .inner dl {
    width: 100%;
    display: table;
}
.message #contents section .inner dt {
    width: 37.5%;
    display: table-cell;
    position: relative;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 160%;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #dc0032;
    background-image: url("../../images/cover_bl.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 1.2em .5em;
}
.message #contents section .inner dd {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 1.2em 0 1.5em 5%;
}
.message #contents section .inner ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.message #contents section .inner ul li {
    width: 50%;
    margin-top: 50px;
}
.message #contents section .inner ul li img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

/* Education */

.education .top-image .photo {
    width: 50%;
    background-image: url("../../career/images/topimg_education.jpg");
}
.education .top-image .photo::before {
    display: none;
}
.education .top-image .photo::after {
    display: none;
}
.education #contents .info {
    width: 90%;
    max-width: 1000px;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    line-height: 180%;
    margin: 0 auto;
}
.education #contents section {
    position: relative;
    background-color: #eaf3f9;
    margin-top: 100px;
    padding-bottom: 80px;
}
.education #contents section::before {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 3em;
    background-color: #FFF;
}
.education #contents section .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.education #contents section img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.education #contents section .inner h2 {
    width: 100%;
    position: relative;
    color: #FFF;
    background-color: #dc0032;
    background-image: url("../../images/cover_bl.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-bottom: 40px;
    padding: 1.2em 1.5em;
}
.education #contents section .inner .shedule {
    width: 100%;
    margin: 60px auto 0;
}
.education #contents section .inner .photo {
    max-width: 680px;
    margin: 60px auto 0;
}
.education #contents section .inner dl {
    width: 100%;
    display: table;
    margin-bottom: 3px;
}
.education #contents section .inner dl dt {
    width: 23%;
    display: table-cell;
    background-color: #b9d7eb;
    vertical-align: middle;
    padding: 1em;
}
.education #contents section .inner dl dd {
    display: table-cell;
    vertical-align: middle;
    background-color: #FFF;
    padding: 2em 1em;
}

/* Reason */

.reason .top-image-c {
    background-image: url("../../career/images/topimg_reason.jpg");
}
.reason .top-image-c .txt h1 {
    font-size: clamp(2rem, 10vw, 12rem);
    text-align: right;
}
.reason #contents section {
    width: 100%;
    position: relative;
    background-color: #eaf3f9;
    padding: 60px 0;
}
.reason #contents section:nth-of-type(even) {
    background-color: #FFF;
}
.reason #contents section .inner {
    width: 90%;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}
.reason #contents section .inner h1 {
    width: 200px;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 1;
}
.reason #contents section .inner dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 

    background-color: #dc0032;
}
.reason #contents section .inner dl dt {
    width: 360px;
    color: #FFF;
    font-size: clamp(2rem, 6vw, 6rem);
    line-height: 130%;
    padding: 50px 1em;
}
.reason #contents section .inner dl dd {
    flex: 1;
    color: #FFF;
    padding: 50px 3em 50px 0;
}
.reason #contents section img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

/* Data */

.data .top-image .photo {
    width: 50%;
    background-image: url("../../career/images/topimg_data.jpg");
}
.data .top-image .photo::before {
    display: none;
}
.data .top-image .photo::after {
    display: none;
}
.data #contents section {
    width: 90%;
	max-width: 1000px;
	margin: 0 auto 80px;
}
.data #contents section:nth-last-of-type(1) {
    margin: 0 auto;
}
.data #contents section h2 {
    width: 100%;
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    text-align: center;
    color: #FFF;
    background-color: #5b5b5b;
    border-radius: 60px;
    padding: .5em;
}
.data #contents section h3 {
    width: 100%;
    text-align: center;
    color: #FFF;
    background-color: #dc0032;
    margin-top: 80px;
    padding: .8em .5em;
}
.data #contents section .pict {
    margin-top: 80px;
}
.data #contents section img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.data #contents section a.entry {
    width: 100%;
    max-width: 480px;
    display: block;
    color: #FFF;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    text-align: center;
    text-decoration: none;
    border: 2px solid #dc0032;
    background-color: #dc0032;
    background-image: url("../images/arrow_w.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 40px;
    margin: 8% auto 0;
    padding: 1em 1.5em;
}
.data #contents section a.entry:hover {
    opacity: 1;
    color: #dc0032;
    border: 2px solid #dc0032;
    background-color: #FFF;
    background-image: url("../images/arrow_r.png");
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
    .message .top-image-c::before {
        display: none;
    }
    .message .top-image-c::after {
        display: none;
    }
    .message #contents section {
        position: relative;
        background-color: #eaf3f9;
        padding: 6% 0;
    }
    .message #contents section:nth-of-type(n+2) {
        margin-top: 10%;
    }
    .message #contents section .inner dl {
        width: 100%;
        display: block;
    }
    .message #contents section .inner dt {
        width: 100%;
        display: block;
        text-align: left;
        position: relative;
        padding: 1.2em 1.5em;
    }
    .message #contents section .inner dd {
        display: block;
        position: relative;
        vertical-align: middle;
        padding: 1.5em 0 0 0;
    }
    .message #contents section .inner ul {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .message #contents section .inner ul li {
        width: 100%;
        margin-top: 6%;
    }
    
    /* Education */
    
    .education #contents .info {
        width: 90%;
        text-align: left;
        font-size: clamp(1.4rem, 1.8vw, 1.8rem);
        line-height: 180%;
        margin: 0 auto;
    }
    

    .education #contents section {
        position: relative;
        background-color: #eaf3f9;
        margin-top: 10%;
        padding-bottom: 8%;
    }
    .education #contents section::before {
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        height: 3em;
        background-color: #FFF;
    }
    .education #contents section .inner {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .education #contents section img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .education #contents section .inner h2 {
        width: 100%;
        position: relative;
        color: #FFF;
        background-color: #dc0032;
        margin-bottom: 5%;
        padding: 1.2em 1.5em;
    }
    .education #contents section .inner .shedule {
        width: 100%;
        margin: 6% auto 0;
    }
    .education #contents section .inner .photo {
        max-width: 680px;
        margin: 6% auto 0;
    }
    .education #contents section .inner dl {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .education #contents section .inner dl dt {
        width: 100%;
        display: block;
        background-color: #b9d7eb;
        vertical-align: middle;
        padding: .8em 1em;
    }
    .education #contents section .inner dl dd {
        width: 100%;
        display: block;
        vertical-align: middle;
        background-color: #FFF;
        padding: .8em 1em;
    }
    
    /* story */
    
    .story #contents .pj-head > p {
        text-align: left;
    }
    .story #contents .pj-head > p br {
        display: none;
    }
    
    .story #contents .pj-head .prof-list {
        width: 100%;
        display: block;

    }
    .story #contents .pj-head .prof-list li {
        width: 100%;
        max-width: 100%;
        margin-top: 6%;
    }
    .story #contents .pj-head .prof-list li dl {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .story #contents .pj-head .prof-list li dt {
        width: 35%;
        
    }
    .story #contents .pj-head .prof-list li dt img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .story #contents .pj-head .prof-list li dd {
        flex: 1;
        color: #FFF;
        text-align: left;
        background-color: #dc0032;
        padding: 1.2em 1em;
    }
    .story #contents .pj-head .prof-list li dd h2 {
        font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    }
    .story #contents .pj-head .prof-list li dd p {
        
        margin-top: 1em;
    }
    .story #contents .pj-cont {
        background-color: #eaf3f9;
        background-image: url("../../images/cover_b_lt.png");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 8%;
        margin-top: 80px;
    }
    .story #contents .pj-cont .inner {
        width: 90%;
        max-width: 1200px;
        display: block;

        margin: 0 auto;
        padding: 8% 0;
    }
    .story #contents .pj-cont .inner > h2 {
        width: 100%;
        max-width: 100%;
        color: #FFF;
        text-align: center;
        background-color: #dc0032;
        border-radius: 10px;
        padding: .6em 1em;
    }
    .story #contents .pj-cont .inner .txt {
        width: 100%;
    }
    .story #contents .pj-cont .inner .txt h2 {
        margin: 1em 0;
    }
    .story #contents .pj-cont .inner .photo {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .story #contents .pj-cont .inner .photo div {
        width: 100%;
        margin-top: 8%;
    }
    
    /* Data */

    .data #contents section {
        margin: 0 auto 8%;
    }
    .data #contents section h2 {
        border-radius: 60px;
        padding: .8em;
    }
    .data #contents section h3 {
        margin-top: 8%;
        padding: .8em .5em;
    }
    .data #contents section .pict {
        margin-top: 8%;
    }
    
    /* Reason */

    .reason .top-image-c .txt h1 {
        font-size: clamp(2rem, 8vw, 12rem);
        text-align: right;
    }
    .reason #contents section {
        padding: 6% 0;
    }
    .reason #contents section .inner h1 {
        width: 140px;
        position: absolute;
        top: -10px;
        left: 0;
        z-index: 1;
    }
    .reason #contents section .inner dl {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reason #contents section .inner dl dt {
        width: 100%;
        color: #FFF;
        font-size: clamp(2rem, 6vw, 6rem);
        line-height: 130%;
        padding: 12% 5% 0;
    }
    .reason #contents section .inner dl dt br {
        display: none;
    }
    .reason #contents section .inner dl dd {
        width: 100%;
        color: #FFF;
        padding: 5% 5% 8%;
    }

    
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

