@charset "utf-8";

/* Google Fonts「Noto Sans JP」
---------------------------------------------------*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/fonts/NotoSansJP-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

/* ページ読み込み時フェードイン
-------------------------------------------*/
.js-load-fadein {
  opacity: 0;
  animation: js-load-fadein 1s ease forwards 0.5s;
}

@keyframes js-load-fadein {
  100% {
    opacity: 1;
  }
}


/* フォーカス時
---------------------------------------------------*/
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 2px solid rgb(230, 44, 33);
  /* outline: 2px solid #454545; */
}

a:focus:not(.focus-visible),
/* button:focus:not(.focus-visible), */
input:focus:not(.focus-visible),
textarea:focus:not(.focus-visible) {
  outline: none;
}

/* 
---------------------------------------------------*/

iframe {
  vertical-align: bottom;
}

html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #454545;
  position: relative;
  overflow: hidden;
  display: flex
    /*フッターを下部固定*/
  ;
  flex-flow: column
    /*フッターを下部固定*/
  ;
  min-height: 100vh
    /*フッターを下部固定*/
  ;
}

/* html.noScroll,
body.noScroll {
  overflow: hidden;
} */

.main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  flex: 1
    /*フッターを下部固定*/
  ;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

sup {
  font-size: 60%;
  vertical-align: super;
}

