﻿@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}
body {
  line-height: 1;
  margin: 0;
  font-feature-settings: "palt"
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
nav ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
li {
  list-style: none
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body {
  color: #141428;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
a {
  color: #1e1e6e;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: .1s;
  word-wrap: break-word
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    color: inherit;
    pointer-events: none
  }
  a[href^="tel:"]:hover {
    opacity: 1
  }
}
a img {
  transition: .1s
}
@media(any-hover: hover) {
  a:hover {
    opacity: .7;
    text-decoration: none
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto
}
figcaption {
  font-size: 14px;
  margin-top: 10px;
  text-align: center
}
address {
  font-style: normal;
  text-decoration: none
}
input, button, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle
}
button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0
}
input, textarea {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  padding: 0
}
select {
  cursor: pointer
}
select::-ms-expand {
  display: none
}
input[type=reset], input[type=submit], input[type=button] {
  appearance: button;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: .2s
}
input[type=reset]:hover, input[type=submit]:hover, input[type=button]:hover {
  opacity: .7
}
input[type=reset]:focus, input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px
}
input[type=reset]::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none
}
sub {
  font-size: .75em;
  vertical-align: baseline
}
sup {
  font-size: .75em;
  vertical-align: text-top
}
.bg--lbule, .bg--bule, .bg--nblue, .bg--gradation {
  padding: 12rem 0
}
.bg--lbule {
  background: #f7faff
}
.bg--bule {
  background: #d5e1f8
}
.bg--nblue {
  background: #1e1e6e;
  color: #fff
}
.bg--gradation {
  background: linear-gradient(to right, rgb(220, 225, 255) 0%, rgb(214, 245, 245) 100%)
}
.wrap {
  max-width: 1120px;
  width: calc(100% - 4rem);
  margin: 0 auto
}
.min-wrap {
  max-width: 1120px;
  width: calc(100% - 4rem);
  margin: 0 auto;
  max-width: 940px
}
@media screen and (max-width: 768px) {
  .bg--lbule, .bg--bule, .bg--nblue, .bg--gradation {
    padding: 6rem 0
  }
}
.sticky-area {
  position: relative
}
#SideBtn {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 5
}
#SideBtn a {
  background: #1e1e6e;
  color: #fff;
  font-weight: 500;
  width: 7rem;
  height: 22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  border-radius: 1rem 0 0 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  border: 1px solid #fff;
  box-sizing: border-box
}
@media screen and (max-width: 768px) {
  #SideBtn {
    display: none !important
  }
}
.flow__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch
}
.flow__item {
  width: calc(25% - 3rem);
  border: 1px solid #d8dffb;
  box-sizing: border-box;
  padding: 1rem 1rem 2rem;
  border-radius: 2rem;
  background: #fff;
  position: relative
}
.flow__item:not(:last-child):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e1e6e;
  border-width: 12px 0px 12px 18px;
  top: 30%;
  right: -32px
}
.flow__img {
  position: relative
}
.flow__img:before {
  position: absolute;
  counter-increment: listnum;
  content: "0"counter(listnum);
  color: #1e1e6e;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  top: 2rem;
  left: 2rem;
  z-index: 2
}
.flow__img img {
  border-radius: 1rem
}
.flow__text {
  margin: 0 auto;
  width: calc(100% - 2rem)
}
.flow__text dt {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  font-weight: 500;
  color: #1e1e6e;
  margin: 2rem auto 1rem
}
.flow__text dd {
  line-height: 24px;
  letter-spacing: .2rem;
  font-feature-settings: normal
}
@media screen and (max-width: 960px) {
  .flow__list {
    display: block
  }
  .flow__item {
    width: 100%;
    margin: 0 4rem 4rem 0;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center
  }
  .flow__item:not(:last-child) {
    margin: 0 auto 5rem !important
  }
  .flow__item:not(:last-child):after {
    top: auto;
    bottom: -4rem;
    right: 50%;
    transform: translateX(50%) rotate(90deg)
  }
  .flow__img {
    max-width: 23rem;
    width: calc(50% - 1rem)
  }
  .flow__text {
    width: calc(100% - 35rem)
  }
  .flow__text dt {
    margin-top: 0
  }
  .flow__text dd {
    font-feature-settings: "palt"
  }
}
@media screen and (max-width: 768px) {
  .flow__item:not(:last-child) {
    margin: 0 auto 3rem !important
  }
  .flow__item:not(:last-child):after {
    bottom: -2.5rem;
    border-width: 8px 0px 8px 12px
  }
  .flow__img:before {
    top: 1rem;
    left: 1rem
  }
  .flow__text {
    width: calc(100% - 25rem)
  }
  .flow__text dt {
    font-size: 16px;
    margin-bottom: .5rem
  }
  .flow__text dd {
    line-height: 22px
  }
}
@media screen and (max-width: 500px) {
  .flow__item {
    text-align: left;
    align-items: stretch
  }
  .flow__text {
    width: calc(50% - 1rem);
    margin: 0 0 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}
#endmenu {
  max-width: 88rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12rem
}
#endmenu li {
  width: calc(50% - 2rem)
}
#endmenu li a {
  display: block;
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #1e1e6e;
  box-sizing: border-box;
  box-shadow: 0px 10px 10px 0px rgba(20, 20, 120, .1);
  text-align: center;
  padding: 0 2rem;
  line-height: 7rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-weight: 500;
  position: relative
}
#endmenu li a:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%)
}
#endmenu li:first-child a {
  background: #1e1e6e;
  color: #fff !important
}
#endmenu li:first-child a:before {
  background-image: url(../img/common/arrow-w.png)
}
#endmenu li:last-child a {
  background: #fff !important;
  color: #1e1e6e
}
#endmenu li:last-child a:before {
  background-image: url(../img/common/arrow-b.png)
}
@media screen and (max-width: 768px) {
  #endmenu {
    display: block;
    margin-top: 6rem;
    max-width: 40rem
  }
  #endmenu li {
    width: 100%
  }
  #endmenu li:first-child {
    margin-bottom: 2rem
  }
}
#subnav {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #b8b8be;
  padding: 2rem 0
}
#subnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  font-weight: 500
}
#subnav ul li a {
  line-height: 4rem;
  text-align: center
}
#subnav ul li:not(:last-child) {
  margin: 0 4rem 0 0;
  padding: 0 4rem 0 0;
  border-right: 1px solid #b8b8be
}
#subnav ul li:not(:last-child) a {
  position: relative
}
#subnav ul li:not(:last-child) a:before {
  position: absolute;
  content: "";
  width: calc(100% + 1rem);
  height: 6px;
  background: #1e1e6e;
  border-radius: 2rem 2rem 0 0;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: .3s opacity
}
#subnav ul li:not(:last-child) a.current:before, #subnav ul li:not(:last-child) a:hover:before {
  opacity: 1
}
#subnav ul li:not(:last-child) a:hover {
  opacity: 1
}
#subnav ul li .subnav--contact {
  background: #1e1e6e;
  color: #fff;
  width: 19rem;
  border-radius: 100rem;
  display: block
}
#subnav ul li .subnav--contact:before {
  display: none
}
#subnav.h-fixed {
  position: fixed !important;
  animation-name: header-anim;
  animation-duration: .7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  top: 0;
  left: 0;
  z-index: 5
}
@keyframes header-anim {
  0% {
    margin-top: -100px
  }
  100% {
    margin-top: 0
  }
}
@media screen and (max-width: 768px) {
  #subnav {
    padding: 1rem 0
  }
  #subnav ul {
    flex-wrap: wrap;
    font-size: 1.4rem;
    max-width: 30rem;
    margin: 0 auto
  }
  #subnav ul li {
    width: calc(50% - 2rem);
    margin: 0 1rem 0 0 !important;
    padding: 0 1rem 0 0 !important;
    text-align: center
  }
  #subnav ul li:nth-child(-n+2) {
    margin-bottom: 1rem !important
  }
  #subnav ul li:nth-child(2n) {
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: none !important
  }
  #subnav ul li a {
    line-height: 3rem
  }
  #subnav ul li:not(:last-child) a:before {
    width: 8px;
    height: 8px;
    border-radius: 100rem;
    bottom: -10px
  }
  #subnav ul li .subnav--contact {
    width: 13rem
  }
}
#news .news__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}
#news .news__list {
  max-width: 785px;
  width: 71%;
  max-height: 24rem;
  overflow-y: scroll;
  margin-left: 2rem
}
#news .news__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #d8dffb;
  padding-bottom: 2rem;
  margin-bottom: 2rem
}
#news .news__item:last-child {
  margin-bottom: 0
}
#news .news__category {
  min-width: 14rem
}
@media screen and (max-width: 960px) {
  #news .news__inner {
    display: block
  }
  #news .news__list {
    max-width: 100%;
    width: 100%;
    margin: 3rem auto 0
  }
  #news .news__item {
    display: block;
    border-bottom: 1px solid #d8dffb;
    padding-bottom: 2rem;
    margin-bottom: 2rem
  }
  #news .news__item:last-child {
    margin-bottom: 0
  }
  #news .news__category {
    min-width: 14rem
  }
}
.paper__item {
  background: #fff;
  border-radius: 2rem;
  padding: 1rem 1rem 3rem;
  max-width: 47rem;
  margin-right: 3rem;
  display: flex !important;
  flex-direction: column;
  height: auto !important
}
.paper__item--top {
  background: #eaedfd;
  border-radius: 1rem;
  position: relative;
  padding-top: 66.7%
}
.paper__item--top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 10px 10px 0px rgba(20, 20, 120, .1);
  object-fit: cover;
  max-width: 352px;
  max-height: 198px;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem)
}
.paper__item--under {
  width: calc(100% - 4rem);
  margin: 2rem auto 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1
}
.paper__item--under .paper__time {
  color: #898993;
  margin: 0 auto 1rem 0
}
.paper__item--under h3 {
  font-size: 2rem;
  font-weight: 400;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 1rem;
  user-select: auto
}
.paper__item--under .paper__text {
  flex-grow: 1;
  height: 100%;
  user-select: auto
}
.paper__item--under .c-largebutton {
  line-height: 5rem;
  margin-top: 3rem
}
.paper .slick-track {
  display: flex
}
@media screen and (max-width: 768px) {
  .paper__item {
    margin: 0 2rem
  }
  .paper .slick-list {
    padding: 0 !important
  }
}
.spScroll__text {
  display: none;
  color: #1e1e6e;
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  text-align: right;
  animation: scr 1.8s infinite;
  margin-bottom: 2rem
}
@keyframes scr {
  0% {
    transform: translateX(0)
  }
  50% {
    transform: translateX(1rem)
  }
  100% {
    transform: translateX(0)
  }
}
@media screen and (max-width: 1024px) {
  .spScroll__text {
    display: block
  }
  .spScroll__area {
    overflow-x: scroll
  }
  .spScroll__item {
    width: 1120px
  }
}
.c-textButton {
  color: #1e1e6e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  padding-right: 4rem;
  display: block;
  margin: 3rem 0 0 auto;
  background: url(../img/common/arrow-b.png) no-repeat right center/3rem;
  -webkit-width: fit-content;
  width: fit-content
}
.news__category {
  color: #1e1e6e;
  background: #eaedfd;
  text-align: center;
  padding: 0 1rem;
  line-height: 26px;
  font-weight: 500;
  display: inline-block
}
.news__category--round {
  border-radius: 100rem
}
.news__time {
  color: #898993;
  margin: 0 2rem;
  display: inline
}
.news__text {
  color: #1e1e6e
}
.news__text--link {
  text-decoration: underline
}
@media screen and (max-width: 960px) {
  .news__text {
    display: block;
    margin-top: 1rem
  }
}
.c-largebutton {
  display: block;
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #1e1e6e;
  box-sizing: border-box;
  box-shadow: 0px 10px 10px 0px rgba(20, 20, 120, .1);
  text-align: center;
  padding: 0 2rem;
  line-height: 7rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-weight: 500;
  position: relative;
  max-width: 42rem;
  margin: 0 auto
}
.c-largebutton:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%)
}
.c-largebutton.blue {
  background: #1e1e6e;
  color: #fff !important
}
.c-largebutton.blue:before {
  background-image: url(../img/common/arrow-w.png)
}
.c-largebutton.white {
  background: #fff !important;
  color: #1e1e6e
}
.c-largebutton.white:before {
  background-image: url(../img/common/arrow-b.png)
}
.c-largebutton.lightblue {
  background: #eaedfd;
  color: #1e1e6e
}
.c-largebutton.lightblue:before {
  background-image: url(../img/common/arrow-b.png)
}
.slide__arrow--wrap {
  width: 13rem;
  height: 6rem;
  position: relative;
  margin: 4rem auto 0
}
.slide__arrow--wrap--item {
  cursor: pointer;
  position: absolute;
  border: 1px solid #1e1e6e;
  width: 6rem;
  height: 6rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6rem
}
.slide__arrow--wrap--item:before, .slide__arrow--wrap--item:after {
  position: absolute;
  content: ""
}
.slide__arrow--wrap--item:before {
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: #1e1e6e
}
.slide__arrow--wrap--item:after {
  top: 23px;
  left: 22px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #1e1e6e;
  border-right: 1px solid #1e1e6e
}
.slide__arrow--wrap--item.prev-arrow {
  left: 0
}
.slide__arrow--wrap--item.prev-arrow:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg)
}
.slide__arrow--wrap--item.next-arrow {
  right: 0
}
.slide__arrow--wrap--item.next-arrow:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
@media screen and (max-width: 768px) {
  .slide__arrow--wrap {
    width: 9rem;
    height: 4rem;
    margin: 2rem auto 0
  }
  .slide__arrow--wrap--item {
    width: 4rem;
    height: 4rem
  }
  .slide__arrow--wrap--item:before {
    top: 2rem;
    width: 10px
  }
  .slide__arrow--wrap--item:after {
    top: 15px;
    left: 14px;
    width: 10px;
    height: 10px
  }
}
.text-center {
  text-align: center !important
}
.text-left {
  text-align: left !important
}
.text-right {
  text-align: right !important
}
.clearfix:after {
  content: "";
  clear: both;
  display: block
}
.d-none {
  display: none !important
}
@media screen and (min-width: 1201px) {
  .sp-only {
    display: none !important
  }
}
@media screen and (max-width: 1200px) {
  .pc-only {
    display: none !important
  }
}
.mb0 {
  margin-bottom: 0px
}
.mt0 {
  margin-top: 0px
}
.mb10 {
  margin-bottom: 10px
}
.mt10 {
  margin-top: 10px
}
.mb20 {
  margin-bottom: 20px
}
.mt20 {
  margin-top: 20px
}
.mb30 {
  margin-bottom: 30px
}
.mt30 {
  margin-top: 30px
}
.mb40 {
  margin-bottom: 40px
}
.mt40 {
  margin-top: 40px
}
.mb50 {
  margin-bottom: 50px
}
.mt50 {
  margin-top: 50px
}
.mb60 {
  margin-bottom: 60px
}
.mt60 {
  margin-top: 60px
}
.mb70 {
  margin-bottom: 70px
}
.mt70 {
  margin-top: 70px
}
.mb80 {
  margin-bottom: 80px
}
.mt80 {
  margin-top: 80px
}
.mb90 {
  margin-bottom: 90px
}
.mt90 {
  margin-top: 90px
}
.mb100 {
  margin-bottom: 100px
}
.mt100 {
  margin-top: 100px
}
.mb110 {
  margin-bottom: 110px
}
.mt110 {
  margin-top: 110px
}
.mb120 {
  margin-bottom: 120px
}
.mt120 {
  margin-top: 120px
}
.mb130 {
  margin-bottom: 130px
}
.mt130 {
  margin-top: 130px
}
.mb140 {
  margin-bottom: 140px
}
.mt140 {
  margin-top: 140px
}
.mb150 {
  margin-bottom: 150px
}
.mt150 {
  margin-top: 150px
}
.mb160 {
  margin-bottom: 160px
}
.mt160 {
  margin-top: 160px
}
.mb170 {
  margin-bottom: 170px
}
.mt170 {
  margin-top: 170px
}
.mb180 {
  margin-bottom: 180px
}
.mt180 {
  margin-top: 180px
}
.mb190 {
  margin-bottom: 190px
}
.mt190 {
  margin-top: 190px
}
.mb200 {
  margin-bottom: 200px
}
.mt200 {
  margin-top: 200px
}
.mb210 {
  margin-bottom: 210px
}
.mt210 {
  margin-top: 210px
}
.mb220 {
  margin-bottom: 220px
}
.mt220 {
  margin-top: 220px
}
.mb230 {
  margin-bottom: 230px
}
.mt230 {
  margin-top: 230px
}
.mb240 {
  margin-bottom: 240px
}
.mt240 {
  margin-top: 240px
}
.mb250 {
  margin-bottom: 250px
}
.mt250 {
  margin-top: 250px
}
.mb260 {
  margin-bottom: 260px
}
.mt260 {
  margin-top: 260px
}
.mb270 {
  margin-bottom: 270px
}
.mt270 {
  margin-top: 270px
}
.mb280 {
  margin-bottom: 280px
}
.mt280 {
  margin-top: 280px
}
.mb290 {
  margin-bottom: 290px
}
.mt290 {
  margin-top: 290px
}
.mb300 {
  margin-bottom: 300px
}
.mt300 {
  margin-top: 300px
}
.mb310 {
  margin-bottom: 310px
}
.mt310 {
  margin-top: 310px
}
.mb320 {
  margin-bottom: 320px
}
.mt320 {
  margin-top: 320px
}
.mb330 {
  margin-bottom: 330px
}
.mt330 {
  margin-top: 330px
}
.mb340 {
  margin-bottom: 340px
}
.mt340 {
  margin-top: 340px
}
.mb350 {
  margin-bottom: 350px
}
.mt350 {
  margin-top: 350px
}
.mb360 {
  margin-bottom: 360px
}
.mt360 {
  margin-top: 360px
}
.mb370 {
  margin-bottom: 370px
}
.mt370 {
  margin-top: 370px
}
.mb380 {
  margin-bottom: 380px
}
.mt380 {
  margin-top: 380px
}
.mb390 {
  margin-bottom: 390px
}
.mt390 {
  margin-top: 390px
}
.mb400 {
  margin-bottom: 400px
}
.mt400 {
  margin-top: 400px
}
.mb410 {
  margin-bottom: 410px
}
.mt410 {
  margin-top: 410px
}
.mb420 {
  margin-bottom: 420px
}
.mt420 {
  margin-top: 420px
}
.mb430 {
  margin-bottom: 430px
}
.mt430 {
  margin-top: 430px
}
.mb440 {
  margin-bottom: 440px
}
.mt440 {
  margin-top: 440px
}
.mb450 {
  margin-bottom: 450px
}
.mt450 {
  margin-top: 450px
}
.mb460 {
  margin-bottom: 460px
}
.mt460 {
  margin-top: 460px
}
.mb470 {
  margin-bottom: 470px
}
.mt470 {
  margin-top: 470px
}
.mb480 {
  margin-bottom: 480px
}
.mt480 {
  margin-top: 480px
}
.mb490 {
  margin-bottom: 490px
}
.mt490 {
  margin-top: 490px
}
.mb500 {
  margin-bottom: 500px
}
.mt500 {
  margin-top: 500px
}
.mb510 {
  margin-bottom: 510px
}
.mt510 {
  margin-top: 510px
}
.mb520 {
  margin-bottom: 520px
}
.mt520 {
  margin-top: 520px
}
.mb530 {
  margin-bottom: 530px
}
.mt530 {
  margin-top: 530px
}
.mb540 {
  margin-bottom: 540px
}
.mt540 {
  margin-top: 540px
}
.mb550 {
  margin-bottom: 550px
}
.mt550 {
  margin-top: 550px
}
.mb560 {
  margin-bottom: 560px
}
.mt560 {
  margin-top: 560px
}
.mb570 {
  margin-bottom: 570px
}
.mt570 {
  margin-top: 570px
}
.mb580 {
  margin-bottom: 580px
}
.mt580 {
  margin-top: 580px
}
.mb590 {
  margin-bottom: 590px
}
.mt590 {
  margin-top: 590px
}
.mb600 {
  margin-bottom: 600px
}
.mt600 {
  margin-top: 600px
}
.mb610 {
  margin-bottom: 610px
}
.mt610 {
  margin-top: 610px
}
.mb620 {
  margin-bottom: 620px
}
.mt620 {
  margin-top: 620px
}
.mb630 {
  margin-bottom: 630px
}
.mt630 {
  margin-top: 630px
}
.mb640 {
  margin-bottom: 640px
}
.mt640 {
  margin-top: 640px
}
.mb650 {
  margin-bottom: 650px
}
.mt650 {
  margin-top: 650px
}
.mb660 {
  margin-bottom: 660px
}
.mt660 {
  margin-top: 660px
}
.mb670 {
  margin-bottom: 670px
}
.mt670 {
  margin-top: 670px
}
.mb680 {
  margin-bottom: 680px
}
.mt680 {
  margin-top: 680px
}
.mb690 {
  margin-bottom: 690px
}
.mt690 {
  margin-top: 690px
}
.mb700 {
  margin-bottom: 700px
}
.mt700 {
  margin-top: 700px
}
.mb710 {
  margin-bottom: 710px
}
.mt710 {
  margin-top: 710px
}
.mb720 {
  margin-bottom: 720px
}
.mt720 {
  margin-top: 720px
}
.mb730 {
  margin-bottom: 730px
}
.mt730 {
  margin-top: 730px
}
.mb740 {
  margin-bottom: 740px
}
.mt740 {
  margin-top: 740px
}
.mb750 {
  margin-bottom: 750px
}
.mt750 {
  margin-top: 750px
}
.mb760 {
  margin-bottom: 760px
}
.mt760 {
  margin-top: 760px
}
.mb770 {
  margin-bottom: 770px
}
.mt770 {
  margin-top: 770px
}
.mb780 {
  margin-bottom: 780px
}
.mt780 {
  margin-top: 780px
}
.mb790 {
  margin-bottom: 790px
}
.mt790 {
  margin-top: 790px
}
.mb800 {
  margin-bottom: 800px
}
.mt800 {
  margin-top: 800px
}
.mb810 {
  margin-bottom: 810px
}
.mt810 {
  margin-top: 810px
}
.mb820 {
  margin-bottom: 820px
}
.mt820 {
  margin-top: 820px
}
.mb830 {
  margin-bottom: 830px
}
.mt830 {
  margin-top: 830px
}
.mb840 {
  margin-bottom: 840px
}
.mt840 {
  margin-top: 840px
}
.mb850 {
  margin-bottom: 850px
}
.mt850 {
  margin-top: 850px
}
.mb860 {
  margin-bottom: 860px
}
.mt860 {
  margin-top: 860px
}
.mb870 {
  margin-bottom: 870px
}
.mt870 {
  margin-top: 870px
}
.mb880 {
  margin-bottom: 880px
}
.mt880 {
  margin-top: 880px
}
.mb890 {
  margin-bottom: 890px
}
.mt890 {
  margin-top: 890px
}
.mb900 {
  margin-bottom: 900px
}
.mt900 {
  margin-top: 900px
}
.mb910 {
  margin-bottom: 910px
}
.mt910 {
  margin-top: 910px
}
.mb920 {
  margin-bottom: 920px
}
.mt920 {
  margin-top: 920px
}
.mb930 {
  margin-bottom: 930px
}
.mt930 {
  margin-top: 930px
}
.mb940 {
  margin-bottom: 940px
}
.mt940 {
  margin-top: 940px
}
.mb950 {
  margin-bottom: 950px
}
.mt950 {
  margin-top: 950px
}
.mb960 {
  margin-bottom: 960px
}
.mt960 {
  margin-top: 960px
}
.mb970 {
  margin-bottom: 970px
}
.mt970 {
  margin-top: 970px
}
.mb980 {
  margin-bottom: 980px
}
.mt980 {
  margin-top: 980px
}
.mb990 {
  margin-bottom: 990px
}
.mt990 {
  margin-top: 990px
}
.pb0 {
  padding-bottom: 0px
}
.pt0 {
  padding-top: 0px
}
.pb10 {
  padding-bottom: 10px
}
.pt10 {
  padding-top: 10px
}
.pb20 {
  padding-bottom: 20px
}
.pt20 {
  padding-top: 20px
}
.pb30 {
  padding-bottom: 30px
}
.pt30 {
  padding-top: 30px
}
.pb40 {
  padding-bottom: 40px
}
.pt40 {
  padding-top: 40px
}
.pb50 {
  padding-bottom: 50px
}
.pt50 {
  padding-top: 50px
}
#pageTitle {
  background: url(../img/common/title02.jpg) no-repeat bottom right 10rem/416px auto, #d5e1f8
}
#pageTitle--title {
  color: #1e1e6e;
  font-size: 5rem;
  font-weight: 400;
  font-weight: 700
}
#pageTitle--title br {
  display: none
}
.commonTitle {
  font-size: 3.2rem;
  font-weight: 400;
  font-weight: 500;
  margin-bottom: 3rem
}
.commonTitle.center {
  text-align: center
}
.borderTitle {
  background: #eaedf9;
  border-left: 6px solid #1e1e6e;
  border-radius: 6px;
  padding: 0 2rem;
  line-height: 42px;
  font-size: 2.8rem;
  font-weight: 400;
  font-weight: 500;
  margin-bottom: 3rem
}
@media screen and (max-width: 960px) {
  #pageTitle {
    background: url(../img/common/title02.jpg) no-repeat bottom right/416px auto, #d5e1f8
  }
  #pageTitle--title br {
    display: block
  }
}
@media screen and (max-width: 768px) {
  #pageTitle {
    background: url(../img/common/title02-sp.jpg) no-repeat bottom right/185px auto, #d5e1f8
  }
  #pageTitle--title {
    font-size: 2.8rem;
    line-height: 3.4rem
  }
  .commonTitle {
    font-size: 2.4rem
  }
  .borderTitle {
    font-size: 2.4rem;
    line-height: 36px;
    padding: .5rem 2rem
  }
}
.l-header {
  position: absolute !important
}
.cmn-sec-2 {
  margin-bottom: 0 !important
}
ol {
  counter-reset: listnum;
  list-style: none
}
.nttd-arrow-up:before {
  content: "↑";
  font-size: 20px;
  font-family: "Saira", sans-serif;
  font-style: normal;
  padding: .5rem 0 .5rem;
  display: block
}
.spbr {
  display: none
}
@media screen and (max-width: 768px) {
  .spbr {
    display: block
  }
}