@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%;
}

@-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: 100px;
  }
}
.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 {
  height: 1.75rem;
}
.l-header__logo a {
  display: block;
  height: 100%;
}
.l-header__logo a img {
  height: 100%;
}
.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 a {
  color: #fff;
  font-size: 0.875rem;
  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: 1.0625rem;
  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.is-scrolled {
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.l-header.is-scrolled .l-header__item a,
.l-header.is-scrolled .l-header__logo {
  color: #4c4c4c;
}
.l-header.is-scrolled .l-header__hamburger span {
  background-color: #4c4c4c;
}
.l-header__inner {
  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;
  width: 2.75rem;
  height: 2.75rem;
  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;
  }
}
.l-header__drawer {
  display: none;
  position: fixed;
  top: var(--header-h);
  left: 0;
  width: 100%;
  height: calc(100dvh - var(--header-h));
  background-color: rgba(38, 90, 139, 0.97);
  overflow-y: auto;
  padding: clamp(32px, 0px + 10vw, 40px) clamp(19.2px, 0px + 6vw, 24px) clamp(48px, 0px + 15vw, 60px);
  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(32px, 0px + 10vw, 40px);
}
.l-header__drawerItem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header__drawerItem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(14.4px, 0px + 4.5vw, 18px) 0;
  color: #fff;
  font-size: clamp(16px, 8px + 2.5vw, 18px);
  font-weight: 700;
}
.l-header__drawerItem a::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.l-header__drawerCta {
  display: flex;
  flex-direction: column;
  gap: clamp(12.8px, 0px + 4vw, 16px);
}
.l-header__drawerCtaBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  border-radius: 1.75rem;
  font-size: clamp(14px, 6px + 2.5vw, 16px);
  font-weight: 700;
  color: #fff;
}
.l-header__drawerCtaBtn.is-recruit {
  background-color: #51aee7;
}
.l-header__drawerCtaBtn.is-contact {
  background-color: #265a8b;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

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

.l-footer {
  background-color: #265a8b;
  color: #fff;
}
.l-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px) clamp(16.4571428571px, 0px + 2.1428571429vw, 30px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: clamp(38.4px, 0px + 12vw, 48px) clamp(19.2px, 0px + 6vw, 24px) clamp(32px, 0px + 10vw, 40px);
  }
}
.l-footer__top {
  display: flex;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  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(200px, 151.3924050633px + 6.3291139241vw, 240px);
}
@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(12px, 10.7848101266px + 0.1582278481vw, 13px);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
.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: 0.8125rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.05em;
}
.l-footer__navList {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.l-footer__navList li a {
  font-size: clamp(13px, 11.7848101266px + 0.1582278481vw, 14px);
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.2s ease;
}
.l-footer__navList li a:hover {
  color: #fff;
}
.l-footer__subNav {
  padding-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .l-footer__subNav {
    padding-top: 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;
}
@media screen and (max-width: 767px) {
  .l-footer__subList {
    gap: clamp(12.8px, 0px + 4vw, 16px);
  }
}
.l-footer__subList li a {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease;
}
.l-footer__subList li a:hover {
  color: #fff;
}
.l-footer__copyright {
  background-color: rgba(0, 0, 0, 0.2);
}
.l-footer__copyrightInner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem clamp(16.4571428571px, 0px + 2.1428571429vw, 30px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyrightInner {
    padding: 1rem clamp(19.2px, 0px + 6vw, 24px);
  }
}
.l-footer__copyrightInner small {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.6);
}

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

/*----------▲▲ 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: 60px;
}
.c-wysiwyg h2 {
  font-weight: normal;
  font-size: 26px;
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
}
.c-wysiwyg h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  border-left: solid 1px #ccc;
}
.c-wysiwyg h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  color: #111;
}
.c-wysiwyg h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #111;
}
.c-wysiwyg h6 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #999;
}
.c-wysiwyg p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  margin-top: 48px;
}
.c-wysiwyg p a {
  text-decoration: underline;
  word-break: break-all;
}
.c-wysiwyg li {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  position: relative;
}
.c-wysiwyg li + li {
  margin-top: 20px;
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin: 30px 0;
}
.c-wysiwyg ul li::before {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.c-wysiwyg ol li:before {
  content: counter(n);
  counter-increment: n;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg img {
  max-width: 100%;
  height: auto;
}
.c-wysiwyg table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
.c-wysiwyg table tr {
  border-bottom: 1px solid #ccc;
}
.c-wysiwyg table th,
.c-wysiwyg table td {
  font-size: 16px;
  color: #333;
  padding: 1em;
}
.c-wysiwyg table th {
  font-weight: bold;
  width: 20%;
  background-color: #F4F3F0;
}
.c-wysiwyg dl {
  line-height: 36px;
}
.c-wysiwyg dl dt {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.c-wysiwyg dl dd {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.c-wysiwyg form {
  margin-top: 100px;
}
.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%;
  margin: 28px 0;
  font-weight: bold;
}
.c-breadcrumb a {
  text-decoration: underline;
}

/*----------▲▲ breadcrumb ▲▲----------*/
/*----------▼▼ home ▼▼----------*/
.p-topFv {
  position: relative;
}
.p-topFv__logo {
  position: absolute;
  width: 5.6875rem;
  height: 4.375rem;
  z-index: 10;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-topFv__logo {
    top: 1rem;
    left: 1rem;
  }
}
.p-topFv__logo img {
  width: clamp(149.2114285714px, 0px + 19.4285714286vw, 272px);
  height: auto;
}
.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;
  height: clamp(444.3428571429px, 0px + 57.8571428571vw, 810px);
}
@media screen and (max-width: 767px) {
  .p-topFv__slide {
    height: max(70vh, 70vw);
  }
}
.p-topFv__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.p-topFv__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 7s 1s ease-out;
}
.p-topFv .swiper-slide[class*=-active] .p-topFv__media img {
  transition-delay: 0s;
  transform: scale(1.05);
}
.p-topFv .swiper-slide[class*=-active] .p-topFv__title {
  animation: topFv-fadeIn 2s 0.5s cubic-bezier(0.2, 1, 0.2, 1) both;
}
.p-topFv .swiper-slide[class*=-active] .p-topFv__text {
  animation: topFv-fadeIn 2s 0.8s cubic-bezier(0.2, 1, 0.2, 1) both;
}
.p-topFv .swiper-slide[class*=-active] .p-topFv__link {
  animation: topFv-fadeIn 2s 1.1s cubic-bezier(0.2, 1, 0.2, 1) both;
}
.p-topFv__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.22);
}
.p-topFv__content {
  position: absolute;
  top: clamp(177.1885714286px, 0px + 23.0714285714vw, 323px);
  left: 0;
  width: 100%;
  padding: 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-topFv__content {
    top: auto;
    bottom: 7.5rem;
    padding: 0 1.5rem;
  }
}
.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);
  }
}
.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: clamp(7.68px, 0px + 1vw, 14px);
  font-weight: bold;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
