@charset "UTF-8";
/* CSS Document */
body, html {
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #2D575F;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: lighter;
  line-height: 1.9; }

@media (max-width: 778px) {
  body, html {
    font-size: 14px; } }
#loading {
  top: 0;
  background: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }
  #loading #loader {
    z-index: 9999; }
    #loading #loader img {
      width: 80px; }

.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s; }
  .fadein.active {
    opacity: 1;
    transform: translate(0, 0); }

.section {
  padding: 120px 0; }

.sc-tt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 3rem; }
  .sc-tt:after {
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    background: #1AB176;
    border-radius: 20px;
    margin-top: 15px; }
  .sc-tt.white:after {
    background: #fff; }

.text-center.sc-tt::after {
  margin: 15px auto 0; }

.green {
  color: #1AB176; }

.read {
  color: #7A8E91;
  margin-bottom: 0; }

@media (max-width: 778px) {
  .section {
    padding: 60px 0; }

  .sc-tt {
    font-size: 1.5rem; } }
.btn {
  background-color: #1AB176;
  color: #fff;
  max-width: 100%;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  min-width: 300px; }

@media (max-width: 600px) {
  .btn {
    padding: 8px 10px;
    font-size: 1.2rem;
    min-width: 100%; } }
.nav {
  z-index: 500;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  .nav a {
    font-size: 1.2rem;
    color: #2D575F;
    font-weight: bold;
    display: flex; }
  .nav, .nav .container {
    height: 60px;
    display: flex;
    align-items: center; }
  .nav .logo img {
    height: 40px;
    width: auto; }
  .nav .nav-right-content {
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
    width: 80%; }
    .nav .nav-right-content a {
      display: inline-block;
      font-size: 1rem; }
  .nav .btn {
    width: auto;
    padding: 5px 40px; }
  @media (min-width: 1300px) {
    .nav .container {
      max-width: 80%; } }

.global-nav {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  /* スマホに収まるくらい */
  height: 100vh;
  background: #fff;
  transition: all .6s;
  z-index: 700;
  overflow-y: auto; }
  .global-nav__list {
    margin: 0;
    padding: 20px;
    width: 100%;
    list-style: none; }
  .global-nav__item {
    border-bottom: solid 1px #cccccc; }
  .global-nav__item a {
    display: block;
    padding: 30px 0;
    margin: 0;
    text-decoration: none; }
  .global-nav__item a:hover {
    background-color: #eee;
    color: #212121; }

.hamburger {
  position: relative;
  width: 32px;
  height: 24px;
  margin-left: auto;
  cursor: pointer;
  z-index: 800; }

.global-nav .sns {
  text-align: center;
  padding: 20px 0; }

.global-nav .sns a {
  display: inline-block;
  width: 40px;
  margin: 20px; }

.hamburger__line {
  position: absolute;
  width: 30px;
  height: 1.5px;
  background-color: #2D575F;
  transition: all .6s; }
  .hamburger__line--1 {
    top: 0px; }
  .hamburger__line--2 {
    top: 10px; }
  .hamburger__line--3 {
    top: 20px; }

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer; }

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0; }
.nav-open .black-bg {
  opacity: .8;
  visibility: visible; }
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px; }
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%; }
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px; }

