@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*
var
 _________________________________________________________*/
:root {
  --spacer-1:16px;
  --spacer-2:32px;
  --spacer-3:48px;
  --spacer-4:96px;
  --box-shadow: 0 0 10px rgba(0,0,0,.1);
}

@media screen and (max-width: 800px) {
  :root {
    --spacer-1:8px;
    --spacer-2:16px;
    --spacer-3:24px;
    --spacer-4:48px;
  }
}
/*
base
 _________________________________________________________*/
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 800px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
  overflow-x: clip;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  overflow: clip;
}

input, textarea, select, button {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a img:hover {
  opacity: 0.7;
}

em {
  font-style: normal;
}

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

::-moz-selection {
  background-color: #ccc;
  color: #fff;
}

::selection {
  background-color: #ccc;
  color: #fff;
}

sub {
  bottom: 0;
}

/*
link color
 _________________________________________________________*/
a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #EA5504;
}

/*
base
 _________________________________________________________*/
.wrapper {
  overflow: hidden;
  position: relative;
}

.l-main {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 800px) {
  .l-main {
    padding-top: 60px;
  }
}

.top .l-main {
  padding-top: 0;
}

.content {
  padding: var(--spacer-4) 0;
  position: relative;
  padding-left: min(5%, 20px);
  padding-right: min(5%, 20px);
}
.content:first-child {
  padding-top: var(--spacer-3);
}

.content--pad0 {
  padding-top: 0;
}

.content-inner {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .content-inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .content-inner {
    padding: 0 5%;
  }
}

.content-title {
  width: 100%;
  text-align: center;
  margin-bottom: var(--spacer-3);
  letter-spacing: 0.1em;
  font-size: 2em;
}
@media screen and (max-width: 800px) {
  .content-title {
    font-size: 1.8em;
  }
}
.content-title span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.content-title .char {
  transform: translateY(160px);
  transition: transfrom 0.5s;
  background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2em;
}
@media screen and (max-width: 800px) {
  .content-title .char {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 800px) {
  .content-title {
    margin-bottom: var(--spacer-2);
    font-size: 2.2rem;
  }
}

.content-description {
  max-width: 80%;
  margin: var(--spacer-3) auto;
  color: #3E3E3E;
}
@media screen and (max-width: 800px) {
  .content-description {
    max-width: 100%;
  }
}

p.content-description {
  margin: var(--spacer-3) auto;
}

.page-title {
  position: relative;
  padding: var(--spacer-3) var(--spacer-2);
  max-width: calc(1120px + var(--spacer-4));
  margin: 0 auto;
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 0 var(--spacer-2);
  grid-template-areas: "page-title__title page-title__title page-title__title" "page-title__english page-title__line page-title__descropiton";
}
@media screen and (max-width: 800px) {
  .page-title {
    padding: var(--spacer-3) var(--spacer-3);
    margin-bottom: var(--spacer-2);
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    gap: 0px var(--spacer-3);
    grid-template-areas: "page-title__title page-title__title" "page-title__english page-title__line" "page-title__descropiton page-title__descropiton";
  }
}

.page-title__title {
  grid-area: page-title__title;
}

.page-title__english {
  grid-area: page-title__english;
}

.page-title__line {
  grid-area: page-title__line;
}

.page-title__descropiton {
  grid-area: page-title__descropiton;
}

.page-title__title {
  font-size: 2.1em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 800px) {
  .page-title__title {
    font-size: 2.2em;
  }
}

.page-title__line {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page-title__line:after {
  content: "";
  background: linear-gradient(90deg, #4CAEF4 0%, #F18D00 100%);
  width: 100%;
  height: 1px;
  display: block;
}

.page-title__english {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  color: #0869AF;
}

.section-title {
  background: url("../images/section_title.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  color: #fff;
  height: 30vh;
  min-height: 400px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media screen and (max-width: 800px) {
  .section-title {
    background-attachment: scroll;
    height: 20vh;
  }
}

.section-title__title {
  background: #fff;
  color: #000;
  padding: var(--spacer-1) var(--spacer-4);
  font-size: 1.8em;
  position: relative;
  display: block;
  border-radius: 4px 4px 0 0;
}
.section-title__title:after {
  content: "";
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
  height: 1px;
  background: #0869AF;
}
@media screen and (max-width: 800px) {
  .section-title__title {
    font-size: 1.6em;
  }
}

.page-nav__list {
  max-width: 1120px;
  margin: 0 auto var(--spacer-3) auto;
  display: flex;
  justify-content: center;
  gap: var(--spacer-1);
}
@media screen and (max-width: 800px) {
  .page-nav__list {
    flex-wrap: wrap;
    padding: var(--spacer-2) 5%;
  }
}

.page-nav__item {
  width: 24%;
  text-align: center;
  transition: 0.3s;
}
.page-nav__item a {
  color: #fff;
  display: block;
  text-decoration: none;
  background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
  height: 100%;
  display: block;
  padding: var(--spacer-2) var(--spacer-1);
  border-radius: 4px;
}
@media screen and (max-width: 800px) {
  .page-nav__item {
    width: 48%;
  }
}

.l-header {
  padding: 0 3%;
  width: 100%;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
}
.l-header:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.4s;
}

.l-header.is-fixed:before {
  opacity: 1;
}

.header {
  height: 100px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  position: relative;
}
.header a {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .header {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  .header {
    height: 60px;
  }
}

.header-logo {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .header-logo img {
    width: 200px;
  }
}

.header-nav {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    transition: 0.5s;
    padding: 10%;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    opacity: 0.9;
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
  }
}

.header-nav.is-active {
  right: 0;
  top: 0;
  display: flex;
}

.header-nav__list {
  align-items: center;
  display: flex;
  gap: 32px;
  padding: 0 30px;
}
.home .header-nav__list {
  background: rgba(220, 220, 220, 0.6);
}
@media screen and (max-width: 800px) {
  .home .header-nav__list {
    background: none;
  }
}
.is-fixed .header-nav__list {
  background: none;
}
@media screen and (max-width: 1200px) {
  .header-nav__list {
    gap: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .header-nav__list {
    gap: 0;
    flex-direction: column;
  }
}
.header-nav__list a {
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
.header-nav__list a span {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8em;
}
.header-nav__list a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(234, 85, 4) 0%, rgb(241, 141, 0) 100%);
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header-nav__list a:hover {
  font-weight: 700;
}
.header-nav__list a:hover::after {
  visibility: visible;
  bottom: -10px;
  opacity: 1;
}
.header-nav__list a span {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header-nav__list a span {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .header-nav__list li {
    display: block;
    width: 100%;
    padding: 16px 0;
  }
}

.header-nav__button {
  line-height: 1;
}
.header-nav__button a {
  min-width: auto;
  padding: 16px 48px;
}
@media screen and (max-width: 1200px) {
  .header-nav__button a {
    padding: 16px 32px;
  }
}
@media screen and (max-width: 1000px) {
  .header-nav__button a {
    width: 100%;
    padding: 24px;
  }
}

.sp-header-button {
  display: none;
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 1001;
}
@media screen and (max-width: 1000px) {
  .sp-header-button {
    display: block;
  }
}

/*ボタン内側*/
.sp-header-button span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background: #EA5504;
  width: 45%;
}

.sp-header-button span:nth-of-type(1) {
  top: 15px;
}

.sp-header-button span:nth-of-type(2) {
  top: 23px;
}

.sp-header-button span:nth-of-type(3) {
  top: 31px;
}

.sp-header-button.is-active span:nth-of-type(1),
.sp-header-button.is-active span:nth-of-type(3) {
  top: 23px;
}

.l-footer {
  background-color: #fff;
}

.footer-content {
  padding: var(--spacer-4) var(--spacer-2);
  margin: 0 auto;
  max-width: 1120px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: "footer-logo footer-nav" "footer-logo footer-copyright";
}
.footer-content a {
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--spacer-4) 5%;
    gap: var(--spacer-2);
  }
}

.footer-nav {
  grid-area: footer-nav;
}

.footer-logo {
  grid-area: footer-logo;
}

.footer-copyright {
  grid-area: footer-copyright;
}

.footer-logo img {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .footer-logo {
    text-align: center;
  }
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: end;
}
@media screen and (max-width: 1000px) {
  .footer-nav__list {
    justify-content: center;
  }
}

.footer-copyright {
  padding-top: 16px;
  text-align: right;
  font-size: 1.2rem;
  color: #8c8c8c;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  .footer-copyright {
    text-align: center;
    font-size: 1rem;
  }
}

.bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.video-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1600px;
}

.video-wrapper::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(9, 2, 108, 0.15);
}

