.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

.root#index .mv__lgContents {
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url(../../images/mv_lgContents_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.root#index .mv__lgContents__copy {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 508px;
  margin-left: -580px;
}

.root#index .leading {
  padding: 50px 0 100px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .root#index .leading {
    padding-bottom: 50px;
  }
}

.root#index .leading__hl {
  color: #003B82;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.59375;
  margin-bottom: 50px;
  white-space: nowrap;
  letter-spacing: -0.05em;
  opacity: 0;
  transform: translateY(50px);
}

@media only screen and (max-width: 767px) {
  .root#index .leading__hl {
    white-space: normal;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.root#index .leading__hl.is-animated {
  opacity: 1;
  transition: 0.6s all ease;
  transform: translateY(0);
}

.root#index .leading__logo {
  text-align: center;
  margin-bottom: 50px;
  width: 258px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(50px);
}

@media only screen and (max-width: 767px) {
  .root#index .leading__logo {
    width: 160px;
    margin-bottom: 30px;
  }
}

.root#index .leading__logo.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
  transform: translateY(0);
}

.root#index .leading__rt {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.81818181818;
  font-weight: bold;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
}

@media only screen and (max-width: 767px) {
  .root#index .leading__rt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.root#index .leading__rt:last-child {
  margin-bottom: 0;
}

.root#index .leading__rt.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
  transform: translateY(0);
}

.root#index .why {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .root#index .why {
    margin-bottom: 70px;
  }
}

.root#index .why__contents {
  background-color: #697D86;
  padding-bottom: 100px;
  background-image: url(../../images/why_obj.png);
  background-position: top right 200px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .root#index .why__contents {
    padding-bottom: 70px;
    background-size: 425px auto;
    background-position: top -20px right -70px;
  }
}

.root#index .why__contents__holder {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
}

@media only screen and (max-width: 767px) {
  .root#index .why__contents__holder {
    padding: 20px;
  }
}

.root#index .why__contents__holder__fig {
  text-align: center;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
}

@media only screen and (max-width: 767px) {
  .root#index .why__contents__holder__fig {
    margin-bottom: 20px;
  }
}

.root#index .why__contents__holder__fig.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
  transform: translateY(0);
}

.root#index .why__contents__holder__hl {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #003B82;
  text-align: center;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
}

@media only screen and (max-width: 767px) {
  .root#index .why__contents__holder__hl {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
}

.root#index .why__contents__holder__hl.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
  transform: translateY(0);
}

.root#index .why__contents__holder__rt {
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.81818181818;
  opacity: 0;
  transform: translateY(50px);
}

@media only screen and (max-width: 767px) {
  .root#index .why__contents__holder__rt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.root#index .why__contents__holder__rt.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
  transform: translateY(0);
}

.root#index .process {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .root#index .process {
    margin-bottom: 70px;
  }
}

.root#index .process__contents {
  background-color: #D4E3F6;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .root#index .process__contents {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 767px) {
  .root#index .process__contents__steps {
    padding: 0 10px;
  }
}

.root#index .process__contents__steps__eachStep {
  position: relative;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 30px;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
}

@media only screen and (max-width: 767px) {
  .root#index .process__contents__steps__eachStep {
    padding: 60px 20px 20px 20px;
    margin-bottom: 60px;
  }
}

.root#index .process__contents__steps__eachStep:last-child {
  margin-bottom: 0;
}

.root#index .process__contents__steps__eachStep__num {
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  width: 74px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .root#index .process__contents__steps__eachStep__num {
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
  }
}

.root#index .process__contents__steps__eachStep__arrow {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .root#index .process__contents__steps__eachStep__arrow {
    width: 30px;
    bottom: -28px;
  }
}

.root#index .process__contents__steps__eachStep__table {
  width: 100%;
}

.root#index .process__contents__steps__eachStep__table > tbody > tr > th {
  width: 200px;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .root#index .process__contents__steps__eachStep__table > tbody > tr > th {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.root#index .process__contents__steps__eachStep__table > tbody > tr > th > img {
  width: auto;
  height: 126px;
}

