@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* =============================================
カラー
============================================= */
/* =============================================
_base
============================================= */
html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", "Noto Sans", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  position: relative;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.no-scroll {
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  line-height: 1.6;
  letter-spacing: 0.03em;
}
img {
  width: 100%;
  height: 100%;
}

/* =============================================
コンテナ
============================================= */
.l-container {
  position: relative;
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* =============================================
フッターナビ
============================================= */
.l-fnavi {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}
@media screen and (max-width: 768px) {
  .l-fnavi {
    display: none;
  }
}
.l-fnavi__ttl {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 18px;
  transition: 0.3s ease;
}
.l-fnavi__ttl:hover {
  opacity: 0.3;
}
.l-fnavi__ttl--pdf {
  position: relative;
  padding-right: 40px;
}
.l-fnavi__ttl--pdf::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: -0.3em;
  right: 0;
  background: url(../images/common/cmn-ico-pdf-blue01.svg) no-repeat center/cover;
}
.l-fnavi__list li {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}
.l-fnavi__list li.l-margin {
  margin-left: 0.5em;
}
.l-fnavi__list li + li {
  margin-top: 15px;
}
.l-fnavi__list a:hover {
  text-decoration: underline;
}
.l-fnavi__list--horizontal {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-fnavi__list--horizontal {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.l-fnavi__list--horizontal li {
  display: inline-block;
}
.l-fnavi__list--horizontal li + li {
  margin-top: 0;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-fnavi__list--horizontal li + li {
    margin-left: 0;
  }
}
.l-fnavi__logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-fnavi__logo {
    display: block;
    max-width: 300px;
    margin-bottom: 20px;
  }
}

.l-fnavi-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-fnavi-sp {
    display: block;
  }
  .l-fnavi-sp-list {
    border-top: 1px solid #ccd4db;
  }
  .l-fnavi-sp-list > li {
    border-bottom: 1px solid #ccd4db;
  }
  .l-fnavi-sp-list > li > a {
    position: relative;
    display: grid;
    align-items: center;
    line-height: 1;
    text-decoration: none;
    font-weight: 700;
    height: 60px;
    padding: 15px 10px;
  }
  .l-fnavi-sp-list > li > a::after {
    content: "";
    position: absolute;
    background: url(../images/common/cmn-ico-btnarw-black01.svg) no-repeat center/contain;
    width: 36px;
    height: 36px;
    right: 10px;
    top: 12px;
    transition: 0.4s ease;
  }
  .l-fnavi-sp-list > li.sp-dropdown {
    position: relative;
  }
  .l-fnavi-sp-list > li.sp-dropdown > a::after {
    content: none;
  }
  .l-fnavi-sp-list > li.sp-dropdown .l-spnavi-link-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 60px;
    padding: 0 10px;
  }
  .l-fnavi-sp-list > li.sp-dropdown .l-spnavi-link-wrapper > a {
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
  }
  .l-fnavi-sp-list > li.sp-dropdown .sp-dropdown-toggle {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .l-fnavi-sp-list > li.sp-dropdown .sp-dropdown-toggle > span {
    height: auto;
    padding: 0;
  }
  .l-fnavi-sp-list > li.sp-dropdown .sp-dropdown-toggle::before {
    content: "";
    position: absolute;
    background: url(../images/common/cmn-ico-arw-btm-black01.svg) no-repeat center/contain;
    width: 36px;
    height: 36px;
    right: 0;
    top: 0;
    transition: 0.4s ease;
  }
  .l-fnavi-sp-list > li.sp-dropdown.is-on .sp-dropdown-toggle::before {
    transform: rotate(180deg);
  }
  .l-fnavi-sp-list > li.sp-dropdown > a {
    width: 85%;
  }
  .l-fnavi-sp-list__child > ul {
    padding: 0 10px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .l-fnavi-sp-list__child > ul {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
@media screen and (max-width: 768px) {
  .l-fnavi-sp-list__child > ul li {
    position: relative;
    font-weight: 500;
    font-size: 0.9125rem;
    padding-left: 15px;
  }
  .l-fnavi-sp-list__child > ul li::before {
    content: "";
    position: absolute;
    background: #005BAC;
    left: 0;
    top: 18px;
    width: 7px;
    height: 1px;
  }
  .l-fnavi-sp-list__child > ul li > a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
  }
}
@media screen and (max-width: 450px) {
  .l-fnavi-sp-list__child > ul {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
/* =============================================
フッター
============================================= */
.l-footer {
  position: relative;
  background: #fff;
  border-top: 1px solid #ccd4db;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 40px;
  }
}
.l-footer__top {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-footer__top {
    padding-bottom: 50px;
  }
}
.l-footer__btm {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__btm {
    padding-bottom: 20px;
  }
}
.l-footer__note {
  text-align: right;
  font-size: 0.625rem;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .l-footer__note {
    margin-top: 50px;
  }
}
.l-footer__pagetop-wrap {
  position: sticky;
  bottom: 30px;
  width: calc(100% - 30px);
  z-index: 8;
}
.l-footer__pagetop {
  position: absolute;
  display: block;
  top: -96px;
  right: 0;
  width: 64px;
  height: 64px;
  border-radius: 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.2s ease;
}
.l-footer__pagetop.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-footer__pagetop:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 1400px) {
  .l-footer__pagetop {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 1078px) {
  .l-footer__pagetop {
    top: -80px;
  }
}

/* =============================================
グロナビ
============================================= */
.l-gnavi {
  font-size: 1.0625rem;
  margin-top: 6px;
}
.l-gnavi__list {
  display: flex;
  margin-bottom: -20px;
}
@media screen and (max-width: 1078px) {
  .l-gnavi__list {
    display: none;
  }
}
.l-gnavi__item {
  position: relative;
  font-weight: 600;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .l-gnavi__item {
    font-size: 1.0625vw;
  }
}
.l-gnavi__item:hover {
  color: #005BAC;
}
.l-gnavi__item > a {
  cursor: pointer;
}
.l-gnavi__item + .l-gnavi__item {
  margin-left: 50px;
}
@media screen and (max-width: 1440px) {
  .l-gnavi__item + .l-gnavi__item {
    margin-left: 30px;
  }
}
.l-gnavi__item--open {
  padding-bottom: 20px;
  position: relative;
}
.l-gnavi__item--open::before {
  content: "";
  position: absolute;
  background: #005BAC;
  width: 24px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  opacity: 0;
  z-index: 100;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .l-gnavi__item--open::before {
    bottom: -0.1rem;
  }
}
.l-gnavi__item--open:hover::before {
  opacity: 1;
}

/* --- メガメニュー部分 --- */
.l-megamenu {
  display: none;
  position: fixed;
  left: 0;
  top: 105px;
  width: 100vw;
  background: #F3F6F7;
  color: #000;
  z-index: 99;
}
.l-megamenu__inner {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 320px 1fr;
  gap: 50px;
  padding: 50px 0 60px;
}
.l-megamenu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  font-size: 1rem;
}
.l-megamenu__list + .l-megamenu__list {
  margin-top: 20px;
}
.l-megamenu__list--wrap {
  grid-template-columns: 1fr;
  gap: 14px;
}
.l-megamenu__list--sub {
  font-weight: 400;
}
.l-megamenu__list > li a {
  transition: color 0.2s;
}
.l-megamenu__list > li a:hover {
  color: #005BAC;
}
.l-megamenu__main-link {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  width: 280px;
  height: 30px;
  transition: 0.3s ease;
  margin-bottom: 40px;
}
.l-megamenu__main-link::before, .l-megamenu__main-link::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-megamenu__main-link::before, .l-megamenu__main-link::after {
    width: 36px;
    height: 36px;
    right: 16px;
  }
}
.l-megamenu__main-link::before {
  background: url(../images/common/cmn-ico-btnarw-black01.svg) no-repeat center/contain;
}
.l-megamenu__main-link::after {
  transition: 0.3s ease;
  background: url(../images/common/cmn-ico-btnarw-dark01.svg) no-repeat center/contain;
  opacity: 0;
  z-index: 1;
}
.l-megamenu__main-link:hover::after {
  opacity: 1;
}

.l-spnavi-btn {
  display: none;
}

@media screen and (max-width: 1078px) {
  .l-spnavi-btn {
    position: fixed;
    right: 5px;
    top: 5px;
    display: block;
    background: #fff;
    color: #000;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 5.87vw;
    z-index: 20;
    transition: 0.3s ease;
  }
  .l-spnavi-btn::active {
    background: #9a9a9a;
  }
  .l-spnavi-btn.is-scrolled {
    right: 0;
    top: 0;
    height: 73px;
    width: 73px;
  }
}
@media screen and (max-width: 768px) {
  .l-spnavi-btn {
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
    padding: 0 0 0 5.87vw;
  }
}
.l-spnavi-btn__lines {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 15px;
}

.l-spnavi-btn__lines span {
  position: absolute;
  background: #000;
  width: 26px;
  height: 2px;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s ease;
}

.l-spnavi-btn__lines span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.l-spnavi-btn__lines span:nth-child(3) {
  bottom: 0;
}

.l-spnavi-btn.is-open .l-spnavi-btn__lines span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(34deg);
}

.l-spnavi-btn.is-open .l-spnavi-btn__lines span:nth-of-type(2) {
  display: none;
}

.l-spnavi-btn.is-open .l-spnavi-btn__lines span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-34deg);
}

.l-spnavi-box {
  visibility: hidden;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: 9;
  width: 100vw;
}
.l-spnavi-box.is-open {
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
}
.l-spnavi-box__inner {
  position: relative;
  padding: 160px 20px 20px;
}
@media screen and (max-width: 768px) {
  .l-spnavi-box__inner {
    padding: 100px 5% 20px;
  }
}

.l-spnavi-list {
  border-top: 1px solid #ccd4db;
  margin-top: 30px;
  margin-bottom: 30px;
}
.l-spnavi-list > li {
  border-bottom: 1px solid #ccd4db;
}
.l-spnavi-list > li > a {
  position: relative;
  display: grid;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  height: 60px;
  padding: 15px 10px;
}
.l-spnavi-list > li > a::after {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-btnarw-black01.svg) no-repeat center/contain;
  width: 36px;
  height: 36px;
  right: 10px;
  top: 12px;
  transition: 0.4s ease;
}
.l-spnavi-list > li.sp-dropdown {
  position: relative;
}
.l-spnavi-list > li.sp-dropdown > a::after {
  content: none;
}
.l-spnavi-list > li.sp-dropdown .l-spnavi-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 60px;
  padding: 0 10px;
}
.l-spnavi-list > li.sp-dropdown .l-spnavi-link-wrapper > a {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.l-spnavi-list > li.sp-dropdown .sp-dropdown-toggle {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.l-spnavi-list > li.sp-dropdown .sp-dropdown-toggle > span {
  height: auto;
  padding: 0;
}
.l-spnavi-list > li.sp-dropdown .sp-dropdown-toggle::before {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-arw-btm-black01.svg) no-repeat center/contain;
  width: 36px;
  height: 36px;
  right: 0;
  top: 0;
  transition: 0.4s ease;
}
.l-spnavi-list > li.sp-dropdown.is-on .sp-dropdown-toggle::before {
  transform: rotate(180deg);
}
.l-spnavi-list > li.sp-dropdown > a {
  width: 85%;
}
.l-spnavi-list__child > ul {
  padding: 0 10px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 10px;
}
@media screen and (max-width: 450px) {
  .l-spnavi-list__child > ul {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.l-spnavi-list__child > ul li {
  position: relative;
  font-weight: 500;
  font-size: 0.9125rem;
  padding-left: 15px;
}
.l-spnavi-list__child > ul li::before {
  content: "";
  position: absolute;
  background: #005BAC;
  left: 0;
  top: 18px;
  width: 7px;
  height: 1px;
}
.l-spnavi-list__child > ul li > a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
}

/* =============================================
ヘッダー
============================================= */
.l-header {
  position: fixed;
  top: 0;
  height: 105px;
  width: 100vw;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 70px;
  }
}
.l-header__logo {
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 297px;
  }
}
.l-header__logo > a {
  display: block;
}
.l-header__logo img {
  transition: 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px 5px 30px;
}
@media screen and (max-width: 1078px) {
  .l-header__inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 10px 20px;
  }
}
.l-header__cont {
  display: flex;
  align-items: center;
}
.l-header__switch {
  position: relative;
  font-weight: 700;
  font-size: 0.75rem;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .l-header__switch {
    font-size: 0.875rem;
    margin-right: 0;
  }
}
.l-header__switch__sep {
  position: absolute;
  left: 19px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l-header__switch__sep {
    display: none;
  }
}
.l-header__switch > a:hover {
  text-decoration: underline;
}
.l-header__switch__jp {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .l-header__switch__jp {
    margin-right: 30px;
  }
}
.l-header__switch__en {
  opacity: 0.3;
}
.l-header__contTxt {
  display: block;
  font-weight: 700;
  font-size: 0.75rem;
  margin-right: 30px;
}
.l-header__contTxt:hover {
  text-decoration: underline;
}
.l-header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1078px) {
  .l-header__right {
    display: none;
  }
}

.l-header-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  box-shadow: 0 4px 20px #E4E8ED;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .l-header-shadow {
    height: 70px;
  }
}

/* =============================================
   スクロール時のヘッダーアニメーション（改）
============================================= */
/* 1. ヘッダー全体の動き
   「上に隠れる(高さは大) → 変形する(高さ縮小) → 降りてくる」
*/
@keyframes headerGoRound {
  0% {
    transform: translateY(0);
    height: 105px; /* 初期の高さ */
  }
  40% {
    transform: translateY(-110%); /* 一度画面外へ */
    height: 105px;
  }
  45% {
    transform: translateY(-110%); /* 隠れている間に高さを変更 */
    height: 80px; /* 変更後の高さ */
  }
  100% {
    transform: translateY(0); /* 新しい高さで降りてくる */
    height: 80px;
  }
}
/* 2. 中身（.l-header__cont）の動き
   「表示 → 透明になる → 高さを0にする」
   ※ヘッダーが隠れているタイミング(40%付近)に合わせて消します
*/
@keyframes contentVanish {
  0% {
    opacity: 1;
    max-height: 100px; /* 十分な高さ */
    margin: 0 0 0 auto; /* 必要に応じて調整 */
  }
  35% {
    opacity: 0; /* 上昇中にフェードアウト */
    max-height: 100px;
  }
  40% {
    opacity: 0;
    max-height: 0; /* 完全に隠れたら高さを0に（display:noneの代わり） */
    margin: 0;
  }
  100% {
    opacity: 0;
    max-height: 0;
    margin: 0;
  }
}
/* ---------------------------------------------
   スクロール後 (.is-scrolled) の適用スタイル
--------------------------------------------- */
/* ヘッダー本体 */
.l-header.is-scrolled {
  /* 定義したアニメーションを0.8秒かけて実行 */
  animation: headerGoRound 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  /* 最終的な高さを確保 */
  height: 80px;
}

