/* A Modern CSS Reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url('<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">');
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
*,
::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) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

.l-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  max-width: 2200px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9990;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo {
  padding-block: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    padding-block: 16px;
    padding-left: 20px;
  }
}
.l-header__logo a {
  display: inline-block;
}
.l-header__logo img {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    height: 28px;
  }
}
.l-header__logo:hover img {
  opacity: 0.6;
}
.l-header .l-header-menu {
  padding-block: 20px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-menu {
    display: none;
  }
}
.l-header .l-header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .l-header-menu__label {
  font-weight: 500;
}
.l-header .l-header-menu__label.p-header-contact {
  padding-left: 23px;
  position: relative;
}
.l-header .l-header-menu__label.p-header-contact::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/mail-black.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.1s;
  transition: background-image 0.1s;
}
.l-header .l-header-menu__item:hover .l-header-menu__label {
  color: #0866B7;
}
.l-header .l-header-menu__item:hover .l-header-menu__label.p-header-contact::before {
  background-image: url(../images/common/mail-blue.svg);
}
.l-header__hamburgermenu {
  width: 70px;
  height: 70px;
  padding: 0px 20px;
  background-color: #0866B7;
  position: relative;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__hamburgermenu {
    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;
  }
}
@media screen and (max-width: 768px) {
  .l-header__hamburgermenu {
    width: 60px;
    height: 60px;
  }
}
.l-header__hamburgermenu span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  left: calc(50% - 15px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header__hamburgermenu span {
    width: 20px;
    left: calc(50% - 10px);
  }
}
.l-header__hamburgermenu span:nth-of-type(1) {
  top: calc(50% - 6px);
}
.l-header__hamburgermenu span:nth-of-type(2) {
  top: 50%;
}
.l-header__hamburgermenu span:nth-of-type(3) {
  top: calc(50% + 6px);
}
.l-header__hamburgermenu.is-open span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__hamburgermenu.is-open span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__hamburgermenu.is-open span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-openmenu {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.06));
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .p-openmenu {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-openmenu {
    padding: 30px;
  }
}
.p-openmenu.is-open {
  opacity: 1;
  pointer-events: all;
}
.p-openmenu__inner {
  margin: 0 auto;
}
.p-openmenu__item {
  cursor: pointer;
}
.p-openmenu__item .l-header-menu__label {
  font: bold 18px/1 "Noto Sans JP", sans-serif;
  width: 100%;
  display: inline-block;
  padding: 14px 0px;
  border-bottom: solid 1px #ebebeb;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-openmenu__item .l-header-menu__label {
    color: #0866B7;
  }
}
.p-openmenu__item .l-header-menu__label::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-black.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image;
  transition: background-image;
}
@media screen and (max-width: 768px) {
  .p-openmenu__item .l-header-menu__label::after {
    background-image: url(../images/common/arrow-blue.svg);
  }
}
.p-openmenu__item .l-header-menu__label.p-low-priority {
  font: normal 14px/1 "Noto Sans JP", sans-serif;
  color: rgba(51, 51, 51, 0.6);
  padding: 20px 0px 0px;
  border-bottom: none;
}
.p-openmenu__item .l-header-menu__label.p-low-priority::after {
  display: none;
}
.p-openmenu__item:hover .l-header-menu__label {
  color: #0866B7;
}
.p-openmenu__item:hover .l-header-menu__label::after {
  background-image: url(../images/common/arrow-blue.svg);
}

.l-footer {
  border-top: solid 1px #d9d9d9;
  background-color: #fff;
}
.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .l-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.l-footer__logo {
  height: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    height: 26px;
  }
}
.l-footer__logo:hover img {
  opacity: 0.6;
}
.l-footer__logo a {
  display: inline-block;
  height: 100%;
}
.l-footer__logo img {
  width: auto;
}
.l-footer__company-info li {
  font-size: 14px;
}
.l-footer__list {
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__item {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .l-footer__item {
    width: 110px;
  }
}
.l-footer__item.p-low-priority {
  font: 500 10px/1.7 "Noto Sans JP", sans-serif;
}
.l-footer-menu .l-footer-menu__label {
  font: 500 14px/1.7 "Noto Sans JP", sans-serif;
}
.l-footer-menu .l-footer-menu__label.p-low-priority {
  font: 500 10px/1.7 "Noto Sans JP", sans-serif;
}
.l-footer-menu__label:hover {
  color: #0866B7;
}
.l-footer__copyright {
  font: normal 10px/1 "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 12px;
  color: #fff;
  background-color: #003366;
}

.c-lead {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-lead {
    margin-bottom: 24px;
  }
}
.c-lead__heading--en {
  display: inline-block;
  font: 500 24px/1 "Schibsted Grotesk", sans-serif;
  margin-bottom: 4px;
  color: #0866B7;
}
@media screen and (max-width: 768px) {
  .c-lead__heading--en {
    font-size: 16px;
  }
}
.c-lead__heading--ja {
  font: bold 44px/1.3 "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #0866B7;
  font-size: clamp(30px, 3.782vw - 16.73px, 44px);
}
@media screen and (max-width: 1024px) {
  .c-lead__heading--ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-lead__heading--ja {
    font-size: 24px;
  }
}
.c-lead--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.c-lead--center {
  text-align: center;
}

.c-button {
  display: inline-block;
  cursor: pointer;
}
.c-button a {
  line-height: 1;
}
.c-button__inner {
  width: 248px;
  padding: 20px;
  text-align: center;
  background-color: #0866B7;
  border: solid 1px #0866B7;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button__inner {
    width: 208px;
    padding: 16px;
  }
}
.c-button__inner::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image;
  transition: background-image;
}
.c-button__label {
  display: inline-block;
  font: 500 16px/1 "Noto Sans JP", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-button__label {
    font-size: 14px;
  }
}
.c-button:hover .c-button__inner {
  background-color: #fff;
}
.c-button:hover .c-button__inner::after {
  background-image: url(../images/common/arrow-blue.svg);
}
.c-button:hover .c-button__label {
  color: #0866B7;
}

.c-button.p-white .c-button__inner {
  background-color: transparent;
  border-color: #fff;
}
.c-button.p-white:hover .c-button__inner {
  background-color: #fff;
}
.c-button.p-white:hover .c-button__inner::after {
  background-image: url(../images/common/arrow-blue.svg);
}
.c-button.p-white:hover .c-button__label {
  color: #0866B7;
}

.c-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-line--lightblue {
  display: inline-block;
  line-height: 1;
  width: 100%;
  height: 0.625em;
  background-color: #0866B7;
}
.c-line--white {
  display: inline-block;
  line-height: 1;
  width: 100%;
  height: 0.625em;
  background-color: #fff;
}
.c-line--blue {
  display: inline-block;
  line-height: 1;
  width: 100%;
  height: 1.25em;
  background-color: #003366;
}

.c-news {
  margin-top: 32px;
}
.c-news__item {
  padding: 20px;
  background-color: #fff;
  cursor: pointer;
}
.c-news__item + .c-news__item {
  margin-top: 20px;
}
.c-news__item:hover .c-news-item__heading {
  color: #0866B7;
}
.c-news__item:hover .c-news-item__text::after {
  background-image: url(../images/common/arrow-blue.svg);
}
.c-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.c-news-item:hover .c-news-item__heading {
  color: #0866B7;
}
.c-news-item:hover .c-news-item__text::after {
  background-image: url(../images/common/arrow-blue.svg);
}
.c-news-item__image {
  max-width: 170px;
  aspect-ratio: 170/123;
}
@media screen and (max-width: 768px) {
  .c-news-item__image {
    width: 124px;
  }
}
.c-news-item__text {
  width: calc(100% - 194px);
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-news-item__text {
    width: calc(100% - 148px);
  }
}
.c-news-item__text::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-black.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 13px;
  height: 15px;
  top: 51%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.1s;
  transition: background-image 0.1s;
}
@media screen and (max-width: 768px) {
  .c-news-item__text::after {
    width: 10px;
    height: 12px;
  }
}
.c-news-item__date {
  font: 500 14px/1 "Noto Sans JP", sans-serif;
  color: #003366;
}
.c-news-item__heading {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-news-item__heading {
    margin-top: 0px;
  }
}

.c-under-mv {
  height: 464px;
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-under-mv {
    height: 348px;
  }
}
@media screen and (max-width: 768px) {
  .c-under-mv {
    height: 232px;
    margin-top: 60px;
  }
}
.c-under-mv::before {
  content: "";
  inset: 0;
  background-color: rgba(0, 51, 102, 0.7);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
.c-under-mv02 {
  height: 282px;
  margin-top: 76px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-under-mv02 {
    height: 232px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-under-mv02 {
    height: 182px;
  }
}
.c-under-mv02::before {
  content: "";
  inset: 0;
  background-color: rgba(0, 51, 102, 0.7);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
.c-under-mv__inner, .c-under-mv02__inner {
  position: absolute;
  top: 50%;
  left: 122px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-under-mv__inner, .c-under-mv02__inner {
    left: 22px;
  }
}
.c-under-mv-title__heading--en {
  display: inline-block;
  font: 500 20px/1 "Schibsted Grotesk", sans-serif;
  margin-bottom: 4px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-under-mv-title__heading--en {
    font-size: 12px;
  }
}
.c-under-mv-title__heading--ja {
  font: bold 44px/1.3 "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: clamp(36px, 1.081vw + 22.65px, 40px);
}
@media screen and (max-width: 1024px) {
  .c-under-mv-title__heading--ja {
    font-size: 36px;
  }
}
.c-under-title {
  text-align: center;
}
.c-under-title__heading {
  display: inline-block;
  font: bold 40px/1 "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-size: clamp(28px, 3.242vw - 12.05px, 40px);
  margin-bottom: 36px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-under-title__heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .c-under-title__heading {
    font-size: 22px;
    margin-bottom: 28px;
    padding-bottom: 18px;
  }
}
.c-under-title__heading::after {
  content: "";
  width: 70px;
  height: 4px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-under-title__heading::after {
    width: 40px;
    height: 3px;
  }
}
.c-under-title__sentence {
  text-align: left;
}
.c-under-subtitle {
  margin-bottom: 18px;
}
.c-under-subtitle__subheading {
  display: inline-block;
  font: bold 20px/1 "Schibsted Grotesk", sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .c-under-subtitle__subheading {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-under-subtitle__subheading {
    font-size: 16px;
  }
}
.c-under-subtitle__number {
  display: inline-block;
  font: bold 20px/1 "Schibsted Grotesk", sans-serif;
  letter-spacing: 0.04em;
  margin-left: 6px;
}
@media screen and (max-width: 1024px) {
  .c-under-subtitle__number {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-under-subtitle__number {
    font-size: 16px;
  }
}
.c-under-subtitle__heading {
  font: bold 32px/1.3 "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 2.161vw - 2.71px, 32px);
}
@media screen and (max-width: 1024px) {
  .c-under-subtitle__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-under-subtitle__heading {
    font-size: 20px;
  }
}
.c-under-title02 {
  text-align: center;
}
.c-under-title02__subheading {
  display: inline-block;
  font: 500 20px/1 "Schibsted Grotesk", sans-serif;
  margin-bottom: 4px;
  color: #0866B7;
}
.c-under-title02__heading {
  font: bold 38px/1.3 "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-size: clamp(26px, 3.242vw - 12.05px, 38px);
  color: #0866B7;
}
@media screen and (max-width: 1024px) {
  .c-under-title02__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .c-under-title02__heading {
    font-size: 20px;
  }
}

.c-breadcrumbs {
  margin: 20px auto;
  padding: 0px 100px;
}
@media screen and (max-width: 1000px) {
  .c-breadcrumbs {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    margin: 10px auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 540px) {
  .c-breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .c-breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-breadcrumbs__item {
  color: #d9d9d9;
  white-space: nowrap;
}
.c-breadcrumbs__item:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-breadcrumbs__item:hover .c-breadcrumbs__label {
  color: #0866B7;
}
.c-breadcrumbs__label {
  color: #333333;
  padding-right: 20px;
  white-space: nowrap;
  position: relative;
}
.c-breadcrumbs__label::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 1s, -webkit-transform 1s ease;
  transition: opacity 1s, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s;
  transition: transform 1s ease, opacity 1s, -webkit-transform 1s ease;
}
.fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

html, body {
  width: 100%;
  max-width: 100%;
}

body {
  width: 100%;
  max-width: 2200px;
  margin: 0 auto;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-top {
    margin-top: 60px;
  }
}

.p-top-mv .p-mv__inner {
  position: relative;
}
.p-top-mv .p-mv__title {
  height: 10.93333vw;
  max-height: 164px;
  min-height: 100px;
  position: absolute;
  left: 7.666666vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .p-top-mv .p-mv__title {
    left: 6vw;
    height: 17%;
  }
}
@media screen and (max-width: 880px) {
  .p-top-mv .p-mv__title {
    height: 16%;
  }
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-mv__title {
    top: 30%;
  }
}
@media screen and (max-width: 420px) {
  .p-top-mv .p-mv__title {
    left: 26px;
    width: calc(90% - 66px);
    height: auto;
    min-height: auto;
  }
}
.p-top-mv .p-mv__title img {
  width: auto;
}
@media screen and (max-width: 600px) {
  .p-top-mv .p-mv__title img {
    width: 100%;
  }
}
.p-top-mv .p-mv__image {
  max-height: calc(100svh - 70px);
}
@media screen and (max-width: 768px) {
  .p-top-mv .p-mv__image {
    max-height: auto;
  }
}

.p-top-introduction__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 8.403vw - 46.05px, 80px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top-introduction__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-top-introduction__image {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .p-top-introduction__image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.p-top-introduction__image img {
  height: auto;
}
.p-top-introduction__lead {
  width: 40vw;
  max-width: 980px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 70px;
  padding-right: 100px;
}
@media screen and (max-width: 1280px) {
  .p-top-introduction__lead {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-introduction__lead {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 40vw;
    padding: 0px 40px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-introduction__lead {
    padding: 0px 20px;
    width: 100%;
  }
}
.p-top-introduction__heading {
  font: bold 40px/1.3 "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 3.782vw - 16.73px, 40px);
  letter-spacing: 0.04em;
  color: #0866B7;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top-introduction__heading {
    text-align: center;
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .p-top-introduction__heading {
    font-size: 20px;
  }
}
.p-top-introduction__sentence {
  font-weight: bold;
  line-height: 2.2;
}
.p-top-introduction__sentence + .p-top-introduction__sentence {
  margin-top: 1em;
}
.p-top-introduction__sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-top-introduction__sign {
    margin-top: 20px;
  }
}
.p-top-introduction__position {
  display: inline-block;
  font: bold 16px/1 "Noto Sans JP", sans-serif;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .p-top-introduction__position {
    font-size: 14px;
  }
}
.p-top-introduction__name {
  height: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-introduction__name {
    height: 30px;
  }
}
.p-top-introduction__name img {
  width: auto;
}

.p-top-aboutus__inner, .p-top-recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1280px) {
  .p-top-aboutus__inner, .p-top-recruit__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-aboutus__inner, .p-top-recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
.p-top-aboutus__lead, .p-top-recruit__lead {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-top-aboutus__lead, .p-top-recruit__lead {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-aboutus__lead .c-lead, .p-top-recruit__lead .c-lead {
    display: none;
  }
}
.p-top-aboutus__lead.p-sp, .p-top-recruit__lead.p-sp {
  display: none;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top-aboutus__lead.p-sp, .p-top-recruit__lead.p-sp {
    display: block;
  }
}
.p-top-aboutus__lead.p-sp .c-lead, .p-top-recruit__lead.p-sp .c-lead {
  display: block;
  margin: 0 auto;
}
.p-top-aboutus__subheading, .p-top-recruit__subheading {
  color: #003366;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-aboutus__subheading, .p-top-recruit__subheading {
    margin-bottom: 20px;
  }
}
.p-top-aboutus__button, .p-top-recruit__button {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .p-top-aboutus__button, .p-top-recruit__button {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-top-aboutus__button, .p-top-recruit__button {
    margin-top: 24px;
  }
}
.p-top-aboutus__image, .p-top-recruit__image {
  width: 41.3335vw;
  max-width: 620px;
}
@media screen and (max-width: 1024px) {
  .p-top-aboutus__image, .p-top-recruit__image {
    width: 100%;
    max-width: 100%;
  }
}

.p-top-business {
  position: relative;
}
.p-top-business::before {
  content: "";
  inset: 0;
  height: calc(100% - 122px);
  background-image: url(../images/top/business-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.p-top-business__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-top-business__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-top-business__lead {
    gap: 24px;
  }
}
.p-top-business__text {
  max-width: 717px;
}
.p-top-business__image {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .p-top-business__image {
    margin-top: 44px;
  }
}
.p-top-business__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1400/460;
  padding: 0px 50px;
}
@media screen and (max-width: 1024px) {
  .p-top-business__image img {
    aspect-ratio: 728/590;
    padding: 0px 20px;
  }
}

.p-top-news {
  background-image: url(../images/top/news-bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-top-news::before {
  content: "";
  inset: 0;
  background-color: rgba(0, 51, 102, 0.7);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
.p-top-news__inner {
  position: relative;
  z-index: 2;
}
.p-top-news__button {
  text-align: center;
  margin-top: 32px;
}

.p-aboutus .c-under-mv {
  background-image: url(../images/aboutus/mv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-aboutus-introduction__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 8.403vw - 46.05px, 80px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-aboutus-introduction__inner {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-introduction__inner {
    margin-bottom: 80px;
  }
}
.p-aboutus-introduction__image {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .p-aboutus-introduction__image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-aboutus-introduction__image img {
  height: auto;
}
.p-aboutus-introduction__lead {
  width: 40vw;
  max-width: 980px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 70px;
  padding-right: 100px;
}
@media screen and (max-width: 1280px) {
  .p-aboutus-introduction__lead {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .p-aboutus-introduction__lead {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 40vw;
    padding: 0px 40px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-introduction__lead {
    padding: 0px 20px;
    width: 100%;
  }
}
.p-aboutus-introduction__heading {
  font: bold 40px/1.3 "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 3.782vw - 16.73px, 40px);
  letter-spacing: 0.04em;
  color: #0866B7;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-aboutus-introduction__heading {
    text-align: center;
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .p-aboutus-introduction__heading {
    font-size: 20px;
  }
}
.p-aboutus-introduction__sentence {
  font-weight: bold;
  line-height: 2.2;
}
.p-aboutus-introduction__sentence + .p-aboutus-introduction__sentence {
  margin-top: 1em;
}
.p-aboutus-introduction__sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-introduction__sign {
    margin-top: 20px;
  }
}
.p-aboutus-introduction__position {
  display: inline-block;
  font: bold 16px/1 "Noto Sans JP", sans-serif;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-introduction__position {
    font-size: 14px;
  }
}
.p-aboutus-introduction__name {
  height: 32px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-introduction__name {
    height: 30px;
  }
}
.p-aboutus-introduction__name img {
  width: auto;
}
.p-aboutus-aboutus {
  background-color: #ebebeb;
}
@media screen and (max-width: 768px) {
  .p-aboutus-aboutus.u-padding-tb--130 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-aboutus-aboutus__wrapper {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #fff;
}
.p-aboutus-aboutus__table {
  width: 100%;
}
.p-aboutus-aboutus__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-aboutus-aboutus__heading {
  font-weight: bold;
  color: #0866B7;
  width: 200px;
  padding: 20px 0px;
  border-bottom: solid 1px #0866B7;
}
@media screen and (max-width: 1024px) {
  .p-aboutus-aboutus__heading {
    width: 140px;
  }
}
@media screen and (max-width: 540px) {
  .p-aboutus-aboutus__heading {
    width: 80px;
  }
}
.p-aboutus-aboutus__description {
  width: calc(100% - 200px);
  padding: 20px;
  border-bottom: solid 1px #bfc8d1;
}
@media screen and (max-width: 1024px) {
  .p-aboutus-aboutus__description {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 540px) {
  .p-aboutus-aboutus__description {
    width: calc(100% - 80px);
  }
}
.p-aboutus-aboutus__description ul + p {
  margin-top: 0.5em;
}
.p-aboutus-aboutus__site + .p-aboutus-aboutus__site {
  margin-top: 20px;
}
.p-aboutus-aboutus__number-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.p-aboutus-aboutus__attention {
  font: normal 14px/1.8 "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-aboutus-access.u-margin-tb--130 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.p-aboutus-access__wrapper {
  margin: 40px auto 0px;
  max-width: 1300px;
}
.p-aboutus-access__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-access__text {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.p-aboutus-access__heading {
  font: normal 28px/1.2 "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .p-aboutus-access__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus-access__heading {
    font-size: 20px;
  }
}
.p-aboutus-access__map {
  height: 485px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-aboutus-access__map {
    height: 385px;
  }
}
.p-aboutus-access__map iframe {
  width: 100%;
  height: 100%;
}
.p-aboutus-effort {
  background-color: #ebebeb;
}
.p-aboutus-effort__wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-aboutus-effort__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-aboutus-effort__content {
  background-color: #fff;
  padding: 30px;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .p-aboutus-effort__content {
    padding: 20px;
    width: 100%;
  }
}
.p-aboutus-effort__image {
  height: 140px;
  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;
}
@media screen and (max-width: 768px) {
  .p-aboutus-effort__image {
    height: 100px;
  }
}
.p-aboutus-effort__image img {
  width: auto;
}

.p-business .c-under-mv {
  background-image: url(../images/business/mv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-business-introduction {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-business-introduction {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-business-introduction br[class] {
    display: none;
  }
}
.p-business .p-cargo {
  background-color: #1B4F7E;
}
.p-business .p-cargo .c-under-title__heading, .p-business .p-cargo .c-under-title__sentence {
  color: #fff;
}
.p-business .p-cargo .c-under-title__heading::after {
  background-color: #fff;
}
.p-business .p-cargo .c-under-subtitle__subheading, .p-business .p-cargo .c-under-subtitle__number, .p-business .p-cargo .c-under-subtitle__heading {
  color: #fff;
}
.p-business .p-cargo__point + .p-cargo__point {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-business .p-cargo__point + .p-cargo__point {
    margin-top: 60px;
  }
}
.p-business .p-cargo__sentence {
  color: #fff;
}
.p-business .p-cargo__slider {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
.p-business .p-cargo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-business .p-cargo__item {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-business .p-cargo__item {
    margin-right: 20px;
  }
}
.p-business .p-cargo__item .p-cargo__image {
  max-width: 620px;
  aspect-ratio: 620/360;
}
@media screen and (max-width: 768px) {
  .p-business .p-cargo__item .p-cargo__image {
    max-width: 80vw;
  }
}
.p-business .p-cargo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1280px) {
  .p-business .p-cargo__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .p-business .p-cargo__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-business .p-cargo__wrapper .p-cargo__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-business .p-cargo__wrapper .p-cargo__image {
  width: 41.3335vw;
  max-width: 620px;
  aspect-ratio: 620/360;
}
@media screen and (max-width: 1024px) {
  .p-business .p-cargo__wrapper .p-cargo__image {
    width: 100%;
    max-width: 100%;
  }
}
.p-business-warehouse .c-under-title, .p-business-distribution .c-under-title {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-business-warehouse .c-under-title, .p-business-distribution .c-under-title {
    text-align: center;
  }
}
.p-business-warehouse .c-under-title__heading, .p-business-distribution .c-under-title__heading {
  color: #0866B7;
}
.p-business-warehouse .c-under-title__heading::after, .p-business-distribution .c-under-title__heading::after {
  background-color: #0866B7;
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media screen and (max-width: 1024px) {
  .p-business-warehouse .c-under-title__heading::after, .p-business-distribution .c-under-title__heading::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .p-business-warehouse .c-under-title__sentence, .p-business-distribution .c-under-title__sentence {
    text-align: left;
  }
}
.p-business-warehouse__inner, .p-business-distribution__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1280px) {
  .p-business-warehouse__inner, .p-business-distribution__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .p-business-warehouse__inner, .p-business-distribution__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
.p-business-warehouse__text, .p-business-distribution__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-business-warehouse__image, .p-business-distribution__image {
  width: 41.3335vw;
  max-width: 620px;
  aspect-ratio: 620/490;
}
@media screen and (max-width: 1024px) {
  .p-business-warehouse__image, .p-business-distribution__image {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-business-distribution {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-business-distribution__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-recruit .c-under-mv {
  background-image: url(../images/recruit/mv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-recruit__wrapper {
  text-align: center;
}
.p-recruit__heading {
  font: bold 40px/1.3 "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 3.782vw - 16.73px, 40px);
  letter-spacing: 0.04em;
  color: #0866B7;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .p-recruit__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__heading {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .p-recruit__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__sentence {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__sentence br[class] {
    display: none;
  }
}
.p-recruit__sentence + .p-recruit__sentence {
  margin-top: 1em;
}
.p-recruit__button {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-recruit__button {
    margin-top: 24px;
  }
}
.p-recruit__button .c-button__inner {
  width: 258px;
}

.p-contact .c-under-mv {
  background-image: url(../images/contact/mv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-contact-tel {
  background-color: #ebebeb;
}
.p-contact-tel__heading {
  font: bold 32px/1.3 "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 3.242vw - 12.05px, 32px);
  color: #0866B7;
}
@media screen and (max-width: 1024px) {
  .p-contact-tel__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .p-contact-tel__heading {
    font-size: 20px;
  }
}
.p-contact-tel__inner {
  text-align: center;
}
.p-contact-tel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: #fff;
  margin-top: 20px;
  padding: 40px 0px;
}
@media screen and (max-width: 1024px) {
  .p-contact-tel__wrapper {
    padding: 40px 20px;
  }
}
.p-contact-tel__wrapper a {
  display: inline-block;
}
.p-contact-tel__wrapper a:hover {
  opacity: 0.6;
}
.p-contact-tel__number {
  display: inline-block;
  font: bold 44px/1 "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #0866B7;
  font-size: 44px;
  padding-left: 46px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-contact-tel__number {
    font-size: 36px;
    padding-left: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact-tel__number {
    font-size: 32px;
    padding-left: 34px;
  }
}
@media screen and (max-width: 480px) {
  .p-contact-tel__number {
    font-size: 30px;
    padding-left: 32px;
  }
}
.p-contact-tel__number::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/tel-blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 34px;
  aspect-ratio: 36/34;
  top: 56%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
@media screen and (max-width: 1024px) {
  .p-contact-tel__number::before {
    height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact-tel__number::before {
    height: 25px;
    padding-top: 1px;
  }
}
@media screen and (max-width: 480px) {
  .p-contact-tel__number::before {
    height: 24px;
  }
}
.p-contact-tel__attention {
  display: inline-block;
  font: 500 14px/1 "Noto Sans JP", sans-serif;
  margin-top: 12px;
}
.p-contact-form__text {
  text-align: center;
}
.p-contact-form__heading {
  font: bold 32px/1.3 "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 3.242vw - 12.05px, 32px);
  color: #0866B7;
}
@media screen and (max-width: 1024px) {
  .p-contact-form__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .p-contact-form__heading {
    font-size: 20px;
  }
}
.p-contact-form__sentence {
  margin-top: 14px;
}
.p-contact-form__table {
  width: 100%;
  margin-top: 20px;
}
.p-contact-form__attention {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-form__attention {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-contact-form__attention br[class] {
    display: none;
  }
}
.p-contact-form__button {
  text-align: center;
  margin-top: 32px;
}
.p-contact-postalcode > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.p-contact-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-contact-table__row:last-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact-table__heading {
  padding-top: 20px;
}
.p-contact-table__headingInner {
  font-weight: bold;
}
.p-contact-table__description {
  padding-bottom: 20px;
}
.p-contact-table__check {
  display: inline-block;
  font: normal 14px/1 "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #D14600;
  margin-left: 10px;
  padding: 3px 8px 4px;
}
.p-contact-table__attention {
  font-size: 14px;
}
.p-contact-table__checkbutton {
  display: inline-block;
  margin-left: 6px;
}
.p-contact-table__checkbutton a {
  text-decoration: underline;
  padding-bottom: 3px;
}
.p-contact-privacy-check .wpcf7-list-item label > input {
  display: none;
}

.p-privacy-policy .c-under-mv {
  background-image: url(../images/privacy-policy/mv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .c-under-mv-title__heading--ja {
    font-size: 32px;
  }
}
@media screen and (max-width: 540px) {
  .p-privacy-policy .c-under-mv-title__heading--ja {
    font-size: 26px;
  }
}
.p-privacy-policy__list {
  margin-top: 40px;
}
.p-privacy-policy__item + .p-privacy-policy__item {
  margin-top: 40px;
}
.p-privacy-policy__heading {
  font: bold 24px/1.5 "Noto Sans JP", sans-serif;
  color: #0866B7;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__heading {
    font-size: 20px;
  }
}
.p-privacy-policy__checklist {
  margin-top: 1em;
}
.p-privacy-policy__checkitem {
  padding-left: 11px;
  position: relative;
}
.p-privacy-policy__checkitem::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  top: 13px;
  left: 0px;
}
.p-privacy-policy__addresslist {
  margin: 1em 0px;
}

.p-thanks .c-under-mv {
  background-image: url(../images/thanks/mv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-thanks .c-under-mv-title__heading--ja {
    font-size: 34px;
  }
}
@media screen and (max-width: 540px) {
  .p-thanks .c-under-mv-title__heading--ja {
    font-size: 32px;
  }
}

.p-404 .c-under-mv {
  background-image: url(../images/404/mv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-404 .c-under-mv-title__heading--ja {
    font-size: 32px;
  }
}
@media screen and (max-width: 540px) {
  .p-404 .c-under-mv-title__heading--ja {
    font-size: 26px;
  }
}

.p-thanks__wrapper, .p-404__wrapper {
  text-align: center;
}
.p-thanks__heading, .p-404__heading {
  font: bold 40px/1.3 "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 3.782vw - 16.73px, 40px);
  letter-spacing: 0.04em;
  color: #0866B7;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .p-thanks__heading, .p-404__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-thanks__heading, .p-404__heading {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .p-thanks__heading, .p-404__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-thanks__sentence, .p-404__sentence {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-thanks__sentence br[class], .p-404__sentence br[class] {
    display: none;
  }
}
.p-thanks__sentence + .p-recruit__sentence, .p-404__sentence + .p-recruit__sentence {
  margin-top: 1em;
}
.p-thanks__button, .p-404__button {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-thanks__button, .p-404__button {
    margin-top: 24px;
  }
}

.p-news .c-under-mv02 {
  background-image: url(../images/news/mv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-news .c-news-item__text {
  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;
}
.p-news .c-news__item {
  -webkit-transition: border-bottom 0.1s;
  transition: border-bottom 0.1s;
  border-bottom: solid 1px #fff;
}
.p-news .c-news__item:hover {
  border-bottom: solid 1px #0866B7;
}

.p-news-single .c-under-mv02 {
  background-image: url(../images/news/mv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-news-single__lead {
  padding-bottom: 16px;
  border-bottom: solid 1px #d9d9d9;
}
.p-news-single__date {
  font: 500 14px/1 "Noto Sans JP", sans-serif;
  color: #003366;
}
.p-news-single__heading {
  font: bold 28px/1.2 "Noto Sans JP", sans-serif;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .p-news-single__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-news-single__heading {
    font-size: 22px;
  }
}
.p-news-single__image {
  aspect-ratio: 1100/800;
  margin-top: 40px;
}
.p-news-single__text {
  margin-top: 40px;
}
.p-news-single__text p a {
  text-decoration: underline !important;
}
.p-news-single__text p a:hover {
  text-decoration: none;
}
.p-news-single__text p + img, .p-news-single__text p + p {
  margin-top: 1em;
}
.p-news-single__text p + h3, .p-news-single__text p + h4, .p-news-single__text p + h5 {
  margin-top: 1.25em;
}
.p-news-single__text h3 {
  font: bold 22px/1.2 "Noto Sans JP", sans-serif;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news-single__text h3 {
    font-size: 18px;
  }
}
.p-news-single__text h3 + p, .p-news-single__text h3 + img, .p-news-single__text h3 + h3, .p-news-single__text h3 + h4, .p-news-single__text h3 + h5 {
  margin-top: 1.25em;
}
.p-news-single__text h4 {
  font: bold 18px/1.2 "Noto Sans JP", sans-serif;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news-single__text h4 {
    font-size: 16px;
  }
}
.p-news-single__text h4 + p, .p-news-single__text h4 + img, .p-news-single__text h4 + h4, .p-news-single__text h4 + h5 {
  margin-top: 1.25em;
}
.p-news-single__text h5 {
  font: bold 16px/1.2 "Noto Sans JP", sans-serif;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-news-single__text h5 {
    font-size: 14px;
  }
}
.p-news-single__text h5 + p, .p-news-single__text h5 + img, .p-news-single__text h5 + h5 {
  margin-top: 1em;
}
.p-news-single__text h6 {
  font: bold 14px/1.2 "Noto Sans JP", sans-serif;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-news-single__text h6 {
    font-size: 12px;
  }
}
.p-news-single__text h6 + p, .p-news-single__text h6 + img {
  margin-top: 1em;
}
.p-news-single__text a {
  text-decoration: underline !important;
}
.p-news-single__text a:hover {
  text-decoration: none;
}
.p-news-single__button {
  text-align: center;
  margin-top: 32px;
}

.p-contact input[type=text],
.p-contact input[type=email],
.p-contact input[type=tel],
.p-contact input[type=url],
.p-contact input[type=search],
.p-contact input[type=password],
.p-contact input[type=number],
.p-contact input[type=date],
.p-contact input[type=time],
.p-contact select,
.p-contact textarea {
  font: inherit;
  font-size: 16px !important;
  color: inherit;
  text-align: inherit;
  background-color: #ebebeb;
  margin: 0;
  outline: 0;
  border-radius: 0;
  width: 100%;
  min-height: 45px;
  padding: 8px 12px;
}
.p-contact input[type=text]:focus-visible,
.p-contact input[type=email]:focus-visible,
.p-contact input[type=tel]:focus-visible,
.p-contact input[type=url]:focus-visible,
.p-contact input[type=search]:focus-visible,
.p-contact input[type=password]:focus-visible,
.p-contact input[type=number]:focus-visible,
.p-contact input[type=date]:focus-visible,
.p-contact input[type=time]:focus-visible,
.p-contact select:focus-visible,
.p-contact textarea:focus-visible {
  outline: none;
  border-color: #0866B7;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.15);
          box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.15);
}
.p-contact input[type=text]:disabled,
.p-contact input[type=email]:disabled,
.p-contact input[type=tel]:disabled,
.p-contact input[type=url]:disabled,
.p-contact input[type=search]:disabled,
.p-contact input[type=password]:disabled,
.p-contact input[type=number]:disabled,
.p-contact input[type=date]:disabled,
.p-contact input[type=time]:disabled,
.p-contact select:disabled,
.p-contact textarea:disabled {
  color: #777;
  background-color: #f2f2f2;
  cursor: not-allowed;
  opacity: 1;
}
.p-contact input[type=text]::-webkit-input-placeholder, .p-contact input[type=email]::-webkit-input-placeholder, .p-contact input[type=tel]::-webkit-input-placeholder, .p-contact input[type=url]::-webkit-input-placeholder, .p-contact input[type=search]::-webkit-input-placeholder, .p-contact input[type=password]::-webkit-input-placeholder, .p-contact input[type=number]::-webkit-input-placeholder, .p-contact input[type=date]::-webkit-input-placeholder, .p-contact input[type=time]::-webkit-input-placeholder, .p-contact select::-webkit-input-placeholder, .p-contact textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
  opacity: 1;
}
.p-contact input[type=text]::-moz-placeholder, .p-contact input[type=email]::-moz-placeholder, .p-contact input[type=tel]::-moz-placeholder, .p-contact input[type=url]::-moz-placeholder, .p-contact input[type=search]::-moz-placeholder, .p-contact input[type=password]::-moz-placeholder, .p-contact input[type=number]::-moz-placeholder, .p-contact input[type=date]::-moz-placeholder, .p-contact input[type=time]::-moz-placeholder, .p-contact select::-moz-placeholder, .p-contact textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.2);
  opacity: 1;
}
.p-contact input[type=text]:-ms-input-placeholder, .p-contact input[type=email]:-ms-input-placeholder, .p-contact input[type=tel]:-ms-input-placeholder, .p-contact input[type=url]:-ms-input-placeholder, .p-contact input[type=search]:-ms-input-placeholder, .p-contact input[type=password]:-ms-input-placeholder, .p-contact input[type=number]:-ms-input-placeholder, .p-contact input[type=date]:-ms-input-placeholder, .p-contact input[type=time]:-ms-input-placeholder, .p-contact select:-ms-input-placeholder, .p-contact textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
  opacity: 1;
}
.p-contact input[type=text]::-ms-input-placeholder, .p-contact input[type=email]::-ms-input-placeholder, .p-contact input[type=tel]::-ms-input-placeholder, .p-contact input[type=url]::-ms-input-placeholder, .p-contact input[type=search]::-ms-input-placeholder, .p-contact input[type=password]::-ms-input-placeholder, .p-contact input[type=number]::-ms-input-placeholder, .p-contact input[type=date]::-ms-input-placeholder, .p-contact input[type=time]::-ms-input-placeholder, .p-contact select::-ms-input-placeholder, .p-contact textarea::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
  opacity: 1;
}
.p-contact input[type=text]::placeholder,
.p-contact input[type=email]::placeholder,
.p-contact input[type=tel]::placeholder,
.p-contact input[type=url]::placeholder,
.p-contact input[type=search]::placeholder,
.p-contact input[type=password]::placeholder,
.p-contact input[type=number]::placeholder,
.p-contact input[type=date]::placeholder,
.p-contact input[type=time]::placeholder,
.p-contact select::placeholder,
.p-contact textarea::placeholder {
  color: rgba(51, 51, 51, 0.2);
  opacity: 1;
}
.p-contact textarea {
  min-height: 250px;
  resize: vertical;
}
.p-contact select {
  padding-right: 44px;
  cursor: pointer;
}
.p-contact .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.p-contact .wpcf7-form-control-wrap br {
  display: none;
}
.p-contact .wpcf7-list-item {
  margin: 0;
  white-space: nowrap;
}
.p-contact .wpcf7-list-item label {
  z-index: 0;
  position: relative;
  display: inline-block;
}
.p-contact .wpcf7-list-item label > input {
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.p-contact .wpcf7-list-item label > input:active {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
.p-contact .wpcf7-list-item label > input:active + span::before {
  border-color: #e5e5e5;
}
.p-contact .wpcf7-list-item label > input:checked + span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 8px;
  height: 16px;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
}
.p-contact .wpcf7-list-item label > input[type=checkbox] + span {
  letter-spacing: 0.08em;
}
.p-contact .wpcf7-list-item label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 26px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.p-contact .wpcf7-list-item label > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Safari */
  background-color: #fff;
  border-color: #333333;
  width: 20px;
  height: 20px;
}
.p-contact .wpcf7-select,
.p-contact .wpcf7-date,
.p-contact .wpcf7-textarea,
.p-contact .wpcf7-text {
  width: 100%;
  outline: 0;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
  padding: 8px 12px;
  background-color: #ebebeb;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.p-contact .wpcf7 select {
  cursor: pointer;
}
.p-contact .screen-reader-response {
  display: none;
}
.p-contact .wpcf7-not-valid-tip {
  display: inline-block;
  color: red;
  margin-top: 10px;
}
.p-contact .wpcf7-submit {
  padding: 20px 0px 22px 0px;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-submit {
    padding: 16px 0px 18px 0px;
  }
}
.p-contact-form__button p {
  display: inline-block;
  font: 500 16px/1 "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #0866B7;
  width: 258px;
  border: solid 1px #0866B7;
  border-radius: 50px;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-contact-form__button p {
    font: bold 14px/1 "Noto Sans JP", sans-serif;
    width: 220px;
  }
}
.p-contact-form__button p:hover {
  color: #0866B7;
  background-color: #fff;
}
.p-contact .wpcf7-form .confirm-text p {
  display: none;
}
.p-contact .wpcf7-form.confirm .confirm-text p {
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: #0866B7;
  border: 1px solid #0866B7;
  padding: 8px 0 6px;
  background: #fff;
}
.p-contact .wpcf7-form.confirm .confirm-cover {
  position: relative;
}
.p-contact .wpcf7-form.confirm .confirm-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.03;
}
.p-contact .wpcf7-spinner {
  display: none;
}
.p-contact .wpcf7-not-valid-tip {
  font-weight: bold !important;
  color: red;
}
.p-contact .wpcf7-response-output {
  font-weight: bold;
  color: red;
  margin-top: 30px;
  text-align: center;
}