.root#index .process__contents__steps__eachStep__table > tbody > tr > td {
  vertical-align: top;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .root#index .process__contents__steps__eachStep__table > tbody > tr > td {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

.root#index .process__contents__steps__eachStep__table__hl {
  color: #003B82;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .root#index .process__contents__steps__eachStep__table__hl {
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
  }
}

.root#index .process__contents__steps__eachStep__table__rt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.81818181818;
}

@media only screen and (max-width: 767px) {
  .root#index .process__contents__steps__eachStep__table__rt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.root#index .process__contents__steps__eachStep.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
  transform: translateY(0);
}

.root#index .function {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .root#index .function {
    margin-bottom: 50px;
  }
}

.root#index .function__lead {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .root#index .function__lead {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .root#index .function__lead__contents__hl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.root#index .function__contents__sessionss {
  margin-top: -40px;
}

@media only screen and (max-width: 767px) {
  .root#index .function__contents__sessionss {
    margin-top: 0;
    padding: 20px;
  }
}

.root#index .function__contents__sessionss__eachSession {
  background-color: #e5ebf5;
  margin-bottom: 40px;
  padding: 30px;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
}

@media only screen and (max-width: 767px) {
  .root#index .function__contents__sessionss__eachSession {
    margin-bottom: 30px;
  }
}

.root#index .function__contents__sessionss__eachSession:last-child {
  margin-bottom: 0;
}

.root#index .function__contents__sessionss__eachSession__table {
  width: 100%;
}

.root#index .function__contents__sessionss__eachSession__table > tbody > tr > th {
  width: 200px;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .root#index .function__contents__sessionss__eachSession__table > tbody > tr > th {
    display: block;
    width: 100%;
  }
}

.root#index .function__contents__sessionss__eachSession__table > tbody > tr > th > img {
  width: auto;
  height: 160px;
}

.root#index .function__contents__sessionss__eachSession__table > tbody > tr > td {
  vertical-align: top;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .root#index .function__contents__sessionss__eachSession__table > tbody > tr > td {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}

.root#index .function__contents__sessionss__eachSession__table__hl {
  color: #003B82;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .root#index .function__contents__sessionss__eachSession__table__hl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.root#index .function__contents__sessionss__eachSession__table__fig {
  text-align: center;
  margin-bottom: 20px;
}

.root#index .function__contents__sessionss__eachSession__table__fig > img {
  width: auto;
  height: 160px;
}

.root#index .function__contents__sessionss__eachSession__table__rt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.81818181818;
}

@media only screen and (max-width: 767px) {
  .root#index .function__contents__sessionss__eachSession__table__rt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.root#index .function__contents__sessionss__eachSession.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
  transform: translateY(0);
}

.root#index .message {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .root#index .message {
    margin-bottom: 50px;
  }
}

.root#index .message__lead {
  padding: 120px 0 160px;
}

@media only screen and (max-width: 767px) {
  .root#index .message__lead {
    padding: 30px 0;
  }
}

.root#index .message__contents__lgFig {
  position: absolute;
  right: calc(50% + 140px);
  top: 50%;
  transform: translateY(-50%);
  width: calc(50vw - 140px);
  opacity: 0;
}

.root#index .message__contents__lgFig > img {
  width: 100%;
}

.root#index .message__contents__lgFig.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
}

.root#index .message__contents__xsFig {
  width: calc(100vw - 100px);
  transform: translateX(-20px);
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(50px);
}

.root#index .message__contents__xsFig.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
  transform: translateY(0);
}

.root#index .message__contents__texts {
  background-color: #fff;
  padding: 30px;
  width: 600px;
  float: right;
  margin-top: -100px;
  opacity: 0;
  transform: translateY(50px);
}

@media only screen and (max-width: 767px) {
  .root#index .message__contents__texts {
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 20px;
  }
}

