@charset "UTF-8";

#view {
  background: url(../images/view-service-bg.jpg) center center no-repeat;
  background-size: cover;
}

section {
  text-align: center;
}
section .inner {
  padding: 80px 0;
}
section p {
  font-size: 16px;
}

#page_nav .inner {
  text-align: center;
  padding: 60px 0 0 0;
  margin-top: -100px;
  background: linear-gradient(to bottom, #ffffff, #eee);
}
#page_nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 40px;
  margin-top: 30px;
}
#page_nav ul li {
  background: url(../images/slash.png) center right no-repeat;
  padding-right: 40px;
}
#page_nav ul li:last-child {
  background: none;
}
#page_nav ul li a {
  transition: none;
  font-weight: bold;
  padding-bottom: 10px;
  color: var(--text_bk);
}
#page_nav ul li:first-child a,
#page_nav ul li a:hover {
  color: var(--c_orange);
  background: url(../images/arrow_or_down.webp) center bottom no-repeat;
  background-size: 10px auto;
}

/* h3 section title */
.sec_title {
  display: inline-block;
  text-align: center;
  margin: 2rem auto;
  padding: 2rem 7.5rem 2rem 8rem;
  background-image: url(../images/i_slash_2.png), url(../images/i_slash_2.png);
  background-size: 28px auto, 28px auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
}
.sec_title .jp {
  display: block;
  font-size: 34px;
  letter-spacing: .16em;
}
.sec_title .en {
  display: block;
  font-size: 16px;
  font-family: var(--font_en);
  margin-top: 13px;
}

/* btn outline orange */
.btn_outline {
  display: inline-block;
  padding: 24px 60px 22px 78px;
  border: 1px solid #d17a24;
  border-radius: 999px;
  background-color: transparent;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.2s ease;
  color: var(--text_bk);
  margin: 20px 0;
}
.btn_outline:hover,
.btn_outline:focus {
  background-color: #d17a24;
  color: white;
  outline: none;
}
.btn_outline .arrow {
  margin-left: 0.5em;
}

#sec_sekkei img {
  width: 100%;
  height: auto;
}

#sec_inspection {
  background-image: url(../images/service/inspection_bg.png), url(../images/service/bridge_investigation.jpg);
  background-position: calc(50% - 300px) 380px, calc(50% + 400px) 300px;
  background-size: 1000px auto, 1018px auto;
  background-repeat: no-repeat, no-repeat;
  height: 1080px;
}
#sec_inspection p.copy {
  margin-top: 200px;
}
/* 調査点検のみ左寄せ */
#sec_inspection p {
  text-align: left;
}
p.copy {
  font-size: 28px;
  color: var(--c_orange);
}
.inspection_photo {
  text-align: left;
  margin: 40px 0 120px 0;
}
.inspection_photo img {
  display: inline-block;
}

#sec_client {
  background: url(../images/service/kanazawa_city.jpg) center bottom -20px no-repeat;
  background-size: cover;
}
#sec_client .inner {
  position: relative;
}
#sec_client h3,
#sec_client p {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
img.silhouette {
  display: block;
  position: absolute;
  top: -100px;
  right: -150px;
}
#sec_client ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 40px 0 120px 0;
}
#sec_client ul li {
  width: 170px;
  background: rgba(0, 0, 0, .26);
  color: #fff;
  font-size: 19px;
  font-family: serif;
  letter-spacing: .2em;
  padding: 16px 20px;
}

/* sec_technology */
#sec_technology {
  margin-top: 40px;
}
.bridge_type {
  display: flex;
  gap: 100px;
  text-align: left;
  margin-top: 80px;
}
.brigde_type_inner {
  flex: 1;
  padding: 230px 0 0 0;
}
.bridge_type h4 {
  font-size: 22px;
}
.bridge_type h4 span {
  display: block;
  font-size: 12px;
  font-family: var(--font_en);
  margin-top: 10px;
}
.bridge_type p {
  text-align: justify;
  font-size: 15px;
  letter-spacing: .08em;
}
.erb {
  background-image: url(../images/service/erb_txt.png), url(../images/service/erb.png);
  background-size: 208px auto, 312px auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top 50px left, top right;
}
.esb {
  background-image: url(../images/service/esb_txt.png), url(../images/service/esb.png);
  background-size: 207px auto, 396px auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top 50px left, top 100px right;
}

#association {
  margin: -100px 0 0 0;
  padding-bottom: 50px;
  background: url(../images/service/association_bg.jpg) left bottom repeat-x;
  background-size: auto 260px;
}

