@charset "UTF-8";

/* CSS Document */

.header_nav li{
	text-shadow: 0px 0px 7px #fff;
}
/*-----------ｍｖ----------- */
#under_mv{
	background:url("../img/under_mv.jpg");
	background-repeat: no-repeat;
	background-position:bottom;
	background-size: cover;
	padding: 12em 0em 12em;
}
#under_mv h2{
    color: #fff;
    letter-spacing: 5px;
	line-height: 65px;
    text-shadow: 6px 6px 10px #000;
	text-align: center;
	font-size: 60px;
}
/*-----------会社概要----------- */
.company_ttl{
	margin: 5em 0 2em;
}
.company_ttl p{
	font-size: 50px;
	color: #00145e;
	font-weight: bold;
}
.company_ttl p span{
	font-size: 28px;
}
#profile {
    margin: 2em auto 4em;
    width: 80%;
    display: block;
}
#profile table{
	padding: 2em;
}
#profile table td{
	border-bottom: 1px solid;
	padding: 1em;
	text-align: left;
}
#profile table .top{
	vertical-align: top;
}
/*-----------フッター----------- */

.footer_logo {
    max-width: 540px;
    margin: 0;
    width: 100%;
}
.footer_deco img{
	width: 80%;
}



/*==================================================
 SP
===================================*/
@media screen and (min-width: 1537px) and (max-width: 1920px) {
.footer_inner {
    flex-direction: row;
    gap: 100px;
    justify-content: flex-start;
    padding: 60px 6vw;
}
}
@media screen and (max-width: 1536px) {

}
/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1286px) {
	
}

@media screen and (max-width: 1174px) {
	.footer_inner {
    gap: 0px;
	}
}
@media screen and (max-width: 1024px) {
	
	.footer_logo {
    width: 50%;
	}
	.footer_inner {
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    padding: 60px 6vw;
	display: block;
	}
}
@media screen and (max-width: 960px) {
	#under_mv {
    background: url(../img/under_mv.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 7em 0em 7em;
	}
	#under_mv h2 {
    color: #fff;
    letter-spacing: 5px;
    line-height: 65px;
    text-shadow: 6px 6px 10px #000;
    text-align: center;
    font-size: 46px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
	.footer_logo {
    max-width: 1000px;
    margin: 0;
    width: 46%;
}
}
/* 850px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 850px) {
	.footer_nav li {
    margin-bottom: 14px;
    text-align: center;
}
}
@media screen and (max-width: 769px) {
	#profile {
    margin: 5em auto;
    width: 90%;

}
}
@media screen and (max-width: 540px) {
	#profile {
    width: 90%;
	}
	#profile table td {
    border-bottom: 1px solid;
    padding: 1em 0 1em 0em;
	}
}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.company_ttl{
	margin: 3em 0 1em;
	}
	#profile {
    margin: 2em auto 2em;
	}
	.company_ttl p {
    font-size: 40px;
	}
	.company_ttl p span {
    font-size: 14px;
	}
	#profile tr{
	width: 100%;
    margin: auto;
    display: grid;
	}
}
@media screen and (max-width: 391px) {

}
@media screen and (max-width: 376px) {
	
}





