@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700;800;900&display=swap");
html {
  background-color: #ffffff;
}

body {
  font-family: Noto Sans JP, "Lato", sans-serif, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans,
    Droid Sans, Helvetica Neue;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #24272c;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-feature-settings: "palt" 1;
  line-height: 1;
  margin: 0;
}

a {
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: inherit;
  outline: none;
}

#wrapper {
  overflow-x: hidden;
}

a:hover {
  opacity: 0.7;
}

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

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

summary {
  display: block;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "";
  width: 24px;
  height: 12px;
  background-image: url(../img/icon_accordion.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 60px;
  transition: all 0.3s ease;
}

details[open] summary::after {
  transform: rotate(180deg);
}

/* /button////////////////// */
.c-button__contact--header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #2ab982 0%, #4bcbd7 100%);
  border-radius: 20px;
  margin: 0 auto;
  padding: 0 24px;
  box-shadow: 0px 5px 10px rgba(68, 149, 149, 0.2);
}

.c-button__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 72px;
  font-size: 24px;
  font-weight: 700;
  color: #014368;
  background-color: #ffffff;
  border-radius: 36px;
  margin: 0 auto;
}

.c-btn__menu {
  display: none;
}

/* /common////////////////// */
.l-inner {
  max-width: 1120px;
  margin: 0 auto;
  width: 87.5%;
}

.p-section {
  padding-top: 88px;
  padding-bottom: 160px;
}

.c-heading__sec {
  font-family: "Lato";
  font-size: 72px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 7.2px;
  background: linear-gradient(135deg, #013d5f 0%, #01968b 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-heading__sec--white {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 25%);
  -webkit-background-clip: text;
}

.c-heading__contact {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.c-title__lead {
  font-size: 18px;
  font-weight: 700;
  color: #585f6c;
}

.c-lead__contact {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 32px;
  margin-bottom: 64px;
  text-align: center;
}

#plan .c-lead__contact {
  font-size: 24px;
  margin-top: 64px;
  margin-bottom: 24px;
}

.c-subsection__title {
  font-size: clamp(26px, 2.4vw, 32px);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 1.6px;
  margin-bottom: 30px;
  color: #002663;
  font-weight: bold;
}

.c-subsection__title em {
  font-size: 32px;
  font-style: normal;
}

.c-subsection__lead {
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
}

/* /header////////////////// */
#l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.l-header_logo {
  margin: 0;
}

.l-header_logo .c-logo--FA img {
  width: 215px;
}

.l-header__inner {
  margin: 0 auto;
  min-width: auto;
  max-width: 1280px;
  width: 100%;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.l-header__nav-list {
  display: flex;
  font-size: 14px;
  font-weight: 700;
}

.l-header__nav-list li {
  white-space: nowrap;
}

.l-header__nav-list li + li {
  margin-left: 30px;
}

.l-header__link-list {
  display: flex;
  margin-left: 40px;
}

/* /main////////////////// */
#l-main {
  margin-top: 80px;
}

/* /hero////////////////// */
#hero {
  position: relative;
  background-image: url(../img/img_hero00.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 688px;
}

#hero::before {
  content: "";
  width: 377px;
  height: 388px;
  background-image: url(../img/img_hero01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -40px;
  right: 75%;
}

#hero::after {
  content: "";
  width: 550px;
  height: 362px;
  background-image: url(../img/img_hero02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -35px;
  left: 65%;
}

.l-inner__hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.c-hero__bg::before {
  content: "";
  display: block;
  height: 162px;
  background-image: url(../img/bg_hero.png);
  background-repeat: repeat-x;
  background-size: 50%;
}

.p-hero__text {
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 10;
}

.c-hero__catch {
  font-weight: bold;
  font-size: 24px;
  padding: 10px 30px;
  display: inline-block;
  background: #fff;
  border-radius: 60px;
  color: #01968b;
  position: relative;
}

.c-hero__catch::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 18px;
  background: url(../img/slider_icon.png) no-repeat;
  background-size: contain;
  bottom: -13px;
  left: 50px;
}

.p-hero__logo .c-logo--FA {
  display: inline-block;
}

.p-hero__logo .c-logo--FA img {
  height: 48px;
}

.c-hero__logo--text {
  font-size: 14px;
  font-weight: 700;
  margin-top: 24px;
  text-shadow: 0px 0px 40px #01968b;
}

.c-hero__heading {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 3.2px;
  text-shadow: 0px 0px 40px #01968b;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* /concept////////////////// */
#concept {
  padding-top: 0;
  padding-bottom: 0;
}

.p-concept {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  background-image: url(../img/bg_concept.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-concept__list {
  margin-top: 120px;
}

.p-concept__item {
  display: flex;
  justify-content: space-between;
}

.p-concept__item + .p-concept__item {
  margin-top: 200px;
}

.p-concept__item:nth-of-type(2) {
  flex-direction: row-reverse;
}

.p-concept__item:nth-of-type(3) {
  flex-direction: column;
  align-items: center;
}

.p-concept__item:nth-of-type(1) .c-concept__img {
  max-width: 560px;
  width: 50%;
  margin-left: -8%;
}

.p-concept__item:nth-of-type(1) .c-concept__img img {
  border-radius: 3px;
  box-shadow: 30px 30px 30px rgba(87, 165, 147, 0.2);
}

.p-concept__item:nth-of-type(2) .c-concept__img {
  max-width: 560px;
  width: 50%;
  margin-right: -8%;
}

.p-concept__item:nth-of-type(2) .c-concept__img img {
  border-radius: 3px;
  box-shadow: 30px 30px 30px rgba(87, 165, 147, 0.2);
}

.p-concept__item:nth-of-type(3) .c-concept__img {
  margin-top: 72px;
  max-width: 690px;
}

.c-concept__text {
  width: 48%;
}

.c-concept__title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1.3px;
  color: #002663;
}

.c-concept__lead {
  line-height: 2.5;
}

.p-assignment {
  padding-top: 128px;
  padding-bottom: 160px;
  background-color: #fafafa;
  background-image: url(../img/bg_assignment.png);
  background-size: 35px;
  background-repeat: repeat;
}

#concept .c-subsection__title em {
  color: #1e7592;
}

.p-assignment__list {
  display: flex;
  align-items: flex-start;
}

.p-assignment__list li {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 40px;
  box-shadow: 10px 10px 20px rgba(95, 95, 95, 0.0509803922);
}

.p-assignment__list li:nth-of-type(2) {
  margin-top: 80px;
}

