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

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

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

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

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

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

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

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

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

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

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

/*======================================================
# Media Query
====================================================== */
@font-face {
  font-family: "YakuHanJP";
  src: url("../fonts/YakuHanJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../fonts/YakuHanJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../fonts/YakuHanJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../fonts/YakuHanJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../fonts/YakuHanJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../fonts/YakuHanJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../fonts/YakuHanJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../fonts/YakuHanJP-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../fonts/YakuHanJP-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

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

img {
  vertical-align: bottom;
}

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

p {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.7142857143;
    font-weight: 500;
  }
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.4s;
  transition: opacity 0.6s, transform 0.4s, -webkit-transform 0.4s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.js-fadeUp2 {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s, -webkit-transform 0.8s;
  transition: opacity 1s, transform 0.8s, -webkit-transform 0.8s;
}
.js-fadeUp2.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 43px;
}
@media screen and (max-width: 1250px) {
  .l-header__inner {
    padding-left: 15px;
  }
}
@media screen and (max-width: 880px) {
  .l-header__inner {
    padding-top: 10px;
  }
}
.l-header__logo {
  width: 238px;
}
@media screen and (max-width: 1250px) {
  .l-header__logo {
    width: 170px;
  }
}
@media screen and (max-width: 880px) {
  .l-header__logo {
    position: relative;
    z-index: 9999;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 880px) {
  .l-header__contents {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 100px 15px 50px;
    display: none;
  }
}
.l-header__nav {
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 53px 13px 40px;
}
@media screen and (max-width: 1250px) {
  .l-header__nav {
    padding: 16px 25px 13px 20px;
  }
}
@media screen and (max-width: 880px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    background-color: unset;
  }
}
.l-header__navitem {
  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;
}
.l-header__navitem .-en {
  font-size: 14px;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 1250px) {
  .l-header__navitem .-en {
    font-size: 12px;
  }
}
.l-header__navitem .-ja {
  font-size: 10px;
  font-family: "YakuHanJP";
}
.l-header__navitem:nth-of-type(2) {
  margin-left: 38px;
}
@media screen and (max-width: 1250px) {
  .l-header__navitem:nth-of-type(2) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 880px) {
  .l-header__navitem:nth-of-type(2) {
    margin-left: unset;
  }
}
.l-header__navitem:nth-of-type(3) {
  margin-left: 38px;
}
@media screen and (max-width: 1250px) {
  .l-header__navitem:nth-of-type(3) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 880px) {
  .l-header__navitem:nth-of-type(3) {
    margin-left: unset;
  }
}
.l-header__navitem:nth-of-type(4) {
  margin-left: 46px;
}
@media screen and (max-width: 1250px) {
  .l-header__navitem:nth-of-type(4) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 880px) {
  .l-header__navitem:nth-of-type(4) {
    margin-left: unset;
  }
}
.l-header__navitem:nth-of-type(5) {
  margin-left: 46px;
}
@media screen and (max-width: 1250px) {
  .l-header__navitem:nth-of-type(5) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 880px) {
  .l-header__navitem:nth-of-type(5) {
    margin-left: unset;
  }
}
.l-header__navitem:nth-of-type(6) {
  margin-left: 50px;
}
@media screen and (max-width: 1250px) {
  .l-header__navitem:nth-of-type(6) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 880px) {
  .l-header__navitem:nth-of-type(6) {
    margin-left: unset;
  }
}
.l-header__contact {
  background-color: #0C2A7E;
  border-radius: 0 0 0 10px;
  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;
  width: 226px;
  height: 100px;
}
@media screen and (max-width: 1250px) {
  .l-header__contact {
    width: 150px;
    height: 70px;
  }
}
@media screen and (max-width: 880px) {
  .l-header__contact {
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
    border-radius: 10px 10px 10px 10px;
  }
}
.l-header__contact .-en {
  font-size: 25px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 1250px) {
  .l-header__contact .-en {
    font-size: 18px;
  }
}
.l-header__contact .-ja {
  font-size: 12px;
  font-family: "YakuHanJP";
  font-weight: 600;
}

.l-footer {
  background-color: #F4F4F4;
}
.l-footer__inner {
  max-width: 1306px;
  margin: 0 auto;
  padding: 75px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 20px 25px;
  }
}
.l-footer__inner.-top {
  padding: 78px 20px 75px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner.-top {
    padding: 60px 20px 25px;
  }
}
.l-footer__head {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .l-footer__head {
    width: 100%;
  }
}
.l-footer__logo {
  width: 346px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 200px;
    margin: 0 auto;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__button {
  background-color: #0C2A7E;
  border-radius: 10px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 360px;
  height: 100px;
  margin-top: 15px;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .l-footer__button {
    margin: 20px auto 0;
    height: 80px;
  }
}
.l-footer__button::after {
  position: absolute;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 53%);
          clip-path: polygon(0 0, 0% 100%, 100% 53%);
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 15px;
}
.l-footer__button .-lg {
  font-size: 25px;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-footer__button .-lg {
    font-size: 20px;
  }
}
.l-footer__button .-sm {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-footer__button .-sm {
    font-size: 10px;
  }
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__snsitem {
  display: block;
}
.l-footer__snsitem.-x {
  width: 30px;
}
.l-footer__snsitem.-facebook {
  width: 32.5px;
  margin-left: 23px;
}
.l-footer__snsitem.-instagram {
  width: 33px;
  margin-left: 20px;
}
.l-footer__snsitem.-youtube {
  width: 100px;
  margin-left: 13px;
}
.l-footer__snsitem img {
  width: 100%;
  height: auto;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 496px;
  gap: 51px 0px;
  margin-right: 8px;
  margin-top: 13px;
  padding-top: 18px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 850px) {
  .l-footer__nav {
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 60px;
    gap: 51px 80px;
  }
}
.l-footer__nav::after {
  position: absolute;
  content: "";
  background-color: #707070;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__nav::after {
    width: 100%;
    height: 1px;
  }
}
.l-footer__navitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100px;
  position: relative;
  padding-left: 10px;
  gap: 2px;
}
.l-footer__navitem::after {
  position: absolute;
  content: "-";
  font-size: 14px;
  font-family: "Unbounded", sans-serif;
  color: #3DA1D2;
  left: 0;
  top: 0;
}
.l-footer__navitem .-lg {
  font-size: 14px;
  font-family: "Unbounded", sans-serif;
}
.l-footer__navitem .-sm {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.l-footer__navitem:nth-of-type(2), .l-footer__navitem:nth-of-type(5) {
  margin-left: 78px;
}
@media screen and (max-width: 768px) {
  .l-footer__navitem:nth-of-type(2), .l-footer__navitem:nth-of-type(5) {
    margin-left: unset;
  }
}
.l-footer__navitem:nth-of-type(3), .l-footer__navitem:nth-of-type(6) {
  margin-left: 58px;
}
@media screen and (max-width: 768px) {
  .l-footer__navitem:nth-of-type(3), .l-footer__navitem:nth-of-type(6) {
    margin-left: unset;
  }
}
.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__links {
    margin-right: unset;
    margin: 10px auto;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__links::after {
  position: absolute;
  content: "｜";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 11px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer__links::after {
    position: unset;
    content: none;
  }
}
.l-footer__links a {
  font-size: 11px;
  line-height: 2.3636363636;
  font-family: "YakuHanJP";
  position: relative;
  padding: 0 22px 0 22px;
}
.l-footer__links a:nth-of-type(1) {
  padding: 0 12px 0 21px;
}
.l-footer__links a:nth-of-type(2) {
  padding: 0 11px 0 21px;
}
@media screen and (max-width: 768px) {
  .l-footer__links a:nth-of-type(3)::before {
    position: absolute;
    content: "｜";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 11px;
    font-weight: 500;
  }
}
.l-footer__links a::after {
  position: absolute;
  content: "｜";
  left: 0;
  top: 0;
  font-size: 11px;
  font-weight: 500;
}
.l-footer__copy {
  width: 100%;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 70px;
}

.c-burger {
  display: none;
}
@media screen and (max-width: 880px) {
  .c-burger {
    display: block;
    width: 24px;
    height: 14px;
    position: fixed;
    right: 20px;
    top: 19px;
  }
  .c-burger__border {
    display: block;
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 24px;
    height: 2px;
    background-color: #0C2A7E;
  }
  .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.active .c-burger__border--top {
    rotate: 45deg;
    top: 8px;
  }
  .c-burger.active .c-burger__border--mid {
    display: none;
  }
  .c-burger.active .c-burger__border--bottom {
    rotate: -45deg;
    bottom: 5px;
  }
}

/* Component Layer */
.c-swiper {
  max-width: none;
  padding: 30px 0;
  margin: 0 auto;
  overflow: hidden;
  background: #E6F7FF;
}
.c-swiper .swiper {
  padding: 0 0 60px 0;
  overflow: visible;
}
.c-swiper .swiper-slide {
  width: 320px;
  height: auto;
}
.c-swiper__card {
  width: 320px;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.c-swiper__card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
          box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}
.c-swiper__image {
  width: 320px;
  height: 190px;
  overflow: hidden;
  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: #f0f0f0;
}
.c-swiper__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-swiper__content {
  padding: 0 20px 20px 20px;
}
.c-swiper__category {
  display: inline-block;
  background-color: #3DA1D2;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  padding: 6px 12px;
  border-radius: 10px;
  margin-top: 12px;
  letter-spacing: 0.02em;
}
.c-swiper__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25.92px;
  color: #333333;
  margin-top: 12px;
  letter-spacing: 0.02em;
}
.c-swiper__text {
  font-size: 15px;
  line-height: 25.05px;
  color: #666666;
  margin-top: 23px;
  letter-spacing: 0.02em;
}
.c-swiper {
  /* Swiper UI customization */
}
.c-swiper .swiper-pagination {
  position: static;
  margin-top: 40px;
  text-align: center;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #cccccc;
  opacity: 1;
  margin: 0 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3DA1D2;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-swiper .swiper-button-next,
.c-swiper .swiper-button-prev {
  color: #3DA1D2;
  top: 45%;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-swiper .swiper-button-next:after,
.c-swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 600;
}
.c-swiper .swiper-button-next:hover,
.c-swiper .swiper-button-prev:hover {
  background-color: #3DA1D2;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 12px rgba(61, 161, 210, .3);
          box-shadow: 0 4px 12px rgba(61, 161, 210, .3);
}
.c-swiper .swiper-button-next.swiper-button-disabled,
.c-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.c-swiper .swiper-button-next.swiper-button-disabled:hover,
.c-swiper .swiper-button-prev.swiper-button-disabled:hover {
  background-color: #ffffff;
  color: #3DA1D2;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}
.c-swiper .swiper-button-next {
  right: 10px;
}
.c-swiper .swiper-button-prev {
  left: 10px;
}
.c-swiper {
  /* Responsive */
}
@media screen and (max-width: 768px) {
  .c-swiper .swiper-button-next,
  .c-swiper .swiper-button-prev {
    display: none;
  }
  .c-swiper .swiper {
    padding: 0 0 80px 0;
  }
  .c-swiper .swiper-pagination {
    margin-top: 30px;
  }
}

.c-filter {
  margin-bottom: 40px;
  text-align: center;
}
.c-filter__title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}
.c-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-filter__link {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffffff;
  color: #666666;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-filter__link:hover {
  background-color: #3DA1D2;
  color: #ffffff;
  border-color: #3DA1D2;
}
.c-filter__link.active {
  background-color: #3DA1D2;
  color: #ffffff;
  border-color: #3DA1D2;
}
.c-filter__count {
  font-size: 12px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-filter {
    margin-bottom: 30px;
  }
  .c-filter__list {
    gap: 8px;
  }
  .c-filter__link {
    padding: 6px 12px;
    font-size: 13px;
  }
}

.c-tabs {
  text-align: center;
}
.c-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  max-width: 600px;
  margin: 0 auto;
}
.c-tabs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-tabs__button {
  width: 100%;
  padding: 16px 24px;
  background-color: #BABABA;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.c-tabs__button:hover {
  background-color: #9A9A9A;
}
.c-tabs__button.active {
  background-color: #E6F7FF;
  color: #333333;
}
.c-tabs__button:first-child {
  border-right: 1px solid rgba(255, 255, 255, .2);
}
.c-tabs__button:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 2px rgba(61, 161, 210, .3);
          box-shadow: inset 0 0 0 2px rgba(61, 161, 210, .3);
}
@media screen and (max-width: 768px) {
  .c-tabs {
    margin-bottom: 30px;
  }
  .c-tabs__list {
    max-width: 100%;
    margin: 0 20px;
  }
  .c-tabs__button {
    padding: 12px 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .c-tabs__list {
    margin: 0 10px;
  }
  .c-tabs__button {
    padding: 10px 12px;
    font-size: 13px;
  }
}

.c-case {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .c-case {
    margin: 0 0 0 0;
  }
}
.c-case__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  list-style: none;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto -10px;
}
.c-case__tabbutton {
  width: calc(50% - 5px);
  padding: 20px 24px 25px;
  border-radius: 10px 10px 0 0;
  background-color: rgba(186, 186, 186, .5);
  color: rgba(116, 105, 198, .6);
  border: none;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-case__tabbutton {
    font-size: 14px;
    padding: 14px 24px 20px;
  }
}
.c-case__tabbutton.active {
  background-color: #E6F7FF;
  color: #138DC8;
  position: relative;
}
.c-case__tabbutton.active::after {
  position: absolute;
  content: "";
  background-color: #138DC8;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 11px;
  height: 9px;
  z-index: 5;
}
.c-case__content {
  background-color: #E6F7FF;
  margin: 0 calc(50% - 50vw);
  padding: 92px 0 88px;
  width: 100vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-case__content {
    padding: 60px 0;
  }
}
.c-case__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1070px;
  gap: 28px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-case__filter {
    -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;
    margin: unset;
  }
}
.c-case__filter-title {
  font-size: 16px;
  font-family: "YakuHanJP";
  border-left: #3DA1D2 2px solid;
  border-right: #3DA1D2 2px solid;
  height: 40px;
  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 40px;
  width: 212px;
}
@media screen and (max-width: 768px) {
  .c-case__filter-title {
    height: 20px;
  }
}
.c-case__filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(100% - 240px);
}
@media screen and (max-width: 768px) {
  .c-case__filter-list {
    width: 100%;
  }
}
.c-case__filter-link {
  background-color: rgba(255, 255, 255, .25);
  border: 1px solid rgba(112, 112, 112, .25);
  border-radius: 20px;
  font-size: 14px;
  font-family: "YakuHanJP";
  height: 30px;
  min-width: 110px;
  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 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-case__filter-link {
    font-size: 12px;
    min-width: 90px;
  }
}
.c-case__filter-link:not(.active):hover {
  background-color: rgba(61, 161, 210, .3);
  color: #3DA1D2;
  border-color: #3DA1D2;
}
.c-case__filter-link.active {
  background-color: #3DA1D2 !important;
  color: #ffffff !important;
  border-color: #3DA1D2 !important;
}
.c-case .infinite-slider-container {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}
.c-case .infinite-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-case .infinite-slider-wrapper:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.c-case .infinite-slider-wrapper .c-case__card {
  width: 320px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-case .infinite-slider-wrapper .c-case__card {
    width: 290px;
  }
}
.c-case .single-slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
}
.c-case .single-slide-wrapper .c-case__card {
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-case .single-slide-wrapper .c-case__card {
    width: 290px;
  }
}
.c-case__swiper {
  margin-top: 50px;
}
.c-case__swiper .swiper {
  padding: 0 0 60px 0;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .c-case__swiper .swiper {
    padding: 0 0 0px 0;
  }
}
.c-case__swiper .swiper-slide {
  width: 320px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-case__swiper .swiper-slide {
    width: 290px;
  }
}
.c-case__card {
  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;
}
.c-case__card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-case__image {
  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: #f0f0f0;
  border-radius: 10px;
}
.c-case__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 320/190;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.c-case__category {
  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: #3DA1D2;
  color: #ffffff;
  font-size: 12px;
  line-height: 14.4px;
  font-family: "YakuHanJP";
  padding: 4px 10px;
  border-radius: 50px;
  margin-top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-case__title {
  font-size: 18px;
  line-height: 1.4444444444;
  font-family: "YakuHanJP";
  margin-top: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-case__text {
  font-size: 15px;
  line-height: 1.6666666667;
  margin-top: 17px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .c-case__text {
    font-size: 14px;
  }
}
.c-case .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.c-case .swiper-pagination {
  position: static;
  margin-top: 40px;
  text-align: center;
}
.c-case .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #cccccc;
  opacity: 1;
  margin: 0 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-case .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3DA1D2;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-case .swiper-button-next,
.c-case .swiper-button-prev {
  color: #3DA1D2;
  top: 45%;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-case .swiper-button-next:after,
.c-case .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 600;
}
.c-case .swiper-button-next:hover,
.c-case .swiper-button-prev:hover {
  background-color: #3DA1D2;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 12px rgba(61, 161, 210, .3);
          box-shadow: 0 4px 12px rgba(61, 161, 210, .3);
}
.c-case .swiper-button-next {
  right: 10px;
}
.c-case .swiper-button-prev {
  left: 10px;
}

.p-drone-works__cate {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-archive-header {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 40px;
}
.c-archive-header__title {
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
.c-archive-header__desc {
  font-size: 18px;
  color: #666666;
}

.c-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
  justify-items: center;
}

.c-card {
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.c-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
          box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}
.c-card__image {
  aspect-ratio: 320/190;
  overflow: hidden;
  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: #f0f0f0;
}
.c-card__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-card__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-card__content {
  padding: 0 20px 20px 20px;
}
.c-card__category {
  display: inline-block;
  background-color: #3DA1D2;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  padding: 6px 12px;
  border-radius: 10px;
  margin-top: 12px;
  letter-spacing: 0.02em;
}
.c-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25.92px;
  margin-top: 12px;
  letter-spacing: 0.02em;
}
.c-card__title a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-card__title a:hover {
  color: #3DA1D2;
}
.c-card__text {
  font-size: 15px;
  line-height: 25.05px;
  color: #666666;
  margin-top: 23px;
  letter-spacing: 0.02em;
}
.c-card__link {
  display: inline-block;
  margin-top: 16px;
  padding: 8px 20px;
  background-color: #3DA1D2;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-card__link:hover {
  background-color: #2d8bb8;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.c-no-posts {
  text-align: center;
  padding: 60px 20px;
}
.c-no-posts__text {
  font-size: 18px;
  color: #666666;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffffff;
  color: #666666;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background-color: #3DA1D2;
  color: #ffffff;
  border-color: #3DA1D2;
}

@media screen and (max-width: 768px) {
  .c-archive-header {
    margin-bottom: 40px;
    padding-top: 20px;
  }
  .c-archive-header__title {
    font-size: 28px;
  }
  .c-archive-header__desc {
    font-size: 16px;
  }
  .c-card-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
  .c-card {
    width: 100%;
    max-width: 320px;
  }
  .c-card__image {
    width: 100%;
  }
}
.c-button {
  width: 240px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-size: 12px;
  position: relative;
  font-family: "Unbounded", sans-serif;
  padding-left: 17px;
}
.c-button:hover {
  opacity: 1;
}
.c-button::before, .c-button::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button::before {
  height: calc(100% - 15px);
  width: 1px;
  right: 50px;
}
.c-button::after {
  width: 8px;
  height: 9px;
  right: 20px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.c-button.-color1 {
  color: #3DA1D2;
  border: 1px solid #3DA1D2;
}
.c-button.-color1::before, .c-button.-color1::after {
  background-color: #3DA1D2;
}
.c-button.-color1:hover {
  color: #E6F7FF;
  border: 1px solid #E6F7FF;
  background-color: #3DA1D2;
}
.c-button.-color1:hover::before, .c-button.-color1:hover::after {
  background-color: #E6F7FF;
}
.c-button.-color2 {
  color: #0C2A7E;
  border: 1px solid #0C2A7E;
  background-color: #fff;
}
.c-button.-color2::before, .c-button.-color2::after {
  background-color: #0C2A7E;
}
.c-button.-color2:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #0C2A7E;
}
.c-button.-color2:hover::before, .c-button.-color2:hover::after {
  background-color: #fff;
}
.c-button.-color3 {
  color: #3DA1D2;
  border: 1px solid #3DA1D2;
  background-color: #fff;
}
.c-button.-color3::before, .c-button.-color3::after {
  background-color: #3DA1D2;
}
.c-button.-color3:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #3DA1D2;
}
.c-button.-color3:hover::before, .c-button.-color3:hover::after {
  background-color: #fff;
}
.c-button.-color4 {
  color: #7469C6;
  border: 1px solid #7469C6;
  background-color: #fff;
}
.c-button.-color4::before, .c-button.-color4::after {
  background-color: #7469C6;
}
.c-button.-color4:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #0C2A7E;
}
.c-button.-color4:hover::before, .c-button.-color4:hover::after {
  background-color: #fff;
}

