@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap");
*,
::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;
}

:root {
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Jost", sans-serif;
  --font-mincho: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --color-primary: #76a946;
  --color-text-primary: #333333;
  --color-text-contrast: #ffffff;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}

.hidden {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #333333;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.c-ja {
  font-family: var(--font-ja);
}

.c-en {
  font-family: var(--font-en);
}

.c-mincho {
  font-family: var(--font-mincho);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
  cursor: default;
}
@media screen and (min-width: 768px) {
  a {
    /*  &:hover {
      opacity: 0.7;
    } */
  }
}
a[href] {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.link {
  color: #0087b9;
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.container {
  --max-width: 116rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: calc(var(--max-width) + 4rem);
}

html {
  position: relative;
}
html:before {
  content: "";
  background: #808085;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  position: absolute;
  mix-blend-mode: multiply;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}

@media screen and (max-width: 767px) {
  .is-locked {
    overflow: hidden;
  }
  .is-locked:before {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

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

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

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

.l-main {
  overflow: hidden;
}
.l-main--sub {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .l-main--sub {
    margin-top: 16rem;
  }
}

.recruit-site-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
  gap: 0.6rem;
  width: 23rem;
  height: 23rem;
  background: url(../img/top/bg-layer.svg) no-repeat center/contain;
  border-radius: 50%;
}
.recruit-site-button .fly-icon {
  display: block;
  width: 4rem;
  height: 3.3rem;
  -webkit-mask: url(../img/top/icon-fly.svg) no-repeat center/contain;
          mask: url(../img/top/icon-fly.svg) no-repeat center/contain;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-site-button .fly-icon {
    width: 1.8rem;
    height: 1.4rem;
  }
}
.recruit-site-button .re-ja {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .recruit-site-button .re-ja {
    font-size: 1rem;
    margin-top: 0.3rem;
    letter-spacing: 0;
  }
}
.recruit-site-button .re-en {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #F9F871;
  text-align: center;
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .recruit-site-button .re-en {
    font-size: 0.8rem;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-site-button {
    left: 1rem;
    bottom: 1rem;
    width: 10rem;
    height: 10rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .recruit-site-button {
    transition-delay: 0ms;
    transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  }
  .recruit-site-button:hover {
    opacity: 0.7;
    transform: translate(0px, 10px);
    transition-duration: 600ms;
  }
}

.r-fixed {
  position: fixed;
  right: 8.5rem;
  bottom: 6rem;
  z-index: 99;
  left: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .r-fixed {
    right: 5.5rem;
    bottom: 0.7rem;
  }
}

.common-title .title-en {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 7.2rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fff;
}
.common-title .title-ja {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .common-title .title-en {
    font-size: 3.2rem;
  }
  .common-title .title-ja {
    font-size: 1.4rem;
  }
}

.more .more-btn {
  --button-text-color: var(--color-text-contrast);
  --button-hover-bg-color: var(--color-primary);
  --button-hover-text-color: var(--color-text-contrast);
  width: 36rem;
  height: 7rem;
  max-width: 100%;
  border-radius: 3.5rem;
  padding-left: 3rem;
  background: transparent;
  border: 1px solid var(--button-hover-bg-color);
  text-decoration: none;
  font-weight: 500;
  font-family: var(--font-en);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  color: var(--button-text-color);
  position: relative;
  display: flex;
  align-items: center;
}
.more .more-btn::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 0.8rem;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .more .more-btn {
    width: 27rem;
    height: 5.5rem;
    font-size: 1.6rem;
  }
}
.more .more-btn.c-white {
  --button-text-color: var(--color-text-contrast);
  --button-hover-bg-color: var(--color-text-contrast);
  --button-hover-text-color: var(--color-primary);
}
.more .more-btn.c-black {
  --button-text-color: var(--color-text-primary);
  --button-hover-bg-color: var(--color-text-primary);
  --button-hover-text-color: var(--color-text-contrast);
}

.c-button01 {
  --button-text-color: var(--color-primary);
  --button-hover-bg-color: var(--color-primary);
  --button-hover-text-color: var(--color-text-contrast);
  overflow: hidden;
}
.c-button01::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  content: "";
  background-color: var(--button-hover-bg-color);
  filter: blur(0.1rem);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.55s, scale 0s;
  transition-delay: 0s, 0.55s;
  scale: 0.1;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .c-button01:hover {
    color: var(--button-hover-text-color);
  }
  .c-button01:hover::before {
    opacity: 1;
    transition: opacity 0.5s, scale 1.35s var(--ease-out-expo);
    transition-delay: 0s;
    scale: 1.2;
  }
}

.btn {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.4rem;
  background-color: var(--color-text-primary);
  color: var(--color-text-contrast);
  border: 1px solid var(--color-text-primary);
  font-size: 1.4rem;
  font-weight: 800;
  height: 4.2rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
  width: 24rem;
  max-width: 100%;
  transition: 1.35s var(--ease-out-expo);
}
@media screen and (min-width: 768px) {
  .btn:hover {
    opacity: 0.7;
  }
}

.c-lower__fv {
  position: relative;
  padding-top: 17rem;
  padding-bottom: 22rem;
}
@media screen and (max-width: 767px) {
  .c-lower__fv {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
.c-lower__fv-img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  width: calc(90.625% + 2rem);
  margin-left: auto;
  border-radius: 30rem 0px 0px 30rem;
  overflow: hidden;
  padding-left: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-lower__fv-img {
    width: calc(100% - 0.5rem);
    padding-left: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
.c-lower__fv-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25rem 0px 0px 25rem;
}
.c-lower__fv-img::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #76a946 0%, #008c3f 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-lower__fv-img::before {
    bottom: -0.7rem;
    left: -0.7rem;
  }
}
.c-lower__fv-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 2rem;
  left: 2rem;
  background: rgba(51, 51, 51, 0.4);
  z-index: 1;
  border-radius: 25rem 0px 0px 25rem;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-lower__fv-img::after {
    bottom: 0.7rem;
    left: 0.7rem;
  }
}
.c-lower__title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-lower__title {
    padding: 0 1rem;
  }
}
.c-lower__title-ja {
  font-weight: 700;
  font-size: 5.2rem;
  letter-spacing: 0.2em;
  line-height: 1.75;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-lower__title-ja {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
.c-lower__title-en {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #fff;
  opacity: 0.6;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-lower__title-en {
    font-size: 1.4rem;
    margin-top: 0;
  }
}

.c-title-01 {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  padding-left: 3rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem 3.5rem;
  margin-bottom: 4rem;
}
.c-title-01::before {
  content: "";
  position: absolute;
  width: 1rem;
  background-color: var(--color-primary);
  border-radius: 0.4rem;
  top: 0;
  bottom: 0;
  left: 0;
}
.c-title-01 .small {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-title-01 {
    font-size: 2.2rem;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    padding-left: 2rem;
    margin-bottom: 3rem;
  }
  .c-title-01::before {
    width: 0.6rem;
  }
  .c-title-01 .small {
    font-size: 1.4rem;
  }
}

.icon01 {
  background-image: url(../img/business/icon/icon-01.svg);
}

.icon02 {
  background-image: url(../img/business/icon/icon-02.svg);
}

.icon03 {
  background-image: url(../img/business/icon/icon-03.svg);
}

.icon04 {
  background-image: url(../img/business/icon/icon-04.png);
}

.icon05 {
  background-image: url(../img/business/icon/icon-05.svg);
}

.icon06 {
  background-image: url(../img/business/icon/icon-06.svg);
}

.icon07 {
  background-image: url(../img/business/icon/icon-07.svg);
}

.icon08 {
  background-image: url(../img/business/icon/icon-08.svg);
}

.icon09 {
  background-image: url(../img/business/icon/icon-09.svg);
}

.icon10 {
  background-image: url(../img/business/icon/icon-10.svg);
}

.icon11 {
  background-image: url(../img/business/icon/icon-11.svg);
}

.icon12 {
  background-image: url(../img/business/icon/icon-12.svg);
}

.icon13 {
  background-image: url(../img/works/icon/icon-13.svg);
}

.icon14 {
  background-image: url(../img/works/icon/icon-14.svg);
}

.icon15 {
  background-image: url(../img/works/icon/icon-15.svg);
}

.icon16 {
  background-image: url(../img/works/icon/icon-16.svg);
}

.breadcrumb-wrapper .breadcrumb {
  height: 60px;
  line-height: 60px;
  max-width: 100%;
  overflow: auto;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .breadcrumb-wrapper .breadcrumb {
    display: flex;
    justify-content: end;
  }
}
.breadcrumb-wrapper .breadcrumb ul {
  /* display: flex;
  flex-wrap: wrap; */
}
@media screen and (max-width: 767px) {
  .breadcrumb-wrapper .breadcrumb ul {
    white-space: nowrap;
  }
}
.breadcrumb-wrapper .breadcrumb ul li {
  font-size: 1.4rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .breadcrumb-wrapper .breadcrumb ul li {
    font-size: 1.2rem;
  }
}
.breadcrumb-wrapper .breadcrumb ul li a {
  font-size: 1.4rem;
  color: #0087b9;
}
@media screen and (max-width: 767px) {
  .breadcrumb-wrapper .breadcrumb ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb-wrapper .breadcrumb ul li a:hover {
    text-decoration: underline;
  }
}
.breadcrumb-wrapper .breadcrumb ul li::after {
  content: "";
  display: inline-block;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 0.5rem;
  height: 1rem;
  background: url(../img/common/arrow-02.svg) no-repeat center/contain;
}
.breadcrumb-wrapper .breadcrumb ul li:last-child::after {
  content: none;
}

/* ===============================================
#ページネーション
=============================================== */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  overflow: hidden;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 4rem;
    gap: 1rem;
  }
}
.pagination .page-numbers {
  line-height: 1.25;
  font-weight: 400;
  background-color: #f0f0f0;
  border: 1px solid #979797;
  font-family: var(--font-en);
  font-size: 1.4rem;
  padding: 11px 15px;
  padding: 1rem 0.5rem;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers.current {
  background-color: var(--color-primary);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers {
    transition: ease 0.3s;
    width: 6rem;
    height: 6rem;
    font-size: 1.6rem;
  }
  .pagination .page-numbers:hover {
    background-color: var(--color-primary);
    color: #fff;
  }
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  font-family: var(--font-ja);
  letter-spacing: 0;
}
.pagination .page-numbers.dots {
  border: none;
  background-color: transparent;
  width: auto;
  align-items: end;
  pointer-events: none;
}

[id] {
  scroll-margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  [id] {
    scroll-margin-top: 6rem;
  }
}

@keyframes slideArrow-reverse {
  /* 0%: 何も動いていない（初期位置・不透明） */
  0% {
    transform: translateY(-50%) rotate(180deg) translateX(0);
    opacity: 1;
  }
  /* 40%: 矢印を右側へスライドしながらフェードアウト */
  40% {
    transform: translateY(-50%) rotate(180deg) translateX(100%);
    opacity: 0;
  }
  /* 41%: 瞬間的に左側の画面外に移動・まだ透明 */
  41% {
    transform: translateY(-50%) rotate(180deg) translateX(-100%);
    opacity: 0;
  }
  /* 100%: 左側から元の位置へスライドイン、再び不透明に */
  100% {
    transform: translateY(-50%) rotate(180deg) translateX(0);
    opacity: 1;
  }
}
/* .js-fade-top {
  opacity: 0;
  transform: translateY(40px);
  visibility: hidden;
  transition:
    opacity 600ms ease-in,
    transform 600ms ease;
}

.js-fade-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
} */
.c-green {
  color: #76A946;
}

/* ----入力フォーム共通---- */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
select,
textarea {
  outline: none;
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=password]:hover,
input[type=url]:hover,
input[type=number]:hover,
select:hover,
textarea:hover {
  border: 1px solid #666;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

label.radio,
label.checkbox,
input[type=radio],
input[type=radio] + label,
input[type=checkbox],
input[type=checkbox] + label,
select {
  cursor: pointer;
}

input[type=text][disabled] {
  background: #dcdcdc;
  cursor: not-allowed;
}

/* ----画面上部メッセージ---- */
.alert {
  margin-top: 5px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.alert:before {
  font-family: FontAwesome;
  content: "\f071";
  position: absolute;
  left: 10px;
}

.success {
  margin-top: 5px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #bce8f1;
  color: #31708f;
  background-color: #d9edf7;
}

.success:before {
  font-family: FontAwesome;
  content: "\f05a";
  position: absolute;
  left: 10px;
}

/* ----入力フォームタイトル---- */
.legend {
  margin: 40px 0 20px;
  padding: 0 0 5px 2px;
  font-size: 26px;
  font-weight: normal;
  border-bottom: #999 1px solid;
}

/* ----縦型入力フォーム---- */
.fieldset-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fieldset-vertical .form-group {
  margin: 5px 0 10px 0;
}

.fieldset-vertical .form-label,
.fieldset-vertical .constraint {
  margin: 0 0 5px 0;
}

.fieldset-vertical .form-label {
  padding: 10px;
  margin-right: 10px;
  text-align: left;
  background: #f9f9f9;
  vertical-align: middle;
}

.fieldset-vertical .form-label label {
  font-weight: bold;
}

.fieldset-vertical .form-control {
  clear: both;
}

/* ----横型入力フォーム---- */
.fieldset {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.fieldset .form-group {
  display: table;
  width: 100%;
  border-top: #e5e5e5 1px solid;
}

.fieldset .form-group:last-child {
  border-bottom: #e5e5e5 1px solid;
}

.fieldset .form-label,
.fieldset .constraint,
.fieldset .form-control {
  display: table-cell;
}

.fieldset .form-label {
  width: 23%;
  padding: 25px 10px 25px 25px;
  text-align: left;
  background: #f9f9f9;
}

.fieldset .form-label label {
  font-weight: bold;
}

.fieldset .constraint {
  width: 65px;
  padding: 5px;
  background: #f9f9f9;
}

.fieldset .form-control {
  padding: 5px 0 5px 20px;
}

/* ----入力支援---- */
.form-error {
  display: block;
  color: #a94442;
}

.required:after {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  color: #fff;
  background-color: #d9534f;
  content: "必須";
}

.optional:after {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  color: #fff;
  background-color: #a6b3b1;
  content: "任意";
}

.help-block {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #737373;
}

.count-msg-another {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #555;
}

.count-msg {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #f66;
}

/* ----入力フォームボタン---- */
.action-buttons {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  display: block;
}

.action {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.action .btn {
  margin-top: 10px;
  padding: 8px 8px;
  font-size: 16px;
  border-bottom-width: 2px;
  min-width: 160px;
}

/* ----ラジオボタン、チェックボックス---- */
.radio {
  margin-right: 10px;
}

.checkbox {
  margin-right: 10px;
}

/* ----EFO---- */
.efo-icon {
  border: none;
  vertical-align: middle;
}

input[type=text].efo-error,
input[type=tel].efo-error,
input[type=email].efo-error,
input[type=search].efo-error,
input[type=password].efo-error,
input[type=url].efo-error,
input[type=number].efo-error,
select.efo-error,
textarea.efo-error {
  background-color: #f2dede;
}

input[type=text].efo-valid,
input[type=tel].efo-valid,
input[type=email].efo-valid,
input[type=search].efo-valid,
input[type=password].efo-valid,
input[type=url].efo-valid,
input[type=number].efo-valid,
select.efo-valid,
textarea.efo-valid {
  background-color: #e9f2d7;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.l-header {
  padding: 2rem 5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 199;
  background-color: transparent;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem 2rem;
  }
  .l-header.nav-opened {
    background-color: #76a946;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header__left {
    position: relative;
  }
}
.l-header__logo {
  padding-top: 1rem;
}
.l-header__logo img {
  display: block;
  width: 40.3rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    padding-top: 0;
  }
  .l-header__logo img {
    width: 26rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__right {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .l-header__right {
    display: block;
    position: fixed;
    top: 6rem;
    left: 0;
    right: 0;
    height: calc(100% - 6rem);
    z-index: 1000;
    background-color: #fff;
    padding: 2rem 2rem;
    padding-bottom: 8rem;
    overflow: auto;
    /* opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.25s; */
    opacity: 0;
    scale: 0.95;
    pointer-events: none;
    transition: all 600ms ease;
    /* &::before{
      content: "";
      position: absolute;
      top: 1rem;
      left: 2rem;
      width: 26rem;
      height: 4.2rem;
      background: url(../img/common/logo.svg) no-repeat center/contain;
    } */
  }
  .l-header__right.is-opened {
    /*  opacity: 1;
     transform: translateY(0px);
     visibility: visible; */
    opacity: 1;
    scale: 1;
    pointer-events: auto;
  }
}
.l-header__contact {
  display: flex;
  gap: 2rem 4rem;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    flex-direction: column;
  }
}
.l-header__contact .item-tel__num {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-text-contrast);
  display: flex;
  align-items: center;
}
.l-header__contact .item-tel__num::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  -webkit-mask: url(../img/common/icon-tel.svg) no-repeat center/contain;
          mask: url(../img/common/icon-tel.svg) no-repeat center/contain;
  margin-right: 0.7rem;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .l-header__contact .item-tel__num {
    color: var(--color-primary);
  }
}
.l-header__contact .item-tel__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--color-text-contrast);
}
@media screen and (max-width: 767px) {
  .l-header__contact .item-tel__txt {
    color: var(--color-primary);
  }
}
.l-header__contact .item-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-text-contrast);
  width: 24rem;
  height: 6rem;
  border-radius: 3rem;
  border: 1px solid var(--color-text-contrast);
}
.l-header__contact .item-contact a::before {
  content: "";
  width: 2.7rem;
  height: 2rem;
  -webkit-mask: url(../img/common/icon-mail.svg) no-repeat center/contain;
          mask: url(../img/common/icon-mail.svg) no-repeat center/contain;
  background-color: currentColor;
  margin-right: 1.2rem;
  position: relative;
  top: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-header__contact .item-contact a {
    transition: background-color 0.3s linear, color 0.3s linear;
  }
  .l-header__contact .item-contact a:hover {
    background-color: #fff;
    color: #76a946;
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact .item-contact a {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
  }
  .l-header__contact .item-contact a::before {
    content: "";
    width: 2.4rem;
    height: 1.6rem;
    top: 0.1em;
  }
}
.l-header__menu {
  margin-top: 2.5rem;
}
.l-header__menu .menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.l-header__menu .menu-list .menu-item.has-dropdown {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__menu .menu-list .menu-item.has-dropdown.active {
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header__menu .menu-list .menu-item.has-dropdown:hover .menu-title span::before {
    width: 100%;
  }
  .l-header__menu .menu-list .menu-item.has-dropdown:hover .menu-dropdown {
    opacity: 1;
    pointer-events: all;
  }
}
.l-header__menu .menu-list .menu-item.has-dropdown .menu-link.menu-title {
  position: relative;
}
.l-header__menu .menu-list .menu-item.has-dropdown .menu-link.menu-title::after {
  display: inline-block;
  content: "";
  width: 1.3rem;
  height: 0.8rem;
  -webkit-mask: url(../img/common/dropdown.svg) no-repeat center/contain;
          mask: url(../img/common/dropdown.svg) no-repeat center/contain;
  background-color: currentColor;
  margin-left: 0.8rem;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 767px) {
  .l-header__menu .menu-list .menu-item.has-dropdown .menu-link.menu-title::after {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu .menu-list .menu-item.has-dropdown .menu-link.menu-title.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.l-header__menu .menu-list .menu-item.has-dropdown .menu-dropdown {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-header__menu .menu-list .menu-item.has-dropdown .menu-dropdown {
    left: 0;
    top: calc(100% + 2rem);
    overflow: hidden;
    position: absolute;
    transition: height 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    width: 27rem;
    transition: 0.4s ease all;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu .menu-list .menu-item.has-dropdown .menu-dropdown {
    display: none;
    /* padding: 11px 25px 26px;
    padding: 1rem; */
    box-shadow: 2px 2px 12px rgba(165, 165, 165, 0.16);
  }
}
.l-header__menu .menu-list .menu-item.has-dropdown .menu-dropdown .menu-dropdown__inner .menu-item {
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .l-header__menu .menu-list .menu-item.has-dropdown .menu-dropdown .menu-dropdown__inner .menu-item {
    border-bottom: 0;
  }
}
.l-header__menu .menu-list .menu-item.has-dropdown .menu-dropdown .menu-dropdown__inner .menu-item:last-child {
  margin-bottom: 0;
}
.l-header__menu .menu-list .menu-item.has-dropdown .menu-dropdown .menu-dropdown__inner .menu-item .menu-link {
  background-color: #f7f8fa;
  padding: 1.3rem 1rem 1.2rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-header__menu .menu-list .menu-item.has-dropdown .menu-dropdown .menu-dropdown__inner .menu-item .menu-link {
    color: #333;
    line-height: 1.5;
    font-size: 1.6rem;
    display: block;
    transition: background 0.3s;
    will-change: background;
  }
  .l-header__menu .menu-list .menu-item.has-dropdown .menu-dropdown .menu-dropdown__inner .menu-item .menu-link:hover {
    background-color: rgba(118, 169, 70, 0.2);
  }
}
.l-header__menu .menu-list .menu-item.has-dropdown .dropdown-toggle {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  text-indent: -999em;
  position: absolute;
  top: 1rem;
  right: 0;
  background-color: #e1e1e1;
  border-radius: 0.2rem;
}
@media screen and (min-width: 768px) {
  .l-header__menu .menu-list .menu-item.has-dropdown .dropdown-toggle {
    display: none;
  }
}
.l-header__menu .menu-list .menu-item.has-dropdown .dropdown-toggle::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 0.8rem;
  -webkit-mask: url(../img/common/dropdown.svg) no-repeat center/contain;
          mask: url(../img/common/dropdown.svg) no-repeat center/contain;
  background-color: currentColor;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  transition: all 0.3s;
}
.l-header__menu .menu-list .menu-item.has-dropdown .dropdown-toggle.active::after {
  transform: translate(50%, -50%) rotate(180deg);
}
.l-header__menu .menu-list .menu-item.has-dropdown:last-child .menu-dropdown {
  left: auto;
  right: 0;
}
.l-header__menu .menu-list .menu-item .menu-link {
  color: var(--color-text-contrast);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
  padding: 0.5rem 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__menu .menu-list .menu-item .menu-link::before {
    content: "";
    display: block;
    height: 7.25rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 1.25rem);
  }
}
.l-header__menu .menu-list .menu-item .menu-link span {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__menu .menu-list .menu-item .menu-link span {
    padding-bottom: 0.3em;
  }
}
.l-header__menu .menu-list .menu-item .menu-link span::before {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  transition: width 0.3s ease;
  width: 0;
}
@media screen and (min-width: 768px) {
  .l-header__menu .menu-list .menu-item .menu-link:hover span::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    margin-top: 0;
    margin-bottom: 4rem;
  }
  .l-header__menu .menu-list {
    flex-direction: column;
    gap: 0rem;
  }
  .l-header__menu .menu-list .menu-item {
    border-bottom: #d3d1ce 1px solid;
  }
  .l-header__menu .menu-list .menu-item .menu-link {
    color: #333;
    display: block;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.l-header._scroll {
  background-color: #76a946;
}

.menu-button {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1199;
  width: 6rem;
  height: 6rem;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 768px) {
  .menu-button {
    display: none;
  }
}
.menu-button span {
  display: block;
  width: 3rem;
  height: 0.1rem;
  border-radius: 0.2rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.2s;
  transform: translateX(-50%);
}
.menu-button span:nth-child(1) {
  transform: translateX(-50%) translateY(calc(-50% + 1rem));
}
.menu-button span:nth-child(2) {
  transform: translateX(-50%) translateY(calc(-50% - 0rem));
}
.menu-button span:nth-child(3) {
  transform: translateX(-50%) translateY(calc(-50% - 1rem));
}
.menu-button.is-active span:nth-child(1) {
  transform: translateX(-50%) rotate(-45deg);
}
.menu-button.is-active span:nth-child(2) {
  transform: translateX(-50%) rotate(45deg);
}
.menu-button.is-active span:nth-child(3) {
  width: 0;
}

.l-header__lower:not(._scroll) {
  --color-text-contrast: var(--color-text-primary);
}
@media screen and (max-width: 767px) {
  .l-header__lower:not(._scroll) {
    background-color: var(--color-primary);
  }
}
.l-header__lower:not(._scroll) .l-header__contact .item-tel__num,
.l-header__lower:not(._scroll) .l-header__contact .item-contact a {
  color: var(--color-primary);
}
.l-header__lower:not(._scroll) .l-header__contact .item-contact a {
  border-color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .l-header__lower:not(._scroll) .l-header__contact .item-contact a:hover {
    background-color: #76a946;
    color: #fff;
  }
}

.l-footer {
  overflow: hidden;
}
.l-footer__contact {
  background: url(../img/top/contact-bg.jpg) no-repeat center/cover;
  padding: 12rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__contact {
    padding: 8rem 0;
  }
}
.l-footer__contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #78848b;
  opacity: 0.8;
  z-index: 1;
}
.l-footer__contact .container {
  position: relative;
  z-index: 2;
}
.l-footer__contact .common-title {
  text-align: center;
}
.l-footer__contact .contact-desc {
  margin-top: 5rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__contact .contact-desc {
    margin-top: 3rem;
  }
}
.l-footer__contact .contact-list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__contact .contact-list {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3.5rem;
  }
}
.l-footer__contact .contact-list .contact-item {
  border-radius: 2rem;
  border: 1px solid #fff;
  padding: 3.3rem 1rem;
  padding-bottom: 4.3rem;
  background: rgba(255, 255, 255, 0.2);
}
.l-footer__contact .contact-list .contact-item__ttl {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}
.l-footer__contact .contact-list .contact-item__num {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 4.4rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  margin-top: 2.9rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__contact .contact-list .contact-item__num::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(../img/common/icon-tel.svg) no-repeat center/contain;
  margin-right: 0.9rem;
}
@media screen and (max-width: 767px) {
  .l-footer__contact .contact-list .contact-item__num {
    font-size: 3rem;
    margin-top: 2rem;
  }
  .l-footer__contact .contact-list .contact-item__num::before {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.l-footer__contact .contact-list .contact-item__txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__contact .contact-list .contact-item__txt {
    font-size: 1.4rem;
  }
}
.l-footer__contact .contact-list .contact-item__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #76a946;
  background-color: #fff;
  width: 40rem;
  height: 8rem;
  max-width: 100%;
  border-radius: 4rem;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.l-footer__contact .contact-list .contact-item__mail::before {
  content: "";
  width: 2.7rem;
  height: 2rem;
  -webkit-mask: url(../img/common/icon-mail.svg) no-repeat center/contain;
          mask: url(../img/common/icon-mail.svg) no-repeat center/contain;
  background-color: currentColor;
  margin-right: 1.2rem;
  position: relative;
  top: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-footer__contact .contact-list .contact-item__mail {
    transition: background-color 0.3s linear, color 0.3s linear;
  }
  .l-footer__contact .contact-list .contact-item__mail:hover {
    background-color: #76a946;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact .contact-list .contact-item__mail {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    height: 6rem;
  }
  .l-footer__contact .contact-list .contact-item__mail::before {
    width: 2.5rem;
  }
}
.l-footer__main {
  background-color: #76a946;
  padding-top: 12.5rem;
  padding-bottom: 11rem;
}
.l-footer__inner {
  /* max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem; */
}
.l-footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.l-footer__info {
  width: 40rem;
}
.l-footer__logo {
  margin-bottom: 2rem;
}
.l-footer__logo a {
  display: inline-block;
}
.l-footer__logo img {
  display: block;
}
.l-footer__addr {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.l-footer__nav {
  width: calc(100% - 40rem - 20rem);
  width: 56rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.l-footer__nav .menu-item {
  margin-bottom: 0.5rem;
}
.l-footer__nav .menu-item a {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.l-footer__nav .sub-menu {
  margin-top: 0.5rem;
  padding-left: 1rem;
}
.l-footer__nav .sub-menu li a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: relative;
  padding-left: 1em;
}
.l-footer__nav .sub-menu li a::before {
  position: absolute;
  content: "-";
  margin-right: 0.5em;
  left: 0;
}
.l-footer__nav-item {
  flex: 1;
}
.l-footer__nav-item .menu-item {
  margin-bottom: 2.1rem;
}
.l-footer__nav-item .menu-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item .menu-item a:hover {
    text-decoration: underline;
  }
}
.l-footer__bottom {
  margin-top: 11rem;
}
.l-footer__bottom .copyright {
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .l-footer__top {
    flex-direction: column;
    gap: 5rem;
  }
  .l-footer__addr {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .l-footer__info {
    width: 100%;
  }
  .l-footer__nav {
    width: 100%;
    gap: 1.5rem 0;
  }
  .l-footer__nav .menu-item {
    margin-bottom: 0.5rem;
  }
  .l-footer__nav .sub-menu {
    margin-top: 0.7rem;
  }
  .l-footer__nav .sub-menu li a {
    line-height: 1.8;
  }
  .l-footer__nav .sub-menu li a::before {
    margin-right: 0.5em;
  }
  .l-footer__nav-item {
    flex: auto;
    width: 50%;
  }
  .l-footer__nav-item .menu-item {
    margin-bottom: 1.2rem;
  }
  .l-footer__nav-item .menu-item:last-child {
    margin-bottom: 0;
  }
  .l-footer__bottom {
    margin-top: 8rem;
  }
  .l-footer__bottom .copyright {
    font-size: 1.1rem;
    text-align: center;
  }
}

.page-top {
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  z-index: 10;
  cursor: pointer;
  transform: translateY(12rem);
  transition: 0.3s transform;
}
.page-top.active {
  transform: translateY(0);
}
.page-top .icon-top {
  display: inline-block;
}
.page-top .icon-top::before {
  display: block;
  content: "";
  width: 6.6rem;
  height: 8.2rem;
  background: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/common/pagetop.svg);
}
@media screen and (max-width: 767px) {
  .page-top {
    right: 1rem;
    bottom: 1rem;
  }
  .page-top .icon-top::before {
    width: 5rem;
    height: 6.2rem;
  }
}

.kv {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .kv {
    min-height: 110rem;
    margin-bottom: -31rem;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    margin-bottom: -7rem;
  }
}
.kv .kv-inner {
  position: relative;
}
.kv .kv-copy {
  position: absolute;
  max-width: 100%;
  top: 27rem;
  left: 7rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .kv .kv-copy {
    left: 1rem;
    width: 32rem;
    top: 19rem;
  }
}
.kv .kv-copy .kv-copy-ttl {
  font-weight: bold;
  font-size: 10rem;
  line-height: 1.36;
}
.kv .kv-copy .kv-copy-txt {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 1.7555555556;
}
.kv .kv-copy .kv-text {
  width: 95rem;
  max-width: 100%;
}
.kv .kv-copy .kv-text img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kv .kv-copy .kv-copy-ttl {
    font-size: 2.8rem;
  }
  .kv .kv-copy .kv-copy-txt {
    font-size: 1.4rem;
  }
}
.kv .kv-slide {
  position: relative;
  background: url(../img/top/kv-mask.svg) no-repeat bottom left/contain;
  background-size: contain;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 140rem;
  max-width: 72.9166666667%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 10rem;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv .kv-slide {
    max-width: calc(100% + 10rem);
    padding-left: 2rem;
    padding-bottom: 0.5rem;
    margin-left: -10rem;
  }
}
.kv .kv-slide .kv-swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.kv .kv-slide .kv-slide-deco {
  position: absolute;
  width: 51.8rem;
  bottom: 14rem;
  left: -16rem;
  z-index: 4;
  pointer-events: none;
  max-width: 100%;
}
.kv .kv-slide .kv-slide-deco img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kv .kv-slide .kv-slide-deco {
    width: 23rem;
    left: 4rem;
    bottom: -5rem;
  }
}
.kv .eiko-50th {
  position: absolute;
  right: 10rem;
  top: 28rem;
  z-index: 3;
  width: 30rem;
  aspect-ratio: 1;
}
.kv .eiko-50th img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kv .eiko-50th {
    width: 12rem;
    right: 2rem;
    top: 6rem;
  }
}
.kv .kv-news {
  position: absolute;
  right: 0;
  bottom: 19rem;
  z-index: 5;
  width: 104rem;
  max-width: 100%;
  background-color: #fff;
  border-top-left-radius: 3.5rem;
  border-bottom-left-radius: 3.5rem;
  padding: 2rem;
  padding-left: 4.2rem;
  display: flex;
  align-items: center;
  gap: 8rem;
}
.kv .kv-news .kv-news-label {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #76a946;
}
@media screen and (max-width: 767px) {
  .kv .kv-news .kv-news-label {
    font-size: 2rem;
  }
}
.kv .kv-news .kv-news-body {
  flex: 1;
}
.kv .kv-news .kv-news-body .item {
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv .kv-news .kv-news-body .item {
    gap: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 2rem;
  }
}
.kv .kv-news .kv-news-body .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 2.1rem;
  height: 0.8rem;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: #76a946;
  z-index: 2;
}
.kv .kv-news .kv-news-body .item .item-meta {
  display: flex;
  gap: 3.8rem;
  align-items: center;
}
.kv .kv-news .kv-news-body .item .item-meta .item-date {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.kv .kv-news .kv-news-body .item .item-meta .item-cat {
  min-width: 10rem;
  padding: 0.4rem 0.4rem;
  background: #78848b;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .kv .kv-news .kv-news-body .item .item-meta .item-cat {
    font-size: 1.2rem;
    min-width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-news .kv-news-body .item .item-meta {
    gap: 2rem;
  }
  .kv .kv-news .kv-news-body .item .item-meta .item-date {
    font-size: 1.4rem;
  }
  .kv .kv-news .kv-news-body .item .item-meta .item-cat {
    font-size: 1.2rem;
  }
}
.kv .kv-news .kv-news-body .item .item-text {
  line-height: 1;
}
.kv .kv-news .kv-news-body .item .item-text a {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.kv .kv-news .kv-news-body .item .item-text a span {
  position: relative;
  padding-bottom: 0.4rem;
  background-image: linear-gradient(90deg, #76a946, #76a946);
  background-repeat: no-repeat;
  background-position: right bottom 0.3rem;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
@media screen and (min-width: 768px) {
  .kv .kv-news .kv-news-body .item .item-text a:hover {
    opacity: 1;
  }
  .kv .kv-news .kv-news-body .item .item-text a:hover span {
    background-size: 100% 1px;
    background-position: left bottom 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-news .kv-news-body .item .item-text a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-news .kv-news-body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-news {
    gap: 0.5rem;
    bottom: 0;
    padding: 1rem 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: static;
    margin-top: 6rem;
    max-width: 95%;
    margin-left: auto;
  }
}
.kv .recruit-site-button {
  position: absolute;
  left: 8.5rem;
  bottom: 24rem;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .kv .recruit-site-button {
    right: 2rem;
    bottom: 9rem;
    left: auto;
  }
}

.connect {
  padding-top: 37rem;
  padding-bottom: 24rem;
  background: url(../img/top/connect-bg.png) no-repeat top center/cover;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.connect .connect-ttl {
  font-weight: bold;
  font-size: 7.2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #fff;
}
.connect .connect-txt {
  margin-top: 3rem;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .connect .connect-txt {
    margin-right: -2em;
  }
}
@media screen and (max-width: 767px) {
  .connect {
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-size: 112rem;
  }
  .connect .connect-ttl {
    font-size: 3.2rem;
  }
  .connect .connect-txt {
    margin-top: 2rem;
    line-height: 2;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
  }
}
.connect .site-name-loop-slider {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1rem;
  font-size: 20rem;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}
@media screen and (max-width: 767px) {
  .connect .site-name-loop-slider {
    bottom: -0.3rem;
  }
}
.connect .site-name-loop-slider .loop-text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  animation: loop-slider 30s infinite linear 1s both;
  will-change: translate;
  padding-right: 0.5em;
}
.connect .site-name-loop-slider .loop-text img {
  display: block;
  height: 20.1rem;
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 767px) {
  .connect .site-name-loop-slider .loop-text img {
    height: 8rem;
  }
}

@keyframes loop-slider {
  from {
    translate: 0;
  }
  to {
    translate: -100%;
  }
}
.business {
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
}

.business-top {
  position: relative;
  padding-top: 5rem;
}
.business-top::before, .business-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.business-top::before {
  width: 48.9%;
  aspect-ratio: 940/800;
  background: url(../img/top/business-img.png) no-repeat left bottom/contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .business-top::before {
    width: 90%;
  }
}
.business-top::after {
  width: 50.5%;
  aspect-ratio: 970/830;
  background: url(../img/top/business-bg.svg) no-repeat left bottom/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .business-top::after {
    width: calc(90% + 1rem);
  }
}
@media screen and (max-width: 767px) {
  .business-top {
    padding-top: 8rem;
    padding-bottom: 32rem;
  }
}
.business-top .common-title {
  text-align: left;
}
.business-top .common-title .title-en {
  color: #76a946;
}
.business-top .common-title .title-ja {
  color: #333;
}
@media screen and (max-width: 767px) {
  .business-top .common-title {
    text-align: center;
  }
}
.business-top .business-inner {
  display: flex;
  justify-content: flex-end;
  padding: 18rem 0;
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  .business-top .business-inner {
    padding: 0;
    position: relative;
    z-index: 3;
  }
}
.business-top .business-inner .business__right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .business-top .business-inner .business__right {
    width: 100%;
  }
}
.business-top .business-inner .business-desc {
  margin-top: 5rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .business-top .business-inner .business-desc {
    font-size: 1.4rem;
    margin-top: 2rem;
    letter-spacing: 0.05em;
  }
}
.business-top .business-inner .more {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .business-top .business-inner .more {
    margin-top: 3rem;
  }
  .business-top .business-inner .more .more-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.business-bottom .business-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .business-bottom .business-list {
    grid-template-columns: 1fr;
  }
}
.business-bottom .business-list .item {
  background: #fff;
  overflow: hidden;
  position: relative;
  aspect-ratio: 64/60;
}
.business-bottom .business-list .item .item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .business-bottom .business-list .item .item-link {
    padding: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .business-bottom .business-list .item .item-link:hover {
    opacity: 1;
  }
  .business-bottom .business-list .item .item-link:hover::after {
    background: rgba(51, 51, 51, 0.2);
  }
  .business-bottom .business-list .item .item-link:hover .item-img img {
    transform: scale(1.05);
  }
  .business-bottom .business-list .item .item-link:hover .item-more {
    background-color: #fff;
  }
  .business-bottom .business-list .item .item-link:hover .item-more .arrow {
    background-color: var(--color-primary);
  }
}
.business-bottom .business-list .item .item-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.6);
  z-index: 1;
  transition: background 0.3s linear;
}
.business-bottom .business-list .item .item-link::before {
  content: "";
  position: absolute;
  inset: 2rem;
  border: 1px solid #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .business-bottom .business-list .item .item-link::before {
    inset: 1.5rem;
  }
}
.business-bottom .business-list .item .item-img {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.business-bottom .business-list .item .item-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s linear;
}
.business-bottom .business-list .item .item-body {
  position: relative;
  z-index: 3;
}
.business-bottom .business-list .item .item-body .item-ttl {
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business-bottom .business-list .item .item-body .item-ttl {
    font-size: 2.4rem;
  }
}
.business-bottom .business-list .item .item-body .item-txt {
  max-width: 42rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #fff;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .business-bottom .business-list .item .item-body .item-txt {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.business-bottom .business-list .item .item-more {
  margin-top: 5.5rem;
  width: 6rem;
  height: 6rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  transition: background-color 0.3s;
}
.business-bottom .business-list .item .item-more .arrow {
  display: block;
  width: 2.1rem;
  height: 0.8rem;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .business-bottom .business-list .item .item-more {
    margin-top: 2rem;
    width: 5rem;
    height: 5rem;
  }
}

.projects {
  padding: 13rem 0;
  background: #76a946;
  position: relative;
}
@media screen and (min-width: 768px) {
  .projects {
    padding-top: 25rem;
    padding-bottom: 24rem;
  }
}
.projects::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/top/projects-bg.png) no-repeat top left/cover;
  z-index: 1;
}
.projects .projects-bg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/top/projects-bg.svg) no-repeat top left/contain;
  opacity: 0.2;
  z-index: 1;
  width: 63.697917vw;
}
.projects .projects-bg img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .projects .projects-bg {
    top: auto;
    width: 190%;
  }
}
@media screen and (max-width: 767px) {
  .projects {
    padding: 8rem 0;
  }
}
.projects .container {
  position: relative;
  z-index: 2;
}
.projects .projects-inner {
  position: relative;
  z-index: 2;
}
.projects .projects-content {
  max-width: 36rem;
}
.projects .projects-content .common-title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .projects .projects-content .common-title {
    text-align: center;
  }
}
.projects .projects-content .projects-desc {
  margin-top: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .projects .projects-content .projects-desc {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
.projects .projects-content .more {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .projects .projects-content .more {
    margin-top: 3rem;
  }
  .projects .projects-content .more .more-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.projects .slider-wrap {
  display: flex;
  gap: 3rem;
  /*  transform: translateX(-33rem);
  width: calc(100% + 33rem); */
  /* position: relative;
  z-index: 3; */
}
@media screen and (max-width: 767px) {
  .projects .slider-wrap {
    display: block;
  }
}
.projects .slider-wrap .swiper {
  padding: 2rem 2rem;
}
.projects .slider-wrap .swiper .swiper-wrapper .swiper-slide {
  width: 42rem;
}
.projects .slider-wrap .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 420/560;
  box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.125), -5px -6px 10px rgba(0, 0, 0, 0.125), -5px 6px 10px rgba(0, 0, 0, 0.125), 5px -6px 10px rgba(0, 0, 0, 0.125);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .projects .slider-wrap .swiper .swiper-wrapper .swiper-slide {
    width: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .projects .slider-wrap .mask-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 13rem 0;
    width: 16.145833vw;
    margin-left: -2rem;
  }
}
.projects .slider-wrap .mask-right {
  /*   width: 58.85%;
  width: 113rem; */
}
@media screen and (min-width: 768px) {
  .projects .slider-wrap .mask-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 13rem 0;
    width: 58.854167vw;
  }
}

