@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@700&display=swap');

/*基本設定
---------------------------------------------------------- */
html {
  margin-top: 0 !important;
  height: 100%;
  min-height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}
html,body {
  height: 100%;
  width: 100%;
}
:root {
  --blue: #3970E7;
  --light-blue: #EFF8FD;
  --yellow: #F6AC0F;
  --grey: #F5F5F5;
  --black: #2C363C;
}

body {
  position: relative;
  height: 100%;
  color: var(--black);
  line-height: 1.5;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  *font-size: small;
  *font: x-small;
  counter-reset: number 0;
}

@media (max-width: 959px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100% ;
  width: auto;
}

a {
  display: inline-block;
  color: var(--black);
  transition: .5s;
  -webkit-transition: .5s;
}
a:hover { opacity: .5;}


/* main
---------------------------------------------------------- */
.lp85 .l-main85 {
  width: 100%;
}

.lp85 .u-width {
  position: relative;
  width: 83%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .lp85 .u-width {
    width: 94%;
  }
}


/* footer
---------------------------------------------------------- */
.lp85 .l-footer-85 {
  padding: 60px 0;
  background: var(--blue) url(../img/bg_footer.png) no-repeat right bottom / 180px 234px;
  color: #fff;
}

.lp85 .l-footer-85_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 328px;
}

.lp85 .l-footer-85_nav {
  column-gap: 108px;
}
.lp85 .l-footer-85_list {
  margin-bottom: 24px;
}
.lp85 .l-footer-85_list:last-child {
  margin-bottom: 0;
}
.lp85 .l-footer-85_link {
  padding-left: 31px;
  background: url(../img/arw_right.svg) no-repeat 9px 6px;
  color: #fff;
}

@media (max-width: 1099px) {
  .lp85 .l-footer-85_info {
    width: 48%;
    margin-right: 0;
  }
  .lp85 .l-footer-85_nav {
    width: 48%;
    column-gap: 54px;
  }
}

@media (max-width: 959px) {
  .lp85 .l-footer-85 {
    padding: 30px 0;
    background-size: 90px 117px;
  }
  .lp85 .l-footer-85_info {
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
  }
  .lp85 .l-footer-85_nav {
    width: 100%;
    gap: 10px 0;
  }
  .lp85 .l-footer-85_list {
    margin-bottom: 10px;
  }
}


/* general
---------------------------------------------------------- */
/*----------------------------------------
  flex
----------------------------------------*/
.u-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.u-flex._jc-c {
  justify-content: center;
}

.u-flex._jc-fs {
  justify-content: flex-start;
}

.u-flex._ai-fs {
  align-items: flex-start;
}

.u-flex._ai-s {
  align-items: stretch;
}

@media (max-width: 959px) {
  .u-flex._fd-c_sp {
    flex-direction: column;
  }

  .u-flex._fd-cr_sp {
    flex-direction: column-reverse;
  }

  .u-flex._jc-c_sp {
    justify-content: center;
  }

  .u-flex._jc-fs_sp {
    justify-content: flex-start;
  }

  .u-flex._ai-fs_sp {
    align-items: flex-start;
  }

  .u-flex._ai-s_sp {
    align-items: stretch;
  }
  .u-flex._ai-c_sp {
    align-items: center;
  }
}

/*----------------------------------------
  text
----------------------------------------*/
.lp85 .txt_en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-variation-settings:"wdth" 100;
}

.lp85 .txt_dot {
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
  color: #0D2F77;
  letter-spacing: 5px;
  font-size: 3.2rem;
  font-weight: 700;
}

.lp85 .txt_comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: var(--blue);
  font-weight: 700;
}
.lp85 .txt_comment::before,
.lp85 .txt_comment::after {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  background: var(--blue);
}
.lp85 .txt_comment::before {
  transform: rotate(60deg);
}
.lp85 .txt_comment::after {
  transform: rotate(120deg);
}

@media (max-width: 959px) {
  .lp85 .txt_dot {
    font-size: 2.0rem;
  }
}


/*----------------------------------------
  title
----------------------------------------*/
.lp85 .c-ttl {
  position: relative;
  margin-bottom: 44px;
  text-align: center;
}
.lp85 .c-ttl .txt_en {
  color: var(--light-blue);
  line-height: 1;
  font-size: 18.0rem;
}
.lp85 .c-ttl h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  font-size: 4.0rem;
  font-weight: 700;
  transform: translate(-50%,-50%);
}
.lp85 .c-ttl h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 24px auto 0;
  background: var(--blue);
}

@media (max-width: 1024px) {
  .lp85 .c-ttl .txt_en {
    font-size: 9.0rem;
  }
}

@media (max-width: 959px) {
  .lp85 .c-ttl .txt_en {
    font-size: 6.0rem;
  }
  .lp85 .c-ttl h2 {
    line-height: 1.25;
    font-size: 2.4rem;
  }
  .lp85 .c-ttl h2::after {
    margin-top: 12px;
  }
}

/*----------------------------------------
  button
----------------------------------------*/
.lp85 .c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 60px;
  padding: 0 40px;
  background: rgb(45, 172, 226);
  background: linear-gradient(0deg, rgba(45, 172, 226, 1) 0%, rgba(57, 117, 232, 1) 100%);
  box-shadow: 0px 5px 0px 0px rgba(70, 96, 118, 1);
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
.lp85 .c-btn::after {
  position: absolute;
  top: 50%;
  right: 24px;
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/arw_right.svg) no-repeat center;
  transform: translateY(-50%);
}
.lp85 .c-btn .txt {
  flex: 1 auto;
  white-space: nowrap;
  text-align: center;
}
.lp85 .c-btn:hover {
  box-shadow: unset;
  opacity: 1;
  transform: translateY(4px);
}

.lp85 .c-btn._small {
  width: 220px;
  height: 50px;
}
.lp85 .c-btn._small::after {
  display: none;
}

/* animation
---------------------------------------------------------- */
.js-fadeup {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 1s, visibility 1s, transform .5s;
}

.js-fadeup._active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}

.js-fadein._active {
  opacity: 1;
  visibility: visible;
}