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

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

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

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

.el-d-topCarousell-container {
  margin-top: 0 !important;
}

@media (max-width: 699px) {
  .swiper-button-prev,
.swiper-button-next {
    margin-top: -13vw !important;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
}

.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: 699px) {
  .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: 699px) {
  .link__btn--long {
    width: 80%;
  }
}

.about {
  position: relative;
  margin: 0 auto 100px;
}
@media (max-width: 699px) {
  .about {
    margin: 0 auto 60px;
  }
}
.about__head {
  width: 940px;
  margin: 0 auto;
  padding: 0 30px 20px;
}
@media (max-width: 699px) {
  .about__head {
    width: 90%;
    padding: 0;
    margin: 0 auto 25px;
  }
}
.about__head--en {
  display: inline;
}
@media (max-width: 699px) {
  .about__head--en {
    display: block;
  }
}
.about__head--en img {
  vertical-align: text-bottom;
}
@media (max-width: 699px) {
  .about__head--en img {
    width: 34.9%;
  }
}
.about__head--jp {
  display: inline;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #005ca9;
}
@media (max-width: 699px) {
  .about__head--jp {
    display: block;
    font-size: 16px;
    line-height: 34px;
  }
}
.about__lead {
  background-color: #FFF;
  width: 640px;
  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 0 20px calc(50% - 500px);
  padding: 50px 30px;
}
@media (max-width: 699px) {
  .about__lead {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
    font-size: 16px;
    line-height: 34px;
  }
}
.about__carousell {
  position: absolute;
  z-index: -1;
  top: 70px;
}
@media (max-width: 699px) {
  .about__carousell {
    position: relative;
    top: 0;
    margin: 0 0 40px;
  }
}
.about__carousell-wrapper {
  transition-timing-function: linear !important;
}
.about__carousell-wrapper .swiper-slide {
  height: 412px !important;
  width: auto !important;
}
@media (max-width: 699px) {
  .about__carousell-wrapper .swiper-slide {
    height: 57.69vw !important;
  }
}
.about__carousell-wrapper .swiper-slide img {
  width: auto;
  height: 100%;
}

.latest__head {
  width: 940px;
  margin: 0 auto 40px;
  padding: 0 30px;
}
@media (max-width: 699px) {
  .latest__head {
    margin: 0 auto 30px;
    padding: 0;
  }
}
@media (max-width: 699px) {
  .latest__head {
    width: 90%;
  }
}
.latest__head--en {
  display: inline;
}
@media (max-width: 699px) {
  .latest__head--en {
    display: block;
  }
}
.latest__head--en img {
  vertical-align: text-bottom;
}
@media (max-width: 699px) {
  .latest__head--en img {
    width: 84.59%;
  }
}
.latest__head--jp {
  display: inline;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #005ca9;
}
@media (max-width: 699px) {
  .latest__head--jp {
    display: block;
    font-size: 16px;
    line-height: 34px;
  }
}
.latest__carousell {
  width: 940px;
  margin: 0 auto 50px;
}
@media (max-width: 699px) {
  .latest__carousell {
    width: 100%;
  }
}
.latest__carousell-slide {
  display: block;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  cursor: pointer;
}
.latest__carousell-slide:hover {
  text-decoration: none;
}
.latest__carousell-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #191919 !important;
  margin: 20px 0 0;
}
.latest__carousell-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  color: #1c1c1c !important;
}
.latest__carousell-button-next {
  display: none !important;
  right: calc((100% - 70px) * 0.14 - 15px) !important;
}
.latest__carousell-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  margin: auto;
  background: url(../img/arrow_button-next.svg) center center no-repeat;
}
@media (max-width: 699px) {
  .latest__carousell-button-next {
    display: flex !important;
  }
}
.latest__carousell-button-prev {
  display: none !important;
  left: calc((100% - 70px) * 0.14 - 15px) !important;
}
.latest__carousell-button-prev::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  margin: auto;
  background: url(../img/arrow_button-prev.svg) center center no-repeat;
}
@media (max-width: 699px) {
  .latest__carousell-button-prev {
    display: flex !important;
  }
}

