@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

main {
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

p {
  font-size: 16px;
  line-height: 2.0625;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner-top {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .l-inner-top {
    padding: 0 20px;
  }
}
.l-inner-lg {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header {
  background-color: #fff;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 29px 12px 20px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-header__inner {
    padding: 0.8333333333vw 2.0138888889vw 0.8333333333vw 1.3888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .l-header__inner {
    padding: 6px 9px 8px 10px;
  }
}
.l-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  width: 303px;
  margin-top: 7px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-header__logo {
    width: 21.0416666667vw;
    margin-top: 0.4861111111vw;
  }
}
@media screen and (max-width: 800px) {
  .l-header__logo {
    width: 200px;
    margin-top: 4px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__nav {
  position: fixed;
  z-index: 99;
  right: -100%;
  top: 90px;
  background-color: rgba(16, 100, 167, .88);
  border-radius: 30px 0 0 30px;
  max-width: 300px;
  width: 100%;
  height: 631px;
  padding: 41px 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-header__nav {
    top: 6.25vw;
    border-radius: 2.0833333333vw 0 0 2.0833333333vw;
    max-width: 20.8333333333vw;
    height: 43.8194444444vw;
    padding: 2.8472222222vw 2.4305555556vw;
  }
}
@media screen and (max-width: 800px) {
  .l-header__nav {
    top: 56px;
  }
}
.l-header__nav.is-active {
  right: 0;
}
.l-header__nav .-item {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-header__nav .-item {
    font-size: 1.0416666667vw;
    border-bottom: 0.0694444444vw solid #fff;
    padding: 1.6666666667vw 0;
  }
}
.l-header__nav .-item::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/icon-white-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 9px;
}
.l-header__nav .-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #1064A7;
  width: 230px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 32px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-header__nav .-tel {
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #1064A7;
    width: 15.9722222222vw;
    height: 3.0555555556vw;
    gap: 0.4166666667vw;
    font-size: 1.25vw;
    margin-top: 2.2222222222vw;
  }
}
.l-header__nav .-consultation {
  border: 1px solid #fff;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(20, 93, 159)), to(rgb(72, 193, 242)));
  background: linear-gradient(90deg, rgb(20, 93, 159) 0%, rgb(72, 193, 242) 100%);
  width: 230px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  font-size: 15px;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 24px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-header__nav .-consultation {
    border: 0.0694444444vw solid #fff;
    border-radius: 0.2777777778vw;
    width: 15.9722222222vw;
    height: 4.6527777778vw;
    gap: 0.9027777778vw;
    font-size: 1.0416666667vw;
    margin-top: 1.6666666667vw;
  }
  .l-header__nav .-consultation svg {
    width: 1.8055555556vw;
    height: 2.3611111111vw;
  }
}
.l-header__nav .-insta {
  border: 1px solid #fff;
  border-radius: 3px;
  width: 230px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  gap: 6px;
  padding-left: 2px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-header__nav .-insta {
    border: 0.0694444444vw solid #fff;
    border-radius: 0.2083333333vw;
    width: 15.9722222222vw;
    height: 2.2916666667vw;
    font-size: 0.9722222222vw;
    margin-top: 1.0416666667vw;
    gap: 0.4166666667vw;
    padding-left: 0.1388888889vw;
  }
  .l-header__nav .-insta svg {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
}
.l-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-header__tel {
    gap: 0.4861111111vw;
  }
}
@media screen and (max-width: 800px) {
  .l-header__tel {
    display: none;
  }
}
.l-header__tel .-top {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  margin-top: 1px;
  padding-left: 5px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-header__tel .-top {
    font-size: 1.0416666667vw;
    margin-top: 0.0694444444vw;
    padding-left: 0.3472222222vw;
  }
}
.l-header__tel .-button {
  border-radius: 50px;
  border: 1px solid #1064A7;
  width: 225px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-header__tel .-button {
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #1064A7;
    width: 15.625vw;
    height: 2.6388888889vw;
    gap: 0.4166666667vw;
    font-size: 1.3888888889vw;
  }
}
.l-header__tel .-button path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-header__tel .-button:hover {
  background-color: #1064A7;
  color: #fff;
  opacity: 1;
}
.l-header__tel .-button:hover path {
  fill: #fff;
}
.l-header__consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  gap: 12px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(20, 93, 159)), to(rgb(72, 193, 242)));
  background: linear-gradient(90deg, rgb(20, 93, 159) 0%, rgb(72, 193, 242) 100%);
  width: 247px;
  height: 72px;
  margin: 0 27px 0 10px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-header__consultation {
    border-radius: 0.2777777778vw;
    gap: 0.8333333333vw;
    width: 17.1527777778vw;
    height: 5vw;
    margin: 0 1.875vw 0 0.6944444444vw;
  }
  .l-header__consultation svg {
    width: 1.8055555556vw;
    height: 2.3611111111vw;
  }
}
@media screen and (max-width: 800px) {
  .l-header__consultation {
    display: none;
  }
}
.l-header__consultation span {
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-header__consultation span {
    font-size: 1.0416666667vw;
  }
}

