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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 */
}

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

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

/**
 * 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;
}

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
}

body .sp-fSize {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/**
 * DESTYLE
 * ...............リセット用のスタイルです。
 *
 * MIXIN
 * md..........メディアクエリ用のmixinです。
 * 
 * VARIABLE
 * colors..........各種共通カラー用の変数です
 * font-weight.....各種font-weight用の変数です
 *
 * BASE
 * 
 * 
 * FUNCTION
 * rem.............remの計算をしてくれます。
 *
 *
 * LAYOUT
 * index.................。
 * mainvisual.................。
 * 
 *
 * COMPONENT
 * 
 * 
 *
 *
 * UTILITY
 * 
 */
.l-land-inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-main {
  padding: 99px 0 170px;
}

.l-section1 {
  margin: 160px auto 0;
  position: relative;
}

.l-section1::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  width: calc(1100 / 1440 * 100%);
  height: 690px;
  background-color: #f7f7f7;
}

.l-section1 .l-section1-wrap {
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

.l-section1 .l-section1__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 50px auto 0;
}

.l-section1 .c-section1__text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 40px 40px auto 0;
  font-size: 0.9375rem;
  line-height: 2;
}

.l-section1 .c-section1__text p {
  margin: 0 0 16px;
}

.l-section1 .c-section1__image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  width: 50%;
}

.l-section1 .c-section1__image figure {
  position: relative;
}

.l-section1 .c-section1__image img {
  width: 100%;
}

.l-section1 .c-section1__image .c-image__caption {
  width: auto;
  right: 0;
  padding: 3px 5px;
}

.l-section-banner {
  width: 100%;
  margin: 200px auto 0;
}

.l-section-banner img {
  width: 100%;
}

.l-section2 {
  margin: 290px auto 0;
  position: relative;
}

.l-section2::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
  width: calc(1100 / 1440 * 100%);
  height: 600px;
  background-color: #f7f7f7;
}

.l-section2 .l-section2-wrap {
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

.l-section2 .l-section2-wrap .p-section-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 60px;
}

.l-section2 .l-section2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto 0 -110px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-section2 .c-section2__text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 0 40px auto 0;
  font-size: 0.9375rem;
  line-height: 2;
}

.l-section2 .c-section2__text p {
  margin: 0 0 16px;
}

.l-section2__block {
  margin: 120px auto 0;
}

.l-section2__block .p-lands__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 50px 50px 80px;
  background-color: #f7f7f7;
}

.l-section2__block .p-lands__wrap:not(:first-child) {
  margin: 60px auto 0;
}

.l-section2__block .p-lands__text {
  width: 56%;
}

.l-section2__block .p-lands__text .c-lands__title {
  position: relative;
  font-size: 1.375rem;
  letter-spacing: 2px;
  font-weight: 700;
}

.l-section2__block .p-lands__text .c-lands__title:after {
  content: "";
  position: absolute;
  bottom: -58%;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #888888;
}

.l-section2__block .p-lands__text .c-lands__text {
  margin: 42px 0 0;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  line-height: 1.92;
}

.l-section2__block .p-lands__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(436 / 1160 * 100%);
  gap: 0 20px;
}

.l-section2__block .p-lands__images figure {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.l-section2__block .p-lands__images .c-label__before:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/section02/before-label.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 24px;
}

.l-section2__block .p-lands__images .c-label__before:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 15px);
  border: solid 4px #9fa0a0;
}

.l-section2__block .p-lands__images .c-label__after:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/section02/after-label.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 24px;
}

.l-section2__block .c-lands__image {
  width: 100%;
  max-width: 208px;
}

