@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&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;
  overflow-x: hidden;
}

/**
 * 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: "LINE Seed JP", sans-serif;
  color: #000000;
}

main {
  position: relative;
}
main::before, main::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 50%;
  height: 80px;
  top: 100px;
  z-index: 10;
}
@media screen and (max-width: 1030px) {
  main::before, main::after {
    top: 60px;
    height: 24px;
  }
}
main::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  left: 0;
}
main::after {
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  right: 0;
}

img {
  vertical-align: bottom;
}

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

/* 共通：表示前 */
.js-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  will-change: opacity, transform;
}

/* 下から（今までの） */
.js-fadeUp {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

/* 右から */
.js-fadeRight {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

/* 左から */
.js-fadeLeft {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

/* 表示後（共通） */
.js-fadeIn.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

.l-inner-md {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 389px) {
  .l-inner-md {
    padding: 0 20px;
  }
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100px;
  background-color: #fff;
}
@media screen and (max-width: 1030px) {
  .l-header {
    height: 60px;
  }
}
.l-header__bottom {
  position: absolute;
  bottom: -5.3472222222vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .l-header__bottom {
    z-index: 999;
  }
}
.l-header__bottom img {
  width: 100%;
  height: auto;
}
.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;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 60px;
}
@media screen and (max-width: 1120px) {
  .l-header__inner {
    padding: 8px 20px 0;
  }
}
.l-header__logo {
  width: 240px;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1120px) {
  .l-header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 1030px) {
  .l-header__logo {
    width: 155px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1030px) {
  .l-header__contents {
    display: none;
    position: fixed;
    z-index: 98;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0051A4;
    padding: 60px 0px 0;
    overflow-y: scroll;
  }
  .l-header__contents::before, .l-header__contents::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 50%;
    top: 0px;
    height: 24px;
  }
  .l-header__contents::before {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
    left: 0;
  }
  .l-header__contents::after {
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 100% 100%, 100% 0);
    right: 0;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1030px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
    color: #fff;
    max-width: 338px;
    margin: 0 auto;
    height: 1000px;
  }
}
@media screen and (max-width: 1030px) {
  .l-header__navitem {
    border-bottom: #8BB5E0 1px solid;
    width: 100%;
    padding: 19px 0;
  }
}
.l-header__navitem > span {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1030px) {
  .l-header__navitem > span {
    font-size: 18px;
  }
}
.l-header__navitem.-open > span {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .l-header__navitem.-open > span {
    color: #8BB5E0;
    padding-right: unset;
  }
}
.l-header__navitem.-open > span::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/nav-arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 1030px) {
  .l-header__navitem.-open > span::after {
    content: none;
    position: unset;
  }
}
.l-header__navitem.-open:hover .l-header__megamenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header__megamenu {
  position: fixed;
  z-index: 99;
  left: 0%;
  top: 60px;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(37, 37, 37, .1);
          box-shadow: 0px 3px 3px 0px rgba(37, 37, 37, .1);
  display: none;
  padding: 90px 30px 42px;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu {
    position: unset;
    display: block;
    padding: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background-color: unset;
  }
}
.l-header__megamenu--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 4.3%;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--inner {
    display: block;
    padding-left: unset;
  }
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--head {
    display: none;
  }
}
.l-header__megamenu--title {
  font-size: 38px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0051A4;
  margin-top: 8px;
}
.l-header__megamenu--disc {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 18px;
  max-width: 256px;
}
.l-header__megamenu--list {
  width: 71.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 20px 0 0px;
    gap: 16px;
    padding: 0 20px;
  }
}
.l-header__megamenu--item {
  width: calc(25% - 15px);
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--item {
    width: 100%;
  }
}
.l-header__megamenu--item figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--item figure {
    display: none;
  }
}
.l-header__megamenu--item div {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--item div {
    margin-top: unset;
  }
}
.l-header__megamenu--item span {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--item span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .l-header__megamenu--item svg {
    display: none;
  }
}
.l-header__contact {
  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: 150px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  color: #0051A4;
  border: 1px solid;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 999;
}
.l-header__contact:hover {
  background-color: #0051A4;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1030px) {
  .l-header__contact {
    background-color: #fff;
    color: #0051A4;
    width: 200px;
    margin: 40px auto 0;
  }
}

.l-footer__inner {
  max-width: 1260px;
  padding: 0 30px 0;
  margin: 0 auto;
}
@media screen and (max-width: 389px) {
  .l-footer__inner {
    padding: 0 20px 30px 20px;
  }
}
.l-footer__contents {
  padding: 64px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .l-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0px 42px;
  }
}
.l-footer__body {
  padding-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 117px;
}
@media screen and (max-width: 1105px) {
  .l-footer__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 377px;
    gap: 30px;
    padding-top: 44px;
  }
}
.l-footer__body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 117px;
}
@media screen and (max-width: 1105px) {
  .l-footer__body > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 27px;
  }
}
.l-footer__logo {
  width: 296px;
  display: block;
}
@media screen and (max-width: 1105px) {
  .l-footer__logo {
    width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 230px;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__address {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #0051A4;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    display: none;
  }
}
.l-footer__map {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0051A4;
}
@media screen and (max-width: 768px) {
  .l-footer__map {
    display: none;
  }
}
.l-footer__contact {
  margin: 31px 0 0 0;
  width: 190px;
  height: 60px;
  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;
  border-radius: 50px;
  border: 1px solid;
  padding: 0 27px 0 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0051A4;
}
.l-footer__contact:hover {
  background-color: #0051A4;
  color: #fff;
  opacity: 1;
}
.l-footer__contact:hover svg path {
  stroke: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    display: none;
  }
}
.l-footer__link {
  font-size: 15px;
  letter-spacing: 0.02em;
  margin-top: 28px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__link {
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
  }
}
.l-footer__nav {
  color: #0051A4;
}
.l-footer__navtitle {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #4A86C4;
}
.l-footer__list1 {
  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;
  margin-top: 15px;
}
.l-footer__list1 a {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #0051A4;
}
@media screen and (max-width: 389px) {
  .l-footer__list1 a {
    font-size: 14px;
  }
}
.l-footer__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.l-footer__list2 + .l-footer__navtitle {
  margin-top: 35px;
  display: block;
}
.l-footer__list2 a {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #0051A4;
}
.l-footer__border {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  border-top: 1px solid #0051A4;
}
.l-footer__copy {
  font-size: 12px;
  letter-spacing: 0.02em;
  position: relative;
  padding: 14px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    text-align: center;
    padding: 28px 0 0;
  }
}

.l-page {
  background-color: #F9F9FA;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-page {
    padding-bottom: unset;
    overflow-x: hidden;
  }
}

.c-title {
  font-size: 38px;
  line-height: 1.4736842105;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 30px;
    line-height: 1.3333333333;
  }
}
.c-title span {
  color: #0051A4;
}
.c-title.-center {
  text-align: center;
}
.c-title.-white {
  color: #fff;
}

.c-button {
  padding: 0 27px;
  width: 265px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  background-color: #fff;
  color: #0051A4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 230px;
    height: 60px;
    font-size: 14px;
    padding: 0 23px;
  }
}
.c-button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/button-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 38px;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-button::after {
    width: 39px;
    height: 38px;
    right: 21px;
  }
}
.c-button:hover {
  background-color: #0051A4;
  color: #fff;
  opacity: 1;
}
.c-button:hover::after {
  background-image: url("../images/common/button-arrow-hover.svg");
}