.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;
}
.p-topFv__button:hover::after {
  transform: translateY(-50%) translateX(0.25rem) rotate(45deg);
}
.p-topFv__thumbArea {
  position: relative;
  z-index: 2;
  background-color: #fff;
  height: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  overflow: visible;
}
.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: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
}
.p-topFv__thumb .swiper-wrapper {
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
}
.p-topFv__thumb .swiper-slide {
  position: relative;
  width: clamp(171.1542857143px, 0px + 22.2857142857vw, 312px);
  cursor: pointer;
}
.p-topFv__thumbInner {
  position: relative;
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}
.p-topFv .swiper-slide-thumb-active .p-topFv__thumbInner {
  transform: translateY(-1.5rem);
}
.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;
}
.p-topFv__thumbMedia img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-topFv__thumbLabel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
.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%;
}

.p-topServices {
  background: #FFF;
}
.p-topServices__body {
  background: #f0f8ff;
  margin-top: clamp(108.0685714286px, 0px + 14.0714285714vw, 197px);
  margin-right: calc(-1 * (30px + max(0px, (100vw - 1400px) / 2)));
}
@media screen and (max-width: 767px) {
  .p-topServices__body {
    margin-right: -5vw;
  }
}
.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;
  }
}
.p-topServices__introMedia {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: calc(50% + 30px + max(0px, (100vw - 1400px) / 2));
  margin-left: calc(-1 * (30px + max(0px, (100vw - 1400px) / 2)));
  margin-top: -10%;
}
.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% + 5vw * 2);
    margin-left: -5vw;
    min-height: clamp(200px, 40px + 50vw, 240px);
  }
}
.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 {
    background: #f0f8ff;
  }
}
.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: static;
    padding-left: 0;
    font-size: clamp(40px, -24px + 20vw, 56px);
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.75rem;
  }
}
.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: clamp(300px, 60px + 75vw, 360px);
  }
}
.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: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-topServices__cardContent {
    padding: clamp(16px, 0px + 5vw, 20px) clamp(16px, 0px + 5vw, 20px) clamp(25.6px, 0px + 8vw, 32px);
  }
}
.p-topServices__cardNum {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(72px, 42.835443038px + 3.7974683544vw, 96px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-topServices__cardNum {
    font-size: clamp(56px, -8px + 20vw, 72px);
  }
}
.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(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-topServices__cardText {
    font-size: clamp(13px, 1px + 3.75vw, 16px);
    margin-bottom: clamp(16px, 0px + 5vw, 20px);
  }
}
.p-topServices__cardLink {
  display: inline-flex;
  align-items: center;
  justify-content: right;
  gap: 0.75rem;
  color: #fff;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-topServices__cardLinkText {
    font-size: clamp(12px, 4px + 2.5vw, 14px);
  }
}

