@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Poppins:wght@500;600;700;");
html {
  font-size: 10px;
  font-feature-settings: "palt" 1;
}
html.is-fixed {
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1190px) {
  html {
    font-size: 0.83vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 374px) {
  html {
    font-size: 2.7vw;
  }
}

body {
  min-width: 117.6rem;
  width: 100%;
  color: #181818;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 32rem;
    font-size: 1.4rem;
  }
  body.is-active {
    overflow-y: hidden;
  }
}

a {
  color: #181818;
  text-decoration: none;
}

img {
  display: block;
}

input,
button,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media only screen and (max-width: 767px) {
  .main--no-pt {
    padding-top: 0;
  }
}

.b-sp-only {
  display: none !important;
}

.b-pc-only {
  display: block !important;
}

.b-inline-block {
  display: inline-block;
}

.b-ico {
  position: relative;
}
.b-ico--index {
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1.6rem;
  background-color: #007fd3;
  border-radius: 2em;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: normal;
  line-height: 4.2rem;
}

.b-fnt-weight--medium {
  font-weight: 500;
}
.b-fnt-weight--bold {
  font-weight: 700;
}

.b-font-color.--main {
  color: #007fd3;
}
.b-font-color.--white {
  color: #fff;
}
.b-font-color.--black {
  color: #181818;
}