#association .inner {
  background: url(../images/service/esb_banner_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 70px 90px 70px 100px;
  margin: 100px auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#association h3 {
  font-size: 22px;
}
#association p {
  font-size: 14px;
}
#association img {
  margin-left: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
#association a.btn_outline {
  border: 1px solid #8DADC3;
  margin-top: 10px;
  padding: 17px 38px 16px 50px;
  font-size: 14px;
}
#association a.btn_outline:hover {
  background: #497592;
}
#association a.btn_outline span.arrow {
  color: #8DADC3;
}
#association a.btn_outline:hover span.arrow {
  color: #fff;
}

br.sp_on {
  display: none;
}

@media screen and (max-width:768px) {
  #view {
    background: url(../images/view-service-bg.jpg) center right no-repeat;
    background-size: cover;
  }
  .title {
    float: none;
    width: 100%;
    height: auto;
    border-right: none;
    text-align: center;
  }
  .title h3 {
    margin-top: 50px;
    font-size: 36px;
  }

  #page_nav .inner {
    width: 90%;
    padding: 40px 5%;
    margin: -100px auto 0 auto;
  }
  #page_nav p {
    text-align: justify;
  }
  #page_nav p br {
    display: none;
  }
  #page_nav ul {
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 30px;
    list-style: none;
    margin: 40px 0 -50px 0;
    padding: 0;
  }
  #page_nav ul li {
    flex: 1 1 calc(50% - 8px);
    padding-left: 0;
    background: none;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
  }
  #page_nav ul li a {
    display: block;
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
    font-size: 13.5px;
    box-sizing: border-box;
  }
  /* h3 section title */
  .sec_title {
    width: 80%;
    margin: 0 auto 20px auto;
    padding: 2rem 5% 2rem 5%;
    background-size: 18px auto, 18px auto;
  }
  .sec_title .jp {
    display: block;
    font-size: 22px;
    letter-spacing: .12em;
  }
  .sec_title .en {
    font-size: 10px;
    margin-top: 8px;
  }
  section .inner p {
    font-size: 14.5px;
  }
  section .inner p br {
    display: none;
  }
  /* btn outline orange */
  .btn_outline {
    padding: 14px 35px 14px 48px;
    font-size: 14px;
  }

  #sec_sekkei img {
    width: 100%;
    height: auto;
  }

  #sec_inspection {
    background-image: url(../images/service/bridge_investigation.jpg);
    background-position: calc(50% + 120px) 205px;
    background-size: 80vw auto;
    background-repeat: no-repeat;
    height: auto;
  }
  #sec_inspection p.copy {
    margin-top: 24px;
  }
  /* 調査点検のみ左寄せ */
  #sec_inspection p {
    text-align: left;
  }
  #sec_inspection p.copy {
    font-size: 22px;
    margin-bottom: 46px;
  }
  #sec_inspection p.copy br {
    display: block;
  }
  .inspection_photo {
    text-align: center;
    margin: 40px 0 0 0;
  }
  .inspection_photo img {
    display: inline-block;
  }
  br.sp_on {
    display: block;
  }
  #sec_client ul {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin: 30px auto;
    padding-left: 0;
  }
  #sec_client ul li {
    width: 240px;
    background: rgba(0, 0, 0, .5);
    padding: 15px 10px;
    font-size: 16px;
  }
  img.silhouette {
    width: 280px;
    height: auto;
    top: 20px;
    right: 5px;
  }
  /* sec_technology */
  .bridge_type {
    flex-direction: column;
    gap: 20px;
    text-align: left;
    margin-top: 40px;
  }
  .brigde_type_inner {
    flex: 1;
    padding: 230px 0 0 0;
  }
  .bridge_type h4 {
    font-size: 18px;
  }
  .bridge_type h4 span {
    font-size: 10px;
    margin-top: 10px;
  }
  .erb {
    background-image: url(../images/service/erb_txt.png), url(../images/service/erb.png);
    background-size: 150px auto, 240px auto;
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
  }
  .esb {
    background-image: url(../images/service/esb_txt.png), url(../images/service/esb.png);
    background-size: 150px auto, 280px auto;
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top 100px right;
  }
  #association .inner {
    background: url(../images/service/esb_banner_bg_sp.jpg) right bottom no-repeat;
    background-size: cover;
    padding: 50px 8%;
    margin: 40px auto;
    flex-direction: column;
  }
  #association .inner div {
    order: 2;
  }
  #association h3 {
    font-size: 16px;
    text-align: center;
  }
  #association p {
    font-size: 13px;
    text-align: justify;
  }
  #association img {
    order: 1;
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  #association a.btn_outline {
    display: block;
    width: 150px;
    margin: 0 auto;
  }


}