
/* CSS Document */

/*==================================================

Each contents
=================================================*/

.number .top-image .photo-cv {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../../environment/images/mv_number.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.number #contents img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.number #contents section {
    width: 100%;
    position: relative;
    background-color: #fed900;
    margin: 80px auto 0;
    padding: 120px 0 80px;
}
.number #contents section:nth-of-type(n+2) {
    margin: 120px auto 0;
}
.number #contents section:nth-of-type(2) {
    background-color: #5fd0ff;
}
.number #contents section:nth-of-type(3) {
    background-color: #62f9c5;
}
.number #contents section .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.number #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;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.number #contents section .inner ul li {
    width: 49.58%;
    max-width: 595px;
    margin-top: 10px;
}
.number #contents section .inner ul li.full {
    width: 100%;
    max-width: 1200px;
}
.number #contents section .inner h1 {
    width: 90%;
    max-width: 800px;
    position: absolute;
    top: -50px;
    left: 50%;
	-webkit-transform: translate(-50%, 0); 
	transform: translate(-50%, 0);
    z-index: 2;
}
.md-open {
    cursor: pointer;
}
.mv-item {
    width: 95%;
    max-width: 860px;
    position: relative;
    border: 5px solid #fed900;
    background-color: #FFF;
    margin: 0 auto;
    padding: 6% 6%;
}
.mv-item img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.white-popup .mfp-close {
    opacity: 0;
    color: #000;
}
.mv-item .close {
    width: 50%;
    max-width: 240px;
    cursor: pointer;
    margin: 6% auto 0;
}

.history .top-image {
    background-color: #FFF;
}
.history #contents {
    padding: 80px 0 0;
}
.history .top-image .photo-cv {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../../company/images/mv_vision.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.history #contents img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.history #contents .timeline {
    width: 100%;
    background: linear-gradient(0deg, #85ddf4, #FFFFFF, #FFFFFF);
    padding: 0 0 100px;
}
.history #contents .timeline .inner {
    width: 90%;
    max-width: 1200px;
    background-image: url("../../company/images/line.png");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: auto;
    margin: 0 auto;
}
.history #contents .timeline .inner section {
    width: 50%;
    position: relative;
}
.history #contents .timeline .inner section:nth-of-type(1)::after {
    content: " ";
	display: block;
    position: absolute;
    width: 10px;
    height: 50%;
    background-color: #FFF;
    top: 0;
    right: -5px;
    z-index: 1;
}

.history #contents .timeline .inner section:nth-last-of-type(1)::after {
    content: " ";
	display: block;
    position: absolute;
    width: 10px;
    height: 50%;
    background-image: url("../../company/images/tensen.png");
    background-position: right bottom;
    background-repeat: repeat-y;
    background-size: auto;
    bottom: 0;
    right: -5px;
    z-index: 1;
}

.history #contents .timeline .inner section:nth-of-type(even) {
    margin: 0 0 0 auto;
}

.history #contents .timeline .inner section .circle {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
	-webkit-transform: translate(50%, -50%); 
	transform: translate(50%, -50%);
    z-index: 2;
}
.history #contents .timeline .inner section:nth-of-type(even) .circle {
    left: 0;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}

.history #contents .timeline .inner section dl {
    width: 83%;
    position: relative;
    background-color: #fe009b;
    padding: 25px;
}
.history #contents .timeline .inner section dl::before {
    content: " ";
	display: block;
    position: absolute;
    width: 24px;
    height: 28px;
    background-image: url("../../company/images/arrow1.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 1;
    
    top: 50%;
    right: -23px;
	-webkit-transform: translate(0, -50%); 
	transform: translate(0, -50%);
}
.history #contents .timeline .inner section:nth-of-type(even) dl {
    margin: 0 0 0 auto;
}
.history #contents .timeline .inner section:nth-of-type(n+2) {
    margin-top: -21%;
    padding: 20px 0;
}
.history #contents .timeline .inner section:nth-of-type(2) dl {
    background-color: #63e80a;
}
.history #contents .timeline .inner section:nth-of-type(2) dl::before {
    left: -23px;
    background-image: url("../../company/images/arrow2.png");
}
.history #contents .timeline .inner section:nth-of-type(3) dl {
    background-color: #fed900;
}
.history #contents .timeline .inner section:nth-of-type(3) dl::before {
    background-image: url("../../company/images/arrow3.png");
}
.history #contents .timeline .inner section:nth-of-type(4) dl {
    background-color: #00b3fe;
}
.history #contents .timeline .inner section:nth-of-type(4) dl::before {
    left: -23px;
    background-image: url("../../company/images/arrow4.png");
}
.history #contents .timeline .inner section:nth-of-type(5) dl {
    background-color: #fea100;
}
.history #contents .timeline .inner section:nth-of-type(5) dl::before {
    background-image: url("../../company/images/arrow5.png");
}
.history #contents .timeline .inner section dt {
    color: #FFF;
    text-align: center;
    background-color: #000;
    padding: .5em 1em;
}
.history #contents .timeline .inner section dd h2 {
    text-align: center;
    margin: .8em 0;
}
.history #contents .timeline .inner section dd .photo {
    margin-top: 30px;
}


