@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --colorBg: #fff;
  --colorPrimary: #005CC5;
  --colorPoint: #0087c6;
  --colorBlack: #333333;
  --colorText: #333333;
}

:root {
  --box-shadow: 10rem 10rem 10rem 0 rgba(0, 0, 0, 0.20);
  --linear-gradient: linear-gradient(97deg, rgba(216, 241, 255, 0.24) -0.01%, rgba(202, 223, 253, 0.24) 50%, rgba(186, 196, 235, 0.24) 100.01%), rgba(255, 255, 255, 0.8);
}

:root {
  --fontGothic: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Noto Sans JP", sans-serif;
  --fontEnglish: "Lato", sans-serif;
}

:root {
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 16rem;
  --letterSpacing: 0.01em;
  --lineHeight: 1.8;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: 0.4s;
}

html {
  font-size: clamp(2.1875%, 0.0732064422vw, 6.25%);
}
@media (max-width: 768px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  background-color: var(--bodyBg);
  color: var(--colorText);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontGothic);
  line-height: var(--lineHeight);
  -webkit-font-feature-settings: var(--kerning);
          font-feature-settings: var(--kerning);
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
a:focus {
  text-decoration: none;
}
a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 768px) {
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
}

.c-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-button__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 24rem;
  background-color: var(--colorPrimary);
  color: #fff;
  border-radius: 100rem;
  display: flex;
  font-size: 16rem;
  font-weight: var(--weightBold);
  border: 2px solid #fff;
}
@media (hover: hover) {
  .c-button__link:hover {
    background-color: #fff;
    color: var(--colorPrimary);
    border: 2px solid var(--colorPrimary);
    opacity: 1;
  }
}
.c-button__link--white {
  background-color: #fff;
  color: var(--colorPrimary);
  border: 2px solid var(--colorPrimary);
}
@media (hover: hover) {
  .c-button__link--white:hover {
    background-color: var(--colorPrimary);
    color: #fff;
    border: 2px solid #fff;
    opacity: 1;
  }
}

.c-button__link--main {
  padding: 24rem 40rem;
  gap: 24rem;
  font-size: 24rem;
  border: 3px solid #fff;
}
@media (max-width: 768px) {
  .c-button__link--main {
    font-size: 18rem;
    padding: 14rem 24rem 14rem 32rem;
    border-width: 2px;
  }
}
.c-button__link--main::after {
  content: "";
  display: block;
  width: 40rem;
  height: 40rem;
  background-image: url("../../assets/image/common/image_arrow-white.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .c-button__link--main::after {
    width: 32rem;
    height: 32rem;
  }
}
@media (hover: hover) {
  .c-button__link--main:hover {
    border: 3px solid var(--colorPrimary);
  }
  .c-button__link--main:hover::after {
    background-image: url("../../assets/image/common/image_arrow-blue.webp");
  }
}

.c-button__link--main.c-button__link--white {
  border: 3px solid var(--colorPrimary);
}
.c-button__link--main.c-button__link--white::after {
  border-radius: 50rem;
  border: 2px solid var(--colorPrimary);
}
@media (hover: hover) {
  .c-button__link--main.c-button__link--white:hover {
    border: 3px solid var(--colorPrimary);
  }
  .c-button__link--main.c-button__link--white:hover::after {
    border: 2px solid #fff;
    background-image: url("../../assets/image/common/image_arrow-blue.webp");
  }
}