.p-contact__btn a,
.p-contact__btn 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;
  margin: 0 auto;
  letter-spacing: 0.08em;
  color: white;
  background: #212121;
  border: 0;
  cursor: pointer;
  padding: 0 50px;
  height: 50px;
  border-radius: 0;
}
.p-contact__btn a:hover,
.p-contact__btn input:hover {
  opacity: 0.6;
}

.p-contact__btn a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.grecaptcha-badge {
  bottom: 74px !important;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 540px) {
  .wp-pagenavi {
    margin-top: 50px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 34px;
  height: 34px;
  font-weight: normal;
  color: #0866B7;
  border: solid 1px #0866B7 !important;
  background-color: #fff;
  border-radius: 50%;
  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;
  -webkit-transition: background-color 0.1s, color 0.1s;
  transition: background-color 0.1s, color 0.1s;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #0866B7;
  border: sold 1px #0866B7;
  border: none;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #0866B7;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  font-size: 0;
  width: px;
  height: 34px;
  border-color: #0866B7;
  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;
  -webkit-transition: background-color 0.1s, color 0.1s;
  transition: background-color 0.1s, color 0.1s;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  background-color: #0866B7;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  display: none;
}
.wp-pagenavi .previouspostslink {
  background-image: url(../images/common/arrow-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: background-image 0.1s;
  transition: background-image 0.1s;
}
.wp-pagenavi .previouspostslink:hover {
  background-image: url(../images/common/arrow-white.svg);
}
.wp-pagenavi .nextpostslink {
  background-image: url(../images/common/arrow-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.1s;
  transition: background-image 0.1s;
}
.wp-pagenavi .nextpostslink:hover {
  background-image: url(../images/common/arrow-white.svg);
}
.wp-pagenavi .pages {
  display: none;
}

p, a, span, th, td, dt, dd, li, h1, h2, h3, h4, h5, h6 {
  font: normal 16px/1.8 "Noto Sans JP", sans-serif;
  color: #333333;
}
@media screen and (max-width: 768px) {
  p, a, span, th, td, dt, dd, li, h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
  }
}

.u-font--44 {
  font: bold 44px/1.3 "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #0866B7;
  font-size: clamp(30px, 3.782vw - 16.73px, 44px);
}
@media screen and (max-width: 1024px) {
  .u-font--44 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-font--44 {
    font-size: 24px;
  }
}
.u-font--40 {
  font: bold 40px/1.3 "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 3.782vw - 16.73px, 40px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .u-font--40 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .u-font--40 {
    font-size: 20px;
  }
}
.u-font--38 {
  font: bold 38px/1.3 "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-size: clamp(26px, 3.242vw - 12.05px, 38px);
}
@media screen and (max-width: 1024px) {
  .u-font--38 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .u-font--38 {
    font-size: 20px;
  }
}
.u-font--32 {
  font: bold 32px/1.3 "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 3.242vw - 12.05px, 32px);
}
@media screen and (max-width: 1024px) {
  .u-font--32 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .u-font--32 {
    font-size: 20px;
  }
}
.u-font--28 {
  font: normal 28px/1.2 "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .u-font--28 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .u-font--28 {
    font-size: 20px;
  }
}
.u-font--24 {
  font: bold 24px/1.5 "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .u-font--24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-font--24 {
    font-size: 16px;
  }
}