.b-txt-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-txt-ellipsis--2 {
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.b-text-decoration.--underline {
  text-decoration: underline;
}

.b-text-indent {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}

.b-text-align--left {
  text-align: left;
  margin: 0 auto 0 0;
}
.b-text-align--right {
  display: flex;
  justify-content: flex-end;
}

.b-margin-top--4 {
  margin-top: 0.4rem;
}
.b-margin-top--8 {
  margin-top: 0.8rem;
}
.b-margin-top--16 {
  margin-top: 1.6rem;
}
.b-margin-top--24 {
  margin-top: 2.4rem;
}
.b-margin-top--32 {
  margin-top: 3.2rem;
}
.b-margin-top--40 {
  margin-top: 4rem;
}
.b-margin-top--48 {
  margin-top: 4.8rem;
}
.b-margin-top--56 {
  margin-top: 5.6rem;
}
.b-margin-top--64 {
  margin-top: 6.4rem;
}
.b-margin-top--72 {
  margin-top: 7.2rem;
}
.b-margin-top--80 {
  margin-top: 8rem;
}
.b-margin-top--88 {
  margin-top: 8.8rem;
}
.b-margin-top--96 {
  margin-top: 9.6rem;
}

.b-mgn-left--4 {
  margin-left: 0.4rem;
}
.b-mgn-left--8 {
  margin-left: 0.8rem;
}
.b-mgn-left--16 {
  margin-left: 1.6rem;
}
.b-mgn-left--24 {
  margin-left: 2.4rem;
}
.b-mgn-left--32 {
  margin-left: 3.2rem;
}
.b-mgn-left--40 {
  margin-left: 4rem;
}
.b-mgn-left--48 {
  margin-left: 4.8rem;
}
.b-mgn-left--56 {
  margin-left: 5.6rem;
}
.b-mgn-left--64 {
  margin-left: 6.4rem;
}

.b-mgn-right--4 {
  margin-right: 0.4rem;
}
.b-mgn-right--8 {
  margin-right: 0.8rem;
}
.b-mgn-right--16 {
  margin-right: 1.6rem;
}
.b-mgn-right--24 {
  margin-right: 2.4rem;
}
.b-mgn-right--32 {
  margin-right: 3.2rem;
}
.b-mgn-right--40 {
  margin-right: 4rem;
}
.b-mgn-right--48 {
  margin-right: 4.8rem;
}
.b-mgn-right--56 {
  margin-right: 5.6rem;
}
.b-mgn-right--64 {
  margin-right: 6.4rem;
}

.b-mgn-both--56 {
  margin-left: 5.6rem;
  margin-right: 5.6rem;
}
.b-mgn-both--64 {
  margin-left: 6.4rem;
  margin-right: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .b-mgn-both--56 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .b-mgn-both--64 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}

.b-bdr-line--all {
  border: 0.1rem solid;
}
.b-bdr-line--top {
  border-top: 0.1rem solid;
}
.b-bdr-line--right {
  border-right: 0.1rem solid;
}
.b-bdr-line--bottom {
  border-bottom: 0.1rem solid;
}
.b-bdr-line--left {
  border-left: 0.1rem solid;
}

.b-bdr-color--main {
  border-color: #007fd3;
}
.b-bdr-color--black {
  border-color: #181818;
}
.b-bdr-color--white {
  border-color: #fff;
}

.b-bkg-color--main {
  background-color: #007fd3;
}
.b-bkg-color--main-lite {
  background-color: #ebf5fb;
}

.b-btn-link {
  transition: all 0.3s ease;
}
.b-btn-link--scale:hover {
  box-shadow: 1.6rem 1.6rem 3.2rem 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
.b-btn-link--alpha:hover {
  opacity: 0.7;
}

.b-tel-link {
  text-decoration: underline;
}

.b-text-link {
  color: #007fd3;
  text-decoration: underline;
}
.b-text-link:hover {
  color: rgba(0, 127, 211, 0.6);
}
.b-text-link--white {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .b-sp-only {
    display: block !important;
  }
  .b-pc-only {
    display: none !important;
  }
}
.c-loading-overlay {
  display: grid;
  position: fixed;
  z-index: 99;
  inset: 0;
  place-items: center;
  background: white;
}
.c-loading-overlay img {
  width: 24rem;
  height: auto;
}

.is-loading {
  overflow: hidden;
}

.p-top-hero {
  overflow: hidden;
  width: 100%;
}
.p-top-hero .slick-list {
  overflow: initial;
}
.p-top-hero__images {
  width: 100%;
  margin-bottom: 0 !important;
}
.p-top-hero__image {
  width: 79.8rem;
  padding: 0 0.3rem;
}
.p-top-hero__image img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .p-top-hero {
    overflow: hidden;
    width: 100%;
  }
  .p-top-hero .slick-list {
    overflow: initial;
  }
  .p-top-hero__images {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .p-top-hero__image {
    width: calc(100vw - 4rem);
    padding: 0 0.2rem;
  }
  .p-top-hero__image img {
    width: 100%;
    height: auto;
  }
}
.c-toggle {
  cursor: pointer;
  display: inline-block;
}
.c-toggle__link {
  display: flex;
  align-items: center;
  padding: 0.8rem 2.6rem;
  background-color: #ebf5fb;
  border: 0.1rem solid #ebf5fb;
  border-radius: 5em;
  transition: all 0.15s ease-in-out;
  color: #007fd3;
  font-size: 1.3rem;
  font-weight: 500;
}
.c-toggle__link img {
  width: 1.3rem;
  height: auto;
  margin-right: 1.2rem;
}
.c-toggle__link:hover {
  transform: scale(1.1);
  box-shadow: 0 0.4rem 1.6rem 0 rgba(38, 150, 219, 0.3);
}
.c-toggle__link--close:hover {
  box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 41, 66, 0.15);
}

@media only screen and (max-width: 767px) {
  .c-toggle__link {
    padding: 0.6rem 1.6rem;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .c-toggle__link img {
    width: 1.2rem;
    margin-right: 0.8rem;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
.l-header__block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 10.6rem;
  margin: auto;
  padding: 2.6rem 4.8rem 3.2rem;
  background-color: white;
}

.c-header-logo {
  width: 24.8rem;
}
.c-header-logo img {
  width: 100%;
  height: auto;
}

.c-header-nav {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 3.2rem 4.2rem 6.4rem 5.2rem;
  background-color: #007fd3;
  border-radius: 0 0 0 3.2rem;
  transition: all 0.15s linear;
  transform-origin: right top;
  transform: scale(0);
  text-align: right;
}
.c-header-nav.is-open {
  border-radius: 0 0 0 3.2rem;
  transform: scale(1);
}
.c-header-nav .c-toggle {
  margin: 0 0 6.4rem 0;
}

.c-gnav__item {
  margin-bottom: 1.6rem;
}
.c-gnav__item:last-child {
  margin-bottom: 0;
}
.c-gnav__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  white-space: nowrap;
}
.c-gnav__link img {
  width: 1.3rem;
  height: auto;
  margin-left: 1.8rem;
  transition: all 0.15s ease-in-out;
}
.c-gnav__link:hover {
  text-decoration: underline;
}
.c-gnav__link:hover img {
  transform: translateX(0.6rem);
}

@media only screen and (max-width: 767px) {
  .l-header {
    width: 100%;
  }
  .l-header__block {
    height: 10rem;
    padding: 0 5.6% 0;
  }
  .l-header__nav {
    overflow-y: auto;
    position: absolute;
    z-index: 999;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    padding: 0 0 4.8rem;
    background: #fff;
    transition: all 0.5s;
    transform: translateY(0);
  }
  .c-header-logo {
    width: 19rem;
  }
  .c-header-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 3.2rem 5.6% 6.4rem;
    border-radius: 0 0 0 50em;
  }
  .c-header-nav.is-open {
    border-radius: 0;
  }
  .c-header-nav .c-toggle {
    margin: 0 0 6.4rem 0;
  }
  .c-gnav {
    position: absolute;
    right: 8.8%;
    bottom: 4.8rem;
  }
  .c-gnav__item {
    margin-bottom: 2.4rem;
  }
  .c-gnav__item:last-child {
    margin-bottom: 0;
  }
  .c-gnav__link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    white-space: nowrap;
  }
  .c-gnav__link img {
    width: 1.3rem;
    height: auto;
    margin-left: 1.8rem;
    transition: all 0.15s ease-in-out;
  }
  .c-gnav__link:hover {
    text-decoration: underline;
  }
  .c-gnav__link:hover img {
    transform: translateX(0.6rem);
  }
}
.is-hidden {
  display: none !important;
}