.root#index .message__contents__texts__rt {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .root#index .message__contents__texts__rt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.root#index .message__contents__texts__rt:last-child {
  margin-bottom: 0;
}

.root#index .message__contents__texts.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
  transform: translateY(0);
}

.root#index .company__lead {
  padding: 120px 0 160px;
  background-position: center bottom;
}

@media only screen and (max-width: 767px) {
  .root#index .company__lead {
    padding: 30px 0;
  }
}

.root#index .company__contents {
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .root#index .company__contents {
    padding: 20px 10px;
  }
}

.root#index .company__contents__rt {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.81818181818;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
}

@media only screen and (max-width: 767px) {
  .root#index .company__contents__rt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.root#index .company__contents__rt.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
  transform: translateY(0);
}

.root#index .company__contents__president {
  background-color: #e2e5e7;
  padding: 30px;
  opacity: 0;
  transform: translateY(50px);
}

@media only screen and (max-width: 767px) {
  .root#index .company__contents__president {
    padding: 30px 10px;
  }
}

.root#index .company__contents__president__table {
  width: 100%;
}

.root#index .company__contents__president__table > tbody > tr > th {
  width: 180px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .root#index .company__contents__president__table > tbody > tr > th {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

.root#index .company__contents__president__table > tbody > tr > td {
  padding-left: 20px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .root#index .company__contents__president__table > tbody > tr > td {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}

.root#index .company__contents__president__position {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.81818181818;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .root#index .company__contents__president__position {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
}

.root#index .company__contents__president__position > span {
  font-size: 26px;
  font-size: 2.6rem;
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .root#index .company__contents__president__position > span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.root#index .company__contents__president__description {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.81818181818;
}

@media only screen and (max-width: 767px) {
  .root#index .company__contents__president__description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.root#index .company__contents__president.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
  transform: translateY(0);
}

.root#index .books {
  padding: 100px 0;
  background-color: #e5ebf5;
  background-image: url(../../images/book_bg.png);
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .root#index .books {
    padding: 70px 10px;
  }
}

.root#index .books__hl {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  color: #003B82;
  opacity: 0;
  transform: translateY(50px);
}

.root#index .books__hl > img {
  height: 32px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .root#index .books__hl > img {
    height: 24px;
  }
}

.root#index .books__hl > span {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  border-top: 1px solid #003B82;
  display: block;
  padding-top: 10px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .root#index .books__hl > span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.root#index .books__hl.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
  transform: translateY(0);
}

.root#index .books__bookList {
  margin-bottom: -60px;
}

.root#index .books__bookList__item {
  width: 33.33333%;
  float: left;
  text-align: center;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(50px);
}

@media only screen and (max-width: 767px) {
  .root#index .books__bookList__item {
    width: 50%;
    margin-left: 0;
  }
}

.root#index .books__bookList__item:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .root#index .books__bookList__item:nth-child(odd) {
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  .root#index .books__bookList__item:nth-child(even) {
    clear: none;
  }
}

@media only screen and (max-width: 767px) {
  .root#index .books__bookList__item__fig {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.root#index .books__bookList__item__title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.root#index .books__bookList__item__title__main {
  color: #003B82;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
  display: table;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .root#index .books__bookList__item__title__main {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.root#index .books__bookList__item__title__main > span {
  display: table-cell;
  vertical-align: middle;
}

.root#index .books__bookList__item__title__sub {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  display: table;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .root#index .books__bookList__item__title__sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.root#index .books__bookList__item__title__sub > span {
  display: table-cell;
  vertical-align: middle;
}

.root#index .books__bookList__item__publisher {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .root#index .books__bookList__item__publisher {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.root#index .books__bookList__item.is-animated {
  transition: 0.6s all ease;
  opacity: 1;
  transform: translateY(0);
}

.scrollToTopBtn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 80px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .scrollToTopBtn {
    width: 50px;
    right: 20px;
    bottom: 20px;
  }
}

.scrollToTopBtn:hover {
  opacity: 0.7;
}