/* 影用要素（あれば） */
.l-header-shadow.is-scrolled {
  animation: headerGoRound 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

/* 上段コンテンツ部分 */
.l-header.is-scrolled .l-header__cont {
  /* display: none ではなくアニメーションで消す */
  animation: contentVanish 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  overflow: hidden; /* アニメーション中の崩れ防止 */
}

.l-header.is-scrolled .l-gnavi {
  margin-top: 0;
}

.l-header.is-scrolled .l-megamenu {
  top: 80px;
}

.l-header.is-scrolled .l-header__inner {
  padding: 14px 40px 8px 30px;
}

.l-header.is-scrolled .l-header__logo {
  max-width: 320px;
}

.l-header.is-scrolled .l-gnavi__item--open::before {
  bottom: -4px;
}
@media screen and (max-width: 1400px) {
  .l-header.is-scrolled .l-gnavi__item--open::before {
    bottom: -0.7em;
  }
}

/* =============================================
main
============================================= */
.l-main {
  position: relative;
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 60px;
  }
}

/* =============================================
ページ内セクション
============================================= */
.l-section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding: 50px 0;
  }
}

.l-section-pb50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-section-pb50 {
    padding-bottom: 40px;
  }
}

.l-section-pb70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .l-section-pb70 {
    padding-bottom: 30px;
  }
}

.l-section-pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-section-pb80 {
    padding-bottom: 60px;
  }
}

.l-section-pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-section-pb100 {
    padding-bottom: 60px;
  }
  .l-section-pb100.l-section-pb100-sp80 {
    padding-bottom: 80px;
  }
}

.l-section-pb140 {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .l-section-pb140 {
    padding-bottom: 60px;
  }
  .l-section-pb140.l-section-pb100-sp80 {
    padding-bottom: 80px;
  }
}

.l-section-pb150 {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .l-section-pb150 {
    padding-bottom: 60px;
  }
}

/* =============================================
body直下 ページ高さ設定
============================================= */
.l-wrapper {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

/* =============================================
下層_boxデザイン
============================================= */
.c-figure-box {
  border: 1px solid #ccd4db;
}
@media screen and (max-width: 768px) {
  .c-figure-box {
    width: 100%;
    margin: 0 auto;
  }
}
.c-figure-box--blue {
  border: 1px solid #005BAC;
}

.c-figure-box-dark {
  border: 1px solid #B3BBBF;
}

.c-box-grad {
  padding-left: 25px;
  position: relative;
}
.c-box-grad::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(0, 91, 172) 0%, rgba(0, 163, 62, 0.3) 70%, rgba(0, 163, 62, 0) 100%);
}
.c-box-grad p + p {
  margin-top: 2em;
}

.c-box-border {
  border: 1px solid #ccd4db;
  padding: 50px 5%;
}
@media screen and (max-width: 768px) {
  .c-box-border {
    padding: 50px 20px;
  }
  .c-box-border--spp0 {
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  .c-box-border {
    padding: 30px 20px;
  }
}
.c-box-border__inr {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-box-cta {
  border: 1px solid #005BAC;
  padding: 20px 30px 25px;
}
@media screen and (max-width: 768px) {
  .c-box-cta {
    padding: 25px;
  }
}
.c-box-cta__ttl {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-box-cta__ttl {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 450px) {
  .c-box-cta__ttl {
    line-height: 1.6;
  }
}
.c-box-cta__list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
}
.c-box-cta__list > li {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-box-cta__list > li {
    line-height: 1.5;
    font-size: 1.375rem;
  }
}
.c-box-cta__list > li span {
  font-size: 1rem;
}
.c-box-cta--mw {
  max-width: 620px;
}

.c-box-blue {
  border: 1px solid #005BAC;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .c-box-blue {
    padding: 25px;
  }
}
.c-box-blue--water {
  border: 1px solid #EFF7FF;
}
.c-box-blue--bgray {
  border: 1px solid #ccd4db;
}
.c-box-blue--narrow {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .c-box-blue--narrow {
    padding: 25px;
  }
}
.c-box-blue--bold {
  border: 2px solid #005BAC;
}

.c-box-bgblue {
  background: #005BAC;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .c-box-bgblue {
    padding: 25px;
  }
}
.c-box-bgblue__txt {
  color: #fff;
}
.c-box-bgblue__ttl {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-box-bgblue__ttl {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.c-box-bgblue__links {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-box-bgblue__links {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

.c-box--p50 {
  padding: 50px 100px;
}
@media screen and (max-width: 1078px) {
  .c-box--p50 {
    padding: 50px 20px;
  }
}
.c-box--white {
  background: #fff;
}

.c-logo {
  display: block;
}
.c-logo img {
  width: auto;
  max-height: 55px;
}

/* =============================================
下層_boxデザイン_各ページ固有
============================================= */
.c-box-service {
  position: relative;
  background: url(../images/page/service-sec01-bg01.jpg) no-repeat center/cover;
  padding: 50px 40px;
  max-width: 1280px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-box-service {
    background: url(../images/page/service-sec01-bg01-sp.jpg) no-repeat center/cover;
    padding: 0 4%;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
  }
}
.c-box-service__inner {
  text-align: center;
  color: #fff;
  padding: 60px 0;
  background: rgba(0, 63, 126, 0.73);
}
@media screen and (max-width: 768px) {
  .c-box-service__inner {
    width: 100%;
    padding: 40px 0;
  }
}
.c-box-service__txt {
  line-height: 1.6;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-box-service__txt {
    font-size: 1.125rem;
  }
}
.c-box-service__txt + .c-box-service__txt {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .c-box-service__txt + .c-box-service__txt {
    margin-top: 45px;
  }
}
.c-box-service__txt + .c-box-service__txt::before, .c-box-service__txt + .c-box-service__txt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -38px;
  width: 2px;
  height: 32px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-box-service__txt + .c-box-service__txt::before, .c-box-service__txt + .c-box-service__txt::after {
    height: 20px;
    top: -32px;
  }
}
.c-box-service__txt + .c-box-service__txt::after {
  width: 32px;
  height: 2px;
  top: -23px;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-box-service__txt + .c-box-service__txt::after {
    width: 20px;
    top: -22px;
  }
}

.c-box-company {
  background: url(../images/page/company-information-sec01-bg01.jpg) no-repeat center/cover;
  max-width: 100%;
  min-height: 350px;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-box-company {
    background: url(../images/page/company-information-sec01-bg01-sp.jpg) no-repeat center/cover;
    padding: 5px;
    min-height: 176px;
  }
}
.c-box-company__txt {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-box-company__txt {
    font-size: 1rem;
  }
}

.c-box-philosophy {
  border: 1px solid #005BAC;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .c-box-philosophy {
    display: none;
  }
}
.c-box-philosophy__txt {
  font-weight: 700;
  line-height: 1.7;
}
.c-box-philosophy__en {
  position: absolute;
}
.c-box-philosophy--01 {
  padding: 7% 10% 18.5% 10%;
}
@media screen and (max-width: 768px) {
  .c-box-philosophy--01 {
    padding: 7% 10% 20% 7%;
  }
}
.c-box-philosophy--01::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: 11.7%;
  z-index: -1;
  background: url(../images/page/philosophy-sec01-deco01.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 1250px) {
  .c-box-philosophy--01::before {
    right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .c-box-philosophy--01::before {
    width: 50px;
    right: 1%;
  }
}
.c-box-philosophy--01 .c-box-philosophy__txt {
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .c-box-philosophy--01 .c-box-philosophy__txt {
    font-size: 1.125rem;
  }
}
.c-box-philosophy--01 .c-box-philosophy__en {
  width: 46.2%;
  left: 10%;
  bottom: 12%;
}
@media screen and (max-width: 768px) {
  .c-box-philosophy--01 .c-box-philosophy__en {
    width: 46.2%;
    left: 7%;
    bottom: 10%;
  }
}
.c-box-philosophy--02 {
  border: 1px solid #ccd4db;
  padding: 10.3% 5% 10.3% 8.4%;
}
@media screen and (max-width: 768px) {
  .c-box-philosophy--02 {
    padding: 10% 10% 20% 7%;
  }
}
.c-box-philosophy--02::before {
  content: "";
  position: absolute;
  width: 55.4%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/page/philosophy-sec02-deco01.svg) no-repeat center bottom/100% auto;
}
.c-box-philosophy--02 .c-box-philosophy__txtimg {
  max-width: 550px;
  width: 34.375vw;
}
.c-box-philosophy--02 .c-box-philosophy__en {
  width: 40.7%;
  right: 4.4%;
  bottom: 11%;
}

/* =============================================
パンくず
============================================= */
.c-breadcrumb {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    margin-top: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSでぬるっと */
  }
}
.c-breadcrumb > ul {
  display: flex;
  gap: 24px;
  font-size: 0.75rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding-bottom: 8px;
}
.c-breadcrumb li {
  position: relative;
  flex-shrink: 0;
}
.c-breadcrumb li::after {
  content: "";
  position: absolute;
  background: url(/images/common/cmn-breadcrumb-arw01.svg) no-repeat center/contain;
  width: 4px;
  height: 7px;
  right: -14px;
  top: 8px;
}
.c-breadcrumb li:last-child::after {
  content: none;
}
.c-breadcrumb a {
  color: #808080;
  text-decoration: underline;
}
.c-breadcrumb a:hover {
  text-decoration: none;
}

/* =============================================
ボタン
============================================= */
.c-button {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  background: #005BAC;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 60px;
  line-height: 1.4;
  border-radius: 8px;
  padding: 10px 81px 10px 25px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .c-button {
    padding: 10px 70px 10px 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    grid-template-columns: 1fr;
    width: calc(50% - 10px);
    padding: 6px 68px 6px 20px;
    min-height: 60px;
    height: auto;
    line-height: 1.5;
  }
}
@media screen and (max-width: 450px) {
  .c-button {
    width: 100%;
    font-size: min(1em, 4.5vw);
  }
}
.c-button::before, .c-button::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-button::before, .c-button::after {
    width: 36px;
    height: 36px;
    right: 16px;
  }
}
.c-button::before {
  background: url(../images/common/cmn-ico-btnarw-white01.svg) no-repeat center/contain;
}
.c-button::after {
  transition: 0.3s ease;
  background: url(../images/common/cmn-ico-btnarw-blue01.svg) no-repeat center/contain;
  opacity: 0;
  z-index: 1;
}
.c-button:hover::after {
  opacity: 1;
}
.c-button--white, .c-button--contact {
  background: #fff;
  height: 70px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .c-button--white, .c-button--contact {
    height: 60px;
  }
}
.c-button--white::before, .c-button--contact::before {
  background: url(../images/common/cmn-ico-btnarw-black01.svg) no-repeat center/contain;
}
.c-button--white::after, .c-button--contact::after {
  background: url(../images/common/cmn-ico-btnarw-dark01.svg) no-repeat center/contain;
}
.c-button--white:hover::after, .c-button--contact:hover::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c-button--white {
    height: auto;
  }
}
.c-button--contact {
  height: 60px;
}
.c-button--link {
  height: 60px;
}
.c-button--link::before {
  background: url(../images/common/cmn-btnlink-ico01.png) no-repeat center/contain;
}
.c-button--link::after {
  content: none;
}
.c-button--link:hover {
  background: #D7E0E5;
}
.c-button--link-blue {
  height: 60px;
}
.c-button--link-blue::before {
  background: url(../images/common/cmn-ico-external01.svg) no-repeat center/contain;
}
.c-button--link-blue::after {
  background: url(../images/common/cmn-ico-blue-external01.svg) no-repeat center/contain;
}
.c-button--min {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .c-button--min {
    max-width: 100%;
  }
}
.c-button--base {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .c-button--base {
    max-width: 100%;
  }
}
.c-button--regular {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .c-button--regular {
    max-width: 100%;
  }
}
.c-button--middle {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-button--middle {
    max-width: 100%;
  }
}
.c-button--max {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-button--max {
    width: 100%;
  }
}
.c-button--semi-max {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 450px) {
  .c-button--semi-max {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-button--sus {
    width: 100%;
  }
}
.c-button--100 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-button--100 {
    width: 100%;
  }
}
.c-button--boxin230 {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .c-button--boxin230 {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .c-button--boxin230 {
    max-width: 100%;
  }
}
.c-button--boxin280 {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .c-button--boxin280 {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .c-button--boxin280 {
    max-width: 100%;
  }
}
.c-button--recruit {
  max-width: 300px;
}
@media screen and (max-width: 450px) {
  .c-button--recruit {
    max-width: 100%;
  }
}
.c-button--topsus {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 70px 10px 25px;
}
@media screen and (max-width: 450px) {
  .c-button--topsus {
    width: 100%;
  }
}
.c-button--center {
  margin-left: auto;
  margin-right: auto;
}
.c-button--right {
  margin-left: auto;
  margin-right: 0;
}
.c-button--active {
  color: #000;
  background: #D7E0E5;
  pointer-events: none;
}
.c-button--active::before {
  content: none;
}
.c-button--prev {
  color: #000;
  background: #D7E0E5;
}
.c-button--prev::before {
  background: url(../images/common/cmn-ico-btnarw-black01.svg) no-repeat center/contain;
}
.c-button--prev::after {
  background: url(../images/common/cmn-ico-btnarw-dark01.svg) no-repeat center/contain;
}
.c-button--prev::before, .c-button--prev::after {
  transform: translateY(-50%) scale(-1, 1);
}
.c-button--icon {
  padding: 10px 80px 10px 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  transition: opacity 0.3s;
}
.c-button--icon::before {
  width: 50px;
  height: 50px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/cmn-ico-pdf-white01.svg) no-repeat center/contain;
  opacity: 1;
}
.c-button--icon::after {
  display: none;
}
.c-button--icon:hover {
  opacity: 0.7;
}
.c-button--icon--white {
  background: #fff;
  color: #000;
}
.c-button--icon--center {
  justify-content: center;
}
.c-button--icon--da {
  padding: 10px 20px;
  background: #D7E0E5;
  color: #000;
  pointer-events: none;
}
.c-button--icon--da::before {
  content: none;
}
.c-button--h60 {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .c-button--h60 {
    height: auto;
  }
}
.c-button--h70 {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .c-button--h70 {
    height: 60px;
  }
}
@media screen and (max-width: 450px) {
  .c-button--p-rs {
    padding: 10px 65px 10px 20px;
  }
}

.c-button-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .c-button-wrap {
    flex-direction: column;
  }
}
.c-button-wrap__inr {
  max-width: 374px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-button-wrap__inr {
    max-width: none;
    flex: none;
  }
}
.c-button-wrap--left {
  justify-content: flex-start;
}
.c-button-wrap--right {
  justify-content: flex-end;
}

