/*=============================================
=            COMPANY PAGE            =
=============================================*/
video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  width: 100%;
  min-height: 100%;
  /* background: url('../images/bg.png') no-repeat; */
  background-size: cover;
  z-index: -1;
  object-fit: cover;
}
#pageHead.companyPage {
  padding-top: 35px;
  padding-bottom: 80px;
  overflow: hidden;
}

#pageHead.companyPage .companyInner {
  margin-bottom: 30px;
}

#pageHead.companyPage .companyInner .bar {
  display: block;
  width: 190px;
  height: 5px;
  background-color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
}

#pageHead.companyPage .companyInner .companyTitle {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 0;
  font-feature-settings: "palt";
}

#pageHead.companyPage .companyInner .companySubTitle {
  font-size: 18px;
  margin-bottom: 0;
}

#pageHead.companyPage .companyLogo {
  height: 90px;
  width: auto;
}

#pageHead.companyPage .companyLogo img {
  height: 100%;
  width: auto;
}

#pageHead.companyPage .companyImgWrapper {
  margin-top: 30px;
}

#pageHead.companyPage .companyImgWrapper .imgBg {
  padding-top: 65%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #pageHead.companyPage .companyInner .companyTitle {
    font-size: 42px;
  }

  #pageHead.companyPage .companyInner {
    margin-bottom: 50px;
  }

  #pageHead.companyPage .companyImgWrapper {
    margin-top: 70px;
  }

  #pageHead.companyPage .companyImgWrapper .imgBg {
    padding-top: 34.41%;
  }
}

/* MEDIA QUERY LARGE */
@media only screen and (min-width: 992px) {
  #pageHead.companyPage .companyInner .companyTitle {
    font-size: 60px;
  }
}

/*=====  End of COMPANY PAGE  ======*/

/*=============================================
=            LEAD            =
=============================================*/
#lead {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

#lead .pageLead {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #lead .pageLead {
    font-size: 24px;
  }
}

/* MEDIA QUERY LARGE */
@media only screen and (min-width: 992px) {
  #lead .pageLead {
    font-size: 26px;
  }
}

/*=====  End of LEAD  ======*/

/*=============================================
=            BUSINESS            =
=============================================*/
#business {
  padding-top: 60px;
  padding-bottom: 60px;
}

#business .sectionTitleWrapper {
  margin-bottom: 30px;
}

/*=====  End of BUSINESS  ======*/

/*=============================================
=            WORKS           =
=============================================*/
#works {
  padding-top: 60px;
  padding-bottom: 60px;
}

#works .sectionTitleWrapper {
  margin-bottom: 30px;
}

#works .worksRow {
  margin-bottom: 10px;
  margin-left: -7px;
  margin-right: -7px;
}

#works .worksWrapper {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 30px;
}

#works .worksWrapper a {
  color: inherit;
}

#works .worksWrapper .worksCompanyWrapper {
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 5px;
}

#works .worksBgWrapper {
  border: 1px solid #a8a8a8;
  display: block;
}
#works .worksBgWrapper .imgBg {
  padding-top: 63.06%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#works .worksWrapper .worksInfoWrapper {
  margin-top: 5px;
}

#works .worksWrapper .worksInfoWrapper .date {
  font-weight: bold;
  font-size: 10px;
  color: #707070;
  margin-right: 5px;
}

#works .worksWrapper .worksInfoWrapper .worksCatWrapper {
  font-size: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

#works .worksWrapper .worksInfoWrapper .worksCatWrapper a {
  display: block;
  margin: 0 3px;
  line-height: 1.5;
}

#works .worksWrapper .worksTitle {
  line-height: 1.5;
}

#works .pageTop {
  display: none;
}

@media only screen and (min-width: 1350px) {
  #works .pageTop {
    position: absolute;
    top: 0;
    display: block;
    transform: translateY(-30%);
  }
  #works .worksWrapper .worksInfoWrapper {
    display: flex;
    align-items: center;
  }
  #works .worksWrapper .worksInfoWrapper .worksCatWrapper {
    margin-bottom: 0;
  }
}

/*=====  End of WORKS ======*/

/*=============================================
=            SERVICE            =
=============================================*/
#service {
  padding-top: 80px;
  padding-bottom: 60px;
}

#service .sectionTitleWrapper {
  margin-bottom: 45px;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #service {
    padding-top: 100px;
    padding-bottom: 125px;
  }
}

