@charset "UTF-8";
/* CSS Document */

#company .main-u-v {
  background: url("../img/company/main-v.jpg") no-repeat center;
  background-size: cover;
}

#company .sec01 .sec01-content {
  margin-top: 45px;
}

#company .sec01 .txt-box {
  width: 47%;
  font-family: 'Noto Serif JP', serif;
  line-height: 2.2em;
  letter-spacing: .03em;
}

@media only screen and (max-width: 767px) {
  #company .sec01 .txt-box {
    width: 100%;
  }
}

#company .sec01 .txt-box p + p {
  margin-top: 20px;
}

#company .sec01 .txt-box .name {
  text-align: right;
  font-weight: bold;
}

#company .sec01 .txt-box .name span {
  font-size: 20px;
  display: inline-block;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  #company .sec02 .sec02-content div:last-child dl:first-of-type {
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
}

#company .sec02 .sec02-box {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  #company .sec02 .sec02-box{
    width: 100%;
  }
}

#company .sec02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#company .sec02 dl:last-of-type {
  border-bottom: none;
}

#company .sec02 dl:first-of-type dt {
  padding: 0 0 20px;
}

#company .sec02 dl:first-of-type dd {
  padding: 0 0 20px;
}

#company .sec02 dl dt {
  width: 25%;
  padding: 20px 0;
  font-weight: bold;
}

#company .sec02 dl dd {
  width: 70%;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
#company .sec02 dl dt {
    width: 25%;
  }
#company .sec02 dl dd {
    width: 70%;
  }
}

#company .sec03 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
#company .sec03 dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#company .sec03 dl:not(:last-child) dd {
  padding-bottom: 40px;
}

#company .sec03 dl dt {
  width: 110px;
  float: left;
  clear: both;
  font-weight: 500;
  line-height: 1em;
}

#company .sec03 dl dd {
  width: 75%;
  float: left;
  border-left: 2px #f2f2f2 solid;
  position: relative;
  padding-left: 30px;
}

#company .sec03 dl dd:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #be001f;
  position: absolute;
  left: -7px;
  top: 0;
  border-radius: 100%;
}

#company .sec03 dl dd .ttl {
  margin: -8px 0 20px;
}

#company .sec03 dl dd p {
  margin-top: -8px;
}

@media only screen and (max-width: 767px) {
  #company .sec03 dl dt {
    width: 20%;
  }
}

#company .sec04 .sec04-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#company .sec04 .left {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  #company .sec04 .left {
    width: 100%;
  }
}

#company .sec04 .left h4 {
  font-size: 22px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #company .sec04 .left h4 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

#company .sec04 .left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#company .sec04 .left dl:first-of-type {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

#company .sec04 .left dl:first-of-type dt {
  padding: 0 0 20px;
}

#company .sec04 .left dl:first-of-type dd {
  padding: 0 0 20px;
}

#company .sec04 .left dl dt {
  width: 20%;
  padding: 20px 0;
  font-weight: bold;
}

#company .sec04 .left dl dd {
  width: 75%;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  #company .sec04 .left dl dt {
    width: 15%;
  }
  #company .sec04 .left dl dd {
    width: 80%;
  }
}

#company .sec04 .right {
  width: 46%;
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  #company .sec04 .right {
    width: 100%;
  }
}

#company .sec04 .right iframe {
  width: 100%;
  height: 280px;
}