.company-profile {
  padding: 16rem 0;
  background-color: #ffffff;
  position: relative;
}
.company-profile::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  aspect-ratio: 1;
  right: 0;
  background: url(../img/common/mark.svg) no-repeat center/contain;
  opacity: 0.1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company-profile {
    padding: 8rem 0;
  }
  .company-profile::after {
    left: 0;
    top: 0;
    bottom: auto;
  }
}
.company-profile .common-title {
  text-align: center;
  position: relative;
  z-index: 3;
}
.company-profile .common-title .title-en {
  color: #76a946;
}
.company-profile .common-title .title-ja {
  color: #333333;
}
.company-profile ._list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
  margin-top: 5rem;
  position: relative;
  z-index: 3;
}
.company-profile ._list .item .item-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 56/40;
}
.company-profile ._list .item .item-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: background 0.3s linear;
}
@media screen and (min-width: 768px) {
  .company-profile ._list .item .item-link:hover {
    opacity: 1;
  }
  .company-profile ._list .item .item-link:hover::before {
    background: rgba(51, 51, 51, 0.1);
  }
  .company-profile ._list .item .item-link:hover .item-img img {
    transform: scale(1.05);
  }
  .company-profile ._list .item .item-link:hover .item-more {
    background-color: #fff;
  }
  .company-profile ._list .item .item-link:hover .item-more .arrow {
    background-color: #76a946;
  }
}
.company-profile ._list .item .item-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.company-profile ._list .item .item-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s linear;
}
.company-profile ._list .item .item-txt {
  position: relative;
  z-index: 3;
  text-align: center;
}
.company-profile ._list .item .item-txt .item-txt-ja {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}
.company-profile ._list .item .item-txt .item-txt-en {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .company-profile ._list .item .item-txt .item-txt-ja {
    font-size: 2.4rem;
  }
  .company-profile ._list .item .item-txt .item-txt-en {
    font-size: 1.2rem;
  }
}
.company-profile ._list .item .item-more {
  width: 6rem;
  height: 6rem;
  border-radius: 2rem 0px 0px 0px;
  background: #76a946;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s linear;
}
.company-profile ._list .item .item-more .arrow {
  display: block;
  width: 2.6rem;
  height: 0.8rem;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: #fff;
  transition: background-color 0.3s linear;
}
@media screen and (max-width: 767px) {
  .company-profile ._list .item .item-more {
    width: 4.5rem;
    height: 4.5rem;
  }
  .company-profile ._list .item .item-more .arrow {
    width: 2.2rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .company-profile ._list {
    grid-template-columns: 1fr;
  }
}

.recruit {
  padding: 16rem 0;
  padding-top: 14rem;
  background: url(../img/top/recruit-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 6rem 0;
  }
}
.recruit .container {
  position: relative;
}
.recruit .common-title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recruit .common-title {
    text-align: center;
  }
}
.recruit .recruit-inner {
  display: flex;
  align-items: center;
  gap: 14rem;
}
@media screen and (max-width: 767px) {
  .recruit .recruit-inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.recruit .recruit-inner .recruit__left {
  width: 36rem;
  max-width: 100%;
}
.recruit .recruit-inner .recruit__left .more {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .recruit .recruit-inner .recruit__left .more {
    margin-top: 5rem;
  }
}
.recruit .recruit-inner .recruit__right {
  flex: 1;
}
.recruit .recruit-inner .recruit__right .recruit-txt {
  font-weight: bold;
  font-size: 6rem;
  letter-spacing: 0.1em;
  line-height: 1.5333333333;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit .recruit-inner .recruit__right .recruit-txt {
    font-size: 1.8rem;
  }
}

.news {
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 6rem 0;
  }
}
.news .container {
  position: relative;
}
.news .common-title {
  text-align: left;
}
.news .common-title .title-en {
  color: #76a946;
}
.news .common-title .title-ja {
  color: #333;
}
@media screen and (max-width: 767px) {
  .news .common-title {
    text-align: center;
  }
}
.news .more {
  margin-top: 8rem;
}
.news .more .more-btn {
  /*  border-color: #333333;
  color: #333333; */
  max-width: 26rem;
}
@media screen and (max-width: 767px) {
  .news .more {
    margin-top: 5rem;
  }
  .news .more .more-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.news .news-inner {
  display: flex;
  align-items: flex-start;
  gap: 14rem;
}
@media screen and (max-width: 767px) {
  .news .news-inner {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .news .news-inner .news__left {
    width: 26rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .news .news-inner .news__right {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .news .news-inner .news__right {
    margin-top: 5rem;
  }
}
.news .news-inner .news__right .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news .news-inner .news__right .news-list .item {
  padding: 3rem 0;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #78848b;
}
.news .news-inner .news__right .news-list .item:first-child {
  border-top: 1px solid #78848b;
}
@media screen and (max-width: 767px) {
  .news .news-inner .news__right .news-list .item {
    padding: 2rem 0;
    padding-bottom: 1.7rem;
  }
}
.news .news-inner .news__right .news-list .item .item-meta {
  display: flex;
  align-items: center;
  gap: 3.8rem;
}
@media screen and (max-width: 767px) {
  .news .news-inner .news__right .news-list .item .item-meta {
    gap: 2rem;
  }
}
.news .news-inner .news__right .news-list .item .item-meta .item-date {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .news .news-inner .news__right .news-list .item .item-meta .item-date {
    font-size: 1.4rem;
  }
}
.news .news-inner .news__right .news-list .item .item-meta .item-cat {
  min-width: 12rem;
  padding: 0.4rem 0.4rem;
  background: #78848b;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .news .news-inner .news__right .news-list .item .item-meta .item-cat {
    font-size: 1.2rem;
    min-width: 10rem;
  }
}
.news .news-inner .news__right .news-list .item .item-text {
  margin-top: 0.5rem;
  line-height: 1.5;
}
.news .news-inner .news__right .news-list .item .item-text a {
  letter-spacing: 0.1em;
}
.news .news-inner .news__right .news-list .item .item-text a span {
  position: relative;
  padding-bottom: 0.4rem;
  background-image: linear-gradient(90deg, #76a946, #76a946);
  background-repeat: no-repeat;
  background-position: right bottom 0.3rem;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
@media screen and (min-width: 768px) {
  .news .news-inner .news__right .news-list .item .item-text a:hover {
    opacity: 1;
  }
  .news .news-inner .news__right .news-list .item .item-text a:hover span {
    background-size: 100% 1px;
    background-position: left bottom 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .news .news-inner .news__right .news-list .item .item-text a {
    font-size: 1.4rem;
  }
}

.contact-us {
  background: url(../img/top/contact-bg.jpg) no-repeat center/cover;
  padding: 12rem 0;
  position: relative;
}
.contact-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #78848b;
  opacity: 0.8;
  z-index: 1;
}
.contact-us .container {
  position: relative;
  z-index: 2;
}
.contact-us .common-title {
  text-align: center;
}
.contact-us .contact-desc {
  margin-top: 5rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-us .contact-desc {
    margin-top: 3rem;
  }
}
.contact-us .contact-list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .contact-us .contact-list {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3.5rem;
  }
}
.contact-us .contact-list .contact-item {
  border-radius: 2rem;
  border: 1px solid #fff;
  padding: 3.3rem 1rem;
  padding-bottom: 4.3rem;
  background: rgba(255, 255, 255, 0.2);
}
.contact-us .contact-list .contact-item__ttl {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}
.contact-us .contact-list .contact-item__num {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 4.4rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  margin-top: 2.9rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us .contact-list .contact-item__num::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(../img/common/icon-tel.svg) no-repeat center/contain;
  margin-right: 0.9rem;
}
@media screen and (max-width: 767px) {
  .contact-us .contact-list .contact-item__num {
    font-size: 3rem;
    margin-top: 2rem;
  }
  .contact-us .contact-list .contact-item__num::before {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.contact-us .contact-list .contact-item__txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact-us .contact-list .contact-item__txt {
    font-size: 1.4rem;
  }
}
.contact-us .contact-list .contact-item__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #76a946;
  background-color: #fff;
  width: 40rem;
  height: 8rem;
  max-width: 100%;
  border-radius: 4rem;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.contact-us .contact-list .contact-item__mail::before {
  content: "";
  width: 2.7rem;
  height: 2rem;
  -webkit-mask: url(../img/common/icon-mail.svg) no-repeat center/contain;
          mask: url(../img/common/icon-mail.svg) no-repeat center/contain;
  background-color: currentColor;
  margin-right: 1.2rem;
  position: relative;
  top: 0.1em;
}
@media screen and (min-width: 768px) {
  .contact-us .contact-list .contact-item__mail {
    transition: background-color 0.3s linear, color 0.3s linear;
  }
  .contact-us .contact-list .contact-item__mail:hover {
    background-color: #76a946;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .contact-us .contact-list .contact-item__mail {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    height: 6rem;
  }
  .contact-us .contact-list .contact-item__mail::before {
    width: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-us {
    padding: 8rem 0;
  }
}

#globe {
  transform-origin: 50% 50%;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .p-message .c-lower__fv-img img {
    -o-object-position: 8%;
       object-position: 8%;
  }
}
.p-message .p-message-content {
  padding-top: 12rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-message .p-message-content {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.p-message .p-message-text {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-message .p-message-text {
    margin-top: 5rem;
  }
}
.p-message .p-message-text:first-child {
  margin-top: 0;
}
.p-message .p-message-text__inner {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}
.p-message .p-message-text p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
  text-align: justify;
}
.p-message .p-message-text p + p {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-message .p-message-text p {
    font-size: 1.4rem;
  }
}
.p-message .p-message-text .sign {
  margin-top: 7rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-message .p-message-text .sign {
    margin-top: 4rem;
  }
}
.p-message .p-message-text .sign ._site-name {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.25;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-message .p-message-text .sign ._site-name {
    font-size: 1.4rem;
  }
}
.p-message .p-message-text .sign ._pos {
  display: flex;
  align-items: baseline;
  justify-content: end;
  gap: 2rem;
  margin-top: 1.7rem;
}
.p-message .p-message-text .sign ._pos ._pos-label {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-message .p-message-text .sign ._pos ._pos-label {
    font-size: 1.4rem;
  }
}
.p-message .p-message-text .sign ._pos ._pos-sign {
  position: relative;
  top: 0.5rem;
}
.p-message .p-message-text .sign ._pos ._pos-sign img {
  width: 14.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-message .p-message-text .sign ._pos ._pos-sign img {
    width: 13rem;
  }
}

.p-privacy .p-privacy-content {
  padding-top: 12rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-privacy .p-privacy-content {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.p-blog__editor p,
.p-blog__editor table,
.p-blog__editor ul,
.p-blog__editor ol {
  margin-bottom: 3rem;
}
.p-blog__editor table td,
.p-blog__editor table th {
  padding: 5px 1rem;
  font-size: 1.2rem;
}
.p-blog__editor h1,
.p-blog__editor h2,
.p-blog__editor h3,
.p-blog__editor h4,
.p-blog__editor h5,
.p-blog__editor h6 {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid var(--color-primary);
}
.p-blog__editor h1 {
  position: relative;
  padding-bottom: 1rem;
  font-size: 2.6rem;
}
.p-blog__editor h2 {
  position: relative;
  padding-bottom: 1rem;
  font-size: 2.4rem;
}
.p-blog__editor h2::before {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 20rem;
  height: 0.2rem;
  content: "";
}
.p-blog__editor h3 {
  padding-bottom: 1rem;
  font-size: 2.2rem;
}
.p-blog__editor h4 {
  padding-bottom: 1rem;
  font-size: 2rem;
}
.p-blog__editor h5 {
  padding-bottom: 1rem;
  font-size: 1.8rem;
}
.p-blog__editor h6 {
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
}
.p-blog__editor a {
  text-decoration: underline;
}
.p-blog__editor a:hover {
  text-decoration: none;
}
.p-blog__editor .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p-blog__editor .alignleft {
  display: block;
}
.p-blog__editor .alignright {
  display: block;
  margin-left: auto;
}
.p-blog__editor ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.p-blog__editor ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
.p-blog__editor p + h3 {
  margin-top: 5rem;
}
.p-blog__editor p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-blog__editor {
    margin: 12px auto 0;
    overflow: hidden;
  }
  .p-blog__editor h1,
  .p-blog__editor h2,
  .p-blog__editor h3,
  .p-blog__editor h4,
  .p-blog__editor h5,
  .p-blog__editor h6 {
    margin-bottom: 2rem;
  }
  .p-blog__editor h1 {
    padding-bottom: 1rem;
    font-size: 2.2rem;
  }
  .p-blog__editor h1::before {
    width: 10rem;
  }
  .p-blog__editor h2 {
    font-size: 2rem;
  }
  .p-blog__editor h2::before {
    width: 5rem;
  }
  .p-blog__editor h3 {
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
  }
  .p-blog__editor h4 {
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
  }
  .p-blog__editor h5,
  .p-blog__editor h6 {
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .p-blog__editor p + h3 {
    margin-top: 3rem;
  }
}

.p-news .p-news {
  /* ===============================================
  #サイドバー
  =============================================== */
}
.p-news .p-news-content {
  padding-top: 7rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-news .p-news-content {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.p-news .p-article_container {
  display: flex;
  gap: 4rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-news .p-article_container {
    flex-direction: row;
    gap: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news .p-article_content {
    width: calc(100% - 27.3rem - 6rem);
  }
}
.p-news .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-news .news-list .item {
  padding: 3rem 0;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #78848b;
}
@media screen and (min-width: 768px) {
  .p-news .news-list .item {
    display: flex;
    gap: 2rem;
    align-items: baseline;
  }
}
.p-news .news-list .item:first-child {
  border-top: 1px solid #78848b;
}
@media screen and (max-width: 767px) {
  .p-news .news-list .item {
    padding: 2rem 0;
    padding-bottom: 1.7rem;
  }
}
.p-news .news-list .item .item-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news .news-list .item .item-meta {
    gap: 2rem;
  }
}
.p-news .news-list .item .item-meta .item-date {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-news .news-list .item .item-meta .item-date {
    font-size: 1.4rem;
  }
}
.p-news .news-list .item .item-meta .item-cat {
  min-width: 12rem;
  padding: 0.4rem 0.4rem;
  background: #78848b;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news .news-list .item .item-meta .item-cat {
    font-size: 1.2rem;
    min-width: 10rem;
  }
}
.p-news .news-list .item .item-text {
  margin-top: 0.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-news .news-list .item .item-text {
    flex: 1;
  }
}
.p-news .news-list .item .item-text a {
  letter-spacing: 0.1em;
}
.p-news .news-list .item .item-text a span {
  position: relative;
  padding-bottom: 0.4rem;
  background-image: linear-gradient(90deg, #76a946, #76a946);
  background-repeat: no-repeat;
  background-position: right bottom 0.3rem;
  background-size: 0 0.1rem;
  transition: background-size 0.3s;
}
@media screen and (min-width: 768px) {
  .p-news .news-list .item .item-text a:hover {
    opacity: 1;
  }
  .p-news .news-list .item .item-text a:hover span {
    background-size: 100% 0.1rem;
    background-position: left bottom 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news .news-list .item .item-text a {
    font-size: 1.4rem;
  }
}
.p-news {
  /* ===============================================
  #サイドバー
  =============================================== */
}
.p-news .p-sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.p-news .p-sidebar.-sticky {
  position: sticky;
  top: 12rem;
}
@media screen and (min-width: 768px) {
  .p-news .p-sidebar {
    gap: 6rem;
    width: 27.3rem;
  }
}
.p-news .p-sidebar-widget:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news .p-sidebar-widget:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-news .p-sidebar_heading {
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  padding: 1rem 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.p-news .p-sidebar_list {
  display: flex;
  flex-direction: column;
}
.p-news .p-sidebar_link {
  padding: 1.1rem 1rem;
  line-height: 1.6;
  border-bottom: 1px solid #e0e0e0;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-news .p-sidebar_link {
    transition: ease 0.3s;
  }
  .p-news .p-sidebar_link:hover {
    color: #000;
    background-color: rgba(118, 169, 70, 0.2);
  }
}
.p-news .p-sidebar_article {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.p-news .p-sidebar_article-list {
  display: flex;
  flex-direction: column;
}
.p-news .p-sidebar_article-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.1rem;
  padding-top: 1.1rem;
}
.p-news .p-sidebar_article-item:last-child {
  border-bottom: none;
}
.p-news .p-sidebar_article-content {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
}
.p-news .p-sidebar_article-title {
  flex: 1;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .p-news .p-sidebar_article-title a {
    transition: ease 0.3s;
  }
  .p-news .p-sidebar_article-title a:hover {
    text-decoration: underline;
  }
}
.p-news .p-sidebar_article-date {
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-family: var(--font-en);
  white-space: nowrap;
}
.p-news .p-news-heading {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news .p-news-heading {
    padding-bottom: 1.5rem;
    margin-bottom: 4rem;
  }
}
.p-news .p-news-heading::after, .p-news .p-news-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
.p-news .p-news-heading::before {
  width: 100%;
  background-color: #d9d9d9;
}
.p-news .p-news-heading::after {
  width: 15%;
  background-color: var(--color-primary);
}
.p-news .p-news-heading .p-news-meta {
  display: flex;
  gap: 2rem;
  align-items: baseline;
  margin-bottom: 1.8rem;
}
.p-news .p-news-heading .p-news-meta .p-news-date {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.p-news .p-news-heading .p-news-meta .p-news-cat {
  min-width: 12rem;
  padding: 0.4rem 0.4rem;
  background: #78848b;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.p-news .p-news-heading .p-news-heading-title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-news .p-news-heading .p-news-heading-title {
    font-size: 2rem;
  }
}
.p-news .entry-footer {
  border-top: 1px solid #d9d9d9;
  padding-top: 2rem;
  margin-top: 8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news .entry-footer {
    margin-top: 4rem;
  }
}
.p-news .entry-footer .c-pagination__back a {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  border: 1px solid var(--color-primary);
  padding: 1.5rem 1.6rem;
  width: 22rem;
  text-align: center;
  border-radius: 5rem;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .p-news .entry-footer .c-pagination__back a {
    font-size: 15px;
  }
}
.p-news .entry-footer .c-pagination__back a:hover span::before {
  transform: translateY(-50%) scale(1.1);
}
.p-news .entry-footer .c-pagination__back a:hover span::after {
  animation: slideArrow-reverse 0.6s cubic-bezier(0.3, 0.84, 0.68, 1) forwards;
}
.p-news .entry-footer .c-pagination__back a span {
  display: block;
  padding-left: 45px;
  position: relative;
  transition: all 0.6s cubic-bezier(0.3, 0.84, 0.68, 1);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-news .entry-footer .c-pagination__back a span::after {
  content: "";
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  width: 2rem;
  aspect-ratio: 1/1;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  background-color: currentColor;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.p-contact .p-contact-form {
  padding-top: 12rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact-form {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.p-contact select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11'%3E%3Cpath id='三角形_1662' data-name='三角形 1662' d='M1310.02,418.293l-6.5-11h13Z' transform='translate(-1303.52 -407.292)' fill='%23d3d3d3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 2rem);
}
.p-contact input[type=text],
.p-contact input[type=tel],
.p-contact input[type=email],
.p-contact input[type=search],
.p-contact input[type=password],
.p-contact input[type=url],
.p-contact input[type=number],
.p-contact select,
.p-contact textarea {
  width: 100%;
  padding: 0.5em 1em;
}
.p-contact input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  position: relative;
  top: -0.1rem;
}
.p-contact textarea {
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact textarea {
    height: 12em;
  }
}
.p-contact .form-radio .form-radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 5rem;
}
.p-contact .form-radio .form-radio-item {
  display: block;
  position: relative;
}
.p-contact .form-radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.p-contact .form-radio input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 3.2rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-contact .form-radio input[type=radio] + span::before {
  content: "";
  border-radius: 0.4rem;
  border: 1px solid #b9b9b9;
  background: #f4f4f4;
  display: block;
  height: 2rem;
  width: 2rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.p-contact .form-radio input[type=radio] + span::after {
  background: var(--color-text-primary);
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.35em;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.p-contact .form-radio input[type=radio]:checked + span::after {
  opacity: 1;
}
.p-contact .form-checkbox .form-checkbox-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 5rem;
}
.p-contact .form-checkbox .form-checkbox-item {
  display: block;
  position: relative;
}
.p-contact .form-checkbox input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.p-contact .form-checkbox input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 3.2rem;
  position: relative;
  line-height: 1.6;
}
.p-contact .form-checkbox input[type=checkbox] + span::before {
  content: "";
  border-radius: 0.4rem;
  border: 1px solid #b9b9b9;
  background: #f4f4f4;
  display: block;
  height: 2rem;
  width: 2rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-contact .form-checkbox input[type=checkbox] + span::after {
  border-bottom: 0.2rem solid var(--color-text-primary);
  border-left: 0.2rem solid var(--color-text-primary);
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.7rem;
  position: absolute;
  top: 50%;
  left: 0.4rem;
  opacity: 0;
  transform: translateY(-55%) rotate(-45deg);
  transition: all 0.3s ease 0s;
}
.p-contact .form-checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.p-contact .form-group {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-contact .form-group {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .p-contact .form-group + .form-group {
    border-top: 0;
  }
}
.p-contact .form-group .form-label {
  width: 17em;
  padding: 1.5rem 2rem;
  background-color: #f2f2f2;
}
.p-contact .form-group .form-label label {
  font-weight: bold;
}
.p-contact .form-group .form-label .required {
  position: relative;
}
.p-contact .form-group .form-label .required::after {
  content: "必須";
  color: #fff;
  background-color: #f00;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  margin-left: 1em;
}
.p-contact .form-group .form-control {
  padding: 1.5rem 2rem;
  padding-right: 0;
  width: calc(100% - 17em);
}
@media screen and (max-width: 767px) {
  .p-contact .form-group .form-label,
  .p-contact .form-group .form-control {
    width: 100%;
    padding: 0.7rem 1rem;
  }
}
.p-contact .form-group-note {
  padding: 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact .form-group-note {
    padding: 1.5rem 1rem;
  }
}
.p-contact .form-group-agree {
  margin-top: 5rem;
}
.p-contact .form-group-agree .form-checkbox {
  text-align: center;
}
.p-contact .form-group-agree .form-checkbox .form-checkbox-list {
  justify-content: center;
}
.p-contact .form-group-agree .form-checkbox a {
  color: #202265;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-contact .form-group-agree {
    margin-top: 3rem;
  }
}
.p-contact .form-group-button {
  margin-top: 5rem;
}
.p-contact .form-group-button .form-btn {
  display: block;
  width: 29rem;
  max-width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  background-color: var(--color-primary);
  color: #fff;
  height: 6.2rem;
  line-height: 6.2rem;
  border: none;
  font-weight: bold;
  text-align: center;
  margin: 0px auto;
}
.p-contact .form-group-button .form-btn:disabled {
  background-color: #999;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-contact .form-group-button .form-btn {
    transition: background-color 0.3s ease;
  }
  .p-contact .form-group-button .form-btn:hover {
    background-color: #629c2c;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .form-group-button {
    margin-top: 3rem;
  }
}
.p-contact .addr-group .addr-item + .addr-item {
  margin-top: 1rem;
}
.p-contact .addr-group .addr-item .addr-item-ttl {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.p-contact .addr-group .addr-item .addr-item-zipcode {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
.p-contact .addr-group .addr-item .addr-item-zipcode .btn-addr-search {
  margin-left: 1rem;
  padding: 0.5rem 1rem;
  background-color: var(--color-text-primary);
  color: #fff;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-contact .addr-group .addr-item .addr-item-zipcode .btn-addr-search {
    transition: opacity 0.3s ease;
  }
  .p-contact .addr-group .addr-item .addr-item-zipcode .btn-addr-search:hover {
    opacity: 0.7;
  }
}
.p-contact .step-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 0 0 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 94rem;
}
@media screen and (max-width: 767px) {
  .p-contact .step-area {
    margin: 0 0 4rem;
  }
}
.p-contact .step-area:before {
  background: #f3f3f3;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 0.3rem;
}
.p-contact .step-area .step-box {
  background: #f3f3f3;
  border-radius: 3rem;
  width: 28rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact .step-area .step-box {
    width: 30%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
  }
}
.p-contact .step-area .step-box .step-num {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color-primary);
  position: absolute;
  left: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-contact .step-area .step-box .step-num {
    display: none;
  }
}
.p-contact .step-area .step-box.current {
  background: linear-gradient(90deg, #75a945 0%, #3e9a43 100%);
  color: #fff;
}
.p-contact .step-area .step-box.current .step-num {
  color: #fff;
}
.p-contact .form-complete-box {
  text-align: center;
}
.p-contact .form-complete-box__ttl {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-contact .form-complete-box__ttl {
    font-size: 1.8rem;
  }
}
.p-contact .form-complete-box__btn {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}

.p-overview__philosophy {
  margin-top: 13rem;
  margin-bottom: 10rem;
  padding: 9rem 0;
  position: relative;
}
.p-overview__philosophy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/common/mark.svg) no-repeat center/contain;
  opacity: 0.1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-overview__philosophy {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 4rem 0;
  }
}
.p-overview__philosophy .common-title {
  text-align: center;
}
.p-overview__philosophy .common-title .title-en {
  color: var(--color-primary);
}
.p-overview__philosophy .common-title .title-ja {
  color: var(--color-text-primary);
}
.p-overview__philosophy .philosophy-content {
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 2.5714285714;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-overview__philosophy .philosophy-content {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 3rem;
  }
}
.p-overview__policy {
  background: url(../img/overview/policy.jpg) no-repeat center/cover;
  padding-top: 14rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-overview__policy {
    padding: 8rem 0;
    background-size: contain;
    background-position: top;
    padding-bottom: 0;
  }
}
.p-overview__policy .common-title {
  text-align: left;
}
.p-overview__policy .policy-content {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-overview__policy .policy-content {
    margin-top: 3rem;
  }
}
.p-overview__policy .policy-content .list {
  max-width: 86rem;
}
.p-overview__policy .policy-content .list .item {
  padding: 2rem 0;
  padding-left: 1rem;
  border-bottom: 1px solid #ffffff;
  display: flex;
  align-items: baseline;
  gap: 3rem;
}
.p-overview__policy .policy-content .list .item:first-child {
  border-top: 1px solid #ffffff;
}
.p-overview__policy .policy-content .list .item .num {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
}
.p-overview__policy .policy-content .list .item .text {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-overview__policy .policy-content .list .item {
    padding: 1.7rem 0;
    gap: 1.5rem;
    border-bottom-color: #333;
  }
  .p-overview__policy .policy-content .list .item .num {
    font-size: 1.4rem;
    color: #333;
  }
  .p-overview__policy .policy-content .list .item .text {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333;
  }
}
.p-overview__company {
  padding-top: 15rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-overview__company {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}
.p-overview__company .company-outline {
  margin-top: 4rem;
}
.p-overview__company .company-outline .company-table {
  width: 100%;
}
.p-overview__company .company-outline .company-table td,
.p-overview__company .company-outline .company-table th {
  padding: 2.5rem 1rem;
  border-bottom: 1px solid #78848b;
  border-top: 1px solid #78848b;
}
.p-overview__company .company-outline .company-table th {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-overview__company .company-outline .company-table th {
    width: 10rem;
  }
}
.p-overview__company .company-outline .company-table a {
  text-decoration: underline;
  color: #0087b9;
}
.p-overview__company .company-outline .company-table a:hover {
  opacity: 0.7;
}
.p-overview__access {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-overview__access {
    padding: 3rem 0;
  }
}
.p-overview__access .access-content {
  margin-top: 4rem;
}
.p-overview__access .access-content iframe {
  width: 100%;
  height: 55rem;
}
@media screen and (max-width: 767px) {
  .p-overview__access .access-content iframe {
    height: 35rem;
  }
}
.p-overview__tech {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-overview__tech {
    padding: 3rem 0;
  }
}
.p-overview__tech .tech-content {
  margin-top: 4rem;
}
.p-overview__tech .tech-content .tech-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
.p-overview__tech .tech-content .tech-list .tech-item {
  border: 1px solid var(--color-primary);
}
.p-overview__tech .tech-content .tech-list .tech-item__head {
  background-color: var(--color-primary);
  color: #fff;
  padding: 1.5rem 3rem;
  line-height: 1.6;
  padding-top: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-overview__tech .tech-content .tech-list .tech-item__head {
    padding: 1rem 1rem;
  }
}
.p-overview__tech .tech-content .tech-list .tech-item__body {
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-overview__tech .tech-content .tech-list .tech-item__body {
    padding: 1rem 1rem;
  }
}
.p-overview__tech .tech-content .tech-list .tech-item__body .tech-item__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-overview__tech .tech-content .tech-list .tech-item__body .tech-item__detail {
  display: none;
  padding: 1rem;
  margin-top: 1.5rem;
  border-top: 1px solid #ccc;
}
.p-overview__tech .tech-content .tech-list .tech-item__body .tech-item__detail table {
  width: 100%;
}
.p-overview__tech .tech-content .tech-list .tech-item__body .tech-item__detail table th {
  font-weight: 400;
  color: var(--color-primary);
}
.p-overview__tech .tech-content .tech-list .tech-item__body .tech-detail {
  width: 15rem;
  max-width: 100%;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 3rem;
  padding: 0.5rem 1.5rem;
  line-height: 1;
  padding-bottom: 0.7rem;
  position: relative;
}
.p-overview__tech .tech-content .tech-list .tech-item__body .tech-detail::after, .p-overview__tech .tech-content .tech-list .tech-item__body .tech-detail::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 0.2rem;
  background-color: var(--color-primary);
}
.p-overview__tech .tech-content .tech-list .tech-item__body .tech-detail::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-overview__tech .tech-content .tech-list .tech-item__body .tech-detail.active::after {
  height: 0;
}
@media screen and (min-width: 768px) {
  .p-overview__tech .tech-content .tech-list .tech-item__body .tech-detail {
    transition: 0.3s var(--ease-out-expo);
  }
  .p-overview__tech .tech-content .tech-list .tech-item__body .tech-detail:hover {
    opacity: 0.7;
  }
}
.p-overview__tech .tech-content .tech-list .tech-item__body .tech-item__num {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-left: auto;
}
.p-overview__tech .tech-content .tech-list .tech-item__body .tech-item__num .unit {
  font-size: 0.6666666667em;
}
@media screen and (max-width: 767px) {
  .p-overview__tech .tech-content .tech-list .tech-item__body .tech-item__num {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-overview__tech .tech-content .tech-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-overview__fpresidents {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-overview__fpresidents {
    padding: 3rem 0;
  }
}
.p-overview__fpresidents .fpresidents-content {
  margin-top: 4rem;
}
.p-overview__fpresidents .fpresidents-content .fpresidents-table {
  width: 100%;
  border-collapse: collapse;
}
.p-overview__fpresidents .fpresidents-content .fpresidents-table th,
.p-overview__fpresidents .fpresidents-content .fpresidents-table td {
  padding: 1.6rem 1rem;
  border: 1px solid #979797;
  vertical-align: middle;
  text-align: center;
}
.p-overview__fpresidents .fpresidents-content .fpresidents-table th {
  font-weight: 700;
  background: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-overview__fpresidents .fpresidents-content {
    overflow: auto;
  }
  .p-overview__fpresidents .fpresidents-content .fpresidents-table {
    width: 64rem;
  }
}
.p-overview__history {
  padding-top: 8rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-overview__history {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }
}
.p-overview__history .c-title-01 {
  margin-bottom: 2rem;
}
.p-overview__history .history-content {
  margin-top: 4rem;
}
.p-overview__history .history-content .history-list {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.p-overview__history .history-content .history-list::after {
  content: "";
  position: absolute;
  left: 1rem;
  width: 0.4rem;
  background-color: var(--color-primary);
  top: 5rem;
  bottom: 5rem;
}
.p-overview__history .history-content .history-list .item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2.5rem;
  align-items: baseline;
  padding: 3.3rem 1rem;
  position: relative;
  border-bottom: 1px solid #78848b;
}
@media screen and (max-width: 767px) {
  .p-overview__history .history-content .history-list .item {
    padding: 2rem 1rem;
  }
}
.p-overview__history .history-content .history-list .item:first-child {
  border-top: 1px solid #78848b;
}
.p-overview__history .history-content .history-list .item::before {
  content: "";
  position: absolute;
  left: -5.8rem;
  top: 0;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 0.5rem solid var(--color-primary);
  border-radius: 50%;
  top: 4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-overview__history .history-content .history-list .item::before {
    left: -2.7rem;
    width: 1.7rem;
    height: 1.7rem;
    border-width: 0.4rem;
    top: 2.5rem;
  }
}
.p-overview__history .history-content .history-list .item ._year {
  font-weight: 500;
  color: var(--color-primary);
  width: 8rem;
  flex: 0 0 auto;
  font-family: var(--font-en);
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-overview__history .history-content .history-list .item ._year {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-overview__history .history-content .history-list .item ._year {
    position: relative;
    top: 0.3rem;
  }
}
.p-overview__history .history-content .history-list .item ._year-text {
  font-weight: 700;
  text-align: left;
  color: var(--color-primary);
  width: 8rem;
}
.p-overview__history .history-content .history-list .item .item-content {
  flex: 1;
  display: flex;
  align-items: baseline;
  padding-left: 1.5rem;
  gap: 1rem 2rem;
  justify-content: space-between;
}
.p-overview__history .history-content .history-list .item .item-content .item-txt {
  /* min-width: 34rem;
  max-width: 100%; */
  flex: 1;
}
.p-overview__history .history-content .history-list .item .item-content .view-photos {
  display: inline-block;
  text-align: center;
  border: 1px solid var(--color-primary);
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 2rem;
  padding: 1.1rem 1rem;
  line-height: 1;
  cursor: pointer;
  width: 16rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-overview__history .history-content .history-list .item .item-content .view-photos {
    padding: 0.7rem 0.7rem;
    width: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .p-overview__history .history-content .history-list .item .item-content .view-photos {
    transition: 0.3s var(--ease-out-expo);
    margin-block: -0.4rem;
  }
  .p-overview__history .history-content .history-list .item .item-content .view-photos:hover {
    opacity: 0.7;
  }
}
.p-overview__history .history-content .history-list .item .item-content a {
  color: #0087b9;
  text-decoration: underline;
}
.p-overview__history .history-content .history-list .item .item-content a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-overview__history .history-content .history-list .item {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .p-overview__history .history-content .history-list .item .item-content {
    width: 100%;
    flex: auto;
    padding-left: 0;
    flex-direction: column;
  }
  .p-overview__history .history-content .history-list .item .item-content .item-txt {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-overview__history .history-content .history-list {
    padding-left: 3rem;
  }
  .p-overview__history .history-content .history-list::after {
    top: 3.5rem;
    bottom: 10rem;
    width: 0.3rem;
  }
}
.p-overview__origin-name {
  background: linear-gradient(90deg, #b8e067 0%, #f9f871 100%);
}
.p-overview__origin-name .origin-name__inner {
  padding: 11rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-overview__origin-name .origin-name__inner {
    padding: 6rem 0;
  }
}
.p-overview__origin-name .origin-name__inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  aspect-ratio: 1;
  -webkit-mask: url(../img/common/mark.svg) no-repeat center/contain;
          mask: url(../img/common/mark.svg) no-repeat center/contain;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.3);
  mix-blend-mode: soft-light;
}
@media screen and (max-width: 767px) {
  .p-overview__origin-name .origin-name__inner::after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}
.p-overview__origin-name .origin-name__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/logo.svg) no-repeat center/contain;
  width: 51.2rem;
  aspect-ratio: 512/84;
  right: 3rem;
  max-width: 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-overview__origin-name .origin-name__inner::before {
    opacity: 0.5;
    right: 0;
    display: none;
  }
}
.p-overview__origin-name .origin-name__content {
  max-width: 44.82%;
}
@media screen and (max-width: 767px) {
  .p-overview__origin-name .origin-name__content {
    max-width: 100%;
  }
}
.p-overview__origin-name .origin-name__ttl {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-overview__origin-name .origin-name__ttl {
    font-size: 2.1rem;
  }
}
.p-overview__origin-name .origin-name__txt {
  margin-top: 5rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-overview__origin-name .origin-name__txt {
    margin-top: 3rem;
  }
}
.p-overview__modal .modal__container {
  padding: 0;
  background: transparent;
  overflow: inherit;
}
.p-overview__modal .modal__close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-overview__modal .modal__close {
    width: 5rem;
    height: 5rem;
    top: 1rem;
    right: 1rem;
  }
}
.p-overview__modal .overview-modal {
  max-width: 106rem;
  max-height: 100vh;
  padding-inline: 8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-overview__modal .overview-modal {
    padding-inline: 2rem;
  }
}
.p-overview__modal .overview-modal__title {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-overview__modal .overview-modal__title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-overview__modal .overview-modal .overview-swiper-outner {
  position: relative;
  --swiper-navigation-sides-offset: -8rem;
}
@media screen and (max-width: 767px) {
  .p-overview__modal .overview-modal .overview-swiper-outner {
    --swiper-navigation-sides-offset: -1.8rem;
  }
}
.p-overview__modal .overview-modal .overview-swiper-outner .swiper-button-next,
.p-overview__modal .overview-modal .overview-swiper-outner .swiper-button-prev {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
.p-overview__modal .overview-modal .overview-swiper-outner .swiper-button-next::after,
.p-overview__modal .overview-modal .overview-swiper-outner .swiper-button-prev::after {
  content: "";
  width: 2rem;
  height: 0.8rem;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-overview__modal .overview-modal .overview-swiper-outner .swiper-button-next,
  .p-overview__modal .overview-modal .overview-swiper-outner .swiper-button-prev {
    width: 4rem;
    height: 4rem;
  }
}
.p-overview__modal .overview-modal .overview-swiper-outner .swiper-button-prev::after {
  transform: rotate(-180deg);
}
.p-overview__modal .overview-modal .overview-swiper .swiper-slide {
  text-align: center;
}
.p-overview__modal .overview-modal .overview-swiper .swiper-slide img {
  max-height: 56rem;
  height: 56rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-overview__modal .overview-modal .overview-swiper .swiper-slide img {
    max-height: 40rem;
    height: 40rem;
  }
}
.p-overview__modal .overview-modal .overview-swiper-thumbs {
  margin-top: 2.6rem;
  margin-inline: -0.4rem;
}
.p-overview__modal .overview-modal .overview-swiper-thumbs .swiper-slide {
  border: 0.4rem solid transparent;
}
.p-overview__modal .overview-modal .overview-swiper-thumbs .swiper-slide img {
  width: 8rem;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-overview__modal .overview-modal .overview-swiper-thumbs .swiper-slide-thumb-active {
  border-color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .p-overview__modal .overview-modal .overview-swiper-thumbs {
    margin-top: 2rem;
  }
  .p-overview__modal .overview-modal .overview-swiper-thumbs .swiper-slide {
    border-width: 0.2rem;
  }
}

.p-award__content {
  padding-top: 12rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-award__content {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.p-award__text {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-award__text {
    margin-bottom: 5rem;
  }
}
.p-award__section .c-title-01 {
  margin-bottom: 4rem;
}
.p-award__section + .p-award__section {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-award__section + .p-award__section {
    margin-top: 6rem;
  }
}
.p-award__item {
  border: 1px solid var(--color-primary);
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-award__item {
    padding-top: 2rem;
  }
}
.p-award__item + .p-award__item {
  margin-top: 4rem;
}
.p-award__item-head {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-award__item-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.p-award__item-head ._year {
  width: 18rem;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  background-color: var(--color-primary);
  height: 5rem;
  display: flex;
  align-items: center;
  padding-left: 5rem;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-award__item-head ._year {
    width: 12rem;
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
.p-award__item-head ._head {
  flex: 1;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-award__item-head ._head {
    font-size: 1.6rem;
    padding-inline: 2rem;
  }
}
.p-award__item-body {
  display: flex;
  gap: 4rem;
  padding-inline: 5rem;
  padding-bottom: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-award__item-body {
    gap: 2rem;
    padding-inline: 2rem;
    padding-bottom: 2rem;
    flex-direction: column;
    align-items: center;
  }
}
.p-award__item-body ._text {
  flex: 1;
}
.p-award__item-body ._img {
  width: 36rem;
  max-width: 100%;
}
.p-award__item-body ._img img {
  display: block;
}
.p-award__item-body ._img01 {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .p-award__item-body ._img01 {
    width: 12rem;
  }
}
.p-award__outline {
  margin-top: 2rem;
  overflow: auto;
}
.p-award__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-award__table {
    width: 85rem;
  }
}
.p-award__table th,
.p-award__table td {
  padding: 1.5rem 1.6rem;
  border: 1px solid #979797;
  vertical-align: top;
  line-height: 1.75;
}
.p-award__table th {
  background: #f4f8f0;
  font-weight: 700;
  text-align: center;
}
.p-award__table .col1 {
  width: 37.06%;
}
.p-award__table .col2 {
  width: 29.31%;
}
.p-award__table .col3 {
  width: 17.24%;
}
.p-award__table .ver-middle {
  vertical-align: middle;
}
.p-award__list02 ._item + ._item {
  margin-top: 2rem;
}
.p-award__list02 ._item ._item-label {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
  color: #fff;
  padding: 1.9rem 2rem;
  background-color: var(--color-primary);
  margin-bottom: 3rem;
  position: relative;
}
.p-award__list02 ._item ._item-label::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/award/sub.svg) no-repeat center/contain;
  pointer-events: none;
}
.p-award__list02 ._item ._item-label::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 1.8rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  right: 4rem;
  transition: height 0.3s ease-out;
}
.p-award__list02 ._item ._item-label.is_active::before {
  height: 0;
}
@media screen and (max-width: 767px) {
  .p-award__list02 ._item ._item-label {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    padding: 1.5rem 2rem;
  }
  .p-award__list02 ._item ._item-label::after {
    width: 3rem;
    height: 3rem;
  }
  .p-award__list02 ._item ._item-label::before {
    width: 0.15rem;
    height: 1.35rem;
    right: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-award__list02 ._item ._item-label {
    transition: opacity 0.3s;
  }
  .p-award__list02 ._item ._item-label:hover {
    opacity: 0.9;
  }
}
.p-award__list02 ._item ._item-body {
  overflow: auto;
  padding-bottom: 4rem;
}
.p-award .cert-view {
  width: 15rem;
  height: 5rem;
  border-radius: 2.5rem;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-award .cert-view {
    width: 13rem;
    height: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-award .cert-view {
    transition: 0.3s var(--ease-out-expo);
  }
  .p-award .cert-view:hover {
    opacity: 0.8;
  }
}
.p-award .js-title {
  cursor: pointer;
}
.p-award .js-content {
  display: none;
}

.p-business__content {
  padding-top: 12rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-business__content {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.p-business__top {
  margin-bottom: 7rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-business__top {
    margin-bottom: 5rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-business__top .text-01 {
  font-weight: bold;
  font-size: 6rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-business__top .text-01 {
    font-size: 3.8rem;
  }
}
.p-business__nav {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-business__nav {
    margin-bottom: 5rem;
  }
}
.p-business__nav .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 4rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-business__nav .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.p-business__nav .item-link {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  padding: 1.9rem 2.4rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
  border: 1px solid #333333;
  border-radius: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-business__nav .item-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-business__nav .item-link {
    height: 100%;
    padding: 1.2rem 1.2rem;
  }
}
.p-business__nav .icon {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-business__nav .icon {
    width: 2.7rem;
    height: 2.7rem;
  }
}
.p-business__nav .item-txt {
  font-weight: bold;
  line-height: 1.5;
}
.p-business__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-business__list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.p-business__card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media screen and (min-width: 768px) {
  .p-business__card:hover .p-business__card-img img {
    transform: scale(1.05);
  }
}
.p-business__card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.p-business__card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 56/40;
}
.p-business__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
  display: block;
}
.p-business__card-img .txt-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 6rem;
  padding: 1.4rem 2rem;
  padding-right: 8rem;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-right-radius: 2rem;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-business__card-img .txt-info {
    padding: 1.2rem 2rem;
    padding-left: 0;
    right: 4rem;
    padding-right: 6rem;
  }
}
.p-business__card-img .txt-info .txt-title__ja {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.1428571429;
}
@media screen and (max-width: 767px) {
  .p-business__card-img .txt-info .txt-title__ja {
    font-size: 2rem;
  }
}
.p-business__card-img .txt-info .txt-more {
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-business__card-img .txt-info .txt-more {
    font-size: 1.3rem;
    display: none;
  }
}
.p-business__card-img .txt-info .arrow {
  font-size: 0;
  width: 6rem;
  height: 6rem;
  display: inline-block;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  background-size: 2rem 0.8rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  background-color: var(--color-primary);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-business__card-img .txt-info .arrow {
    width: 5rem;
    height: 5rem;
  }
}
.p-business__card-body .txt-title__en {
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--color-primary);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__card-body .txt-title__en {
    margin-bottom: 1.5rem;
  }
}
.p-sdgs .p-sdgs__content {
  padding-top: 12rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs .p-sdgs__content {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.p-sdgs .c-title-01 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs .c-title-01 {
    margin-bottom: 3rem;
  }
}
.p-sdgs .p-sdgs__top {
  display: flex;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs .p-sdgs__top .sdgs-img {
    width: 56.89%;
  }
}
.p-sdgs .p-sdgs__top .fukuoka {
  flex: 1;
}
.p-sdgs .p-sdgs__top .fukuoka .img {
  text-align: center;
}
.p-sdgs .p-sdgs__top .fukuoka .img img {
  width: 18.7rem;
}
.p-sdgs .p-sdgs__top .fukuoka .txt {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sdgs .p-sdgs__top {
    display: block;
  }
  .p-sdgs .p-sdgs__top .fukuoka {
    margin-top: 3rem;
  }
  .p-sdgs .p-sdgs__top .fukuoka .img img {
    width: 12.7rem;
  }
  .p-sdgs .p-sdgs__top .fukuoka .img .txt {
    margin-top: 2rem;
  }
}
.p-sdgs .p-sdgs__nav {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs .p-sdgs__nav {
    margin-top: 4rem;
  }
}
.p-sdgs .p-sdgs__nav .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs .p-sdgs__nav .list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.p-sdgs .p-sdgs__nav .item .item-link {
  display: flex;
  align-items: center;
  border: 1px solid #333333;
  padding: 1rem 2.5rem;
  min-height: 7rem;
  border-radius: 3.5rem;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}
.p-sdgs .p-sdgs__nav .item .item-link .item-txt {
  line-height: 1.5;
}
.p-sdgs .p-sdgs__nav .item .item-link .arrow {
  display: block;
  text-indent: -999em;
  width: 2rem;
  height: 0.8rem;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: var(--color-primary);
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  right: 2rem;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .p-sdgs .p-sdgs__nav .item .item-link {
    padding: 1rem 1rem;
    min-height: 5rem;
  }
  .p-sdgs .p-sdgs__nav .item .item-link .item-txt {
    font-size: 1.2rem;
  }
  .p-sdgs .p-sdgs__nav .item .item-link .arrow {
    right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs .p-sdgs__nav .item .item-link {
    transition: 0.25s var(--ease-out-expo);
  }
  .p-sdgs .p-sdgs__nav .item .item-link::after {
    transition: 0.25s var(--ease-out-expo);
  }
  .p-sdgs .p-sdgs__nav .item .item-link:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
}
.p-sdgs .p-sdgs__commu {
  margin-top: 6rem;
}
.p-sdgs .p-sdgs__commu-ttl {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.1428571429;
  padding-bottom: 2rem;
  border-bottom: 4px solid var(--color-primary);
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs .p-sdgs__commu-ttl {
    font-size: 2rem;
    padding-bottom: 1rem;
    border-bottom-width: 3px;
    margin-bottom: 2rem;
  }
}
.p-sdgs .p-sdgs__commu-item {
  margin-top: 7rem;
}
.p-sdgs .p-sdgs__commu-item:first-child {
  margin-top: 0;
}
.p-sdgs .p-sdgs__commu-list .item {
  border: 1px solid #979797;
}
.p-sdgs .p-sdgs__commu-list .item + .item {
  margin-top: 3rem;
}
.p-sdgs .p-sdgs__commu-list .item .item-head {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  border-bottom: 1px solid #979797;
  padding: 1.3rem 1.7rem;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-sdgs .p-sdgs__commu-list .item .item-head {
    font-size: 1.6rem;
  }
}
.p-sdgs .p-sdgs__commu-list .item .item-body {
  padding: 2rem 1.7rem;
  padding-right: 3.6rem;
  display: flex;
  gap: 4rem;
}
.p-sdgs .p-sdgs__commu-list .item .item-body ._desc {
  flex: 1;
}
.p-sdgs .p-sdgs__commu-list .item .item-body ._desc ul {
  padding-left: 1.5em;
}
.p-sdgs .p-sdgs__commu-list .item .item-body ._desc ul li {
  list-style: disc;
  letter-spacing: 0;
}
.p-sdgs .p-sdgs__commu-list .item .item-body ._imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.2rem;
  width: 32.4rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sdgs .p-sdgs__commu-list .item .item-body {
    display: block;
    padding: 1.7rem 2rem;
  }
  .p-sdgs .p-sdgs__commu-list .item .item-body ._imgs {
    margin-top: 2rem;
    width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-sdgs .p-sdgs__activities {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs .p-sdgs__activities {
    margin-top: 6rem;
  }
}
.p-works .p-works__content {
  padding-top: 12rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-works .p-works__content {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.p-works .c-title-01 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-works .c-title-01 {
    margin-bottom: 3rem;
  }
}
.p-works .p-works__top {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-works .p-works__top {
    margin-bottom: 6rem;
  }
}
.p-works .search_category {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-works .search_category {
    margin-top: 6rem;
  }
}
.p-works .search_category .search_category__nav {
  background-color: #f0f0f0;
  padding: 2.4rem;
  margin-bottom: 2.4rem;
}
.p-works .search_category .search_category__etc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-works .search_category .search_category__etc {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }
}
.p-works .search_category .search_category__etc .item .item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  border-radius: 0.8rem;
  gap: 1rem;
  padding: 1.9rem 2rem;
  color: #fff;
}
.p-works .search_category .search_category__etc .item .item-link .icon {
  width: 2.8rem;
  height: 2rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-works .search_category .search_category__etc .item .item-link .item-txt {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-works .search_category .search_category__etc .item .item-link {
    padding: 1.5rem 1.2rem;
    letter-spacing: 0.02em;
    gap: 0.7rem;
    font-size: 1.3rem;
  }
  .p-works .search_category .search_category__etc .item .item-link .icon {
    width: 2.2rem;
    height: 1.5rem;
  }
}
.p-works .search_maps {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-works .search_maps {
    margin-top: 6rem;
  }
}
.p-works .search_maps .search_maps_wrap {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-works .search_maps .search_maps_wrap {
    display: block;
  }
}
.p-works .search_maps .search_maps_box {
  background-color: #f0f0f0;
  padding: 0 2rem;
}
.p-works .search_maps .search_maps_box svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  width: 37.7rem;
}
@media screen and (min-width: 768px) {
  .p-works .search_maps .search_maps_box .maps-link path,
  .p-works .search_maps .search_maps_box .maps-link rect {
    transition: 0.3s;
  }
  .p-works .search_maps .search_maps_box .maps-link:hover .maps-path {
    fill: var(--color-primary);
  }
  .p-works .search_maps .search_maps_box .maps-link:hover .maps-rect {
    fill: var(--color-primary);
    stroke: #fff;
  }
  .p-works .search_maps .search_maps_box .maps-link:hover .maps-name path {
    fill: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-works .search_maps .search_maps_box {
    width: 74.13%;
  }
}
.p-works .search_maps .search_maps_list {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-works .search_maps .search_maps_list {
    margin-top: 2rem;
  }
}
.p-works .search_maps .search_maps_list ul li {
  border-bottom: 1px solid #78848b;
  padding: 1.3rem 0;
}
.p-works .search_maps .search_maps_list ul li a {
  display: block;
  position: relative;
}
.p-works .search_maps .search_maps_list ul li a::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.8rem;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-works .search_maps .search_maps_list ul li a {
    transition: 0.3s var(--ease-out-expo);
  }
  .p-works .search_maps .search_maps_list ul li a::after {
    transition: 0.3s var(--ease-out-expo);
  }
  .p-works .search_maps .search_maps_list ul li a:hover {
    color: var(--color-primary);
  }
  .p-works .search_maps .search_maps_list ul li a:hover::after {
    right: -0.5rem;
  }
}

.works-category {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .works-category {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 1.2rem;
  }
}
.works-category .item-link {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  padding: 1.3rem 2.4rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
  border: 1px solid #333333;
  border-radius: 3.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .works-category .item-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .works-category .item-link {
    padding: 1.2rem 1.2rem;
    gap: 0.7rem;
    height: 100%;
    font-size: 1.2rem;
  }
}
.works-category .icon {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .works-category .icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.works-category .item-txt {
  font-weight: bold;
  line-height: 1.5;
}

.p-works .search_keywork .search_keywork_box, .p-works_bridge .search_keywork .search_keywork_box {
  background-color: #f0f0f0;
  padding: 4.8rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-works .search_keywork .search_keywork_box, .p-works_bridge .search_keywork .search_keywork_box {
    padding: 1.6rem;
  }
}
.p-works .search_keywork .search_keywork_form, .p-works_bridge .search_keywork .search_keywork_form {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  display: flex;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}
.p-works .search_keywork .search_keywork_form::before, .p-works_bridge .search_keywork .search_keywork_form::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.4rem;
  height: 2.4rem;
  width: 2.4rem;
  background: url(../img/common/icon-search.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-works .search_keywork .search_keywork_form::before, .p-works_bridge .search_keywork .search_keywork_form::before {
    left: 1.2rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-works .search_keywork .search_keywork_input, .p-works_bridge .search_keywork .search_keywork_input {
  flex: 1;
  padding: 1.8rem 2.4rem;
  padding-left: 6rem;
  height: 100%;
  outline: none;
  border: 1px solid #979797;
}
@media screen and (max-width: 767px) {
  .p-works .search_keywork .search_keywork_input, .p-works_bridge .search_keywork .search_keywork_input {
    padding: 1.4rem 2rem;
    padding-left: 4rem;
  }
}
.p-works .search_keywork .search_keywork_submit, .p-works_bridge .search_keywork .search_keywork_submit {
  width: 10rem;
  background-color: var(--color-primary);
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-works .search_keywork .search_keywork_submit, .p-works_bridge .search_keywork .search_keywork_submit {
    width: 6rem;
  }
}

.p-works_bridge__content {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-works_bridge__content {
    padding-top: 5rem;
  }
}
.p-works_bridge__top {
  margin-bottom: 7rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-works_bridge__top {
    margin-bottom: 5rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-works_bridge__top .text-01 {
  font-weight: bold;
  font-size: 6rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-works_bridge__top .text-01 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-works_bridge__top .img {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.p-works_bridge__achievements .achievements-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-works_bridge__achievements .achievements-list {
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-works_bridge__achievements .achievements-link:hover .achievements-img img {
    transform: scale(1.05);
  }
  .p-works_bridge__achievements .achievements-link:hover .achievements-ttl {
    color: var(--color-primary);
  }
}
.p-works_bridge__achievements .achievements-img {
  overflow: hidden;
}
.p-works_bridge__achievements .achievements-img img {
  display: block;
  aspect-ratio: 360/270;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  transition: transform 0.3s;
}
.p-works_bridge__achievements .achievements-body {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  align-items: center;
}
.p-works_bridge__achievements .achievements-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-works_bridge__achievements .achievements-ttl {
    font-size: 1.4rem;
  }
}
.p-works_bridge__achievements .arrow {
  width: 2rem;
  height: 0.8rem;
  display: block;
  text-indent: -999em;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: var(--color-primary);
}
.p-works_bridge_others-cat {
  margin-top: 12rem;
  padding: 12rem 0;
  background-color: #e8f2e5;
}
@media screen and (max-width: 767px) {
  .p-works_bridge_others-cat {
    padding: 6rem 0;
    margin-top: 6rem;
  }
}
.p-works_bridge_others-cat .others-cat__head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-works_bridge_others-cat .others-cat__head {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 4rem;
  }
  .p-works_bridge_others-cat .others-cat__head .c-title-01 {
    margin-bottom: 0;
  }
}
.p-works_bridge_others-cat .others-cat__top {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-works_bridge_others-cat .others-cat__top {
    justify-content: flex-end;
  }
}
.p-works_bridge_others-cat .others-cat__top::after {
  content: "";
  width: 2rem;
  height: 0.8rem;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .p-works_bridge_others-cat .others-cat__body .works-category {
    gap: 2.4rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works_bridge_others-cat .others-cat__body .works-category {
    padding: 0;
  }
}
.p-works_bridge .works_bridge_article .works_bridge_title {
  text-align: center;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-works_bridge .works_bridge_article .works_bridge_title {
    font-size: 2.4rem;
  }
}
.p-works_bridge .works_bridge_article .works_bridge_preview {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-works_bridge .works_bridge_article .works_bridge_preview {
    margin-top: 5rem;
    --swiper-navigation-sides-offset: -1rem;
    --swiper-navigation-size: 3rem;
  }
}
.p-works_bridge .works_bridge_article .works_bridge_preview .swiper-slide {
  position: relative;
}
.p-works_bridge .works_bridge_article .works_bridge_preview .swiper-slide._before::after, .p-works_bridge .works_bridge_article .works_bridge_preview .swiper-slide._after::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 24rem;
  height: 6rem;
  background-color: var(--color-primary);
  font-family: var(--font-en);
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-bottom-right-radius: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-works_bridge .works_bridge_article .works_bridge_preview .swiper-slide._before::after, .p-works_bridge .works_bridge_article .works_bridge_preview .swiper-slide._after::after {
    width: 14rem;
    height: 4rem;
    font-size: 1.6rem;
    border-bottom-right-radius: 2.5rem;
  }
}
.p-works_bridge .works_bridge_article .works_bridge_preview .swiper-slide._before::after {
  content: "BEFORE";
  background-color: #979797;
}
.p-works_bridge .works_bridge_article .works_bridge_preview .swiper-slide._after::after {
  content: "AFTER";
}
.p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper-wrap {
  position: relative;
}
.p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper-wrap .swiper-button-next,
.p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper-wrap .swiper-button-prev {
  position: absolute;
  top: 50%;
  color: #333333;
}
.p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper {
    max-width: 90%;
  }
}
.p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper-thumb-wrap {
  margin-top: 4rem;
  padding: 2rem 4rem;
  background-color: #e8f2e5;
}
@media screen and (max-width: 767px) {
  .p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper-thumb-wrap {
    margin-top: 2rem;
  }
}
.p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper-thumb {
  max-width: 42rem;
}
.p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper-thumb .swiper-slide {
  padding: 3px;
}
.p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper-thumb .swiper-slide._before::after, .p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper-thumb .swiper-slide._after::after {
  top: 3px;
  left: 3px;
  width: 12rem;
  height: 4rem;
  border-bottom-right-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper-thumb .swiper-slide._before::after, .p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper-thumb .swiper-slide._after::after {
    width: 8rem;
    height: 3rem;
    font-size: 1.4rem;
  }
}
.p-works_bridge .works_bridge_article .works_bridge_preview .bridge-swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  background-color: var(--color-primary);
}
.p-works_bridge .works_bridge_article .works_bridge_outline {
  margin-top: 4rem;
}
.p-works_bridge .works_bridge_article .works_bridge_outline table {
  width: 100%;
  border: 1px solid var(--color-primary);
}
.p-works_bridge .works_bridge_article .works_bridge_outline table th,
.p-works_bridge .works_bridge_article .works_bridge_outline table td {
  padding: 2.4rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-works_bridge .works_bridge_article .works_bridge_outline table th,
  .p-works_bridge .works_bridge_article .works_bridge_outline table td {
    padding: 1.2rem 1.2rem;
  }
}
.p-works_bridge .works_bridge_article .works_bridge_outline table th {
  width: 26rem;
  width: 22.4137931034%;
  color: #fff;
  font-weight: bold;
  background-color: var(--color-primary);
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-works_bridge .works_bridge_article .works_bridge_outline table th {
    width: 30%;
  }
}
.p-works_bridge .works_bridge_article .works_bridge_outline table td {
  border-bottom: 1px solid var(--color-primary);
}
@media screen and (max-width: 767px) {
  .p-works_bridge .works_bridge_article .works_bridge_outline table {
    border-bottom: 0;
    display: block;
  }
  .p-works_bridge .works_bridge_article .works_bridge_outline table tr {
    display: flex;
    flex-direction: column;
  }
  .p-works_bridge .works_bridge_article .works_bridge_outline table th {
    text-align: center;
  }
  .p-works_bridge .works_bridge_article .works_bridge_outline table th, .p-works_bridge .works_bridge_article .works_bridge_outline table td {
    display: block;
    width: 100%;
  }
}
.p-works_bridge .works_bridge_footer {
  padding: 3rem 2.4rem;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-works_bridge .works_bridge_footer {
    margin-top: 6rem;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 2rem;
  }
}
.p-works_bridge .works_bridge_footer .works-back-list {
  width: 26rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  font-weight: bold;
  border: 1px solid #333333;
  border-radius: 3rem;
  background-color: #fff;
}
.p-works_bridge .works_bridge_footer .works-back-list .icon-list {
  width: 2rem;
  height: 1.2rem;
  display: inline-block;
  text-indent: -999em;
  -webkit-mask: url(../img/common/icon-list.svg) no-repeat center/contain;
          mask: url(../img/common/icon-list.svg) no-repeat center/contain;
  background-color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .p-works_bridge .works_bridge_footer .works-back-list {
    transition: 0.3s background-color var(--ease-out-expo);
  }
  .p-works_bridge .works_bridge_footer .works-back-list:hover {
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
  }
  .p-works_bridge .works_bridge_footer .works-back-list:hover .icon-list {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-works_bridge .works_bridge_footer .works-back-list {
    width: 20rem;
    height: 5rem;
  }
}
.p-works_bridge .works_bridge_footer .wors-navi {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-works_bridge .works_bridge_footer .wors-navi {
    gap: 1.2rem;
    justify-content: center;
  }
}
.p-works_bridge .works_bridge_footer .wors-navi a {
  width: 14rem;
  height: 6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  border-radius: 3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-works_bridge .works_bridge_footer .wors-navi a {
    transition: 0.3s background-color var(--ease-out-expo);
  }
  .p-works_bridge .works_bridge_footer .wors-navi a:hover {
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
  }
}
@media screen and (max-width: 767px) {
  .p-works_bridge .works_bridge_footer .wors-navi a {
    height: 5rem;
  }
}

.p-government__content {
  padding-top: 13rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-government__content {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.p-government__top {
  display: grid;
  gap: 14rem;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
.p-government__top .img img {
  width: 100%;
}
.p-government__top .text {
  max-width: 54.5rem;
}
.p-government__top .text ._ttl {
  font-weight: bold;
  font-size: 5.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--color-primary);
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-government__top .text ._ttl {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-government__top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-government__top .text {
    padding: 0 2rem;
  }
}
.p-government__business {
  color: #fff;
  padding-top: 10rem;
  padding-bottom: 12rem;
  background: url(../img/government/bg_business.jpg) no-repeat center/cover;
  position: relative;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-government__business {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 6rem;
  }
}
.p-government__business::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 78.125vw;
  background: linear-gradient(90deg, #76a946 0%, rgba(118, 169, 70, 0.98) 14.88%, rgba(118, 169, 70, 0.9) 30.31%, rgba(118, 169, 70, 0.78) 45.99%, rgba(118, 169, 70, 0.61) 61.85%, rgba(118, 169, 70, 0.38) 77.84%, rgba(118, 169, 70, 0.12) 93.73%, rgba(118, 169, 70, 0) 100%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-government__business::before {
    width: 95%;
  }
}
.p-government__business-content {
  max-width: 56rem;
  position: relative;
  z-index: 1;
}
.p-government__business ._ttl-small {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-government__business ._ttl-small::before {
  content: "";
  width: 4rem;
  height: 1px;
  background: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-government__business ._ttl-small {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .p-government__business ._ttl-small::before {
    width: 3rem;
  }
}
.p-government__business ._ttl {
  font-weight: bold;
  font-size: 4.4rem;
  line-height: 1.6363636364;
  margin-top: 4rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-government__business ._ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
  }
}
.p-government__business ._txt {
  line-height: 2.25;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-government__business ._txt {
    margin-bottom: 4rem;
  }
}
.p-government__business .more .more-btn {
  border-color: #fff;
}
.p-government__cert {
  padding: 12rem 0;
  background-color: #F4F8F0;
}
@media screen and (max-width: 767px) {
  .p-government__cert {
    padding: 6rem 0;
  }
}
.p-government__cert .c-title-01 {
  margin-bottom: 2rem;
}
.p-government__cert ._desc {
  line-height: 1.8;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-government__cert ._desc {
    margin-bottom: 3rem;
  }
}
.p-government__cert .cert-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-government__cert .cert-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 4rem;
  }
}
.p-government__cert .cert-list .item {
  padding: 2.4rem 2.4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-government__cert .cert-list .item {
    padding: 1rem;
  }
}
.p-government__cert .cert-list .item .item-img {
  margin-bottom: 1.5rem;
  height: 16rem;
  max-height: 16rem;
}
.p-government__cert .cert-list .item .item-img img {
  width: 100%;
  max-width: 17rem;
  max-height: 100%;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-government__cert .cert-list .item .item-img {
    height: 10rem;
    max-height: 10rem;
  }
}
.p-government__cert .cert-list .item .item-ttl {
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: center;
  min-height: 5.2rem;
  margin-inline: -1em;
}
@media screen and (max-width: 767px) {
  .p-government__cert .cert-list .item .item-ttl {
    font-size: 1.2rem;
    margin-top: 1rem;
    min-height: 0;
    margin-bottom: 1rem;
    margin-inline: 0;
    letter-spacing: 0;
  }
}
.p-government__cert .cert-list .item .item-ttl.lt-0 {
  letter-spacing: 0;
}
.p-government__cert .cert-list .item .item-txt {
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .p-government__cert .cert-list .item .item-txt {
    font-size: 1.2rem;
  }
}
.p-government__qualifications {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-government__qualifications {
    margin-top: 6rem;
  }
}
.p-government__qualifications .tech-content {
  margin-top: 4rem;
}
.p-government__qualifications .tech-content .tech-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
.p-government__qualifications .tech-content .tech-list .tech-item {
  border: 1px solid var(--color-primary);
}
.p-government__qualifications .tech-content .tech-list .tech-item__head {
  background-color: var(--color-primary);
  color: #fff;
  padding: 1.5rem 3rem;
  line-height: 1.6;
  padding-top: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-government__qualifications .tech-content .tech-list .tech-item__head {
    padding: 1rem 1rem;
  }
}
.p-government__qualifications .tech-content .tech-list .tech-item__body {
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-government__qualifications .tech-content .tech-list .tech-item__body {
    padding: 1rem 1rem;
  }
}
.p-government__qualifications .tech-content .tech-list .tech-item__body .tech-item__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-government__qualifications .tech-content .tech-list .tech-item__body .tech-item__detail {
  display: none;
  padding: 1rem;
  margin-top: 1.5rem;
  border-top: 1px solid #ccc;
}
.p-government__qualifications .tech-content .tech-list .tech-item__body .tech-item__detail table {
  width: 100%;
}
.p-government__qualifications .tech-content .tech-list .tech-item__body .tech-item__detail table th {
  font-weight: 400;
  color: var(--color-primary);
}
.p-government__qualifications .tech-content .tech-list .tech-item__body .tech-detail {
  width: 15rem;
  max-width: 100%;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 3rem;
  padding: 0.5rem 1.5rem;
  line-height: 1;
  padding-bottom: 0.7rem;
  position: relative;
}
.p-government__qualifications .tech-content .tech-list .tech-item__body .tech-detail::after, .p-government__qualifications .tech-content .tech-list .tech-item__body .tech-detail::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 0.2rem;
  background-color: var(--color-primary);
}
.p-government__qualifications .tech-content .tech-list .tech-item__body .tech-detail::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-government__qualifications .tech-content .tech-list .tech-item__body .tech-detail.active::after {
  height: 0;
}
@media screen and (min-width: 768px) {
  .p-government__qualifications .tech-content .tech-list .tech-item__body .tech-detail {
    transition: 0.3s var(--ease-out-expo);
  }
  .p-government__qualifications .tech-content .tech-list .tech-item__body .tech-detail:hover {
    opacity: 0.7;
  }
}
.p-government__qualifications .tech-content .tech-list .tech-item__body .tech-item__num {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-left: auto;
}
.p-government__qualifications .tech-content .tech-list .tech-item__body .tech-item__num .unit {
  font-size: 0.6666666667em;
}
@media screen and (max-width: 767px) {
  .p-government__qualifications .tech-content .tech-list .tech-item__body .tech-item__num {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-government__qualifications .tech-content .tech-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-government__achievements {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-government__achievements {
    margin-top: 6rem;
  }
}
.p-government__achievements .achievements-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .p-government__achievements .achievements-content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-government__achievements .achievements-content .text {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-government__achievements .achievements-content .text {
    width: 57%;
  }
}
@media screen and (max-width: 767px) {
  .p-government__achievements .achievements-content .more {
    display: flex;
    justify-content: flex-end;
  }
}
.p-government__achievements .achievements-slide {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  margin-top: 10rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-government__achievements .achievements-slide {
    margin-top: 8rem;
  }
}
.p-government__achievements .achievements-slide .imgs {
  white-space: nowrap;
  display: flex;
  animation: loop 30s infinite linear 1s both;
  will-change: translate;
}
@media screen and (max-width: 767px) {
  .p-government__achievements .achievements-slide .imgs {
    animation-duration: 17s;
  }
}
.p-government__achievements .achievements-slide .imgs .img {
  width: 46rem;
}
.p-government__achievements .achievements-slide .imgs .img img {
  aspect-ratio: 460/320;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-government__achievements .achievements-slide .imgs .img {
    width: 17rem;
  }
  .p-government__achievements .achievements-slide .imgs .img img {
    aspect-ratio: 4/3;
  }
}

@keyframes loop {
  from {
    translate: 0;
  }
  to {
    translate: -100%;
  }
}
.p-csr__content {
  padding-top: 12rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-csr__content {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.p-csr .p-csr__initiatives {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-csr .p-csr__initiatives {
    margin-top: 6rem;
  }
}
.p-csr .initiatives_nav {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.6rem 1.4rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_nav {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-inline: 0;
  }
}
.p-csr .initiatives_nav .item .item-link {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #78848b;
  border-radius: 4rem;
  padding: 2rem 2.5rem;
  border: 1px solid #78848b;
  position: relative;
}
.p-csr .initiatives_nav .item .item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.9rem;
  height: 1.4rem;
  -webkit-mask: url(../img/common/arrow-03.svg) no-repeat center/contain;
          mask: url(../img/common/arrow-03.svg) no-repeat center/contain;
  background-color: currentColor;
  right: 3rem;
}
.p-csr .initiatives_nav .item .item-link .num {
  font-size: 1.6666666667em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_nav .item .item-link {
    font-size: 1.4rem;
    padding: 1.6rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-csr .initiatives_nav .item .item-link {
    transition: 0.25s var(--ease-out-expo);
  }
  .p-csr .initiatives_nav .item .item-link::after {
    transition: 0.25s var(--ease-out-expo);
  }
  .p-csr .initiatives_nav .item .item-link:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
}
.p-csr .initiatives_list {
  margin-top: 7rem;
}
.p-csr .initiatives_list .initiatives_item + .initiatives_item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item + .initiatives_item {
    margin-top: 4rem;
  }
}
.p-csr .initiatives_list .initiatives_item .initiatives_title {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.2307692308;
  color: #78848b;
  padding-bottom: 1rem;
  border-bottom: 2px solid #78848b;
  margin-bottom: 3rem;
  position: relative;
}
.p-csr .initiatives_list .initiatives_item .initiatives_title::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #78848b;
  right: 0;
  width: 5rem;
  transform: rotate(19deg);
  bottom: -0.2rem;
  transform-origin: right;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .initiatives_title {
    font-size: 1.8rem;
  }
}
.p-csr .initiatives_list .initiatives_item .initiatives_subtitle {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_subtitle._center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .initiatives_subtitle {
    font-size: 1.6rem;
  }
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub + .initiatives_item_sub {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .initiatives_item_sub + .initiatives_item_sub {
    margin-top: 4rem;
  }
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .txt {
  letter-spacing: 0.08em;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem 1rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-imgs__ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.8rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-table-list {
  margin-top: 5rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-table-list .item-table + .item-table {
  margin-top: 3rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-table-list .item-table__ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-table-list .item-table table {
  width: 100%;
  border: 1px solid #cacaca;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-table-list .item-table table th,
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-table-list .item-table table td {
  border: 1px solid #cacaca;
  padding: 1.5rem 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-table-list .item-table table th,
  .p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-table-list .item-table table td {
    padding: 1.5rem 1rem;
  }
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-table-list .item-table table th {
  background: #f2f9ea;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-table-list .item-table table th {
    padding: 1rem 1rem;
  }
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-table-list .item-table table .w50 {
  width: 50%;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .training-table-list .item-table ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub {
  /*  .training-list {
    margin-top: 2rem;
    .training-item {
      padding: 3.2rem;
      display: flex;
      align-items: center;
      gap: 1.3rem;
      background-color: #f0f0f0;
      & + .training-item {
        margin-top: 0.7rem;
      }
      @include sp {
        flex-direction: column;
        padding: 2rem;
      }
      .training-item__text {
        align-self: stretch;
        @include pc {
          width: 33rem;
        }
        @include sp {

        }

        .text {
          padding: 1.2rem;
          margin-right: 0;
          font-size: 1.8rem;
          line-height: calc(30 / 18);
          letter-spacing: 0.08em;
          font-weight: bold;
          margin-left: -2rem;
          margin-top: -2rem;
          margin-bottom: -2rem;
          height: calc(100% + 4rem);
          position: relative;
          display: flex;
          align-items: center;
          &::before,
          &::after {
            content: "";
            position: absolute;
            width: 8.4rem;
            //   height: 7.8rem;
            aspect-ratio: 84/78;
            background: url(../img/csr/corner-line.svg) no-repeat
              center/contain;
            pointer-events: none;
            z-index: 1;
          }
          &::before {
            left: 0;
            top: 0;
          }
          &::after {
            bottom: 0;
            right: 0;
            transform: rotate(-180deg);
          }
          @include sp {
              padding: 2rem;
            font-size: 1.4rem;
            margin-left: -1rem;
          margin-top: -1rem;
          margin-bottom: 0rem;
          padding-block: 5rem;
            width: calc(100% + 2rem);
            &::before,
            &::after {
              width: 6rem;
            }
          }
        }
      }
      .training-item__img {
        @include pc {
          width: calc(100% - 33rem - 1.3rem);
        }
        .img {
        }
      }
    }
  } */
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .irs-list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 97rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .initiatives_item_sub .irs-list {
    gap: 1rem;
  }
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .irs-list .item .img {
  text-align: center;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .irs-list .item .img img {
  width: 18rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .irs-list .item .txt {
  line-height: 1.6;
  text-align: center;
  margin-top: 0.8rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .irs-list .item .txt a {
  font-weight: 400;
  color: #0087b9;
  text-decoration: underline;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .irs-list .item .txt p {
  font-weight: 600;
  margin-top: 0.5rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .study_sessions {
  margin-top: 2rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .study_sessions .imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .study_sessions .imgs-caption {
  margin-top: 1rem;
  text-align: center;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech {
  margin-top: 2.5rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item {
  background-color: #f2f9ea;
  border-radius: 1rem;
  padding: 3.6rem 8.5rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item + .new-tech__item {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item {
    padding: 2rem 2rem;
  }
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item .new-tech__ttl {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item .new-tech__ttl {
    font-size: 1.6rem;
  }
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item .new-tech__img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item .new-tech__img {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item .new-tech__img .img figure figcaption {
  text-align: center;
  line-height: 1.625;
  margin-top: 1rem;
  letter-spacing: 0.08em;
  margin-inline: -0.5em;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item .new-tech__img._flex {
  display: flex;
  background-color: #ffffff;
  padding: 0.7rem;
  gap: 2rem;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item .new-tech__img._flex {
    flex-direction: column;
  }
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item .new-tech__img._flex .img {
  text-align: center;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item .new-tech__img._flex .img img {
  height: 15.5rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item .new-tech__img._flex figcaption {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item .new-tech__img._flex figcaption {
    margin-bottom: -3.3rem;
  }
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item .new-tech__img._flex .mavic3 img {
  width: 25rem;
}
.p-csr .initiatives_list .initiatives_item .initiatives_item_sub .new-tech .new-tech__item .new-tech__note {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: 1rem;
}
.p-csr .initiatives_list .initiatives_item .quality_management {
  display: flex;
  gap: 4rem;
}
.p-csr .initiatives_list .initiatives_item .quality_management .text {
  flex: 1;
}
.p-csr .initiatives_list .initiatives_item .quality_management .img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-csr .initiatives_list .initiatives_item .quality_management .img {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .quality_management {
    display: block;
  }
  .p-csr .initiatives_list .initiatives_item .quality_management .img {
    margin-top: 2rem;
  }
}
.p-csr .initiatives_list .initiatives_item .other-new-tech {
  margin-top: 3rem;
}
.p-csr .initiatives_list .initiatives_item .other-new-tech .item {
  display: flex;
  margin-bottom: 5rem;
  gap: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .other-new-tech .item {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-csr .initiatives_list .initiatives_item .other-new-tech .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-csr .initiatives_list .initiatives_item .other-new-tech .item .item-text {
    width: 26.6%;
  }
  .p-csr .initiatives_list .initiatives_item .other-new-tech .item .item-text._text-02 {
    width: 36%;
  }
  .p-csr .initiatives_list .initiatives_item .other-new-tech .item .item-text._text-03 {
    width: 67.25%;
  }
}
.p-csr .initiatives_list .initiatives_item .other-new-tech .item .item-text__ttl {
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
  margin-right: -1em;
}
.p-csr .initiatives_list .initiatives_item .other-new-tech .item .item-text__txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
.p-csr .initiatives_list .initiatives_item .other-new-tech .item .item-text__txt .small {
  font-size: 1.3rem;
}
.p-csr .initiatives_list .initiatives_item .other-new-tech .item .item-img {
  flex: 1;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .other-new-tech .item .item-img {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-csr .initiatives_list .initiatives_item .other-new-tech .item ._img-01 .img img {
  height: 14.8rem;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .other-new-tech .item ._img-01 .img {
    width: 12rem;
  }
  .p-csr .initiatives_list .initiatives_item .other-new-tech .item ._img-01 .img img {
    height: auto;
  }
}
.p-csr .initiatives_list .initiatives_item .other-new-tech .item ._img-02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .other-new-tech .item ._img-02 {
    grid-template-columns: 1fr;
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .other-new-tech .item ._img-03 {
    padding-inline: 2rem;
  }
}
.p-csr .initiatives_list .initiatives_item .content-box {
  background-color: #f2f9ea;
  padding: 5rem 6rem;
  border-radius: 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .content-box {
    padding: 2.5rem 2rem;
  }
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box__item + .content-box__item {
  margin-top: 5rem;
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box__ttl {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .content-box .content-box__ttl {
    font-size: 1.8rem;
  }
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box__ttl02 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .content-box .content-box__ttl02 {
    font-size: 1.8rem;
  }
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box__ttl03 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .content-box .content-box__ttl03 {
    font-size: 1.4rem;
  }
}
.p-csr .initiatives_list .initiatives_item .content-box .bold {
  font-weight: bold;
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box__text {
  margin-top: 1rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  padding-inline: 1.2rem;
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box__img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .content-box .content-box__img {
    grid-template-columns: 1fr 1fr;
  }
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box__img .img img {
  width: 100%;
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box__img02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box__img02.__2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .content-box .content-box__img02 {
    grid-template-columns: 1fr 1fr;
  }
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box__img02 .img img {
  width: 100%;
  aspect-ratio: 330/247;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box__img02 .img figure figcaption {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .content-box .content-box__img02 .img figure figcaption {
    font-size: 1.4rem;
  }
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box-flex {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .content-box .content-box-flex {
    gap: 2rem;
    flex-direction: column;
  }
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box-flex .content-box-text {
  flex: 1;
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box-flex .content-box-text p {
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-csr .initiatives_list .initiatives_item .content-box .content-box-flex .content-box-img {
    width: 44.5%;
  }
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box-flex .content-box-img img {
  width: 100%;
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box-flex .box-white {
  background-color: #ffffff;
  padding: 3.4rem 3rem;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .content-box .content-box-flex .box-white {
    padding: 2rem;
  }
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box-flex .box-white .box-white__ttl {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 1rem;
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box-flex .box-white .box-white__list {
  list-style: none;
  padding: 0;
}
.p-csr .initiatives_list .initiatives_item .content-box .content-box-flex .box-white .box-white__list li {
  line-height: 1.7142857143;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  text-indent: -1em;
  padding-left: 1em;
}
.p-csr .initiatives_list .initiatives_item .content-box .imple-detail p {
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.p-csr .initiatives_list .initiatives_item .content-box .imple-detail ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 3rem 0;
}
.p-csr .initiatives_list .initiatives_item .content-box .imple-detail ul li {
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
  text-indent: -2em;
  padding-left: 2em;
}
.p-csr .initiatives_list .initiatives_item .tax-payment {
  margin-top: 2rem;
}
.p-csr .initiatives_list .initiatives_item .tax-payment .tax-payment-ttl {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}
.p-csr .initiatives_list .initiatives_item .tax-payment table {
  width: 100%;
  max-width: 40.5rem;
  border: 1px solid #cacaca;
}
.p-csr .initiatives_list .initiatives_item .tax-payment table th,
.p-csr .initiatives_list .initiatives_item .tax-payment table td {
  border: 1px solid #cacaca;
  padding: 0.5rem 2rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-csr .initiatives_list .initiatives_item .tax-payment table th,
  .p-csr .initiatives_list .initiatives_item .tax-payment table td {
    padding: 0.5rem 1rem;
  }
}
.p-csr .initiatives_list .initiatives_item .tax-payment table th {
  background-color: #f2f9ea;
}
.p-company__content {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__content {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.p-company__nav {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-company__nav {
    margin-top: 4rem;
  }
}
.p-company__nav .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-company__nav .list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.p-company__nav .item .item-link {
  display: flex;
  align-items: center;
  border: 1px solid #333333;
  padding: 1rem 2.5rem;
  min-height: 7rem;
  border-radius: 3.5rem;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}
.p-company__nav .item .item-link .item-txt {
  line-height: 1.5;
}
.p-company__nav .item .item-link::after {
  content: "";
  display: block;
  text-indent: -999em;
  width: 2rem;
  height: 0.8rem;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: var(--color-primary);
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  right: 2rem;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .p-company__nav .item .item-link {
    padding: 1rem 1rem;
    min-height: 5rem;
  }
  .p-company__nav .item .item-link .item-txt {
    font-size: 1.2rem;
  }
  .p-company__nav .item .item-link::after {
    right: 0.5rem;
    width: 1.5rem;
  }
}
.p-company__list {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    margin-top: 5rem;
  }
}
.p-company__list .item__card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.p-company__list .item__card + .item__card {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-company__list .item__card + .item__card {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__list .item__card:hover .item__card-img img {
    transform: scale(1.05);
  }
}
.p-company__list .item__card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.p-company__list .item__card-img {
  position: relative;
  overflow: hidden;
}
.p-company__list .item__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
  display: block;
}
.p-company__list .item__card-img .txt-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  min-width: 30rem;
  padding: 1.4rem 2rem;
  padding-right: 8rem;
  padding-left: 0;
  display: flex;
  align-items: baseline;
  gap: 2rem;
  border-top-right-radius: 2rem;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company__list .item__card-img .txt-info {
    padding: 1.5rem 2rem;
    padding-left: 0;
    right: 4rem;
    padding-right: 5rem;
    position: relative;
    width: 100%;
    border-top-right-radius: 0;
  }
}
.p-company__list .item__card-img .txt-info .txt-title__ja {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.1428571429;
}
@media screen and (max-width: 767px) {
  .p-company__list .item__card-img .txt-info .txt-title__ja {
    font-size: 1.8rem;
  }
}
.p-company__list .item__card-img .txt-info .txt-title__en {
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--color-primary);
}
.p-company__list .item__card-img .txt-info .arrow {
  font-size: 0;
  width: 6rem;
  height: 6rem;
  display: inline-block;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  background-size: 2rem 0.8rem;
  vertical-align: middle;
  background-color: var(--color-primary);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-company__list .item__card-img .txt-info .arrow {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__list .item__card-img .txt-info._cus1 {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.6rem 2rem;
    padding-left: 0;
  }
}
.p-company__list .item__card-body {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__list .item__card-body {
    padding-top: 1rem;
  }
}
.p-partners__content {
  padding-top: 12rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-partners__content {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.p-partners__content1 .p-partners__text {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-partners__content1 .p-partners__text {
    font-size: 1.8rem;
  }
}
.p-partners__content1 .p-partners__nav {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-partners__content1 .p-partners__nav {
    gap: 1rem;
  }
}
.p-partners__content1 .p-partners__nav .item .item-link {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #78848b;
  border-radius: 4rem;
  padding: 1.5rem 2.5rem;
  line-height: 1.6;
  padding-right: 8rem;
  border: 1px solid #78848b;
  position: relative;
  min-width: 28rem;
  max-width: 100%;
}
.p-partners__content1 .p-partners__nav .item .item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.9rem;
  height: 1.4rem;
  -webkit-mask: url(../img/common/arrow-03.svg) no-repeat center/contain;
          mask: url(../img/common/arrow-03.svg) no-repeat center/contain;
  right: 3rem;
  background-color: currentColor;
}
.p-partners__content1 .p-partners__nav .item .item-link .num {
  font-size: 1.6666666667em;
}
@media screen and (min-width: 768px) {
  .p-partners__content1 .p-partners__nav .item .item-link {
    transition: 0.25s var(--ease-out-expo);
  }
  .p-partners__content1 .p-partners__nav .item .item-link::after {
    transition: 0.25s var(--ease-out-expo);
  }
  .p-partners__content1 .p-partners__nav .item .item-link:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
}
@media screen and (max-width: 767px) {
  .p-partners__content1 .p-partners__nav .item {
    width: 100%;
  }
  .p-partners__content1 .p-partners__nav .item .item-link {
    font-size: 1.4rem;
    padding: 0.9rem 2rem;
    letter-spacing: 0;
    padding-right: 4rem;
    min-height: 6.5rem;
    width: 100%;
  }
  .p-partners__content1 .p-partners__nav .item .item-link::after {
    right: 1.5rem;
  }
}
.p-partners__content2 .p-partners__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-partners__content2 .p-partners__item .container {
    padding: 0;
    max-width: 100%;
  }
}
.p-partners__content2 .p-partners__item + .p-partners__item {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-partners__content2 .p-partners__item + .p-partners__item {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-partners__content2 .p-partners__item:nth-child(2n) .p-partners__item_inner {
    flex-direction: row-reverse;
  }
}
.p-partners__content2 .p-partners__item .p-partners__item_inner {
  display: flex;
  gap: 8rem;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-partners__content2 .p-partners__item .p-partners__item_inner {
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-partners__content2 .p-partners__item .p-partners__item_inner .text {
    width: 56%;
    max-width: 66rem;
    --a: calc((100% - 116rem) / 2);
    width: calc(100vw - 80rem - var(--a));
  }
}
.p-partners__content2 .p-partners__item .p-partners__item_inner .text .invoice_system {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-partners__content2 .p-partners__item .p-partners__item_inner .text .invoice_system {
    margin-top: 3rem;
  }
}
.p-partners__content2 .p-partners__item .p-partners__item_inner .text .invoice_system dl {
  display: flex;
  border-bottom: 1px solid #78848b;
  padding: 2.4rem 0;
}
.p-partners__content2 .p-partners__item .p-partners__item_inner .text .invoice_system dl:first-of-type {
  border-top: 1px solid #78848b;
}
.p-partners__content2 .p-partners__item .p-partners__item_inner .text .invoice_system dl dt,
.p-partners__content2 .p-partners__item .p-partners__item_inner .text .invoice_system dl dd {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-partners__content2 .p-partners__item .p-partners__item_inner .text .invoice_system dl {
    flex-direction: column;
    padding: 1.5rem 0;
  }
  .p-partners__content2 .p-partners__item .p-partners__item_inner .text .invoice_system dl dt,
  .p-partners__content2 .p-partners__item .p-partners__item_inner .text .invoice_system dl dd {
    width: 100%;
    padding: 0;
  }
}
.p-partners__content2 .p-partners__item .p-partners__item_inner .img {
  width: 80rem;
  max-width: 100vw;
  aspect-ratio: 800/547;
  right: 0;
  top: 0;
}
.p-partners__content2 .p-partners__item .p-partners__item_inner .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-partners__content2 .p-partners__item .p-partners__item_inner .img {
    margin-inline: -2rem;
  }
}
.p-partners__content2 .p-partners_reference {
  padding: 4rem 0;
  background-color: #f0f0f0;
}
.p-partners__content2 .p-partners_reference .text {
  letter-spacing: 0.08em;
}
.p-partners__content2 .p-partners_reference .text .link {
  text-decoration: underline;
}

.p-404 .p-404-content {
  padding-top: 12rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-404 .p-404-content {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.p-404__ttl {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 3rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__ttl {
    font-size: 1.6rem;
  }
}
.p-404__ttl_en {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-404__ttl_en {
    font-size: 2.8rem;
  }
}
.p-404__txt {
  text-align: center;
}
.p-404__btn {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}