.c-burger {
  display: none;
}
@media screen and (max-width: 1030px) {
  .c-burger {
    display: block;
    position: fixed;
    right: 28px;
    top: 24px;
    width: 30px;
    height: 20px;
    z-index: 999;
  }
  .c-burger__border {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    display: block;
    background-color: #0051A4;
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-burger__border--top {
    top: 0;
  }
  .c-burger__border--mid {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-burger__border--bottom {
    bottom: 0;
  }
  .c-burger.is-open {
    right: 23px;
    top: 19px;
  }
  .c-burger.is-open .c-burger__border--top {
    rotate: 45deg;
    top: 14px;
    right: 5px;
  }
  .c-burger.is-open .c-burger__border--mid {
    opacity: 0;
  }
  .c-burger.is-open .c-burger__border--bottom {
    rotate: -45deg;
    bottom: 3px;
    right: 5px;
  }
}

.c-scroll {
  position: absolute;
  left: 18px;
  top: 70px;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0051A4;
}
@media screen and (max-width: 768px) {
  .c-scroll {
    display: none;
  }
}
.c-scroll::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #0051A4;
  bottom: -323px;
  content: "";
  height: 300px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.c-works__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 347/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.c-works__contents {
  border-bottom: #E2E2E2 1px solid;
  border-left: #E2E2E2 1px solid;
  border-right: #E2E2E2 1px solid;
  border-radius: 0 0 20px 20px;
  padding: 20px 23px 27px;
  display: flex;
  flex-direction: column;
  height: auto;
  flex-grow: 1;
}
.c-works__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-works__place {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.c-works__title {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}
.c-works__date {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 19px;
  display: block;
}
.c-works__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px　;
}
.c-works__cat li {
  height: 30px;
  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;
  padding: 0 18px;
  border-radius: 50px;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #fff;
}
.c-works__cat li.-tent-sheet {
  background-color: #0051A4;
}
.c-works__cat li.-construction {
  background-color: #008B46;
}
.c-works__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.c-works__tag li {
  font-size: 15px;
  letter-spacing: 0.02em;
}

.c-breadcrumb {
  background-color: #E7EFF7;
  margin: 0 calc(50% - 50vw) 0;
  padding: 23px calc(50vw - 50%);
  width: 100vw;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.c-breadcrumb .current-item {
  font-weight: 700;
}

.c-pageheader {
  padding: 90px 0 60px;
}
.c-pageheader.-pd {
  padding: 100px 0 60px;
}
@media screen and (max-width: 768px) {
  .c-pageheader {
    padding: 40px 0 40px;
  }
  .c-pageheader.-pd {
    padding: 60px 0 40px;
  }
}
.c-pageheader__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: 18px;
}
.c-pageheader__title .-sm {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0051A4;
  text-transform: uppercase;
}
.c-pageheader__title .-lg {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-pageheader__title .-lg {
    font-size: 28px;
  }
}
.c-pageheader__lead {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 28px;
}
.c-pageheader__lead.-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-pageheader__lead {
    text-align: left;
    font-size: 15px;
  }
}

.c-archiveslider {
  padding: 102px 0 156px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .c-archiveslider {
    padding: 80px 0 60px;
  }
}
.c-archiveslider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1115px;
}
.c-archiveslider__header p {
  margin-top: 26px;
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-archiveslider__header p {
    font-size: 15px;
  }
}
.c-archiveslider__inner {
  margin: 0 calc(50% - 50vw) 0 0;
  width: 100vw;
}
.c-archiveslider__sliderwrap {
  margin: 60px calc(50% - 50vw) 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-archiveslider__sliderwrap {
    margin: 30px calc(50% - 50vw) 0 0;
    padding-bottom: 66px;
  }
}
.c-archiveslider__sliderwrap .swiper-button-next, .c-archiveslider__sliderwrap .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0051A4;
  background-color: #fff;
  position: unset;
}
.c-archiveslider__sliderwrap .swiper-button-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-archiveslider__sliderwrap .swiper-button-next:after, .c-archiveslider__sliderwrap .swiper-rtl .swiper-button-prev:after, .c-archiveslider__sliderwrap .swiper-button-prev:after, .c-archiveslider__sliderwrap .swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url(../images/common/arrow-color.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.c-archiveslider__arrow {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -65px;
  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;
  max-width: 1237px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1350px) {
  .c-archiveslider__arrow {
    left: -20px;
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .c-archiveslider__arrow {
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    bottom: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
    padding-right: 27px;
  }
}
.c-archiveslider__item {
  background-color: #fff;
  border-radius: 20px;
  border: #E2E2E2 1px solid;
  height: auto;
  display: flex;
  flex-direction: column;
}

.c-archiveslider__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-archiveslider__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 347/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.c-archiveslider__contents {
  padding: 22px 20px;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;

}
.c-archiveslider__head {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 0;
}
.c-archiveslider__date {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 20px;
  display: block;
}
.c-archiveslider__place {
  font-size: 15px;
  letter-spacing: 0.02em;
}
.c-archiveslider__title {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
  flex-grow: 1;
}
.c-archiveslider__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 9px;
  gap: 10px;
}
.c-archiveslider__tag li {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.02em;
}
.c-archiveslider__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.c-archiveslider__cat li {
  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: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 7px 18px;
  color: #fff;
  background-color: #0051A4;
  border-radius: 50px;
}
.c-archiveslider__cat li.-construction {
  background-color: #008B46;
}
@media screen and (max-width: 768px) {
  .c-archiveslider .c-button {
    margin: 12px 0 0 0;
  }
}

.c-cta {
  margin: 0 calc(50% - 50vw);
  padding: 82px calc(50vw - 50%) 87px;
  width: 100vw;
  background-image: url(../images/common/cta-bg.webp);
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 1100px) {
  .c-cta {
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 64px calc(50vw - 50%);
    background-image: url(../images/common/cta-bg-sp.webp);
    background-position: right;
  }
}
.c-cta__inner {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  position: relative;
}
.c-cta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
}
@media screen and (max-width: 1045px) {
  .c-cta__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;
    gap: 20px;
  }
}
.c-cta__title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
@media screen and (max-width: 768px) {
  .c-cta__title {
    gap: 5px;
  }
}
.c-cta__title .-sm {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-cta__title .-sm {
    font-size: 10px;
  }
}
.c-cta__title .-lg {
  font-size: 38px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-cta__title .-lg {
    font-size: 30px;
  }
}
.c-cta__lead {
  color: #fff;
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
}
.c-cta__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  gap: 20px;
  margin-top: 86px;
}
@media screen and (max-width: 930px) {
  .c-cta__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 86px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__body {
    width: 100%;
    margin: 35px auto 0;
  }
}
.c-cta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-cta__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-cta__title2 {
  padding-right: 28px;
  margin-right: 29px;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta__title2 {
    padding-bottom: 22px;
    margin-bottom: 25px;
  }
}
.c-cta__title2::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/cta-line.webp);
  background-size: contain;
  width: 5px;
  height: 75px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-cta__title2::after {
    background-image: url(../images/common/cta-line-sp.webp);
    background-repeat: repeat-x;
    width: 100%;
    height: 6px;
    top: unset;
    bottom: 0;
  }
}
.c-cta__tel {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-cta__tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    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;
    margin: 0 auto;
  }
}
.c-cta__tel div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-cta__tel span {
  font-size: 38px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 389px) {
  .c-cta__tel span {
    font-size: 32px;
  }
}
.c-cta__tel small {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-top: 16px;
  display: block;
}
.c-cta__contact {
  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: 15px;
  letter-spacing: 0.02em;
  font-weight: 700;
  background-color: #fff;
  color: #0051A4;
  width: 275px;
  height: 60px;
  border-radius: 50px;
  position: relative;
  padding-right: 25px;
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  .c-cta__contact {
    margin: 0 auto;
  }
}
.c-cta__contact::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-color.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-cta__contact:hover {
  background-color: #6696C8;
  color: #fff;
  opacity: 1;
}
.c-cta__contact:hover::after {
  background-image: url(../images/common/arrow-white.svg);
}
.c-cta__message {
  position: absolute;
  right: 10px;
  top: -165px;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .c-cta__message {
    width: 113px;
    right: -18px;
    top: -110px;
  }
}
.c-cta__message img {
  width: 100%;
  height: auto;
}
.c-cta__message p {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  color: #0051A4;
  position: absolute;
  top: 40px;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-cta__message p {
    font-size: 10px;
    line-height: 1.5;
    top: 23px;
    width: 100%;
  }
}

.c-pagination {
  margin-top: 60px;
}
.c-pagination .wp-pagenavi {
  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: 5px;
}
.c-pagination .wp-pagenavi a, .c-pagination .wp-pagenavi span, .c-pagination .wp-pagenavi a, .c-pagination .wp-pagenavi span {
  font-size: 16px;
  font-weight: 700;
  color: #0051A4;
  margin: unset;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  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: #CCCCCC 1px solid;
  background-color: #fff;
}
.c-pagination .wp-pagenavi span.current {
  background-color: #0051A4;
  color: #fff;
  border-radius: 4px;
}
.c-pagination .nextpostslink, .c-pagination .previouspostslink {
  width: 40px;
  height: 40px;
  background-image: url(../images/common/nav-arrow2.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-color: #2555A4;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .c-pagination .nextpostslink, .c-pagination .previouspostslink {
    width: 30px;
    height: 30px;
  }
}
.c-pagination .wp-pagenavi a.nextpostslink {
  margin: 0 0 0 40px;
}
.c-pagination .wp-pagenavi a.previouspostslink {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin: 0 40px 0 0;
}

