@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");
article {
  width: 100%;
  margin: 0 auto 120px auto;
  background-color: #d9dada;
  position: relative;
}
article::after {
  content: "";
  width: 100px;
  height: 100px;
  background-color: #506e91;
  position: absolute;
  left: calc(50% - 40px);
  bottom: -40px;
  clip-path: polygon(50% 100%, 0 50%, 100% 50%);
  -webkit-clip-path: polygon(50% 100%, 0 50%, 100% 50%);
}
article h5 {
  color: #FFF;
  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;
  width: 1000px;
  padding: 40px;
  margin: 0 auto;
  background-color: #506e91;
  box-sizing: border-box;
}
article span {
  width: 1000px;
  height: 10px;
  margin: 0 auto;
  background-color: #506e91;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, article::after {
    width: 100px;
    height: 40px;
    background-color: transparent;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
/* 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 200px;
  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: 70px;
  position: absolute;
  left: -70px;
  top: -70px;
  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_policy.jpg);
  background-repeat: no-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 80px auto;
  background-color: #FFF;
  position: relative;
}
.sec2 .lead {
  width: 100%;
  padding: 100px 0 0 0;
  margin: 0 auto;
}
.sec2 .lead h3 {
  color: #222;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
  margin: 0 auto 40px auto;
  border-bottom: solid 3px #222;
  display: inline-block;
}
.sec2 .lead h4 {
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
.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;
}

.sec3 {
  width: 1000px;
  padding: 0px;
  margin: 0 auto 80px auto;
  background-color: #FFF;
  position: relative;
}
.sec3 .set {
  width: 100%;
  padding: 0px;
}
.sec3 .set:not(:last-child) {
  margin-bottom: 80px;
}
.sec3 .set h4 {
  color: #222;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  width: 145px;
  height: 45px;
  background-image: url(../../common/images/shape_frame.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px auto;
}
.sec3 .set h5 {
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
.sec3 .set 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;
}

.sec4 {
  width: 1000px;
  padding: 0px;
  margin: 0 auto 80px auto;
  background-color: #FFF;
  position: relative;
}
.sec4 h5 {
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
.sec4 h6 {
  color: #274171;
  font-family: din-2014-narrow, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.sec4 .btn {
  width: 680px;
  margin: 0 auto;
}
.sec4 .btn a {
  width: 100%;
  height: 80px;
  background-color: #274171;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.1s ease-in;
}
.sec4 .btn a:hover {
  background-color: #009bff;
}
.sec4 .btn a::after {
  content: "";
  width: 15px;
  height: 15px;
  margin: 0 0 0 20px;
  background-image: url(../../common/images/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.sec4 .btn a span {
  color: #FFF;
  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;
  pointer-events: none;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  article {
    margin: 0 auto 60px auto;
  }
  article::after {
    content: "";
    width: 100px;
    height: 100px;
    background-color: #506e91;
    position: absolute;
    left: calc(50% - 40px);
    bottom: -40px;
    clip-path: polygon(50% 100%, 0 50%, 100% 50%);
    -webkit-clip-path: polygon(50% 100%, 0 50%, 100% 50%);
  }
  article h5 {
    color: #FFF;
    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";
    width: calc(100% - 40px);
    padding: 20px;
  }
  article h5 br {
    display: none;
  }
  article span {
    width: calc(100% - 40px);
    height: 10px;
    margin: 0 auto;
    background-color: #506e91;
    display: block;
  }

  /* 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: 0 20px;
    margin: -40px auto 40px auto;
    background-color: #FFF;
    position: relative;
  }
  .sec2 .lead {
    width: 100%;
    padding: 50px 0 0 0;
    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.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
    margin-bottom: 20px;
  }
  .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;
  }

  .sec3 {
    width: calc(100% - 80px);
    padding: 0px;
    margin: 0 auto 80px auto;
    background-color: #FFF;
    position: relative;
  }
  .sec3 .set {
    width: 100%;
    padding: 0px;
  }
  .sec3 .set:not(:last-child) {
    margin-bottom: 80px;
  }
  .sec3 .set h4 {
    color: #222;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    width: 129px;
    height: 40px;
    margin: 0 auto 40px auto;
  }
  .sec3 .set h5 {
    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;
    text-align: left;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  .sec3 .set h5 br {
    display: none;
  }
  .sec3 .set 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;
  }

  .sec4 {
    width: calc(100% - 80px);
    padding: 0px;
    margin: 0 auto 40px auto;
    background-color: #FFF;
    position: relative;
  }
  .sec4 h5 {
    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;
    text-align: left;
    font-feature-settings: "palt";
    margin-bottom: 40px;
  }
  .sec4 h5 br {
    display: none;
  }
  .sec4 h6 {
    color: #274171;
    font-family: din-2014-narrow, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .sec4 .btn {
    width: 100%;
    margin: 0 auto;
  }
  .sec4 .btn a {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: no-repeat;
    justify-content: space-between;
    align-items: center;
  }
  .sec4 .btn a:hover {
    background-color: #009bff;
  }
  .sec4 .btn a::after {
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
    background-image: url(../../common/images/arrow_btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
  }
  .sec4 .btn a span {
    color: #FFF;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0em;
    text-align: left;
    pointer-events: none;
  }
}

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