@charset "UTF-8";


/* pageMv
***************************************************************/
.pageMv::before {
  opacity: .36;
}
@media all and (min-width: 681px) {
  .pageMv {
    background: url(../img/profile/mv_pc.jpg)no-repeat center / cover;
  }
}
@media all and (max-width:680px) {
  .pageMv {
    background: url(../img/profile/mv_sp.jpg)no-repeat center / cover;
  }
}
@media all and (max-width:370px) {
}


/* otherConnectionBox
***************************************************************/
.otherConnectionBox .otherConnectionList li .listTitle {
  width: 100%;
}
.otherConnectionBox .otherConnectionList li .listTitle span {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.otherConnectionBox .otherConnectionList li .listTitle span img {
  width: auto;
  height: 100%;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .otherConnectionBox .otherConnectionList li .listTitle span {
    height: 30px;
  }
}
@media all and (max-width:370px) {
}


/* companyWrap1
***************************************************************/
.companyWrap1 .inner {
  width: 800px;
  margin: 0 auto;
  padding: 95px 0 110px;
}
.company1_dl1 {
  margin-top: 60px;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.company1_dl1 .dt1 {
  width: 150px;
}
.company1_dl1 .dd1 {
  width: calc(100% - 150px);
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .companyWrap1 .inner {
    width: 100%;
    padding: 45px 20px 55px;
  }
  .company1_dl1 {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .company1_dl1 .dt1 {
    width: 80px;
  }
  .company1_dl1 .dd1 {
    width: calc(100% - 80px);
  }
}
@media all and (max-width:370px) {
}


/* companyWrap2
***************************************************************/
.companyWrap2 {
  background-color: #f5f6f6;
}
.companyWrap2 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 75px 0 100px;
}
.companyWrap2_h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  color: #2d5f86;
}
.company_site_list {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding-top: 50px;
}
.company_site_list .li1 {
  width: 332.5px;
}
.company_site_list .link1 {
  display: block;
}
.company_site_list .t1 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.4;
  padding-top: 8px;
}
.company_site_list .t2 {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}
@media all and (min-width: 681px) {
  .company_site_list .li1:nth-of-type(3n - 1),
  .company_site_list .li1:nth-of-type(3n) {
    margin-left: 50px;
  }
  .company_site_list .li1:nth-of-type(1n + 4) {
    margin-top: 40px;
  }
  .company_site_list a.link1:hover {
    opacity: .7;
  }
}
@media all and (max-width: 680px) {
  .companyWrap2 .inner {
    width: 100%;
    padding: 40px 20px 60px;
  }
  .companyWrap2_h2 {
    font-size: 20px;
  }
  .company_site_list {
    display: block;
    padding-top: 30px;
  }
  .company_site_list .li1 {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
  }
  .company_site_list .li1:nth-of-type(1n + 2) {
    margin-top: 30px;
  }
  .company_site_list .t1 {
    font-size: 16px;
  }
  .company_site_list .t2 {
    font-size: 11px;
  }
}
@media all and (max-width: 370px) {
}


/* aaa
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