.c-section__title {
  font-weight: var(--weightBold);
  font-family: var(--fontEnglish);
  font-size: 70rem;
  color: var(--colorPrimary);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-section__title {
    font-size: 50rem;
    gap: 20rem;
  }
}
.c-section__title span {
  font-family: var(--fontGothic);
  font-size: 16rem;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
.c-section__title span::before {
  content: "";
  display: block;
  width: 60rem;
  height: 2px;
  background-color: #666;
}
@media (max-width: 768px) {
  .c-section__title span::before {
    width: 40rem;
  }
}
.c-section__title span.--after-line::before {
  content: none;
}
.c-section__title span.--after-line::after {
  content: "";
  display: block;
  width: 60rem;
  height: 2px;
  background-color: #666;
}
@media (max-width: 768px) {
  .c-section__title span.--after-line::after {
    width: 40rem;
  }
}

.c-section__copy {
  font-size: 32rem;
  line-height: 1.6;
  font-weight: var(--weightBold);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-section__copy {
    font-size: 24rem;
    margin-top: 40rem;
    white-space: nowrap;
  }
}

.c-section__text {
  margin-top: 24rem;
}

.c-section__title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .c-section__title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-section__copy-conainer {
  width: 540rem;
}

.to-top-button {
  position: fixed;
  bottom: 120rem;
  right: calc(50% - 580rem);
  width: 48rem;
  height: 48rem;
  visibility: hidden;
  opacity: 0;
  /* 初期は非表示 */
  z-index: 1000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.to-top-button img {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-filter: drop-shadow(0 4rem 16rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4rem 16rem rgba(0, 0, 0, 0.1));
}
@media (max-width: 768px) {
  .to-top-button {
    width: 36rem;
    height: 36rem;
    bottom: 40rem;
    right: 12rem;
  }
}

.to-top-button.is-show {
  visibility: visible;
  opacity: 1;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #F3F3F3;
}

.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200rem;
  height: 88rem;
  margin: 0 auto;
  padding: 0 80rem;
}
@media (max-width: 768px) {
  .l-header__inner {
    height: 60rem;
    padding: 8rem 20rem 8rem 26rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .l-header__inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 60rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.l-header__logo {
  width: 200rem;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 140rem;
    position: relative;
  }
}

.l-header__logo-link--main {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24rem;
  margin-left: 24rem;
}
@media (max-width: 768px) {
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    gap: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .l-header__nav-item {
    width: 100%;
    text-align: center;
  }
}

.l-header__nav-link {
  font-size: 16rem;
  font-weight: var(--weightBold);
}
@media (hover: hover) {
  .l-header__nav-link:hover {
    color: var(--colorPrimary);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .l-header__nav-link {
    padding: 16rem 0;
    display: block;
    width: 100%;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-size: 14rem;
  }
}

@media (max-width: 768px) {
  .l-header__nav-item:first-child .l-header__nav-link {
    border-top: 2px solid #fff;
  }
}

.l-header__button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16rem;
  margin-left: 24px;
}
@media (max-width: 768px) {
  .l-header__button-container {
    margin-top: 40rem;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .l-header__button .c-button__link {
    padding: 8rem 20rem;
  }
}

.l-header__menu {
  width: 24rem;
  height: 28rem;
  position: relative;
  z-index: 1000;
}
.l-header__menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--colorPrimary);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: left;
          transform-origin: left;
  border-radius: 3px;
}
.is-open .l-header__menu span {
  left: 4rem;
}
.l-header__menu span:nth-child(1) {
  position: absolute;
  top: 5rem;
}
.is-open .l-header__menu span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 4rem;
}
.l-header__menu span:nth-child(2) {
  position: absolute;
  top: calc(50% - 1px);
}
.is-open .l-header__menu span:nth-child(2) {
  -webkit-transform: none;
          transform: none;
  opacity: 0;
}
.l-header__menu span:nth-child(3) {
  position: absolute;
  bottom: 4rem;
}
.is-open .l-header__menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #25486F;
    padding: 120rem 48rem 24rem;
    z-index: 1000;
    max-width: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.is-open .l-header__nav {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .l-header__inner {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: 0;
    position: relative;
  }
}

.is-open .l-header__menu::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60rem;
  height: 60rem;
  content: "";
  display: block;
  background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
  max-width: none;
  border-radius: 30rem;
  border: 2px solid #fff;
}

@media (max-width: 768px) {
  .l-header__privacy {
    color: #fff;
    display: block;
    /* width: 100%; */
    text-align: center;
    margin-top: 40rem;
  }
}

.l-footer {
  padding: 80rem 0;
  background-color: #25486F;
  color: #fff;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 80rem 0 20rem;
  }
}

.l-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .l-footer__inner.l-wrapper {
    width: 335rem;
  }
}

.l-footer__logo {
  width: 200rem;
}

.l-footer__company {
  font-size: 18rem;
  font-weight: var(--weightBold);
}
@media (max-width: 768px) {
  .l-footer__company {
    font-size: 16rem;
  }
}

.l-footer__address {
  margin-top: 8rem;
  font-size: 14rem;
}

.l-footer__copyright {
  font-size: 12rem;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 10rem;
    text-align: center;
    margin-top: 80rem;
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40rem;
}
@media (max-width: 768px) {
  .l-footer__nav {
    width: 300rem;
    gap: 20rem;
    margin: 40rem auto 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}

.l-footer__item {
  font-size: 14rem;
  font-weight: var(--weightBold);
}

.l-footer__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
.l-footer__link::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 2px;
  background-color: #fff;
}

