/* ------------------------------------------------------------ PC */
.top-ttl {
  text-align: center;
}
.top-ttl .en-ttl {
  padding-bottom: 7px;
}

#sec1 {
  padding: 175px 0 120px;
}
#sec1 .main {
  margin-top: 39px;
}
#sec1 .main dl {
  line-height: 43px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-top: 1px solid #f1f3f4;
  padding: 19px 0 21px 38px;
}
#sec1 .main dl dt,
#sec1 .main dl dd {
  line-height: inherit;
}
#sec1 .main dl dt {
  font-weight: bold;
  min-width: 267px;
  font-family: 'Noto-Sans-JP-Bold';
}
#sec1 .main dl dd {
  font-weight: normal;
}
#sec1 .main dl dd .mt {
  margin-top: 4px;
  display: block;
  margin-bottom: 13px;
}
#sec1 .main dl dd .width {
  width: 162px;
  display: inline-block;
}
#sec1 .main dl dd .color {
  color: #301fc7;
}
#sec1 .main dl dd .color a{
  color: inherit;
}
#sec2 {
  padding: 91px 0 174px;
  position: relative;
  z-index: 1;
}
#sec2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 432px;
  background: #f3f7ff;
  z-index: -1;
}
#sec2 .top-ttl .txt {
  margin-top: 11px;
  margin-bottom: 47px;
  font-family: 'Noto-Sans-JP-Light';
}
#sec2 .g-map {
  margin-left: -15px;
}
#sec2 .g-map iframe {
  width: 100%;
  height: 430px;
}
#sec2 .row {
  justify-content: center;
  margin: 41px 0 0;
  box-sizing: content-box;
}
#sec2 .row .item {
  text-align: center;
  position: relative;
  width: 342px;
}
#sec2 .row .item:nth-child(2) {
  border-left: 1px solid #707070;
}
#sec2 .row .item .icon {
  width: 49px;
  margin: 0 auto;
}
#sec2 .row .item dl dt {
  font-family: 'Noto-Sans-JP-Medium';
  margin: 17px 0;
}
#sec2 .row .item dl dd {
  font-family: 'Noto-Sans-JP-Light';
}

#sec3 .content {
  background: linear-gradient(135deg, #003ea0, #08244a);
  color: #fff;
  padding: 114px 0 109px;
  position: relative;
  z-index: 1;
}
#sec3 .content:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 263px;
  background: url(../images/company/s3_ttl.png) repeat-x center bottom;
  background-size: 1650px auto;
  z-index: -1;
}
#sec3 .content .top-ttl .en-ttl {
  color: #fff;
  font-size: 15px;
}
#sec3 .content .main {
  width: 100%;
  max-width: 712px;
  margin: 84px auto 0;
  position: relative;
  z-index: 1;
}
#sec3 .content .main:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -33px;
  bottom: 10px;
  background: #fff;
  z-index: -1;
  width: 2px;
}
#sec3 .content .main:after {
  content: '';
  position: absolute;
  top: 99%;
  left: -33px;
  width: 100%;
  height: 77px;
  border-left: 2px dashed #fff;
}
#sec3 .content .main dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 78px;
}
#sec3 .content .main dl dt {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif; 
  font-weight: 500;
  font-size: 24px;
  min-width: 148px;
  position: relative;
}
#sec3 .content .main dl dt:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -39px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
}
#sec3 .content .main dl dd {
  margin-top: -5px;
}
#sec3 .content .main dl.mt {
  margin-top: -10px;
}

#sec4 {
  background: #f3f7ff;
  padding: 124px 0 176px;
}
#sec4 .bnr {
  margin-top: 67px;
  justify-content: center;
  justify-content: space-between;
}
#sec4 .bnr li {
  width: calc(33% - 10px);
}

#sec5 {
  padding: 98px 0 168px;
}
#sec5 .logo {
  margin-top: 74px;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -16px;
}
#sec5 .logo li {
  margin-bottom: 7px;
  width: 25%;
  text-align: center;
}
#sec5 .txt {
  margin: 43px 13px 0 28px;
  line-height: 36px;
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif; 
  font-weight: 500
}
#sec5 .txt span {
  display: block;
  text-align: right;
  margin-top: 24px;
}

.recruit .top-ttl{text-align: left;}

@media only screen and (max-width: 768px) {
  /* ------------------------------------------------------------ mobile */
  .top-ttl .en-ttl {
    padding-bottom: 2px;
    font-size: 14px;
  }
  .top-ttl h2.fz35 {
    font-size: 22px;
  }

  #sec1 {
    padding: 58px 0 44px;
  }
  #sec1 .main {
    margin-top: 17px;
  }
  #sec1 .main dl {
    padding: 16px 0 14px 0px;
    line-height: 28px;
  }
  #sec1 .main dl dt {
    min-width: 73px;
  }
  #sec1 .main dl dd .mt {
    margin-top: 0px;
    display: block;
    margin-bottom: 12px;
  }
  #sec1 .main dl dd .width {
    width: auto;
    margin-right: 12px;
  }
  #sec1 .main dl.no-flex {
    flex-direction: column;
    padding-top: 22px;
  }

  #sec2 {
    padding: 32px 0 18px;
  }
  #sec2 .top-ttl .txt {
    margin-top: 9px;
    margin-bottom: 19px;
  }
  #sec2 .g-map {
    margin-left: 0;
  }
  #sec2 .g-map iframe {
    height: 337px;
  }
  #sec2 .row {
    margin-top: 0px;
  }
  #sec2 .row .item {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 23px 0;
    padding-left: 73px;
  }
  #sec2 .row .item .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0;
  }
  #sec2 .row .item:nth-child(2) {
    border: none;
    border-top: 1px solid #dedede;
  }
  #sec2 .row .item dl dt {
    margin: 4px 0 10px;
    font-size: 16px;
    font-size: 16px;
  }

  #sec3 .content {
    padding: 23px 0 39px;
  }
  #sec3 .content:before {
    width: 102%;
    background-size: contain;
    left: -10px;
  }
  #sec3 .content .main {
    margin-top: 40px;
    width: auto;
  }
  #sec3 .content .main:before,
  #sec3 .content .main:after {
    left: 7px;
  }
  #sec3 .content .main dl {
    align-items: start;
    margin-bottom: 56px;
  }
  #sec3 .content .main dl dt {
    font-size: 19px;
    padding-left: 24px;
    min-width: 117px;
  }
  #sec3 .content .main dl dt:before {
    top: 4px;
    left: 2px;
    width: 12px;
    height: 12px;
  }
  #sec3 .content .main dl dd {
    font-size: 16px;
    line-height: 26px;
  }

  #sec4 {
    padding: 36px 0 64px;
  }
  #sec4 .bnr {
    margin-top: 32px;
    justify-content: center;
    gap: 21px;
  }
  #sec4 .bnr li {
    width: 100%;
  }

  #sec5 {
    padding: 38px 0 75px;
  }
  #sec5 .logo {
    flex-direction: row;
    margin: 39px -19px 0 -27px;
  }
  #sec5 .logo li {
    margin-bottom: 12px;
    width: calc(100% / 3);
  }
  #sec5 .txt {
    margin: 5px 0 0 3px;
    font-size: 16px;
    line-height: 33px;
  }
  #sec5 .txt span {
    margin-top: 21px;
    margin-right: -8px;
  }
}

/*# sourceMappingURL=company.css.map */