.c-pageheader {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  min-height: 456px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .c-pageheader {
    min-height: 260px;
  }
}
.c-pageheader__title {
  color: #fff;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 336px;
  gap: 10px;
  padding-bottom: 116px;
}
@media screen and (max-width: 768px) {
  .c-pageheader__title {
    padding-bottom: unset;
    min-height: 136px;
  }
}
.c-pageheader__title .-en {
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .c-pageheader__title .-en {
    font-size: 12px;
  }
}
.c-pageheader__title .-ja {
  font-size: 51px;
  font-family: "YakuHanJP";
}
@media screen and (max-width: 768px) {
  .c-pageheader__title .-ja {
    font-size: 30px;
  }
}
.c-pageheader.-news {
  background-image: url(../images/news/header.webp);
}
.c-pageheader.-works {
  background-image: url(../images/works/header.webp);
}
@media screen and (max-width: 768px) {
  .c-pageheader.-works {
    background-image: url(../images/works/header-sp.webp);
  }
}
.c-pageheader.-about {
  background-image: url(../images/about/header.webp);
}
.c-pageheader.-service {
  background-image: url(../images/service/header.webp);
}
@media screen and (max-width: 768px) {
  .c-pageheader.-service {
    background-image: url(../images/service/header-sp.webp);
  }
}
.c-pageheader.-privacy {
  background-image: url(../images/privacy/header.webp);
}
@media screen and (max-width: 768px) {
  .c-pageheader.-privacy {
    background-image: url(../images/privacy/header-sp.webp);
  }
}
.c-pageheader.-terms {
  background-image: url(../images/terms/header.webp);
}
.c-pageheader.-code {
  background-image: url(../images/code/header.webp);
}
.c-pageheader.-team {
  background-image: url(../images/team/header.webp);
}
@media screen and (max-width: 768px) {
  .c-pageheader.-team {
    background-image: url(../images/team/header-sp.webp);
  }
}
.c-pageheader.-recruit {
  background-image: url(../images/recruit/header.webp);
}
@media screen and (max-width: 768px) {
  .c-pageheader.-recruit {
    background-image: url(../images/recruit/header-sp.webp);
  }
}
.c-pageheader.-contact {
  background-image: url(../images/contact/header.webp);
}
@media screen and (max-width: 768px) {
  .c-pageheader.-contact {
    background-image: url(../images/contact/header-sp.webp);
  }
}