.message .top-image {
    background-color: #fed900;
}
.message #contents .inner {
    width: 100%;
    max-width: 1600px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.message #contents .inner .photo {
    width: 37.5%;
    min-width: 400px;
    position: relative;
}
.message #contents .inner .photo-l {
    width: 100%;
    margin-top: 120px;
}
.message #contents .inner .txt {
    flex: 1;
    padding: 0 5%;
}
.message #contents .inner .txt h1 {
    text-align: left;
    font-size: clamp(2rem, 5vw, 5.6rem);
    line-height: 140%;
}
.message #contents .inner .txt h1 strong {
    color: #fead00;
}
.message #contents .inner .txt p {
    font-size: clamp(1.2rem, 1.8vw, 2rem);
    margin-top: 1em;
}
.message #contents .inner .txt p.name {
    font-size: clamp(1.6rem, 1.8vw, 2.4rem);
    text-align: right;
    margin-top: 2em;
}
.message #contents .inner .txt p.name strong {
    font-size: clamp(1.8rem, 2.4vw, 3rem);
    margin-top: 1em;
}
.message #contents img {
    width: 100%;
	max-width: 100%;
	height: auto;
}


.company .top-image {
    background-color: #FFF;
}
.company .top-image .photo-cv {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../../company/images/mv_company.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.company #contents img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.company #contents .company-prof {
    
}
.company #contents .company-prof ul {
    width: 90%;
    max-width: 1200px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.company #contents .company-prof ul li {
    width: 30%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-top: 60px;
    padding: 25px 25px;
}
.company #contents .company-prof ul li p {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    line-height: 160%;
    margin-top: 1em;
}
.company #contents .company-vision .vision {
    background: linear-gradient(0deg, #85ddf4, #FFFFFF, #FFFFFF);
    padding: 80px 5% 50px;
}
.company #contents .company-vision .vision .pict {
    max-width: 1295px;
    margin: 0 auto;
}
.company #contents .company-vision .vision-info {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.company #contents .company-vision .vision-info 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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #999;
    
    padding: 60px 0;
}
.company #contents .company-vision .vision-info dl dt {
    width: 200px;
}
.company #contents .company-vision .vision-info dl dd {
    flex: 1;
    padding-left: 6%;
}
.company #contents .company-vision .vision-info dl dd h2 {
    font-size: clamp(2rem, 3vw, 3.6rem);
    border: 4px solid #000;
    padding: .8em .8em;
}
.company #contents .company-vision .vision-info dl dd h3 {
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    color: #fe5400;
    line-height: 150%;
    margin: 30px 0;
}
.company #contents .company-vision .vision-info dl dd ul {
    padding: 30px 0;
}
.company #contents .company-vision .vision-info dl dd li {
    font-size: clamp(1.8rem, 2.8vw, 2.8rem);
    color: #fe5400;
    line-height: 150%;
    text-indent: -1.5em;
    padding: .2em 0;
    padding-left: 1.5em;
}


