@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Open+Sans+Condensed:wght@300;700&family=Roboto+Condensed:wght@300;400;700&display=swap");
html, body {
  width: 100%;
  min-width: 1100px;
  height: 100%;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #111;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

h3, h4 span, dt.name, .btn a {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  line-height: 1;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

a, a:visited {
  color: #0085e6;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active {
  color: #ffcc00;
}

.btn a {
  background-position: left top;
}

.btn a:hover {
  background-position: left bottom;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.btn-close {
  width: 60px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 999;
}
.btn-close a {
  background-image: url(../../images/btn_close.png);
  background-size: 60px;
  height: 60px;
}

header {
  color: #FFF;
  width: 100%;
  position: relative;
}
header .visual {
  width: 100%;
  height: auto;
  position: relative;
}
header .visual h5 {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

section h4 {
  color: #00479d;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  padding: 0 20px;
  box-sizing: border-box;
}
section h4:not(:last-child) {
  margin-bottom: 20px;
}
section.sec1 {
  text-align: left;
  width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
}
section.sec1 .lead {
  width: 100%;
  padding: 0 20px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
section.sec1 .lead .logo {
  width: 320px;
}
section.sec1 .lead .logo > p {
  padding: 0 20px;
  margin-bottom: 40px;
}
section.sec1 .lead .logo .notice {
  background-color: rgba(0, 71, 157, 0.1);
  padding: 20px;
  border-radius: 3px;
}
section.sec1 .lead .logo .notice dl dt {
  color: #00479d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
section.sec1 .lead .logo .notice dl dd p {
  color: #00479d;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.sec1 .lead .logo .notice dl dd p:not(:last-child) {
  margin-bottom: 10px;
}
section.sec1 .lead .text {
  width: 600px;
  padding: 0px;
  margin: 0px;
}
section.sec1 .lead .text h4 {
  padding: 0px;
}
section.sec1 .lead .text p {
  color: #111;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.sec1 .lead .text p:not(:last-child) {
  margin-bottom: 20px;
}
section.sec2 {
  width: 100%;
  padding: 40px 0;
  background-color: #E6E6E6;
}
section.sec2 .text {
  width: 1000px;
  padding: 0px;
  margin: 0 auto;
}
section.sec2 .text:last-child {
  margin: 0 auto;
}
section.sec2 .text ul.combo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
section.sec2 .text ul.combo li {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
section.sec2 .text ul.combo li dl {
  width: 100%;
}
section.sec2 .text ul.combo li dl dt {
  color: #00479d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
section.sec2 .text ul.combo li dl dd {
  width: 100%;
}
section.sec2 .text ul.combo li dl dd p {
  color: #111;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section.sec2 .text ul.combo li dl dd p:not(:last-child) {
  margin-bottom: 10px;
}
section.sec2 .text ul.combo li dl dd.set {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section.sec2 .text ul.combo li dl dd.set .intext {
  width: calc(100% - 220px);
}
section.sec2 .text ul.combo li dl dd.set .photo {
  width: 200px;
}
section.sec3 {
  padding: 40px 40px 80px 40px;
}
section.sec3 p {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: center;
}

@media only screen and (max-width: 812px) {
  html, body {
    min-width: 100%;
    height: auto;
  }

  html {
    font-size: 2.6666666667vw;
  }

  .btn-close {
    width: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
  }
  .btn-close a {
    background-size: 40px;
    height: 40px;
  }

  header {
    width: 100%;
    overflow: hidden;
  }
  header .visual img {
    width: 200%;
    position: relative;
    margin: 0 0 0 -50%;
  }
  header .visual h5 {
    color: #FFF;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    white-space: nowrap;
  }

  section h4 {
    color: #00479d;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    padding: 0px;
    box-sizing: border-box;
  }
  section h4:not(:last-child) {
    margin-bottom: 20px;
  }
  section.sec1 {
    text-align: left;
    width: calc(100% - 40px);
    padding: 40px 0;
    margin: 0 auto;
  }
  section.sec1 .lead {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
  }
  section.sec1 .lead .logo {
    width: 100%;
  }
  section.sec1 .lead .logo > p {
    padding: 0 80px;
    margin-bottom: 40px;
  }
  section.sec1 .lead .logo .notice {
    padding: 15px;
  }
  section.sec1 .lead .text {
    width: 100%;
    padding: 0px;
    margin: 0 0 40px 0;
  }
  section.sec1 .lead .text h4 {
    padding: 0px;
  }
  section.sec1 .lead .text p {
    color: #111;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section.sec1 .lead .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  section.sec2 {
    width: 100%;
    padding: 40px 20px;
    background-color: #E6E6E6;
    box-sizing: border-box;
  }
  section.sec2 .text {
    width: 100%;
  }
  section.sec2 .text ul.combo {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.sec2 .text ul.combo li {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
  }
  section.sec2 .text ul.combo li:not(:last-child) {
    margin-bottom: 20px;
  }
  section.sec2 .text ul.combo li dl dd p {
    color: #111;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section.sec2 .text ul.combo li dl dd p:not(:last-child) {
    margin-bottom: 10px;
  }
  section.sec2 .text ul.combo li dl dd.set {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.sec2 .text ul.combo li dl dd.set .intext {
    width: 100%;
    margin-bottom: 20px;
  }
  section.sec2 .text ul.combo li dl dd.set .photo {
    width: 100%;
  }
  section.sec3 {
    padding: 40px 20px 40px 20px;
  }
  section.sec3 p {
    color: #111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
    font-feature-settings: "palt";
  }
  section.sec3 p br {
    display: none;
  }
}

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