@charset "UTF-8";
/*----------▼▼ Reboot ▼▼----------*/
/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/
:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, ::after, ::before {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

menu, ol, ul {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ base ▼▼----------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
  overflow: auto;
  font-size: 100%;
  scroll-behavior: smooth;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, span, table, thead, tbody, tfoot, th, td, header, footer, main, section, article, aside, nav {
  box-sizing: border-box;
  line-height: 1.8;
}

body {
  margin: 0;
  text-align: left;
  background-color: #FFF;
  color: #4C4C4C;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
main {
  position: relative;
  z-index: 10;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #4C4C4C;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]) hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*----------▲▲ base ▲▲----------*/
/*----------▼▼ header ▼▼----------*/
:root {
  --header-h: 96px;
}

@media screen and (max-width: 767px) {
  :root {
    --header-h: 56px;
  }
}
body.is-noScroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.l-header {
  width: 100%;
  height: var(--header-h);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__inner {
  width: 100%;
  height: 2.5rem;
  max-width: 1400px;
  padding: 0 30px;
  margin: 45px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.l-header__logo img {
  height: 1.75rem;
}
.l-header__logoText {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.3s ease;
  padding-left: 2.5rem;
}
.l-header__logoWhite {
  display: block;
}
.l-header__logoBlack {
  display: none;
}
.l-header__cont {
  display: flex;
  gap: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
  align-items: center;
}
.l-header__list {
  display: flex;
  gap: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  align-items: center;
}
.l-header__item .l-header__navLink {
  color: #fff;
  font-size: clamp(11px, 7.3544303797px + 0.4746835443vw, 14px);
  font-weight: bold;
}
.l-header__cta {
  width: 9.375rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  background-color: #FFF;
}
.l-header__cta span {
  color: #fff;
  font-weight: bold;
  font-size: clamp(12px, 5.9240506329px + 0.7911392405vw, 17px);
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}

.l-header {
  display: flex;
  align-items: stretch;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.l-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(38, 90, 139, 0.35) 0%, rgba(38, 90, 139, 0) 100%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.l-header.is-scrolled::before, .l-header.is-lower::before, .l-header.has-mega-open::before {
  opacity: 0;
}
.l-header.is-scrolled {
  background-color: rgb(255, 255, 255);
}
.l-header.is-scrolled .l-header__navLink,
.l-header.is-scrolled .l-header__logo {
  color: #4c4c4c;
}
.l-header.is-scrolled .l-header__logoWhite {
  display: none;
}
.l-header.is-scrolled .l-header__logoBlack {
  display: block;
}
.l-header.is-scrolled .l-header__logoText {
  color: #4c4c4c;
}
.l-header.is-lower {
  background-color: rgb(255, 255, 255);
}
.l-header.is-lower .l-header__navLink,
.l-header.is-lower .l-header__megaTrigger {
  color: #4c4c4c;
}
.l-header.is-lower .l-header__logoWhite {
  display: none;
}
.l-header.is-lower .l-header__logoBlack {
  display: block;
}
.l-header.is-lower .l-header__logoText {
  color: #4c4c4c;
}
.l-header.is-scrolled.has-mega-open, .l-header.is-lower.has-mega-open {
  background-color: transparent;
  box-shadow: none;
}
.l-header.is-scrolled.has-mega-open .l-header__navLink,
.l-header.is-scrolled.has-mega-open .l-header__megaTrigger, .l-header.is-lower.has-mega-open .l-header__navLink,
.l-header.is-lower.has-mega-open .l-header__megaTrigger {
  color: #fff;
}
.l-header.is-scrolled.has-mega-open .l-header__logoWhite, .l-header.is-lower.has-mega-open .l-header__logoWhite {
  display: block;
}
.l-header.is-scrolled.has-mega-open .l-header__logoBlack, .l-header.is-lower.has-mega-open .l-header__logoBlack {
  display: none;
}
.l-header.is-scrolled.has-mega-open .l-header__logoText, .l-header.is-lower.has-mega-open .l-header__logoText {
  color: #fff;
}
.l-header__inner {
  position: relative;
  z-index: 1;
  flex: 1;
  height: var(--header-h);
  max-width: none;
  margin: 0;
  padding: 0 0 0 clamp(16.4571428571px, 0px + 2.1428571429vw, 30px);
}
.l-header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__cont {
  display: flex;
  align-items: stretch;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .l-header__cont {
    display: none;
  }
}
.l-header__cta {
  display: flex;
  width: auto;
  height: var(--header-h);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  gap: 0;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .l-header__cta {
    display: none;
  }
}
.l-header__ctaBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(100px, 53.8227848101px + 6.0126582278vw, 138px);
  height: 100%;
  color: #fff;
  gap: 0.375rem;
  transition: opacity 0.3s ease;
}
.l-header__ctaBtn:hover {
  opacity: 0.85;
}
.l-header__ctaBtn.is-recruit {
  background-color: #51aee7;
}
.l-header__ctaBtn.is-contact {
  background-color: #265a8b;
}
.l-header__ctaIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__ctaIcon svg {
  width: 1.375rem;
  height: 1.375rem;
}
.l-header__ctaText {
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  font-weight: 700;
  white-space: nowrap;
}
.l-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-left: auto;
}
.l-header__hamburger span {
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.l-header__hamburger.is-active span:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}
.l-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.l-header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: var(--header-h);
    height: var(--header-h);
    background-color: #51aee7;
    flex-shrink: 0;
  }
  .l-header__hamburger span {
    width: clamp(24px, -8px + 10vw, 32px);
  }
}
.l-header__drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(38, 90, 139, 0.95);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: calc(var(--header-h) + 1.5rem) clamp(24px, -40px + 20vw, 40px) clamp(57.6px, 0px + 18vw, 72px);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.2, 1, 0.2, 1);
  z-index: 99;
}
.l-header__drawer.is-open {
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .l-header__drawer {
    display: block;
  }
}
.l-header__drawerList {
  list-style: none;
  margin-bottom: clamp(40px, -24px + 20vw, 56px);
}
.l-header__drawerItem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header__drawerItem:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header__drawerItem > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(16px, -8px + 7.5vw, 22px) 0;
  color: #fff;
  font-size: clamp(16px, 0px + 5vw, 20px);
  font-weight: 700;
}
.l-header__drawerItem > a::after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-right: 0.625rem;
}
.l-header__drawerAccordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: clamp(16px, -8px + 7.5vw, 22px) 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: clamp(16px, 0px + 5vw, 20px);
  font-weight: 700;
  font-family: inherit;
  text-align: left;
  line-height: 1.4;
}
.l-header__drawerAccordion[aria-expanded=true] .l-header__drawerAccordionIcon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-header__drawerAccordionIcon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #FFF;
  flex-shrink: 0;
}
.l-header__drawerAccordionIcon::before, .l-header__drawerAccordionIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #265a8b;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.l-header__drawerAccordionIcon::before {
  width: 0.75rem;
  height: 2px;
  transform: translate(-50%, -50%);
}
.l-header__drawerAccordionIcon::after {
  width: 2px;
  height: 0.75rem;
  transform: translate(-50%, -50%);
}
.l-header__drawerPanel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}
.l-header__drawerPanel.is-open {
  max-height: 25rem;
}
.l-header__drawerSubList {
  list-style: none;
  background-color: #FFF;
  border-radius: 0.5rem;
  padding: 0 clamp(12.8px, 0px + 4vw, 16px);
  margin-bottom: clamp(12px, -4px + 5vw, 16px);
}
.l-header__drawerSubList li:not(:last-child) a {
  border-bottom: 1px solid rgba(38, 90, 139, 0.12);
}
.l-header__drawerSubList a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(10px, -6px + 5vw, 14px) 0 clamp(10px, -6px + 5vw, 14px) clamp(16px, 0px + 5vw, 20px);
  color: #265a8b;
  font-size: clamp(14px, 6px + 2.5vw, 16px);
  font-weight: 500;
}
.l-header__drawerSubList a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #51aee7;
  flex-shrink: 0;
}
.l-header__drawerSubList a::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 2px solid #51aee7;
  border-right: 2px solid #51aee7;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.l-header__drawerSubList li.is-external a::after {
  width: 0.8125rem;
  height: 0.8125rem;
  border: none;
  transform: none;
  background-color: #51aee7;
  -webkit-mask: url("../img/common/icon-external.svg") center/contain no-repeat;
  mask: url("../img/common/icon-external.svg") center/contain no-repeat;
}
.l-header__drawerCta {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, -20px + 10vw, 20px);
}
.l-header__drawerCtaBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(52px, 4px + 15vw, 64px);
  border-radius: 0.5rem;
  font-size: clamp(14px, -2px + 5vw, 18px);
  font-weight: 700;
  color: #fff;
  transition: opacity 0.3s ease;
}
.l-header__drawerCtaBtn:hover {
  opacity: 0.85;
}
.l-header__drawerCtaBtn.is-recruit {
  background-color: #51aee7;
}
.l-header__drawerCtaBtn.is-contact {
  background-color: #265a8b;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.l-header.is-scrolled .l-header__megaTrigger {
  color: #4c4c4c;
}

.l-header__megaTrigger {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #fff;
  font-size: clamp(11px, 7.3544303797px + 0.4746835443vw, 14px);
  font-weight: bold;
  font-family: inherit;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header__megaTrigger {
    display: none;
  }
}

.l-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(38, 90, 139, 0.9);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.22s ease, visibility 0s linear 0.22s;
  pointer-events: none;
}
.l-header__overlay.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.22s ease;
}
@media screen and (max-width: 767px) {
  .l-header__overlay {
    display: none;
  }
}

.l-header__mega {
  position: fixed;
  top: calc(var(--header-h) + 3.125rem);
  left: 0;
  width: 100%;
  display: flex;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-0.375rem);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
  z-index: 99;
}
.l-header__mega.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.22s ease, transform 0.22s ease;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .l-header__mega {
    display: none;
  }
}

.l-header__megaInner {
  flex: 1;
  display: flex;
  margin-left: clamp(16px, -110.3797468354px + 16.4556962025vw, 120px);
  margin-right: clamp(16px, -110.3797468354px + 16.4556962025vw, 120px);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  min-height: 23rem;
}

.l-header__megaLeft {
  flex: 0 0 18.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 2rem;
}
.is-service .l-header__megaLeft {
  background-color: #265a8b;
}
.is-principles .l-header__megaLeft {
  background-color: #51aee7;
}
.is-company .l-header__megaLeft {
  background-color: #4c4c4c;
}

.l-header__megaTitle {
  font-size: clamp(20px, 12.7088607595px + 0.9493670886vw, 26px);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.375rem;
  text-align: center;
}

.l-header__megaEn {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(10px, 6.3544303797px + 0.4746835443vw, 13px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.04em;
  text-align: center;
}

.l-header__megaCol {
  flex: 1;
  background-color: #fff;
}

.l-header__megaSlot {
  flex: 1;
  display: grid;
  background-color: #f0f8ff;
  overflow: hidden;
}

.l-header__megaPane {
  grid-column: 1;
  grid-row: 1;
  background-color: #f0f8ff;
  transform: translateX(-100%);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-header__megaPane.is-active {
  transform: translateX(0);
}

.l-header__megaList {
  list-style: none;
  width: 100%;
  padding-top: 1.5rem;
}

.l-header__megaListItem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  color: #265a8b;
  font-size: clamp(11px, 7.3544303797px + 0.4746835443vw, 14px);
  font-weight: 700;
  line-height: 1.5;
  background-color: #fff;
  transition: background-color 0.15s ease;
}
.l-header__megaListItem a::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 2px solid #265a8b;
  border-right: 2px solid #265a8b;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.l-header__megaListItem a:hover {
  background-color: #f0f8ff;
}
.l-header__megaListItem.is-external a::after {
  width: 0.8125rem;
  height: 0.8125rem;
  border: none;
  transform: none;
  background: none;
  background-color: #265a8b;
  -webkit-mask: url("../img/common/icon-external.svg") center/contain no-repeat;
  mask: url("../img/common/icon-external.svg") center/contain no-repeat;
}

.l-header__megaPane .l-header__megaListItem a {
  background-color: transparent;
}
.l-header__megaPane .l-header__megaListItem a:hover {
  background-color: #fff;
}
.l-header__megaPane .l-header__megaListItem.is-active > a {
  background-color: #fff;
}

/*----------▲▲ header ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
.l-footer {
  position: relative;
  z-index: 90;
}

.l-footer {
  background-color: #4c4c4c;
  color: #fff;
}
.l-footer__inner {
  max-width: 78.75rem;
  margin: 0 auto;
  padding: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px) 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: clamp(38.4px, 0px + 12vw, 48px) 1.875rem 0;
  }
}
.l-footer__top {
  display: flex;
  gap: clamp(125.6228571429px, 0px + 16.3571428571vw, 229px);
  align-items: flex-start;
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    flex-direction: column;
    gap: clamp(32px, 0px + 10vw, 40px);
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.l-footer__info {
  flex-shrink: 0;
  width: clamp(155.7942857143px, 0px + 20.2857142857vw, 284px);
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
  }
}
.l-footer__logo {
  display: block;
  margin-bottom: 1.5rem;
}
.l-footer__logo img {
  height: 2rem;
  width: auto;
}
.l-footer__address {
  font-style: normal;
  font-size: clamp(14px, 9.1392405063px + 0.6329113924vw, 18px);
  line-height: 1.8;
  color: #fff;
}
.l-footer__addressLines {
  margin: 0;
}
.l-footer__addressBuilding > span + span {
  margin-left: 1em;
}
.l-footer__addressContact {
  margin: 1.8em 0 0;
}
.l-footer__nav {
  display: flex;
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    flex-direction: column;
    gap: clamp(25.6px, 0px + 8vw, 32px);
    width: 100%;
  }
}
.l-footer__navCol {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__navCol {
    flex: none;
    width: 100%;
  }
}
.l-footer__navHeading {
  font-size: clamp(14px, 9.1392405063px + 0.6329113924vw, 18px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.05em;
  display: block;
}
.l-footer__navList {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.l-footer__navList li a {
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  color: #fff;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.l-footer__navList li a:hover {
  opacity: 0.7;
}
.l-footer__subNav {
  padding-bottom: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .l-footer__subNav {
    padding-bottom: clamp(19.2px, 0px + 6vw, 24px);
  }
}
.l-footer__subList {
  list-style: none;
  display: flex;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer__subList {
    gap: clamp(12.8px, 0px + 4vw, 16px);
  }
}
.l-footer__subList li a {
  font-size: clamp(14px, 9.1392405063px + 0.6329113924vw, 18px);
  font-weight: bold;
  color: #FFF;
  transition: opacity 0.2s ease;
}
.l-footer__subList li a:hover {
  opacity: 0.7;
}
.l-footer__copyright {
  background-color: #4c4c4c;
}
.l-footer__copyrightInner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.875rem;
  border-top: 1px solid #fff;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyrightInner {
    height: 2.5rem;
  }
}
.l-footer__copyrightInner small {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  font-weight: 700;
  color: #fff;
}

/*----------▲▲ footer ▲▲----------*/
/*----------▼▼ common ▼▼----------*/
.l-inner {
  padding: 0 30px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 5vw;
  }
}

.grecaptcha-badge {
  z-index: 95;
}

/*----------▲▲ common ▲▲----------*/
/*----------▼▼ module ▼▼----------*/
/*----------▲▲ module ▲▲----------*/
/*----------▼▼ cookie ▼▼----------*/
.c-cookieConsent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 150;
  bottom: -100px;
  left: calc(50% - 40vw);
  width: 80vw;
  background-color: rgb(255, 255, 255);
  padding: 16px 30px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  visibility: visible;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent {
    display: block;
    bottom: -200px;
    padding: 20px 20px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
  }
}
.c-cookieConsent.is-show {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent.is-show {
    bottom: 30px;
  }
}
.c-cookieConsent__text {
  width: 90%;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__text {
    width: 100%;
    text-align: left;
  }
}
.c-cookieConsent__agree {
  font-size: 0.875rem;
  color: #4C4C4C;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__agree {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0;
  }
}
.c-cookieConsent__agree:hover {
  opacity: 0.6;
  color: #FFF;
  background-color: #4C4C4C;
}

