@charset "UTF-8";
main {
  padding-top: 6.5104166667vw;
}

body {
  background: #2D3139;
}

.txt-a {
  position: relative;
  box-sizing: border-box;
  border: solid 2px #ffffff;
  background: #2D3139;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.4479166667vw;
  height: 4.1666666667vw;
  border-radius: 4.1666666667vw;
  margin: 0 auto;
  gap: 0.8vw;
  transition: 1s;
}
.txt-a svg {
  position: absolute;
  top: 50%;
  right: 1.8229166667vw;
  transform: translateY(-50%);
  display: flex;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
.txt-a svg path {
  transition: 1s;
  fill: #3C5DFF;
}
.txt-a:hover {
  background: #ffffff;
  color: #1B1D22;
}

.ttl-box {
  margin-bottom: 4.1666666667vw;
}
.ttl-box .txt-h2 {
  color: #9DAEFF;
  line-height: 1;
}
.ttl-box .txt-h2 .txt-e {
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-bottom: 1.5vw;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
  .txt-a {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    gap: 10px;
    margin: 0 auto;
    font-size: 16px;
  }
  .txt-a span {
    font-size: 16px;
  }
  .txt-a svg {
    width: 14px;
    height: 14px;
    right: 20px;
  }
  .txt-a svg path {
    transition: 1s;
  }
  .txt-a:hover {
    background: #ffffff;
    color: #000000;
  }
  .txt-a:hover svg path {
    fill: #000000;
  }
  .ttl-box {
    margin-bottom: 50px;
  }
  .ttl-box .txt-h2 {
    font-size: 32px;
  }
  .ttl-box .txt-h2 .txt-e {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #header {
    top: 0;
  }
}
/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area .box {
  position: relative;
}
section#lead_area .img-box {
  width: 70.84%;
  height: 35vw;
  border-radius: 2.6041666667vw 0 0 2.6041666667vw;
  overflow: clip;
  position: relative;
  margin-left: auto;
}
section#lead_area .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section#lead_area .txt-box {
  position: absolute;
  top: 25%;
  left: 11.975%;
  z-index: 1;
}
section#lead_area .txt-box .txt-h1 {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  gap: 1.05vw;
  z-index: 1;
  color: #9DAEFF;
}
section#lead_area .txt-box .txt-h1 span {
  line-height: 1;
  color: #ffffff;
}
section#lead_area .txt-box .breadcrumbs {
  margin-bottom: 1.5625vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8vw;
  z-index: 4;
  font-size: 0.7291666667vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
section#lead_area .txt-box .breadcrumbs > span {
  font-size: 0.7291666667vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
section#lead_area .txt-box .breadcrumbs > span > a {
  color: #9DAEFF;
  font-size: 0.7291666667vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
section#lead_area .txt-box .breadcrumbs > span > span {
  color: #ffffff;
  font-size: 0.7291666667vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
