@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
.sp-show {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-show {
    display: block;
  }
}
.sp-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
.pc-show {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc-show {
    display: block;
  }
}

.inner {
  width: 1288px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}
.inner-large {
  width: 1980px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .inner-large {
    width: 100%;
    padding: 0 20px;
  }
}
.c-front-heading {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-front-heading {
    margin-bottom: 40px;
  }
}
.c-front-heading__jp {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "hiragino-kaku-gothic-pron", "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-front-heading__jp {
    font-size: 28px;
  }
}
.c-front-heading__jp::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  width: 80px;
  height: 4px;
  margin: auto;
  background-color: #3b5aa4;
}
.c-front-heading__en {
  font-size: 14px;
  color: #434a6f;
}
@media screen and (max-width: 767px) {
  .c-front-heading__en {
    font-size: 12px;
  }
}
.c-front-heading__en--white {
  color: #fff;
}

.c-front-heading02 {
  margin-bottom: 10px;
}
.c-front-heading02__jp {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  padding-right: 17px;
  font-family: "hiragino-kaku-gothic-pron", "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .c-front-heading02__jp {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
.c-front-heading02__jp::after {
  content: "";
  position: absolute;
  inset: 0 -80px 0 auto;
  width: 80px;
  height: 4px;
  margin: auto;
  background-color: #3b5aa4;
}
@media screen and (max-width: 767px) {
  .c-front-heading02__jp::after {
    inset: 0 -40px 0 auto;
    width: 40px;
    height: 2px;
  }
}
.c-front-heading02__en {
  font-size: 14px;
  color: #434a6f;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-front-heading02__en {
    font-size: 12px;
  }
}

.c-btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 420px;
  min-height: 70px;
  background-color: #0f172a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    min-width: 280px;
  }
}
.c-btn01 > span {
  position: relative;
  top: calc(50% - 5px);
  right: -30px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.c-btn01--ligthBlue {
  background-color: #434a6f;
}

.c-btn02 {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 140px;
  padding: 0 35px 10px 20px;
  border-bottom: 1px solid #000;
  color: #505050;
  font-size: 16px;
  line-height: 1;
  text-align: left;
}
.c-btn02 > span {
  display: inline-block;
  position: relative;
  top: -1px;
  right: -22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #505050;
  border-right: 2px solid #505050;
  transform: rotate(45deg);
}