@charset "UTF-8";
@font-face {
  font-family: "haet";
  src: url("/common/font/haettenschweiler.eot") format("eot"), url("/common/font/haettenschweiler.woff") format("woff"), url("/common/font/haettenschweiler.woff2") format("woff2"), url("/common/font/haettenschweiler.svg") format("svg"), url("/common/font/haettenschweiler.ttf") format("truetype");
}
p.txt {
  font-size: 15px;
  margin: 15px 0;
  line-height: 1.8;
}

section h3.en {
  font-size: 80px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0 auto 60px auto;
  text-align: center;
  font-weight: normal;
}
section h3.en span {
  font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  display: block;
  font-size: 28px;
  margin-top: 10px;
  letter-spacing: normal;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  p.txt {
    font-size: 13px;
  }
  section h3.en {
    font-size: 58px;
    margin: 0 auto 50px auto;
    line-height: 1;
  }
  section h3.en span {
    font-size: 24px;
    line-height: 1.4;
  }
}
.teams ul.topic-path li {
  color: #FFF;
}
.teams ul.topic-path li a {
  color: #ccc;
}
.teams section {
  padding: 60px 0;
}
.teams section h4.heading {
  background: #000;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  display: block;
  color: #FFF;
  line-height: 1.4;
  margin-bottom: 30px;
}
.teams section.bg {
  position: relative;
}
.teams section.bg::before {
  background: transparent url(/img/teams/background.jpg) no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.teams section.bg .unit {
  background: rgba(255, 255, 255, 0.9);
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.teams section.bg .unit p {
  text-align: center;
}
.teams section.bg .unit .btn-block {
  font-weight: bold;
  margin: 40px auto 0 auto;
}
.teams section.bg .unit .btn-block a {
  font-size: 22px;
}
.teams section.bg2 {
  background: #eeeeee;
  position: relative;
  overflow: hidden;
  height: 1000px;
  min-width: 1000px;
  padding: 0;
}
.teams section.bg2::before {
  content: "";
  display: block;
  width: 55%;
  height: 100%;
  background: url(/img/teams/background2.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.85;
}
.teams section.bg2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1000px 200px 0px 0px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  left: 45%;
  top: 0;
}
.teams section.bg2 .unit {
  width: 45%;
  min-width: 650px;
  padding: 50px 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
}
.teams section.bg2 .unit h3.en {
  color: #3c3935;
  margin: 0;
  text-align: left;
}
.teams section.bg2 .unit ul.indent {
  margin: 10px 0;
}
.teams section.bg2 .unit ul.indent li {
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
}
.teams section.bg2 .unit .team-list {
  margin: 30px 0 0 0;
  border-top: 1px solid #3c3935;
}
.teams section.bg2 .unit .team-list li {
  border-bottom: 1px solid #3c3935;
  color: #3c3935;
  text-decoration: none;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}
.teams section.bg2 .unit .team-list li span {
  display: block;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.teams section.bg2 .unit .team-list li span.area {
  font-size: 20px;
}
.teams section.bg2 .unit .team-list li span.pref {
  font-size: 18px;
}
.teams section.bg2 .unit .team-list li a {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  text-decoration: none;
  color: #e34444;
  padding-right: 22px;
}
.teams section.bg2 .unit .team-list li a:hover {
  text-decoration: underline;
}
.teams section.bg2 .unit .team-list li a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/img/icon/ico_pdf.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 5px;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .teams section {
    padding: 40px 0;
  }
  .teams section h4.heading {
    background: #000;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    line-height: 1.4;
  }
  .teams section.bg::before {
    width: 100%;
    height: 100vh;
  }
  .teams section.bg .unit {
    padding: 30px 20px;
  }
  .teams section.bg .unit .btn-block {
    margin: 20px auto 0 auto;
  }
  .teams section.bg .unit .btn-block a {
    font-size: 16px;
  }
  .teams section.bg2 {
    position: relative;
    overflow: hidden;
    height: auto;
    min-width: 100%;
    padding: 0 0 70.25% 0;
  }
  .teams section.bg2::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 70.25%;
    background: url(/img/teams/background2.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }
  .teams section.bg2::after {
    display: none;
  }
  .teams section.bg2 .unit {
    width: 100%;
    min-width: 100%;
    padding: 30px 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: static;
    left: 0;
  }
  .teams section.bg2 .unit h3.en {
    margin: 0;
    text-align: center;
  }
  .teams section.bg2 .unit ul.indent li {
    font-size: 13px;
  }
  .teams section.bg2 .unit .team-list {
    margin: 20px 0 0 0;
  }
  .teams section.bg2 .unit .team-list li {
    padding: 15px 10px;
    height: auto;
  }
  .teams section.bg2 .unit .team-list li a {
    padding-right: 20px;
  }
  .teams section.bg2 .unit .team-list li a::after {
    top: 3px;
    width: 18px;
    height: 18px;
  }
  .teams section.bg2 .unit .team-list li span {
    line-height: 1.4;
  }
  .teams section.bg2 .unit .team-list li span.area {
    font-size: 18px;
  }
  .teams section.bg2 .unit .team-list li span.pref {
    font-size: 16px;
  }
}
/*# sourceMappingURL=teams.css.map */