.p-assignment__list li + li {
  margin-left: 29px;
}

.c-assignment__speech {
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(42, 185, 131, 0.1),
    rgba(74, 204, 217, 0.1)
  );
  border-radius: 30px;
  padding: 32px 0;
  margin-bottom: 56px;
}

.c-assignment__speech::after {
  content: "";
  width: 48px;
  height: 38px;
  background-image: url(../img/deco_assignment.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -38px;
  right: 32px;
}

.c-assignment__speech p {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  color: #002663;
  margin: 0;
}

/* /service////////////////// */
#service {
  position: relative;
  background-color: #effaf8;
  counter-reset: number 0;
  overflow: hidden;
}

#service::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/deco_service01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

#service::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/deco_service02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}

#service .l-inner {
  position: relative;
  z-index: 1;
}

.p-service__list {
  margin-top: 120px;
}

.p-service__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-increment: number 1;
}

.p-service__item::after {
  content: "";
  display: block;
  width: 168%;
  height: 400px;
  background-color: #f5fcfa;
  position: absolute;
  top: -40px;
  z-index: -1;
}

.p-service__item:nth-of-type(1)::after {
  left: 32%;
}

.p-service__item:nth-of-type(2)::after {
  right: 32%;
}

.p-service__item:nth-of-type(3)::after {
  left: 32%;
}

@media screen and (max-width: 767px) {
  .p-service__item:nth-of-type(3)::after {
    left: 0;
  }
} /*max-width:767px*/
.p-service__item {
  margin-bottom: 120px;
}

.p-service__item:nth-of-type(2) {
  margin: 0;
}

.c-service__text {
  width: 48%;
  position: relative;
  padding: 96px 60px 0;
  z-index: 10;
}

.c-service__text::before {
  content: "0" counter(number) "";
  font-family: "Noto Sans";
  font-size: 136px;
  font-weight: 700;
  color: #e8f9f5;
  position: absolute;
  top: 1.25em;
  right: 0;
  z-index: -1;
}

.c-service__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.3px;
  color: #002663;
}

.c-service__lead {
  line-height: 2.5;
}

.p-service__item:nth-of-type(1) .c-service__img {
  max-width: 475px;
  width: 50%;
}

.p-service__item:nth-of-type(2) {
  flex-direction: row-reverse;
}

.p-service__item:nth-of-type(2) .c-service__img {
  max-width: 640px;
  margin-right: -5%;
  top: -40px;
  position: relative;
}

.p-service__item:nth-of-type(3) .c-service__img {
  max-width: 475px;
  width: 50%;
}

.p-service__item:nth-of-type(3) .c-service__img img {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-service__item:nth-of-type(3) .c-service__img img {
    border-radius: 10px;
  }
} /*max-width:767px*/
#service .c-subsection__title em {
  color: #01968b;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-function__screen {
  display: flex;
  margin-bottom: 80px;
}

.p-function_screen__list {
  display: flex;
  padding: 0;
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.c-function__screen {
  width: 33.3333333333vw;
  max-width: 487px;
  margin-right: 56px;
}

.c-function__screen img {
  border-radius: 8px;
  max-height: 400px;
  box-shadow: 0px 10px 50px rgba(87, 165, 147, 0.2);
}

.p-function__list {
  margin-bottom: 120px;
  padding: 80px 40px;
  background-color: #f5fcfa;
}

.p-function__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
}

.p-function__list li + li {
  margin-top: 48px;
}

.c-function__img {
  width: 48%;
  max-width: 420px;
}

.c-function__img img {
  border-radius: 8px;
  box-shadow: 0px 10px 50px rgba(87, 165, 147, 0.2);
}

.c-function__text {
  width: 45%;
}

.c-function__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.3px;
  margin-bottom: 24px;
  margin-top: 0;
  color: #002663;
  position: relative;
  padding-left: 40px;
}

.c-function__title::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon_check.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4px;
  left: 0;
}

.c-function__lead {
  line-height: 2.5;
}

.p-acquisition__item {
  width: 100%;
  display: flex;
}

.p-acquisition__item + .p-acquisition__item {
  margin-top: 4px;
}

.p-acquisition__label {
  width: 28%;
  background-color: #24b895;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: left;
  border-radius: 3px;
}

.p-acquisition__detail {
  width: 72%;
  padding: 56px 40px;
  margin: 0;
  background-color: #ffffff;
  border-radius: 3px;
}

.c-data__list {
  display: flex;
  flex-wrap: wrap;
}

.c-data__list li {
  line-height: 2;
}

.c-data__list li:not(:last-child):after {
  content: "/";
  display: inline-block;
  font-size: 16px;
  padding: 0 8px;
}

/* /movie////////////////// */
.p-movie {
  padding: 120px 0 160px;
  text-align: center;
  background: linear-gradient(180deg, #e0f6f1 0%, #f7fffd 100%);
}

.c-youtube {
  width: 100%;
  max-width: 640px;
  aspect-ratio: 16/9;
  margin: 40px auto 0;
}

.c-youtube iframe {
  width: 100%;
  height: 100%;
}

/* /custom////////////////// */
.p-custom {
  padding: 160px 0;
  color: #ffffff;
  text-align: center;
  background-image: url(../img/bg_custom01.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-custom {
    padding: 160px 0;
    color: #ffffff;
    text-align: center;
    background-image: url(../img/bg_custom01.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
  }
} /*max-width:767px*/
.c-custom__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 40px;
}

.c-custom__lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.c-custom__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
}

.c-custom__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
  width: 160px;
  height: 160px;
  border: 2px solid #ffffff;
  background-color: rgba(1, 150, 139, 0.6);
  border-radius: 50%;
  box-shadow: 0 20px 20px rgba(68, 149, 149, 0.4);
}

.c-custom__list li img {
  max-width: 54px;
}

.c-custom__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 8px;
}

/* /plan////////////////// */
#plan {
  background: linear-gradient(135deg, #013f62 0%, #016cac 100%);
  color: #ffffff;
}

.p-plan__list {
  margin-top: 80px;
}

/* .p-plan__item {
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, .5);
    background-color: rgba(255, 255, 255, .15);
    padding: 80px 64px;
}

.p-plan__item+.p-plan__item {
    margin-top: 80px;
} */
.c-plan__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.c-plan__lead {
  line-height: 2;
}