.c-cookieConsent.is-ccHide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*----------▲▲ cookie ▲▲----------*/
/*----------▼▼ wysiwyg ▼▼----------*/
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
  margin: 0;
  padding: 0;
  margin-top: 48px;
}
.c-wysiwyg h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #265a8b;
  padding-bottom: 12px;
  border-bottom: 2px solid #51aee7;
}
.c-wysiwyg h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #4c4c4c;
  padding-left: 16px;
  border-left: 4px solid #51aee7;
}
.c-wysiwyg h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #51aee7;
}
.c-wysiwyg h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #4c4c4c;
}
.c-wysiwyg h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #888;
}
.c-wysiwyg p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #4c4c4c;
  margin-top: 24px;
}
.c-wysiwyg p a {
  color: #51aee7;
  text-decoration: underline;
  word-break: break-all;
}
.c-wysiwyg li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #4c4c4c;
  padding-left: 24px;
  position: relative;
}
.c-wysiwyg li + li {
  margin-top: 8px;
}
.c-wysiwyg ul {
  list-style: none;
  padding-left: 0;
  margin: 24px 0;
}
.c-wysiwyg ul > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #51aee7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
  margin: 24px 0;
}
.c-wysiwyg ol > li::before {
  content: counter(n) ".";
  counter-increment: n;
  font-weight: 700;
  font-size: 16px;
  color: #51aee7;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg img {
  max-width: 100%;
  height: auto;
  display: block;
}
.c-wysiwyg table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  margin-top: 32px;
}
.c-wysiwyg table tr {
  border-bottom: 1px solid #e0e0e0;
}
.c-wysiwyg table th,
.c-wysiwyg table td {
  font-size: 15px;
  color: #4c4c4c;
  padding: 1em;
}
.c-wysiwyg table th {
  font-weight: 700;
  width: 25%;
  background-color: #f0f8ff;
}
.c-wysiwyg dl {
  margin-top: 24px;
  line-height: 1.8;
}
.c-wysiwyg dl dt {
  font-weight: 700;
  font-size: 16px;
  color: #4c4c4c;
}
.c-wysiwyg dl dd {
  font-weight: 400;
  font-size: 16px;
  color: #4c4c4c;
  padding-left: 16px;
}
.c-wysiwyg h2:first-child,
.c-wysiwyg h3:first-child,
.c-wysiwyg h4:first-child,
.c-wysiwyg h5:first-child,
.c-wysiwyg h6:first-child,
.c-wysiwyg p:first-child {
  margin-top: 0;
}

/*----------▲▲ wysiwyg ▲▲----------*/
/*----------▼▼ breadcrumb ▼▼----------*/
.c-breadcrumb {
  width: 100%;
  background-color: #fff;
  padding-top: var(--header-h);
  font-size: clamp(11px, 7.3544303797px + 0.4746835443vw, 14px);
  font-weight: 700;
  color: #888;
}
.c-breadcrumb .l-inner {
  padding-top: 2.1875rem;
  padding-bottom: 1.25rem;
  text-align: right;
  max-width: 100%;
  padding-right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb .l-inner {
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.c-breadcrumb a {
  color: #888;
}
.c-breadcrumb a:hover {
  color: #51aee7;
}
.c-breadcrumb span[property=name] {
  display: inline-block;
  max-width: 25ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
@media screen and (max-width: 1150px) {
  .c-breadcrumb span[property=name] {
    max-width: 15.7vw;
  }
}
.c-breadcrumb span + span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 25px;
  background-color: #888;
  margin: 0 0.75rem;
  vertical-align: top;
}

/*----------▲▲ breadcrumb ▲▲----------*/
/*----------▼▼ tab-nav ▼▼----------*/
.c-tabNav {
  background-color: #f0f8ff;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-tabNav {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.c-tabNav__list {
  display: flex;
  list-style: none;
  max-width: 75rem;
  margin: 0 auto;
  height: 5rem;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  padding: 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .c-tabNav__list {
    height: auto;
    flex-wrap: wrap;
    padding: 0 1rem;
  }
}
.c-tabNav__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-tabNav__item > a,
.c-tabNav__item > span {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 0.75rem 0.5rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(14px, 9.1392405063px + 0.6329113924vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  color: #4c4c4c;
  text-align: center;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .c-tabNav__item > a,
  .c-tabNav__item > span {
    font-size: clamp(12.8px, 0px + 4vw, 16px);
  }
}
.c-tabNav__item .c-tabNav__wbr {
  display: block;
  width: 100%;
}
.c-tabNav__item a:hover {
  color: #51aee7;
}
.c-tabNav__item.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2.25rem;
  background-color: #51AEE7;
}
@media screen and (max-width: 767px) {
  .c-tabNav__item.is-active::before {
    height: 1.5rem;
  }
}
.c-tabNav__item.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2.25rem;
  background-color: #51AEE7;
}
@media screen and (max-width: 767px) {
  .c-tabNav__item.is-active::after {
    height: 1.5rem;
  }
}
.c-tabNav__item.is-active a,
.c-tabNav__item.is-active span {
  color: #51aee7;
}
.c-tabNav__item.is-active + .c-tabNav__item::before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-tabNav__item {
    flex: 0 0 50%;
    min-height: 3.25rem;
  }
}
.c-tabNav--policy .c-tabNav__item > a,
.c-tabNav--policy .c-tabNav__item > span {
  font-size: clamp(11px, 9.7848101266px + 0.1582278481vw, 12px);
}

/*----------▲▲ tab-nav ▲▲----------*/
/*----------▼▼ lower-head ▼▼----------*/
.c-lowerHead {
  position: relative;
  background-color: #fff;
  height: 7.375rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .c-lowerHead {
    height: 4rem;
  }
}
.c-lowerHead__bgEn {
  position: absolute;
  bottom: -0.17em;
  left: 0;
  font-size: clamp(48px, -10.3291139241px + 7.5949367089vw, 96px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #f0f8ff;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .c-lowerHead__bgEn {
    font-size: clamp(24px, -8px + 10vw, 32px);
  }
}

/*----------▲▲ lower-head ▲▲----------*/
/*----------▼▼ lower-title ▼▼----------*/
.c-lowerTitle {
  background-color: #f0f8ff;
  padding: 3.5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .c-lowerTitle {
    padding: 1.5rem 0 1.25rem;
  }
}
.c-lowerTitle .l-inner {
  max-width: 78.75rem;
}
.c-lowerTitle__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-lowerTitle__inner {
    gap: 0.875rem;
  }
}
.c-lowerTitle__ja {
  font-size: clamp(22px, 9.8481012658px + 1.582278481vw, 32px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-lowerTitle__ja {
    font-size: clamp(20px, -4px + 7.5vw, 26px);
  }
}
.c-lowerTitle__sep {
  display: block;
  width: 2px;
  height: 2.8125rem;
  background-color: #51aee7;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-lowerTitle__sep {
    height: 1.75rem;
  }
}
.c-lowerTitle__en {
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 700;
  font-family: "Montserrat", Arial, sans-serif;
  color: #51aee7;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-lowerTitle__en {
    font-size: clamp(10px, -2px + 3.75vw, 13px);
  }
}