.c-archive {
  padding: 103px 0 91px 0;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-archive {
    padding: 60px 0 91px 0;
  }
}
.c-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 57px 35px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .c-archive__list {
    gap: 20px 10px;
  }
}
.c-archive__item {
  width: calc(33.33333% - 23.33333px);
  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;
}
@media screen and (max-width: 768px) {
  .c-archive__item {
    width: calc(50% - 5px);
  }
}
.c-archive__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 350/220;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-archive__disc {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  font-family: "YakuHanJP";
}
@media screen and (max-width: 768px) {
  .c-archive__disc {
    font-size: 14px;
  }
}
.c-archive-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
}
.c-archive-cate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  border: rgba(112, 112, 112, .25) 1px solid;
  background-color: #fff;
  font-size: 14px;
  font-family: "YakuHanJP";
  height: 30px;
  min-width: 110px;
  padding: 0 28px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-archive-cate__item {
    font-size: 12px;
    min-width: 90px;
    padding: 0 14px;
  }
}
.c-archive-cate__item.-active {
  background-color: #0C2A7E;
  color: #fff;
}
.c-archive-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .c-archive-tag {
    gap: 10px 20px;
  }
}
.c-archive-tag__item {
  font-size: 16px;
  font-family: "YakuHanJP";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-archive-tag__item {
    font-size: 12px;
  }
}
.c-archive-tag__item input[type=checkbox] {
  width: 19px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .c-archive-tag__item input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}
.c-archive-pagenation {
  margin-top: 144px;
}
@media screen and (max-width: 768px) {
  .c-archive-pagenation {
    margin-top: 70px;
  }
}
.c-archive-pagenation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 54px;
}
@media screen and (max-width: 768px) {
  .c-archive-pagenation .wp-pagenavi {
    gap: 20px;
  }
}
.c-archive-pagenation .wp-pagenavi span, .c-archive-pagenation .wp-pagenavi a {
  border: unset;
  font-size: 20px;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-archive-pagenation .wp-pagenavi span, .c-archive-pagenation .wp-pagenavi a {
    font-size: 14px;
  }
}
.c-archive-pagenation .wp-pagenavi a {
  font-weight: 300;
  color: #707070;
}
.c-archive-pagenation .wp-pagenavi span {
  font-weight: 500;
  color: #0C2A7E;
  position: relative;
  padding-bottom: 11px;
}
.c-archive-pagenation .wp-pagenavi span::after {
  position: absolute;
  content: "";
  background-color: #0C2A7E;
  width: 30px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-archive-pagenation .wp-pagenavi span::after {
    width: 20px;
  }
}
.c-archive-pagenation .wp-pagenavi .nextpostslink, .c-archive-pagenation .wp-pagenavi .previouspostslink {
  position: relative;
}
.c-archive-pagenation .wp-pagenavi .nextpostslink::after, .c-archive-pagenation .wp-pagenavi .previouspostslink::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #0C2A7E;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 12px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  .c-archive-pagenation .wp-pagenavi .nextpostslink::after, .c-archive-pagenation .wp-pagenavi .previouspostslink::after {
    width: 10px;
    height: 10px;
  }
}
.c-archive-pagenation .wp-pagenavi .nextpostslink {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .c-archive-pagenation .wp-pagenavi .nextpostslink {
    margin-left: 15px;
  }
}
.c-archive-pagenation .wp-pagenavi .previouspostslink {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-archive-pagenation .wp-pagenavi .previouspostslink {
    margin-right: 20px;
  }
}
.c-archive-pagenation .wp-pagenavi .previouspostslink::after {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.c-bread {
  color: #fff;
  font-size: 11px;
  font-family: "YakuHanJP";
  padding: 0 40px;
  padding-top: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 12px;
}
@media screen and (max-width: 880px) {
  .c-bread {
    padding: 0 20px;
    padding-top: 57px;
  }
}

.c-title {
  color: #0C2A7E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 6px;
}
.c-title::after {
  position: absolute;
  content: "";
  background-color: #0C2A7E;
  left: 0;
  top: 0;
  width: 39px;
  height: 3px;
}
@media screen and (max-width: 768px) {
  .c-title::after {
    width: 20px;
    height: 2px;
  }
}
.c-title .-lg {
  font-size: 55px;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-title .-lg {
    font-size: 30px;
  }
}
.c-title .-sm {
  font-size: 18px;
  font-family: "YakuHanJP";
}
@media screen and (max-width: 768px) {
  .c-title .-sm {
    font-size: 14px;
  }
}

.c-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: relative;
  padding-left: 27px;
}
.c-title2::after {
  position: absolute;
  content: "";
  background-color: #3DA1D2;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 4px;
}
.c-title2 .-lg {
  font-size: 38px;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-title2 .-lg {
    font-size: 30px;
  }
}
.c-title2 .-sm {
  font-size: 17px;
  font-family: "YakuHanJP";
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-title2 .-sm {
    font-size: 14px;
  }
}

.c-contact {
  background-image: url(../images/common/contact.webp);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  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;
  color: #fff;
  height: 200px;
  padding: 15px 20px 0;
}
@media screen and (max-width: 768px) {
  .c-contact {
    background-image: url(../images/common/contact-sp.webp);
    height: 150px;
  }
}
.c-contact .-sm {
  font-size: 18px;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-contact .-sm {
    font-size: 16px;
  }
}
.c-contact .-lg {
  font-size: 35px;
  font-family: "YakuHanJP";
}
@media screen and (max-width: 768px) {
  .c-contact .-lg {
    font-size: 25px;
  }
}
.c-contact svg {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .c-contact svg {
    width: 30px;
  }
}