.trial .c-plan__title {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .trial .c-plan__title::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 50px;
    background-image: url(../img/icon_plan01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 8px;
} */
.p-plan__content {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.p-plan__card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #ffffff;
  color: #24272c;
  width: 100%;
  box-shadow: 0px 0px 40px rgba(57, 57, 57, 0.2);
}

.p-plan__card + .p-plan__card,
.p-plan__card + .p-plan__img {
  margin-left: 80px;
  position: relative;
}

.p-plan__card + .p-plan__card::before,
.p-plan__card + .p-plan__img::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon_plus.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: -56px;
  transform: translate(0, -50%);
}

.p-plan__detail {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.c-plan__label {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #002663;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 38, 99, 0.1);
}

.c-plan__caption {
  padding: 16px 32px 0;
  text-align: center;
  line-height: 2;
}

.p-plan__table {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-plan__table dl {
  padding: 16px;
  background-color: rgba(148, 183, 204, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  width: 100%;
}

.p-plan__table dl + dl {
  border-top: 1px solid rgba(0, 38, 99, 0.1);
}

.trial .p-plan__card {
  width: 50%;
}

.c-plan-table__label {
  font-weight: 700;
  color: #24272c;
  margin-bottom: 8px;
}

.c-plan-table__price {
  font-size: 24px;
  font-weight: 700;
}

.c-plan-table__text {
  font-weight: 700;
  color: #002663;
}

.c-plan-table__price em {
  font-family: "lato";
  font-size: 48px;
  font-weight: 900;
  font-style: normal;
  color: #002663;
  margin-right: 2px;
}

.c-plan-table__price span {
  position: relative;
  font-size: 32px;
  color: #002663;
}

.c-plan-table__price span + span::before {
  content: "×";
  font-size: 24px;
  font-weight: 700;
  margin: 0 8px;
}

.c-plan-table__option {
  width: 100%;
}

.c-plan-option-table__label {
  font-weight: 700;
  color: #24272c;
}

.c-plan-option-table__label span {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}

.c-plan-option-table__price {
  font-size: 18px;
  font-weight: 700;
}

.c-plan-option-table__price em {
  font-family: "lato";
  font-size: 32px;
  font-weight: 900;
  font-style: normal;
  color: #002663;
  margin-right: 2px;
}

.p-plan__img {
  width: 240px;
  position: relative;
}

.p-plan__img img {
  width: 155px;
  margin: 0 auto;
}

.p-plan__img .c-plan__label {
  font-size: 18px;
  border-bottom: none;
  color: #ffffff;
  padding: 0;
  margin-bottom: 24px;
}

.p-plan__img .c-plan__label::before {
  content: "";
  display: block;
  width: 312px;
  height: 306px;
  background-image: url(../img/deco_plan01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -20%;
  left: -20%;
}

.p-annotation {
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid #ffffff;
  display: flex;
  align-items: center;
}

.p-annotation__label {
  width: 20%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.p-annotation__detail {
  width: 80%;
}

.p-annotation__list {
  list-style-type: disc;
}

.p-annotation__list li {
  font-size: 12px;
  line-height: 1.5;
}

.p-annotation__list li + li {
  margin-top: 8px;
}

/* /flow////////////////// */
#flow {
  position: relative;
  overflow: hidden;
  background: url(../img/flow_bg.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #flow {
    position: relative;
    overflow: hidden;
    background: url(../img/sp_flow_bg.jpg) center center no-repeat;
    background-size: cover;
  }
} /*max-width:767px*/
#flow .l-inner {
  position: relative;
  z-index: 1;
}

.p-flow__list {
  margin: 80px auto 0;
  max-width: 1000px;
}

.p-flow__list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-flow__list li + li::after {
  content: "";
  display: block;
  width: 3px;
  height: 56px;
  background-color: #3ec5c0;
  position: absolute;
  top: -64px;
  left: 73.5px;
}

.p-flow__list li + li {
  margin-top: 72px;
}

.c-flow__img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 3px solid #3ec5c0;
}

.c-flow__text {
  width: 72%;
}

.c-flow__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #002663;
}

.c-flow__title span {
  font-family: "Lato";
  font-size: 32px;
  font-weight: 900;
  margin-right: 16px;
  color: #01968b;
}

.c-flow__description {
  line-height: 2;
}
.c-flow__description a {
  text-decoration: underline;
  font-weight: bold;
  color: #01968b;
}

/* /case////////////////// */
.dummy {
  margin-top: 80px;
  padding: 200px 0;
  text-align: center;
  background-color: #f8f8f8;
}

/* /faq////////////////// */
#faq {
  background-color: #e8f8f6;
}

.p-faq_accordion {
  margin-top: 80px;
}

.p-faq_accordion__item {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(163, 193, 186, 0.1019607843);
}

.p-faq_accordion__item + .p-faq_accordion__item {
  margin-top: 32px;
}

.p-faq_accordion__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #002663;
  cursor: pointer;
}

.p-faq_accordion__head:before {
  content: "Q.";
  margin-right: 16px;
  font-family: "Lato";
  font-size: 32px;
  font-weight: 700;
  color: #24b895;
}

.p-faq_accordion__body {
  padding: 20px 60px 40px;
  border-top: 1px solid #e5e9ef;
}

.p-faq_accordion__body p {
  line-height: 1.4;
}

/* /contact////////////////// */
#contact {
  position: relative;
  color: #ffffff;
  background-image: url(../img/bg_contact.png);
  background-position: 0 30%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #contact {
    position: relative;
    color: #ffffff;
    background-image: url(../img/bg_contact.png);
    background-position: 0 30%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
  }
} /*max-width:767px*/
#contact::after {
  content: "";
  display: block;
  width: 253px;
  height: 148px;
  background-image: url(../img/deco_contact.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 10%;
}

/* /footer////////////////// */
#l-footer {
  text-align: center;
  padding: 120px 0;
}

.p-footer__nav-list {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  gap: 16px;
}

.p-footer__nav-list li:not(:last-child):after {
  content: "|";
  margin-left: 1em;
  color: #8892a2;
}

.p-footer__service {
  margin-top: 80px;
}

.p-footer__service .c-logo--aile img {
  height: 40px;
}

.p-footer__service .c-logo--WA img {
  height: 25px;
}

.p-footer__service .c-logo--FA img {
  height: 30px;
}

.p-footer__service .c-logo--PA img {
  height: 26px;
}

.p-footer__logo .c-logo--aile a {
  display: inline-block;
}

.p-footer__service-list {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 40px;
  gap: 64px;
}

.c-note {
  font-size: 12px;
}

.c-copyright {
  font-size: 12px;
}

.c-company {
  font-size: 12px;
}

