@charset "UTF-8";

main .common-inner.corp-info-wrap {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
@media(max-width: 900px) {
	main .common-inner.corp-info-wrap {
		padding-top: 20px;
	}
}
main .common-inner.corp-info-wrap .corp-info {
	width: 66%;
	order: 1;
}
main .corp-info .corp-lead {
	padding-bottom: 50px;
}
main .corp-info dl {
	border-bottom: #000 solid 1px;
}
main .corp-info dl dt {
	float: left;
	width: 230px;
	border-top: #000 solid 1px;
}
main .corp-info dl dd {
	margin-left: 230px;
	border-top: #000 solid 1px;
}
main .corp-info dl dt,
main .corp-info dl dd {
	padding: 8px 0;
}
main .common-inner.corp-info-wrap .corp-img {
	width: 30%;
	order: 2;
}
main .common-inner.corp-info-wrap .corp-img div {
	line-height: 0;
	margin-bottom: 15px;
}
@media(max-width: 900px) {
	main .common-inner.corp-info-wrap {
		display: block;
	}
	main .common-inner.corp-info-wrap .corp-info {
		width: auto;
	}
	main .corp-info .corp-lead {
		padding-bottom: 20px;
	}
	main .common-inner.corp-info-wrap .corp-img {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
		padding-bottom: 6px;
	}
	main .common-inner.corp-info-wrap .corp-img div {
		width: 49%;
		margin-bottom: 0;
	}
}
@media(max-width: 500px) {
	main .corp-info dl dt {
		float: none;
		width: auto;
		background-color: rgba(0,20,70,0.1);
	}
	main .corp-info dl dd {
		margin-left: 0;
		padding-left: 10px;
	}
	main .corp-info dl dt,
	main .corp-info dl dd {
		padding: 5px 10px;
	}
	main .common-inner.corp-info-wrap .corp-img {
		width: 100%;
	}
}

main .map {
	margin-top: 30px;
	margin-bottom: 8px;
}
.map iframe {
	width: 100%;
	height: 500px;
	border: none;
}
@media(max-width: 900px) {
	.map iframe {
		height: 400px;
	}
}
@media(max-width: 500px) {
	.map iframe {
		height: 300px;
	}
}
.square a {
	text-decoration: underline;
}
.square a:hover {
	text-decoration: none;
}
@media(max-width: 500px) {
	main ul.square li:nth-of-type(n+2) {
		margin-top: 6px;
	}
}
main dl.corp-history {
	/*border-bottom: #000 dotted 1px;*/
	margin-top: 10px;
	line-height: 1.1em;
}
main dl.corp-history dt {
	float: left;
	width: 120px;
}
main dl.corp-history dd {
	margin-left: 120px;
}
main dl.corp-history,
main dl.corp-history dt,
main dl.corp-history dd {
	background-image: linear-gradient(to right, #001446, #001446 3px, transparent 3px);
	background-size: 6px 1px;
	background-repeat: repeat-x;
}
main dl.corp-history {
	background-position: bottom;
}
main dl.corp-history dt,
main dl.corp-history dd {
	background-position: top;
	padding: 10px 0;
}
@media(min-width: 500px) {
main dl.corp-history dt:nth-of-type(1),
main dl.corp-history dd:nth-of-type(1) {
	background-image: none;
}
}
@media(max-width: 500px) {
	main dl.corp-history dt {
		float: none;
		width: auto;
		background-color: rgba(0,20,70,0.1);
	}
	main dl.corp-history dd {
		margin-left: 0;
		padding-left: 10px;
	}
	main dl.corp-history dt,
	main dl.corp-history dd {
		padding: 5px 10px;
	}
	main dl.corp-history,
	main dl.corp-history dt,
	main dl.corp-history dd {
		background-image: linear-gradient(to right, #001446, #001446 2px, transparent 2px);
		background-size: 4px 1px;
	}
}

/* コーポレートミッション */
main .common-inner.corp-mission {
	padding-top: 20px;
}
@media(max-width: 500px) {
	main .common-inner.corp-mission {
		padding-top: 10px;
	}
}
.mission-wrap {
	position: relative;
	margin-top: 20px;
}
@media(max-width: 500px) {
	.mission-wrap img {
		display: none;
	}
	.mission-wrap {
		margin-top: 10px;
		background-image: url("../images/mission01-sp.webp");
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
		padding-top: 10px;
		padding-bottom: 20px;
	}
}
.mission-wrap .mission {
	background: rgb(160,167,186);
	background: radial-gradient(circle, rgba(160,167,186,0.85) 0%, rgba(0,20,70,0.85) 45%, rgba(0,20,44,0.85) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33%;
	border-radius: 50%;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media(max-width: 500px) {
	.mission-wrap .mission {
		position: static;
		transform: none;
		
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
.mission-wrap .mission::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.mission-wrap h3 {
	font-size: 340%;
	font-weight: 900;
	color: #fff;
	line-height: 1.00em;
	text-align: center;
}
@media(max-width: 1000px) {
	.mission-wrap h3 {
		font-size: 240%;
	}
}


/*
.mission-wrap .mission1,
.mission-wrap .mission2,
.mission-wrap .mission3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33%;
	border-radius: 50%;
	background: rgb(160,167,186);
	background: radial-gradient(circle, rgba(160,167,186,0.85) 0%, rgba(0,20,70,0.85) 45%, rgba(0,20,44,0.85) 100%);
	position: absolute;
}

.mission-wrap .muon:hover {
	transform: scale(1.10);
	transition: 0.5s all;
	opacity: 0.9;
}
.mission-wrap .mission1 p,
.mission-wrap .mission2 p,
.mission-wrap .mission3 p {
	font-size: 230%;
	font-weight: 900;
	color: #fff;
	line-height: 0.9em;
	text-align: center;
}
.mission-wrap .mission1 p span,
.mission-wrap .mission2 p span,
.mission-wrap .mission3 p span {
	position: relative;
	padding-left: 20px;
}
.mission-wrap .mission1 p span::before,
.mission-wrap .mission2 p span::before,
.mission-wrap .mission3 p span::before {
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../images/icn.svg");
    background-position: center;
    background-size: contain;
	position: absolute;
	top: 10px;
	left: -15px;
}
.mission-wrap .mission1 {
	top: 3.5%;
	left: 34%;
}
.mission-wrap .mission2 {
	bottom: 3.5%;
	left: 6%;
}
.mission-wrap .mission3 {
	bottom: 3.5%;
	right: 6%;
}
*/



/* モーダル表示 */
.modal-wrap {
	width: 33%;
	position: absolute;
}
@media(max-width: 500px) {
	.modal-wrap {
		position: static;
	}
}
.modal-wrap::before {
	content: "";
	display: block;
	padding-top: 50%;
}
.mission01 {
	top: 3.5%;
	left: 33%;
}
.mission02 {
	bottom: 3.5%;
	left: 6%;
}
.mission03 {
	bottom: 3.5%;
	right: 6%;
}
@media(max-width: 500px) {
	.modal-wrap::before {
		padding-top: 0;
	}
	.mission01, .mission02, .mission03 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	
}
.modal-wrap input {
    display: none;
}
.modal-open-label,
.modal-close-label {
    cursor: pointer;
}

.modal-open-label {
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
	background: rgb(160,167,186);
	background: radial-gradient(circle, rgba(160,167,186,0.85) 0%, rgba(0,20,70,0.85) 45%, rgba(0,20,44,0.85) 100%);
    color: #ffffff;
    font-size: 220%;
	font-weight: 900;
	line-height: 0.9em;
	text-align: center;
	transition: 0.5s;
}
@media(max-width: 1000px) {
	.modal-open-label {
		font-size: 160%;
	}
}
@media(max-width: 500px) {
	.modal-open-label {
		width: auto;
		padding: 23px 0;
	}
}
.modal-open-label:hover {
    transform: scale(1.08);
	transition: 0.5s all;
	opacity: 0.9;
}
.modal-open-label span {
	position: relative;
}
.modal-open-label span::before {
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../images/icn.svg");
    background-position: center;
    background-size: contain;
	position: absolute;
	top: 4px;
}
@media(max-width: 1000px) {
	.modal-open-label span::before {
		top: 1px;
		width: 20px;
    	height: 20px;
	}
}
.mission01 .modal-open-label span::before {
	/*left: -15px;*/
	left: -7%;
}
.mission02 .modal-open-label span::before {
	/*left: -34px;*/
	left: -23%;
}
.mission03 .modal-open-label span::before {
	/*left: 5px;*/
	left: 3%;
}

/* モーダル */
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.modal-open-input:checked + label + input + .modal {
    display: block;
    animation: modal-2-animation .6s;
}
.modal-content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}
@media(max-width: 500px) {
	.modal-content-wrap {
		width: 90vw;
	}
}
.modal-close-label {
    background-color: #001446;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.3em;
}
@media(max-width: 500px) {
	.modal-close-label {
        top: -17px;
        right: -4%;
    }
}
.modal-content {
    max-height: 50vh;
    overflow-y: auto;
    /*padding: 39px 45px 40px;*/
	box-shadow: 0px 0px 15px -5px #777777;
}
.modal-content h3 {
	font-size: 120%;
	font-weight: 600;
	text-align: left;
	padding: 10px;
	background: rgb(15,59,105);
	background: -webkit-linear-gradient(rgba(15,59,105,1), rgba(18,66,117,1) 48%, rgba(21,74,130,1) 100%);
	background: -o-linear-gradient(rgba(15,59,105,1), rgba(18,66,117,1) 48%, rgba(21,74,130,1) 100%);
	background: linear-gradient(rgba(15,59,105,1), rgba(18,66,117,1) 48%, rgba(21,74,130,1) 100%);
}
.modal-content h3 span {
	position: relative;
	padding-left: 40px;
}
.modal-content h3 span::before {
	content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../images/icn.svg");
    background-position: center;
    background-size: contain;
	position: absolute;
	top: 1px;
	left: 8px;
}
@media(max-width: 500px) {
	.modal-content h3 span {
		padding-left: 32px;
	}
	.modal-content h3 span::before {
		width: 20px;
    	height: 20px;
	}
}
.modal-content p {
	padding: 10px 45px 30px 45px;
}
@media(max-width: 500px) {
	.modal-content p {
		padding: 10px 20px 20px 20px;
	}
}
.modal-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    z-index: 1;
}

@keyframes modal-2-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*
@media(max-width: 500px) {
    .modal-open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-close-label {
        top: -17px;
        right: -4%;
    }

    .modal-content-wrap {
        width: 90vw;
    }

    .modal-content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}
*/