.p-top__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
}
.p-top__title .-lg {
  font-size: 65px;
  line-height: 1;
  font-family: "Unbounded", sans-serif;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top__title .-lg {
    font-size: 34px;
  }
}
.p-top__title .-lg.-color1 {
  color: #3DA1D2;
}
.p-top__title .-lg.-color2 {
  color: #0C2A7E;
}
.p-top__title .-sm {
  font-size: 23px;
  line-height: 1;
  font-family: "YakuHanJP";
  display: block;
  padding-left: 6px;
}
@media screen and (max-width: 768px) {
  .p-top__title .-sm {
    font-size: 18px;
  }
}
.p-top__title.-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-mv {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-mv__left, .p-top-mv__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  .p-top-mv__left, .p-top-mv__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-mv__left__left, .p-top-mv__left__right, .p-top-mv__right__left, .p-top-mv__right__right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 50vh;
    height: 50dvh;
  }
}
.p-top-mv {
  /*
  &__left{
    background-image: url(../images/top/mv01.webp);
    @include s.mq(md) {
      background-image: url(../images/top/mv01-sp.webp);
    }
  }
  &__right{
    background-image: url(../images/top/mv02.webp);
    @include s.mq(md) {
      background-image: url(../images/top/mv02-sp.webp);
    }
  }
    */
}
.p-top-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 3s ease, -webkit-transform 10s;
  transition: opacity 3s ease, -webkit-transform 10s;
  transition: opacity 3s ease, transform 10s;
  transition: opacity 3s ease, transform 10s, -webkit-transform 10s;
  z-index: -1;
}
.p-top-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top-mv__img.active {
  opacity: 1;
}
.p-top-mv__img.fade-out {
  opacity: 0;
}
.p-top-mv__center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-top-mv__center {
    top: 55.5%;
    left: -25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-top-mv__maintitle {
  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;
  gap: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-mv__maintitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: unset;
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    rotate: -90deg;
  }
}
.p-top-mv__maintitle .-lg {
  font-size: 80px;
  line-height: 1.25;
  font-family: "Unbounded", sans-serif;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
@media (max-width: 1440px) {
  .p-top-mv__maintitle .-lg {
    font-size: 5.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__maintitle .-lg {
    font-size: 28px;
    line-height: 1;
    text-align: left;
  }
}
.p-top-mv__maintitle .-sm {
  font-size: 40px;
  line-height: 1;
  font-family: "YakuHanJP";
  text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
@media (max-width: 1440px) {
  .p-top-mv__maintitle .-sm {
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__maintitle .-sm {
    font-size: 10px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.15em;
    padding-top: 7px;
    rotate: 90deg;
    position: absolute;
    left: 324px;
    top: -71px;
  }
}
.p-top-mv__maintitle small {
  font-size: 12px;
  line-height: 2.0833333333;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-mv__maintitle small {
    display: none;
  }
}
.p-top-mv__contents {
  position: absolute;
  left: 62px;
  bottom: 84px;
  color: #fff;
  width: calc(100% - 62px);
  padding-right: 56px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__contents {
    max-width: 234px;
    width: 100%;
    left: unset;
    right: 14px;
    bottom: 32px;
    padding-right: unset;
  }
}
.p-top-mv__number {
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__number {
    font-size: 11px;
  }
}
.p-top-mv__title {
  font-size: 25px;
  line-height: 1;
  font-family: "YakuHanJP";
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title {
    font-size: 23px;
    margin-top: 5px;
  }
}
.p-top-mv__bottom {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__bottom {
    margin-top: 8px;
    -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-top-mv__description {
  font-size: 15px;
  line-height: 1.6666666667;
  font-family: "YakuHanJP";
}
@media screen and (max-width: 768px) {
  .p-top-mv__description {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
.p-top-mv__link {
  font-size: 12px;
  font-family: "Unbounded", sans-serif;
  right: 0;
  bottom: -4px;
  position: relative;
  padding-right: 26px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__link {
    margin-top: 8px;
  }
}
.p-top-mv__link::after {
  position: absolute;
  content: "";
  background-color: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 1px;
}
.p-top-mv__small {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-mv__small {
    display: block;
    font-size: 8px;
    line-height: 3.125;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
    width: 100%;
  }
}
.p-top-topnews {
  max-width: 1120px;
  width: 100%;
  height: 55px;
  margin: -55px auto 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 10px 10px 0 0;
  padding: 0 31px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .16);
}
@media screen and (max-width: 910px) {
  .p-top-topnews {
    max-width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-topnews {
    -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;
    margin: 0 auto 0;
    height: auto;
    gap: 9px;
    padding: unset;
    padding: 30px 0 0 0;
    max-width: unset;
    -webkit-transform: unset;
            transform: unset;
    position: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background-color: #F8F8F8;
    margin: 0 calc(50% - 50vw);
    padding: 18px calc(50vw - 50%) 16px;
    width: 100vw;
  }
}
.p-top-topnews__title {
  font-size: 16px;
  line-height: 4.0625;
  font-family: "Unbounded", sans-serif;
  color: #0C2A7E;
}
@media screen and (max-width: 768px) {
  .p-top-topnews__title {
    line-height: 1;
    margin-left: -11px;
  }
}
.p-top-topnews__title span {
  margin-right: 7px;
}
.p-top-topnews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  width: calc(100% - 151px);
}
@media screen and (max-width: 768px) {
  .p-top-topnews__item {
    width: 100%;
    -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: 0px;
    padding-left: 4px;
  }
}
.p-top-topnews__item::after {
  position: absolute;
  content: "";
  background-color: #0C2A7E;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .p-top-topnews__item::after {
    position: unset;
    content: none;
  }
}
.p-top-topnews__item time {
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
}
.p-top-topnews__item span {
  font-size: 14px;
  line-height: 1.7142857143;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-topnews__item span {
    padding-right: unset;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
  }
}
.p-top-case {
  padding-top: 93px;
}
@media screen and (max-width: 768px) {
  .p-top-case {
    padding-top: 60px;
  }
}
.p-top-case__head {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1138px;
  margin: 0 auto;
  padding-right: 9px;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-top-case__head {
    gap: 10px 0;
  }
}
.p-top-case__lead {
  font-size: 15px;
  font-family: "YakuHanJP";
  line-height: 1.7333333333;
  margin-top: -14px;
  padding-right: 2px;
}
@media screen and (max-width: 768px) {
  .p-top-case__lead {
    margin-top: unset;
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-top-case__tabs {
  margin-top: 62px;
}
.p-top-case__button {
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-case__button {
    margin: 30px auto 0;
  }
}
.p-top-service {
  margin: 0 calc(50% - 50vw);
  padding-top: 103px;
  width: 100vw;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding-top: 50px;
  }
}
.p-top-service__maintitle {
  background-color: #3DA1D2;
  border-radius: 30px 30px 0 0;
  color: #fff;
  max-width: 700px;
  height: 178px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .p-top-service__maintitle {
    height: 110px;
    padding-bottom: unset;
    width: calc(100% - 50px);
  }
}
.p-top-service__item {
  background-size: cover;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-service__item {
    height: 100vh;
  }
}
.p-top-service__item::after {
  position: absolute;
  counter-increment: number 1;
  content: "Service-0" counter(number) "";
  color: #fff;
  left: 20px;
  top: 47.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: sideways;
}
@media screen and (max-width: 768px) {
  .p-top-service__item::after {
    -webkit-writing-mode: unset;
            writing-mode: unset;
    -ms-writing-mode: unset;
    text-orientation: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 20px;
  }
}
.p-top-service__item.-bg1 {
  background-image: url(../images/top/service-bg1.webp);
  background-position: center 65%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-service__item.-bg1 {
    background-position: 60% bottom;
  }
}
.p-top-service__item.-bg1::before {
  position: absolute;
  content: "";
  background-image: url("../images/top/cover.png");
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.p-top-service__item.-bg1 .p-top-service__body {
  position: relative;
  z-index: 2;
}
.p-top-service__item.-bg1 .p-top-service__text {
  margin: 72px 0 7px 0;
}
@media screen and (max-width: 768px) {
  .p-top-service__item.-bg1 .p-top-service__text {
    margin: auto 0 0 0;
  }
}
.p-top-service__item.-bg2 {
  background-image: url(../images/top/service-bg2.webp);
}
@media screen and (max-width: 768px) {
  .p-top-service__item.-bg2 {
    background-position: center;
  }
}
.p-top-service__item.-bg2 .p-top-service__text {
  margin: 89px 0 12px 0;
}
@media screen and (max-width: 768px) {
  .p-top-service__item.-bg2 .p-top-service__text {
    margin: auto 0 12px 0;
  }
}
.p-top-service__inner {
  max-width: 1240px;
  margin: 0 auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding: 70px 60px 91px;
  min-height: 450px;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-top-service__inner {
    padding: 60px 15px 30px 15px;
  }
}
.p-top-service__body {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-service__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 75px);
  }
}
.p-top-service__title {
  font-size: 40px;
  line-height: 1.7;
  font-family: "YakuHanJP";
}
@media screen and (max-width: 768px) {
  .p-top-service__title {
    font-size: 28px;
  }
}
.p-top-service__lead {
  font-size: 22px;
  line-height: 1.6818181818;
  font-family: "YakuHanJP";
}
@media screen and (max-width: 768px) {
  .p-top-service__lead {
    font-size: 16px;
  }
}
.p-top-service__text {
  font-size: 15px;
  line-height: 1.7333333333;
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  .p-top-service__text {
    font-size: 14px;
    margin: auto 0 0 0;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service .c-button {
    margin: 0 auto;
  }
}
.p-top-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 5%;
  margin-top: -24px;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-about__before {
  position: absolute;
  left: -44px;
  top: 303px;
  width: 200px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-about__before {
    display: none;
  }
}
.p-top-about__after {
  position: absolute;
  left: 62px;
  bottom: -120px;
  width: 200px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-about__after {
    display: none;
  }
}
.p-top-about__head {
  width: 50%;
  max-width: 446px;
  padding-top: 143px;
}
@media screen and (max-width: 768px) {
  .p-top-about__head {
    width: 100%;
  }
}
.p-top-about__imgbox {
  width: 45%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-about__imgbox {
    width: 100%;
    padding-right: unset;
    margin-right: -40px;
    display: none;
  }
}
.p-top-about__imgbox img {
  width: 100%;
  height: auto;
}
.p-top-about__img1 {
  max-width: 580px;
  margin-right: 40px;
}
.p-top-about__img2 {
  max-width: 539px;
  margin-top: -50px;
  margin-left: auto;
  position: relative;
  z-index: -1;
}
.p-top-about__lead {
  margin-top: 56px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-top-about__lead {
    font-size: 14px;
    margin-top: 30px;
  }
}
.p-top-about__button {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-top-about__button {
    margin: 30px auto 0;
  }
}
.p-top-news {
  max-width: 1120px;
  margin: 0 auto;
  padding: 190px 0 103px;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 60px 0 60px;
  }
}
.p-top-news__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;
}
@media screen and (max-width: 768px) {
  .p-top-news__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;
  }
}
.p-top-news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-news__tab {
    padding-bottom: unset;
    gap: 6px;
  }
}
.p-top-news__tab li {
  min-width: 110px;
  height: 30px;
  border-radius: 15px;
  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: rgba(112, 112, 112, .25) 1px solid;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top-news__tab li {
    min-width: 90px;
    font-size: 12px;
  }
}
.p-top-news__tab li.active {
  background-color: #0C2A7E;
  color: #fff;
}
.p-top-news__panel {
  margin-top: 57px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-news__panel {
    margin-top: 0px;
  }
}
.p-top-news__panel.active {
  display: block;
}
.p-top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  border-bottom: 1px solid rgba(112, 112, 112, .2);
  padding: 28px 0 28px;
}
@media screen and (max-width: 768px) {
  .p-top-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-news__img {
  width: 19%;
}
@media screen and (max-width: 768px) {
  .p-top-news__img {
    width: 100%;
  }
}
.p-top-news__img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  aspect-ratio: 210/111;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-news__body {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-top-news__body {
    width: 100%;
  }
}
.p-top-news__itemhead {
  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: 768px) {
  .p-top-news__itemhead {
    -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: 6px;
    margin-top: 10px;
  }
}
.p-top-news__time {
  font-size: 13px;
  line-height: 1.8461538462;
  font-weight: 500;
}
.p-top-news__catelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.p-top-news__cate {
  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;
  min-width: 110px;
  height: 30px;
  border-radius: 15px;
  border: #0C2A7E 1px solid;
  font-size: 14px;
  font-family: "YakuHanJP";
}
@media screen and (max-width: 768px) {
  .p-top-news__cate {
    min-width: 90px;
    height: 30px;
    font-size: 12px;
  }
}
.p-top-news__cate.-news {
  color: #fff;
  background-color: #0C2A7E;
}
.p-top-news__cate.-column {
  color: #fff;
  background-color: #0C2A7E;
}
.p-top-news__cate.-drone {
  color: #0C2A7E;
}
.p-top-news__title {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 36px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-news__title {
    font-size: 14px;
    margin-top: 10px;
  }
}
.p-top-news__button {
  margin: 45px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-news__button {
    margin: 30px auto 0;
  }
}
.p-top-links {
  background-image: url(../images/top/links.webp);
  background-size: cover;
  background-position: center;
  margin: 0 calc(50% - 50vw);
  padding: 136px calc(50vw - 50%) 111px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-links {
    padding: 50px calc(50vw - 50%) 50px;
  }
}
.p-top-links__inner {
  max-width: 1128px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-links__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-top-links__item {
  width: calc(50% - 20px);
  background-size: cover;
  background-position: center;
  min-height: 185px;
  border-radius: 10px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 31px 29px 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-links__item {
    width: 100%;
    padding: 25px 65px 25px 15px;
  }
}
.p-top-links__item::after {
  position: absolute;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 99%, 100% 53%);
          clip-path: polygon(0 0, 0 99%, 100% 53%);
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .p-top-links__item::after {
    right: 15px;
  }
}
.p-top-links__item.-bg1 {
  background-image: url(../images/top/links-bg1.webp);
}
.p-top-links__item.-bg2 {
  background-image: url(../images/top/links-bg2.webp);
}
.p-top-links__title {
  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-links__title .-lg {
  font-size: 30px;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-top-links__title .-lg {
    font-size: 26px;
  }
}
.p-top-links__title .-sm {
  font-size: 16px;
  font-family: "YakuHanJP";
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .p-top-links__title .-sm {
    font-size: 14px;
  }
}
.p-top-links__text {
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .p-top-links__text {
    font-size: 14px;
  }
}

.p-about-about {
  padding: 137px 0 143px;
}
@media screen and (max-width: 768px) {
  .p-about-about {
    padding: 80px 0 80px;
  }
}
.p-about-about__title {
  color: #0C2A7E;
  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: 12px;
}
.p-about-about__title .-lg {
  font-size: 70px;
  line-height: 1.2;
  font-family: "Unbounded", sans-serif;
  text-align: center;
}
@media (max-width: 1440px) {
  .p-about-about__title .-lg {
    font-size: 4.8611111111vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-about__title .-lg {
    font-size: 30px;
  }
}
.p-about-about__title .-sm {
  font-size: 40px;
  font-family: "YakuHanJP";
}
@media (max-width: 1440px) {
  .p-about-about__title .-sm {
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-about__title .-sm {
    font-size: 20px;
  }
}
.p-about-about__lead {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-about-about__lead {
    font-size: 14px;
    text-align: left;
  }
}
.p-about-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  gap: 9%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 144px 0 300px;
}
@media screen and (max-width: 768px) {
  .p-about-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 80px 0 80px;
  }
}
.p-about-message::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #A7A7A7;
  z-index: -1;
  opacity: 0.09;
}
.p-about-message__head {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .p-about-message__head {
    width: 100%;
  }
}
.p-about-message__body {
  width: 37%;
  padding-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .p-about-message__body {
    width: 100%;
  }
}
.p-about-message__body figure img {
  width: 100%;
  height: auto;
}
.p-about-message__text {
  margin-top: 34px;
  font-size: 15px;
  line-height: 2.1333333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
}
@media screen and (max-width: 768px) {
  .p-about-message__text {
    font-size: 14px;
  }
}
.p-about-overview {
  max-width: 1120px;
  margin: 0 auto;
  padding: 134px 0 160px;
}
@media screen and (max-width: 768px) {
  .p-about-overview {
    padding: 80px 0 80px;
  }
}
.p-about-overview__table {
  margin-top: 51px;
  width: 100%;
}
.p-about-overview__table tr {
  width: 100%;
}
.p-about-overview__table th {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4705882353;
  font-family: "YakuHanJP";
  background-color: rgba(131, 201, 235, .06);
  width: 185px;
  border-bottom: rgba(112, 112, 112, .13) 1px solid;
  vertical-align: middle;
  padding: 22px 29px;
}
@media screen and (max-width: 768px) {
  .p-about-overview__table th {
    display: block;
    width: 100%;
    font-size: 15px;
  }
}
.p-about-overview__table th span {
  display: block;
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .p-about-overview__table th span {
    font-size: 12px;
    display: inline-block;
  }
}
.p-about-overview__table td {
  font-size: 15px;
  line-height: 1.7333333333;
  border-bottom: rgba(112, 112, 112, .13) 1px solid;
  padding: 23.5px 26px;
  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: 20px 76px;
}
@media screen and (max-width: 768px) {
  .p-about-overview__table td {
    width: 100%;
    font-size: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-about-overview__table td li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-about-overview__table td .-logo1 {
  width: 302px;
  margin: 18px 0;
}
@media screen and (max-width: 768px) {
  .p-about-overview__table td .-logo1 {
    width: 200px;
    margin: 0 auto;
  }
}
.p-about-overview__table td .-logo1 img {
  width: 100%;
  height: auto;
}
.p-about-overview__table td .-logo2 {
  width: 204px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .p-about-overview__table td .-logo2 {
    width: 200px;
  }
}
.p-about-overview__table td .-logo2 img {
  width: 100%;
  height: auto;
}
.p-about-overview__table td .-logo3 {
  width: 284px;
}
@media screen and (max-width: 768px) {
  .p-about-overview__table td .-logo3 {
    width: 200px;
  }
}
.p-about-overview__table td .-logo3 img {
  width: 100%;
  height: auto;
}
.p-about-overview__table td .-logo4 {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .p-about-overview__table td .-logo4 {
    width: 130px;
  }
}
.p-about-overview__table td .-logo4 img {
  width: 100%;
  height: auto;
}

.p-service-about {
  padding: 184px 0 144px;
}
@media screen and (max-width: 768px) {
  .p-service-about {
    padding: 80px 0 80px;
  }
}
.p-service-about__title {
  color: #0C2A7E;
  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: 10px;
}
.p-service-about__title .-lg {
  font-size: 60px;
  line-height: 1.25;
  font-family: "Unbounded", sans-serif;
  text-align: center;
}
@media (max-width: 1440px) {
  .p-service-about__title .-lg {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service-about__title .-lg {
    font-size: 30px;
  }
}
.p-service-about__title .-sm {
  font-size: 40px;
  font-family: "YakuHanJP";
}
@media (max-width: 1440px) {
  .p-service-about__title .-sm {
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service-about__title .-sm {
    font-size: 20px;
  }
}
.p-service-about__lead {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-service-about__lead {
    font-size: 14px;
    text-align: left;
  }
}
.p-service-drone.-bg1 {
  background-image: url(../images/top/service-bg1.webp);
  position: relative;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-service-drone.-bg1 {
    background-position: 60% bottom;
  }
}
.p-service-drone.-bg1::after {
  position: absolute;
  content: "";
  background-image: url("../images/service/bg1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-service-drone.-bg1 ul {
  padding: 30px 37px 44px;
  gap: 49px 70px;
}
@media screen and (max-width: 768px) {
  .p-service-drone.-bg1 ul {
    padding: 30px 0px 44px;
    gap: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-drone.-bg1 li {
    width: 140px;
  }
}
.p-service-drone.-bg2 {
  background-image: url(../images/service/bg2.webp);
  padding: 90px calc(50vw - 50%) 125px;
}
@media screen and (max-width: 768px) {
  .p-service-drone.-bg2 {
    padding: 90px calc(50vw - 50%) 75px;
    background-image: url(../images/service/bg2-sp.webp);
    background-position: center;
  }
}
.p-service-drone.-bg2 ul {
  padding: 40px 0 38px;
  gap: 49px 120px;
}
@media screen and (max-width: 768px) {
  .p-service-drone.-bg2 ul {
    padding: 30px 5px 44px;
    gap: 30px 30px;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-service-drone {
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 75px calc(50vw - 50%);
  width: 100vw;
  color: #fff;
}
.p-service-drone__inner {
  max-width: 1146px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-service-drone__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service-drone__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-service-drone__title .-sm {
  font-size: 15px;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-service-drone__title .-sm {
    font-size: 12px;
  }
}
.p-service-drone__title .-lg {
  font-size: 40px;
  font-family: "YakuHanJP";
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__title .-lg {
    font-size: 30px;
  }
}
.p-service-drone__lead {
  font-size: 22px;
  line-height: 1.6818181818;
  font-family: "YakuHanJP";
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__lead {
    font-size: 16px;
    margin-top: 20px;
  }
}
.p-service-drone__text {
  font-size: 15px;
  line-height: 1.7333333333;
  max-width: 520px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__text {
    font-size: 14px;
  }
}
.p-service-drone__body {
  margin-top: 35px;
  position: relative;
  border-bottom: 1px solid #fff;
}
.p-service-drone__body h3 {
  font-size: 20px;
  width: 100%;
  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;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__body h3 {
    font-size: 16px;
    gap: 20px;
  }
}
.p-service-drone__body h3::before, .p-service-drone__body h3::after {
  background-color: #fff;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-service-drone__body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-service-drone__body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__body li {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-drone__body li figure {
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-service-drone__body li img {
  height: auto;
}
.p-service-drone__body li span {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-service-drone__body li span {
    font-size: 14px;
  }
}
.p-service-drone__item1 {
  width: 225px;
}
.p-service-drone__item1 img {
  width: 38px;
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item1 img {
    width: 25.3333333333px;
    margin-right: unset;
  }
}
.p-service-drone__item2 {
  width: 173px;
}
.p-service-drone__item2 img {
  width: 60px;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item2 img {
    width: 40px;
    margin-right: unset;
  }
}
.p-service-drone__item3 {
  width: 180px;
}
.p-service-drone__item3 img {
  width: 60px;
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item3 img {
    width: 40px;
    margin-right: unset;
  }
}
.p-service-drone__item4 {
  width: 226px;
}
.p-service-drone__item4 img {
  width: 62px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item4 img {
    width: 41.3333333333px;
    margin-right: unset;
  }
}
.p-service-drone__item5 {
  width: 225px;
}
.p-service-drone__item5 img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item5 img {
    width: 40px;
  }
}
.p-service-drone__item6 {
  width: 173px;
}
.p-service-drone__item6 img {
  width: 63px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item6 img {
    width: 42px;
    margin-right: unset;
  }
}
.p-service-drone__item7 {
  width: 180px;
}
.p-service-drone__item7 img {
  width: 69px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item7 img {
    width: 46px;
  }
}
.p-service-drone__item8 {
  width: 226px;
}
.p-service-drone__item8 img {
  width: 54px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item8 img {
    width: 36px;
    margin-right: unset;
  }
}
.p-service-drone__item9 {
  width: 283px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item9 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-service-drone__item9 img {
  width: 83px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item9 img {
    width: 48.6666666667px;
  }
}
.p-service-drone__item10 {
  width: 177px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item10 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-service-drone__item10 img {
  width: 67px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item10 img {
    width: 44.6666666667px;
  }
}
.p-service-drone__item11 {
  width: 188px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item11 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-service-drone__item11 img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .p-service-drone__item11 img {
    width: 40px;
  }
}
.p-service-drone .c-button {
  margin: 45px auto 0;
}

.p-drone .c-bread {
  padding: 107px 20px 0;
}
@media screen and (max-width: 768px) {
  .p-drone .c-bread {
    padding: 57px 0px 0;
  }
}
.p-drone.-cargo {
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .p-drone.-cargo {
    padding-bottom: 60px;
  }
}
.p-drone.-cargo .c-title::after {
  background-color: #3DA1D2;
}
.p-drone.-cargo .c-title .-lg {
  color: #3DA1D2;
}
.p-drone.-cargo .c-title .-sm {
  color: #212121;
}
.p-drone.-cargo .p-drone-mv__contents::after {
  content: "CARGO DRONE";
}
.p-drone.-cargo .p-drone-scene {
  padding: 160px 0 132px;
}
@media screen and (max-width: 768px) {
  .p-drone.-cargo .p-drone-scene {
    padding: 60px 0 60px;
  }
}
.p-drone.-cargo .p-drone-works {
  background-color: rgba(167, 167, 167, .09);
  padding: 122px calc(50vw - 50%) 153px;
}
@media screen and (max-width: 768px) {
  .p-drone.-cargo .p-drone-works {
    padding: 60px calc(50vw - 50%) 60px;
  }
}
.p-drone.-cargo .p-drone-feature {
  margin: 0 calc(50% - 50vw);
  padding: 169px calc(50vw - 50%) 147px;
  width: 100vw;
  background-image: url(../images/cargo-drone/feature.webp);
}
@media screen and (max-width: 768px) {
  .p-drone.-cargo .p-drone-feature {
    padding: 80px calc(50vw - 50%) 80px;
    background-image: url(../images/cargo-drone/feature-sp.webp);
    background-position: center;
  }
}
.p-drone.-cargo .p-drone-feature .c-title .-lg {
  color: #fff;
}
.p-drone.-cargo .p-drone-feature .c-title .-sm {
  color: #fff;
}
.p-drone.-cargo .p-drone-feature .c-title::after {
  background-color: #fff;
}
.p-drone.-cargo .p-drone-feature::after {
  content: "Cargo DRONE Feature";
}
.p-drone.-cargo .p-drone-flow {
  padding: 144px 0 198px;
}
@media screen and (max-width: 768px) {
  .p-drone.-cargo .p-drone-flow {
    padding: 60px 0 60px;
  }
}
.p-drone.-cargo .p-drone-flow__item dt .-number {
  color: #3DA1D2;
  background-color: rgba(131, 201, 235, .06);
}
.p-drone.-cargo .p-drone-flow__item dt .-title::after {
  color: #3DA1D2;
}
.p-drone.-cargo .p-drone-column {
  margin: 0 calc(50% - 50vw);
  padding: 123px calc(50vw - 50%) 105px;
  width: 100vw;
  background-color: rgba(167, 167, 167, .09);
}
@media screen and (max-width: 768px) {
  .p-drone.-cargo .p-drone-column {
    padding: 60px calc(50vw - 50%) 60px;
  }
}
.p-drone.-cargo .p-drone-faq {
  padding: 121px 0 82px;
}
@media screen and (max-width: 768px) {
  .p-drone.-cargo .p-drone-faq {
    padding: 60px 0 60px;
  }
}
.p-drone.-show .c-title::after {
  background-color: #83C9EB;
}
.p-drone.-show .c-title .-lg {
  color: #83C9EB;
}
.p-drone.-show .c-title .-sm {
  color: #fff;
}
.p-drone.-show .p-drone-scene__lead, .p-drone.-show .p-drone-scene__disc, .p-drone.-show .p-drone-works__title, .p-drone.-show .p-drone-works__disc, .p-drone.-show .p-drone-flow__lead, .p-drone.-show .p-drone-flow__item dt .-number, .p-drone.-show .p-drone-flow__item dt .-title, .p-drone.-show .p-drone-flow__item dd, .p-drone.-show .p-drone-column__title, .p-drone.-show .p-drone__button span, .p-drone.-show .c-title2, .p-drone.-show .p-drone-faq__q {
  color: #fff;
}
.p-drone.-show .p-drone-works .c-title .-sm {
  color: #fff !important;
}
.p-drone.-show .p-drone-works::after {
  color: #83C9EB;
}
.p-drone.-show .c-title2 .-lg {
  color: #83C9EB;
}
.p-drone.-show .p-drone__button {
  border-bottom: 1px solid rgba(255, 255, 255, .75);
}
.p-drone.-show .p-drone__button span::after {
  background-color: #fff;
}
.p-drone.-show .p-drone-works .swiper-button-next, .p-drone.-show .p-drone-works .swiper-rtl .swiper-button-prev, .p-drone.-show .p-drone-works .swiper-button-next.swiper-button-disabled, .p-drone.-show .p-drone-works .swiper-button-prev.swiper-button-disabled, .p-drone.-show .p-drone-works .swiper-button-next, .p-drone.-show .p-drone-works .swiper-button-prev, .p-drone.-show .p-drone-column .swiper-button-next, .p-drone.-show .p-drone-column .swiper-rtl .swiper-button-prev, .p-drone.-show .p-drone-column .swiper-button-next.swiper-button-disabled, .p-drone.-show .p-drone-column .swiper-button-prev.swiper-button-disabled, .p-drone.-show .p-drone-column .swiper-button-next, .p-drone.-show .p-drone-column .swiper-button-prev {
  background-image: url(../images/common/slide-arrow-w.png);
}
.p-drone.-show .p-drone-mv__cover {
  background-image: url(../images/show/mv.webp);
}
@media screen and (max-width: 768px) {
  .p-drone.-show .p-drone-mv__cover {
    background-image: url(../images/top/mv02.webp);
  }
}
.p-drone.-show .p-drone-mv__contents::after {
  content: "DRONE SHOW";
}
.p-drone.-show .p-drone-scene {
  padding: 160px 0 132px;
}
@media screen and (max-width: 768px) {
  .p-drone.-show .p-drone-scene {
    padding: 60px 0 60px;
  }
}
.p-drone.-show .p-drone-scene__item:nth-of-type(1) .p-drone-scene__img {
  width: 84px;
  margin: -10px 10px 0 8px;
}
@media screen and (max-width: 768px) {
  .p-drone.-show .p-drone-scene__item:nth-of-type(1) .p-drone-scene__img {
    width: 45px;
  }
}
.p-drone.-show .p-drone-scene__item:nth-of-type(2) .p-drone-scene__img {
  width: 67px;
  margin: -10px 10px 0 8px;
}
@media screen and (max-width: 768px) {
  .p-drone.-show .p-drone-scene__item:nth-of-type(2) .p-drone-scene__img {
    width: 45px;
  }
}
.p-drone.-show .p-drone-scene__item:nth-of-type(3) .p-drone-scene__img {
  width: 60px;
  margin: -10px 10px 0 8px;
}
@media screen and (max-width: 768px) {
  .p-drone.-show .p-drone-scene__item:nth-of-type(3) .p-drone-scene__img {
    width: 45px;
  }
}
.p-drone.-show .p-drone-works {
  padding: 122px calc(50vw - 50%) 146px;
}
@media screen and (max-width: 768px) {
  .p-drone.-show .p-drone-works {
    padding: 60px calc(50vw - 50%) 60px;
  }
}
.p-drone.-show .p-drone-feature {
  margin: 0 calc(50% - 50vw);
  padding: 176px calc(50vw - 50%) 147px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-drone.-show .p-drone-feature {
    padding: 80px calc(50vw - 50%) 80px;
  }
}
.p-drone.-show .p-drone-feature .c-title .-lg {
  color: #83C9EB;
}
.p-drone.-show .p-drone-feature .c-title .-sm {
  color: #fff;
}
.p-drone.-show .p-drone-feature .c-title::after {
  background-color: #83C9EB;
}
.p-drone.-show .p-drone-feature::after {
  content: "Cargo DRONE Feature";
}
.p-drone.-show .p-drone-feature__title {
  color: #83C9EB;
}
.p-drone.-show .p-drone-feature__text {
  padding-left: unset;
  margin-top: 13px;
}
.p-drone.-show .p-drone-flow {
  padding: 144px 0 198px;
}
@media screen and (max-width: 768px) {
  .p-drone.-show .p-drone-flow {
    padding: 60px 0 60px;
  }
}
.p-drone.-show .p-drone-flow__list {
  border-top: unset;
}
.p-drone.-show .p-drone-flow__item {
  border-bottom: unset;
}
.p-drone.-show .p-drone-flow__item:first-of-type dt, .p-drone.-show .p-drone-flow__item:first-of-type dd {
  border-top: 1px solid #7E7E7E;
}
.p-drone.-show .p-drone-flow__item:first-of-type dt .-number {
  position: relative;
}
.p-drone.-show .p-drone-flow__item:first-of-type dt .-number::before {
  position: absolute;
  content: "";
  background-color: #AEDCF2;
  width: 100%;
  height: 1px;
  left: 0;
  top: -1px;
  z-index: 2;
}
.p-drone.-show .p-drone-flow__item dt .-number {
  background-color: #83C9EB;
  position: relative;
}
.p-drone.-show .p-drone-flow__item dt .-number::after {
  position: absolute;
  content: "";
  background-color: #AEDCF2;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 2;
}
.p-drone.-show .p-drone-flow__item dt .-title::after {
  color: #83C9EB;
}
.p-drone.-show .p-drone-flow__item dd, .p-drone.-show .p-drone-flow__item dt {
  border-bottom: 1px solid #7E7E7E;
}
.p-drone.-show .p-drone-column {
  margin: 0 calc(50% - 50vw);
  padding: 40px calc(50vw - 50%) 115px;
}
@media screen and (max-width: 768px) {
  .p-drone.-show .p-drone-column {
    padding: 60px calc(50vw - 50%) 60px;
  }
}
.p-drone.-show .p-drone-faq {
  padding: 113px 0 127px;
}
@media screen and (max-width: 768px) {
  .p-drone.-show .p-drone-faq {
    padding: 60px 0 60px;
  }
}
.p-drone.-show .p-drone-faq__item {
  border-top: 1px solid #19274E;
}
.p-drone.-show .p-drone-faq__cross::before, .p-drone.-show .p-drone-faq__cross::after {
  background-color: #fff;
}
.p-drone.-show .p-drone-bg {
  background-color: #091A48;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 125px;
  width: 100vw;
  position: relative;
  z-index: 10;
}
.p-drone__bg {
  position: fixed;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 0;
  width: 100vw;
}
.p-drone__cover {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  background-color: rgba(0, 0, 0, .75);
}
.p-drone__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.p-drone__button {
  font-size: 12px;
  font-family: "Unbounded", sans-serif;
  border-bottom: rgba(112, 112, 112, .36) 1px solid;
  padding: 0 7px 9px 6px;
  width: 161px;
  display: block;
}
.p-drone__button span {
  position: relative;
  display: block;
  width: 100%;
}
.p-drone__button span::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #343536;
  width: 8px;
  height: 9px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-drone-mv {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  height: 100vh;
  background-size: cover;
  position: relative;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-drone-mv {
    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;
  }
}
.p-drone-mv::after {
  position: absolute;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 22px;
  width: 15px;
  height: 8px;
  z-index: 4;
}
.p-drone-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 3s ease, -webkit-transform 10s;
  transition: opacity 3s ease, -webkit-transform 10s;
  transition: opacity 3s ease, transform 10s;
  transition: opacity 3s ease, transform 10s, -webkit-transform 10s;
  z-index: 1;
}
.p-drone-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-drone-mv__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-drone-mv__cover {
    width: 100%;
    height: 95%;
    top: unset;
    bottom: 0;
  }
}
.p-drone-mv__contents {
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding-top: 132px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-drone-mv__contents {
    padding-top: unset;
    padding-bottom: 45px;
    height: auto;
    width: 100%;
  }
}
.p-drone-mv__contents::after {
  position: absolute;
  font-size: 90px;
  font-family: "Unbounded", sans-serif;
  color: rgba(255, 255, 255, .11);
  left: -80px;
  top: 53px;
}
@media screen and (max-width: 768px) {
  .p-drone-mv__contents::after {
    font-size: 40px;
    left: -20px;
    top: -30px;
  }
}
.p-drone-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.p-drone-mv__title .-sm {
  font-size: 15px;
  font-family: "Unbounded", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-drone-mv__title .-sm {
    font-size: 14px;
  }
}
.p-drone-mv__title .-lg {
  font-size: 51px;
  font-family: "YakuHanJP";
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-drone-mv__title .-lg {
    font-size: 30px;
  }
}
.p-drone-mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .p-drone-mv__list {
    margin-top: 40px;
    max-width: 180px;
  }
}
.p-drone-mv__item {
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 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;
  color: #3DA1D2;
  font-size: 19px;
  line-height: 1.1578947368;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-drone-mv__item {
    font-size: 14px;
    width: 80px;
    height: 80px;
    border-radius: 15px;
  }
}
.p-drone-mv__lead {
  font-size: 28px;
  line-height: 1.6071428571;
  font-family: "YakuHanJP";
  color: #fff;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-drone-mv__lead {
    font-size: 18px;
  }
}
.p-drone-mv__text {
  font-size: 15px;
  line-height: 1.7333333333;
  font-family: "YakuHanJP";
  color: #fff;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .p-drone-mv__text {
    font-size: 14px;
  }
}
.p-drone-scene__head {
  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;
}
@media screen and (max-width: 768px) {
  .p-drone-scene__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: 30px;
  }
}
.p-drone-scene__lead {
  font-size: 15px;
  line-height: 1.7333333333;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-drone-scene__lead {
    font-size: 14px;
    text-align: left;
  }
}
.p-drone-scene__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-drone-scene__list {
    gap: 20px;
  }
}
.p-drone-scene__item {
  width: calc(25% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: rgba(61, 161, 210, .19) 1px solid;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-drone-scene__item {
    width: calc(50% - 10px);
  }
}
.p-drone-scene__img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .p-drone-scene__img {
    width: 45px;
  }
}
.p-drone-scene__img img {
  width: 100%;
  height: auto;
}
.p-drone-scene__disc {
  font-size: 16px;
  font-family: "YakuHanJP";
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-drone-scene__disc {
    font-size: 14px;
  }
}
.p-drone-works {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  position: relative;
}
.p-drone-works::after {
  position: absolute;
  content: "Cargo DRONE Works";
  font-size: 13px;
  font-family: "Unbounded", sans-serif;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #3DA1D2;
}
@media screen and (max-width: 1240px) {
  .p-drone-works::after {
    left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-drone-works::after {
    font-size: 8px;
  }
}
.p-drone-works .c-title .-sm {
  color: #3DA1D2 !important;
}
.p-drone-works-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-drone-works__viewport {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-drone-works__listwrap {
  overflow: hidden;
  margin-right: calc(50% - 50vw);
}
.p-drone-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: 24px;
  margin-left: -33px;
}
.p-drone-works__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-right: 6px; /* デフォルト間隔 */
}
.p-drone-works__item a {
  display: block;
}
.p-drone-works__item.is-active {
  width: 720px;
}
@media screen and (max-width: 768px) {
  .p-drone-works__item.is-active {
    width: 280px;
  }
}
.p-drone-works__item.is-active .p-drone-works__body {
  opacity: 1;
  display: block;
}
.p-drone-works__item:not(.is-active) {
  width: 280px;
}
.p-drone-works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}
@media screen and (max-width: 768px) {
  .p-drone-works__img img {
    max-height: 180px;
  }
}
.p-drone-works__body {
  display: none;
}
.p-drone-works__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 42px;
  max-width: 818px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-drone-works__arrow {
    padding-right: 0px;
    gap: 20px;
  }
}
.p-drone-works__arrow .slider-btn {
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 40px;
}
.p-drone-works__arrow .slider-btn img {
  width: 100%;
  height: auto;
}
.p-drone-works__arrow .slider-btn.next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-drone-works__item {
  width: 19.5%;
  margin-left: 6px;
}
.p-drone-works__item.swiper-slide-active {
  width: 50%;
  margin-right: 2.7%;
}
.p-drone-works__item.swiper-slide-active .p-drone-works__body {
  opacity: 1;
}
.p-drone-works__item.swiper-slide-active .p-drone-works__img img {
  aspect-ratio: 480/267;
}
.p-drone-works__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 280/400;
  border-radius: 5px;
}
.p-drone-works__body {
  opacity: 0;
}
.p-drone-works__cate {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.p-drone-works__cate 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: #3DA1D2;
  border-radius: 13px;
  color: #fff;
  font-size: 12px;
  font-family: "YakuHanJP";
  padding: 6px 9px;
}
.p-drone-works__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  padding-left: 13px;
  margin-top: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .p-drone-works__title {
    font-size: 14px;
  }
}
.p-drone-works__title::after {
  position: absolute;
  content: "-";
  color: #3DA1D2;
  font-size: 20px;
  font-family: "YakuHanJP";
  left: 0;
  top: 0;
}
.p-drone-works__disc {
  margin-top: 23px;
  display: block;
  font-size: 15px;
  line-height: 1.4666666667;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-drone-works__button {
  margin-left: auto;
  margin-top: 145px;
}
@media screen and (max-width: 768px) {
  .p-drone-works__button {
    margin-top: 0px;
  }
}
.p-drone-feature {
  background-size: cover;
  position: relative;
}
.p-drone-feature::after {
  position: absolute;
  content: "";
  font-size: 13px;
  font-family: "Unbounded", sans-serif;
  right: 24px;
  top: 52.8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-drone-feature::after {
    font-size: 9px;
    right: 2px;
  }
}
.p-drone-feature .c-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-drone-feature .c-title::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-drone-feature__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 78px;
  counter-reset: number 0;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .p-drone-feature__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-drone-feature__section {
  width: calc(50% - 39px);
}
@media screen and (max-width: 768px) {
  .p-drone-feature__section {
    width: 100%;
  }
}
.p-drone-feature__img img {
  width: 100%;
  height: auto;
}
.p-drone-feature__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "YakuHanJP";
  position: relative;
  padding-left: 85px;
  color: #fff;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .p-drone-feature__title {
    font-size: 18px;
    padding-left: 65px;
  }
}
.p-drone-feature__title::after {
  position: absolute;
  counter-increment: number 1;
  content: "0" counter(number) " /";
  font-size: 28px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  left: 0;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .p-drone-feature__title::after {
    font-size: 26px;
  }
}
.p-drone-feature__text {
  font-size: 15px;
  line-height: 1.7333333333;
  color: #fff;
  margin-top: 3px;
  padding-left: 85px;
}
@media screen and (max-width: 768px) {
  .p-drone-feature__text {
    font-size: 14px;
    padding-left: 65px;
  }
}
.p-drone-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-drone-feature__list {
    gap: 10px;
  }
}
.p-drone-feature__item {
  width: 265px;
  height: 265px;
  border-radius: 50%;
  border: 1px solid #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;
}
@media screen and (max-width: 768px) {
  .p-drone-feature__item {
    width: 198px;
    height: 198px;
  }
}
.p-drone-feature__item:nth-of-type(4) h3 {
  padding: 64px 0 14px;
}
@media screen and (max-width: 768px) {
  .p-drone-feature__item:nth-of-type(4) h3 {
    padding: 58px 0 14px;
  }
}
.p-drone-feature__item h3 {
  font-size: 18px;
  line-height: 1.2777777778;
  text-align: center;
  font-weight: 700;
  position: relative;
  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;
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
  padding: 60px 0 10px;
}
@media screen and (max-width: 768px) {
  .p-drone-feature__item h3 {
    font-size: 14px;
    padding: 56px 0 10px;
  }
}
.p-drone-feature__item h3::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, .35);
}
.p-drone-feature__item p {
  font-size: 15px;
  line-height: 1.3333333333;
  text-align: center;
  margin-top: 18px;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-drone-feature__item p {
    font-size: 12px;
    margin-top: 8px;
  }
}
.p-drone-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 20px;
}
@media screen and (max-width: 768px) {
  .p-drone-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-drone-flow__body {
  width: 639px;
}
@media screen and (max-width: 768px) {
  .p-drone-flow__body {
    width: 100%;
  }
}
.p-drone-flow__lead {
  font-size: 15px;
  line-height: 1.7333333333;
  font-family: "YakuHanJP";
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .p-drone-flow__lead {
    font-size: 14px;
    margin-top: 30px;
  }
}
.p-drone-flow__list {
  border-top: rgba(61, 161, 210, .13) 1px solid;
}
.p-drone-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: rgba(61, 161, 210, .13) 1px solid;
}
.p-drone-flow__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.p-drone-flow__item dt .-number {
  font-size: 20px;
  font-family: "Unbounded", sans-serif;
  width: 99px;
  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: 25.5px 0;
}
@media screen and (max-width: 768px) {
  .p-drone-flow__item dt .-number {
    width: 55px;
    font-size: 14px;
    height: 100%;
  }
}
.p-drone-flow__item dt .-title {
  font-size: 17px;
  margin-left: 32px;
  font-family: "YakuHanJP";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-drone-flow__item dt .-title {
    font-size: 12px;
    margin-left: 20px;
  }
}
.p-drone-flow__item dt .-title::after {
  position: absolute;
  content: "・";
  left: -10px;
  top: -6px;
}
.p-drone-flow__item dd {
  font-size: 14px;
  line-height: 1.8571428571;
  padding: 0 20px 0 0;
  font-family: "YakuHanJP";
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-drone-flow__item dd {
    font-size: 12px;
    padding: unset;
  }
}
.p-drone-flow__box {
  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: 229px;
  height: 44px;
  color: #fff;
  background-color: #83C9EB;
  margin-top: 30px;
  font-size: 18px;
  font-family: "YakuHanJP";
}
@media screen and (max-width: 768px) {
  .p-drone-flow__box {
    font-size: 16px;
    width: 200px;
    height: 40px;
    margin-bottom: 10px;
  }
}
.p-drone-column__button {
  margin: 52px auto 0;
}
.p-drone-column .swiper {
  margin: -40px calc(50% - 50vw) 0;
  width: 100vw;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-drone-column .swiper {
    margin: -30px calc(50% - 50vw) 0;
  }
}
.p-drone-column .swiper-wrapper {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .p-drone-column .swiper-wrapper {
    margin-top: 25px;
  }
}
.p-drone-column .swiper-button-next, .p-drone-column .swiper-rtl .swiper-button-prev, .p-drone-column .swiper-button-next.swiper-button-disabled, .p-drone-column .swiper-button-prev.swiper-button-disabled, .p-drone-column .swiper-button-next, .p-drone-column .swiper-button-prev {
  background-image: url(../images/common/slide-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 22px;
  position: unset;
}
.p-drone-column .swiper-button-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-drone-column .swiper-button-next.swiper-button-disabled, .p-drone-column .swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}
.p-drone-column .swiper-button-next:after, .p-drone-column .swiper-rtl .swiper-button-prev:after, .p-drone-column .swiper-button-prev:after, .p-drone-column .swiper-rtl .swiper-button-next:after {
  content: none;
}
.p-drone-column__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 42px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-drone-column__arrow {
    padding-right: 20px;
    gap: 20px;
    margin-top: 25px;
  }
}
.p-drone-column__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 480/267;
  border-radius: 5px;
}
.p-drone-column__cate {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.p-drone-column__cate 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: #3DA1D2;
  border-radius: 13px;
  color: #fff;
  font-size: 12px;
  font-family: "YakuHanJP";
  padding: 6px 9px;
}
.p-drone-column__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  padding-left: 13px;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .p-drone-column__title {
    font-size: 14px;
  }
}
.p-drone-column__title::after {
  position: absolute;
  content: "-";
  color: #3DA1D2;
  font-size: 20px;
  font-family: "YakuHanJP";
  left: 0;
  top: 0;
}
.p-drone-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
.p-drone-faq__item {
  border-top: 1px solid rgba(112, 112, 112, .07);
}
.p-drone-faq__q {
  font-size: 17px;
  line-height: 1.5294117647;
  font-family: "YakuHanJP";
  position: relative;
  padding: 40px 0 42px 88px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-drone-faq__q {
    font-size: 15px;
    padding: 20px 40px 20px 35px;
  }
}
.p-drone-faq__q::after {
  position: absolute;
  content: "Q.";
  font-size: 35px;
  color: #3DA1D2;
  font-family: "Unbounded", sans-serif;
  left: 12px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .p-drone-faq__q::after {
    font-size: 20px;
    left: 4px;
    top: 16px;
  }
}
.p-drone-faq__q.-active .p-drone-faq__cross::after {
  rotate: 0deg;
}
.p-drone-faq__a {
  background-color: #E8F6FD;
  padding: 63px 37px 25px;
  border-radius: 5px;
  margin-bottom: 43px;
  font-size: 15px;
  line-height: 1.7333333333;
  font-family: "YakuHanJP";
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-drone-faq__a {
    font-size: 14px;
    padding: 43px 17px 25px;
  }
}
.p-drone-faq__a::after {
  position: absolute;
  content: "A.";
  font-size: 28px;
  color: #3DA1D2;
  font-family: "Unbounded", sans-serif;
  left: 38px;
  top: 17px;
}
@media screen and (max-width: 768px) {
  .p-drone-faq__a::after {
    font-size: 20px;
    left: 18px;
    top: 12px;
  }
}
.p-drone-faq__a::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 18px;
  background-color: #E8F6FD;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -13px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0);
          clip-path: polygon(0 100%, 100% 100%, 50% 0);
}
.p-drone-faq__cross {
  position: absolute;
  right: 54px;
  top: 55px;
}
@media screen and (max-width: 768px) {
  .p-drone-faq__cross {
    right: 24px;
    top: 30px;
  }
}
.p-drone-faq__cross::before, .p-drone-faq__cross::after {
  position: absolute;
  content: "";
  background-color: #3DA1D2;
  left: 0;
  top: 0;
  width: 25px;
  height: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-drone-faq__cross::before, .p-drone-faq__cross::after {
    width: 16px;
  }
}
.p-drone-faq__cross::after {
  rotate: 90deg;
}

