/*================================
Reset CSS
================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
video,
canvas,
svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  object-position: center;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width/***/: auto;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button],
input[type=text],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

/*================================
Base
================================*/
html,
body {
  color: #444444;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 10px;
  background: #f3fbfd;
  margin-top: 0 !important;
}

h1,
h2,
h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 200%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

a {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 200%;
  font-weight: 500;
  text-decoration: none;
  transition: ease 0.3s;
  color: #444444;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 1.4rem;
  }
}
a:hover {
  transition: ease 0.3s;
  text-decoration: none;
}

figure {
  line-height: 1;
}

img {
  width: 100%;
}

ul {
  line-height: 100%;
}
ul li {
  list-style: none;
  text-align: justify;
  line-height: 100%;
}

@media screen and (max-width: 1279px) {
  br.pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  br.pcTb {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}
br.tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tb {
    display: block;
  }
}
br.tbOnly {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tbOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  br.tbOnly {
    display: none;
  }
}
br.pc-smallOnly {
  display: none;
}
@media screen and (max-width: 1279px) {
  br.pc-smallOnly {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  br.pc-smallOnly {
    display: none;
  }
}

span.blu {
  color: #01b7db;
}

.c-section__heading {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .c-section__heading {
    margin-bottom: 3.6rem;
  }
}
.c-section__heading-jp {
  font-size: 3.2rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 175%;
}
@media screen and (max-width: 767px) {
  .c-section__heading-jp {
    font-size: 2.2rem;
  }
}
.c-section__heading-en {
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  font-family: "Outfit", sans-serif;
  color: #01b7db;
  position: relative;
  display: inline-block;
  margin-bottom: 2.4rem;
  line-height: 125%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-section__heading-en {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
}
.c-section__heading-en--mb {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-section__heading-en--mb {
    margin-bottom: 1.2rem;
  }
}
.c-section__heading-en::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/common/ico_ttl.svg") center no-repeat;
  background-size: 100% auto;
  width: 87px;
  height: 81px;
  top: -32px;
  right: -48px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-section__heading-en::before {
    width: 70px;
    height: 65px;
  }
}
.c-section__heading--center {
  text-align: center;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .c-section__heading--center {
    margin-bottom: 3.6rem;
  }
}
.c-section__heading--width {
  width: 32.2rem;
}
@media screen and (max-width: 1024px) {
  .c-section__heading--width {
    width: 100%;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 3.2rem 4rem;
  box-sizing: border-box;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1.6rem 2rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  display: block;
  width: 31.6rem;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 15.6rem;
  }
}
.l-header__logo__ttl a {
  display: block;
}
.l-header__logo__ttl a:hover {
  opacity: 0.75;
}
.l-header__logo__ttl a img {
  width: 100%;
  transition: 0.3s ease-out;
}
.l-header__nav {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
}
.l-header__nav-list__item a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0;
}
.l-header__nav-list__item a:hover {
  color: #01b7db;
  transition: ease 0.3s;
}
.l-header__menu {
  z-index: 9999;
  position: relative;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: all 0.5s;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__menu {
    display: block;
  }
}
.l-header__menu__inner {
  position: relative;
  cursor: pointer;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
}
.l-header__menu__inner span {
  display: inline-block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 1.5px;
  background: #444444;
}
.l-header__menu__inner span:nth-of-type(1) {
  top: 5px;
}
.l-header__menu__inner span:nth-of-type(2) {
  top: 15px;
}
.l-header__menu__inner span:nth-of-type(3) {
  top: 25px;
}
.l-header__menu__inner.is-active span:nth-of-type(1) {
  top: 11px;
  transform: translateY(0) rotate(-45deg) translateX(0);
  left: 3px;
  background: #444444;
}
.l-header__menu__inner.is-active span:nth-of-type(2) {
  display: none;
}
.l-header__menu__inner.is-active span:nth-of-type(3) {
  top: 11px;
  transform: translateY(0px) rotate(45deg) translateX(0);
  left: 3px;
  background: #444444;
}
.l-header__spNav {
  position: fixed;
  z-index: 999;
  opacity: 0;
  background: #ffffff;
  overflow-y: scroll;
  transition: 0.5s;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  margin: 0 auto;
  padding: 2rem 0 5.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-header__spNav {
    padding: 1.2rem 0 3.2rem;
  }
}
.l-header__spNav.is-open {
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}
.l-header__spNav__logo {
  display: block;
  width: 31.6rem;
  transition: 0.3s ease-out;
  margin: 0 0 1.8rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-header__spNav__logo {
    width: 15.6rem;
  }
}
.l-header__spNav__logo a {
  display: block;
  width: 100%;
}
.l-header__spNav-list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 2.4rem;
}
.l-header__spNav-list__item a {
  padding: 2rem 2.4rem;
  width: 100%;
  display: inline-block;
  border-top: 1px solid #01b7db;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.l-footer {
  background: #ffffff;
}
.l-footer__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 10rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 8rem 0;
  }
}
.l-footer__wrap {
  width: 18.5rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__wrap {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.l-footer__wrap-logo {
  margin-bottom: 3.2rem;
  width: 31.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap-logo {
    width: 15.6rem;
  }
}
.l-footer__wrap-logo a {
  display: block;
  width: 100%;
}
.l-footer__wrap-logo a:hover {
  opacity: 0.75;
}
.l-footer__wrap-address {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap-address {
    gap: 0.3rem;
  }
}
.l-footer__wrap-address p {
  font-size: 1.3rem;
  color: #444444;
  font-style: normal;
}
.l-footer__detail {
  width: calc(100% - 283px);
}
@media screen and (max-width: 1024px) {
  .l-footer__detail {
    width: 100%;
  }
}
.l-footer__nav {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav {
    margin-bottom: 6rem;
  }
}
.l-footer__nav-list {
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.2rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__nav-list__item {
    width: 50%;
  }
}
.l-footer__nav-list__item a {
  font-size: 1.5rem;
  color: #444444;
  line-height: 150%;
}
.l-footer__copy {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  line-height: 130%;
  color: #444444;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .l-footer__copy {
    text-align: left;
  }
}

.p-top {
  padding-top: 11.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top {
    padding-top: 8rem;
  }
}
.p-top-mv {
  width: 100%;
  position: relative;
  z-index: 5;
}
.p-top-mv::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/top/ico_bg01.svg") center no-repeat;
  background-size: 100% auto;
  width: 251px;
  height: 452px;
  top: 127px;
  left: 0;
}
.p-top-mv__container {
  position: relative;
  width: 100%;
}
.p-top-mv__inner {
  width: min(90%, 1280px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__slide {
    margin-bottom: 1.6rem;
  }
}
.p-top-mv__slide .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 60px;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__slide .swiper-wrapper .swiper-slide img {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__slide .swiper-wrapper .swiper-slide img {
    border-radius: 30px;
    height: 400px;
  }
}
.p-top-mv__detail {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-top-mv__detail {
    position: relative;
  }
}
.p-top-mv__heading {
  position: relative;
  background: #f3fbfd;
  padding: 3.2rem 2.4rem 2.4rem 4.8rem;
  box-sizing: border-box;
  border-radius: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading {
    padding: 1.2rem;
    background: none;
  }
}
.p-top-mv__heading::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/top/ico_main01.svg") center no-repeat;
  background-size: 100% auto;
  width: 60px;
  height: 60px;
  top: -60px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading::before {
    display: none;
  }
}
.p-top-mv__heading::after {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/top/ico_main01.svg") center no-repeat;
  background-size: 100% auto;
  width: 60px;
  height: 60px;
  left: -60px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading::after {
    display: none;
  }
}
.p-top-mv__heading-txt {
  font-size: 3.6rem;
  line-height: 170%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading-txt {
    font-size: 2.4rem;
  }
}
.p-top-mv__heading-txt::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/top/ico_main02.svg") center no-repeat;
  background-size: 100% auto;
  width: 122px;
  height: 137px;
  top: -79px;
  right: 14px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading-txt::before {
    right: -30px;
  }
}
.p-top-message {
  position: relative;
  z-index: 5;
}
.p-top-message::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/top/ico_bg02.svg") center no-repeat;
  background-size: 100% auto;
  width: 210px;
  height: 359px;
  right: 0;
  bottom: -216px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-message::before {
    background: url("../images/top/ico_bg02.svg") center right no-repeat;
    background-size: 50% auto;
    bottom: -150px;
  }
}
.p-top-message__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 14rem 0 12rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-message__inner {
    padding: 7rem 0 6rem;
  }
}
.p-top-message__heading {
  width: 30.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__heading {
    width: 100%;
  }
}
.p-top-message__info {
  width: calc(100% - 42.2rem);
}
@media screen and (max-width: 1024px) {
  .p-top-message__info {
    width: 100%;
  }
}
.p-top-message__info p {
  line-height: 240%;
}
.p-top-business {
  position: relative;
  z-index: 5;
}
.p-top-business__inner {
  width: min(95%, 1360px);
  margin: 0 auto;
  padding: 12rem 8rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 80px;
  border: 10px solid #ebfbff;
}
@media screen and (max-width: 1024px) {
  .p-top-business__inner {
    padding: 6rem 2.4rem;
    border-radius: 40px;
    border: 5px solid #ebfbff;
  }
}
.p-top-business__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-business__contents {
    gap: 3.6rem;
  }
}
.p-top-business__content {
  width: 31%;
  align-items: center;
  background: #ebfbff;
  border-radius: 24px;
  padding: 3.2rem 2.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-business__content {
    width: 100%;
    padding: 2.4rem;
  }
}
.p-top-business__img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 2.4rem;
}
.p-top-business__ttl {
  font-size: 2.2rem;
  line-height: 130%;
  font-weight: 700;
  color: #01b7db;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__ttl {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
.p-top-company {
  position: relative;
  z-index: 5;
}
.p-top-company::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/top/ico_bg03.svg") center no-repeat;
  background-size: 100% auto;
  width: 199px;
  height: 258px;
  left: 0;
  bottom: -194px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-company::before {
    background: url("../images/top/ico_bg03.svg") center left no-repeat;
    background-size: 50% auto;
    bottom: -100px;
  }
}
.p-top-company__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 12rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-company__inner {
    padding: 6rem 0;
  }
}
.p-top-company__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-top-company__wrap table {
  width: 42.5%;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: none;
  background: url("../images/top/ico_line.svg") top left repeat-x;
  background-size: 510px auto;
}
@media screen and (max-width: 1024px) {
  .p-top-company__wrap table {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.p-top-company__wrap table tbody tr {
  background: url("../images/top/ico_line.svg") bottom left repeat-x;
  background-size: 510px auto;
}
.p-top-company__wrap table tbody tr th {
  padding: 2.4rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
  width: 15.6rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-company__wrap table tbody tr th {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
    padding: 1.6rem 0 0.8rem 0;
  }
}
.p-top-company__wrap table tbody tr td {
  padding: 2.4rem 0;
  font-size: 1.6rem;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .p-top-company__wrap table tbody tr td {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
    padding: 0 0 1.6rem 0;
  }
}
.p-top-company__wrap iframe {
  width: 50.8%;
  height: 41.4rem;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .p-top-company__wrap iframe {
    width: 100%;
    height: 25rem;
  }
}
.p-top-news {
  position: relative;
  z-index: 5;
}
.p-top-news::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/top/ico_bg04.svg") center no-repeat;
  background-size: 100% auto;
  width: 362px;
  height: 483px;
  right: 0;
  bottom: -75px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-news::before {
    background: url("../images/top/ico_bg04.svg") center right no-repeat;
    background-size: 50% auto;
    bottom: -200px;
  }
}
.p-top-news__container {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__container {
    padding: 0 0 6rem;
  }
}
.p-top-news__inner {
  width: min(95%, 1360px);
  margin: 0 auto;
  padding: 10rem 8rem 8rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 80px;
  border: 10px solid #ebfbff;
}
@media screen and (max-width: 1024px) {
  .p-top-news__inner {
    padding: 5rem 4rem 4rem;
    border-radius: 40px;
    border: 5px solid #ebfbff;
  }
}
.p-top-news__wrap {
  background-image: url("../images/top/ico_line.svg"), url("../images/top/ico_line.svg");
  background-position: top left, bottom left;
  background-repeat: repeat-x;
  background-size: 510px auto;
}
.p-top-news__wrap-ttl {
  cursor: pointer;
  position: relative;
  transition: 0.8s;
  background: url("../images/top/ico_line.svg") top left repeat-x;
  background-size: 510px auto;
  padding: 2.4rem 8rem 2.4rem 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__wrap-ttl {
    padding: 1.6rem 3rem 1.6rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
  }
}
.p-top-news__wrap-ttl h4 {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-news__wrap-ttl h4 {
    font-size: 1.4rem;
  }
}
.p-top-news__wrap-ttl p {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  line-height: 125%;
  color: #01b7db;
}
@media screen and (max-width: 767px) {
  .p-top-news__wrap-ttl p {
    font-size: 1.6rem;
  }
}
.p-top-news__wrap-ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../images/common/ico_open.svg") center right no-repeat;
  background-size: 100% auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-news__wrap-ttl::after {
    width: 25px;
    height: 25px;
  }
}
.p-top-news__wrap-ttl.active {
  padding: 2.4rem 8rem 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-news__wrap-ttl.active {
    padding: 1.6rem 3rem 0.8rem 0;
  }
}
.p-top-news__wrap-ttl.active::after {
  background: url("../images/common/ico_close.svg") center right no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 600px) {
  .p-top-news__wrap-ttl.active::after {
    width: 25px;
    height: 25px;
  }
}
.p-top-news__wrap-txt {
  display: none;
  margin: 0;
  padding: 0 5.6rem 3.2rem 14rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-news__wrap-txt {
    padding: 0 3rem 2.4rem 0;
  }
}
.p-top-news__wrap-txt a {
  display: block;
  text-decoration: underline;
  color: #01b7db;
}
.p-top-news__wrap-txt.active {
  display: block;
}