a:focus {
  /* outline: none; */
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.italic {
  font-style: italic;
}

.fwB {
  font-weight: 500;
}

.fwN {
  font-weight: normal;
}

.ws-nw {
  white-space: nowrap;
}

.indent_1 {
  text-indent: -1em;
}

.indent_1-3 {
  text-indent: -1.3em;
}

.pl_1 {
  padding-left: 1em;
}

.pl_1-3 {
  padding-left: 1.3em;
}

a {
  /* outline: none; */
  transition: all 0.5s;
}

a:link {
  color: #323232;
  text-decoration: none;
}

a:visited {
  color: #323232;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
  /* outline: none; */
  box-shadow: none;
}

a:active {
  color: #323232;
  text-decoration: none;
}

a.anchor {
  display: inline-block;
  margin-top: -70px;
  padding-top: 70px;
  outline: none;
}

.txt-link,
.txt-link:link,
.txt-link:visited {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 9px;
}

.txt-link:hover {
  text-decoration: none;
}

.txt-link.arrow {
  display: table;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .1em;
  text-decoration: none;
  position: relative;
  margin: 26px 0 0 auto;
  padding: 0 0 0 36px;
}

.txt-link.arrow:hover {
  text-decoration: underline;
}

.txt-link.arrow::before {
  content: '';
  display: block;
  width: 30px;
  height: 10px;
  background: url(../../img/common_v2/arrow_blue_right.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all .5s;
}

.txt-link.arrow:hover::before {
  transform: translateX(5px);
}

.d_inlineB {
  display: inline-block;
}

.inner1280 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.inner1780 {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.second-tit {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  text-align: center;
  display: table;
  margin: 0 auto 21px;
  position: relative;
  padding-top: 15px;
}

.second-tit::before,
.second-tit::after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.second-tit::before {
  background: #263889;
  left: -30px;
}

.second-tit::after {
  background: #c7351f;
  right: -30px;
}

.txt-normal-m {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  padding: 2.51em 1em;
}

.btn-blue {
  background: #25398a;
}

.btn-red {
  background: rgb(230, 44, 33);
}

.btn_inner {
  position: relative;
}

.btn-blue .btn_inner {
  padding-left: min(calc((50 / 1200)* 100vw), 50px);
}

.btn-red .btn_inner {
  padding-left: min(calc((74 / 1200)* 100vw), 74px);
}

.btn_inner::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-blue .btn_inner::before {
  width: min(calc((29 / 1200)* 100vw), 29px);
  height: min(calc((50 / 1200)* 100vw), 50px);
  background: url(../../img/common_v2/icn_smartphone.svg) no-repeat center/contain;
}

.btn-red .btn_inner::before {
  width: min(calc((55 / 1200)* 100vw), 55px);
  height: min(calc((50 / 1200)* 100vw), 50px);
  background: url(../../img/common_v2/icn_login.svg) no-repeat center/contain;
}

.btn_tit {
  color: #fff;
  font-size: min(calc((22 / 1200)* 100vw), 22px);
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .1em;
  display: block;
}

.btn_desc {
  color: #fff;
  font-size: min(calc((18 / 1200)* 100vw), 18px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: .1em;
  display: block;
  margin-top: min(calc((4 / 1200)* 100vw), 4px);
}

.btn_icn-window {
  content: '';
  display: inline-block;
  width: min(calc((19 / 1200) * 100vw), 19px);
  height: min(calc((19 / 1200) * 100vw), 19px);
  background: url(../../img/common_v2/icn_window.svg) no-repeat center / contain;
  margin-left: min(calc((2 / 1200) * 100vw), 2px);
  position: relative;
  top: min(calc((3 / 1200) * 100vw), 3px);
}


@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .inner1280,
  .inner1780 {
    padding: 0px 20px;
  }

  a:hover {
    opacity: 1;
  }

  .txt-link,
  .txt-link:link,
  .txt-link:visited {
    text-underline-offset: 4px;
  }

  .txt-link:hover {
    text-decoration: underline;
  }

  .txt-link.arrow {
    font-size: 1.5rem;
    margin: 26px 0 0 auto;
    padding: 0 0 0 23px;
  }

  .txt-link.arrow:hover {
    text-decoration: none;
  }

  .txt-link.arrow::before {
    width: 18px;
    height: 6px;
  }

  .second-tit {
    font-size: 2.3rem;
    margin: 0 auto 13px;
    padding-top: 7px;
  }

  .second-tit::before,
  .second-tit::after {
    width: 15px;
    height: 2px;
  }

  .second-tit::before {
    left: -15px;
  }

  .second-tit::after {
    right: -15px;
  }

  .txt-normal-m {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .btn_tit {
    font-size: min(calc((28 / 750) * 100vw), 14px);
  }

  .btn_desc {
    font-size: min(calc((24 / 750) * 100vw), 12px);
    margin-top: min(calc((4 / 750) * 100vw), 2px);
  }

  .btn-blue .btn_inner {
    padding-left: min(calc((60 / 750) * 100vw), 30px);
  }

  .btn-red .btn_inner {
    padding-left: min(calc((92 / 750) * 100vw), 46px);
  }

  .btn-blue .btn_inner::before {
    width: min(calc((35 / 750) * 100vw), 17.5px);
    height: min(calc((60 / 750) * 100vw), 35px);
  }

  .btn-red .btn_inner::before {
    width: min(calc((66 / 750) * 100vw), 33px);
    height: min(calc((60 / 750) * 100vw), 30px);
  }

  .btn_icn-window {
    width: min(calc((23 / 750) * 100vw), 12.5px);
    height: min(calc((23 / 750) * 100vw), 12.5px);
    margin-left: min(calc((10 / 750) * 100vw), 5px);
    top: min(calc((3 / 750) * 100vw), 1.5px);
  }
}


/* 「お知らせ・トピックス」
-------------------------------------------*/
.info_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info_ul>li {
  display: flex;
  flex-wrap: wrap;
  padding: 53px 0 51px;
  border-bottom: 1px solid #eee;
}

.info_ul>li:first-child {
  padding-top: 25px;
}

.info_ul>li time {
  width: 165px;
  min-width: 165px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .1em;
}

.info_ul>li p {
  width: calc(100% - 165px);
  font-size: 1.8rem;
  line-height: 1.66;
  letter-spacing: .1em;
  margin: 0;
}

.info_ul>li p + p {
  margin-top: 32px;
  margin-left: 165px;
  width: calc(100% - 165px);
}


@media screen and (max-width: 767px) {
  .info_ul>li {
    display: block;
    padding: 27px 0 34px;
  }

  .info_ul>li:first-child {
    padding-top: 10px;
  }

  .info_ul>li time {
    display: block;
    width: auto;
    min-width: auto;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .info_ul>li p {
    width: auto;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .info_ul>li p + p {
    margin-top: 12px;
    margin-left: 0;
    width: auto;
  }
}


/* スライダープラグイン splide
-------------------------------------------*/
.splide__pagination {
  text-align: center;
  bottom: -20px;
}

.splide__pagination__page {
  background: #d3dff5;
  border: 0;
  border-radius: 0;
  display: inline-block;
  width: 40px;
  height: 4px;
  margin: 5px;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
}

.splide__pagination__page.is-active {
  background: #7595ce;
  transform: scale(1);
  z-index: 1;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid rgb(230, 44, 33);
  outline-offset: 3px;
}


@media screen and (max-width: 767px) {
  .splide__pagination {
    bottom: -19px;
  }
}