.p-privacy {
  max-width: 1120px;
  margin: 0 auto;
  padding: 110px 0 195px;
}
@media screen and (max-width: 768px) {
  .p-privacy {
    padding: 60px 0 60px;
  }
}
.p-privacy p, .p-privacy li {
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .p-privacy p, .p-privacy li {
    font-size: 14px;
  }
}
.p-privacy p + p, .p-privacy li + p {
  margin-top: 15px;
}
.p-privacy h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "YakuHanJP";
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .p-privacy h2 {
    font-size: 16px;
  }
}
.p-privacy ol {
  margin-top: 16px;
}
.p-privacy__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .p-privacy__contents {
    gap: 30px;
    margin-top: 60px;
  }
}
.p-privacy__date {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-privacy__date {
    margin-top: 28px;
  }
}

.p-terms {
  max-width: 1120px;
  margin: 0 auto;
  padding: 115px 0 165px;
}
@media screen and (max-width: 768px) {
  .p-terms {
    padding: 60px 0 60px;
  }
}
.p-terms p, .p-terms li {
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .p-terms p, .p-terms li {
    font-size: 14px;
  }
}
.p-terms p + p, .p-terms li + p {
  margin-top: 15px;
}
.p-terms h2 {
  font-size: 26px;
  line-height: 1;
  font-family: "YakuHanJP";
  font-weight: 700;
  color: #0C2A7E;
  border-bottom: #0C2A7E 1px solid;
  padding-bottom: 25px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-terms h2 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
.p-terms h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "YakuHanJP";
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .p-terms h3 {
    font-size: 16px;
  }
}
.p-terms ol {
  margin-top: 16px;
}
.p-terms__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
  margin-top: 88px;
}
@media screen and (max-width: 768px) {
  .p-terms__contents {
    gap: 30px;
    margin-top: 60px;
  }
}

