@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");

/* /reset////////////////// */

/* Box sizing rules */
#wrapper *,
#wrapper *::before,
#wrapper *::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
#wrapper {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
#wrapper,
#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper p,
#wrapper figure,
#wrapper blockquote,
#wrapper dl,
#wrapper dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
#wrapper ul[role="list"],
#wrapper ol[role="list"] {
  list-style: none;
}

/* Set core body defaults */
#wrapper {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper button,
#wrapper input,
#wrapper label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
#wrapper a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
#wrapper img,
#wrapper picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
#wrapper input,
#wrapper button,
#wrapper textarea,
#wrapper select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
#wrapper textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
#wrapper :target {
  scroll-margin-block: 5ex;
}

/* /////////////////// */

#wrapper {
  background-color: #ffffff;
}

#wrapper {
  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;
}

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

#wrapper {
  overflow-x: hidden;
  width: 1200px;
  margin: 0 auto;
}

#wrapper a:hover {
  opacity: 0.7;
}

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

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

#wrapper summary {
  display: block;
  position: relative;
}

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

#wrapper 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;
}

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

/* /button////////////////// */
#wrapper .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);
}

#wrapper .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;
}

#wrapper .c-btn__menu {
  display: none;
}

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

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

#wrapper .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;
}

#wrapper .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;
}

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

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

/* /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 80px;
  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;
}

#wrapper .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;
}

#wrapper .c-hero__heading span {
  font-size: 28px;
}

/* /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;
  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%;
}

.p-service__item {
  margin-bottom: 120px;
}

.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;
}

/* 01と02の位置調整 */
.c-service__text01::before {
  top: 0.99em;
}
.c-service__text02::before {
  top: 1em;
}

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

#wrapper .c-service__lead {
  line-height: 2;
  margin-top: 16px;
}

.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;
}

#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);
}

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

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

#wrapper .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;
}

.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;
}

#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;
}

#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-bottom: 120px;
}

.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;
}

/* /////////////////// */
/* /1カラム////////////////// */
#wrapper .yellow {
  color: #ffec62;
}

#wrapper .blue {
  color: #1e7592;
}

#wrapper .green {
  color: #01968b;
}

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

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

#wrapper .top_box01 .top_box01_tit .yellow {
  font-size: 28px;
}

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

/* /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;
}

#wrapper .top_box02 .top_box02_inner .top_box02_tit {
  text-align: center;
  font-size: 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: 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;
}

#wrapper .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;
}

#wrapper .top_box02 .top_box02_inner .top_box02_wrap .top_box02_content .top_box02_content_tit .ja {
  color: #3969af;
  display: inline-block;
  font-size: 32px;
}

#wrapper .top_box02 .top_box02_inner .top_box02_wrap .top_box02_content .top_box02_content_tit .en {
  font-family: "Lato";
  display: inline-block;
  font-size: 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;
}

#wrapper .top_box02 .top_box02_inner .top_box02_wrap:nth-of-type(2) .top_box02_content .top_box02_content_tit .ja {
  color: #317390;
}

#wrapper .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;
}

/* /3カラム////////////////// */
.top_box03 {
  position: relative;
}

#wrapper .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; */
}

#wrapper .top_box03 .top_box03_wrap {
  padding: 140px 20px 130px;
  position: relative;
  z-index: 10;
}

#wrapper .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%;
}

#wrapper .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: 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: 26px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: bold;
}

.top_box03 .top_box03_wrap .top_box03_txt .txt02 .green {
  font-size: 32px;
}

#wrapper .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);
}

/* /4カラム////////////////// */
.top_box04 {
  background: url(../img/top_box04_bg.jpg) top center no-repeat;
  background-size: cover;
}

#wrapper .top_box04 .top_box04_tit {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  margin-top: 28px;
}

#wrapper .top_box04 .top_box04_tit .green {
  font-size: 36px;
}

.top_box04 .p-service__item {
  align-items: center;
}

.top_box04 .p-service__item .c-service__text {
  padding-top: 0;
}

.p-service__item:nth-of-type(3) .green {
  font-weight: bold;
}

#wrapper .top_box04.p-section {
  padding-top: 0;
}

#wrapper .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;
}

/* /5カラム////////////////// */
.top_box05 {
  padding: 60px 60px 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;
}

#wrapper .top_box05 .top_box05_wrap .top_box05_content .top_box05_tit {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 40px;
  color: #002663;
}

#wrapper .top_box05 .top_box05_wrap .top_box05_content .top_box05_txt {
  line-height: 2;
  margin-top: 16px;
}

/* /6カラム////////////////// */
#wrapper .top_box06 {
  padding: 100px 20px 120px;
  background: linear-gradient(180deg, #2085ae 0%, #24c3c3 100%) !important;
  z-index: 2;
  position: relative;
}

#wrapper .top_box06 img {
  width: 100%;
  height: auto;
}

#wrapper .top_box06 .top_box06_wrap {
  max-width: 900px;
  margin: 0 auto;
}

#wrapper .top_box06 .top_box06_wrap .top_box06_tit {
  max-width: 465px;
  margin: 0 auto 50px;
}