.c-pagination-single {
  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: 30px;
}
@media screen and (max-width: 768px) {
  .c-pagination-single {
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .c-pagination-single {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-pagination-single__prev, .c-pagination-single__next, .c-pagination-single__back {
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  width: 220px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pagination-single__prev, .c-pagination-single__next, .c-pagination-single__back {
    width: 180px;
    height: 60px;
    font-size: 15px;
  }
}
.c-pagination-single__prev svg, .c-pagination-single__next svg, .c-pagination-single__back svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-pagination-single__prev, .c-pagination-single__next {
  color: #0051A4;
  border: 1px solid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 500px) {
  .c-pagination-single__prev, .c-pagination-single__next {
    width: calc(50% - 5px);
  }
}
.c-pagination-single__prev.-none, .c-pagination-single__next.-none {
  pointer-events: none;
  opacity: 0.2;
}
.c-pagination-single__prev svg {
  left: 22px;
}
@media screen and (max-width: 500px) {
  .c-pagination-single__prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-pagination-single__next svg {
  right: 22px;
}
@media screen and (max-width: 500px) {
  .c-pagination-single__next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-pagination-single__back {
  background-color: #0051A4;
  color: #fff;
  padding: 0 48px;
}
@media screen and (max-width: 768px) {
  .c-pagination-single__back {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .c-pagination-single__back {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-pagination-single__back svg {
  right: 22px;
}

.c-entry {
  padding: 76px 0 92px;
  background-image: url(../images/common/entry-bg.webp);
  background-size: cover;
}
.c-entry__title {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-entry__title {
    font-size: 20px;
  }
}
.c-entry__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .c-entry__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.c-entry__item {
  width: calc(50% - 25px);
  min-height: 250px;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-entry__item {
    width: 100%;
    min-height: 180px;
  }
}
.c-entry__lead {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-entry__lead.-recruit {
  margin-top: -17px;
}
.c-entry__lead.-contact {
  margin-top: -27px;
}
.c-entry__contact {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 22px;
}
.c-entry__recruit {
  max-width: 258px;
  margin-top: 13px;
}
.c-entry__recruit img {
  width: 100%;
  height: auto;
}

.c-recruitcta {
  max-width: 1000px;
  margin: 0 auto;
  padding: 73px 20px 65px;
  background-color: #0051A4;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .c-recruitcta {
    padding: 46px 31px 48px;
  }
}
.c-recruitcta__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.c-recruitcta__text {
  max-width: 572px;
  margin: 16px auto 29px;
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  color: #fff;
}
.c-recruitcta .c-button {
  margin: 0 auto;
}
.c-recruitcta .c-button:hover {
  opacity: 1;
  background-color: #6696C8;
}

.p-top > .l-inner {
  position: relative;
}
.p-top__bg {
  background-color: #F9F9FA;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
.p-top__title1 {
  font-size: 38px;
  line-height: 1.4736842105;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__title1 {
    font-size: 30px;
    line-height: 1.3333333333;
  }
}
.p-top__title1 span {
  color: #0051A4;
}
.p-top__title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-top__title2 {
    gap: 8px;
  }
}
.p-top__title2 .-en {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0051A4;
}
@media screen and (max-width: 768px) {
  .p-top__title2 .-en {
    font-size: 10px;
  }
}
.p-top__title2 .-ja {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top__title2 .-ja {
    font-size: 30px;
  }
}
.p-top__lead {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
}
.p-top-kv {
  position: relative;
  z-index: 2;
  height: 79.5vh;
}
@media screen and (max-width: 768px) {
  .p-top-kv {
    height: 69.8vh;
  }
}
.p-top-kv__bg {
  height: 100%;
}
.p-top-kv__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-kv__contents {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 389px) {
  .p-top-kv__contents {
    padding: 0 20px;
  }
}
.p-top-kv__title {
  color: #fff;
  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;
  padding-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .p-top-kv__title {
    gap: 2px;
    padding-bottom: 14px;
  }
}
.p-top-kv__title .-lg {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top-kv__title .-lg {
    font-size: 45px;
    line-height: 1.3333333333;
    letter-spacing: 0.03em;
  }
}
.p-top-kv__title .-sm {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top-kv__title .-sm {
    font-size: 18px;
    line-height: 2;
  }
}
.p-top-kv__message {
  position: absolute;
  right: 28px;
  bottom: -107px;
  width: 163px;
}
@media screen and (max-width: 768px) {
  .p-top-kv__message {
    width: 113px;
    right: 24px;
    bottom: -66px;
  }
}
.p-top-kv__message img {
  width: 100%;
  height: auto;
}
.p-top-kv__message p {
  position: absolute;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 49px;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: 100%;
  color: #0051A4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-kv__message p {
    font-size: 10px;
    line-height: 1.4;
    top: 33px;
  }
}
.p-top-about {
  margin: 0 calc(50% - 50vw);
  padding: 104px calc(50vw - 50%) 100px;
  width: 100vw;
  background-image: url(../images/top/bg2.webp);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  background-color: #F9F9FA;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    background-image: url(../images/top/bg2-sp.webp);
    padding: 53px calc(50vw - 50%) 46px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about .p-top__title1 {
    text-align: left;
  }
}
.p-top-about__lead {
  max-width: 506px;
  margin: 24px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-about__lead {
    text-align: left;
    margin: 22px 0 0;
  }
}
.p-top-about__img {
  max-width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-about__img {
    margin: 30px auto 0;
  }
}
.p-top-about__img img {
  width: 100%;
  height: auto;
}
.p-top-message {
  padding: 102px 0 190px;
}
@media screen and (max-width: 768px) {
  .p-top-message {
    padding: 65px 0 140px;
  }
}
.p-top-message__list {
  max-width: 1100px;
  margin: 64px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (max-width: 768px) {
  .p-top-message__list {
    margin: 35px auto 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.p-top-message__item {
  width: calc(33.33333% - 26.66667px);
  aspect-ratio: 1/1;
  background-image: url(../images/top/message.webp);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1090px) {
  .p-top-message__item {
    min-width: 316px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-message__item {
    width: 100%;
    max-width: 340px;
  }
}
.p-top-message__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: 20px;
}
.p-top-message__title .-sm {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-top-message__title .-lg {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0051A4;
}
@media screen and (max-width: 768px) {
  .p-top-message__title .-lg {
    font-size: 28px;
  }
}
.p-top-message__text {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 24px;
  padding-bottom: 25px;
}
.p-top-message__lead {
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-message__lead {
    font-size: 16px;
    line-height: 2.0625;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.p-top-service {
  margin: -86px calc(50% - 50vw) 0;
  padding: 154px calc(50vw - 50%) 110px;
  width: 100vw;
  background-image: url(../images/top/bg.webp);
  background-size: cover;
  background-position: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 82px;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 86px calc(50vw - 50%) 64px;
    gap: 22px;
  }
}
.p-top-service__head {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .p-top-service__head {
    width: 100%;
  }
}
.p-top-service__body {
  width: calc(100% - 242px);
}
@media screen and (max-width: 768px) {
  .p-top-service__body {
    width: 100%;
  }
}
.p-top-service__lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin: 95px 0 0 31px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .p-top-service__lead {
    display: none;
  }
}
.p-top-service__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1090px) {
  .p-top-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 47px;
  }
}
.p-top-service__item {
  width: calc(33.33333% - 20px);
}
@media screen and (max-width: 1090px) {
  .p-top-service__item {
    width: 100%;
  }
}
.p-top-service__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-service__item h3 {
  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;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-service__item h3 {
    font-size: 24px;
  }
  .p-top-service__item h3 svg {
    width: 22px;
  }
}
.p-top-service__item picture {
  display: block;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-top-service__item picture {
    margin-top: 13px;
  }
}
.p-top-service__item picture img {
  width: 100%;
  height: auto;
}
.p-top-service__item p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-top-service__item p {
    margin-top: 9px;
  }
}
.p-top-eyecatch {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 73.6vh;
  background-image: url(../images/top/eyecatch.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch {
    height: 40.6vh;
  }
}
.p-top-works {
  margin: -96px calc(50% - 50vw) 0;
  padding: 154px calc(50vw - 50%) 115px;
  width: 100vw;
  background-image: url(../images/top/bg.webp);
  background-size: cover;
  background-position: top;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-works {
    padding: 78px calc(50vw - 50%) 60px;
  }
}
.p-top-works__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-works__lead {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-top-works__lead {
    margin-top: 23px;
  }
}
.p-top-works__inner {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-top-works__sliderwrap {
  max-width: 1370px;
  margin: 40px auto 0;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-works__sliderwrap {
    margin: 30px calc(50% - 50vw) 0 auto;
    padding: 0 0 60px 30px;
  }
}
@media screen and (max-width: 389px) {
  .p-top-works__sliderwrap {
    padding: 0 0 60px 20px;
  }
}
.p-top-works__sliderwrap .swiper-wrapper {
  display: flex;
}
.p-top-works__sliderwrap .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.p-top-works__sliderwrap .swiper-slide a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-top-works__sliderwrap .swiper-button-next, .p-top-works__sliderwrap .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0051A4;
  background-color: #fff;
  top: 52%;
}
@media screen and (max-width: 768px) {
  .p-top-works__sliderwrap .swiper-button-next, .p-top-works__sliderwrap .swiper-button-prev {
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-works__sliderwrap .swiper-button-next, .p-top-works__sliderwrap .swiper-rtl .swiper-button-prev {
    right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-works__sliderwrap .swiper-button-prev, .p-top-works__sliderwrap .swiper-rtl .swiper-button-next {
    left: unset;
    right: 76px;
  }
}
.p-top-works__sliderwrap .swiper-button-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-top-works__sliderwrap .swiper-button-next:after, .p-top-works__sliderwrap .swiper-rtl .swiper-button-prev:after, .p-top-works__sliderwrap .swiper-button-prev:after, .p-top-works__sliderwrap .swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url(../images/common/arrow-color.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.p-top-works__slider {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-works .c-button {
    margin-top: 10px;
  }
}
.p-top-product {
  background-color: #0051A4;
  margin: 0 calc(50% - 50vw);
  padding: 103px calc(50vw - 50%) 108px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-product {
    padding: 64px calc(50vw - 50%) 64px;
  }
}
.p-top-product .p-top__title2, .p-top-product .p-top__title2 .-en, .p-top-product .p-top-product__lead, .p-top-product .p-top-product__item {
  color: #fff;
}
.p-top-product__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.p-top-product__lead {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-top-product__lead {
    margin-top: 23px;
  }
}
.p-top-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px 80px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-product__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 45px;
  }
}
.p-top-product__item {
  width: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  .p-top-product__item {
    width: 100%;
  }
}
.p-top-product__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-product__img img {
    aspect-ratio: 380/220;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
}
.p-top-product__title {
  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;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-product__title {
    font-size: 24px;
  }
  .p-top-product__title svg {
    width: 22px;
  }
}
.p-top-company {
  background-image: url(../images/top/company-pc-bg.webp);
  background-size: cover;
  background-position: left bottom;
  margin-right: calc(50% - 50vw);
  padding: 64px 20px 75px;
  border-radius: 0 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-top-company {
    margin-left: calc(50% - 50vw);
    padding: 64px 30px 60px;
    border-radius: 0 0 0 60px;
  }
}
@media screen and (max-width: 389px) {
  .p-top-company {
    padding: 64px 20px 60px;
  }
}
.p-top-company .p-top__title2, .p-top-company .p-top__title2 .-en {
  color: #fff;
}
.p-top-company__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.p-top-company__lead {
  color: #fff;
  max-width: 396px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-company__lead {
    max-width: unset;
    margin-top: 22px;
  }
}
.p-top-company__button {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-company__button {
    margin-top: 33px;
  }
}
.p-top-news {
  padding: 105px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 64px 0 0;
  }
}
.p-top-news__inner {
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-news__head {
  width: 265px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-news__head {
    width: 100%;
  }
}
.p-top-news__body {
  width: 61%;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-top-news__body {
    width: 100%;
    padding-top: 40px;
  }
}
.p-top-news__list {
  border-bottom: #707070 1px solid;
}
.p-top-news__item {
  border-top: #707070 1px solid;
}
.p-top-news__item a {
  padding: 28px 0 29px;
  display: block;
}
.p-top-news__item a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 33px;
}
@media screen and (max-width: 768px) {
  .p-top-news__item a > div {
    gap: 10px 22px;
  }
}
.p-top-news__item a time {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.p-top-news__item a ul li {
  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: 1px solid;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 0.02em;
  min-width: 120px;
  height: 30px;
  padding: 0 20px;
}
.p-top-news__item a h3 {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-top-news .c-button {
    margin-top: 40px;
  }
}
.p-top-recruit {
  margin: 0 calc(50% - 50vw);
  padding-bottom: 100px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-recruit {
    margin: 56px auto 0;
    padding-bottom: 45px;
    width: 100%;
  }
}
.p-top-recruit__bg {
  background-image: url(../images/top/recruit-pc.webp);
  background-size: cover;
  border-radius: 15px;
  max-width: 1380px;
  min-height: 445px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__bg {
    background-color: #008B46;
    padding: 0 0 0px 0;
    background-image: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: unset;
    border-radius: 0 0 20px 20px;
  }
}
.p-top-recruit__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__inner {
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 389px) {
  .p-top-recruit__inner {
    padding: 0 20px 50px;
  }
}
.p-top-recruit__img {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__img {
    display: block;
  }
  .p-top-recruit__img img {
    width: 100%;
    height: auto;
  }
}
.p-top-recruit__title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__title {
    margin-top: 38px;
    gap: 3px;
  }
}
.p-top-recruit__title .-en {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__title .-en {
    font-size: 14px;
  }
}
.p-top-recruit__title .-ja {
  font-size: 36px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__title .-ja {
    line-height: 1.3888888889;
  }
}
.p-top-recruit__lead {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__lead {
    margin-top: 10px;
  }
}
.p-top-recruit__button {
  margin-top: 41px;
  color: #008B46;
}
.p-top-recruit__button::after {
  background-image: url("../images/common/button-arrow-color.svg");
}
.p-top-recruit__button:hover {
  background-color: #66B990;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__button {
    margin: 28px auto 0;
  }
}

.p-service-about {
  margin: 0 calc(50% - 50vw);
  padding: 47px calc(50vw - 50%) 100px;
  width: 100vw;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11%;
}
@media screen and (max-width: 768px) {
  .p-service-about {
    padding: 47px calc(50vw - 50%) 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-service-about__head {
  width: 50%;
  padding-top: 78px;
}
@media screen and (max-width: 768px) {
  .p-service-about__head {
    width: 100%;
    padding-top: unset;
  }
}
.p-service-about__body {
  width: 45%;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-service-about__body {
    width: 100%;
    margin-right: unset;
  }
}
.p-service-about__body img {
  width: 100%;
  height: auto;
}
.p-service-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.p-service-about__title .-sm {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-service-about__title .-sm {
    font-size: 18px;
  }
}
.p-service-about__title .-lg {
  font-size: 38px;
  line-height: 1.4736842105;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0051A4;
}
@media screen and (max-width: 768px) {
  .p-service-about__title .-lg {
    font-size: 30px;
    line-height: 1.3333333333;
  }
}
.p-service-about__list {
  margin-top: 22px;
}
.p-service-about__list li {
  padding: 23px 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  .p-service-about__list li {
    font-size: 16px;
  }
}
.p-service-about__list li::after {
  position: absolute;
  content: "";
  background-color: #0051A4;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  left: 0;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .p-service-about__list li::after {
    top: 28px;
  }
}
.p-service-about__list li::before {
  position: absolute;
  content: "";
  background-image: url(../images/service/line.webp);
  background-size: contain;
  background-repeat: repeat-x;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
}
.p-service-col2__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: 70px;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .p-service-col2__list {
    gap: 80px;
    margin-top: 40px;
  }
}
.p-service-col2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-service-col2__item.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-service-col2__item.-reverse .p-service-col2__body {
  padding-left: unset;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-service-col2__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p-service-col2__item.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-service-col2__item.-reverse .p-service-col2__body {
    padding-right: unset;
  }
}
.p-service-col2__head {
  width: 50%;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-service-col2__head {
    width: 100%;
    padding-top: unset;
  }
}
.p-service-col2__head section + section {
  margin-top: 45px;
}
.p-service-col2__body {
  width: 50%;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-service-col2__body {
    width: 100%;
    padding-left: unset;
  }
}
.p-service-col2__body img {
  width: 100%;
  height: auto;
}
.p-service-col2__title {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0051A4;
}
@media screen and (max-width: 768px) {
  .p-service-col2__title {
    font-size: 18px;
  }
}
.p-service-col2__disc {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .p-service-col2__disc {
    font-size: 15px;
  }
}
.p-service-col2__section {
  margin-top: 20px;
}
.p-service-col2__section h4 {
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0051A4;
  position: relative;
  padding-left: 16px;
}
.p-service-col2__section h4::after {
  position: absolute;
  content: "";
  background-color: #0051A4;
  border-radius: 50px;
  width: 6px;
  height: 6px;
  left: 2px;
  top: 10px;
}
.p-service-col2__section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 5px;
  margin-top: 10px;
}
.p-service-col2__section ul li {
  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;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding: 0 13px;
  height: 25px;
}
.p-service-product {
  margin: 0 calc(50% - 50vw);
  padding: 152px calc(50vw - 50%) 100px;
  width: 100vw;
  background-image: url(../images/service/bg.webp);
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-service-product {
    padding: 100px calc(50vw - 50%) 80px;
  }
}
.p-service-product__lead {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-service-product__lead {
    font-size: 15px;
  }
}
.p-service-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-service-product__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.p-service-product__item {
  width: calc(33.33333% - 23.33333px);
}
@media screen and (max-width: 768px) {
  .p-service-product__item {
    width: 100%;
  }
}
.p-service-product__img {
  margin-top: 22px;
}
.p-service-product__img img {
  width: 100%;
  height: auto;
}
.p-service-product__subtitle {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
.p-service-product__link {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 23px;
}
.p-service-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-service-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}
.p-service-banner__head {
  width: 53%;
  background-color: #0051A4;
  border-radius: 5px 0 0 5px;
  padding: 0 54px 0 55px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-service-banner__head {
    width: 100%;
    padding: 40px 20px 40px;
    border-radius: 5px 5px 0 0;
  }
}
.p-service-banner__body {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-service-banner__body {
    width: 100%;
  }
}
.p-service-banner__body img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-service-banner__body img {
    border-radius: 0 0 5px 5px;
  }
}
.p-service-banner__title {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 10px;
  color: #fff;
}
.p-service-banner__disc {
  font-size: 16px;
  line-height: 2.0625;
  margin-top: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-service-banner__disc {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.p-service-banner .c-button {
  margin-top: 30px;
}
.p-service-banner .c-button:hover {
  background-color: #6696C8;
}
.p-service__bg {
  padding: 100px 0;
}
.p-service__bg.-industrial {
  padding: 43px 0 150px;
}
@media screen and (max-width: 768px) {
  .p-service__bg.-industrial {
    padding: 43px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__bg {
    padding: 80px 0;
  }
}

.p-products-archive {
  padding: 42px 0 155px;
}
.p-products-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 61px 80px;
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .p-products-archive__list {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-products-archive__list {
    gap: 40px;
  }
}
.p-products-archive__item {
  width: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  .p-products-archive__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .p-products-archive__item {
    width: 100%;
  }
}
.p-products-archive__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 460/280;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.p-products-archive__title {
  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;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0051A4;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-products-archive__title {
    font-size: 18px;
  }
}
.p-products-archive__disc {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-products-archive__disc {
    font-size: 15px;
  }
}
.p-products-single {
  padding: 140px 0 0;
}
@media screen and (max-width: 768px) {
  .p-products-single {
    padding: 80px 0 0;
  }
}
.p-products-single-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 6px solid #0051A4;
  background-color: #fff;
  min-height: 400px;
}
@media screen and (max-width: 768px) {
  .p-products-single-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-products-single-header__head {
  width: 50%;
  padding: 38px 48px;
}
@media screen and (max-width: 768px) {
  .p-products-single-header__head {
    width: 100%;
    padding: 40px 20px 0;
  }
}
.p-products-single-header__body {
  width: 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;
}
@media screen and (max-width: 768px) {
  .p-products-single-header__body {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.p-products-single-header__title {
  font-size: 48px;
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-products-single-header__title {
    font-size: 20px;
  }
}
.p-products-single-header__disc {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-products-single-header__disc {
    font-size: 15px;
  }
}
.p-products-single-header__img {
  max-width: 490px;
  width: 100%;
}
.p-products-single-header__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 600/400;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-products-single__contents {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 60px;
  padding: 83px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-products-single__contents {
    margin-top: 40px;
    padding: 40px 0 40px;
  }
}
.p-products-single__title {
  font-size: 38px;
  line-height: 1.4736842105;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-products-single__title {
    font-size: 18px;
  }
}
.p-products-single__title2 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0051A4;
  position: relative;
  padding-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .p-products-single__title2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.p-products-single__title2::after {
  position: absolute;
  content: "";
  background-image: url("../images/products/line.webp");
  background-size: contain;
  background-repeat: repeat-x;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.p-products-single__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-products-single__images {
    gap: 20px;
  }
}
.p-products-single__img {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-products-single__img {
    width: 100%;
  }
}
.p-products-single__img img {
  width: 100%;
  height: auto;
}
.p-products-single__section {
  margin-top: 70px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 768px) {
  .p-products-single__section {
    margin-top: 40px;
  }
}
.p-products-single__list {
  margin: 30px 0 24px 0;
}
@media screen and (max-width: 768px) {
  .p-products-single__list {
    margin: 24px 0 16px 0;
  }
}
.p-products-single__list {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-products-single__list {
    font-size: 15px;
  }
}
.p-products-single__datalist {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-products-single__datalist {
    margin-top: 10px;
  }
}
.p-products-single__datalist dt {
  width: 100px;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-bottom: #A3A3A3 1px solid;
  padding: 19px 6px 20px;
}
@media screen and (max-width: 768px) {
  .p-products-single__datalist dt {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    border-bottom: #DDDDDD 1px solid;
    padding: 20px 0px 14px;
  }
}
.p-products-single__datalist dd {
  width: calc(100% - 100px);
  font-size: 18px;
  letter-spacing: 0.05em;
  border-bottom: #DDDDDD 1px solid;
  padding: 20px 44px 17px;
}
@media screen and (max-width: 768px) {
  .p-products-single__datalist dd {
    width: 100%;
    font-size: 14px;
    padding: 14px 0 20px;
    border-bottom: #A3A3A3 1px solid;
  }
}

.p-supplies-archive {
  padding: 42px 0 155px;
}
.p-supplies-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 40px;
  margin: 63px auto 0;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .p-supplies-archive__list {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-supplies-archive__list {
    gap: 40px;
  }
}
.p-supplies-archive__item {
  width: calc(33.33333% - 26.66667px);
}
@media screen and (max-width: 768px) {
  .p-supplies-archive__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .p-supplies-archive__item {
    width: 100%;
  }
}
.p-supplies-archive__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 320/220;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.p-supplies-archive__title {
  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;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0051A4;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-supplies-archive__title {
    font-size: 18px;
  }
}
.p-supplies-archive__disc {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-supplies-archive__disc {
    font-size: 15px;
  }
}
.p-supplies-single {
  padding: 150px 0 155px;
}
@media screen and (max-width: 768px) {
  .p-supplies-single {
    padding: 80px 0 80px;
  }
}
.p-supplies-single-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 6px solid #0051A4;
  background-color: #fff;
  min-height: 400px;
}
@media screen and (max-width: 768px) {
  .p-supplies-single-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-supplies-single-header__head {
  width: 50%;
  padding: 38px 48px;
}
@media screen and (max-width: 768px) {
  .p-supplies-single-header__head {
    width: 100%;
    padding: 40px 20px 0;
  }
}
.p-supplies-single-header__body {
  width: 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;
}
@media screen and (max-width: 768px) {
  .p-supplies-single-header__body {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.p-supplies-single-header__title {
  font-size: 48px;
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-supplies-single-header__title {
    font-size: 20px;
  }
}
.p-supplies-single-header__disc {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-supplies-single-header__disc {
    font-size: 15px;
  }
}
.p-supplies-single-header__img {
  width: 100%;
}
.p-supplies-single-header__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 600/400;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-supplies-single__contents {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 60px;
  padding: 83px 0 90px;
}
@media screen and (max-width: 768px) {
  .p-supplies-single__contents {
    margin-top: 40px;
    padding: 40px 0 40px;
  }
}
.p-supplies-single__title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0051A4;
}
@media screen and (max-width: 768px) {
  .p-supplies-single__title {
    font-size: 18px;
  }
}
.p-supplies-single__list {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 47px 27px;
}
@media screen and (max-width: 768px) {
  .p-supplies-single__list {
    margin-top: 10px;
    gap: 40px 20px;
  }
}
.p-supplies-single__item {
  width: calc(25% - 20.25px);
}
@media screen and (max-width: 768px) {
  .p-supplies-single__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .p-supplies-single__item {
    width: 100%;
  }
}
.p-supplies-single__item h3 {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-supplies-single__item h3 {
    font-size: 16px;
  }
}
.p-supplies-single__item figure {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-supplies-single__item figure {
    margin-top: 5px;
  }
}
.p-supplies-single__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 230/160;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(37, 37, 37, .1);
          box-shadow: 0px 3px 6px 0px rgba(37, 37, 37, .1);
}
.p-supplies-single__button {
  margin: 60px auto 0;
  padding: 0 27px;
  width: 220px;
  height: 60px;
  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;
  border: 1px solid;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  background-color: #fff;
  color: #0051A4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-supplies-single__button {
    width: 230px;
    height: 60px;
    font-size: 14px;
    padding: 0 23px;
    margin: 40px auto 0;
  }
}
.p-supplies-single__button:hover {
  background-color: #0051A4;
  color: #fff;
  opacity: 1;
}
.p-supplies-single__button:hover svg path {
  fill: #fff;
}
.p-supplies-single-box {
  margin-top: 60px;
  background-color: #F9F9FA;
  border-radius: 5px;
  padding: 57px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-supplies-single-box {
    padding: 40px 20px;
  }
}
.p-supplies-single-box::before, .p-supplies-single-box::after {
  position: absolute;
  content: "";
  background-image: url("../images/products/line.webp");
  background-size: auto;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
}
.p-supplies-single-box::before {
  top: 0;
  left: 0;
}
.p-supplies-single-box::after {
  bottom: 0;
  right: 0;
}
.p-supplies-single-box__sideline {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-supplies-single-box__sideline::before, .p-supplies-single-box__sideline::after {
  position: absolute;
  content: "";
  background-image: url("../images/products/line2.webp");
  background-size: auto;
  background-repeat: repeat-y;
  width: 1px;
  height: 100%;
}
.p-supplies-single-box__sideline::before {
  top: 0;
  left: 0;
}
.p-supplies-single-box__sideline::after {
  bottom: 0;
  right: 0;
}
.p-supplies-single-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-supplies-single-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-supplies-single-box__title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #0051A4;
  font-weight: 700;
  width: 126px;
}
@media screen and (max-width: 768px) {
  .p-supplies-single-box__title {
    width: 100%;
  }
}
.p-supplies-single-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 20px;
  width: calc(100% - 146px);
  max-width: 580px;
}
@media screen and (max-width: 768px) {
  .p-supplies-single-box__list {
    width: 100%;
    max-width: unset;
  }
}
.p-supplies-single-box__list li {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  width: calc(33.33333% - 13.33333px);
}
@media screen and (max-width: 900px) {
  .p-supplies-single-box__list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .p-supplies-single-box__list li {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .p-supplies-single-box__list li {
    width: 100%;
  }
}
.p-supplies-single-box__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.p-works-archive {
  padding-bottom: 155px;
}
@media screen and (max-width: 768px) {
  .p-works-archive {
    padding-bottom: 80px;
  }
}
.p-works-archive__catlist {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-works-archive__catlist {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-works-archive__catlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-works-archive__catlist li {
  width: 240px;
  height: 60px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-works-archive__catlist li {
    width: 200px;
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .p-works-archive__catlist li {
    width: 100%;
  }
}
.p-works-archive__catlist a {
  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: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  .p-works-archive__catlist a {
    font-size: 16px;
  }
}
.p-works-archive__catlist a.-all {
  color: #707070;
}
.p-works-archive__catlist a.-all:hover {
  background-color: #707070;
  color: #fff;
  opacity: 1;
}
.p-works-archive__catlist a.-tent-sheet {
  color: #0051A4;
}
.p-works-archive__catlist a.-tent-sheet:hover {
  background-color: #0051A4;
  color: #fff;
  opacity: 1;
}
.p-works-archive__catlist a.-construction {
  color: #008B46;
}
.p-works-archive__catlist a.-construction:hover {
  background-color: #008B46;
  color: #fff;
  opacity: 1;
}
.p-works-archive__list {
  margin: 60px auto 0;
  max-width: 1110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 35px;
}
@media screen and (max-width: 768px) {
  .p-works-archive__list {
    gap: 40px 20px;
  }
}
.p-works-archive__item {
  width: calc(33.33333% - 23.33333px);
}
@media screen and (max-width: 768px) {
  .p-works-archive__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .p-works-archive__item {
    width: 100%;
  }
}
.p-works-archive__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
}
.p-works-archive__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 347/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.p-works-archive__contents {
  border-radius: 0 0 20px 20px;
  border-left: #E2E2E2 1px solid;
  border-right: #E2E2E2 1px solid;
  border-bottom: #E2E2E2 1px solid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 23px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.p-works-archive__head {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-works-archive__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-works-archive__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-works-archive__cat li {
  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: 15px;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 0 18px;
  border-radius: 50px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .p-works-archive__cat li {
    font-size: 14px;
  }
}
.p-works-archive__cat li.-tent-sheet {
  background-color: #0051A4;
}
.p-works-archive__cat li.-construction {
  background-color: #008B46;
}
.p-works-archive__place {
  font-size: 15px;
  letter-spacing: 0.02em;
}
.p-works-archive__title {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 20px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-works-archive__title {
    font-size: 15px;
  }
}
.p-works-archive__date {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
  margin-top: 11px;
  display: block;
}
.p-works-archive__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
  gap: 10px;
}
.p-works-archive__tag li {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.02em;
}
.p-works-single {
  padding: 152px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-works-single {
    padding: 80px 0 80px;
  }
}
.p-works-single__bg {
  background-color: #fff;
  padding: 80px 20px 40px;
}
@media screen and (max-width: 768px) {
  .p-works-single__bg {
    padding: 40px 20px 40px;
  }
}
.p-works-single__inner {
  max-width: 800px;
  margin: 0 auto;
}
.p-works-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 32px;
  padding-bottom: 28px;
}
.p-works-single__date {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.p-works-single__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.p-works-single__cat li {
  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: 100%;
  height: 100%;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #fff;
  border-radius: 50px;
  border: 1px solid;
  padding: 0 15px;
  height: 25px;
}
.p-works-single__cat li.-all {
  background-color: #707070;
}
.p-works-single__cat li.-tent-sheet {
  background-color: #0051A4;
}
.p-works-single__cat li.-construction {
  background-color: #008B46;
}
.p-works-single__title {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid;
  margin-bottom: 40px;
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .p-works-single__title {
    font-size: 20px;
  }
}
.p-works-single__img {
  margin-bottom: 18px;
}
.p-works-single__img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.p-works-single__textarea {
  border-bottom: #DDDDDD 1px solid;
  padding-bottom: 20px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-works-single__textarea {
    font-size: 15px;
  }
}
.p-works-single__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 61px;
  gap: 10px;
}
.p-works-single__tag li {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.p-works-single__datalist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
  border-top: #707070 1px solid;
}
@media screen and (max-width: 768px) {
  .p-works-single__datalist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-works-single__datalist dt {
  width: 67px;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 700;
  border-bottom: #707070 1px solid;
  padding: 31px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-works-single__datalist dt {
    width: 100%;
    padding: 20px 0 10px;
    border-bottom: unset;
  }
}
.p-works-single__datalist dd {
  width: calc(100% - 67px);
  font-size: 16px;
  letter-spacing: 0.02em;
  border-bottom: #707070 1px solid;
  padding: 33px 0 18px 46px;
}
@media screen and (max-width: 768px) {
  .p-works-single__datalist dd {
    width: 100%;
    padding: 10px 0 20px 0px;
  }
}
.p-works-single__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (max-width: 768px) {
  .p-works-single__gallery {
    gap: 20px 20px;
  }
}
.p-works-single__gallery figure {
  width: calc(50% - 20px);
  background-color: #E7EFF7;
  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;
  aspect-ratio: 380/240;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-works-single__gallery figure {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .p-works-single__gallery figure {
    width: 100%;
  }
}
.p-works-single__gallery figure img {
  width: auto;
  height: 100%;
}
.p-works-single__pagination {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-works-single__pagination {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .p-news-archive {
    padding-bottom: 80px;
  }
}
.p-news-archive__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-top: 40px;
  }
}
.p-news-archive__catlist {
  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;
  padding-top: 4px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__catlist {
    width: 100%;
  }
}
.p-news-archive__catlist a {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #939393;
}
.p-news-archive__catlist a.-current {
  color: #000000;
  position: relative;
  padding-left: 12.8px;
  padding-left: 0.8rem;
}
.p-news-archive__catlist a.-current::after {
  position: absolute;
  content: "●";
  font-size: 9px;
  color: #0051A4;
  left: 0;
  top: 6px;
}
.p-news-archive__list {
  max-width: 900px;
  width: 100%;
  border-top: #707070 1px solid;
}
.p-news-archive__item {
  border-bottom: #707070 1px solid;
}
.p-news-archive__item a {
  padding: 30px 0 35px;
  display: block;
}
.p-news-archive__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__head {
    gap: 20px;
  }
}
.p-news-archive__date {
  font-size: 15px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-news-archive__date {
    font-size: 14px;
  }
}
.p-news-archive__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news-archive__cat li {
  font-size: 14px;
  letter-spacing: 0.02em;
  border: #707070 1px solid;
  border-radius: 50px;
  background-color: #fff;
  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;
  padding: 6px 20px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__cat li {
    font-size: 12px;
  }
}
.p-news-archive__title {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__title {
    font-size: 15px;
  }
}
.p-news-single {
  padding: 152px 0 0px;
}
@media screen and (max-width: 768px) {
  .p-news-single {
    padding: 80px 0 80px;
  }
}
.p-news-single__bg {
  background-color: #fff;
  padding: 80px 20px 56px;
}
@media screen and (max-width: 768px) {
  .p-news-single__bg {
    padding: 40px 20px 40px;
  }
}
.p-news-single__inner {
  max-width: 800px;
  margin: 0 auto;
}
.p-news-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 32px;
  padding-bottom: 28px;
}
.p-news-single__date {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.p-news-single__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.p-news-single__cat li {
  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: 100%;
  height: 100%;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #fff;
  border-radius: 50px;
  border: 1px solid;
  padding: 0 15px;
  height: 26px;
  background-color: #0051A4;
}
.p-news-single__title {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid;
  margin-bottom: 32px;
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .p-news-single__title {
    font-size: 20px;
  }
}
.p-news-single__contents p, .p-news-single__contents li, .p-news-single__contents a {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-news-single__contents p, .p-news-single__contents li, .p-news-single__contents a {
    font-size: 15px;
  }
}
.p-news-single__contents a {
  color: #0051A4;
  text-decoration: underline;
}
.p-news-single__contents img {
  width: 100%;
  height: auto;
}
.p-news-single__pagination {
  margin: 65px auto 0;
}
@media screen and (max-width: 768px) {
  .p-news-single__pagination {
    margin: 40px auto 0;
  }
}

.p-recruit {
  padding: 140px 0 0;
}
@media screen and (max-width: 768px) {
  .p-recruit {
    padding: 60px 0 0;
  }
}
.p-recruit__head {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-recruit__head {
    margin: unset;
    width: 100%;
  }
}
.p-recruit__maintitle {
  background-image: url(../images/recruit/titlebg.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 573px;
  max-width: 1380px;
  margin: 0 auto;
  gap: 18px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-recruit__maintitle {
    min-height: 350px;
    border-radius: 20px;
  }
}
.p-recruit__maintitle .-sm {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
}
.p-recruit__maintitle .-lg {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .p-recruit__maintitle .-lg {
    font-size: 28px;
    margin-bottom: unset;
  }
}
.p-recruit__title {
  font-size: 38px;
  line-height: 1.4736842105;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit__title {
    font-size: 30px;
  }
}
.p-recruit__bg {
  margin: -100px calc(50% - 50vw) -100px;
  padding: 165px calc(50vw - 50%) 100px;
  width: 100vw;
  background-image: url(../images/recruit/bg.webp);
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .p-recruit__bg {
    margin: -20px calc(50% - 50vw) 0;
    padding: 42px calc(50vw - 50%) 80px;
  }
}
.p-recruit-message {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-message {
    padding: 48px 0 60px;
  }
}
.p-recruit-message__text {
  max-width: 1000px;
  margin: 0 auto;
  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;
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-recruit-message__text {
    margin-top: 19px;
  }
}
.p-recruit-about {
  margin: 0 calc(50% - 50vw);
  padding: 152px calc(50vw - 50%) 200px;
  width: 100vw;
  background-image: url(../images/recruit/aboutbg.webp);
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .p-recruit-about {
    padding: 62px calc(50vw - 50%) 80px;
  }
}
.p-recruit-about .p-recruit__title {
  color: #fff;
}
.p-recruit-about__list {
  max-width: 1000px;
  margin: 63px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__list {
    gap: 40px;
    margin: 40px auto 0;
  }
}
.p-recruit-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 5px;
  min-height: 364px;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
  }
}
.p-recruit-about__head {
  width: 50%;
  padding: 53px 0 53px 50px;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__head {
    width: 100%;
    padding: unset;
  }
}
.p-recruit-about__body {
  width: 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;
  padding: 52px 50px;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__body {
    width: 100%;
    padding: unset;
  }
}
.p-recruit-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-recruit-about__title .-sm {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #04A1FF;
}
.p-recruit-about__title .-lg {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__title .-lg {
    font-size: 20px;
  }
}
.p-recruit-about__text {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__text {
    font-size: 15px;
  }
}
.p-recruit-about__img {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__img {
    max-width: unset;
  }
}
.p-recruit-about__img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.p-recruit-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-recruit-works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding-bottom: 50px;
  }
}
.p-recruit-works__head {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .p-recruit-works__head {
    width: 100%;
  }
}
.p-recruit-works__head .p-recruit__title {
  margin-top: 31px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-recruit-works__head .p-recruit__title {
    text-align: center;
  }
}
.p-recruit-works__head p {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-recruit-works__head p {
    margin-top: 22px;
  }
}
.p-recruit-works__body {
  width: calc(100% - 398px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .p-recruit-works__body {
    width: 100%;
  }
}
.p-recruit-works__body figure:nth-of-type(1) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit-works__body figure:nth-of-type(1) {
    margin-top: 28px;
  }
}
.p-recruit-works__body figure:nth-of-type(2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-recruit-works__body figure:nth-of-type(2) {
    margin-top: 14px;
  }
}
.p-recruit-works__body img {
  width: 100%;
  height: auto;
}
.p-recruit-works .c-button {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-works .c-button {
    margin: 20px auto 0;
  }
}

.p-requirement {
  padding: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .p-requirement {
    padding: 40px 0 80px;
  }
}
.p-requirement__lead {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-requirement__lead {
    font-size: 15px;
  }
}
.p-requirement__bg {
  background-color: #fff;
}
.p-requirement-custom {
  padding: 80px 0 85px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-requirement-custom {
    padding: 40px 0 40px;
  }
}
.p-requirement-custom__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: 60px;
}
@media screen and (max-width: 768px) {
  .p-requirement-custom__list {
    gap: 20px;
  }
}
.p-requirement-custom__open {
  background-image: url(../images/requirements/bg.webp);
  background-image: url(../images/requirements/bg.webp);
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  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: 13px 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-requirement-custom__open {
    padding: 13px 10px;
  }
}
.p-requirement-custom__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-requirement-custom__title {
    font-size: 18px;
  }
}
.p-requirement-custom__close {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-requirement-custom__close span {
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-requirement-custom__close span:last-of-type {
  rotate: 90deg;
  -webkit-transform: unset;
          transform: unset;
  left: 0;
  top: 8px;
}
.p-requirement-custom__close.is-active {
  rotate: 45deg;
}
.p-requirement-custom__openarea {
  padding: 10px 0 0;
  display: none;
}
.p-requirement-custom__openarea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-requirement-custom__openarea dt {
  font-size: 16px;
  line-height: 2.625;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0051A4;
  width: 120px;
  border-bottom: #D8D8D8 1px solid;
  padding: 21px 0 21px;
}
@media screen and (max-width: 768px) {
  .p-requirement-custom__openarea dt {
    width: 100%;
    border-bottom: unset;
    padding: 20px 0 0px;
  }
}
.p-requirement-custom__openarea dd {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  width: calc(100% - 120px);
  border-bottom: #D8D8D8 1px solid;
  padding: 22px 0px 20px 60px;
}
@media screen and (max-width: 768px) {
  .p-requirement-custom__openarea dd {
    width: 100%;
    padding: 10px 0 20px;
    font-size: 15px;
  }
}
.p-requirement-benefit {
  padding: 75px 0 85px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-requirement-benefit {
    margin-top: 40px;
    padding: 40px 0 40px;
  }
}
.p-requirement-benefit__title {
  font-size: 38px;
  line-height: 1.4736842105;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-requirement-benefit__title {
    font-size: 24px;
  }
}
.p-requirement-benefit__title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
.p-requirement-benefit__title2 h3 {
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-requirement-benefit__title2 h3 {
    font-size: 18px;
  }
}
.p-requirement-benefit__lead {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-requirement-benefit__lead {
    font-size: 15px;
  }
}
.p-requirement-benefit__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 68px;
}
@media screen and (max-width: 768px) {
  .p-requirement-benefit__list {
    gap: 40px;
  }
}
.p-requirement-benefit__datalist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6px;
}
.p-requirement-benefit__datalist dt {
  font-size: 16px;
  line-height: 2.625;
  letter-spacing: 0.05em;
  color: #0051A4;
  width: 190px;
  border-bottom: #D8D8D8 1px solid;
  padding: 21px 0;
}
@media screen and (max-width: 768px) {
  .p-requirement-benefit__datalist dt {
    width: 100%;
    border-bottom: unset;
    padding: 20px 0 0px;
  }
}
.p-requirement-benefit__datalist dd {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  width: calc(100% - 190px);
  border-bottom: #D8D8D8 1px solid;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-requirement-benefit__datalist dd {
    width: 100%;
    padding: 0px 0 20px;
    font-size: 15px;
  }
}

.p-contact {
  padding: 40px 0 0px;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 20px 0 40px;
  }
}
.p-contact__bg {
  background-color: #fff;
  border-radius: 5px;
  max-width: 1000px;
  margin: 0 auto 57px;
  padding: 83px 20px;
}
@media screen and (max-width: 768px) {
  .p-contact__bg {
    padding: 40px 20px;
  }
}
.p-contact__inner {
  max-width: 795px;
  margin: 0 auto;
}
.p-contact__form {
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .p-contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-contact__item.-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact__title {
  width: 160px;
  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;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.p-contact__rec {
  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: #0051A4;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  width: 50px;
  height: 25px;
}
.p-contact__data {
  width: calc(100% - 196px);
}
@media screen and (max-width: 768px) {
  .p-contact__data {
    width: 100%;
  }
}
.p-contact__input {
  width: 100%;
  min-height: 45px;
  border: #8F9CA3 1px solid;
  border-radius: 5px;
  padding: 0 1em;
}
.p-contact__input.-textarea {
  min-height: 120px;
  padding: 1em;
}
.p-contact__radio {
  margin: -2px 0 18px;
}
@media screen and (max-width: 768px) {
  .p-contact__radio {
    margin: 10px 0 10px 0;
  }
}
.p-contact__radio .wpcf7-list-item {
  margin: unset;
}
.p-contact__radio .wpcf7-radio input[type=radio] {
  display: none;
}
.p-contact__radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 50px;
}
@media screen and (max-width: 768px) {
  .p-contact__radio .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact__radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.p-contact__radio .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #0051A4;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact__list {
  margin-top: 42px;
}
.p-contact__list li {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 25px;
}
.p-contact__list li::after {
  position: absolute;
  content: "※";
  font-size: 9px;
  left: 0;
  top: 5px;
}
.p-contact__list li a {
  color: #0051A4;
  text-decoration: underline;
  font-weight: 700;
}
.p-contact__submit {
  margin: 43px auto 0;
  width: 240px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  position: relative;
  background-color: #fff;
  border: 1px solid #0051A4;
}
.p-contact__submit::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow-color.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact__submit input {
  color: #0051A4;
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 28px 0 30px;
}
.p-contact__submit .wpcf7-spinner {
  position: absolute;
}
.p-contact__submit:hover {
  background-color: #0051A4;
}
.p-contact__submit:hover::after {
  background-image: url("../images/common/arrow-white.svg");
}
.p-contact__submit:hover input {
  color: #fff;
}
.p-contact-thanks {
  padding: 37px 0 0;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks {
    padding: 20px 0 80px;
  }
}
.p-contact-thanks__text {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__text {
    font-size: 15px;
    text-align: left;
  }
}
.p-contact-thanks .p-contact-tel {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks .p-contact-tel {
    margin-top: 40px;
  }
}
.p-contact-thanks__button {
  margin: 60px auto 0;
  max-width: 240px;
  width: 100%;
  height: 60px;
  padding: 0 28px 0 30px;
  border-radius: 50px;
  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;
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #0051A4;
  border: 1px solid;
  background-color: #fff;
}
.p-contact-thanks__button:hover {
  background-color: #0051A4;
  color: #fff;
  opacity: 1;
}
.p-contact-thanks__button:hover svg path {
  stroke: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__button {
    margin: 40px auto 0;
  }
}
.p-contact-tel {
  background-color: #0051A4;
  border-radius: 5px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 65px 20px 56px;
  color: #fff;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-tel__title {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
.p-contact-tel__link {
  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: 9px;
  margin-top: 27px;
}
.p-contact-tel__link span {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.p-contact-tel__small {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.p-privacy {
  padding: 40px 0 0px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-privacy {
    padding: 20px 0 80px;
  }
}
.p-privacy__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: 50px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-privacy__list {
    gap: 40px;
  }
}
.p-privacy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.p-privacy__title {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-privacy__text {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-privacy__text {
    font-size: 15px;
    text-align: left;
  }
}
.p-privacy__button {
  margin: 60px auto 0;
  max-width: 240px;
  width: 100%;
  height: 60px;
  padding: 0 28px 0 30px;
  border-radius: 50px;
  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;
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #0051A4;
  border: 1px solid;
  background-color: #fff;
}
.p-privacy__button:hover {
  background-color: #0051A4;
  color: #fff;
  opacity: 1;
}
.p-privacy__button:hover svg path {
  stroke: #fff;
}
@media screen and (max-width: 768px) {
  .p-privacy__button {
    margin: 40px auto 0;
  }
}

.p-company {
  padding: 58px 0 180px;
}
@media screen and (max-width: 768px) {
  .p-company {
    padding: 20px 0 0;
  }
}
.p-company__title {
  font-size: 38px;
  line-height: 1.4736842105;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-company__title {
    font-size: 30px;
    line-height: 1.3333333333;
  }
}
.p-company-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-company-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-company-message__head {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-company-message__head {
    width: 100%;
  }
  .p-company-message__head .p-company-message__name {
    display: none;
  }
}
.p-company-message__body {
  width: 50%;
  position: relative;
  padding-bottom: 40px;
}
.p-company-message__body .p-company-message__name {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-company-message__body {
    width: 100%;
    padding-bottom: unset;
  }
  .p-company-message__body .p-company-message__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-company-message__text {
  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;
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-company-message__text {
    font-size: 14px;
    gap: 20px;
  }
}
.p-company-message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  margin-top: 37px;
}
.p-company-message__name .-sm {
  font-size: 16px;
  letter-spacing: 0.02em;
}
.p-company-message__name .-lg {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.p-company-message__img {
  width: calc(100% - 100px);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-company-message__img {
    width: calc(100% - 20px);
  }
}
.p-company-message__img img {
  width: 100%;
  height: auto;
}
.p-company-message__copy {
  position: absolute;
  top: 32px;
  left: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .p-company-message__copy {
    left: 0;
  }
}
.p-company-message__copy span {
  background-color: #0051A4;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 20px 15px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .p-company-message__copy span {
    font-size: 18px;
    padding: 18px 14px;
  }
}
.p-company-principles {
  padding: 108px 0 0;
}
@media screen and (max-width: 768px) {
  .p-company-principles {
    padding: 80px 0 0;
  }
}
.p-company-principles__bg {
  background-color: #fff;
  border-radius: 5px;
  padding: 90px 20px 83px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-company-principles__bg {
    padding: 60px 20px 60px;
  }
}
.p-company-principles__title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0051A4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-company-principles__title {
    font-size: 20px;
  }
}
.p-company-principles__text {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 18px;
}
.p-company-about {
  padding: 70px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-company-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 0 0;
  }
}
.p-company-about .p-company__title {
  width: 160px;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-company-about .p-company__title {
    width: 100%;
  }
}
.p-company-about__list {
  width: calc(100% - 180px);
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-company-about__list {
    width: 100%;
  }
}
.p-company-about__list dt {
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #0051A4;
  border-bottom: #D8D8D8 1px solid;
  min-width: 200px;
  width: 36.5%;
  padding: 32px 0 33px;
}
@media screen and (max-width: 768px) {
  .p-company-about__list dt {
    width: 100%;
    border-bottom: unset;
    padding: 20px 0 0;
  }
}
.p-company-about__list dd {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  border-bottom: #D8D8D8 1px solid;
  width: 63.5%;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .p-company-about__list dd {
    width: 100%;
    padding: 6px 0 20px;
  }
}
.p-company-history {
  padding: 100px 0 0;
  margin-right: calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-company-history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    margin-right: unset;
    padding: 80px 0 0 0;
  }
}
.p-company-history__head {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .p-company-history__head {
    width: 100%;
  }
}
.p-company-history__body {
  width: calc(100% - 320px);
  background-color: #fff;
  border-radius: 5px;
  padding: 80px 64px 70px;
}
@media screen and (max-width: 768px) {
  .p-company-history__body {
    width: 100%;
    padding: 33px 0px 70px 30px;
    position: relative;
    z-index: 1;
  }
  .p-company-history__body::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100vw;
    height: 100%;
    margin-right: calc(50% - 50vw);
    left: 0;
    top: 0;
    z-index: -1;
  }
}
.p-company-history__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: 33px;
  margin-top: 63px;
  position: sticky;
  top: 200px;
}
@media screen and (max-width: 768px) {
  .p-company-history__nav {
    margin-top: 35px;
  }
}
.p-company-history__nav a {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0051A4;
  border-bottom: #D8D8D8 1px solid;
  padding-bottom: 13px;
}
.p-company-history__title {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-company-history__title {
    font-size: 20px;
  }
}
.p-company-history__lead {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .p-company-history__lead {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 30px;
  }
}
.p-company-history__lead span {
  color: #0051A4;
}
.p-company-history__text {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  max-width: 800px;
  margin-top: 13px;
}
.p-company-history__list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 72px 0;
}
@media screen and (max-width: 768px) {
  .p-company-history__list {
    margin-top: 55px;
    gap: 47px 0;
  }
}
.p-company-history__list dt {
  width: 218px;
  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;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company-history__list dt {
    width: 82px;
  }
}
.p-company-history__list dt::before, .p-company-history__list dt::after {
  position: absolute;
  content: "";
}
.p-company-history__list dt::before {
  background-color: #C9C9C9;
  height: calc(100% + 72px);
  width: 1px;
  right: 6px;
  top: 11px;
}
@media screen and (max-width: 768px) {
  .p-company-history__list dt::before {
    right: -1px;
  }
}
.p-company-history__list dt::after {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #0051A4;
  right: 0;
  top: 11px;
}
@media screen and (max-width: 768px) {
  .p-company-history__list dt::after {
    width: 7px;
    height: 7px;
    right: -4px;
  }
}
.p-company-history__list dt:last-of-type::before {
  content: none;
  position: unset;
}
.p-company-history__list dt .-lg {
  font-size: 38px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0051A4;
}
@media screen and (max-width: 768px) {
  .p-company-history__list dt .-lg {
    font-size: 26px;
  }
}
.p-company-history__list dt .-sm {
  font-size: 13px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-company-history__list dt .-sm {
    font-size: 10px;
  }
}
.p-company-history__list dd {
  width: calc(100% - 218px);
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .p-company-history__list dd {
    width: calc(100% - 82px);
    padding-left: 22px;
  }
}
.p-company-history__list dd .-text {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-company-history__list dd .-text {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.p-company-history__list dd .-img {
  max-width: 300px;
  margin-top: 14px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company-history__list dd .-img {
    margin-top: 19px;
  }
}
.p-company-history__list dd .-img img {
  width: 100%;
  height: auto;
}
.p-company-office {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p-company-office {
    padding: 45px 0 0;
  }
}
.p-company-office .swiper {
  margin: 56px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-company-office .swiper {
    margin: 35px calc(50% - 50vw) 0;
  }
}
.p-company-office .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-company-office img {
  width: 100%;
  height: auto;
}
.p-company-access {
  padding: 110px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-company-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0 70px;
  }
}
.p-company-access .p-company__title {
  width: 156px;
}
@media screen and (max-width: 768px) {
  .p-company-access .p-company__title {
    width: 100%;
  }
}
.p-company-access__contents {
  width: calc(100% - 176px);
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  .p-company-access__contents {
    width: 100%;
  }
}
.p-company-access__contents h3 {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-company-access__contents h3 {
    margin-top: 28px;
  }
}
.p-company-access__contents address {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 13px;
}
.p-company-access__map {
  aspect-ratio: 880/400;
}
@media screen and (max-width: 768px) {
  .p-company-access__map {
    aspect-ratio: 440/250;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-company-access__map iframe {
  width: 100%;
  height: 100%;
}

.p-profession {
  padding: 58px 0 0;
}
@media screen and (max-width: 768px) {
  .p-profession {
    padding: 40px 0 80px;
  }
}
.p-profession-message__title {
  font-size: 38px;
  line-height: 1.4736842105;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-profession-message__title {
    font-size: 20px;
  }
}
.p-profession-message__text {
  max-width: 1000px;
  margin: 0 auto;
  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;
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-profession-message__text {
    font-size: 15px;
  }
}
.p-profession__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: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-profession__list {
    margin-bottom: 80px;
  }
}
.p-profession__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-profession__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-profession__item:nth-of-type(odd) .p-profession__body {
  margin-right: calc(50% - 50vw);
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-profession__item:nth-of-type(odd) .p-profession__body {
    padding-left: unset;
    margin-right: unset;
  }
}
.p-profession__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: 768px) {
  .p-profession__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-profession__item:nth-of-type(even) .p-profession__body {
  margin-left: calc(50% - 50vw);
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-profession__item:nth-of-type(even) .p-profession__body {
    padding-right: unset;
    margin-left: unset;
  }
}
.p-profession__item:nth-of-type(1) .c-button {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-profession__item:nth-of-type(1) .c-button {
    margin-top: 40px;
  }
}
.p-profession__item:nth-of-type(2) .c-button {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .p-profession__item:nth-of-type(2) .c-button {
    margin-top: 40px;
  }
}
.p-profession__item:nth-of-type(3) .c-button {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .p-profession__item:nth-of-type(3) .c-button {
    margin-top: 40px;
  }
}
.p-profession__head {
  width: 50%;
  padding: 27px 0 0;
}
@media screen and (max-width: 768px) {
  .p-profession__head {
    width: 100%;
  }
}
.p-profession__body {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-profession__body {
    width: 100%;
  }
}
.p-profession__body img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.p-profession__title {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  padding-left: 33px;
}
@media screen and (max-width: 768px) {
  .p-profession__title {
    font-size: 24px;
  }
}
.p-profession__title::after {
  position: absolute;
  content: "";
  background-image: url(../images/profession/title.webp);
  background-size: contain;
  width: 10px;
  height: 99px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-profession__title::after {
    height: 60px;
  }
}
.p-profession__strong {
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0051A4;
  margin-top: 90px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-profession__strong {
    font-size: 20px;
    margin-top: 40px;
  }
}
.p-profession__disc {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-profession__disc {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-staff {
    padding-bottom: 80px;
  }
}
.p-staff-head {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  height: 74vh;
  background-size: cover;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 27px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-staff-head {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 calc(50vw - 50%) 20px;
  }
}
.p-staff-head.-staff01 {
  background-image: url(../images/staff/staff01-bg.webp);
}
@media screen and (max-width: 768px) {
  .p-staff-head.-staff01 {
    background-position: top left 63%;
  }
}
.p-staff-head.-staff02 {
  background-image: url(../images/staff/staff02-bg.webp);
}
@media screen and (max-width: 768px) {
  .p-staff-head.-staff02 {
    background-position: top left 77%;
  }
}
.p-staff-head.-staff03 {
  background-image: url(../images/staff/staff03-bg.webp);
}
@media screen and (max-width: 768px) {
  .p-staff-head.-staff03 {
    background-position: top left 67%;
  }
}
.p-staff-head__title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0051A4;
  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;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-staff-head__title {
    font-size: 22px;
  }
}
.p-staff-head__title span {
  background-color: #fff;
  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;
  padding: 4px 10px;
}
.p-staff-head__potision {
  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;
}
.p-staff-head__potision span {
  background-color: #0051A4;
  color: #fff;
  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;
  font-size: 16px;
  letter-spacing: 0.02em;
  height: 26px;
  padding: 10px 10px;
}
.p-staff-head__potision span.-bold {
  font-weight: 700;
}
.p-staff-message {
  background-image: url(../images/staff/bg.webp);
  background-size: cover;
  background-position: top;
  margin-top: 80px;
  padding: 120px 0 70px;
}
@media screen and (max-width: 768px) {
  .p-staff-message {
    padding: 80px 20px 40px;
  }
}
.p-staff-message__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
}
@media screen and (max-width: 768px) {
  .p-staff-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-staff-message__head {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .p-staff-message__head {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
}
.p-staff-message__head img {
  width: 100%;
  height: auto;
}
.p-staff-message__body {
  color: #fff;
  width: 59%;
}
@media screen and (max-width: 768px) {
  .p-staff-message__body {
    width: 100%;
  }
}
.p-staff-message__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-staff-message__title {
    font-size: 20px;
    text-align: center;
  }
}
.p-staff-message__disc {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-top: 14px;
}
.p-staff__col2 {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-staff__col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px;
    gap: 40px;
  }
}
.p-staff__col2.-row .p-staff__head {
  padding-right: 75px;
}
@media screen and (max-width: 768px) {
  .p-staff__col2.-row .p-staff__head {
    padding-right: unset;
  }
}
.p-staff__col2.-row .p-staff__body {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-staff__col2.-row .p-staff__body {
    margin-right: unset;
  }
}
.p-staff__col2.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-staff__col2.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-staff__col2.-reverse .p-staff__head {
  padding-left: 75px;
}
@media screen and (max-width: 768px) {
  .p-staff__col2.-reverse .p-staff__head {
    padding-left: unset;
  }
}
.p-staff__col2.-reverse .p-staff__body {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-staff__col2.-reverse .p-staff__body {
    margin-left: unset;
  }
}
.p-staff__col1 {
  max-width: 1000px;
  margin: 90px auto 0;
}
.p-staff__head {
  width: 50%;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-staff__head {
    width: 100%;
    padding-top: unset;
  }
}
.p-staff__body {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-staff__body {
    width: 100%;
  }
}
.p-staff__body img {
  width: 100%;
  height: auto;
}
.p-staff__q {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  padding-left: 47px;
}
@media screen and (max-width: 768px) {
  .p-staff__q {
    font-size: 18px;
  }
}
.p-staff__q::after {
  position: absolute;
  content: "Q";
  color: #0051A4;
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 700;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-staff__q::after {
    font-size: 26px;
    top: -5px;
  }
}
.p-staff__a {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 25px;
}
.p-staff__buttons {
  max-width: 560px;
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-staff__buttons {
    margin: 40px auto 0;
    gap: 20px;
    -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;
  }
}
.p-staff__buttons a {
  border: 1px solid #0051A4;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #0051A4;
  font-weight: 700;
  width: 240px;
  height: 60px;
  padding: 0 0 0 40px;
  position: relative;
}
.p-staff__buttons a svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
}

.p-p404 {
  padding: 175px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-p404 {
    padding: 80px 0 40px;
    -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;
    gap: 20px;
  }
}
.p-p404__title {
  font-size: 48px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-p404__title {
    font-size: 28px;
    text-align: center;
  }
}
.p-p404__text {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.02em;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .p-p404__text {
    font-size: 15px;
    margin-top: 40px;
  }
}
.p-p404 .c-button {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-p404 .c-button {
    margin: 40px auto 0;
  }
}
.p-p404__message {
  width: 163px;
  position: relative;
  margin-bottom: -36px;
  -webkit-animation: floatySmooth 2s ease-in-out infinite;
          animation: floatySmooth 2s ease-in-out infinite;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .p-p404__message {
    margin-bottom: unset;
    margin-left: auto;
    width: 140px;
  }
}
.p-p404__message img {
  width: 100%;
  height: auto;
}
.p-p404__message p {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 700;
  color: #0051A4;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-p404__message p {
    font-size: 10px;
    line-height: 1.4;
    top: 38px;
  }
}

@-webkit-keyframes floatySmooth {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(10px, -12px) rotate(1.5deg);
            transform: translate(10px, -12px) rotate(1.5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes floatySmooth {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(10px, -12px) rotate(1.5deg);
            transform: translate(10px, -12px) rotate(1.5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.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: 768px) {
  .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: 768px) {
  .s-text-center {
    text-align: center;
  }
}

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

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

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

.u-xxl-only {
  display: none;
}
@media screen and (max-width: 1276px) {
  .u-xxl-only {
    display: block;
  }
}

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

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

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

.cf7-cf-turnstile {
  display: flex;
  justify-content: center;
}
.cf-turnstile {
  margin-top: 32px;
}