.l-section2__block .u-lands__wrap--lineframe {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-section2__block .u-lands__wrap--blue {
  background-color: #edf3f5;
}

.l-section2__block .u-lands__wrap--blue .p-lands__text {
  position: relative;
}

.l-section2__block .u-lands__wrap--blue .p-lands__text .c-lands__title {
  color: #fff;
  background-color: #9bc9ec;
  text-align: center;
  line-height: 1.5;
}

.l-section-slider {
  margin: 183px auto 0;
  position: relative;
}

.l-section-slider .swiper {
  padding: 0 0 22px;
}

.p-logo {
  width: 364px;
  margin: 120px auto 0;
}

.p-logo img {
  width: 100%;
}

.p-logo__text {
  margin: 32px auto 0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.l-section3 {
  position: relative;
  padding: 80px 0;
  margin-top: 80px;
}

.l-section3 .p-section-title {
  margin-left: 80px;
}

.l-section3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f7f7f7;
  width: 76.5vw;
  height: 100%;
  z-index: -1;
}

.l-section3__text {
  width: 630px;
  margin-left: 251px;
  margin-top: 40px;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  line-height: 1.92;
  text-align: justify;
}

.l-section3__feature-area1 {
  margin-top: 80px;
}

.l-section3__feature-area1 .p-feature-area__text {
  margin-top: 24px;
}

.l-section3__feature-area1 .p-feature-area__img {
  margin: 25px auto 0;
  width: 800px;
}

.l-section3__feature-area2 {
  margin-top: 40px;
}

.l-section3__feature-area2 .p-feature-area__text {
  margin-top: 24px;
}

.l-section3__feature-area2 .p-feature-area__text + .p-feature-area__text {
  margin-top: 32px;
}

.l-section3__feature-area2 .p-feature-area__text--small {
  font-size: 0.625rem;
  color: #888888;
}

.l-section3__feature-area2 .p-feature-area__flex {
  height: 500px;
}

.l-section3__feature-area2 .p-feature-area__img--wrapper {
  display: block;
  margin: 0 auto;
  margin-left: 77px;
  height: 100%;
  width: auto;
  width: 41%;
  padding-top: 20px;
}

.l-section3__feature-area2 .p-feature-area__img--wrapper img {
  width: 100%;
}

.l-section3__feature-area2 .p-feature-area__img--wrapper > * + * {
  padding-top: 20px;
}

.l-section3__feature-area2 .p-feature-area__img {
  display: block;
  margin: 0 auto;
  margin-left: 77px;
  height: 100%;
  width: auto;
  width: 41%;
}

.l-section3__feature-area2 .p-feature-area__logo-img {
  margin-top: auto;
  width: 205px;
}

.l-section3__feature-area2 .p-feature-area__logo-img img {
  display: block;
  width: 100%;
}

.l-section4 {
  margin-top: 80px;
  padding: 80px 0 120px;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
}

.l-section4 .p-section-title {
  margin-left: 80px;
}

.l-section4__img1 {
  max-width: 1160px;
  margin: 42px auto 0;
  padding: 40px 40px 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(74, 110, 137, 0.1);
          box-shadow: 0 2px 12px 0 rgba(74, 110, 137, 0.1);
}

.l-section4__img1 img {
  display: block;
  width: 100%;
}

.l-section4__img1a {
  margin-top: 32px;
  padding: 20px;
  background-color: #ffffff;
}

.l-section4__img1a img {
  display: block;
  width: 100%;
}

.l-section4__img1b {
  margin: 24px 12px 32px;
  padding: 20px 0 24px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-section4__img1b--area {
  display: block;
  width: 41.4%;
}

.l-section4__img1b--business {
  display: block;
  width: 76%;
  position: relative;
  right: 5%;
}

.l-section4__img1b-text {
  font-size: 0.625rem;
  color: #888888;
  text-align: right;
  position: relative;
  right: 20px;
  bottom: 18px;
}

.l-section4__heading {
  margin-top: 64px;
  color: #333333;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.92;
  text-align: center;
}

.l-section4__text-small {
  max-width: 1160px;
  margin: 7px auto 0;
  color: #888888;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 1px;
}

.l-section-contact-banner {
  margin-top: 80px;
}

.l-section-contact-banner .p-feature-area {
  padding: 72px 118px 72px 93px;
}

.l-section-good-banner {
  margin-top: 80px;
}

.l-section-good-banner .p-feature-area {
  padding: 64px 52px 72px 93px;
}

.l-section-good-banner .p-feature-area__img {
  width: 45%;
  margin-left: 85px;
}

.l-section-good-banner .p-feature-area__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-section-good-banner .p-feature-area__text {
  font-size: 0.9375rem;
}

.l-section5__img1a {
  max-width: 1160px;
  margin: 42px auto 0;
  padding: 40px 40px 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(74, 110, 137, 0.1);
          box-shadow: 0 2px 12px 0 rgba(74, 110, 137, 0.1);
}

.l-section5__img1a img {
  display: block;
  width: 100%;
}

.c-card {
  min-width: 305px;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(74, 110, 137, 0.1);
          box-shadow: 0 2px 12px 0 rgba(74, 110, 137, 0.1);
}

.c-card__headimage {
  position: relative;
  width: 100%;
  height: calc(245 / 368 * 100%);
  max-height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.c-card__headimage img {
  width: 100%;
}

.c-card__inner {
  padding: 14px 20px 20px;
}

.c-card__title {
  margin-top: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #888888;
}

.c-card__text {
  margin: 6px 0 0;
  font-size: 0.875rem;
  line-height: 1.41;
}

.c-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 0 0;
}

.c-card__tag {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  border-radius: 3px;
}

.c-card__contactlink {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
}

.c-card__contactlink .is-scroll-trigger {
  cursor: pointer;
}

.c-contact-button {
  display: block;
  width: 396px;
  padding: 16px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #ab9412;
}

.c-image__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 3px;
  font-size: 0.625rem;
  text-align: right;
  background: rgba(51, 51, 51, 0.7);
  color: #fff;
}

.l-meinvisual-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  min-height: 768px;
  background: url("../images/mainimage/background.png") no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.c-mainvisual-text {
  margin-right: -30px;
  margin-bottom: 120px;
}

.c-mainvisual-subtitle {
  position: relative;
  margin: 0 0 35px;
  font-size: 1.125rem;
  color: #1767ac;
  font-weight: 700;
}

.c-mainvisual-subtitle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #1767ac;
}