.top-visual {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  margin-top: 60px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden; }
  .top-visual:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/lp_new/top-visual-bg-circle.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    width: 55%;
    height: 110%;
    background-size: cover;
    top: -30%;
    right: -10%;
    z-index: -1; }
  .top-visual__wrapper {
    display: flex; }
  .top-visual__catch {
    width: 60%; }
  .top-visual__img {
    width: 40%;
    display: flex;
    align-items: center;
    padding-left: 20px; }
  .top-visual__txt-1 {
    font-weight: bold;
    font-size: 1.6vw;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
  .top-visual__txt-1 img {
    width: 5vw;
    margin-right: 2vw; }
  .top-visual__txt-2 {
    display: block;
    font-weight: bold;
    font-size: 3.8vw;
    line-height: 1em; }
  .top-visual__txt-3 {
    font-weight: bold;
    font-size: 3.8vw;
    color: #1AB176;
    margin-bottom: 20px; }
  .top-visual__txt-4 {
    font-weight: bold;
    font-size: 1.5vw; }
  .top-visual .btn {
    margin-top: 2rem;
    white-space: pre-wrap; }
  @media (max-width: 600px) {
    .top-visual:before {
      width: 70%;
      height: 50%;
      bottom: 0%;
      right: 0%;
      top: unset; }
    .top-visual__catch, .top-visual__img {
      width: 100%;
      padding-left: 0; }
    .top-visual__img img {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-top: 40px; }
    .top-visual__wrapper {
      flex-direction: column; } }
  @media (max-width: 600px) {
    .top-visual__txt-1 img {
      width: 8vw; }
    .top-visual__txt-1 {
      font-size: 3.9vw; }
    .top-visual__txt-2 {
      font-size: 8vw;
      margin-bottom: 0.1vw; }
    .top-visual__txt-3 {
      font-size: 8vw; }
    .top-visual__txt-4 {
      font-size: 1.2rem;
      margin-top: 10px;
      margin-bottom: 0; } }

.about-sc h3 {
  font-weight: bold;
  font-size: 1.4rem; }

.option-sc {
  position: relative; }
  .option-sc .row {
    position: relative; }
  .option-sc__item {
    position: relative; }
    .option-sc__item img {
      display: block;
      position: absolute;
      width: 45%;
      height: auto;
      left: 0;
      top: 100px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      box-shadow: 0 0 10px #cccccc; }
    .option-sc__item::before {
      content: "";
      display: block;
      position: absolute;
      width: 35%;
      height: 100%;
      background: #C7ECDE;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px; }

.feature {
  position: relative;
  padding: 0 !important; }
  .feature .container {
    padding-top: 120px;
    padding-bottom: 120px; }
  .feature::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    background: url("../img/merit-bg.jpg"); }
  .feature__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
    .feature__row__item {
      padding: 40px 20px;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 0 10px #cccccc;
      text-align: center; }
      .feature__row__item__img {
        height: 80px;
        width: auto;
        display: block;
        margin: 0 auto 20px; }
      .feature__row__item h3 {
        text-align: center; }
      .feature__row__item__icon img {
        width: 25px;
        height: auto;
        margin-left: 10px; }

.function {
  background: #EBF3CD; }
  .function .sc-tt::after {
    margin: 15px auto 0; }
  .function__item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #cccccc;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px; }
    .function__item__txt {
      width: 100%; }
      .function__item__txt__number {
        background: #1AB176;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        display: inline-block;
        margin-right: 10px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 1.4rem; }
    .function__item img {
      width: 80px;
      height: auto;
      object-fit: contain;
      margin-left: 20px; }
    .function__item__row {
      display: flex; }

@media (min-width: 1800px) {
  .option-sc__item img {
    display: none; }
  .option-sc__item::before {
    display: none; }
  .option-sc .d-xl-block {
    display: block !important;
    width: 100% !important;
    position: unset; } }
.arrow {
  display: block;
  border: 20px solid transparent;
  border-top: 20px solid #2D575F;
  margin: 40px auto;
  width: 10px; }

.function-detail__box {
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto; }
  .function-detail__box table tr {
    border-bottom: solid 1px #D8D8D8; }
  .function-detail__box table th, .function-detail__box table td {
    padding: 20px 0; }
  .function-detail__box table td {
    padding-left: 20px; }

@media (max-width: 600px) {
  .option-sc {
    width: 100%; }
    .option-sc__item img {
      display: block;
      position: unset;
      width: 75%;
      height: auto;
      margin-bottom: 60px;
      left: 0;
      top: 100px; }
    .option-sc__item::before {
      content: "";
      display: block;
      position: absolute;
      width: 75%;
      height: auto;
      padding-top: 65%;
      right: 0;
      top: -30px;
      z-index: -100;
      background: #C7ECDE;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }

  .feature .container {
    padding-top: 80px;
    padding-bottom: 80px; }
  .feature__row {
    grid-template-columns: 1fr;
    grid-gap: 20px; }
    .feature__row__item {
      padding: 40px 20px;
      width: 300px;
      max-width: 100%;
      margin: 0 auto; }

  .function {
    background: #EBF3CD; }
    .function .sc-tt::after {
      margin: 15px auto 0; }
    .function__item {
      padding: 20px; }
      .function__item__txt {
        width: 100%; }
        .function__item__txt__number {
          width: 30px;
          height: 30px;
          margin-right: 10px;
          line-height: 30px; }
      .function__item img {
        width: 40px; }

  .function-detail__box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #cccccc;
    padding: 20px; }
    .function-detail__box th {
      width: 100%;
      display: block;
      padding-bottom: 0 !important; }
    .function-detail__box td {
      width: 100%;
      display: block;
      padding-left: 0 !important; }

  .arrow {
    margin: 20px auto; } }
.contact-sc {
  padding-top: 0; }
  .contact-sc .btn {
    width: 400px;
    padding: 40px 0;
    border-radius: 20px; }
  .contact-sc img {
    width: 40px;
    display: block;
    margin: 0 auto 10px; }

.white {
  color: #fff; }

footer {
  background-color: #fff;
  padding: 2.8rem 0;
  font-size: 0.8rem; }
  footer .logo img {
    width: 200px; }
  @media (min-width: 1300px) {
    footer .container {
      max-width: 80%; } }

/*# sourceMappingURL=style.css.map */
