<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* 中身-モバイルファースト======================================================================================================== */

#greeting .alpha{
color: #fff;
position: relative;
margin-bottom: 80px;
}
/* 写真がない時用　写真入れるときは外す */
#greeting .alpha{
background-color: #1c274a;
padding-top: 40px;
}
#greeting .alpha::after{
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #1c274a;
z-index: -1;
position: absolute;
top: 40px;
left: 0;
}
#greeting .alpha .photo{
width: 60%;
margin: 0 auto 20px;
}
#greeting .alpha .photo .name span{
display: inline-block;
margin-left: 1em;
font-size: 16px;
}
#greeting .alpha .text p{
margin-top: 1em;
}
#greeting .alpha .text p:first-child{
margin-top: 0;
}
#greeting .alpha .text .name{
text-align: right;
}
#greeting .alpha .text .name span{
display: inline-block;
margin-left: 1em;
font-size: 16px;
}


#greeting .beta ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#greeting .beta li{
width: 48%;
margin-top: 4%;
}


#staff{
background-color: #e8e9ed;
padding-top: 40px;
padding-bottom: 40px;
}
#staff li{
margin-top: 40px;
}
#staff li:first-child{
margin-top: 0px;
}
#staff li .photo{
width: 200px;
margin: 0 auto;
}
#staff li .text{
margin-top: 10px;
}
#staff li .text em{
display: block;
text-align: center;
font-size: 20px;
margin-bottom: 10px;
}
#staff li .text em span{
display: block;
font-size: 12px;
}


#outline .flex &gt; *{
margin-top: 20px;
}
#outline .flex .map .car_navi{
background-color: #1c274a;
color: #fff;
padding: 10px;
text-align: center;
}


#business .alpha{
background-image: url("images/baibai_bg.jpg");
background-image: -webkit-image-set(url("images/baibai_bg.jpg") 1x, url("images/baibai_bg@2x.jpg") 2x);
background-repeat: no-repeat;
background-position: center top;
background-size: 100% auto;
padding-top: 70vw;
}
#business .alpha .text{
padding: 0 5vw;
}
#business .alpha .text h3{
font-size: 20px;
}
#business .alpha .text p{
text-align: left;
}


/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){

#greeting .alpha{
margin-bottom: 140px;
}
#greeting .alpha .contents_size{
display: flex;
flex-direction: row-reverse;
align-items: flex-start;
}
#greeting .alpha .photo{
width: 300px;
margin: 0;
text-align: center;
}
#greeting .alpha .photo .name span{
margin-left: 0;
font-size: 20px;
}
#greeting .alpha .text{
flex: 1;
margin-right: 40px;
padding-top: 80px;
}
#greeting .alpha .text .name span{
margin-left: 0;
font-size: 20px;
}

#greeting .beta .big{
display: flex;
align-items: flex-end;
}
#greeting .beta .big .photo{
width: 60%;
}
#greeting .beta .big .text{
flex: 1;
margin-left: 40px;
}
#greeting .beta ul{
justify-content: flex-start;
}
#greeting .beta li{
width: 30%;
margin-left: 5%;
}
#greeting .beta li:nth-child(3n-2){
margin-left: 0;
}

#staff{
padding-top: 150px;
padding-bottom: 150px;
}
#staff li{
display: flex;
align-items: center;
margin-top: 60px;
}
#staff li .text{
flex: 1;
margin-top: 0px;
margin-left: 20px;
}
#staff li .text em{
display: block;
text-align: left;
font-size: 30px;
margin-bottom: 10px;
}
#staff li .text em span{
display: inline-block;
margin-left: 1em;
}

#outline .flex{
margin-top: 60px;
display: flex;
justify-content: space-between;

justify-content: center;
}
#outline .flex &gt; *{
margin-top: 0px;
}
#outline .flex .photo{
width: 58%;
}
#outline .flex .map{
width: 40%;
}


#business .alpha{
background-position: right center;
background-size: 50% auto;
padding-top: 0;
padding-right: 50%;
}
#business .alpha .text{
padding: 10vw 5vw;
}
#business .alpha .text h3{
font-size: 40px;
margin-bottom: 20px;
}
#business .alpha .text p{
font-size: 20px;
text-align: left;
}


#feature .sub_bar + p{
font-size: 24px;
text-align: center;
}



}

</pre></body></html>