.l-footer__link--external {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
.l-footer__link--external::after {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  background-image: url(../../assets/image/common/icon_link.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.l-wrapper {
  width: 1000rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-wrapper {
    width: 320rem;
  }
}

.p-mv {
  padding: 240rem 0 200rem;
}
@media (max-width: 768px) {
  .p-mv {
    padding: 160rem 0 192rem;
  }
}

@media (max-width: 768px) {
  .p-mv__inner.l-wrapper {
    width: 335rem;
  }
}

.p-mv__copy {
  font-weight: var(--weightBold);
  font-size: 18rem;
  line-height: 1.6;
  margin-top: 24rem;
}
@media (max-width: 768px) {
  .p-mv__copy {
    font-size: 16rem;
  }
}

.p-mv__title {
  font-size: 40rem;
  font-weight: var(--weightBold);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-mv__title {
    font-size: 24rem;
    margin-top: 12rem;
  }
}
.p-mv__title span {
  color: var(--colorPrimary);
  font-size: 60rem;
  font-weight: var(--weightBold);
}
@media (max-width: 768px) {
  .p-mv__title span {
    font-size: 40rem;
  }
}

.p-mv .c-button {
  margin-top: 40rem;
}
@media (max-width: 768px) {
  .p-mv .c-button {
    margin: 32rem auto 0;
  }
}

.p-top__main {
  background-color: #BFD8EC;
  background-image: url(../../assets/image/top/bg_pc.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center -100rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top__main {
    background-image: url(../../assets/image/top/bg_sp.webp);
  }
}

.p-top__mission {
  padding: 80rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-top__mission {
    padding: 80rem 0;
  }
}
.p-top__mission::after {
  content: "";
  display: block;
  width: 1200rem;
  aspect-ratio: 1/1;
  background: -webkit-radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
  background: radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
  position: absolute;
  bottom: -100rem;
  left: 50%;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-top__mission::after {
    max-width: none;
    width: 800rem;
    bottom: auto;
    left: 0;
    top: 450rem;
  }
}

.p-top__mission-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-top__mission-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top__mission-container {
  width: 540rem;
}

.p-top__mission-text {
  margin-top: 24rem;
}
@media (max-width: 768px) {
  .p-top__mission-text {
    font-size: 14rem;
    line-height: 1.8;
  }
}

.p-top__mission-box {
  margin-top: 80rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 24rem;
  border: 2px solid #fff;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 60rem 0;
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .p-top__mission-box {
    margin-top: 40rem;
  }
}

@media (max-width: 768px) {
  .p-top__mission-box.l-wrapper {
    width: 335rem;
  }
}

.p-top__mission-title {
  text-align: center;
  font-size: 24rem;
  font-weight: var(--weightBold);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16rem;
}
@media (max-width: 768px) {
  .p-top__mission-title {
    font-size: 20rem;
    gap: 10rem;
  }
}
.p-top__mission-title::after {
  content: "";
  display: block;
  width: 13rem;
  height: 28rem;
  background-image: url("../../assets/image/top/image_equal.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.p-top__mission-item {
  width: 805rem;
  padding: 40rem;
  margin: 0 auto;
  margin-top: 16rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 16rem;
}
@media (max-width: 768px) {
  .p-top__mission-item {
    width: 300rem;
    padding: 40rem 10rem;
  }
}

.p-top__mission-item-title {
  color: var(--colorPrimary);
  font-size: 24rem;
  font-weight: var(--weightBold);
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top__mission-item-title {
    font-size: 20rem;
  }
}

.p-top__mission-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40rem;
}
@media (max-width: 768px) {
  .p-top__mission-item-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 22rem;
  }
}

.p-top__mission-item-content {
  width: 160rem;
}
@media (max-width: 768px) {
  .p-top__mission-item-content {
    width: 120rem;
  }
}

@media (max-width: 768px) {
  .p-top__mission-item--second .p-top__mission-item-content {
    width: 160rem;
  }
}

@media (max-width: 768px) {
  .p-top__mission-item--second .p-top__mission-item-title {
    font-size: 24rem;
  }
}

@media (max-width: 768px) {
  .p-top__mission-item--second .p-top__mission-item-content--large {
    width: 278rem;
  }
}

.p-top__mission-item-content--medium {
  width: 264rem;
}

.p-top__mission-item-content--large {
  width: 476rem;
}

.p-top__mission-item--second {
  margin-top: 62rem;
  position: relative;
}

.p-top__mission-item--second::before {
  content: "";
  display: block;
  background-image: url("../../assets/image/top/image_cross.svg");
  width: 30rem;
  height: 30rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -46rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-top__mission-item--second .p-top__mission-item-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48rem;
}

.p-top__mission-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16rem;
}

.p-top__mission-item-content p {
  font-size: 14rem;
  font-weight: var(--weightBold);
  text-align: center;
}

.p-top__mission-item-content span {
  font-size: 12rem;
}

.p-top__about {
  padding: 80rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-top__about {
    padding: 80rem 0;
  }
}
.p-top__about::after {
  content: "";
  display: block;
  width: 1200rem;
  aspect-ratio: 1/1;
  background: -webkit-radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
  background: radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
  position: absolute;
  bottom: -100rem;
  right: 50%;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-top__about::after {
    bottom: auto;
    width: 900rem;
    top: -400rem;
    right: -150rem;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .p-top__about::before {
    content: "";
    display: block;
    width: 1000rem;
    aspect-ratio: 1/1;
    background: -webkit-radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
    background: radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
    position: absolute;
    bottom: 300rem;
    left: -200rem;
    z-index: 0;
    max-width: none;
  }
}

.p-top__about-inner {
  position: relative;
  z-index: 1;
}

.p-top__about-container {
  margin-top: 80rem;
}
@media (max-width: 768px) {
  .p-top__about-container {
    margin-top: 40rem;
  }
}

.p-top__about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80rem;
}

.p-top__about-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .p-top__about-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-top__about-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-top__about-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-top__about-box {
  width: 480rem;
}
@media (max-width: 768px) {
  .p-top__about-box {
    width: 100%;
    margin-top: 20rem;
  }
}

.p-top__about-image {
  width: 480rem;
}

.p-top__about-box-title {
  font-size: 24rem;
  font-weight: var(--weightBold);
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-top__about-box-title {
    font-size: 20rem;
  }
}
.p-top__about-box-title::before {
  content: "";
  display: block;
  width: 10rem;
  height: 76rem;
  background-color: var(--colorPrimary);
}
@media (max-width: 768px) {
  .p-top__about-box-title::before {
    height: 100rem;
  }
}

@media (max-width: 768px) {
  .p-top__about-item:nth-child(2) .p-top__about-box-title::before {
    height: 64rem;
  }
}

.p-top__about-box p {
  margin-top: 24rem;
}
@media (max-width: 768px) {
  .p-top__about-box p {
    margin-top: 16rem;
    font-size: 14rem;
  }
}

.p-top__service {
  padding: 80rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-top__service {
    padding: 80rem 0;
  }
}
.p-top__service::after {
  content: "";
  display: block;
  width: 2000rem;
  aspect-ratio: 1/1;
  background: -webkit-radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
  background: radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
  position: absolute;
  bottom: -800rem;
  left: 20%;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-top__service::after {
    bottom: auto;
    width: 800rem;
    top: -100rem;
    left: auto;
    right: -100rem;
    max-width: none;
  }
}

.p-top__service-inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .p-top__service .c-section__copy {
    font-size: 32rem;
  }
}

@media (max-width: 768px) {
  .p-top__service .c-section__copy-conainer p {
    margin-top: 20rem;
  }
}

.p-top__service-container {
  margin-top: 80rem;
}
@media (max-width: 768px) {
  .p-top__service-container {
    width: 288rem;
    margin: 40rem auto 0;
  }
}

.p-top__service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .p-top__service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
  }
}

