
/* CSS Document */

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

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

.about-cont {
    width: 100%;
    margin: 120px auto 0;
}
.about-cont > .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.about-cont > .inner > p {
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 200%;
    text-align: center;
    margin-bottom: 6%;
}
.about-cont .inner .products {
    max-width: 700px;
    margin: 4% auto 0;
}
.about-cont .department {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.about-cont .department .item {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    background-color: #e21631;
    margin: 80px auto 0;
}
.about-cont .department > div:nth-of-type(odd) {
    flex-flow: row-reverse wrap;
}
.about-cont .department .item::after {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
    mix-blend-mode: screen;
    background-image: url("../../images/efect_2.png");
    background-position: right bottom;
    background-repeat: repeat-x;
    background-size: auto;
    top: 0;
    left: 0;
    z-index: 1;
}
.about-cont .department .photo {
    width: 50%;
    position: relative;
    text-align: center;
    background-color: #eff8ff;
    z-index: 2;
}
.about-cont .department .photo.pict-map img {
    width: 100%;
	max-width: 485px;
	height: auto;
}

.about-cont .department .photo.fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-cont .department .txt {
    width: 50%;
    max-width: 750px;
    display: flex;
    align-items: center;
    color: #FFF;
    margin: 0 auto;
    padding: 5%;
}
.about-cont .department .txt h2 {
    width: 100%;
}
.about-cont .department .txt p {
    width: 100%;
    margin-top: 1em;
}
.about-cont .relation {
    width: 90%;
    max-width: 1200px;
    margin: 100px auto 0;
}
.about-cont .relation .pict-map {
    width: 100%;
    max-width: 1200px;
    margin: 6% auto 0;
}
.about-cont .works {
    width: 90%;
    max-width: 1200px;
    margin: 100px auto 0;
}
.about-cont .works .inner {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.about-cont .works .inner dl {
    width: 48%;
    max-width: 550px;
    position: relative;
    background-color: #e21631;
    margin-top: 6%;
}
.about-cont .works .inner dl dd {
    position: relative;
    color: #FFF;
    padding: 8% 5% 12%;
}
.about-cont .works .inner dl dd h2 {
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    text-align: center;
    margin-bottom: 5%;
}
.about-cont .works .inner dl dd::after {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
    mix-blend-mode: screen;
    background-image: url("../../images/efect_2.png");
    background-position: left top;
    background-repeat: repeat-x;
    background-size: auto;
    top: 0;
    left: 0;
    z-index: 1;
}

.about-cont img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.message-cont {
    width: 100%;
    background-color: #e5eefc;
    padding: 140px 0 120px;
}
.message-cont h1 {
    width: 100%;
    position: relative;
    color: #e21631;
    text-align: center;
    letter-spacing: .1em;
    background-image: url("../../images/index_12.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto;
    padding-bottom: 60px;
}
.message-cont h1::before {
    content: " ";
	display: block;
    position: absolute;
    width: 277px;
    height: 150px;
    background-image: url("../../message/images/message_03.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    right: 8%;
    bottom: 0;
    z-index: 1;
}
.message-cont .inner {
    width: 90%;
    max-width: 1200px;
    position: relative;
    margin: 80px auto 0;
}
.message-cont .inner p {
    color: #e21631;
    font-size: clamp(1.4rem, 2vw, 2.4rem);
    line-height: 200%;
    letter-spacing: .1em;
}
.message-cont .inner .photo {
    width: 40%;
    max-width: 460px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.message-cont .inner .photo div {
    margin-bottom: 50px;
}
.message-cont .inner .photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.person-cont {
    width: 100%;
    padding: 140px 0 0;
}
.person-cont h1 {
    width: 100%;
    position: relative;
    color: #e21631;
    text-align: center;
    letter-spacing: .1em;
    background-image: url("../../images/index_12.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto;
    padding-bottom: 60px;
}
.person-cont h1::before {
    content: " ";
	display: block;
    position: absolute;
    width: 277px;
    height: 150px;
    background-image: url("../../message/images/message_07.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    left: 8%;
    bottom: 0;
    z-index: 1;
}
.person-cont .inner ul {
    width: 90%;
    max-width: 1000px;
    position: relative;
    margin: 80px auto 0;
}
.person-cont .inner ul li {
    color: #FFF;
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    letter-spacing: .1em;
    background-color: #de1731;
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 60px;
    margin-top: 50px;
    padding: 1em 1em 1em 86px;
}
.person-cont .inner ul li:nth-of-type(1) {
    background-image: url("../../message/images/1.png");
}
.person-cont .inner ul li:nth-of-type(2) {
    background-image: url("../../message/images/2.png");
}
.person-cont .inner ul li:nth-of-type(3) {
    background-image: url("../../message/images/3.png");
}
.person-cont .inner ul li:nth-of-type(4) {
    background-image: url("../../message/images/4.png");
}

.person-cont .inner .photo {
    width: 100%;
    max-width: 1600px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
}
.person-cont .inner .photo div {
    width: 33.33%;
    margin-top: 100px;
}
.person-cont .inner .photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.education-cont {
    width: 90%;
    max-width: 1200px;
    margin: 120px auto 0;
}
.education-cont img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.education-cont .step-list {
    width: 100%;
    margin: 100px auto 0;
}
.education-cont .step {
    margin-top: 100px;
}
.education-cont .step h2 {
    margin-bottom: 40px;
}
.education-cont .step li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background-color: #ebf8fa;
    border-bottom: 2px solid #CCC;
    padding: 3%;
}
.education-cont .step li:nth-last-of-type(1) {
    border-bottom: none;
}
.education-cont .step li h3 {
    width: 13%;
}
.education-cont .step li h4 {
    width: 10em;
    color: #FFF;
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    line-height: 180%;
    font-weight: 500;
    text-align: center;
    background-color: #00a6bf;
    border-radius: 8px;
    margin: 2em 0 .8em;
    padding: .4em 1em;
}
.education-cont .step li dl {
    width: 45%;
    padding-top: 2%;
}
.education-cont .step li dl dt {
    color: #00a6bf;
    font-size: clamp(1.8rem, 2.8vw, 2.8rem);
    margin-bottom: .5em;
}
.education-cont p {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    line-height: 180%;
}
.education-cont .step li .photo {
    width: 35%;
}

.education-cont .career {
    margin-top: 100px;
}
.education-cont .career ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.education-cont .career ul li {
    width: 48%;
    position: relative;
    background-color: #00a6bf;
    margin-top: 60px;
    padding: 5% 3%;
}
.education-cont .career ul li::after {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
    mix-blend-mode: screen;
    background-image: url("../../images/efect_2.png");
    background-position: right top;
    background-repeat: repeat-x;
    background-size: auto;
    top: 0;
    left: 0;
    z-index: 1;
}
.education-cont .career ul li .inner {
    position: relative;
    z-index: 2;
}
.education-cont .inner h3 {
    color: #FFF;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    line-height: 180%;
    text-align: center;
    margin-bottom: 1em;
}

.education-cont .inner p {
    color: #FFF;
}

.education-cont .career-etc {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.education-cont .career-etc > div {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-top: 60px;
}

.education-cont .career-etc > div .inner {
    flex-grow: 1;
    width: 100%;
    position: relative;
    background-color: #00a6bf;
    margin-top: 40px;
    padding: 10% 6%;
}
.education-cont .career-etc > div .inner::after {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
    mix-blend-mode: screen;
    background-image: url("../../images/efect_2.png");
    background-position: right top;
    background-repeat: repeat-x;
    background-size: auto;
    top: 0;
    left: 0;
    z-index: 1;
}

.welfare-cont {
    width: 90%;
    max-width: 1200px;
    margin: 120px auto 0;
}
.welfare-cont img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.welfare-cont ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.welfare-cont ul li {
    width: 48%;
    margin-top: 80px;
}
.welfare-cont ul li h2 {
    color: #FFF;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    line-height: 180%;
    text-align: center;
    background-color: #00a6bf;
    padding: 1em;
}
.welfare-cont ul li p {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    line-height: 180%;
    padding: 2em 0 0;
}

.number-cont {
    width: 100%;
    margin: 60px auto 0;
}
.number-cont ul {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.number-cont ul li {
    width: 48.33%;
    max-width: 580px;
    margin-top: 60px;
}
.number-cont .etc {
    background-color: #00a6bf;
    margin-top: 100px;
    padding: 60px 0;
}
.number-cont .etc h2 {
    width: 90%;
    max-width: 400px;
    color: #FFF;
    text-align: center;
    border: 2px solid #FFF;
    margin: 0 auto;
    padding: .5em 1em;
}
.number-cont ul li img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.entry-cont {
    width: 90%;
    max-width: 1200px;
    border: 3px solid #e21631;
    border-radius: 20px;
    margin: 120px auto 0;
    padding: 40px 5%;
}
.entry-cont > p {
    width: 70%;
    position: absolute;
    color: #FFF;
    text-align: center;
    background-color: #e21631;
    border-radius: 60px;
    top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
    padding: .6em 1em;
    z-index: 2;
}
.entry-cont .banner a {
    width: 100%;
    max-width: 400px;
    position: relative;
    display: block;
    text-align: center;
    background-color: #fff;
    border: 1px solid #999;
    margin: 30px auto 0;
    padding: 20px 10px;
    z-index: 2;
}
.entry-cont .banner a img {
    width: 100%;
	max-width: 200px;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 1000px) {
    
    .message-cont h1 {
        width: 100%;
        background-size: 100% 7px;
    }
    .message-cont h1::before {
        width: 180px;
        height: 97px;
        background-size: contain;
        right: 5%;
        bottom: 0;
        z-index: 1;
    }
    .person-cont h1 {
        width: 100%;
        background-size: 100% 7px;
    }
    .person-cont h1::before {
        width: 180px;
        height: 97px;
        background-size: contain;
        left: 5%;
        bottom: 0;
        z-index: 1;
    }
   
}
@media only screen and (min-width:1px) and (max-width: 768px) {
    
    .about-cont {
        width: 100%;
        margin: 10% auto 0;
    }
    .about-cont > .inner > p {
        text-align: left;
        margin-bottom: 6%;
    }
    .about-cont > .inner > p br {
        display: none;
    }
    .about-cont .inner .products {
        max-width: 700px;
        margin: 4% auto 0;
    }
    .about-cont .department .item {
        width: 100%;
        position: relative;
        flex-direction: column;
        background-color: #e21631;
        margin: 10% auto 0;
    }
    .about-cont .department > div:nth-of-type(odd) {
        flex-direction: column;
    }
    .about-cont .department .item::after {
        background-position: right bottom;
        background-repeat: repeat-x;
        background-size: 280%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .about-cont .department .photo {
        width: 100%;
        position: relative;
        text-align: center;
        background-color: #eff8ff;
        z-index: 2;
    }
    .about-cont .department .photo.pict-map img {
        width: 80%;
        max-width: 485px;
        height: auto;
    }
    .about-cont .department .txt {
        width: 100%;
        max-width: 750px;
        display: block;
        color: #FFF;
        margin: 0 auto;
        padding: 8% 5%;
    }
    .about-cont .department .txt h2 {
        text-align: center;
    }
    .about-cont .relation {
        margin: 10% auto 0;
    }
    .about-cont .works {
        margin: 10% auto 0;
    }
    .about-cont .works .inner {
        width: 100%;
        display: block;
    }
    .about-cont .works .inner dl {
        width: 100%;
        max-width: 550px;
        position: relative;
        background-color: #e21631;
        margin: 8% auto 0;
    }
    .about-cont .works .inner dl dd {
        position: relative;
        color: #FFF;
        padding: 8% 5% 10%;
    }
    .about-cont .works .inner dl dd h2 {
        font-size: clamp(1.8rem, 2.4vw, 2.4rem);
        text-align: center;
        margin-bottom: 5%;
    }
    .about-cont .works .inner dl dd::after {
        background-position: right bottom;
        background-repeat: repeat-x;
        background-size: 280%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .message-cont {
        width: 100%;
        background-color: #e5eefc;
        padding: 10% 0;
    }
    .message-cont h1 {
        padding-bottom: 70px;
        background-size: 100% 4px;
    }
    .message-cont h1::before {
        width: 100px;
        height: 54px;
        right: 50%;
        bottom: 0;
        -webkit-transform: translate(50%, 0); 
        transform: translate(50%, 0);
        z-index: 1;
    }
    .message-cont .inner {
        width: 90%;
        max-width: 1200px;
        position: relative;
        margin: 6% auto 0;
    }
    .message-cont .inner p {
        text-align: center;
    }
    .message-cont .inner .photo {
        width: 100%;
        max-width: 460px;
        position: relative;
        margin: 8% auto 0;
    }
    .message-cont .inner .photo div {
        margin-bottom: 5%;
    }
    
    .person-cont {
        width: 100%;
        padding: 14% 0 0;
    }
     .person-cont h1 {
        padding-bottom: 70px;
        background-size: 100% 4px;
    }
    .person-cont h1::before {
        width: 100px;
        height: 54px;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 0); 
        transform: translate(-50%, 0);
        z-index: 1;
    }
    .person-cont .inner ul {
        margin: 8% auto 0;
    }
    .person-cont .inner ul li {
        color: #FFF;
        background-position: left 20px center;
        background-size: 6%;
        border-radius: 60px;
        margin-top: 6%;
        padding: 1em 1em 1em 15%;
    }

    .person-cont .inner .photo {
        width: 100%;
        display: block;
        flex-flow: row wrap;
        margin: 8% auto;
    }
    .person-cont .inner .photo div {
        width: 90%;
        max-width: 460px;
        margin: 5% auto 0;
    }
    
    .education-cont {
        width: 90%;
        max-width: 1200px;
        margin: 12% auto 0;
    }
    .education-cont .step-list {
        width: 100%;
        max-width: 360px;
        margin: 10% auto 0;
    }
    .education-cont .step {
        margin-top: 10%;
    }
    .education-cont .step h2 {
        margin-bottom: 5%;
    }
    .education-cont .step li {
        width: 100%;
        padding: 6%;
    }
    .education-cont .step li:nth-last-of-type(1) {
        border-bottom: none;
    }
    .education-cont .step li h3 {
        width: 20%;
        margin: 0 auto;
    }
    .education-cont .step li h4 {
        width: 100%;
        color: #FFF;
        margin: 1em 0 .8em;
        padding: .4em 1em;
    }
    .education-cont .step li dl {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding-top: 5%;
    }
    .education-cont .step li dl dt {
        text-align: center;
    }
    .education-cont p {
        font-size: clamp(1.6rem, 1.8vw, 1.8rem);
        line-height: 180%;
    }
    .education-cont .step li .photo {
        width: 100%;
        max-width: 480px;
        margin: 5% auto 0;
    }
    
    .education-cont .career {
        margin-top: 10%;
    }
    .education-cont .career ul {
        flex-direction: column;
        align-items: center; 
    }
    .education-cont .career ul li {
        width: 100%;
        max-width: 100%;
        position: relative;
        background-color: #00a6bf;
        margin-top: 5%;
        padding: 8% 5%;
    }
    .education-cont .career ul li::after {
        background-position: center bottom;
        background-size: 200%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .education-cont .inner h3 {
        margin-bottom: .5em;
    }
    .education-cont .career-etc {
        display: block;
    }
    .education-cont .career-etc > div {
        display: block;
        width: 100%;
        margin-top: 6%;
    }
    .education-cont .career-etc > div .inner {
        margin-top: 5%;
        padding: 8% 5%;
    }
    .education-cont .career-etc > div .inner::after {
        background-position: center bottom;
        background-size: 200%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .welfare-cont {
        width: 90%;
        max-width: 1200px;
        margin: 12% auto 0;
    }
    .welfare-cont img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .welfare-cont ul li {
        width: 100%;
        max-width: 480px;
        margin-top: 8%;
    }
    .welfare-cont ul li h2 {
        color: #FFF;
        font-size: clamp(1.8rem, 2.4vw, 2.4rem);
        line-height: 180%;
        text-align: center;
        background-color: #00a6bf;
        padding: 1em;
    }
    .welfare-cont ul li p {
        font-size: clamp(1.6rem, 1.8vw, 1.8rem);
        line-height: 180%;
        padding: 1em 0 0;
    }

    .number-cont {
        width: 100%;
        margin: 6% auto 0;
    }
    .number-cont ul {
        display: block;
        margin: 0 auto;
    }
    .number-cont ul li {
        width: 80%;
        max-width: 580px;
        margin: 6% auto 0;
    }
    .number-cont .etc {
        background-color: #00a6bf;
        margin-top: 10%;
        padding: 6% 0;
    }
    .number-cont .etc h2 {
        max-width: 400px;
        color: #FFF;
        text-align: center;
        border: 2px solid #FFF;
        margin: 0 auto;
        padding: .5em 1em;
    }
    
    .entry-cont {
        border-radius: 10px;
        margin: 12% auto 0;
        padding: 40px 5%;
    }
    .entry-cont > p {
        width: 90%;
    }
}

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

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

}