.c-button-flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-button-flex {
    flex-direction: column;
    gap: 10px;
  }
}
.c-button-flex--vt {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.c-button-flex > li > a {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-button-flex > li > a {
    width: 100%;
  }
}

.c-tab-button {
  position: relative;
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  font-weight: 700;
  width: 100%;
  height: 70px;
  border-radius: 8px;
  padding: 10px 25px;
  transition: 0.3s ease;
}
.c-tab-button::before, .c-tab-button::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.c-tab-button::before {
  background: url(../images/common/cmn-ico-btnarw-black01.svg) no-repeat center/contain;
}
.c-tab-button::after {
  transition: 0.3s ease;
  background: url(../images/common/cmn-ico-btnarw-dark01.svg) no-repeat center/contain;
  opacity: 0;
  z-index: 1;
}
.c-tab-button.active {
  transform: none;
}
.c-tab-button.active::after {
  opacity: 1;
}
.c-tab-button.active:hover {
  transform: none;
}
.c-pdf-button {
  position: relative;
  padding-left: 40px;
}
.c-pdf-button::before {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-pdf-blue01.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-pagetop-button {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  color: #005BAC;
  border: 1px solid #005BAC;
  font-weight: 700;
  width: 100%;
  max-width: 234px;
  height: 50px;
  border-radius: 8px;
  padding: 10px 60px 10px 25px;
  transition: 0.3s ease;
  margin-left: auto;
}
@media screen and (max-width: 450px) {
  .c-pagetop-button {
    width: 100%;
    max-width: none;
    padding: 10px 70px 10px 15px;
  }
}
.c-pagetop-button::before, .c-pagetop-button::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.c-pagetop-button::before {
  background: url(../images/common/cmn-ico-pagetop-white01.svg) no-repeat center/contain;
}
.c-pagetop-button::after {
  transition: 0.3s ease;
  background: url(../images/common/cmn-ico-pagetop-blue01.svg) no-repeat center/contain;
  opacity: 0;
  z-index: 1;
}
.c-pagetop-button:hover::after {
  opacity: 1;
}

.c-pagetop-button-blue {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  background: #005BAC;
  color: #fff;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  height: 60px;
  border-radius: 8px;
  padding: 10px 22px 10px 62px;
  transition: 0.3s ease;
  margin-left: auto;
}
@media screen and (max-width: 450px) {
  .c-pagetop-button-blue {
    width: 100%;
    max-width: none;
    padding: 10px 15px 10px 70px;
  }
}
.c-pagetop-button-blue::before, .c-pagetop-button-blue::after {
  content: "";
  position: absolute;
  left: 20px;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.c-pagetop-button-blue::before {
  background: url(../images/common/cmn-ico-pagetop-white-line.svg) no-repeat center/contain;
}
.c-pagetop-button-blue::after {
  transition: 0.3s ease;
  background: url(../images/common/cmn-ico-pagetop-white-beta.svg) no-repeat center/contain;
  opacity: 0;
  z-index: 1;
}
.c-pagetop-button-blue:hover::after {
  opacity: 1;
}

.c-tel-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  border-radius: 8px;
  line-height: 1;
  min-height: 60px;
  padding: 10px;
  min-width: 330px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1078px) {
  .c-tel-button {
    min-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .c-tel-button {
    min-width: auto;
    font-size: 1.25rem;
  }
}
.c-tel-button i {
  position: relative;
  padding-right: 37px;
}
.c-tel-button i::before {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-tel01.svg) no-repeat center/contain;
  width: 27px;
  height: 27px;
  left: 0;
  top: 50%;
  transform: translateY(-47%);
}
.c-tel-button--fax {
  pointer-events: none;
}
.c-tel-button--fax i::before {
  background: url(../images/common/cmn-ico-fax01.svg) no-repeat center/contain;
}
.c-tel-button:hover {
  opacity: 0.6;
}

/* =============================================
汎用カードレイアウト
============================================= */
.c-card {
  background: #fff;
  padding: 20px;
}

.c-card-grid {
  position: relative;
  border: 1px solid #005BAC;
  padding: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: 216px 1fr;
  gap: 10%;
  transition: opacity 0.3s;
}
.c-card-grid::before {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-btnarw-black01.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-card-grid::before {
    width: 36px;
    height: 36px;
  }
}
.c-card-grid::after {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-btnarw-dark01.svg) no-repeat center/contain;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  transition: 0.3s ease;
  opacity: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .c-card-grid::after {
    width: 36px;
    height: 36px;
  }
}
.c-card-grid:hover::after {
  opacity: 1;
}
.c-card-grid:hover .c-card-grid__img img {
  transform: scale(1.05);
}
@media screen and (max-width: 1200px) {
  .c-card-grid {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-card-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 450px) {
  .c-card-grid {
    grid-template-columns: 1fr;
  }
}
.c-card-grid__img {
  overflow: hidden;
  height: 216px;
}
.c-card-grid__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: 0.3s ease;
}
@media screen and (max-width: 450px) {
  .c-card-grid__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.c-card-grid__ttl {
  color: #005BAC;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

/* =============================================
お問い合わせTOP ページインジケーター
============================================= */
.c-contact-top-area {
  position: relative;
  background: #EFF7FF;
  padding: 50px 0;
}
.c-contact-top-area__txt {
  text-align: center;
  font-weight: 700;
  color: #005BAC;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-contact-top-area__txt {
    margin: 0 auto 20px;
    width: 90%;
  }
}
.c-contact-top-area__page {
  display: flex;
  justify-content: space-between;
  max-width: 620px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.c-contact-top-area__page::before {
  content: "";
  position: absolute;
  background: #005BAC;
  width: calc(100% - 80px);
  height: 1px;
  left: 50%;
  top: 40px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-contact-top-area__page::before {
    top: 35px;
  }
}
.c-contact-top-area__item {
  position: relative;
  z-index: 2;
  justify-items: center;
}
.c-contact-top-area__circle {
  width: 80px;
  height: 80px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid #005BAC;
  font-family: "Noto Sans", sans-serif;
  background: #fff;
  border-radius: 100px;
  color: #005BAC;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-contact-top-area__circle {
    width: 70px;
    height: 70px;
  }
}
.c-contact-top-area__circle--active {
  background: #005BAC;
  color: #fff;
}
.c-contact-top-area__step {
  font-size: 10px;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 700;
}
.c-contact-top-area__num {
  display: block;
  line-height: 1;
  font-size: 28px;
  font-weight: 600;
}
.c-contact-top-area__item-ttl {
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  color: #005BAC;
}
@media screen and (max-width: 768px) {
  .c-contact-top-area__item-ttl {
    margin-top: 7px;
  }
}

/* =============================================
copyright
============================================= */
.c-copyright {
  text-align: center;
  background: #000;
  padding: 18px 23vw;
  font-weight: 500;
  color: #fff;
  display: block;
  line-height: 1.2;
}
.c-copyright > small {
  font-size: 12px;
}

/* =============================================
画像サイズ調整
============================================= */
.c-figure-sizing {
  height: calc(100vh - 110px);
  max-width: 100%;
  max-height: 926px;
}
.c-figure-sizing--service {
  max-height: 668px;
}
@media screen and (max-width: 768px) {
  .c-figure-sizing {
    max-height: 550px;
  }
}
@media screen and (max-width: 450px) {
  .c-figure-sizing {
    height: auto;
  }
}
.c-figure-sizing img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* =============================================
サイト内検索窓
============================================= */
.c-search {
  position: relative;
  border: 1px solid #ccd4db;
  border-radius: 100px;
  width: 157px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  transition: width 0.3s ease;
}
.c-search--sp {
  border-radius: 10px;
  width: 100%;
  height: 56px;
  padding-right: 20px;
}
.c-search__txt {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-left: 5px;
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
}
.c-search__submit {
  max-width: 17px;
  width: 100%;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
}
.c-search__submit > img {
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-search:focus-within {
  width: 260px;
}
@media screen and (max-width: 1078px) {
  .c-search:focus-within {
    width: 100%;
  }
}

/* =============================================
メガメニュー展開時の背景
============================================= */
.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 35, 49, 0.5);
  z-index: 5; /* メガメニューより下、コンテンツより上に調整 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
}

/* クラスが付与されたら表示 */
.is-overlay-active {
  opacity: 1;
  visibility: visible;
}

/* =============================================
下層_セクション背景
============================================= */
.c-underbg-area {
  position: relative;
}
.c-underbg-area--cgray {
  background: rgba(215, 224, 229, 0.3);
}
.c-underbg-area--water {
  background: #EFF7FF;
}
.c-underbg-area--darkblue {
  background: #003f7e;
}
.c-underbg-area--service {
  background: url(../images/page/service-sec01-bg02.jpg) no-repeat center 200px/cover;
}
@media screen and (max-width: 768px) {
  .c-underbg-area--service {
    background: url(../images/page/service-sec01-bg02.jpg) no-repeat center 250px/cover;
  }
}
.c-underbg-area--wide {
  width: 100%;
  height: 321px;
}
@media screen and (max-width: 768px) {
  .c-underbg-area--wide {
    height: min(240px, 61.5vw);
  }
}
.c-underbg-area--wide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-underbg-area--btm > img {
  -o-object-position: bottom;
     object-position: bottom;
}

.c-underbg-img-area01 {
  position: relative;
  padding: 100px 0;
  background: url(../images/page/workplace-sec02-bg01.jpg) no-repeat center bottom/contain;
}
@media screen and (max-width: 768px) {
  .c-underbg-img-area01 {
    padding: 40px 0;
  }
}

/* =============================================
下層_横並びレイアウト
============================================= */
.c-underly01 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding-left: calc((100% - 1280px) / 2);
}
@media screen and (max-width: 1361px) and (min-width: 451px) {
  .c-underly01 {
    padding-left: 3%;
  }
}
@media screen and (max-width: 1078px) {
  .c-underly01 {
    flex-direction: column-reverse;
    padding-left: 0;
    width: 89.75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-underly01__img {
  height: 370px;
  width: max(900px, 56.25vw);
  max-width: 100%;
  flex: 1;
  margin-left: 60px;
}
@media screen and (max-width: 1078px) {
  .c-underly01__img {
    margin: 30px auto 0;
    width: min(800px, 100%);
    height: auto;
    flex: none;
  }
}
.c-underly01__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-underly01__img--high {
  height: 500px;
}
@media screen and (max-width: 1078px) {
  .c-underly01__img--high {
    height: 200px;
  }
}
.c-underly01__desc {
  max-width: 481px;
  width: 100%;
}
.c-underly01__desc p + p {
  margin-top: 2em;
}
@media screen and (max-width: 1078px) {
  .c-underly01__desc {
    max-width: 100%;
  }
}
.c-underly01__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1078px) {
  .c-underly01__ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .c-underly01__ttl {
    font-size: 1.5rem;
  }
}

.c-img-flex01 {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-img-flex01 {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.c-img-flex01__img {
  max-width: 620px;
  width: 100%;
}
@media screen and (max-width: 1078px) {
  .c-img-flex01__img {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .c-img-flex01__img {
    width: 80%;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .c-img-flex01__img {
    max-width: 100%;
  }
}
.c-img-flex01__img img {
  width: 100%;
  height: auto;
}
.c-img-flex01__img figcaption {
  font-weight: 500;
  margin-top: 5px;
}
.c-img-flex01__img--min {
  width: 35.2%;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .c-img-flex01__img--min {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .c-img-flex01__img--min {
    width: 100%;
  }
}
.c-img-flex01__img--middle {
  max-width: 478px;
}
@media screen and (max-width: 768px) {
  .c-img-flex01__img--middle {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .c-img-flex01__img--middle {
    width: 100%;
  }
}
.c-img-flex01__desc {
  flex: 1;
}
.c-img-flex01__desc--large {
  flex: auto;
  max-width: 620px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-img-flex01__desc--large {
    max-width: 100%;
  }
}
.c-img-flex01--lgap {
  gap: 110px;
}
@media screen and (max-width: 768px) {
  .c-img-flex01--lgap {
    gap: 40px;
  }
}
.c-img-flex01--reverse {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .c-img-flex01--reverse {
    flex-direction: column;
  }
}
.c-img-flex01--reverse .c-img-flex01__img--min {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .c-img-flex01--reverse .c-img-flex01__img--min {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-img-flex01--spreverse {
    flex-direction: column-reverse;
  }
}
.c-img-flex01--center {
  align-items: center;
}

.c-img-flex02 {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1078px) {
  .c-img-flex02 {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-img-flex02 {
    flex-direction: column;
    gap: 25px;
  }
}
.c-img-flex02__img {
  width: 43.75%;
}
@media screen and (max-width: 1078px) {
  .c-img-flex02__img {
    width: 32%;
  }
}
.c-img-flex02__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-img-flex02__img {
    width: 100%;
  }
}
.c-img-flex02__desc {
  flex: 1;
}

.c-img-flex03 {
  display: flex;
  gap: 4.5%;
}
.c-img-flex03__img01 {
  flex: 0.5;
}
.c-img-flex03__img02 {
  flex: 1;
}
.c-img-flex03 img {
  width: 100%;
  height: auto;
}

.c-img-flex04 {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-img-flex04 {
    flex-direction: column;
    gap: 25px;
  }
}
.c-img-flex04__img {
  max-width: 256px;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .c-img-flex04__img {
    height: auto;
    max-width: auto;
    min-height: 349px;
    width: max(240px, 30%);
    margin: 0 auto;
  }
}
.c-img-flex04__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-img-flex04__img-cap {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 15px;
}
.c-img-flex04__desc {
  flex: 1;
}

.c-img-flex05 > a {
  position: relative;
  display: flex;
}
@media screen and (max-width: 600px) {
  .c-img-flex05 > a {
    flex-direction: column;
    padding-bottom: 50px;
  }
}
.c-img-flex05 > a:hover .c-img-flex05__img img {
  transform: scale(1.12);
}
.c-img-flex05 > a:hover::after {
  opacity: 1;
}
.c-img-flex05 > a::before {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-btnarw-black01.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-img-flex05 > a::before {
    width: 36px;
    height: 36px;
  }
}
.c-img-flex05 > a::after {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-btnarw-dark01.svg) no-repeat center/contain;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  transition: 0.3s ease;
  opacity: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .c-img-flex05 > a::after {
    width: 36px;
    height: 36px;
  }
}
.c-img-flex05__img {
  max-width: 400px;
  width: 100%;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}
.c-img-flex05__img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
  height: auto;
}
@media screen and (max-width: 1078px) {
  .c-img-flex05__img {
    max-width: 100%;
    width: min(32vw, 400px);
    margin-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .c-img-flex05__img {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
.c-img-flex05__desc {
  flex: 1;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .c-img-flex05__desc {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.c-img-flex05__btn {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .c-img-flex05__btn {
    margin-top: 20px;
  }
}

.c-img-flex06 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-img-flex06 {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.c-img-flex06__img {
  max-width: 450px;
  width: 100%;
  margin-left: 40px;
}
.c-img-flex06__img img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-img-flex06__img {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}
.c-img-flex06__desc {
  max-width: 685px;
  width: 100%;
}

.c-button-flex01 {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1078px) {
  .c-button-flex01 {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-button-flex01 {
    flex-direction: column;
    gap: 30px;
  }
}
.c-button-flex01__desc {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-button-flex01__desc {
    width: 100%;
  }
}
.c-button-flex01__button {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .c-button-flex01__button {
    width: 100%;
  }
}
.c-button-flex01__button--min {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .c-button-flex01__button--min {
    width: 100%;
  }
}

.c-text-flex {
  display: flex;
}
.c-text-flex > *:not(:last-of-type) {
  margin-right: 15px;
}

/* =============================================
下層_画像レイアウト_コンテンツ幅いっぱい
============================================= */
.c-img-wrap01 {
  margin-bottom: 20px;
}
.c-img-wrap01 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-img-wrap01 img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* =============================================
下層_拠点一覧（海外現地法人）水色背景レイアウト
============================================= */
.p-overseas-ly-wrap {
  position: relative;
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-overseas-ly-wrap {
    width: 100%;
  }
}

.p-overseas-ly {
  position: relative;
  background: #EFF7FF;
  padding: 80px 80px 80px 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1078px) {
  .p-overseas-ly {
    padding: 80px 40px 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-overseas-ly {
    display: block;
    padding: 40px 20px 60px 0;
  }
}
.p-overseas-ly__ttl {
  position: relative;
  margin-bottom: 50px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-overseas-ly__ttl {
    margin-bottom: 20px;
  }
}
.p-overseas-ly__ttl__jp {
  display: block;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-overseas-ly__ttl__jp {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }
}
.p-overseas-ly__ttl__en {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-overseas-ly__ttl__en {
    font-size: 1.375rem;
  }
}
.p-overseas-ly__img {
  max-width: 400px;
  width: 100%;
  position: relative;
  margin-right: 50px;
}
.p-overseas-ly__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1078px) {
  .p-overseas-ly__img {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-overseas-ly__img {
    max-width: 100%;
    width: 100%;
    height: 280px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.p-overseas-ly__desc {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-overseas-ly__desc {
    padding-left: 20px;
  }
}
.p-overseas-ly__box {
  border: 1px solid #005BAC;
  padding: 30px;
  margin-bottom: 10px;
}
.p-overseas-ly__btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-overseas-ly__btn {
    margin-top: 30px;
  }
}

/* =============================================
下層トップタイトル
============================================= */
.c-underttl {
  position: relative;
  padding: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .c-underttl {
    padding: 40px 0 25px;
  }
}
.c-underttl__en {
  display: block;
  color: #005BAC;
  font-size: 3.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .c-underttl__en {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.c-underttl__jp {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-underttl__jp {
    font-size: 1rem;
  }
}

/* =============================================
見出し_共通
============================================= */
.c-h2ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-left: 65px;
}
@media screen and (max-width: 768px) {
  .c-h2ttl {
    font-size: 1.5rem;
    padding-left: 50px;
  }
}
.c-h2ttl::before {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-h2ttl-img01.png) no-repeat center/contain;
  width: 55px;
  height: 69px;
  left: 0;
  top: 0;
  transform: translateY(-8px);
}
@media screen and (max-width: 768px) {
  .c-h2ttl::before {
    width: 40px;
    height: 50px;
  }
}
.c-h2ttl--center {
  text-align: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-h2ttl--center {
    text-align: left;
  }
}
.c-h2ttl--mb10 {
  margin-bottom: 10px;
}
.c-h2ttl--mb20 {
  margin-bottom: 20px;
}
.c-h2ttl--mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-h2ttl--mb30 {
    margin-bottom: 20px;
  }
}
.c-h2ttl--mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-h2ttl--mb40 {
    margin-bottom: 20px;
  }
}
.c-h2ttl--mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-h2ttl--mb50 {
    margin-bottom: 30px;
  }
}
.c-h2ttl--cap {
  font-size: 1.5rem;
  margin-bottom: 20px;
  padding-left: 0;
}
.c-h2ttl--cap::before {
  content: none;
}
.c-h2ttl--nodeco {
  padding-left: 0;
}
.c-h2ttl--nodeco::before {
  display: none;
}

.c-h3ttl {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-h3ttl {
    font-size: 1.375rem;
  }
}
.c-h3ttl--mb10 {
  margin-bottom: 10px;
}
.c-h3ttl--mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-h3ttl--mb20 {
    margin-bottom: 15px;
  }
}
.c-h3ttl--mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-h3ttl--mb30 {
    margin-bottom: 20px;
  }
}
.c-h3ttl--blue {
  color: #005BAC;
}
.c-h3ttl--large {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-h3ttl--large {
    font-size: 1.5rem;
  }
}
.c-h3ttl--sl {
  font-size: 1.375rem;
}

.c-h4ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #005BAC;
}
.c-h4ttl--mb10 {
  margin-bottom: 10px;
}
.c-h4ttl--mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-h4ttl--mb20 {
    margin-bottom: 15px;
  }
}
.c-h4ttl--mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-h4ttl--mb30 {
    margin-bottom: 15px;
  }
}
.c-h4ttl--mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-h4ttl--mb40 {
    margin-bottom: 15px;
  }
}
.c-h4ttl--large {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-h4ttl--large {
    font-size: 1.25rem;
  }
}

/* =============================================
見出し_TOP用
============================================= */
.c-top-ttl {
  position: relative;
  font-weight: 600;
}
.c-top-ttl > span {
  display: block;
  line-height: 1.4;
}
.c-top-ttl__en {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: min(5rem, 5vw);
}
@media screen and (max-width: 768px) {
  .c-top-ttl__en {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 450px) {
  .c-top-ttl__en {
    font-size: min(3.2em, 13vw);
  }
}
.c-top-ttl__jp {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-top-ttl__jp {
    font-size: 1rem;
  }
}
.c-top-ttl--center {
  text-align: center;
}
.c-top-ttl--white {
  color: #fff;
}
.c-top-ttl--mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .c-top-ttl--mb25 {
    margin-bottom: 20px;
  }
}
.c-top-ttl--mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-top-ttl--mb40 {
    margin-bottom: 20px;
  }
}
.c-top-ttl--mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-top-ttl--mb50 {
    margin-bottom: 20px;
  }
}

/* =============================================
下層_リスト
============================================= */
.c-list-disc > li {
  font-weight: 600;
  position: relative;
  padding-left: 17px;
}
.c-list-disc > li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  position: absolute;
  top: 11px;
  left: 0;
  background: #005BAC;
}
.c-list-disc--lgap li + li {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-list-disc--lgap li + li {
    margin-top: 0;
  }
}

.c-list-disc-small > li {
  position: relative;
  padding-left: 16px;
}
.c-list-disc-small > li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  top: 13px;
  left: 0;
  background: #005BAC;
}

.c-list-num {
  counter-reset: number;
}
.c-list-num > li {
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}
.c-list-num > li + li {
  margin-top: 5px;
}
.c-list-num > li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  display: grid;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  place-content: center;
  font-size: 0.875rem;
  line-height: 1;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  top: 6px;
  left: 0;
  padding-left: 1px;
  background: #005BAC;
}
.c-list-num--lgap > li::before {
  top: 4px;
}
.c-list-num--lgap li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-list-num--lgap li + li {
    margin-top: 0;
  }
}

.c-dl--warehouse dt {
  font-weight: 600;
  font-size: 1.375em;
  margin-bottom: 20px;
}
.c-dl--warehouse__txt {
  font-weight: 700;
  text-align: right;
  font-size: 1.125rem;
}

.c-indent-text > li {
  text-indent: -1em;
  padding-left: 1em;
}

.c-dl-disc dd + dt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-dl-disc dd + dt {
    margin-top: 10px;
  }
}