.education .top-image {
    background-color: #FFF;
}
.education .top-image .photo-cv {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../../environment/images/mv_education.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.education #contents .inner section:nth-of-type(1) {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.education #contents .inner section:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
    background-color: #fed900;
    margin-top: 80px;
    padding: 80px 0;
}
.education #contents .inner section h1 {
    text-align: center;
    font-size: clamp(2rem, 5vw, 5.6rem);
    line-height: 140%;
    margin-bottom: 1em;
}
.education #contents .inner section h1 strong {
    color: #0091ce;
}
.education #contents .inner section h3 {
    text-align: center;
    font-size: clamp(1.6rem, 2.8vw, 2.8rem);
    font-size: 700;
    line-height: 160%;
    margin-top: 2em;
}
.education #contents .inner section h3 strong {
    color: #0091ce;
}
.education #contents .inner section h3 span {
    display: inline-block;
}
.education #contents .inner section 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: #0091ce;
    
    margin-top: 40px;
    padding: 5%;
}
.education #contents .inner section dl dt {
    width: 20%;
    max-width: 202px;
}
.education #contents .inner section dl dd {
    flex: 1;
    color: #FFF;
    padding-left: 5%;
}
.education #contents .inner section dl dd p {
    margin-top: 1em;
}
.education #contents img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.education #contents .inner section .title-s {
    width: 90%;
    max-width: 1000px;
    text-align: center;
    border: 4px solid #000;
    margin: 0 auto .8em;
    padding: .3em .5em;
}
.education #contents .inner section table {
    width: 90%;
    max-width: 1200px;
    border-collapse: separate;
    border-spacing: 0 10px; 
    margin: 0 auto;
}
.education #contents .inner section table th {
    width: 30%;
    color: #FFF;
    text-align: center;
    font-size: clamp(1.6rem, 2vw, 2rem);
    vertical-align: middle;
    line-height: 160%;
    background-color: #838383;
    padding: 2em 2em;
}
.education #contents .inner section table td {
    vertical-align: middle;
    background-color: #FFF;
    padding: 2em 2em;
}

.welfare .top-image {
    background-color: #FFF;
}
.welfare .top-image .photo-cv {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../../environment/images/mv_welfare.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.welfare #contents .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.welfare #contents .inner h2 {
    text-align: center;
    font-size: clamp(1.6rem, 2vw, 2.8rem);
}
.welfare #contents .inner h2 span {
    display: inline-block;
}
.welfare #contents .inner h2 strong {
    color: #ff67c4;
}
.welfare #contents .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;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.welfare #contents .inner ul li {
    width: 31.6%;
    max-width: 380px;
    overflow: hidden;
    border-radius: 20px;
    border: 3px solid #000;
    margin-top: 40px;
}
.welfare #contents .inner ul li dl dt {
    text-align: center;
    background-color: #ff67c4;
    padding: 8%;
}
.welfare #contents .inner ul li:nth-of-type(even) dl dt {
    background-color: #5fd0ff;
}
.welfare #contents .inner ul li dl dd {
    padding: 6% 8%;
}
.welfare #contents .inner ul li dl dt img {
    width: 100%;
	max-width: 242px;
	height: auto;
}

.entry-data .top-image {
    background-color: #FFF;
}
.entry-data .top-image .photo-cv {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../../entry/images/mv.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.entry-data #contents .inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.entry-data #contents .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;
}
.entry-data #contents .inner ul li {
    width: 50%;
    background-color: #ff9000;
    background-image: url("../../entry/images/recruit_data_03.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 60%;
    padding: 140px 0;
}
.entry-data #contents .inner ul li:nth-of-type(2) {
    background-color: #e60000;
    background-image: url("../../entry/images/recruit_data_05.png");
}
.entry-data #contents .inner ul li a {
    display: block;
    width: 90%;
    max-width: 290px;
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background-color: #000;
    border: 5px solid #000;
    background-image: url("../images/arrow_l.png");
    background-position: center bottom 20px;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 20px;
    margin: 0 auto;
    padding: 80px 1em;
}
.entry-data #contents .inner ul li a:hover {
    opacity: 1;
    color: #000;
    background-color: #FFF;
}
.entry-data #contents .inner ul li:nth-of-type(2) a {
    background-image: url("../images/arrow_rd.png");
}