.bg video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-mv {
  width: 100%;
  height: 100vh;
}

.top-mv__catch {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 800px) {
  .top-mv__catch {
    font-size: 6vw;
  }
}
.top-mv__catch p {
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  margin: 1vw 0;
}
.top-mv__catch .char {
  transform: translateY(130px);
  transition: transfrom 0.5s;
}

.top-mv__catch__2 {
  font-size: 0.6em;
}

/*
 about
___________*/
.top-about {
  background-color: #fff;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto var(--spacer-4) auto;
  top: 20px;
  position: relative;
}

.top-about__inner {
  display: flex;
  padding: 0 64px;
  align-items: center;
  box-shadow: var(--box-shadow);
}
@media screen and (max-width: 1200px) {
  .top-about__inner {
    padding: 0 32px;
  }
}
@media screen and (max-width: 1000px) {
  .top-about__inner {
    flex-direction: column;
  }
}

.top-about__text {
  flex-shrink: 0;
  width: 100%;
  padding: var(--spacer-3) 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top-about__text {
    width: 100%;
    padding-bottom: var(--spacer-3);
  }
}

.top-about__text__title {
  margin-bottom: var(--spacer-2);
  text-align: center;
}
.top-about__text__title img {
  width: 60%;
  max-width: 400px;
  margin-bottom: var(--spacer-1);
}
.top-about__text__title p {
  color: #001A60;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .top-about__text__title {
    text-align: center;
  }
  .top-about__text__title img {
    width: 80%;
  }
}

.top-about__text__description {
  line-height: 2;
}

