@charset "UTF-8";
/* resset.dev • v5.0.2
https://github.com/filipelinhares/ress
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 62%; /* Set font-size to 62% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* サイト共通設定
----------------------------------------*/
/* 変数
----------------------------------------*/
/* color
----------------------------------------*/
/* font
----------------------------------------*/
/* breakpoint
----------------------------------------*/
/* 関数
----------------------------------------*/
* {
  position: relative;
}

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

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b,
strong {
  font-weight: 600;
}

:root {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  background-color: #fff;
  color: #222;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.56;
  margin: 8.4rem 0 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  body {
    margin-top: 7rem;
  }
  body.nav-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  body.filter-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  body .filter-open-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
  }
}
@media screen and (min-width: 768px) {
  body.filter-open {
    top: auto !important;
  }
}
body.modal-open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-lg-only {
    display: none !important;
  }
}

.mb-none {
  margin-bottom: 0 !important;
}

.mt-none {
  margin-top: 0 !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 300ms;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

[data-fit=true] {
  overflow: hidden;
}
[data-fit=true] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ruby {
  line-height: 2.5;
}
ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

/* 文字の汎用クラス
----------------------------------------*/
.text-en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

.text-danger {
  color: #dd0000;
}

.text-primary {
  color: #0089D0;
}

.text-bold {
  font-weight: 600;
}

.text-thick {
  font-weight: 700;
}

.text-l {
  font-size: 1.68em;
}

.text-s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .text-s {
    font-size: 1.1rem;
  }
}

.text-marker {
  background: linear-gradient(transparent 70%, #0089D0 70%);
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.align-middle {
  text-align: middle;
}

.align-bottom {
  text-align: bottom;
}

/* inview
----------------------------------------*/
[data-a-inview=inview] {
  opacity: 0;
  transition: all 1.2s ease-out;
}

[data-a-inview=inview][data-inview=true] {
  opacity: 1;
}

[data-a-inview=title-h2] > span {
  overflow: hidden;
  display: block;
}
[data-a-inview=title-h2] > span span {
  display: block;
  transition: transform 0.4s cubic-bezier(0.18, 0.06, 0.23, 1);
  transform: translateY(100%);
}
[data-a-inview=title-h2] > span:nth-child(2) span {
  transition-delay: 0.15s;
}

[data-a-inview=title-h2][data-inview=true] > span span {
  transform: translateY(0);
}

[data-a-inview=contact-logo] > span {
  transition: transform 0.5s linear;
}

[data-a-inview=contact-logo][data-inview=true] > span {
  transform: none !important;
}

[data-a-inview=about-mission] {
  opacity: 1;
}
[data-a-inview=about-mission] figure:not(:nth-child(1)) {
  opacity: 0;
  transform: scale(1.05);
}
[data-a-inview=about-mission][data-inview=true] figure {
  animation-fill-mode: forwards;
  animation-duration: 20s;
  animation-name: about-mission, about-mission-fade;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
[data-a-inview=about-mission][data-inview=true] figure:nth-child(1) {
  animation-delay: 0, -0.3s;
}
[data-a-inview=about-mission][data-inview=true] figure:nth-child(2) {
  animation-delay: 4s, 3.7s;
}
[data-a-inview=about-mission][data-inview=true] figure:nth-child(3) {
  animation-delay: 8s, 7.7s;
}
[data-a-inview=about-mission][data-inview=true] figure:nth-child(4) {
  animation-delay: 12s, 11.7s;
}
[data-a-inview=about-mission][data-inview=true] figure:nth-child(5) {
  animation-delay: 16s, 15.7s;
}

@keyframes about-mission {
  0% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
}
@keyframes about-mission-fade {
  3% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.parallax-wrapper {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .parallax-wrapper {
    display: none;
  }
}
.parallax-bg {
  position: absolute;
  top: 0;
  background: url("../img/common/bg-circle.png") no-repeat center/contain;
  transform: translate(0, 0);
  will-change: transform;
  z-index: -1;
}

/* loding
----------------------------------------*/
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* コンポーネント
c-pickup
----------------------------------------*/
.c-pickup {
  background: #0089d0;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-pickup {
    padding-bottom: 6rem;
    margin-bottom: 0;
  }
}
.c-pickup::before {
  content: "";
  display: block;
  width: 48.5rem;
  height: 48.35rem;
  background: url(../img/common/pickup-bg-01.png) no-repeat right top/100% auto;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-pickup::before {
    display: none;
  }
}
.c-pickup__list {
  z-index: 2;
  height: 40rem;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pickup__list {
    height: 53.3333vw;
  }
}
.c-pickup__list.slick-initialized {
  opacity: 1;
}
.c-pickup__list-item {
  float: left;
  width: 60rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-item {
    width: 80vw;
    margin: 0 0.7rem;
  }
}
.c-pickup__list-item > a {
  display: block;
  overflow: hidden;
  border-radius: 0.6rem;
}
.c-pickup__list-item figure {
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-item figure {
    height: 53.3333vw;
  }
}
.c-pickup__list-item figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgb(0, 0, 0) 100%);
  opacity: 0.5;
}
.c-pickup__list-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-pickup__list .slick-prev,
.c-pickup__list .slick-next {
  appearance: none;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.18);
  position: absolute;
  top: 17.9rem;
  left: calc(50% - 32.8rem);
  z-index: 10;
  overflow: hidden;
  text-indent: -99rem;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pickup__list .slick-prev,
  .c-pickup__list .slick-next {
    display: none;
  }
}
@media (hover: hover) {
  .c-pickup__list .slick-prev:hover,
  .c-pickup__list .slick-next:hover {
    opacity: 1;
    background: #0089D0;
    box-shadow: 0 0.5rem 1rem rgba(34, 86, 124, 0.1);
  }
  .c-pickup__list .slick-prev:hover::after,
  .c-pickup__list .slick-next:hover::after {
    border-color: #fff;
  }
}
.c-pickup__list .slick-prev:active,
.c-pickup__list .slick-next:active {
  background: #00548E;
  box-shadow: 0 -0.3rem 0 rgba(34, 86, 124, 0.2);
}
.c-pickup__list .slick-prev::after,
.c-pickup__list .slick-next::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid #C2CBD8;
  border-right: 0.2rem solid #C2CBD8;
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  right: 0;
  margin: auto;
}
.c-pickup__list .slick-next {
  left: auto;
  right: calc(50% - 32.8rem);
}
.c-pickup__list .slick-next::after {
  transform: rotate(45deg);
  right: 0.5rem;
  left: 0;
}
.c-pickup__list .slick-track {
  overflow: hidden;
}
.c-pickup__list .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__list .slick-dots {
    margin-top: 2rem;
  }
}
.c-pickup__list .slick-dots li {
  width: 1.4rem;
  margin: 0 1rem;
}
.c-pickup__list .slick-dots li button {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: #8A9DB5;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -99rem;
}
.c-pickup__list .slick-dots li.slick-active button {
  background: #fff;
}
.c-pickup__list-box {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-box {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
  }
}
.c-pickup__list-service {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-service {
    display: none;
  }
}
.c-pickup__list-service span {
  display: inline-block;
  background: #ECF5FD;
  font-size: 1.2rem;
  color: #0089D0;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-radius: 0.6rem;
  padding: 0.4rem 1.2rem 0.3rem;
}
.c-pickup__list-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.1rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.c-pickup__list-company {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-company {
    display: none;
  }
}
.c-pickup__list-tag {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-tag {
    display: none;
  }
}
.c-pickup__list-tag li {
  margin: 0 0.5rem;
}
.c-pickup__list-category {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-category {
    display: none;
  }
}
.c-pickup__list-category li {
  margin: 0 1rem 1rem;
}
.c-pickup__list-category li a {
  display: block;
  border: 0.1rem solid #fff;
  border-radius: 0.4rem;
  padding: 0.25rem 0.65rem;
}

/* コンポーネント
c-archive
----------------------------------------*/
.c-archive {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-archive {
    display: block;
  }
}
.c-archive > li {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0 4rem rgba(0, 46, 79, 0.2);
  transition: box-shadow 0.3s;
}
@media screen and (min-width: 768px) {
  .c-archive > li {
    width: 31.0833%;
    margin: 0 0 4rem 3.37505%;
  }
  .c-archive > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-archive > li {
    width: calc((100% - 4rem) / 2);
    margin: 0 0 4rem 4rem;
  }
  .c-archive > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-archive > li {
    width: auto;
    margin: 0 0 4rem;
  }
}
@media (hover: hover) {
  .c-archive > li:hover {
    box-shadow: 0 0 3rem rgba(0, 79, 137, 0.07);
  }
  .c-archive > li:hover a {
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-name: case;
    animation-timing-function: linear;
  }
}
.c-archive > li > a {
  display: block;
  opacity: 1;
}
.c-archive > li.c-archive__none {
  width: 100%;
  background: none;
  text-align: center;
  box-shadow: none;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-archive > li.c-archive__none {
    font-size: 1.4rem;
  }
}
.c-archive__box {
  margin: 3rem 2rem 2.3rem;
}
.c-archive__box dl {
  border-top: 0.2rem solid #f0f2f5;
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  padding: 0.9rem 0 0;
}
.c-archive__box dl dt {
  width: 7rem;
  color: #8A9DB5;
  margin-bottom: 0.7rem;
}
.c-archive__box dl dd {
  width: calc(100% - 7rem);
  margin-bottom: 0.7rem;
}
.c-archive__service {
  margin-bottom: 1rem;
}
.c-archive__service span {
  display: inline-block;
  background: #ECF5FD;
  font-size: 1.2rem;
  color: #0089D0;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-radius: 0.6rem;
  padding: 0.4rem 1.2rem;
}
.c-archive__title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 1.1rem;
}
.c-archive__company {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.c-archive__company:last-child {
  padding-bottom: 0.5rem;
}
.c-archive__category {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.8rem;
  padding: 0 1.5rem;
}
.c-archive__category li {
  margin: 0.5rem;
}
.c-archive__category li a {
  display: block;
  border-radius: 0.4rem;
  background: #ECF5FD;
  color: #0089D0;
  font-size: 1.4rem;
  padding: 0.4rem 0.4rem 0.3rem;
  letter-spacing: 0.04em;
}
.c-archive__tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  margin: 0.8rem 1.5rem 2.7rem;
}
.c-archive__tag li {
  margin: 0.2rem 0.5rem;
}
.c-archive__tag a {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #A0AFC3;
}
.c-archive__btn-more {
  cursor: pointer;
  max-width: 24rem;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 10.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.3rem;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
  transition: 0.3s;
  letter-spacing: 0.04em;
}
.c-archive__btn-more:hover {
  background: #0089D0;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
}
.c-archive__btn-more:active {
  background: #00548E;
  color: #fff;
  box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.2);
}

@keyframes case {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.75;
  }
}
/* コンポーネント
c-pagination
----------------------------------------*/
.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
  color: #222;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-pagination__list {
    font-size: 1.2rem;
  }
}
.c-pagination__list li {
  width: 4.4rem;
  margin: 0 0.5rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pagination__list li {
    width: 2.9rem;
    margin: 0 0.3rem;
  }
}
.c-pagination__list li a {
  display: block;
  height: 4.4rem;
  line-height: 4.4rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pagination__list li a {
    height: 2.9rem;
    line-height: 2.9rem;
  }
}
@media (hover: hover) {
  .c-pagination__list li a:hover {
    opacity: 1;
    background: #222;
    color: #fff;
  }
}
.c-pagination__list li.c-pagination__list-item-ellipsis {
  width: auto;
  margin: 0;
}
.c-pagination__list-item-current a {
  background: #0089D0;
  color: #fff;
}
.c-pagination__list-prev a, .c-pagination__list-next a {
  background: #222;
  color: transparent;
}
@media (hover: hover) {
  .c-pagination__list-prev a:hover, .c-pagination__list-next a:hover {
    opacity: 1;
    background: #0089D0 !important;
    color: transparent !important;
  }
  .c-pagination__list-prev a:hover::before, .c-pagination__list-next a:hover::before {
    border-color: #fff !important;
  }
}
.c-pagination__list-prev a::before, .c-pagination__list-next a::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0.4rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-pagination__list-prev a::before, .c-pagination__list-next a::before {
    width: 0.6rem;
    height: 0.6rem;
    border-top-width: 0.15rem;
    border-right-width: 0.15rem;
    right: 0.2rem;
  }
}
.c-pagination__list-prev a::before {
  transform: rotate(-135deg);
  left: 0.2rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-pagination__list-prev a::before {
    left: 0.1rem;
  }
}

/* コンポーネント
c-service
----------------------------------------*/
.c-service {
  background: url(../img/common/service-bg-01.png) no-repeat right top/48.5rem auto, url(../img/common/service-bg-02.png) no-repeat left bottom/51.1rem auto, linear-gradient(to bottom, #009BE3 0%, #016BB8 50%);
  color: #fff;
  padding: 5.7rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .c-service {
    padding: 5.7rem 1.6rem 6rem;
    background-position: right -2.5rem top, left bottom;
    background-size: 48.5rem auto, 52rem auto;
  }
}
.p-home .c-service {
  padding: 10rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-home .c-service {
    padding: 9.2rem 1.6rem 6rem;
  }
}
.p-home .c-service::before {
  content: "SERVICE";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0.08;
  color: #F1F3F6;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-home .c-service::before {
    top: 3rem;
    font-size: 8rem;
  }
}
.p-home .c-service picture {
  height: 28.6rem;
  overflow: hidden;
  display: block;
  padding-top: 1.8rem;
  background: #ECF5FD;
}
@media screen and (max-width: 767px) {
  .p-home .c-service picture {
    padding-top: 0;
    height: auto;
  }
}
.p-home .c-service__list li {
  display: flex;
}
.p-home .c-service__list li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  padding-top: 0;
}
@media (hover: hover) {
  .p-home .c-service__list li a:hover {
    animation: none;
    opacity: 1;
  }
  .p-home .c-service__list li a:hover .c-service__btn {
    background: #4B596C;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  .p-home .c-service__list li a:active .c-service__btn {
    box-shadow: 0 -0.3rem 0 rgba(0, 0, 0, 0.2);
  }
}
.p-home .c-service__box {
  color: #222;
  padding: 3rem 4rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-home .c-service__box {
    padding: 1.9rem 2rem 3rem;
  }
}
.p-home .c-service__box h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.p-home .c-service__box p {
  text-align: left;
  line-height: 1.8;
}
.p-home .c-service__btn {
  width: 24rem;
  background: #222;
  margin: 3rem auto 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 2.7rem;
  padding: 1.3rem;
  box-shadow: 0 1.3rem 3rem rgba(0, 0, 0, 0.15);
  transition: background 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .p-home .c-service__btn {
    margin: 2rem auto 0;
  }
}
.p-home .c-service__btn::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
  transform: rotate(45deg);
  margin: 0 -0.8rem 0 0.8rem;
  vertical-align: 0.1rem;
  transition: border-color 0.3s;
}
.c-service__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  .c-service__title {
    font-size: 2.2rem;
  }
}
.c-service__title span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-service__title span {
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
  }
}
.c-service__list {
  max-width: 120rem;
  margin: 0 auto;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.35);
  padding: 3.9rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .c-service__list {
    max-width: 76.7rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-service__list {
    padding: 1rem;
  }
}
.c-service__list li {
  width: 48.2143%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .c-service__list li {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-service__list li {
    margin-bottom: 2rem;
  }
}
.c-service__list li:last-child, .c-service__list li:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .c-service__list li:nth-last-child(2) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service__list li:nth-last-child(2) {
    margin-bottom: 2rem;
  }
}
.c-service__list li a {
  display: block;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #ECF5FD;
  box-shadow: 0 0 4rem rgba(0, 46, 79, 0.2);
  text-align: center;
  padding-top: 1.8rem;
}
@media (hover: hover) {
  .c-service__list li a:hover {
    box-shadow: 0 0 3rem rgba(0, 79, 137, 0.07);
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-name: case;
    animation-timing-function: linear;
  }
}
@media screen and (max-width: 767px) {
  .c-service__list li a {
    padding-top: 0;
  }
}
.c-service__list li a img {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .c-service__list li a img {
    width: auto;
    max-width: 26.5rem;
  }
}

/* コンポーネント
c-contents
----------------------------------------*/
.c-contents a {
  color: #0089D0;
}
.c-contents h2.wp-block-heading,
.c-contents > h2:not(.wp-block-heading) {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
  color: #fff;
  padding-block: 1rem 0.6rem;
  padding-inline: 1.7rem;
  background: linear-gradient(248.49deg, #26B1EA 26.45%, #0089D0 100%);
  border-radius: 0.4rem;
  margin-block: 4rem;
}
@media screen and (max-width: 767px) {
  .c-contents h2.wp-block-heading,
  .c-contents > h2:not(.wp-block-heading) {
    font-size: 2.4rem;
    padding-block: 1.3rem 0.9rem;
  }
}
.c-contents h2.wp-block-heading:first-child,
.c-contents > h2:not(.wp-block-heading):first-child {
  margin-top: 0;
}
.c-contents h3.wp-block-heading,
.c-contents > h3:not(.wp-block-heading) {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
  padding-bottom: 0.8rem;
  border-bottom: 0.3rem solid #26B1EA;
  position: relative;
  margin-block: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-contents h3.wp-block-heading,
  .c-contents > h3:not(.wp-block-heading) {
    padding-bottom: 0.3rem;
  }
}
.c-contents h3.wp-block-heading::after,
.c-contents > h3:not(.wp-block-heading)::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  right: 0;
  height: 0.3rem;
  width: calc(100% - 9rem);
  background-color: #0089D0;
}
.c-contents h4.wp-block-heading,
.c-contents > h4:not(.wp-block-heading) {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-block: 4rem 2rem;
}
.c-contents h5.wp-block-heading,
.c-contents > h5:not(.wp-block-heading) {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-block: 4rem 2rem;
}
.c-contents h6.wp-block-heading,
.c-contents > h6:not(.wp-block-heading) {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-block: 4rem 2rem;
}
.c-contents > ol,
.c-contents ol.wp-block-list {
  counter-reset: i;
}
.c-contents > ol li,
.c-contents ol.wp-block-list li {
  padding-left: 2.5rem;
  margin-top: 1rem;
}
.c-contents > ol li::before,
.c-contents ol.wp-block-list li::before {
  counter-increment: i;
  content: counter(i) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.c-contents > ol > li,
.c-contents ol.wp-block-list > li {
  margin-top: 0;
  margin-bottom: 1rem;
}
.c-contents > ul li,
.c-contents ul.wp-block-list li {
  padding-left: 2.5rem;
  margin-top: 1rem;
}
.c-contents > ul li::before,
.c-contents ul.wp-block-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-contents > ul > li,
.c-contents ul.wp-block-list > li {
  margin-top: 0;
  margin-bottom: 1rem;
}
.c-contents > ul,
.c-contents > ol,
.c-contents > .wp-block-list {
  margin: 2.4rem 0;
}
.c-contents > img {
  margin-top: 4rem;
}
.c-contents .wp-block-image {
  margin: 4rem 0;
}
.c-contents .wp-block-image:first-child {
  margin-top: 0;
}
.c-contents .wp-block-image .wp-element-caption {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.c-contents .wp-block-table {
  margin: 2rem 0;
}
.c-contents__summary {
  background: #F1F3F6;
  border-radius: 0.6rem;
  padding: 3.9rem 4rem;
  margin: 4rem 0;
}
.c-contents__summary dl + dl {
  margin-top: 3.5rem;
}
.c-contents__summary dt {
  font-size: 1.8rem;
  color: #0089D0;
  font-weight: 700;
  margin-bottom: 1rem;
}
.c-contents__summary dd {
  font-size: 1.6rem;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
}
.c-contents__summary dd + dd {
  margin-top: 2rem;
}
.c-contents__person {
  background: #F1F3F6;
  border-radius: 1.2rem;
  padding: 4rem;
  margin: 4rem 0;
}
.c-contents__person > p {
  line-height: 1.5;
}
.c-contents__person-info {
  border-bottom: 0.1rem solid #D2D8E2;
  display: flex;
  align-items: center;
  padding: 0 0 1.8rem 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-contents__person-info {
    display: block;
  }
}
.c-contents__person-info-img {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-contents__person-info-img {
    margin: 0 auto 4rem;
  }
}
.c-contents__person-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-contents__person-info-text {
  flex: 1;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .c-contents__person-info-text {
    padding-left: 0;
    padding-right: 1rem;
  }
}
.c-contents__person-info-text h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.c-contents__person-info-text h3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.4rem;
}
.c-contents__person-info-text p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-contents__reference {
  background: #F1F3F6;
  border-radius: 0.6rem;
  padding: 4rem;
  margin: 4rem 0;
}
.c-contents__reference h3 {
  line-height: 1.8;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.c-contents__reference p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-contents__reference p + p {
  margin-top: 2.4rem;
}
.c-contents__related-posts {
  background: #F1F3F6;
  border-radius: 0.6rem;
  padding: 4rem 3.5rem;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .c-contents__related-posts {
    padding: 4rem;
  }
}
.c-contents__related-posts-title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.c-contents__related-posts-subtitle {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-contents__related-posts-subtitle {
    margin-right: -1rem;
  }
}
.c-contents__related-posts-list {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-contents__related-posts-list li + li {
    margin-top: 2rem;
  }
}
.c-contents__related-posts-list a {
  color: #209CFF;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.c-contents > p {
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-contents > p {
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.c-contents > p + p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-contents > p + p {
    margin-top: 3rem;
  }
}
.c-contents #toc_container {
  border: 0.1rem solid #C2CBD8;
  border-radius: 0.6rem;
  display: block !important;
  margin-bottom: 4rem;
}
.c-contents #toc_container.contracted .toc_title::after {
  transform: rotate(135deg);
  vertical-align: 0.4rem;
}
.c-contents #toc_container .toc_title {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.4;
  padding: 2rem;
}
.c-contents #toc_container .toc_title::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #0089D0;
  border-right: 0.2rem solid #0089D0;
  transform: rotate(-45deg);
  margin: 0 -0.5rem 0 0.8rem;
  vertical-align: -0.1rem;
}
.c-contents #toc_container .toc_title .toc_toggle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-contents #toc_container .toc_title .toc_toggle .toc_brackets {
  display: none;
}
.c-contents #toc_container .toc_title .toc_toggle a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: -999rem;
}
.c-contents #toc_container .toc_list {
  width: 100% !important;
  margin: 0 !important;
  padding: 0.2rem 3.9rem 4rem !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-contents #toc_container .toc_list {
    padding: 0.2rem 2.4rem 2.1rem !important;
  }
}
.c-contents #toc_container .toc_list .toc_depth_1::after {
  content: ".";
  margin-right: 0.2rem;
}
.c-contents #toc_container .toc_list li + li {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-contents #toc_container .toc_list li + li {
    margin-top: 0.4rem;
  }
}
.c-contents #toc_container .toc_list ul {
  margin: 0.6rem 0 0 2rem;
}