.l-footer {
  padding: 4.8rem 2.4rem 5.6rem;
}

.c-footer-logo {
  display: flex;
  justify-content: center;
}
.c-footer-logo__link {
  display: block;
  width: 21.2rem;
}
.c-footer-logo__link img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 4rem 2.4rem 4.8rem;
  }
  .c-footer-logo__link {
    width: 20rem;
  }
}
.l-main {
  position: relative;
  padding-top: 10.6rem;
}

.l-block {
  padding: 6.4rem 0 8.8rem;
}
.l-block--bg-blue {
  background-color: #ebf5fb;
  background: linear-gradient(158deg, rgb(171, 219, 244) 0%, rgb(224, 243, 251) 20%, rgb(213, 238, 250) 58%, rgb(99, 185, 235) 100%);
}
.l-block__inner {
  width: 100%;
  min-width: 117.6rem;
  width: 117.6rem;
  margin: auto;
  padding: 0 4.8rem;
}

.p-top-about__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-top-about__hgroup {
  width: 43%;
}
.p-top-about__hgroup img {
  width: 100%;
  height: auto;
}
.p-top-about__textarea {
  width: 49.6%;
}
.p-top-about__heading {
  margin-bottom: 2.8rem;
  font-size: 2.4rem;
}
.p-top-about__text {
  font-size: 1.5rem;
  line-height: 2.2;
}

.c-text--center {
  text-align: center;
}

