@charset "utf-8";
/*
Theme Name: ゆぴてるハウス　ー　関東　ー
Description: 会社概要 SDGs部分
*/

/* clearfix */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* background-blend-mode:multiply; */
/*
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
*/
/*@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&display=swap');
*/
/* Zen Maru Gothic L300 R400 M500 B700 BLACK900 */

.fw-L {font-weight:300;}
.fw-R {font-weight:400;}
.fw-M {font-weight:500;}
.fw-SB {font-weight:600;}
.fw-B {font-weight:700;}
.fw-BB {font-weight:900;}
/*
.ff-ZenMaruGothic {
font-family: 'Zen Maru Gothic', sans-serif;
}
.ff-ZenKakuGothicAntique {
font-family: 'Zen Kaku Gothic Antique', sans-serif;
}*/
.ff-Mincho {
font-family: 'Noto Serif JP', serif;
}

.color-BBblue {
color:#0057A3;
}

article.sdgs {
font-size: 16px;
}

section.p-box p ,
section.c-box p {
text-align: justify;
}

section.c-box p {
color: rgb(41, 67, 76);
font-weight: 400;
}

section.mv h2,
.fullbox {
margin:0 auto;
padding: 0 20px;
}

section.mv h2 {
}


/*
.g-column .g-column-inner {
max-width:800px;
margin:0 auto;
}
*/

section.mv h2 {
font-size: 3em;
line-height: 1.3;
color:#333333;
padding-top:160px;
}

section.mv h2 span.small {
font-size: 0.58em;
display:block;
}

section.p-box {
margin-bottom: 70px;
}

section.p-box h3 {
font-size: 2.13em;
text-align: center;
margin-bottom: 30px;
color:#0057A3;
}

section.p-box .halfbox.left p {
margin-top:10px;
}

section.p-box .halfbox.left p span.name {
font-size: 1.13em;
}

section.c-box {
margin-bottom: 90px;
}

section.c-box .area-h3 {
color:#FFF;
margin-bottom:60px;
box-sizing: border-box;
}

section.c-box .area-h3.cap01 {
background-color:#C7A357;
}

section.c-box .area-h3.cap02 {
background-color:#49A5D0;
}

section.c-box .area-h3.cap03 {
background-color:#A3C781;
}

section.c-box .area-h3 h3 {
font-size: 1.88em;
text-shadow: 1px 2px 3px #808080;
}

section.c-box .area-h3 p {
color: #FFFFFF;
font-size: 1.13em;
text-shadow: 1px 2px 3px #808080;
line-height: 1.5;
margin-top: 10px;
}

section.c-box .area-h3 ul.icon li {
border: 1px solid #FFFFFF;
margin-left: 3px;
display: inline-block;
}

section.c-box .fullbox {
margin-bottom: 75px;
}

section.c-box h4 {
font-size: 1.38em;
margin-bottom: 20px;
color:#0057A3;
line-height: 1.4;
}

section.c-box p.link {
margin-top:30px;
}

section.c-box p.link a {
color: #0057A3;
text-decoration: none;
border: 1px solid #0057A3;
padding: 0px 30px;
box-shadow: 3px 3px 0px #C1C1C1;
height: 44px;
line-height: 44px;
display: inline-block;
}

section.c-box p.link a:after {
    content: "";
    vertical-align: middle;
width: 0;
height: 0;
border-style: solid;
border-width: 9px 0 9px 7px;
border-color: transparent transparent transparent #0057A3;
position: absolute;
margin-left: 14px;
margin-top: 13px;
}

section.c-box p.link a:hover {
opacity:1;
color: #FFFFFF;
background-color: #0057A3;
}

section.c-box p.link a:hover:after {
border-color: transparent transparent transparent #FFFFFF;
}

span.tag-arrow {
font-size: 1.13em;
background:#0057A3;
color:#FFFFFF;
display: inline-block;
margin-bottom:7px;
height:30px;
line-height:30px;
position: relative;
padding: 0 10px;
}

span.tag-arrow:before,
span.tag-arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

span.tag-arrow:after {
left:unset;
right:-10px;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 10px;
border-color: transparent transparent transparent #0057A3;

/*
    left: 7px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #7a0;
*/
}