.p-code {
  max-width: 1120px;
  margin: 0 auto;
  padding: 118px 0 135px;
}
@media screen and (max-width: 768px) {
  .p-code {
    padding: 60px 0 60px;
  }
}
.p-code__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 67px;
}
@media screen and (max-width: 768px) {
  .p-code__contents {
    gap: 30px;
  }
}
.p-code p, .p-code li {
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .p-code p, .p-code li {
    font-size: 14px;
  }
}
.p-code p + p, .p-code li + p {
  margin-top: 15px;
}
.p-code h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "YakuHanJP";
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .p-code h2 {
    font-size: 16px;
  }
}
.p-code__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: 30px;
  counter-reset: number 0;
}
.p-code__list1.-list1 > li::after {
  content: "1." counter(number) ".";
}
.p-code__list1.-list2 > li::after {
  content: "2." counter(number) ".";
}
.p-code__list1.-list3 > li::after {
  content: "3." counter(number) ".";
}
.p-code__list1.-list4 > li::after {
  content: "4." counter(number) ".";
}
.p-code__list1.-list5 > li::after {
  content: "5." counter(number) ".";
}
.p-code__list1.-list6 > li::after {
  content: "6." counter(number) ".";
}
.p-code__list1.-list7 > li::after {
  content: "7." counter(number) ".";
}
.p-code__list1.-list8 > li::after {
  content: "12." counter(number) ".";
}
.p-code__list1 > li {
  position: relative;
  padding-left: 45px;
}
.p-code__list1 > li::after {
  position: absolute;
  counter-increment: number 1;
  left: 0;
  top: 0;
}
.p-code__list1 ul {
  margin-top: 12px;
}
.p-code__list1 ul > li {
  padding-left: 21px;
  text-indent: -21px;
}
.p-code ol {
  margin-top: 16px;
}
.p-code__date {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-code__date {
    margin-top: 28px;
  }
}

