@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* sec1 */
.sec1 {
  width: 100%;
  min-width: 1160px;
  height: calc((100vw * 0.5) + 70px);
  padding: 70px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sec1 .inner {
  width: auto;
  position: relative;
}
.sec1 .inner h3 {
  color: #FFF;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding: 20px 100px;
  border: solid 5px #FFF;
}
.sec1 .inner h4 {
  color: #FFF;
  font-family: din-2014-narrow, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  background-color: #274171;
  width: 140px;
  height: 50px;
  position: absolute;
  left: -70px;
  top: -50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sec1::before {
  content: "";
  width: 100%;
  height: calc(100vw * 0.5);
  background-image: url(../images/visual_index.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 70px;
  z-index: -1;
}

.sec2 {
  width: 1000px;
  padding: 0px;
  margin: -100px auto 60px auto;
  background-color: #FFF;
  position: relative;
}
.sec2 .lead {
  width: 100%;
  padding: 100px 0 0 0;
  margin: 0 auto 80px auto;
}
.sec2 .lead p {
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec2 .lead p:not(:last-child) {
  margin-bottom: 20px;
}

.sec3 .wrap {
  width: 100%;
}
.sec3 .wrap .inner {
  width: 1000px;
  padding-bottom: 60px;
  margin: 0 auto;
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.sec3 .wrap .inner .thumb {
  width: 490px;
  padding: 20px;
}
.sec3 .wrap .inner .thumb a {
  width: 100%;
  position: relative;
  display: block;
}
.sec3 .wrap .inner .thumb a dl {
  width: 100%;
}
.sec3 .wrap .inner .thumb a dl dt {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 450px 250px;
  transition: all 0.25s ease-in 0s;
}
.sec3 .wrap .inner .thumb a dl dt img {
  display: none;
}
.sec3 .wrap .inner .thumb a dl dt.p1 {
  background-image: url(../images/thumb_number.png);
}
.sec3 .wrap .inner .thumb a dl dt.p2 {
  background-image: url(../images/thumb_message.jpg);
}
.sec3 .wrap .inner .thumb a dl dt.p3 {
  background-image: url(../images/thumb_company.jpg);
}
.sec3 .wrap .inner .thumb a dl dt.p4 {
  background-image: url(../images/thumb_group.jpg);
}
.sec3 .wrap .inner .thumb a dl dd {
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  transition: all 0.25s ease-in 0s;
}
.sec3 .wrap .inner .thumb a:hover dl dt {
  background-size: 470px 261px;
  opacity: 0.9;
}
.sec3 .wrap .inner .thumb a:hover dl dd {
  color: #009bff;
}
.sec3 .wrap .inner .thumb.blank a dl dd {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sec3 .wrap .inner .thumb.blank a dl dd::after {
  content: "";
  width: 24px;
  height: 16px;
  margin: 0 0 0 10px;
  background-image: url(../../common/images/icon_blank2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  /* sec1 */
  .sec1 {
    min-width: 100%;
    height: 50vh;
    padding: 60px 0 0 0;
  }
  .sec1 .inner {
    width: auto;
    position: relative;
  }
  .sec1 .inner h3 {
    color: #FFF;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 10px 20px;
    border: solid 2px #FFF;
  }
  .sec1 .inner h4 {
    color: #FFF;
    font-family: din-2014-narrow, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    background-color: #274171;
    width: 130px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: -40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .sec1 .inner h4 br {
    display: none;
  }
  .sec1::before {
    width: 100%;
    height: 50vh;
    left: 0px;
    top: 60px;
  }

  .sec2 {
    width: calc(100% - 40px);
    padding: 0px;
    margin: -20px auto 40px auto;
    background-color: #FFF;
    position: relative;
  }
  .sec2 .lead {
    width: 100%;
    padding: 40px 20px 0 20px;
    margin: 0 auto;
  }
  .sec2 .lead h3 {
    color: #222;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0em;
    padding: 0 0 5px 0;
    margin: 0 auto 40px auto;
    border-bottom: solid 2px #222;
  }
  .sec2 .lead h4 {
    color: #222;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
    margin-bottom: 40px;
  }
  .sec2 .lead h4 br {
    display: none;
  }
  .sec2 .lead p {
    color: #222;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
    text-align: left;
  }
  .sec2 .lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec2 .lead p br {
    display: none;
  }

  .sec3 .wrap {
    width: 100%;
    padding: 0 20px;
  }
  .sec3 .wrap .inner {
    width: calc(100% - 20px);
    padding-bottom: 40px;
    margin: 0 auto;
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .sec3 .wrap .inner .thumb {
    width: 50%;
    padding: 10px;
  }
  .sec3 .wrap .inner .thumb a {
    width: 100%;
    position: relative;
    display: block;
  }
  .sec3 .wrap .inner .thumb a dl {
    width: 100%;
  }
  .sec3 .wrap .inner .thumb a dl dt {
    width: 100%;
    height: auto;
    background-image: none;
  }
  .sec3 .wrap .inner .thumb a dl dt img {
    display: block;
  }
  .sec3 .wrap .inner .thumb a dl dd {
    color: #222;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  .sec3 .wrap .inner .thumb a:hover dl dt {
    background-size: cover;
    opacity: 0.9;
  }
  .sec3 .wrap .inner .thumb a:hover dl dd {
    color: #222;
  }
  .sec3 .wrap .inner .thumb.blank a dl dd {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sec3 .wrap .inner .thumb.blank a dl dd::after {
    width: 18px;
    height: 12px;
    margin: 5px 0 0 0;
  }
}

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