.u-br--regular {
  display: block;
}
.u-br--1100 {
  display: none;
}
@media screen and (max-width: 1100px) {
  .u-br--1100 {
    display: block;
  }
}
.u-br--1080 {
  display: none;
}
@media screen and (max-width: 1080px) {
  .u-br--1080 {
    display: block;
  }
}
.u-br--1020 {
  display: none;
}
@media screen and (max-width: 1020px) {
  .u-br--1020 {
    display: block;
  }
}
.u-br--900 {
  display: none;
}
@media screen and (max-width: 900px) {
  .u-br--900 {
    display: block;
  }
}
.u-br--880 {
  display: none;
}
@media screen and (max-width: 880px) {
  .u-br--880 {
    display: block;
  }
}
.u-br--800 {
  display: none;
}
@media screen and (max-width: 800px) {
  .u-br--800 {
    display: block;
  }
}
.u-br--740 {
  display: none;
}
@media screen and (max-width: 740px) {
  .u-br--740 {
    display: block;
  }
}
.u-br--700 {
  display: none;
}
@media screen and (max-width: 700px) {
  .u-br--700 {
    display: block;
  }
}
.u-br--650 {
  display: none;
}
@media screen and (max-width: 650px) {
  .u-br--650 {
    display: block;
  }
}
.u-br--630 {
  display: none;
}
@media screen and (max-width: 630px) {
  .u-br--630 {
    display: block;
  }
}
.u-br--600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-br--600 {
    display: block;
  }
}
.u-br--580 {
  display: none;
}
@media screen and (max-width: 580px) {
  .u-br--580 {
    display: block;
  }
}
.u-br--500 {
  display: none;
}
@media screen and (max-width: 500px) {
  .u-br--500 {
    display: block;
  }
}
.u-br--480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .u-br--480 {
    display: block;
  }
}
.u-br--430 {
  display: none;
}
@media screen and (max-width: 430px) {
  .u-br--430 {
    display: block;
  }
}
.u-br--380 {
  display: none;
}
@media screen and (max-width: 380px) {
  .u-br--380 {
    display: block;
  }
}