.c-mainvisual-title {
  margin: 0 0 56px;
  font-size: 2.25rem;
  font-weight: 700;
}

.c-mainvisual-image {
  inset: 0;
  width: calc(696 / 1440 * 100%);
  width: clamp(317px, 48.33333%, 696px);
}

.c-mainvisual-image img {
  width: 100%;
}

.p-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-section-title__left {
  margin-right: 30px;
}

.p-section-title__num-img {
  display: block;
  width: 100px;
  margin-top: 16px;
}

.p-section-title__right {
  padding-left: 40px;
  border-left: 1px solid #000;
}

.p-section-title__heading--small {
  height: 27px;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1.5;
}

.p-section-title__heading {
  margin-top: 4px;
  color: #333333;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 1.38;
}

.p-section-title__description {
  margin-top: 12px;
  color: #333333;
  font-size: 0.9375rem;
  line-height: 2;
}

.swiper-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.8px;
}

.swiper-nav-wrap .swiper-button-prev-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-nav-wrap .swiper-button-prev-wrap .swiper-button-prev {
  position: relative;
  background-image: none;
  background-repeat: no-repeat;
  background-color: #4e4e4e;
  border-radius: 20px;
  width: 32px;
  height: 32px;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  cursor: pointer;
}

.swiper-nav-wrap .swiper-button-prev-wrap .swiper-button-prev:after {
  content: "";
  width: 10px;
  height: 15px;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-nav-wrap .swiper-button-prev-wrap .button-text-prev {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0 12px;
}

.swiper-nav-wrap .swiper-button-next-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.swiper-nav-wrap .swiper-button-next-wrap .swiper-button-next {
  position: relative;
  background-image: none;
  background-repeat: no-repeat;
  background-color: #4e4e4e;
  border-radius: 20px;
  width: 32px;
  height: 32px;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  cursor: pointer;
}

.swiper-nav-wrap .swiper-button-next-wrap .swiper-button-next:after {
  content: "";
  width: 10px;
  height: 15px;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.swiper-nav-wrap .swiper-button-next-wrap .button-text-next {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 12px 0 0;
}

.swiper-nav-wrap .swiper-pagination {
  position: relative;
  bottom: auto !important;
}

.swiper-nav-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 3px;
  border-radius: 0px;
  margin: 0 2px;
}

.swiper-nav-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4e4e4e;
}

.p-feature-area {
  border: 8px solid #eeeeee;
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 32px 60px 32px 71px;
}

.p-feature-area__heading {
  padding: 8px 0 20px;
  color: #333333;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  border-bottom: 1px solid #333333;
}

.p-feature-area__heading--large {
  padding: 8px 0 32px;
  color: #333333;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  font-size: 1.625rem;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-feature-area__heading--large .span {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 32px;
}

.p-feature-area__heading--large .span::before {
  content: "—  ";
}

.p-feature-area__heading--small {
  color: #333333;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 0 0 8px;
  font-size: 1.125rem;
}

.p-feature-area__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-feature-area__left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 51%;
}

.p-feature-area__text {
  font-size: 0.875rem;
  line-height: 1.92;
}

.p-feature-area__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-feature-area__contact-left {
  padding: 8px 8.6% 8px 0;
  width: 48.7%;
  border-right: 1px solid #333333;
}