/*
 achievement
___________*/
.top-achievement {
  background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.top-achievement__list {
  gap: var(--spacer-2);
  display: flex;
}
.top-achievement__list ul {
  display: flex;
  gap: var(--spacer-2);
}
.top-achievement__list li {
  background-color: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: var(--spacer-1);
  width: 160px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .top-achievement__list li {
    width: 120px;
    height: 100px;
  }
}
.top-achievement__list li img {
  max-width: 100%;
}

.top-achievement__list--first {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.top-achievement__list--second {
  animation: infinity-scroll-right 30s infinite linear 0.5s both;
}

@media screen and (max-width: 800px) {
  .top-achievement__list--second,
  .top-achievement__list--first {
    animation-duration: 10s;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.top-achievement__title {
  text-align: center;
  color: #fff;
  padding: var(--spacer-2);
}
.top-achievement__title h2 {
  font-size: 2em;
  letter-spacing: 0.1em;
}
.top-achievement__title h2 span {
  background: linear-gradient(90deg, rgb(234, 85, 4) 0%, rgb(241, 141, 0) 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3em;
  padding: 0 5px;
}

/*
 strengths
___________*/
.top-strengths {
  background-color: #fff;
}

.top-strengths__title {
  text-align: center;
  margin-bottom: var(--spacer-3);
  font-size: 1.8em;
}

.top-strengths__list {
  display: flex;
  padding: 0;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .top-strengths__list {
    flex-direction: column;
    width: 100%;
  }
}

.strenghs-item {
  width: 33.33333%;
  padding: 24px;
  text-align: center;
  border-right: 1px solid #CDCDCD;
}
.strenghs-item:last-child {
  border-right: none;
}
@media screen and (max-width: 1000px) {
  .strenghs-item {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #CDCDCD !important;
    margin-top: var(--spacer-2);
    border-radius: 4px;
  }
  .strenghs-item:first-child {
    margin-top: 0;
  }
}

.strenghs-item__title {
  font-size: 1.2em;
  color: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #001A60;
}
.strenghs-item__title em {
  font-size: 1.8em;
  color: #EA5504;
}

.strenghs-item__text {
  font-size: 1.2em;
  line-height: 30px;
}
.strenghs-item__text em {
  font-size: 1.4em;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  color: #0869AF;
  display: inline-block;
  margin: 0 5px;
}
.strenghs-item__text em.strenghs-count {
  font-size: 1.8em;
  color: #001A60;
}

/*
 event
___________*/
.top-event {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.top-event__title {
  text-align: center;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: var(--spacer-3);
  letter-spacing: 0.2em;
}

.top-event__title__logo {
  width: 200px;
  height: auto;
  display: inline-block;
}

.top-event__list {
  display: flex;
  gap: 32px;
  padding: 0 var(--spacer-3);
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .top-event__list {
    flex-direction: column;
    width: 100%;
  }
}

.event-item {
  background-color: #fff;
  box-shadow: var(--box-shadow);
  padding: 24px;
  text-align: center;
}
.event-item:nth-child(2) {
  margin-top: 32px;
}
@media screen and (max-width: 1000px) {
  .event-item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .event-item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.event-item__title {
  font-size: 1.3em;
}
.event-item__title small {
  font-size: 0.8em;
}

.event-item__photo {
  height: 170px;
  text-align: center;
  margin-top: var(--spacer-1);
  margin-bottom: var(--spacer-1);
}
.event-item__photo img {
  max-width: 170px;
}

.event-item__text {
  font-size: 0.9em;
}

.top-event__catch {
  margin-top: var(--spacer-3);
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  -webkit-clip-path: polygon(0 0, 120% 0, 120% 120%, 0% 120%);
          clip-path: polygon(0 0, 120% 0, 120% 120%, 0% 120%);
}
.top-event__catch .char {
  transform: translateY(-100px);
  transition: transfrom 0.5s;
}
@media screen and (max-width: 800px) {
  .top-event__catch {
    font-size: 1.4em;
  }
}
.top-event__catch .em {
  color: #EA5504;
  display: inline-block;
  position: relative;
}
.top-event__catch .em-line {
  height: 1px;
  width: 100%;
  background-color: #EA5504;
  display: block;
  top: 5px;
  position: relative;
}

/*
 service
___________*/
.top-service {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: var(--spacer-4);
  padding-bottom: var(--spacer-4);
}

.top-service__title {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: var(--spacer-4);
}
.top-service__title .content-title {
  width: 31%;
  margin-bottom: 0;
}
.top-service__title p {
  font-size: 1.3em;
}
@media screen and (max-width: 800px) {
  .top-service__title {
    flex-direction: column;
    gap: 16px;
  }
  .top-service__title .content-title {
    width: 100%;
  }
}

.top-service__list {
  max-width: 1600px;
  margin: 0 auto;
}

.top-service__item__text h3 {
  font-size: 2.3em;
}
@media screen and (max-width: 800px) {
  .top-service__item__text h3 {
    font-size: 1.8em;
  }
}

.top-service__item {
  background-color: #EFEFEF;
  display: flex;
  gap: var(--spacer-2);
  margin-bottom: var(--spacer-4);
}
.top-service__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.top-service__item:nth-child(2n) .top-service__item__text {
  padding-left: var(--spacer-2);
  padding-right: 0;
}
.top-service__item:nth-child(2n) .top-service__item__photo figcaption {
  left: auto;
  right: 32px;
}
.top-service__item:nth-child(2n) .top-service__item__photo img {
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 800px) {
  .top-service__item:nth-child(2n) .top-service__item__photo img {
    border-radius: 0 3px 3px 0;
  }
}
.top-service__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .top-service__item {
    gap: 0;
  }
}

.top-service__item__photo {
  width: calc(50% - var(--spacer-1));
  position: relative;
  top: -16px;
}
.top-service__item__photo a {
  border-radius: 0 3px 3px 0;
  overflow: hidden;
  display: block;
}
.top-service__item__photo a img {
  transform: scale(1, 1);
  transition: 0.4s;
}
.top-service__item__photo a img:hover {
  transform: scale(1.15, 1.15);
  opacity: 1;
}
.top-service__item__photo figcaption {
  position: absolute;
  bottom: 0;
  left: 32px;
}
.top-service__item__photo figcaption span {
  line-height: 1;
  background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 6em;
  opacity: 0.6;
}

.top-service__item__text {
  width: calc(50% - var(--spacer-1));
  padding-right: var(--spacer-2);
  padding-top: var(--spacer-3);
  padding-bottom: var(--spacer-3);
}
.top-service__item__text .title {
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: var(--spacer-1);
  position: relative;
  display: block;
  text-decoration: none;
}
.top-service__item__text .title dt {
  font-weight: normal;
}
.top-service__item__text .title dt h3 {
  transition: 0.4s;
}
.top-service__item__text .title:hover {
  color: #000;
}
.top-service__item__text .title:after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 10px;
  border-top: 1px solid #001A60;
  border-right: 1px solid #0869AF;
  transform: rotate(45deg);
  transition: 0.4s;
}
.top-service__item__text .title:hover:after {
  right: 20px;
}
.top-service__item__text .text {
  padding-top: var(--spacer-1);
  font-size: 0.9em;
}

@media screen and (max-width: 800px) {
  .top-service__item {
    flex-direction: column !important;
  }
  .top-service__item__photo {
    width: 95%;
  }
  .top-service__item__photo figcaption {
    left: auto !important;
    right: -4% !important;
  }
  .top-service__item__text {
    width: 100%;
    padding-right: 0 !important;
    padding: 0 var(--spacer-3) var(--spacer-3) var(--spacer-3) !important;
  }
}
/*
 news
___________*/
.top-news {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.top-news__wrapper {
  display: grid;
  grid-template-columns: 40% auto;
  grid-template-rows: 50% auto;
  gap: 32px;
}
@media screen and (max-width: 800px) {
  .top-news__wrapper {
    display: block;
  }
}

.top-news__title {
  grid-area: 1/1/2/2;
}

.top-news__button {
  grid-area: 2/1/3/2;
}

.top-news__body {
  grid-area: 1/2/3/3;
}

.top-news__title {
  align-self: self-end;
}
.top-news__title .content-title {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.1;
}
@media screen and (max-width: 800px) {
  .top-news__title .content-title {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .top-news__title {
    margin-bottom: var(--spacer-3);
  }
}

@media screen and (max-width: 800px) {
  .top-news__body {
    margin-bottom: var(--spacer-3);
  }
}

@media screen and (max-width: 800px) {
  .top-news__button {
    text-align: right;
  }
}

.news-item {
  border-bottom: 1px solid #CDCDCD;
  padding: 16px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 16px 16px;
  align-items: center;
  grid-template-areas: "news-item__time news-item__cat" "news-item__text news-item__text";
}
.news-item a {
  text-decoration: none;
}

.news-item__time {
  grid-area: news-item__time;
}

.news-item__cat {
  grid-area: news-item__cat;
}

.news-item__text {
  grid-area: news-item__text;
}

.news-item__time {
  color: #001A60;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

.news-item__cat span {
  display: inline-block;
  border: 1px solid #0869AF;
  color: #0869AF;
  font-size: 10px;
  padding: 4px 12px;
  margin-right: 8px;
  line-height: 1;
  border-radius: 2px;
}

/*
 service
___________*/
.service#concierge .section-title {
  background-image: url("../images/section_title_concierge.jpg");
}

.service#logi .section-title {
  background-image: url("../images/section_title_logi.jpg");
}

.service#store .section-title {
  background-image: url("../images/section_title_store.jpg");
}

.service#cleaning .section-title {
  background-image: url("../images/section_title_cleaning.jpg");
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacer-2);
  margin: var(--spacer-3) auto;
}
@media screen and (max-width: 800px) {
  .service-list {
    flex-direction: column;
  }
}

.service-list__item {
  background: linear-gradient(90deg, rgb(234, 85, 4) 0%, rgb(241, 141, 0) 100%);
  border-radius: 50%;
  padding: 1px;
}
@media screen and (max-width: 800px) {
  .service-list__item {
    border-radius: 4px;
    display: block;
  }
}
.service-list__item a {
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .service-list__item a {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    padding: var(--spacer-1) var(--spacer-2);
  }
}
.service-list__item a:hover dl:after {
  bottom: -45px;
}
@media screen and (max-width: 800px) {
  .service-list__item a:hover dl:after {
    bottom: auto;
  }
}
.service-list__item dl {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .service-list__item dl {
    text-align: left;
  }
}
.service-list__item dl dt {
  font-size: 1.4em;
  font-weight: normal;
}
.service-list__item dl dd {
  font-size: 1.2em;
  background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
}
.service-list__item dl:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: calc(50% - 13px);
  display: inline-block;
  width: 26px;
  height: 26px;
  border-top: 1px solid #001A60;
  border-right: 1px solid #0869AF;
  transform: rotate(135deg);
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  .service-list__item dl:after {
    left: auto;
    right: 20px;
    bottom: auto;
    top: calc(50% - 5px);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
  }
}

.service-detail {
  position: relative;
  margin: 0;
  padding: calc(var(--spacer-3) + 10px) 0 var(--spacer-3) 0;
}
.service-detail:before {
  content: "";
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, rgb(234, 85, 4) 0%, rgb(241, 141, 0) 100%);
  display: block;
  max-width: 1120px;
  margin: 0 auto;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 800px) {
  .service-detail:before {
    height: 5px;
  }
}
.service-detail__summary {
  margin: 0 auto;
}
.service-detail__heading {
  border-bottom: 2px solid #0869AF;
}
.service-detail__heading em {
  display: block;
  font-size: 1.15em;
  background: #efefef;
  padding: 10px 6px;
}
.service-detail__wrapper {
  display: flex;
  justify-content: space-between;
}
.service-detail__wrapper__onecolumn {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .service-detail__wrapper {
    display: block;
  }
}
.service-detail__item {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.service-detail__item figure {
  align-self: flex-end;
}
@media screen and (max-width: 800px) {
  .service-detail__item {
    width: 100%;
  }
  .service-detail__item:nth-child(1) {
    margin-bottom: 2em;
  }
}
.service-detail .m-box-small {
  width: 48%;
  min-width: 500px;
}
@media screen and (max-width: 1200px) {
  .service-detail .m-box-small .m-list-2column {
    display: flex;
  }
  .service-detail .m-box-small .m-list-2column li {
    width: 45%;
  }
}
@media screen and (max-width: 800px) {
  .service-detail .m-box-small {
    min-width: auto;
    width: 100%;
  }
  .service-detail .m-box-small .m-list-2column li {
    width: 100%;
  }
}

.service-detail__title {
  margin-bottom: var(--spacer-2);
}
.service-detail__title em {
  font-size: 2em;
  letter-spacing: 0.1em;
  display: block;
}
.service-detail__title h3 {
  background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
}
@media screen and (max-width: 800px) {
  .service-detail__title em {
    font-size: 1.6em;
  }
  .service-detail__title h3 {
    background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2.2em;
  }
}

.service-sales-point {
  margin-top: var(--spacer-3);
  position: relative;
}

.service-sales-point__list {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-2);
}

.service-sales-point__item {
  width: 50%;
  border-radius: 4px;
  background: linear-gradient(90deg, rgb(234, 85, 4) 0%, rgb(241, 141, 0) 100%);
  border-radius: 4px;
  padding: 2px;
}
.service-sales-point__item:nth-child(2) {
  margin-left: 17%;
}
.service-sales-point__item:nth-child(3) {
  margin-left: 33%;
}
.service-sales-point__item:nth-child(4) {
  margin-left: 50%;
}
.service-sales-point__item:nth-child(even) {
  background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
}
@media screen and (max-width: 800px) {
  .service-sales-point__item {
    width: 80%;
    margin-left: 0 !important;
  }
  .service-sales-point__item:nth-child(even) {
    align-self: flex-end;
  }
}

.service-sales-point__item__body {
  background-color: #fff;
  padding: var(--spacer-2);
}

.service-sales-point__icon {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service-sales-point__icon li {
  position: absolute;
  display: block;
}
.service-sales-point__icon li:nth-child(1) {
  top: -20px;
  right: 0;
}
.service-sales-point__icon li:nth-child(2) {
  top: 130px;
  right: 160px;
}
.service-sales-point__icon li:nth-child(3) {
  top: 240px;
  right: -20px;
}
.service-sales-point__icon li:nth-child(4) {
  top: 30%;
  left: -20px;
}
.service-sales-point__icon li:nth-child(5) {
  top: 50%;
  left: 13%;
}
.service-sales-point__icon li:nth-child(6) {
  bottom: 0;
  left: 30%;
}
@media screen and (max-width: 800px) {
  .service-sales-point__icon li {
    width: 60px;
    height: 60px;
  }
  .service-sales-point__icon li:nth-child(1) {
    top: 20px;
    right: -10px;
  }
  .service-sales-point__icon li:nth-child(2) {
    top: auto;
    right: auto;
    left: -10px;
    bottom: 30px;
  }
  .service-sales-point__icon li:nth-child(3) {
    top: 50%;
    right: -10px;
  }
  .service-sales-point__icon li:nth-child(4) {
    top: 25%;
    left: -20px;
  }
  .service-sales-point__icon li:nth-child(5),
  .service-sales-point__icon li:nth-child(6) {
    display: none;
  }
}

.service-benefit-point {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .service-benefit-point {
    flex-direction: column;
  }
}

.service-benefit-point__item {
  width: 33.3333%;
  text-align: center;
  padding: var(--spacer-3) var(--spacer-1);
  border-right: 1px solid #CDCDCD;
}
@media screen and (max-width: 800px) {
  .service-benefit-point__item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #CDCDCD;
  }
}
.service-benefit-point__item:last-child {
  border-right: none;
}
@media screen and (max-width: 800px) {
  .service-benefit-point__item:last-child {
    border-bottom: none;
  }
}
.service-benefit-point__item dt {
  color: #001A60;
  font-size: 0.9em;
  margin-bottom: var(--spacer-1);
}
.service-benefit-point__item dd {
  font-weight: 600;
  font-size: 1.2em;
}
.service-benefit-point__item dd em {
  color: #EA5504;
  font-size: 1.3em;
}

.service-recruit-point {
  margin-top: var(--spacer-4);
  display: grid;
  grid-template-columns: 26% 40% 26%;
  grid-template-rows: auto auto;
  gap: var(--spacer-2) 4%;
  grid-template-areas: "service-recruit_point__method--1 service-recruit-point__circle service-recruit_point__method--3" "service-recruit_point__method--2 service-recruit-point__circle service-recruit_point__method--4";
}
@media screen and (max-width: 800px) {
  .service-recruit-point {
    display: flex;
    flex-direction: column;
    gap: var(--spacer-3);
  }
}

.service-recruit-point__circle {
  grid-area: service-recruit-point__circle;
}

.service-recruit_point__method--1 {
  grid-area: service-recruit_point__method--1;
}

.service-recruit_point__method--2 {
  grid-area: service-recruit_point__method--2;
}

.service-recruit_point__method--3 {
  grid-area: service-recruit_point__method--3;
}

.service-recruit_point__method--4 {
  grid-area: service-recruit_point__method--4;
}

@media screen and (max-width: 800px) {
  .service-recruit-point__circle {
    text-align: center;
  }
  .service-recruit-point__circle img {
    width: 80%;
  }
}

.service-recruit_point__method dt {
  background: #0869AF;
  border-radius: 4px;
  color: #fff;
  padding: calc(var(--spacer-1) / 2) var(--spacer-1);
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: var(--spacer-1);
}
.service-recruit_point__method dd {
  font-size: 0.9em;
}
.service-recruit_point__method .method-2column {
  display: flex;
  gap: 2%;
  justify-content: space-between;
}
.service-recruit_point__method .method-2column .method-2column__item {
  width: 48%;
}

.service-nw {
  background: url("../images/section_title.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-template-areas: "service-nw__title service-nw__content";
}
@media screen and (max-width: 800px) {
  .service-nw {
    background-attachment: scroll;
    height: auto;
    display: block;
  }
}

.service-nw__title {
  grid-area: service-nw__title;
}

.service-nw__content {
  grid-area: service-nw__content;
}

.service-nw__title {
  text-align: center;
  color: #000;
  position: relative;
  padding: var(--spacer-4) 0;
}

.service-nw__title__title {
  display: block;
  position: sticky;
  top: 200px;
}
.service-nw__title__title em {
  font-size: 3em;
  letter-spacing: 0.1em;
  color: #001A60;
}
.service-nw__title__title small {
  background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  display: block;
}
@media screen and (max-width: 800px) {
  .service-nw__title__title {
    position: static;
  }
  .service-nw__title__title em {
    font-size: 2.4em;
  }
}

.service-nw__content {
  padding: var(--spacer-4) 5%;
  color: #fff;
  position: relative;
  flex-shrink: 0;
  background-color: rgba(0, 26, 96, 0.7);
}

.service-nw__item {
  background-color: #fff;
  border-radius: 4px;
  padding: var(--spacer-2);
  margin-top: var(--spacer-3);
  position: relative;
}
@media screen and (max-width: 800px) {
  .service-nw__item {
    margin-top: var(--spacer-4);
  }
}

.service-nw__item {
  color: #000;
}

.service-nw__item__title {
  color: #001A60;
  margin-bottom: var(--spacer-1);
}
.service-nw__item__title em {
  font-size: 1.2em;
}
.service-nw__item__title h4 {
  color: #EA5504;
  font-size: 1.7em;
}

.service-nw__no {
  position: absolute;
  top: -60px;
  right: 10px;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 5em;
  opacity: 0.4;
}
@media screen and (max-width: 800px) {
  .service-nw__no {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .page-nav__item:nth-child(3) a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cta {
  background: url("../images/cta_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: var(--spacer-4) 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .cta {
    background-attachment: scroll;
  }
}

.cta-content {
  width: 100%;
  text-align: right;
}

.cta-title .content-title {
  text-align: right;
  margin-bottom: 0;
}

.cta-text {
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.8rem;
  margin-bottom: var(--spacer-3);
}
@media screen and (max-width: 800px) {
  .cta-text {
    font-size: 1.4rem;
  }
}

.cleaning-detail__wrapper {
  display: flex;
  justify-content: flex-start;
  column-gap: 50px;
}
.cleaning-detail__wrapper li {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #0869AF;
  padding: 0 1em 0.5em 1em;
}

.cleaning-detail__places ul {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.cleaning-detail__places ul li {
  width: 31%;
  padding: 1em;
  font-size: 1.2em;
  border: 1px solid #0869AF;
  text-align: center;
}
.cleaning-detail__places ul li img {
  margin-top: var(--spacer-2);
}
.service-detail__cleaning_summary .service-detail__wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2em;
}
.service-detail__cleaning_summary .service-detail__group {
  width: 32%;
}
.service-detail__cleaning_summary .service-detail__group .cleaning-detail__pic {
  margin-bottom: var(--spacer-1);
}
.service-detail__cleaning_summary .service-detail__group .cleaning-detail__title {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.service-detail__cleaning_summary .service-detail__group li li {
  list-style-type: disc;
  margin-left: 2em;
  margin-bottom: 0.5em;
}

.service-detail.service-detail__cleaning-point .cleaning-point__wrapper {
  display: flex;
  justify-content: space-between;
}
.service-detail.service-detail__cleaning-point .cleaning-point__wrapper .cleaning-point {
  width: 30%;
}
.service-detail.service-detail__cleaning-point .cleaning-point__wrapper .cleaning-point .cleaning-point__header {
  border: 2px solid transparent;
  border-image: linear-gradient(90deg, rgb(234, 85, 4) 0%, rgb(241, 141, 0) 100%) 1;
  text-align: center;
  margin-bottom: var(--spacer-1);
  padding: 0.8em 0;
}
.service-detail.service-detail__cleaning-point .cleaning-point__wrapper .cleaning-point .cleaning-point__header .point-text {
  color: #555;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
.service-detail.service-detail__cleaning-point .cleaning-point__wrapper .cleaning-point .cleaning-point__header .point-title {
  font-size: 1.3em;
}
.service-detail.service-detail__cleaning-point .cleaning-point__wrapper .cleaning-point .cleaning-point__body li {
  margin-bottom: var(--spacer-2);
  padding: 0 0.8em;
}
.service-detail.service-detail__cleaning-point .cleaning-point__wrapper .cleaning-point .cleaning-point__body li em {
  display: block;
  font-weight: 600;
  font-size: 1.1em;
  color: #EA5504;

}
.service-detail.service-detail__cleaning-point .cleaning-point__wrapper .cleaning-point .cleaning-point__body li em::before {
  content: "■";
  color: #EA5504;
  margin-right: 0.3em;
}

@media screen and (max-width: 800px) {
.cleaning-detail__wrapper {
  display: block;
}
.cleaning-detail__places ul {
  display: block;
}
.cleaning-detail__places ul li {
  width: 100%;
  margin-bottom: 2vh;
}
.service-detail__cleaning_summary .service-detail__wrapper {
  display: block;
}
.service-detail__cleaning_summary .service-detail__group {
  width: 100%;
  margin-bottom: 2vh;
}
.service-detail.service-detail__cleaning-point .cleaning-point__wrapper {
  display: block;
}
.service-detail.service-detail__cleaning-point .cleaning-point__wrapper .cleaning-point {
  width: 100%;
}

}


/* ========================================================
 Module
 ** 汎用クラス
 ======================================================== */
.sp-only {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 800px) {
  .pc-only {
    display: none;
  }
}

.pcs-only {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pcs-only {
    display: block;
  }
}

/*
右寄せ＆左寄せ
_________________________________________________________*/
.m-a-center {
  text-align: center;
}

.m-a-right {
  text-align: right;
}

.m-a-left {
  text-align: left;
}

.m-f-right {
  float: right;
}

.m-r-left {
  float: left;
}

.prewrap {
  white-space: pre-wrap;
}

/*
マージン＆パディング
_________________________________________________________*/
.m-mb-1 {
  margin-bottom: var(--spacer-1);
}

.m-mb-2 {
  margin-bottom: var(--spacer-2);
}

.m-mb-3 {
  margin-bottom: var(--spacer-3);
}

.m-mb-4 {
  margin-bottom: var(--spacer-4);
}

.m-mt-1 {
  margin-top: var(--spacer-1);
}

.m-mt-2 {
  margin-top: var(--spacer-2);
}

.m-mt-3 {
  margin-top: var(--spacer-3);
}

.m-mt-4 {
  margin-top: var(--spacer-4);
}

/*
font-color
_________________________________________________________*/
.m-txt-orange {
  color: #F18D00;
}

.m-txt-dorange {
  color: #EA5504;
}

.m-txt-blue {
  color: #0869AF;
}

.m-txt-dblue {
  color: #001A60;
}

/*
font-size
_________________________________________________________*/
.small {
  font-size: 0.8em;
}

strong,
.m-txt-bold {
  font-weight: 500;
}

.m-txt-large {
  font-size: 1.12em;
}

.m-txt-xlarge {
  font-size: 1.4em;
}

.m-txt-small {
  font-size: 0.85em;
}

.m-txt-xsmall {
  font-size: 0.6em;
}

.m-txt-grd-blue {
  background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
}

.m-font-alp {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*
button
_________________________________________________________*/
.m-btn {
  color: #fff !important;
  border: 1px solid #F18D00;
  padding: 16px 80px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
  border-radius: 4px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.m-btn span {
  position: relative;
  transition: 0.5s;
  z-index: 5;
}
.m-btn:before {
  content: "";
  background: linear-gradient(90deg, rgb(234, 85, 4) 0%, rgb(241, 141, 0) 100%);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.m-btn:after {
  content: "";
  background: #fff;
  top: 0;
  left: -100%;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.m-btn:hover span {
  color: #EA5504 !important;
}
.m-btn:hover:after {
  top: 0;
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .m-btn {
    padding: 16px;
    min-width: 80%;
  }
}

.m-btn-white {
  color: #EA5504 !important;
  border: 1px solid #EA5504;
  padding: 0%;
  padding: 16px 80px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
  border-radius: 4px;
  font-weight: 500;
  position: relative;
}
.m-btn--blue {
  border: 1px solid #0869AF;
}
.m-btn--blue:before {
  background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
}
.m-btn--blue:hover span {
  color: #0869AF !important;
}

.m-btn--large {
  font-size: 1.1em;
  padding: 24px 160px;
}
@media screen and (max-width: 800px) {
  .m-btn--large {
    padding: 24px;
    width: 100%;
  }
}

.m-btn--small {
  font-size: 0.9em;
  padding: 16px 48px;
}

/*
table
_________________________________________________________*/
.m-table {
  border-top: 1px solid #CDCDCD;
  margin: 0 auto var(--spacer-3);
  width: 100%;
  max-width: 700px;
}
.m-table tr {
  border-bottom: 1px solid #CDCDCD;
}
.m-table th, .m-table td {
  border: none;
  padding: var(--spacer-1) 0;
}
@media screen and (max-width: 800px) {
  .m-table th, .m-table td {
    display: block;
    padding: 0;
  }
  .m-table td:first-child {
    padding-top: var(--spacer-1);
  }
  .m-table td:last-child {
    padding-bottom: var(--spacer-1);
  }
}

/*
list
 _________________________________________________________*/
.m-list-hyphen li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 4px;
}
.m-list-hyphen li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6em;
  height: 1px;
  background: #3E3E3E;
  transform: translateY(-50%);
}

.m-list-2column {
  display: flex;
  justify-content: space-between;
  gap: calc(var(--spacer-1) / 2);
  flex-wrap: wrap;
}
.m-list-2column li {
  width: 48%;
}
@media screen and (max-width: 1200px) {
  .m-list-2column {
    display: block;
  }
  .m-list-2column li {
    width: 100%;
  }
}

/*
box
 _________________________________________________________*/
.m-box-80 {
  width: 80%;
  clear: both;
}
@media screen and (max-width: 1200px) {
  .m-box-80 {
    width: 100%;
  }
}

.m-box-gray {
  background: #EFEFEF;
  padding: var(--spacer-2);
  border-radius: 4px;
}

.m-box-right {
  float: right;
}

.m-2column {
  display: flex;
  gap: 4%;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .m-2column {
    display: block;
  }
}

.m-2column__item {
  width: 30%;
}
@media screen and (max-width: 800px) {
  .m-2column__item {
    width: 100%;
  }
}

/*
img
 _________________________________________________________*/
.m-img-2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.m-img-2 figure {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .m-img-2 {
    display: block;
  }
  .m-img-2 figure {
    width: 100%;
  }
}

/*
animation
_________________________________________________________*/
.anm-split {
  overflow: hidden;
}
.anm-split span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.anm-split .char {
  transform: translateY(160px);
  transition: transfrom 0.5s;
  background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.category {
  border: 1px solid #0869AF;
  font-size: 0.7em;
  padding: 0 0.6em;
}

.page-news .news-single p {
  margin-bottom: 1.8em;
}

.page-company h1 {
  text-align: center;
  font-size: 2em;
  margin: 10px 0 var(--spacer-2) 0;
}
.page-company h3 {
  font-size: 2em;
  letter-spacing: 0.1em;
}
.page-company ul li {
  margin-bottom: 2em;
}
.page-company ul li p {
  margin-bottom: 1em;
}
.page-company ul li div {
  margin-left: 2em;
}
.page-company .content-inner > p {
  margin-top: var(--spacer-4);
  text-align: center;
  position: relative;
  padding-top: var(--spacer-3);
}
.page-company .content-inner > p img {
  max-width: 5em;
}
.page-company .content-inner > p:before {
  content: "";
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, rgb(234, 85, 4) 0%, rgb(241, 141, 0) 100%);
  display: block;
  max-width: 1120px;
  margin: 0 auto;
  position: absolute;
  top: 0;
}
.page-company .content-inner > table th, .page-company .content-inner > table td {
  padding: var(--spacer-1);
}
.page-company .content-inner > table tr td:first-child {
  color: #0869AF;
}
.page-company .content-inner .origin {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 30px;
}
.page-company .content-inner .origin img {
  margin-bottom: 10px;
}

.page-contact form {
  margin-top: var(--spacer-2);
}
.page-contact form[data-screen=confirm] .smf-placeholder {
  padding-left: 2em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.page-contact .smf-item__label,
.page-contact .smf-item__description {
  display: inline-block;
}
.page-contact .smf-item__description {
  padding-left: 2em;
  color: #c00;
  font-size: 1em;
}
.page-contact .smf-form .smf-item .smf-text-control__control,
.page-contact .smf-form .smf-item .smf-textarea-control__control {
  padding: 0.8em;
}
.page-contact .smf-button-control button[type=submit] {
  color: #fff !important;
  border: 1px solid #0869AF;
  padding: 16px 80px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
  border-radius: 4px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.page-contact .smf-button-control button[type=submit] span {
  position: relative;
  transition: 0.5s;
  z-index: 5;
}
.page-contact .smf-button-control button[type=submit]:before {
  content: "";
  background: linear-gradient(307deg, rgb(0, 26, 96) 0%, rgb(0, 111, 188) 100%);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-contact .smf-button-control button[type=submit]:after {
  content: "";
  background: #fff;
  top: 0;
  left: -100%;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.page-contact .smf-button-control button[type=submit]:hover span {
  color: #0869AF !important;
}
.page-contact .smf-button-control button[type=submit]:hover:after {
  top: 0;
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .page-contact .smf-button-control button[type=submit] {
    padding: 16px;
    min-width: 80%;
  }
}
.page-contact .smf-button-control button[type=submit] .smf-sending {
  position: absolute;
}
.page-contact .smf-button-control button[type=submit] .smf-sending:before {
  width: 1.3em;
  height: 1.3em;
}
.page-contact .smf-button-control button[type=submit][data-action=back] {
  border-color: #ccc;
  color: #000 !important;
}
.page-contact .smf-button-control button[type=submit][data-action=back]:before {
  display: none;
}
.page-contact .smf-button-control button[type=submit][data-action=back]:after {
  background: #ccc;
}
.page-contact .smf-button-control button[type=submit][data-action=back]:hover span {
  color: #000 !important;
}