.u-color--white {
  color: #fff;
}

.u-width--1300 {
  max-width: 1300px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1280px) {
  .u-width--1300 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-width--1300 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-width--1100 {
  max-width: 1100px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 150px;
  padding-right: 150px;
}
@media screen and (max-width: 1280px) {
  .u-width--1100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .u-width--1100 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-width--1100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-width--800 {
  max-width: 800px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 150px;
  padding-right: 150px;
}
@media screen and (max-width: 1280px) {
  .u-width--800 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .u-width--800 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .u-width--800 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-padding-tb--40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-padding-tb--40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.u-padding-tb--60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-padding-tb--60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.u-padding-tb--80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-padding-tb--80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.u-padding-tb--100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1280px) {
  .u-padding-tb--100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .u-padding-tb--100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.u-padding-tb--130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .u-padding-tb--130 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.u-padding-t--100 {
  padding-top: 100px;
}
@media screen and (max-width: 1280px) {
  .u-padding-t--100 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .u-padding-t--100 {
    padding-top: 60px;
  }
}
.u-padding-lr--20 {
  padding-left: 20px;
  padding-right: 20px;
}
.u-padding-lr--40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .u-padding-lr--40 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.u-padding-lr--100 {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1280px) {
  .u-padding-lr--100 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .u-padding-lr--100 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .u-padding-lr--100 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-padding-lr--100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-margin-tb--130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .u-margin-tb--130 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.u-margin-tb--100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-margin-tb--100 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.u-margin-t--40 {
  margin-top: 40px;
}
.u-margin-t--60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-margin-t--60 {
    margin-top: 40px;
  }
}
.u-margin-t--80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .u-margin-t--80 {
    margin-top: 50px;
  }
}
.u-margin-t--100 {
  margin-top: 100px;
}
@media screen and (max-width: 1280px) {
  .u-margin-t--100 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .u-margin-t--100 {
    margin-top: 60px;
  }
}
.u-margin-b--80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-margin-b--80 {
    margin-bottom: 50px;
  }
}
.u-margin-b--130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 1280px) {
  .u-margin-b--130 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .u-margin-b--130 {
    margin-bottom: 80px;
  }
}

.u-transition--op {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.u-transition--menu {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.u-transition--bc {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.u-transition--col {
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}