section#lead_area .anker-box {
  position: absolute;
  bottom: 0;
  left: 11.975%;
  display: flex;
  flex-flow: column;
  border-bottom: solid 1px #575A61;
  transition: all 0.3s ease;
}
section#lead_area .anker-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 13.03vw;
  color: #ffffff;
  line-height: 1;
  padding: 0.78125vw 0;
  box-sizing: border-box;
  border-top: solid 1px #575A61;
}
section#lead_area .anker-box a svg {
  display: flex;
  width: 1vw;
  height: 1vw;
  transform: rotate(90deg);
}
section#lead_area .anker-box a svg path {
  fill: #9DAEFF;
}
section#lead_area .anker-box.is-fixed {
  background: #2D3139;
  position: fixed;
  top: 5.5989583333vw;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-flow: row;
  gap: 3%;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  section#lead_area .img-box {
    width: 80%;
    height: 60vw;
    margin-bottom: 20px;
  }
  section#lead_area .txt-box {
    top: 10%;
    left: 7.5%;
  }
  section#lead_area .txt-box .breadcrumbs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 10px;
  }
  section#lead_area .txt-box .breadcrumbs > span {
    font-size: 10px;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#lead_area .txt-box .breadcrumbs > span > a {
    font-size: 10px;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#lead_area .txt-box .breadcrumbs > span > span {
    font-size: 10px;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#lead_area .txt-box .txt-h1 {
    gap: 10px;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  section#lead_area .txt-box .txt-h1 span {
    font-size: 38px;
  }
  section#lead_area .anker-box {
    position: initial;
    bottom: -60px;
    left: 0;
    background: #2D3139;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: none;
    flex-flow: row;
    flex-wrap: wrap;
    border-radius: 0;
    width: 85%;
    margin: 0 auto;
  }
  section#lead_area .anker-box a {
    font-size: 14px;
    width: 100%;
    color: #ffffff;
    line-height: 1;
    padding: 13px 0;
    box-sizing: border-box;
    display: flex;
  }
  section#lead_area .anker-box a:last-child {
    border-bottom: solid 1px #575A61;
  }
  section#lead_area .anker-box a svg {
    display: flex;
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
    margin-left: 15px;
  }
  section#lead_area .anker-box a svg path {
    fill: #9DAEFF;
  }
  section#lead_area .anker-box.is-fixed {
    background: #2D3139;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 4;
    flex-flow: row;
    gap: 15px;
    padding: 0 10px;
    border-radius: 0;
    flex-wrap: initial;
    justify-content: flex-start;
    overflow-x: scroll;
  }
  section#lead_area .anker-box.is-fixed a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: solid 1px #575A61;
    padding: 15px 5px;
    white-space: nowrap;
  }
  section#lead_area .anker-box.is-fixed a svg {
    margin-left: 15px;
  }
}
/*==========================================================================
section#banner_area
========================================================================== */
section#banner_area {
  position: relative;
  z-index: 5;
}
section#banner_area .box .item {
  position: relative;
  width: 50%;
}
section#banner_area .box .item .img-box {
  width: 100%;
  height: 24.375vw;
  position: relative;
}
section#banner_area .box .item .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s;
}
section#banner_area .box .item .txt-box {
  position: absolute;
  z-index: 1;
  left: 4.1666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
section#banner_area .box .item .txt-box .txt-h2 {
  color: #9DAEFF;
}
section#banner_area .box .item .txt-box .txt-h2 span {
  display: block;
  color: #ffffff;
  margin-bottom: 1vw;
}
section#banner_area .box .item .txt-box .txt-a {
  margin-top: 5.2083333333vw;
  margin-left: 0;
  background: #ffffff;
  color: #3C5DFF;
  transition: 1s;
  width: 14vw;
  height: 2.6041666667vw;
}
section#banner_area .box .item:hover .img-box::before {
  background: rgba(0, 44, 212, 0.5);
}
section#banner_area .box .item:hover .txt-box .txt-a {
  background: #2D3139;
  color: #ffffff;
  border-color: #2D3139;
}
section#banner_area .box .item:hover .txt-box .txt-a svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  section#banner_area {
    position: relative;
    z-index: 5;
  }
  section#banner_area .box .item {
    position: relative;
    width: 100%;
    display: block;
  }
  section#banner_area .box .item .img-box {
    width: 100%;
    height: 80vw;
    position: relative;
  }
  section#banner_area .box .item .txt-box {
    position: absolute;
    z-index: 1;
    left: 7.5%;
    top: 50%;
    transform: translateY(-50%);
  }
  section#banner_area .box .item .txt-box .txt-h2 {
    font-size: 14px;
  }
  section#banner_area .box .item .txt-box .txt-h2 span {
    margin-bottom: 10px;
    font-size: 38px;
  }
  section#banner_area .box .item .txt-box .txt-a {
    margin-top: 60px;
    width: 100%;
    height: 50px;
  }
  section#banner_area .box .item:hover .img-box::before {
    background: rgba(0, 44, 212, 0.5);
  }
  section#banner_area .box .item:hover .txt-box .txt-a {
    background: #2D3139;
    color: #ffffff;
    border-color: #2D3139;
  }
  section#banner_area .box .item:hover .txt-box .txt-a svg path {
    fill: #ffffff;
  }
}
/*# sourceMappingURL=page.css.map */