.p-topStrengths {
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0;
}
.p-topStrengths__en {
  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;
  margin-bottom: clamp(-28.5257142857px, 0px + -3.7142857143vw, -52px);
}
@media screen and (max-width: 767px) {
  .p-topStrengths__en {
    font-size: clamp(40px, -24px + 20vw, 56px);
    margin-bottom: clamp(-22.4px, 0px + -7vw, -28px);
  }
}
.p-topStrengths__head {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0 clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
.p-topStrengths__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: #265a8b;
  line-height: 1.43;
  margin-bottom: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-topStrengths__heading {
    font-size: clamp(18px, 2px + 5vw, 22px);
  }
}
.p-topStrengths__lead {
  font-size: clamp(16px, 11.1392405063px + 0.6329113924vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-topStrengths__lead {
    font-size: clamp(14px, 6px + 2.5vw, 16px);
  }
}
.p-topStrengths__items {
  max-width: 68.75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-topStrengths__items {
    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;
}
@media screen and (max-width: 767px) {
  .p-topStrengths__itemMedia {
    width: 100%;
    height: clamp(160px, 0px + 50vw, 200px);
  }
}
.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(16px, 0px + 5vw, 20px);
  }
}
.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(10px, 2px + 2.5vw, 12px);
  }
}
.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(21.9428571429px, 0px + 2.8571428571vw, 40px) 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(19.2px, 0px + 6vw, 24px) 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;
  }
}
.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-topUsecase {
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0 clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
.p-topUsecase__en {
  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(-28.5257142857px, 0px + -3.7142857143vw, -52px);
}
@media screen and (max-width: 767px) {
  .p-topUsecase__en {
    font-size: clamp(40px, -24px + 20vw, 56px);
    margin-bottom: clamp(-22.4px, 0px + -7vw, -28px);
  }
}
.p-topUsecase__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;
  line-height: 1.43;
  margin-bottom: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topUsecase__heading {
    font-size: clamp(18px, 2px + 5vw, 22px);
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.p-topUsecase__cards {
  display: flex;
  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) {
  .p-topUsecase__cards {
    flex-direction: column;
    gap: clamp(16px, 0px + 5vw, 20px);
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.p-topUsecase__card {
  flex: 1;
  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;
}
.p-topUsecase__card:hover .p-topUsecase__cardMedia img {
  transform: scale(1.05);
}
.p-topUsecase__card:hover .p-topUsecase__cardArrow {
  background-color: #265a8b;
  border-color: #265a8b;
}
.p-topUsecase__card:hover .p-topUsecase__cardArrowIcon {
  border-top-color: #fff;
  border-right-color: #fff;
  transform: rotate(90deg) translateX(1px) translateY(-3px);
}
@media screen and (max-width: 767px) {
  .p-topUsecase__card {
    border-radius: 0 0 0.5rem 0;
  }
}
.p-topUsecase__cardMedia {
  height: clamp(220px, 142.2278481013px + 10.1265822785vw, 284px);
  overflow: hidden;
  position: relative;
}
.p-topUsecase__cardMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.p-topUsecase__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;
}
.p-topUsecase__cardLabel span {
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 700;
  color: #fff;
}
.p-topUsecase__cardLabel.is-security {
  background-color: #265a8b;
}
.p-topUsecase__cardLabel.is-cleaning {
  background-color: #51aee7;
}
.p-topUsecase__cardLabel.is-staffing {
  background-color: #4c4c4c;
}
.p-topUsecase__cardBody {
  padding: clamp(16.4571428571px, 0px + 2.1428571429vw, 30px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 10.375rem;
}
.p-topUsecase__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) {
  .p-topUsecase__cardTitle {
    font-size: clamp(15px, 3px + 3.75vw, 18px);
  }
}
.p-topUsecase__cardCompany {
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  font-weight: 700;
  color: #265a8b;
  line-height: 1.4;
}
.p-topUsecase__cardArrow {
  position: absolute;
  bottom: -1.8125rem;
  right: -1.8125rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #4C4C4C;
  transition: background-color 0.3s ease;
}
.p-topUsecase__cardArrowIcon {
  display: block;
  position: absolute;
  top: 1rem;
  left: 0.875rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(90deg) translateX(-2px);
  transition: 0.3s ease;
}
.p-topUsecase__more {
  text-align: center;
}
.p-topUsecase__moreBtn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  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;
}
.p-topUsecase__moreBtn:hover {
  background-color: #265a8b;
  color: #fff;
}
.p-topUsecase__moreBtn:hover .p-topUsecase__moreBtnIcon {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-topUsecase__moreBtn {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
    height: 3.5rem;
  }
}
.p-topUsecase__moreBtnIcon {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #265a8b;
  border-right: 2px solid #265a8b;
  transform: rotate(45deg) translateX(-2px);
  transition: border-color 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 {
  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-topNews__en {
    font-size: clamp(40px, -24px + 20vw, 56px);
    margin-bottom: clamp(-22.4px, 0px + -7vw, -28px);
  }
}
.p-topNews__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;
  line-height: 1.43;
  margin-bottom: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topNews__heading {
    font-size: clamp(18px, 2px + 5vw, 22px);
    margin-bottom: clamp(32px, 0px + 10vw, 40px);
  }
}
.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(21.9428571429px, 0px + 2.8571428571vw, 40px) 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 {
  border-bottom: 2px solid #ccc;
}
.p-topNews__item:first-child {
  border-top: 2px solid #ccc;
}
.p-topNews__link {
  display: flex;
  align-items: center;
  gap: clamp(16px, 6.2784810127px + 1.2658227848vw, 24px);
  padding: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) 0;
  color: inherit;
  transition: opacity 0.3s ease;
}
.p-topNews__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-topNews__link {
    flex-wrap: wrap;
    gap: clamp(9.6px, 0px + 3vw, 12px) clamp(12.8px, 0px + 4vw, 16px);
    padding: clamp(12.8px, 0px + 4vw, 16px) 0;
  }
}
.p-topNews__date {
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 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__tag {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  min-width: 5rem;
  padding: 0 0.5rem;
  border-radius: 0.75rem;
  background-color: #d9d9d9;
  font-size: clamp(10px, 7.5696202532px + 0.3164556962vw, 12px);
  font-weight: 700;
  color: #4c4c4c;
  white-space: nowrap;
}
.p-topNews__title {
  font-size: clamp(14px, 11.5696202532px + 0.3164556962vw, 16px);
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-topNews__title {
    font-size: clamp(13px, 5px + 2.5vw, 15px);
    width: 100%;
  }
}
.p-topNews__btns {
  display: flex;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  justify-content: center;
  max-width: 75rem;
  margin: 0 auto;
}
@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 {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  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;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateX(-2px);
}

.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: clamp(0px, -121.5189873418px + 15.8227848101vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-topAbout__row.is-company .p-topAbout__rowPanel {
    margin-left: 0;
  }
}
.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;
}
.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);
}
@media screen and (max-width: 767px) {
  .p-topAbout__rowTitle {
    font-size: clamp(20px, 4px + 5vw, 24px);
  }
}
.p-topAbout__rowBtn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  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;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateX(-2px);
}

.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);
  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;
    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(14px, 9.1392405063px + 0.6329113924vw, 18px);
  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(14px, 6px + 2.5vw, 16px);
  }
}
.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 {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  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;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateX(-2px);
}

@keyframes topFv-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
/*----------▲▲ home ▲▲----------*/
/*----------▼▼ page-404 ▼▼----------*/
/*----------▲▲ page_404 ▲▲----------*/
/*----------▼▼ archive ▼▼----------*/
/*----------▲▲ archive ▲▲----------*/
/*----------▼▼ single ▼▼----------*/
/*----------▲▲ single ▲▲----------*/
/*----------▼▼ 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 */