.l-footer {
  background-color: #D4EDFF;
  border-radius: 80px 80px 0 0;
  width: 100%;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer {
    border-radius: 5.5555555556vw 5.5555555556vw 0 0;
  }
}
@media screen and (max-width: 800px) {
  .l-footer {
    border-radius: 40px 40px 0 0;
  }
}
.l-footer.-bg {
  position: relative;
}
.l-footer.-bg::after {
  position: absolute;
  content: "";
  background-color: #EBFAFF;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  z-index: -1;
}
.l-footer__inner {
  padding: 137px 50px 120px 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer__inner {
    padding: 9.5138888889vw 3.4722222222vw 8.3333333333vw 3.6111111111vw;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 68px 20px 23px;
    gap: 16px;
  }
}
.l-footer__logo {
  width: 300px;
  display: block;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer__logo {
    width: 20.8333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__logo {
    width: 260px;
    display: block;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__info {
  margin-top: 16px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer__info {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__info {
    margin-top: 20px;
  }
}
.l-footer__info strong {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer__info strong {
    font-size: clamp(12px, 1.0416666667vw, 15px);
  }
}
@media screen and (max-width: 800px) {
  .l-footer__info strong {
    font-size: 14px;
  }
}
.l-footer__info span {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 10px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer__info span {
    font-size: clamp(12px, 1.0416666667vw, 15px);
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__info span {
    font-size: 13px;
    margin-top: 13px;
  }
}
.l-footer__info span + span {
  margin-top: 14px;
  margin-bottom: -6px;
  display: block;
  line-height: 1.4;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer__info span + span {
    margin-top: 0.9722222222vw;
    margin-bottom: -0.4166666667vw;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__info span + span {
    margin-top: 6px;
    margin-bottom: -7px;
    line-height: 1.5;
  }
}
.l-footer__insta {
  display: block;
  max-width: 45px;
  width: 100%;
  margin-top: 50px;
  margin-left: -4px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer__insta {
    max-width: 3.125vw;
    margin-top: 3.4722222222vw;
    margin-left: -0.2777777778vw;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__insta {
    margin: 16px auto 0;
    max-width: 38px;
  }
}
.l-footer__insta img {
  width: 100%;
  height: auto;
}
.l-footer__copy {
  font-size: 14px;
  line-height: 1.1285714286;
  letter-spacing: 0;
  display: block;
  margin-top: 60px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer__copy {
    font-size: clamp(10px, 0.9722222222vw, 14px);
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__copy {
    text-align: center;
    margin-top: 10px;
  }
}
.l-footer__contents2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 68%;
}
@media screen and (max-width: 800px) {
  .l-footer__contents2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 0px;
  width: 399px;
  padding-top: 19px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer__nav {
    gap: 2.2222222222vw 0px;
    width: 27.7083333333vw;
    padding-top: 1.3194444444vw;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__nav {
    padding-top: 36px;
    width: 100%;
    gap: 17px 0px;
  }
}
.l-footer__nav--item {
  width: 163px;
  font-size: 15px;
  display: block;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer__nav--item {
    width: 11.3194444444vw;
    font-size: clamp(12px, 1.0416666667vw, 15px);
  }
}
@media screen and (max-width: 800px) {
  .l-footer__nav--item {
    font-size: 14px;
    width: 50%;
  }
}
.l-footer__nav--link {
  font-size: 14px;
  position: relative;
  margin-top: 27px;
  padding-left: 24px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer__nav--link {
    font-size: clamp(12px, 0.9722222222vw, 14px);
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__nav--link {
    margin-top: 7px;
    padding-left: 22px;
  }
}
.l-footer__nav--link::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/icon-white-arrow.webp");
  background-size: 4px;
  background-repeat: no-repeat;
  background-color: #1064A7;
  background-position: center;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__maparea {
  width: calc(100% - 269px);
  margin-top: 10px;
  max-width: 560px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer__maparea {
    width: calc(100% - 18.68056vw);
    margin-top: 0.6944444444vw;
    max-width: 38.8888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__maparea {
    width: 100%;
    max-width: unset;
  }
}
.l-footer__maparea iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/356;
  border-radius: 15px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .l-footer__maparea iframe {
    aspect-ratio: 560/356;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__maparea iframe {
    aspect-ratio: 335/160;
    border-radius: 12px;
  }
}

.c-button {
  max-width: 300px;
  width: 100%;
  height: 71px;
  border-radius: 100px;
  border: #1064A7 1px solid;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #1064A7;
  padding: 0 35px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-button {
    max-width: 20.8333333333vw;
    height: 4.9305555556vw;
    border-radius: 6.9444444444vw;
    border: #1064A7 0.0694444444vw solid;
    font-size: 1.25vw;
    padding: 0 2.4305555556vw;
  }
}
@media screen and (max-width: 800px) {
  .c-button {
    height: 60px;
    max-width: 295px;
    padding: 0 28px;
    font-size: 16px;
  }
}
.c-button.-noborder {
  border: unset;
}
.c-button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/icon-white-arrow.webp");
  background-size: 5px;
  background-repeat: no-repeat;
  background-color: #1064A7;
  background-position: center;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 24px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-button::after {
    right: 1.6666666667vw;
    width: 5.5555555556vw;
    height: 1.6666666667vw;
    border-radius: 6.9444444444vw;
  }
}
.c-button:hover {
  background-color: #1064A7;
  color: #fff;
  opacity: 1;
}
.c-button:hover::after {
  background-color: #fff;
  background-image: url("../images/common/icon-blue-arrow.webp");
}

.c-burger {
  width: 45px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-burger {
    width: 3.125vw;
    height: 2.7777777778vw;
  }
}
@media screen and (max-width: 800px) {
  .c-burger {
    width: 40px;
    height: 40px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(20, 93, 159)), to(rgb(72, 193, 242)));
    background: linear-gradient(90deg, rgb(20, 93, 159) 0%, rgb(72, 193, 242) 100%);
  }
}
.c-burger__border {
  width: 45px;
  height: 1px;
  background-color: #1064A7;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-burger__border {
    width: 3.125vw;
    height: 0.0694444444vw;
  }
}
@media screen and (max-width: 800px) {
  .c-burger__border {
    height: 2px;
    background-color: #fff;
    width: 22px;
  }
}
.c-burger__border--top {
  top: 0;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-burger__border--top {
    top: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .c-burger__border--top {
    top: 11px;
  }
}
.c-burger__border--mid {
  top: 9px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-burger__border--mid {
    top: 0.625vw;
  }
}
@media screen and (max-width: 800px) {
  .c-burger__border--mid {
    top: 19px;
  }
}
.c-burger__border--bottom {
  top: 18px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-burger__border--bottom {
    top: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  .c-burger__border--bottom {
    top: 27px;
  }
}
.c-burger__text {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #1064A7;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-burger__text {
    font-size: 1.0416666667vw;
    bottom: 0vw;
  }
}
@media screen and (max-width: 800px) {
  .c-burger__text {
    display: none;
  }
}
.c-burger.is-active .c-burger__border {
  height: 2px;
  width: 34px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-burger.is-active .c-burger__border {
    height: 0.1388888889vw;
    width: 2.3611111111vw;
  }
}
@media screen and (max-width: 800px) {
  .c-burger.is-active .c-burger__border {
    width: 20px;
  }
}
.c-burger.is-active .c-burger__border--top {
  rotate: -45deg;
  top: 9px;
  left: 16px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-burger.is-active .c-burger__border--top {
    top: 0.625vw;
    left: 1.1111111111vw;
  }
}
@media screen and (max-width: 800px) {
  .c-burger.is-active .c-burger__border--top {
    top: 14px;
    left: 18px;
  }
}
.c-burger.is-active .c-burger__border--mid {
  opacity: 0;
}
.c-burger.is-active .c-burger__border--bottom {
  rotate: 45deg;
  top: 33px;
  left: 16px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .c-burger.is-active .c-burger__border--bottom {
    top: 2.2916666667vw;
    left: 1.1111111111vw;
  }
}
@media screen and (max-width: 800px) {
  .c-burger.is-active .c-burger__border--bottom {
    top: 29px;
    left: 18px;
  }
}
.c-burger.is-active .c-burger__text {
  opacity: 0;
}

.c-pageheader {
  width: 100vw;
  height: 441px;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-pageheader {
    height: 214px;
  }
}
.c-pageheader::before, .c-pageheader::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.c-pageheader::before {
  background-image: url(../images/common/pageheader4.webp);
  width: 69px;
  height: 69px;
  right: 228px;
  top: 60px;
}
@media screen and (max-width: 800px) {
  .c-pageheader::before {
    width: 38px;
    height: 38px;
    top: 0;
    right: 38px;
  }
}
.c-pageheader::after {
  background-image: url(../images/common/pageheader3.webp);
  width: 108px;
  height: 108px;
  right: 60px;
  bottom: -63px;
}
@media screen and (max-width: 800px) {
  .c-pageheader::after {
    width: 53px;
    height: 53px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    bottom: -37px;
    right: 10px;
  }
}
.c-pageheader.-about {
  background-image: url(../images/about/header.webp);
}
.c-pageheader.-service {
  background-image: url(../images/service/header.webp);
}
.c-pageheader.-contact {
  background-image: url(../images/contact/header.webp);
}
.c-pageheader.-topix {
  background-image: url(../images/topix/header.webp);
}
.c-pageheader.-work {
  background-image: url(../images/topix/header-work.webp);
}
.c-pageheader.-privacy {
  background-image: url(../images/privacy/header.webp);
}
@media screen and (max-width: 800px) {
  .c-pageheader.-privacy .c-pageheader__title {
    width: 280px;
  }
}
.c-pageheader__title {
  background-color: #fff;
  border-radius: 0 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: calc(50% - 50vw);
  padding: 30px 10px 10px calc(50vw - 50%);
  width: 50vw;
  margin-bottom: -18px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-pageheader__title {
    border-radius: 0 25px 0 0;
    padding: 20px 10px 13px calc(50vw - 50%);
    width: 270px;
  }
}
.c-pageheader__title::before, .c-pageheader__title::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.c-pageheader__title::before {
  background-image: url(../images/common/pageheader2.webp);
  width: 51px;
  height: 51px;
  left: 75px;
  bottom: -58px;
}
@media screen and (max-width: 800px) {
  .c-pageheader__title::before {
    content: none;
    position: unset;
  }
}
.c-pageheader__title::after {
  background-image: url(../images/common/pageheader1.webp);
  width: 95px;
  height: 67px;
  right: 68px;
  top: -39px;
}
@media screen and (max-width: 800px) {
  .c-pageheader__title::after {
    width: 49px;
    height: 34px;
    right: unset;
    left: 0;
    top: -53px;
  }
}
.c-pageheader__title .-lg {
  font-size: 55px;
  line-height: 1.2727272727;
  letter-spacing: -0.01em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: -webkit-gradient(linear, right top, left top, from(rgb(72, 193, 242)), to(rgb(20, 93, 159)));
  background: linear-gradient(270deg, rgb(72, 193, 242) 0%, rgb(20, 93, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .c-pageheader__title .-lg {
    font-size: 28px;
    line-height: 1;
  }
}
.c-pageheader__title .-sm {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: -2px;
  padding-left: 6px;
}
@media screen and (max-width: 800px) {
  .c-pageheader__title .-sm {
    font-size: 13px;
    line-height: 1;
    margin-top: 6px;
  }
}

.c-form {
  max-width: 697px;
  margin: 0 auto;
}
.c-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 0;
}
@media screen and (max-width: 800px) {
  .c-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.c-form__item.-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 21.7px 0 28px;
}
@media screen and (max-width: 800px) {
  .c-form__item.-top {
    padding: 15.5px 0;
  }
}
.c-form__item.-top .c-form__title {
  margin-top: 12.6px;
}
@media screen and (max-width: 800px) {
  .c-form__item.-top .c-form__title {
    margin-top: unset;
  }
}
.c-form__title {
  font-size: 16px;
  line-height: 1.4444444444;
  font-weight: 500;
  width: 183px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .c-form__title {
    width: 100%;
    font-size: 14px;
  }
}
.c-form__title span {
  background-color: #BE4343;
  color: #fff;
  border: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 24px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}
.c-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.c-form .wpcf7-list-item {
  margin: 0 0 0 0;
}
.c-form .wpcf7-form-control-wrap, .c-form__radiowrap {
  width: calc(100% - 195px);
}
@media screen and (max-width: 800px) {
  .c-form .wpcf7-form-control-wrap, .c-form__radiowrap {
    width: 100%;
  }
}
.c-form__input, .c-form__textarea {
  background-color: #F0F0F0;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .c-form__input, .c-form__textarea {
    max-width: unset;
  }
}
.c-form__input.-tel, .c-form__textarea.-tel {
  max-width: 300px;
}
.c-form__input.-post, .c-form__textarea.-post {
  max-width: 180px;
}
.c-form__input {
  min-height: 50px;
}
.c-form__textarea {
  min-height: 311px;
}
.c-form__radiowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30.8px;
  margin: 12px 3.5px -4px;
}
@media screen and (max-width: 800px) {
  .c-form__radiowrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 10px;
    margin: 9px 2.5px;
  }
}
.c-form__radiowrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .c-form__radiowrap label {
    font-size: 14px;
  }
}
.c-form__radiowrap label input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 2px;
  vertical-align: -6.3px;
}
.c-form__radiowrap label input[type=radio]:checked:before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  font-size: 14px;
  color: #1064A7;
  font-weight: bold;
}
.c-form__privacy {
  text-align: center;
  margin-top: 36px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .c-form__privacy {
    font-size: 14px;
  }
}
.c-form__privacy a {
  color: #1064A7;
  text-decoration: underline;
}
.c-form__privacy input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #000;
  border-radius: 2px;
  border: 2px solid #000;
  cursor: pointer;
  margin: -2px 9px 3px -5px;
}
.c-form__submit {
  max-width: 340px;
  width: 100%;
  height: 71px;
  border-radius: 100px;
  border: #1064A7 1px solid;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #1064A7;
  margin: 32px auto 0;
}
@media screen and (max-width: 800px) {
  .c-form__submit {
    height: 60px;
    max-width: 295px;
    font-size: 16px;
  }
}
.c-form__submit::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/icon-white-arrow.webp");
  background-size: 5px;
  background-repeat: no-repeat;
  background-color: #1064A7;
  background-position: center;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 24px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-form__submit:hover {
  background-color: #1064A7;
  color: #fff;
  opacity: 1;
}
.c-form__submit:hover::after {
  background-color: #fff;
  background-image: url("../images/common/icon-blue-arrow.webp");
}
.c-form__submit input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 35px 0 75px;
}
@media screen and (max-width: 800px) {
  .c-form__submit input {
    padding: 0 28px;
  }
}
.c-form__submit span {
  position: absolute;
  right: -10px;
  top: 0;
}

