@charset "UTF-8";
.pc {
  display: inline-block;
}
@media (max-width: 700px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 700px) {
  .sp {
    display: inline-block;
  }
}

.el-d-section {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .el-page__content {
    width: 100%;
    overflow: hidden;
  }
}

.link__btn {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  color: #edeeef !important;
  border: solid 2px #005ca9;
  border-radius: 100vmax;
  background: #005ca9;
  transition: all 0.5s;
  z-index: 50;
}
@media (max-width: 700px) {
  .link__btn {
    width: 65%;
    font-size: 16px;
    line-height: 22px;
  }
}
.link__btn::after {
  content: url(../img/arrow_link.svg);
  transition: all 0.5s;
}
.link__btn:hover {
  text-decoration: none;
  color: #005ca9 !important;
  background-color: #FFF;
  border: solid 2px #005ca9;
}
.link__btn:hover::after {
  content: url(../img/arrow_link_on.svg);
  transform: translateX(10px);
}
.link__btn--long {
  max-width: 400px;
}
@media (max-width: 700px) {
  .link__btn--long {
    width: 80%;
  }
}

.main {
  padding: 0 0 100px;
  position: relative;
}
@media (max-width: 700px) {
  .main {
    padding: 0 0 40px;
  }
}
.main__visual {
  max-width: 1440px;
  margin: 0 auto;
}

.head {
  position: relative;
}
.head__bg {
  position: absolute;
  width: 100%;
  height: 300px;
}
.head__bgImg {
  position: absolute;
}
.head__bgImg--01 {
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-55%);
  z-index: -1;
}
@media (max-width: 700px) {
  .head__bgImg--01 {
    top: -75vw;
    transform: translateY(0);
  }
}
.head__catch {
  width: 960px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 60px;
  text-align: left;
  color: #005ca9;
  margin: 0 auto 15px;
  padding: 0 30px;
}
@media (max-width: 700px) {
  .head__catch {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }
}
.head__catchBlock {
  position: relative;
  padding: 0 20px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  z-index: 1;
}
@media (max-width: 700px) {
  .head__catchBlock {
    padding: 0 0.25em;
  }
}
.head__catchBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CCEEFA;
  z-index: -1;
  -webkit-clip-path: var(--clip-path, inset(0% 100% 0% 0%));
          clip-path: var(--clip-path, inset(0% 100% 0% 0%));
  transition: -webkit-clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out, -webkit-clip-path 0.5s ease-out;
}
.head__lead {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 56px;
  text-align: left;
  color: #005ca9;
  margin: 0 auto 40px 0;
}
@media (max-width: 700px) {
  .head__lead {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
  }
}
.head__lead--02 {
  grid-column: 2/3;
  grid-row: 1;
}
@media (max-width: 700px) {
  .head__lead--02 {
    grid-column: 1;
    order: 1;
  }
}
.head__wrapper {
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: center;
  justify-items: start;
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .head__wrapper {
    width: 90%;
    grid-template-columns: 1fr;
    margin: 0 auto 30px;
  }
}
.head__wrapper--02 {
  grid-template-columns: 300px 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
}
@media (max-width: 700px) {
  .head__wrapper--02 {
    width: 90%;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 auto 30px;
  }
}
.head__wrapper--03 {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin: 60px auto 30px;
}
.head__img {
  position: absolute;
}
.head__img--01 {
  top: 0;
  left: 0;
  width: 40%;
}
.head__img--02 {
  top: 30px;
  right: 0;
  width: 41%;
}
.head__img--03 {
  bottom: 0;
  left: calc(50% - 65px);
  width: 47.32%;
}
.head__img--04 {
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(-100px) scale(1.2);
}
@media (max-width: 700px) {
  .head__img--04 {
    width: 52.05vw;
    transform: translateX(0) scale(1);
  }
}
.head__img--05 {
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 700px) {
  .head__img--05 {
    width: 44.1vw;
    bottom: 0;
    right: 0;
    left: auto;
  }
}
.head__imgWrapper {
  position: relative;
  width: 100%;
  height: 375px;
}
@media (max-width: 700px) {
  .head__imgWrapper {
    width: 68.71vw;
    height: 68.78vw;
    margin: 0 auto;
  }
}
.head__imgWrapper--02 {
  height: 410px;
  grid-column: 1/2;
  grid-row: 1;
}
@media (max-width: 700px) {
  .head__imgWrapper--02 {
    width: 100%;
    height: 51.28vw;
    grid-column: 1;
    grid-row: 2;
    order: 2;
  }
}
.head__carousell-wrapper {
  transition-timing-function: linear !important;
  margin: 0 0 90px;
}
@media (max-width: 700px) {
  .head__carousell-wrapper {
    margin: 0 0 60px;
  }
}
@media (max-width: 700px) {
  .head__carousell .swiper {
    height: 38.46vw !important;
  }
}
.head__carousell-wrapper .swiper-slide {
  height: 260px !important;
  width: auto !important;
}
@media (max-width: 700px) {
  .head__carousell-wrapper .swiper-slide {
    height: 38.46vw !important;
  }
}
.head__carousell-wrapper .swiper-slide img {
  width: auto;
  height: 100%;
}

