body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  color: #000;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}

h3 {
  margin-top: 0;
  padding: 0;
  border: none;
  color: #000;
  font-size: 1em;
}

a {
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}
a.no-active {
  pointer-events: none;
  opacity: 0.6;
}

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

.pc-block {
  display: none;
}
@media screen and (max-width: 1280px) {
  .pc-block {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .tab-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.elm {
  opacity: 0;
  transform: translateY(1.875em);
  transition: opacity 1s ease-in-out, transform 1s ease-out;
}
@media screen and (max-width: 768px) {
  .elm {
    transition: opacity 1s ease-in-out, transform 1s ease-out;
    transform: translateY(70px);
  }
}
.elm.fade-in {
  opacity: 1;
  transform: translateY(0px);
}

.elm.elm2 {
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .elm.elm2 {
    transition-delay: unset;
  }
}

.elm.elm2_2 {
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .elm.elm2_2 {
    transition-delay: unset;
  }
}

.elm.elm3 {
  transition: opacity 0.6s ease-in-out, transform 1s ease-out;
  transition-delay: 0.9s;
}
@media screen and (max-width: 768px) {
  .elm.elm3 {
    transition: opacity 0.6s ease-in-out, transform 0.7s ease-out;
    transition-delay: unset;
  }
}

.elm_title {
  opacity: 1;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transform: translateY(-1.5em);
}
@media screen and (max-width: 768px) {
  .elm_title {
    transform: translateY(-70px);
  }
}

.elm_title_en {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 0.3s;
}

.elm_r {
  opacity: 0;
  transition-delay: 0.3s;
  transition: opacity 1s ease-in-out, transform 1s ease-out;
  transform: translateX(300px);
}
@media screen and (max-width: 768px) {
  .elm_r {
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-out;
    transition-delay: 0.5s;
    transform: translateX(200px);
  }
}

.elm_l {
  opacity: 0;
  transition-delay: 0.3s;
  transition: opacity 1s ease-in-out, transform 1s ease-out;
  transform: translateX(-300px);
}
@media screen and (max-width: 768px) {
  .elm_l {
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-out;
    transition-delay: 0.5s;
    transform: translateX(-200px);
  }
}

.elm_o {
  opacity: 0;
  transition-duration: 1.8s;
  transition-timing-function: ease-in-out;
  filter: blur(6px);
}
.elm_o.fade-in {
  opacity: 1;
  filter: blur(0px);
}

.elm_title.fade-in {
  opacity: 1;
  transform: translateY(0px);
}

.elm_title_en.fade-in {
  opacity: 1;
}

.elm_r.fade-in {
  opacity: 1;
  transform: translateX(0px);
}

.elm_l.fade-in {
  opacity: 1;
  transform: translateX(0px);
}

.animate-on-appear {
  animation: fadeAndTranslate 1s ease forwards;
}
@keyframes fadeAndTranslate {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-appear-l {
  animation: fadeAndTranslateL 1s ease forwards;
}

@keyframes fadeAndTranslateL {
  from {
    opacity: 0;
    transform: translateX(-3.125em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-appear-o {
  animation: fadeAndTranslateO 1s ease forwards;
}
@keyframes fadeAndTranslateO {
  from {
    opacity: 0;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
.inner840 {
  max-width: 52.5em;
  width: 90%;
  margin: 0 auto;
}

.inner980 {
  max-width: 61.25em;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main {
    padding: 0;
  }
}

.aboutMerit {
  padding-block: 5em 5.875em;
}
@media screen and (max-width: 768px) {
  .aboutMerit {
    padding-block: 2.5em 3.5em;
  }
  .aboutMerit.inner980 {
    width: 100%;
  }
}
.aboutMerit_headline {
  max-width: 51.875em;
  width: 100%;
  margin: 0 auto;
}
.aboutMerit_headline h1 {
  font-size: 2.625em;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 0;
  padding-block: 0.4em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .aboutMerit_headline h1 {
    padding: 0.5em 0;
    font-size: 1.7em;
    line-height: 1.6;
  }
}
.aboutMerit_headline h2 {
  font-size: 1.75em;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  margin-top: 1.7857142857em;
  text-align: center;
  color: #006db2;
}
@media screen and (max-width: 768px) {
  .aboutMerit_headline h2 {
    font-size: 1.5em;
  }
}
.aboutMerit_headline .lead {
  font-size: 1.125em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .aboutMerit_headline .lead {
    width: 90%;
    margin: 0 auto;
  }
}
.aboutMerit_benefits {
  position: relative;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .aboutMerit_benefits {
    width: 90%;
    margin: 6em auto 0;
  }
}
.aboutMerit_benefits h2 {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-block: 0.3em;
  border-radius: 0.5em;
  width: 100%;
  text-align: center;
  background-color: #006db2;
  color: #ffff00;
}
@media screen and (max-width: 768px) {
  .aboutMerit_benefits h2 {
    border-radius: 0;
    padding-block: 0.5em;
  }
}
.aboutMerit_benefits .merits {
  margin-top: 2.75em;
}
.aboutMerit_benefits_item {
  position: relative;
  display: block;
  border-radius: 1.25em;
  border: 2px solid #006db2;
  background-color: #eaf5fc;
  color: #006db2;
  padding: 1.1em 2.1875em 1.875em 2.1875em;
}
.aboutMerit_benefits_item:nth-of-type(n + 2) {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .aboutMerit_benefits_item {
    padding: 0;
    padding-bottom: 2em;
  }
}
.aboutMerit_benefits_item h3 {
  position: absolute;
  top: -1.5em;
  left: -2em;
  width: 5.3125em;
  height: 5.3125em;
  border-radius: 50%;
  background-color: #006db2;
  color: #ffff00;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .aboutMerit_benefits_item h3 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 1em 1em 0 0;
    padding-block: 0.3em 0.4em;
  }
}
.aboutMerit_benefits_item_num {
  font-size: 1.28125em;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: -0.3em;
}
@media screen and (max-width: 768px) {
  .aboutMerit_benefits_item_num {
    font-size: 1.5em;
  }
}
.aboutMerit_benefits_item_num span {
  font-size: 1.512195122em;
}
.aboutMerit_benefits_item h4 {
  font-size: 1.625em;
  font-weight: bold;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  .aboutMerit_benefits_item h4 {
    width: 90%;
    margin: 1em auto 0;
    padding: 0;
    font-size: 1.5em;
    text-align: center;
  }
}
.aboutMerit_benefits_item_txtArea {
  margin-top: 1.2em;
  font-size: 0.9375em;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .aboutMerit_benefits_item_txtArea {
    width: 90%;
    margin: 1.2em auto 0;
    padding: 0;
    font-size: 1.05em;
  }
}
.aboutMerit_benefits_item_txtArea .txt p {
  color: #000;
  font-weight: 500;
  text-align: justify;
}
.aboutMerit_benefits_item_txtArea.bene1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.6em;
}
@media screen and (max-width: 768px) {
  .aboutMerit_benefits_item_txtArea.bene1 {
    margin-top: 1.2em;
    flex-direction: column;
  }
}
.aboutMerit_benefits_item_txtArea.bene1 .txt {
  width: 32.6%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .aboutMerit_benefits_item_txtArea.bene1 .txt {
    width: 100%;
  }
}
.aboutMerit_benefits_item_txtArea.bene1 .logoImg {
  width: 62.4%;
}
@media screen and (max-width: 768px) {
  .aboutMerit_benefits_item_txtArea.bene1 .logoImg {
    width: 100%;
    margin-top: 1.5em;
  }
}
.aboutMerit_btn {
  margin-top: 2.5em;
  text-align: center;
  max-width: 28.75em;
  width: 90%;
  margin: 2.5em auto 0;
}
.aboutMerit_btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1.2em 0;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #006db2;
  border-radius: 0.5em;
  text-decoration: none;
  line-height: 1;
}
.aboutMerit_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.aboutMerit_btnArea {
  padding-block: 3.125em 4.375em;
  background-color: #f0f6fa;
  text-align: center;
  margin-bottom: 3em;
}
.aboutMerit_btnArea h3 {
  color: #006db2;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.aboutMerit_btnArea .aboutMerit_btn {
  margin-top: 0.6em;
}

.noteArea {
  font-size: 0.6875em;
  margin-top: 1em;
}
.noteArea p a {
  color: #000;
  text-decoration: none;
}
.noteArea .indi {
  text-indent: -6em;
  padding-left: 6em;
}

aside {
  position: relative;
  z-index: 101;
}

.floatingBtn {
  position: fixed;
  right: 110px;
  bottom: 5%;
  width: 10.875em;
  height: 10.875em;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .floatingBtn {
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
}
.floatingBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.floatingBtn a img {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=merit.css.map */