.lineup {
  padding: 350px 0 0;
  margin: 0 0 60px;
  position: relative;
}
@media (max-width: 699px) {
  .lineup {
    margin: 0 0 30px;
    padding: 60vw 0 0;
  }
}
.lineup__bg {
  position: absolute;
  width: 100%;
  height: 300px;
}
.lineup__bgImg {
  position: absolute;
}
.lineup__bgImg--01 {
  width: 482px;
  top: -430px;
  left: calc(50% + 265px);
}
@media (max-width: 699px) {
  .lineup__bgImg--01 {
    width: 56.41%;
    top: -75vw;
    left: 46.66%;
  }
}
.lineup__bgImg--02 {
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-55%);
  z-index: -1;
}
@media (max-width: 699px) {
  .lineup__bgImg--02 {
    top: -75vw;
    transform: translateY(0);
  }
}
.lineup__head {
  width: 940px;
  margin: 0 auto 30px;
  padding: 0 30px;
}
@media (max-width: 699px) {
  .lineup__head {
    width: 90%;
    padding: 0;
    margin: 0 auto 25px;
  }
}
.lineup__head--en {
  display: inline;
}
@media (max-width: 699px) {
  .lineup__head--en {
    display: block;
  }
}
.lineup__head--en img {
  vertical-align: text-bottom;
}
@media (max-width: 699px) {
  .lineup__head--en img {
    width: 66%;
  }
}
.lineup__head--jp {
  display: inline;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #005ca9;
}
@media (max-width: 699px) {
  .lineup__head--jp {
    display: block;
    font-size: 16px;
    line-height: 34px;
  }
}
.lineup__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: 699px) {
  .lineup__catch {
    width: 90%;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
  }
}
.lineup__catchBlock {
  position: relative;
  padding: 0 20px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  z-index: 1;
}
@media (max-width: 699px) {
  .lineup__catchBlock {
    padding: 0 0.25em;
  }
}
.lineup__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;
}
.lineup__lead {
  width: 960px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  text-align: left;
  color: #005ca9;
  margin: 0 auto 30px;
  padding: 0 30px;
}
@media (max-width: 699px) {
  .lineup__lead {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
    font-size: 16px;
    line-height: 34px;
  }
}
.lineup-link {
  background-color: #F2F2F2;
  padding: 25px 0;
  margin: 0 0 100px;
}
@media (max-width: 699px) {
  .lineup-link {
    padding: 2.5vw 0;
    margin: 0 0 60px;
  }
}
.lineup-list {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 699px) {
  .lineup-list {
    width: 85%;
    margin: 0 auto 0 5%;
  }
}
.lineup-banner {
  display: grid;
  align-items: center;
  justify-items: start;
  grid-template-columns: 1fr 150px 54px;
  background-color: #FFF;
  border-left: solid 24px #FFF;
  margin: 25px auto;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 699px) {
  .lineup-banner {
    border-left-width: 14px;
    grid-template-columns: 1fr 30% 10%;
    margin: 5vw auto;
  }
}
.lineup-banner::after {
  position: relative;
  content: url(../img/arrow_lineup.svg);
  border-radius: 100%;
  width: 54px;
  height: 54px;
  align-content: center;
  text-align: center;
  vertical-align: bottom;
  right: -50%;
  transition: all 0.5s;
}
@media (max-width: 699px) {
  .lineup-banner::after {
    width: 10vw;
    height: 10vw;
  }
}
.lineup-banner:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.5s;
}
.lineup-bannerText {
  padding: 0 0 0 90px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  color: #2f2f2f;
}
@media (max-width: 699px) {
  .lineup-bannerText {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 8%;
  }
}
.lineup-bannerImg {
  scale: 1.2;
}
.lineup-banner--01 {
  border-color: #E6BB5B;
}
.lineup-banner--01::after {
  background-color: #E6BB5B;
}
.lineup-banner--02 {
  border-color: #005CA9;
}
.lineup-banner--02::after {
  background-color: #005CA9;
}
.lineup-banner--03 {
  border-color: #30287B;
}
.lineup-banner--03::after {
  background-color: #30287B;
}
.lineup-banner--04 {
  border-color: #17164A;
}
.lineup-banner--04::after {
  background-color: #17164A;
}
.lineup-banner--05 {
  border-color: #009640;
}
.lineup-banner--05::after {
  background-color: #009640;
}
.lineup-banner--06 {
  border-color: #EA5166;
}
.lineup-banner--06::after {
  background-color: #EA5166;
}
.lineup-banner--07 {
  border-color: #00A5DA;
}
.lineup-banner--07::after {
  background-color: #00A5DA;
}
.lineup-type {
  margin: 0 0 80px;
}
@media (max-width: 699px) {
  .lineup-type {
    margin: 0 0 40px;
  }
}
.lineup-type__list {
  width: 600px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 699px) {
  .lineup-type__list {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.lineup-type__text {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 56px;
  text-align: center;
  color: #2f2f2f;
}
@media (max-width: 699px) {
  .lineup-type__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.lineup-type__carousell-wrapper {
  transition-timing-function: linear !important;
  margin: 0 0 90px;
}
@media (max-width: 699px) {
  .lineup-type__carousell-wrapper {
    margin: 0 0 60px;
  }
}
.lineup-type__carousell-wrapper .swiper-slide {
  height: 250px !important;
  width: auto !important;
}
@media (max-width: 699px) {
  .lineup-type__carousell-wrapper .swiper-slide {
    height: 35vw !important;
  }
}
.lineup-type__carousell-wrapper .swiper-slide img {
  width: auto;
  height: 100%;
}

.lineup-banner:hover::after {
  scale: 1.2;
  transition: all 0.5s;
}

.feature {
  margin: 0 auto 100px;
}
@media (max-width: 699px) {
  .feature {
    margin: 0 auto 60px;
  }
}
.feature__head {
  width: 940px;
  margin: 0 auto 30px;
  padding: 0 30px;
}
@media (max-width: 699px) {
  .feature__head {
    width: 90%;
    padding: 0;
    margin: 0 auto 25px;
  }
}
.feature__head--en {
  display: inline;
}
@media (max-width: 699px) {
  .feature__head--en {
    display: block;
  }
}
.feature__head--en img {
  vertical-align: text-bottom;
}
@media (max-width: 699px) {
  .feature__head--en img {
    width: 45.86%;
  }
}
.feature__head--jp {
  display: inline;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #005ca9;
}
@media (max-width: 699px) {
  .feature__head--jp {
    display: block;
    font-size: 16px;
    line-height: 34px;
  }
}
.feature__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;
  padding: 0 30px;
}
@media (max-width: 699px) {
  .feature__catch {
    width: 90%;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
  }
}
.feature__catchBlock {
  position: relative;
  padding: 0 20px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  z-index: 1;
}
@media (max-width: 699px) {
  .feature__catchBlock {
    padding: 0 0.25em;
  }
}
.feature__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;
}
.feature__lead {
  width: 960px;
  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;
  padding: 0 30px;
}
@media (max-width: 699px) {
  .feature__lead {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
    font-size: 16px;
    line-height: 34px;
  }
}
.feature__list {
  display: grid;
  gap: 50px 20px;
  grid-template-columns: repeat(auto-fit, 360px);
  width: 800px;
  margin: 60px 0 70px calc(50% - 480px);
}
@media (max-width: 699px) {
  .feature__list {
    grid-template-columns: 1fr;
    width: 80%;
    margin: 50px auto;
  }
}
.feature__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.feature__item--03 {
  transform: translateX(150px);
}
@media (max-width: 699px) {
  .feature__item--03 {
    transform: translateX(0);
  }
}
.feature__item--04 {
  transform: translateX(200px);
}
@media (max-width: 699px) {
  .feature__item--04 {
    transform: translateX(0);
  }
}
.feature__itemHead {
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid #005ca9;
  border-radius: 100px;
  padding: 2px 18px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #005ca9;
  position: absolute;
  top: -25px;
  z-index: 10;
  box-shadow: 0px 10px #FFF;
}
@media (max-width: 699px) {
  .feature__itemHead {
    font-size: 16px;
    line-height: 30px;
  }
}
.feature__itemNum {
  background-color: white;
  border: solid 1px #005ca9;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transform: scale(1.8) translateX(10px);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #005ca9;
  box-shadow: 5px 0 #FFF;
}
@media (max-width: 699px) {
  .feature__itemNum {
    font-size: 11px;
    width: 7vw;
    height: 7vw;
    box-shadow: 2vw 0 #FFF;
    margin-left: 2.5vw;
    line-height: 1;
  }
}
.feature__itemText {
  border: 2px solid #005ca9;
  border-radius: 100px;
  padding: 20px 0;
  background: white;
  position: relative;
  min-width: 280px;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 50px;
  color: #005ca9;
}
@media (max-width: 699px) {
  .feature__itemText {
    font-size: 20px;
    line-height: 50px;
    min-width: auto;
    width: 100%;
    padding: 15px 0;
  }
}
.feature__itemImg {
  position: absolute;
}
.feature__itemImg--01 {
  width: 135px;
  bottom: -50px;
  left: -100px;
}
@media (max-width: 699px) {
  .feature__itemImg--01 {
    width: 23.13vw;
    bottom: 14vw;
    left: 58vw;
  }
}
.feature__itemImg--02 {
  width: 107px;
  top: -30px;
  right: 0;
}
@media (max-width: 699px) {
  .feature__itemImg--02 {
    width: 17.66vw;
    top: -3vw;
    right: -2vw;
  }
}
.feature__itemImg--03 {
  width: 77px;
  bottom: -20px;
  left: -50px;
}
@media (max-width: 699px) {
  .feature__itemImg--03 {
    width: 14.05vw;
    bottom: -7vw;
    left: -5vw;
  }
}
.feature__check {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  color: #005ca9;
  margin: 0 auto 20px;
}
@media (max-width: 699px) {
  .feature__check {
    font-size: 16px;
    margin: 0 auto 10px;
  }
}
.feature__check::before {
  display: inline-block;
  content: "";
  background: url(../img/bar_l.svg) center center no-repeat;
  background-size: contain;
  width: 6px;
  height: 22px;
  margin: 0 6px -1px 0;
}
@media (max-width: 699px) {
  .feature__check::before {
    height: 16px;
  }
}
.feature__check::after {
  display: inline-block;
  content: "";
  background: url(../img/bar_r.svg) center center no-repeat;
  background-size: contain;
  width: 6px;
  height: 22px;
  margin: 0 0 -1px 6px;
}
@media (max-width: 699px) {
  .feature__check::after {
    height: 16px;
  }
}

.column__head {
  width: 940px;
  margin: 0 auto 40px;
  padding: 0 30px;
}
@media (max-width: 699px) {
  .column__head {
    width: 90%;
    padding: 0;
    margin: 0 auto 25px;
  }
}
.column__head--en {
  display: inline;
}
@media (max-width: 699px) {
  .column__head--en {
    display: block;
  }
}
.column__head--en img {
  vertical-align: text-bottom;
}
@media (max-width: 699px) {
  .column__head--en img {
    width: 43.03%;
  }
}
.column__head--jp {
  display: inline;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #005ca9;
}
@media (max-width: 699px) {
  .column__head--jp {
    display: block;
    font-size: 16px;
    line-height: 34px;
  }
}
.column__list {
  width: 940px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
@media (max-width: 699px) {
  .column__list {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.column__list-article {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  cursor: pointer;
}
.column__list-article:hover {
  text-decoration: none;
}
.column__list-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #191919 !important;
  margin: 20px 0 0;
}
@media (max-width: 699px) {
  .column__list-title {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0;
  }
}
.column__list-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  color: #1c1c1c !important;
}
@media (max-width: 699px) {
  .column__list-date {
    font-size: 13px;
    line-height: 34px;
  }
}

.qa {
  position: relative;
  padding: 160px 0 120px;
}
@media (max-width: 699px) {
  .qa {
    padding: 45vw 0 50px;
  }
}
.qa__banner {
  display: block;
  width: 600px;
  margin: 0 auto;
  z-index: 50;
  position: relative;
}
@media (max-width: 699px) {
  .qa__banner {
    width: 90%;
  }
}
.qa__bg {
  position: absolute;
  width: 100%;
  height: 300px;
}
.qa__bgImg {
  position: absolute;
}
.qa__bgImg--01 {
  width: 351px;
  top: -142px;
  left: calc(50% - 700px);
}
@media (max-width: 699px) {
  .qa__bgImg--01 {
    width: 37.69%;
    top: -40vw;
    left: -4.1%;
  }
}
.qa__bgImg--02 {
  width: 284px;
  top: -110px;
  left: calc(50% + 336px);
}
@media (max-width: 699px) {
  .qa__bgImg--02 {
    width: 37.94%;
    top: -45vw;
    left: 35.12%;
  }
}
.qa__bgImg--03 {
  width: 263px;
  top: 110px;
  left: calc(50% + 487px);
}
@media (max-width: 699px) {
  .qa__bgImg--03 {
    width: 35.89%;
    top: -35vw;
    left: 68.2%;
  }
}
.qa__bgImg--04 {
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-40%);
  z-index: -1;
}
@media (max-width: 699px) {
  .qa__bgImg--04 {
    top: -50vw;
    transform: translateY(0);
  }
}

.movie {
  padding: 80px 0;
}
.movie__check {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  color: #005ca9;
  margin: 0 auto 20px;
}
@media (max-width: 699px) {
  .movie__check {
    font-size: 16px;
    line-height: 37px;
  }
}
.movie__check::before {
  display: inline-block;
  content: "";
  background: url(../img/bar_l.svg) center center no-repeat;
  background-size: contain;
  width: 6px;
  height: 22px;
  margin: 0 6px -1px 0;
}
@media (max-width: 699px) {
  .movie__check::before {
    height: 16px;
  }
}
.movie__check::after {
  display: inline-block;
  content: "";
  background: url(../img/bar_r.svg) center center no-repeat;
  background-size: contain;
  width: 6px;
  height: 22px;
  margin: 0 0 -1px 6px;
}
@media (max-width: 699px) {
  .movie__check::after {
    height: 16px;
  }
}
.movie__wrapper {
  display: flex;
  justify-content: space-between;
  width: 880px;
  margin: 0 auto;
}
@media (max-width: 699px) {
  .movie__wrapper {
    width: 90%;
    flex-direction: column;
  }
}
.movie__inner {
  width: 400px;
}
@media (max-width: 699px) {
  .movie__inner {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.movie__innerText {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #191919;
  margin: 10px auto;
}
/*# sourceMappingURL=style.css.map */