.c-heading {
  position: relative;
  margin-bottom: 7.2rem;
  text-align: center;
}
.c-heading__label {
  margin-bottom: 1.6rem;
  color: #007fd3;
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}
.c-heading__label span {
  font-weight: 700;
}
.c-heading__text {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-top-group__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -5.6rem;
}
.p-top-group__card {
  width: 33rem;
  margin-top: 5.6rem;
  border-radius: 2.4rem;
}
.p-top-group__link {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  background-color: white;
  border-radius: 2.4rem;
  box-shadow: 0 1.6rem 1.4rem 0 rgba(38, 150, 219, 0.1);
  transition: all 0.15s ease-in-out;
}
.p-top-group__link:hover {
  transform: scale(1.05);
  box-shadow: 0 1.6rem 2.4rem 0 rgba(38, 150, 219, 0.4);
}
.p-top-group__link:hover .p-top-group__value {
  color: #007fd3;
}
.p-top-group__link:hover .p-top-group__value::after {
  width: 100%;
}
.p-top-group__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20.2rem;
}
.p-top-group__image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-group__textarea {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 2.4rem 2.8rem 3.2rem;
}
.p-top-group__desc {
  margin-bottom: 2.7rem;
}
.p-top-group__label {
  display: block;
  position: relative;
  margin-bottom: 0.4rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: normal;
}
.p-top-group__label span {
  color: #007fd3;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 700;
}
.p-top-group__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 0.1rem;
  background-color: #007fd3;
}
.p-top-group__heading {
  margin-bottom: 1.4rem;
  color: #007fd3;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
.p-top-group__text {
  font-size: 1.4rem;
  letter-spacing: normal;
}
.p-top-group__button {
  position: relative;
  margin: auto 0 0 0;
}
.p-top-group__button--center {
  text-align: center;
}
.p-top-group__value {
  display: block;
  position: relative;
  padding: 0 0.4rem 1.2rem;
  font-size: 1.5rem;
  font-weight: 400;
}
.p-top-group__value--link {
  display: inline-block;
  margin-top: 4.8rem;
  padding-right: 8rem;
}
.p-top-group__value--link:hover {
  color: #007fd3;
}
.p-top-group__value--link:hover::after {
  width: 100%;
}
.p-top-group__value::before, .p-top-group__value::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #f2f2f2;
  transition: all 0.15s linear;
}
.p-top-group__value::after {
  width: 0;
  background-color: #007fd3;
}
.p-top-group__icon {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #007fd3;
  border-radius: 0.3rem;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .l-main {
    padding-top: 10rem;
  }
  .l-block {
    padding: 6.4rem 0;
  }
  .l-block--bg-blue {
    background-color: #ebf5fb;
    background: linear-gradient(158deg, rgb(171, 219, 244) 0%, rgb(224, 243, 251) 20%, rgb(213, 238, 250) 58%, rgb(99, 185, 235) 100%);
  }
  .l-block__inner {
    width: 100%;
    min-width: 100%;
    margin: auto;
    padding: 0 5.6%;
  }
  .p-top-about {
    padding-top: 4rem;
  }
  .p-top-about__inner {
    flex-wrap: wrap;
  }
  .p-top-about__hgroup {
    width: 100%;
  }
  .p-top-about__hgroup img {
    width: 100%;
    height: auto;
  }
  .p-top-about__textarea {
    width: 100%;
    margin-top: 4rem;
  }
  .p-top-about__heading {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .p-top-about__text {
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .c-heading {
    margin-bottom: 4.8rem;
  }
  .c-heading__label {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
  .c-heading__text {
    font-size: 2.4rem;
  }
  .p-top-group__cards {
    margin-top: -4.8rem;
  }
  .p-top-group__card {
    width: 100%;
    margin-top: 4.8rem;
  }
  .p-top-group__textarea {
    padding: 2.4rem 2.8rem 3.2rem;
  }
  .p-top-group__desc {
    margin-bottom: 2.5rem;
  }
  .p-top-group__label {
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
  }
  .p-top-group__label span {
    font-size: 1.5rem;
  }
  .p-top-group__heading {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
  .p-top-group__text {
    font-size: 1.4rem;
  }
  .p-top-group__value {
    padding: 0 0.4rem 0.8rem;
    font-size: 1.4rem;
  }
  .p-top-group__value--link {
    padding-right: 8rem;
  }
}/*# sourceMappingURL=style.css.map */