@charset "UTF-8";
@media screen and (max-width: 748px) {
  .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 749px) {
  .tabOnly {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .spOnly {
    display: none !important;
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

svg {
  max-width: 100%;
  height: auto;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: auto !important;
}

body {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  font-family: "LINE Seed JP", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.is-fixed {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 1720px) and (min-width: 768px) {
  html {
    font-size: 0.5813953488vw;
  }
}
* {
  color: var(--text-color, #3a3737);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

ul, ol {
  line-height: 1.5;
}

p {
  line-height: 1.8;
}

em, address {
  font-style: normal;
}

a {
  color: var(--text-color, inherit);
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

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

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

.img-fluid {
  width: var(--width-pc);
}

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

button {
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

.facility {
  --category-color: #109078;
}

.area {
  --category-color: #e5bc00;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
  body {
    font-size: 1.4rem;
  }
  .img-fluid {
    width: var(--width-sp);
  }
}
[data-category=製造部] {
  --category-color: #f67c25;
}

[data-category=営業部] {
  --category-color: #f87575;
}

[data-category=技術部], [data-category=品質管理部], [data-category=品質管理課] {
  --category-color: #47dfd2;
}

[data-category=工務部] {
  --category-color: #8b92aa;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 0.5em;
}
.mt-10 {
  margin-top: 1em;
}
.mt-15 {
  margin-top: 1.5em;
}
.mt-20 {
  margin-top: 2em;
}
.mt-sm {
  margin-top: 3.2rem;
}
.mt-md {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .mt-md {
    margin-top: 4rem;
  }
}
.mt-lg {
  margin-top: 7.2rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 0.5em;
}
.mb-10 {
  margin-bottom: 1em;
}
.mb-15 {
  margin-bottom: 1.5em;
}
.mb-20 {
  margin-bottom: 2em;
}
.mb-sm {
  margin-bottom: 3rem !important;
}
.mb-md {
  margin-bottom: 3.6rem !important;
}
.mb-lg {
  margin-bottom: 7.2rem !important;
}

.ms-auto {
  margin-left: auto;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-40 {
  padding-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  .pt-40 {
    padding-top: 3rem !important;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

.bg-01 {
  background-color: #fafcff;
}
.bg-02 {
  background-color: #fafcff;
}
.bg-dark {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bg-dark.is-active {
  background-color: #798389;
  --text-color: #fff;
}
.bg-gray {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bg-gray.is-active {
  background-color: #eff1f4;
}
.bg-white {
  background-color: #fff;
}
.bg-obj {
  background: url(../../assets/images/common/bg_obj.png) repeat center center/1rem;
}
.bg-radius {
  border-radius: 0.8rem;
}

.u-separator__round {
  margin-top: 18.8rem;
  padding-top: 0 !important;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .u-separator__round {
    margin-top: 3.8rem;
  }
}
.u-separator__round--object {
  width: 100%;
  min-width: 192rem;
  max-width: none;
  height: auto;
  position: absolute;
  bottom: calc(100% - 6rem);
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .u-separator__round--object {
    min-width: 0;
    bottom: calc(100% - 5rem);
  }
}
.u-separator__round--object svg {
  width: 100%;
  height: 100%;
}

.w-100 {
  width: 100%;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-sm {
  max-width: 62rem;
}
.w-md {
  max-width: 100rem;
}

.hr-01 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: none;
  border-top: 1px solid #ccc;
}

.u-text-serif {
  font-weight: 900;
}
.u-text-en {
  font-family: "Outfit", sans-serif;
}
.u-text-unset {
  font-family: initial;
}
.u-text-center {
  text-align: center;
}
.u-text-start {
  text-align: left;
}
.u-text-end {
  text-align: right;
}
.u-text-primary {
  --text-color: $primary;
}
.u-text-secondary {
  --text-color: $secondary;
}
.u-text-white {
  --text-color: #fff;
}
.u-text-black {
  --text-color: #000;
}
.u-text-gray {
  --text-color: #bebebe;
}
.u-text-tertiary {
  --text-color: $tertiary;
}
.u-text-xs {
  font-size: 1rem;
}
.u-text-sm {
  font-size: 1.2rem;
}
.u-text-lg {
  font-size: 2rem;
}
.u-text-xl {
  font-size: 2.4rem;
}
.u-text-xxl {
  font-size: 3.2rem;
}
.u-text-light {
  font-weight: 300;
}
.u-text-normal {
  font-weight: 400;
}
.u-text-medium {
  font-weight: 500;
}
.u-text-semibold {
  font-weight: 600;
}
.u-text-bold {
  font-weight: 700;
}
.u-text-extrabold {
  font-weight: 800;
}
.u-text-black {
  font-weight: 900;
}
.u-text-ls-0 {
  letter-spacing: 0;
}

.u-visually-hidden {
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-grid {
  display: grid !important;
}

.u-display-hidden {
  opacity: 0;
  visibility: hidden;
}
.u-display-none {
  display: none !important;
}
.u-display-block {
  display: block;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-position-relative {
  position: relative;
}

.u-zindex-1 {
  z-index: 1;
}
.u-zindex-2 {
  z-index: 2;
}
.u-zindex-3 {
  z-index: 3;
}
.u-zindex-4 {
  z-index: 4;
}
.u-zindex-5 {
  z-index: 5;
}
.u-zindex-9 {
  z-index: 9;
}
.u-zindex-99 {
  z-index: 99;
}
.u-zindex-999 {
  z-index: 999;
}
.u-zindex-9999 {
  z-index: 9999;
}

.u-link-image {
  display: block;
}
.u-link-image img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  .u-link-image:hover {
    opacity: 1;
  }
  .u-link-image:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.c-breadcrumbs {
  font-weight: 700;
  font-size: 1.4rem;
}
.c-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-breadcrumbs__inner > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumbs__inner > span:not(:last-child)::after {
  content: "";
  width: 0.7rem;
  height: 1.1rem;
  display: inline-block;
  background-image: url("../images/common/bc_arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-breadcrumbs__inner a {
  --text-color: #60a6f6;
}
.c-breadcrumbs__inner * {
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1rem;
  }
}
.c-navi__01 {
  margin-bottom: 15rem;
}
.c-navi__01--list {
  padding: 6rem 7.2rem;
  display: grid;
  background-color: #fff;
}
.c-navi__01--list[data-columns="4"] {
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}
.c-navi__01--item .c-btn__02 {
  width: 100%;
}
.c-navi__01--item .c-btn__02--arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-pager__archive {
  margin-top: 12rem;
}
.c-pager__archive--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pager__archive .page-numbers {
  width: 1.25em;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
}
.c-pager__archive .page-numbers.current {
  text-decoration: underline;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .c-navi__01 {
    margin-bottom: 5.4rem;
  }
  .c-navi__01--list {
    padding: 2rem 2rem;
  }
  .c-navi__01--list[data-columns="4"] {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-navi__01--item .c-btn__02 {
    height: 5rem;
    padding: 1.2rem;
    font-size: 1.2rem;
  }
  .c-navi__01--item .c-btn__02--arrow {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.c-btn__01 {
  width: 16rem;
  height: 4.2rem;
  padding: 0.5rem 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.3rem;
  background-color: var(--theme-color, #2950b4);
  -webkit-box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
          box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  --text-color: #fff;
}
.c-btn__01--accent01 {
  background-color: #47c8df;
}
@media (hover: hover) {
  .c-btn__01--accent01:hover {
    background-color: #23a6bd;
    opacity: 1;
  }
}
.c-btn__01--accent02 {
  background-color: #5bd7d7;
}
@media (hover: hover) {
  .c-btn__01--accent02:hover {
    background-color: #0ebcbc;
    opacity: 1;
  }
}
.c-btn__01--arrow {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn__02 {
  width: 35rem;
  max-width: 100%;
  height: 8rem;
  padding: 0.5rem 2rem 0.5rem 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
          box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  --text-color: #fff;
}
@media (hover: hover) {
  .c-btn__02:hover {
    cursor: pointer;
    opacity: 1;
  }
}
.c-btn__02--secondary {
  background-color: #60a6f6;
}
@media (hover: hover) {
  .c-btn__02--secondary:hover {
    background-color: #3b81d0;
    opacity: 1;
  }
}
.c-btn__02--primary {
  background-color: #2950b4;
}
@media (hover: hover) {
  .c-btn__02--primary:hover {
    background-color: #0e3087;
    opacity: 1;
  }
}
.c-btn__02--gray {
  background-color: #aaa;
}
@media (hover: hover) {
  .c-btn__02--gray:hover {
    background-color: #999;
    opacity: 1;
  }
}
.c-btn__02--back {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-btn__02--back .c-btn__02--arrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-btn__02 .u-text-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-btn__02.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn__02--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-btn__02--arrow {
  width: 3.6rem;
  height: 3.6rem;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.c-btn__02--arrow::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__02--arrow::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__02--arrow svg {
  margin-left: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__03 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4;
}
.c-btn__03--blue {
  color: #2950b4;
  --text-color: $primary;
}
.c-btn__03--blue .c-btn__03--arrow {
  background-color: rgba(96, 166, 246, 0.4);
}
.c-btn__03--blue .c-btn__03--arrow::before {
  background-color: rgba(96, 166, 246, 0.6);
}
.c-btn__03--blue .c-btn__03--arrow::after {
  background-color: #60a6f6;
}
.c-btn__03--arrow {
  width: 8rem;
  height: 8rem;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-btn__03--arrow::before {
  content: "";
  width: 6.3rem;
  height: 6.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__03--arrow::after {
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__03--arrow svg {
  margin-left: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .c-btn__03:hover {
    opacity: 1;
  }
  .c-btn__03:hover .c-btn__03--arrow {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-btn__03:hover .c-btn__03--arrow::before, .c-btn__03:hover .c-btn__03--arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.c-btn__imgcard {
  padding: 1rem 1rem 1rem 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.5rem;
  background-color: #60a6f6;
  -webkit-box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
          box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .c-btn__imgcard:hover {
    background-color: #3b81d0;
    opacity: 1;
  }
}
.c-btn__imgcard--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-btn__imgcard--label {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1;
  --text-color: #fff;
}
.c-btn__imgcard--label small {
  font-size: 2.2rem;
}
.c-btn__imgcard--arrow {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.c-btn__imgcard--arrow::before {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__imgcard--arrow::after {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__imgcard--arrow svg {
  margin-left: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__imgcard--img {
  max-width: 52rem;
  overflow: hidden;
  border-radius: 0.3rem;
}
.c-btn__banner--buttons {
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.c-btn__banner--item {
  width: 85rem;
  max-width: 100%;
  height: 30rem;
  padding: 5rem 11rem 5rem 8.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
          box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
  font-size: 2.8rem;
  line-height: 1.5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  --text-color: #fff;
}
@media (hover: hover) {
  .c-btn__banner--item:hover {
    opacity: 1;
  }
}
.c-btn__banner--title {
  text-align: center;
}
.c-btn__banner--label {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  line-height: 1;
}
.c-btn__banner--label::before, .c-btn__banner--label::after {
  content: "ー";
}
.c-btn__banner--main {
  font-weight: 700;
  font-size: 4.6rem;
}
.c-btn__banner--accent01 {
  background-color: #47c8df;
}
@media (hover: hover) {
  .c-btn__banner--accent01:hover {
    background-color: #23a6bd;
  }
}
.c-btn__banner--accent02 {
  background-color: #5bd7d7;
}
@media (hover: hover) {
  .c-btn__banner--accent02:hover {
    background-color: #0ebcbc;
  }
}
.c-btn__banner--arrow {
  width: 8rem;
  height: 8rem;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.c-btn__banner--arrow::before {
  content: "";
  width: 6.3rem;
  height: 6.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__banner--arrow::after {
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__banner--arrow svg {
  margin-left: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__card--inner {
  padding-top: 9rem;
  padding-bottom: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0.5rem;
}
.c-btn__card--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.c-btn__card--item {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
          box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-btn__card--item a {
  width: 38rem;
  max-width: 100%;
  height: 27.4rem;
  padding: 15rem 3rem 4rem 4rem;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  --text-color: #fff;
}
@media (hover: hover) {
  .c-btn__card--item a:hover {
    opacity: 1;
  }
}
.c-btn__card--secondary {
  background-color: #60a6f6;
}
.c-btn__card--secondary .c-btn__card--icon {
  background-color: #60a6f6;
}
@media (hover: hover) {
  .c-btn__card--secondary:hover {
    background-color: #3b81d0;
  }
  .c-btn__card--secondary:hover .c-btn__card--icon {
    background-color: #3b81d0;
  }
}
.c-btn__card--primary {
  background-color: #2950b4;
}
.c-btn__card--primary .c-btn__card--icon {
  background-color: #2950b4;
}
@media (hover: hover) {
  .c-btn__card--primary:hover {
    background-color: #0e3087;
  }
  .c-btn__card--primary:hover .c-btn__card--icon {
    background-color: #0e3087;
  }
}
.c-btn__card--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-btn__card--icon {
  width: 16rem;
  height: 16rem;
  position: absolute;
  top: -4rem;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-btn__card--arrow {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.c-btn__card--arrow::before {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__card--arrow::after {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn__card--arrow svg {
  margin-left: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .c-btn__01 {
    width: 7.5rem;
    height: 2.4rem;
    padding: 0.5rem 1em;
    font-size: 1.2rem;
  }
  .c-btn__01--arrow {
    display: none;
  }
  .c-btn__02 {
    width: 25rem;
    height: 6.2rem;
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: 1.4rem;
  }
  .c-btn__02--arrow {
    width: 2.2rem;
    height: 2.2rem;
  }
  .c-btn__03 {
    gap: 2rem;
    font-size: 1.4rem;
  }
  .c-btn__03--arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
  .c-btn__03--arrow::before {
    width: 2.9rem;
    height: 2.9rem;
  }
  .c-btn__03--arrow::after {
    width: 2.1rem;
    height: 2.1rem;
  }
  .c-btn__03--arrow svg {
    width: 0.7rem;
  }
  .c-btn__imgcard {
    padding: 0.6rem 0.6rem 0.6rem 2rem;
    border-radius: 2px;
  }
  .c-btn__imgcard--title {
    gap: 0.4rem;
  }
  .c-btn__imgcard--label {
    font-size: 2rem;
  }
  .c-btn__imgcard--label small {
    font-size: 1.2rem;
  }
  .c-btn__imgcard--arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
  .c-btn__imgcard--arrow::before {
    width: 1.9rem;
    height: 1.9rem;
  }
  .c-btn__imgcard--arrow::after {
    width: 1.4rem;
    height: 1.4rem;
  }
  .c-btn__imgcard--arrow svg {
    width: 0.5rem;
  }
  .c-btn__imgcard--img {
    max-width: 16.6rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-btn__banner--buttons {
    padding-bottom: 3rem;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-btn__banner--item {
    height: 13.9rem;
    padding: 2rem 1.6rem 2rem 2.8rem;
    border-radius: 2px;
  }
  .c-btn__banner--label {
    gap: 2rem;
    font-size: 1.6rem;
  }
  .c-btn__banner--main {
    font-size: 2.8rem;
  }
  .c-btn__banner--arrow {
    width: 6rem;
    height: 6rem;
  }
  .c-btn__banner--arrow::before {
    width: 4.8rem;
    height: 4.8rem;
  }
  .c-btn__banner--arrow::after {
    width: 3.5rem;
    height: 3.5rem;
  }
  .c-btn__banner--arrow svg {
    width: 1.2rem;
  }
  .c-btn__card--inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-btn__card--column {
    width: 100%;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-btn__card--item a {
    width: 100%;
    height: 8rem;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 2px;
    text-align: center;
    font-size: 1.8rem;
  }
  .c-btn__card--body, .c-btn__card--label {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-btn__card--icon {
    width: auto;
    height: auto;
    position: unset;
    border: none;
    background: none;
    -webkit-transform: none;
            transform: none;
  }
  .c-btn__card--arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
  .c-btn__card--arrow::before {
    width: 2.9rem;
    height: 2.9rem;
  }
  .c-btn__card--arrow::after {
    width: 2.1rem;
    height: 2.1rem;
  }
  .c-btn__card--arrow svg {
    width: 0.7rem;
  }
}
.c-heading__01 {
  color: #c0deff;
  letter-spacing: 0;
  font-size: clamp(5.8rem, 7.7083333333vw, 14.8rem);
  line-height: 1.2;
}
.c-heading__02 + * {
  margin-top: 4rem;
}
.c-heading__02 > span {
  display: block;
  letter-spacing: 0;
}
.c-heading__02--ja {
  color: #2950b4;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.3541666667vw, 2.6rem);
  line-height: 1.8;
}
.c-heading__02--en {
  color: #60a6f6;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(5.6rem, 5.1041666667vw, 9.8rem);
  line-height: 1;
}
.c-heading__03 {
  margin-bottom: 0.75em;
  color: #2950b4;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.1458333333vw, 2.2rem);
}
.c-heading__04 {
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
  color: #2950b4;
  font-weight: 700;
  font-size: clamp(2.6rem, 2.8125vw, 5.4rem);
  line-height: 1.2;
}
.c-heading__04::before {
  content: "";
  width: 0.65em;
  position: absolute;
  top: 0.3em;
  left: 0;
  background: url("../images/common/heading04_icon.svg") no-repeat center center/contain;
  aspect-ratio: 1;
}
.c-heading__04--mid {
  padding-left: 1.375em;
  font-size: 3.2rem;
}
.c-heading__04--mid::before {
  width: 0.75em;
  top: 0.2em;
}

.animFill span {
  position: relative;
}
.animFill span::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.animFill span.is-animated::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@media screen and (max-width: 767px) {
  .c-heading__02 + * {
    margin-top: 3rem;
  }
  .c-heading__02--ja {
    margin-bottom: 0;
  }
}
.c-slider__peoples--card {
  -webkit-box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
          box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
}
.c-slider__peoples--img {
  position: relative;
  overflow: hidden;
  border: 0.8rem solid #fff;
  border-radius: 0.3rem;
}
.c-slider__peoples--img::before {
  content: "";
  width: 100%;
  height: 11rem;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: screen;
}
.c-slider__peoples--img img {
  width: 100%;
  height: auto;
}
.c-slider__peoples--img figcaption {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-slider__peoples--badge {
  padding: 0.6rem 2rem;
  border-radius: 6rem;
  background-color: var(--category-color, #8b92aa);
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.c-slider__peoples--status {
  font-weight: 700;
  font-size: 1.4rem;
  --text-color: #2950b4;
}
.c-slider__peoples--description {
  margin-top: 0.75em;
  font-weight: 700;
  font-size: 2rem;
}
.c-slider__peoples--description p {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-slider__peoples--img {
    border-width: 0.6rem;
  }
  .c-slider__peoples--img::before {
    height: 6rem;
    opacity: 0.5;
  }
  .c-slider__peoples--img figcaption {
    gap: 1rem;
  }
  .c-slider__peoples--badge {
    font-size: 1.2rem;
  }
  .c-slider__peoples--status {
    font-size: 1.2rem;
  }
  .c-slider__peoples--description {
    font-size: 1.6rem;
  }
}
.c-list__disc li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list__disc li::before {
  content: "・";
}
.c-list__space-sm {
  margin: 0.25em 0;
}
.c-list__space-sm li + li {
  margin-top: 0.25em;
}

.c-tab__menu {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 5px solid #2950b4;
}
.c-tab__menu--item {
  width: 100%;
  height: 7.4rem;
  border-radius: 0.3rem 0.3rem 0 0;
  background-color: #60a6f6;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
}
.c-tab__menu--item.is-active {
  background-color: #2950b4;
  color: #fff;
  pointer-events: none;
}
.c-tab__panel {
  margin-top: 2.4rem;
}
.c-tab__panel--box {
  display: none;
}
.c-tab__panel--box.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-tab__menu--item {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-tab__menu--item:hover {
    background-color: #2950b4;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-tab__menu {
    margin-bottom: 4rem;
    gap: 2px;
    border-bottom-width: 3px;
  }
  .c-tab__menu--item {
    height: 4.6rem;
    font-size: 1.6rem;
  }
}
.c-table__01--inner {
  padding: 4rem 0;
  display: grid;
  grid-template-columns: 17.8rem 1fr;
  border-bottom: 1px solid #dbe0f0;
}
.c-table__01--inner:first-child {
  padding-top: 0;
}
.c-table__01--head {
  padding-right: 1em;
  color: #2950b4;
  font-weight: 700;
  font-size: 1.8rem;
}
.c-table__01--detail a {
  color: #60a6f6;
  text-decoration: underline;
  font-weight: 700;
}
@media (hover: hover) {
  .c-table__01--detail a:hover {
    opacity: 0.7;
  }
}
.c-table__01--detail p + p {
  margin-top: 1.2em;
}

@media screen and (max-width: 767px) {
  .c-table__01--inner {
    padding: 2.5rem 0;
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .c-table__01--head {
    padding-right: 0;
    font-size: 1.6rem;
  }
  .c-table__01--detail {
    font-size: 1.4rem;
  }
}
.l-header {
  width: 100%;
  position: fixed;
  top: 2rem;
  left: 0;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.l-header.is-hide {
  -webkit-transform: translateY(calc(-100% - 2rem));
          transform: translateY(calc(-100% - 2rem));
}
.l-header__inner {
  height: 10rem;
  padding: 0 6rem 0 2rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo {
  width: 100%;
  max-width: 34.2rem;
  height: 10rem;
  margin-right: auto;
  padding: 1.2rem 1em;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header__logo:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 0.8rem 0;
  background: url(../../assets/images/common/bg_obj.png) repeat center center/1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__logo span, .l-header__logo h1 {
  display: block;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.l-header__logo--sub {
  margin-top: 1.5rem;
  color: #60a6f6;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header__buttons {
  padding: 1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.3rem;
  background-color: #fff;
}
.l-header__buttons--label {
  margin-right: 3.1rem;
  color: #2950b4;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.l-header__buttons .c-btn__01 + .c-btn__01 {
  margin-left: 1rem;
}
.l-header__nav {
  padding: 12rem 13.3rem 12.3rem 16.7rem;
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 9.3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0 0 0 1.8rem;
  background-color: #fafcff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.l-header__menu--parent {
  padding: 3rem 0;
  border-bottom: 1px solid #dbe0f0;
}
.l-header__menu--parent > .l-header__menu--item .l-header__menu--ja {
  margin-top: 1rem;
}
.l-header__menu--item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__menu--item img {
  margin-right: 1rem;
}
.l-header__menu--en {
  color: #60a6f6;
  letter-spacing: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.2;
}
.l-header__menu--en + .l-header__menu--ja {
  margin-left: 2rem;
}
.l-header__menu--ja {
  color: #2950b4;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
.l-header__menu--label {
  color: #bebebe;
  font-size: 1.3rem;
}
.l-header__menu--child {
  margin-top: 2rem;
  margin-left: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 6rem;
}
.l-header__menu--child li {
  min-width: 8.7rem;
}
.l-header__menu--child a {
  color: #8b92aa;
  font-size: 1.6rem;
}
.l-header__menu--child a:before {
  content: "-";
  margin-right: 1rem;
}
.l-header__menu--right .l-header__menu--parent {
  border: none;
}
.l-header__menu--buttons {
  margin-top: 1.8rem;
}
.l-header__menu--buttons .c-btn__02 + .c-btn__02 {
  margin-top: 0.5rem;
}
.l-header__menu--corporate {
  padding: 3rem 2rem;
  border-radius: 0.3rem;
  background-color: #dbe0f0;
}
.l-header__menu--corporate li {
  padding-bottom: 1em;
  border-bottom: 1px solid #8b92aa;
}
.l-header__menu--corporate li:not(:first-child) {
  margin-top: 2rem;
}
.l-header__menu--corporate a {
  color: #8b92aa;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-header__hamburger {
  width: 6.2rem;
  height: 6.2rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 0.3rem;
  background: transparent;
  background-color: #2950b4;
  cursor: pointer;
}
.l-header__hamburger--inner {
  width: 2.5rem;
  height: 2rem;
  position: relative;
}
.l-header__hamburger--inner > span {
  width: 100%;
  height: 0.4rem;
  position: absolute;
  left: 0;
  border-radius: 0.4rem;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-header__hamburger--inner > span:nth-child(1) {
  top: 0;
}
.l-header__hamburger--inner > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__hamburger--inner > span:nth-child(3) {
  top: calc(100% - 0.4rem);
}
.l-header__hamburger.is-open .l-header__hamburger--inner > span:nth-child(1) {
  -webkit-transform: translateY(0.8rem) rotate(45deg);
          transform: translateY(0.8rem) rotate(45deg);
}
.l-header__hamburger.is-open .l-header__hamburger--inner > span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(-50%) scaleX(0);
          transform: translateY(-50%) scaleX(0);
}
.l-header__hamburger.is-open .l-header__hamburger--inner > span:nth-child(3) {
  -webkit-transform: translateY(-0.8rem) rotate(-45deg);
          transform: translateY(-0.8rem) rotate(-45deg);
}
.l-header.is-open .l-header__nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header.is-active .l-header__logo:before {
  opacity: 0;
}

.lower .l-header__logo:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-header__menu--child {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 1rem;
  }
  .l-header__inner {
    height: 3.9rem;
    padding: 0 2rem 0 1rem;
    gap: 0 1rem;
  }
  .l-header__logo {
    max-width: 13.3rem;
    height: 3.9rem;
    padding: 0.5rem 0.5rem;
    border-radius: 0 0 1.8rem 0;
  }
  .l-header__logo span {
    line-height: 0.7;
  }
  .l-header__logo--sub {
    margin-top: 0;
    font-size: 1rem;
  }
  .l-header__buttons {
    padding: 0;
    background: none;
  }
  .l-header__buttons--label {
    display: none;
  }
  .l-header__buttons .c-btn__01 + .c-btn__01 {
    margin-left: 0.5rem;
  }
  .l-header__nav {
    height: 100vh;
    padding: 1.5rem 2rem 0;
    gap: 0;
    overflow: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0;
  }
  .l-header__menu {
    width: 100%;
  }
  .l-header__menu--right {
    width: 100%;
  }
  .l-header__menu--parent {
    padding: 2rem 0;
  }
  .l-header__menu--parent > .l-header__menu--item .l-header__menu--ja {
    margin-top: 0.6rem;
  }
  .l-header__menu--en {
    font-size: 2.8rem;
  }
  .l-header__menu--en + .l-header__menu--ja {
    margin-left: 1rem;
  }
  .l-header__menu--ja {
    font-size: 1.4rem;
  }
  .l-header__menu--child {
    margin-left: 4rem;
    gap: 1rem 3rem;
  }
  .l-header__menu--child a {
    font-size: 1.4rem;
  }
  .l-header__menu--buttons {
    margin-top: 2rem;
  }
  .l-header__menu--buttons .c-btn__02 {
    width: 100%;
    height: 8rem;
    padding-right: 2.2rem;
    padding-left: 3rem;
    font-size: 1.8rem;
  }
  .l-header__menu--corporate {
    margin-top: 2rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 2rem;
    border-radius: 0;
  }
  .l-header__menu--corporate li {
    padding-bottom: 1rem;
  }
  .l-header__menu--corporate a {
    font-size: 1.4rem;
  }
  .l-header__hamburger {
    width: 3rem;
    height: 3rem;
  }
  .l-header__hamburger--inner {
    width: 1.2rem;
    height: 1rem;
  }
  .l-header__hamburger--inner > span {
    height: 2px;
  }
  .l-header__hamburger--inner > span:nth-child(3) {
    top: calc(100% - 2px);
  }
  .l-header__hamburger.is-open .l-header__hamburger--inner > span:nth-child(1) {
    -webkit-transform: translateY(0.4rem) rotate(45deg);
            transform: translateY(0.4rem) rotate(45deg);
  }
  .l-header__hamburger.is-open .l-header__hamburger--inner > span:nth-child(3) {
    -webkit-transform: translateY(-0.4rem) rotate(-45deg);
            transform: translateY(-0.4rem) rotate(-45deg);
  }
  .l-header.is-open {
    height: 100svh;
    padding-top: 1rem;
    top: 0;
    overflow: scroll;
    background: url(../../assets/images/common/bg_obj.png) repeat center center/1rem;
  }
  .l-header.is-open .l-header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header.is-open .l-header__logo {
    display: none;
  }
  .l-header.is-open .l-header__buttons {
    display: none;
  }
  .l-header.is-open .l-header__nav {
    height: auto;
    position: static;
  }
}
.l-main {
  position: relative;
}
.l-main__block {
  margin-bottom: 12rem;
}
.l-main__block[class*=bg-] {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.l-main__block[class*=bg-] + .l-main__block[class*=bg-] {
  padding-top: 0;
}
.l-main__container {
  max-width: 182rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.l-main__container + .l-main__container {
  margin-top: 14rem;
}
.l-main__container.is-full {
  max-width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
}
.l-main__container.is-md {
  max-width: 162rem;
}
.l-main__container.c-innerHero {
  margin-bottom: 1rem;
}
.l-main__container--mid {
  max-width: 150rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.l-main__container--small {
  max-width: 130rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.l-main__container--inner {
  max-width: 140rem;
  margin-right: auto;
  margin-left: auto;
}
.l-main__mask {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.l-main__mask img {
  width: 100%;
}
.l-main__mask--parent {
  position: relative;
  z-index: 2;
}
.l-main__mask--parent .l-main__container {
  position: relative;
  z-index: 3;
}
.l-main__maskTop {
  top: 0;
}
.l-main__maskBottom {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-main__block {
    margin-bottom: 5.6rem;
  }
  .l-main__block--noGap {
    margin-bottom: 0;
  }
  .l-main__block[class*=bg-] {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .l-main__container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .l-main__container + .l-main__container {
    margin-top: 20rem;
  }
  .l-main__container.is-md {
    margin-right: 2rem;
    margin-left: 2rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .l-main__container.c-innerHero {
    margin-bottom: 1rem;
  }
  .l-main__container--mid, .l-main__container--small {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .l-main__container.bg-obj {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.l-common__headline {
  margin-bottom: 12rem;
  position: relative;
  z-index: 2;
}
.l-common__headline--container {
  padding-top: 28rem;
}
.l-common__headline--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-common__headline--title-en {
  color: #60a6f6;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(2.8rem, 2.5vw, 4.8rem);
  line-height: 1;
}
.l-common__headline--title-ja {
  color: #2950b4;
  font-weight: 700;
  font-size: clamp(3.6rem, 3.5416666667vw, 6.8rem);
  line-height: 1.5;
}
.l-common__headline .c-breadcrumbs {
  margin-top: 5rem;
}
.l-common__headline--ellipse {
  position: absolute;
  z-index: -1;
  display: block;
  border-radius: 50%;
  background: rgba(255, 254, 246, 0.8);
  opacity: 0.75;
  -webkit-filter: blur(3rem);
          filter: blur(3rem);
  aspect-ratio: 1;
}
.l-common__headline--ellipse.ellipse01 {
  width: 36rem;
  top: -6.2rem;
  right: calc(50% + 60rem);
}
.l-common__headline--ellipse.ellipse02 {
  width: 43.2rem;
  top: 6rem;
  left: calc(50% + 39.5rem);
}
.l-common__headline--ellipse.ellipse03 {
  width: 43.2rem;
  top: -4.2rem;
  right: calc(50% - 2.4rem);
}
.l-common__headline--ellipse.ellipse04 {
  width: 28rem;
  top: 28.4rem;
  left: calc(50% + 78.5rem);
}
.l-common__headline--ellipse.ellipse05 {
  width: 52rem;
  top: 17.2rem;
  right: calc(50% + 30.8rem);
}
.l-common__headline--ellipse.ellipse06 {
  width: 23rem;
  top: 62.8rem;
  right: calc(50% + 57.8rem);
}
.l-common__page-navi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-radius: 0.5rem;
}
.l-common__page-navi--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-common__page-navi--inner .c-btn__02 {
  width: 78rem;
  height: 18rem;
  margin: 0;
  padding: 0 4rem 0 6rem;
  font-size: 3.2rem;
}
.l-common__page-navi--inner .c-btn__02--arrow {
  width: 8rem;
  height: 8rem;
}
.l-common__page-navi--inner .c-btn__02--arrow::before {
  width: 6.2rem;
  height: 6.2rem;
}
.l-common__page-navi--inner .c-btn__02--arrow::after {
  width: 4.5rem;
  height: 4.5rem;
}
.l-common__page-navi--inner .c-btn__02--arrow svg {
  width: 1.2rem;
  height: auto;
  margin-left: 0.3rem;
}
.l-common__contact--btn {
  width: 100%;
  height: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.6rem;
}
.l-common__contact--btn--icon {
  width: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1;
}
.l-common__contact--btn--icon svg {
  width: 2.7rem;
}
.l-common__contact--btn--text {
  letter-spacing: 0;
  font-weight: 700;
}
.l-common__contact--btn--text span {
  letter-spacing: 0;
  font-size: 2.8rem;
}
.l-common__recruit {
  position: relative;
  z-index: 2;
}
.l-common__recruit--column {
  padding-top: 21.6rem;
  padding-bottom: 21.6rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-common__recruit--column::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
  background-color: rgba(65, 65, 76, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-common__recruit--column:hover::before {
    opacity: 1;
  }
}
.l-common__recruit--catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-common__recruit--catch .text-en {
  font-size: 8.8rem;
  line-height: 1;
}
.l-common__recruit--catch .text-jp {
  margin-top: 1em;
  letter-spacing: 0.3em;
  font-size: 2.4rem;
  line-height: 1.6;
}
.l-common__recruit--bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .common__contact--column {
    display: grid;
    grid-template-columns: 1fr 50.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common__contact--header .heading__01 {
    margin-bottom: 4.8rem;
  }
  .common__contact--header p {
    font-size: 2rem;
  }
  .common__navi--item .image img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .common__navi--item:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .l-common__headline {
    margin-bottom: 4rem;
  }
  .l-common__headline--container {
    padding-top: 9rem;
  }
  .l-common__headline.md-lg {
    margin-bottom: 12rem !important;
  }
  .l-common__headline--title {
    gap: 0.8rem;
  }
  .l-common__headline--title-ja {
    line-height: 1.2;
  }
  .l-common__headline .c-breadcrumbs {
    margin-top: 3.8rem;
  }
  .l-common__page-navi {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .l-common__page-navi--inner {
    gap: 3rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-common__page-navi--inner .c-heading__02--en {
    font-size: 4.6rem;
  }
  .l-common__page-navi--inner .c-btn__02 {
    width: 100%;
    height: 6.8rem;
    margin: 0;
    padding: 0 1.4rem 0 2rem;
    font-size: 1.6rem;
  }
  .l-common__page-navi--inner .c-btn__02--arrow {
    width: 3.8rem;
    height: 3.8rem;
  }
  .l-common__page-navi--inner .c-btn__02--arrow::before {
    width: 3rem;
    height: 3rem;
  }
  .l-common__page-navi--inner .c-btn__02--arrow::after {
    width: 2.2rem;
    height: 2.2rem;
  }
  .l-common__page-navi--inner .c-btn__02--arrow svg {
    width: 0.6rem;
    margin-left: 0.2rem;
  }
}
.l-footer .l-main__container {
  max-width: 150rem;
}
.l-footer__top {
  padding: 32.8rem 0 8.2rem;
  position: relative;
  background: url(../../assets/images/common/bg_footer.jpg) no-repeat center center/cover;
}
.l-footer__top--container {
  position: relative;
  z-index: 1;
}
.l-footer__obj {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-footer__obj svg {
  width: 100%;
  height: auto;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__logo span {
  display: block;
  text-align: center;
  line-height: 1;
}
.l-footer__logo--sub {
  margin-top: 1.5rem;
  color: #60a6f6;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
}
.l-footer__sns {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__menu--parent + .l-footer__menu--parent {
  margin-top: 4rem;
}
.l-footer__menu--parent > a {
  display: inline-grid;
  gap: 2px;
}
.l-footer__menu--en {
  color: #60a6f6;
  letter-spacing: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.2;
}
.l-footer__menu--ja {
  color: #2950b4;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-footer__menu--child {
  margin-top: 1rem;
}
.l-footer__menu--child li + li {
  margin-top: 1rem;
}
.l-footer__menu--child a {
  color: #8b92aa;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
.l-footer__menu--child a::before {
  content: "-";
  margin-right: 1rem;
}
.l-footer__menu--corporate li + li {
  margin-top: 2.5rem;
}
.l-footer__menu--corporate a {
  padding-bottom: 0.5rem;
  position: relative;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
.l-footer__menu--corporate a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: width 0.3s ease, left 0.3s ease;
  transition: width 0.3s ease, left 0.3s ease;
}
@media (hover: hover) {
  .l-footer__menu--corporate a:hover::after {
    width: 20px;
    left: calc(50% - 5px);
  }
}
.l-footer__bottom {
  padding: 4rem 0 4.8rem;
  background-color: #2950b4;
  --text-color: #fff;
}
.l-footer__bottom--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-footer__bottom--menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.l-footer__copy {
  color: #afc0df;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .l-footer .l-main__container {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
  .l-footer__top {
    padding: 17.8rem 0 8rem;
    background: url(../../assets/images/common/bg_footer_sp.jpg) no-repeat center bottom/contain;
  }
  .l-footer__inner {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__brand {
    width: 100%;
    text-align: center;
  }
  .l-footer__logo--sub {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .l-footer__sns {
    margin-top: 2.3rem;
  }
  .l-footer__nav {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__menu--parent + .l-footer__menu--parent {
    margin-top: 2rem;
  }
  .l-footer__menu--en {
    font-size: 2.2rem;
  }
  .l-footer__menu--ja {
    font-size: 1.4rem;
  }
  .l-footer__menu--child li + li {
    margin-top: 0.5rem;
  }
  .l-footer__menu--child a {
    font-size: 1.2rem;
  }
  .l-footer__menu--corporate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer__menu--corporate li + li {
    margin-top: 0;
  }
  .l-footer__menu--corporate a {
    font-size: 1.2rem;
  }
  .l-footer__bottom {
    padding: 4rem 0 2.5rem;
  }
  .l-footer__bottom--container {
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__bottom--menus {
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__copy {
    text-align: center;
    font-size: 1.2rem;
  }
}
.p-home__hero {
  height: 100vh;
  max-height: 100dvh;
  padding: 2rem;
  position: relative;
  z-index: 2;
}
.p-home__hero--inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2.8rem;
}
.p-home__hero--inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home__hero--slider {
  width: 100%;
  height: 100%;
}
.p-home__hero--slider-column {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-home__hero--slider-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home__hero--title {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 2;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 6.2rem;
  line-height: 1;
  --text-color: #2950b4;
}
.p-home__hero--title span {
  padding: 1.6rem 3.6rem;
  display: inline-block;
  background-color: #fff;
  letter-spacing: 0.08em;
}
.p-home__hero--title span:first-child {
  border-radius: 3px 3px 0 0;
}
.p-home__hero--title span:last-child {
  padding-right: 5.3rem;
  border-radius: 0 3px 3px 3px;
}
.p-home__buttons {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  z-index: 99;
}
.p-home__buttons a {
  width: 38rem;
  height: 9.5rem;
  font-size: 2rem;
}
.p-home__buttons a + a {
  margin-top: 0.6rem;
}
.p-home__about {
  padding-top: 17.6rem;
  padding-bottom: 23rem;
  position: relative;
}
.p-home__about::before {
  content: "";
  width: 100%;
  height: 77.5rem;
  position: absolute;
  bottom: -24.8rem;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 246, 253, 0)), to(#dff8ff));
  background: linear-gradient(180deg, rgba(244, 246, 253, 0) 0%, #dff8ff 100%);
  mix-blend-mode: multiply;
}
.p-home__about--inner {
  position: relative;
}
.p-home__about--main {
  text-align: center;
}
.p-home__about--main a {
  max-width: 29.9rem;
  height: 7.4rem;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.6rem;
}
.p-home__about--main a .c-btn__02--arrow {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-home__about--text {
  margin-top: 3rem;
  color: #3b3737;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.6;
}
.p-home__about--text span {
  color: #2950b4;
}
.p-home__about--catch {
  margin-top: 2rem;
  margin-bottom: 3.4rem;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 2.6;
  --text-color: #2950b4;
}
.p-home__about--frame {
  position: relative;
}
.p-home__about--frameinner {
  position: relative;
}
.p-home__about--frameinner::before, .p-home__about--frameinner::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}
.p-home__about--frameinner.object01::before {
  width: 36rem;
  height: 36rem;
  top: -13.8rem;
  left: -15.1rem;
  background-color: rgba(255, 254, 246, 0.8);
  opacity: 0.75;
  -webkit-filter: blur(3rem);
          filter: blur(3rem);
}
.p-home__about--frameinner.object02::before {
  width: 27.8rem;
  height: 27.8rem;
  top: -9.7rem;
  right: -15.6rem;
  background-color: rgba(255, 255, 255, 0.88);
  opacity: 0.69;
  -webkit-filter: blur(3rem);
          filter: blur(3rem);
}
.p-home__about--frameinner.object02::after {
  width: 23.1rem;
  height: 23.1rem;
  bottom: -16.7rem;
  left: -15.4rem;
  background-color: rgba(255, 255, 255, 0.88);
  opacity: 0.69;
  -webkit-filter: blur(3rem);
          filter: blur(3rem);
}
.p-home__about--frameinner.object03::before {
  width: 25.9rem;
  height: 25.9rem;
  top: -7.9rem;
  right: -8.4rem;
  background-color: rgba(255, 254, 246, 0.86);
  -webkit-filter: blur(3rem);
          filter: blur(3rem);
}
.p-home__about--frameinner.object04::before {
  width: 47.3rem;
  height: 47.3rem;
  top: -8.7rem;
  left: -14.7rem;
  background-color: rgba(255, 255, 255, 0.86);
  opacity: 0.77;
  -webkit-filter: blur(3rem);
          filter: blur(3rem);
}
.p-home__about--img {
  display: inline-block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.p-home__peoples {
  padding-top: 0 !important;
  position: relative;
  z-index: 2;
}
.p-home__peoples--header {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-home__peoples--slider {
  overflow: visible !important;
}
.p-home__peoples--slider .swiper-slide {
  width: 50rem;
  position: relative;
  -webkit-transition: -webkit-transform 2000ms ease;
  transition: -webkit-transform 2000ms ease;
  transition: transform 2000ms ease;
  transition: transform 2000ms ease, -webkit-transform 2000ms ease;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.p-home__peoples--slider .swiper-slide-active, .p-home__peoples--slider .swiper-slide-prev, .p-home__peoples--slider .swiper-slide-next {
  will-change: transform;
}
.p-home__peoples--slider .swiper-slide-active {
  z-index: 99;
}
.p-home__peoples--slider .swiper-slide-active .p-home__peoples--catch {
  opacity: 1;
  visibility: visible;
}
.p-home__peoples--slider .swiper-slide-prev {
  -webkit-transform: translate(0, 0) rotate(-3deg) scale(0.8);
          transform: translate(0, 0) rotate(-3deg) scale(0.8);
}
.p-home__peoples--slider .swiper-slide-next {
  -webkit-transform: translate(0, 0) rotate(3deg) scale(0.8);
          transform: translate(0, 0) rotate(3deg) scale(0.8);
}
.p-home__peoples--slider .swiper-button {
  width: 14rem;
  height: 14rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.p-home__peoples--slider .swiper-button::before {
  content: "";
  width: 11rem;
  height: 11rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-home__peoples--slider .swiper-button::after {
  content: "";
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-home__peoples--slider .swiper-button-arrow {
  width: 2.2rem;
  height: 2.6rem;
  position: relative;
  z-index: 2;
  display: block;
  background-color: #60a6f6;
}
.p-home__peoples--slider .swiper-button-prev .swiper-button-arrow {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.p-home__peoples--slider .swiper-button-next .swiper-button-arrow {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.p-home__peoples--card {
  position: relative;
}
.p-home__peoples--catch {
  width: 54rem;
  position: absolute;
  top: calc(100% - 3.2rem);
  left: 50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-home__peoples--catch p {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.583;
}
.p-home__peoples--catch span {
  padding: 1.5rem 2.1rem;
  display: inline;
  border-radius: 0.3rem;
  background-color: #fff;
  -webkit-box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
          box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
  color: #2950b4;
  letter-spacing: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.p-home__peoples--catch span::after {
  content: "\a";
  white-space: pre;
}
.p-home__peoples--separator-obj {
  width: 100%;
  min-width: 192rem;
  max-width: none;
  height: auto;
  position: absolute;
  bottom: calc(100% - 6rem);
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-home__works--header {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-home__works--grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.p-home__flow--inner {
  padding-top: 10rem;
  padding-bottom: 14rem;
}
.p-home__flow--column {
  padding-top: 4.6rem;
  display: grid;
  gap: 1.3rem;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: number 0;
}
.p-home__flow--item {
  padding: 7.4rem 2rem 2rem;
  position: relative;
  border-radius: 0.8rem;
  background-color: #fff;
  text-align: center;
}
.p-home__flow--item::before {
  content: counter(number, decimal-leading-zero);
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: -4.6rem;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #60a6f6;
  counter-increment: number 1;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-home__flow--item::after {
  content: "";
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: -4.6rem;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-home__flow--img {
  width: 16rem;
  height: 16rem;
  margin: 0 auto 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #60a6f6;
}
.p-home__flow--title {
  color: #2950b4;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.7916666667;
}
.p-home__flow--text {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8125;
}

@media screen and (min-width: 768px) {
  .p-home__about--frame {
    position: absolute;
  }
  .p-home__about--frame.object01 {
    top: 10rem;
    right: calc(50% + 58.4rem);
  }
  .p-home__about--frame.object02 {
    top: 50rem;
    right: calc(50% + 49.6rem);
  }
  .p-home__about--frame.object03 {
    top: 16.8rem;
    left: calc(50% + 64rem);
  }
  .p-home__about--frame.object04 {
    top: 43.6rem;
    left: calc(50% + 50rem);
  }
  .p-home__peoples--slider .swiper-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-home__peoples--slider .swiper-slide-prev-adjacent, .p-home__peoples--slider .swiper-slide-prev-adjacent-3, .p-home__peoples--slider .swiper-slide-prev-adjacent-4, .p-home__peoples--slider .swiper-slide-next-adjacent, .p-home__peoples--slider .swiper-slide-next-adjacent-3, .p-home__peoples--slider .swiper-slide-next-adjacent-4 {
    will-change: transform;
  }
  .p-home__peoples--slider .swiper-slide-prev-adjacent {
    -webkit-transform: translate(4rem, 4rem) rotate(-6deg) scale(0.8);
            transform: translate(4rem, 4rem) rotate(-6deg) scale(0.8);
  }
  .p-home__peoples--slider .swiper-slide-prev-adjacent-3 {
    -webkit-transform: translate(8rem, 12rem) rotate(-9deg) scale(0.8);
            transform: translate(8rem, 12rem) rotate(-9deg) scale(0.8);
  }
  .p-home__peoples--slider .swiper-slide-prev-adjacent-4 {
    -webkit-transform: translate(12rem, 24rem) rotate(-12deg) scale(0.8);
            transform: translate(12rem, 24rem) rotate(-12deg) scale(0.8);
  }
  .p-home__peoples--slider .swiper-slide-next-adjacent {
    -webkit-transform: translate(-4rem, 4rem) rotate(6deg) scale(0.8);
            transform: translate(-4rem, 4rem) rotate(6deg) scale(0.8);
  }
  .p-home__peoples--slider .swiper-slide-next-adjacent-3 {
    -webkit-transform: translate(-8rem, 12rem) rotate(9deg) scale(0.8);
            transform: translate(-8rem, 12rem) rotate(9deg) scale(0.8);
  }
  .p-home__peoples--slider .swiper-slide-next-adjacent-4 {
    -webkit-transform: translate(-12rem, 24rem) rotate(12deg) scale(0.8);
            transform: translate(-12rem, 24rem) rotate(12deg) scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .p-home__hero {
    max-height: calc(100dvh - 5.3rem);
    padding: 1rem;
  }
  .p-home__hero--inner {
    border-radius: 0.5rem;
  }
  .p-home__hero--title {
    bottom: 1rem;
    left: 1rem;
    max-width: 80%;
    font-size: 2.4rem;
  }
  .p-home__hero--title span {
    padding: 1rem 2rem;
    line-height: 0.6;
  }
  .p-home__hero--slider {
    position: relative;
  }
  .p-home__hero--slider .mv-sp-loop-fade {
    position: absolute;
    z-index: 10;
    overflow: hidden;
    pointer-events: none;
    inset: 0;
  }
  .p-home__hero--slider .mv-sp-loop-fade img {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: opacity var(--mv-sp-loop-fade-duration, 2s) ease;
    transition: opacity var(--mv-sp-loop-fade-duration, 2s) ease;
    -o-object-fit: cover;
       object-fit: cover;
    will-change: opacity;
  }
  .p-home__hero--slider .mv-sp-loop-fade.is-active img {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .p-home__hero--slider .mv-sp-loop-fade img {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .p-home__hero--slider .mv-slide-sp__wide {
    max-width: none;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    aspect-ratio: 1440/540;
  }
  .p-home__hero--slider .mv-slide-sp__wide img {
    -o-object-position: left center;
       object-position: left center;
  }
  .p-home__buttons {
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-home__buttons a {
    width: 50%;
    height: 5.3rem;
    padding: 0.5rem;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0;
    font-size: 1.2rem;
  }
  .p-home__buttons a + a {
    margin-top: 0;
  }
  .p-home__buttons a .c-btn__02--icon {
    display: none;
  }
  .p-home__about {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
  .p-home__about--inner {
    display: grid;
    grid-template-areas: "main main" "leftside rightside";
    gap: 6rem 0;
    grid-template-columns: 1fr 1fr;
  }
  .p-home__about--leftside {
    grid-area: leftside;
  }
  .p-home__about--rightside {
    text-align: right;
    grid-area: rightside;
  }
  .p-home__about--main {
    grid-area: main;
  }
  .p-home__about--main .c-heading__01 {
    margin-bottom: 2rem;
    font-size: 5.4rem;
  }
  .p-home__about--main a {
    max-width: 25rem;
    height: 6.2rem;
    font-size: 1.4rem;
  }
  .p-home__about--main a .c-btn__02--arrow {
    right: 1rem;
  }
  .p-home__about--frame.object01 {
    margin-top: 2.8rem;
    margin-left: -1.6rem;
  }
  .p-home__about--frame.object02 {
    margin-top: 5.6rem;
    margin-left: 3.4rem;
  }
  .p-home__about--frame.object04 {
    margin-top: 5.5rem;
    margin-right: -2rem;
    margin-left: auto;
  }
  .p-home__about--frameinner.object01::before {
    width: 19.2rem;
    height: 19.2rem;
    top: -10.9rem;
    left: -8rem;
  }
  .p-home__about--frameinner.object02::before {
    display: none;
  }
  .p-home__about--frameinner.object02::after {
    width: 14.8rem;
    height: 14.8rem;
    bottom: -8.7rem;
    left: -5.2rem;
  }
  .p-home__about--frameinner.object03::before {
    width: 13.8rem;
    height: 13.8rem;
    top: -7.1rem;
    right: -4.2rem;
  }
  .p-home__about--frameinner.object04::before {
    width: 25.2rem;
    height: 25.2rem;
    top: -3.6rem;
    right: -4.8rem;
    left: auto;
  }
  .p-home__about--text {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .p-home__about--catch {
    margin-top: 1rem;
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
  }
  .p-home__peoples {
    padding-top: 3.2rem !important;
  }
  .p-home__peoples--header {
    margin-bottom: 3rem;
    display: block;
    gap: 1.3rem;
    text-align: right;
  }
  .p-home__peoples--header h2 {
    text-align: left;
  }
  .p-home__peoples--header h2 + .c-btn__03 {
    margin-top: 1.3rem;
  }
  .p-home__peoples--slider {
    margin-bottom: 6.4rem;
  }
  .p-home__peoples--slider .swiper-button {
    width: 6rem;
    height: 6rem;
    top: 14.6rem;
  }
  .p-home__peoples--slider .swiper-button::before {
    content: "";
    width: 4.8rem;
    height: 4.8rem;
  }
  .p-home__peoples--slider .swiper-button::after {
    content: "";
    width: 3.4rem;
    height: 3.4rem;
  }
  .p-home__peoples--slider .swiper-button-arrow {
    width: 1rem;
    height: 1rem;
  }
  .p-home__peoples--catch {
    width: 95vw;
  }
  .p-home__peoples--catch p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2.125;
  }
  .p-home__peoples--catch span {
    padding: 0.5rem 1.2rem;
    font-size: 1.6rem;
  }
  .p-home__peoples--separator-obj {
    min-width: 0;
  }
  .p-home__works--header {
    margin-bottom: 3rem;
    display: block;
    gap: 1.3rem;
    text-align: right;
  }
  .p-home__works--header h2 {
    text-align: left;
  }
  .p-home__works--header h2 + .c-btn__03 {
    margin-top: 1.3rem;
  }
  .p-home__works--grid {
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
  .p-home__flow--inner {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
  .p-home__flow--column {
    gap: 5rem;
    grid-template-columns: 1fr;
  }
  .p-home__flow--item {
    padding: 5rem 1rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .p-home__flow--item::before {
    width: 10rem;
    height: 10rem;
    top: -4rem;
    font-size: 4.6rem;
  }
  .p-home__flow--item::after {
    width: 10rem;
    height: 10rem;
    top: -4rem;
  }
  .p-home__flow--img {
    width: 9rem;
    height: 9rem;
  }
  .p-home__flow--content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-home__flow--title {
    font-size: 1.6rem;
  }
  .p-home__flow--text {
    font-size: 1.4rem;
  }
}
.p-about__message {
  padding-bottom: 12.8rem;
}
.p-about__message--header {
  margin-bottom: 8rem;
  position: relative;
}
.p-about__message--title {
  margin-bottom: 5rem;
  color: #c0deff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 14.8rem;
  line-height: 1;
  opacity: 0.64;
}
.p-about__message--text {
  font-weight: 700;
  font-size: 2.2rem;
}
.p-about__message--text p {
  line-height: 2.6;
}
.p-about__message--ellipse {
  position: absolute;
  z-index: -1;
  display: block;
  border-radius: 50%;
  background: rgba(255, 254, 246, 0.8);
  opacity: 0.75;
  -webkit-filter: blur(3rem);
          filter: blur(3rem);
  aspect-ratio: 1;
}
.p-about__message--ellipse.ellipse01 {
  width: 34.4rem;
  top: 47.3rem;
  right: calc(50% + 21rem);
}
.p-about__message--ellipse.ellipse02 {
  width: 25rem;
  top: 9rem;
  left: calc(50% + 44.5rem);
}
.p-about__message--ellipse.ellipse03 {
  width: 55rem;
  top: -2.7rem;
  right: calc(50% - 50.6rem);
}
.p-about__message--ellipse.ellipse04 {
  width: 52.7rem;
  top: 74.5rem;
  right: calc(50% + 52rem);
}
.p-about__message--ellipse.ellipse05 {
  width: 65rem;
  top: 38.6rem;
  left: calc(50% + 37rem);
}
.p-about__detail--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-about__detail--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
}
.p-about__detail--item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-about__detail--item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about__detail--item-title {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-about__detail--item-title-en {
  color: #c0deff;
  letter-spacing: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
}
.p-about__detail--item-title-ja {
  color: #8b92aa;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-about__detail--item-catch {
  margin-bottom: 0.75em;
  color: #2950b4;
  font-weight: 700;
  font-size: 2.2rem;
}
.p-about__detail--item-img {
  width: 66.3rem;
  max-width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.p-about__data--list {
  display: grid;
  gap: 7.4rem 3rem;
  grid-template-columns: repeat(4, 1fr);
}
.p-about__data--item {
  padding: 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  text-align: center;
}
.p-about__data--item-large {
  padding-top: 5rem;
  padding-bottom: 6rem;
  grid-column: span 2;
}
.p-about__data--item-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-about__data--item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-about__data--item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #60a6f6;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.2;
}
.p-about__data--item-fukidashi {
  width: 26.5rem;
  padding: 1.6rem;
  position: absolute;
  right: -2rem;
  bottom: calc(100% - 3rem);
  display: block;
  border-radius: 0.3rem;
  background-color: #2950b4;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  --text-color: #fff;
}
.p-about__data--item-fukidashi::after {
  content: "";
  width: 2.4rem;
  height: 1.3rem;
  position: absolute;
  bottom: -0.9rem;
  left: 7.4rem;
  background-color: #2950b4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-about__data--item-label {
  margin-bottom: -1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.2;
  --text-color: #2950b4;
}
.p-about__data--item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.2;
  --text-color: #2950b4;
}
.p-about__data--item-value span {
  font-size: 6.4rem;
}
.p-about__data--item-note {
  color: #8b92aa;
  font-weight: 700;
  font-size: 1.6rem;
}
.p-about__data--certification {
  margin-top: 6.4rem;
  background-color: rgba(96, 166, 246, 0.1);
}
.p-about__data--certification-inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about__data--certification-img {
  width: 35.2rem;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-about__data--certification-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about__data--certification-title {
  margin-bottom: 0.75em;
  color: #2950b4;
  font-weight: 700;
  font-size: 2.2rem;
}
.p-about__policy--list {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
}
.p-about__policy--item {
  margin-top: 3rem;
  padding: 0 3.5rem 3.5rem;
  border-radius: 0.8rem;
  background: url(../../assets/images/common/bg_obj.png) repeat center center/10rem;
}
.p-about__policy--item-icon {
  width: 16rem;
  margin: -3rem auto 2.8rem;
}
.p-about__policy--item-icon img {
  width: 100%;
}
.p-about__policy--item a {
  font-weight: 700;
  --text-color: #60a6f6;
}
.p-about__movie--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-about__movie--list > * {
  width: calc((100% - 8rem) / 2);
}
.p-about__movie--item iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  aspect-ratio: 16/9;
}
.p-about__other--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-about__other--item {
  padding: 0 5rem;
  position: relative;
  z-index: 2;
  background: url(../../assets/images/common/bg_obj.png) repeat center center/10rem;
}
.p-about__other--item-inner {
  max-width: 140rem;
  min-height: 36rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-about__other--item-label {
  color: #8b92aa;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
}
.p-about__other--item-title {
  margin-bottom: 0.25em;
  color: #2950b4;
  font-weight: 700;
  font-size: 4.2rem;
}
.p-about__other--item-button {
  width: 42rem;
  height: 9.2rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.3rem;
  background-color: #2950b4;
  font-weight: 700;
  font-size: 1.8rem;
  --text-color: #fff;
}
.p-about__other--item-button-icon {
  width: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1;
}
.p-about__other--item-img {
  position: absolute;
  z-index: -1;
}
.p-about__other--item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-about__other--item:nth-child(odd) .p-about__other--item-inner {
    padding-right: 10rem;
  }
  .p-about__other--item:nth-child(odd) .p-about__other--item-img {
    right: 0;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
            mask-image: -webkit-gradient(linear, right top, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  }
  .p-about__other--item:nth-child(even) .p-about__other--item-inner {
    padding-left: 10rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-about__other--item:nth-child(even) .p-about__other--item-img {
    left: 0;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
            mask-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  }
  .p-about__other--item-img {
    width: 50%;
    height: 100%;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__message {
    padding-bottom: 6.4rem;
  }
  .p-about__message--header .p-home__hero--title {
    bottom: -4.2rem;
    left: -1rem;
  }
  .p-about__message--header .p-home__hero--title span {
    line-height: 1.3;
  }
  .p-about__message--header .p-home__hero--title span:last-child {
    padding-right: 3rem;
  }
  .p-about__message--title {
    margin-bottom: 1.8rem;
    font-size: 6.4rem;
  }
  .p-about__message--text {
    font-size: 1.6rem;
  }
  .p-about__message--text p {
    line-height: 1.8;
  }
  .p-about__detail--list {
    gap: 6rem;
  }
  .p-about__detail--item {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about__detail--item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about__detail--item-title {
    margin-bottom: 2rem;
  }
  .p-about__detail--item-title-en {
    font-size: 5.8rem;
  }
  .p-about__detail--item-title-ja {
    font-size: 1.6rem;
  }
  .p-about__detail--item-catch {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-about__detail--item-img {
    border-radius: 0.5rem;
  }
  .p-about__data--list {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-about__data--item {
    padding: 2rem 0;
    gap: 1rem;
  }
  .p-about__data--item-content {
    gap: 0.5rem;
  }
  .p-about__data--item-title {
    font-size: 1.6rem;
  }
  .p-about__data--item-fukidashi {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem 2rem;
    right: auto;
    bottom: 100%;
    left: 50%;
    white-space: nowrap;
    font-size: 1.2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-about__data--item-fukidashi::after {
    left: calc(50% - 1.2rem);
  }
  .p-about__data--item-label {
    margin-bottom: 0;
    gap: 0.5rem;
    font-size: 1.6rem;
  }
  .p-about__data--item-label svg {
    width: auto;
    height: 2.4rem;
  }
  .p-about__data--item-value {
    gap: 0.5rem;
    font-size: 2.6rem;
  }
  .p-about__data--item-value span {
    font-size: 3.8rem;
  }
  .p-about__data--item-note {
    font-size: 1.2rem;
  }
  .p-about__data--item-adjust {
    margin-top: 5rem;
  }
  .p-about__data--certification-inner {
    padding: 3rem 1.5rem;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about__data--certification-title {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-about__policy--list {
    gap: 2rem 0;
    grid-template-columns: 1fr;
  }
  .p-about__policy--item {
    margin-top: 5.5rem;
    padding: 0 2.5rem 4rem;
  }
  .p-about__policy--item-icon {
    width: 11rem;
    margin: -5.5rem auto 2rem;
  }
  .p-about__movie--list {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about__movie--list > * {
    width: 100%;
  }
  .p-about__other--list {
    gap: 1rem;
  }
  .p-about__other--item {
    padding: 0;
  }
  .p-about__other--item-inner {
    padding-bottom: 20rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about__other--item-content {
    padding: 4rem 1.5rem 0;
  }
  .p-about__other--item-label {
    font-size: 1.4rem;
  }
  .p-about__other--item-title {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .p-about__other--item-button {
    width: 32rem;
    height: 8.4rem;
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .p-about__other--item-img {
    bottom: 0;
    aspect-ratio: 1;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
            mask-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  }
}
.p-works__divison--header {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-works__divison--header-title {
  font-weight: 700;
  font-size: 6.8rem;
  --text-color: #60a6f6;
}
.p-works__divison--header-title span {
  margin-left: 0.5em;
  font-size: 3.2rem;
}
.p-works__divison--header-description {
  padding-left: 6.2rem;
  border-left: 2px solid rgba(139, 146, 170, 0.4);
  font-weight: 700;
  font-size: 2.6rem;
}
.p-works__divison--hero {
  margin-bottom: 4rem;
}
.p-works__divison--inner + .p-works__divison--inner {
  margin-top: 8rem;
}
.p-works__divison--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.p-works__divison--content + .p-works__divison--content {
  margin-top: 4rem;
}
.p-works__divison--content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-works__divison--lead-title {
  margin-bottom: 0.75em;
  color: #2950b4;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.8;
}
.p-works__divison--overview-title {
  margin-bottom: 2rem;
  padding: 0.35em 0;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
  background-color: #60a6f6;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.8;
}
.p-works__divison--overview-title::before, .p-works__divison--overview-title::after {
  content: "";
  width: 3rem;
  height: 100%;
  position: absolute;
  top: 0;
}
.p-works__divison--overview-title::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#9bc9fa), color-stop(50%, #9bc9fa), color-stop(50%, #77b4f8), to(#77b4f8));
  background: linear-gradient(90deg, #9bc9fa 0%, #9bc9fa 50%, #77b4f8 50%, #77b4f8 100%);
}
.p-works__divison--overview-title::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#9bc9fa), color-stop(50%, #9bc9fa), color-stop(50%, #77b4f8), to(#77b4f8));
  background: linear-gradient(-90deg, #9bc9fa 0%, #9bc9fa 50%, #77b4f8 50%, #77b4f8 100%);
}
.p-works__divison--overview-list {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.p-works__divison--overview-list li {
  padding-left: 1.5em;
  position: relative;
}
.p-works__divison--overview-list li::before {
  content: "";
  width: 0.5em;
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  border-radius: 50%;
  background-color: #60a6f6;
  aspect-ratio: 1;
}
.p-works__divison--overview-list li + li {
  margin-top: 2rem;
}
.p-works__divison--detail {
  padding: 4rem 4rem;
  background-color: #fff;
}
.p-works__divison--detail dt {
  margin-bottom: 1rem;
  padding: 0.25em 0 0.25em 2.3rem;
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.p-works__divison--detail dt::before {
  content: "";
  width: 0.8rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.2rem;
  background-color: #60a6f6;
}
.p-works__divison--comment {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
.p-works__divison--comment-title {
  color: #c0deff;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 5.8rem;
}
.p-works__divison--comment-content {
  padding-top: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 1.6rem;
  --text-color: #8b92aa;
}
.p-works__divison--peoples {
  margin-top: 13rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16.8rem;
     -moz-column-gap: 16.8rem;
          column-gap: 16.8rem;
}
.p-works__divison--peoples-header {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.p-works__divison--peoples .c-heading__02--en {
  font-size: 6.8rem;
}
.p-works__divison--peoples-list {
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-works__divison--peoples-slider .swiper-slide {
  width: 40rem;
}
.p-works__divison--peoples-slider.swiper-disabled .swiper-wrapper {
  gap: 6rem;
}
.p-works__divison--peoples-nav {
  position: absolute;
  top: 32.6rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.p-works__divison--peoples-nav .swiper-button {
  width: 8rem;
  height: 8rem;
  margin: 0;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: rgba(96, 166, 246, 0.6);
}
.p-works__divison--peoples-nav .swiper-button::before {
  content: "";
  width: 6.2rem;
  height: 6.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  background-color: rgba(96, 166, 246, 0.6);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-works__divison--peoples-nav .swiper-button::after {
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #60a6f6;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-works__divison--peoples-nav .swiper-button-arrow {
  width: 1.2rem;
  height: 1.4rem;
  position: relative;
  z-index: 2;
  display: block;
  background-color: #fff;
}
.p-works__divison--peoples-nav .swiper-button-prev .swiper-button-arrow {
  margin-right: 8%;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.p-works__divison--peoples-nav .swiper-button-next .swiper-button-arrow {
  margin-left: 8%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 767px) {
  .p-works__divison--header {
    margin-bottom: 2rem;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-works__divison--header-title {
    padding-right: 2rem;
    border-right: 2px solid rgba(139, 146, 170, 0.4);
    font-size: 3.2rem;
  }
  .p-works__divison--header-description {
    padding-left: 0;
    border-left: none;
    font-size: 1.6rem;
  }
  .p-works__divison--hero {
    margin-bottom: 2rem;
  }
  .p-works__divison--inner + .p-works__divison--inner {
    margin-top: 6rem;
  }
  .p-works__divison--content {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-works__divison--lead-title {
    font-size: 2rem;
  }
  .p-works__divison--overview-title {
    padding: 0.25em 0;
    font-size: 1.6rem;
  }
  .p-works__divison--overview-title::before, .p-works__divison--overview-title::after {
    width: 1.6rem;
  }
  .p-works__divison--overview-list {
    font-size: 1.4rem;
  }
  .p-works__divison--overview-list li {
    padding-left: 2rem;
  }
  .p-works__divison--overview-list li::before {
    width: 1rem;
    top: 0.35em;
  }
  .p-works__divison--overview-list li + li {
    margin-top: 1rem;
  }
  .p-works__divison--detail {
    padding: 3rem 2rem;
  }
  .p-works__divison--detail dt {
    font-size: 1.6rem;
  }
  .p-works__divison--comment {
    margin-top: 2.6rem;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-works__divison--comment-title {
    font-size: 4.2rem;
  }
  .p-works__divison--comment-content {
    font-size: 1.4rem;
  }
  .p-works__divison--peoples {
    margin-top: 6.2rem;
    display: block;
  }
  .p-works__divison--peoples .c-heading__02 {
    margin-bottom: 3rem;
  }
  .p-works__divison--peoples .c-heading__02--en {
    font-size: 4.6rem;
  }
  .p-works__divison--peoples-list {
    margin: 0 -2rem;
  }
  .p-works__divison--peoples-slider .swiper-slide {
    width: 29.6rem;
  }
  .p-works__divison--peoples-slider.swiper-disabled .swiper-slide {
    margin: 0 auto;
  }
  .p-works__divison--peoples-nav {
    margin-top: 2rem;
    position: relative;
    top: auto;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-works__divison--peoples-nav .swiper-button {
    width: 5rem;
    height: 5rem;
  }
  .p-works__divison--peoples-nav .swiper-button::before {
    width: 4rem;
    height: 4rem;
  }
  .p-works__divison--peoples-nav .swiper-button::after {
    width: 2.8rem;
    height: 2.8rem;
  }
  .p-works__divison--peoples-nav .swiper-button-arrow {
    width: 0.8rem;
    height: 1rem;
  }
}
.p-people__list {
  display: grid;
  gap: 10rem 4rem;
  grid-template-columns: repeat(3, 1fr);
}
.p-people__header {
  margin-bottom: -36rem;
  padding-bottom: 6.7rem;
  position: relative;
}
.p-people__header--visual {
  width: 57.4rem;
  margin: 0 auto;
  overflow: hidden;
  border: 1rem solid #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
          box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
}
.p-people__header--status {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
  --text-color: #2950b4;
}
.p-people__header--badge {
  margin-bottom: 1em;
  padding: 0.6rem 1em;
  display: inline-block;
  border-radius: 6rem;
  background-color: var(--category-color, #8b92aa);
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
.p-people__header--catch {
  display: block;
  font-size: 3.2rem;
  line-height: 2.5;
  --text-color: #2950b4;
}
.p-people__header--catch span {
  padding: 2rem 2rem;
  display: inline;
  border-radius: 0.3rem;
  background-color: #fff;
  -webkit-box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
          box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.p-people__header--catch span::after {
  content: "\a";
  white-space: pre;
}
.p-people__separator--section {
  padding-top: 25rem !important;
}
.p-people__body {
  padding: 8rem 5rem;
}
.p-people__body--content {
  max-width: 96rem;
  margin: 0 auto;
}
.p-people__body--inner + .p-people__body--inner {
  margin-top: 6rem;
}
.p-people__body--title {
  margin-bottom: 0.75em;
  padding-left: 3.4rem;
  position: relative;
  color: #2950b4;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.8;
}
.p-people__body--title::before {
  content: "";
  width: 2.4rem;
  position: absolute;
  top: 0.45em;
  left: 0;
  background: url(../images/common/icon_dots.svg) no-repeat center center/contain;
  aspect-ratio: 1;
}
.p-people__body--column {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.p-people__body--column > * {
  width: 100%;
}
.p-people__body--schedule {
  padding: 4rem 5rem;
  border-radius: 0.2rem;
  background-color: #fff;
}
.p-people__body--schedule-title {
  margin-bottom: 3rem;
  padding-left: 2.3rem;
  position: relative;
  font-size: 2rem;
  line-height: 2;
}
.p-people__body--schedule-title::before {
  content: "";
  width: 0.8rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 0.2rem;
  background-color: #60a6f6;
}
.p-people__body--schedule-list {
  display: grid;
  gap: 2rem 3.2rem;
  grid-template-columns: auto 1fr;
}
.p-people__body--schedule-list dt,
.p-people__body--schedule-list dd {
  line-height: 1.2;
}
.p-people__body--schedule-list dt {
  padding-left: 3.4rem;
  position: relative;
  z-index: 1;
  color: #2950b4;
  font-weight: 700;
}
.p-people__body--schedule-list dt::before {
  content: "";
  width: 1.6rem;
  position: absolute;
  top: 0.15em;
  left: 0;
  background: url(../images/common/icon_dots.svg) no-repeat center center/contain;
  aspect-ratio: 1;
}
.p-people__body--schedule-list dt:not(:last-of-type)::after {
  content: "";
  width: 0.2rem;
  height: calc(100% + 2rem);
  position: absolute;
  top: 0.15em;
  left: 0.65rem;
  z-index: -1;
  background-color: #c7e1ff;
}
.p-people__body--schedule-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.p-people__body--schedule-item-main {
  font-weight: 700;
}
.p-people__body--schedule-item-sub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-people__body--point-item + .p-people__body--point-item {
  margin-top: 5rem;
}
.p-people__body--point-title {
  margin-bottom: 1em;
  color: #2950b4;
  font-size: 2rem;
}
.p-people__body--point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.p-people__body--point-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-people__body--point-image {
  width: 22rem;
}

@media screen and (min-width: 768px) {
  .p-people__header--content {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-people__list {
    gap: 4rem;
    grid-template-columns: 1fr;
  }
  .p-people__header {
    margin-bottom: -60rem;
  }
  .p-people__header--visual {
    width: 100%;
    margin-bottom: 2rem;
    border-width: 0.6rem;
  }
  .p-people__header--status {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .p-people__header--badge {
    margin-bottom: 1em;
    padding: 0.25rem 0.8rem;
    border-radius: 6rem;
    font-size: 1.4rem;
  }
  .p-people__header--catch {
    font-size: 1.6rem;
    line-height: 3.5;
  }
  .p-people__header--catch span {
    padding: 1.6rem 1rem;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
            box-shadow: 0.3rem 0.6rem 1.2rem 0 rgba(58, 55, 55, 0.12);
  }
  .p-people__separator--section {
    padding-top: 55rem !important;
  }
  .p-people__body {
    padding: 6rem 1rem;
  }
  .p-people__body--inner + .p-people__body--inner {
    margin-top: 4rem;
  }
  .p-people__body--title {
    padding-left: 3rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-people__body--title::before {
    width: 2rem;
    top: 0.15em;
  }
  .p-people__body--column {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-people__body--schedule {
    padding: 2rem 3.2rem;
  }
  .p-people__body--schedule-title {
    padding-left: 1em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-people__body--schedule-title::before {
    width: 0.6rem;
  }
  .p-people__body--schedule-list {
    gap: 1.8rem 2.4rem;
  }
  .p-people__body--schedule-list dd {
    gap: 0.5rem;
  }
  .p-people__body--schedule-item-sub {
    font-size: 1.2rem;
  }
  .p-people__body--point-item + .p-people__body--point-item {
    margin-top: 3.5rem;
  }
  .p-people__body--point-title {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  .p-people__body--point-content {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-people__body--point-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-people__body--point-image {
    width: 100%;
  }
}
.p-information__container {
  padding: 8rem 10rem;
  background-color: #fff;
}
.p-information__buttons {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-information__buttons .c-btn__02 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .p-information__container {
    padding: 4rem 1.5rem;
  }
  .p-information__buttons {
    margin-top: 4rem;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-information__buttons .c-btn__02 {
    padding: 2rem 1.8rem;
    width: 32rem;
    max-width: 100%;
  }
}
.p-contact {
  margin-top: 36rem;
}
.p-contact__lead {
  margin-bottom: 3.2rem;
  color: #3a3737;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-contact__complete {
  text-align: center;
}
.p-contact__complete-title {
  margin-bottom: 0.75em;
  color: #2950b4;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.8;
}
.p-contact__complete-btn {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact__form {
  padding: 8rem 10rem;
}
.p-contact__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact__form-row + .p-contact__form-row {
  margin-top: 3rem;
}
.p-contact__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__form-required {
  padding: 0.3rem 0.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.3rem;
  background-color: #2950b4;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
}
.p-contact__form-label-text {
  color: #3a3737;
  font-weight: 700;
  line-height: 1.8;
}
.p-contact__form-input--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact__form-input--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact__form-input--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact__form-input--date-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__form-input--date-item .item-sm {
  width: 8.7rem;
}
.p-contact__form-text {
  width: 100%;
  max-width: 60rem;
  height: 4.9rem;
  padding: 0 1.6rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.2rem;
  background-color: #fff;
  color: #3a3737;
  font-size: 1.6rem;
}
.p-contact__form-text::-webkit-input-placeholder {
  color: #d9d9d9;
}
.p-contact__form-text::-moz-placeholder {
  color: #d9d9d9;
}
.p-contact__form-text:-ms-input-placeholder {
  color: #d9d9d9;
}
.p-contact__form-text::-ms-input-placeholder {
  color: #d9d9d9;
}
.p-contact__form-text::placeholder {
  color: #d9d9d9;
}
.p-contact__form-text--full {
  max-width: 92rem;
}
.p-contact__form-select {
  width: 18.2rem;
  height: 4.9rem;
  padding: 0 3.6rem 0 1.6rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.2rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath d='M4.28819 5.66292C4.16845 5.82884 3.9214 5.82884 3.80166 5.66292L0.058002 0.475562C-0.0851874 0.277153 0.0565849 1.67889e-07 0.301267 1.8928e-07L7.78858 8.43841e-07C8.03326 8.65232e-07 8.17503 0.277153 8.03184 0.475562L4.28819 5.66292Z' fill='%23D9D9D9'/%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  color: #3a3737;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact__form-select--wide {
  width: 32.5rem;
  max-width: 100%;
}
.p-contact__form-date-unit {
  color: #3a3737;
  font-size: 1.6rem;
}
.p-contact__form-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3a3737;
  font-size: 1.6rem;
  line-height: 1.8;
  cursor: pointer;
}
.p-contact__form-radio input {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input:checked + .p-contact__form-radio-mark {
  border-color: #2950b4;
  background-color: #2950b4;
}
input:checked + .p-contact__form-radio-mark::after {
  opacity: 1;
}
.p-contact__form-radio-mark {
  width: 2rem;
  height: 2rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
.p-contact__form-radio-mark::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-contact__form-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact__form-file-input {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.p-contact__form-file-label {
  width: 32.5rem;
  max-width: 100%;
  height: 4.9rem;
  padding: 0 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 0.2rem;
  background-color: #fff;
  color: #d9d9d9;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
}
@media (hover: hover) {
  .p-contact__form-file-label:hover {
    color: #3a3737;
  }
}
.p-contact__form-file-name {
  color: #3a3737;
  font-size: 1.6rem;
}
.p-contact__form-note {
  margin-top: 1em;
  color: #e82d2d;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-contact__form-error {
  display: none;
  color: #e82d2d;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-contact__form-error.is-active {
  display: block;
}
.p-contact__form-textarea {
  width: 100%;
  min-height: 24.1rem;
  padding: 1.6rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.2rem;
  background-color: #fff;
  color: #3a3737;
  font-size: 1.6rem;
  resize: vertical;
}
.p-contact__form-textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}
.p-contact__form-textarea::-moz-placeholder {
  color: #d9d9d9;
}
.p-contact__form-textarea:-ms-input-placeholder {
  color: #d9d9d9;
}
.p-contact__form-textarea::-ms-input-placeholder {
  color: #d9d9d9;
}
.p-contact__form-textarea::placeholder {
  color: #d9d9d9;
}
.p-contact__form-agree {
  width: 100%;
  max-width: 76rem;
  margin: 4rem auto 0;
  padding: 2.4rem;
  background-color: #f4f6fd;
  text-align: center;
}
.p-contact__form-submit {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__form-submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-contact__form-submit .c-formSubmit {
  width: 30rem;
  height: 7.4rem;
}
.p-contact__form-submit .c-formSubmit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-contact__form .wpcf7-list-item {
  margin: 0;
}
.p-contact__form .wpcf7-not-valid-tip {
  margin-top: 0.75em;
  font-size: 1.4rem;
}
.p-contact__form .wpcf7-form-control-wrap[data-name=birth_year] .wpcf7-not-valid-tip, .p-contact__form .wpcf7-form-control-wrap[data-name=birth_month] .wpcf7-not-valid-tip, .p-contact__form .wpcf7-form-control-wrap[data-name=birth_day] .wpcf7-not-valid-tip, .p-contact__form .wpcf7-form-control-wrap[data-name=grad_year] .wpcf7-not-valid-tip, .p-contact__form .wpcf7-form-control-wrap[data-name=grad_month] .wpcf7-not-valid-tip, .p-contact__form .wpcf7-form-control-wrap[data-name=select-status] .wpcf7-not-valid-tip {
  display: none;
}
.p-contact__form .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__form .wpcf7-list-item input[type=radio] {
  width: 2rem;
  height: 2rem;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact__form .wpcf7-list-item input[type=radio]:checked {
  outline: 2px solid #fff;
  outline-offset: -3px;
  background-color: #888;
}

.c-agree {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  color: #3a3737;
  font-size: 1.6rem;
  line-height: 1.8;
  cursor: pointer;
}
.c-agree input {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input:checked + .c-agree__box {
  border-color: #2950b4;
  background-color: #2950b4;
}
input:checked + .c-agree__box::after {
  opacity: 1;
}
.c-agree__box {
  width: 2rem;
  height: 2rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #d9d9d9;
  border-radius: 0.2rem;
  background-color: #fff;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
.c-agree__box::after {
  content: "";
  width: 1rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 2px solid #2950b4;
  border-left: 2px solid #2950b4;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translate(-50%, -60%) rotate(-45deg);
          transform: translate(-50%, -60%) rotate(-45deg);
}
.c-agree__text a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  .c-agree__text a:hover {
    text-decoration: underline;
  }
}
.c-agree .wpcf7-list-item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-agree .wpcf7-list-item-label::before {
  content: "";
  width: 1rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: 0;
  border-bottom: 2px solid #2950b4;
  border-left: 2px solid #2950b4;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translate(-50%, -60%) rotate(-45deg);
          transform: translate(-50%, -60%) rotate(-45deg);
}
.c-agree .wpcf7-list-item-label::after {
  content: "";
  width: 2rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.2rem;
  background-color: #fff;
  aspect-ratio: 1;
}
.c-agree .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-contact {
    margin-top: 10rem;
    padding-bottom: 0 !important;
  }
  .p-contact__lead {
    font-size: 1.4rem;
  }
  .p-contact__form {
    padding: 4rem 1.5rem;
  }
  .p-contact__form-inner {
    padding: 0;
  }
  .p-contact__form-row {
    gap: 1rem;
  }
  .p-contact__form-row + .p-contact__form-row {
    margin-top: 2.5rem;
  }
  .p-contact__form-label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-contact__form-label-text {
    font-size: 1.4rem;
  }
  .p-contact__form-required {
    font-size: 1.2rem;
  }
  .p-contact__form-text {
    max-width: 100%;
    height: 4.6rem;
    font-size: 1.4rem;
  }
  .p-contact__form-text--full {
    max-width: 100%;
  }
  .p-contact__form-select {
    height: 4.6rem;
    font-size: 1.4rem;
  }
  .p-contact__form-select--wide {
    width: 100%;
  }
  .p-contact__form-input--date {
    gap: 1rem 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-contact__form-input--date-item:first-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .p-contact__form-input--date-item .p-contact__form-select {
    width: 16.2rem;
  }
  .p-contact__form-input--date-item .item-sm {
    width: 8.7rem;
  }
  .p-contact__form-input--inline {
    gap: 2rem;
  }
  .p-contact__form-radio {
    font-size: 1.4rem;
  }
  .p-contact__form-radio-mark {
    width: 1.6rem;
    height: 1.6rem;
  }
  .p-contact__form-radio-mark::after {
    width: 0.5rem;
    height: 0.5rem;
  }
  .p-contact__form-date-unit {
    font-size: 1.4rem;
  }
  .p-contact__form-file {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    word-break: break-all;
  }
  .p-contact__form-file-label {
    width: 100%;
    height: 4.6rem;
    font-size: 1.4rem;
  }
  .p-contact__form-file-name {
    font-size: 1.4rem;
  }
  .p-contact__form-note {
    font-size: 1.2rem;
  }
  .p-contact__form-textarea {
    font-size: 1.4rem;
  }
  .p-contact__form-agree {
    max-width: 30rem;
    padding: 2rem 1.6rem;
  }
  .p-contact__form-submit {
    margin-top: 4rem;
  }
  .p-contact__form-submit .c-formSubmit {
    width: 25rem;
    height: 6.2rem;
    font-size: 1.4rem;
  }
  .p-contact__form-row--graduation .p-contact__form-input--date-item:last-child .p-contact__form-select {
    width: 18.2rem;
  }
  .c-agree {
    font-size: 1.4rem;
  }
  .c-agree__box {
    width: 1.6rem;
    height: 1.6rem;
  }
  .c-agree__box::after {
    width: 0.8rem;
    height: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */