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

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

.ttl-box {
  margin-bottom: 3.6458333333vw;
}
.ttl-box .txt-h2 {
  line-height: 1.2em;
  color: #2022B0;
}
.ttl-box .txt-h2 .txt-e {
  color: #2022B0;
  display: block;
  line-height: 1;
  margin-bottom: 0.5208333333vw;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 80px;
  }
  .txt-a {
    width: 100%;
    height: 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: 40px;
  }
  .ttl-box .txt-h2 {
    font-size: 14px;
  }
  .ttl-box .txt-h2 .txt-e {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area .box {
  position: relative;
  align-items: flex-end;
  padding-bottom: 4.1666666667vw;
}
section#lead_area .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 89.25%;
  height: 28.65vw;
  background: #ffffff;
  z-index: -1;
}
section#lead_area .img-box {
  width: 57.47%;
  height: 28.65vw;
  position: relative;
}
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 {
  width: 42.53%;
  padding: 0 8.59375vw;
  box-sizing: border-box;
}
section#lead_area .txt-box .txt-h1 {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1;
  gap: 0.78125vw;
}
section#lead_area .txt-box .txt-h1 span {
  color: #2022B0;
  line-height: 1;
  text-transform: uppercase;
}
section#lead_area .txt-box .breadcrumbs {
  margin-bottom: 1.5104166667vw;
  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: #000000;
}
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: #2022B0;
  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 > span {
  color: #000000;
  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;
}

@media screen and (max-width: 767px) {
  section#lead_area .box {
    position: relative;
    align-items: flex-end;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  section#lead_area .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 92.5%;
    height: 80%;
    background: #ffffff;
    z-index: -1;
  }
  section#lead_area .img-box {
    width: 92.5%;
    height: 60vw;
    margin-left: auto;
    margin-bottom: 30px;
    order: 1;
  }
  section#lead_area .txt-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 7.25%;
    box-sizing: border-box;
    order: 2;
  }
  section#lead_area .txt-box .txt-h1 {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
  section#lead_area .txt-box .txt-h1 span {
    font-size: 38px;
  }
  section#lead_area .txt-box .breadcrumbs {
    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-top: 0;
  }
  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#anchor_area
========================================================================== */
section#anchor_area {
  z-index: 4;
}
section#anchor_area .inner {
  padding-top: 3.6458333333vw;
}
section#anchor_area .anchor-box {
  align-items: center;
  justify-content: center;
  gap: 2.6041666667%;
}
section#anchor_area .anchor-box .items {
  width: 26.1%;
  height: 4.1666666667vw;
  box-sizing: border-box;
  background: #ffffff;
  border: solid 2px #2022B0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2022B0;
  transition: 1s;
  position: relative;
}
section#anchor_area .anchor-box .items svg {
  display: flex;
  width: 0.9020833333vw;
  height: 0.78125vw;
  position: absolute;
  right: 1.5625vw;
  top: 50%;
  transform: translateY(-50%);
}
section#anchor_area .anchor-box .items svg path {
  transition: 1s;
}
section#anchor_area .anchor-box .items:hover {
  background: #2022B0;
  color: #ffffff;
}
section#anchor_area .anchor-box .items:hover svg path {
  fill: #ffffff;
}
section#anchor_area .anchor-box.is-fixed {
  position: fixed;
  top: 7vw;
  left: 50%;
  transform: translateX(-50%);
  width: 79.17%;
  z-index: 3;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  section#anchor_area .inner {
    width: 100%;
  }
  section#anchor_area .anchor-box {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* 左寄せに変更 */
    gap: 15px;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
  }
  section#anchor_area .anchor-box .items {
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 0; /* 左右にパディング追加 */
  }
  section#anchor_area .anchor-box .items svg {
    display: flex;
    width: 16px;
    height: 14px;
    position: absolute;
    right: 10px;
  }
  section#anchor_area .anchor-box.is-fixed {
    top: 60px;
    left: 10px;
    transform: initial;
    width: calc(100% - 10px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 4;
    flex-flow: row;
    gap: 15px;
    padding: 15px; /* 上下にパディング追加 */
    box-sizing: border-box;
    border-radius: 0;
    flex-wrap: nowrap; /* 折り返さない */
    justify-content: flex-start;
    overflow-x: auto; /* scrollからautoに変更 */
    overflow-y: hidden; /* 縦スクロール防止 */
    -webkit-overflow-scrolling: touch; /* iOSでスムーズスクロール */
    /* スクロールバー非表示 - 全ブラウザ対応 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    /* 背景を追加（オプション） */
  }
  section#anchor_area .anchor-box.is-fixed::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
    width: 0;
    height: 0;
  }
  section#anchor_area .anchor-box.is-fixed .items {
    /* 横スクロール用に固定幅を設定 */
    min-width: 200px; /* 最小幅を設定 */
    width: auto; /* 幅を自動に */
    white-space: nowrap;
    flex-shrink: 0; /* 縮小しないように */
    padding: 0; /* 左右にパディング追加 */
  }
}
/*==========================================================================
section#links_area
========================================================================== */
section#links_area {
  position: relative;
  z-index: 5;
}
section#links_area .box .item-box {
  width: 50%;
  display: block;
  position: relative;
}
section#links_area .box .item-box .txt-box .ttl-box {
  margin: 0;
  width: 100%;
  position: absolute;
  left: 2.6041666667vw;
  bottom: 2.6041666667vw;
  z-index: 2;
}
section#links_area .box .item-box .txt-box .ttl-box .txt-h2 {
  color: #ffffff;
}
section#links_area .box .item-box .txt-box .ttl-box .txt-h2 .txt-e {
  color: #ffffff;
}
section#links_area .box .item-box .txt-box .icon {
  position: absolute;
  bottom: 1.5625vw;
  right: 1.5625vw;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  border-radius: 5.2083333333vw;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 1s;
}
section#links_area .box .item-box .txt-box .icon svg {
  display: flex;
  width: 1.4vw;
  height: 1.4vw;
}
section#links_area .box .item-box .txt-box .icon svg path {
  fill: #2022B0;
}
section#links_area .box .item-box .img-box {
  width: 100%;
  height: 25vw;
}
section#links_area .box .item-box .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 1s;
}
section#links_area .box .item-box:hover .img-box::before {
  content: "";
  background: rgba(32, 34, 176, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
section#links_area .box .item-box:hover .icon {
  right: 1vw;
}

@media screen and (max-width: 767px) {
  section#links_area .box .item-box {
    width: 100%;
    display: block;
    position: relative;
  }
  section#links_area .box .item-box .txt-box .ttl-box {
    width: 100%;
    left: 20px;
    bottom: 40px;
  }
  section#links_area .box .item-box .txt-box .icon {
    bottom: 45px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
  }
  section#links_area .box .item-box .txt-box .icon svg {
    width: 12px;
    height: 12px;
  }
  section#links_area .box .item-box .img-box {
    width: 100%;
    height: 55vw;
    min-height: 180px;
  }
  section#links_area .box .item-box .img-box::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 1s;
  }
  section#links_area .box .item-box:hover .img-box::before {
    content: "";
    background: rgba(32, 34, 176, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  section#links_area .box .item-box:hover .icon {
    right: 1vw;
  }
}
/*# sourceMappingURL=page.css.map */