/* コンポーネント
c-search-box
----------------------------------------*/
.c-search-box {
  max-width: 60rem;
  margin: 0 auto 4rem;
}
.c-search-box__btn {
  content: "";
  position: absolute;
  background: url(../img/common/icon-search.svg) no-repeat;
  background-size: 100% 100%;
  width: 1.8rem;
  height: 1.8rem;
  left: 2rem;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.c-search-box__reset {
  display: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #494949;
  font-size: 2rem;
  opacity: 0.2;
  transition: 0.3s;
}
.c-search-box__reset:hover {
  opacity: 1;
}
.c-search-box__reset:hover::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #D2D8E2;
  z-index: -1;
  top: 48%;
  transform: translateY(-50%);
  right: -0.35rem;
}
.c-search-box__text {
  position: relative;
}
.c-search-box__text input {
  background: #fff;
  border-radius: 2.5rem;
  width: 100%;
  padding: 1.2rem 2rem 1.2rem 4.8rem;
  box-shadow: 0 0 6rem rgba(0, 65, 110, 0.1);
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  transition: 0.3s;
}
.c-search-box__text input::placeholder {
  color: #A0AFC3;
  opacity: 1;
}
.c-search-box__text input:focus-visible {
  background: #fff;
  outline: none;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.2);
}
.c-search-box__text input:not(:placeholder-shown) + .c-search-box__reset {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-search-box__text input:not(:placeholder-shown) + .c-search-box__reset {
    opacity: 1;
  }
  .c-search-box__text input:not(:placeholder-shown) + .c-search-box__reset::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #D2D8E2;
    z-index: -1;
    top: 48%;
    transform: translateY(-50%);
    right: -0.35rem;
  }
}
.c-search-modal {
  position: fixed;
  width: 100%;
  height: calc(100% + 7rem);
  z-index: 2100;
  display: none;
  top: -7rem;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-search-modal {
    height: 100%;
    top: 0;
  }
}
.c-search-modal::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  transition: 0.3s;
  opacity: 0;
}
.c-search-modal.is-active {
  opacity: 1;
  display: block;
}
.c-search-modal.is-active::before {
  opacity: 0.25;
}
.c-search-modal__contents {
  max-width: 88rem;
  margin: 0 auto;
  background: url(../img/common/bg-search.png) no-repeat;
  background-size: cover;
  background-color: #F1F3F6;
  border-radius: 0.8rem;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
  padding: 6rem 4rem 4.4rem;
  position: absolute;
  top: 14rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-search-modal__contents {
    top: 7rem;
    border-radius: 0;
    height: calc(100% - 7rem);
    padding: 6rem 2rem;
    background: url(../img/common/bg-search-sp.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    background-color: #F1F3F6;
  }
}
.c-search-modal__close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  transition: 0.3s;
}
.c-search-modal__close:hover {
  opacity: 0.5;
}
.c-search-modal__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-search-modal__title {
    font-size: 2.6rem;
  }
}
.c-search-modal__subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-search-modal__subtitle {
    font-size: 1.6rem;
  }
}
.c-search-modal__recommend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-search-modal__recommend li {
  margin-bottom: 1.6rem;
}
.c-search-modal__recommend li a {
  position: relative;
  font-size: 1.4rem;
  margin: 0 2rem;
  transition: color 0.3s;
}
.c-search-modal__recommend li a:hover {
  color: #0089D0;
}
.c-search-modal__recommend li a:not([target=_blank])::after {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.15rem solid #0089D0;
  border-right: 0.15rem solid #0089D0;
  transform: rotate(45deg);
  margin: 0 0.9rem 0 1rem;
  vertical-align: 0.2rem;
  transition: border-color 0.3s;
}
.c-search-modal__recommend li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon-external-blue.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin-left: 0.7rem;
}