/* =============================================
下層_モーダル
============================================= */
.c-modal-wrap {
  position: relative;
}

.c-modal-open {
  display: none;
  width: 58px;
  height: 58px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
.c-modal-open img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-modal-open {
    display: block;
  }
}

.c-modal-cont {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.c-modal-cont.is-active {
  display: flex;
}
.c-modal-cont img {
  width: 180%;
  height: 180%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.c-modal-cont--wide img {
  width: 240%;
  height: 240%;
}

.c-modal-close {
  color: #005BAC;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 1;
  font-size: 1.2rem;
}

.c-modal-inner {
  max-width: 90%;
  max-height: calc(100% - 60px);
  background: #fff;
  padding: 15px;
  overflow: scroll;
}

/* =============================================
下層_テーブル
============================================= */
.c-table {
  width: 100%;
}
.c-table th, .c-table td {
  vertical-align: middle;
  line-height: 1.6;
  padding: 15px 40px;
  border-bottom: 1px solid #ccd4db;
}
@media screen and (max-width: 768px) {
  .c-table th, .c-table td {
    font-size: 0.875rem;
    padding: 15px;
  }
}
.c-table th.-border, .c-table td.-border {
  border: 1px solid #ccd4db;
}
.c-table th {
  background: #EFF7FF;
}
.c-table th:first-child {
  text-align: center;
  padding: 15px 0;
}
.c-table--marine thead th:first-child {
  width: 125px;
}
@media screen and (max-width: 768px) {
  .c-table--marine thead th:first-child {
    width: 80px;
  }
}
.c-table--marine thead th:nth-child(2) {
  width: 415px;
}
@media screen and (max-width: 1078px) {
  .c-table--marine thead th:nth-child(2) {
    width: 24vw;
  }
}
@media screen and (max-width: 768px) {
  .c-table--marine thead th:nth-child(2) {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .c-table--warehouse {
    border: 1px solid #ccd4db;
  }
}
.c-table--warehouse colgroup col:nth-child(1),
.c-table--warehouse colgroup col:nth-child(2),
.c-table--warehouse colgroup col:nth-child(4) {
  width: 136px;
}
.c-table--warehouse colgroup col:nth-child(3),
.c-table--warehouse colgroup col:nth-child(5) {
  width: calc((100% - 408px) / 2);
}
@media screen and (max-width: 768px) {
  .c-table--warehouse colgroup col:nth-child(1),
  .c-table--warehouse colgroup col:nth-child(3) {
    width: 136px;
  }
  .c-table--warehouse colgroup col:nth-child(2),
  .c-table--warehouse colgroup col:nth-child(4) {
    width: calc((100% - 272px) / 2);
  }
}
.c-table--warehouse th, .c-table--warehouse td {
  padding: 15px;
  font-size: 1.125rem;
  line-height: 1.5;
  vertical-align: text-top;
  border-right: 1px solid #ccd4db;
}
.c-table--warehouse th.no-visible, .c-table--warehouse td.no-visible {
  border: none !important;
  background: none;
}
.c-table--warehouse th {
  text-align: center;
}
.c-table--warehouse th:first-child {
  border-left: 1px solid #ccd4db;
}
.c-table--warehouse td {
  font-weight: 500;
}
.c-table--warehouse thead th {
  border-top: 1px solid #ccd4db;
}
.c-table--tank {
  border: 1px solid #ccd4db;
  table-layout: fixed;
  width: 100%;
}
.c-table--tank colgroup col {
  width: auto;
}
.c-table--tank colgroup col:first-child {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .c-table--tank colgroup col:first-child {
    width: 30%;
  }
}
.c-table--tank th, .c-table--tank td {
  padding: 15px;
  font-size: 1.125rem;
  line-height: 1.5;
  vertical-align: text-top;
}
.c-table--tank th:not(:last-child), .c-table--tank td:not(:last-child) {
  border-right: 1px solid #ccd4db;
}
.c-table--tank th:first-child {
  padding: 15px;
  text-align: left;
}
.c-table--tank tbody th, .c-table--tank tbody td {
  font-weight: 500;
}
.c-table--tank-small {
  border: 1px solid #ccd4db;
  table-layout: fixed;
  width: 100%;
}
.c-table--tank-small colgroup col {
  width: auto;
}
.c-table--tank-small colgroup col:first-child {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .c-table--tank-small colgroup col:first-child {
    width: 30%;
  }
}
.c-table--tank-small th, .c-table--tank-small td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: text-top;
}
.c-table--tank-small th:not(:last-child), .c-table--tank-small td:not(:last-child) {
  border-right: 1px solid #ccd4db;
}
.c-table--tank-small th:first-child {
  padding: 15px;
  text-align: left;
}
.c-table--fleet {
  border: 1px solid #ccd4db;
  table-layout: fixed;
  width: 100%;
}
.c-table--fleet colgroup col {
  width: auto;
}
.c-table--fleet colgroup col:first-child {
  width: 52%;
}
.c-table--fleet th, .c-table--fleet td {
  padding: 10px;
  font-size: 1.125rem;
  line-height: 1.5;
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .c-table--fleet th, .c-table--fleet td {
    font-size: 1rem;
  }
}
.c-table--fleet th:not(:last-child), .c-table--fleet td:not(:last-child) {
  border-right: 1px solid #ccd4db;
}
.c-table--fleet th:first-child {
  padding: 10px;
  text-align: left;
}
.c-table--fleet tbody td {
  padding: 10px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .c-table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 25px;
  }
  .c-table-scroll::-webkit-scrollbar {
    height: 4px;
  }
  .c-table-scroll::-webkit-scrollbar-track {
    background: #c5c5c5;
  }
  .c-table-scroll::-webkit-scrollbar-thumb {
    background: #005BAC;
  }
  .c-table-scroll .c-table--warehouse {
    width: 160%;
  }
  .c-table-scroll .c-table--tank {
    width: 140%;
  }
}
@media screen and (max-width: 600px) {
  .c-table-scroll table {
    width: 200%;
  }
  .c-table-scroll .c-table--warehouse {
    width: 300%;
  }
  .c-table-scroll .c-table--tank {
    width: 240%;
  }
}

.c-table-border {
  width: 100%;
  border-top: 1px solid #ccd4db;
}
.c-table-border th, .c-table-border td {
  vertical-align: text-top;
  line-height: 1.6;
  padding: 20px 0;
  border-bottom: 1px solid #ccd4db;
}
@media screen and (max-width: 768px) {
  .c-table-border th, .c-table-border td {
    font-size: 0.875rem;
    padding: 15px 0;
  }
}
.c-table-border th {
  width: 30%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-table-border th {
    padding-right: 10px;
  }
}
.c-table-border td {
  width: 70%;
}
.c-table-border td *:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-table-border td *:not(:last-child) {
    margin-bottom: 5px;
  }
}

/* =============================================
リンク
============================================= */
.c-link-pdf {
  display: inline-block;
  line-height: 1.8;
  text-decoration: underline;
  padding-right: 30px;
  color: #000;
  position: relative;
}
.c-link-pdf:hover {
  text-decoration: none;
}
.c-link-pdf::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background: url(../images/common/cmn-ico-pdf-blue01.svg) no-repeat center/cover;
}
.c-link-pdf--spright {
  margin-left: auto;
}
.c-link-pdf--spsmall::before {
  width: 28px;
  height: 28px;
}
.c-link-pdf--out::before {
  background: url(../images/common/cmn-btnlink-ico01.png) no-repeat center/cover;
}
.c-link-pdf--large {
  font-size: 1.25rem;
  padding-right: 45px;
}
.c-link-pdf--large::before {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .c-link-pdf--large::before {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .c-link-pdf--large {
    font-size: 1.125rem;
    padding-right: 35px;
  }
}

.c-link-txt {
  display: inline-block;
}
.c-link-txt:hover {
  text-decoration: underline;
}

.c-link-txt-ul {
  display: inline-block;
  text-decoration: underline;
}
.c-link-txt-ul--white {
  color: #fff;
}
.c-link-txt-ul:hover {
  text-decoration: none;
}

.c-link-out {
  position: relative;
  padding-right: 40px;
  transition: 0.3s ease;
}
.c-link-out::before {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-btnlink-ico01.png) no-repeat center/cover;
  width: 35px;
  height: 35px;
  right: 0;
  top: 3px;
}
.c-link-out:hover {
  opacity: 0.6;
}