.p-top__service-item {
  width: 288rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 16rem;
  border: 2px solid #fff;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
}
@media (max-width: 768px) {
  .p-top__service-item {
    width: 100%;
  }
}

.p-top__service-item img {
  width: 200rem;
}

.p-top__service-item-title {
  color: var(--colorPrimary);
  font-size: 24rem;
  font-weight: var(--weightBold);
  line-height: 1.6;
  text-align: center;
  margin-top: 16rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-top__service-item-title {
    font-size: 20rem;
  }
}
.p-top__service-item-title span {
  font-size: 0.6em;
  vertical-align: top;
  color: #333;
}

.p-top__service-item-text {
  margin-top: 8rem;
  font-size: 16rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-top__service-item-text {
    font-size: 14rem;
  }
}

.p-top__service-note {
  margin-top: 24rem;
  text-align: right;
  font-size: 12rem;
  font-weight: var(--weightBold);
}

.p-top__message {
  padding: 80rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-top__message {
    padding: 80rem 0;
  }
}
.p-top__message::after {
  content: "";
  display: block;
  width: 1200rem;
  aspect-ratio: 1/1;
  background: -webkit-radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
  background: radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
  position: absolute;
  bottom: -600rem;
  right: 50%;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-top__message::after {
    bottom: -600rem;
    right: -100rem;
    max-width: none;
    width: 1000rem;
  }
}
@media (max-width: 768px) {
  .p-top__message::before {
    content: "";
    display: block;
    width: 900rem;
    aspect-ratio: 1/1;
    background: -webkit-radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
    background: radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
    position: absolute;
    top: -400rem;
    left: -100rem;
    z-index: 0;
    max-width: none;
  }
}