.p-single {
  max-width: 960px;
  margin: 0 auto;
  padding: 104px 0 132px;
}
@media screen and (max-width: 768px) {
  .p-single {
    padding: 60px 0 60px;
  }
}
.p-single__time {
  font-size: 14px;
  line-height: 1.8571428571;
  font-family: "YakuHanJP";
  color: #0C1397;
}
.p-single__title {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  font-family: "YakuHanJP";
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-single__title {
    font-size: 20px;
  }
}
.p-single__thumb {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-single__thumb {
    margin-top: 20px;
  }
}
.p-single__thumb img {
  width: 100%;
  height: auto;
}
.p-single__content {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-single__content {
    margin-top: 20px;
  }
}
.p-single__content p {
  font-size: 14px;
  line-height: 1.2142857143;
  font-family: "YakuHanJP";
  margin-top: 20px;
}
.p-single__content img {
  width: 100%;
  height: auto;
}
.p-single__content h2 {
  font-size: 28px;
  line-height: 1.2142857143;
  font-weight: 700;
  font-family: "YakuHanJP";
}
@media screen and (max-width: 768px) {
  .p-single__content h2 {
    font-size: 18px;
  }
}
.p-single__content h3 {
  font-size: 20px;
  line-height: 1.2142857143;
  font-weight: 700;
  font-family: "YakuHanJP";
}
@media screen and (max-width: 768px) {
  .p-single__content h3 {
    font-size: 16px;
  }
}
.p-single__content a {
  color: #0C2A7E;
  text-decoration: underline;
}
.p-single__content .wp-block-embed__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-single__nav {
  margin-top: 86px;
  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;
  font-size: 14px;
  font-family: "YakuHanJP";
}
.p-single__nav .p-single__nav-prev a, .p-single__nav .p-single__nav-next a {
  position: relative;
  display: block;
}
.p-single__nav .p-single__nav-prev a::after, .p-single__nav .p-single__nav-next a::after {
  position: absolute;
  content: "";
  background-color: #0C2A7E;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.p-single__nav .p-single__nav-prev a {
  padding-left: 26px;
}
.p-single__nav .p-single__nav-prev a::after {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: 0;
}
.p-single__nav .p-single__nav-next a {
  padding-right: 26px;
}
.p-single__nav .p-single__nav-next a::after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: 0;
}

