@charset "utf-8";
.id_pass{
    margin-top: 120px;
}

.client section{
    margin-bottom:150px;
}
.client section.pagelink_l{
    margin-bottom:100px;
}

.client section h2{
    margin-bottom:80px;
}

/* MV */
.jigyo_under section.mv,
section.mv {
    margin-bottom: 0;
}

.jigyo_under{
    margin-bottom:124px;
}
.jigyo_under .mv .vision {
    height: 200px;
}
.jigyo_under .mv .inner {
    height: 200px;
}
.jigyo_under .mv .text {
    top: 0;
    padding-right: 25px;
    padding-top: 80px;
}
.jigyo_under .mv .text h1 {
    font-size: 35px;
}

.mv .text h1 .logo img {
    height: 60px;
}

/* pagelink */
.pagelink {
    display: flex;
    justify-content: space-between;
    margin:100px 0 60px;
	font-weight: bold;
    flex-wrap: wrap;
}
.pagelink li {
	width:20%;
	padding:6px 0;
    border-left:2px solid #d7d7d7;
	text-align: center;
}
.pagelink li:last-child {
    border-right:2px solid #d7d7d7;
}
.pagelink li a{
	display: block;
	text-decoration: none;
	color: #333;
}
.pagelink li a:hover{
	opacity: .7;
}
.pagelink li p{
	position: relative;
	display: inline-block;
}
.pagelink li p:after{
	content: "";
    border-right: 2px solid #2f7ea4;
    border-bottom: 2px solid #2f7ea4;
    width: 8px;
    height: 8px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    transition: 0.3s;
}


@media screen and (max-width:1199px) {
    .client section {
        margin-bottom: 100px;
    }

    .jigyo_under .mv .vision img {
        top: -40px;
        max-width: 120%;
        height: auto;
    }
    .jigyo_under .mv .text h1 {
        padding: 0;
    }
	
	/* pagelink */
	.pagelink ul {
	    flex-wrap: wrap;
	}
    .pagelink li p:after{
        right: -15px;
    }
	
	/* ニュース */
    .NewsList dl {
        flex-flow: column;
    }
	.NewsList dt time {
	font-size: 12px;
	}
	.NewsList dt {
		display: flex;
		align-items: center;
		margin-bottom: 5px;
		position: relative;
		background-repeat: no-repeat;
	}
	.NewsList dd{
		background-image: none;
		padding: 0;
	}

    /* useful_infomation */
    .ImgUnderTxtBox .ImgBox img {
        width: auto;
    }
}

@media screen and (max-width:767px) {
    .id_pass {
        margin-top: 0;
    }

    .jigyo_under {
        margin-bottom: 100px;
    }

    main section.mv {
        margin-bottom: 0;
    }

    .client section.pagelink_l{
        margin-bottom:50px;
    }

    .client section h2 {
        margin-bottom: 50px;
    }
    .pagelink{   
        margin-top:0;
    }
    .pagelink li{   
        width: 50%;
        margin-bottom:15px;
        border-left: none;
        text-align: left;
    }
    .pagelink li:last-child {
        width: calc(50% + 2px);
        border-right:none;
    }

    .pagelink li p{
        display: block;
    }   
    .pagelink li p:after {
        right: 60px;
    }

/*.faq-container {
    max-width: 600px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-container dt {
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    background: #007BFF;
    color: white;
    border-radius: 5px;
    margin-top: 10px;
}
.faq-container dd {
    display: none;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 5px;
    margin: 5px 0 10px 20px;
}

.faq-container dd.open {
    display: block;
}
*/
}