.p-feature-area__contact-right {
  padding-left: 72px;
  width: calc(100% - 48.7%);
}

.p-feature-area__contact-btn {
  width: 100%;
  padding: 0 16px;
  height: 64px;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #ab9412;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-feature-area__contact-text {
  margin-top: 40px;
  font-size: 0.8125rem;
  line-height: 1.46;
  word-break: break-all;
}

.p-feature-area__contact-text__span {
  color: #ab9412;
  text-decoration: underline;
}

.p-feature-area__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-feature-area__tel + .p-feature-area__tel {
  margin-top: 32px;
}

.p-feature-area__tel-link {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
}

.p-feature-area__tel-tag {
  height: 32px;
  line-height: 32px;
  width: 70px;
  min-width: 70px;
  text-align: center;
  background-color: #d8d8d8;
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
}

.p-feature-area__tel-wrap {
  margin-left: 16px;
}

.p-feature-area__tel-num-img {
  width: 100%;
  max-width: 280px;
}

.p-feature-area__tel-time {
  margin-top: 16px;
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1.46;
}

.p-table-wrap {
  overflow-x: scroll;
  max-width: 1160px;
  margin: 8px auto 0;
}

.p-table {
  display: table;
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  min-width: 780px;
}

.p-table__body {
  position: relative;
  display: table;
  width: 100%;
}

.p-table__body::before {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 0.8125rem;
  letter-spacing: 3px;
  font-weight: 700;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-table__body.red-bg-content::before {
  content: "再生事業";
}

.p-table__body.turq-bg-content::before {
  content: "開発事業";
}

.p-table__body.purple-bg-content::before {
  content: "その他事業";
}

.p-table tr {
  height: 32px;
}

.p-table tr.height-small {
  height: 24px;
}

.p-table tr.height-small th {
  font-weight: lighter;
}

.p-table tr:nth-of-type(2n + 3) {
  background-color: #eeeeee;
}

.p-table th {
  background-color: #fff;
  color: #888888;
  font-size: 0.6875rem;
}

.p-table th > .heading {
  margin-top: 10px;
  color: #333333;
  font-size: 0.8125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
}

.p-table th > .heading::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 100%;
  height: 1px;
}

.p-table td {
  font-size: 0.8125rem;
  border: none;
  vertical-align: middle;
}

.p-table th:nth-of-type(1),
.p-table td:nth-of-type(1) {
  width: 40%;
  padding-left: 64px;
}

.p-table th:nth-of-type(2),
.p-table td:nth-of-type(2) {
  width: 30%;
}

.p-table th:nth-of-type(3),
.p-table td:nth-of-type(3) {
  width: 10%;
}

.p-table th:nth-of-type(4),
.p-table td:nth-of-type(4) {
  width: 10%;
}

.p-table th:nth-of-type(5),
.p-table td:nth-of-type(5) {
  width: 10%;
}

.p-table td > .circle {
  margin-right: 8px;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
}

.p-table .red {
  background-color: #ea6177;
}

.p-table .red-before::before {
  background-color: #ea6177;
}

.p-table .green {
  background-color: #8fc31e;
}

.p-table .green-before::before {
  background-color: #8fc31e;
}

.p-table .orange {
  background-color: #f3af5c;
}

.p-table .orange-before::before {
  background-color: #f3af5c;
}

.p-table .blue {
  background-color: #1767ac;
}

.p-table .dirty-blue {
  background-color: #21618a;
}

.p-table .dirty-blue-before::before {
  background-color: #21618a;
}

.p-table .turq {
  background-color: #45a2ab;
}

.p-table .turq-before::before {
  background-color: #45a2ab;
}

.p-table .purple {
  background-color: #78779d;
}

.p-table .purple-before::before {
  background-color: #78779d;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mr-20 {
  margin-right: 20px;
}

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

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

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

.u-mt-32 {
  margin-top: 32px;
}

.u-sp-only {
  display: none;
}

.u-pc-only {
  display: block;
}

.u-font-bold {
  font-weight: 600;
}

.u-flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-bg-red {
  background-color: #ea6177;
}

.u-bg-green {
  background-color: #8fc31e;
}

.u-bg-orange {
  background-color: #f3af5c;
}

.u-bg-blue {
  background-color: #21618a;
}

.u-bg-turq {
  background-color: #45a2ab;
}

.u-bg-purple {
  background-color: #78779d;
}

.u-bg-while {
  background-color: #ffffff !important;
}