.p-team {
  max-width: 1120px;
  margin: 0 auto;
  padding: 116px 0 130px;
}
@media screen and (max-width: 768px) {
  .p-team {
    padding: 60px 0 60px;
  }
}
.p-team__list {
  max-width: 960px;
  margin: 88px 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: 120px;
}
@media screen and (max-width: 768px) {
  .p-team__list {
    gap: 60px;
    margin: 40px auto 0;
  }
}
.p-team__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .p-team__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-team__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-team__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-team__head {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .p-team__head {
    width: 100%;
  }
}
.p-team__body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-team__body {
    width: 100%;
  }
}
.p-team__img img {
  width: 100%;
  height: auto;
}
.p-team__faq {
  margin-top: -2px;
}
.p-team__faq dt {
  color: #3DA1D2;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  font-family: "YakuHanJP";
  position: relative;
  padding-left: calc(1em + 10px);
}
.p-team__faq dt::after {
  position: absolute;
  content: "Q";
  font-size: 18px;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  left: 0;
  top: 0;
}
.p-team__faq dd {
  font-size: 15px;
  line-height: 1.7333333333;
  font-family: "YakuHanJP";
  position: relative;
  padding-left: calc(1em + 10px);
  margin-top: 3px;
}
.p-team__faq dd + dt {
  margin-top: 17px;
}
.p-team__faq dd::after {
  position: absolute;
  content: "A";
  font-size: 18px;
  font-family: "Unbounded", sans-serif;
  left: 0;
  top: 0;
}
.p-team__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 17px;
  gap: 9px;
}
.p-team__name .-sm {
  font-size: 16px;
  font-family: "YakuHanJP";
}
@media screen and (max-width: 768px) {
  .p-team__name .-sm {
    font-size: 14px;
  }
}
.p-team__name .-lg {
  font-size: 24px;
  font-family: "YakuHanJP";
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-team__name .-lg {
    font-size: 20px;
  }
}
.p-team__name .-lg span {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-team__name .-lg span {
    font-size: 14px;
  }
}
.p-team-entry {
  background-image: url(../images/team/entry.webp);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 65px 75px 68px;
  margin-top: 150px;
  gap: 30px;
}
@media screen and (max-width: 985px) {
  .p-team-entry {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-team-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 16px 45px 16px;
    margin-top: 60px;
    background-image: url(../images/team/entry-sp.webp);
  }
}
.p-team-entry__title {
  font-size: 28px;
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "YakuHanJP";
  color: #fff;
}
@media screen and (max-width: 985px) {
  .p-team-entry__title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-team-entry__title {
    font-size: 16px;
    text-align: center;
  }
}
.p-team-entry__button {
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 1.2777777778;
  color: #fff;
  width: 320px;
  height: 65px;
  border-radius: 5px;
  padding-left: 37px;
  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) {
  .p-team-entry__button {
    font-size: 14px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 0;
    padding-left: 20px;
  }
}
.p-team-entry__button::before, .p-team-entry__button::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.p-team-entry__button::before {
  right: 57px;
  height: calc(100% - 24px);
  width: 1px;
}
.p-team-entry__button::after {
  width: 8px;
  height: 9px;
  right: 27px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.p-recruit {
  max-width: 1120px;
  margin: 0 auto;
  padding: 116px 0 130px;
}
@media screen and (max-width: 768px) {
  .p-recruit {
    padding: 60px 0 60px;
  }
}
.p-recruit__table {
  width: 100%;
  border-top: rgba(112, 112, 112, .13) 1px solid;
  margin-top: 48px;
}
.p-recruit__table th {
  background-color: rgba(131, 201, 203, .06);
  width: 185px;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 400;
  font-family: "YakuHanJP";
  padding: 0 29px;
  border-bottom: rgba(112, 112, 112, .13) 1px solid;
}
@media screen and (max-width: 768px) {
  .p-recruit__table th {
    display: block;
    border-bottom: unset;
    font-size: 16px;
    width: 100%;
    padding: 20px 29px;
  }
}
.p-recruit__table td {
  font-size: 15px;
  line-height: 1.7333333333;
  vertical-align: middle;
  font-family: "YakuHanJP";
  padding: 24px 25px;
  border-bottom: rgba(112, 112, 112, .13) 1px solid;
}
@media screen and (max-width: 768px) {
  .p-recruit__table td {
    display: block;
    font-size: 14px;
    width: 100%;
  }
}
.p-recruit-team {
  background-image: url(../images/recruit/team.webp);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 65px 100px 68px;
  margin-top: 150px;
  gap: 30px;
}
@media screen and (max-width: 985px) {
  .p-recruit-team {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 16px 40px 16px;
    margin-top: 60px;
    background-image: url(../images/recruit/team-sp.webp);
  }
}
.p-recruit-team__title {
  font-size: 28px;
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "YakuHanJP";
  color: #fff;
}
@media screen and (max-width: 985px) {
  .p-recruit-team__title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-team__title {
    font-size: 16px;
    text-align: center;
  }
}
.p-recruit-team__button {
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 1.2777777778;
  color: #fff;
  width: 320px;
  height: 65px;
  border-radius: 5px;
  padding-left: 81px;
  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) {
  .p-recruit-team__button {
    font-size: 14px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 0;
    padding-left: 80px;
  }
}
.p-recruit-team__button::before, .p-recruit-team__button::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.p-recruit-team__button::before {
  right: 57px;
  height: calc(100% - 24px);
  width: 1px;
}
.p-recruit-team__button::after {
  width: 8px;
  height: 9px;
  right: 27px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.p-contact-thanks {
  padding: 155px 0 105px;
}
.p-contact-thanks__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  font-family: "YakuHanJP";
  color: #0C2A7E;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__title {
    font-size: 26px;
  }
}
.p-contact-thanks__text {
  font-size: 15px;
  line-height: 1.7333333333;
  text-align: center;
  font-family: "YakuHanJP";
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__text {
    font-size: 14px;
  }
}
.p-contact-thanks__button {
  background-color: #0C2A7E;
  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;
  border-radius: 8px;
  max-width: 249px;
  height: 60px;
  margin: 25px auto 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__button {
    height: 50px;
    font-size: 14px;
  }
}
.p-contact.-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 118px 0 160px;
}
@media screen and (max-width: 768px) {
  .p-contact.-main {
    padding: 60px 0 60px;
  }
}
.p-contact__maintitle {
  color: #0C2A7E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact__maintitle .-sm {
  font-size: 15px;
  font-family: "Unbounded", sans-serif;
}
.p-contact__maintitle .-lg {
  font-size: 30px;
  font-family: "YakuHanJP";
  font-weight: 700;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .p-contact__maintitle .-lg {
    font-size: 28px;
  }
}
.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  border-bottom: rgba(112, 112, 112, .13) 1px solid;
  padding: 22.5px 0;
}
@media screen and (max-width: 768px) {
  .p-contact__item {
    -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-contact__item.-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px 0 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__item.-start {
    padding: 22.5px 0;
  }
}
.p-contact__item:last-of-type {
  border-bottom: rgba(112, 112, 112, .13) 1px solid;
}
.p-contact__item:first-of-type {
  margin-top: 75px;
  border-top: rgba(112, 112, 112, .13) 1px solid;
}
@media screen and (max-width: 768px) {
  .p-contact__item:first-of-type {
    margin-top: 30px;
  }
}
.p-contact__title {
  font-size: 16px;
  line-height: 1.625;
  font-family: "YakuHanJP";
  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: 265px;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 10px;
    font-size: 14px;
  }
}
.p-contact__title + br {
  display: none;
}
.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;
  font-size: 12px;
  width: 50px;
  height: 24px;
  border: #0C2A7E 1px solid;
  color: #0C2A7E;
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  .p-contact__rec {
    font-size: 10px;
    width: 40px;
    height: 17px;
  }
}
.p-contact__input, .p-contact__select, .p-contact__textarea {
  border: #BEBEBE 1px solid;
  border-radius: 5px;
  width: calc(100% - 265px);
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .p-contact__input, .p-contact__select, .p-contact__textarea {
    width: 100%;
    font-size: 14px;
  }
}
.p-contact__input, .p-contact__select {
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact__input, .p-contact__select {
    min-height: 45px;
  }
}
.p-contact__input {
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .p-contact__input {
    padding: 0 16px;
  }
}
.p-contact__select {
  -webkit-appearance: none; /* Safari, Chrome のデフォルト矢印を消す */
  -moz-appearance: none; /* Firefox のデフォルト矢印を消す */
  appearance: none; /* 標準の矢印を消す */
  background: #fff url("../images/contact/arrow.svg") no-repeat right 16px center;
  background-size: 16px auto; /* 矢印サイズ */
  padding: 0 20px 0 25px;
}
.p-contact {
  /* 矢印分の余白を確保 */
}
.p-contact__textarea {
  min-height: 655px;
  padding: 22px 25px;
}
@media screen and (max-width: 768px) {
  .p-contact__textarea {
    min-height: 300px;
    padding: 16px 16px;
  }
}
.p-contact__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 30px;
  max-width: 550px;
  width: calc(100% - 265px);
}
@media screen and (max-width: 768px) {
  .p-contact__radio {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.p-contact__radio .wpcf7-list-item {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin: unset;
}
@media screen and (max-width: 768px) {
  .p-contact__radio .wpcf7-list-item {
    font-size: 14px;
    gap: 10px;
  }
}
.p-contact__radio .wpcf7-list-item:nth-of-type(1), .p-contact__radio .wpcf7-list-item:nth-of-type(4) {
  width: 183px;
}
.p-contact__radio .wpcf7-list-item:nth-of-type(2), .p-contact__radio .wpcf7-list-item:nth-of-type(5) {
  width: 145px;
}
.p-contact__radio .wpcf7-list-item:nth-of-type(3), .p-contact__radio .wpcf7-list-item:nth-of-type(6) {
  width: 160px;
}
.p-contact__radio .wpcf7-list-item input[type=radio] {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #BEBEBE;
  border-radius: 2px;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .p-contact__radio .wpcf7-list-item input[type=radio] {
    width: 20px;
    height: 20px;
  }
}
.p-contact__radio .wpcf7-list-item input[type=radio]:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
  color: #000;
  line-height: 1;
}
.p-contact__acceptance {
  font-size: 15px;
  margin: 70px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-contact__acceptance {
    margin: 40px auto 0;
    line-height: 20px;
    font-size: 14px;
  }
}
.p-contact__acceptance input[type=checkbox] {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #BEBEBE;
  border-radius: 2px;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .p-contact__acceptance input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
.p-contact__acceptance input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
  color: #000;
  line-height: 1;
}
.p-contact__acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.p-contact__buttonwrap {
  margin: 71px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact__buttonwrap {
    margin: 30px auto 0;
  }
}
.p-contact__buttonwrap::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.p-contact__buttonwrap input {
  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: 249px;
  height: 60px;
  border-radius: 8px;
  background-color: #0C2A7E;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.p-contact__buttonwrap .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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-xl-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}

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

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
@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;
  }
}