.p-top__message-inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .p-top__message-inner.l-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .p-top__message-inner .c-section__title-container {
    width: 335rem;
    margin: 0 auto;
  }
}

.p-top__message-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 80rem;
}
@media (max-width: 768px) {
  .p-top__message-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40rem;
  }
}

.p-top__message-image {
  width: 480rem;
}
@media (max-width: 768px) {
  .p-top__message-image {
    width: 100%;
  }
}

.p-top__message-box {
  width: 480rem;
}
@media (max-width: 768px) {
  .p-top__message-box {
    width: 335rem;
    margin: 40rem auto 0;
  }
}

.p-top__message-title {
  font-size: 24rem;
  font-weight: var(--weightBold);
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-top__message-title {
    font-size: 20rem;
    white-space: nowrap;
  }
}

.p-top__message-text {
  margin-top: 24rem;
  font-size: 16rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-top__message-text {
    font-size: 14rem;
  }
}

.p-top__member {
  padding: 80rem 0 170rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-top__member {
    padding: 80rem 0;
  }
}
.p-top__member::after {
  content: "";
  display: block;
  width: 1200rem;
  aspect-ratio: 1/1;
  background: -webkit-radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
  background: radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
  position: absolute;
  top: 800rem;
  left: 50%;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-top__member::after {
    left: 0;
    max-width: none;
    width: 900rem;
  }
}
.p-top__member::before {
  content: "";
  display: block;
  width: 2000rem;
  aspect-ratio: 1/1;
  background: -webkit-radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
  background: radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
  position: absolute;
  bottom: -800rem;
  right: 20%;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-top__member::before {
    bottom: 0;
    width: 1500rem;
  }
}

.p-top__member-inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .p-top__member-inner.l-wrapper {
    width: 328rem;
  }
}

@media (max-width: 768px) {
  .p-top__member-inner .c-section__title-container {
    width: 320rem;
    margin: 0 auto;
  }
}

.p-top__member-container {
  margin-top: 80rem;
}
@media (max-width: 768px) {
  .p-top__member-container {
    margin-top: 40rem;
  }
}

.p-top__member-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 32rem;
  grid-row-gap: 32rem;
  position: relative;
}
.p-top__member-list.--no-photo {
  display: block;
}
@media (max-width: 768px) {
  .p-top__member-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 768px) {
  .p-top__member-list::before {
    content: "";
    display: block;
    width: 800rem;
    aspect-ratio: 1/1;
    background: -webkit-radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
    background: radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 40%);
    position: absolute;
    top: 55%;
    right: -100rem;
    z-index: 0;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .p-top__member-list::after {
    content: "";
    display: block;
    width: 1000rem;
    aspect-ratio: 1/1;
    background: -webkit-radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 70%);
    background: radial-gradient(circle, #e6fefe 0%, rgba(191, 216, 236, 0) 70%);
    position: absolute;
    bottom: -440rem;
    left: -100rem;
    z-index: 0;
    max-width: none;
  }
}

.p-top__member-item {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 16rem;
  border: 2px solid #fff;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
  position: relative;
  z-index: 1;
}
.p-top__member-item.--no-photo {
  display: block;
  width: 484rem;
}
@media (max-width: 768px) {
  .p-top__member-item.--no-photo {
    margin-top: 32rem;
  }
}
.p-top__member-item.--no-photo + .--no-photo {
  margin-top: 32rem;
}
.p-top__member-item img {
  width: 280rem;
}
.p-top__member-item p {
  margin-top: 32rem;
}
@media (max-width: 768px) {
  .p-top__member-item p {
    margin-top: 16rem;
    font-size: 14rem;
    line-height: 1.8;
  }
}

