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

.maincontents-inner {
	padding-bottom: 0px;
}

.maincontents-inner section.contents02 {
	margin-bottom: 0px;
}

/* layout01 */

.layout01 {
	width: 100%;
    display: flex;
  justify-content: space-between;
    flex-direction: row-reverse;
flex-wrap: wrap;
}

.layout01 .lay01 {
    width: 50%;
}

.layout01 .lay02 {
    width: 43%;
    position: relative;
}

.layout01 h2 img {
    width: 90%;
}

.layout01 h3 {
    position: absolute;
left: 15%;
bottom: 0px;
    font-family: var(--title-font);
    font-weight: var(--base-font-weight0);
    font-size: 3.3vw;
line-height: 1.4;
letter-spacing: 0.1em;
    text-indent: -3vw;
}

@media screen and (min-width: 1601px) {
    
.layout01 h2 img {
    max-width: 750px;
}

.layout01 h3 {
    font-size: 48px;
    text-indent: -40px;
    margin-bottom: -2vw;
}

}


/* layout02 */

.layout02 {
    width: 100%;
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout02 .box-detail {
    width: 43%;
    padding-left: 5%;
}

.layout02 .box-img {
    width: 50%;
}

.layout02 .box-img img {
    min-height: 370px;
}

.layout02 .box-img .box:not(:last-child) {
   margin-bottom: 5px;
}

.layout02 h6 {
    padding-top: 50px;
}

.layout02 h6 img {
    width: 55%;
}

@media screen and (min-width: 1601px) {
    
.layout02 h6 img {
    max-width: 300px;
}

}


/* layout03 */

.layout03 {
    background-image: url("../../images/company/back01.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    align-items: center;
    padding: 100px 0px;
}

.layout03 .box-title {
    flex: 1;
    text-align: center;
}

.layout03 .box-detail {
    width: 52%;
    position: relative;
}

.layout03 .box-detail::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 0;
}

.layout03 .box-detail .inner {
    position: relative;
    padding: 80px 10%;
    text-align: left;
}

.layout03 h2 img {
    width: 18%;
}

.layout03 h3 img {
    width: 75%;
}

.layout03 p {
    padding-top: 60px;
color: #FFF;
line-height: 2.5;
letter-spacing: 0em;
}

@media screen and (min-width: 1601px) {
    
.layout03 h2 img {
    max-width: 120px;
}

.layout03 h3 img {
     max-width: 520px;
}

}


/* layout04 */

.layout04 .box-map, .layout04 iframe {
	width: 100%;
	height: 450px;
}

.layout04 .box-text {
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
    padding: 18px 0px;
    gap:0px 40px;
}

.layout04 .box-text p:first-child {
}

.layout04 .box-text p:first-child::before {
	content: "ACCESS";
	font-size: 20px;
line-height: 1;
letter-spacing: 0em;
font-family: var(--subtitle-font);
font-weight: var(--base-font-weight3);
    display: inline-block;
    padding-right: 25px;
}


.sp-view {
	display: none;
}