/* /////////////////// */
.u-txt--center {
  text-align: center;
}

.u-txt--white {
  color: #ffffff;
}

/* /////////////////// */
@media (max-width: 960px) {
  .c-btn__menu {
    display: block;
    position: relative;
    cursor: pointer;
    width: 44px;
    height: 44px;
    z-index: 1000;
  }
  .c-btn__menu span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    right: 10px;
    height: 2px;
    border-radius: 2px;
    background: #002663;
  }
  .c-btn__menu span:nth-of-type(1) {
    top: 10px;
    width: 24px;
  }
  .c-btn__menu span:nth-of-type(2) {
    top: 20px;
    width: 24px;
  }
  .c-btn__menu span:nth-of-type(3) {
    top: 30px;
    width: 24px;
  }
  .js-active .c-btn__menu span:nth-of-type(1) {
    top: 10px;
    left: 11px;
    transform: translateY(10px) rotate(-135deg);
  }
  .js-active .c-btn__menu span:nth-of-type(2) {
    opacity: 0;
  }
  .js-active .c-btn__menu span:nth-of-type(3) {
    top: 30px;
    left: 11px;
    transform: translateY(-10px) rotate(135deg);
  }
  .l-header__nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 64px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100vh;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .js-active .l-header__nav {
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }
  .l-header__nav-list {
    flex-direction: column;
    text-align: center;
    font-size: 16px;
  }
  .l-header__nav-list li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .l-header__link-list {
    margin-left: 0;
    margin-top: 80px;
  }
  .c-button__contact--header {
    height: 64px;
    font-size: 18px;
    border-radius: 32px;
    padding: 0 48px;
  }
  .l-header_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-header_logo .c-logo--FA img {
    width: 179px;
  }
  /* /////////////////// */
  #hero {
    background-image: url(../img/img_hero00-tablet.png);
    height: 100vh;
    z-index: 1;
  }
  #hero::before {
    content: "";
    width: 217px;
    height: 223px;
    background-image: url(../img/img_hero01.png);
    bottom: 0;
    top: 24px;
    left: -15px;
  }
  #hero::after {
    width: 395px;
    height: 254px;
    background-image: url(../img/img_hero02-sp.png);
    bottom: -30px;
    left: 55%;
  }
}
@media (max-width: 520px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  summary::after {
    width: 19px;
    height: 10px;
    right: 16px;
  }
  /* /////////////////// */
  .l-inner {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-section {
    padding-top: 64px;
    padding-bottom: 120px;
  }
  .c-heading__sec {
    font-size: 34px;
    letter-spacing: 3.2px;
  }
  .c-title__lead {
    font-size: 14px;
  }
  .c-subsection__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .c-subsection__title em {
    font-size: 24px;
  }
  #l-main {
    margin-top: 72px;
  }
  /* /////////////////// */
  .l-header__inner {
    height: 72px;
    padding-left: 24px;
    padding-right: 24px;
  }
  /* /////////////////// */
  #hero {
    background-image: url(../img/img_hero00-sp.png);
    height: 100vh;
    z-index: 1;
  }
  #hero::before {
    content: "";
    width: 139px;
    height: 143px;
    background-image: url(../img/img_hero01.png);
    bottom: 0;
    top: 24px;
    left: -10px;
  }
  #hero::after {
    width: 249px;
    height: 160px;
    background-image: url(../img/img_hero02-sp.png);
    bottom: -10px;
    right: -10px;
    left: auto;
  }
  .c-hero__catch {
    font-size: clamp(18px, 6vw, 30px);
    margin-bottom: 10px;
  }
  .c-hero__heading {
    font-size: clamp(24px, 7.2vw, 36px);
    letter-spacing: 2.4px;
  }
  .p-hero__logo .c-logo--FA img {
    height: 32px;
  }
  .c-hero__logo--text {
    font-size: 12px;
    margin-top: 8px;
  }
  /* /////////////////// */
  .p-concept {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../img/bg_concept-sp.png);
    background-size: contain;
  }
  .p-concept__list {
    margin-top: 80px;
  }
  .c-concept__title {
    font-size: 20px;
  }
  .c-concept__text {
    width: 100%;
  }
  .p-concept__item {
    flex-direction: column;
  }
  .p-concept__item + .p-concept__item {
    margin-top: 80px;
  }
  .p-concept__item:nth-of-type(2) {
    flex-direction: column;
  }
  .c-concept__img {
    margin-bottom: 24px;
  }
  .p-concept__item:nth-of-type(1) .c-concept__img {
    width: 100%;
    margin-left: -16px;
  }
  .p-concept__item:nth-of-type(2) .c-concept__img {
    width: 100%;
    margin-right: -16px;
  }
  .p-concept__item:nth-of-type(3) .c-concept__img {
    margin-top: 72px;
  }
  .c-concept__lead {
    line-height: 2;
  }
  /* /////////////////// */
  .p-assignment {
    padding-top: 80px;
    padding-bottom: 120px;
    background-size: 24px;
  }
  .p-assignment__list {
    flex-direction: column;
    padding: 0 16px;
  }
  .p-assignment__list li:nth-of-type(2) {
    margin-top: 40px;
  }
  .p-assignment__list li {
    padding: 24px 32px;
  }
  .p-assignment__list li + li {
    margin-left: 0;
    margin-top: 40px;
  }
  .c-assignment__speech p {
    font-size: 14px;
  }
  .c-assignment__img {
    padding: 0 24px;
  }
  /* /////////////////// */
  .p-service__item {
    flex-direction: column;
  }
  .p-service__item:nth-of-type(2) {
    flex-direction: column;
    margin-bottom: 120px;
  }
  .c-service__text {
    width: 100%;
    padding: 0 16px 24px;
  }
  .p-service__list {
    margin-top: 64px;
  }
  .c-service__title {
    font-size: 22px;
  }
  .c-service__lead {
    line-height: 2;
  }
  .p-service__item:nth-of-type(1) .c-service__img {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .p-service__item:nth-of-type(2) .c-service__img {
    margin-right: -20%;
    top: 0;
  }
  .p-service__item:nth-of-type(3) .c-service__img {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .c-service__text::before {
    top: 0.75em;
    right: 0;
    z-index: -1;
  }
  .p-service__item::after {
    width: 100%;
    height: 100%;
    top: 40px;
  }
  .p-service__item:nth-of-type(1)::after {
    left: 0;
  }
  .p-service__item:nth-of-type(2)::after {
    right: 0;
  }
  /* /////////////////// */
  .p-function__list {
    margin-bottom: 80px;
    padding: 40px 16px;
  }
  .p-function__list li {
    flex-direction: column;
    padding: 0;
  }
  .p-function__screen {
    margin-bottom: 40px;
  }
  .c-function__screen {
    width: 50vw;
    margin-left: 24px;
  }
  .c-function__screen img {
    border-radius: 3px;
  }
  .c-function__img {
    width: 100%;
    margin-bottom: 32px;
  }
  .c-function__text {
    width: 100%;
  }
  .c-function__title {
    font-size: 22px;
  }
  .c-function__lead {
    line-height: 2;
  }
  .p-function {
    margin-top: 120px;
  }
  /* /////////////////// */
  .p-acquisition__item {
    flex-direction: column;
  }
  .p-acquisition__label {
    width: 100%;
    padding: 4px 16px;
    font-size: 16px;
    justify-content: center;
    border-radius: 3px 3px 0 0;
  }
  .p-acquisition__detail {
    width: 100%;
    padding: 24px 24px;
  }
  .c-data__list li {
    font-size: 14px;
    line-height: 1.5;
  }
  /* /////////////////// */
  .p-custom {
    padding: 120px 0;
  }
  .c-custom__title {
    font-size: 24px;
  }
  .c-custom__list {
    flex-wrap: wrap;
    gap: 24px;
  }
  .c-custom__list li {
    padding-top: 16px;
    width: 136px;
    height: 136px;
  }
  .c-custom__list li img {
    max-width: 44px;
  }
  .c-custom__label {
    font-size: 12px;
    margin-top: 4px;
  }
  /* /////////////////// */
  .p-plan__list {
    margin-top: 40px;
  }
  .p-plan__item {
    padding: 64px 16px;
  }
  .p-plan__content {
    margin-top: 40px;
    flex-direction: column;
  }
  .standard .p-plan__card:nth-of-type(1) {
    width: 100%;
  }
  .standard .p-plan__card:nth-of-type(2) {
    width: 100%;
  }
  .trial .p-plan__card {
    width: 100%;
  }
  .c-plan__title {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
  }
  .p-plan__card + .p-plan__card,
  .p-plan__card + .p-plan__img {
    margin-left: 0;
    margin-top: 64px;
  }
  .p-plan__card + .p-plan__card::before,
  .p-plan__card + .p-plan__img::before {
    width: 24px;
    height: 24px;
    background-image: url(../img/icon_plus.png);
    top: -44px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .p-plan__img {
    width: 100%;
  }
  .p-plan__img .c-plan__label::before {
    top: -20%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .c-plan__label {
    font-size: 16px;
    padding: 8px;
  }
  .c-plan__caption {
    padding: 16px 24px 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .p-plan__detail {
    padding: 16px 16px 24px;
  }
  .c-plan-table__label {
    font-size: 12px;
  }
  .c-plan-table__price {
    font-size: 14px;
    margin: 0;
  }
  .c-plan-table__text {
    font-size: 14px;
  }
  .p-plan__table dl:last-child {
    margin-bottom: 0;
  }
  .p-annotation {
    margin-top: 64px;
    padding-top: 24px;
    flex-direction: column;
  }
  .p-annotation__label {
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin-bottom: 16px;
  }
  .p-annotation__detail {
    width: 100%;
    padding: 0 16px;
  }
  .c-plan-table__price span {
    display: block;
    font-size: 24px;
    text-align: center;
    margin-top: 8px;
  }
  /* /////////////////// */
  .p-flow__list li {
    flex-direction: column;
  }
  .p-flow__list li + li {
    margin-top: 40px;
  }
  .p-flow__list li + li::after {
    content: none;
  }
  .c-flow__img {
    width: 120px;
    height: 120px;
  }
  .c-flow__text {
    width: 100%;
    padding: 0 16px;
  }
  .c-flow__title {
    margin-top: 24px;
    justify-content: center;
  }
  /* /////////////////// */
  .p-faq_accordion {
    margin-top: 24px;
  }
  .p-faq_accordion__item + .p-faq_accordion__item {
    margin-top: 16px;
  }
  .p-faq_accordion__head {
    padding: 16px 40px 16px 16px;
    font-size: 14px;
  }
  .p-faq_accordion__head:before {
    margin-right: 8px;
    font-size: 20px;
  }
  .p-faq_accordion__body {
    padding: 16px 24px;
  }
  .p-faq_accordion__body p {
    font-size: 14px;
    margin: 0;
  }
  /* /////////////////// */
  #contact::after {
    width: 137px;
    height: 80px;
    bottom: 0;
    right: 10%;
  }
  .c-heading__contact {
    font-size: 24px;
  }
  .c-lead__contact {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
  #plan .c-lead__contact {
    font-size: 20px;
  }
  .c-button__contact {
    height: 64px;
    font-size: 18px;
    border-radius: 32px;
  }
  /* /////////////////// */
  #l-footer {
    padding: 80px 0;
  }
  .p-footer__nav-list {
    flex-wrap: wrap;
    gap: 16px;
  }
  .p-footer__service {
    margin-top: 40px;
  }
  .p-footer__service-list {
    flex-wrap: wrap;
    gap: 16px;
  }
  .p-footer__service .c-logo--aile img {
    height: 30px;
  }
  .p-footer__service .c-logo--WA img {
    height: 19px;
  }
  .p-footer__service .c-logo--FA img {
    height: 23px;
  }
  .p-footer__service .c-logo--PA img {
    height: 20px;
  }
  .p-footer__text {
    font-size: 10px;
    line-height: 1.4;
  }
}
/* /1カラム////////////////// */
.yellow {
  color: #ffec62;
}

.blue {
  color: #1e7592;
}

.green {
  color: #01968b;
}

.top_box01 {
  padding: 30px 20px;
  text-align: center;
  background: linear-gradient(90deg, #013d5f 0%, #1e7592 100%);
}

.top_box01 .top_box01_tit {
  font-weight: bold;
  font-size: clamp(18px, 2vw, 24px);
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #fff;
  justify-content: center;
  margin-top: 0;
  letter-spacing: 0.05em;
}

.top_box01 .top_box01_tit .yellow {
  font-size: clamp(20px, 2.2vw, 28px);
}

.top_box01 .top_box01_tit img {
  width: 42px;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 40px 20px;
  }
  .top_box01 .top_box01_tit {
    line-height: 1.5;
    flex-direction: column;
    gap: 5px 0;
    font-size: clamp(18px, 5.6vw, 28px);
  }
  .top_box01 .top_box01_tit .yellow {
    font-size: clamp(20px, 6.4vw, 32px);
  }
  .top_box01 .top_box01_tit img {
    width: 35px;
  }
} /*max-width:767px*/
/* /2カラム////////////////// */
.top_box02 {
  padding: 100px 20px 120px !important;
  background: #fafafa;
  background-image: linear-gradient(
      0deg,
      transparent calc(100% - 3px),
      #f5f6f6 calc(100% - 3px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 2px),
      #f5f6f6 calc(100% - 2px)
    );
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
  position: relative;
}
.top_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  background: #fafafa;
  left: 0;
  bottom: -59px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.top_box02 .top_box02_inner {
  max-width: 1120px;
  margin: 0 auto;
}

.top_box02 .top_box02_inner .top_box02_tit {
  text-align: center;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.top_box02 .top_box02_inner .top_box02_tit .blue {
  font-size: clamp(26px, 2.4vw, 32px);
}

.top_box02 .top_box02_inner .top_box02_tit .blue_bg {
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 8px;
  line-height: 1.2;
  padding: 10px 20px;
  background: #1e7592;
  color: #fff;
}

.top_box02 .top_box02_inner .top_box02_wrap {
  width: 89.29%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 10px 10px 20px rgba(95, 95, 95, 0.05);
  padding: 50px 6%;
  justify-content: space-between;
  align-items: center;
  display: grid;
  grid-template-columns: 34.25% 57.04%;
}
.top_box02 .top_box02_inner .top_box02_wrap .top_box02_pic {
  margin: 0;
}
.top_box02 .top_box02_inner .top_box02_wrap .top_box02_pic img {
  width: 100%;
  height: auto;
}
.top_box02
  .top_box02_inner
  .top_box02_wrap
  .top_box02_content
  .top_box02_content_tit {
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.2;
  display: flex;
  margin-top: 0;
  align-items: center;
  gap: 0 20px;
}
.top_box02
  .top_box02_inner
  .top_box02_wrap
  .top_box02_content
  .top_box02_content_tit
  .ja {
  color: #3969af;
  display: inline-block;
  font-size: clamp(24px, 2.4vw, 32px);
}
.top_box02
  .top_box02_inner
  .top_box02_wrap
  .top_box02_content
  .top_box02_content_tit
  .en {
  font-family: "Lato";
  display: inline-block;
  font-size: clamp(34px, 3vw, 42px);
  color: #dee8f3;
  font-weight: 900;
}
.top_box02
  .top_box02_inner
  .top_box02_wrap
  .top_box02_content
  .top_box02_list
  li {
  font-size: 16px;
  padding-left: 35px;
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
}
.top_box02
  .top_box02_inner
  .top_box02_wrap
  .top_box02_content
  .top_box02_list
  li:last-child {
  margin-bottom: 0;
}
.top_box02
  .top_box02_inner
  .top_box02_wrap
  .top_box02_content
  .top_box02_list
  li::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/check01.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
.top_box02 .top_box02_inner .top_box02_wrap:first-of-type {
  margin-bottom: 30px;
}
.top_box02 .top_box02_inner .top_box02_wrap:nth-of-type(2) {
  margin-left: auto;
  grid-template-columns: 57.04% 34.25%;
}
.top_box02 .top_box02_inner .top_box02_wrap:nth-of-type(2) .top_box02_pic {
  order: 2;
}
.top_box02 .top_box02_inner .top_box02_wrap:nth-of-type(2) .top_box02_content {
  order: 1;
}
.top_box02
  .top_box02_inner
  .top_box02_wrap:nth-of-type(2)
  .top_box02_content
  .top_box02_content_tit
  .ja {
  color: #317390;
}
.top_box02
  .top_box02_inner
  .top_box02_wrap:nth-of-type(2)
  .top_box02_content
  .top_box02_content_tit
  .en {
  color: #def1f5;
}
.top_box02
  .top_box02_inner
  .top_box02_wrap:nth-of-type(2)
  .top_box02_content
  .top_box02_list
  li {
  position: relative;
}
.top_box02
  .top_box02_inner
  .top_box02_wrap:nth-of-type(2)
  .top_box02_content
  .top_box02_list
  li::after {
  background: url(../img/check02.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 60px 20px 100px !important;
    background-size: 20px 20px;
  }
  .top_box02::after {
    height: 40px;
    bottom: -39px;
  }
  .top_box02 .top_box02_inner .top_box02_tit {
    font-size: clamp(18px, 4.4vw, 22px);
    font-weight: bold;
    margin-bottom: 30px;
  }
  .top_box02 .top_box02_inner .top_box02_tit .blue {
    font-size: clamp(20px, 5.2vw, 26px);
  }
  .top_box02 .top_box02_inner .top_box02_tit .blue_bg {
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 7px 20px;
  }
  .top_box02 .top_box02_inner .top_box02_wrap {
    width: 100%;
    padding: 50px 20px;
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .top_box02
    .top_box02_inner
    .top_box02_wrap
    .top_box02_content
    .top_box02_content_tit {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .top_box02
    .top_box02_inner
    .top_box02_wrap
    .top_box02_content
    .top_box02_content_tit
    .ja {
    color: #3969af;
    display: inline-block;
    font-size: clamp(22px, 6.2vw, 32px);
  }
  .top_box02
    .top_box02_inner
    .top_box02_wrap
    .top_box02_content
    .top_box02_content_tit
    .en {
    font-family: "Lato";
    display: inline-block;
    font-size: clamp(30px, 7.6vw, 38px);
    color: #dee8f3;
    font-weight: 900;
  }
  .top_box02 .top_box02_inner .top_box02_wrap:nth-of-type(2) {
    grid-template-columns: 100%;
  }
  .top_box02 .top_box02_inner .top_box02_wrap:nth-of-type(2) .top_box02_pic {
    order: 1;
  }
} /*max-width:767px*/
/* /3カラム////////////////// */
.top_box03 {
  position: relative;
}
.top_box03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 32px;
  background: linear-gradient(90deg, #2ab982 0%, #4bcbd7 100%);
  left: 0;
  bottom: 0;
  z-index: -1;
}
.top_box03 .top_box03_wrap {
  padding: 140px 20px 130px;
  position: relative;
}
.top_box03 .top_box03_wrap::before {
  content: "";
  width: 304px;
  height: 300px;
  background-image: url(../img/img_hero01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 75%;
}
.top_box03 .top_box03_wrap::after {
  content: "";
  width: 427px;
  height: 300px;
  background-image: url(../img/img_hero02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -5px;
  left: 75%;
}
.top_box03 .top_box03_wrap .icon01 {
  width: 316px;
  position: absolute;
  bottom: 100px;
  right: 73%;
}
.top_box03 .top_box03_wrap .icon01 img {
  width: 100%;
  height: auto;
}
.top_box03 .top_box03_wrap .icon02 {
  width: 250px;
  position: absolute;
  bottom: 200px;
  left: 83%;
}
.top_box03 .top_box03_wrap .icon02 img {
  width: 100%;
  height: auto;
}
.top_box03 .top_box03_wrap .top_box03_txt {
  text-align: center;
  margin-bottom: 50px;
}
.top_box03 .top_box03_wrap .top_box03_txt p {
  display: inline-block;
}
.top_box03 .top_box03_wrap .top_box03_txt .txt01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: 0.05em;
}
.top_box03 .top_box03_wrap .top_box03_txt .txt01 img {
  width: 214px;
  height: auto;
}
.top_box03 .top_box03_wrap .top_box03_txt .txt02 {
  margin-top: 0;
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: bold;
}
.top_box03 .top_box03_wrap .top_box03_txt .txt02 .green {
  font-size: clamp(24px, 24vw, 32px);
}
.top_box03 .top_box03_wrap .top_box03_btn a {
  background: linear-gradient(90deg, #2ab982 0%, #4bcbd7 100%);
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .top_box03 .top_box03_wrap {
    padding: 120px 20px 200px;
  }
  .top_box03 .top_box03_wrap::before {
    content: "";
    width: 149px;
    height: 120px;
    background-image: url(../img/img_hero01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: auto;
    left: -5px;
  }
  .top_box03 .top_box03_wrap::after {
    content: "";
    width: 254px;
    height: 141px;
    background-image: url(../img/img_hero02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 15px;
    left: auto;
    right: -50px;
  }
  .top_box03 .top_box03_wrap .icon01 {
    display: none;
  }
  .top_box03 .top_box03_wrap .icon02 {
    display: none;
  }
  .top_box03 .top_box03_wrap .top_box03_txt {
    margin-bottom: 30px;
  }
  .top_box03 .top_box03_wrap .top_box03_txt p {
    display: inline-block;
  }
  .top_box03 .top_box03_wrap .top_box03_txt .txt01 {
    flex-direction: column;
    font-size: clamp(16px, 4.4vw, 22px);
  }
  .top_box03 .top_box03_wrap .top_box03_txt .txt01 img {
    width: 171px;
  }
  .top_box03 .top_box03_wrap .top_box03_txt .txt01 .wrap {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .top_box03 .top_box03_wrap .top_box03_txt .txt02 {
    font-size: clamp(18px, 5.2vw, 26px);
  }
  .top_box03 .top_box03_wrap .top_box03_txt .txt02 .green {
    font-size: clamp(20px, 5.2vw, 26px);
  }
  .top_box03 .top_box03_wrap .top_box03_btn a {
    width: 262px;
    height: 47px;
    font-size: 15px;
  }
} /*max-width:767px*/
@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
} /*max-width:767px*/
/* /4カラム////////////////// */
.top_box04 {
  background: url(../img/top_box04_bg.jpg) top center no-repeat;
  background-size: cover;
}
.top_box04 .top_box04_tit {
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
.top_box04 .top_box04_tit .green {
  font-size: clamp(24px, 24vw, 36px);
}
.top_box04 .p-service__item {
  align-items: center;
}
.top_box04 .p-service__item .c-service__text {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .top_box04 .top_box04_tit {
    font-size: clamp(18px, 4.4vw, 22px);
    margin-bottom: -30px;
  }
  .top_box04 .top_box04_tit .green {
    font-size: clamp(20px, 5.2vw, 26px);
  }
} /*max-width:767px*/
/* /5カラム////////////////// */
.top_box05 {
  padding: 60px 20px 70px;
  background: #dcf4ef;
  z-index: 2;
  position: relative;
}
.top_box05 .top_box05_wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 43.14% 54.25%;
  justify-content: space-between;
  align-items: center;
}
.top_box05 .top_box05_wrap .top_box05_pic img {
  width: 100%;
  height: auto;
}
.top_box05 .top_box05_wrap .top_box05_content .top_box05_tit {
  font-size: clamp(20px, 2vw, 24px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 40px;
  color: #002663;
}
.top_box05 .top_box05_wrap .top_box05_content .top_box05_txt {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_box05 .top_box05_wrap {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .top_box05 .top_box05_wrap figure {
    margin: 0;
  }
  .top_box05 .top_box05_wrap .top_box05_content .top_box05_tit {
    font-size: clamp(20px, 4.8vw, 24px);
    margin-bottom: 20px;
  }
  .top_box05 .top_box05_wrap .top_box05_content .top_box05_txt {
    line-height: 1.8;
  }
} /*max-width:767px*/
/* /6カラム////////////////// */
.top_box06 {
  padding: 100px 20px 120px;
  background: linear-gradient(180deg, #2085ae 0%, #24c3c3 100%) !important;
  z-index: 2;
  position: relative;
}
.top_box06 img {
  width: 100%;
  height: auto;
}
.top_box06 .top_box06_wrap {
  max-width: 900px;
  margin: 0 auto;
}
.top_box06 .top_box06_wrap .top_box06_tit {
  max-width: 465px;
  margin: 0 auto 50px;
}
.top_box06 .top_box06_wrap .top_box06_txt {
  line-height: 2;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 60px;
}
.top_box06 .top_box06_wrap .top_box06_txt .yellow {
  font-weight: bold;
}
.top_box06 .top_box06_wrap .top_box06_content {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #1f3a63;
  background: #fff;
  margin-bottom: 20px;
}
.top_box06 .top_box06_wrap .top_box06_content .top_box06_content_tit {
  margin-top: 0;
  padding: 12px 20px;
  background: #203b63;
  text-align: center;
  color: #ffec62;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 900;
  font-size: clamp(18px, 1.8vw, 22px);
}
.top_box06 .top_box06_wrap .top_box06_content .top_box06_content_wrap {
  padding: 40px 20px 50px;
}
.top_box06
  .top_box06_wrap
  .top_box06_content
  .top_box06_content_wrap
  .top_box06_content_inner {
  max-width: 726px;
  margin: 0 auto;
}
.top_box06
  .top_box06_wrap
  .top_box06_content
  .top_box06_content_wrap
  .top_box06_content_inner
  .top_box06_content_price_wrap {
  display: grid;
  grid-template-columns: 56.47% 41.32%;
  justify-content: space-between;
  margin-bottom: 40px;
}
.top_box06
  .top_box06_wrap
  .top_box06_content
  .top_box06_content_wrap
  .top_box06_content_inner
  .top_box06_content_txt {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: clamp(20px, 2vw, 24px);
  color: #1a1a1a;
}
.top_box06
  .top_box06_wrap
  .top_box06_content
  .top_box06_content_wrap
  .top_box06_content_inner
  .top_box06_content_txt
  span {
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 900;
  color: #1f3a63;
  display: inline-block;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 70%,
    #ffec62 70%,
    #ffec62 100%
  );
}
.top_box06 .top_box06_wrap .top_box06_content_list {
  border-radius: 16px;
  border: 2px solid #1f3a63;
  background: #fff;
  padding: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 230px auto;
  gap: 0 60px;
}
.top_box06 .top_box06_wrap .top_box06_content_list dt {
  font-weight: 900;
  font-size: 20px;
  color: #1f3a63;
  position: relative;
  font-weight: bold;
}
.top_box06 .top_box06_wrap .top_box06_content_list dt::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 160%;
  background: #1f3a63;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.top_box06 .top_box06_wrap .top_box06_content_list dd {
  color: #1a1a1a;
  margin-left: 0;
  font-weight: bold;
}
.top_box06 .top_box06_wrap .top_box06_bottom_txt {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.top_box06 .top_box06_wrap .top_box06_btn a {
  box-shadow: 0 5px 0 #213a63;
  color: #213a63;
  background: #ffec62;
  font-weight: bold;
}
.top_box06 .top_box06_wrap .top_box06_btn a span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.top_box06 .top_box06_wrap .top_box06_btn a span::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../img/btn_icon.png) no-repeat;
  background-size: contain;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .top_box06 .top_box06_wrap .top_box06_tit {
    margin: 0 auto 20px;
  }
  .top_box06 .top_box06_wrap .top_box06_txt {
    line-height: 1.8;
  }
  .top_box06 .top_box06_wrap .top_box06_content {
    border-radius: 10px;
  }
  .top_box06 .top_box06_wrap .top_box06_content .top_box06_content_tit {
    padding: 12px 10px;
    font-size: clamp(16px, 4vw, 20px);
  }
  .top_box06
    .top_box06_wrap
    .top_box06_content
    .top_box06_content_wrap
    .top_box06_content_inner
    .top_box06_content_price_wrap {
    grid-template-columns: 100%;
    margin-bottom: 20px;
    gap: 5px 0;
  }
  .top_box06
    .top_box06_wrap
    .top_box06_content
    .top_box06_content_wrap
    .top_box06_content_inner
    .top_box06_content_txt {
    font-size: clamp(18px, 4.4vw, 22px);
  }
  .top_box06
    .top_box06_wrap
    .top_box06_content
    .top_box06_content_wrap
    .top_box06_content_inner
    .top_box06_content_txt
    span {
    font-size: clamp(22px, 5.2vw, 26px);
  }
  .top_box06 .top_box06_wrap .top_box06_content_list {
    border-radius: 10px;
    padding: 20px;
    grid-template-columns: 100%;
    align-items: flex-start;
    gap: 15px 0;
  }
  .top_box06 .top_box06_wrap .top_box06_content_list dt {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1f3a63;
    padding-left: 5px;
  }
  .top_box06 .top_box06_wrap .top_box06_content_list dt::after {
    content: none;
  }
  .top_box06 .top_box06_wrap .top_box06_content_list dd {
    line-height: 1.8;
    padding-left: 5px;
  }
  .top_box06 .top_box06_wrap .top_box06_bottom_txt {
    margin-bottom: 30px;
  }
} /*max-width:767px*/
/* /7カラム////////////////// */
.top_box07 {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.top_box07 .top_box07_tit.c-subsection__title {
  margin-bottom: 80px;
  font-size: clamp(22px, 2.2vw, 26px);
  color: #24272c;
}
.top_box07 .top_box07_tit.c-subsection__title span {
  font-size: clamp(26px, 2.6vw, 32px);
  color: #01968b;
}

.top_box007 .top_box07_tit.c-subsection__title {
  margin-bottom: 80px;
  font-size: clamp(22px, 2.2vw, 26px);
  color: #24272c;
}
.top_box007 .top_box07_tit.c-subsection__title span {
  font-size: clamp(26px, 2.6vw, 32px);
  color: #01968b;
}

@media screen and (max-width: 767px) {
  .top_box07 {
    padding-top: 0;
  }
  .top_box07 .top_box07_tit.c-subsection__title {
    margin-bottom: 40px;
  }
  .top_box007 .top_box07_tit.c-subsection__title {
    margin-bottom: 40px;
  }
} /*max-width:767px*/
/* /8カラム////////////////// */
#contact.p-section.top_box08 {
  padding: 90px 20px 100px;
}
#contact.p-section.top_box08::after {
  content: none;
}
#contact.p-section.top_box08 .c-heading__contact {
  margin-bottom: 40px;
  line-height: 1.8;
}

/* /9カラム////////////////// */
.top_box09 .top_box09_list {
  margin-bottom: 60px;
}
.top_box09 .top_box09_btn a {
  border: 2px solid #01968b;
  color: #01968b;
}

/* /10カラム////////////////// */
.top_box10 .top_box10_tit {
  display: inline-block;
  background: linear-gradient(90deg, #013d5f 0%, #01968b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.top_box10 .top_box10_aside_tit {
  color: #585f6c;
}

@media screen and (min-width: 768px) {
  .p-service__item:nth-of-type(2) {
    margin-bottom: 100px;
  }
  .p-service__item:nth-of-type(2)::after {
    top: 50px;
  }
  .c-service__text::before {
    top: 1em;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .c-function__screen {
    margin-right: 0;
  }
} /*max-width:767px*/
.p-service__item:nth-of-type(3) .green {
  font-weight: bold;
}

.top_box04.p-section {
  padding-top: 0;
}
.top_box04.p-section .top_box04_wrap_bg {
  background: url(../img/top_box04_bg.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .top_box04.p-section {
    padding-top: 0;
  }
  .top_box04.p-section .top_box04_wrap_bg {
    padding-top: 64px;
    background: url(../img/sp_top_box04_bg.jpg) top center no-repeat;
    background-size: cover;
  }
} /*max-width:767px*/ /*# sourceMappingURL=style.css.map */