@media only screen and (min-width:1px) and (max-width: 768px) {
    
    .number #contents section {
        width: 100%;
        position: relative;
        background-color: #fed900;
        margin: 8% auto 0;
        padding: 12% 0 8%;
    }
    .number #contents section:nth-of-type(n+2) {
        margin: 12% auto 0;
    }
    .number #contents section .inner {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .number #contents section .inner ul li {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }
    .number #contents section .inner ul li.full {
        width: 100%;
        max-width: 1200px;
    }
    .number #contents section .inner h1 {
        width: 90%;
        max-width: 800px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -40%); 
        transform: translate(-50%, -40%);
        z-index: 2;
    }
    
    .history #contents {
        padding: 8% 0 0;
    }
    
    .history #contents .timeline .inner section {
        width: 100%;
        position: relative;
    }
    .history #contents .timeline .inner section:nth-of-type(n+2) {
        margin-top: 10%;
        padding: 0;
    }
    .history #contents .timeline .inner section:nth-of-type(1)::after {
        display: none;
    }
    .history #contents .timeline .inner section:nth-last-of-type(1)::after {
        display: none;
    }
    .history #contents .timeline .inner section .circle {
        display: none;
    }
    .history #contents .timeline .inner section:nth-of-type(even) .circle {
        display: none;
    }
    .history #contents .timeline .inner section dl {
        width: 100%;
        position: relative;
        background-color: #fe009b;
        padding: 15px;
    }
    .history #contents .timeline .inner section dl::before {
        content: " ";
        display: none;
    }
    
    .history #contents .timeline .inner section dt {
        padding: .5em 1em;
    }
    .history #contents .timeline .inner section dd h2 {
        text-align: center;
        margin: .8em 0;
    }
    .history #contents .timeline .inner section dd .photo {
        margin-top: 4%;
    }
    
    .message #contents .inner {
        width: 100%;
        max-width: 1600px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        
        margin: 0 auto;
    }
    .message #contents .inner .photo {
        width: 100%;
        min-width: initial;
        min-width: auto;
        margin-bottom: 8%;
    }
    .message #contents .inner .photo-l {
        width: 100%;
        margin-top: 10%;
    }
    .message #contents .inner .txt {
        padding: 0 5%;
    }
    .message #contents .inner .txt p {
        margin-top: 2em;
    }
    
    .company #contents .company-prof ul {
        width: 90%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .company #contents .company-prof ul li {
        width: 100%;
        border-radius: 10px;
        margin-top: 6%;
        padding: 6%;
    }
    .company #contents .company-prof ul li h2 {
        width: 80%;
        max-width: 316px;
        margin: 0 auto;
    }
    .company #contents .company-prof ul li p {
        font-size: clamp(1.4rem, 1.6vw, 1.6rem);
        line-height: 160%;
        margin-top: 1em;
    }
    .company #contents .company-vision .vision {
        background: linear-gradient(0deg, #85ddf4, #FFFFFF, #FFFFFF);
        padding: 8% 5% 5%;
    }
    .company #contents .company-vision .vision .pict {
        max-width: 1295px;
        margin: 0 auto;
    }
    .company #contents .company-vision .vision-info {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .company #contents .company-vision .vision-info dl {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        border-bottom: 2px solid #999;

        padding: 6% 0;
    }
    .company #contents .company-vision .vision-info dl dt {
        width: 60%;
        max-width: 140px;
        margin: 0 auto 4%;
    }
    .company #contents .company-vision .vision-info dl dd {
        flex: 1;
        padding-left: 0;
    }
    .company #contents .company-vision .vision-info dl dd h2 {
        padding: .8em .8em;
    }
    .company #contents .company-vision .vision-info dl dd h3 {
        margin: 4% 0;
    }
    .company #contents .company-vision .vision-info dl dd ul {
        padding: 4% 0;
    }

    
    .education #contents .inner section:nth-of-type(2) {
        margin-top: 8%;
        padding: 8% 0;
    }
    .education #contents .inner section dl {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        
        margin-top: 5%;
        padding: 5%;
    }
    .education #contents .inner section dl dt {
        width: 40%;
        max-width: 202px;
    }
    .education #contents .inner section dl dd {
        flex: 1;
        color: #FFF;
        padding: 5% 0 0 0;
    }
    .education #contents .inner section dl dd h2 {
        text-align: center;
    }
    
    .education #contents .inner section .title-s {
        padding: .6em .5em;
    }
    .education #contents .inner section table th {
        width: 100%;
        display: block;
        padding: 1em 1em;
    }
    .education #contents .inner section table th br {
        display: none;
    }
    .education #contents .inner section table td {
        width: 100%;
        display: block;
        vertical-align: middle;
        background-color: #FFF;
        padding: 1em 1em;
    }
    
    .welfare #contents .inner ul li {
        width: 48%;
        margin-top: 6%;
    }
    .welfare #contents .inner ul li dl dd p {
        line-height: 160%;
    }
    
    .entry-data #contents .inner ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .entry-data #contents .inner ul li {
        width: 100%;
        background-color: #ff9000;
        background-size: 70%;
        padding: 13% 0;
    }
    .entry-data #contents .inner ul li a {
        border-radius: 10px;
        background-position: center bottom 10px;
        margin: 0 auto;
        padding: 20% 1em;
    }
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