/*=====  End of SERVICE  ======*/

/*=============================================
=            BUSINESS            =
=============================================*/
#business {
  background-color: rgba(249, 216, 157, 0.1);
}

#business .businessWrapper {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

#business .businessWrapper .businessTitle {
  font-weight: bold;
  color: #f15a24;
  letter-spacing: 0.2em;
}
#business .businessWrapper .dscBox {
  line-height: 1.5;
}
/*=============================================
=            OUTLINE            =
=============================================*/
#outline {
  padding-top: 80px;
  padding-bottom: 40px;
}
#outline .sectionTitleWrapper {
  margin-bottom: 40px;
}
#outline .sectionLead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}
#business .sectionLead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}

#outline .outlineWrapper {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 30px;
}
#outline .outlineWrapper .outlineInner {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

#outline .outlineMainList dl {
  display: flex;
  margin-bottom: 2em;
}

#outline .outlineMainList dl dt {
  flex: 0 0 8em;
  max-width: 8em;
}
#outline .outlineInner dl dd {
  margin-bottom: 0;
}

#outline .map {
  filter: grayscale(100%);
}

#outline .map iframe {
  height: 350px;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #outline {
    padding-top: 110px;
    padding-bottom: 125px;
  }

  #outline .sectionLead {
    font-size: 20px;
  }
  #business .sectionLead {
    font-size: 20px;
  }
  #outline .map iframe {
    height: 450px;
  }
}

/*=====  End of OUTLINE  ======*/

/*=============================================
=            GROUP            =
=============================================*/
#group {
  padding-top: 80px;
  padding-bottom: 50px;
}

#group .sectionTitleWrapper {
  margin-bottom: 50px;
}

#group .chartContainer {
  margin-bottom: 50px;
}

#group .chartContainer .groupChart {
  margin-left: 25px;
  margin-bottom: 30px;
}

#group .groupBox {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#group .groupBox .groupNameBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

#group .groupBox .groupNameBox .groupName {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  color: #003370;
  padding-left: 1.5em;
  position: relative;
}
#group .groupBox .groupNameBox .groupName:before {
  position: absolute;
  content: "";
  width: 1em;
  height: 3px;
  top: 50%;
  left: 0;
  z-index: 0;
  background-color: #003370;
  transform: translateY(-50%);
}

#group .groupBox .groupNameBox a {
  display: block;
  background-color: #003370;
  color: #fdfdfd;
  font-size: 12px;
  line-height: 1;
  padding: 8px 15px;
}

#group .groupBox .dscBox {
  font-size: 14px;
  line-height: 1.5;
}
.gnb_sub {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #003370;
  padding-left: 0.5em;
  margin-bottom: 1em;
}
.dscBox {
  display: inline-block;
  padding: 2em 0 0 1em;
}
.gnb_tit {
  font-weight: bold;
  font-size: 16px;
  color: #003370;
  margin-bottom: 1em;
  padding-left: 0.5em;
}
.gnb_sub {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #003370;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.gnb_sub2 {
  padding-left: 1.5em;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #group {
    padding-top: 105px;
    padding-bottom: 165px;
  }

  #group .chartContainer {
    margin-bottom: 0px;
  }
  #group .chartContainer .groupChart {
    margin-left: 0px;
    margin-bottom: 0;
  }
}

/* MEDIA QUERY LARGE */
@media only screen and (min-width: 992px) {
  #group .groupListWrapper {
    width: 400px;
  }
}

/*----------  GROUP DSC BOX  ----------*/
#group .groupImg {
  max-width: 590px;
  margin-bottom: 40px;
}

#group .groupDscWrapper .bar {
  display: block;
  width: 105px;
  height: 3px;
  background-color: #000;
  margin-top: 25px;
  margin-bottom: 20px;
}

#group .groupDscWrapper .groupLead {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.22em;
  line-height: 1.65;
}

#group .groupDscWrapper .dscBox {
  margin-bottom: 25px;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #group .groupDscWrapper .bar {
    margin-top: 35px;
    margin-bottom: 55px;
  }
  #group .groupDscWrapper {
    max-width: 430px;
    margin-left: auto;
    margin-right: 0;
  }

  #group .groupDscWrapper .groupLead {
    font-size: 35px;
    margin-bottom: 50px;
  }

  #group .groupDscWrapper .dscBox {
    margin-bottom: 45px;
  }
}

/*=====  End of GROUP  ======*/