/* コンポーネント
c-gnav
----------------------------------------*/
.c-gnav {
  display: flex;
  justify-content: flex-end;
  position: static;
  column-gap: 11.4rem;
}
@media screen and (max-width: 1240px) {
  .c-gnav {
    column-gap: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav {
    display: block;
    width: 100vw;
    height: 100dvh;
    padding: 0 2rem 2rem;
    position: fixed;
    top: 0;
    right: -100vw;
    overflow-y: auto;
    background: #fff;
    transition: right 0.5s;
    z-index: 100;
  }
  .nav-open .c-gnav {
    right: 0;
  }
}
.c-gnav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  position: static;
}
@media screen and (max-width: 1024px) {
  .c-gnav__list {
    display: block;
    border-top: 0.15rem solid #E1E6EC;
    font-size: 1.8rem;
  }
}
.c-gnav__list > li {
  position: relative;
  height: 100%;
}
@media (hover: hover) {
  .c-gnav__list > li:hover > a {
    color: #0089D0;
  }
  .c-gnav__list > li:hover > a:nth-last-child(2)::after {
    background-image: url(../img/common/icon-arrow-down-blue.svg);
  }
  .c-gnav__list > li:hover .c-gnav__sub {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__list > li:not(:last-child) {
    border-bottom: 0.15rem solid #E1E6EC;
  }
  .c-gnav__list > li.c-gnav__list-drop > a::after {
    transform: rotate(0);
    border-right: none;
    width: 1.1rem;
    right: 2rem;
    height: 0.2rem;
  }
  .c-gnav__list > li.c-gnav__list-drop > a::before {
    border-right: none;
    width: 1.1rem;
    right: 2rem;
    height: 0.2rem;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all 0.3s;
    border-top: 0.2rem solid #222;
    transform: rotate(90deg);
  }
}
.c-gnav__list > li > a {
  height: 100%;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}
@media screen and (hover: hover) and (min-width: 1025px) {
  .c-gnav__list > li > a:nth-last-child(2) {
    pointer-events: none;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__list > li > a.open + .c-gnav__sub {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 1240px) {
  .c-gnav__list > li > a {
    padding-inline: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__list > li > a {
    height: auto;
    display: block;
    padding: 2rem;
    font-size: 1.4rem;
  }
  .c-gnav__list > li > a::after {
    content: "";
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    border-top: 0.2rem solid #222;
    border-right: 0.2rem solid #222;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.4rem;
    margin: auto 0;
    transition: all 0.3s;
  }
}
@media (hover: hover) {
  .c-gnav__list > li > a:hover {
    opacity: 1;
    color: #0089D0;
  }
}
.c-gnav__list > li > a[target=_blank] {
  column-gap: 1.1rem;
}
.c-gnav__list > li > a[target=_blank]::after {
  background-image: url(../img/common/icon-external.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .c-gnav__list > li > a[target=_blank]::after {
    border: none;
    transform: rotate(0);
    right: 2.18rem;
  }
}
@media (hover: hover) {
  .c-gnav__list > li > a[target=_blank]:hover::after {
    background-image: url(../img/common/icon-external-blue.svg);
  }
}
.c-gnav__list > li > a:active {
  color: #00548E;
}
.c-gnav__list > li > a.open {
  color: #0089D0;
}
@media screen and (max-width: 1024px) {
  .c-gnav__list > li > a.open {
    color: inherit;
  }
}
.c-gnav__list > li > a.open::before {
  display: none;
}
.c-gnav__list > li > a:nth-last-child(2) {
  column-gap: 1.1rem;
}
@media screen and (min-width: 1025px) {
  .c-gnav__list > li > a:nth-last-child(2)::after {
    background-image: url(../img/common/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 1.2rem;
    height: 0.7rem;
  }
}
@media (hover: hover) {
  .c-gnav__list > li > a:nth-last-child(2):hover::after {
    background-image: url(../img/common/icon-arrow-down-blue.svg);
  }
}
.c-gnav__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0.2rem;
  position: static;
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    row-gap: 1.6rem;
    margin: 0;
  }
}
.c-gnav__btn-lang {
  height: auto !important;
}
@media (hover: hover) {
  .c-gnav__btn-lang:hover > a {
    background: #F1F3F6;
  }
  .c-gnav__btn-lang:hover > a::before {
    background-image: url(../img/common/icon-language-blue.svg);
  }
}
.c-gnav__btn-lang > a {
  width: 15.4rem;
  height: auto !important;
  border: 0.2rem solid #D2D8E2;
  border-radius: 3.4rem;
  padding: 0.7rem 1.6rem !important;
  font-size: 1.4rem;
  font-weight: 600;
  overflow: hidden;
}
.c-gnav__btn-lang > a::before {
  background-image: url(../img/common/icon-language.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .c-gnav__btn-lang .c-gnav__sub-item-inner {
    margin: 0 auto;
  }
  .c-gnav__btn-lang .c-gnav__sub-item-inner > ul > li a::before {
    content: "";
    display: block;
    border-top: 0.2rem solid #222;
    border-right: 0.2rem solid #222;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
    background: no-repeat;
    transform: rotate(135deg);
    left: 2.2rem;
    margin: 0;
    top: 1.2rem;
    height: 0.7rem;
    width: 1.1rem;
    border-color: #0089D0;
    opacity: 0;
  }
  .c-gnav__btn-lang .c-gnav__sub-item-inner > ul > li a::after {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  .c-gnav__btn-lang .c-gnav__sub-item-inner > ul > li a:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__btn-lang .c-gnav__sub-item-inner > ul > li a.active {
    border-radius: 0.4rem;
    border: 0.2rem solid #0089D0;
    color: #0089D0;
  }
  .c-gnav__btn-lang .c-gnav__sub-item-inner > ul > li a.active::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn-lang {
    position: absolute !important;
    bottom: 2rem;
    border: none !important;
  }
  .c-gnav__btn-lang > a {
    display: none !important;
  }
  .c-gnav__btn-lang .c-gnav__sub {
    display: block !important;
  }
  .c-gnav__btn-lang .c-gnav__sub-item-inner {
    padding: 0;
    border: none;
  }
  .c-gnav__btn-lang .c-gnav__sub-item-inner ul {
    display: flex;
    column-gap: 2rem;
  }
  .c-gnav__btn-lang .c-gnav__sub-item-inner ul li {
    border: none !important;
  }
  .c-gnav__btn-lang .c-gnav__sub-item-inner ul li a {
    padding: 0 0 0 1.92rem;
    font-weight: 500;
  }
  .c-gnav__btn-lang .c-gnav__sub-item-inner ul li a::after {
    transform: rotate(135deg);
    left: 0.2rem;
    margin: 0;
    top: 0.6rem;
    height: 0.7rem;
    width: 1.1rem;
    opacity: 0;
    border-color: #A0AFC3;
  }
  .c-gnav__btn-lang .c-gnav__sub-item-inner ul li a.active {
    color: #A0AFC3;
  }
  .c-gnav__btn-lang .c-gnav__sub-item-inner ul li a.active::after {
    opacity: 1;
  }
}
.c-gnav__btn-contact {
  width: 11.6rem;
  margin-left: 2rem;
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto !important;
}
@media screen and (min-width: 1025px) {
  .c-gnav__btn-contact > a {
    padding: 0.75rem 1.6rem !important;
    height: auto !important;
    background: #222;
    color: #fff;
    border-radius: 3.6rem;
    overflow: hidden;
  }
  .c-gnav__btn-contact > a span {
    z-index: 2;
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  .c-gnav__btn-contact > a::before, .c-gnav__btn-contact > a::after {
    content: "";
    position: absolute;
    margin: auto;
    width: 100px;
    height: 100px;
    background-color: #0089d0;
    border-radius: 50%;
    transition: 0.6s;
    display: block;
  }
  .c-gnav__btn-contact > a::before {
    top: 0;
    left: 0;
    transform: scale(0) translate(-50%, -50%);
    transform-origin: top left;
  }
  .c-gnav__btn-contact > a::after {
    right: 0;
    bottom: 0;
    transform: scale(0) translate(50%, 50%);
    transform-origin: bottom right;
  }
  .c-gnav__btn-contact > a:hover {
    opacity: 1;
    color: #fff !important;
  }
  .c-gnav__btn-contact > a:hover::before, .c-gnav__btn-contact > a:hover::after {
    transition: 1.2s;
  }
  .c-gnav__btn-contact > a:hover::before {
    transform: scale(10) translate(-50%, -50%);
  }
  .c-gnav__btn-contact > a:hover::after {
    transform: scale(10) translate(50%, 50%);
  }
  .c-gnav__btn-contact > a:active::before, .c-gnav__btn-contact > a:active::after {
    transition: 0.3s;
    background: #2a588f;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn-contact {
    width: auto;
    margin: 0;
    border-bottom: 0.15rem solid #E1E6EC;
  }
}
.c-gnav__btn-contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.6rem;
  min-height: 3.6rem;
  border: 0.2rem solid #222;
  background: #222;
  color: #fff;
  text-align: center;
  border-radius: 0.6rem;
  padding: 0.6rem 0 0.3rem 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn-contact-link {
    width: auto;
    min-height: 6rem;
    padding: 1.5rem 1.3rem 1.3rem;
    font-size: 1.6rem;
    column-gap: 0.7rem;
  }
}
@media (hover: hover) {
  .c-gnav__btn-contact-link:hover {
    opacity: 1;
    border-color: #494949;
    background: #494949;
  }
}
.c-gnav__btn-contact-link:active {
  border-color: #000;
  background: #494949;
}
.c-gnav__btn-contact-link::after {
  background-image: url(../img/common/icon-arrow-down-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 1.4rem;
  height: 0.8rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn-contact-link::after {
    width: 1.6rem;
    height: 0.9rem;
  }
}
.c-gnav__btn-contact-link.open {
  background-color: #494949;
}
.c-gnav__btn-contact-link.open::after {
  scale: 1 -1;
}
@media (hover: hover) {
  .c-gnav__btn-contact:hover .c-gnav__contact {
    opacity: 1;
    pointer-events: all;
  }
}
.c-gnav__btn-search {
  transition: 0.3s;
  border-radius: 0.4rem;
  margin-right: 2.2rem;
  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  .c-gnav__btn-search {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn-search {
    margin: 0 3rem 0 auto;
  }
}
.c-gnav__btn-search:hover, .c-gnav__btn-search.is-active {
  background: #0089D0;
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn-search.is-pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__btn-search.is-sp {
    display: none;
  }
}
.c-gnav__sub {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  padding-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .c-gnav__sub {
    display: flex !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__sub {
    opacity: 1;
    position: relative;
    display: none;
    pointer-events: all;
    padding-top: 0;
    height: auto;
  }
}
.c-gnav__sub-item-inner {
  background: #fff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem;
  padding: 0.8rem 0;
}
@media screen and (max-width: 1024px) {
  .c-gnav__sub-item-inner {
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 0 4rem;
    border-top: 0.15rem solid #E1E6EC;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__sub-item-inner > ul > li:not(:last-child) {
    border-bottom: 0.15rem solid #E1E6EC;
  }
}
.c-gnav__sub-item-inner > ul > li a {
  padding: 0.7rem 2rem 0.7rem 4.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  column-gap: 1.4rem;
  opacity: 1;
}
.c-gnav__sub-item-inner > ul > li a::after {
  background-image: url(../img/common/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 0.7rem;
  height: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .c-gnav__sub-item-inner > ul > li a::after {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    border-top: 0.2rem solid #222;
    border-right: 0.2rem solid #222;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.4rem;
    margin: auto 0;
    transition: all 0.3s;
    background: no-repeat;
  }
}
@media (hover: hover) {
  .c-gnav__sub-item-inner > ul > li a:hover {
    color: #0089D0;
    background: #F1F3F6;
  }
  .c-gnav__sub-item-inner > ul > li a:hover::after {
    background-image: url(../img/common/icon-arrow-right-blue.svg);
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__sub-item-inner > ul > li a {
    padding: 0.8rem 0;
    font-size: 1.4rem;
    font-weight: normal;
  }
}
.c-gnav__sub-item:nth-child(1) {
  width: calc((100% - 64.6rem) / 2);
  padding: 4.1rem 0 8.5rem;
}
@media screen and (max-width: 1240px) {
  .c-gnav__sub-item:nth-child(1) {
    width: 37.6953%;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__sub-item:nth-child(1) {
    width: auto;
    padding: 2rem 1.5rem 2.4rem;
  }
}
.c-gnav__sub-item:nth-child(1) .c-gnav__sub-item-inner {
  width: 20rem;
  margin: 0 4rem 0 auto;
}
@media screen and (max-width: 1240px) {
  .c-gnav__sub-item:nth-child(1) .c-gnav__sub-item-inner {
    width: 30.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__sub-item:nth-child(1) .c-gnav__sub-item-inner {
    width: auto;
    margin: 0;
  }
}
.c-gnav__sub-item:nth-child(2) {
  background: #F5FBFF;
  width: 64.6rem;
  padding: 4.1rem 0 8.5rem;
}
@media screen and (max-width: 1240px) {
  .c-gnav__sub-item:nth-child(2) {
    width: 62.3047%;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__sub-item:nth-child(2) {
    width: auto;
    padding: 2.1rem 1.5rem 2.4rem;
  }
  .c-gnav__sub-item:nth-child(2) .c-gnav__sub-item-title {
    margin-bottom: 2.4rem;
  }
}
.c-gnav__sub-item:nth-child(2) .c-gnav__sub-item-inner {
  width: 56.6rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .c-gnav__sub-item:nth-child(2) .c-gnav__sub-item-inner {
    margin: 0 0 0 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__sub-item:nth-child(2) .c-gnav__sub-item-inner {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
}
.c-gnav__sub-item ul {
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.c-gnav__sub-item ul li + li {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .c-gnav__sub-item ul li a {
    padding: 0.2rem 0;
    display: block;
  }
}
@media (hover: hover) {
  .c-gnav__sub-item ul li a:hover {
    opacity: 1;
    color: #0089D0;
  }
  .c-gnav__sub-item ul li a:hover[target=_blank]::after {
    background-image: url(../img/common/icon-external-blue.svg);
  }
}
.c-gnav__sub-item ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon-external.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin-left: 0.5rem;
}
.c-gnav__sub-item ul li a:not([target=_blank])::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  background: url(../img/common/icon-arrow-right.svg) no-repeat left top/100% auto;
  margin-left: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-gnav__sub-item dl + dl {
    margin-top: 3.2rem;
  }
}
.c-gnav__sub-item dl dt {
  font-size: 1.6rem;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 1024px) {
  .c-gnav__sub-item dl dt {
    margin-bottom: 1.3rem;
  }
}
.c-gnav__sub-item dl ul {
  font-size: 1.4rem;
}
.c-gnav__sub-item dl ul li + li {
  margin-top: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .c-gnav__sub-item dl ul li + li {
    margin-top: 1.8rem;
  }
}
.c-gnav__sub-item dl ul a[target=_blank]::after {
  vertical-align: -0.4rem;
  margin-left: 0.4rem;
}
.c-gnav__sub-item-title {
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #D2D8E2;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-bottom: 2.5rem;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-gnav__sub-item-title {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 2.6rem;
  }
}
@media (hover: hover) {
  .c-gnav__sub-item-title:hover {
    opacity: 1;
    color: #0089D0;
  }
}
.c-gnav__sub-item-title span {
  color: #0089D0;
  font-size: 1.3rem;
  display: block;
  letter-spacing: 0.04em;
}
.c-gnav__sub-item-title.has-arrow::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  background: url(../img/common/icon-arrow-right.svg) no-repeat left top/100% auto;
  margin-left: 1rem;
}
.c-gnav__sub-seminar {
  width: calc((100% - 64.6rem) / 2);
  background: #ECF5FD;
  padding: 4.1rem 0 4rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1240px) {
  .c-gnav__sub-seminar {
    display: none;
  }
}
.c-gnav__sub-seminar-inner {
  width: 19.6rem;
  margin: 0 0 0 4rem;
}
.c-gnav__sub-seminar .c-gnav__sub-item-title {
  font-weight: 600;
  font-size: 1.4rem;
  color: #494949;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-bottom: 0;
  border: none;
}
.c-gnav__sub-seminar .c-gnav__sub-item-title span {
  color: #0089D0;
  font-size: 1.3rem;
  display: block;
  margin-bottom: -0.1rem;
}
.c-gnav__sub-seminar figure {
  width: 18rem;
  margin-bottom: 2rem;
}
.c-gnav__sub-seminar p {
  font-weight: 400;
}
@media (hover: hover) {
  .c-gnav__sub-seminar p a:hover {
    opacity: 1;
    color: #0089D0;
  }
  .c-gnav__sub-seminar p a:hover[target=_blank]::after {
    background-image: url(../img/common/icon-external-blue.svg);
  }
}
.c-gnav__sub-seminar p a::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  background: url(../img/common/icon-arrow-right.svg) no-repeat left top/100% auto;
  margin-left: 1rem;
}
.c-gnav__contact {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 30px 20px rgba(0, 65, 110, 0.05);
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) min(34rem, 25%) min(34rem, 25%) minmax(0, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact {
    opacity: 1;
    position: relative;
    display: none;
    pointer-events: all;
    box-shadow: none;
  }
}
.c-gnav__contact::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact::before {
    display: none;
  }
}
.c-gnav__contact-item {
  padding: 4rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item {
    border-bottom: 1px solid #D2D8E2;
    padding-block: 2rem;
    padding-inline: 0 5.3rem;
  }
  .c-gnav__contact-item::after {
    content: "";
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    border-top: 0.2rem solid #009BE3;
    border-right: 0.2rem solid #009BE3;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.1rem;
    margin: auto 0;
    transition: all 0.3s;
  }
}
@media (hover: hover) {
  .c-gnav__contact-item:hover {
    opacity: 1;
  }
  .c-gnav__contact-item:hover figure img {
    opacity: 0.75;
  }
  .c-gnav__contact-item:hover .c-gnav__contact-item-btn:not(.is-black):not(.is-orange) {
    background: #009BE3;
    border-color: #009BE3;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .c-gnav__contact-item:hover .c-gnav__contact-item-btn:not(.is-black):not(.is-orange)::after {
    border-color: #fff;
  }
  .c-gnav__contact-item:hover .c-gnav__contact-item-btn.is-black {
    background-color: #494949;
    border-color: #494949;
  }
  .c-gnav__contact-item:hover .c-gnav__contact-item-btn.is-orange {
    background-color: #FFAA17;
    border-color: #FFAA17;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item:nth-child(1) {
    background-color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item:nth-child(2) {
    background: #F5FBFF;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item:nth-child(3) {
    background: #ECF5FD;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item:nth-child(4) {
    background: #fff;
  }
}
.c-gnav__contact-item-inner {
  width: 26rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item-inner {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 0.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item:nth-child(1) .c-gnav__contact-item-inner {
    margin-left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item:nth-child(4) .c-gnav__contact-item-inner {
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item figure {
    display: none;
  }
}
.c-gnav__contact-item figure img {
  transition: 300ms;
}
.c-gnav__contact-item-head {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222222;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  min-height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item-head {
    display: none;
  }
}
.c-gnav__contact-item-detail {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  min-height: 4.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item-detail {
    font-size: 1.4rem;
    min-height: 0;
    margin-bottom: 0;
  }
}
.c-gnav__contact-item-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 2.8rem 0.8rem;
  column-gap: 0.8rem;
  background: #FFF;
  border: 1px solid #F1F3F6;
  box-shadow: 0 0.3rem 1rem rgba(57, 75, 97, 0.1);
  border-radius: 10rem;
  margin-top: auto;
  transition: 300ms;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item-btn {
    box-shadow: none;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.6rem;
  }
}
.c-gnav__contact-item-btn:not(.is-black):not(.is-orange)::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 0.25rem solid #009BE3;
  border-right: 0.25rem solid #009BE3;
  transform: rotate(45deg);
  margin-top: 0.2rem;
  vertical-align: 0.1rem;
  transition: border-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item-btn:not(.is-black):not(.is-orange)::after {
    content: none;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item-btn.is-black {
    background-color: #222;
    border-color: #222;
    color: #fff;
  }
  .c-gnav__contact-item-btn.is-black::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.9rem;
    height: 1.6rem;
    background-image: url(../img/common/icon-arrow-white.svg);
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item-btn.is-orange {
    background-color: #FF7B00;
    border-color: #FF7B00;
    color: #fff;
  }
  .c-gnav__contact-item-btn.is-orange::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.9rem;
    height: 1.6rem;
    background-image: url(../img/common/icon-arrow-white.svg);
    margin-top: 0.2rem;
  }
}

/* コンポーネント
c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  padding: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 2rem 0 0;
  }
}
.c-breadcrumb ol,
.c-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ol,
  .c-breadcrumb ul {
    font-size: 1.2rem;
  }
}
.c-breadcrumb ol a,
.c-breadcrumb ul a {
  color: #222;
}
.c-breadcrumb ol li,
.c-breadcrumb ul li {
  color: #C2CBD8;
}
.c-breadcrumb ol li::after,
.c-breadcrumb ul li::after {
  content: "/";
  display: inline-block;
  margin: 0 1rem;
  color: #C2CBD8;
}
.c-breadcrumb ol li:last-child::after,
.c-breadcrumb ul li:last-child::after {
  display: none;
}

/* コンポーネント
c-pagetitle
----------------------------------------*/
.c-pagetitle {
  padding: 4rem 12rem 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-pagetitle {
    padding: 3rem 2rem 0;
  }
}
.c-pagetitle::before {
  content: "";
  display: block;
  width: 41.1rem;
  height: 23.05rem;
  background: url(../img/common/bg-circle-pagetitle.png) no-repeat right top/100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-pagetitle::before {
    width: 12.4rem;
    height: 12rem;
    background: url(../img/common/bg-circle-pagetitle-sp.png) no-repeat right top/100% auto;
  }
}
.c-pagetitle h1 {
  font-weight: 600;
  font-size: 5.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-pagetitle h1 {
    font-size: 2.8rem;
  }
}

.c-btn {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222;
  color: #fff;
  border-radius: 10rem;
  text-align: left;
  overflow: hidden;
  transition: background 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-btn {
    font-size: 1.6rem;
    margin-inline: auto;
  }
  .c-btn:active {
    background: #2a588f;
  }
}
@media (hover: hover) {
  .c-btn::before, .c-btn::after {
    content: "";
    position: absolute;
    margin: auto;
    width: 100px;
    height: 100px;
    background-color: #0089d0;
    border-radius: 50%;
    transition: 0.6s;
    display: block;
  }
  .c-btn::before {
    top: 0;
    left: 0;
    transform: scale(0) translate(-50%, -50%);
    transform-origin: top left;
  }
  .c-btn::after {
    right: 0;
    bottom: 0;
    transform: scale(0) translate(50%, 50%);
    transform-origin: bottom right;
  }
  .c-btn:hover {
    opacity: 1;
  }
  .c-btn:hover::before, .c-btn:hover::after {
    transition: 1.2s;
  }
  .c-btn:hover::before {
    transform: scale(10) translate(-50%, -50%);
  }
  .c-btn:hover::after {
    transform: scale(10) translate(50%, 50%);
  }
  .c-btn:active::before, .c-btn:active::after {
    transition: 0.3s;
    background: #2a588f;
  }
}
.c-btn:not([target=_blank]) span::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  margin: auto 0;
}
.c-btn[target=_blank] span::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icon-external-white.svg) no-repeat left top/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.877rem;
  margin: auto 0;
}
.c-btn span {
  display: block;
  padding: 1.9rem 8.2rem 1.9rem 3.6rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-btn span {
    padding-block: 1.5rem;
  }
}

/* コンポーネント
c-mainv
----------------------------------------*/
.c-mainv {
  height: calc(100vh - 8.4rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-mainv {
    height: calc(100svh - 7rem);
    display: block;
  }
}
.c-mainv::before {
  content: "";
  display: block;
  width: 294rem;
  height: 294rem;
  background: linear-gradient(110deg, #fff 30%, #cbd3e1 100%);
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 147rem);
  top: -95rem;
}
@media screen and (max-width: 767px) {
  .c-mainv::before {
    background: linear-gradient(110deg, #fff 0%, #cbd3e1 100%);
    top: -4rem;
    width: 129.7rem;
    height: 129.7rem;
    left: calc(50% - 64.85rem);
  }
}
.c-mainv__inner {
  width: 90rem;
  margin: 0 auto;
  mask-image: radial-gradient(circle, #000 1%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 70%);
  mask-position: center;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-name: mainv_01;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  mask-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__inner {
    width: 105.8823529412vh;
  }
}
@media screen and (max-width: 767px) {
  .c-mainv__inner {
    width: 90rem;
    left: calc(50% - 45rem);
    top: calc(50% - 18.5rem);
  }
}
.c-mainv h2 {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  font-weight: 600;
  margin-bottom: 6.3rem;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv h2 {
    font-size: 2.5882352941vh;
    margin-bottom: 7.4117647059vh;
  }
}
@media screen and (max-width: 767px) {
  .c-mainv h2 {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
  }
}
.c-mainv h2 span {
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 9rem;
  letter-spacing: -0.01em;
  line-height: 1.16;
  margin-bottom: 2.7rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv h2 span {
    font-size: 10.5882352941vh;
    margin-bottom: 3.1764705882vh;
  }
}
@media screen and (max-width: 767px) {
  .c-mainv h2 span {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mainv__wrap {
    transform: scale(0.6);
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-name: mainv_19, mainv_19;
    animation-direction: normal, reverse;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-delay: 2s, 8.8s;
  }
}
.c-mainv__circle {
  height: 28rem;
  margin: 0 -9rem;
  animation-fill-mode: forwards;
  animation-duration: 0.5s, 1s, 2s;
  animation-name: mainv_10, mainv_16, mainv_18;
  animation-timing-function: ease, linear;
  animation-iteration-count: 1, 1, infinite;
  animation-delay: 5s, 6.6s, 7.9s;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__circle {
    height: 32.9411764706vh;
    margin: 0 -10.5882352941vh;
  }
}
@media screen and (max-width: 767px) {
  .c-mainv__circle {
    max-width: 108rem;
    margin: -1rem -9rem 0;
  }
}
.c-mainv__circle > span {
  display: block;
  width: 28rem;
  height: 28rem;
  background: url(../img/home/mainv-circle-img-01.png) no-repeat left top/100% auto;
  position: absolute;
  top: 0;
  left: calc(50% - 9rem);
  transform: translateX(11.5rem);
  animation-fill-mode: forwards;
  animation-duration: 0.5s, 0.5s, 0.3s, 0.5s, 0.5s;
  animation-name: mainv_02_01, mainv_04_01, mainv_13_01, mainv_15_01, mainv_17_01;
  animation-iteration-count: 1;
  animation-timing-function: ease, ease, linear, linear, linear;
  animation-delay: 1.5s, 3.5s, 5.5s, 6.6s, 7.7s;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__circle > span {
    width: 32.9411764706vh;
    height: 32.9411764706vh;
    left: calc(50% - 10.5882352941vh);
    transform: translateX(13.5294117647vh);
  }
}
.c-mainv__circle > span::before {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4.5rem;
  background: url(../img/home/mainv-circle-img-02.png) no-repeat left top/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -6.5rem;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.1s, 0.15s;
  animation-name: mainv_09, mainv_12;
  animation-iteration-count: 1;
  animation-delay: 6.4s, 7.8s;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__circle > span::before {
    width: 5.1764705882vh;
    height: 5.2941176471vh;
    left: -7.6470588235vh;
  }
}
.c-mainv__circle > span:nth-of-type(2) {
  left: auto;
  right: calc(50% - 9rem);
  transform: translateX(-11.5rem);
  animation-fill-mode: forwards;
  animation-duration: 0.5s, 0.5s, 0.3s, 0.5s, 0.5s;
  animation-name: mainv_02_02, mainv_04_02, mainv_13_02, mainv_15_02, mainv_17_02;
  animation-iteration-count: 1;
  animation-timing-function: ease, ease, linear, linear, linear;
  animation-delay: 1.5s, 3.5s, 5.5s, 6.6s, 7.7s;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__circle > span:nth-of-type(2) {
    right: calc(50% - 10.5882352941vh);
    transform: translateX(-13.5294117647vh);
  }
}
.c-mainv__circle > span:nth-of-type(2)::before {
  left: auto;
  right: -6.5rem;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__circle > span:nth-of-type(2)::before {
    right: -7.6470588235vh;
  }
}
.c-mainv__dot {
  position: static;
}
.c-mainv__dot span {
  display: block;
  width: 4.4rem;
  height: 4.5rem;
  background: url(../img/home/mainv-circle-img-02.png) no-repeat left top/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transform: scale(0);
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__dot span {
    width: 5.1764705882vh;
    height: 5.2941176471vh;
  }
}
.c-mainv__dot span:nth-child(1) {
  left: calc(50% - 9rem);
  animation-duration: 0.5s, 0.5s, 0.1s;
  animation-name: mainv_03, mainv_05_02, mainv_12;
  animation-iteration-count: 1;
  animation-delay: 2.5s, 3.5s, 5.5s;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__dot span:nth-child(1) {
    left: calc(50% - 10.5882352941vh);
  }
}
.c-mainv__dot span:nth-child(2), .c-mainv__dot span:nth-child(4) {
  animation-delay: 3s;
  left: 0;
  right: 0;
  margin: auto;
  animation-duration: 0.5s, 0.3s, 0.3s, 0.3s, 0.3s, 0.2s, 0.2s, 0.3s, 0.1s;
  animation-name: mainv_03, mainv_05_03, mainv_06_01, mainv_07_01, mainv_08_01, mainv_08_01, mainv_07_01, mainv_14_01, mainv_12;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-direction: normal, normal, normal, normal, normal, reverse, reverse, normal, normal;
  animation-delay: 3s, 3.5s, 3.6s, 3.9s, 4.2s, 5.4s, 5.6s, 6s, 6.5s;
  z-index: 5;
}
.c-mainv__dot span:nth-child(3) {
  right: calc(50% - 9rem);
  animation-duration: 0.5s, 0.5s, 0.1s;
  animation-name: mainv_03, mainv_05_01, mainv_12;
  animation-iteration-count: 1;
  animation-delay: 2.5s, 3.5s, 5.5s;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__dot span:nth-child(3) {
    right: calc(50% - 10.5882352941vh);
  }
}
.c-mainv__dot span:nth-child(4) {
  opacity: 0;
  animation-name: mainv_03, mainv_05_03, mainv_06_02, mainv_07_02, mainv_08_02, mainv_08_02, mainv_07_02, mainv_14_02, mainv_12;
}
.c-mainv__shape {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: -2rem;
  overflow: hidden;
  animation-fill-mode: forwards;
  animation-duration: 1s, 0.2s;
  animation-name: mainv_11, mainv_12;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 5.5s, 5.9s;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__shape {
    left: -2.3529411765vh;
  }
}
.c-mainv__shape span {
  display: block;
  position: absolute;
  margin: auto;
  opacity: 0;
  animation-duration: 0.3s, 0.2s;
  animation-fill-mode: forwards;
  animation-name: mainv_09, mainv_12;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.c-mainv__shape span:nth-child(1) {
  width: 22.6rem;
  height: 14.4rem;
  background: url(../img/home/mainv-shape-img-01.png) no-repeat left top/100% auto;
  left: calc(50% - 10.3rem);
  top: 6.5rem;
  bottom: 0;
  animation-delay: 3.7s, 6.2s;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__shape span:nth-child(1) {
    width: 26.5882352941vh;
    height: 16.9411764706vh;
    left: calc(50% - 12.1176470588vh);
    top: 7.6470588235vh;
  }
}
.c-mainv__shape span:nth-child(2) {
  width: 16rem;
  height: 13rem;
  background: url(../img/home/mainv-shape-img-02.png) no-repeat left top/100% auto;
  left: calc(50% - 27.6rem);
  top: 9rem;
  bottom: 0;
  animation-delay: 4s, 5.6s;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__shape span:nth-child(2) {
    width: 18.8235294118vh;
    height: 15.2941176471vh;
    left: calc(50% - 32.4705882353vh);
    top: 10.5882352941vh;
  }
}
.c-mainv__shape span:nth-child(3) {
  width: 19.5rem;
  height: 13.4rem;
  background: url(../img/home/mainv-shape-img-03.png) no-repeat left top/100% auto;
  right: calc(50% - 30.4rem);
  top: 6.4rem;
  bottom: 0;
  animation-delay: 4s, 5.6s;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__shape span:nth-child(3) {
    width: 22.9411764706vh;
    height: 15.7647058824vh;
    right: calc(50% - 35.7647058824vh);
    top: 7.5294117647vh;
  }
}
.c-mainv__shape span:nth-child(4) {
  width: 16.9rem;
  height: 8.6rem;
  background: url(../img/home/mainv-shape-img-04.png) no-repeat left top/100% auto;
  left: calc(50% - 45.8rem);
  top: 12rem;
  bottom: 0;
  animation-delay: 4.3s, 5.3s;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__shape span:nth-child(4) {
    width: 19.8823529412vh;
    height: 10.1176470588vh;
    left: calc(50% - 53.8823529412vh);
    top: 14.1176470588vh;
  }
}
.c-mainv__shape span:nth-child(5) {
  width: 18.6rem;
  height: 13.5rem;
  background: url(../img/home/mainv-shape-img-05.png) no-repeat left top/100% auto;
  right: calc(50% - 50.5rem);
  top: 6.8rem;
  bottom: 0;
  animation-delay: 4.3s, 5.3s;
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  .c-mainv__shape span:nth-child(5) {
    width: 21.8823529412vh;
    height: 15.8823529412vh;
    right: calc(50% - 59.4117647059vh);
    top: 8vh;
  }
}

@keyframes mainv_01 {
  0% {
    mask-size: 5% 5%;
  }
  50% {
    mask-size: 100% 100%;
  }
  100% {
    mask-size: 2000% 2000%;
    mask-image: none;
  }
}
@keyframes mainv_02_01 {
  0% {
    transform: translateX(11.5rem);
  }
  100% {
    transform: translateX(20.5rem);
  }
}
@keyframes mainv_02_02 {
  0% {
    transform: translateX(-11.5rem);
  }
  100% {
    transform: translateX(-20.5rem);
  }
}
@keyframes mainv_03 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  1% {
    opacity: 1;
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mainv_04_01 {
  0% {
    transform: translateX(20.5rem) scale(1);
  }
  100% {
    transform: translateX(67rem) translateY(3.5rem) scale(1.26);
  }
}
@keyframes mainv_04_02 {
  0% {
    transform: translateX(-20.5rem) scale(1);
  }
  100% {
    transform: translateX(-67rem) translateY(3.5rem) scale(1.26);
  }
}
@keyframes mainv_05_01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(44.7rem) translateY(-1.8rem) scale(0.82);
  }
}
@keyframes mainv_05_02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-44rem) translateY(3.8rem) scale(0.82);
  }
}
@keyframes mainv_05_03 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: translateX(-1.7rem) translateY(-1.4rem) scale(0.82);
    opacity: 1;
  }
}
@keyframes mainv_05_02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-44rem) translateY(3.8rem) scale(0.82);
  }
}
@keyframes mainv_06_01 {
  0% {
    transform: translateX(-1.7rem) translateY(-1.4rem) scale(0.82);
    opacity: 1;
  }
  100% {
    transform: translateX(-10.5rem) translateY(0.3rem) scale(0.82);
  }
}
@keyframes mainv_06_02 {
  0% {
    transform: translateX(-1.7rem) translateY(-1.4rem) scale(0.82);
    opacity: 1;
  }
  100% {
    transform: translateX(8.5rem) translateY(8.6rem) scale(0.82);
  }
}
@keyframes mainv_07_01 {
  0% {
    transform: translateX(-10.5rem) translateY(0.3rem) scale(0.82);
    opacity: 1;
  }
  30% {
    transform: translateX(-20.4rem) translateY(0.3rem) scale(0.82);
  }
  60% {
    transform: translateX(-20.4rem) translateY(9.3rem) scale(0.82);
  }
  90% {
    transform: translateX(-27.8rem) translateY(9.3rem) scale(0.82);
  }
  100% {
    transform: translateX(-27.8rem) translateY(3.8rem) scale(0.82);
  }
}
@keyframes mainv_07_02 {
  0% {
    transform: translateX(8.5rem) translateY(8.6rem) scale(0.82);
    opacity: 1;
  }
  15% {
    transform: translateX(10rem) translateY(2rem) scale(0.82);
  }
  30% {
    transform: translateX(14.5rem) translateY(-1.3rem) scale(0.82);
  }
  45% {
    transform: translateX(20.5rem) translateY(7rem) scale(0.82);
  }
  60% {
    transform: translateX(22.5rem) translateY(8rem) scale(0.82);
  }
  75% {
    transform: translateX(26rem) translateY(7rem) scale(0.82);
  }
  100% {
    transform: translateX(26.5rem) translateY(-1.7rem) scale(0.82);
  }
}
@keyframes mainv_08_01 {
  0% {
    transform: translateX(-27.8rem) translateY(3.8rem) scale(0.82);
    opacity: 1;
  }
  10% {
    transform: translateX(-32rem) translateY(3.8rem) scale(0.82);
  }
  30% {
    transform: translateX(-34rem) translateY(6.5rem) scale(0.82);
  }
  50% {
    transform: translateX(-39rem) translateY(8.5rem) scale(0.82);
  }
  70% {
    transform: translateX(-44rem) translateY(6.5rem) scale(0.82);
  }
  90% {
    transform: translateX(-46rem) translateY(3.8rem) scale(0.82);
  }
  99.9% {
    transform: translateX(-50.8rem) translateY(3.8rem) scale(0.82);
    opacity: 1;
  }
  100% {
    transform: translateX(-50.8rem) translateY(3.8rem) scale(0.82);
    opacity: 0;
  }
}
@keyframes mainv_08_02 {
  0% {
    transform: translateX(26.5rem) translateY(-1.7rem) scale(0.82);
    opacity: 1;
  }
  20% {
    transform: translateX(39rem) translateY(0rem) scale(0.82);
  }
  40% {
    transform: translateX(42.5rem) translateY(4rem) scale(0.82);
  }
  50% {
    transform: translateX(39rem) translateY(8.2rem) scale(0.82);
  }
  60% {
    transform: translateX(36rem) translateY(4rem) scale(0.82);
  }
  80% {
    transform: translateX(39rem) translateY(0rem) scale(0.82);
  }
  99.9% {
    transform: translateX(51.5rem) translateY(-1.7rem) scale(0.82);
    opacity: 1;
  }
  100% {
    transform: translateX(51.5rem) translateY(-1.7rem) scale(0.82);
    opacity: 0;
  }
}
@keyframes mainv_09 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mainv_10 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.79) translateY(-3rem);
  }
}
@keyframes mainv_11 {
  0% {
    width: 100%;
  }
  100% {
    width: 19.4rem;
  }
}
@keyframes mainv_12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mainv_13_01 {
  0% {
    transform: translateX(67rem) translateY(3.5rem) scale(1.26);
  }
  100% {
    transform: translateX(25rem) translateY(3.5rem) scale(1.26);
  }
}
@keyframes mainv_13_02 {
  0% {
    transform: translateX(-67rem) translateY(3.5rem) scale(1.26);
  }
  100% {
    transform: translateX(-27rem) translateY(3.5rem) scale(1.26);
  }
}
@keyframes mainv_14_01 {
  0% {
    transform: translateX(-10.5rem) translateY(0.3rem) scale(0.82);
    opacity: 1;
  }
  100% {
    transform: translateX(-9rem) translateY(3.5rem) scale(1.26);
  }
}
@keyframes mainv_14_02 {
  0% {
    transform: translateX(8.5rem) translateY(8.6rem) scale(0.82);
    opacity: 1;
  }
  100% {
    transform: translateX(7rem) translateY(3.5rem) scale(1.26);
  }
}
@keyframes mainv_15_01 {
  0% {
    transform: translateX(25rem) translateY(3.5rem) scale(1.26);
  }
  50% {
    transform: translateX(15rem) translateY(3rem) scale(1.26) rotate(180deg);
  }
  100% {
    transform: translateX(25rem) translateY(3rem) scale(1.265) rotate(360deg);
  }
}
@keyframes mainv_15_02 {
  0% {
    transform: translateX(-27rem) translateY(3.5rem) scale(1.26);
  }
  50% {
    transform: translateX(-15rem) translateY(3rem) scale(1.26) rotate(180deg);
  }
  100% {
    transform: translateX(-25rem) translateY(3rem) scale(1.265) rotate(360deg);
  }
}
@keyframes mainv_16 {
  0% {
    transform: scale(0.79) translateY(-3rem);
  }
  25% {
    transform: scale(0.535) translateY(12rem) rotate(180deg);
  }
  50% {
    transform: scale(0.28) translateY(24rem) rotate(360deg);
  }
  50.1% {
    transform: scale(0.28) translateY(24rem) rotate(0);
  }
  75% {
    transform: scale(0.535) translateY(12rem) rotate(180deg);
  }
  100% {
    transform: scale(0.79) translateY(-3rem) rotate(360deg);
  }
}
@keyframes mainv_17_01 {
  0% {
    transform: translateX(25rem) translateY(3rem) scale(1.265);
  }
  100% {
    transform: translateX(1.3rem) translateY(3rem) scale(1.265);
  }
}
@keyframes mainv_17_02 {
  0% {
    transform: translateX(-25rem) translateY(3rem) scale(1.265);
  }
  100% {
    transform: translateX(-1.3rem) translateY(3rem) scale(1.265);
  }
}
@keyframes mainv_18 {
  0% {
    transform: scale(0.79) translateY(-3rem);
  }
  50% {
    transform: scale(0.79) translateY(-4rem);
  }
  100% {
    transform: scale(0.79) translateY(-3rem);
  }
}
@keyframes mainv_19 {
  0% {
    transform: scale(0.6) translateX(0);
  }
  100% {
    transform: scale(0.208) translateX(-0.2rem);
  }
}
@media only screen and (min-width: 768px) and (max-height: 850px) {
  @keyframes mainv_02_01 {
    0% {
      transform: translateX(13.5294117647vh);
    }
    100% {
      transform: translateX(24.1176470588vh);
    }
  }
  @keyframes mainv_02_02 {
    0% {
      transform: translateX(-13.5294117647vh);
    }
    100% {
      transform: translateX(-24.1176470588vh);
    }
  }
  @keyframes mainv_04_01 {
    0% {
      transform: translateX(24.1176470588vh) scale(1);
    }
    100% {
      transform: translateX(78.8235294118vh) translateY(4.1176470588vh) scale(1.26);
    }
  }
  @keyframes mainv_04_02 {
    0% {
      transform: translateX(-24.1176470588vh) scale(1);
    }
    100% {
      transform: translateX(-78.8235294118vh) translateY(4.1176470588vh) scale(1.26);
    }
  }
  @keyframes mainv_05_01 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(52.5882352941vh) translateY(-2.1176470588vh) scale(0.82);
    }
  }
  @keyframes mainv_05_02 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-51.7647058824vh) translateY(4.4705882353vh) scale(0.82);
    }
  }
  @keyframes mainv_05_03 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: translateX(-2vh) translateY(-1.6470588235vh) scale(0.82);
      opacity: 1;
    }
  }
  @keyframes mainv_05_02 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-51.7647058824vh) translateY(4.4705882353vh) scale(0.82);
    }
  }
  @keyframes mainv_06_01 {
    0% {
      transform: translateX(-2vh) translateY(-1.6470588235vh) scale(0.82);
      opacity: 1;
    }
    100% {
      transform: translateX(-12.3529411765vh) translateY(0.3529411765vh) scale(0.82);
    }
  }
  @keyframes mainv_06_02 {
    0% {
      transform: translateX(-2vh) translateY(-1.6470588235vh) scale(0.82);
      opacity: 1;
    }
    100% {
      transform: translateX(10vh) translateY(10.1176470588vh) scale(0.82);
    }
  }
  @keyframes mainv_07_01 {
    0% {
      transform: translateX(-12.3529411765vh) translateY(0.3529411765vh) scale(0.82);
      opacity: 1;
    }
    30% {
      transform: translateX(-24vh) translateY(0.3529411765vh) scale(0.82);
    }
    60% {
      transform: translateX(-24vh) translateY(10.9411764706vh) scale(0.82);
    }
    90% {
      transform: translateX(-32.7058823529vh) translateY(10.9411764706vh) scale(0.82);
    }
    100% {
      transform: translateX(-32.7058823529vh) translateY(4.4705882353vh) scale(0.82);
    }
  }
  @keyframes mainv_07_02 {
    0% {
      transform: translateX(10vh) translateY(10.1176470588vh) scale(0.82);
      opacity: 1;
    }
    15% {
      transform: translateX(11.7647058824vh) translateY(2.3529411765vh) scale(0.82);
    }
    30% {
      transform: translateX(17.0588235294vh) translateY(-1.5294117647vh) scale(0.82);
    }
    45% {
      transform: translateX(24.1176470588vh) translateY(8.2352941176vh) scale(0.82);
    }
    60% {
      transform: translateX(26.4705882353vh) translateY(9.4117647059vh) scale(0.82);
    }
    75% {
      transform: translateX(30.5882352941vh) translateY(8.2352941176vh) scale(0.82);
    }
    100% {
      transform: translateX(31.1764705882vh) translateY(-2vh) scale(0.82);
    }
  }
  @keyframes mainv_08_01 {
    0% {
      transform: translateX(-32.7058823529vh) translateY(4.4705882353vh) scale(0.82);
      opacity: 1;
    }
    10% {
      transform: translateX(-37.6470588235vh) translateY(4.4705882353vh) scale(0.82);
    }
    30% {
      transform: translateX(-40vh) translateY(7.6470588235vh) scale(0.82);
    }
    50% {
      transform: translateX(-45.8823529412vh) translateY(10vh) scale(0.82);
    }
    70% {
      transform: translateX(-51.7647058824vh) translateY(7.6470588235vh) scale(0.82);
    }
    90% {
      transform: translateX(-54.1176470588vh) translateY(4.4705882353vh) scale(0.82);
    }
    99.9% {
      transform: translateX(-59.7647058824vh) translateY(4.4705882353vh) scale(0.82);
      opacity: 1;
    }
    100% {
      transform: translateX(-59.7647058824vh) translateY(4.4705882353vh) scale(0.82);
      opacity: 0;
    }
  }
  @keyframes mainv_08_02 {
    0% {
      transform: translateX(31.1764705882vh) translateY(-2vh) scale(0.82);
      opacity: 1;
    }
    20% {
      transform: translateX(45.8823529412vh) translateY(0) scale(0.82);
    }
    40% {
      transform: translateX(50vh) translateY(4.7058823529vh) scale(0.82);
    }
    50% {
      transform: translateX(45.8823529412vh) translateY(9.6470588235vh) scale(0.82);
    }
    60% {
      transform: translateX(42.3529411765vh) translateY(4.7058823529vh) scale(0.82);
    }
    80% {
      transform: translateX(45.8823529412vh) translateY(0) scale(0.82);
    }
    99.9% {
      transform: translateX(60.5882352941vh) translateY(-2vh) scale(0.82);
      opacity: 1;
    }
    100% {
      transform: translateX(60.5882352941vh) translateY(-2vh) scale(0.82);
      opacity: 0;
    }
  }
  @keyframes mainv_10 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.79) translateY(-3.5294117647vh);
    }
  }
  @keyframes mainv_11 {
    0% {
      width: 100%;
    }
    100% {
      width: 22.8235294118vh;
    }
  }
  @keyframes mainv_12 {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes mainv_13_01 {
    0% {
      transform: translateX(78.8235294118vh) translateY(4.1176470588vh) scale(1.26);
    }
    100% {
      transform: translateX(29.4117647059vh) translateY(4.1176470588vh) scale(1.26);
    }
  }
  @keyframes mainv_13_02 {
    0% {
      transform: translateX(-78.8235294118vh) translateY(4.1176470588vh) scale(1.26);
    }
    100% {
      transform: translateX(-31.7647058824vh) translateY(4.1176470588vh) scale(1.26);
    }
  }
  @keyframes mainv_14_01 {
    0% {
      transform: translateX(-12.3529411765vh) translateY(0.3529411765vh) scale(0.82);
      opacity: 1;
    }
    100% {
      transform: translateX(-10.5882352941vh) translateY(4.1176470588vh) scale(1.26);
    }
  }
  @keyframes mainv_14_02 {
    0% {
      transform: translateX(10vh) translateY(10.1176470588vh) scale(0.82);
      opacity: 1;
    }
    100% {
      transform: translateX(8.2352941176vh) translateY(4.1176470588vh) scale(1.26);
    }
  }
  @keyframes mainv_15_01 {
    0% {
      transform: translateX(29.4117647059vh) translateY(4.1176470588vh) scale(1.26);
    }
    50% {
      transform: translateX(17.6470588235vh) translateY(3.5294117647vh) scale(1.26) rotate(180deg);
    }
    100% {
      transform: translateX(29.4117647059vh) translateY(3.5294117647vh) scale(1.265) rotate(360deg);
    }
  }
  @keyframes mainv_15_02 {
    0% {
      transform: translateX(-31.7647058824vh) translateY(4.1176470588vh) scale(1.26);
    }
    50% {
      transform: translateX(-17.6470588235vh) translateY(3.5294117647vh) scale(1.26) rotate(180deg);
    }
    100% {
      transform: translateX(-29.4117647059vh) translateY(3.5294117647vh) scale(1.265) rotate(360deg);
    }
  }
  @keyframes mainv_16 {
    0% {
      transform: scale(0.79) translateY(-3.5294117647vh);
    }
    50% {
      transform: scale(0.28) translateY(28.2352941176vh) rotate(180deg);
    }
    100% {
      transform: scale(0.79) translateY(-3.5294117647vh) rotate(360deg);
    }
  }
  @keyframes mainv_17_01 {
    0% {
      transform: translateX(29.4117647059vh) translateY(3.5294117647vh) scale(1.265);
    }
    100% {
      transform: translateX(1.5294117647vh) translateY(3.5294117647vh) scale(1.265);
    }
  }
  @keyframes mainv_17_02 {
    0% {
      transform: translateX(-29.4117647059vh) translateY(3.5294117647vh) scale(1.265);
    }
    100% {
      transform: translateX(-1.5294117647vh) translateY(3.5294117647vh) scale(1.265);
    }
  }
  @keyframes mainv_18 {
    0% {
      transform: scale(0.79) translateY(-3.5294117647vh);
    }
    50% {
      transform: scale(0.79) translateY(-4.7058823529vh);
    }
    100% {
      transform: scale(0.79) translateY(-3.5294117647vh);
    }
  }
  @keyframes mainv_19 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.35);
    }
  }
}
/* コンポーネント
c-careers
----------------------------------------*/
.c-careers {
  max-width: 120rem;
  padding-left: 5rem;
  margin: 0 auto;
  padding: 12rem 2rem;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 1024px) {
  .c-careers {
    gap: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-careers {
    padding: 6rem 2rem;
    flex-wrap: wrap;
    gap: 0;
  }
}
.c-careers__img {
  width: 51rem;
  height: 54rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 13.9rem, #000 calc(100% - 13.9rem), rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1024px) {
  .c-careers__img {
    width: 42.5rem;
    height: 42.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-careers__img {
    width: 89.3333333333vw;
    height: 94.6666666667vw;
    margin: 0 auto 2rem;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 24.2666666667vw, #000 calc(100% - 24.2666666667vw), rgba(0, 0, 0, 0) 100%);
    order: 2;
  }
}
.c-careers__img figure {
  width: 24rem;
  margin-top: -6rem;
}
@media screen and (max-width: 767px) {
  .c-careers__img figure {
    width: 42.1333333333vw;
    margin-top: -10.6666666667vw;
  }
}
.c-careers__img figure img {
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-careers__img figure img {
    border-radius: 0.8rem;
  }
}
.c-careers__img figure img + img {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-careers__img figure img + img {
    margin-top: 5.3333333333vw;
  }
}
.c-careers__img figure:nth-child(2) {
  margin-top: -24rem;
}
@media screen and (max-width: 767px) {
  .c-careers__img figure:nth-child(2) {
    margin-top: -42.1333333333vw;
  }
}
.c-careers__txt {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-careers__txt {
    display: contents;
    width: 89.3333333333vw;
    margin: 2rem auto 0;
    position: static;
  }
  .c-careers__txt .c-title-h2 {
    order: 1;
  }
  .c-careers__txt .c-btn {
    order: 4;
  }
}
.c-careers__txt p {
  font-size: 1.8rem;
  line-height: 1.77;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-careers__txt p {
    font-size: 1.4rem;
    line-height: 1.7;
    padding-right: 0.15rem;
    order: 3;
  }
}

/* コンポーネント
c-contact
----------------------------------------*/
.c-contact {
  max-width: 120rem;
  margin: 0 auto;
  padding: 12rem 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-contact {
    display: block;
    padding: 6rem 0;
  }
}
.c-contact__txt {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-contact__txt {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.c-contact__txt p {
  font-size: 1.8rem;
  line-height: 1.77;
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 767px) {
  .c-contact__txt p {
    font-size: 1.4rem;
    line-height: 1.7;
    padding-right: 0.15rem;
    text-align: center;
    margin-bottom: 19.3rem;
  }
}
.c-contact__ttl {
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 767px) {
  .c-contact__ttl {
    text-align: center;
    font-size: 1.6rem;
  }
}
.c-contact__ttl > span:last-child {
  display: block;
  font-size: 7.2rem;
  line-height: 1.16;
  color: #0089d0;
}
@media screen and (max-width: 767px) {
  .c-contact__ttl > span:last-child {
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
.c-contact__logo {
  flex: 1;
  padding: 0 9.25rem 0.2rem 0;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-contact__logo {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15.2rem;
    justify-content: center;
  }
}
.c-contact__logo > span {
  display: block;
  width: 19.5rem;
  height: 19.5rem;
  background: url(../img/home/mainv-circle-img-01.png) no-repeat left top/100% auto;
  transform: translateX(-9.75rem);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-contact__logo > span {
    width: 13.3rem;
    height: 13.3rem;
  }
}
.c-contact__logo > span:nth-of-type(2) {
  margin-left: -12.7rem;
  transform: translateX(9.75rem);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-contact__logo > span:nth-of-type(2) {
    margin-left: -8.5rem;
  }
}

.c-title-h2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-title-h2 {
    width: 100%;
    text-align: center;
  }
}
.c-title-h2 .jp {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-title-h2 .jp {
    font-size: 1.6rem;
  }
}
.c-title-h2 .en {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  display: block;
  color: #0089D0;
}
@media screen and (max-width: 767px) {
  .c-title-h2 .en {
    font-size: 3.2rem;
  }
}

.c-news__list {
  padding: 0 0.8rem;
}
.c-news__list li {
  border-top: 0.15rem solid #E1E6EC;
}
@media (hover: hover) {
  .c-news__list li:hover {
    border-top: 0.15rem solid #fff;
  }
  .c-news__list li:hover + li {
    border-top: 0.15rem solid #fff;
  }
}
.c-news__list li:last-child {
  border-bottom: 0.15rem solid #E1E6EC;
}
@media (hover: hover) {
  .c-news__list li:last-child:hover {
    border-bottom: 0.15rem solid #fff;
  }
}
.c-news__list li a {
  padding: 3rem 2.4rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-news__list li a {
    padding: 2rem 0;
    flex-wrap: wrap;
    align-items: center;
  }
}
.c-news__list li a::before {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: #222;
  right: 3.2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-news__list li a::before {
    display: none;
  }
}
.c-news__list li a::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.2rem;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .c-news__list li a::after {
    display: none;
  }
}
@media (hover: hover) {
  .c-news__list li a:hover {
    opacity: 1;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
    border-radius: 0.8rem;
    background: #fff;
  }
  .c-news__list li a:hover::before {
    background: #0089D0;
  }
}
.c-news__list-date {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-news__list-date {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
.c-news__list-category span {
  width: 12rem;
  border-radius: 10rem;
  text-align: center;
  padding: 0.4rem 0;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  background: #2083C0;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-news__list-category span {
    width: 10rem;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.c-news__list-category span.category-press, .c-news__list-category span.category-pressreleas {
  background: #2A588F;
}
.c-news__list-category span.category-news {
  background: #2083C0;
}
.c-news__list-category span.category-media {
  background: #0FAEB8;
}
.c-news__list-category span.category-event {
  background: #0F9874;
}
.c-news__list-text {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-right: 4.4rem;
  padding-block: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-news__list-text {
    font-size: 1.4rem;
    width: 100%;
    padding-right: 0;
    padding-block: 1rem 0;
  }
}

/* コンポーネント
c-related
----------------------------------------*/
.c-subnav {
  display: flex;
  margin-bottom: 4rem;
  border-bottom: 0.3rem solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .c-subnav {
    flex-wrap: wrap;
    margin-bottom: 6rem;
    border-bottom: none;
    gap: 0.8rem;
  }
}
.c-subnav li {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-subnav li {
    flex: auto;
  }
}
.c-subnav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 1.4rem 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #222;
}
.c-subnav li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background: #0089D0;
  bottom: -0.3rem;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-subnav li a::after {
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .c-subnav li a::after {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    left: 0.3rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-subnav li a {
    display: inline-block;
    text-align: left;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0 0 0 2.3rem;
    width: auto;
    height: auto;
  }
  .c-subnav li a::before {
    content: "";
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    border: 0.15rem solid #C2CBD8;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (hover: hover) {
  .c-subnav li a:hover {
    opacity: 1;
  }
  .c-subnav li a:hover::after {
    opacity: 1;
  }
}
.c-subnav li.active a::after {
  opacity: 1;
}
.c-subnav li.news a::after {
  background: #2083C0;
}
.c-subnav li.press a::after {
  background: #2A588F;
}
.c-subnav li.media a::after {
  background: #0FAEB8;
}
.c-subnav li.event a::after {
  background: #0F9874;
}

/* コンポーネント
c-language
----------------------------------------*/
.c-language__btn {
  margin-bottom: 4rem;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-language__btn {
    justify-content: flex-start;
    gap: 0.8rem;
  }
}
.c-language__btn a {
  text-decoration: none !important;
  background: #222;
  color: #fff !important;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0.6rem 1.6rem;
  border-radius: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-language__btn a {
    font-size: 1.2rem;
    padding: 0.4rem 1.2rem;
  }
}
.c-language__btn a.active {
  background: #C2CBD8;
  color: #A0AFC3 !important;
}

/* コンポーネント
c-card
----------------------------------------*/
.c-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.05rem;
  max-width: 120rem;
  margin: 0 auto 12rem;
  padding: 12rem 0 0;
}
@media screen and (max-width: 1024px) {
  .c-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-card {
    display: block;
    padding: 5.6rem 0 0;
    margin: 0 auto 8.5rem;
  }
}
.c-card::before {
  content: "";
  display: block;
  width: 42.4rem;
  height: 42.4rem;
  background: url(../img/home/mainv-circle-img-01.png) no-repeat left top/100% auto;
  position: absolute;
  top: -12.3rem;
  left: -30.5rem;
  opacity: 0.15;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-card::before {
    display: none;
  }
}
.c-card__item {
  border: 0.1rem solid #e1e6ec;
  border-radius: 1.3rem;
  overflow: hidden;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-card__item:hover {
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .c-card__item {
    margin-bottom: 2rem;
  }
}
.c-card__item figure {
  border-bottom: 0.1rem solid #e1e6ec;
  overflow: hidden;
}
.c-card__item figure img {
  transition: transform 0.3s;
}
.c-card__item a {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 767px) {
  .c-card__item a {
    padding-bottom: 7.4rem;
  }
}
.c-card__item a::after {
  content: "";
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: #222 url(../img/common/icon-external-white.svg) no-repeat center center/1.5rem auto;
  position: absolute;
  right: 4rem;
  bottom: 3rem;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .c-card__item a::after {
    width: 4rem;
    height: 4rem;
    background-size: 1.2rem;
    right: 3.5rem;
    bottom: 2.6rem;
  }
}
@media (hover: hover) {
  .c-card__item a:hover {
    opacity: 1;
  }
  .c-card__item a:hover figure img {
    transform: scale(1.1);
    display: block;
  }
  .c-card__item a:hover::after {
    background-color: #0089D0;
  }
}
.c-card__title {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 2.6rem 4rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 2rem;
    margin: 2.5rem 3.6rem 0.4rem;
  }
}
.c-card__text {
  font-size: 1.6rem;
  line-height: 1.18;
  margin: 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-card__text {
    margin: 0 3.6rem;
    line-height: 1.6;
    font-size: 1.2rem;
  }
}

/* コンポーネント
c-table
----------------------------------------*/
.c-table table {
  width: 100%;
}
.c-table table > * {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-table table {
    display: block;
  }
  .c-table table tbody, .c-table table tr {
    display: block;
  }
}
.c-table table tr {
  border-bottom: 0.12rem solid #DCDCDC;
}
.c-table table tr:first-child {
  border-top: 0.12rem solid #DCDCDC;
}
.c-table table tr th {
  width: 12rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  padding: 2.4rem 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-table table tr th {
    width: 100%;
    display: block;
    padding: 1.8rem 0 0;
    font-weight: 600;
  }
}
.c-table table tr td {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .c-table table tr td {
    display: block;
    padding: 0 0 1.8rem;
  }
}

/* コンポーネント
c-detailfooter
----------------------------------------*/
.c-tab__item {
  display: none;
}
.c-tab__item.is-active {
  display: block;
}

/* レイアウト
l-header
----------------------------------------*/
.l-header {
  background: #fff;
  padding: 0 2rem;
  height: 8.4rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 7rem;
    padding: 2.397rem 2.3rem 0 1.87rem;
  }
}
.l-header__inner {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: static;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    align-items: center;
    height: auto !important;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    display: block;
    margin: 0;
    height: auto;
  }
}
.l-header__logo img {
  width: 14.6rem;
}
@media screen and (max-width: 1024px) {
  .l-header__logo img {
    width: 11.1rem;
  }
}
.l-header__logo a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.l-header__logo a span {
  margin: 0.1rem 0 0 2.3rem;
}
@media screen and (max-width: 1240px) {
  .l-header__logo a span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo a span {
    margin: 0.1rem 0 0 2.1rem;
  }
}
.l-header__btn {
  display: none;
  margin-top: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .l-header__btn {
    display: block;
    margin: 0.1rem -0.2rem 0 0;
    appearance: none;
    width: 2.4rem;
    height: 1.6rem;
    background: none;
    border-radius: 0;
  }
  .l-header__btn::before, .l-header__btn::after {
    content: "";
  }
  .l-header__btn::before, .l-header__btn::after,
  .l-header__btn span {
    display: block;
    background: #15315C;
    height: 0.15rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.5s, opacity 0.5s, top 0.5s, background 0.5s;
  }
  .l-header__btn span {
    top: 0.7rem;
  }
  .l-header__btn::after {
    top: 1.4rem;
  }
  .nav-open .l-header__btn {
    width: 2rem;
    height: 2rem;
  }
  .nav-open .l-header__btn::before {
    transform: rotate(45deg);
    top: 1rem;
    width: 2rem;
    background: #222;
    left: 0;
  }
  .nav-open .l-header__btn span {
    transform: rotate(45deg);
    top: 1rem;
    opacity: 0;
    width: 2rem;
    background: #222;
    left: 0;
  }
  .nav-open .l-header__btn::after {
    transform: rotate(-45deg);
    top: 1rem;
    width: 2rem;
    background: #222;
    left: 0;
  }
}
.l-header__sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__sp {
    display: flex;
    justify-content: space-between;
    height: 7rem;
    padding: 2.397rem 2.3rem 0 1.87rem;
    margin: 0 -2rem;
  }
}

/* レイアウト
l-footer
----------------------------------------*/
.l-main section:last-of-type {
  padding-bottom: 19.5rem;
}
@media screen and (max-width: 1240px) {
  .l-main section:last-of-type {
    padding-bottom: 9.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main section:last-of-type {
    padding-bottom: 7rem;
  }
}

.l-footer {
  background: #fff;
  padding: 0 0 6rem;
}
@media screen and (max-width: 1240px) {
  .l-footer {
    padding: 4rem 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 5rem 0 12.2rem;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  background: url(../img/common/bg-circle-contents.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  transform: scale(-1, -1);
  width: 100%;
  height: 19.5rem;
  top: -19.4rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .l-footer::before {
    height: 9.5rem;
    top: -9.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    background-size: 100% 3rem;
    height: 3rem;
    top: -3rem;
  }
}
.l-footer__pagetop {
  width: 5.2rem;
  height: 5.2rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1500;
  opacity: 0;
  transition: 0.3s;
}
.l-footer__pagetop.is-show {
  opacity: 1;
}
.l-footer__inner {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
    width: auto;
    margin: 0 2rem;
  }
}
.l-footer__logo {
  width: 22rem;
  margin-right: 3.16%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: auto;
    margin-right: 0;
  }
}
.l-footer__logo > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__logo > a {
    width: fit-content;
  }
}
.l-footer__logo > a p {
  font-size: 1.9rem;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo > a p {
    font-size: 1.8rem;
  }
}
.l-footer__logo > a img {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo > a img {
    width: 12.8rem;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-top: 3rem;
    width: 22.8rem;
  }
}
@media (hover: hover) {
  .l-footer__sns li a:hover {
    opacity: 1;
  }
  .l-footer__sns li a:hover .icon-svg path {
    fill: #0089D0;
  }
  .l-footer__sns li a:hover .icon-svg rect {
    stroke: #0089D0;
  }
}
.l-footer__navi {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__navi {
    display: block;
    margin-top: 5rem;
  }
}
.l-footer__navi dl {
  margin-left: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navi dl {
    margin-left: 0;
  }
  .l-footer__navi dl + dl {
    margin-top: 3.2rem;
  }
}
.l-footer__navi dl dt {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navi dl dt {
    font-size: 1.6rem;
  }
}
.l-footer__navi dl dt:not(:first-of-type) {
  margin-top: 3.2rem;
}
.l-footer__navi dl dd ul li {
  margin-top: 0.8rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navi dl dd ul li {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .l-footer__navi dl dd ul li a:hover {
    opacity: 1;
    color: #0089D0;
  }
  .l-footer__navi dl dd ul li a:hover[target=_blank]::after {
    background-image: url(../img/common/icon-external-blue.svg);
  }
  .l-footer__navi dl dd ul li a:hover:not([target=_blank])::after {
    border-color: #0089D0;
  }
}
.l-footer__navi dl dd ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/icon-external.svg) no-repeat left top/100% auto;
  vertical-align: -0.1rem;
  margin-left: 0.55rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navi dl dd ul li a[target=_blank]::after {
    vertical-align: 0;
  }
}
.l-footer__security {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 4rem auto 0;
  display: flex;
  align-items: center;
  padding-top: 4rem;
  border-top: 0.15rem solid #DCDCDC;
}
@media screen and (max-width: 1024px) {
  .l-footer__security {
    width: auto;
    margin: 4rem 1.6rem 0;
    flex-wrap: wrap;
  }
}
.l-footer__security-pmark {
  width: 6.4rem;
  margin-right: 1rem;
}
.l-footer__security-pmark a {
  display: block;
}
.l-footer__security-isms {
  width: 10.9rem;
}
.l-footer__security-text {
  font-size: 1.1rem;
  margin: 0 0 0 2rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .l-footer__security-text {
    width: 100%;
    margin: 2rem 0 0;
  }
}
.l-footer__security-bnr {
  width: 34.2rem;
  margin: 0 0 2.3rem auto;
}
@media screen and (max-width: 767px) {
  .l-footer__security-bnr {
    width: 100%;
    margin: 2.8rem 0 0;
  }
}
.l-footer__link {
  border-top: 0.1rem solid #E1E6EC;
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  padding: 6.1rem 0 1.2rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__link {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    margin: 0 1.6rem;
    padding: 4rem 0 2.1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-footer__link li {
  margin: 0 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__link li {
    width: 100%;
    margin: 0 0 1.15rem;
    text-align: center;
  }
  .l-footer__link li:last-child {
    width: auto;
    margin: 0 0 0 2rem;
  }
  .l-footer__link li:nth-last-child(2) {
    width: auto;
    margin: 0;
  }
}
@media (hover: hover) {
  .l-footer__link a:hover {
    opacity: 1;
    color: #0089D0;
  }
  .l-footer__link a:hover[target=_blank]::after {
    background-image: url(../img/common/icon-external-blue.svg);
  }
}
.l-footer__link a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon-external.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin-left: 0.5rem;
}
.l-footer__copyright {
  margin: auto 0 0 auto;
  font-size: 1.1rem;
  font-weight: 200;
}
@media screen and (max-width: 1024px) {
  .l-footer__copyright {
    margin: 2rem 0 0;
  }
}

/* レイアウト
l-main
----------------------------------------*/
.l-main {
  overflow: hidden;
}
.l-main__inner {
  margin: 0 auto;
  width: 1200px;
  max-width: 92%;
}
@media screen and (max-width: 767px) {
  .l-main__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .l-main__inner {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.l-main__section {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .l-main__section {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
.l-main__bg {
  padding-top: 21.1rem;
  padding-inline: 2rem;
  padding-bottom: 19.5rem;
  background: linear-gradient(90deg, #fff 30%, #cbd3e1 100%);
}
@media screen and (max-width: 1240px) {
  .l-main__bg {
    padding-top: 11.1rem;
    padding-bottom: 9.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main__bg {
    padding-top: 3rem;
    padding-bottom: 7rem;
  }
}
.l-main__bg::before {
  content: "";
  position: absolute;
  background: url(../img/common/bg-circle-contents.png) no-repeat;
  background-size: 100% 100%;
  background-position: bottom center;
  width: 100%;
  height: 21.1rem;
  top: -0.1rem;
  left: 0;
}
@media screen and (max-width: 1240px) {
  .l-main__bg::before {
    height: 11.1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main__bg::before {
    background-size: 100% 3rem;
    height: 3rem;
  }
}

/* homeページ
main エリア
----------------------------------------*/
.p-home .l-main {
  overflow: hidden;
}

/* homeページ
about エリア
----------------------------------------*/
.p-home__about {
  padding: 10rem 0 34rem;
}
@media screen and (max-width: 767px) {
  .p-home__about {
    padding: 4rem 0 9.6rem;
  }
}
.p-home__about-inner {
  text-align: center;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-home__about-inner {
    padding: 0 1rem;
  }
}
.p-home__about-inner h2 {
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 1.39;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-home__about-inner h2 {
    font-size: 2.4rem;
  }
}
.p-home__about-inner p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-home__about-inner p {
    font-size: 1.4rem;
  }
}
.p-home__about-inner .c-btn {
  margin: 4rem auto 0;
}
.p-home__about-slide {
  pointer-events: none;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-home__about-slide {
    margin-top: 6rem;
  }
}
.p-home__about-slide-item {
  width: 42rem;
  margin-right: 23.88rem;
}
@media screen and (max-width: 767px) {
  .p-home__about-slide-item {
    width: 25.2rem;
    margin-right: 14.33rem;
  }
}
.p-home__about-slide-item::after {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.p-home__about-slide-item:nth-child(5n+1)::after {
  background-image: url(../img/home/about-shape-img-01.png);
  width: 11.8rem;
  height: 6.03rem;
  right: -17.8rem;
}
@media screen and (max-width: 767px) {
  .p-home__about-slide-item:nth-child(5n+1)::after {
    width: 7.6rem;
    height: 3.6rem;
    right: -11.2rem;
  }
}
.p-home__about-slide-item:nth-child(5n+2)::after {
  background-image: url(../img/home/about-shape-img-02.png);
  width: 11rem;
  height: 9.18rem;
  right: -17rem;
}
@media screen and (max-width: 767px) {
  .p-home__about-slide-item:nth-child(5n+2)::after {
    width: 6.6rem;
    height: 5.5rem;
    right: -10.5rem;
  }
}
.p-home__about-slide-item:nth-child(5n+3)::after {
  background-image: url(../img/home/about-shape-img-03.png);
  width: 12.96rem;
  height: 8.19rem;
  right: -18.9rem;
}
@media screen and (max-width: 767px) {
  .p-home__about-slide-item:nth-child(5n+3)::after {
    width: 7.8rem;
    height: 4.9rem;
    right: -11.4rem;
  }
}
.p-home__about-slide-item:nth-child(5n+4)::after {
  background-image: url(../img/home/about-shape-img-04.png);
  width: 13.68rem;
  height: 9rem;
  right: -19.68rem;
}
@media screen and (max-width: 767px) {
  .p-home__about-slide-item:nth-child(5n+4)::after {
    width: 8.2rem;
    height: 5.4rem;
    right: -11.8rem;
  }
}
.p-home__about-slide-item:nth-child(5n+5)::after {
  background-image: url(../img/home/about-shape-img-05.png);
  width: 13.05rem;
  height: 9.27rem;
  right: -19.05rem;
}
@media screen and (max-width: 767px) {
  .p-home__about-slide-item:nth-child(5n+5)::after {
    width: 7.8rem;
    height: 5.6rem;
    right: -11.4rem;
  }
}

:lang(en-US) .p-home__about-inner h2 {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  :lang(en-US) .p-home__about-inner h2 {
    font-size: 1.8rem;
  }
}

/* homeページ
service エリア
----------------------------------------*/
.p-home__service {
  padding: 20rem 2rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-home__service {
    padding: 6rem 2rem;
  }
}
.p-home__service-inner {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home__service-inner {
    flex-wrap: wrap;
  }
}
.p-home__service-inner figure {
  width: 45%;
  max-width: 54rem;
}
@media screen and (max-width: 767px) {
  .p-home__service-inner figure {
    width: 100%;
    max-width: inherit;
    margin-bottom: 2rem;
    order: 2;
  }
}
.p-home__service-text {
  width: 46.6%;
  max-width: 56rem;
}
@media screen and (max-width: 767px) {
  .p-home__service-text {
    width: 100%;
    max-width: inherit;
    display: contents;
  }
  .p-home__service-text .c-title-h2 {
    order: 1;
  }
}
.p-home__service-text p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-home__service-text p {
    font-size: 1.4rem;
    order: 3;
  }
}
.p-home__service-text .c-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-home__service-text .c-btn {
    order: 4;
  }
}
.p-home__service .parallax-bg {
  right: -5rem;
  width: 42.4rem;
  height: 42.4rem;
  top: -16.2rem;
}

/* homeページ
news エリア
----------------------------------------*/
.p-home__news {
  padding: 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-home__news {
    padding: 6rem 2rem 4rem;
  }
}
.p-home__news .parallax-bg {
  left: -3.7rem;
  width: 28.2rem;
  height: 28.2rem;
  top: -8.4rem;
}
.p-home__news-inner {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-home__news-inner {
    display: block;
  }
}
.p-home__news .c-news__list {
  width: 92rem;
}
@media screen and (max-width: 1240px) {
  .p-home__news .c-news__list {
    width: 100%;
  }
}
.p-home__news-btn {
  width: 100%;
  margin-top: 2.8rem;
  margin-right: 3.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-home__news-btn {
    margin-top: 2rem;
    margin-right: 0;
  }
}
.p-home__news-btn a {
  padding-right: 3.4rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-home__news-btn a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .p-home__news-btn a:hover {
    /*opacity: .6;*/
    color: #0089D0;
  }
  .p-home__news-btn a:hover::after {
    border-top: 0.2rem solid #0089D0;
    border-right: 0.2rem solid #0089D0;
  }
}
.p-home__news-btn a::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid #222;
  border-right: 0.2rem solid #222;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.97rem;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .p-home__news-btn a::after {
    right: 0.95rem;
  }
}

/* homeページ
about エリア
----------------------------------------*/
.p-home__careers .parallax-bg {
  right: -29.7rem;
  width: 56.5rem;
  height: 56.5rem;
  top: 11.2rem;
}

.p-privacypolicy__contents {
  max-width: 94rem;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy__contents {
    margin: 0 auto 4rem;
  }
}
.p-privacypolicy__contents h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy__contents h2 {
    font-size: 1.4rem;
  }
}
.p-privacypolicy__contents h2:not(:first-of-type) {
  margin-top: 4rem;
}
.p-privacypolicy__contents h2.text-midashi-l {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy__contents h2.text-midashi-l {
    font-size: 1.4rem;
  }
}
.p-privacypolicy__contents h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy__contents h3 {
    font-size: 1.4rem;
  }
}
.p-privacypolicy__contents h3:not(:first-of-type) {
  margin-top: 4rem;
}
.p-privacypolicy__contents p {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy__contents p {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-privacypolicy__contents a {
  text-decoration: underline;
  color: #0089D0;
}
@media (hover: hover) {
  .p-privacypolicy__contents a:hover {
    text-decoration: none;
  }
}
.p-privacypolicy__contents table tr {
  border-top: 0.1rem solid #B4B4B4;
  border-right: 0.1rem solid #B4B4B4;
  width: 100%;
}
.p-privacypolicy__contents table tr th {
  border-bottom: 0.1rem solid #B4B4B4;
  border-left: 0.1rem solid #B4B4B4;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy__contents table tr th {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 3rem 1rem;
  }
}
.p-privacypolicy__contents table tr td {
  border-bottom: 0.1rem solid #B4B4B4;
  border-left: 0.1rem solid #B4B4B4;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
  padding: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy__contents table tr td {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 3rem 1rem;
  }
}
.p-privacypolicy__contents .c-table__wrapper {
  overflow: auto;
}
.p-privacypolicy__contents .c-table__wrapper table {
  min-width: 200rem;
}
.p-privacypolicy__contents .c-table__wrapper table th {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy__contents .c-table__wrapper table th {
    padding: 1rem 1rem;
  }
}
.p-privacypolicy__contents .c-table__wrapper table td {
  padding: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy__contents .c-table__wrapper table td {
    padding: 1rem 1rem;
  }
}
.p-privacypolicy.eea_uk .p-privacypolicy__contents p {
  margin-bottom: 2rem;
}
.p-privacypolicy.eea_uk .p-privacypolicy__contents h3 {
  margin-left: 2.4rem;
}
.p-privacypolicy.eea_uk .p-privacypolicy__contents ul {
  margin-left: 5rem;
}

.p-privacypolicy .l-main__inner ol > li {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  list-style: none;
  text-indent: -1.8rem;
  margin-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy .l-main__inner ol > li {
    font-size: 1.4rem;
    line-height: 1.7;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
  }
}
.p-privacypolicy .l-main__inner ol > li > ul {
  margin-left: 1.8rem;
}
.p-privacypolicy .l-main__inner ol > li > ul li + li {
  margin-top: 2rem;
}
.p-privacypolicy .l-main__inner ol > li > ol {
  margin-top: 2rem;
}
.p-privacypolicy .l-main__inner ol > li > ol > li {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  list-style: none;
  text-indent: -2.8rem;
  margin-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy .l-main__inner ol > li > ol > li {
    font-size: 1.4rem;
    line-height: 1.7;
    text-indent: -2.5rem;
    margin-left: 2.5rem;
  }
}
.p-privacypolicy .l-main__inner ol > li > ol > li > ol {
  margin-top: 1rem;
}
.p-privacypolicy .l-main__inner ol > li > ol > li > ol > li {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 0;
  list-style: none;
  text-indent: -1.8rem;
  margin-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy .l-main__inner ol > li > ol > li > ol > li {
    font-size: 1.4rem;
    line-height: 1.7;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
  }
}
.p-privacypolicy .l-main__inner ol.ol-list01 > li {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  list-style: none;
  text-indent: -1.8rem;
  margin-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy .l-main__inner ol.ol-list01 > li {
    font-size: 1.4rem;
    line-height: 1.7;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
  }
}
.p-privacypolicy .l-main__inner ol.ol-list02 {
  margin-top: 2rem;
}
.p-privacypolicy .l-main__inner ol.ol-list02 > li {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  list-style: none;
  text-indent: -2.8rem;
  margin-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy .l-main__inner ol.ol-list02 > li {
    font-size: 1.4rem;
    line-height: 1.7;
    text-indent: -2.5rem;
    margin-left: 2.5rem;
  }
}
.p-privacypolicy .l-main__inner ol.ol-list03 {
  margin-top: 1rem;
}
.p-privacypolicy .l-main__inner ol.ol-list03 > li {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 0;
  list-style: none;
  text-indent: -1.8rem;
  margin-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy .l-main__inner ol.ol-list03 > li {
    font-size: 1.4rem;
    line-height: 1.7;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
  }
}
.p-privacypolicy .l-main__inner ol.ol-list04 {
  margin-top: 2rem;
}
.p-privacypolicy .l-main__inner ol.ol-list04 > li {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4rem;
  list-style: none;
  text-indent: -2.8rem;
  margin-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy .l-main__inner ol.ol-list04 > li {
    font-size: 1.4rem;
    line-height: 1.7;
    text-indent: -2.5rem;
    margin-left: 2.5rem;
  }
}
.p-privacypolicy .l-main__inner ol.ol-list04 > li > ol {
  margin-top: 0;
}
.p-privacypolicy .l-main__inner ol.ol-list04 > li > ol > li {
  margin-bottom: 0;
}
.p-privacypolicy .l-main__inner ol.ol-list04 > li > ol > li > ol {
  margin-top: 0;
}
.p-privacypolicy .l-main__inner ol.ol-list04 > li > ol > li > ol li {
  margin-bottom: 0;
}
.p-privacypolicy .l-main__inner ol.ol-list05 {
  counter-reset: li05;
  margin-top: 0;
}
.p-privacypolicy .l-main__inner ol.ol-list05 > li {
  padding-left: 3.7rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.8;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy .l-main__inner ol.ol-list05 > li {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-privacypolicy .l-main__inner ol.ol-list05 > li::before {
  counter-increment: li05;
  content: counter(li05) "." counter(li05) ")";
  position: absolute;
  font-weight: normal;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: right;
}
.p-privacypolicy .l-main__inner ul.ul-list li {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy .l-main__inner ul.ul-list li {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-privacypolicy .l-main__inner ul.ul-list .text-s {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 0.8rem;
  margin-left: 0.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy .l-main__inner ul.ul-list .text-s {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-left: 0;
  }
}
.p-privacypolicy .l-main__inner ul.ul-list02 {
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy .l-main__inner ul.ul-list02 {
    margin-left: 3.4rem;
  }
}
.p-privacypolicy .l-main__inner ul.ul-list02 li {
  text-indent: -0.8rem;
  margin-left: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacypolicy .l-main__inner ul.ul-list02 li {
    text-indent: -1.8rem;
    margin-left: 2.8rem;
  }
}
.p-privacypolicy .l-main__inner ul.ul-list02 li .text-bold {
  display: inline-block;
  margin-bottom: 1rem;
}

.p-news .c-subnav {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news .c-subnav {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news .c-news__list {
    padding: 0;
  }
}
.p-news__contents {
  max-width: 94rem;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  .p-news__contents {
    margin-bottom: 4rem;
  }
}

.p-news__contents-detail {
  max-width: 86rem;
  margin: 4rem auto 8rem;
}
@media screen and (max-width: 767px) {
  .p-news__contents-detail {
    margin-bottom: 4rem;
  }
}
.p-news__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 1.8rem;
  }
}
.p-news__kv {
  margin-bottom: 2rem;
}
.p-news__kv img {
  width: 100%;
}
.p-news__info {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news__info {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}
.p-news__info-date {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  min-width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-news__info-date {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
    min-width: inherit;
  }
}
.p-news__info-category span {
  width: 12rem;
  border-radius: 10rem;
  text-align: center;
  padding: 0.4rem 0;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  background: #2083C0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news__info-category span {
    width: 10rem;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.p-news__info-category span.category-press, .p-news__info-category span.category-pressreleas {
  background: #2A588F;
}
.p-news__info-category span.category-news {
  background: #2083C0;
}
.p-news__info-category span.category-media {
  background: #0FAEB8;
}
.p-news__info-category span.category-event {
  background: #0F9874;
}
.p-news__info-share {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  column-gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-news__info-share {
    width: 100%;
  }
}
.p-news__info-share li.link {
  padding-left: 1.7rem;
  border-left: 0.15rem solid #E1E6EC;
}
@media (hover: hover) {
  .p-news__info-share li a:hover {
    opacity: 1;
  }
  .p-news__info-share li a:hover .icon-svg path {
    fill: #0089D0;
  }
  .p-news__info-share li a:hover .icon-svg rect {
    stroke: #0089D0;
  }
}
.p-news__info-share li .copyurl-tooltip {
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 1000;
}
.p-news__info-share li .copyurl-tooltip[aria-hidden=false] {
  opacity: 1;
  pointer-events: auto;
}
.p-news__info .p-news__info-share {
  margin: 0 0 0 auto;
}
.p-news__article {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news__article {
    margin-bottom: 2rem;
  }
}
.p-news__article > * {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__article > * {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-news__article > * a {
  color: #0089D0;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-news__article > * a:hover {
    text-decoration: none;
  }
}
.p-news__article .alignleft {
  float: left;
  margin-right: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news__article .alignleft {
    float: none;
    display: block;
    margin: 0 auto 2rem;
  }
}
.p-news__article a {
  color: #0089D0;
}
.p-news__recommend {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-news__recommend {
    margin-top: 6rem;
  }
}
.p-news__recommend h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__recommend h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__recommend .c-news__list {
    padding: 0;
  }
}
.p-news__recommend-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news__recommend-btn {
    margin-top: 2rem;
  }
}
.p-news__recommend-btn a {
  margin: 0 auto;
}

.p-contact__contents {
  max-width: 68rem;
  margin: 4rem auto 8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__contents {
    margin: 4rem auto;
  }
}
.p-contact__contents p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-contact__contents p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-contact__contents p:not(:first-of-type) {
  margin-top: 1rem;
}
.p-contact__contents ul.text-asterisk {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__contents ul.text-asterisk {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-contact__contents ul.text-asterisk a {
  text-decoration: underline;
  color: #0089D0;
}
@media (hover: hover) {
  .p-contact__contents ul.text-asterisk a:hover {
    text-decoration: none;
  }
}
.p-contact__contents h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__contents h2 {
    font-size: 2.4rem;
    margin-top: 6rem;
  }
}
.p-contact__contents h2:first-of-type {
  margin-top: 6rem;
}
.p-contact__contents h2 span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-contact__contents h2 span {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-contact__link {
  margin-top: 2rem;
}
.p-contact__link li {
  border-top: 0.15rem solid #E1E6EC;
}
@media (hover: hover) {
  .p-contact__link li:hover {
    border-top: 0.15rem solid #fff;
  }
  .p-contact__link li:hover + li {
    border-top: 0.15rem solid #fff;
  }
}
.p-contact__link li:last-child {
  border-bottom: 0.15rem solid #E1E6EC;
}
@media (hover: hover) {
  .p-contact__link li:last-child:hover {
    border-bottom: 0.15rem solid #fff;
  }
}
.p-contact__link li a {
  display: block;
  padding: 3rem 7rem 3rem 3rem;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-contact__link li a {
    padding: 3rem 4.8rem 3rem 1.8rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.p-contact__link li a span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-contact__link li a span {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-contact__link li a::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #222;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__link li a::before {
    right: 1.8rem;
  }
}
.p-contact__link li a::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-external-white.svg) no-repeat;
  background-size: 100% 100%;
  width: 1.4rem;
  height: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  right: 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__link li a::after {
    right: 3.1rem;
  }
}
@media (hover: hover) {
  .p-contact__link li a:hover {
    opacity: 1;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
    border-radius: 0.8rem;
    background: #fff;
  }
  .p-contact__link li a:hover::before {
    background: #0089D0;
  }
}

.p-contact__contents-complete {
  padding: 10rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__contents-complete {
    padding: 10rem 0 6rem;
  }
}
.p-contact__contents-complete .parallax-wrapper {
  z-index: 0;
}
.p-contact__contents-complete .parallax-wrapper .parallax-bg:nth-child(1) {
  width: 42.4rem;
  height: 42.4rem;
  right: -17rem;
  top: -21.1rem;
}
.p-contact__contents-complete .parallax-wrapper .parallax-bg:nth-child(2) {
  width: 28.2rem;
  height: 28.2rem;
  left: -20.6rem;
  top: 33.5rem;
}
.p-contact__contents-complete h2 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__contents-complete h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-contact__contents-complete h2 .en {
  color: #0089D0;
  font-size: 7.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__contents-complete h2 .en {
    font-size: 3.6rem;
  }
}
.p-contact__contents-complete .c-contact__logo {
  justify-content: center;
  padding: 4.25rem 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__contents-complete .c-contact__logo {
    padding: 5rem 0;
    position: relative;
    bottom: 0;
  }
}
.p-contact__contents-complete .c-btn {
  margin: 0 auto;
}

/* aboutページ
message エリア
----------------------------------------*/
.p-about__message {
  padding: 3.8rem 2rem 7.2rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-about__message {
    padding: 2rem 2rem 7.2rem;
  }
  .p-about__message h2 {
    margin-bottom: 69.8666666667vw;
  }
  .p-about__message h2 .en {
    font-size: 3.6rem;
    padding-bottom: 0.2rem;
  }
}
.p-about__message-inner {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  column-gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-inner {
    display: block;
  }
}
.p-about__message-inner::before {
  content: "";
  display: block;
  width: 28.3rem;
  height: 28.3rem;
  background: url(../img/home/mainv-circle-img-01.png) no-repeat left top/100% auto;
  position: absolute;
  top: 7.8rem;
  left: -20.8rem;
  opacity: 0.15;
}
.p-about__message-text {
  width: 61rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-text {
    width: auto;
  }
}
.p-about__message-text p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-about__message-text p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 4rem;
  }
}
.p-about__message figure {
  width: 49rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about__message figure {
    position: absolute;
    top: 8.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 89.3333333333vw;
    height: 59.4666666667vw;
  }
  .p-about__message figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-about__message-detail {
  padding: 8rem 2rem 12rem;
  z-index: 3;
}
.p-about__message-detail img {
  width: 100%;
}
.p-about__message-detail h2 {
  margin-bottom: 6rem;
}
.p-about__message-detail h2 .jp {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail {
    padding: 4rem 2rem 4rem;
  }
  .p-about__message-detail h2 {
    margin-bottom: 2rem;
  }
  .p-about__message-detail h2 .en {
    font-size: 2.8rem;
  }
}
.p-about__message-detail .parallax-wrapper {
  z-index: 0;
}
.p-about__message-detail .parallax-bg:nth-child(1) {
  width: 28.2rem;
  height: 28.2rem;
  left: -8.9rem;
  top: 23rem;
}
.p-about__message-detail .parallax-bg:nth-child(2) {
  width: 42.4rem;
  height: 42.4rem;
  right: -8.9rem;
  top: 76rem;
}
.p-about__message-detail .parallax-bg:nth-child(3) {
  width: 32.4rem;
  height: 32.4rem;
  left: 9.5rem;
  top: 208.4rem;
}
.p-about__message-detail .parallax-bg:nth-child(4) {
  width: 56.5rem;
  height: 56.5rem;
  right: -34.3rem;
  top: 261.7rem;
}
.p-about__message-detail-inner {
  max-width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-inner {
    display: block;
  }
}
.p-about__message-detail-inner > h3 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-inner > h3 {
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-about__message-detail-text {
  max-width: 94rem;
  margin: 0 auto;
}
.p-about__message-detail-text figure {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-text figure {
    margin-bottom: 2rem;
  }
}
.p-about__message-detail-text figure.mb-large {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-text figure.mb-large {
    margin-bottom: 2rem;
  }
}
.p-about__message-detail-text p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-text p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
}
.p-about__message-detail-text p.text-bold {
  font-size: 2.2rem;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-text p.text-bold {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
  }
}
.p-about__message-detail-text p.text-right {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-text p.text-right {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-about__message-detail-text p.text-right img {
  margin-top: 1rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-text p.text-right img {
    margin-top: 0.5rem;
    height: 1.5rem;
  }
}
.p-about__message-detail-profile {
  max-width: 92rem;
  margin-top: 9rem;
  margin-bottom: 20rem;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-profile {
    margin-top: 6rem;
    margin-bottom: 10rem;
    display: block;
  }
}
.p-about__message-detail-profile figure {
  max-width: 27rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-profile figure {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.p-about__message-detail-profile-text {
  flex: 1;
  max-width: 56.2rem;
  font-size: 1.6rem;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-profile-text {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-about__message-detail-profile-text .name {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-profile-text .name {
    margin-bottom: 1.2rem;
  }
}
.p-about__message-detail-profile-text .name span {
  font-size: 2.2rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-profile-text .name span {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-left: 0;
  }
}
.p-about__message-detail-profile-text .name span.en {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
  color: #8A9DB5;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-profile-text .name span.en {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-left: 1rem;
  }
}
.p-about__message-detail-book a {
  margin-bottom: 8rem;
  display: flex;
  background: #fff;
  border: 0.12rem solid #E1E6EC;
  border-radius: 1.2rem;
  overflow: hidden;
  gap: 6rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-book a {
    margin-bottom: 0;
    display: block;
  }
}
.p-about__message-detail-book a figure {
  max-width: 37.1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-book a figure {
    max-width: 100%;
  }
}
.p-about__message-detail-book a figure img {
  transition: 0.3s;
}
.p-about__message-detail-book a::before {
  content: "";
  position: absolute;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: #222;
  bottom: 4.3rem;
  right: 4rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-book a::before {
    width: 4rem;
    height: 4rem;
    bottom: 2rem;
    right: 2rem;
  }
}
.p-about__message-detail-book a::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-external-white.svg) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  width: 1.4rem;
  height: 1.4rem;
  bottom: 6.15rem;
  right: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-book a::after {
    width: 1.1rem;
    height: 1.1rem;
    bottom: 3.4rem;
    right: 3.4rem;
  }
}
@media (hover: hover) {
  .p-about__message-detail-book a:hover {
    opacity: 1;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.15);
  }
  .p-about__message-detail-book a:hover::before {
    background: #0089D0;
  }
  .p-about__message-detail-book a:hover figure img {
    transform: scale(1.11);
  }
}
.p-about__message-detail-book-text {
  flex: 1;
  padding-block: 4.3rem;
  padding-inline: 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-book-text {
    padding: 2rem 2rem 7rem;
  }
}
.p-about__message-detail-book-text h4 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-book-text h4 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.p-about__message-detail-book-text h4 span {
  display: inline-block;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-book-text h4 span {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 0;
  }
}
.p-about__message-detail-book-text p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__message-detail-book-text p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

:lang(en-US) .p-about__message-detail-text .c-title-h2 .en {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  :lang(en-US) .p-about__message-detail-text .c-title-h2 .en {
    font-size: 2.8rem;
  }
}
:lang(en-US) .p-about__message-detail-profile-text p:not(.name) {
  font-size: 1.4rem;
  line-height: 1.8;
}
:lang(en-US) .p-about__message-detail-book-text h4 {
  font-size: 1.8rem;
  line-height: 1.8;
}
:lang(en-US) .p-about__message-detail-book-text p {
  font-size: 1.4rem;
  line-height: 1.8;
}

/* aboutページ
mission エリア
----------------------------------------*/
.p-about__mission {
  padding: 20.9rem 0 12rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-about__mission {
    padding: 14.8rem 0 6rem;
  }
}
.p-about__mission h2 {
  text-align: center;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-about__mission h2 {
    margin-bottom: 1.7rem;
  }
  .p-about__mission h2 .en {
    font-size: 3.6rem;
    padding-bottom: 0.2rem;
  }
}
.p-about__mission h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-about__mission h3 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
}
.p-about__mission-img {
  max-width: 66rem;
  margin: 0 auto 4rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about__mission-img {
    max-width: 89.3333333333vw;
    border-radius: 0.6rem;
    margin: 0 auto 2rem;
  }
}
.p-about__mission-img figure:not(:nth-child(1)) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-about__mission p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__mission p {
    max-width: 89.3333333333vw;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.72;
  }
}

:lang(en-US) .p-about__mission h3 {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  :lang(en-US) .p-about__mission h3 {
    font-size: 1.6rem;
  }
}

/* aboutページ
value エリア
----------------------------------------*/
.p-about .l-main {
  overflow: clip;
}
.p-about__value {
  height: 600vh;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__value {
    height: auto;
  }
  .p-about__value h2 .en {
    font-size: 3.6rem;
    padding-bottom: 0.2rem;
  }
}
.p-about__value-inner {
  max-width: 111.6rem;
  margin: 0 auto;
  padding-bottom: 30rem;
  position: sticky;
  top: 8.4rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-about__value-inner {
    position: relative;
    top: auto;
    padding-bottom: 12.5rem;
  }
}
.p-about__value-inner::before {
  content: "";
  display: block;
  width: 213rem;
  height: 213rem;
  background: linear-gradient(100deg, #fff 30%, #cbd3e1 100%);
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 106.5rem);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-about__value-inner::before {
    background: linear-gradient(105deg, #fff 20%, #cbd3e1 100%);
    width: 237.9rem;
    height: 237.9rem;
    left: calc(50% - 118.95rem);
  }
}
.p-about__value-inner > p {
  font-size: 1.8rem;
  margin: 2.1rem 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__value-inner > p {
    text-align: center;
    font-size: 1.4rem;
    margin: 2.1rem 0 1.6rem;
  }
}
.p-about__value-inner h3 {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #a0afc3;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-about__value-inner h3 {
    font-size: 2.4rem;
    text-align: center;
    color: #0089d0;
    margin-bottom: 1.3rem;
  }
}
.p-about__value-inner h3 span {
  transition: color 0.3s;
}
.scene01 .p-about__value-inner h3 span:nth-child(1) {
  color: #0089d0;
}
.scene02 .p-about__value-inner h3 span:nth-child(2) {
  color: #0089d0;
}
.scene03 .p-about__value-inner h3 span:nth-child(3) {
  color: #0089d0;
}
.scene04 .p-about__value-inner h3 span:nth-child(4) {
  color: #0089d0;
}
.scene05 .p-about__value-inner h3 span:nth-child(5) {
  color: #0089d0;
}
.p-about__value-box {
  display: flex;
  align-items: flex-start;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__value-box {
    display: block;
    padding-right: 0;
  }
}
.p-about__value-list {
  flex: 1;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #a0afc3;
}
@media screen and (max-width: 767px) {
  .p-about__value-list {
    color: #0089d0;
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-about__value-list li {
  transition: color 0.3s;
}
.p-about__value-list li + li {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__value-list li + li {
    margin-top: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .scene01 .p-about__value-list li:nth-child(1) {
    color: #0089d0;
  }
  .scene01 .p-about__value-list li:nth-child(1) span {
    color: #0089d0;
  }
  .scene02 .p-about__value-list li:nth-child(2) {
    color: #0089d0;
  }
  .scene02 .p-about__value-list li:nth-child(2) span {
    color: #0089d0;
  }
  .scene03 .p-about__value-list li:nth-child(3) {
    color: #0089d0;
  }
  .scene03 .p-about__value-list li:nth-child(3) span {
    color: #0089d0;
  }
  .scene04 .p-about__value-list li:nth-child(4) {
    color: #0089d0;
  }
  .scene04 .p-about__value-list li:nth-child(4) span {
    color: #0089d0;
  }
  .scene05 .p-about__value-list li:nth-child(5) {
    color: #0089d0;
  }
  .scene05 .p-about__value-list li:nth-child(5) span {
    color: #0089d0;
  }
}
.p-about__value-list li > span {
  margin-left: 2rem;
  color: #222;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about__value-list li > span {
    color: #a0afc3;
    margin-left: 1rem;
    display: inline-block;
  }
  .p-about__value-list li > span:first-letter {
    color: #0089d0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__value-list li figure {
    margin: 0.5rem 0 0;
  }
  .p-about__value-list li figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.7rem;
    text-align: center;
    color: #222;
    font-size: 0.973rem;
  }
  .p-about__value-list li figure figcaption span {
    display: block;
    font-size: 2.161rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
  }
}
.p-about__value-img {
  width: 54rem;
  height: 34rem;
  background: #fff;
  border-radius: 1.2rem;
  margin-top: 1.1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about__value-img {
    display: none;
  }
}
.p-about__value-img-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.9rem;
  text-align: center;
}
.p-about__value-img-text p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.568rem;
  opacity: 0;
  transition: opacity 0.5s;
}
.scene01 .p-about__value-img-text p:nth-child(1) {
  opacity: 1;
}
.scene02 .p-about__value-img-text p:nth-child(2) {
  opacity: 1;
}
.scene03 .p-about__value-img-text p:nth-child(3) {
  opacity: 1;
}
.scene04 .p-about__value-img-text p:nth-child(4) {
  opacity: 1;
}
.scene05 .p-about__value-img-text p:nth-child(5) {
  opacity: 1;
}
.p-about__value-img-text p span {
  display: block;
  font-size: 3.485rem;
  font-weight: 600;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-bottom: 0.5rem;
}
.p-about__value-img-shape {
  left: -10rem;
  margin: 0.5rem -4rem 0 0;
  transition: transform 0.3s;
}
.scene01 .p-about__value-img-shape {
  transform: translateX(0);
}
.scene02 .p-about__value-img-shape {
  transform: translateX(-20%);
}
.scene03 .p-about__value-img-shape {
  transform: translateX(-48%);
}
.scene04 .p-about__value-img-shape {
  transform: translateX(-74%);
}
.scene05 .p-about__value-img-shape {
  transform: translateX(-100%);
}
.p-about__value-img-shape::before {
  content: "";
  display: block;
  background: url(../img/about/value-img-06.png) no-repeat left top/100% auto;
  width: 132rem;
  height: 26.2rem;
  opacity: 0.3;
}
.p-about__value-img-shape span {
  display: block;
  position: absolute;
  transition: opacity 0.5s;
}
.p-about__value-img-shape span:nth-child(1) {
  width: 12.419rem;
  height: 6.295rem;
  background: url(../img/about/value-img-01.png) no-repeat left top/100% auto;
  top: 11.786rem;
  left: 31rem;
  opacity: 0.3;
}
.scene01 .p-about__value-img-shape span:nth-child(1) {
  opacity: 1;
}
.p-about__value-img-shape span:nth-child(2) {
  width: 11.6rem;
  height: 9.555rem;
  background: url(../img/about/value-img-02.png) no-repeat left top/100% auto;
  left: 44.6rem;
  top: 8.996rem;
  opacity: 0.3;
}
.scene02 .p-about__value-img-shape span:nth-child(2) {
  opacity: 1;
}
.p-about__value-img-shape span:nth-child(3) {
  width: 13.541rem;
  height: 8.591rem;
  background: url(../img/about/value-img-03.png) no-repeat left top/100% auto;
  left: 58rem;
  top: 7.7rem;
  opacity: 0.3;
}
.scene03 .p-about__value-img-shape span:nth-child(3) {
  opacity: 1;
}
.p-about__value-img-shape span:nth-child(4) {
  width: 14.267rem;
  height: 9.6rem;
  background: url(../img/about/value-img-04.png) no-repeat left top/100% auto;
  left: 72.5rem;
  top: 8.263rem;
  opacity: 0.3;
}
.scene04 .p-about__value-img-shape span:nth-child(4) {
  opacity: 1;
}
.p-about__value-img-shape span:nth-child(5) {
  width: 13.644rem;
  height: 9.8rem;
  background: url(../img/about/value-img-05.png) no-repeat left top/100% auto;
  left: 87.9rem;
  top: 8.116rem;
  opacity: 0.3;
}
.scene05 .p-about__value-img-shape span:nth-child(5) {
  opacity: 1;
}

/* aboutページ
leadership エリア
----------------------------------------*/
.p-about__leadership {
  padding: 19.7rem 2rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-about__leadership {
    padding: 5.8rem 2rem 4.5rem;
  }
}
.p-about__leadership-inner {
  max-width: 120rem;
  margin: 0 auto;
}
.p-about__leadership-inner::before {
  content: "";
  display: block;
  width: 42.4rem;
  height: 42.4rem;
  background: url(../img/home/mainv-circle-img-01.png) no-repeat left top/100% auto;
  position: absolute;
  top: -18.3rem;
  left: -25.8rem;
  opacity: 0.15;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-about__leadership-inner::before {
    display: none;
  }
}
.p-about__leadership-inner::after {
  content: "";
  display: block;
  width: 56.5rem;
  height: 56.5rem;
  background: url(../img/home/mainv-circle-img-01.png) no-repeat left top/100% auto;
  position: absolute;
  bottom: 15.5rem;
  right: -43rem;
  opacity: 0.15;
}
.p-about__leadership-inner h2 {
  margin-bottom: 5.1rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about__leadership-inner h2 {
    margin-bottom: 2rem;
  }
  .p-about__leadership-inner h2 .en {
    font-size: 3.6rem;
    padding-bottom: 0.2rem;
  }
}
.p-about__leadership-inner h3 {
  font-size: 4rem;
  margin-bottom: 1.3rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about__leadership-inner h3 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 1.9rem;
  }
}
.p-about__leadership-inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 4rem;
  margin-bottom: 5.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about__leadership-inner ul {
    margin-bottom: 6.1rem;
    display: block;
  }
  .p-about__leadership-inner ul li + li {
    margin-top: 4rem;
  }
}
.p-about__leadership-inner ul figure {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__leadership-inner ul figure {
    margin-bottom: 2rem;
  }
}
.p-about__leadership-name {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__leadership-name {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
}
.p-about__leadership-position {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__leadership-position {
    margin-bottom: 0.9rem;
  }
}
.p-about__leadership-text {
  font-size: 1.3rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .p-about__leadership-text {
    font-size: 1.4rem;
    line-height: 1.72em;
  }
}

/* serviceページ
miitel エリア
----------------------------------------*/
.p-service__miitel {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__miitel {
    margin: 5.8rem 0;
  }
}
.p-service__miitel-movie {
  max-width: 56rem;
  margin: 0 auto 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-movie {
    max-width: none;
    padding-top: 56.25%;
    margin-bottom: 2rem;
  }
}
.p-service__miitel-movie iframe {
  display: block;
  width: 100%;
  border: 0;
  height: 31.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.p-service__miitel h2 {
  text-align: center;
}
.p-service__miitel h2 .jp {
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__miitel h2 .jp {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service__miitel h2 .en {
    font-size: 3.6rem;
    padding-bottom: 0.2rem;
  }
}
.p-service__miitel-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-service__miitel-award {
  max-width: 72.2rem;
  margin: 2rem auto 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-award {
    margin: 1.9rem -0.2rem 0;
  }
}
.p-service__miitel-award::before {
  content: "";
  display: block;
  width: 42.4rem;
  height: 42.4rem;
  background: url(../img/home/mainv-circle-img-01.png) no-repeat left top/100% auto;
  position: absolute;
  top: -19.3rem;
  right: -48.8rem;
  opacity: 0.15;
  transform: rotate(180deg);
}
.p-service__miitel-award-note {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0.7rem 0 0 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-award-note {
    margin: 0.9rem 0 0;
    text-align: center;
  }
}
.p-service__miitel-award + .c-btn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-award + .c-btn {
    margin-top: 3.8rem;
  }
}
.p-service__miitel-list {
  max-width: 120rem;
  margin: 11.5rem auto 15.3rem;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-list {
    margin: 6rem 0 6.5rem;
  }
}
.p-service__miitel-list::before, .p-service__miitel-list::after {
  content: "";
  display: block;
  width: 28.2rem;
  height: 28.2rem;
  background: url(../img/home/mainv-circle-img-01.png) no-repeat left top/100% auto;
  position: absolute;
  top: -4.7rem;
  left: -19.5rem;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-list::before, .p-service__miitel-list::after {
    display: none;
  }
}
.p-service__miitel-list::after {
  top: auto;
  bottom: -0.5rem;
  left: -23.9rem;
}
.p-service__miitel-list h3 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-list h3 {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1.9rem;
  }
}
.p-service__miitel-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-list-item {
    flex-direction: column;
    margin-bottom: 4.7rem;
  }
}
.p-service__miitel-list-item figure {
  width: 48rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-service__miitel-list-item figure {
    width: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__miitel-list-item figure {
    width: auto;
    order: -1;
    border-radius: 1rem;
  }
}
.p-service__miitel-list-text {
  flex: 1;
  padding-right: 10rem;
}
@media screen and (max-width: 1024px) {
  .p-service__miitel-list-text {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__miitel-list-text {
    padding: 2rem 0 0;
  }
}
.p-service__miitel-list-text h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-list-text h4 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.p-service__miitel-list-text h4 span {
  display: block;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.23;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-list-text h4 span {
    font-size: 2.2rem;
  }
}
.p-service__miitel-list-text p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-list-text p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-service__miitel-list-text .c-btn {
  margin: 3rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-list-text .c-btn {
    margin: 1rem auto 0;
  }
}
.p-service__miitel-related h3 {
  max-width: 120rem;
  margin: 0 auto 3.3rem;
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-related h3 {
    text-align: center;
    font-size: 2.4rem;
    margin: 0 auto 1.5rem;
  }
}
.p-service__miitel-related .c-card {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-related .c-card {
    margin-bottom: 10rem;
  }
}
.p-service__miitel-related .c-card::before {
  top: 16rem;
  left: auto;
  right: -33.6rem;
  width: 56.5rem;
  height: 56.5rem;
}
.p-service__miitel-related .c-card__item a {
  padding-bottom: 10.3rem;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-related .c-card__item a {
    padding-bottom: 7rem;
  }
  .p-service__miitel-related .c-card__item a::after {
    right: 2rem;
    bottom: 2rem;
  }
}
.p-service__miitel-related .c-card__title {
  font-weight: 400;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-related .c-card__title {
    margin: 2.4rem 2rem 0.7rem;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.p-service__miitel-related .c-card__title span {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-related .c-card__title span {
    font-size: 2rem;
  }
}
.p-service__miitel-related .c-card__title span span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-related .c-card__title span span {
    font-size: 1.1rem;
  }
}
.p-service__miitel-related .c-card__text {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service__miitel-related .c-card__text {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service .l-main__bg .c-careers {
    padding-left: 0;
    padding-right: 0;
  }
  .p-service .l-main__bg .c-careers h2 .en {
    font-size: 3.6rem;
  }
}

/* companyページ
profile エリア
----------------------------------------*/
.p-company__profile {
  padding: 8rem 2rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-company__profile {
    padding: 4rem 2rem;
  }
}
.p-company__profile .parallax-wrapper {
  z-index: 0;
}
.p-company__profile .parallax-bg:nth-child(1) {
  width: 28.2rem;
  height: 28.2rem;
  left: -14.1rem;
  top: 31rem;
}
.p-company__profile-inner {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-company__profile-inner {
    display: block;
  }
}
.p-company__profile-text {
  flex: 1;
  max-width: 74rem;
}
@media screen and (max-width: 1024px) {
  .p-company__profile-text {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  :lang(en-US) .p-company__profile-text .c-table table tr th {
    width: 20rem;
  }
}

/* companyページ
access エリア
----------------------------------------*/
.p-company__access {
  padding: 8rem 2rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-company__access {
    padding: 0 2rem 4rem;
  }
}
.p-company__access .parallax-wrapper {
  z-index: 0;
}
.p-company__access .parallax-bg:nth-child(1) {
  width: 42.4rem;
  height: 42.4rem;
  right: -5rem;
  top: -21.2rem;
}
.p-company__access-inner {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-company__access-inner {
    display: block;
  }
}
.p-company__access-text {
  flex: 1;
  max-width: 74rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p-company__access-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-company__access-text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-company__access-text .map {
  margin-bottom: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-company__access-text .map {
    margin-bottom: 2rem;
  }
}
.p-company__access-text .map iframe {
  aspect-ratio: 740/440;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__access-text .map iframe {
    aspect-ratio: 335/320;
  }
}
.p-company__access-text p {
  margin-bottom: 1rem;
}
.p-company__access-text p.text-link {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-company__access-text p.text-link {
    font-weight: 600;
    line-height: 1.7;
  }
}
.p-company__access-text p.text-link::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-external.svg) no-repeat;
  width: 1.35rem;
  height: 1.35rem;
  margin-left: 1.2rem;
  vertical-align: middle;
}
.p-company__access-text p-text-bold {
  font-weight: 500;
}

/* company ページ
history ページ
----------------------------------------*/
.p-company__history {
  padding: 8rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-company__history {
    padding: 4rem 2rem;
  }
}
.p-company__history .parallax-wrapper {
  z-index: 0;
}
.p-company__history .parallax-bg:nth-child(1) {
  width: 28.2rem;
  height: 28.2rem;
  left: -14.1rem;
  top: 14.7rem;
}
.p-company__history .parallax-bg:nth-child(2) {
  width: 42.4rem;
  height: 42.4rem;
  right: -5rem;
  top: 50.8rem;
}
.p-company__history .parallax-bg:nth-child(3) {
  width: 28.2rem;
  height: 28.2rem;
  left: -12rem;
  top: 130.1rem;
}
.p-company__history-inner {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-company__history-inner {
    display: block;
  }
}
.p-company__history-text {
  flex: 1;
  max-width: 74rem;
}
@media screen and (max-width: 1024px) {
  .p-company__history-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-company__history-text .c-table table {
    display: table;
  }
}
.p-company__history-text .c-table table th {
  padding: 2rem 0;
}
.p-company__history-text .c-table table th:has(dl) {
  padding-block: 0;
}
@media screen and (max-width: 767px) {
  .p-company__history-text .c-table table th {
    width: 3.4rem;
    display: table-cell;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-company__history-text .c-table table td {
  padding: 2rem 0;
  padding-left: 1rem;
}
.p-company__history-text .c-table table td:has(dl) {
  padding-block: 0;
}
@media screen and (max-width: 767px) {
  .p-company__history-text .c-table table td {
    width: 100%;
    display: table-cell;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-company__history-text .c-table dl {
  display: table;
  width: 100%;
  border-bottom: 0.12rem solid #DCDCDC;
}
.p-company__history-text .c-table dl:last-child {
  border-bottom: none;
}
.p-company__history-text .c-table dl dt {
  width: 4.4rem;
  padding: 2rem 0;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-company__history-text .c-table dl dt {
    width: 3rem;
    font-size: 1.4rem;
    line-height: 1.7;
    vertical-align: top;
  }
}
.p-company__history-text .c-table dl dd {
  width: calc(100% - 4.4rem);
  padding: 2rem 0;
  display: table-cell;
  padding-left: 1rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-company__history-text .c-table dl dd {
    width: calc(100% - 3rem);
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-company__history-text .c-table dl dd.victory {
  padding-left: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-company__history-text .c-table dl dd.victory {
    padding-left: 4.4rem;
  }
}
.p-company__history-text .c-table dl dd.victory::before {
  content: "";
  background: url(../img/common/icon-victory.svg) no-repeat;
  background-size: 100% 100%;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__history-text .c-table dl dd.victory::before {
    width: 2.4rem;
    height: 2.4rem;
    top: 2rem;
    transform: translateY(0);
  }
}

:lang(en-US) .p-company__history-text .c-table dl dt {
  width: 9rem;
}
@media screen and (max-width: 767px) {
  :lang(en-US) .p-company__history-text .c-table dl dt {
    width: 7.6rem;
  }
}

/* caseページ
共通
----------------------------------------*/
.p-case .c-pagetitle {
  margin-bottom: 0;
  overflow: visible;
  padding: 4.5rem 2rem 3.7rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-case .c-pagetitle {
    padding: 1.8rem 2rem 3.8rem;
  }
}

/* caseページ
list エリア
----------------------------------------*/
.p-case__bg-gray {
  background: #D2D8E2;
}
@media screen and (max-width: 767px) {
  .p-case__bg-gray {
    background: none;
  }
}
.p-case__bg-gray.c-breadcrumb {
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-case__bg-gray.c-breadcrumb {
    margin-top: 0;
  }
}
.p-case__list {
  padding: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-case__list {
    padding: 0 0 6rem;
  }
}
.p-case__list .p-case__bg-gray {
  padding: 2.5rem 2rem 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-case__list .p-case__bg-gray {
    padding: 5.3rem 2rem 4rem;
    margin-bottom: 0;
  }
}
.p-case__list .c-archive {
  padding: 0 2rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-case__list .c-archive {
    padding: 0 1.6rem;
  }
}
.p-case__list h2 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-case__list h2 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
.p-case__list > p {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-case__list > p {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin: 0 -1rem;
  }
}
.p-case__list-category {
  border-radius: 0.6rem;
  max-width: 120rem;
  margin: 0 auto 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case__list-category {
    margin: 0 -1rem 3rem;
  }
}
.p-case__list-category-item {
  margin: 1rem;
}
.p-case__list-category-item-current {
  margin: 1rem;
}
.p-case__list-category-item-current a {
  background: #222;
  color: #fff;
}
.p-case__list-category-item a {
  background: #fff;
}
.p-case__list-category a {
  min-width: 21.9rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 2.35rem;
  box-shadow: 0 0.3rem 1rem rgba(57, 75, 97, 0.1);
  padding: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-category a {
    min-width: 0;
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
  }
}
.p-case__list-filter {
  max-width: 120rem;
  margin: 4.5rem auto 0;
  background: #fff;
  border-radius: 0.6rem;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
}
.p-case__list-filter > p {
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter > p {
    padding: 0 1.4rem 1.5rem;
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-case__list-filter {
    margin: 4rem auto 0;
    border-radius: 0.6rem;
  }
  .p-case__list-filter-title {
    text-align: center;
    padding: 1.8rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    border-bottom: 0.1rem solid #a6abb0;
  }
  .p-case__list-filter-close {
    position: absolute;
    top: -2.8rem;
    right: 0;
    width: 2.2rem;
    height: 2.2rem;
    background: none;
    border-radius: 0;
    z-index: 10;
  }
  .p-case__list-filter-close::before, .p-case__list-filter-close::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 2.7rem;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .p-case__list-filter-close::after {
    transform: rotate(-45deg);
  }
}
.p-case__list-filter-btn button {
  width: 100%;
  height: 5.4rem;
  color: inherit;
  padding: 0 0 0.4rem 0.5rem;
  border-radius: 0.6rem;
  appearance: none;
  background: none;
  text-align: center;
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-btn button {
    height: auto;
    padding: 1.5rem 0 1rem;
  }
}
.p-case__list-filter-btn button::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #0089D0;
  border-right: 0.2rem solid #0089D0;
  transform: rotate(135deg);
  vertical-align: 0.4rem;
  margin-left: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-btn button::after {
    content: "+";
    margin-left: 1rem;
    border: none;
    transform: rotate(0deg);
    color: #0089D0;
    vertical-align: bottom;
    width: auto;
    height: auto;
    font-weight: normal;
    font-size: 3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-case__list-filter-btn button.open::after {
    transform: rotate(-45deg);
    vertical-align: -0.2rem;
  }
}
.p-case__list-filter-reset {
  text-align: center;
}
.p-case__list-filter-reset button {
  width: 34rem;
  height: 5.4rem;
  border: 0.1rem solid #F1F3F6;
  color: inherit;
  display: block;
  margin: 0 auto;
  padding: 0 0 0.2rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  border-radius: 2.7rem;
  text-align: center;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
  transition: box-shadow 0.3s;
}
@media (hover: hover) {
  .p-case__list-filter-reset button:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-case__list-filter-reset button:active {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-reset button {
    width: 100%;
  }
}
.p-case__list-filter-form {
  padding: 2.4rem 2rem 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form {
    padding: 2.4rem 0 0;
    width: 92vw;
    position: fixed;
    top: 6rem;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 2100;
    padding: 0 1.6rem;
  }
  .p-case__list-filter-form form {
    position: static;
  }
  .p-case__list-filter-form-inner {
    padding: 8.5rem 1.6rem 5rem;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.p-case__list-filter-form dl {
  max-width: 92rem;
  color: #494949;
  margin: 4.2rem auto 3.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl {
    display: block;
    margin: 1.4rem auto 6rem;
    overflow: hidden;
  }
}
.p-case__list-filter-form dl dt {
  width: calc(100% - 68rem);
  font-weight: 700;
  border-bottom: 0.2rem solid #e8ebf0;
  display: flex;
  align-items: center;
  padding-bottom: 4.3rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 1024px) {
  .p-case__list-filter-form dl dt {
    width: 21.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dt {
    width: auto;
    border: 0;
    padding: 0;
    margin-bottom: 2.5rem;
  }
}
.p-case__list-filter-form dl dt:last-of-type {
  border: 0;
  margin: 0.5rem 0 0;
  padding-bottom: 0;
}
.p-case__list-filter-form dl dd {
  width: 68rem;
  border-bottom: 0.2rem solid #e8ebf0;
  padding-bottom: 3.3rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 1024px) {
  .p-case__list-filter-form dl dd {
    width: calc(100% - 21.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 2.1rem;
  }
}
.p-case__list-filter-form dl dd:last-of-type {
  border: 0;
  margin: 0.5rem 0 0;
  padding-bottom: 0;
}
.p-case__list-filter-form dl dd ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-top: 0.3rem;
  margin-right: -4rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul {
    display: block;
    margin: 0;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-industory {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  grid-auto-columns: max-content;
  margin: 0.4rem -1.5rem -0.5rem 0;
}
@media screen and (max-width: 1024px) {
  .p-case__list-filter-form dl dd ul.p-case__list-industory {
    grid-template-rows: repeat(6, auto);
  }
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-industory {
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-industory {
    display: block;
    margin: 0;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-industory li {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-industory li {
    margin-right: 0;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-scale_e {
  margin-bottom: -0.4rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-scale_e {
    display: flex;
    margin-bottom: 0;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-scale_e li {
  margin-right: 1.95rem;
}
.p-case__list-filter-form dl dd ul.p-case__list-scale_e li:nth-child(5n+1) {
  min-width: 11.9rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-scale_e li:nth-child(5n+1) {
    min-width: 0;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-scale_e li:nth-child(5n+2) {
  min-width: 10.9rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-scale_e li:nth-child(5n+2) {
    min-width: 0;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-application {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  grid-auto-columns: max-content;
  margin-bottom: -0.4rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-application {
    display: block;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-application li {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-target {
    display: flex;
    margin: 2.5rem -2rem 0 0;
  }
  .p-case__list-filter-form dl dd ul.p-case__list-target li {
    margin-right: 2rem;
  }
}
.p-case__list-filter-form dl dd ul li {
  margin: 0 4.15rem 0.9rem 0;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul li {
    margin: 0 0 1.9rem;
  }
}
.p-case__list-filter-form dl dd ul li input[type=checkbox] {
  margin-right: 0.9rem;
  appearance: none;
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid #C2CBD8;
  border-radius: 0.2rem;
  vertical-align: -0.1rem;
}
.p-case__list-filter-form dl dd ul li input[type=checkbox]:checked {
  background: #209CFF;
  border-color: #209CFF;
}
.p-case__list-filter-form dl dd ul li input[type=checkbox]:checked::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.4rem;
  border-left: 0.15rem solid #fff;
  border-bottom: 0.15rem solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
}
.p-case__list-filter-submit {
  text-align: center;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.6rem;
    background: #fff;
  }
}
.p-case__list-filter-submit button {
  width: 40rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  background: #222;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: inherit;
  box-shadow: 0 1.3rem 3rem rgba(0, 0, 0, 0.15);
  transition: background 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-submit button {
    width: 100%;
  }
}
.p-case__list-filter-submit button::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  margin: 0 -0.7rem 0 0.8rem;
  vertical-align: 0.2rem;
}
@media (hover: hover) {
  .p-case__list-filter-submit button:hover {
    background: #333;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-case__list-filter-submit button:active {
    box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.1);
  }
}
.p-case__list-filter-submit button:active {
  border-color: #000;
  background: #494949;
}

/* caseページ
detail エリア
----------------------------------------*/
.p-case__detail {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 5rem auto 12rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-case__detail {
    background: #fff;
    margin: 0;
    padding: 0 auto 12rem;
    width: auto;
    display: block;
  }
}
.p-case__detail-contents {
  width: 67.5%;
  background: #fff;
  border-radius: 0.6rem;
  padding: 6.1rem 6.6667%;
}
@media screen and (max-width: 767px) {
  .p-case__detail-contents {
    width: auto;
    padding: 5rem 1.6rem 6rem;
  }
}
.p-case__detail-header {
  margin-bottom: 4rem;
}
.p-case__detail-header-service {
  display: flex;
  margin-bottom: 1.9rem;
}
.p-case__detail-header-service dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #8A9DB5;
  padding-top: 0.3rem;
}
.p-case__detail-header-service dd {
  background: #ECF5FD;
  border-radius: 0.6rem;
  color: #0089D0;
  font-weight: 500;
  padding: 0.4rem 1.2rem;
  letter-spacing: 0.04em;
}
.p-case__detail-header-title {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-case__detail-header-title {
    font-size: 2.6rem;
    margin-bottom: 2.1rem;
  }
}
.p-case__detail-header-title-sub {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-case__detail-header-title-sub {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.p-case__detail-header-img {
  margin-top: 4rem;
}
.p-case__detail-header-img figcaption {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
  display: block;
}
.p-case__detail-information {
  width: 25.8333%;
  margin-right: 3.3333%;
}
@media screen and (max-width: 767px) {
  .p-case__detail-information {
    width: auto;
    margin: 4rem 0 0;
  }
}
.p-case__detail-information-box {
  background: #fff;
  border: 0.1rem solid #D2D8E2;
  border-radius: 0.6rem;
  overflow: hidden;
  top: 10rem;
  position: sticky;
}
@media screen and (max-width: 767px) {
  .p-case__detail-information-box {
    top: auto;
  }
  .p-case__detail-information-box figure {
    height: 55.2vw;
  }
  .p-case__detail-information-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-case__detail-information dl {
  border-top: 1px solid #D2D8E2;
  padding: 2.2rem 2rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.p-case__detail-information dl:first-child {
  border-top: 0;
}
.p-case__detail-information dl dt {
  font-weight: 700;
  margin: 1.3rem 0 0.3rem;
}
.p-case__detail-information dl dt:first-child {
  margin-top: 0;
}

/* columnページ
共通
----------------------------------------*/
.p-column .c-pagetitle {
  margin-bottom: 0;
  overflow: visible;
  padding: 4.5rem 2rem 3.7rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-column .c-pagetitle {
    padding: 1.8rem 2rem 3.8rem;
  }
}

/* columnページ
list エリア
----------------------------------------*/
.p-column__list {
  padding: 2.7rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-column__list {
    padding: 2.8rem 1.6rem 6rem;
  }
}
.p-column__list h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-column__list h2 {
    font-size: 2.6rem;
    margin-bottom: 3.4rem;
  }
}
.p-column__list-category {
  border-radius: 0.6rem;
  max-width: 120rem;
  margin: 0 auto 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-column__list-category {
    margin: 0 -1rem 3rem;
  }
}
.p-column__list-category-item {
  margin: 1rem;
}
.p-column__list-category-item-current {
  margin: 1rem;
}
.p-column__list-category-item-current a {
  background: #222;
  color: #fff;
}
.p-column__list-category-item a {
  background: #fff;
}
.p-column__list-category a {
  min-width: 21.9rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 2.35rem;
  box-shadow: 0 0.3rem 1rem rgba(57, 75, 97, 0.1);
  padding: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-column__list-category a {
    min-width: 0;
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
  }
}

/* columnページ
detail エリア
----------------------------------------*/
.p-column__detail {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 3rem auto 12rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-column__detail {
    background: #fff;
    margin: 0;
    padding: 0 auto 12rem;
    width: auto;
    display: block;
  }
}
.p-column__detail-contents {
  border-radius: 0.6rem;
  width: 70.8333%;
  background: #fff;
  padding: 4rem 8.3333%;
  box-shadow: 0 0 3rem rgba(0, 79, 137, 0.07);
}
@media screen and (max-width: 767px) {
  .p-column__detail-contents {
    width: auto;
    padding: 5rem 1.6rem 6rem;
    box-shadow: none;
  }
}
.p-column__detail-header {
  margin-bottom: 4rem;
}
.p-column__detail-header-service {
  display: flex;
  margin-bottom: 1.9rem;
}
.p-column__detail-header-service dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #8A9DB5;
  padding-top: 0.3rem;
}
.p-column__detail-header-service dd {
  background: #ECF5FD;
  border-radius: 0.6rem;
  color: #0089D0;
  font-weight: 500;
  padding: 0.4rem 1.2rem;
  letter-spacing: 0.04em;
}
.p-column__detail-header-title {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 1.9rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-column__detail-header-title {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 1.7rem;
  }
}
.p-column__detail-header-title-sub {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-column__detail-header-title-sub {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 2.2rem;
  }
}
.p-column__detail-header-img {
  margin-top: 4rem;
}
.p-column__detail-header-img figcaption {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
  display: block;
}
.p-column__detail-banner {
  width: 25.8333%;
}
@media screen and (max-width: 767px) {
  .p-column__detail-banner {
    width: auto;
    margin: 4rem 0 0;
  }
}
.p-column__detail-banner-list li + li {
  margin-top: 4rem;
}
.p-column__detail-banner .widget_block + .widget_block {
  margin-top: 4rem;
}

/* errorページ
共通
----------------------------------------*/
.p-error .l-main {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-error .l-main {
    padding: 0;
  }
}
.p-error .l-main .parallax-wrapper {
  z-index: 0;
}
.p-error .l-main .parallax-wrapper .parallax-bg:nth-child(1) {
  width: 42.4rem;
  height: 42.4rem;
  right: -17rem;
  top: -21.1rem;
}
.p-error .l-main .parallax-wrapper .parallax-bg:nth-child(2) {
  width: 28.2rem;
  height: 28.2rem;
  left: -20.6rem;
  top: 33.5rem;
}
.p-error__inner {
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-error__inner {
    padding: 10rem 0 6rem;
  }
}
.p-error__inner h2 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-error__inner h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-error__inner h2 span {
  display: block;
  font-size: 7.2rem;
  color: #0089D0;
}
@media screen and (max-width: 767px) {
  .p-error__inner h2 span {
    font-size: 3.6rem;
  }
}
.p-error__inner p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-error__inner p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-error__inner figure {
  max-width: 76.4rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-error__inner figure {
    max-width: inherit;
    margin: 0 -6.7rem 4rem;
  }
}
.p-error__btn .c-btn {
  margin: 0 auto;
}

/* resultsページ
list エリア
----------------------------------------*/
.p-search_results .c-pagetitle {
  padding: 5.2rem 0;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-search_results .c-pagetitle {
    padding: 3rem 2rem;
  }
}
.p-search_results__contents {
  margin-bottom: 6rem;
}
.p-search_results__contents h1 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-search_results__contents h1 {
    font-size: 2.6rem;
  }
}
.p-search_results__list {
  max-width: 100rem;
  margin: 0 auto 4rem;
  border-bottom: 1px solid #C2CBD8;
}
@media screen and (max-width: 767px) {
  .p-search_results__list {
    padding: 0 2rem;
  }
}
.p-search_results__list > li {
  padding: 4rem 0;
  border-top: 1px solid #C2CBD8;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-search_results__list > li {
    display: block;
  }
}
.p-search_results__list > li.results_empty {
  display: block;
  text-align: center;
}
.p-search_results__list > li figure {
  position: relative;
  width: 32rem;
  border-radius: 0.6rem;
  transition: box-shadow 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-search_results__list > li figure {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.p-search_results__list > li figure::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.5%;
}
.p-search_results__list > li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-search_results__list > li figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-search_results__list > li figure a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 1;
}
.p-search_results__list > li a:hover {
  opacity: 1;
}
.p-search_results__list > li:hover figure {
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
.p-search_results__list > li:hover figure a::before {
  opacity: 0.4;
}
.p-search_results__list > li:hover .p-search_results__title {
  color: #0089D0;
}
.p-search_results__list > li .highlight {
  background: #FFFF00;
}
@media screen and (min-width: 768px) {
  .p-search_results__box {
    width: calc(100% - 34rem);
  }
}
.p-search_results__title {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-search_results__title {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}
.p-search_results__url {
  width: 100%;
  color: #494949;
  font-size: 1.2rem;
  line-height: 2.28;
  margin: 0 0 1.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-search_results__url {
    font-size: 1.2rem;
  }
}
.p-search_results__description {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-search_results__description {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 1.6rem;
  }
}
.p-search_results__breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.p-search_results__breadcrumb ul > li {
  font-size: 1.4rem;
  line-height: 2.28;
  margin-right: 1rem;
  /*
  &:last-of-type {
  	width: 100%;
  	margin-left: 0;
  }*/
}
@media screen and (max-width: 767px) {
  .p-search_results__breadcrumb ul > li {
    font-size: 1.2rem;
  }
}
.p-search_results__breadcrumb ul > li a {
  color: #8A9DB5;
}
.p-search_results__breadcrumb ul > li + li::before {
  content: ">";
  color: #8A9DB5;
  margin-right: 1rem;
}
.p-search_results__loading .spinner-box {
  width: 300px;
  height: 300px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin: auto;
}
.p-search_results__loading .three-quarter-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #0089D0;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.5s linear 0s infinite;
}
.p-search_results__loading.hidden {
  display: none;
}

/* resultsページ
list エリア
----------------------------------------*/
.p-seminar__inner {
  width: 124rem;
  max-width: 100%;
  padding-inline: 2rem;
  margin-inline: auto;
}

/* resultsページ
list エリア
----------------------------------------*/
.p-seminar__nav {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__nav {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.p-seminar__nav ul {
  display: flex;
}
.p-seminar__nav ul > li {
  flex: 1;
  text-align: center;
  border-bottom: solid 0.3rem #E1E6EC;
  padding-block: 1rem;
  cursor: pointer;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .p-seminar__nav ul > li {
    padding-block: 1.2rem;
  }
}
.p-seminar__nav ul > li h2 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-seminar__nav ul > li h2 {
    font-size: 1.2rem;
  }
}
.p-seminar__nav ul > li.is-active {
  border-color: #0089D0;
}
@media (hover: hover) {
  .p-seminar__nav ul > li:hover {
    opacity: 1;
    color: #0089D0;
  }
}

/* resultsページ
list エリア
----------------------------------------*/
.p-seminar__filter {
  box-shadow: 0px 0.5rem 1rem rgba(0, 65, 110, 0.1);
  background: #fff;
  border-radius: 0.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter {
    border-radius: 10rem;
    margin-bottom: 2rem;
  }
}
.p-seminar__filter-toggle button {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5.4rem;
  padding-top: 0.2rem;
  column-gap: 1.2rem;
  color: #222;
}
.p-seminar__filter-toggle button::after {
  content: "";
  background-image: url(../img/common/icon-arrow-blue.svg);
  width: 1rem;
  height: 1.6rem;
  rotate: 90deg;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-toggle button::after {
    content: none;
  }
}
.p-seminar__filter-toggle button.open:after {
  scale: -1 1;
}
.p-seminar__filter-reset {
  text-align: center;
}
.p-seminar__filter-reset button {
  width: 34rem;
  height: 5.4rem;
  border: 0.1rem solid #F1F3F6;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-top: 0.2rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  border-radius: 2.7rem;
  text-align: center;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
  transition: box-shadow 0.3s;
}
@media (hover: hover) {
  .p-seminar__filter-reset button:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-seminar__filter-reset button:active {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-reset button {
    width: 100%;
  }
}
.p-seminar__filter-reset button::after {
  content: "";
  background-image: url(../img/common/icon-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-reset button::after {
    content: none;
  }
}
.p-seminar__filter-form {
  padding: 2.4rem 2rem 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form {
    padding: 2.4rem 0 0;
    width: 92vw;
    position: fixed;
    top: 6rem;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 2100;
    padding-inline: 1.6rem;
  }
  .p-seminar__filter-form form {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form-inner {
    padding: 8.5rem 1.6rem 5rem;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.p-seminar__filter-form dl {
  max-width: 92rem;
  color: #494949;
  margin: 4.2rem auto 3.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form dl {
    display: block;
    margin: 2rem auto 6rem;
    overflow: hidden;
  }
}
.p-seminar__filter-form dl dt {
  width: calc(100% - 68rem);
  font-weight: 700;
  border-bottom: 0.2rem solid #e8ebf0;
  display: flex;
  align-items: center;
  padding-bottom: 4.3rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 1024px) {
  .p-seminar__filter-form dl dt {
    width: 21.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form dl dt {
    width: auto;
    border: 0;
    padding: 0;
    margin-bottom: 2rem;
  }
}
.p-seminar__filter-form dl dd {
  width: 68rem;
  border-bottom: 0.2rem solid #e8ebf0;
  padding-bottom: 3.3rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 1024px) {
  .p-seminar__filter-form dl dd {
    width: calc(100% - 21.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form dl dd {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form dl dd:last-of-type {
    border: 0;
    margin: 0.5rem 0 0;
    padding-bottom: 0;
  }
}
.p-seminar__filter-form dl dd ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-top: 0.3rem;
  margin-right: -4rem;
  column-gap: 2.4rem;
  row-gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-seminar__filter-form dl dd ul {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form dl dd ul {
    flex-direction: column;
    row-gap: 1.8rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.p-seminar__filter-form dl dd ul li input[type=checkbox] {
  margin-right: 0.9rem;
  appearance: none;
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid #C2CBD8;
  border-radius: 0.2rem;
  vertical-align: -0.1rem;
}
.p-seminar__filter-form dl dd ul li input[type=checkbox]:checked {
  background: #209CFF;
  border-color: #209CFF;
}
.p-seminar__filter-form dl dd ul li input[type=checkbox]:checked::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.4rem;
  border-left: 0.15rem solid #fff;
  border-bottom: 0.15rem solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
}
.p-seminar__filter-submit {
  text-align: center;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.6rem;
    background: #fff;
  }
}
.p-seminar__filter-submit button {
  width: 40rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  background: #222;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: inherit;
  box-shadow: 0 1.3rem 3rem rgba(0, 0, 0, 0.15);
  transition: background 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-submit button {
    width: 100%;
  }
}
.p-seminar__filter-submit button::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  margin: 0 -0.7rem 0 0.8rem;
  vertical-align: 0.2rem;
}
@media (hover: hover) {
  .p-seminar__filter-submit button:hover {
    background: #333;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-seminar__filter-submit button:active {
    box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.1);
  }
}
.p-seminar__filter-submit button:active {
  border-color: #000;
  background: #494949;
}
.p-seminar__filter-title {
  text-align: center;
  padding: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
}
.p-seminar__filter-close {
  position: absolute;
  top: -2.8rem;
  right: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: none;
  border-radius: 0;
  z-index: 10;
}
.p-seminar__filter-close::before, .p-seminar__filter-close::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 2.7rem;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.p-seminar__filter-close::after {
  transform: rotate(-45deg);
}

/* resultsページ
list エリア
----------------------------------------*/
.p-seminar__archive {
  padding-bottom: 6rem;
}
.p-seminar__archive-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
  column-gap: 4rem;
  row-gap: 4rem;
  margin-bottom: 4rem;
}
.p-seminar__archive-list:has(.c-archive__none) {
  display: flex;
  justify-content: center;
}
.p-seminar__archive-list > li {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0 4rem rgba(0, 46, 79, 0.2);
  transition: box-shadow 0.3s;
}
.p-seminar__archive-list > li:hover {
  box-shadow: 0 0 4rem rgba(0, 46, 79, 0.2);
}
.p-seminar__archive-list > li:hover a:not(:root) {
  animation: none;
}
.p-seminar__archive-list > li a:not(:root) {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .p-seminar__archive-list > li a:not(:root):hover {
    opacity: 1;
  }
  .p-seminar__archive-list > li a:not(:root):hover .apply-btn:not(:root) {
    opacity: 0.7;
  }
}
.p-seminar__archive-list > li ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
}
.p-seminar__archive-list > li ul > li {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #0089D0;
  background-color: #ECF5FD;
  font-weight: 400;
  padding-inline: 1.2rem;
  padding-block: 0.4rem;
  border-radius: 0.6rem;
}
.p-seminar__archive-list > li .apply-btn:not(:root) {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-inline: auto;
  width: fit-content;
  min-width: 18.5rem;
  min-height: 4.1rem;
  background: #222222;
  box-shadow: 0px 0.3rem 1rem rgba(57, 75, 97, 0.1);
  border-radius: 10rem;
  padding-top: 0.2rem;
  margin-bottom: 3rem;
  margin-top: auto;
  column-gap: 1.2rem;
  transition: 300ms;
}
.p-seminar__archive-list > li .apply-btn:not(:root)::after {
  content: "";
  background-image: url(../img/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 1.6rem;
}
.p-seminar__archive-list > li figure img {
  width: 100%;
  aspect-ratio: 374/196;
  object-fit: cover;
}
.p-seminar__archive-list > li.c-archive__none {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
.p-seminar__archive-text {
  padding-block: 2.4rem 2rem;
  padding-inline: 2rem;
}
.p-seminar__archive-date {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.p-seminar__archive-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__archive-title {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=style.css.map */
ingURL=style.css.map */