/*----------▲▲ lower-title ▲▲----------*/
/*----------▼▼ contact ▼▼----------*/
.c-contact {
  background-color: #f0f8ff;
  padding: clamp(56px, 26.835443038px + 3.7974683544vw, 80px) 0 clamp(64px, 44.5569620253px + 2.5316455696vw, 80px);
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding: clamp(48px, -16px + 20vw, 64px) 0 clamp(48px, -16px + 20vw, 64px);
  }
}
.c-contact__head {
  text-align: center;
  margin-bottom: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .c-contact__head {
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.c-contact__bgEn {
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(64px, 25.1139240506px + 5.0632911392vw, 96px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .c-contact__bgEn {
    font-size: clamp(40px, -24px + 20vw, 56px);
  }
}
.c-contact__heading {
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #4c4c4c;
  white-space: nowrap;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .c-contact__heading {
    font-size: clamp(18px, 2px + 5vw, 22px);
  }
}
.c-contact__body {
  display: flex;
  max-width: 75rem;
  margin: 0 auto clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .c-contact__body {
    flex-direction: column;
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.c-contact__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5rem 1.25rem 2.5rem;
  background-color: #f0f8ff;
}
.c-contact__col:nth-child(2) {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-contact__col:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
.c-contact__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
.c-contact__icon svg {
  width: 2.5rem;
  height: 2.5rem;
  color: #265a8b;
}
.c-contact__name {
  font-size: clamp(16px, 6.2784810127px + 1.2658227848vw, 24px);
  font-weight: 700;
  color: #4c4c4c;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-contact__name {
    font-size: clamp(16px, 0px + 5vw, 20px);
  }
}
.c-contact__tel {
  margin-bottom: 0.5rem;
}
.c-contact__tel a {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(28px, 13.417721519px + 1.8987341772vw, 40px);
  font-weight: 700;
  color: #265a8b;
  letter-spacing: 0.05em;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-contact__tel a {
    font-size: clamp(24px, -8px + 10vw, 32px);
    pointer-events: auto;
  }
}
.c-contact__note {
  font-size: clamp(11px, 7.3544303797px + 0.4746835443vw, 14px);
  color: #4c4c4c;
}
@media screen and (max-width: 767px) {
  .c-contact__note {
    font-size: clamp(10px, 2px + 2.5vw, 12px);
  }
}
.c-contact__cta {
  display: flex;
  justify-content: center;
}
.c-contact__ctaBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22.5rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #51aee7;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s ease;
}
.c-contact__ctaBtn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .c-contact__ctaBtn {
    width: clamp(280px, -40px + 100vw, 360px);
    font-size: 0.875rem;
  }
}
.c-contact__ctaIcon {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/*----------▲▲ contact ▲▲----------*/
/*----------▼▼ usecase ▼▼----------*/
.c-usecase {
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0 clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
.c-usecase__en {
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(64px, 25.1139240506px + 5.0632911392vw, 96px);
  font-weight: 700;
  color: #f0f8ff;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-bottom: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .c-usecase__en {
    font-size: clamp(40px, -24px + 20vw, 56px);
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.c-usecase__heading {
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #265a8b;
  white-space: nowrap;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .c-usecase__heading {
    font-size: clamp(18px, 2px + 5vw, 22px);
  }
}
.c-usecase__cards {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  max-width: 75rem;
  margin: 0 auto clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .c-usecase__cards {
    flex-direction: column;
    gap: clamp(16px, 0px + 5vw, 20px);
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.c-usecase__card {
  flex: 0 1 calc((100% - clamp(12px, 7.1392405063px + 0.6329113924vw, 16px) * 2) / 3);
  display: block;
  background: #fff;
  border-radius: 0 0 0.75rem 0;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.c-usecase__card:hover .c-usecase__cardMedia img {
  transform: scale(1.05);
}
.c-usecase__card:hover .c-usecase__cardArrowIcon {
  border-top-color: #fff;
  border-right-color: #fff;
  transform: rotate(90deg) translateX(1px) translateY(-3px);
}
@media screen and (max-width: 767px) {
  .c-usecase__card {
    border-radius: 0 0 0.5rem 0;
    flex: 0 0 auto;
    width: 100%;
  }
}
.c-usecase__cardMedia {
  height: clamp(220px, 142.2278481013px + 10.1265822785vw, 284px);
  overflow: hidden;
  position: relative;
}
.c-usecase__cardMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.c-usecase__cardLabel {
  display: flex;
  align-items: center;
  height: clamp(36px, 31.1392405063px + 0.6329113924vw, 40px);
  padding: 0 clamp(10px, 7.5696202532px + 0.3164556962vw, 12px);
  width: fit-content;
  min-width: 120px;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-usecase__cardLabel span {
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  color: #fff;
}
.c-usecase__cardLabel.is-security {
  background-color: #265a8b;
}
.c-usecase__cardLabel.is-cleaning {
  background-color: #51aee7;
}
.c-usecase__cardLabel.is-staffing {
  background-color: #4c4c4c;
}
.c-usecase__cardBody {
  padding: clamp(16.4571428571px, 0px + 2.1428571429vw, 30px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 1200px) {
  .c-usecase__cardBody {
    padding-right: 3rem;
  }
}
.c-usecase__cardBody {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 10.375rem;
}
.c-usecase__cardTitle {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-usecase__cardTitle {
    font-size: clamp(15px, 3px + 3.75vw, 18px);
  }
}
.c-usecase__cardCompany {
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  font-weight: 700;
  color: #265a8b;
  line-height: 1.4;
}
.c-usecase__cardArrow {
  position: absolute;
  bottom: -3rem;
  right: -3rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #4C4C4C;
}
.c-usecase__cardArrow.is-security {
  background-color: #265a8b;
}
.c-usecase__cardArrow.is-cleaning {
  background-color: #51aee7;
}
.c-usecase__cardArrow.is-staffing {
  background-color: #4c4c4c;
}
.c-usecase__cardArrowIcon {
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.c-usecase__more {
  text-align: center;
}
.c-usecase__moreBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4rem;
  padding: 0 clamp(24px, 4.5569620253px + 2.5316455696vw, 40px);
  border: 2px solid #265a8b;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: #265a8b;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.c-usecase__moreBtn:hover {
  background-color: #265a8b;
  color: #fff;
}
.c-usecase__moreBtn:hover .c-usecase__moreBtnIcon {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-usecase__moreBtn {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
    height: 3.5rem;
  }
}
.c-usecase__moreBtnIcon {
  display: block;
  position: absolute;
  top: 50%;
  right: clamp(16px, 6.2784810127px + 1.2658227848vw, 24px);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #265a8b;
  border-right: 2px solid #265a8b;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}

/*----------▲▲ usecase ▲▲----------*/
/*----------▼▼ hrd ▼▼----------*/
.c-hrd {
  background-color: #265a8b;
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
.c-hrd__en {
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(64px, 25.1139240506px + 5.0632911392vw, 96px);
  font-weight: 700;
  color: #51aee7;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-bottom: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .c-hrd__en {
    font-size: clamp(40px, -24px + 20vw, 56px);
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.c-hrd__heading {
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .c-hrd__heading {
    font-size: clamp(16px, 0px + 5vw, 20px);
    white-space: normal;
    text-align: center;
    width: 100%;
  }
}
.c-hrd__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2.75rem;
  column-gap: 3rem;
  max-width: 75rem;
  margin: 0 auto;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .c-hrd__cards {
    grid-template-columns: 1fr;
    row-gap: clamp(19.2px, 0px + 6vw, 24px);
    column-gap: 0;
  }
}
.c-hrd__card {
  width: 100%;
  max-width: 35.25rem;
  background: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #4c4c4c;
  transition: 0.3s ease;
}
.c-hrd__card:hover {
  opacity: 1;
  box-shadow: none;
}
.c-hrd__card:hover .c-hrd__cardArrowIcon {
  transform: translateX(6px) rotate(45deg);
}
.c-hrd__card:hover .c-hrd__cardIcon img {
  transform: scale(1.05);
}
.c-hrd__card:nth-child(4) .c-hrd__cardMedia {
  background-color: #f0f8ff;
}
.c-hrd__card:nth-child(4) .c-hrd__cardBody {
  background-color: #f0f8ff;
}
.c-hrd__card:nth-child(4) .c-hrd__cardIcon {
  background-color: #fff;
}
.c-hrd__card:nth-child(4) .c-hrd__cardTitle::after {
  background-color: #e97777;
}
.c-hrd__card:nth-child(4) .c-hrd__cardArrow {
  background-color: #e97777;
}
@media screen and (max-width: 767px) {
  .c-hrd__card {
    max-width: none;
    width: calc(100% - 1.125rem);
  }
  .c-hrd__card:nth-child(4) {
    background-color: #f0f8ff;
  }
}
.c-hrd__cardMedia {
  flex-shrink: 0;
  width: clamp(120px, 71.3924050633px + 6.3291139241vw, 160px);
  height: clamp(120px, 71.3924050633px + 6.3291139241vw, 160px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-hrd__cardMedia {
    width: clamp(88px, 0px + 27.5vw, 110px);
    height: clamp(88px, 0px + 27.5vw, 110px);
  }
}
.c-hrd__cardIcon {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #f0f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-hrd__cardIcon img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .c-hrd__cardIcon {
    width: 4.5rem;
    height: 4.5rem;
  }
  .c-hrd__cardIcon img {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.c-hrd__cardBody {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: clamp(120px, 71.3924050633px + 6.3291139241vw, 160px);
  padding: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .c-hrd__cardBody {
    min-height: clamp(88px, 0px + 27.5vw, 110px);
    padding: clamp(16px, 0px + 5vw, 20px) clamp(25.6px, 0px + 8vw, 32px) clamp(16px, 0px + 5vw, 20px) clamp(16px, 0px + 5vw, 20px);
  }
}
.c-hrd__cardContent {
  flex: 1;
}
.c-hrd__cardTitle {
  font-size: clamp(17px, 13.3544303797px + 0.4746835443vw, 20px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.c-hrd__cardTitle::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.125rem;
  background-color: #51aee7;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-hrd__cardTitle {
    font-size: clamp(14px, 2px + 3.75vw, 17px);
  }
}
.c-hrd__cardText {
  font-size: clamp(13px, 11.7848101266px + 0.1582278481vw, 14px);
  color: #4c4c4c;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-hrd__cardText {
    font-size: clamp(12px, 8px + 1.25vw, 13px);
  }
}
.c-hrd__cardArrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #51aee7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-hrd__cardArrow {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.c-hrd__cardArrowIcon {
  display: block;
  box-sizing: border-box;
  width: 0.53125rem;
  height: 0.53125rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-1px) rotate(45deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-hrd__cardArrowIcon {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}

/*----------▲▲ hrd ▲▲----------*/
/*----------▼▼ service-work ▼▼----------*/
.c-serviceWork {
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
.c-serviceWork__en {
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(64px, 25.1139240506px + 5.0632911392vw, 96px);
  font-weight: 700;
  color: #f0f8ff;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-bottom: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .c-serviceWork__en {
    font-size: clamp(40px, -24px + 20vw, 56px);
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.c-serviceWork__heading {
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #265a8b;
  white-space: nowrap;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .c-serviceWork__heading {
    font-size: clamp(18px, 2px + 5vw, 22px);
  }
}
.c-serviceWork__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(24px, 4.5569620253px + 2.5316455696vw, 40px);
  row-gap: clamp(56px, 36.5569620253px + 2.5316455696vw, 72px);
  max-width: 75rem;
  margin: 0 auto;
  padding-top: 2rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-serviceWork__cards {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: clamp(36px, 4px + 10vw, 44px);
    padding-top: 0;
    padding-left: 0;
  }
}
.c-serviceWork__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 29.625rem;
}
@media screen and (max-width: 767px) {
  .c-serviceWork__card {
    min-height: 0;
  }
}
.c-serviceWork__card--link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.c-serviceWork__card--link .c-serviceWork__cardBadge {
  background-color: #51aee7;
}
.c-serviceWork__card--link .c-serviceWork__cardTitle::after {
  background-color: #51aee7;
}
.c-serviceWork__card--link:hover .c-serviceWork__cardMedia img {
  transform: scale(1.05);
}
.c-serviceWork__card--link:hover .c-serviceWork__cardArrowIcon {
  transform: rotate(90deg) translateX(1px) translateY(-3px);
}
.c-serviceWork__cardInner {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0 0 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .c-serviceWork__cardInner {
    border-radius: 0 0 0.5rem 0;
  }
}
.c-serviceWork__cardArrow {
  position: absolute;
  bottom: -3rem;
  right: -3rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #51aee7;
}
.c-serviceWork__cardArrowIcon {
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.c-serviceWork__cardBadge {
  position: absolute;
  top: -2rem;
  left: -1.5rem;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #265a8b;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-serviceWork__cardBadge {
    width: 3rem;
    height: 3rem;
    top: -0.75rem;
    left: -0.75rem;
  }
}
.c-serviceWork__cardNum {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-serviceWork__cardNum {
    font-size: 1.25rem;
  }
}
.c-serviceWork__cardMedia {
  height: clamp(180px, 107.0886075949px + 9.4936708861vw, 240px);
  overflow: hidden;
  background-color: #d9d9d9;
}
.c-serviceWork__cardMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .c-serviceWork__cardMedia {
    height: clamp(140px, -100px + 75vw, 200px);
  }
}
.c-serviceWork__cardBody {
  flex: 1;
  padding: 1.25rem 0 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-serviceWork__cardBody {
    padding: 0.875rem 0 1.25rem;
  }
}
.c-serviceWork__card--link .c-serviceWork__cardBody {
  overflow: hidden;
  padding-bottom: 3.75rem;
}
.c-serviceWork__cardTitle {
  font-size: clamp(17px, 10.9240506329px + 0.7911392405vw, 22px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.c-serviceWork__cardTitle::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.125rem;
  background-color: #265a8b;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-serviceWork__cardTitle {
    font-size: clamp(14px, -2px + 5vw, 18px);
  }
}
.c-serviceWork__cardText {
  font-size: clamp(13px, 10.5696202532px + 0.3164556962vw, 15px);
  color: #4c4c4c;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-serviceWork__cardText {
    font-size: clamp(12px, 8px + 1.25vw, 13px);
  }
}
.c-serviceWork__cardMore {
  position: absolute;
  bottom: 0.5rem;
  right: 3.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #4c4c4c;
  white-space: nowrap;
}

/*----------▲▲ service-work ▲▲----------*/
/*----------▼▼ home ▼▼----------*/
.p-topFv {
  position: relative;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
.p-topFv__slider:not(.swiper-initialized) {
  opacity: 0;
}
.p-topFv__slider {
  flex: 1;
  min-height: 0;
  width: 100%;
}
.p-topFv__slider.swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.p-topFv__slider.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.p-topFv__slide {
  position: relative;
  overflow: hidden;
  height: calc(100vh - clamp(43.8857142857px, 0px + 5.7142857143vw, 80px));
  height: calc(100dvh - clamp(43.8857142857px, 0px + 5.7142857143vw, 80px));
}
.p-topFv__media {
  position: absolute;
  inset: 0;
  background-image: var(--fv-img-pc);
  background-size: cover;
  background-position: -18% center;
  background-repeat: no-repeat;
  transform-origin: top center;
  transition: transform 7s ease-out;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-topFv__media {
    background-image: var(--fv-img-sp);
    background-position: center center;
  }
}
.p-topFv .swiper-slide[class*=-active] .p-topFv__media {
  transform: scale(1.05);
}
.p-topFv .swiper-slide[class*=-active] .p-topFv__title {
  animation: topFv-fadeIn 1s 0.1s ease-out both;
}
.p-topFv .swiper-slide[class*=-active] .p-topFv__text {
  animation: topFv-fadeIn 1s 0.1s ease-out both;
}
.p-topFv .swiper-slide[class*=-active] .p-topFv__link {
  animation: topFv-fadeIn 1s 0.1s ease-out both;
}
.p-topFv__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.22);
}
.p-topFv__overlayGradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(181.2deg, rgba(169, 252, 255, 0.2) 1.83%, rgba(169, 252, 255, 0) 49.07%);
  pointer-events: none;
}
.p-topFv__content {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  padding: 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  color: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-topFv__content {
    padding: 0 0.9375rem;
  }
}
.p-topFv__title {
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topFv__title {
    font-size: clamp(19.2px, 0px + 6vw, 24px);
  }
}
.p-topFv__text {
  font-size: clamp(9.8742857143px, 0px + 1.2857142857vw, 18px);
  font-weight: bold;
  line-height: 1.8;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topFv__text {
    font-size: clamp(11.2px, 0px + 3.5vw, 14px);
    text-align: left;
  }
}
.p-topFv__link {
  margin-top: clamp(24.1371428571px, 0px + 3.1428571429vw, 44px);
  text-align: center;
}
.p-topFv__button {
  display: inline-flex;
  padding: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  min-width: clamp(144.8228571429px, 0px + 18.8571428571vw, 264px);
  max-height: 3rem;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: #344979;
  font-size: 1rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topFv__button {
    font-size: 1rem;
    padding: 1.5rem 2rem;
  }
}
.p-topFv__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: clamp(4.3885714286px, 0px + 0.5714285714vw, 8px);
  height: clamp(4.3885714286px, 0px + 0.5714285714vw, 8px);
  border-top: 2px solid #344979;
  border-right: 2px solid #344979;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-topFv__button::after {
    width: 0.5rem;
    height: 0.5rem;
    right: 1rem;
    border-top-width: 2px;
    border-right-width: 2px;
    transform: translate(0, calc(-50% + 1px)) rotate(45deg);
  }
}
.p-topFv__button:hover::after {
  transform: translateY(-50%) translateX(0.25rem) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-topFv__button:hover::after {
    transform: translate(0.25rem, calc(-50% + 0.5px)) rotate(45deg);
  }
}
.p-topFv__thumbArea {
  position: relative;
  z-index: 2;
  background-color: #fff;
  height: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  overflow: visible;
  flex: none;
}
.p-topFv__thumb {
  position: absolute !important;
  bottom: 2rem;
  width: 100%;
  left: 0;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .p-topFv__thumb {
    left: 0;
    right: auto;
    width: 100%;
    bottom: 1rem;
  }
}
.p-topFv__thumb .swiper-wrapper {
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topFv__thumb .swiper-wrapper {
    justify-content: flex-start;
    gap: 0;
  }
}
.p-topFv__thumb .swiper-slide {
  position: relative;
  width: clamp(171.1542857143px, 0px + 22.2857142857vw, 312px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-topFv__thumb .swiper-slide {
    width: clamp(192px, 0px + 60vw, 240px);
  }
}
.p-topFv__thumbInner {
  position: relative;
  transition: transform 0.4s ease-out;
}
.p-topFv .swiper-slide-thumb-active .p-topFv__thumbInner,
.p-topFv .swiper-slide.is-current .p-topFv__thumbInner {
  transform: translateY(-1.5rem);
}
@media screen and (max-width: 767px) {
  .p-topFv .swiper-slide-thumb-active .p-topFv__thumbInner,
  .p-topFv .swiper-slide.is-current .p-topFv__thumbInner {
    transform: none;
  }
}
.p-topFv__thumbMedia {
  position: relative;
  overflow: hidden;
  height: clamp(96.5485714286px, 0px + 12.5714285714vw, 176px);
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-topFv__thumbMedia {
    height: clamp(128px, 0px + 40vw, 160px);
  }
}
.p-topFv__thumbMedia img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-topFv__thumbLabel {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-topFv__thumbLabel {
    width: auto;
    min-width: 140px;
  }
}
.p-topFv__thumbLabel span {
  display: inline-flex;
  padding: clamp(3.84px, 0px + 0.5vw, 7px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  height: clamp(14.2628571429px, 0px + 1.8571428571vw, 26px);
  border-radius: 0.8125rem;
  background-color: rgba(255, 255, 255, 0.95);
  color: #4c4c4c;
  font-size: clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem);
  font-weight: bold;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topFv__thumbLabel span {
    height: auto;
    padding: 0.25rem 1.25rem;
    border-radius: 1rem;
    font-size: 1rem;
  }
}

.p-topServices {
  background: #FFF;
}
.p-topServices__body {
  background: linear-gradient(to right, transparent 5%, #f0f8ff 5%);
  background-size: 100% 90%;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: clamp(108.0685714286px, 0px + 14.0714285714vw, 197px);
}
@media screen and (max-width: 767px) {
  .p-topServices__body {
    background: #f0f8ff;
    margin-top: 5rem;
  }
}
.p-topServices__intro {
  display: flex;
  min-height: clamp(182.6742857143px, 0px + 23.7857142857vw, 333px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topServices__intro {
    flex-direction: column;
    min-height: auto;
    padding-top: 2rem;
  }
}
.p-topServices__introMedia {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: 50%;
  margin-top: -10%;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.18);
}
.p-topServices__introMedia img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-topServices__introMedia {
    width: calc(100% - 1.875rem);
    min-height: clamp(180px, -60px + 75vw, 240px);
    margin-top: 0;
    box-shadow: none;
  }
}
.p-topServices__introContent {
  display: flex;
  flex-direction: column;
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(24.1371428571px, 0px + 3.1428571429vw, 44px) clamp(7.1314285714px, 0px + 0.9285714286vw, 13px);
}
@media screen and (max-width: 767px) {
  .p-topServices__introContent {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.p-topServices__introEn {
  position: absolute;
  top: -24%;
  left: 50%;
  padding-left: clamp(44px, -7.0379746835px + 6.6455696203vw, 86px);
  right: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(64px, 25.1139240506px + 5.0632911392vw, 96px);
  font-weight: 700;
  color: #f0f8ff;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-topServices__introEn {
    position: absolute;
    top: -2.625rem;
    left: 0;
    right: 0;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0;
    font-size: clamp(40px, -24px + 20vw, 56px);
    color: #f0f8ff;
  }
}
.p-topServices__introTitle {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(20px, 10.2784810127px + 1.2658227848vw, 28px);
  font-weight: 700;
  color: #265a8b;
  line-height: 1.43;
  margin: 0 0 clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-topServices__introTitle {
    font-size: clamp(18px, 2px + 5vw, 22px);
    line-height: 1.5;
    margin-bottom: clamp(16px, 0px + 5vw, 20px);
  }
}
.p-topServices__introText {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-topServices__introText {
    font-size: clamp(14px, 6px + 2.5vw, 16px);
  }
}
.p-topServices__cards {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-topServices__cards {
    flex-direction: column;
  }
}
.p-topServices__card {
  position: relative;
  flex: 1;
  min-height: clamp(400px, 239.5949367089px + 20.8860759494vw, 532px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topServices__card {
    min-height: 100vw;
    height: 100vw;
    display: flex;
    flex-direction: column;
  }
}
.p-topServices__cardMedia {
  position: absolute;
  inset: 0;
}
.p-topServices__cardMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-topServices__cardOverlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.4s ease;
}
.p-topServices__card:hover {
  opacity: 1;
}
.p-topServices__card:hover .p-topServices__cardOverlay {
  background-color: rgba(0, 0, 0, 0);
}
.p-topServices__cardContent {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-topServices__cardContent {
    padding: 0 clamp(16px, 0px + 5vw, 20px) clamp(25.6px, 0px + 8vw, 32px);
    flex: 1;
  }
}
.p-topServices__cardEn {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  font-weight: 700;
  color: #fff;
  margin: auto 0 0.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-topServices__cardEn {
    font-size: clamp(14px, -2px + 5vw, 18px);
  }
}
.p-topServices__cardTitle {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #fff;
  line-height: 1.43;
  margin: 0 0 clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-topServices__cardTitle {
    font-size: clamp(18px, -6px + 7.5vw, 24px);
    margin-bottom: clamp(9.6px, 0px + 3vw, 12px);
  }
}
.p-topServices__cardText {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(14px, 9.1392405063px + 0.6329113924vw, 18px);
  font-weight: 700;
  color: #fff;
  line-height: 1.78;
  margin: 0 0 clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-topServices__cardText {
    font-size: clamp(13px, 1px + 3.75vw, 16px);
    margin-bottom: 0;
  }
}
.p-topServices__cardLink {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-topServices__cardLink {
    margin-top: auto;
  }
}
.p-topServices__cardLinkIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid #fff;
  flex-shrink: 0;
  transition: background-color 0.4s ease;
}
.p-topServices__cardLinkIcon::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateX(-2px);
}
.p-topServices__cardLinkText {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  font-weight: 700;
  position: relative;
  padding-bottom: 0.125rem;
}
.p-topServices__cardLinkText::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-topServices__cardLinkText {
    font-size: clamp(12px, 4px + 2.5vw, 14px);
  }
  .p-topServices__cardLinkText::after {
    width: 100%;
  }
}
.p-topServices__card:hover .p-topServices__cardLinkText::after {
  width: 100%;
}

.p-topStrengths {
  background: #FFF;
}
.p-topStrengths__body {
  background: linear-gradient(to left, transparent 5%, #f0f8ff 5%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: clamp(152.5028571429px, 0px + 19.8571428571vw, 278px);
}
@media screen and (max-width: 767px) {
  .p-topStrengths__body {
    background: #f0f8ff;
    margin-top: 5rem;
  }
}
.p-topStrengths__intro {
  display: flex;
  min-height: clamp(182.6742857143px, 0px + 23.7857142857vw, 333px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topStrengths__intro {
    flex-direction: column;
    min-height: auto;
    padding-top: 2rem;
  }
}
.p-topStrengths__introContent {
  display: flex;
  flex-direction: column;
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(24.1371428571px, 0px + 3.1428571429vw, 44px) clamp(7.1314285714px, 0px + 0.9285714286vw, 13px);
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-topStrengths__introContent {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.p-topStrengths__introMedia {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: 50%;
  margin-top: -10%;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.18);
}
.p-topStrengths__introMedia img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-topStrengths__introMedia {
    width: calc(100% - 1.875rem);
    margin-left: auto;
    min-height: clamp(180px, -60px + 75vw, 240px);
    margin-top: 0;
    order: -1;
    box-shadow: none;
  }
}
.p-topStrengths__introEn {
  position: absolute;
  top: -24%;
  left: 0;
  right: 50%;
  padding-left: clamp(24.1371428571px, 0px + 3.1428571429vw, 44px);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(64px, 25.1139240506px + 5.0632911392vw, 96px);
  font-weight: 700;
  color: #f0f8ff;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-topStrengths__introEn {
    position: absolute;
    top: -2.625rem;
    left: 0;
    right: 0;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0;
    font-size: clamp(40px, -24px + 20vw, 56px);
    color: #f0f8ff;
  }
}
.p-topStrengths__introTitle {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(20px, 10.2784810127px + 1.2658227848vw, 28px);
  font-weight: 700;
  color: #265a8b;
  line-height: 1.43;
  margin: 0 0 clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-topStrengths__introTitle {
    font-size: clamp(18px, 2px + 5vw, 22px);
    line-height: 1.5;
    margin-bottom: clamp(16px, 0px + 5vw, 20px);
  }
}
.p-topStrengths__introText {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-topStrengths__introText {
    font-size: clamp(14px, 6px + 2.5vw, 16px);
  }
}
.p-topStrengths__items {
  max-width: 68.75rem;
  margin: 0 auto;
  padding: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) 0 clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  display: flex;
  flex-direction: column;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-topStrengths__items {
    padding: clamp(25.6px, 0px + 8vw, 32px) 0.9375rem clamp(51.2px, 0px + 16vw, 64px);
    gap: clamp(19.2px, 0px + 6vw, 24px);
  }
}
.p-topStrengths__item {
  display: flex;
  align-items: center;
  background-color: #f0f8ff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
.p-topStrengths__item:nth-child(1) .p-topStrengths__itemArrow {
  background-color: #5980A5;
}
.p-topStrengths__item:nth-child(2) .p-topStrengths__itemArrow {
  background-color: #51AEE7;
}
.p-topStrengths__item:hover {
  opacity: 1;
  box-shadow: none;
}
.p-topStrengths__item:hover .p-topStrengths__itemArrowIcon {
  border-top-color: #fff;
  border-right-color: #fff;
  transform: translateX(6px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-topStrengths__item {
    flex-direction: column;
  }
}
.p-topStrengths__itemMedia {
  flex-shrink: 0;
  position: relative;
  width: clamp(140.4342857143px, 0px + 18.2857142857vw, 256px);
  height: clamp(140.4342857143px, 0px + 18.2857142857vw, 256px);
  overflow: hidden;
  z-index: 1;
}
.p-topStrengths__itemMedia img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-topStrengths__itemMedia {
    width: 100%;
    height: clamp(180px, 20px + 50vw, 220px);
  }
}
.p-topStrengths__item:hover .p-topStrengths__itemMedia img {
  transform: scale(1.05);
}
.p-topStrengths__itemOverlay {
  position: absolute;
  inset: 0;
}
.p-topStrengths__itemOverlay.is-blue {
  background-color: rgba(38, 90, 139, 0.75);
}
.p-topStrengths__itemOverlay.is-light {
  background-color: rgba(81, 174, 231, 0.75);
}
.p-topStrengths__itemLabel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 0.5rem;
}
.p-topStrengths__itemLabelJa {
  font-size: clamp(18px, 10.7088607595px + 0.9493670886vw, 24px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-topStrengths__itemLabelJa {
    font-size: clamp(18px, -6px + 7.5vw, 24px);
  }
}
.p-topStrengths__itemLabelEn {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(11px, 7.3544303797px + 0.4746835443vw, 14px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-topStrengths__itemLabelEn {
    font-size: clamp(12px, -4px + 5vw, 16px);
  }
}
.p-topStrengths__itemCard {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  background: #fff;
  min-height: clamp(140.4342857143px, 0px + 18.2857142857vw, 256px);
  padding: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topStrengths__itemCard {
    width: 100%;
    padding: clamp(32px, 0px + 10vw, 40px) clamp(16px, 0px + 5vw, 20px) clamp(25.6px, 0px + 8vw, 32px) clamp(16px, 0px + 5vw, 20px);
    gap: clamp(12.8px, 0px + 4vw, 16px);
  }
}
.p-topStrengths__itemContent {
  flex: 1;
}
.p-topStrengths__itemTitle {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(18px, 10.7088607595px + 0.9493670886vw, 24px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.43;
  margin-bottom: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-topStrengths__itemTitle {
    font-size: clamp(16px, 0px + 5vw, 20px);
    margin-bottom: clamp(9.6px, 0px + 3vw, 12px);
  }
}
.p-topStrengths__itemText {
  font-size: clamp(14px, 9.1392405063px + 0.6329113924vw, 18px);
  font-weight: 400;
  line-height: 1.78;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-topStrengths__itemText {
    font-size: clamp(13px, 1px + 3.75vw, 16px);
  }
}
.p-topStrengths__itemArrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  position: absolute;
  right: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .p-topStrengths__itemArrow {
    width: 3rem;
    height: 3rem;
    right: 1.25rem;
    top: 0;
    transform: translateY(-50%);
    z-index: 2;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  }
}
.p-topStrengths__itemArrowIcon {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateX(-2px) rotate(45deg);
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.p-topNews {
  background-color: #f0f8ff;
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
.p-topNews__en {
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(64px, 25.1139240506px + 5.0632911392vw, 96px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-bottom: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-topNews__en {
    font-size: clamp(40px, -24px + 20vw, 56px);
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.p-topNews__heading {
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #4c4c4c;
  white-space: nowrap;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-topNews__heading {
    font-size: clamp(18px, 2px + 5vw, 22px);
  }
}
.p-topNews__body {
  max-width: 75rem;
  margin: 0 auto clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  background: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-topNews__body {
    padding: clamp(19.2px, 0px + 6vw, 24px) clamp(16px, 0px + 5vw, 20px);
  }
}
.p-topNews__list {
  list-style: none;
}
.p-topNews__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: clamp(18px, 10.7088607595px + 0.9493670886vw, 24px) clamp(24px, 4.5569620253px + 2.5316455696vw, 40px);
  transition: background-color 0.3s ease;
}
.p-topNews__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: clamp(24px, 4.5569620253px + 2.5316455696vw, 40px);
  width: 83.3333333333%;
  height: 1px;
  background: #e0e0e0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-topNews__item::before {
    left: clamp(16px, -16px + 10vw, 24px);
  }
}
.p-topNews__item:hover {
  background-color: #f5faff;
}
@media screen and (max-width: 767px) {
  .p-topNews__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.p-topNews__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-topNews__meta {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
}
.p-topNews__date {
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  font-weight: 700;
  color: #4c4c4c;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-topNews__date {
    font-size: clamp(12px, 4px + 2.5vw, 14px);
  }
}
.p-topNews__badge {
  display: inline-flex;
  align-items: center;
  height: 1.5rem;
  padding: 0 0.75rem;
  background: #d9d9d9;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #4c4c4c;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.p-topNews__badge:hover {
  opacity: 0.75;
}
.p-topNews__titleLink {
  color: inherit;
  text-decoration: none;
}
.p-topNews__titleLink::after {
  content: "";
  position: absolute;
  inset: 0;
}
.p-topNews__title {
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-topNews__title {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-topNews__btns {
  display: flex;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  justify-content: center;
  max-width: 75rem;
  margin: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) auto 0;
}
@media screen and (max-width: 767px) {
  .p-topNews__btns {
    flex-direction: column;
    align-items: center;
    gap: clamp(12.8px, 0px + 4vw, 16px);
  }
}
.p-topNews__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4rem;
  min-width: 20rem;
  padding: 0 clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  border-radius: 2rem;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  justify-content: center;
  transition: opacity 0.3s ease;
}
.p-topNews__btn:hover {
  opacity: 0.85;
}
.p-topNews__btn.is-blue {
  background-color: #51aee7;
}
.p-topNews__btn.is-dark {
  background-color: #265a8b;
}
@media screen and (max-width: 767px) {
  .p-topNews__btn {
    width: 100%;
    max-width: 20rem;
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-topNews__btnIcon {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.p-topAbout__row {
  position: relative;
  height: clamp(280px, 164.5569620253px + 15.0316455696vw, 375px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topAbout__row {
    height: clamp(240px, 0px + 75vw, 300px);
  }
}
.p-topAbout__rowBg {
  position: absolute;
  inset: 0;
}
.p-topAbout__rowBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-topAbout__rowOverlay {
  position: absolute;
  inset: 0;
}
.p-topAbout__row.is-company .p-topAbout__rowOverlay {
  background-color: rgba(76, 76, 76, 0.24);
}
.p-topAbout__row.is-principles .p-topAbout__rowOverlay {
  background-color: rgba(81, 174, 231, 0.24);
}
.p-topAbout .l-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.p-topAbout__rowPanel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: clamp(360px, 189.8734177215px + 22.1518987342vw, 500px);
  height: 100%;
  padding: clamp(24px, 4.5569620253px + 2.5316455696vw, 40px) clamp(24px, -5.164556962px + 3.7974683544vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-topAbout__rowPanel {
    width: 100%;
    padding: clamp(25.6px, 0px + 8vw, 32px) clamp(19.2px, 0px + 6vw, 24px);
  }
}
.p-topAbout__row.is-company .p-topAbout__rowPanel {
  background-color: rgba(76, 76, 76, 0.9);
  margin-left: auto;
}
.p-topAbout__row.is-principles .p-topAbout__rowPanel {
  background-color: rgba(81, 174, 231, 0.9);
  margin-left: auto;
  margin-right: clamp(0px, -121.5189873418px + 15.8227848101vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-topAbout__row.is-principles .p-topAbout__rowPanel {
    margin-right: 0;
  }
}
.p-topAbout__rowEn {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
  text-align: center;
}
.p-topAbout__rowTitle {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #fff;
  line-height: 1.43;
  margin-bottom: clamp(20px, 5.417721519px + 1.8987341772vw, 32px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topAbout__rowTitle {
    font-size: clamp(20px, 4px + 5vw, 24px);
  }
}
.p-topAbout__rowBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  height: 3rem;
  padding: 0 clamp(16px, 6.2784810127px + 1.2658227848vw, 24px);
  border: 2px solid #fff;
  border-radius: 1.5rem;
  color: #fff;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  align-self: flex-start;
  min-width: 15rem;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.p-topAbout__rowBtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-topAbout__rowBtn {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-topAbout__rowBtnIcon {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.p-topCta {
  background-color: #f0f8ff;
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
.p-topCta__en {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(64px, 25.1139240506px + 5.0632911392vw, 96px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-bottom: clamp(-28.5257142857px, 0px + -3.7142857143vw, -52px);
}
@media screen and (max-width: 767px) {
  .p-topCta__en {
    font-size: clamp(40px, -24px + 20vw, 56px);
    margin-bottom: clamp(-22.4px, 0px + -7vw, -28px);
  }
}
.p-topCta__heading {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #4c4c4c;
  text-align: center;
  margin-bottom: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-topCta__heading {
    font-size: clamp(18px, 2px + 5vw, 22px);
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.p-topCta__body {
  display: flex;
  max-width: 75rem;
  margin: 0 auto clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
  background-color: #f0f8ff;
}
@media screen and (max-width: 767px) {
  .p-topCta__body {
    flex-direction: column;
  }
}
.p-topCta__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
.p-topCta__col:nth-child(2) {
  border-left: 2px solid rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .p-topCta__col {
    padding: clamp(25.6px, 0px + 8vw, 32px) clamp(16px, 0px + 5vw, 20px);
    border: none;
  }
  .p-topCta__col:not(:last-child) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  }
}
.p-topCta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #265a8b;
  margin-bottom: clamp(16px, 6.2784810127px + 1.2658227848vw, 24px);
}
.p-topCta__icon svg {
  width: 2rem;
  height: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-topCta__icon {
    width: 4rem;
    height: 4rem;
  }
  .p-topCta__icon svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.p-topCta__tel {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(28px, 18.2784810127px + 1.2658227848vw, 36px);
  font-weight: 700;
  color: #265a8b;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.p-topCta__tel a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .p-topCta__tel {
    font-size: clamp(24px, -8px + 10vw, 32px);
  }
}
.p-topCta__name {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(16px, 6.2784810127px + 1.2658227848vw, 24px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topCta__name {
    font-size: clamp(15px, 3px + 3.75vw, 18px);
  }
}
.p-topCta__note {
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  font-weight: 400;
  color: #4c4c4c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topCta__note {
    font-size: clamp(11px, 3px + 2.5vw, 13px);
  }
}
.p-topCta__more {
  text-align: center;
}
.p-topCta__moreBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4rem;
  min-width: 22.5rem;
  padding: 0 clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  border-radius: 2rem;
  background-color: #51aee7;
  color: #fff;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  justify-content: center;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s ease;
}
.p-topCta__moreBtn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .p-topCta__moreBtn {
    min-width: auto;
    width: 100%;
    max-width: 22.5rem;
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-topCta__moreBtnIcon {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@keyframes topFv-fadeIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*----------▲▲ home ▲▲----------*/
/*----------▼▼ page-404 ▼▼----------*/
/*----------▲▲ page_404 ▲▲----------*/
/*----------▼▼ archive ▼▼----------*/
/*----------▲▲ archive ▲▲----------*/
/*----------▼▼ single ▼▼----------*/
/*----------▲▲ single ▲▲----------*/
/*----------▼▼ about ▼▼----------*/
.p-about {
  background-color: #f0f8ff;
  padding: clamp(37.3028571429px, 0px + 4.8571428571vw, 68px) 0 clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: clamp(28.8px, 0px + 9vw, 36px) 0 clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-about__card {
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about__card {
    padding: 1rem;
  }
}
.p-about__dl {
  width: 100%;
}
.p-about__row {
  display: flex;
}
.p-about__row:nth-child(odd) {
  background-color: #f5f5f5;
}
.p-about__row:nth-child(even) {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__row {
    flex-direction: column;
  }
}
.p-about__dt {
  flex: 0 0 15.625rem;
  padding: 1rem 1.25rem;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__dt {
    flex: none;
    padding: 0.625rem 1rem;
    font-size: clamp(11px, -1px + 3.75vw, 14px);
  }
}
.p-about__dd {
  flex: 1;
  padding: 1rem 1.25rem;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  color: #4c4c4c;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__dd {
    padding: 0.625rem 1rem 1rem;
    font-size: clamp(11px, -1px + 3.75vw, 14px);
  }
}
.p-about__link {
  color: #265a8b;
  text-decoration: underline;
  margin-left: 1rem;
}
.p-about__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-about__link {
    display: block;
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.p-about__access {
  scroll-margin-top: var(--header-h);
  padding: clamp(46.6285714286px, 0px + 6.0714285714vw, 85px) 0 clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-about__access {
    padding: clamp(25.6px, 0px + 8vw, 32px) 0 clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-about__accessTitle {
  font-size: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  font-weight: 700;
  color: #265a8b;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #51AEE7;
}
@media screen and (max-width: 767px) {
  .p-about__accessTitle {
    font-size: clamp(16px, 8px + 2.5vw, 18px);
    margin-bottom: 1rem;
  }
}
.p-about__accessName {
  font-size: clamp(13px, 6.9240506329px + 0.7911392405vw, 18px);
  font-weight: 700;
  color: #4c4c4c;
  padding-left: 1.25rem;
  border-left: 3px solid #265a8b;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__accessName {
    font-size: clamp(12px, -4px + 5vw, 16px);
    margin-bottom: 1rem;
  }
}
.p-about__accessBody {
  display: flex;
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-about__accessBody {
    flex-direction: column;
    gap: clamp(19.2px, 0px + 6vw, 24px);
  }
}
.p-about__accessText {
  flex: 0 0 29.6875rem;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  color: #4c4c4c;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__accessText {
    flex: none;
    font-size: clamp(11px, -1px + 3.75vw, 14px);
  }
}
.p-about__accessNote {
  margin-top: 1rem;
  font-size: clamp(11px, 6.1392405063px + 0.6329113924vw, 15px);
}
@media screen and (max-width: 767px) {
  .p-about__accessNote {
    font-size: clamp(10px, -2px + 3.75vw, 13px);
  }
}
.p-about__accessMap {
  flex: 1;
  min-height: 16.75rem;
  background-color: #f0f8ff;
}
.p-about__accessMap iframe {
  width: 100%;
  height: 100%;
  min-height: 16.75rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-about__accessMap {
    min-height: 12.5rem;
  }
  .p-about__accessMap iframe {
    min-height: 12.5rem;
  }
}

.p-about ~ .c-contact {
  padding-top: clamp(44px, 14.835443038px + 3.7974683544vw, 68px);
}
@media screen and (max-width: 767px) {
  .p-about ~ .c-contact {
    padding-top: clamp(36px, -28px + 20vw, 52px);
  }
}

/*----------▲▲ about ▲▲----------*/
/*----------▼▼ history ▼▼----------*/
.p-history {
  background-color: #f0f8ff;
  padding: clamp(37.3028571429px, 0px + 4.8571428571vw, 68px) 0 clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-history {
    padding: clamp(28.8px, 0px + 9vw, 36px) 0 clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-history__card {
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-history__card {
    padding: clamp(25.6px, 0px + 8vw, 32px) 1rem clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-history__dl {
  width: 100%;
}
.p-history__row {
  display: flex;
}
.p-history__row:nth-child(odd) {
  background-color: #f5f5f5;
}
.p-history__row:nth-child(even) {
  background-color: #fff;
}
.p-history__dt {
  flex: 0 0 clamp(109.7142857143px, 0px + 14.2857142857vw, 200px);
  padding: 1rem 1.5rem 1.25rem 1rem;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.8;
  position: relative;
}
.p-history__dt::before {
  content: "";
  position: absolute;
  right: 0.5625rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #51aee7;
  z-index: 1;
}
.p-history__dt::after {
  content: "";
  position: absolute;
  right: 0.125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-color: #51aee7;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-history__dt {
    flex: 0 0 7.5rem;
    padding: 0.875rem 1rem 0.875rem 1rem;
    font-size: clamp(10px, -2px + 3.75vw, 13px);
    display: flex;
    align-items: center;
  }
}
.p-history__row:first-child .p-history__dt::before {
  top: 50%;
}
.p-history__row:last-child .p-history__dt::before {
  bottom: 50%;
}
.p-history__dd {
  flex: 1;
  padding: 1rem 1.5rem;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  color: #4c4c4c;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-history__dd {
    padding: 0.875rem 1rem;
    font-size: clamp(11px, -1px + 3.75vw, 14px);
  }
}

.p-history ~ .c-contact {
  padding-top: clamp(44px, 14.835443038px + 3.7974683544vw, 68px);
}
@media screen and (max-width: 767px) {
  .p-history ~ .c-contact {
    padding-top: clamp(36px, -28px + 20vw, 52px);
  }
}

/*----------▲▲ history ▲▲----------*/
/*----------▼▼ notice ▼▼----------*/
.p-notice {
  background-color: #f0f8ff;
  padding: clamp(28.5257142857px, 0px + 3.7142857143vw, 52px) 0 clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-notice {
    padding: clamp(22.4px, 0px + 7vw, 28px) 0 clamp(44.8px, 0px + 14vw, 56px);
  }
}
.p-notice__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-notice__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-notice__empty {
  text-align: center;
  color: #888;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  padding: 4rem 0;
  max-width: 1200px;
  margin: 0 auto;
}
.p-notice__card {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 0 0 0.75rem 0;
  min-height: 9.3125rem;
  overflow: hidden;
}
.p-notice__card:hover {
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.24);
}
.p-notice__cardBody {
  padding: 2rem 14.375rem 1.25rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-notice__cardBody {
    padding: 1.25rem 1rem 1rem 1.25rem;
  }
}
.p-notice__title {
  font-size: clamp(14px, 6.7088607595px + 0.9493670886vw, 20px);
  font-weight: 700;
  color: #265a8b;
  line-height: 1.4;
}
.p-notice__title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 15.75rem;
  height: 2px;
  background-color: #51aee7;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-notice__title {
    font-size: clamp(13px, -7px + 6.25vw, 18px);
  }
}
.p-notice__period {
  margin-top: 1rem;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-notice__period {
    font-size: clamp(11px, -5px + 5vw, 15px);
    margin-top: 0.75rem;
  }
}
.p-notice__pdfBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  height: 3rem;
}
.p-notice__pdfCap {
  display: block;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
.p-notice__pdfBody {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  height: 3rem;
  width: fit-content;
  padding: 0 1rem;
  padding-left: 2.5rem;
  background-color: #51aee7;
  border-radius: 50px 0 0.75rem 0;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(11px, 7.3544303797px + 0.4746835443vw, 14px);
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-notice__pdfBody {
    padding: 0 0.75rem;
    padding-left: 1.5rem;
    font-size: clamp(10px, -2px + 3.75vw, 13px);
  }
}
.p-notice__pdfIcon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-notice__pdfIcon {
    width: 1rem;
    height: 1rem;
  }
}

.p-notice ~ .c-contact {
  padding-top: clamp(44px, 14.835443038px + 3.7974683544vw, 68px);
}
@media screen and (max-width: 767px) {
  .p-notice ~ .c-contact {
    padding-top: clamp(36px, -28px + 20vw, 52px);
  }
}

/*----------▲▲ notice ▲▲----------*/
/*----------▼▼ group ▼▼----------*/
.p-group {
  background-color: #f0f8ff;
  padding: clamp(37.3028571429px, 0px + 4.8571428571vw, 68px) 0 clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-group {
    padding: clamp(28.8px, 0px + 9vw, 36px) 0 clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-group__cards {
  display: flex;
  gap: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-group__cards {
    flex-direction: column;
    gap: clamp(25.6px, 0px + 8vw, 32px);
  }
}
.p-group__card {
  flex: 1;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-group__card {
    padding-bottom: clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-group__cardLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  padding: 2rem 3rem;
  background-color: #fff;
}
.p-group__cardLogo img {
  max-width: 100%;
  max-height: 4rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-group__cardLogo {
    height: 6rem;
    padding: 1.25rem 1.5rem;
  }
}
.p-group__dl {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-group__dl {
    padding: 0 1rem;
  }
}
.p-group__row {
  display: flex;
  min-height: 3.8125rem;
}
.p-group__row:nth-child(odd) {
  background-color: #f5f5f5;
}
.p-group__row:nth-child(even) {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-group__row {
    flex-direction: column;
    min-height: auto;
  }
}
.p-group__dt {
  flex: 0 0 8rem;
  padding: 1rem;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-group__dt {
    flex: none;
    padding: 0.625rem 0.75rem 0.25rem;
    font-size: clamp(11px, -1px + 3.75vw, 14px);
  }
}
.p-group__dd {
  flex: 1;
  padding: 1rem;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  color: #4c4c4c;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-group__dd {
    padding: 0.25rem 0.75rem 0.625rem;
    font-size: clamp(11px, -1px + 3.75vw, 14px);
    align-items: flex-start;
  }
}
.p-group__link {
  color: #265a8b;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}
.p-group__link:hover {
  opacity: 0.7;
}

.p-group ~ .c-contact {
  padding-top: clamp(44px, 14.835443038px + 3.7974683544vw, 68px);
}
@media screen and (max-width: 767px) {
  .p-group ~ .c-contact {
    padding-top: clamp(36px, -28px + 20vw, 52px);
  }
}

/*----------▲▲ group ▲▲----------*/
/*----------▼▼ security-license ▼▼----------*/
.p-securityLicense {
  background-color: #f0f8ff;
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0 0;
}
@media screen and (max-width: 767px) {
  .p-securityLicense {
    padding: clamp(38.4px, 0px + 12vw, 48px) 0 clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-securityLicense__card {
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  padding: clamp(28.5257142857px, 0px + 3.7142857143vw, 52px) clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-securityLicense__card {
    padding: clamp(32px, 0px + 10vw, 40px) clamp(19.2px, 0px + 6vw, 24px) clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-securityLicense__imgBox {
  max-width: 100%;
}
.p-securityLicense__imgBox img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/*----------▲▲ security-license ▲▲----------*/
/*----------▼▼ customer ▼▼----------*/
.p-customer {
  background-color: #f0f8ff;
  padding: clamp(37.3028571429px, 0px + 4.8571428571vw, 68px) 0 clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-customer {
    padding: clamp(28.8px, 0px + 9vw, 36px) 0 clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-customer__card {
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-customer__card {
    padding: clamp(25.6px, 0px + 8vw, 32px) 1rem clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-customer__heading {
  font-size: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  font-weight: 700;
  color: #265a8b;
  padding-bottom: 0.1875rem;
  border-bottom: 2px solid #51aee7;
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-customer__heading {
    font-size: clamp(14px, -2px + 5vw, 18px);
    margin-bottom: clamp(19.2px, 0px + 6vw, 24px);
  }
}
.p-customer__body {
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  color: #4c4c4c;
  line-height: 1.8;
  margin-bottom: clamp(30.72px, 0px + 4vw, 56px);
}
.p-customer__body p + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-customer__body {
    font-size: clamp(11px, -1px + 3.75vw, 14px);
    margin-bottom: clamp(25.6px, 0px + 8vw, 32px);
  }
}
.p-customer__sections {
  list-style: none;
  padding-left: 0;
  counter-reset: policy-section;
}
.p-customer__section {
  counter-increment: policy-section;
  position: relative;
  padding-left: 1rem;
}
.p-customer__section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 0.1875rem;
  height: 1.375rem;
  background-color: #51aee7;
}
.p-customer__section + .p-customer__section {
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-customer__section + .p-customer__section {
    margin-top: clamp(22.4px, 0px + 7vw, 28px);
  }
}
.p-customer__sectionTitle {
  display: block;
  font-size: clamp(14px, 9.1392405063px + 0.6329113924vw, 18px);
  font-weight: 700;
  color: #4c4c4c;
}
.p-customer__sectionTitle::before {
  content: counter(policy-section) "．";
}
@media screen and (max-width: 767px) {
  .p-customer__sectionTitle {
    font-size: clamp(13px, 1px + 3.75vw, 16px);
  }
}
.p-customer__sectionText {
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-customer__sectionText {
    font-size: clamp(11px, -1px + 3.75vw, 14px);
  }
}
.p-customer__sectionIntro {
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.8;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-customer__sectionIntro {
    font-size: clamp(11px, -1px + 3.75vw, 14px);
  }
}
.p-customer__list {
  list-style: none;
  margin-top: 0.5rem;
}
.p-customer__listItem {
  position: relative;
  padding-left: 1.25rem;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.8;
}
.p-customer__listItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #4c4c4c;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-customer__listItem {
    font-size: clamp(11px, -1px + 3.75vw, 14px);
  }
}
.p-customer__date {
  text-align: right;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  color: #4c4c4c;
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-customer__date {
    font-size: clamp(11px, -1px + 3.75vw, 14px);
    margin-top: clamp(25.6px, 0px + 8vw, 32px);
  }
}

.p-customer ~ .c-contact {
  padding-top: clamp(44px, 14.835443038px + 3.7974683544vw, 68px);
}
@media screen and (max-width: 767px) {
  .p-customer ~ .c-contact {
    padding-top: clamp(36px, -28px + 20vw, 52px);
  }
}

/*----------▲▲ customer ▲▲----------*/
/*----------▼▼ privacy ▼▼----------*/
.p-privacy {
  background-color: #f0f8ff;
  padding: clamp(37.3028571429px, 0px + 4.8571428571vw, 68px) 0 clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: clamp(28.8px, 0px + 9vw, 36px) 0 clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-privacy__card {
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-privacy__card {
    padding: clamp(25.6px, 0px + 8vw, 32px) 1rem clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-privacy__heading {
  font-size: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  font-weight: 700;
  color: #265a8b;
  padding-bottom: 0.1875rem;
  border-bottom: 2px solid #51aee7;
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-privacy__heading {
    font-size: clamp(14px, -2px + 5vw, 18px);
    margin-bottom: clamp(19.2px, 0px + 6vw, 24px);
  }
}
.p-privacy__body {
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  color: #4c4c4c;
  line-height: 1.8;
  margin-bottom: clamp(30.72px, 0px + 4vw, 56px);
}
.p-privacy__body p + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__body {
    font-size: clamp(11px, -1px + 3.75vw, 14px);
    margin-bottom: clamp(25.6px, 0px + 8vw, 32px);
  }
}
.p-privacy__sections {
  list-style: none;
  padding-left: 0;
  counter-reset: policy-section;
}
.p-privacy__section {
  counter-increment: policy-section;
  position: relative;
  padding-left: 1rem;
}
.p-privacy__section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 0.1875rem;
  height: 1.375rem;
  background-color: #51aee7;
}
.p-privacy__section + .p-privacy__section {
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-privacy__section + .p-privacy__section {
    margin-top: clamp(22.4px, 0px + 7vw, 28px);
  }
}
.p-privacy__sectionTitle {
  display: block;
  font-size: clamp(14px, 9.1392405063px + 0.6329113924vw, 18px);
  font-weight: 700;
  color: #4c4c4c;
}
.p-privacy__sectionTitle::before {
  content: counter(policy-section) "．";
}
@media screen and (max-width: 767px) {
  .p-privacy__sectionTitle {
    font-size: clamp(13px, 1px + 3.75vw, 16px);
  }
}
.p-privacy__sectionText {
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__sectionText {
    font-size: clamp(11px, -1px + 3.75vw, 14px);
  }
}
.p-privacy__subList {
  list-style: none;
  padding-left: 0;
  counter-reset: policy-sub;
  margin-top: 1rem;
}
.p-privacy__subListItem {
  position: relative;
  padding-left: 1.75rem;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.8;
  counter-increment: policy-sub;
}
.p-privacy__subListItem::before {
  content: counter(policy-sub) ".";
  position: absolute;
  left: 0;
  color: #51aee7;
  font-weight: 700;
}
.p-privacy__subListItem + .p-privacy__subListItem {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__subListItem {
    font-size: clamp(11px, -1px + 3.75vw, 14px);
  }
}
.p-privacy__date {
  text-align: right;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  color: #4c4c4c;
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-privacy__date {
    font-size: clamp(11px, -1px + 3.75vw, 14px);
    margin-top: clamp(25.6px, 0px + 8vw, 32px);
  }
}

.p-privacy ~ .c-contact {
  padding-top: clamp(44px, 14.835443038px + 3.7974683544vw, 68px);
}
@media screen and (max-width: 767px) {
  .p-privacy ~ .c-contact {
    padding-top: clamp(36px, -28px + 20vw, 52px);
  }
}

/*----------▲▲ privacy ▲▲----------*/
/*----------▼▼ policy ▼▼----------*/
.p-policy {
  background-color: #f0f8ff;
  padding: clamp(37.3028571429px, 0px + 4.8571428571vw, 68px) 0 clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-policy {
    padding: clamp(28.8px, 0px + 9vw, 36px) 0 clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-policy__card {
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-policy__card {
    padding: clamp(25.6px, 0px + 8vw, 32px) 1rem clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-policy__heading {
  font-size: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  font-weight: 700;
  color: #265a8b;
  padding-bottom: 0.1875rem;
  border-bottom: 2px solid #51aee7;
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-policy__heading {
    font-size: clamp(14px, -2px + 5vw, 18px);
    margin-bottom: clamp(19.2px, 0px + 6vw, 24px);
  }
}
.p-policy__subhead {
  position: relative;
  padding-left: 1rem;
  font-size: clamp(14px, 9.1392405063px + 0.6329113924vw, 18px);
  font-weight: 700;
  color: #4c4c4c;
  margin-bottom: 1rem;
}
.p-policy__subhead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 0.1875rem;
  height: 1.375rem;
  background-color: #51aee7;
}
@media screen and (max-width: 767px) {
  .p-policy__subhead {
    font-size: clamp(13px, 1px + 3.75vw, 16px);
  }
}
.p-policy__body {
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  color: #4c4c4c;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-policy__body {
    font-size: clamp(15px, 3px + 3.75vw, 18px);
  }
}
.p-policy__emphasis {
  font-weight: 700;
  color: #265a8b;
}
.p-policy__emphasisS {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #e97777;
  font-size: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  line-height: 0.90625;
  padding: 0 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-policy__emphasisS {
    font-size: clamp(35.2px, 0px + 11vw, 44px);
  }
}
.p-policy__block + .p-policy__block {
  margin-top: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-policy__block + .p-policy__block {
    margin-top: clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-policy__visual {
  display: flex;
  align-items: center;
  gap: clamp(30.72px, 0px + 4vw, 56px);
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-policy__visual {
    flex-direction: column;
    gap: clamp(32px, 0px + 10vw, 40px);
    margin-top: clamp(25.6px, 0px + 8vw, 32px);
  }
}
.p-policy__venn {
  flex-shrink: 0;
  width: 24.125rem;
}
.p-policy__venn img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-policy__venn {
    width: 100%;
    max-width: 35rem;
    margin: 0 auto;
  }
}
.p-policy__cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-policy__cards {
    gap: clamp(44.8px, 0px + 14vw, 56px);
    width: 100%;
  }
}
.p-policy__sCard {
  position: relative;
  border-radius: 0.75rem;
  padding: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  min-height: 7.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-policy__sCard {
    border-radius: 1.5rem;
    padding: clamp(44.8px, 0px + 14vw, 56px) clamp(32px, 0px + 10vw, 40px) clamp(32px, 0px + 10vw, 40px);
  }
}
.p-policy__sCard--safety {
  background-color: #eaf2f9;
}
.p-policy__sCard--safety .p-policy__sCardTitle {
  color: #265a8b;
}
.p-policy__sCard--superior {
  background-color: #f5f5f5;
}
.p-policy__sCard--superior .p-policy__sCardTitle {
  color: #4c4c4c;
}
.p-policy__sCard--service {
  background-color: #f0f8ff;
}
.p-policy__sCard--service .p-policy__sCardTitle {
  color: #51aee7;
}
.p-policy__sCardTitle {
  position: absolute;
  top: 0;
  left: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-policy__sCardTitle {
    left: clamp(32px, 0px + 10vw, 40px);
  }
}
.p-policy__sCardJa {
  font-size: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  font-weight: 700;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-policy__sCardJa {
    font-size: clamp(24px, 0px + 7.5vw, 30px);
  }
}
.p-policy__sCardEn {
  display: inline-flex;
  align-items: baseline;
  margin-left: 1rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  font-weight: 700;
}
.p-policy__sCardEn::before {
  content: "";
  align-self: center;
  flex-shrink: 0;
  width: 2px;
  height: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  margin-right: 1rem;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .p-policy__sCardEn::before {
    height: clamp(24px, 0px + 7.5vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .p-policy__sCardEn {
    font-size: clamp(18px, 2px + 5vw, 22px);
  }
}
.p-policy__sCardInitial {
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-policy__sCardInitial {
    font-size: clamp(30px, -2px + 10vw, 38px);
  }
}
.p-policy__sCardText {
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-policy__sCardText {
    font-size: clamp(15px, 3px + 3.75vw, 18px);
  }
}
.p-policy__dotList {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-policy__dotList {
    margin-top: clamp(19.2px, 0px + 6vw, 24px);
  }
}
.p-policy__dotItem {
  position: relative;
  padding-left: 0.9375rem;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.8;
}
.p-policy__dotItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.9em - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #51aee7;
}
@media screen and (max-width: 767px) {
  .p-policy__dotItem {
    font-size: clamp(15px, 3px + 3.75vw, 18px);
    padding-left: 1.5rem;
  }
}
.p-policy__body p + p {
  margin-top: 1.5em;
}

.p-policy ~ .c-contact {
  padding-top: clamp(44px, 14.835443038px + 3.7974683544vw, 68px);
}
@media screen and (max-width: 767px) {
  .p-policy ~ .c-contact {
    padding-top: clamp(36px, -28px + 20vw, 52px);
  }
}

/*----------▲▲ policy ▲▲----------*/
/*----------▼▼ sustainability ▼▼----------*/
.p-sustainability__linkList {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-sustainability__linkList {
    margin-top: clamp(19.2px, 0px + 6vw, 24px);
  }
}
.p-sustainability__linkItem {
  position: relative;
  width: fit-content;
  padding-left: 0.9375rem;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.8;
}
.p-sustainability__linkItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.9em - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  background-color: #51aee7;
}
@media screen and (max-width: 767px) {
  .p-sustainability__linkItem {
    font-size: clamp(15px, 3px + 3.75vw, 18px);
    padding-left: 1.5rem;
  }
}
.p-sustainability__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  color: #265a8b;
  font-weight: 700;
  line-height: 1.8;
  transition: color 0.2s ease;
}
.p-sustainability__link::after {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-color: #265a8b;
  -webkit-mask: url("../img/common/icon-external.svg") center/contain no-repeat;
  mask: url("../img/common/icon-external.svg") center/contain no-repeat;
  transition: background-color 0.2s ease;
}
.p-sustainability__link:hover {
  color: #51aee7;
}
.p-sustainability__link:hover::after {
  background-color: #51aee7;
}
@media screen and (max-width: 767px) {
  .p-sustainability__link::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}

/*----------▲▲ sustainability ▲▲----------*/
/*----------▼▼ contact ▼▼----------*/
.p-contact {
  background-color: #f0f8ff;
  padding-bottom: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: clamp(51.2px, 0px + 16vw, 64px);
  }
}
.p-contact__head {
  text-align: center;
  overflow: hidden;
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) 0 clamp(30.72px, 0px + 4vw, 56px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    padding: clamp(32px, 0px + 10vw, 40px) 0 clamp(25.6px, 0px + 8vw, 32px);
  }
}
.p-contact__deco {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .p-contact__deco {
    font-size: clamp(32px, -32px + 20vw, 48px);
  }
}
.p-contact__title {
  font-size: clamp(20px, 10.2784810127px + 1.2658227848vw, 28px);
  font-weight: 700;
  color: #4c4c4c;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: clamp(15px, -5px + 6.25vw, 20px);
  }
}
.p-contact__card {
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact__card {
    padding: clamp(25.6px, 0px + 8vw, 32px) 1rem clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-contact__form {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.p-contact__row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    flex-direction: column;
  }
}
.p-contact__label {
  flex: 0 0 17.5rem;
  background: #f5f5f5;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 0.375rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    flex: none;
    width: 100%;
    padding: 0.75rem 1rem;
    align-content: center;
    flex-direction: row;
    align-items: center;
  }
}
.p-contact__labelText {
  flex: 1;
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact__labelText {
    font-size: clamp(12px, 4px + 2.5vw, 14px);
  }
}
.p-contact__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #51aee7;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 0.625rem;
  height: 1.25rem;
  border-radius: 0.75rem;
  line-height: 1;
  white-space: nowrap;
}
.p-contact__labelNote {
  width: 100%;
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact__labelNote {
    width: auto;
    font-size: clamp(12px, 4px + 2.5vw, 14px);
  }
}
.p-contact__field {
  flex: 1;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__field {
    padding: 1rem;
  }
}
.p-contact__field .wpcf7-form-control-wrap {
  display: block;
}
.p-contact__field input[type=text],
.p-contact__field input[type=email],
.p-contact__field input[type=tel] {
  width: 100%;
  max-width: 30rem;
  height: 2.5rem;
  border: 2px solid #999;
  border-radius: 0.25rem;
  padding: 0 0.75rem;
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  color: #4c4c4c;
}
.p-contact__field input[type=text]::placeholder,
.p-contact__field input[type=email]::placeholder,
.p-contact__field input[type=tel]::placeholder {
  color: #bbb;
}
.p-contact__field input[type=text]:focus,
.p-contact__field input[type=email]:focus,
.p-contact__field input[type=tel]:focus {
  outline: none;
  border-color: #51aee7;
}
@media screen and (max-width: 767px) {
  .p-contact__field input[type=text],
  .p-contact__field input[type=email],
  .p-contact__field input[type=tel] {
    max-width: 100%;
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-contact__field textarea {
  width: 100%;
  height: 8.6875rem;
  border: 2px solid #999;
  border-radius: 0.25rem;
  padding: 0.75rem;
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  color: #4c4c4c;
  resize: vertical;
}
.p-contact__field textarea::placeholder {
  color: #bbb;
}
.p-contact__field textarea:focus {
  outline: none;
  border-color: #51aee7;
}
@media screen and (max-width: 767px) {
  .p-contact__field textarea {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
    height: 10rem;
  }
}
.p-contact__field .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.p-contact__field .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.p-contact__field .wpcf7-checkbox .wpcf7-list-item {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__field .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.p-contact__field .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  color: #4c4c4c;
  padding: 0.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact__field .wpcf7-list-item label {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-contact__field .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #999;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  transition: border-color 0.15s;
}
.p-contact__field .wpcf7-list-item input[type=radio]:checked {
  border-color: #51aee7;
}
.p-contact__field .wpcf7-list-item input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #51aee7;
}
.p-contact__field .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #4c4c4c;
  border-radius: 0.25rem;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  transition: border-color 0.15s;
}
.p-contact__field .wpcf7-list-item input[type=checkbox]:checked {
  border-color: #51aee7;
}
.p-contact__field .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #51aee7;
}
.p-contact__field .wpcf7-not-valid {
  border-color: #d32f2f !important;
}
.p-contact__field .wpcf7-not-valid-tip {
  display: block;
  color: #d32f2f;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.p-contact__field--textarea {
  justify-content: flex-start;
  padding-top: 1.25rem;
}
.p-contact__field--type .wpcf7-checkbox {
  flex-direction: row;
}
.p-contact__field--type .wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin-right: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  margin-bottom: 0.5rem;
}
.p-contact__field--type .wpcf7-checkbox .wpcf7-list-item.last {
  flex-basis: 100%;
  margin-right: 0;
}
.p-contact__field--type .wpcf7-list-item input[type=checkbox] {
  border-radius: 50%;
  border-color: #999;
}
.p-contact__field--type .wpcf7-list-item input[type=checkbox]:checked {
  background: #fff;
  border-color: #51aee7;
}
.p-contact__field--type .wpcf7-list-item input[type=checkbox]:checked::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #51aee7;
}
.p-contact__fieldNote {
  display: block;
  text-align: right;
  font-size: 0.8125rem;
  color: #999;
  margin-top: 0.375rem;
}
.p-contact__submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(30.72px, 0px + 4vw, 56px);
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin-top: clamp(32px, 0px + 10vw, 40px);
  }
}
.p-contact__submit input[type=submit] {
  display: block;
  text-align: center;
  background: #51aee7;
  color: #fff;
  border: none;
  border-radius: 2rem;
  height: 4rem;
  width: 22.5rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.16);
  transition: background-color 0.2s ease;
}
.p-contact__submit input[type=submit]:hover {
  background-color: #3a9dd4;
}
@media screen and (max-width: 767px) {
  .p-contact__submit input[type=submit] {
    width: 100%;
    max-width: 22.5rem;
    height: 3.5rem;
    font-size: 0.9375rem;
  }
}
.p-contact__submit .wpcf7-spinner {
  margin-top: 0.5rem;
}
.p-contact .wpcf7-response-output {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  text-align: center;
  border: none;
}

/*----------▲▲ contact ▲▲----------*/
/*----------▼▼ security ▼▼----------*/
.p-securityHero {
  background: linear-gradient(to left, transparent 5%, #f0f8ff 5%);
}
@media screen and (max-width: 767px) {
  .p-securityHero {
    background: #f0f8ff;
  }
}
.p-securityHero__inner {
  display: flex;
  position: relative;
  min-height: clamp(190.9028571429px, 0px + 24.8571428571vw, 348px);
}
@media screen and (max-width: 767px) {
  .p-securityHero__inner {
    flex-direction: column;
    min-height: auto;
  }
}
.p-securityHero__content {
  width: 50%;
  min-height: clamp(255.6342857143px, 0px + 33.2857142857vw, 466px);
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-securityHero__content {
    width: 100%;
    min-height: auto;
    padding: clamp(32px, 0px + 10vw, 40px) 5vw;
    order: 2;
  }
}
.p-securityHero__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-securityHero__head {
    margin-bottom: clamp(12.8px, 0px + 4vw, 16px);
  }
}
.p-securityHero__label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-securityHero__labelLine {
  display: block;
  width: 0.125rem;
  height: 2.5rem;
  background-color: #51aee7;
}
@media screen and (max-width: 767px) {
  .p-securityHero__labelLine {
    height: 1.75rem;
  }
}
.p-securityHero__labelEn {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  color: #51aee7;
  letter-spacing: 0.05em;
}
.p-securityHero__title {
  font-size: clamp(24px, 14.2784810127px + 1.2658227848vw, 32px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-securityHero__title {
    font-size: clamp(22px, -2px + 7.5vw, 28px);
  }
}
.p-securityHero__text {
  font-size: clamp(15px, 11.3544303797px + 0.4746835443vw, 18px);
  color: #4c4c4c;
  line-height: 1.78;
  margin-bottom: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
.p-securityHero__text p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-securityHero__text {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
    margin-bottom: clamp(19.2px, 0px + 6vw, 24px);
  }
}
.p-securityHero__badgeLink {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(15px, 11.3544303797px + 0.4746835443vw, 18px);
  font-weight: 700;
  color: #265a8b;
  text-decoration: underline;
  letter-spacing: 0.05em;
  align-self: flex-start;
  transition: opacity 0.3s ease;
}
.p-securityHero__badgeLink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-securityHero__badgeLink {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-securityHero__media {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: 50%;
  max-height: 466px;
  margin-top: -6rem;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.18);
}
.p-securityHero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-securityHero__media {
    width: 100%;
    min-height: clamp(300px, -288px + 183.75vw, 447px);
    margin-top: 0;
    order: -1;
    box-shadow: none;
  }
}

/*----------▲▲ security ▲▲----------*/
/*----------▼▼ cleaning ▼▼----------*/
.p-cleaningHero {
  background: linear-gradient(to left, transparent 5%, #f0f8ff 5%);
}
@media screen and (max-width: 767px) {
  .p-cleaningHero {
    background: #f0f8ff;
  }
}
.p-cleaningHero__inner {
  display: flex;
  position: relative;
  min-height: clamp(190.9028571429px, 0px + 24.8571428571vw, 348px);
}
@media screen and (max-width: 767px) {
  .p-cleaningHero__inner {
    flex-direction: column;
    min-height: auto;
  }
}
.p-cleaningHero__content {
  width: 50%;
  min-height: clamp(255.6342857143px, 0px + 33.2857142857vw, 466px);
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-cleaningHero__content {
    width: 100%;
    min-height: auto;
    padding: clamp(32px, 0px + 10vw, 40px) 5vw;
    order: 2;
  }
}
.p-cleaningHero__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-cleaningHero__head {
    margin-bottom: clamp(12.8px, 0px + 4vw, 16px);
  }
}
.p-cleaningHero__label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-cleaningHero__labelLine {
  display: block;
  width: 0.125rem;
  height: 2.5rem;
  background-color: #51aee7;
}
@media screen and (max-width: 767px) {
  .p-cleaningHero__labelLine {
    height: 1.75rem;
  }
}
.p-cleaningHero__labelEn {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  color: #51aee7;
  letter-spacing: 0.05em;
}
.p-cleaningHero__title {
  font-size: clamp(24px, 14.2784810127px + 1.2658227848vw, 32px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-cleaningHero__title {
    font-size: clamp(22px, -2px + 7.5vw, 28px);
  }
}
.p-cleaningHero__text {
  font-size: clamp(15px, 11.3544303797px + 0.4746835443vw, 18px);
  color: #4c4c4c;
  line-height: 1.78;
  margin-bottom: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
.p-cleaningHero__text p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-cleaningHero__text {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
    margin-bottom: clamp(19.2px, 0px + 6vw, 24px);
  }
}
.p-cleaningHero__media {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: 50%;
  max-height: 466px;
  margin-top: -6rem;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.18);
}
.p-cleaningHero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-cleaningHero__media {
    width: 100%;
    min-height: clamp(300px, -288px + 183.75vw, 447px);
    margin-top: 0;
    order: -1;
    box-shadow: none;
  }
}

/*----------▲▲ cleaning ▲▲----------*/
/*----------▼▼ staffing ▼▼----------*/
.p-staffingHero {
  background: linear-gradient(to left, transparent 5%, #f0f8ff 5%);
}
@media screen and (max-width: 767px) {
  .p-staffingHero {
    background: #f0f8ff;
  }
}
.p-staffingHero__inner {
  display: flex;
  position: relative;
  min-height: clamp(190.9028571429px, 0px + 24.8571428571vw, 348px);
}
@media screen and (max-width: 767px) {
  .p-staffingHero__inner {
    flex-direction: column;
    min-height: auto;
  }
}
.p-staffingHero__content {
  width: 50%;
  min-height: clamp(255.6342857143px, 0px + 33.2857142857vw, 466px);
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-staffingHero__content {
    width: 100%;
    min-height: auto;
    padding: clamp(32px, 0px + 10vw, 40px) 5vw;
    order: 2;
  }
}
.p-staffingHero__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-staffingHero__head {
    margin-bottom: clamp(12.8px, 0px + 4vw, 16px);
  }
}
.p-staffingHero__label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-staffingHero__labelLine {
  display: block;
  width: 0.125rem;
  height: 2.5rem;
  background-color: #51aee7;
}
@media screen and (max-width: 767px) {
  .p-staffingHero__labelLine {
    height: 1.75rem;
  }
}
.p-staffingHero__labelEn {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  color: #51aee7;
  letter-spacing: 0.05em;
}
.p-staffingHero__title {
  font-size: clamp(24px, 14.2784810127px + 1.2658227848vw, 32px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-staffingHero__title {
    font-size: clamp(22px, -2px + 7.5vw, 28px);
  }
}
.p-staffingHero__text {
  font-size: clamp(15px, 11.3544303797px + 0.4746835443vw, 18px);
  color: #4c4c4c;
  line-height: 1.78;
  margin-bottom: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
.p-staffingHero__text p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-staffingHero__text {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
    margin-bottom: clamp(19.2px, 0px + 6vw, 24px);
  }
}
.p-staffingHero__media {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: 50%;
  max-height: 466px;
  margin-top: -6rem;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.18);
}
.p-staffingHero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-staffingHero__media {
    width: 100%;
    min-height: clamp(300px, -288px + 183.75vw, 447px);
    margin-top: 0;
    order: -1;
    box-shadow: none;
  }
}

/*----------▲▲ staffing ▲▲----------*/
/*----------▼▼ staff-development ▼▼----------*/
.p-staffDevHero {
  background-color: #f0f8ff;
}
.p-staffDevHero__inner {
  display: flex;
  position: relative;
  min-height: clamp(190.9028571429px, 0px + 24.8571428571vw, 348px);
}
@media screen and (max-width: 767px) {
  .p-staffDevHero__inner {
    flex-direction: column;
    min-height: auto;
  }
}
.p-staffDevHero__content {
  width: 50%;
  min-height: clamp(255.6342857143px, 0px + 33.2857142857vw, 466px);
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-staffDevHero__content {
    width: 100%;
    min-height: auto;
    padding: clamp(32px, 0px + 10vw, 40px) 5vw;
    order: 2;
  }
}
.p-staffDevHero__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(36.2057142857px, 0px + 4.7142857143vw, 66px);
}
@media screen and (max-width: 767px) {
  .p-staffDevHero__head {
    margin-bottom: clamp(12.8px, 0px + 4vw, 16px);
  }
}
.p-staffDevHero__label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-staffDevHero__labelLine {
  display: block;
  width: 0.125rem;
  height: 2.5rem;
  background-color: #51aee7;
}
@media screen and (max-width: 767px) {
  .p-staffDevHero__labelLine {
    height: 1.75rem;
  }
}
.p-staffDevHero__labelEn {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  color: #51aee7;
  letter-spacing: 0.05em;
}
.p-staffDevHero__title {
  font-size: clamp(24px, 14.2784810127px + 1.2658227848vw, 32px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-staffDevHero__title {
    font-size: clamp(22px, -2px + 7.5vw, 28px);
  }
}
.p-staffDevHero__text {
  font-size: clamp(15px, 8.9240506329px + 0.7911392405vw, 20px);
  color: #4c4c4c;
  line-height: 1.8;
}
.p-staffDevHero__text p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-staffDevHero__text {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-staffDevHero__media {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: 50%;
  max-height: 466px;
  margin-top: -3rem;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.18);
}
.p-staffDevHero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-staffDevHero__media {
    width: 100%;
    min-height: clamp(300px, -288px + 183.75vw, 447px);
    margin-top: 0;
    order: -1;
    box-shadow: none;
  }
}
.p-staffDevHero__lower {
  display: flex;
  align-items: flex-start;
  gap: clamp(32px, -16.6075949367px + 6.3291139241vw, 72px);
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-staffDevHero__lower {
    flex-direction: column;
    padding: clamp(38.4px, 0px + 12vw, 48px) 5vw clamp(51.2px, 0px + 16vw, 64px);
  }
}
.p-staffDevHero__staircase {
  flex-shrink: 0;
  width: clamp(260px, -94.835443038px + 46.2025316456vw, 552px);
}
.p-staffDevHero__staircase img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-staffDevHero__staircase {
    flex: none;
    width: 100%;
    max-width: 22.5rem;
    margin: 0 auto;
  }
}
.p-staffDevHero__qualification {
  flex: 1;
}
.p-staffDevHero__qualLabel {
  font-size: clamp(17px, 13.3544303797px + 0.4746835443vw, 20px);
  font-weight: 700;
  color: #265a8b;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-staffDevHero__qualLabel {
    font-size: clamp(15px, 3px + 3.75vw, 18px);
  }
}
.p-staffDevHero__qualLine {
  width: 100%;
  height: 0.125rem;
  background-color: #51aee7;
  margin-bottom: 1.5rem;
}
.p-staffDevHero__qualText {
  font-size: clamp(15px, 11.3544303797px + 0.4746835443vw, 18px);
  color: #4c4c4c;
  line-height: 1.8;
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
.p-staffDevHero__qualText p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-staffDevHero__qualText {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
    margin-bottom: clamp(25.6px, 0px + 8vw, 32px);
  }
}
.p-staffDevHero__qualBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4rem;
  padding: 0 clamp(40px, 20.5569620253px + 2.5316455696vw, 56px);
  border-radius: 2rem;
  background-color: #51aee7;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-staffDevHero__qualBtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-staffDevHero__qualBtn {
    height: 3.5rem;
    font-size: clamp(13px, 5px + 2.5vw, 15px);
    margin: 0 auto;
    display: flex;
    width: fit-content;
  }
}
.p-staffDevHero__qualBtnIcon {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.p-staffDevTraining {
  background-color: #265a8b;
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
.p-staffDevTraining__en {
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(64px, 25.1139240506px + 5.0632911392vw, 96px);
  font-weight: 700;
  color: #51aee7;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-bottom: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-staffDevTraining__en {
    font-size: clamp(40px, -24px + 20vw, 56px);
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.p-staffDevTraining__heading {
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-staffDevTraining__heading {
    font-size: clamp(18px, 2px + 5vw, 22px);
  }
}
.p-staffDevTraining__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(16px, -3.4430379747px + 2.5316455696vw, 32px);
  row-gap: clamp(32px, 12.5569620253px + 2.5316455696vw, 48px);
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-staffDevTraining__cards {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: clamp(24px, -8px + 10vw, 32px);
  }
}
.p-staffDevTraining__card {
  background: #fff;
  border-radius: 0 0 0.75rem 0;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-staffDevTraining__card {
    border-radius: 0 0 0.5rem 0;
  }
}
.p-staffDevTraining__cardMedia {
  position: relative;
  height: clamp(180px, 92.5063291139px + 11.3924050633vw, 252px);
  overflow: hidden;
  background-color: #d9d9d9;
}
.p-staffDevTraining__cardMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-staffDevTraining__cardMedia {
    height: clamp(140px, -100px + 75vw, 200px);
  }
}
.p-staffDevTraining__cardBadge {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2.5rem;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  font-weight: 700;
}
.p-staffDevTraining__cardBadge.is-onboarding {
  background-color: #f0f8ff;
  color: #265a8b;
}
.p-staffDevTraining__cardBadge.is-field {
  background-color: #51aee7;
  color: #fff;
}
.p-staffDevTraining__cardBadge.is-followup {
  background-color: #e97777;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-staffDevTraining__cardBadge {
    height: 2rem;
    font-size: clamp(12px, 8px + 1.25vw, 13px);
  }
}
.p-staffDevTraining__cardBody {
  padding: 1rem 1rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-staffDevTraining__cardBody {
    padding: 1rem 1rem 1.25rem;
  }
}
.p-staffDevTraining__cardTitle {
  font-size: clamp(18px, 10.7088607595px + 0.9493670886vw, 24px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.p-staffDevTraining__cardTitle::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  margin-top: 1rem;
}
.p-staffDevTraining__cardTitle.is-onboarding::after {
  background-color: #265a8b;
}
.p-staffDevTraining__cardTitle.is-field::after {
  background-color: #51aee7;
}
.p-staffDevTraining__cardTitle.is-followup::after {
  background-color: #e97777;
}
@media screen and (max-width: 767px) {
  .p-staffDevTraining__cardTitle {
    font-size: clamp(15px, 3px + 3.75vw, 18px);
  }
}
.p-staffDevTraining__cardText {
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  color: #4c4c4c;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-staffDevTraining__cardText {
    font-size: clamp(12px, 8px + 1.25vw, 13px);
  }
}
.p-staffDevTraining__note {
  max-width: 75rem;
  margin: 1rem auto 0;
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-staffDevTraining__note {
    font-size: clamp(12px, 8px + 1.25vw, 13px);
    margin-top: clamp(25.6px, 0px + 8vw, 32px);
  }
}

/*----------▲▲ staff-development ▲▲----------*/
/*----------▼▼ certifications ▼▼----------*/
.p-certHero {
  overflow: hidden;
}
.p-certHero__en {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(64px, 25.1139240506px + 5.0632911392vw, 96px);
  font-weight: 700;
  color: #f0f8ff;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .p-certHero__en {
    font-size: clamp(40px, -24px + 20vw, 56px);
  }
}
.p-certHero__inner {
  display: flex;
  position: relative;
  background: linear-gradient(to left, transparent 5%, #f0f8ff 5%);
  margin-top: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-certHero__inner {
    flex-direction: column;
    background: #f0f8ff;
    margin-top: 0;
  }
}
.p-certHero__content {
  width: 50%;
  min-height: clamp(255.6342857143px, 0px + 33.2857142857vw, 466px);
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-certHero__content {
    width: 100%;
    min-height: auto;
    padding: clamp(32px, 0px + 10vw, 40px) 5vw;
    order: 2;
  }
}
.p-certHero__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-certHero__head {
    margin-bottom: clamp(12.8px, 0px + 4vw, 16px);
  }
}
.p-certHero__label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-certHero__labelLine {
  display: block;
  width: 0.125rem;
  height: 2.5rem;
  background-color: #51aee7;
}
@media screen and (max-width: 767px) {
  .p-certHero__labelLine {
    height: 1.75rem;
  }
}
.p-certHero__labelEn {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  color: #51aee7;
  letter-spacing: 0.05em;
}
.p-certHero__title {
  font-size: clamp(24px, 14.2784810127px + 1.2658227848vw, 32px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-certHero__title {
    font-size: clamp(22px, -2px + 7.5vw, 28px);
  }
}
.p-certHero__text {
  font-size: clamp(15px, 8.9240506329px + 0.7911392405vw, 20px);
  color: #4c4c4c;
  line-height: 1.8;
}
.p-certHero__text p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-certHero__text {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-certHero__media {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: 50%;
  max-height: 480px;
  margin-top: -6rem;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.18);
}
.p-certHero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-certHero__media {
    width: 100%;
    min-height: clamp(300px, -288px + 183.75vw, 447px);
    margin-top: 0;
    order: -1;
    box-shadow: none;
  }
}

.p-certSection {
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0 clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
.p-certSection.is-cleaning {
  background-color: #f0f8ff;
}
.p-certSection__en {
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(64px, 25.1139240506px + 5.0632911392vw, 96px);
  font-weight: 700;
  color: #f0f8ff;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-bottom: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
.p-certSection.is-cleaning .p-certSection__en {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-certSection__en {
    font-size: clamp(40px, -24px + 20vw, 56px);
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.p-certSection__heading {
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #265a8b;
  white-space: nowrap;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-certSection__heading {
    font-size: clamp(18px, 2px + 5vw, 22px);
  }
}
.p-certSection__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-certSection__grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 1rem;
  }
}
.p-certSection__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.8125rem;
  padding: 0 0.75rem;
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  color: #4c4c4c;
  text-align: center;
  background-color: #f0f8ff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
}
.p-certSection.is-cleaning .p-certSection__item {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-certSection__item {
    height: 3.5rem;
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-certSection__itemText {
  text-align: center;
}
.p-certSection__itemNote {
  display: inline-block;
}
.p-certSection__note {
  margin-top: 1.5rem;
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  font-weight: 700;
  color: #265a8b;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-certSection__note {
    font-size: clamp(12px, 8px + 1.25vw, 13px);
    margin-top: 1rem;
  }
}

/*----------▲▲ certifications ▲▲----------*/
/*----------▼▼ usecase-archive ▼▼----------*/
.p-usecaseArchive {
  background: #f0f8ff;
  padding: clamp(32px, 12.5569620253px + 2.5316455696vw, 48px) 0 clamp(48px, 28.5569620253px + 2.5316455696vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-usecaseArchive {
    padding: clamp(28px, -20px + 15vw, 40px) 0 clamp(40px, -24px + 20vw, 56px);
  }
}
.p-usecaseArchive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 5.417721519px + 1.8987341772vw, 32px);
  max-width: 75rem;
  margin: 0 auto clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-usecaseArchive__grid {
    grid-template-columns: 1fr;
    gap: clamp(19.2px, 0px + 6vw, 24px);
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.p-usecaseArchive__empty {
  text-align: center;
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  color: #4c4c4c;
}
@media screen and (max-width: 767px) {
  .p-usecaseArchive__empty {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
    padding: clamp(48px, 0px + 15vw, 60px) 0;
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 75rem;
  margin: 0 auto;
}
.c-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2.625rem;
  background-color: #51aee7;
  border: 2px solid #51aee7;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    width: 2rem;
    height: 2.625rem;
  }
}
.c-pagination .page-numbers.current {
  background-color: #fff;
  color: #51aee7;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  font-size: 0;
}
.c-pagination .page-numbers.prev::before, .c-pagination .page-numbers.prev::after, .c-pagination .page-numbers.next::before, .c-pagination .page-numbers.next::after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 2px solid #fff;
  flex-shrink: 0;
}
.c-pagination .page-numbers.prev::before, .c-pagination .page-numbers.prev::after {
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}
.c-pagination .page-numbers.next::before, .c-pagination .page-numbers.next::after {
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.c-pagination .page-numbers.dots {
  background: transparent;
  border-color: transparent;
  color: #4c4c4c;
  cursor: default;
  pointer-events: none;
}

/*----------▲▲ usecase-archive ▲▲----------*/
/*----------▼▼ usecase-single ▼▼----------*/
.p-usecaseSingle__titleArea {
  background: #f0f8ff;
  padding: clamp(16px, 6.2784810127px + 1.2658227848vw, 24px) 0 clamp(24px, 4.5569620253px + 2.5316455696vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__titleArea {
    padding: clamp(14px, -10px + 7.5vw, 20px) 0 clamp(20px, -12px + 10vw, 28px);
  }
}
.p-usecaseSingle__titleWrap {
  max-width: 75rem;
  margin: 0 auto;
}
.p-usecaseSingle__badge {
  display: inline-flex;
  align-items: center;
  height: 1.75rem;
  padding: 0 0.75rem;
  border-radius: 0.875rem;
  font-size: clamp(12px, 10.7848101266px + 0.1582278481vw, 13px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
.p-usecaseSingle__badge.is-security {
  background-color: #265a8b;
}
.p-usecaseSingle__badge.is-cleaning {
  background-color: #51aee7;
}
.p-usecaseSingle__badge.is-staffing {
  background-color: #4c4c4c;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__badge {
    margin-bottom: 0.75rem;
  }
}
.p-usecaseSingle__title {
  font-size: clamp(20px, 10.2784810127px + 1.2658227848vw, 28px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__title {
    font-size: clamp(17px, -3px + 6.25vw, 22px);
  }
}
.p-usecaseSingle__hero {
  background: #f0f8ff;
  padding-bottom: clamp(40px, 10.835443038px + 3.7974683544vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__hero {
    padding-bottom: clamp(32px, -32px + 20vw, 48px);
  }
}
.p-usecaseSingle__heroInner {
  display: flex;
  gap: clamp(24px, 4.5569620253px + 2.5316455696vw, 40px);
  align-items: stretch;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__heroInner {
    flex-direction: column;
  }
}
.p-usecaseSingle__info {
  flex: 1;
  min-width: 0;
  background: #fff;
  padding: clamp(20px, 5.417721519px + 1.8987341772vw, 32px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.16);
  min-height: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__info {
    min-height: 0;
  }
}
.p-usecaseSingle__infoHeading {
  font-size: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  font-weight: 700;
  color: #265a8b;
  margin-bottom: 1rem;
}
.p-usecaseSingle__infoHeading::after {
  content: "";
  display: block;
  width: clamp(148px, 21.6202531646px + 16.4556962025vw, 252px);
  height: 2px;
  background: #51aee7;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__infoHeading {
    font-size: clamp(15px, 7px + 2.5vw, 17px);
    margin-bottom: 0.75rem;
  }
}
.p-usecaseSingle__infoCompany {
  font-size: clamp(15px, 11.3544303797px + 0.4746835443vw, 18px);
  font-weight: 700;
  color: #4c4c4c;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__infoCompany {
    font-size: clamp(14px, 6px + 2.5vw, 16px);
  }
}
.p-usecaseSingle__infoList {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-usecaseSingle__infoItem {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: clamp(13px, 11.7848101266px + 0.1582278481vw, 14px);
  color: #4c4c4c;
  line-height: 1.6;
}
.p-usecaseSingle__infoItem::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #51aee7;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__infoItem {
    font-size: clamp(12px, 8px + 1.25vw, 13px);
  }
}
.p-usecaseSingle__heroImage {
  flex: 1;
  min-width: 0;
  align-self: stretch;
  box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.16);
}
.p-usecaseSingle__heroImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__heroImage {
    flex: none;
    width: 100%;
    height: clamp(180px, -60px + 75vw, 240px);
    align-self: auto;
  }
}
.p-usecaseSingle__blocks {
  background: #f0f8ff;
  padding: clamp(32px, 12.5569620253px + 2.5316455696vw, 48px) 0 clamp(48px, 28.5569620253px + 2.5316455696vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__blocks {
    padding: clamp(28px, -20px + 15vw, 40px) 0 clamp(36px, -12px + 15vw, 48px);
  }
}
.p-usecaseSingle__blocksInner {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 6.2784810127px + 1.2658227848vw, 24px);
}
.p-usecaseSingle__block {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  background: #fff;
  box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  min-height: 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__block {
    flex-direction: column;
    min-height: auto;
    gap: clamp(16px, 0px + 5vw, 20px);
    padding: clamp(16px, 0px + 5vw, 20px);
  }
}
.p-usecaseSingle__blockImage {
  width: clamp(240px, 94.1772151899px + 18.9873417722vw, 360px);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.p-usecaseSingle__blockImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__blockImage {
    width: 100%;
    height: clamp(160px, 0px + 50vw, 200px);
  }
}
.p-usecaseSingle__blockText {
  flex: 1;
  position: relative;
  z-index: 1;
}
.p-usecaseSingle__blockHeading {
  font-size: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  font-weight: 700;
  color: #265a8b;
  padding-bottom: 0.1875rem;
  border-bottom: 2px solid #51aee7;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__blockHeading {
    font-size: clamp(15px, 7px + 2.5vw, 17px);
    margin-bottom: 0.75rem;
  }
}
.p-usecaseSingle__blockBody {
  font-size: clamp(13px, 10.5696202532px + 0.3164556962vw, 15px);
  color: #4c4c4c;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__blockBody {
    font-size: clamp(13px, 9px + 1.25vw, 14px);
  }
}
.p-usecaseSingle__blockNumber {
  position: absolute;
  bottom: -1.25rem;
  right: 2rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  color: #f0f8ff;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__blockNumber {
    font-size: 4.5rem;
    bottom: -0.875rem;
  }
}
.p-usecaseSingle__back {
  text-align: center;
  padding: clamp(32px, 12.5569620253px + 2.5316455696vw, 48px) 0 clamp(48px, 28.5569620253px + 2.5316455696vw, 64px);
  background: #f0f8ff;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__back {
    padding: clamp(28px, -20px + 15vw, 40px) 0 clamp(40px, -24px + 20vw, 56px);
  }
}
.p-usecaseSingle__backBtn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  height: 3.5rem;
  padding: 0 clamp(24px, 4.5569620253px + 2.5316455696vw, 40px);
  background-color: #51aee7;
  border: 2px solid #51aee7;
  border-radius: 1.75rem;
  color: #fff;
  font-size: clamp(13px, 10.5696202532px + 0.3164556962vw, 15px);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-usecaseSingle__backBtn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .p-usecaseSingle__backBtn {
    height: 3rem;
    font-size: clamp(13px, 9px + 1.25vw, 14px);
  }
}
.p-usecaseSingle__backBtnIcon {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/*----------▲▲ usecase-single ▲▲----------*/
/*----------▼▼ news ▼▼----------*/
.p-newsSidebar {
  background: #fff;
  box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.16);
  padding: clamp(24px, 4.5569620253px + 2.5316455696vw, 40px) clamp(20px, 5.417721519px + 1.8987341772vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-newsSidebar {
    padding: clamp(20px, -28px + 15vw, 32px) clamp(16px, -16px + 10vw, 24px);
  }
}
.p-newsSidebar__title {
  font-size: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  font-weight: 700;
  color: #265a8b;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-newsSidebar__title {
    font-size: clamp(15px, 3px + 3.75vw, 18px);
  }
}
.p-newsSidebar__divider {
  height: 2px;
  background: #51aee7;
  margin-bottom: 1rem;
}
.p-newsSidebar__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-newsSidebar__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.p-newsSidebar__item::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #51aee7;
  flex-shrink: 0;
}
.p-newsSidebar__item a {
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  font-weight: 700;
  color: #4c4c4c;
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-newsSidebar__item a:hover {
  color: #51aee7;
}

.p-newsBadge {
  display: inline-flex;
  align-items: center;
  height: 1.5rem;
  padding: 0 0.75rem;
  background: #d9d9d9;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #4c4c4c;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.p-newsBadge:hover {
  opacity: 0.75;
}

.p-newsArchive {
  background: #f0f8ff;
  padding: 0 0 clamp(56px, 26.835443038px + 3.7974683544vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-newsArchive {
    padding: 0 0 clamp(48px, -16px + 20vw, 64px);
  }
}
.p-newsArchive__layout {
  display: flex;
  align-items: flex-start;
  gap: 2.0625rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__layout {
    flex-direction: column;
    gap: clamp(24px, -8px + 10vw, 32px);
  }
}
.p-newsArchive__main {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__main {
    width: 100%;
  }
}
.p-newsArchive__card {
  background: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
}
.p-newsArchive__list {
  list-style: none;
}
.p-newsArchive__empty {
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  color: #4c4c4c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__empty {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
    padding: clamp(38.4px, 0px + 12vw, 48px) clamp(19.2px, 0px + 6vw, 24px);
  }
}
.p-newsArchive__pagination {
  padding: clamp(24px, 14.2784810127px + 1.2658227848vw, 32px) clamp(24px, 4.5569620253px + 2.5316455696vw, 40px);
  border-top: 1px solid #e0e0e0;
}
.p-newsArchive__sidebar {
  flex-shrink: 0;
  width: 23.625rem;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__sidebar {
    display: none;
  }
}

.p-newsItem {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: clamp(18px, 10.7088607595px + 0.9493670886vw, 24px) clamp(24px, 4.5569620253px + 2.5316455696vw, 40px);
  transition: background-color 0.3s ease;
}
.p-newsItem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: clamp(24px, 4.5569620253px + 2.5316455696vw, 40px);
  width: 90%;
  height: 1px;
  background: #e0e0e0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-newsItem::before {
    left: clamp(16px, -16px + 10vw, 24px);
  }
}
.p-newsItem:hover {
  background-color: #f5faff;
}
.p-newsItem__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-newsItem__meta {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
}
.p-newsItem__date {
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  font-weight: 700;
  color: #4c4c4c;
  white-space: nowrap;
}
.p-newsItem__titleLink {
  color: inherit;
  text-decoration: none;
}
.p-newsItem__titleLink::after {
  content: "";
  position: absolute;
  inset: 0;
}
.p-newsItem__title {
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-newsItem__title {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .p-newsItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.p-newsSingle {
  background: #f0f8ff;
  padding: clamp(40px, 10.835443038px + 3.7974683544vw, 64px) 0 clamp(56px, 26.835443038px + 3.7974683544vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-newsSingle {
    padding: clamp(32px, -32px + 20vw, 48px) 0 clamp(48px, -16px + 20vw, 64px);
  }
}
.p-newsSingle__layout {
  display: flex;
  align-items: flex-start;
  gap: 2.0625rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__layout {
    flex-direction: column;
    gap: clamp(24px, -8px + 10vw, 32px);
  }
}
.p-newsSingle__main {
  flex: 1;
  min-width: 0;
  background: #fff;
  box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-newsSingle__main {
    width: 100%;
  }
}
.p-newsSingle__sidebar {
  flex-shrink: 0;
  width: 23.625rem;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__sidebar {
    display: none;
  }
}
.p-newsSingle__header {
  padding: clamp(28px, 13.417721519px + 1.8987341772vw, 40px) clamp(20px, 5.417721519px + 1.8987341772vw, 32px) 0;
}
.p-newsSingle__title {
  font-size: clamp(20px, 10.2784810127px + 1.2658227848vw, 28px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: 2px solid #51aee7;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__title {
    font-size: clamp(17px, -3px + 6.25vw, 22px);
    margin-bottom: 0.75rem;
  }
}
.p-newsSingle__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: clamp(16px, 6.2784810127px + 1.2658227848vw, 24px);
}
.p-newsSingle__date {
  font-size: clamp(13px, 9.3544303797px + 0.4746835443vw, 16px);
  font-weight: 700;
  color: #51aee7;
  font-family: "Montserrat", Arial, sans-serif;
}
.p-newsSingle__image {
  padding: clamp(32px, 12.5569620253px + 2.5316455696vw, 48px) clamp(20px, 5.417721519px + 1.8987341772vw, 32px) 0;
}
.p-newsSingle__image img {
  width: 100%;
  aspect-ratio: 734/502;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__image img {
    aspect-ratio: 16/9;
  }
}
.p-newsSingle__summary {
  padding: clamp(24px, 14.2784810127px + 1.2658227848vw, 32px) clamp(20px, 5.417721519px + 1.8987341772vw, 32px) 0;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  color: #4c4c4c;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__summary {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-newsSingle__body {
  padding: clamp(32px, 12.5569620253px + 2.5316455696vw, 48px) clamp(20px, 5.417721519px + 1.8987341772vw, 32px);
}
.p-newsSingle__back {
  padding: 0 clamp(24px, 4.5569620253px + 2.5316455696vw, 40px) clamp(40px, 20.5569620253px + 2.5316455696vw, 56px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__back {
    padding-bottom: clamp(36px, -12px + 15vw, 48px);
  }
}
.p-newsSingle__backBtn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  height: 4rem;
  padding: 0 clamp(32px, 12.5569620253px + 2.5316455696vw, 48px);
  background: #265a8b;
  border-radius: 2rem;
  color: #fff;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s ease;
}
.p-newsSingle__backBtn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__backBtn {
    height: 3.5rem;
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-newsSingle__backBtnIcon {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/*----------▲▲ news ▲▲----------*/
/*----------▼▼ service ▼▼----------*/
.p-serviceHero {
  background: #f0f8ff;
}
.p-serviceHero__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-serviceHero__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: clamp(40px, 10.835443038px + 3.7974683544vw, 64px);
  padding-bottom: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-serviceHero__head {
    padding-top: clamp(38.4px, 0px + 12vw, 48px);
    padding-bottom: clamp(19.2px, 0px + 6vw, 24px);
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.p-serviceHero__badge {
  display: inline-flex;
  align-items: center;
  height: 2rem;
  padding: 0 1.5rem;
  background: #51aee7;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 0.75rem;
}
.p-serviceHero__badge.is-staffing {
  background: #4C4C4C;
}
.p-serviceHero__badge.is-security {
  background: #265a8b;
}
@media screen and (max-width: 767px) {
  .p-serviceHero__badge {
    margin-bottom: 0.5rem;
  }
}
.p-serviceHero__title {
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #4C4C4C;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-serviceHero__title {
    font-size: clamp(22px, -2px + 7.5vw, 28px);
  }
}
.p-serviceHero__body {
  display: flex;
  gap: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-serviceHero__body {
    flex-direction: column;
    gap: 0;
  }
}
.p-serviceHero__cardWrap {
  flex: none;
  width: clamp(315.9771428571px, 0px + 41.1428571429vw, 576px);
  height: clamp(210.6514285714px, 0px + 27.4285714286vw, 384px);
  position: relative;
}
.p-serviceHero__cardWrap::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: calc(100% - 1.5rem);
  left: calc(100% - 1.5rem);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #51aee7;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-serviceHero__cardWrap {
    width: 100%;
    height: auto;
  }
  .p-serviceHero__cardWrap::after {
    display: none;
  }
}
.p-serviceHero__media {
  flex: none;
  width: clamp(315.9771428571px, 0px + 41.1428571429vw, 576px);
  height: clamp(210.6514285714px, 0px + 27.4285714286vw, 384px);
  position: relative;
  overflow: hidden;
}
.p-serviceHero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .p-serviceHero__media {
    flex: none;
    width: 100%;
    height: auto;
  }
  .p-serviceHero__media img {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
    object-fit: initial;
  }
}
.p-serviceHero__card {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
  background: #FFF;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  padding: clamp(8px, -30.8860759494px + 5.0632911392vw, 40px) clamp(12px, -14.7341772152px + 3.4810126582vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-serviceHero__card {
    width: 100%;
    height: auto;
    overflow: visible;
    min-height: auto;
    padding: clamp(32px, 0px + 10vw, 40px) 5vw clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-serviceHero__cardTitle {
  font-size: clamp(14px, 4.2784810127px + 1.2658227848vw, 22px);
  font-weight: 700;
  color: #265a8b;
  line-height: 1.77;
  padding-bottom: clamp(8px, -1.7215189873px + 1.2658227848vw, 16px);
  margin-bottom: clamp(10px, -7.0126582278px + 2.2151898734vw, 24px);
  position: relative;
}
.p-serviceHero__cardTitle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15.75rem;
  border-bottom: 2px solid #51aee7;
}
@media screen and (max-width: 767px) {
  .p-serviceHero__cardTitle {
    font-size: clamp(15px, 3px + 3.75vw, 18px);
  }
  .p-serviceHero__cardTitle::after {
    width: 60%;
  }
}
.p-serviceHero__cardText {
  font-size: clamp(12px, 4.7088607595px + 0.9493670886vw, 18px);
  color: #4C4C4C;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .p-serviceHero__cardText {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}

.p-serviceContents {
  background: #f0f8ff;
  padding: clamp(40px, 20.5569620253px + 2.5316455696vw, 56px) 0 clamp(60px, 16.253164557px + 5.6962025316vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-serviceContents {
    padding: clamp(44.8px, 0px + 14vw, 56px) 0 clamp(64px, 0px + 20vw, 80px);
  }
}
.p-serviceContents__inner {
  max-width: 75rem;
  margin: 0 auto;
}
.p-serviceContents__head {
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #4C4C4C;
  margin-bottom: clamp(28px, 13.417721519px + 1.8987341772vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-serviceContents__head {
    font-size: clamp(22px, -2px + 7.5vw, 28px);
    margin-bottom: clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-serviceContents__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 10.835443038px + 3.7974683544vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-serviceContents__list {
    gap: clamp(38.4px, 0px + 12vw, 48px);
  }
}
.p-serviceContents__card {
  background: #FFF;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: stretch;
  min-height: 19rem;
  padding: clamp(24px, 14.2784810127px + 1.2658227848vw, 32px) clamp(20px, 5.417721519px + 1.8987341772vw, 32px);
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-serviceContents__card {
    flex-direction: column;
    min-height: auto;
    padding: clamp(32px, 0px + 10vw, 40px) clamp(25.6px, 0px + 8vw, 32px);
  }
}
.p-serviceContents__cardBody {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.p-serviceContents__cardTitle {
  font-size: clamp(17px, 13.3544303797px + 0.4746835443vw, 20px);
  font-weight: 700;
  color: #265a8b;
  line-height: 1.95;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #51aee7;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-serviceContents__cardTitle {
    font-size: clamp(15px, 3px + 3.75vw, 18px);
  }
}
.p-serviceContents__cardText {
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  color: #4C4C4C;
  line-height: 1.81;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-serviceContents__cardText {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-serviceContents__cardNum {
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 2rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: #f0f8ff;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .p-serviceContents__cardNum {
    font-size: 4.5rem;
    left: 1.25rem;
  }
}
.p-serviceContents__featureList {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-serviceContents__featureList {
    gap: 0.5rem;
  }
}
.p-serviceContents__featureItem {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  color: #4C4C4C;
  line-height: 1.81;
}
.p-serviceContents__featureItem::before {
  content: "■";
  color: #51aee7;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .p-serviceContents__featureItem::before {
    font-size: clamp(12px, 8px + 1.25vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .p-serviceContents__featureItem {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-serviceContents__cardMedia {
  flex: 0 0 30%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-serviceContents__cardMedia img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 240px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-serviceContents__cardMedia {
    flex: none;
    height: auto;
    position: relative;
  }
  .p-serviceContents__cardMedia img {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
    object-fit: initial;
    max-height: none;
    margin-top: 0;
  }
}

.p-serviceFlow {
  padding: clamp(64px, 25.1139240506px + 5.0632911392vw, 96px) 0 clamp(80px, 31.3924050633px + 6.3291139241vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-serviceFlow {
    padding: clamp(64px, 0px + 20vw, 80px) 0 clamp(64px, 0px + 20vw, 80px);
  }
}
.p-serviceFlow__head {
  position: relative;
  text-align: center;
  margin-bottom: clamp(40px, 10.835443038px + 3.7974683544vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-serviceFlow__head {
    margin-bottom: clamp(44.8px, 0px + 14vw, 56px);
  }
}
.p-serviceFlow__headEn {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(56px, 7.3924050633px + 6.3291139241vw, 96px);
  font-weight: 700;
  color: #f0f8ff;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-serviceFlow__headEn {
    font-size: clamp(40px, -24px + 20vw, 56px);
  }
}
.p-serviceFlow__headJa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #265a8b;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-serviceFlow__headJa {
    font-size: clamp(18px, 2px + 5vw, 22px);
  }
}
.p-serviceFlow__list {
  list-style: none;
  max-width: 62.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-serviceFlow__item {
  width: 100%;
}
.p-serviceFlow__step {
  display: flex;
  align-items: stretch;
  min-height: 12.125rem;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  background: #f0f8ff;
}
.p-serviceFlow__step.is-alt {
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-serviceFlow__step {
    min-height: 8.75rem;
  }
}
.p-serviceFlow__stepLabel {
  flex: 0 0 9.875rem;
  background: #265a8b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-serviceFlow__step.is-alt .p-serviceFlow__stepLabel {
  background: #e97777;
}
@media screen and (max-width: 767px) {
  .p-serviceFlow__stepLabel {
    flex: 0 0 6.25rem;
  }
}
.p-serviceFlow__stepEn {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1.375rem;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-serviceFlow__stepEn {
    font-size: 1rem;
  }
}
.p-serviceFlow__stepNum {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 4rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-serviceFlow__stepNum {
    font-size: 3rem;
  }
}
.p-serviceFlow__stepBody {
  flex: 1;
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 5.417721519px + 1.8987341772vw, 32px) clamp(24px, 4.5569620253px + 2.5316455696vw, 40px) clamp(20px, 5.417721519px + 1.8987341772vw, 32px) clamp(20px, 5.417721519px + 1.8987341772vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-serviceFlow__stepBody {
    padding: clamp(25.6px, 0px + 8vw, 32px) clamp(22.4px, 0px + 7vw, 28px);
  }
}
.p-serviceFlow__stepTitle {
  font-size: clamp(17px, 13.3544303797px + 0.4746835443vw, 20px);
  font-weight: 700;
  color: #265a8b;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #51aee7;
  position: relative;
  z-index: 1;
}
.p-serviceFlow__step.is-alt .p-serviceFlow__stepTitle {
  color: #4C4C4C;
  border-bottom-color: #e97777;
}
@media screen and (max-width: 767px) {
  .p-serviceFlow__stepTitle {
    font-size: clamp(15px, 3px + 3.75vw, 18px);
  }
}
.p-serviceFlow__stepText {
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  color: #4C4C4C;
  line-height: 1.81;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-serviceFlow__stepText {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
  }
}
.p-serviceFlow__stepDecor {
  position: absolute;
  right: 2rem;
  bottom: -0.875rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .p-serviceFlow__stepDecor {
    font-size: 4.5rem;
    right: 1rem;
    bottom: -0.625rem;
  }
}
.p-serviceFlow__arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #265a8b;
  margin: -1.5rem auto 1.5rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
}
.p-serviceFlow__arrow::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg) translate(-2px, -2px);
}
.p-serviceFlow__arrow.is-alt {
  background: #e97777;
}
@media screen and (max-width: 767px) {
  .p-serviceFlow__arrow {
    width: 2.5rem;
    height: 2.5rem;
    margin: -1.25rem auto 1.25rem;
  }
}

.p-serviceVideo {
  background: #265a8b;
  padding: clamp(48px, 18.835443038px + 3.7974683544vw, 72px) 0 clamp(80px, 21.6708860759px + 7.5949367089vw, 128px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-serviceVideo {
    padding: clamp(51.2px, 0px + 16vw, 64px) 0 clamp(64px, 0px + 20vw, 80px);
  }
}
.p-serviceVideo__waves {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-serviceVideo__waves::before {
  content: "";
  position: absolute;
  top: 27.69%;
  left: 0;
  right: 0;
  height: 4.64%;
  background: url("../img/awasher/wave-top.svg") center/100% 100% no-repeat;
}
.p-serviceVideo__waves::after {
  content: "";
  position: absolute;
  top: 40.61%;
  left: 0;
  right: 0;
  height: 5.79%;
  background: url("../img/awasher/wave-bottom.svg") center/100% 100% no-repeat;
}
.p-serviceVideo__head {
  position: relative;
  text-align: center;
  margin-bottom: clamp(32px, 12.5569620253px + 2.5316455696vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-serviceVideo__head {
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.p-serviceVideo__headEn {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(56px, 7.3924050633px + 6.3291139241vw, 96px);
  font-weight: 700;
  color: #51aee7;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-serviceVideo__headEn {
    font-size: clamp(40px, -24px + 20vw, 56px);
  }
}
.p-serviceVideo__headJa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(22px, 14.7088607595px + 0.9493670886vw, 28px);
  font-weight: 700;
  color: #FFF;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-serviceVideo__headJa {
    font-size: clamp(18px, 2px + 5vw, 22px);
  }
}
.p-serviceVideo__body {
  max-width: 62.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-serviceVideo__video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.16);
  background: #FFF;
}

/*----------▲▲ service ▲▲----------*/
/*----------▼▼ utility ▼▼----------*/
@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spOnly {
    display: inherit !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pcOnly {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

/*----------▲▲ utility ▲▲----------*/
/*# sourceMappingURL=style.css.map */