@media (min-width: 768px) {
section.mv {
height:450px;
margin-bottom:70px;
background:url(dist/assets/images/company/main.png) no-repeat center center;
}

.halfbox.left {
float:left;
}

.halfbox.right {
float:right;
}

section.p-box .halfbox.left {
max-width:453px;
width:calc(453 / 1000 * 100%);
}

section.p-box .halfbox.right {
max-width:525px;
width:calc(525 / 1000 * 100%);
margin-top: 47px;
}

section.c-box .halfbox.left {
max-width:530px;
width:calc(530 / 1000 * 100%);
}

section.c-box .halfbox.right {
max-width:417px;
width:calc(417 / 1000 * 100%);
}

section.c-box .area-h3 .area-h3-images {
max-width:1300px;
margin:0 auto;
height: 240px;
}

section.c-box .area-h3 .area-h3-images .area-h3-images-inner {
max-width:1000px;
margin:0 auto;
padding:50px 30px;
position:relative;
}

section.c-box .area-h3.cap02 .area-h3-images .area-h3-images-inner,
section.c-box .area-h3.cap03 .area-h3-images .area-h3-images-inner {
padding:60px 30px;
}

section.c-box .area-h3.cap01 .area-h3-images {
background:url(dist/assets/images/company/bg_cap01.png) no-repeat center center;
}

section.c-box .area-h3.cap02 .area-h3-images {
background:url(dist/assets/images/company/bg_cap02.png) no-repeat center center;
}

section.c-box .area-h3.cap03 .area-h3-images {
background:url(dist/assets/images/company/bg_cap03.png) no-repeat center center;
}

section.c-box .area-h3 ul.icon {
position: absolute;
right: 30px;
bottom: 20px;
}

section.c-box .area-h3 ul.icon img {
width:74px;
}

}/* min768 pc */

@media (min-width: 768px) and (max-width: 909px){
section.c-box .area-h3 ul.icon {
width:200px;
}

section.c-box .area-h3 ul.icon li {
margin-top:8px;
}
}

@media (min-width: 768px) and (max-width: 999px){
section.c-box .area-h3.cap01 .area-h3-images ,
section.c-box .area-h3.cap02 .area-h3-images ,
section.c-box .area-h3.cap03 .area-h3-images {
background-position-x: -150px;
}

@media (min-width: 768px) and (max-width: 1019px){
section.p-box .halfbox.right {
margin-top: 4.3vw;
}
}
}

@media (max-width: 767px) {
section.mv {
height:calc(100vw * (416 / 752));
max-height: 320px;
margin-bottom:40px;
background:url(dist/assets/images/company/main_sp.png) no-repeat center bottom;
background-size: 100% auto;
}

section.mv h2 {
font-size: 1.19em;
padding-top: 35px;
margin: 0 10px;
}

section.p-box {
margin-bottom:40px;
}

section.p-box h3 {
font-size: 1.37em;
}

section.p-box .halfbox.left .photo {
margin:0 -20px;
text-align: center;
}

section.p-box .halfbox.left p {
display: block;
margin: 15px auto;
width: 16em;
}

section.c-box {
margin-bottom:0;
}
section.c-box .fullbox,
section.c-box .area-h3 {
margin-bottom: 40px;
}

section.c-box .area-h3 h3 {
font-size: 1.5em;
}

section.c-box .area-h3 p {
font-size: 1.0em;
}

section.c-box .halfbox.right {
margin-top:20px;
}

section.c-box .image-box {
text-align:center;
}

section.c-box p.link {
text-align: center;
}

section.c-box .area-h3 .area-h3-images {
height: 100vw;
max-height: 440px;
position:relative;
}

section.c-box .area-h3.cap01 .area-h3-images {
background:url(dist/assets/images/company/bg_cap01_sp.png) no-repeat center bottom;
background-size: 101% auto;
}

section.c-box .area-h3.cap02 .area-h3-images {
background:url(dist/assets/images/company/bg_cap02_sp.png) no-repeat center bottom;
background-size: 101% auto;
}

section.c-box .area-h3.cap03 .area-h3-images {
background:url(dist/assets/images/company/bg_cap03_sp.png) no-repeat center bottom;
background-size: 101% auto;
}

section.c-box .area-h3 .area-h3-images .area-h3-images-inner {
padding:25px 20px 0 20px;
}

section.c-box .area-h3 ul.icon {
margin: 0 auto;
padding-bottom: 20px;
max-width: 388px;
bottom: 0;
position: absolute;
}

section.c-box .area-h3 ul.icon li {
margin-left: 2px;
width: calc((100vw - 40px - 21px) / 4 - 2px);
max-width: 90px;
}

section.c-box .area-h3 ul.icon li:nth-of-type(1) {
margin-left: 0;
}

section.c-box .area-h3 ul.icon li.no-icon{
border-color: transparent;
}

}/* max767 sp */

@media (min-width: 431px) and (max-width: 767px)  {
section.mv h2 {
font-size: 5vw;
}

section.c-box .area-h3 ul.icon {
right: 0;
left: 0;
}
}

@media (max-width: 359px) {
section.mv {
background-size: 120% auto;
background-position-x: left;
}

section.c-box .area-h3 {
font-size: 0.85em;
}

section.c-box p.link a {
padding: 0 18px;
}

section.c-box p.link a:after {
margin-left: 6px;
}
}


.page-message__image img.main {
aspect-ratio: 1000 / 604;
}