.j-history {
  position: relative;
  padding: 100px 0;
  background: url(../img/bg_history.jpg) top center no-repeat;
  background-attachment: fixed;
}
@media (max-width: 700px) {
  .j-history {
    padding: 80px 0;
    background: url(../img/bg_history_sp.jpg) top center no-repeat;
    background-size: cover;
  }
}
.j-history__catch {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 60px;
  text-align: center;
  color: #005ca9;
  margin: 0 auto 15px;
  padding: 0 30px;
}
@media (max-width: 700px) {
  .j-history__catch {
    width: 90%;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }
}
.j-history__catchBlock {
  position: relative;
  padding: 0 20px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  z-index: 1;
}
@media (max-width: 700px) {
  .j-history__catchBlock {
    padding: 0 0.25em;
  }
}
.j-history__catchBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CCEEFA;
  z-index: -1;
  -webkit-clip-path: var(--clip-path, inset(0% 100% 0% 0%));
          clip-path: var(--clip-path, inset(0% 100% 0% 0%));
  transition: -webkit-clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out, -webkit-clip-path 0.5s ease-out;
}
.j-history__lead {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 56px;
  text-align: center;
  color: #005ca9;
  margin: 0 auto 40px 0;
}
@media (max-width: 700px) {
  .j-history__lead {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
  }
}
.j-history__wrapper {
  width: 900px;
  margin: 0 auto;
  border-radius: 50px;
  background: rgba(240, 250, 253, 0.7);
  padding: 50px 100px;
}
@media (max-width: 700px) {
  .j-history__wrapper {
    width: 80%;
    padding: 5vw 5%;
  }
}
.j-history__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: url(../img/line.svg) center center repeat-y transparent;
}
@media (max-width: 700px) {
  .j-history__container {
    grid-template-columns: 1fr;
  }
}
.j-history__block {
  align-self: flex-start;
  margin: 0 0 30px;
}
.j-history__block--left {
  justify-self: left;
}
@media (max-width: 700px) {
  .j-history__block--left {
    justify-self: normal;
  }
}
.j-history__block--right {
  justify-self: right;
  align-self: flex-end;
}
@media (max-width: 700px) {
  .j-history__block--right {
    justify-self: normal;
  }
}
@media (max-width: 700px) {
  .j-history__block--1997a {
    margin: 0 0 10px;
  }
}
.j-history__block--2003 {
  margin: 0;
}
@media (max-width: 700px) {
  .j-history__block--2003 {
    margin: 0 0 30px;
  }
}
@media (max-width: 700px) {
  .j-history__block--2005a {
    margin: 0 0 10px;
  }
}
.j-history__block--2005b {
  transform: translateY(80px);
}
@media (max-width: 700px) {
  .j-history__block--2005b {
    transform: translateY(0);
  }
}
@media (max-width: 700px) {
  .j-history__block--2008a {
    margin: 0 0 10px;
  }
}
.j-history__block--2008b {
  transform: translateY(80px);
  margin: 0;
}
@media (max-width: 700px) {
  .j-history__block--2008b {
    transform: translateY(0);
    margin: 0 0 30px;
  }
}
@media (max-width: 700px) {
  .j-history__block--2011a {
    margin: 0 0 10px;
  }
}
.j-history__block--2011b {
  transform: translateY(40px);
  margin: 0;
}
@media (max-width: 700px) {
  .j-history__block--2011b {
    transform: translateY(0);
    margin: 0 0 30px;
  }
}
@media (max-width: 700px) {
  .j-history__block--2012a {
    margin: 0 0 10px;
  }
}
.j-history__block--2012b {
  transform: translateY(40px);
}
@media (max-width: 700px) {
  .j-history__block--2012b {
    transform: translateY(0);
  }
}
.j-history__block--2018 {
  transform: translateY(40px);
}
@media (max-width: 700px) {
  .j-history__block--2018 {
    transform: translateY(0);
  }
}
@media (max-width: 700px) {
  .j-history__block--2021a {
    margin: 0 0 10px;
  }
}
@media (max-width: 700px) {
  .j-history__block--2021b {
    margin: 0 0 10px;
  }
}
.j-history__block--2022 {
  grid-row: 9/10;
}
@media (max-width: 700px) {
  .j-history__block--2022 {
    margin: 0 0 10px;
    grid-row: auto;
  }
}
.j-history__block--2023 {
  margin: 0 0 -60px;
}
@media (max-width: 700px) {
  .j-history__block--2023 {
    margin: 0 0 30px;
  }
}
.j-history__block--2024 {
  margin: 0 0 100px;
}
@media (max-width: 700px) {
  .j-history__block--2024 {
    margin: 0 0 30px;
  }
}
.j-history__block--2025 {
  margin: 0 0 100px;
}
@media (max-width: 700px) {
  .j-history__block--2025 {
    margin: 0 0 50px;
  }
}
.j-history__inner {
  position: relative;
  padding: 10px;
  background-color: #FFF;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #005ca9;
  width: 350px;
}
@media (max-width: 700px) {
  .j-history__inner {
    width: 90%;
    padding: 5%;
  }
}
.j-history__inner--side {
  display: grid;
  grid-template-columns: 1fr 110px;
  align-items: center;
}
.j-history__inner::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../img/bg_box_l.svg) center center no-repeat;
  background-size: contain;
  width: 81px;
  height: 4px;
  top: 50%;
  right: 0;
  transform: translateX(100%);
}
@media (max-width: 700px) {
  .j-history__inner::after {
    background: none;
  }
}
.j-history__inner--right::after {
  background: url(../img/bg_box_r.svg) center center no-repeat;
  left: 0;
  right: auto;
  transform: translateX(-100%);
}
@media (max-width: 700px) {
  .j-history__inner--right::after {
    background: none;
  }
}
.j-history__inner--rightTop::after {
  background: url(../img/bg_box_r_t.svg) left bottom no-repeat;
  left: 0;
  right: auto;
  transform: translateX(-100%);
  top: 0;
  height: 137%;
  background-size: auto;
}
@media (max-width: 700px) {
  .j-history__inner--rightTop::after {
    background: none;
  }
}
.j-history__inner--rightBottom::after {
  background: url(../img/bg_box_r_b.svg) left bottom no-repeat;
  left: 0;
  right: auto;
  transform: translateX(-100%);
  top: 0;
  height: 50%;
  background-size: auto;
  width: 38px;
}
@media (max-width: 700px) {
  .j-history__inner--rightBottom::after {
    background: none;
  }
}
.j-history__inner--leftTop::after {
  background: url(../img/bg_box_l_t.svg) left bottom no-repeat;
  transform: translateX(100%);
  top: 0;
  height: 137%;
  background-size: auto;
}
@media (max-width: 700px) {
  .j-history__inner--leftTop::after {
    background: none;
  }
}
.j-history__inner--leftBottom::after {
  background: url(../img/bg_box_l_b.svg) left bottom no-repeat;
  transform: translateX(100%);
  top: 0;
  height: 50%;
  background-size: auto;
  width: 39px;
}
@media (max-width: 700px) {
  .j-history__inner--leftBottom::after {
    background: none;
  }
}
.j-history__year {
  margin: 0 0 10px 10px;
}
.j-history__text {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  color: #005ca9;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 700px) {
  .j-history__text {
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 20px;
  }
}
.j-history__text--center {
  text-align: center;
  text-indent: 0;
  padding-left: 0;
}
.j-history__note {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #005ca9;
}
@media (max-width: 700px) {
  .j-history__note {
    font-size: 13px;
    line-height: 30px;
  }
}

.foot {
  width: 960px;
  margin: 0 auto 50px;
  background-color: #EDEEEF;
  padding: 20px 0;
}
@media (max-width: 700px) {
  .foot {
    width: 100%;
  }
}
.foot__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  gap: 20px;
  width: 600px;
  margin: 0 auto 30px;
  text-align: center;
}
@media (max-width: 700px) {
  .foot__list {
    width: 90%;
    gap: 2.5%;
  }
}
@media (max-width: 700px) {
  .foot__list img {
    width: 80%;
  }
}
.foot__listText {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #1c1c1c;
  text-decoration: underline;
  margin: 10px auto;
}
/*# sourceMappingURL=style.css.map */