/* =============================================
アンカーリンク
============================================= */
.p-anchorlink-list {
  background: #EFF7FF;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .p-anchorlink-list {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
    position: relative;
  }
  .p-anchorlink-list::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #EFF7FF;
    z-index: -1;
  }
}
.p-anchorlink-list__button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #005BAC;
  border-radius: 10px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  padding: 13px 25px 13px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-anchorlink-list__button {
    width: 100%;
  }
}
.p-anchorlink-list__button::before, .p-anchorlink-list__button::after {
  content: "";
  position: absolute;
  left: 20px;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-anchorlink-list__button::before {
  background: url(../images/common/cmn-ico-anchor-white01.svg) no-repeat center/contain;
}
.p-anchorlink-list__button::after {
  transition: 0.3s ease;
  background: url(../images/common/cmn-ico-anchor-blue01.svg) no-repeat center/contain;
  z-index: 1;
  opacity: 0;
}
.p-anchorlink-list__button:hover::after {
  opacity: 1;
}
.p-anchorlink-list__button--active {
  color: #000;
  background: #D7E0E5;
  padding: 13px 25px;
  pointer-events: none;
}
.p-anchorlink-list__button--active::before {
  content: none;
}
.p-anchorlink-list__button--jump::before, .p-anchorlink-list__button--jump::after {
  transform: translateY(-50%) rotate(-90deg);
}

/* =============================================
カードレイアウト
============================================= */
.p-card {
  display: grid;
}

.p-card-strengs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 280px;
  gap: 50px;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1078px) {
  .p-card-strengs {
    max-width: 80%;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-card-strengs {
    gap: 20px;
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-card-strengs {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}
.p-card-strengs__ttl {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 1078px) {
  .p-card-strengs__ttl {
    font-size: min(1.5vw, 18px);
  }
}
@media screen and (max-width: 600px) {
  .p-card-strengs__ttl {
    font-size: 18px;
  }
}
.p-card-strengs__item {
  color: #fff;
  padding: 36px 38px 28px;
  background: #005BAC;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1078px) {
  .p-card-strengs__item {
    aspect-ratio: 1/1;
    padding: 25px 20px 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-card-strengs__item {
    padding: 20px 20px 15px;
  }
}
@media screen and (max-width: 600px) {
  .p-card-strengs__item {
    aspect-ratio: auto;
  }
}
.p-card-strengs__item:nth-child(2) {
  background: #003f7e;
}
.p-card-strengs__nums {
  margin-top: auto;
  color: #fff;
  display: block;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-card-strengs__nums {
    text-align: right;
  }
}
.p-card-strengs__cap {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1078px) {
  .p-card-strengs__cap {
    font-size: 1vw;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 450px) {
  .p-card-strengs__cap {
    font-size: 12px;
  }
}
.p-card-strengs__num {
  display: block;
  font-size: 3.5rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 1078px) {
  .p-card-strengs__num {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 450px) {
  .p-card-strengs__num {
    font-size: 40px;
  }
}

.p-card-service {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 32px;
}
@media screen and (max-width: 1078px) {
  .p-card-service {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-card-service {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 450px) {
  .p-card-service {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-card-service__item {
  position: relative;
  display: block;
  height: 100%;
}
.p-card-service__item::before {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-btnarw-black01.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.p-card-service__item::after {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-btnarw-dark01.svg) no-repeat center/contain;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  transition: 0.3s ease;
  opacity: 0;
  z-index: 3;
}
.p-card-service__item:hover::after {
  opacity: 1;
}
.p-card-service__item:hover .p-card-service__img img {
  transform: scale(1.05);
}
.p-card-service__img {
  height: 173px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-card-service__img {
    height: 200px;
    margin-bottom: 15px;
  }
}
.p-card-service__img img {
  transition: 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-card-service__img img {
    width: 100%;
    height: 200px;
  }
}
.p-card-service__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-card-service__ttl {
    font-size: 1.125rem;
  }
}
.p-card-service__desc {
  min-height: 157px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-card-service__desc {
    min-height: auto;
    padding-bottom: 46px;
  }
}

.p-card-packaging {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-card-packaging {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-card-packaging {
    grid-template-columns: 1fr;
  }
}
.p-card-packaging__item {
  border: 1px solid #005BAC;
  padding: 20px 25px 25px;
}
@media screen and (max-width: 768px) {
  .p-card-packaging__item {
    padding: 25px;
  }
}
.p-card-packaging__ttl {
  color: #005BAC;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-card-packaging__ttl {
    font-size: 1.125rem;
  }
}

.p-card-marine {
  display: grid;
  grid-template-columns: 1fr;
}
.p-card-marine__item {
  border: 1px solid #005BAC;
  padding: 50px;
  display: grid;
  grid-template-columns: 300px 1fr;
}
@media screen and (max-width: 768px) {
  .p-card-marine__item {
    padding: 25px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-card-worker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-card-worker {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-card-worker__item {
  border: 1px solid #005BAC;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .p-card-worker__item {
    padding: 35px 30px;
  }
}

/* =============================================
お問い合わせ_フッター共通
============================================= */
.p-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 316px;
  background: #005BAC;
}
@media screen and (max-width: 600px) {
  .p-contact {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.p-contact__desc {
  display: grid;
  place-content: center left;
  padding: 50px 80px;
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 1078px) {
  .p-contact__desc {
    padding: 50px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__desc {
    padding: 40px 30px 30px;
  }
}
.p-contact__img {
  flex: 1;
}
.p-contact__img > img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-contact__img > img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-contact__img > img {
    height: 264px;
  }
}
.p-contact__ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact__ttl {
    font-size: 1.5rem;
  }
}
.p-contact__txt {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 1078px) {
  .p-contact__txt {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

/* =============================================
お問い合わせ_ページ
============================================= */
.p-contact-page {
  position: relative;
  max-width: 100%;
}
.p-contact-page__col {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: flex-start;
  gap: 80px;
}

@media screen and (min-width: 769px) {

  .p-contact-page__col {
    row-gap: 0;
  }
}

.p-contact-page__desc {
  padding-left: 1.5em;
  font-size: 0.875em;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .p-contact-page__col {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-contact-page__col + .p-contact-page__col {
  margin-top: 20px;
}
.p-contact-page__col + .p-contact-page__col--tall {
  margin-top: 50px;
}
.p-contact-page__col--wide {
  grid-template-columns: 50px auto;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-contact-page__col--wide {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-contact-page__ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact-page__ttl-wrap {
    min-height: 30px;
  }
}
.p-contact-page__ttl {
  font-weight: 700;
}
.p-contact-page__hissu {
  display: inline-block;
  background: #D50000;
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 20px;
}
.p-contact-page__box {
  border: 1px solid #ccd4db;
  width: 100%;
  min-height: 60px;
  padding: 15px 22px;
}
.p-contact-page__box::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.p-contact-page__box::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.p-contact-page__box--fit {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-contact-page__box--fit {
    width: 100%;
  }
}
.p-contact-page__check-list {
  padding: 15px 0;
  min-height: 60px;
}
.p-contact-page__check-item {
  position: relative;
  padding-left: 40px;
  min-height: 30px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.p-contact-page__check-item + .p-contact-page__check-item {
  margin-top: 10px;
}
.p-contact-page__check-item .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1.5px solid #005BAC;
  border-radius: 40px;
  transition: 0.2s;
}
.p-contact-page__check-item .checkmark::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 7px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
.p-contact-page__check-item .checkmark--square {
  border-radius: 6px;
}
.p-contact-page__check-item input:checked ~ .checkmark {
  background-color: #005BAC;
}
.p-contact-page__check-item input:checked ~ .checkmark::after {
  display: block;
}
.p-contact-page__check-item:hover .checkmark {
  border-color: #005BAC;
}
.p-contact-page__select-box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
.p-contact-page__select-box::before {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-arw-btm-black01.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  right: 10px;
  top: 15px;
  pointer-events: none;
}
.p-contact-page__select-box select {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 80px 15px 22px;
  width: fit-content;
}
.p-contact-page__confirm {
  width: 100%;
  min-height: 60px;
  padding: 15px 22px;
}
@media screen and (max-width: 768px) {
  .p-contact-page__confirm {
    padding: 10px 0;
  }
}

/* =============================================
環境への配慮、安全・品質管理 KVエリア用
============================================= */
.p-enviro-top {
  position: relative;
}
.p-enviro-top__layout {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .p-enviro-top__layout {
    flex-direction: column;
  }
}
.p-enviro-top__figure {
  position: relative;
  max-width: 690px;
  width: 43.125vw;
  margin-left: min(117px, 7.31vw);
}
@media screen and (max-width: 1078px) {
  .p-enviro-top__figure {
    margin-left: 4.3vw;
  }
}
@media screen and (max-width: 600px) {
  .p-enviro-top__figure {
    max-width: 100%;
    width: 100%;
    margin: 40px auto 0;
  }
}
.p-enviro-top__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: min(550px, 34.375vw);
  height: min(270px, 16.875vw);
}
@media screen and (max-width: 600px) {
  .p-enviro-top__figure img {
    width: 71.6vw;
    height: 35.12vw;
  }
}
.p-enviro-top__figure img + img {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .p-enviro-top__figure img + img {
    margin-top: 10px;
  }
}
.p-enviro-top__figure__img01, .p-enviro-top__figure__img03 {
  margin-right: 8.75vw;
}
@media screen and (max-width: 600px) {
  .p-enviro-top__figure__img01, .p-enviro-top__figure__img03 {
    margin-right: 18vw;
  }
}
.p-enviro-top__figure__img02 {
  margin-left: 8.75vw;
}
@media screen and (max-width: 600px) {
  .p-enviro-top__figure__img02 {
    margin-left: 18vw;
  }
}
.p-enviro-top__desc {
  font-weight: 700;
  position: sticky;
  top: 120px;
  max-width: 473px;
}
@media screen and (max-width: 1078px) {
  .p-enviro-top__desc {
    position: static;
    max-width: 373px;
  }
}
@media screen and (max-width: 768px) {
  .p-enviro-top__desc {
    max-width: 42.96vw;
  }
}
@media screen and (max-width: 600px) {
  .p-enviro-top__desc {
    max-width: 100%;
  }
}
.p-enviro-top__catch {
  margin-bottom: 15px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1078px) {
  .p-enviro-top__catch {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-enviro-top__catch {
    font-size: min(1.82vw, 14px);
  }
}
@media screen and (max-width: 600px) {
  .p-enviro-top__catch {
    font-size: min(14px, 3.58vw);
  }
}
.p-enviro-top__sub-box {
  margin-bottom: 20px;
}
.p-enviro-top__sub-box span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #005BAC;
  color: #fff;
  font-size: 1.25rem;
  padding: 2px 20px;
}
@media screen and (max-width: 1078px) {
  .p-enviro-top__sub-box span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-enviro-top__sub-box span {
    font-size: min(2.34vw, 18px);
    padding: min(2px, 0.26vw) min(20px, 2.6vw);
  }
}
@media screen and (max-width: 600px) {
  .p-enviro-top__sub-box span {
    font-size: min(18px, 4.615vw);
    padding: 2px 20px;
  }
}
.p-enviro-top__sub-box span + span {
  margin-top: 8px;
}
.p-enviro-top__ttl {
  font-size: 3.375rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 1390px) {
  .p-enviro-top__ttl {
    font-size: 3.375vw;
  }
}
@media screen and (max-width: 1078px) {
  .p-enviro-top__ttl {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-enviro-top__ttl {
    font-size: min(4.68vw, 36px);
  }
}
@media screen and (max-width: 600px) {
  .p-enviro-top__ttl {
    font-size: min(36px, 9.23vw);
  }
}

.p-enviro-top-bg {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 1078px) {
  .p-enviro-top-bg {
    padding-top: 50px;
  }
}
.p-enviro-top-bg::before {
  content: "";
  position: absolute;
  background: #EFF7FF;
  width: calc(100% - 240px);
  height: calc(100% - 90px);
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1078px) {
  .p-enviro-top-bg::before {
    width: calc(100% - 40px);
    height: calc(100% - 46px);
  }
}

.p-enviro-top-anchor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  font-weight: 700;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .p-enviro-top-anchor {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 80px;
  }
}
.p-enviro-top-anchor > li a {
  display: block;
  padding: 50px;
  background: #005BAC;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 8px;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 1078px) {
  .p-enviro-top-anchor > li a {
    font-size: 1rem;
    padding: 25px 30px 60px;
  }
}
.p-enviro-top-anchor > li a::before, .p-enviro-top-anchor > li a::after {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-arw-btm-white01.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  right: 60px;
  bottom: 50px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1078px) {
  .p-enviro-top-anchor > li a::before, .p-enviro-top-anchor > li a::after {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
}
.p-enviro-top-anchor > li a::after {
  background: url(../images/common/cmn-ico-arw-btm-hover01.svg) no-repeat center/contain;
  opacity: 0;
  z-index: 2;
}
.p-enviro-top-anchor > li a:hover::after {
  opacity: 1;
}
.p-enviro-top-anchor__ttl {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-enviro-top-anchor__ttl {
    font-size: 1.125rem;
  }
}
.p-enviro-top-anchor__list li + li {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-enviro-top-anchor__list li + li {
    margin-top: 2px;
  }
}

/* =============================================
グリッドレイアウト
============================================= */
.p-button-grid {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-button-grid {
    gap: 10px;
  }
}
.p-button-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 450px) {
  .p-button-grid--col2 {
    grid-template-columns: 1fr;
  }
}
.p-button-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1078px) {
  .p-button-grid--col4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-button-grid--col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .p-button-grid--col4 {
    grid-template-columns: 1fr;
  }
}

.p-grid-cont {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 1078px) {
  .p-grid-cont {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.p-grid-ly {
  display: grid;
}
.p-grid-ly__img {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.p-grid-ly__img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
  height: auto;
}
.p-grid-ly__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-grid-ly__ttl--mb0 {
  margin-bottom: 0;
}
.p-grid-ly__small-ttl {
  font-weight: 700;
}
.p-grid-ly__link {
  transition: opacity 0.3s;
}
.p-grid-ly__link:hover {
  opacity: 0.6;
}
.p-grid-ly__desc {
  min-height: 157px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-grid-ly__desc {
    min-height: auto;
    padding-bottom: 46px;
  }
}
.p-grid-ly__icon {
  display: grid;
  grid-template-rows: subgrid;
}
.p-grid-ly__icon > a {
  position: relative;
  display: block;
  transition: opacity 0.3s;
}
.p-grid-ly__icon > a::before {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-btnarw-black01.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-grid-ly__icon > a::before {
    width: 36px;
    height: 36px;
  }
}
.p-grid-ly__icon > a::after {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-btnarw-dark01.svg) no-repeat center/contain;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  transition: 0.3s ease;
  opacity: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-grid-ly__icon > a::after {
    width: 36px;
    height: 36px;
  }
}
.p-grid-ly__icon > a:hover::after {
  opacity: 1;
}
.p-grid-ly__icon > a:hover .p-grid-ly__img img {
  transform: scale(1.05);
}
.p-grid-ly--center {
  align-items: center;
}
.p-grid-ly--end {
  align-items: flex-end;
}
.p-grid-ly--col2 {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1078px) {
  .p-grid-ly--col2 {
    gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-grid-ly--col2 {
    grid-template-columns: 1fr;
  }
}
.p-grid-ly--col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}
@media screen and (max-width: 1078px) {
  .p-grid-ly--col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 450px) {
  .p-grid-ly--col3 {
    grid-template-columns: 1fr;
  }
}
.p-grid-ly--corpo {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1078px) {
  .p-grid-ly--corpo {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-grid-ly--gap80 {
  gap: 80px;
}
@media screen and (max-width: 1078px) {
  .p-grid-ly--gap80 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-grid-ly--vgap50 {
  gap: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p-grid-ly--vgap50 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-grid-ly--sp-mingap {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-grid-ly--sp-gap10 {
    gap: 10px !important;
  }
  .p-grid-ly--sp-gap20 {
    gap: 20px !important;
  }
}

.p-grid-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 200px;
}
@media screen and (max-width: 1078px) {
  .p-grid-map {
    gap: 100px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-grid-map {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-grid-map__list > li {
  padding-left: 16px;
  position: relative;
}
.p-grid-map__list > li::before {
  content: "";
  position: absolute;
  background: #005BAC;
  height: 1px;
  left: 0;
  top: 14px;
  width: 8px;
}
.p-grid-map__list > li.noline::before {
  content: none;
}
.p-grid-map__list > li + li {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-grid-map__list > li + li {
    margin-top: 8px;
  }
}
.p-grid-map__list > li a {
  font-weight: 500;
}
.p-grid-map__list > li a:hover {
  text-decoration: underline;
}
.p-grid-map + .p-grid-map {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-grid-map + .p-grid-map {
    margin-top: 50px;
  }
}

.p-grid-enviro01 {
  display: grid;
  grid-template-columns: 475px 1fr;
  gap: 40px;
}
@media screen and (max-width: 1078px) {
  .p-grid-enviro01 {
    grid-template-columns: 1fr;
  }
}
.p-grid-enviro01__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-grid-enviro01__ttl span {
  font-size: 1.125rem;
  margin-left: 20px;
  font-weight: 400;
}

/* =============================================
背景青　レイアウト
============================================= */
.p-layout-bgblue {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: calc((100% - 1280px) / 2);
  position: relative;
  min-height: 375px;
}
@media screen and (max-width: 1440px) and (min-width: 768.1px) {
  .p-layout-bgblue {
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-layout-bgblue {
    margin: 0 auto;
    width: 100vw;
    flex-direction: column-reverse;
  }
}
.p-layout-bgblue::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #005BAC 50.78%, rgba(0, 91, 172, 0.6) 57.69%, rgba(0, 91, 172, 0) 64.85%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-layout-bgblue::before {
    content: none;
  }
}
.p-layout-bgblue__img {
  position: absolute;
  width: 52%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-layout-bgblue__img {
    position: relative;
    height: 235px;
    width: 100%;
  }
}
.p-layout-bgblue__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: linear-gradient(to right, transparent 0px, #000 50px);
  mask-image: linear-gradient(to right, transparent 0px, #000 50px);
}
@media screen and (max-width: 768px) {
  .p-layout-bgblue__img img {
    -webkit-mask-image: none;
    mask-image: none;
    height: 240px;
  }
}
.p-layout-bgblue__desc {
  max-width: 700px;
  width: 48.74vw;
  position: relative;
  z-index: 3;
  padding: 50px 0 95px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-layout-bgblue__desc {
    background: #005BAC;
    max-width: 100%;
    width: 100%;
    padding: 40px 5% 80px;
  }
}
.p-layout-bgblue__desc p + p {
  margin-top: 2rem;
}
.p-layout-bgblue__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-layout-bgblue__ttl {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
.p-layout-bgblue__en {
  width: 100%;
  position: absolute;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  bottom: -7px;
  left: 0;
  z-index: 4;
  padding-left: calc((100% - 1280px) / 2);
}
@media screen and (max-width: 1361px) and (min-width: 451px) {
  .p-layout-bgblue__en {
    padding-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .p-layout-bgblue__en {
    padding-left: 10px;
    font-weight: 700;
    bottom: -3px;
  }
}
.p-layout-bgblue__en span {
  display: block;
  line-height: 1;
  font-size: 3.4375rem;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.07em;
  opacity: 0.3;
}
@media screen and (max-width: 1078px) {
  .p-layout-bgblue__en span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-layout-bgblue__en span {
    white-space: inherit;
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.4);
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.p-layout-bgblue--mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-layout-bgblue--mb100 {
    margin-bottom: 50px;
  }
}

/* =============================================
事業紹介ボタンエリア
============================================= */
.p-our-services-history {
  max-width: 1280px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 100px 110px;
  display: flex;
  align-items: flex-start;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .p-our-services-history {
    width: 100%;
    padding: 40px 5.125%;
    flex-direction: column;
  }
}
.p-our-services-history__img {
  width: 760px;
}
@media screen and (max-width: 768px) {
  .p-our-services-history__img {
    width: 100%;
  }
}
.p-our-services-history__ttl {
  flex: 1;
  margin-right: 50px;
  background: #005BAC;
  color: #fff;
  padding: 35px;
}
@media screen and (max-width: 768px) {
  .p-our-services-history__ttl {
    margin: 0 0 20px;
  }
}

/* =============================================
沿革
============================================= */
.p-profile-history {
  background: #fff;
  padding: 100px 8.5%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1078px) {
  .p-profile-history {
    width: 100%;
    padding: 40px 3%;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .p-profile-history::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: -1;
  }
}
.p-profile-history__img {
  flex: 1;
}
.p-profile-history__ttl {
  margin-right: 50px;
  background: #005BAC;
  color: #fff;
  padding: 35px;
  font-weight: 700;
  font-size: 1.75rem;
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 1078px) {
  .p-profile-history__ttl {
    padding: 20px;
    height: 110px;
    font-size: 1.375rem;
    margin: 0 0 20px;
  }
}

.p-profile-detail {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 30px;
  color: #fff;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail {
    grid-template-columns: 1fr;
  }
}
.p-profile-detail__ttl {
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-profile-detail__ttl {
    font-size: 1.375rem;
  }
}
.p-profile-detail__cont {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  position: relative;
  padding: 50px 0 90px;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__cont {
    gap: 40px;
    padding: 40px 0 50px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-detail__cont {
    gap: 0;
    padding: 30px 0 50px 20px;
  }
}
.p-profile-detail__cont::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 38.5%;
  transform: translateX(-50%);
  background: #fff;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__cont::before {
    left: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-detail__cont::before {
    left: 20px;
  }
}
.p-profile-detail__item {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__item {
    padding-left: 85px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-detail__item {
    padding-left: 50px;
  }
}
.p-profile-detail__item--left {
  width: 38.5%;
  padding-right: 30px;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__item--left {
    width: 100%;
    padding-right: 0;
  }
}
.p-profile-detail__item--right {
  width: 61.5%;
  margin-left: auto;
  padding-left: 35px;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__item--right {
    width: 100%;
    padding-left: 85px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-detail__item--right {
    padding-left: 50px;
  }
}
.p-profile-detail__item--right > .p-profile-detail__desc {
  margin-left: 40px;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__item--right > .p-profile-detail__desc {
    margin-left: 0;
  }
}
.p-profile-detail__item--wide {
  width: 100%;
  display: flex;
  gap: 10.8%;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__item--wide {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-profile-detail__item--wide--reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 35px;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__item--wide--reverse {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-profile-detail__item--wide--reverse .p-profile-detail__desc {
  width: 38.5%;
  flex: none;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__item--wide--reverse .p-profile-detail__desc {
    width: 100%;
  }
}
.p-profile-detail__item--wide .p-profile-detail__desc {
  margin-top: 50px;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__item--wide .p-profile-detail__desc {
    margin-top: 0;
  }
}
.p-profile-detail__item--wide .p-profile-detail__year--left::after {
  width: 100%;
  left: 0;
}
.p-profile-detail__desc {
  flex: 1;
}
.p-profile-detail__year {
  position: relative;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__year {
    margin-bottom: 10px;
  }
}
.p-profile-detail__year span {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 2;
  background: #003f7e;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__year span {
    font-size: 1.75rem;
  }
}
.p-profile-detail__year span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background: #fff;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__year span::before {
    width: 6px;
    height: 6px;
  }
}
.p-profile-detail__year::after {
  content: "";
  height: 2px;
  background: url(../images/common/cmn-dot-white01.svg) left top/5px 2px repeat-x;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__year::after {
    width: 28px !important;
    right: auto !important;
    left: -50px !important;
    transform: translateY(-50%) !important;
  }
}
.p-profile-detail__year--left span {
  padding-right: 28px;
}
.p-profile-detail__year--left span::before {
  right: 0;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__year--left span {
    padding-right: 0;
  }
  .p-profile-detail__year--left span::before {
    right: auto;
    left: -22px;
  }
}
.p-profile-detail__year--left::after {
  width: calc(100% + 30px);
  left: 0;
}
.p-profile-detail__year--right {
  margin-left: 30px;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__year--right {
    margin-left: 0;
  }
}
.p-profile-detail__year--right span {
  margin-left: -28px;
  padding-left: 28px;
}
.p-profile-detail__year--right span::before {
  left: 0;
}
.p-profile-detail__year--right::after {
  width: 75px;
  left: -28px;
  transform: translate(-100%, -50%);
}
.p-profile-detail__year--wide span {
  margin-left: -28px;
  padding-left: 28px;
}
.p-profile-detail__year--wide span::before {
  left: 0;
}
.p-profile-detail__year--wide::after {
  width: 200px;
  left: -28px;
  transform: translate(-100%, -50%);
}
.p-profile-detail__txt {
  font-weight: 700;
}
.p-profile-detail__txt--right {
  margin-left: 30px;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__txt--right {
    margin-left: 0;
  }
}
.p-profile-detail__img {
  width: 31.25vw;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__img {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .p-profile-detail__img {
    width: 100%;
    max-width: none;
  }
}
.p-profile-detail__img figcaption {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-profile-detail__img figcaption {
    margin-top: 5px;
    font-size: 0.875rem;
  }
}
.p-profile-detail__img--right::after {
  content: "";
  height: 2px;
  background: url(../images/common/cmn-dot-white01.svg) left top/5px 2px repeat-x;
  position: absolute;
  top: 50px;
  width: 35px;
  left: -35px;
}
@media screen and (max-width: 1078px) {
  .p-profile-detail__img--right::after {
    display: none;
  }
}

/* =============================================
FAQ
============================================= */
.p-question + .p-question {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-question + .p-question {
    margin-top: 40px;
  }
}
.p-question__col {
  display: flex;
  align-items: baseline;
}
.p-question__col + .p-question__col {
  margin-top: 20px;
}
.p-question__icon {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 28px;
  background: #005BAC;
  color: #fff;
  margin-right: 20px;
  display: grid;
  place-content: center;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  padding-bottom: 3px;
}
.p-question__icon--answer {
  background: #EEF7FF;
  color: #005BAC;
}
@media screen and (max-width: 768px) {
  .p-question__icon {
    width: 37px;
    height: 37px;
    font-size: 21px;
    padding-bottom: 2px;
  }
}
.p-question__ttl {
  position: relative;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-question__ttl {
    font-size: 1.125rem;
  }
}
.p-question__desc {
  flex: 1;
}

/* =============================================
検索結果画面
============================================= */
.p-search-list {
  position: relative;
}
.p-search-list__item {
  display: block;
  border-bottom: 1px solid #ccd4db;
  padding-bottom: 20px;
}
.p-search-list__item + .p-search-list__item {
  padding-top: 20px;
}
.p-search-list__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.p-search-list__link {
  font-size: 0.75rem;
  color: #005BAC;
}
.p-search-list__link-ttl {
  font-weight: 700;
  margin-right: 10px;
}
.p-search-list__link-item {
  text-decoration: underline;
}
.p-search-list mark {
  background: #CCEDD8;
}

/* =============================================
検索結果画面_ページャー
============================================= */
.p-search-paging {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
  flex-wrap: wrap;
}
.p-search-paging a, .p-search-paging span {
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  line-height: 1;
  padding: 6px;
  border-radius: 40px;
}
.p-search-paging a {
  transition: 0.1s ease;
}
.p-search-paging a:hover {
  background: #D7E0E5;
}
.p-search-paging__current {
  background: #005BAC;
  color: #fff;
}
.p-search-paging__first, .p-search-paging__prev, .p-search-paging__next, .p-search-paging__last {
  position: relative;
}
.p-search-paging__first::before, .p-search-paging__prev::before, .p-search-paging__next::before, .p-search-paging__last::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 13.33px;
}
.p-search-paging__prev::before {
  background-image: url(../images/common/cmn-paging-arw-b-left01.svg);
  width: 6.67px;
}
.p-search-paging__first::before {
  background-image: url(../images/common/cmn-paging-arw-b-left02.svg);
  width: 13px;
}
.p-search-paging__next::before {
  background-image: url(../images/common/cmn-paging-arw-b-right01.svg);
  width: 6.67px;
}
.p-search-paging__last::before {
  background-image: url(../images/common/cmn-paging-arw-b-right02.svg);
  width: 13px;
}
.p-search-paging__dots {
  border: none;
}

/* =============================================
事業紹介ボタンエリア
============================================= */
.p-service-list {
  position: relative;
  padding: 70px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-service-list {
    padding: 60px 0;
  }
}
.p-service-list__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-service-list__ttl {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

/* =============================================
左側だけ固定エリア
============================================= */
.p-stickscroll {
  position: relative;
}
.p-stickscroll__wrap {
  display: grid;
  align-items: flex-start;
  justify-content: space-between;
  grid-template-columns: 530px minmax(620px, 1fr);
  gap: 130px;
}
@media screen and (max-width: 1400px) {
  .p-stickscroll__wrap {
    grid-template-columns: 440px minmax(460px, 1fr);
    gap: 70px;
  }
}
@media screen and (max-width: 1078px) {
  .p-stickscroll__wrap {
    gap: 40px;
    grid-template-columns: 320px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-stickscroll__wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.p-stickscroll__stickarea {
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 768px) {
  .p-stickscroll__stickarea {
    position: static;
  }
}
.p-stickscroll__imgarea {
  position: relative;
  left: 0;
  width: 32.56vw;
  height: 24.75vw;
  transition: 0.1s ease;
}
@media screen and (max-width: 1078px) {
  .p-stickscroll__imgarea {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .p-stickscroll__imgarea {
    width: 80vw;
    height: 51.56vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .p-stickscroll__imgarea {
    width: 100%;
    height: 68vw;
  }
}
.p-stickscroll__imgitem {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.p-stickscroll__imgitem--num01 {
  left: 0;
  top: 0;
  width: min(420px, 26.25vw);
}
@media screen and (max-width: 768px) {
  .p-stickscroll__imgitem--num01 {
    width: 54.68vw;
  }
}
@media screen and (max-width: 450px) {
  .p-stickscroll__imgitem--num01 {
    width: 72.3vw;
  }
}
.p-stickscroll__imgitem--num02 {
  right: 9px;
  bottom: 0;
  width: min(290px, 18.13vw);
}
@media screen and (max-width: 768px) {
  .p-stickscroll__imgitem--num02 {
    width: 37.7vw;
  }
}
@media screen and (max-width: 450px) {
  .p-stickscroll__imgitem--num02 {
    right: 0;
    width: 50vw;
  }
}
.p-stickscroll__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.p-stickscroll__listitem {
  position: relative;
}
.p-stickscroll__listimg {
  position: relative;
  margin-top: 20px;
}
.p-stickscroll__listimg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-stickscroll__listttl {
  font-size: 1.5rem;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-stickscroll__listttl {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

/* =============================================
国内拠点
============================================= */
.p-subsidiary-map {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-subsidiary-map__links {
    background: #EFF7FF;
    padding: 20px 0;
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .p-subsidiary-map__links::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #EFF7FF;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .p-subsidiary-map__links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-subsidiary-map__link {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-subsidiary-map__link {
    position: static;
  }
}
.p-subsidiary-map__link--01 {
  top: 48.8%;
  right: 14.2%;
}
.p-subsidiary-map__link--02 {
  top: 66.8%;
  right: 22.9%;
}
.p-subsidiary-map__link--03 {
  top: 35%;
  left: 36%;
}
.p-subsidiary-map__link--04 {
  top: 82.3%;
  right: 35.7%;
}
.p-subsidiary-map__link--05 {
  top: 42.6%;
  left: 28.5%;
}
.p-subsidiary-map__link--06 {
  top: 49.8%;
  left: 20.5%;
}
.p-subsidiary-map__link--07 {
  top: 57.3%;
  left: 12.6%;
}
.p-subsidiary-map__link--08 {
  top: 82.3%;
  left: 33.6%;
}
.p-subsidiary-map__link--09 {
  top: 64.9%;
  left: 4.1%;
}
.p-subsidiary-map__button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #005BAC;
  border-radius: 4px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  padding: 13px 25px 13px 60px;
  position: relative;
}
@media screen and (max-width: 1078px) {
  .p-subsidiary-map__button {
    padding: 1.2vw 2.3vw 1.2vw 4.63vw;
    font-size: min(1em, 1.25vw);
  }
}
@media screen and (max-width: 768px) {
  .p-subsidiary-map__button {
    font-size: min(1em, 4.5vw);
    padding: 8px 25px 8px 50px;
  }
}
@media screen and (max-width: 600px) {
  .p-subsidiary-map__button {
    width: 100%;
  }
}
.p-subsidiary-map__button::before, .p-subsidiary-map__button::after {
  content: "";
  position: absolute;
  left: 20px;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1078px) {
  .p-subsidiary-map__button::before, .p-subsidiary-map__button::after {
    left: 1.39vw;
    width: 2.78vw;
    height: 2.78vw;
  }
}
@media screen and (max-width: 768px) {
  .p-subsidiary-map__button::before, .p-subsidiary-map__button::after {
    left: 15px;
    width: 28px;
    height: 28px;
  }
}
.p-subsidiary-map__button::before {
  background: url(../images/common/cmn-ico-anchor-white01.svg) no-repeat center/contain;
}
.p-subsidiary-map__button::after {
  transition: 0.3s ease;
  background: url(../images/common/cmn-ico-anchor-blue01.svg) no-repeat center/contain;
  z-index: 1;
  opacity: 0;
}
.p-subsidiary-map__button:hover::after {
  opacity: 1;
}

/* =============================================
海外拠点
============================================= */
.p-overseas-map {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-overseas-map__links {
    background: #EFF7FF;
    padding: 20px 0;
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .p-overseas-map__links::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #EFF7FF;
    z-index: -1;
  }
}
@media screen and (max-width: 600px) {
  .p-overseas-map__links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-overseas-map__link {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-overseas-map__link {
    position: static;
  }
}
.p-overseas-map__link--01 {
  top: 30.3%;
  left: 21.25%;
}
@media screen and (max-width: 1000px) {
  .p-overseas-map__link--01 {
    left: 18%;
  }
}
.p-overseas-map__link--02 {
  top: 36.8%;
  left: 54.6%;
}
.p-overseas-map__link--03 {
  top: 55.76%;
  left: 60.1%;
}
.p-overseas-map__button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 156px;
  background: #005BAC;
  border-radius: 4px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-overseas-map__button {
    width: 100%;
  }
}
.p-overseas-map__button::before, .p-overseas-map__button::after {
  content: "";
  position: absolute;
  left: 20px;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-overseas-map__button::before, .p-overseas-map__button::after {
    left: 15px;
    width: 28px;
    height: 28px;
  }
}
.p-overseas-map__button::before {
  background: url(../images/common/cmn-ico-anchor-white01.svg) no-repeat center/contain;
}
.p-overseas-map__button::after {
  transition: 0.3s ease;
  background: url(../images/common/cmn-ico-anchor-blue01.svg) no-repeat center/contain;
  z-index: 1;
  opacity: 0;
}
.p-overseas-map__button:hover::after {
  opacity: 1;
}
.p-overseas-map__button--01 {
  padding: 11px 25px 11px 78px;
}
@media screen and (max-width: 768px) {
  .p-overseas-map__button--01 {
    padding: 10px 15px 10px 50px;
  }
}
.p-overseas-map__button--01::before, .p-overseas-map__button--01::after {
  left: 42px;
}
@media screen and (max-width: 768px) {
  .p-overseas-map__button--01::before, .p-overseas-map__button--01::after {
    left: 15px;
  }
}
.p-overseas-map__button--02 {
  padding: 11px 25px 11px 63px;
}
@media screen and (max-width: 768px) {
  .p-overseas-map__button--02 {
    padding: 10px 15px 10px 50px;
  }
}
.p-overseas-map__button--02::before, .p-overseas-map__button--02::after {
  left: 28px;
}
@media screen and (max-width: 768px) {
  .p-overseas-map__button--02::before, .p-overseas-map__button--02::after {
    left: 15px;
  }
}
.p-overseas-map__button--03 {
  padding: 11px 25px 11px 50px;
}
@media screen and (max-width: 768px) {
  .p-overseas-map__button--03 {
    padding: 10px 15px 10px 50px;
  }
}
.p-overseas-map__button--03::before, .p-overseas-map__button--03::after {
  left: 15px;
}

/* =============================================
タブ切り替え
============================================= */
.section__image {
  flex: 1;
  overflow: hidden;
}

.section__image img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.2s ease;
}

/* =============================================
テーブル
============================================= */
.p-table {
  position: relative;
  display: grid;
  grid-template-columns: 260px 1fr;
  border-bottom: 1px solid #ccd4db;
}
@media screen and (max-width: 1078px) {
  .p-table {
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-table {
    grid-template-columns: 153px 1fr;
  }
}
.p-table__item {
  border-top: 1px solid #ccd4db;
  line-height: 1.6;
  padding: 16px 10px 18px 20px;
}
@media screen and (max-width: 768px) {
  .p-table__item {
    padding: 8px 10px 8px 20px;
    line-height: 1.4;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-table__item--head {
  background: #EFF7FF;
  font-weight: 700;
}

/* =============================================
TOPページ専用クラス
============================================= */
.p-tophero {
  position: relative;
  height: calc(100vh - 110px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-tophero {
    height: 440px;
  }
}
.p-tophero__jp-ttl {
  font-size: min(1.75rem, 1.75vw);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 5vw;
  top: 23vh;
  transition: opacity 0.6s;
  height: 90px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-tophero__jp-ttl {
    height: 5.375vw;
    top: 24vw;
    font-size: min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 450px) {
  .p-tophero__jp-ttl {
    height: 11.538vw;
  }
}
@media screen and (max-height: 54vw) {
  .p-tophero__jp-ttl {
    top: 17vh;
  }
}
.p-tophero__en-ttl {
  position: absolute;
  line-height: 1.73;
  z-index: 2;
  top: calc(23vh + 90px);
  left: 5vw;
  color: #fff;
  font-size: min(3.75rem, 3.75vw);
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-tophero__en-ttl {
    top: calc(24vw + 48px);
    font-size: min(1.375rem, 5.8vw);
  }
}
@media screen and (max-height: 54vw) {
  .p-tophero__en-ttl {
    top: calc(17vh + 90px);
  }
}
.p-tophero .splide {
  width: 100%;
  height: 100%;
}
.p-tophero .splide__slide {
  position: relative;
  overflow: hidden;
}
.p-tophero .kv-img-wrap {
  width: 100%;
  height: calc(100vh - 110px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-tophero .kv-img-wrap {
    height: 440px;
  }
}
.p-tophero .kv-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transform-origin: center center;
  transform: scale(1.05);
  animation: none;
}
@media screen and (max-height: 54vw) {
  .p-tophero .kv-img-wrap img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.p-tophero .splide__slide.is-active .kv-img-wrap img {
  animation: kvZoom 10s ease-out forwards;
}
.p-tophero .splide__option-wrap {
  position: absolute;
  bottom: 30px;
  right: 120px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-tophero .splide__option-wrap {
    bottom: 16px;
    right: 70px;
  }
}
@media screen and (max-width: 450px) {
  .p-tophero .splide__option-wrap {
    right: 60px;
  }
}
.p-tophero .splide__pagination {
  position: relative;
  padding: 0;
  bottom: initial;
  left: initial;
  right: initial;
}
.p-tophero .splide__pagination li {
  line-height: 6px;
}
@media screen and (max-width: 768px) {
  .p-tophero .splide__pagination li {
    line-height: 5px;
  }
}
.p-tophero .splide__pagination__page {
  background: #fff;
  border-radius: 20px;
  width: 4px;
  height: 4px;
  margin: 0 12px 0 0;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .p-tophero .splide__pagination__page {
    margin: 0 12px 0 0;
  }
}
.p-tophero .splide__pagination__page.is-active {
  transform: none;
  opacity: 1;
}
.p-tophero .splide__toggle > span {
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 768px) {
  .p-tophero .splide__toggle > span {
    width: 27px;
    height: 27px;
  }
}
.p-tophero .splide__toggle img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 768px) {
  .p-tophero .splide__toggle img {
    width: 27px;
    height: 27px;
  }
}
.p-tophero {
  /* スクロールダウンの位置 */
}
.p-tophero .c-scroll-line {
  position: absolute;
  right: 54px;
  bottom: 0;
  width: 28px;
  height: 132px;
  writing-mode: vertical-rl;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-tophero .c-scroll-line {
    width: 22px;
    font-size: 10px;
    right: 20px;
    height: 100px;
  }
}
.p-tophero .c-scroll-line span {
  display: block;
  line-height: 1;
  letter-spacing: 0.2em;
}
.p-tophero .c-scroll-line::before {
  content: "";
  position: absolute;
  animation: scroll 2s infinite;
  background-color: white;
  top: 0;
  height: 132px;
  left: 0;
  margin: auto;
  width: 2px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-tophero .c-scroll-line::before {
    height: 100px;
  }
}
.p-tophero .c-scroll-line::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  height: 132px;
  left: 0;
  margin: auto;
  width: 2px;
}
@media screen and (max-width: 768px) {
  .p-tophero .c-scroll-line::after {
    height: 100px;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes kvZoom {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.p-top-feature {
  position: relative;
  padding: 80px 0 150px;
  background: url(../images/page/top-feature-bg.jpg) no-repeat center bottom/contain;
}
@media screen and (max-width: 768px) {
  .p-top-feature {
    padding: 40px 0;
  }
}
.p-top-feature__toparea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-feature__toparea {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-feature__toparea {
    margin-bottom: 30px;
    display: block;
  }
}
.p-top-feature__ttl {
  line-height: 1.4;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-feature__ttl {
    font-size: min(1.8rem, 7vw);
    margin-bottom: 20px;
  }
}
.p-top-feature__txt {
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-top-feature__desc {
  max-width: 620px;
  width: 100%;
  padding: 50px 60px 50px 0;
  flex: 1;
}
@media screen and (max-width: 1078px) {
  .p-top-feature__desc {
    padding: 40px 30px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__desc {
    max-width: 100%;
    margin-right: 30px;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-top-feature__desc {
    margin-right: 0;
  }
}
.p-top-feature__images {
  position: relative;
  max-width: 637px;
  height: 565px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-top-feature__images {
    max-width: 39.8vw;
    height: 35.3vw;
  }
}
@media screen and (max-width: 1078px) {
  .p-top-feature__images {
    height: 570px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__images {
    margin: 0 auto;
    height: 35.3vw;
    max-width: 80%;
    width: 38.75vw;
  }
}
@media screen and (max-width: 600px) {
  .p-top-feature__images {
    max-width: 100%;
    width: 100%;
    height: 82.3vw;
    margin-top: 20px;
  }
}
.p-top-feature__imgitem {
  position: absolute;
}
.p-top-feature__imgitem > img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-feature__imgitem--num01 {
  z-index: 1;
  left: 0;
  top: 0;
  width: 198px;
}
@media screen and (max-width: 1400px) {
  .p-top-feature__imgitem--num01 {
    width: 12.375vw;
  }
}
@media screen and (max-width: 1078px) {
  .p-top-feature__imgitem--num01 {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__imgitem--num01 {
    width: 12.43vw;
  }
}
@media screen and (max-width: 600px) {
  .p-top-feature__imgitem--num01 {
    width: 28.71vw;
  }
}
.p-top-feature__imgitem--num02 {
  z-index: 2;
  top: 130px;
  right: 0;
  width: 367px;
}
@media screen and (max-width: 1400px) {
  .p-top-feature__imgitem--num02 {
    top: 8.125vw;
    width: 22.93vw;
  }
}
@media screen and (max-width: 1078px) {
  .p-top-feature__imgitem--num02 {
    top: 240px;
    width: 307px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__imgitem--num02 {
    top: 8.125vw;
    width: 22.93vw;
  }
}
@media screen and (max-width: 600px) {
  .p-top-feature__imgitem--num02 {
    top: 19.48vw;
    width: 53.3vw;
  }
}
.p-top-feature__imgitem--num03 {
  bottom: 0;
  left: 180px;
  z-index: 3;
  width: 268px;
}
@media screen and (max-width: 1400px) {
  .p-top-feature__imgitem--num03 {
    left: 11.25vw;
    width: 16.75vw;
  }
}
@media screen and (max-width: 1078px) {
  .p-top-feature__imgitem--num03 {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__imgitem--num03 {
    left: 5.67vw;
    width: 16.75vw;
  }
}
@media screen and (max-width: 600px) {
  .p-top-feature__imgitem--num03 {
    width: 38.7vw;
  }
}
.p-top-feature__bnr {
  position: relative;
  display: block;
  height: 320px;
  width: 85%;
  margin: 0 auto;
  transition: 0.3s ease;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-feature__bnr {
    width: 100%;
    height: 180px;
  }
}
@media screen and (max-width: 450px) {
  .p-top-feature__bnr {
    width: 100%;
  }
}
.p-top-feature__bnr::before, .p-top-feature__bnr::after {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-btnarw-white01.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  left: 80px;
  bottom: 100px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-top-feature__bnr::before, .p-top-feature__bnr::after {
    width: 32px;
    height: 32px;
    bottom: 40px;
    left: 2em;
  }
}
@media screen and (max-width: 450px) {
  .p-top-feature__bnr::before, .p-top-feature__bnr::after {
    bottom: 30px;
  }
}
.p-top-feature__bnr::after {
  opacity: 0;
  transition: 0.3s ease;
  background: url(../images/common/cmn-ico-btnarw-blue01.svg) no-repeat center/contain;
}
.p-top-feature__bnr:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.p-top-feature__bnr:hover::after {
  opacity: 1;
}
.p-top-feature__bnr:hover .p-top-feature__bnrimg img {
  transform: scale(1.025);
}
.p-top-feature__bnrttl {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-feature__bnrttl {
    font-size: min(24px, 6vw);
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .p-top-feature__bnrttl {
    font-size: 1.125rem;
  }
}
.p-top-feature__bnrttl > span {
  display: block;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-top-feature__bnrttl > span {
    line-height: 1;
  }
}
.p-top-feature__bnren {
  position: absolute;
  display: block;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.02em;
  font-size: 3.75rem;
  color: rgba(255, 255, 255, 0.3);
  left: 20px;
  bottom: -25px;
  z-index: 3;
}
@media screen and (max-width: 1078px) {
  .p-top-feature__bnren {
    font-size: 2.85rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__bnren {
    font-size: 5.6vw;
    bottom: -0.8vw;
    line-height: 1;
  }
}
.p-top-feature__bnrsubttl {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-feature__bnrsubttl {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 450px) {
  .p-top-feature__bnrsubttl {
    font-size: 0.875rem;
  }
}
.p-top-feature__bnrdesc {
  position: relative;
  height: 100%;
  padding: 55px 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(90deg, rgb(0, 91, 172) 34%, rgba(0, 91, 172, 0.75) 48%, rgba(0, 91, 172, 0) 70%);
  color: #fff;
  transition: 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-feature__bnrdesc {
    padding: 30px 2em;
  }
}
.p-top-feature__bnrimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-top-feature__bnrimg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  transition: 0.4s ease;
}

.p-top-service {
  position: relative;
  padding: 70px 0 155px;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding: 40px 0;
  }
}
.p-top-service__wrap {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 500px 1fr;
  gap: 26px;
}
@media screen and (max-width: 1400px) {
  .p-top-service__wrap {
    grid-template-columns: 445px 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 1078px) {
  .p-top-service__wrap {
    grid-template-columns: 1fr;
  }
}
.p-top-service__stickarea {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1078px) {
  .p-top-service__stickarea {
    position: relative;
    top: initial;
  }
}
.p-top-service__scrollarea {
  padding-top: 220px;
}
@media screen and (max-width: 1078px) {
  .p-top-service__scrollarea {
    padding-top: 0;
  }
}
.p-top-service__imgarea {
  position: relative;
  left: 0;
  width: min(27.625vw, 442px);
  height: min(31.4vw, 503px);
  transition: 0.1s ease;
}
@media screen and (max-width: 1078px) {
  .p-top-service__imgarea {
    display: none;
  }
}
.p-top-service__imgitem {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.p-top-service__imgitem--num01 {
  top: 0;
  left: 0;
  width: min(13.25vw, 212.6px);
}
@media screen and (max-width: 1078px) {
  .p-top-service__imgitem--num01 {
    width: 120px;
  }
}
.p-top-service__imgitem--num02 {
  right: 0;
  top: min(13vw, 208px);
  width: min(11.75vw, 188.2px);
}
@media screen and (max-width: 1078px) {
  .p-top-service__imgitem--num02 {
    top: initial;
    left: initial;
    right: 0;
    bottom: 100px;
    width: 106px;
  }
}
.p-top-service__imgitem--num03 {
  bottom: 0;
  left: 6em;
  width: min(19.75vw, 316px);
}
@media screen and (max-width: 1400px) {
  .p-top-service__imgitem--num03 {
    left: 2.9vw;
  }
}
@media screen and (max-width: 1078px) {
  .p-top-service__imgitem--num03 {
    width: 178px;
  }
}
.p-top-service__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.p-top-service__listitem {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .p-top-service__listitem {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__listitem {
    grid-template-columns: 1fr 1.5fr;
    gap: 20px;
  }
}
@media screen and (max-width: 450px) {
  .p-top-service__listitem {
    grid-template-columns: 1fr;
  }
}
.p-top-service__listitem:hover .p-top-service__listimg img {
  transform: scale(1.08);
}
.p-top-service__listitem:hover::after {
  opacity: 1;
}
.p-top-service__listitem::before {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-btnarw-black01.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-service__listitem::before {
    width: 36px;
    height: 36px;
  }
}
.p-top-service__listitem::after {
  content: "";
  position: absolute;
  background: url(../images/common/cmn-ico-btnarw-dark01.svg) no-repeat center/contain;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  transition: 0.3s ease;
  opacity: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-top-service__listitem::after {
    width: 36px;
    height: 36px;
  }
}
.p-top-service__listimg {
  position: relative;
  overflow: hidden;
}
.p-top-service__listimg img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
  height: auto;
}
.p-top-service__listttl {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-service__listttl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1400px) {
  .p-top-service__listdesc {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__listdesc {
    min-height: 170px;
  }
}
.p-top-service .c-top-ttl__en {
  font-size: min(4.9rem, 5vw);
}
@media screen and (max-width: 768px) {
  .p-top-service .c-top-ttl__en {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 450px) {
  .p-top-service .c-top-ttl__en {
    font-size: min(3.2em, 13vw);
  }
}

.p-top-bg-area {
  height: min(26.25vw, 350px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-bg-area {
    height: 200px;
  }
}
.p-top-bg-area__img {
  height: 510px;
}
@media screen and (max-width: 768px) {
  .p-top-bg-area__img {
    height: 280px;
  }
}
.p-top-bg-area__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-slide-zone {
  position: relative;
  padding: 20px 0 25px;
}
@media screen and (max-width: 768px) {
  .p-top-slide-zone {
    padding: 10px 0 15px;
  }
}
.p-top-slide-zone__slidetxt {
  color: #005BAC;
  font-size: 2.75rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-top-slide-zone__slidetxt {
    font-size: 1.7rem;
  }
}

.p-top-overview {
  position: relative;
  padding: 55px 0 150px;
  background: url(../images/page/top-overview-bg01.jpg) no-repeat center left/cover;
}
@media screen and (max-width: 768px) {
  .p-top-overview {
    background: url(../images/page/top-overview-bg01.jpg) no-repeat center center/cover;
    padding: 40px 0 60px;
  }
}
.p-top-overview__top {
  width: 100%;
  max-width: 760px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-overview__top {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.p-top-overview__btm {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 120px;
}
@media screen and (max-width: 1078px) {
  .p-top-overview__btm {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-top-sustain {
  position: relative;
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-top-sustain {
    padding: 40px 0 60px;
  }
}
.p-top-sustain::before {
  content: "";
  position: absolute;
  background: #D7E0E5;
  opacity: 0.4;
  width: 70.25vw;
  height: calc(100% - 120px);
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top-sustain::before {
    width: 100%;
    height: calc(100% - 82px);
  }
}
.p-top-sustain__top {
  display: grid;
  grid-template-columns: 960px 280px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .p-top-sustain__top {
    grid-template-columns: 1fr 280px;
    gap: 40px;
  }
}
@media screen and (max-width: 1078px) {
  .p-top-sustain__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 1078px) {
  .p-top-sustain__btm {
    display: none;
  }
}
.p-top-sustain__tab {
  position: relative;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 416px;
  gap: 50px;
}
@media screen and (max-width: 1078px) {
  .p-top-sustain__tab {
    grid-template-columns: 1fr;
  }
}
.p-top-sustain__buttons {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 1078px) {
  .p-top-sustain__buttons {
    padding: 0 20px;
  }
}
.p-top-sustain__sp-list {
  display: none;
}
@media screen and (max-width: 1078px) {
  .p-top-sustain__sp-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-sustain__sp-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-top-sustain__sp-list__item {
  display: grid;
  gap: 10px;
}

.p-top-news {
  position: relative;
  padding: 100px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 20px 0 60px;
  }
}
.p-top-news__inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 39px;
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    grid-template-columns: 1fr;
  }
}
.p-top-news__ttl {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .p-top-news__ttl {
    margin-top: 0;
  }
}
.p-top-news__list {
  border-bottom: 1px solid #ccd4db;
}
.p-top-news__list > li {
  border-top: 1px solid #ccd4db;
}
.p-top-news__list a {
  display: block;
  line-height: 1.8;
  padding: 20px;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-top-news__list a {
    padding: 15px 10px;
  }
}
.p-top-news__list a:hover {
  opacity: 0.5;
}
.p-top-news__list time {
  font-weight: 700;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-news__list time {
    display: block;
  }
}
.p-top-news__list span + span {
  margin-left: 10px;
}

.p-top-recruit {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .p-top-recruit {
    align-items: center;
  }
}
@media screen and (max-width: 1078px) {
  .p-top-recruit {
    display: block;
  }
}
.p-top-recruit__desc {
  position: relative;
  background: #005BAC;
  max-width: 620px;
  width: 100%;
  padding: 60px min(70px, 13.5%) 80px;
  margin-bottom: max(50px, 3.13vw);
  z-index: 2;
}
@media screen and (max-width: 1078px) {
  .p-top-recruit__desc {
    max-width: 100%;
    padding: 40px 30px;
    margin-bottom: 0;
  }
}
.p-top-recruit__img {
  max-width: max(980px, 66.25vw);
  width: 100%;
  margin-left: -160px;
  transition: 0.2s ease;
}
@media screen and (min-width: 1850px) {
  .p-top-recruit__img {
    max-width: 70vw;
  }
}
@media screen and (max-width: 1078px) {
  .p-top-recruit__img {
    margin-left: 0;
    max-width: 100%;
  }
}
.p-top-recruit__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-recruit__btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__btn {
    margin-top: 30px;
  }
}
.p-top-recruit .c-top-ttl__en {
  font-size: 76px;
}
@media screen and (max-width: 768px) {
  .p-top-recruit .c-top-ttl__en {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 450px) {
  .p-top-recruit .c-top-ttl__en {
    font-size: min(3.2em, 13vw);
  }
}

/* =============================================
下層ニュース
============================================= */
.p-under-news {
  position: relative;
}
.p-under-news__inner {
  display: grid;
  grid-template-columns: 300px 1fr;
}
@media screen and (max-width: 1078px) {
  .p-under-news__inner {
    grid-template-columns: 1fr;
  }
}
.p-under-news__list {
  border-bottom: 1px solid #ccd4db;
}
.p-under-news__list > li {
  border-top: 1px solid #ccd4db;
}
.p-under-news__list a {
  display: block;
  line-height: 1.8;
  padding: 20px;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-under-news__list a {
    padding: 15px 10px;
  }
}
.p-under-news__list a:hover {
  opacity: 0.5;
}
.p-under-news__list a:not([href]) {
  pointer-events: none;
}
.p-under-news__list time {
  font-weight: 700;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-under-news__list time {
    display: block;
  }
}
.p-under-news__list span + span {
  margin-left: 10px;
}

.p-bw-map {
  height: 60vh;
  max-height: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-bw-map {
    max-height: 300px;
    width: 100%;
  }
}
.p-bw-map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-bw-map iframe {
    height: 300px;
  }
}
.p-bw-map__desc {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}

/* =============================================
アニメーション調整用
============================================= */
.u-js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(70px);
}
.u-js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}
.u-js-fadein--delay1 {
  transition-delay: 0.1s;
}
.u-js-fadein--delay2 {
  transition-delay: 0.2s;
}
.u-js-fadein--delay3 {
  transition-delay: 0.3s;
}
.u-js-fadein--delay4 {
  transition-delay: 0.4s;
}
.u-js-fadein--delay5 {
  transition-delay: 0.5s;
}
.u-js-fadein--delay6 {
  transition-delay: 0.6s;
}
.u-js-fadein--delay7 {
  transition-delay: 0.7s;
}
.u-js-fadein--delay8 {
  transition-delay: 0.8s;
}
.u-js-fadein--delay9 {
  transition-delay: 0.9s;
}
.u-js-fadein--delay10 {
  transition-delay: 1s;
}
.u-js-fadein--delay11 {
  transition-delay: 1.1s;
}
.u-js-fadein--delay12 {
  transition-delay: 1.2s;
}
.u-js-fadein--delay13 {
  transition-delay: 1.3s;
}
.u-js-fadein--delay14 {
  transition-delay: 1.4s;
}
.u-js-fadein--delay15 {
  transition-delay: 1.5s;
}
.u-js-fadein--delay16 {
  transition-delay: 1.6s;
}
.u-js-fadein--delay17 {
  transition-delay: 1.7s;
}
.u-js-fadein--delay18 {
  transition-delay: 1.8s;
}
.u-js-fadein--delay19 {
  transition-delay: 1.9s;
}
.u-js-fadein--delay20 {
  transition-delay: 2s;
}

/* =============================================
display調整
============================================= */
.u-block {
  display: block;
}

.u-inlineblock {
  display: inline-block;
}

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

@media screen and (max-width: 1078px) {
  .u-lg-block {
    display: none;
  }
}

.u-sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  .u-pc-xs-block {
    display: none;
  }
}

.u-sp-xs-block {
  display: none;
}
@media screen and (max-width: 450px) {
  .u-sp-xs-block {
    display: block;
  }
}

/* =============================================
マージン調整
============================================= */
.u-mb5 {
  margin-bottom: 5px;
}

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

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

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

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

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 40px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}

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

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

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

.u-mb2rem {
  margin-bottom: 2rem;
}

.u-ml-auto {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .u-sp-mb0 {
    margin-bottom: 0 !important;
  }
  .u-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
}
/* =============================================
カラー調整
============================================= */
.u-color-white {
  color: #fff;
}

.u-color-blue {
  color: #005BAC;
}

/* =============================================
テキスト調整
============================================= */
.u-text-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-text-center--spleft {
    text-align: left;
  }
}

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

.u-text-nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .u-text-nowrap {
    white-space: wrap;
  }
}

.u-text-bold {
  font-weight: 700 !important;
}

.u-text-w500 {
  font-weight: 500;
}

.u-text-w400 {
  font-weight: 400;
}

.u-text-notice {
  font-size: 0.75rem;
}

.u-text-min {
  font-size: 0.875rem;
}

.u-text-fz18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .u-text-fz18 {
    font-size: 1.0625rem;
  }
}

.u-text-fz20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .u-text-fz20 {
    font-size: 1.125rem;
  }
}

.u-text-fz24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-text-fz24 {
    font-size: 1.25rem;
  }
}