.p-top__member-item-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16rem;
}
@media (max-width: 768px) {
  .p-top__member-item-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .p-top__member-item-photo .p-top__member-item-title {
    margin-top: 0;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
  }
}

.p-top__member-item-title {
  font-size: 24rem;
  font-weight: var(--weightBold);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media (max-width: 768px) {
  .p-top__member-item-title {
    margin-top: 16rem;
    font-size: 20rem;
  }
}
@media (max-width: 768px) {
  .p-top__member-item-title.--no-photo {
    margin-top: 0;
  }
}
.p-top__member-item-title span {
  color: var(--colorPrimary);
  font-size: 20rem;
}
@media (max-width: 768px) {
  .p-top__member-item-title span {
    font-size: 16rem;
  }
}

.p-top__member-item-wrapper .p-top__member-item-title {
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
}

.p-top__member-item-wrapper:first-child {
  grid-area: 1/1/2/3;
  position: relative;
}
@media (max-width: 768px) {
  .p-top__member-item-wrapper:first-child {
    grid-area: auto;
  }
}
.p-top__member-item-wrapper:first-child .p-top__member-item {
  width: 720rem;
  margin-left: auto;
  margin-top: 30rem;
}
@media (max-width: 768px) {
  .p-top__member-item-wrapper:first-child .p-top__member-item {
    width: 100%;
    margin-top: 0;
  }
}
.p-top__member-item-wrapper:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 320rem;
}
@media (max-width: 768px) {
  .p-top__member-item-wrapper:first-child img {
    position: static;
  }
}

.p-top__member-item-wrapper:nth-child(2) {
  grid-area: 2/1/3/3;
  position: relative;
}
@media (max-width: 768px) {
  .p-top__member-item-wrapper:nth-child(2) {
    grid-area: auto;
  }
}
.p-top__member-item-wrapper:nth-child(2) .p-top__member-item {
  width: 720rem;
  margin-top: 30rem;
}
@media (max-width: 768px) {
  .p-top__member-item-wrapper:nth-child(2) .p-top__member-item {
    width: 100%;
    margin-top: 0;
  }
}
.p-top__member-item-wrapper:nth-child(2) img {
  position: absolute;
  top: 0;
  right: 0;
  width: 320rem;
}
@media (max-width: 768px) {
  .p-top__member-item-wrapper:nth-child(2) img {
    position: static;
  }
}

.c-cta {
  padding: 80rem 0;
  position: relative;
}
.c-cta::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #25486F;
  opacity: 0.9;
  mix-blend-mode: color-burn;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-cta::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #25486F;
  opacity: 0.2;
  mix-blend-mode: lighten;
  position: absolute;
  top: 0;
  left: 0;
}
.c-cta .c-cta__inner {
  position: relative;
  z-index: 1;
}

.c-cta__title {
  font-size: 32rem;
  text-align: center;
  font-weight: var(--weightBold);
  color: #fff;
}
@media (max-width: 768px) {
  .c-cta__title {
    font-size: 24rem;
  }
}

.c-cta__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32rem;
  margin-top: 32rem;
}
@media (max-width: 768px) {
  .c-cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 292rem;
    gap: 24rem;
    margin: 40rem auto 0;
  }
}

@media (max-width: 768px) {
  .c-cta__container .c-button {
    width: 100%;
    height: 64rem;
  }
}

@media (max-width: 768px) {
  .c-cta__container .c-button__link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12rem;
    border-width: 2px;
  }
}

.c-bnr-area {
  padding: 40rem 0;
}
.c-bnr-area .c-bnr-area__inner {
  width: 1196px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-bnr-area .c-bnr-area__inner {
    width: 328rem;
  }
}
.c-bnr-area .c-bnr-area-banner {
  margin-top: 14px;
}
.c-bnr-area .c-bnr-area-banner-link {
  display: block;
  width: 100%;
  position: relative;
  z-index: 100;
}
.c-bnr-area .c-bnr-area-banner-link img {
  width: 100%;
}

@media (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

a[href^="tel:"] {
  cursor: default;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}/*# sourceMappingURL=style.css.map */