.p-top__title {
  font-size: 150px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(45deg, #145D9F, #48C1F2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top__title {
    font-size: 10.4166666667vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top__title {
    font-size: 50px;
  }
}
.p-top__title.-white {
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .p-top__title.-white {
    color: rgba(255, 255, 255, .2);
  }
}
@media screen and (max-width: 800px) {
  .p-top__title.-message {
    background: -webkit-gradient(linear, left top, left bottom, from(#145D9F), to(#48C1F2));
    background: linear-gradient(180deg, #145D9F, #48C1F2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
}
.p-top-mv {
  aspect-ratio: 1440/772;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-mv {
    aspect-ratio: 1440/772;
  }
}
@media screen and (max-width: 800px) {
  .p-top-mv {
    aspect-ratio: 375/586;
  }
}
.p-top-mv::before, .p-top-mv::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.p-top-mv::before {
  background-image: url("../images/top/object1.webp");
  right: 0;
  top: 0;
  width: 197px;
  height: 108px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-mv::before {
    width: 13.6805555556vw;
    height: 7.5vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-mv::before {
    width: 115px;
    height: 63px;
  }
}
.p-top-mv::after {
  background-image: url("../images/top/object2.webp");
  left: 0;
  bottom: 0;
  width: 400px;
  height: 560px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-mv::after {
    width: 27.7777777778vw;
    height: 38.8888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-mv::after {
    background-image: url("../images/top/object2-sp.webp");
    width: 80px;
    height: 235px;
  }
}
.p-top-mv__slider {
  position: relative;
  z-index: -1;
  aspect-ratio: 1440/772;
}
@media screen and (max-width: 800px) {
  .p-top-mv__slider {
    aspect-ratio: 375/586;
  }
}
.p-top-mv__slider .swiper-pagination {
  bottom: 86px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-mv__slider .swiper-pagination {
    bottom: 6.1472480343vw;
  }
}
.p-top-mv__slider .swiper-pagination-bullet {
  background-color: unset;
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  opacity: 1;
  position: relative;
}
.p-top-mv__slider .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: 2px;
  top: 2px;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50px;
}
.p-top-mv__slider .swiper-pagination-bullet-active::after {
  background-color: #fff;
}
.p-top-mv__img {
  width: 100%;
  height: 100%;
}
.p-top-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__text {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  position: absolute;
  left: 60%;
  top: 43.3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-mv__text {
    font-size: 3.4722222222vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-mv__text {
    font-size: 30px;
    letter-spacing: 0.04em;
    line-height: 1.6666666667;
    left: unset;
    right: 18px;
    top: 40%;
  }
}
.p-top-mv__text span {
  font-size: 33px;
  margin: -50px 6px 0 4px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-mv__text span {
    font-size: 2.2916666667vw;
    margin: -3.4722222222vw 0.4166666667vw 0 0.2777777778vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-mv__text span {
    font-size: 30px;
    margin: -50px 1px 0 1px;
  }
}
.p-top-news {
  max-width: 751px;
  background-color: #fff;
  border-radius: 20px 0 0 0;
  padding: 26px 50px 0 61px;
  margin: -50px calc(50% - 50vw) 0 auto;
  position: relative;
  z-index: 10;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-news {
    max-width: 52.1527777778vw;
    border-radius: 1.3888888889vw 0 0 0;
    padding: 1.8055555556vw 3.4722222222vw 0 4.2361111111vw;
    margin: -3.4722222222vw calc(50% - 50vw) 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .p-top-news {
    max-width: calc(100% - 27px);
    margin: -70px calc(50% - 50vw) 0 auto;
    padding: 20px 20px 0 22px;
  }
}
.p-top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-news__list {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-news__list {
    gap: 12px;
  }
}
.p-top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-news__item {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-news__item {
    font-size: 12px;
    gap: 11px;
  }
}
.p-top-news__item::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/icon-blue-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 9px;
}
.p-top-news__item time {
  color: #1064A7;
}
.p-top-news__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-news__item span {
    padding-right: 0.6944444444vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-news__item span {
    padding-right: 10px;
  }
}
.p-top-news__button {
  font-size: 14px;
  font-weight: 700;
  color: #1064A7;
  position: relative;
  padding-right: 74px;
  margin: 20px 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-news__button {
    font-size: clamp(12px, 0.9722222222vw, 14px);
    margin: 1.3888888889vw 0 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .p-top-news__button {
    font-size: 12px;
    padding-right: 62px;
  }
}
.p-top-news__button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/icon-white-arrow.webp");
  background-size: 5px;
  background-repeat: no-repeat;
  background-color: #1064A7;
  background-position: center;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 16px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .p-top-news__button::after {
    width: 50px;
  }
}
.p-top-service {
  padding-top: 118px;
  position: relative;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-service {
    padding-top: 8.1944444444vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-service {
    padding-top: 61px;
  }
}
.p-top-service::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/top/object3.webp");
  left: 290px;
  top: -102px;
  width: 134px;
  height: 95px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-service::before {
    left: 20.1388888889vw;
    top: -7.0833333333vw;
    width: 9.3055555556vw;
    height: 6.5972222222vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-service::before {
    left: -10px;
    top: -49px;
    width: 45px;
    height: 32px;
  }
}
.p-top-service__title {
  position: absolute;
  right: 27px;
  top: 103px;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: sideways;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-service__title {
    right: 1.875vw;
    top: 7.1527777778vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-service__title {
    position: unset;
    -webkit-writing-mode: unset;
            writing-mode: unset;
    -ms-writing-mode: unset;
    text-orientation: unset;
  }
}
.p-top-service__contents {
  max-width: 1144px;
  width: 100%;
  margin-left: 50px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-service__contents {
    max-width: 79.4444444444vw;
    margin-left: 3.4722222222vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-service__contents {
    margin-left: unset;
    margin-top: 28px;
  }
}
.p-top-service__lead {
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-service__lead {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-service__lead {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
.p-top-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 43px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-service__list {
    gap: 2.2222222222vw;
    margin-top: 2.9861111111vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
}
.p-top-service__item {
  width: calc(33.33333% - 21.33333px);
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-service__item {
    width: calc(33.33333% - 1.48148vw);
  }
}
@media screen and (max-width: 800px) {
  .p-top-service__item {
    width: 100%;
  }
}
.p-top-service__img {
  display: block;
}
.p-top-service__img img {
  width: 100%;
  height: auto;
}
.p-top-service__name {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 500;
  text-align: center;
  margin-top: 32px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-service__name {
    font-size: 1.6666666667vw;
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-service__name {
    font-size: 20px;
    line-height: 1.25;
    margin-top: 16px;
  }
}
.p-top-service__button {
  margin: 37px auto 0;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-service__button {
    margin: 2.5694444444vw auto 0;
  }
}
@media screen and (max-width: 800px) {
  .p-top-service__button {
    display: none;
  }
}
.p-top-works {
  padding: 194px 50px 218px;
  position: relative;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-works {
    padding: 13.4722222222vw 3.4722222222vw 15.1388888889vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-works {
    padding: 143px 0 78px 0;
  }
}
.p-top-works::before, .p-top-works::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.p-top-works::before {
  background-image: url("../images/top/object4.webp");
  right: 0;
  top: 157px;
  width: 457px;
  height: 190px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-works::before {
    top: 10.9027777778vw;
    width: 31.7361111111vw;
    height: 13.1944444444vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-works::before {
    background-image: url("../images/top/object4-sp.webp");
    width: 357px;
    height: 116px;
    right: -20px;
    top: 30px;
  }
}
.p-top-works::after {
  background-image: url("../images/top/object5.webp");
  right: 146px;
  bottom: 101px;
  width: 341px;
  height: 245px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-works::after {
    right: 10.1388888889vw;
    bottom: 7.0138888889vw;
    width: 23.6805555556vw;
    height: 17.0138888889vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-works::after {
    position: unset;
    content: none;
  }
}
.p-top-works__lead {
  max-width: 838px;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.02em;
  margin-top: 48px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-works__lead {
    max-width: 58.1944444444vw;
    font-size: 1.3888888889vw;
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-works__lead {
    font-size: 14px;
    line-height: 1.7857142857;
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .p-top-works__listwrap {
    margin-right: calc(50% - 50vw);
  }
}
.p-top-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 102px 40px;
  margin-top: 232px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-works__list {
    gap: 7.0833333333vw 2.7777777778vw;
    margin-top: 16.1111111111vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-works__list {
    margin-top: 33px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 23px;
    gap: unset;
  }
}
.p-top-works__item {
  width: calc(33.33333% - 26.66667px);
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-works__item {
    width: calc(33.33333% - 1.85185vw);
  }
}
@media screen and (max-width: 800px) {
  .p-top-works__item {
    width: 305px;
  }
}
.p-top-works__item:nth-of-type(2) {
  margin-top: -136px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-works__item:nth-of-type(2) {
    margin-top: -9.4444444444vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-works__item:nth-of-type(2) {
    margin-top: unset;
  }
}
.p-top-works__item:nth-of-type(3) {
  margin-top: -272px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-works__item:nth-of-type(3) {
    margin-top: -18.8888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-works__item:nth-of-type(3) {
    margin-top: unset;
  }
}
.p-top-works__item:nth-of-type(5) {
  margin-top: -144px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-works__item:nth-of-type(5) {
    margin-top: -10vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-works__item:nth-of-type(5) {
    margin-top: unset;
  }
}
.p-top-works__item:nth-of-type(6) {
  margin-top: -272px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-works__item:nth-of-type(6) {
    margin-top: -18.8888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-works__item:nth-of-type(6) {
    margin-top: unset;
  }
}
.p-top-works__img img {
  width: 100%;
  height: auto;
}
.p-top-works__name {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-works__name {
    font-size: 1.6666666667vw;
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-works__name {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 16px;
  }
}
.p-top-recruit {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 6.46%;
  border-radius: 80px;
  background: linear-gradient(145deg, rgb(20, 93, 159) 0%, rgba(107, 184, 237, .72) 28%, rgba(72, 193, 242, .82) 100%);
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-recruit {
    border-radius: 5.5555555556vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-recruit {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw;
    border-radius: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(20, 93, 159) 0%, rgba(107, 184, 237, .72) 28%, rgba(72, 193, 242, .82) 100%);
  }
}
.p-top-recruit::after {
  position: absolute;
  content: "";
  background: linear-gradient(145deg, rgb(20, 93, 159) 0%, rgba(107, 184, 237, .72) 28%, rgb(72, 193, 242) 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  opacity: 0.54;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-recruit::after {
    border-radius: 5.5555555556vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-recruit::after {
    border-radius: 25px;
    background: linear-gradient(160deg, rgb(20, 93, 159) 0%, rgba(107, 184, 237, .72) 28%, rgb(72, 193, 242) 100%);
  }
}
.p-top-recruit__title {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: sideways;
  position: absolute;
  left: -22px;
  top: -10px;
  z-index: 2;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-recruit__title {
    left: -1.5277777778vw;
    top: -0.6944444444vw;
    font-size: 10.4166666667vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-recruit__title {
    font-size: 80px;
    left: -12px;
    top: -6px;
  }
}
.p-top-recruit__body {
  width: 41.25%;
  position: relative;
  z-index: 2;
  padding-top: 86px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-recruit__body {
    padding-top: 5.9722222222vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-recruit__body {
    width: 100%;
    padding-top: 48px;
  }
}
.p-top-recruit__img {
  width: 52.29%;
}
@media screen and (max-width: 800px) {
  .p-top-recruit__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-top-recruit__img img {
  width: 100%;
  height: auto;
}
.p-top-recruit__lead {
  font-size: 35px;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-recruit__lead {
    font-size: 2.4305555556vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-recruit__lead {
    font-size: 27px;
    line-height: 1.4814814815;
  }
}
.p-top-recruit__list {
  margin-top: 40px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-recruit__list {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-recruit__list {
    margin-top: 32px;
  }
}
.p-top-recruit__list li {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-recruit__list li {
    font-size: 1.25vw;
    padding-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-recruit__list li {
    font-size: 15px;
    line-height: 2.1333333333;
    padding-left: 22px;
  }
}
.p-top-recruit__list li::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 0;
  top: 13px;
  width: 11px;
  height: 11px;
  border-radius: 50px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-recruit__list li::after {
    left: 0vw;
    top: 0.9027777778vw;
    width: 0.7638888889vw;
    height: 0.7638888889vw;
    border-radius: 3.4722222222vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-recruit__list li::after {
    left: 2px;
    top: 10px;
  }
}
.p-top-recruit__text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.8333333333;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-recruit__text {
    font-size: 1.25vw;
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-recruit__text {
    font-size: 15px;
    line-height: 1.6666666667;
    margin-top: 24px;
  }
}
.p-top-recruit__button {
  margin-top: 35px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-recruit__button {
    margin-top: 2.4305555556vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-recruit__button {
    margin: 40px auto 45px;
  }
}
.p-top-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.96%;
  padding: 169px 0 178px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-message {
    padding: 11.7361111111vw 0 12.3611111111vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 15px 0 93.3333333333vw;
  }
}
.p-top-message__title {
  margin-left: auto;
  text-align: right;
  margin-right: -6px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-message__title {
    margin-right: -0.4166666667vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-message__title {
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: sideways;
    position: absolute;
    right: -23px;
    top: -428px;
    font-size: 80px;
  }
}
.p-top-message__head {
  width: 34.72%;
  padding-top: 77px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-message__head {
    padding-top: 5.3472222222vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-message__head {
    width: 70.4vw;
    margin-left: calc(50% - 50vw);
  }
}
.p-top-message__img img {
  width: 100%;
  height: auto;
  border-radius: 0 80px 80px 0;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-message__img img {
    border-radius: 0 5.5555555556vw 5.5555555556vw 0;
  }
}
@media screen and (max-width: 800px) {
  .p-top-message__img img {
    border-radius: 0 40px 40px 0;
  }
}
.p-top-message__body {
  width: 56.32%;
  padding-left: 10px;
  position: relative;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-message__body {
    padding-left: 0.6944444444vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-message__body {
    width: 100%;
    padding-left: unset;
  }
}
.p-top-message__body::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/message-r-pc.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: -21px;
  bottom: -58px;
  width: 315px;
  height: 475px;
  border-radius: 80px 0 0 80px;
  z-index: -1;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-message__body::after {
    right: -1.4583333333vw;
    bottom: -4.0277777778vw;
    width: 21.875vw;
    height: 32.9861111111vw;
    border-radius: 5.5555555556vw 0 0 5.5555555556vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-message__body::after {
    background-image: url("../images/top/message-r-sp.webp");
    border-radius: 40px 0 0 40px;
    width: 84vw;
    height: 59.4666666667vw;
    bottom: -71.4666666667vw;
  }
}
.p-top-message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin: -22px 0 0 50px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-message__name {
    gap: 0.9722222222vw;
    margin: -1.5277777778vw 0 0 3.4722222222vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-message__name {
    gap: 4px;
    margin: 9px 0 0 20px;
  }
}
.p-top-message__name .-lg {
  font-size: 40px;
  line-height: 0.875;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-message__name .-lg {
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-message__name .-lg {
    font-size: 20px;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
}
.p-top-message__name .-lg span {
  background: linear-gradient(45deg, #145D9F, #48C1F2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: block;
}
@media screen and (max-width: 800px) {
  .p-top-message__name .-lg span {
    display: inline-block;
  }
}
.p-top-message__name .-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-message__name .-sm {
    font-size: 0.9027777778vw;
    gap: 3.0555555556vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-message__name .-sm {
    font-size: 13px;
  }
}
.p-top-message__name .-sm span {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-message__name .-sm span {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-message__name .-sm span {
    font-size: 15px;
  }
}
.p-top-message__lead {
  font-size: 40px;
  line-height: 1.375;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 78px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-message__lead {
    font-size: 2.7777777778vw;
    margin-top: 5.4166666667vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-message__lead {
    font-size: 27px;
    line-height: 1.2962962963;
    letter-spacing: 0.08em;
    margin-top: 41px;
  }
}
.p-top-message__text {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 31px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-message__text {
    font-size: 1.1111111111vw;
    margin-top: 2.1527777778vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-message__text {
    font-size: 14px;
    line-height: 1.7857142857;
    margin-top: 18px;
  }
}
.p-top-message__button {
  margin-top: 40px;
  max-width: 290px;
  padding: 0 22px;
}
@media (min-width: 800px) and (max-width: 1399px) {
  .p-top-message__button {
    margin-top: 2.7777777778vw;
    max-width: 20.1388888889vw;
    padding: 0 1.5277777778vw;
  }
}
@media screen and (max-width: 800px) {
  .p-top-message__button {
    margin-top: 32px;
    max-width: 295px;
    padding: 0 29px;
  }
}

.p-about {
  padding: 120px 0 120px;
}
@media screen and (max-width: 800px) {
  .p-about {
    padding: 60px 0 60px;
  }
}
.p-about__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .p-about__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__col2 + .p-about__col2 {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .p-about__col2 + .p-about__col2 {
    margin-top: 50px;
  }
}
.p-about__col2.-area {
  margin-top: 75px;
}
.p-about__col2.-area .p-about__body {
  padding: 54px 0;
}
@media screen and (max-width: 800px) {
  .p-about__col2.-area .p-about__body {
    padding: unset;
  }
}
.p-about__col2.-history {
  margin-top: 73px;
}
@media screen and (max-width: 800px) {
  .p-about__col2.-history {
    margin-top: 50px;
  }
}
.p-about__col2.-history .p-about__body {
  padding: 39px 0;
}
@media screen and (max-width: 800px) {
  .p-about__col2.-history .p-about__body {
    padding: 0 0;
  }
}
.p-about__head {
  width: 28%;
}
@media screen and (max-width: 800px) {
  .p-about__head {
    width: 100%;
  }
}
.p-about__body {
  width: 72%;
  border-top: #1064A7 1px solid;
  border-bottom: #1064A7 1px solid;
  margin: 10px 0 0;
}
@media screen and (max-width: 800px) {
  .p-about__body {
    width: 100%;
    border: unset;
  }
}
.p-about__body.-noborder {
  border: unset;
  padding: 68px 0;
}
@media screen and (max-width: 800px) {
  .p-about__body.-noborder {
    padding: 0 0;
  }
}
.p-about__title {
  font-size: 30px;
  line-height: 1.8333333333;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 800px) {
  .p-about__title {
    font-size: 24px;
    border-bottom: #1064A7 1px solid;
    padding-bottom: 10px;
  }
}
.p-about__title.-columncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about__title.-center {
  text-align: center;
  font-size: 33px;
}
@media screen and (max-width: 800px) {
  .p-about__title.-center {
    font-size: 24px;
  }
}
.p-about__text {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  padding: 0 6px;
}
@media screen and (max-width: 800px) {
  .p-about__text {
    font-size: 14px;
  }
}
.p-about__table {
  width: 100%;
}
.p-about__table tr {
  border-bottom: #D5D5D5 1px solid;
}
.p-about__table th {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #1064A7;
  padding: 20px 6px 16px;
}
@media screen and (max-width: 800px) {
  .p-about__table th {
    font-size: 14px;
  }
}
.p-about__table td {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  vertical-align: middle;
  padding: 16px 0 17px 50px;
}
@media screen and (max-width: 800px) {
  .p-about__table td {
    font-size: 14px;
    padding: 16px 0 17px 0px;
  }
}
.p-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 0;
  padding-left: 6px;
  position: relative;
}
.p-about__list::before {
  position: absolute;
  content: "";
  left: 160.5px;
  top: 63px;
  width: 1px;
  height: 92%;
  border: dashed 1px #1064A7;
}
@media screen and (max-width: 800px) {
  .p-about__list::before {
    top: 5.5%;
    left: 112px;
    height: 93%;
  }
}
.p-about__list dt {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #1064A7;
  width: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .p-about__list dt {
    font-size: 12px;
    width: 96px;
  }
}
.p-about__list dd {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  width: calc(100% - 127px);
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-about__list dd {
    font-size: 12px;
    padding-left: 30px;
    width: calc(100% - 96px);
  }
}
.p-about__list dd::after {
  position: absolute;
  content: "";
  background-color: #1064A7;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50px;
}
@media screen and (max-width: 800px) {
  .p-about__list dd::after {
    left: 4px;
  }
}
.p-about__img {
  max-width: 505px;
  margin: 0 auto 33px;
  padding-right: 74px;
}
@media screen and (max-width: 800px) {
  .p-about__img {
    padding-right: unset;
    max-width: 350px;
    margin: 10px auto 15px;
  }
}
.p-about__img img {
  width: 100%;
  height: auto;
}
.p-about-policy {
  margin-top: 96px;
}
@media screen and (max-width: 800px) {
  .p-about-policy {
    margin-top: 50px;
  }
}
.p-about-policy__inner {
  margin: 80px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 800px) {
  .p-about-policy__inner {
    margin: 50px calc(50% - 50vw) 0;
  }
}
.p-about-policy__bg {
  max-width: 1340px;
  margin: 0 auto;
  background-image: url(../images/about/bg.webp);
  border-radius: 60px;
  background-size: cover;
  position: relative;
  padding: 123px 20px;
}
@media screen and (max-width: 800px) {
  .p-about-policy__bg {
    border-radius: 30px;
    padding: 80px 20px 50px;
    border-radius: 60px;
    margin: 0 20px;
    background-position: center;
  }
}
.p-about-policy__bg::after {
  position: absolute;
  content: "";
  background-color: #1064A7;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -66px;
  width: 1px;
  height: 147px;
}
@media screen and (max-width: 800px) {
  .p-about-policy__bg::after {
    height: 70px;
    top: -35px;
  }
}
.p-about-policy__lead {
  color: #fff;
  font-size: 35px;
  line-height: 2.1428571429;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-about-policy__lead {
    font-size: 20px;
  }
}
.p-about-policy__text {
  color: #fff;
  font-size: 16px;
  line-height: 2.0625;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  max-width: 850px;
  margin: 34px auto 0;
}
@media screen and (max-width: 800px) {
  .p-about-policy__text {
    font-size: 14px;
  }
}

.p-service__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
@media screen and (max-width: 800px) {
  .p-service__title {
    gap: 18px;
  }
}
.p-service__title .-lg {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
}
.p-service__title .-lg::before, .p-service__title .-lg::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.p-service__title .-lg::before {
  background-image: url("../images/service/left.webp");
  width: 38px;
  height: 34px;
  left: 0;
  top: 0;
}
.p-service__title .-lg::after {
  background-image: url("../images/service/right.webp");
  width: 24px;
  height: 24px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .p-service__title .-lg {
    font-size: 26px;
    letter-spacing: 0.02em;
  }
}
.p-service__title .-sm {
  font-size: 25px;
  font-weight: 700;
  color: #1064A7;
}
@media screen and (max-width: 800px) {
  .p-service__title .-sm {
    font-size: 20px;
    letter-spacing: 0.02em;
  }
}
.p-service__card {
  margin-top: 56px;
  counter-reset: number 0;
}
@media screen and (max-width: 800px) {
  .p-service__card {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 18px;
  }
}
.p-service__card--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .p-service__card--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-service__card--item:nth-of-type(odd) .p-service__card--body {
  margin-right: -10.2%;
}
@media screen and (max-width: 800px) {
  .p-service__card--item:nth-of-type(odd) .p-service__card--body {
    margin-right: unset;
    margin-top: -18px;
    z-index: 2;
    padding: 0 40px 0 0px !important;
  }
}
@media screen and (max-width: 800px) {
  .p-service__card--item:nth-of-type(odd) .p-service__card--img {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    position: relative;
    padding-left: 35px;
  }
  .p-service__card--item:nth-of-type(odd) .p-service__card--img::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: calc(100% - 20px);
    height: 40px;
    left: 0;
    bottom: 0;
  }
}
.p-service__card--item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .p-service__card--item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-service__card--item:nth-of-type(even) .p-service__card--body {
  margin-left: -10.2%;
}
@media screen and (max-width: 800px) {
  .p-service__card--item:nth-of-type(even) .p-service__card--body {
    margin-left: unset;
    margin-top: -18px;
    position: relative;
    z-index: 2;
    padding: 0 0 0 44px !important;
  }
}
@media screen and (max-width: 800px) {
  .p-service__card--item:nth-of-type(even) .p-service__card--img {
    margin-left: calc(50% - 50vw);
    margin-right: auto;
    padding-right: 35px;
    position: relative;
  }
  .p-service__card--item:nth-of-type(even) .p-service__card--img::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: calc(100% - 20px);
    height: 40px;
    left: 0;
    bottom: 0;
  }
}
.p-service__card--item.-item1 .p-service__card--body {
  padding: 40px 49px 0px 0;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item1 .p-service__card--body {
    padding: unset;
  }
}
.p-service__card--item.-item2 {
  margin-top: 55px;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item2 {
    margin-top: unset;
  }
}
.p-service__card--item.-item2 .p-service__card--body {
  padding: 40px 0px 0px 56px;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item2 .p-service__card--body {
    padding: unset;
  }
}
.p-service__card--item.-item3 {
  margin-top: -45px;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item3 {
    margin-top: unset;
  }
}
.p-service__card--item.-item3 .p-service__card--img {
  position: relative;
  z-index: 2;
}
.p-service__card--item.-item3 .p-service__card--body {
  padding: 38px 49px 0 0;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item3 .p-service__card--body {
    padding: unset;
  }
}
.p-service__card--item.-item4 .p-service__card--body {
  padding: 32px 49px 0 0;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item4 .p-service__card--body {
    padding: unset;
  }
}
.p-service__card--item.-item5 {
  margin-top: 23px;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item5 {
    margin-top: unset;
  }
}
.p-service__card--item.-item5 .p-service__card--body {
  padding: 32px 0 0 56px;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item5 .p-service__card--body {
    padding: unset;
  }
}
.p-service__card--item.-item6 {
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item6 {
    margin-top: unset;
  }
}
.p-service__card--item.-item6 .p-service__card--body {
  padding: 32px 49px 0 0;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item6 .p-service__card--body {
    padding: unset;
  }
}
.p-service__card--item.-item7 {
  margin-top: -45px;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item7 {
    margin-top: unset;
  }
}
.p-service__card--item.-item7 .p-service__card--img {
  position: relative;
  z-index: 2;
}
.p-service__card--item.-item7 .p-service__card--body {
  padding: 32px 0 0 56px;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item7 .p-service__card--body {
    padding: unset;
  }
}
.p-service__card--item.-item8 {
  margin-top: -10px;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item8 {
    margin-top: unset;
  }
}
.p-service__card--item.-item8 .p-service__card--img {
  position: relative;
  z-index: 4;
}
.p-service__card--item.-item8 .p-service__card--body {
  padding: 32px 49px 0 0;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item8 .p-service__card--body {
    padding: unset;
  }
}
.p-service__card--item.-item9 .p-service__card--body {
  padding: 49px 0px 0 0;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item9 .p-service__card--body {
    padding: unset;
  }
}
.p-service__card--item.-item10 {
  margin-top: 14px;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item10 {
    margin-top: unset;
  }
}
.p-service__card--item.-item10 .p-service__card--body {
  padding: 32px 0px 0 55px;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item10 .p-service__card--body {
    padding: unset;
  }
}
.p-service__card--item.-item11 {
  margin-top: 24px;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item11 {
    margin-top: unset;
  }
}
.p-service__card--item.-item11 .p-service__card--body {
  padding: 32px 74px 0 0;
}
@media screen and (max-width: 800px) {
  .p-service__card--item.-item11 .p-service__card--body {
    padding: unset;
  }
}
.p-service__card--title {
  font-size: 25px;
  line-height: 1.32;
  font-weight: 700;
  color: #1064A7;
  position: relative;
  padding-left: 78px;
}
@media screen and (max-width: 800px) {
  .p-service__card--title {
    font-size: 20px;
    line-height: 1.3;
    padding-left: 63px;
  }
  .p-service__card--title.-mr {
    margin-right: -50px;
  }
  .p-service__card--title.-mr2 {
    margin-right: -40px;
  }
}
.p-service__card--title::after {
  position: absolute;
  counter-increment: number 1;
  content: "#0" counter(number) "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 35px;
  font-weight: 700;
  color: #1064A7;
}
@media screen and (max-width: 800px) {
  .p-service__card--title::after {
    font-size: 30px;
  }
}
.p-service__card--title.-nonumber {
  padding-left: unset;
}
.p-service__card--title.-nonumber::after {
  position: unset;
  content: none;
}
.p-service__card--text {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 24px;
}
@media screen and (max-width: 800px) {
  .p-service__card--text {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.7857142857;
    margin-top: 17px;
  }
}
.p-service__card--body {
  width: 50%;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  min-height: 330px;
}
@media screen and (max-width: 800px) {
  .p-service__card--body {
    width: 100%;
    min-height: unset;
  }
}
.p-service__card--body.-mt125 {
  margin-top: 125px;
}
@media screen and (max-width: 800px) {
  .p-service__card--body.-mt125 {
    margin-top: unset;
  }
}
.p-service__card--body.-mt109 {
  margin-top: 109px;
}
@media screen and (max-width: 800px) {
  .p-service__card--body.-mt109 {
    margin-top: unset;
  }
}
.p-service__card--body.-mt115 {
  margin-top: 115px;
}
@media screen and (max-width: 800px) {
  .p-service__card--body.-mt115 {
    margin-top: unset;
  }
}
.p-service__card--img {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .p-service__card--img {
    width: 100%;
  }
}
.p-service__card--img img {
  width: 100%;
  height: auto;
}
.p-service__box {
  border: #1064A7 1px solid;
  border-radius: 10px;
  background: #fff;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-service__box {
    margin-top: 40px;
    padding: 32px 15px 28px;
  }
}
.p-service__box::after {
  position: absolute;
  content: "";
  background-color: #EBFAFF;
  left: 0;
  bottom: -64px;
  height: 246px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-service__box::after {
    height: 381px;
  }
}
.p-service__box--title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-service__box--title {
    font-size: 17px;
    line-height: 1.7647058824;
  }
}
.p-service__box--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
  gap: 0px 53px;
}
@media screen and (max-width: 800px) {
  .p-service__box--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1030px) {
  .p-service__box--list {
    gap: 0 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto 0;
  }
}
.p-service__box--list li {
  font-size: 15px;
  line-height: 2.2;
  position: relative;
  padding-left: 16px;
}
.p-service__box--list li:nth-of-type(1), .p-service__box--list li:nth-of-type(4), .p-service__box--list li:nth-of-type(7), .p-service__box--list li:nth-of-type(10), .p-service__box--list li:nth-of-type(13) {
  width: 250px;
}
.p-service__box--list li:nth-of-type(2), .p-service__box--list li:nth-of-type(5), .p-service__box--list li:nth-of-type(8), .p-service__box--list li:nth-of-type(11), .p-service__box--list li:nth-of-type(14) {
  width: 294px;
}
.p-service__box--list li:nth-of-type(3), .p-service__box--list li:nth-of-type(6), .p-service__box--list li:nth-of-type(9), .p-service__box--list li:nth-of-type(12), .p-service__box--list li:nth-of-type(15) {
  width: 267px;
}
@media (max-width: 1030px) {
  .p-service__box--list li {
    width: calc(50% - 5px) !important;
  }
}
@media screen and (max-width: 800px) {
  .p-service__box--list li {
    width: 100% !important;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .p-service__box--list li:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-service__box--list li:nth-of-type(2) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .p-service__box--list li:nth-of-type(3) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .p-service__box--list li:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-service__box--list li:nth-of-type(5) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .p-service__box--list li:nth-of-type(6) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .p-service__box--list li:nth-of-type(7) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-service__box--list li:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .p-service__box--list li:nth-of-type(9) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .p-service__box--list li:nth-of-type(10) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-service__box--list li:nth-of-type(11) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .p-service__box--list li:nth-of-type(12) {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .p-service__box--list li:nth-of-type(13) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .p-service__box--list li:nth-of-type(14) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .p-service__box--list li:nth-of-type(15) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
.p-service__box--list li::after {
  position: absolute;
  content: "●";
  color: #1064A7;
  font-size: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .p-service__box--list li::after {
    font-size: 8px;
  }
}
.p-service__bottom {
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-service__bottom {
    background-color: #EBFAFF;
    margin: 20px calc(50% - 50vw) 0;
    padding: 40px calc(50vw - 50%) 30px;
    width: 100vw;
  }
}
.p-service__bottom.-bottom1 {
  margin-top: 34px;
}
@media screen and (max-width: 800px) {
  .p-service__bottom.-bottom1 {
    margin-top: 40px;
  }
}
.p-service__bottom.-bottom2 {
  margin-top: 10px;
  padding-bottom: 90px;
}
@media screen and (max-width: 800px) {
  .p-service__bottom.-bottom2 {
    margin-top: 40px;
    padding-bottom: 50px;
  }
}
.p-service__bottom.-bottom2::after {
  height: 356px;
  bottom: 0px;
}
.p-service__bottom::after {
  position: absolute;
  content: "";
  background-color: #EBFAFF;
  left: 0;
  bottom: -40px;
  height: 311px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-service__bottom::after {
    position: unset;
    content: none;
  }
}
.p-service__bottom--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
}
@media screen and (max-width: 800px) {
  .p-service__bottom--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    margin: 0 17px;
  }
}
.p-service__bottom--img {
  width: calc(33.33333% - 34.66667px);
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-service__bottom--img {
    width: 100%;
  }
}
.p-service__bottom--img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .p-service__bottom--img img {
    aspect-ratio: 300/180;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
.p-service__bottom--img figcaption {
  font-size: 22px;
  line-height: 1.3636363636;
  font-weight: 700;
  background-color: #EBFAFF;
  border-radius: 0 10px 0 0;
  max-width: 181px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  bottom: -7px;
  padding-top: 10px;
}
@media screen and (max-width: 800px) {
  .p-service__bottom--img figcaption {
    bottom: 0;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 8px 8px 0 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-service__bottom--text {
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
  margin-top: 49px;
}
@media screen and (max-width: 800px) {
  .p-service__bottom--text {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.02em;
    margin-top: 43px;
  }
}
.p-service-about {
  padding-top: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6%;
}
@media screen and (max-width: 800px) {
  .p-service-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 23px;
    padding-top: 60px;
  }
}
.p-service-about__head {
  width: 49%;
  padding-top: 21px;
}
@media screen and (max-width: 800px) {
  .p-service-about__head {
    width: 100%;
    padding-top: 17px;
  }
}
.p-service-about__title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-service-about__title {
    font-size: 25px;
    line-height: 1.6;
    text-align: left;
  }
}
.p-service-about__text {
  margin-top: 40px;
  padding: 0 31px 0 6px;
}
@media screen and (max-width: 800px) {
  .p-service-about__text {
    padding: unset;
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    margin-top: 16px;
  }
}
.p-service-about__img {
  width: 45%;
}
@media screen and (max-width: 800px) {
  .p-service-about__img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.p-service-about__img img {
  width: 100%;
  height: auto;
}
.p-service-wholesale {
  padding-top: 93px;
}
@media screen and (max-width: 800px) {
  .p-service-wholesale {
    padding-top: 72px;
  }
}
.p-service-wholesale .p-service__title .-lg {
  padding: 0 65px 0 66px;
}
.p-service-wholesale .p-service__title .-lg::before {
  top: -14px;
}
@media screen and (max-width: 800px) {
  .p-service-wholesale .p-service__title .-lg::before {
    left: 24px;
    top: -9px;
    width: 27px;
    height: 24px;
  }
}
.p-service-wholesale .p-service__title .-lg::after {
  bottom: -4px;
}
@media screen and (max-width: 800px) {
  .p-service-wholesale .p-service__title .-lg::after {
    right: 21px;
    bottom: 0;
    width: 17px;
    height: 17px;
  }
}
.p-service-pavement {
  padding-top: 164px;
}
@media screen and (max-width: 800px) {
  .p-service-pavement {
    padding-top: 110px;
  }
}
.p-service-pavement .p-service__title .-lg {
  padding: 0 48px 0 50px;
}
.p-service-pavement .p-service__title .-lg::before {
  top: -15px;
}
@media screen and (max-width: 800px) {
  .p-service-pavement .p-service__title .-lg::before {
    left: 12px;
    top: -8px;
    width: 27px;
    height: 24px;
  }
}
@media screen and (max-width: 800px) {
  .p-service-pavement .p-service__title .-lg::after {
    right: 11px;
    bottom: -2px;
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 800px) {
  .p-service-pavement .p-service__card {
    margin-top: 34px;
  }
}
.p-service-structure {
  padding-top: 142px;
}
@media screen and (max-width: 800px) {
  .p-service-structure {
    padding-top: 55px;
  }
}
.p-service-structure .p-service__title .-lg {
  padding: 0px 41px 0 41px;
}
@media screen and (max-width: 800px) {
  .p-service-structure .p-service__title .-lg {
    padding: 0px 15px 0 15px;
  }
}
.p-service-structure .p-service__title .-lg::before {
  top: -20px;
}
@media screen and (max-width: 800px) {
  .p-service-structure .p-service__title .-lg::before {
    left: -14px;
    top: -8px;
    width: 27px;
    height: 24px;
  }
}
@media screen and (max-width: 800px) {
  .p-service-structure .p-service__title .-lg::after {
    right: -19px;
    bottom: -2px;
    width: 26px;
    height: 19px;
  }
}

.p-recruit__bg {
  background-color: #EBFAFF;
  margin: -215px calc(50% - 50vw) 0;
  padding: 215px calc(50vw - 50%) 84px;
  width: 100vw;
}
@media screen and (max-width: 800px) {
  .p-recruit__bg {
    margin: 0px calc(50% - 50vw) 0;
    padding: 33px calc(50vw - 50%) 30px;
  }
}
.p-recruit__bg2 {
  background-color: #EBFAFF;
  margin: 0 calc(50% - 50vw);
  padding: 150px calc(50vw - 50%) 140px;
  width: 100vw;
}
@media screen and (max-width: 800px) {
  .p-recruit__bg2 {
    margin: 40px calc(50% - 50vw) 0;
    padding: 40px calc(50vw - 50%) 70px;
  }
}
.p-recruit__title {
  font-size: 33px;
  line-height: 0.9090909091;
  font-weight: 700;
  background: linear-gradient(95deg, rgb(20, 93, 159) 0%, rgb(72, 193, 242) 100%);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 13px 10px 8px;
}
@media screen and (max-width: 800px) {
  .p-recruit__title {
    font-size: 24px;
    line-height: 1.25;
    padding: 6px 13px 5px 8px;
  }
}
.p-recruit-kv {
  display: block;
  margin: 15px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 800px) {
  .p-recruit-kv {
    margin: 8px calc(50% - 50vw) 0;
  }
}
.p-recruit-kv img {
  width: 100%;
  height: auto;
  max-width: 1350px;
  margin: 0 auto;
  display: block;
}
.p-recruit-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  max-width: 835px;
  margin: 56px auto 0;
}
@media screen and (max-width: 800px) {
  .p-recruit-nav {
    gap: 15px;
    margin: 0 auto;
  }
}
.p-recruit-nav__item {
  background-color: #fff;
  border: #1064A7 1px solid;
  width: calc(50% - 17.5px);
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #1064A7;
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-recruit-nav__item {
    font-size: 14px;
    width: calc(50% - 7.5px);
  }
}
.p-recruit-nav__item svg {
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .p-recruit-nav__item svg {
    width: 6px;
    right: 6px;
  }
}
.p-recruit-about {
  padding-top: 88px;
}
@media screen and (max-width: 800px) {
  .p-recruit-about {
    padding-top: 48px;
  }
}
.p-recruit-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 37px;
}
@media screen and (max-width: 800px) {
  .p-recruit-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
    gap: 8px;
  }
}
.p-recruit-about__item {
  width: calc(50% - 10px);
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 0;
}
@media screen and (max-width: 800px) {
  .p-recruit-about__item {
    width: 100%;
    padding: 8px 0;
    height: 60px;
  }
}
.p-recruit-about__item dt {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  font-weight: 700;
  width: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1064A7;
  border-right: 1px solid #1064A7;
  width: 128px;
  padding: 4px 0;
}
@media screen and (max-width: 800px) {
  .p-recruit-about__item dt {
    font-size: 15px;
    width: 91px;
  }
}
.p-recruit-about__item dd {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 11px 0 13px 18px;
}
@media screen and (max-width: 800px) {
  .p-recruit-about__item dd {
    font-size: 15px;
    line-height: 1.3333333333;
    padding: 3px 0 0px 18px;
  }
}
.p-recruit-about__item:nth-of-type(odd) dd {
  padding: 11px 0 13px 64px;
}
@media screen and (max-width: 800px) {
  .p-recruit-about__item:nth-of-type(odd) dd {
    padding: 11px 0 13px 17px;
  }
}
.p-recruit-about__text {
  margin-top: 24px;
}
@media screen and (max-width: 800px) {
  .p-recruit-about__text {
    font-size: 14px;
    line-height: 1.7857142857;
    margin-top: 15px;
  }
}
.p-recruit-business {
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  .p-recruit-business {
    padding-top: 44px;
  }
}
.p-recruit-business__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 44px;
}
@media screen and (max-width: 800px) {
  .p-recruit-business__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
    gap: 17px;
  }
}
.p-recruit-business__item {
  width: calc(33.33333% - 13.33333px);
  border-radius: 8px;
  background-color: #fff;
  padding: 24px 19px;
}
@media screen and (max-width: 800px) {
  .p-recruit-business__item {
    width: 100%;
    padding: 24px 19px 19px;
  }
}
.p-recruit-business__title {
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 700;
  color: #1064A7;
  text-align: center;
  border-bottom: 1px solid #1064A7;
  padding-bottom: 14px;
}
@media screen and (max-width: 800px) {
  .p-recruit-business__title {
    padding-bottom: 8px;
  }
}
.p-recruit-business__list {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 800px) {
  .p-recruit-business__list {
    padding-top: 18px;
    gap: 4px;
  }
}
.p-recruit-business__list li {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 800px) {
  .p-recruit-business__list li {
    font-size: 14px;
    list-style: 1;
  }
}
.p-recruit-business__list li::after {
  position: absolute;
  content: "●";
  color: #1064A7;
  font-size: 10px;
  left: 2px;
  top: 5px;
}
@media screen and (max-width: 800px) {
  .p-recruit-business__list li::after {
    font-size: 8px;
    left: 6px;
  }
}
.p-recruit-business__text {
  margin-top: 32px;
}
@media screen and (max-width: 800px) {
  .p-recruit-business__text {
    font-size: 14px;
    line-height: 1.7857142857;
    margin-top: 16px;
  }
}
.p-recruit-recruitment {
  padding-top: 78px;
}
@media screen and (max-width: 800px) {
  .p-recruit-recruitment {
    padding-top: 48px;
  }
}
.p-recruit-recruitment__table {
  width: 100%;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .p-recruit-recruitment__table {
    margin-top: 22px;
  }
}
.p-recruit-recruitment__table .-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-recruit-recruitment__table .-tr.-gap {
  gap: 7px;
}
.p-recruit-recruitment__table .-tr.-white {
  padding: 39px 0;
  background-color: #fff;
  border-radius: 8px;
}
.p-recruit-recruitment__table .-th1 {
  background-color: #7F7F7F;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  vertical-align: middle;
  padding: 11px;
}
@media screen and (max-width: 800px) {
  .p-recruit-recruitment__table .-th1 {
    margin-bottom: 10px;
  }
  .p-recruit-recruitment__table .-th1.-bg {
    background-color: #1064A7;
  }
}
.p-recruit-recruitment__table .-th2 {
  border-radius: 8px 0 0 8px;
  position: relative;
  padding-left: 52px;
  font-size: 16px;
  font-weight: 700;
  color: #1064A7;
}
@media screen and (max-width: 800px) {
  .p-recruit-recruitment__table .-th2 {
    background-color: #fff;
    font-size: 14px;
    padding-left: unset;
    text-align: center;
    padding: 14px;
    margin-bottom: 18px;
    border-radius: 8px;
  }
}
.p-recruit-recruitment__table .-th2::after {
  position: absolute;
  content: "";
  background-color: #1064A7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 40px;
}
@media screen and (max-width: 800px) {
  .p-recruit-recruitment__table .-th2::after {
    content: none;
    position: unset;
  }
}
.p-recruit-recruitment__table .-td {
  border-radius: 0 8px 8px 0;
  padding-left: 33px;
}
@media screen and (max-width: 800px) {
  .p-recruit-recruitment__table .-td {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.7857142857;
    padding: 14px 20px;
    border-radius: 8px;
  }
}
.p-recruit-recruitment__table .-w2 {
  width: 21%;
}
.p-recruit-recruitment__table .-w8 {
  width: 79%;
}
.p-recruit-recruitment__text {
  margin-top: 28px;
}
@media screen and (max-width: 800px) {
  .p-recruit-recruitment__text {
    font-size: 14px;
    line-height: 1.7857142857;
    margin-top: 18px;
  }
}
@media screen and (max-width: 800px) {
  .p-recruit-recruitment .swiper-button-next, .p-recruit-recruitment .swiper-button-prev {
    width: 32px;
    height: 32px;
    top: 29px;
  }
  .p-recruit-recruitment .swiper-button-prev {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .p-recruit-recruitment .swiper-button-disabled {
    opacity: 0;
  }
  .p-recruit-recruitment .swiper-button-next:after, .p-recruit-recruitment .swiper-button-prev:after {
    content: "＞";
    background-color: #1064A7;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-recruit-work {
  padding-top: 78px;
}
@media screen and (max-width: 800px) {
  .p-recruit-work {
    padding-top: 48px;
  }
}
.p-recruit-work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 48px;
}
@media screen and (max-width: 800px) {
  .p-recruit-work__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
    gap: 10px 22px;
  }
}
.p-recruit-work__item {
  width: calc(50% - 11px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 0.01em;
  padding: 20px 10px;
}
@media screen and (max-width: 800px) {
  .p-recruit-work__item {
    width: 100%;
    font-size: 15px;
    line-height: 1.4666666667;
    padding: 0px 0px 0px 18px;
    height: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-recruit-work__item strong {
  color: #1064A7;
}
.p-recruit-merit {
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  .p-recruit-merit {
    padding-top: 47px;
  }
}
.p-recruit-merit__list {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .p-recruit-merit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 26px;
    gap: 13px;
  }
}
.p-recruit-merit__item {
  background-color: #fff;
  border-radius: 8px;
  width: calc(33.33333% - 13.33333px);
  padding: 0px 20px 23px;
}
@media screen and (max-width: 800px) {
  .p-recruit-merit__item {
    width: 100%;
    padding: 23px 22px 30px;
  }
}
.p-recruit-merit__title {
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  color: #1064A7;
  display: block;
  min-height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .p-recruit-merit__title {
    min-height: unset;
    padding-bottom: 8px;
  }
}
.p-recruit-merit__text {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.01em;
  border-top: 1px solid #1064A7;
  padding-top: 15px;
}
@media screen and (max-width: 800px) {
  .p-recruit-merit__text {
    font-size: 14px;
    line-height: 1.7857142857;
    padding-top: 9px;
  }
}
.p-recruit-more {
  padding-top: 66px;
}
@media screen and (max-width: 800px) {
  .p-recruit-more {
    padding-top: 36px;
  }
}
.p-recruit-more__text {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-recruit-more__text {
    font-size: 20px;
  }
}
.p-recruit-more__img1 {
  max-width: 700px;
  display: block;
  margin: -15px auto 0;
}
@media screen and (max-width: 800px) {
  .p-recruit-more__img1 {
    max-width: 300px;
    margin: 0 auto 0;
  }
}
.p-recruit-more__img1 img {
  width: 100%;
  height: auto;
}
.p-recruit-more__img2 {
  max-width: 995px;
  display: block;
  margin: 45px auto 0;
}
@media screen and (max-width: 800px) {
  .p-recruit-more__img2 {
    margin: 16px auto 0;
  }
}
.p-recruit-more__img2 img {
  width: 100%;
  height: auto;
}
.p-recruit-interview {
  padding-top: 91px;
  padding-bottom: 66px;
}
.p-recruit-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
  margin-top: 42px;
}
@media screen and (max-width: 800px) {
  .p-recruit-interview__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
  }
}
.p-recruit-interview__item {
  width: calc(50% - 15.5px);
  border: #1064A7 1px solid;
  border-radius: 20px;
  padding: 43px 25px 38px;
}
@media screen and (max-width: 800px) {
  .p-recruit-interview__item {
    width: 100%;
    padding: 19px 17px;
  }
}
.p-recruit-interview__img {
  margin: 0 20px;
}
@media screen and (max-width: 800px) {
  .p-recruit-interview__img {
    margin: 0 auto;
  }
}
.p-recruit-interview__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 392/373;
}
.p-recruit-interview__name {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #1064A7;
  text-align: center;
  margin-top: 20px;
}
.p-recruit-interview__text {
  margin-top: 23px;
  line-height: 1.5625;
}
@media screen and (max-width: 800px) {
  .p-recruit-interview__text {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
.p-recruit-requirements__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2PX;
}
.p-recruit-requirements__menuitem {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-top: #1064A7 solid 1px;
  border-right: #1064A7 solid 1px;
  border-left: #1064A7 solid 1px;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 700;
  cursor: pointer;
  padding: 13px 0;
}
@media screen and (max-width: 800px) {
  .p-recruit-requirements__menuitem {
    font-size: 12px;
    width: 25%;
    height: 40px;
    text-align: center;
  }
}
.p-recruit-requirements__menuitem.is-active {
  background-color: #1064A7;
  color: #fff;
}
.p-recruit-requirements__content {
  display: none;
  background-color: #fff;
  padding: 58px 10px 64px;
  border-radius: 0 0 40px 40px;
  border-top: #1064A7 solid 1px;
}
@media screen and (max-width: 800px) {
  .p-recruit-requirements__content {
    padding: 40px 20px 24px;
  }
}
.p-recruit-requirements__content.is-active {
  display: block;
}
.p-recruit-requirements__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-recruit-requirements__title {
    font-size: 26px;
  }
}
.p-recruit-requirements__table {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  margin-top: 47px;
}
@media screen and (max-width: 800px) {
  .p-recruit-requirements__table {
    border-top: 1px solid #D5D5D5;
    margin-top: 32px;
  }
}
@media screen and (max-width: 800px) {
  .p-recruit-requirements__table tr:last-of-type td {
    border-bottom: unset;
  }
}
.p-recruit-requirements__table th {
  color: #1064A7;
  font-size: 16px;
  line-height: 2.0625;
  font-weight: 700;
  border-bottom: 1px solid #D5D5D5;
  padding: 21px 0px 14px 0px;
  width: 147px;
}
@media screen and (max-width: 800px) {
  .p-recruit-requirements__table th {
    display: block;
    width: 100%;
    border-bottom: unset;
    padding: 8px 0px 11px 0px;
  }
}
.p-recruit-requirements__table td {
  font-size: 16px;
  line-height: 1.75;
  border-bottom: 1px solid #D5D5D5;
  padding: 22px 27px 20px;
  width: calc(100% - 147px);
}
@media screen and (max-width: 800px) {
  .p-recruit-requirements__table td {
    display: block;
    width: 100%;
    line-height: 1.625;
    padding: 0 0 10px 0;
  }
}

.p-topix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
  padding-top: 118px;
  padding-bottom: 70px;
}
@media screen and (max-width: 800px) {
  .p-topix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-top: 80px;
  }
}
.p-topix-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  padding-top: 23px;
}
@media screen and (max-width: 800px) {
  .p-topix-nav {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-topix-nav__item {
  font-size: 17px;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-left: 28px;
  width: 115px;
}
@media screen and (max-width: 800px) {
  .p-topix-nav__item {
    font-size: 14px;
    padding-left: 18px;
    width: auto;
  }
}
.p-topix-nav__item.active {
  position: relative;
}
.p-topix-nav__item.active::after {
  position: absolute;
  content: "";
  background-color: #1064A7;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-topix__content {
  width: calc(100% - 149px);
}
@media screen and (max-width: 800px) {
  .p-topix__content {
    width: 100%;
  }
}
.p-topix__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-topix__item {
  border-bottom: 1px solid #D5D5D5;
  padding: 21px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .p-topix__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-topix__item time {
  font-size: 16px;
  line-height: 2.0625;
  font-weight: 500;
  color: #1064A7;
}
@media screen and (max-width: 800px) {
  .p-topix__item time {
    font-size: 14px;
  }
}
.p-topix__item span {
  font-size: 16px;
  line-height: 2.0625;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .p-topix__item span {
    font-size: 14px;
  }
}
.p-topix .wp-pagenavi {
  margin: 38px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 800px) {
  .p-topix .wp-pagenavi {
    margin: 20px auto 0;
    gap: 5px;
  }
}
.p-topix .wp-pagenavi a, .p-topix .wp-pagenavi span {
  font-size: 22px;
  font-weight: 500;
  border: unset;
}
@media screen and (max-width: 800px) {
  .p-topix .wp-pagenavi a, .p-topix .wp-pagenavi span {
    font-size: 16px;
  }
}
.p-topix .wp-pagenavi span.current {
  font-weight: 500;
  color: #1064A7;
}
.p-topix .nextpostslink, .p-topix .previouspostslink {
  position: relative;
  width: 8px;
  height: 13px;
  margin-left: 12px;
}
.p-topix .nextpostslink::after, .p-topix .previouspostslink::after {
  position: absolute;
  content: "";
  background-image: url(../images/topix/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 13px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-topix .previouspostslink {
  margin-left: unset;
  margin-right: 12px;
}
.p-topix .previouspostslink::after {
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.p-single {
  padding-top: 112px;
  padding-bottom: 108px;
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .p-single {
    padding-top: 70px;
  }
}
.p-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 800px) {
  .p-single__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-single__head span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1064A7;
  border: 1px solid #1064A7;
  border-radius: 2px;
  padding: 0 19px;
  height: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-single__head > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p-single__title {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #D5D5D5;
  margin-top: 29px;
  padding-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-single__title {
    text-align: left;
    font-size: 18px;
    margin-top: 16px;
  }
}
.p-single__content {
  margin-top: 32px;
}
@media screen and (max-width: 800px) {
  .p-single__content p, .p-single__content li, .p-single__content a {
    font-size: 14px;
  }
}
.p-single__content img {
  width: 100%;
  height: auto;
}
.p-single__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 56px;
}
.p-single__box {
  border: 1px solid #1064A7;
  padding: 32px 55px 44px;
  margin-top: 44px;
}
@media screen and (max-width: 800px) {
  .p-single__box {
    padding: 20px 16px;
  }
}
.p-single__box h4 {
  color: #1064A7;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.p-single__box--list {
  margin-top: 5px;
}
.p-single__box--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0 15px;
  border-bottom: 1px dashed #9C9C9C;
}
.p-single__box--item dt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  width: 120px;
}
@media screen and (max-width: 800px) {
  .p-single__box--item dt {
    width: 60px;
    font-size: 14px;
  }
}
.p-single__box--item dd {
  font-size: 15px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 800px) {
  .p-single__box--item dd {
    font-size: 14px;
  }
}
.p-single__gallery {
  margin-top: 48px;
}
.p-single__gallerymain img {
  width: 100%;
  aspect-ratio: 760/480;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__gallerythumbs {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-single__gallerythumbs img {
  width: 100%;
  aspect-ratio: 139/88;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-privacy {
  padding: 118px 0 72px;
}
@media screen and (max-width: 800px) {
  .p-privacy {
    padding: 60px 0;
  }
}
.p-privacy section {
  margin-top: 50px;
}
.p-privacy h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #1064A7;
  margin-bottom: 23px;
}
.p-privacy ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.p-privacy ol > li {
  padding-left: 25px;
  text-indent: -25px;
}
.p-privacy ol ul {
  margin-left: -9px;
}
.p-privacy ul > li {
  padding-left: 16px;
  text-indent: -16px;
}
.p-privacy p, .p-privacy li {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .p-privacy p, .p-privacy li {
    font-size: 14px;
  }
}

.p-contact {
  padding: 90px 0 100px;
}
@media screen and (max-width: 800px) {
  .p-contact {
    padding: 60px 0;
  }
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 800px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 800px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 800px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--inline {
  display: none;
}
@media screen and (max-width: 800px) {
  .u-md-only--inline {
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 800px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--inline {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .u-md-hidden--inline {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .u-md-hidden--flex {
    display: none;
  }
}