@charset "UTF-8";
/* CSS Document */

/*companyArea*/
.companyArea {
	padding: 100px 20px 80px;
	position: relative;
}
.companyArea::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 210px;
    background-image: url(../img/sub/bg_green.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.companyArea::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url(../img/sub/bg_blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
/*desc01*/
.companyArea .inner .desc01{
	text-align: center;
}
.companyArea .inner .desc01 p{
	line-height: 2.5em;
	font-size: 15px;
	font-weight: 500;
}
.companyArea .inner .desc01 .pc_only03 {
    display: block !important;
}
.companyArea h2 {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	position: relative;
	padding: 10px 0 40px;
	width: 100%;
	font-weight: 500;
}
.companyArea .inner .desc01 h2::before {
    content: "Greeting";
    color: #1D5DC2;
    font-size: 36px;
    top: -50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 800;
    width: 100%;
}
/*desc02*/
.companyArea .inner .desc02 h2::before {
    content: "Company";
    color: #1D5DC2;
    font-size: 36px;
    top: -50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 800;
    width: 100%;
}
.companyArea .inner .desc02 {
	padding-top: 100px;
	text-align: center;
}
.companyArea .inner .desc02 dl div {
	display: flex;
	margin-bottom: 16px;
	text-align: left;
}
.companyArea dl {
	max-width: 850px;
	margin: 0 auto;
}
.companyArea .inner .desc02 dl div dt span {
	display: inline-block;
	background-color: #1E5EC2;
	color: #FFF;
	width: 150px;
	padding: 4px 12px;
	margin-right: 30px;
}
.companyArea dl div dd {
	padding: 4px 0;
	font-weight: 500;
}
.br01{
	display: none;
}
.companyArea .inner .desc02 dl div dd a:hover {
	color: #3AB8E6;
}
/*desc03*/
.companyArea .inner .desc03{
	padding-top: 100px;
	text-align: center;
}
.companyArea .inner .desc03 h2::before {
    content: "Access";
    color: #1D5DC2;
    font-size: 36px;
    top: -50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 800;
    width: 100%;
}
.map{
	max-width: 850px;
	margin: 0 auto;
}
.map iframe {
	aspect-ratio: 16/9;
	width: 100%;
}
@media screen and (max-width: 1000px) {
/*companyArea*/
.companyArea::after {
    height: 180px;
}
.companyArea::before {
    height: 60px;
}
}
@media screen and (max-width: 768px) {
/*desc02*/
.companyArea .inner .desc02 dl div {
	display: block;
}
/*desc03*/
.br01{
	display: block;
}
.companyArea .inner .desc03{
	padding-bottom: 40px;
}
}
@media screen and (max-width: 600px) {
/*companyArea*/
.companyArea::after {
    height: 120px;
}
.companyArea::before {
    height: 40px;
}
.companyArea h2 {
	font-size: 14px;
}
/*desc01*/
.companyArea .inner .desc01 h2::before {
    font-size: 28px;
    top: -35px;
}
.companyArea .inner .desc01 p{
	font-size: 14px;
    line-height: 2em;
	text-align: left;
}
.companyArea .inner .desc01 .pc_only03 {
	display:none !important;
}
.companyArea .inner .desc02 dl div dt span {
	width: 100%;
}
/*desc02*/
.companyArea .inner .desc02 h2::before {
    font-size: 28px;
    top: -35px;
}
/*desc03*/
.companyArea .inner .desc03 h2::before {
    font-size: 28px;
    top: -35px;
}
.map iframe {
	aspect-ratio: 16/12;
}
}
@media screen and (max-width: 500px) {
	.companyArea .inner .desc02 dl div dd span {
		display: block;
}
}