#wrapper .top_box06 .top_box06_wrap .top_box06_txt {
  line-height: 2;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 60px;
}

#wrapper .top_box06 .top_box06_wrap .top_box06_txt .yellow {
  font-weight: bold;
}

#wrapper .top_box06 .top_box06_wrap .top_box06_content {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #1f3a63;
  background: #fff;
  margin-bottom: 20px;
}

#wrapper .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: 22px;
}

#wrapper .top_box06 .top_box06_wrap .top_box06_content .top_box06_content_wrap {
  padding: 40px 20px 50px;
}

#wrapper .top_box06 .top_box06_wrap .top_box06_content .top_box06_content_wrap .top_box06_content_inner {
  max-width: 726px;
  margin: 0 auto;
}

#wrapper .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;
}

#wrapper .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: 24px;
  color: #1a1a1a;
}

#wrapper .top_box06 .top_box06_wrap .top_box06_content .top_box06_content_wrap .top_box06_content_inner .top_box06_content_txt span {
  font-size: 30px;
  font-weight: 900;
  color: #1f3a63;
  display: inline-block;
  background: linear-gradient(180deg, transparent 0%, transparent 70%, #ffec62 70%, #ffec62 100%);
}

#wrapper .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;
}

#wrapper .top_box06 .top_box06_wrap .top_box06_content_list dt {
  font-weight: 900;
  font-size: 20px;
  color: #1f3a63;
  position: relative;
  font-weight: bold;
}

#wrapper .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;
}

#wrapper .top_box06 .top_box06_wrap .top_box06_content_list dd {
  color: #1a1a1a;
  margin-left: 0;
  font-weight: bold;
}

#wrapper .top_box06 .top_box06_wrap .top_box06_bottom_txt {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 40px;
  margin-top: 12px;
}

#wrapper .top_box06 .top_box06_wrap .top_box06_btn a {
  box-shadow: 0 5px 0 #213a63;
  color: #213a63;
  background: #ffec62;
  font-weight: bold;
}

#wrapper .top_box06 .top_box06_wrap .top_box06_btn a span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

#wrapper .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;
}

/* /7カラム////////////////// */
#wrapper .top_box07 {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}

#wrapper .top_box07 .top_box07_tit.c-subsection__title {
  margin-bottom: 80px;
  font-size: 26px;
  color: #24272c;
  margin-top: 35px;
}

#wrapper .top_box07 .top_box07_tit.c-subsection__title span {
  font-size: 32px;
  color: #01968b;
}

#wrapper .top_box007 .top_box07_tit.c-subsection__title {
  margin-bottom: 80px;
  font-size: 26px;
  color: #24272c;
  margin-top: 35px;
}

#wrapper .top_box007 .top_box07_tit.c-subsection__title span {
  font-size: 32px;
  color: #01968b;
}

/* /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;
  margin-top: 32px;
}

/* /11カラム////////////////// */

.top_box11 {
  background: #f5f7fa;
  padding-bottom: 100px;
  padding-top: 100px;
}

/* ---------- ヒーロー ---------- */
.top_box11__hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 80px;
}

.top_box11__hero-logo img {
  height: 48px;
  width: auto;
  display: block;
}

.top_box11__hero-title {
  font-size: 32px;
  font-weight: 800;
  color: #002663;
}

.top_box11__hero-note {
  margin: 16px 0 0 0;
}

.top_box11__hero-aside img {
  height: 160px;
  width: auto;
  display: block;
}

/* ---------- カード共通 ---------- */
.top_box11__card {
  max-width: 1050px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 8px 8px 40px rgba(0, 38, 99, 0.03);
  padding: 80px 70px;
  margin: 0 auto;
}

.top_box11__card + .top_box11__card {
  margin-top: 56px;
}

/* セクション導入の細文（中央配置） */
.top_box11__section-lead {
  text-align: center;
  color: #002663;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 44px;
}

/* 2カラム行（左画像 520px 固定／右テキスト可変） */
.top_box11__row {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 50px;
  align-items: center;
  padding: 10px 6px 6px;
}

/* 左側ビジュアル（淡いシアンのグラデ背景） */
.top_box11__media {
  margin: 0;
}

.top_box11__media img {
  height: 300px;
  border-radius: 16px;
}

/* タイトル（青＋オレンジアクセント） */
.top_box11__h3 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  color: #002663;
  margin: 0;
}

.personal .top_box11__h3 span {
  color: #f29369;
}

.wellness .top_box11__h3 span {
  color: #f26980;
}

/* サブロゴ行（ロゴ + 仮名表記） */
.top_box11__sublogo {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 24px 0 0;
}

.top_box11__sublogo img {
  height: 30px;
  width: auto;
  display: block;
}

.top_box11__sublogo-ja {
  color: #002663;
}

/* 本文 */
.top_box11__text {
  line-height: 2;
  margin: 24px 0 16px;
}

/* ボタン（ネイビー系グラデ＋大きめ角丸のピル形） */
#wrapper .top_box11__btn {
  margin: 80px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 72px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 999px;
  background: linear-gradient(90deg, #002663 0%, #004d79 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