@media (max-width: 768px) {
  .l-main {
    padding: 77px 0 40px;
  }
  .l-section1::before {
    width: 100%;
    top: -36px;
    height: 500px;
  }
  .l-section1 .l-section1-wrap {
    padding: 0;
  }
  .l-section1 .l-section1__content {
    display: block;
  }
  .l-section1 .c-section1__text {
    margin: 30px auto 0;
    padding: 0 36px;
  }
  .l-section1 .c-section1__image {
    width: 100%;
  }
  .l-section-banner {
    margin: 16px auto 0;
  }
  .l-section2 {
    margin: 52px auto 0;
  }
  .l-section2::before {
    width: 100%;
    top: -36px;
  }
  .l-section2 .l-section2-wrap {
    padding: 0;
  }
  .l-section2 .l-section2-wrap .p-section-title {
    margin: 0 36px;
  }
  .l-section2 .l-section2__content {
    display: block;
    margin: 25px auto 0;
  }
  .l-section2 .c-section2__text {
    margin: 30px auto 0;
    padding: 0 36px;
  }
  .l-section2__block {
    margin: 40px auto 0;
    padding: 0 20px;
  }
  .l-section2__block .p-lands__wrap:not(:first-child) {
    margin: 16px auto 0;
  }
  .l-section2__block .p-lands__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .l-section2__block .p-lands__text {
    width: 100%;
    padding: 24px 24px 36px;
  }
  .l-section2__block .p-lands__text .c-lands__title {
    font-size: 1.25rem;
  }
  .l-section2__block .p-lands__text .c-lands__title:after {
    bottom: -50%;
  }
  .l-section2__block .p-lands__text .c-lands__text {
    margin: 27px 0 0;
  }
  .l-section2__block .p-lands__images {
    width: 100%;
    gap: 0;
  }
  .l-section2__block .p-lands__images figure {
    margin: 0;
    width: 100%;
  }
  .l-section2__block .c-lands__image {
    max-width: 100%;
  }
  .l-section2__block .u-lands__wrap--blue .p-lands__text .c-lands__title {
    font-size: 0.9375rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
  }
  .l-section2__block .u-lands__wrap--blue .p-lands__text .c-lands__title:after {
    display: none;
  }
  .l-section-slider {
    margin: 56px auto 0;
  }
  .l-section-slider .swiper {
    padding: 0 0 46px;
  }
  .p-logo {
    width: 50%;
    margin: 50px 0 auto 0;
  }
  .l-section3 {
    padding: 36px 0 40px;
    margin-top: 40px;
  }
  .l-section3 .p-section-title {
    margin: 0 16px;
  }
  .l-section3::before {
    width: 100%;
  }
  .l-section3__text {
    width: auto;
    margin: 0 16px;
  }
  .l-section3__feature-area1 {
    margin-top: 32px;
  }
  .l-section3__feature-area1 .p-feature-area__text {
    margin-top: 16px;
  }
  .l-section3__feature-area1 .p-feature-area__img {
    width: 100%;
  }
  .l-section3__feature-area2 {
    margin-top: 16px;
  }
  .l-section3__feature-area2 .p-feature-area__text {
    margin-top: 17px;
  }
  .l-section3__feature-area2 .p-feature-area__text + .p-feature-area__text {
    margin-top: 0;
  }
  .l-section3__feature-area2 .p-feature-area__text--small {
    margin-top: 16px !important;
  }
  .l-section3__feature-area2 .p-feature-area__flex {
    height: auto;
  }
  .l-section3__feature-area2 .p-feature-area__img--wrapper {
    margin-left: 0;
    width: 100%;
  }
  .l-section3__feature-area2 .p-feature-area__img {
    margin: 23px auto 0;
    width: 100%;
  }
  .l-section3__feature-area2 .p-feature-area__logo-img {
    width: 120px;
    margin-top: 10px;
  }
  .l-section4 {
    margin-top: 16px;
    padding: 36px 0 24px;
  }
  .l-section4 .p-section-title {
    margin: 0;
  }
  .l-section4__heading {
    margin: 36px 0 16px;
    font-size: 1.25rem;
  }
  .l-section4__text-small {
    display: none;
  }
  .l-section-contact-banner {
    margin-top: 24px;
  }
  .l-section-contact-banner .p-feature-area {
    padding: 24px;
  }
  .l-section-good-banner {
    margin-top: 24px;
  }
  .l-section-good-banner .p-feature-area {
    padding: 32px 24px 34px;
  }
  .l-section-good-banner .p-feature-area__img {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .l-section-good-banner .p-feature-area__flex {
    display: block;
  }
  .l-section-good-banner .p-feature-area__text {
    font-size: 0.8125rem;
  }
  .l-section-good-banner .p-feature-area__heading--large {
    border: none;
    padding-bottom: 0;
    margin-bottom: 14px;
  }
  .l-section5__img1a {
    margin-top: 32px;
    padding: 2px;
  }
  .c-card {
    min-width: auto;
  }
  .c-contact-button {
    width: 100%;
  }
  .l-meinvisual-wrap {
    height: 355px;
    min-height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-mainvisual-text {
    position: relative;
    z-index: 2;
    width: calc(335 / 375 * 100%);
    margin: 0;
    padding: 40px 0 0;
  }
  .c-mainvisual-subtitle {
    font-size: 0.9375rem;
    margin: 0 0 15px 16px;
  }
  .c-mainvisual-subtitle:before {
    width: 74px;
    inset: auto auto -10px 0;
  }
  .c-mainvisual-title {
    font-size: 1.75rem;
    margin: 0 0 170px 16px;
  }
  .c-mainvisual-image {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
    width: clamp(300px, 94.62687%, 317px);
  }
  .p-section-title {
    display: block;
    margin: 0 36px;
  }
  .p-section-title__num-img {
    width: 50px;
  }
  .p-section-title__right {
    padding: 0;
    border: none;
  }
  .p-section-title__heading--small {
    height: auto;
    margin-top: 22px;
    font-size: 1.0625rem;
    line-height: 1.47;
  }
  .p-section-title__heading {
    margin-top: 7px;
    font-size: 1.5625rem;
    line-height: 1.28;
  }
  .p-section-title__description {
    margin-top: 24px;
    font-size: 0.875rem;
    line-height: 1.78;
  }
  .swiper-nav-wrap .swiper-button-prev-wrap .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .swiper-nav-wrap .swiper-button-prev-wrap .swiper-button-prev:after {
    width: 9px;
    height: 13px;
  }
  .swiper-nav-wrap .swiper-button-next-wrap .swiper-button-next {
    width: 25px;
    height: 25px;
  }
  .swiper-nav-wrap .swiper-button-next-wrap .swiper-button-next:after {
    width: 9px;
    height: 13px;
  }
  .swiper-nav-wrap .swiper-pagination {
    position: absolute;
    width: 100%;
    top: -110%;
  }
  .p-feature-area {
    padding: 24px;
    border: none;
    -webkit-box-shadow: 0 2px 12px 0 rgba(74, 110, 137, 0.1);
            box-shadow: 0 2px 12px 0 rgba(74, 110, 137, 0.1);
  }
  .p-feature-area--sp-border {
    border: 3px solid #eeeeee;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-feature-area__heading {
    padding: 0 0 16px;
    font-size: 1.0625rem !important;
    line-height: 1.47;
  }
  .p-feature-area__heading--large {
    padding: 0 0 8px;
    line-height: 1.47;
    font-size: 1.25rem;
    display: block;
    text-align: center;
    border-bottom: 1px solid #333333;
    margin-bottom: 16px;
  }
  .p-feature-area__heading--large .span {
    display: block;
    font-size: 0.625rem;
    margin: 0;
    line-height: 2.6;
    text-align: center;
  }
  .p-feature-area__heading--large .span::before {
    content: "";
  }
  .p-feature-area__heading--small {
    line-height: 1.5;
    font-size: 0.75rem;
    text-align: center;
    margin: 0 0 9px;
    padding: 0;
  }
  .p-feature-area__flex {
    display: block;
  }
  .p-feature-area__left-block {
    width: auto;
  }
  .p-feature-area__contact {
    display: block;
  }
  .p-feature-area__contact-left {
    padding: 0;
    width: auto;
    border: none;
  }
  .p-feature-area__contact-right {
    padding: 0;
    width: auto;
  }
  .p-feature-area__contact-btn {
    height: 56px;
    margin-top: 16px;
    font-size: 0.9375rem;
  }
  .p-feature-area__contact-text {
    margin-top: 10px;
    font-size: 0.625rem;
  }
  .p-feature-area__tel-time {
    margin: 8px 0;
    font-size: 0.6875rem;
    line-height: 1.54;
    text-align: center;
  }
  .p-table-wrap {
    margin-left: 12px;
  }
  .u-sp-only {
    display: block;
  }
  .u-pc-only {
    display: none;
  }
}
