@charset "utf-8";
/* 会社概要 */

.container{
 width: 880px;
 margin: 85px auto 145px;
}
.container section h2{
 text-align: center;
 font-size: 2.6rem;
 letter-spacing: 0.1em;
}
.container dd a:not(.dawnloadBtn),
.officeArea .officeList li p a{
 color: #003f7e;
 border-bottom: 1px solid #003f7e;
 transition: border-color 0.1s;
}
.container dd a:not(.dawnloadBtn):hover,
.officeArea .officeList li p a:hover{ border-color: rgba(255,255,255,0);}



/*---------------
会社概要
----------------*/
.aboutList{ margin-bottom: 95px;}
.aboutList dl{
 display: flex;
 font-size: 1.4rem;
 line-height: 2.4rem;
 padding: 32px 40px;
}
.aboutList dl:not(:last-of-type){ border-bottom: 1px solid #e0e0e0;}
.aboutList dl dt{
 font-weight: 500;
 width: 210px;
}
.aboutList dl .trademark{ line-height: 3.1rem;}
.aboutList dl .trademark img{ vertical-align: text-bottom;}

/*会社案内のPDF*/
.aboutList .dawnloadBtn{
 margin-left: 0;
 width: 170px;
 height: 34px;
 line-height: 34px;
 font-weight: 400;
}
.aboutList .dawnloadBtn::before{ border-radius: 17px;}
.aboutList .dawnloadBtn .pdfIcon{
 position: absolute;
 top: 9px;
 right: 23px;
}




/*---------------
事業所所在地
----------------*/
.officeArea{ margin-bottom: 80px;}
.officeArea .areaCatch{ margin: 80px 0 65px;}
.officeArea .areaCatch h3{
 font-size: 1.8rem;
 margin-bottom: 12px;
}
.officeArea .areaCatch > p{
 font-size: 1.4rem;
 line-height: 2.7rem;
 margin-bottom: 30px;
}
.officeArea .areaCatch ul{
 display: flex;
 justify-content: space-between;
}
.officeArea .areaCatch ul li{ text-align: center;}
.officeArea .areaCatch ul li p{
 font-size: 1rem;
 margin-top: 13px;
}

.officeArea .mapImg{
 display: block;
 width: 100%;
 height: auto;
 margin-bottom: 46px;
}

.officeArea .officeList{
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 flex-wrap: wrap;
}
.officeArea .officeList li{
 width: 420px;
 margin-bottom: 47px;
}
.officeArea .officeList li h3{
 font-size: 1.6rem;
 margin-bottom: 10px;
}
.officeArea .officeList li p{
 font-size: 1.4rem;
 line-height: 2.4rem;
 margin-bottom: 15px;
}
.officeArea .officeList li .linkBtn{
 margin-left: 0;
 width: 130px;
 height: 34px;
 line-height: 34px;
 font-size: 1.2rem;
}
.officeArea .officeList li .linkBtn::before{ border-radius: 17px;}
.officeArea .officeList li .linkBtn::after{ content: none;}




/*---------------
沿革
----------------*/
.historyArea h2{ margin-bottom: 76px;}
.historyList dl{
 display: flex;
 justify-content: space-between;
}
.historyList dl dt{
 width: 105px;
 border-right: 2px solid #e0e0e0;
 position: relative;
 padding: 18px 0 0 30px;
 font-size: 1.6rem;
 font-weight: 500;
 color: #003f7e;
}
.historyList dl dt::after{
 content: "";
 display: block;
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background-color: #003f7e;
 position: absolute;
 top: 21px;
 right: -5px;
}
.historyList dl dd{
 font-size: 1.4rem;
 line-height: 2.7rem;
 width: 742px;
 padding: 11px 0;
}


