@charset "UTF-8";

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
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 */
}

button {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: normal;
  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;
  appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  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;
}

/* ブレイクポイント============================== */
/* フォント============================== */
@font-face {
  font-family: "Honoka_Shin_Mincho_L";
  src: url("../../font/Honoka_Shin_Mincho_L.ttf") format("truetype");
}

/* フォントサイズ============================== */
html {
  font-size: 62.5%;
}

.c-xSpDisplayBlock {
  display: none;
}

@media screen and (max-width: 360px) {
  .c-xSpDisplayBlock {
    display: block;
  }
}

.c-xSpDisplayNone {
  display: block;
}

@media screen and (max-width: 360px) {
  .c-xSpDisplayNone {
    display: none;
  }
}

.c-spDisplayBlock {
  display: none;
}

@media screen and (max-width: 480px) {
  .c-spDisplayBlock {
    display: block;
  }
}

.c-spDisplayNone {
  display: block;
}

@media screen and (max-width: 480px) {
  .c-spDisplayNone {
    display: none;
  }
}

.c-xTabDisplayBlock {
  display: none;
}

@media screen and (max-width: 600px) {
  .c-xTabDisplayBlock {
    display: block;
  }
}

.c-xTabDisplayNone {
  display: block;
}

@media screen and (max-width: 600px) {
  .c-xTabDisplayNone {
    display: none;
  }
}

.c-tabDisplayBlock {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-tabDisplayBlock {
    display: block;
  }
}

.c-tabDisplayNone {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-tabDisplayNone {
    display: none;
  }
}

.c-pcDisplayBlock {
  display: none;
}

@media screen and (max-width: 1025px) {
  .c-pcDisplayBlock {
    display: block;
  }
}

.c-pcDisplayNone {
  display: block;
}

@media screen and (max-width: 1025px) {
  .c-pcDisplayNone {
    display: none;
  }
}

.c-lPcDisplayBlock {
  display: none;
}

@media screen and (max-width: 1280px) {
  .c-lPcDisplayBlock {
    display: block;
  }
}

.c-lPcDisplayNone {
  display: block;
}

@media screen and (max-width: 1280px) {
  .c-lPcDisplayNone {
    display: none;
  }
}

/* フォントサイズ============================== */
html {
  scroll-behavior: auto !important;
}

body {
  background-image: url("../assets/img/common/bg-main.png");
  font-size: 16px;
  color: #333;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  color: #707070;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.line {
  position: relative;
}

.line::after {
  position: absolute;
  content: "";
  display: block;
  width: 175%;
  height: 1px;
  background: #3e3e3e;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.white {
  color: #fff !important;
}

.black a {
  font-weight: 500;
  color: #161616;
}

.right {
  text-align: right;
}

/*-------------------------
  共通
-------------------------*/
.c-sec-ttl {
  font-weight: 900;
  font-size: 80px;
  color: #000;
}

.c-sec-ttl-ja {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #04660b;
}

.container {
  padding: 0 32px;
}

@media screen and (max-width: 1200px) {
  .c-sec-ttl {
    font-weight: 900;
    font-size: 38px;
    line-height: 1.2;
  }

  .c-sec-ttl-ja {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .c-sec-ttl-en {
    font-weight: 900;
    font-size: 28px;
  }

  .container {
    padding: 0 16px;
  }
}

/* ボタン */
.green-btn {
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s;
  padding: 10px 20px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #04660B;
  font-weight: 500;
}

.green-btn>svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.green-btn:hover svg {
  transform: rotate(45deg);
}

.green-btn:active {
  transform: scale(0.95);
}

/* ヘッダーカレント表示 */
.nav-list .current-menu-item {
  position: relative;
}

.nav-list .current-menu-item a::after {
  color: #04660B;
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  background: #01A20C;
  position: absolute;
  bottom: 3px;
  left: 37%;
  transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .nav-list .current-menu-item a::after {
    display: none;
  }
}

/*　パンくずリスト　*/
.breadcrumbs-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.breadcrumb>li+li::before {
  content: "＞";
  padding: 0px 5px;
}

.breadcrumb {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  font-size: 14px;
}

.breadcrumb a {
  color: #333;
}

/*　404　*/
.error-page-container {
  padding-top: 300px;
  text-align: center;
}

.error-page-ttl-wrap {
  font-size: 38px;
  margin-bottom: 32px;
}

.error-text-center {
  margin-bottom: 48px;
}

.submit-container.error {
  margin-bottom: 150px;
}

/*-------------------------
  ヘッダー
-------------------------*/
.header {
  display: block;
  align-content: center;
  align-items: center;
  height: 68px;
  background: #fff;
  border-radius: 50px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 97%;
  margin-top: 14px;
  box-shadow: -9px -2px 15px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.5);
}

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

.hdr-contact-area-list {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}

.nav-list-wrap {
  display: flex;
}

.nav-contact-area-list {
  display: none;
}

.nav-list {
  display: flex;
  justify-content: flex-end;
  padding-right: 190px;
}

.nav-list ul {
  display: flex;
  padding-right: 195px;
}

.nav-list li {
  justify-content: space-between;
  padding: 10px 22px 10px 0;
}

.nav-list a {
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.header-left {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: center;
  max-width: 550px;
  gap: 12px;
}

.hdr-ttl {
  white-space: nowrap;
  font-weight: 500;
  color: #01a20c;
  width: 144px;
  padding: 2px 25px 2px 8px;
  border-radius: 4px;
  display: block;
  background: #fff;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.hdr-ttl::before,
.hdr-ttl::after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 17px;
  width: 1px;
  height: 8px;
  border-radius: 9999px;
  background-color: #01a20c;
  transform-origin: 50% calc(100% - 0.5px);
}

.hdr-ttl::before {
  transform: rotate(45deg);
}

.hdr-ttl::after {
  transform: rotate(-45deg);
}

.nav-logo {
  display: none;
}

.content-container {
  max-width: 938px;
  margin: 0 auto;
  padding: 0 32px;
}

.hdr-contact-item {
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 10px 27px;
  font-weight: 500;
  font-size: 16px;
}

.hdr-contact-item img {
  margin-right: 8px;
  width: 33px;
}

.mail-box {
  border-radius: 30px;
  background: #04660B;
}

.tel-box {
  background-color: #664a4a;
  border-radius: 50px;
}

.toggle-btn {
  display: none;
  cursor: pointer;
  position: relative;
}

.toggle-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  left: 7px;
}

/*-------------------------
  ドロップダウン
-------------------------*/
/* ドロップダウンメニュー内のカレント表示を非表示にする */
.nav-list.sub-menu.current-menu-item a::after {
  content: none !important;
  /* 強制的に非表示にする */
}

/* 親メニューの基本スタイル */
.nav-list {
  list-style: none;
  display: flex;
  position: relative;
}

.nav-list li {
  position: relative;
}

/* サブメニュー（初期状態は非表示） */
.nav-list .sub-menu {
  display: none;
  position: absolute;
  top: 105%;
  left: 88%;
  transform: translateX(-50%);
  background: rgb(255, 255, 255);
  list-style: none;
  padding: 10px 0;
  min-width: 160px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border: 2px solid #218544;
}

/* サブメニューのリンク */
.nav-list .sub-menu li {
  padding: 10px;
  transition: all 0.3s;
  position: relative;
}

.nav-list .sub-menu li::after {
  content: url(../assets/img/common/icon-arrow-dropdown.png);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  transition: right 0.3s ease;
}

.nav-list .sub-menu li:hover::after {
  right: 20px;
}

.nav-list .sub-menu li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 3px 17px;
  transition: all 0.3s;
}

.nav-list .sub-menu li a:hover {
  color: #04660B;
}

/* PC: ホバーでサブメニュー表示 */
@media (min-width: 768px) {
  .nav-list li:hover>.sub-menu {
    display: block;
    border-radius: 7px;
  }
}

/* スマホ用のメニュー（開閉用） */
@media (max-width: 767px) {
  .nav-list {
    flex-direction: column;
    gap: 0;
  }

  .nav-list li {
    width: 100%;
  }

  .nav-list .sub-menu {
    position: static;
    box-shadow: none;
    background: none;
  }

  /* サブメニューを開いたときのスタイル */
  .nav-list li.open>.sub-menu {
    display: none;
  }
}

@media screen and (min-width: 1900px) {
  .nav-list {
    padding-left: 370px;
  }
}

@media screen and (min-width: 1860px) {
  .nav-list {
    padding-left: 230px;
  }
}

@media screen and (max-width: 1680px) {
  .nav-list ul {
    display: flex;
    padding-right: inherit;
  }

  .hdr-contact-item {
    padding: 6px 20px;
    font-weight: 500;
    font-size: 18px;
  }

  .nav-list-wrap {
    flex-direction: column;
    justify-content: space-between;
  }

  .nav-list {
    padding-right: inherit;
  }
}

@media screen and (max-width: 1270px) {
  .hdr-ttl {
    font-size: 16px;
  }

  .nav-list a {
    font-size: 14px;
  }

  .header-left {
    display: grid;
    grid-template-columns: 1fr 120px;
    align-items: center;
    max-width: 550px;
    gap: 32px;
  }

  .nav-list li {
    justify-content: space-between;
    padding: 10px 16px 10px 0;
  }
}

@media screen and (max-width: 1024px) {
  .header-left {
    display: grid;
    grid-template-columns: 1fr 160px;
    align-items: center;
    max-width: 370px;
    gap: 1px;
  }

  .nav-list li {
    justify-content: space-between;
    padding: 10px 16px 10px 0;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 16px;
    height: 50px;
    padding: 3px 2px 3px;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 98%;
  }
}

@media screen and (max-width: 991px) {
  .nav-list li {
    border-bottom: 1px solid #01A20C;
  }

  .nav-contact-area-list {
    display: block;
    text-align: center;
  }

  .header {
    margin-top: inherit;
    border-radius: inherit;
  }

  .header {
    padding: 16px;
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    margin-top: inherit;
  }

  .hdr-ttl {
    display: none;
  }
}

/*---------------------------
  ヘッダー　　グループ会社　　ドロップダウン
-----------------------------*/
.dropdown-menu {
  max-width: 740px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  height: 195px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.19);
  padding: 9px 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hdr-ttl:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu-ttl {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  background: #04660B;
  text-align: center;
  padding: 5px 0;
  margin-top: 8px;
  border-radius: 3px;
}

/* 画像ホバー */
.img-hover a {
  text-align: center;
  color: #fff;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.img-hover a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
  background: #01A20C;
  transition: transform 0.5s;
  content: "";
  transform-origin: right top;
  transform: scale(0, 1);
}

.img-hover a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  content: "";
}

/* hover */
.img-hover a:hover:before {
  transform-origin: left bottom;
  transform: scale(2, 2);
  content: "";
}

/*　タブ　*/
.tab__menu {
  display: flex;
  justify-content: space-between;
}

.tab__menu-item {
  background-color: #04660B;
  padding: 16px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  width: 280px;
  color: #fff;
  border-bottom: 6px solid #ffb844;
  cursor: pointer;
  transition: all 0.3s;
}

.tab__menu-dsc {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
  background-color: #04660B;
  color: #333;
  padding: 12px 5px;
}

.left {
  text-align: left;
}

.center {
  margin: 0 auto;
}

.red {
  color: #e84c05;
}

.reverse {
  flex-direction: row-reverse;
}

.header-logo {
  padding-left: 12px;
}

.hdr-logo {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .header {
    height: 80px;
    display: flex;
    justify-content: space-between;
  }

  .header-logo {
    width: 320px;
    padding-left: inherit;
  }

  .hdr-contact-item {
    display: none;
  }

  .hdr-contact-area-list {
    display: none;
  }

  /* hamburger */
}

@media screen and (max-width: 991px) and (max-width: 480px) {
  .hdr-logo {
    width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .hdr-contact-item {
    display: none;
  }

  .hdr-contact-area-list {
    display: none;
  }

  .nav-list-wrap {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 24px;
    transition: 0.4s ease-in-out;
  }

  .nav-list {
    position: absolute;
    top: 24%;
    left: 80px;
    flex-direction: column;
    transform: translate(-50px, -50px);
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 2.1rem;
    width: 86%;
  }

  .nav-contact {
    display: block;
    max-height: 100%;
    margin: auto 0 65px 0;
    font-size: 20px;
  }

  .hdr-contact-item img {
    margin-left: inherit;
  }

  .toggle-btn {
    display: block;
    z-index: 11;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .toggle-btn span:nth-child(1) {
    top: 10px;
  }

  .toggle-btn span:nth-child(2) {
    top: 19px;
  }

  .toggle-btn span:nth-child(3) {
    top: 28px;
  }

  .open .toggle-btn {
    z-index: 12;
    display: block;
  }

  .open .toggle-btn span {
    background-color: #333 !important;
  }

  .open .nav-list-wrap {
    opacity: 1;
    visibility: visible;
    background: #fff;
  }

  .open .toggle-btn span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle-btn span:nth-child(1) {
    top: 20px;
    transform: rotate(-45deg);
    background: #fff;
  }

  .open .toggle-btn span:nth-child(3) {
    top: 20px;
    transform: rotate(45deg);
    background: #fff;
  }

  .nav-logo {
    display: block;
    position: relative;
    z-index: 1;
    width: 250px;
    top: -6px;
    left: -8px;
  }

  .scroll-up {
    display: none;
  }

  .content-container {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1680px) {
  .hdr-contact-area-list {
    display: flex;
    top: 108px;
    right: 32px;
    gap: 14px;
  }

  .nav-list-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .mail-box {
    margin-bottom: inherit;
  }
}

@media screen and (max-width: 991px) {
  .hdr-contact-area-list {
    display: none;
  }
}

/*-------------------------
  KV
-------------------------*/
.kv-img-wrap {
  position: relative;
}

.kv-ttl-wrap {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2;
  width: 1440px;
  text-align: left;
  font-weight: 900;
  font-size: 56px;
}

.kv-sec-sub-ttl {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 1530px) {
  .kv-ttl-wrap {
    width: unset;
    top: 50%;
    left: 18%;
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .kv-ttl-wrap {
    font-size: 28px;
    top: 50%;
    left: 18%;
  }

  .kv {
    margin-top: 80px;
  }

  .kv-sec-sub-ttl {
    font-size: 16px;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .kv-ttl-wrap {
    transform: translateY(-50%);
    font-size: 20px;
    text-align: center;
  }

  .kv.middle {
    margin-top: 35px;
  }

  .kv-ttl-wrap.middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }
}

@media screen and (max-width: 550px) {
  .kv-ttl-wrap {
    font-size: 16px;
    left: 10%;
  }
}

/*-------------------------
  共通 リンク
-------------------------*/
/* 製造事業部  会社概要 工事事業部　　組織図　*/
.c-link {
  max-width: 1440px;
  margin: 64px auto 0;
  display: flex;
  border-bottom: 2px solid #01A20C;
  border-top: 2px solid #01A20C;
}

.c-link-text {
  color: #01A20C;
  align-content: center;
  margin: 0 0 0 auto;
  padding-right: 80px;
}

.c-link-text-left {
  color: #01A20C;
  align-content: center;
  margin: 0 auto 0 0;
  padding-left: 80px;
}

.c-link-text-ttl {
  font-weight: bold;
  font-size: 56px;
}

.c-link-text-ttl-en {
  display: block;
  text-align: right;
}

.c-link-text-ttl-en-left {
  display: block;
  text-align: left;
}

@media screen and (max-width: 1250px) {
  .c-link-text-ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .c-link {
    flex-direction: column;
    margin: 64px auto 0;
    display: flex;
  }

  .c-link-text {
    margin: auto 0 0 0;
    padding-right: inherit;
    padding: 16px 0;
  }

  .c-link-text-ttl-en {
    text-align: left;
  }

  .c-link-text-left {
    padding-left: inherit;
    padding: 16px 0;
  }
}

/* 技術概要 */
.c-technical-outline {
  max-width: 1440px;
  margin: 120px auto 160px;
}

@media screen and (max-width: 991px) {
  .c-technical-outline {
    margin: 67px auto 82px;
  }
}

.c-technical-outline-ttl-wrap {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .c-technical-outline-ttl-wrap {
    flex-direction: column;
    align-items: inherit;
    margin-bottom: 24px;
    gap: 0;
  }
}

.c-technical-outline-ttl {
  font-weight: bold;
  font-size: 56px;
  color: #161616;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .c-technical-outline-ttl {
    font-size: 24px;
  }
}

.c-technical-outline-ttl-en {
  font-weight: bold;
  font-size: 20px;
  color: #01A20C;
}

.c-technical-outline-list {
  display: flex;
  flex-wrap: wrap;
}

.c-technical-outline-item {
  position: relative;
  transition: opacity 0.3s;
}

.c-technical-outline-item:hover {
  opacity: 0.7;
}

.c-technical-outline-item-ttl {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.c-technical-outline-triangle {
  padding-right: 8px;
}

/* 製造事業部02 */
.c-link-02 {
  max-width: 1700px;
  margin: 64px auto 0;
}

.c-link-list-02 {
  display: flex;
  margin-bottom: 200px;
}

.c-link-item-left-02 {
  transform: translateX(80px);
  position: relative;
}

.c-link-item-right-02 {
  transform: translate(-80px, 75px);
}

.c-link-ttl-02 {
  font-weight: bold;
  font-size: 56px;
  color: #161616;
  margin-bottom: 20px;
  line-height: 1;
}

.c-link-ttl-02 span {
  font-weight: bold;
  font-size: 16px;
  color: #01a20c;
  padding-left: 8px;
  padding-right: 10px;
}

.c-link-text-02 {
  margin-bottom: 16px;
}

.c-link-item-text-02 {
  width: 533px;
  margin-bottom: 24px;
  content: "";
  position: absolute;
  top: 46%;
  left: 43%;
  transform: translate(-50%, -50%);
}

.c-link-sp-02 {
  display: none;
}

@media screen and (max-width: 1450px) {
  .c-link-ttl-02 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .c-link-item-text-02 {
    width: 440px;
    top: 46%;
    left: 39%;
  }
}

@media screen and (max-width: 1260px) {
  .c-link-02 {
    display: none;
  }

  .c-link-sp-02 {
    display: block;
  }

  .c-link-ttl-02 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1;
  }

  .c-link-ttl-02 span {
    font-size: 16px;
    padding-left: inherit;
    display: flex;
    display: block;
    margin-top: 8px;
  }

  .c-link-item-left-sp-02 {
    background: rgba(1, 162, 12, 0.1);
    padding: 48px 24px;
    margin-top: 32px;
  }

  .c-link-item-right-sp-02 {
    transform: translateY(-25px);
  }
}

/* 工事事業部　02 */
.construction-link {
  max-width: 1700px;
  margin: 160px auto 224px;
}

.construction-link-list {
  display: flex;
}

.construction-link-item-left {
  transform: translateX(80px);
}

.construction-link-item-right {
  transform: translate(-80px, 75px);
  position: relative;
}

.construction-link-item-text {
  content: "";
  position: absolute;
  top: 45%;
  left: 26%;
  transform: translateY(-50%);
  max-width: 533px;
}

.construction-link-sp {
  display: none;
}

@media screen and (max-width: 1260px) {
  .construction-link {
    display: none;
  }

  .construction-link-sp {
    display: block;
  }

  .construction-link-list-sp {
    display: flex;
    flex-direction: column-reverse;
  }

  .construction-link-item-text-sp {
    background: rgba(1, 162, 12, 0.1);
    padding: 48px 24px;
    margin-top: 48px;
  }

  .construction-link-item-left-sp {
    transform: translateY(-25px);
  }
}

/*-------------------------
  事業内容  見出し
-------------------------*/
.kogyo-business {
  max-width: 1780px;
  margin: 0 auto;
}

.kogyo-business-ttl {
  font-weight: bold;
  font-size: 56px;
  color: #161616;
  text-align: center;
}

.kogyo-business-ttl-en {
  font-weight: bold;
  font-size: 20px;
  color: #01a20c;
  text-align: center;
  display: block;
}

@media screen and (max-width: 991px) {
  .kogyo-business-ttl {
    font-size: 28px;
  }

  .kogyo-business-ttl-en {
    font-size: 16px;
  }
}

/*-------------------------
  SDGs 企業情報　リンク
-------------------------*/
/* 共通 */
.sdgs-company-link-ttl {
  font-weight: bold;
  font-size: 56px;
  color: #161616;
}

.sdgs-company-link-ttl-en {
  font-weight: bold;
  font-size: 20px;
  color: #01a20c;
  margin-bottom: 24px;
  display: block;
}

.sdgs-company-link-text {
  margin-bottom: 100px;
}

/* SDGs */
.sdgs-link {
  max-width: 1840px;
  margin: 0 auto 32px;
  position: relative;
}

.sdgs-link::after {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  width: 80%;
  height: 462px;
  top: -32px;
  left: 0;
  background: #fff;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .sdgs-link::after {
    width: 100%;
  }
}

.sdgs-link-text {
  max-width: 490px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.sdgs-link-list {
  display: flex;
  max-width: 1600px;
  margin: 0 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 85px;
  padding-right: 80px;
  padding-left: 16px;
}

@media screen and (max-width: 991px) {
  .sdgs-link-list {
    flex-direction: column;
    padding-right: 16px;
    gap: 20px;
  }
}

/* 企業情報 */
.company-link {
  max-width: 1840px;
  margin: 0 auto;
  position: relative;
}

.company-link::after {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  width: 80%;
  height: 462px;
  top: -43px;
  left: 0;
  background: #fff;
  z-index: -1;
}

.company-link-list {
  display: flex;
  max-width: 1600px;
  margin: 0 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 85px;
  padding-right: 80px;
}

@media screen and (max-width: 991px) {
  .company-link {
    margin: 42px auto;
  }

  .company-link-list {
    flex-direction: column;
    gap: 58px;
    padding-right: inherit;
  }

  .sdgs-company-link-img {
    width: 100%;
  }

  .sdgs-company-link-ttl {
    font-size: 28px;
  }

  .sdgs-company-link-ttl-en {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .company-link::after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    top: -43px;
  }

  .sdgs-company-link-text {
    margin-bottom: 30px;
  }

  .sdgs-company-link-text-wrap {
    padding-left: 16px;
  }
}

/*-------------------------
  contact-area
-------------------------*/
.contact-area {
  max-width: 1230px;
  margin: 120px auto;
}

.contact-area-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}

.contact-area-ttl {
  font-weight: 900;
  font-size: 56px;
  color: #161616;
  text-align: center;
}

.contact-area-ttl-ja {
  font-weight: bold;
  font-size: 20px;
  display: block;
  text-align: center;
  color: #04660b;
}

.contact-area-btn {
  justify-content: center;
  padding: 8px 24px;
  font-size: 16px;
  margin: 12px auto 0;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
  .contact-area-btn {
    padding: 4px 24px;
  }
}

.contact-area-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.contact-mail-icon {
  width: 20px;
  margin-bottom: 6px;
}

.contact-area-item-ttl {
  font-weight: bold;
  font-size: 16px;
  color: #161616;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contact-area-item-ttl::before {
  content: "●";
  position: absolute;
  font-size: 15px;
  color: #04660B;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

.contact-area-tel {
  font-family: "Heisei Maru Gothic Std";
  font-weight: normal;
  font-size: 38px;
  color: #04660b;
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 8px;
}

.contact-area-tel img {
  display: flex;
}

.contact-area-opening {
  font-weight: normal;
  font-size: 16px;
  color: #161616;
}

.contact-area-text ul {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .contact-area {
    margin: 48px auto;
  }

  .contact-area-list {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-top: 32px;
  }

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

  .contact-area-ttl {
    font-size: 32px;
  }

  .contact-area-ttl-ja {
    font-size: 16px;
  }

  .contact-area-item-ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .contact-area-item-ttl {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .contact-area-tel {
    font-size: 32px;
    display: inline-flex;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .contact-area-tel {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .contact-area-opening {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .contact-area-opening {
    font-size: 14px;
  }
}

/*-------------------------
  採用
-------------------------*/
.recruit-area {
  margin-top: 160px;
  transition: all 0.3s ease;
}

.recruit-area-list {
  display: grid;
  grid-template-columns: 1fr 600px;
  justify-content: space-between;
  background: #fff;
  border-radius: 15px;
  max-width: 1440px;
  margin: 0 auto;
  transition: all 0.4s;
  background: linear-gradient(to right, #0192a2 0%, #d3e629 100%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  color: #fff;
}

.recruit-area:hover {
  opacity: 0.6;
}

.recruit-area-ttl {
  font-weight: 900;
  font-size: 56px;
  color: #fff;
  line-height: 1.2;
}

.recruit-area-ttl-ja {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.recruit-area-text {
  font-weight: bold;
  color: #161616;
  margin-top: 24px;
}

.recruit-area-item-text {
  align-content: center;
  padding: 48px 28px;
  max-width: 820px;
}

.recruit-area-img {
  max-width: 600px;
}

.recruit-area-img img {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .recruit-area {
    margin-top: 58px;
  }

  .recruit-area-list {
    display: grid;
    grid-template-columns: 1fr;
    color: #fff;
  }

  .recruit-area-img {
    max-width: 100%;
  }

  .recruit-area-ttl {
    font-size: 24px;
  }

  .recruit-area-ttl-ja {
    font-size: 14px;
  }

  .recruit-area-text {
    margin-top: 16px;
  }
}

/*-------------------------
  footer
-------------------------*/
.footer-bg {
  background: rgba(225, 221, 221, 0.45);
}

.footer-text-wrap {
  padding: 40px 120px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .footer-text-wrap {
    padding: 20px 16px;
    margin: 0 auto;
  }
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}

.footer-nav-list ul {
  display: flex;
  position: relative;
}

.footer-nav-list ul::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 94%;
  background-color: #fff;
}

.footer-nav-list li {
  padding-right: 48px;
}

.footer-nav-list a {
  color: #fff;
}

.footer-address {
  color: #161616 !important;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
}

.footer-info-wrap {
  width: 100%;
}

.sns-wrap {
  margin-top: 40px;
}

.sns-wrap>* {
  margin-right: 20px;
}

.footer-text-inner {
  padding: 32px;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .footer-bottom-inner {
    padding: 32px 0 0;
    gap: 0;
  }
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 0 0 auto;
  padding: 0 20px;
}

.footer-column {
  flex: 1;
  /* 各列が均等な幅を取る */
  margin: 0 10px;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-column ul {
  list-style: none;
  /* リストマーカーを削除 */
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.footer-column ul li {
  margin-bottom: 8px;
  width: 135px;
}

.footer-column ul li a {
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px;
}

.footer-column ul li a:hover {
  color: #01a20c;
}

small {
  display: block;
  text-align: center;
  padding: 8px 0;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  background: #04660B;
}

.footer-list li:not(:first-child) {
  padding-left: 16px;
}

@media screen and (max-width: 991px) {
  .footer-nav-list {
    flex-direction: column;
    text-align: center;
  }

  .footer-nav-list li {
    padding-right: inherit;
    margin-bottom: 16px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    margin-top: 0px;
    justify-self: center;
  }

  .footer-info-wrap {
    flex-direction: column;
    padding-left: inherit;
    text-align: center;
    margin-bottom: 32px;
  }

  .footer-left-wrap {
    margin: 0 auto;
  }

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

  .footer-menu {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px;
  }

  .footer-column h4 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 20px;
    color: #fff;
    border-top: 1px solid #fff;
  }

  .footer-column ul li {
    text-align: center;
  }

  .footer-column-item {
    padding-bottom: 20px !important;
  }

  .footer-list li:not(:first-child) {
    padding-left: inherit;
  }
}

/* アニメーション */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.animated-left.fadein-left {
  animation: fadeinLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;
}

@keyframes fadeinLeft {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animated-right.fadein-right {
  animation: fadeinRight 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;
}

@keyframes fadeinRight {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*-------------------------
  ファーストビュー
-------------------------*/
.fv {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.fv::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #01A20C;
  z-index: 1;
  width: 132px;
  height: 366px;
}

@media screen and (max-width: 1200px) {
  .fv::after {
    width: 73px;
    height: 239px;
  }
}

@media screen and (max-width: 991px) {
  .fv::after {
    display: none;
  }
}

.fv-video {
  width: 100%;
  height: auto;
}

.fv-ttl-wrap {
  position: absolute;
  top: 24%;
  left: 116px;
  color: #fff;
  padding: 10px 20px;
  transform: translate(0, -50%);
  z-index: 1;
}

.top-company {
  position: relative;
}

.fv-ttl-en-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* FV　見出し追従 */
.fv-ttl-en-wrap {
  position: absolute;
  bottom: 15%;
  left: 55px;
  margin-top: -40%;
}

.fv-ttl-en-wrap>div {
  height: 100%;
}

.fv-ttl-en-wrap-inner {
  position: sticky !important;
  top: 15% !important;
  display: grid;
  gap: 10px;
}

.fv-ttl-en-flex {
  display: flex !important;
  color: #01A20C !important;
}

@media screen and (max-width: 991px) {
  .fv-ttl-en-flex {
    display: none !important;
  }
}

.trust {
  transition: color 0.3s ease;
}

.scroll-color .trust {
  color: #333 !important;
}

/* ファーストビュー　見出し追従 ここまで*/
.fv-ttl {
  font-weight: bold;
  font-size: 58px;
  text-align: left;
  color: #fff;
  background: #04660B;
  -webkit-clip-path: polygon(0 0, 88% 0%, 81% 100%, 0% 100%);
  clip-path: polygon(0 0, 88% 0%, 81% 100%, 0% 100%);
  padding: 0 114px 5px 17px;
}

.fv-ttl-en {
  font-size: 114px;
  font-weight: 900;
  font-size: 82px;
  color: #fff;
  line-height: 1.1;
}

@media screen and (max-width: 1300px) {
  .fv-ttl-en {
    font-size: 70px;
  }
}

.fv-ttl-en span {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .fv-ttl {
    font-size: 32px;
  }

  .fv-ttl-en {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .fv {
    padding-top: 80px !important;
  }

  .fv-ttl-en {
    display: none;
    font-size: 32px;
    line-height: inherit;
  }

  .fv-ttl-wrap {
    display: none;
    top: 66%;
    left: 35px;
    color: #fff;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  .fv-ttl-en {
    display: none;
    font-size: 24px;
    line-height: inherit;
  }

  .fv-ttl-wrap {
    display: none;
    top: 66%;
    left: 30px;
    color: #fff;
    padding: 10px 20px;
  }
}

/*-------------------------
  トップ　UNWAVERINGTRUST
-------------------------*/
.top-company {
  display: flex;
  max-width: 1840px;
  margin: 140px 0 160px auto;
  gap: 148px;
  padding-left: 64px;
}

.top-company-ttl {
  font-weight: 900;
  font-size: 115px;
  color: #01a20c;
  line-height: 0.7;
  opacity: 0 !important;
}

@media screen and (max-width: 991px) {
  .top-company-ttl {
    opacity: 1 !important;
  }
}

.top-company-ttl span {
  display: flex;
  line-height: 0.8;
  color: #000;
  line-height: 1.4;
}

.top-company-text-wrap {
  max-width: 480px;
  margin: 84px 0 0 auto;
}

.top-company-text {
  margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
  .top-company-ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .top-company {
    flex-direction: column;
    margin: 38px 0 0 auto;
    gap: 48px;
    padding-left: unset;
  }

  .top-company-item-text {
    padding: 0 16px;
  }

  .top-company-ttl {
    font-size: 32px;
    line-height: 1.2;
  }

  .top-company-text-wrap {
    margin: 32px 0 0 auto;
  }
}

/*-------------------------
  プロフィール ギャラリー
-------------------------*/
.top-profile-gallery-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
  margin: 155px 0 122px;
}

@media (max-width: 1080px) {
  .top-profile-gallery-list {
    grid-template-columns: repeat(2, 1fr);
    margin: 60px 0 122px;
  }
}

@media (max-width: 600px) {
  .top-profile-gallery-list {
    grid-template-columns: repeat(2, 1fr);
    margin: 94px 0 122px;
  }
}

/*スライド */
.slider_parent .gallery-slider {
  display: flex;
  overflow: hidden;
}

.text_scroll {
  animation: scroll 20s linear infinite;
}

.logos {
  flex-shrink: 0;
}

.slider_parent ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.slider_parent ul li {
  display: inline-block;
}

.slider_parent ul {
  display: flex;
  gap: 20px;
  margin-bottom: 130px;
}

@media (max-width: 991px) {
  .slider_parent ul {
    grid-template-columns: repeat(2, 1fr);
    margin: 48px 0 48px;
    gap: unset;
  }
}

.slider_parent ul li>a img {
  transition: 0.4s;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 991px) {
  .slider_parent ul li {
    margin-left: -30px;
  }

  .slider_parent ul li img {
    width: 80%;
  }

  .text_scroll {
    animation: scroll 20s linear infinite;
  }
}

/*-------------------------
  メディア紹介
-------------------------*/
.media {
  background: rgba(174, 174, 174, 0.26);
  padding-top: 44px;
  padding-bottom: 44px;
}

.media-inner {
  max-width: 1537px;
  margin: 0px auto;
  display: flex;
  gap: 84px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 27px;
  padding: 32px;
}

.media-text-wrap {
  max-width: 620px;
}

.media-item-left {
  display: flex;
  flex: 1;
  gap: 50px;
}

.media-youtube {
  max-width: 476px;
}

.media-youtube iframe {
  max-width: 100%;
}

.media-item-img {
  max-width: 190px;
}

.media-ttl {
  font-weight: 900;
  font-size: 32px;
  color: #161616;
  position: relative;
  margin-bottom: 16px;
}

.media-ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #01A20C;
  left: 0;
  bottom: -5px;
  animation: none !important;
  transition: none !important;
}

@media (max-width: 991px) {
  .media-inner {
    flex-direction: column;
    gap: 32px;
    padding: 32px;
  }

  .media-youtube {
    max-width: 100%;
  }

  .media-item-left {
    flex-direction: column;
    gap: 32px;
  }

  .media-ttl {
    font-size: 24px;
    text-align: center;
  }

  .media-item-img {
    margin: 0 auto;
  }
}

/*-------------------------
  お知らせ
-------------------------*/
.top-news {
  background: #fff;
}

.top-news-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding: 40px 0;
}

@media screen and (max-width: 1200px) {
  .top-news-inner {
    flex-direction: column;
  }
}

.top-news-item-left {
  width: 30%;
}

@media screen and (max-width: 1300px) {
  .top-news-item-left {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .top-news-item-left {
    width: 100%;
  }
}

.top-news-item-right {
  flex: 1;
}

.top-news-btn {
  margin-top: 60px;
}

/*-------------------------
  グループ会社
-------------------------*/
.top-group {
  display: flex;
  margin-top: 160px;
}

.top-group-item a {
  display: block;
  transition: all 0.4s ease-in-out;
  transform: translateY(0);
}

.top-group-item a:hover {
  transform: translateY(-10px);
  filter: grayscale(0.5);
}

.top-group-item-ttl {
  font-weight: bold;
  font-size: 56px;
  color: #fff;
}

.top-group-item-text {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.top-group-img-wrap {
  position: relative;
  -webkit-clip-path: polygon(0 0, 95% 0, 70% 100%, 0 100%);
  clip-path: polygon(0 0, 95% 0, 70% 100%, 0 100%);
  transform: translateY(-30px);
  margin-right: -20%;
}

.top-group-text-wrap {
  position: absolute;
  position: absolute;
  top: 78%;
  left: 50px;
  transform: translateY(-50%);
  max-width: 470px;
}

.top-group-img-wrap-02 {
  position: relative;
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 5% 100%);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 5% 100%);
  transform: translateY(30px);
  margin-left: -20%;
}

.top-group-text-wrap-02 {
  position: absolute;
  position: absolute;
  top: 20%;
  right: 50px;
  transform: translateY(-50%);
  max-width: 470px;
}

.top-group-sp {
  display: none;
}

@media (max-width: 1300px) {
  .top-group-item-ttl {
    font-weight: bold;
    font-size: 32px;
    color: #fff;
  }

  .top-group-item-text {
    font-size: 16px;
  }

  .top-group-text-wrap {
    position: absolute;
    position: absolute;
    top: 78%;
    left: 20px;
    transform: translateY(-50%);
    max-width: 400px;
  }

  .top-group-text-wrap-02 {
    position: absolute;
    position: absolute;
    top: 20%;
    right: 20px;
    transform: translateY(-50%);
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .top-group {
    display: none;
  }

  .top-group-sp {
    display: block;
  }

  .top-group-text-wrap-sp {
    background: linear-gradient(#01a20c 0%, #04660b 100%);
    padding: 24px 16px;
  }

  .top-group-item-sp:first-child {
    margin-bottom: 48px;
  }

  .top-group-item-ttl {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .top-group-item-sp a {
    transition: all 0.3s;
  }

  .top-group-item-sp a:hover {
    opacity: 0.5;
  }
}

/*-------------------------
  ビジョン
-------------------------*/
.top-vision {
  margin: 180px 0;
}

@media screen and (max-width: 991px) {
  .top-vision {
    margin: 88px 0;
  }
}

.top-vision-list {
  display: grid;
  grid-template-columns: 1066px 1fr;
  margin-top: 80px;
}

@media screen and (max-width: 1700px) {
  .top-vision-list {
    grid-template-columns: 900px 1fr;
  }
}

@media screen and (max-width: 1400px) {
  .top-vision-list {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}

.top-vision-item {
  display: grid;
  grid-template-columns: 1fr 240px;
}

@media screen and (max-width: 1400px) {
  .top-vision-item {
    grid-template-columns: 1fr 149px;
  }
}

@media screen and (max-width: 700px) {
  .top-vision-item {
    grid-template-columns: 1fr 16px;
  }
}

.top-vision-item-img {
  max-width: 1066px;
}

@media screen and (max-width: 700px) {
  .top-vision-item-img-wrap {
    display: none;
  }
}

.top-vision-item-text-wrap {
  padding-left: 80px;
}

@media screen and (max-width: 1700px) {
  .top-vision-item-text-wrap {
    padding-left: 48px;
  }
}

@media screen and (max-width: 1400px) {
  .top-vision-item-text-wrap {
    padding-left: 16px;
  }
}

.top-vision-item-ttl {
  font-weight: 900;
  font-size: 48px;
  color: #000;
  margin-bottom: 40px;
}

@media screen and (max-width: 1800px) {
  .top-vision-item-ttl {
    margin-top: 32px;
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .top-vision-item-ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .top-vision-item-ttl {
    margin-bottom: 16px;
  }
}

.top-vision-item-ttl span {
  display: flex;
  padding-left: 140px;
}

@media screen and (max-width: 1870px) {
  .top-vision-item-ttl span {
    padding-left: inherit;
  }
}

.top-vision-item-text {
  margin-bottom: 90px;
}

@media screen and (max-width: 1400px) {
  .top-vision-item-text {
    margin-bottom: 24px;
  }
}

/*-------------------------
  施工実績
-------------------------*/
.top-works {
  background-image: url("../assets/img/works/bg-works-other.png");
  background-repeat: no-repeat;
  background-position-x: left;
  padding: 30px 0 40px;
}

@media screen and (max-width: 1024px) {
  .top-works {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}

.top-works-inner {
  max-width: 1680px;
  margin: 0 0 160px auto;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .top-works-inner {
    display: block;
    margin: 0 0 58px auto;
  }
}

.top-works-inner-wrap {
  padding-left: 16px;
}

.top-works-btn {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .top-works-btn {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}

.top-works-item-left {
  padding-right: 165px;
  padding-left: 16px;
}

@media screen and (max-width: 1024px) {
  .top-works-item-left {
    padding-right: inherit;
    padding-left: inherit;
  }
}

/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
  display: block;
}

.btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.btn {
  display: inline-block;
  padding: 16px 48px;
  background: #04660B;
  color: #fff;
  border-radius: 5px;
}

.entry-content-messege {
  text-align: center;
}

.birthdate-color {
  color: #6b6b6b;
}

.entry-sec-ttl {
  text-align: center;
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  .tab__menu {
    flex-direction: column;
  }

  .tab__menu-item {
    width: inherit;
    padding: 4px;
  }
}

/*-------------------------
  共通
-------------------------*/
.service-sec-ttl {
  border-radius: 50px;
  text-align: center;
  background: linear-gradient(#92cfae 0%, #47a9ff 100%);
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  padding: 20px;
}

.service-sec-ttl br {
  display: none;
}

.service-sec-sub-ttl {
  font-weight: bold;
  font-size: 24px;
  padding: 15px 0 56px;
  display: block;
  text-align: center;
}

.service-content-wrap {
  max-width: 1500px;
  margin: 0 auto;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 64px;
}

.service-item-img {
  border-radius: 30px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
}

.service-item-ttl {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin: 24px 0;
}

.service-item-text p {
  font-size: 18px;
  border-radius: 30px;
  background: linear-gradient(rgba(146, 207, 174, 0.1) 0%, rgba(71, 169, 255, 0.1) 100%);
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .service-sec-ttl {
    font-size: 28px;
    padding: 20px;
    border-radius: 15px;
  }

  .service-sec-sub-ttl {
    font-size: 20px;
  }

  .service-list {
    display: inherit;
  }

  .service-item-ttl {
    font-weight: bold;
    font-size: 24px;
    margin: 24px 0;
  }

  .service-item-text p {
    margin-bottom: 68px;
  }

  .service-sec-ttl br {
    display: block;
  }
}

/*-------------------------
  room401
-------------------------*/
.service-room-401 {
  margin: 80px 0 160px;
}

/*-------------------------
  共通
-------------------------*/
.company-sec-sub-ttl {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #161616;
}

/*-------------------------
  挨拶
-------------------------*/
.company-greeting {
  max-width: 1390px;
  margin: 160px auto;
}

.company-greeting-ttl-wrap {
  margin-bottom: 60px;
}

.company-greeting-ttl {
  max-width: 568px;
}

.company-greeting-catch {
  max-width: 884px;
  margin: 0 auto 64px;
}

.company-greeting-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 117px;
}

.company-greeting-item-text p {
  margin-bottom: 32px;
}

.ceo-name-img {
  width: 200px;
  margin: 74px 0 0 auto;
}

@media screen and (max-width: 991px) {
  .ceo-name-img {
    width: 150px;
    margin: 24px 0 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .company-greeting {
    margin: 88px auto;
  }

  .company-greeting-ttl-wrap {
    margin-bottom: 32px;
  }

  .company-greeting-list {
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .company-greeting-item-text p {
    margin-bottom: 16px;
  }

  .ceo-name-wrap {
    margin-top: 24px;
  }

  .ceo-name {
    font-size: 28px;
  }
}

/*-------------------------
  会社概要
-------------------------*/
.company-profile {
  max-width: 1390px;
  margin: 160px auto;
}

.company-profile-ttl {
  max-width: 460px;
}

.company-item-ttl {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #01A20C;
  text-align: center;
  margin-top: 64px;
  padding: 8px 0;
  position: relative;
  border-radius: 5px;
}

.company-item-ttl::before {
  content: "";
  padding-top: 300px;
  margin-top: -300px;
}

.company-item-ttl__gray {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #707070;
  text-align: center;
  margin-top: 64px;
  padding: 8px 0;
  border-radius: 5px;
}

/* .company-office {
  position: relative;
  padding-left: 25px;
} */

/* .company-office::before {
  content: "●";
  font-size: 10px;
  position: absolute;
  color: #01A20C;
  top: 5px;
  left: 0;
} */

.company-office:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .company-profile {
    margin: 48px auto;
  }

  .company-item-ttl {
    font-size: 18px;
    margin-top: 48px;
  }
}

.google-map a {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 5px;
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 14px;
  color: #06f;
  transition: all 0.3s ease;
}

.google-map a:hover {
  text-decoration: underline;
}

.third {
  margin-top: 16px;
}

/* テーブル　　*/
.table-company-profile table {
  width: 100%;
  border-top: 1px solid #707070;
  margin-top: 24px;
}

.table-company-profile table,
td,
th {
  border-bottom: 1px solid #707070;
  border-collapse: collapse;
}

.table-company-profile td,
th {
  padding: 40px 0 40px 85px;
}

.kogyo-table-company-profile table tr td:nth-child(2) {
  padding: 40px 0 40px 198px;
}

.table-company-profile td:first-childs {
  width: 374px;
}

@media screen and (max-width: 991px) {

  .table-company-profile td,
  th {
    padding: 40px 7px 40px 10px;
  }

  .kogyo-table-company-profile table tr td:nth-child(2) {
    padding: 40px 0 40px 12px;
  }

  .table-company-profile table tr td:nth-child(1) {
    width: 30%;
  }

  .main-partner-table table tr td:nth-child(1) {
    width: inherit;
  }
}

/*-------------------------
  MAP
-------------------------*/
.company-map-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 1080px) {
  .company-map-list {
    grid-template-columns: 1fr 1fr;
  }
}

.company-map-img img {
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.company-map-item h4 {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #fff;
  background: #0f989a;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 16px;
  height: 50px;
  align-content: center;
}

@media screen and (max-width: 991px) {
  .company-map-item h4 {
    font-size: 14px;
  }
}

.company-item-ttl__blue {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #0f989a;
  text-align: center;
  margin-top: 64px;
  padding: 8px 0;
  border-radius: 5px;
}

.company-map-item iframe {
  width: 100%;
  margin-top: 5px;
}

.map-line {
  border-bottom: 2px solid #0f989a;
  border-top: 2px solid #0f989a;
}

.map-tel {
  display: block;
  height: 48px;
}

.map-address {
  display: block;
  height: 48px;
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .map-address {
    height: 74px;
  }
}

/*-------------------------
  メインコンテンツ
-------------------------*/
.group-main {
  max-width: 1440px;
  margin: 160px auto;
}

.group-main-ttl {
  font-weight: bold;
  font-size: 56px;
  color: #161616;
  margin-bottom: 64px;
}

.green {
  color: #04660B;
}

.group-main-text {
  max-width: 1180px;
  margin: 0 0 64px auto;
}

.group-main-img-wrap {
  background: #fcfcfc;
  border-radius: 7px;
  padding-bottom: 100px;
}

.group-main-item-img-wrap {
  max-width: 800px;
  margin: 0 auto;
  background: #f0f0f0;
  border-radius: 7px;
  padding: 32px;
}

.group-main-img-01 {
  max-width: 1260px;
  margin: 48px auto;
}

@media screen and (max-width: 991px) {
  .group-main-img-01 {
    margin: 0 auto;
  }
}

.group-main-img-02 {
  max-width: 450px;
  margin: 0 auto;
}

.group-main-item-ttl {
  font-size: 20px;
  text-align: center;
  margin: 0 auto 24px;
  padding: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-left: 5px solid #01A20C;
  border-right: 5px solid #01A20C;
}

.organization-chart-ttl {
  font-weight: bold;
  font-size: 40px;
  color: #333;
  text-align: center;
  padding-top: 80px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .organization-chart-ttl {
    font-size: 24px;
    padding-top: 32px;
  }
}

.organization-chart-ttl::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 5px;
  background: #01A20C;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .group-main {
    max-width: 1440px;
    margin: 48px auto;
  }

  .group-main-ttl {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 32px;
  }

  .group-main-ttl br {
    display: none;
  }

  .group-main-item-ttl {
    font-size: 18px;
    margin: 0 auto 24px;
    padding: 0 10px;
  }

  .group-main-item-img-wrap {
    background: #f0f0f0;
    border-radius: 7px;
    padding: 24px;
    margin: 0 16px;
  }

  .group-main-img-01 {
    padding: 42px 16px;
  }
}

@media (max-width: 991px) {
  .group-main-img-01 {
    width: 100%;
    overflow-x: auto;
    /* 横スクロールを許可 */
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    /* 折り返し防止 */
    margin-bottom: 24px;
  }

  .group-main-img-01 img {
    display: block;
    min-width: 1000px;
    /* 画像幅を調整（適宜変更） */
    height: auto;
  }
}

/*-------------------------
  沿革
-------------------------*/
.group-history {
  margin-bottom: 160px;
}

.group-history-list {
  display: flex;
  gap: 160px;
}

.group-history-item-img {
  max-width: 880px;
}

.group-history-ttl {
  flex: 1;
  color: #fff;
  align-content: center;
  text-align: center;
}

.group-history-item-ttl {
  font-weight: bold;
  font-size: 40px;
}

.group-history-item-sub-ttl {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .group-history {
    margin-bottom: 64px;
  }

  .group-history-list {
    flex-direction: column;
    gap: 160px;
  }
}

.history-timeline {
  max-width: 1440px;
  margin: 160px auto;
}

.history-timeline-img {
  max-width: 640px;
  margin-top: 24px;
}

.history-timeline-ttl {
  font-weight: bold;
  font-size: 56px;
  text-align: center;
  color: #161616;
}

.history-timeline-ttl span {
  font-weight: bold;
  font-size: 80px;
  color: #04660B;
}

@media screen and (max-width: 1250px) {
  .history-timeline-ttl {
    font-size: 24px;
  }

  .history-timeline-ttl span {
    font-size: 28px;
  }
}

/* タイムライン全体のスタイル */
.timeline {
  max-width: 1440px;
  margin: 50px auto;
  padding: 20px;
}

/* タイムラインアイテム */
.timeline-item {
  align-items: center;
  border-bottom: 1px solid #707070;
  padding: 64px 0;
}

.timeline-item:last-child {
  border-bottom: none;
}

/* 年と月のスタイル */
.timeline-year-month {
  display: grid;
  grid-template-columns: 370px 355px 1fr;
  align-items: center;
  line-height: 1.5;
  height: 100%;
  align-items: start;
}

.timeline-item .timeline-year-month:nth-of-type(2) {
  margin-top: 20px;
}

.timeline-year {
  font-weight: 900;
  font-size: 56px;
  text-align: right;
  color: #161616;
  line-height: 0.8;
}

.timeline-year-line {
  position: relative;
}

.timeline-year-line::after {
  position: absolute;
  content: "";
  width: 44px;
  height: 1px;
  background: #707070;
  top: 50%;
  right: -68px;
  transform: translateY(-50%);
}

.timeline-month {
  font-weight: bold;
  font-size: 32px;
  text-align: left;
  color: #04660b;
  text-align: center;
  position: relative;
  padding-right: 116px;
}

.timeline-month::after {
  position: absolute;
  content: "";
  width: 155px;
  height: 1px;
  background: #707070;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.timeline-description {
  flex: 1;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  height: 100%;
  align-content: center;
}

.timeline-img {
  margin-top: 20px;
}

.description-line-02 {
  margin-top: 5px;
}

.description-line-03 {
  margin-top: 6px;
}

@media screen and (max-width: 1250px) {
  .timeline-year {
    font-size: 32px;
  }

  .timeline-month {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #04660b;
    text-align: center;
    position: relative;
    padding-right: 116px;
  }

  .timeline-year-month {
    grid-template-columns: 140px 355px 1fr;
  }
}

/* スマートフォン表示用のスタイル */
@media (max-width: 768px) {
  .timeline {
    padding: 10px;
  }

  .timeline-item {
    padding: 30px 0;
    /* スマホでは間隔を少し狭くする */
  }

  .timeline-year-month {
    display: block;
    /* スマホ表示ではグリッドではなくブロック表示 */
    text-align: center;
    /* 年と月を中央揃えに */
  }

  .timeline-year {
    font-size: 24px;
    /* 年のフォントサイズを小さく */
    margin-bottom: 10px;
    /* 年と月の間に間隔を追加 */
    text-align: left;
  }

  .timeline-month {
    font-size: 20px;
    /* 月のフォントサイズを小さく */
    padding-right: 0;
    /* 右のパディングをなくす */
    text-align: left;
  }

  .timeline-month::after,
  .timeline-month::before {
    content: none;
  }

  .timeline-description {
    font-size: 14px;
    /* 説明文のフォントサイズを小さく */
    margin-top: 10px;
    /* 説明文の上に間隔を追加 */
    text-align: left;
  }

  .description-line-02 {
    margin-top: 15px;
  }

  .description-line-03 {
    margin-top: 15px;
  }

  .timeline-year-line::after {
    content: none;
  }
}

.recruit-content-inner {
  max-width: 1255px;
  margin: 88px auto;
  padding: 0 16px;
}

/*message*/
.recruit-message {
  background-color: #04660B;
}

.recruit-message-inner {
  max-width: 1255px;
  margin: 0 auto;
  padding: 88px 32px 138px;
}

.recruit-message-item-wrap {
  display: flex;
}

.recruit-message-img-wrap {
  transform: translateX(-45px);
}

.recruit-message-text-wrap {
  flex: 1;
  background-color: #fff;
  padding: 32px;
  transform: translate(45px, 55px);
  box-shadow: 0px 0px 15px -8px #777777;
  position: relative;
  z-index: 1;
}

.recruit-message-img-wrap figure {
  box-shadow: 0px 0px 15px -8px #777777;
}

.recruit-message-item-ttl {
  font-size: 24px;
  color: #04660B;
}

.recruit-message-text {
  font-size: 16px;
  margin-top: 32px;
}

.recruit-message-ceo {
  font-size: 18px;
  display: block;
  text-align: right;
}

.recruit-message-name {
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .recruit-message-item-wrap {
    flex-direction: column;
  }

  .recruit-message-img-wrap {
    transform: inherit;
  }

  .recruit-message-text-wrap {
    transform: inherit;
    margin-top: 32px;
    padding: 16px;
  }

  .ceo {
    display: block;
    text-align: right;
  }

  .recruit-message-inner {
    padding: 32px 16px;
  }

  .recruit-message-item-ttl {
    font-size: 24px;
  }
}

/*introduction*/
.recruit-introduction-item {
  display: flex;
}

.recruit-introduction-item figure {
  max-width: 610px;
}

.recruit-introduction-text-wrap {
  flex: 1;
}

.recruit-introduction-item-ttl {
  font-size: 24px;
  color: #04660B;
  margin-bottom: 16px;
}

.recruit-introduction-item:nth-child(2) {
  margin-top: 64px;
}

.text-left {
  padding-left: 64px;
}

.text-right {
  padding-right: 64px;
}

@media screen and (max-width: 991px) {
  .recruit-introduction-item {
    flex-direction: column;
  }

  .recruit-introduction-text-wrap text-right,
  .recruit-introduction-text-wrap.text-left {
    padding-left: inherit;
  }

  .recruit-introduction-item-ttl {
    margin-top: 32px;
  }

  .text-right {
    padding-right: inherit;
  }

  .text-left {
    padding-left: inherit;
  }
}

/*laboratory*/
.recruit-laboratory {
  background-color: #04660B;
  padding: 0 32px;
}

.recruit-laboratory-list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.recruit-laboratory-item-ttl {
  color: #04660B;
  margin: 16px 0;
}

.gap {
  margin-top: 32px;
}

.gap-02 {
  margin-top: 64px;
}

.recruit-laboratory-inner {
  max-width: 1255px;
  margin: 0 auto;
  padding: 88px 0;
}

@media screen and (max-width: 991px) {
  .recruit-laboratory {
    padding: 0 16px;
  }

  .recruit-laboratory-list {
    flex-direction: column;
  }

  .gap,
  .gap-02 {
    margin-top: inherit;
  }
}

/*hiring-process*/
.hiring-process-list {
  display: flex;
  gap: 48px;
}

.recruit-hiring-process {
  max-width: 1044px;
  margin: 88px auto;
  padding: 0 16px;
}

.hiring-process-item {
  width: 25%;
}

.hiring-process-img {
  max-width: 400px;
}

.hiring-process-item-ttl {
  text-align: center;
  font-size: 24px;
}

.orange-num {
  color: #EE7400;
  opacity: 0.5;
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #707070;
}

.ttl-second {
  padding-left: 10px;
  display: inline-block;
}

.hiring-process-text {
  margin-top: 16px;
}

@media screen and (max-width: 991px) {
  .hiring-process-list {
    flex-direction: column;
  }

  .hiring-process-item {
    width: inherit;
  }
}

/*-------------------------
  共通
-------------------------*/
/* 製造・工事・設計 　キャッチ*/
.c-catch-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 40px 0 80px;
  position: relative;
}

.c-catch-inner::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background: #04660b;
  top: 0;
  right: 0;
}

.c-catch-item {
  display: block;
  justify-items: center;
  align-content: center;
}

.c-catch-text {
  padding: 24px;
}

.c-catch-ttl {
  font-weight: bold;
  font-size: 80px;
  color: #01A20C;
  line-height: 1.2;
}

@media screen and (max-width: 1500px) {
  .c-catch-ttl {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .c-catch-inner {
    grid-template-columns: 1fr;
    margin: 40px 0 40px;
  }

  .c-catch-ttl {
    font-size: 32px;
    line-height: 1.5;
    margin-top: 38px;
  }

  .c-catch-inner::after {
    content: none;
  }
}

/* 製造・工事・設計 　about*/
.c-about {
  max-width: 1390px;
  margin: 0 auto 100px;
}

.c-about-inner {
  max-width: 1155px;
  margin: auto 0 0 0;
}

.c-about-ttl {
  font-weight: bold;
  font-size: 56px;
  text-align: left;
  color: #01A20C;
}

.c-about-sub-ttl {
  font-weight: bold;
  font-size: 20px;
  color: #161616;
  display: block;
  margin-bottom: 24px;
}

.c-about-text {
  max-width: 920px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 991px) {
  .c-about-ttl {
    font-size: 32px;
  }

  .c-about-sub-ttl {
    font-size: 16px;
  }

  .c-about {
    margin: 0 auto 58px;
  }
}

/* 製造・工事・設計 　main*/
.c-main {
  position: relative;
}

.c-main::after {
  content: url("../assets/img/construction/bg-construction-main.png");
  background-size: cover;
  top: 0;
  position: absolute;
  bottom: -45px;
  right: 0;
  z-index: -1;
}

.c-main-list {
  max-width: 1800px;
  margin: 0 auto 200px;
}

@media screen and (max-width: 991px) {
  .c-main-list {
    margin: 0 auto 88px;
  }
}

.c-main-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 144px;
}

.c-main-item:first-child {
  margin-bottom: 115px;
}

.c-main-img {
  max-width: 800px;
}

.c-text-rigth {
  margin: 0 0 0 auto;
}

.c-main-item-ttl {
  background-image: url("../assets/img/common/bg-c-main-ttl.png");
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  padding: 0 60px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.3;
}

.manufacturing-product-sub-ttl {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #01a20c;
  padding-left: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .manufacturing-product-sub-ttl {
    padding-left: inherit;
    margin-bottom: 10px;
  }
}

.manufacturing-product-sub-ttl-02 {
  margin-top: 48px;
}

.manufacturing-product-sub-ttl span:first-of-type {
  width: 8%;
  height: 4px;
  background: #01A20C;
  display: block;
}

.manufacturing-product-sub-ttl span:last-of-type {
  width: 82%;
  height: 4px;
  background: #01A20C;
  display: block;
}

.manufacturing-product-space {
  margin-top: 48px;
}

.c-main-item-text p:not(:last-child) {
  margin-bottom: 20px;
}

.manufacturing-product-item h3 {
  color: #292929;
  margin-top: 6px;
  border-left: 6px solid #01A20C;
  padding-left: 8px;
}

.manufacturing-product-item img {
  aspect-ratio: 6/4;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .c-main-item-ttl {
    font-size: 24px;
    background-size: 285px;
    padding: 0 47px;
    margin-bottom: 40px;
    position: relative;
    line-height: 1.3;
  }

  .c-main-item {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    gap: 48px;
  }

  .c-main-img {
    order: 1;
  }

  .c-main::after {
    content: none;
  }

  .c-main-item-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .c-main-item-ttl {
    font-size: 24px;
    background-size: 285px;
    padding: 0 47px;
    margin-bottom: 40px;
    position: relative;
    line-height: 1.3;
  }

  .c-main-item {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    gap: 48px;
  }

  .c-main-img {
    order: 1;
  }

  .c-main::after {
    content: none;
  }
}

/*-------------------------
  不動工業　TOP
-------------------------*/
/* kogyo-about */
.kogyo-about-ttl {
  font-weight: bold;
  font-size: 80px;
  text-align: left;
  color: #000;
  display: grid;
  grid-template-columns: 200px 720px 1fr;
  text-align: center;
  position: relative;
  margin: 144px 0 114px;
}

.kogyo-about-ttl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  top: -16px;
  left: 0;
  background: #04660B;
}

/*不動設計　TOP*/
.kogyo-about-ttl.right-green::before {
  background: #01A20C !important;
}

.kogyo-about-ttl span {
  background-color: #04660B;
}

/*不動設計　TOP*/
.kogyo-about-ttl.right-green span {
  background-color: #01A20C;
}

.kogyo-about-list {
  max-width: 1480px;
  margin: 0 64px 0px auto;
  display: flex;
  gap: 167px;
  transform: translateY(-320px);
}

.kogyo-about-item {
  width: 50%;
}

.kogyo-about-item:first-child {
  align-content: flex-end;
}

.kogyo-about-item-ttl {
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  color: #01A20C;
  margin-bottom: 32px;
}

/*　不動設計　TOP */
.kogyo-about-item-ttl.deep-green {
  color: #04660B;
}

.kogyo-about-item-text {
  font-weight: bold;
  font-size: 20px;
  color: #161616;
}

.kogyo-about-item p:first-child {
  padding-bottom: 30px;
}

.kogyo-about-item p:nth-of-type(2) {
  margin: 64px 0 105px;
}

@media screen and (max-width: 1650px) {
  .kogyo-about-list {
    margin: 0 64px 0px auto;
    gap: 138px;
    transform: translateY(-215px);
    justify-content: flex-end;
  }

  .kogyo-about-ttl {
    font-size: 42px;
    grid-template-columns: 170px 408px 1fr;
    margin: 180px 0 48px;
  }

  .kogyo-about-item-ttl {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 32px;
  }

  .kogyo-about-item-text {
    font-size: 16px;
  }

  .kogyo-about-item:first-child {
    transform: translateY(-90px);
  }
}

@media screen and (max-width: 1400px) {
  .kogyo-about-item:first-child {
    transform: translateY(205px);
  }
}

@media screen and (max-width: 991px) {
  .kogyo-about-list {
    margin: 0 auto 58px;
    flex-direction: column;
    gap: 42px;
    transform: unset;
  }

  .kogyo-about-item {
    width: 100%;
  }

  .kogyo-about-ttl {
    font-size: 28px;
    grid-template-columns: 56px 252px 1fr;
    margin: 68px 0 48px;
  }

  .kogyo-about-item-ttl {
    font-size: 20px;
    line-height: inherit;
    margin-bottom: 32px;
  }

  .kogyo-about-item p:nth-of-type(2) {
    margin: 20px 0 0px;
  }

  .kogyo-about-item:first-child {
    transform: translateY(-10px);
  }
}

/* 強み */
.kogyo-feature {
  background-image: url("../assets/img/fudo-kogyo/bg-kogyo-feature.png");
  background-size: cover;
  padding-top: 20px;
  position: relative;
  margin-bottom: 150px;
}

.kogyo-feature::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #01a20c;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}

.kogyo-feature.sekkei-feature {
  background-image: url("../assets/img/fudo-sekkei/bg-sekkei-feature.png");
  background-size: cover;
  padding-top: 20px;
  position: relative;
  margin-bottom: 150px;
}

.bg-feature-item-01 {
  background-image: url("../assets/img/fudo-kogyo/bg-number.png");
  background-repeat: no-repeat;
  background-position: right;
}

.bg-feature-item-02 {
  background-image: url("../assets/img/fudo-kogyo/bg-number-02.png");
  background-repeat: no-repeat;
  background-position: left;
}

.bg-feature-item-03 {
  background-image: url("../assets/img/fudo-kogyo/bg-number-03.png");
  background-repeat: no-repeat;
  background-position: right;
}

.kogyo-feature-ttl-wrap {
  color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  position: relative;
  padding: 10px 150px 54px;
  margin-bottom: 55px;
}

.kogyo-feature-ttl-wrap::after {
  position: absolute;
  content: "";
  color: #fff;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
  background: #01a20c;
  width: 1356px;
  height: 238px;
  padding: 10px 150px 54px;
  mix-blend-mode: multiply;
  top: 0;
  right: 0;
}

.kogyo-feature-ttl {
  font-weight: bold;
  font-size: 101px;
  text-align: left;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.kogyo-feature-ttl-en {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 54px;
  position: relative;
  z-index: 1;
}

.kogyo-feature-list {
  padding: 34px 0 160px;
}

.kogyo-feature-item {
  display: flex;
  align-items: center;
  color: #fff;
}

.kogyo-feature-item:not(:last-of-type) {
  margin-bottom: 120px;
}

.kogyo-feature-item-img {
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.kogyo-feature-item-ttl {
  font-weight: bold;
  font-size: 56px;
  text-align: left;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.kogyo-feature-item-text {
  max-width: 720px;
}

.kogyo-feature-item-text p {
  font-weight: 500;
  font-size: 24px;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.bg-feature-item-text-rigth {
  position: relative;
  padding-left: 56px;
}

.bg-feature-item-text-rigth::after {
  position: absolute;
  content: "";
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  background: #01a20c;
  width: 890px;
  height: 450px;
  mix-blend-mode: multiply;
  top: 50%;
  right: 0;
  transform: translate(120px, -50%);
}

.bg-feature-item-text-left {
  position: relative;
  padding-right: 56px;
}

.bg-feature-item-text-left::after {
  position: absolute;
  content: "";
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
  background: #01a20c;
  width: 890px;
  height: 450px;
  mix-blend-mode: multiply;
  top: 50%;
  left: 0;
  transform: translate(-120px, -50%);
}

@media screen and (max-width: 1720px) {
  .kogyo-feature-ttl {
    font-size: 42px;
  }

  .kogyo-feature-item-ttl {
    font-size: 32px;
  }

  .kogyo-feature-item-text p {
    font-size: 16px;
    max-width: 440px;
  }

  .bg-feature-item-01 {
    background-size: 30%;
  }

  .bg-feature-item-02 {
    background-size: 30%;
    background-position: left;
  }

  .bg-feature-item-03 {
    background-size: 30%;
    background-position: right;
  }

  .kogyo-feature-ttl-wrap::after {
    width: 680px;
    height: 157px;
    padding: 10px 150px 54px;
  }
}

@media screen and (max-width: 1410px) {
  .kogyo-feature-item-img {
    max-width: 530px;
  }

  .kogyo-feature-item-text p {
    max-width: 358px;
  }

  .bg-feature-item-text-rigth {
    padding-left: 20px;
  }

  .bg-feature-item-text-left {
    padding-right: 20px;
  }

  .bg-feature-item-text-rigth::after {
    height: 300px;
  }

  .bg-feature-item-text-left::after {
    height: 300px;
  }
}

@media screen and (max-width: 1080px) {
  .kogyo-feature {
    margin-bottom: 88px;
  }

  .kogyo-feature-item {
    flex-direction: column;
  }

  .kogyo-feature-ttl {
    font-size: 32px;
  }

  .kogyo-feature-ttl-en {
    font-size: 14px;
    margin-bottom: 54px;
  }

  .kogyo-feature-ttl-wrap::after {
    text-align: center;
    width: 400px;
    height: 100px;
    padding: 10px 80px 54px;
    top: 0;
    right: 0;
  }

  .kogyo-feature-ttl-wrap {
    padding: 0px 74px 0px;
    margin-bottom: 55px;
  }

  .bg-feature-item-text-rigth::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-clip-path: none;
    clip-path: none;
    height: 350px;
    width: 560px;
  }

  .bg-feature-item-text-left::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-clip-path: none;
    clip-path: none;
    height: 350px;
    width: 560px;
  }

  .kogyo-feature-item-ttl {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 20px;
  }

  .kogyo-feature-item {
    margin-bottom: 88px;
  }

  .bg-feature-item-text-left {
    padding-right: inherit;
    padding: 16px;
  }

  .bg-feature-item-text-rigth {
    padding-left: inherit;
    padding: 16px;
  }

  .kogyo-feature-item-img {
    max-width: 100%;
    padding: 0 16px;
  }

  .bg-feature-item-01 {
    background-size: 30%;
    background-position: bottom;
  }

  .bg-feature-item-02 {
    background-size: 30%;
    background-position: bottom;
  }

  .bg-feature-item-03 {
    background-size: 30%;
    background-position: bottom;
  }
}

@media screen and (max-width: 1080px) {
  .bg-feature-item-text-rigth::after {
    width: 100%;
  }

  .bg-feature-item-text-left::after {
    width: 100%;
  }

  .kogyo-feature.sekkei-feature {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 480px) {
  .kogyo-feature-ttl {
    font-size: 24px;
    text-align: left;
    line-height: 1.3;
  }

  .kogyo-feature-ttl-wrap::after {
    text-align: center;
    width: 310px;
    height: 60px;
    padding: 10px 150px 54px;
    top: 0;
    right: 0;
  }

  .kogyo-feature-ttl-wrap {
    padding: 0px 74px 0px;
    margin-bottom: 55px;
  }

  .kogyo-feature-list {
    padding: 34px 0 32px;
  }

  .kogyo-feature-item {
    flex-direction: column;
  }

  .bg-feature-item-text-rigth::after {
    width: 100%;
  }

  .bg-feature-item-text-left::after {
    width: 100%;
  }
}

/* 技術概要 */
.kogyo-outline-link-ttl-wrap {
  text-align: center;
}

.kogyo-outline-link {
  max-width: 1440px;
  margin: 0 auto;
}

.kogyo-technical-outline-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 64px;
}

@media screen and (max-width: 991px) {
  .kogyo-technical-outline-list {
    margin-top: 24px;
  }
}

.kogyo-outline-link-ttl {
  font-weight: bold;
  font-size: 56px;
  color: #161616;
  margin-top: 160px;
}

@media screen and (max-width: 991px) {
  .kogyo-outline-link-ttl {
    font-size: 24px;
    margin-top: 24px;
  }
}

.kogyo-outline-ttl-en {
  font-weight: bold;
  font-size: 20px;
  color: #01a20c;
}

@media screen and (max-width: 991px) {
  .kogyo-outline-ttl-en {
    font-size: 16px;
  }
}

/* イージーフィット */
.easy-fit {
  background: #fff;
  margin: 75px 0;
}

.easy-fit-inner {
  max-width: 1525px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 600px;
  justify-content: center;
  gap: 27px;
  padding: 80px 0;
}

.easy-fit-item-rigth {
  align-self: flex-end;
}

.easy-fit-item-rigth iframe {
  width: 100%;
}

.easy-fit-item-rigth p {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #01A20C;
  border-radius: 7px;
  margin-top: 14px;
  text-align: center;
  padding: 10px 16px;
}

.easy-fit-item-text-wrap {
  display: grid;
  grid-template-columns: 458px 1fr;
  gap: 36px;
}

.easy-fit-item-sub-ttl {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #01A20C;
  border-radius: 7px;
  padding: 5px 80px;
}

.easy-fit-item-ttl {
  font-weight: 900;
  font-size: 54px;
  color: #161616;
  text-align: center;
}

.easy-fit-item-detail {
  border-radius: 7px;
  background: #b8b8b8;
  color: #fff;
  font-weight: normal;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding: 5px 30px;
  margin-bottom: 22px;
}

.easy-fit-item-text {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #000;
}

.easy-fit-feature {
  border-radius: 7px;
  padding: 24px;
  background: #F1EFEF;
}

.easy-fit-feature-ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 9px;
  padding: 8px 40px;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  color: #01A20C;
  font-weight: bold;
}

.easy-fit-feature-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.easy-fit-feature-ttl-wrap {
  text-align: center;
}

.easy-fit-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}

.easy-fit-feature-item {
  margin: 0 auto;
  justify-items: center;
}

.easy-fit-feature-img {
  height: 115px;
  width: 100px;
}

@media screen and (max-width: 1300px) {
  .easy-fit-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 80px 0;
  }

  .easy-fit-item-text-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: inherit;
  }

  .easy-fit-item-sub-ttl {
    font-size: 16px;
    padding: inherit;
    display: block;
    text-align: center;
  }

  .easy-fit-item-ttl {
    font-size: 28px;
  }

  .easy-fit-item-text {
    font-size: 16px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
  }

  .easy-fit-feature-ttl {
    font-size: 18px;
  }

  .easy-fit-feature-item-ttl {
    font-size: 14px;
  }

  .easy-fit-item-rigth p {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .easy-fit-feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    margin-top: 30px;
    justify-content: center;
  }

  .easy-fit-inner {
    padding: 32px 0;
  }
}

/*-------------------------
  不動工業　製造事業部
-------------------------*/
.manufacturing-product {
  max-width: 1390px;
  margin: 0 auto;
}

.bg-manufacturing-product {
  position: relative;
}

.bg-manufacturing-product::after {
  content: url("../assets/img/manufacturing/bg-manufacturing-product.png");
  position: absolute;
  top: 220px;
  right: 0px;
  z-index: -1;
}

.manufacturing-product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding: 16px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .manufacturing-product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: inherit;
  }

  .bg-manufacturing-product::after {
    content: none;
  }
}

/* テーブル　*/
.manufacturing-main-facility {
  max-width: 1390px;
  margin: 160px auto;
}

.manufacturing-main-facility-table {
  display: flex;
  gap: 24px;
}

.manufacturing-main-facility-table table {
  width: 100%;
  text-align: center;
  border-top: 1px solid #707070;
}

.manufacturing-main-facility-table table,
td,
th {
  border-bottom: 1px solid #707070;
  border-collapse: collapse;
}

.manufacturing-main-facility-table td,
th {
  padding: 16px 0;
  width: 94px;
  height: 25px;
}

.manufacturing-main-facility-table th {
  color: #01A20C;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .manufacturing-main-facility {
    margin: 68px auto;
  }

  .manufacturing-main-facility-table {
    flex-direction: column;
    gap: 24px;
  }
}

/*-------------------------
  不動設計　設計事業部
-------------------------*/
/* テーブル */
.main-facility {
  max-width: 1390px;
  margin: 0 auto;
}

.main-facility-table {
  display: flex;
  gap: 30px;
  text-align: center;
}

.main-facility-table table {
  width: 100%;
  border-top: 1px solid #707070;
}

.main-facility-table table,
td,
th {
  border-bottom: 1px solid #707070;
  border-collapse: collapse;
}

.main-facility-table td,
th {
  padding: 3px;
  width: 30px;
  height: 25px;
  align-content: center;
  padding: 16px 0;
}

.main-facility-table th {
  background: #f0e6cc;
}

.main-facility-table table tr td:first-child {
  width: 35%;
}

.main-facility-table table tr:first-child {
  height: 88px;
}

.main-facility-table table tr:nth-child(2) {
  height: 57px;
}

.main-facility-table table:first-child tr td:nth-child(2) p:first-child {
  border-bottom: 1px solid #707070;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .main-facility-table {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}

/*-------------------------
  技術概要
-------------------------*/
/*-------------------
タブ 
---------------------*/
.tab-list {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 90px;
}

@media screen and (max-width: 991px) {
  .tab-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    margin-bottom: 24px;
    margin-top: 48px;
  }
}

.tab-item {
  width: 19%;
  padding: 14px 0;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  background: #fff;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  -webkit-clip-path: polygon(8% 0, 100% 0, 106% 103%, 0 103%, 0 30%);
  clip-path: polygon(8% 0, 100% 0, 106% 103%, 0 103%, 0 30%);
}

@media screen and (max-width: 991px) {
  .tab-item {
    width: 100%;
    font-size: 16px;
  }
}

.tab-item:first-child {
  background-color: #01A20C;
}

.tab-item:nth-child(2) {
  background-color: #FFA200;
}

.tab-item:nth-child(3) {
  background-color: #DB2D00;
}

.tab-item:nth-child(4) {
  background-color: #A200FF;
}

/* タブをクリックした時 ホバーした時 */
.tab-item:hover,
.tab-item.is-active {
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.tab-item:first-child:hover,
.tab-item:first-child.is-active {
  background-color: #fff;
  color: #000000;
}

.tab-item:nth-child(2):hover,
.tab-item:nth-child(2).is-active {
  background-color: #fff;
  color: #000000;
}

.tab-item:nth-child(3):hover,
.tab-item:nth-child(3).is-active {
  background-color: #fff;
  color: #000000;
}

.tab-item:nth-child(4):hover,
.tab-item:nth-child(4).is-active {
  background-color: #fff;
  color: #000000;
}

/*-------------------
パネル
---------------------*/
.panel-item {
  display: none;
  width: 100%;
  padding: 64px 0 160px;
}

.panel-item.is-active {
  display: block;
  animation: panel-show 0.9s ease-in-out forwards;
}

@media (max-width: 768px) {
  .panel-item {
    padding: inherit;
  }
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*-------------------
テーブル
---------------------*/
.technical-outline-table table,
.technical-outline-table td,
.technical-outline-table th {
  width: 100%;
  border-bottom: 1px solid #B7B7B7;
  border-collapse: collapse;
  text-align: center;
}

.technical-outline-table table tr td:first-child {
  width: 25%;
  text-align: left;
  padding-left: 64px;
}

@media screen and (max-width: 991px) {
  .technical-outline-table table tr td:first-child {
    padding-left: 29px;
  }
}

.technical-outline-table td,
.technical-outline-table th {
  padding: 18px 0;
  width: 50%;
  height: 25px;
  line-height: 1.5;
}

.technical-outline-table td:nth-child(2) {
  padding-left: 64px;
}

@media screen and (max-width: 991px) {
  .technical-outline-table td:nth-child(2) {
    padding-left: inherit;
  }
}

.technical-outline-table th {
  color: #01A20C;
}

.technical-outline-table th:nth-child(2) {
  padding-left: 64px;
}

@media screen and (max-width: 991px) {
  .technical-outline-table th:nth-child(2) {
    padding-left: 0px;
  }
}

.technical-outline-table-02 td {
  text-align: center !important;
}

.technical-outline-table-02 td:nth-child(2) {
  padding-left: 0;
  padding-right: 166px;
}

@media screen and (max-width: 991px) {
  .technical-outline-table-02 td:nth-child(2) {
    padding-right: 0px;
  }
}

.technical-outline-table-03 td:nth-child(2) {
  padding-left: 190px;
}

@media screen and (max-width: 768px) {
  .technical-outline-table-03 td:nth-child(2) {
    padding-left: inherit;
  }
}

.technical-outline-table-03 table tr td:first-child {
  width: 25%;
  text-align: left;
  padding-left: 64px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .technical-outline-table-03 table tr td:first-child {
    width: 51%;
    padding-left: 30px;
    white-space: unset;
  }
}

.technical-outline-table-02 td {
  border-bottom: 1px solid #c7c7c7;
}

@media (max-width: 768px) {
  .technical-outline-table {
    overflow-x: auto;
  }

  .technical-outline-table th,
  .technical-outline-table td {
    padding: 12px;
  }

  /* スクロールバーのカスタマイズ */
  .technical-outline-table::-webkit-scrollbar {
    height: 6px;
  }

  .technical-outline-table::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
  }

  .technical-outline-table::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
  }
}

/*-------------------
コンテンツ
---------------------*/
.technical-outline-wrapper {
  max-width: 920px;
  margin: 0 auto;
}

.technical-outline-ttl {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #161616;
}

@media screen and (max-width: 991px) {
  .technical-outline-ttl {
    font-size: 24px;
  }
}

.technical-outline-sub-ttl {
  display: block;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #01a20c;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .technical-outline-sub-ttl {
    font-size: 14px;
  }
}

.technical-outline-table .black {
  font-weight: 500;
  font-size: 16px;
  color: #161616;
}

#kogyo-business,
#sekkei-business {
  padding-top: 120px;
  margin-top: -120px;
}

.privacy-container {
  max-width: 1280px;
  margin: 0 auto;
}

.privacy-item-wrap {
  margin: 48px;
}

.privacy-item-ttl {
  font-size: 24px;
  color: #01A20C;
  margin-bottom: 10px;
}

.privacy-list {
  margin: 20px 0;
}

@media screen and (max-width: 991px) {
  .privacy-item-wrap {
    margin: inherit;
    padding: 0 16px;
  }

  .privacy-item-wrap {
    margin: 68px auto;
  }
}

.contact-container {
  padding: 0 16px;
}

.contact-container {
  max-width: 1280px;
  margin: 88px auto;
}

.contact-container p {
  margin-bottom: 10px;
}

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

.submit-container button {
  text-align: center;
  color: #664a4a;
  display: inline-block;
  width: 986px;
  height: 78px;
  background: linear-gradient(#01a20c 0%, #04660b 100%);
  padding: 16px 48px;
  margin-top: 40px;
  transition: 0.3s;
  width: 240px;
  color: #fff;
  font-size: 16px;
}

.submit-container button:hover {
  opacity: 0.8;
}

.contact-content-message {
  text-align: center;
}

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

.contact-confirm {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/*　テーブル　*/
.contact_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.contact_table table th {
  width: 22%;
  border: 1px solid transparent;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
  color: #3B3B3B;
}

.contact_table table td {
  border: 1px solid transparent;
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
  color: #333;
}

.contact_table th {
  min-width: 338px;
  position: relative;
}

.req {
  font-weight: normal;
  display: inline-block;
  color: #01A20C;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  right: 15px;
}

.unreq {
  color: #333;
  font-weight: normal;
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 2px;
  position: absolute;
  right: 15px;
}

.form-control {
  font-size: 16px;
  font-weight: 400;
  height: auto;
  padding: 10px 12px;
  border-radius: 2px;
  box-shadow: none;
  color: #333;
  background: rgba(1, 162, 12, 0.3);
}

.mwform-radio-field-text {
  color: #333;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e3e3e3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #e3e3e3;
}

@media all and (max-width: 600px) {

  .contact_table table th,
  .contact_table table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  .contact_table table tr:last-child td:last-child {
    border-bottom: 1px solid #ffffff;
  }
}

@media all and (max-width: 950px) {
  .form-control {
    width: 100%;
  }
}

.identity-sec-ttl {
  font-weight: bold;
  font-size: 40px;
  color: #0e0e0e;
}

@media screen and (max-width: 991px) {
  .identity-sec-ttl {
    font-size: 24px;
  }
}

.identity-sec-sub-ttl {
  font-weight: 500;
  font-size: 16px;
  color: #01a20c;
}

@media screen and (max-width: 991px) {
  .identity-sec-sub-ttl {
    font-size: 14px;
  }
}

.identity-ttl-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 72px 0 80px;
}

@media screen and (max-width: 991px) {
  .identity-ttl-wrapper {
    padding: 48px 0 32px;
  }
}

/*-------------------------
  経営理念
-------------------------*/
.identity-content {
  background-image: url("../assets/img/identity/bg-identity-philosophy.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.identity-content-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 160px 0;
}

@media screen and (max-width: 1080px) {
  .identity-content-inner {
    flex-direction: column;
    padding: 58px 0;
  }
}

.identity-content-item {
  width: 50%;
}

@media screen and (max-width: 1080px) {
  .identity-content-item {
    width: inherit;
  }
}

.identity-content-item-img {
  max-width: 600px;
}

.identity-content-item p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 30px;
  padding-left: 100px;
}

@media screen and (max-width: 1080px) {
  .identity-content-item p {
    padding-left: inherit;
    margin-top: 24px;
  }
}

#philosophy {
  padding-top: 150px;
  margin-top: -150px;
}

/*-------------------------
  社訓三原則
-------------------------*/
.company-motto-list {
  display: grid;
  grid-template-columns: 125px 1fr 681px;
  gap: 107px;
}

@media screen and (max-width: 1080px) {
  .company-motto-list {
    display: flex;
    flex-direction: column;
    gap: inherit;
  }
}

@media screen and (max-width: 1080px) {
  .company-motto-item-left {
    display: none;
  }

  .company-motto-item-middle {
    padding: 16px;
  }
}

.img-motto-01 {
  max-width: 892px;
}

.img-motto-02 {
  max-width: 692px;
}

.img-motto-03 {
  max-width: 692px;
}

.company-motto-item-right {
  max-width: 680px;
}

.company-motto-middle-text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 30px;
  color: #0e0e0e;
  margin-bottom: 64px;
}

@media screen and (max-width: 1080px) {
  .company-motto-middle-text {
    margin-bottom: 24px;
  }
}

.company-motto-middle-img {
  margin-bottom: 24px;
}

#motto {
  padding-top: 150px;
  margin-top: -150px;
}

.sdgs-sec-ttl {
  font-weight: bold;
  font-size: 40px;
  color: #333;
  position: relative;
  padding-left: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .sdgs-sec-ttl {
    font-size: 24px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.sdgs-sec-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 30px;
  transform: translateY(-50%);
  background: #01a20c;
}

.sdgs-sec-ttl-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

/*-------------------------
SDG'sの取り組みについて
-------------------------*/
.sdgs-about {
  max-width: 1440px;
  margin: 120px auto 0;
}

@media screen and (max-width: 1080px) {
  .sdgs-about {
    margin: 78px auto 0;
  }
}

.sdgs-about h2 {
  font-weight: bold;
  font-size: 56px;
  text-align: left;
  color: #01a20c;
}

@media screen and (max-width: 1080px) {
  .sdgs-about h2 {
    font-size: 28px;
  }
}

.sdgs-about-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

@media screen and (max-width: 1080px) {
  .sdgs-about-list {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}

.sdgs-about-img {
  padding-left: 40px;
}

@media screen and (max-width: 1080px) {
  .sdgs-about-img {
    padding-left: inherit;
    margin-top: 24px;
  }
}

.sdgs-about-item p {
  font-weight: 500;
  font-size: 18px;
}

@media screen and (max-width: 1080px) {
  .sdgs-about-item p {
    font-size: 16px;
  }
}

.sdgs-about-item p:nth-child(2) {
  margin-bottom: 32px;
}

@media screen and (max-width: 1080px) {
  .sdgs-about-item p:nth-child(2) {
    margin-bottom: 16px;
    margin-top: 32px;
  }
}

/*-------------------------
FUDOの取り組む課題解決について
-------------------------*/
.sdgs-solutions {
  margin-top: 100px;
  margin-top: 78px;
}

.sdgs-solutions-item-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
}

@media screen and (max-width: 1080px) {
  .sdgs-solutions-item-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.sdgs-solutions-item {
  position: relative;
}

.sdgs-solutions-item {
  background-image: url("../assets/img/sdgs/bg-item-right.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-x: 400px;
  padding: 50px 0;
}

@media screen and (max-width: 1080px) {
  .sdgs-solutions-item {
    background-image: unset;
    padding: inherit;
  }
}

.bg-solutions-left {
  background-image: url("../assets/img/sdgs/bg-item-left.png");
  background-repeat: no-repeat;
  background-size: 80% 100%;
  background-position-x: left;
  padding: 50px 0;
}

@media screen and (max-width: 1080px) {
  .bg-solutions-left {
    background-image: unset;
    padding: 32px 0;
  }
}

.sdgs-solutions-item:not(:last-child) {
  margin-bottom: 180px;
}

@media screen and (max-width: 1080px) {
  .sdgs-solutions-item:not(:last-child) {
    margin-bottom: inherit;
  }
}

.sdgs-solutions-item-left-img {
  display: flex;
  gap: 24px;
  margin: 24px 0 32px;
}

@media screen and (max-width: 1080px) {
  .sdgs-solutions-item-left-img {
    justify-content: center;
  }
}

.sdgs-solutions-item-left h3 {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 3px solid #01A20C;
}

.sdgs-solutions-item-left p {
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 1080px) {
  .sdgs-solutions-item-left p {
    margin-bottom: 16px;
  }
}

.sdgs-solutions-item-left-text:nth-last-of-type(2) {
  margin-bottom: 32px;
}

@media screen and (max-width: 1080px) {
  .sdgs-solutions-item-left-text:nth-last-of-type(2) {
    margin-bottom: 16px;
  }
}

.sdgs-solutions-item-right img {
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.sdgs-reverse {
  order: 1;
}

@media screen and (max-width: 1080px) {
  .sdgs-reverse {
    order: unset;
  }
}

/*-------------------------
  共通
-------------------------*/
.category-label {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .category-label {
    font-size: 14px;
    padding: 3px 7px;
  }
}

.category-label.news {
  background-color: #FFA200;
}

.category-label.press-release {
  background-color: #A200FF;
}

.category-label.event {
  background-color: #DB2D00;
}

.category-label.other {
  background-color: #676767;
}

/*-------------------------
  サイドバー
-------------------------*/
.sidebar {
  width: 225px;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .sidebar {
    width: 100%;
    padding: inherit;
  }
}

.news-single .sidebar {
  margin-top: 240px;
}

@media screen and (max-width: 991px) {
  .news-single .sidebar {
    margin-top: inherit;
  }
}

.sidebar-item {
  margin-bottom: 20px;
}

.sidebar-item h2 {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  border-bottom: 2px solid #707070;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .sidebar-item h2 {
    font-size: 20px;
  }
}

.sidebar-item ul {
  padding-left: 24px;
}

.sidebar-archive {
  font-family: VDL-V7Gothic;
  font-weight: normal;
  font-size: 24px;
  color: #aeaeae;
  width: -moz-fit-content;
  width: fit-content;
}

.sidebar-archive li {
  position: relative;
  margin-top: 24px;
  font-family: VDL-V7Gothic;
  font-weight: bold;
  font-size: 20px;
  color: #aeaeae;
}

@media screen and (max-width: 991px) {
  .sidebar-archive li {
    margin-top: 16px;
    font-size: 16px;
  }
}

.sidebar-archive li::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background: #707070;
  bottom: -3px;
  left: 0;
}

.sidebar-cat li {
  margin-top: 24px;
  font-weight: 500;
  font-size: 20px;
  color: #161616;
}

@media screen and (max-width: 991px) {
  .sidebar-cat li {
    margin-top: 16px;
    font-size: 16px;
  }
}

.sidebar-cat a.current {
  position: relative;
}

.sidebar-cat a.current::before {
  content: "●";
  position: absolute;
  color: #01A20C;
  margin-right: 8px;
  font-size: 14px;
  display: inline-block;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

/*-------------------------
  記事一覧　　archive
-------------------------*/
.news-page {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.news-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .news-wrapper {
    flex-direction: column-reverse;
  }
}

.news-list {
  width: 970px;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .news-list {
    width: inherit;
    padding: 20px 0 0 0;
  }
}

.news-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .news-item {
    justify-content: center;
  }
}

.news-item a {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .news-item a {
    display: block;
  }
}

.news-item img {
  width: 150px !important;
  height: auto !important;
  margin-right: 80px;
  width: 250px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  aspect-ratio: 8/5;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .news-item img {
    margin-right: inherit;
  }
}

.news-text {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .news-text {
    margin-top: 16px;
    max-width: 250px;
  }
}

.news-category {
  font-size: 14px;
  color: #0073aa;
}

.news-date {
  font-size: 12px;
  color: #666;
  margin-left: 10px;
}

.news-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .news-title {
    font-size: 16px;
  }
}

.nav-links {
  text-align: center;
  margin-top: 48px;
  letter-spacing: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #01a20c;
}

@media screen and (max-width: 991px) {
  .nav-links {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.page-numbers.current {
  color: #01A20C;
}

.page-numbers {
  color: #AEAEAE;
  vertical-align: baseline;
}

.prev.page-numbers,
.next.page-numbers {
  color: #AEAEAE;
  vertical-align: baseline;
}

/*-------------------------
  記事詳細　　single
-------------------------*/
.news-single-main .kv-ttl-wrap {
  display: none;
}

@media screen and (max-width: 991px) {
  .news-single-main .kv-ttl-wrap {
    display: block;
  }
}

.news-single {
  max-width: 1440px;
  margin: 0 auto;
}

.news-single-post {
  transform: translateY(-225px);
}

@media screen and (max-width: 991px) {
  .news-single-post {
    transform: unset;
  }
}

.news-single-wrapper {
  display: grid;
  grid-template-columns: 205px 1fr 205px;
  gap: 54px;
  margin-bottom: -200px;
}

@media screen and (max-width: 991px) {
  .news-single-wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: -10px;
  }
}

.news-single-date {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .news-single-date {
    color: #333;
  }
}

.news-single-title {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin-top: 6px;
}

@media screen and (max-width: 991px) {
  .news-single-title {
    color: #333;
  }
}

.news-single-date {
  padding-left: 24px;
}

@media screen and (max-width: 991px) {
  .news-single-date {
    padding-left: inherit;
    margin-top: 5px;
    display: block;
  }
}

.news-single-img {
  margin-top: 16px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 520px;
  overflow: hidden;
}

.news-single-img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.other-news-single-img {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100%;
  max-height: 220px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 88px;
  margin-bottom: 8px;
}

.other-news-single-img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.news-single-small-ttl {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  margin-top: 40px;
}

.news-single-text {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-top: 16px;
}

.news-btn {
  text-align: center;
  margin-top: 40px;
}

.news-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 500;
  font-size: 18px;
  color: #161616;
}

.news-other ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 74px;
}

@media screen and (max-width: 991px) {
  .news-other ul {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 48px;
  }
}

.news-other .news-single-title {
  font-weight: 500;
  font-size: 18px;
  color: #161616;
  margin-top: 6px;
}

@media screen and (max-width: 991px) {
  .news-other .news-single-title {
    font-size: 16px;
  }
}

.news-other .news-single-img {
  margin-top: inherit;
  margin-bottom: 24px;
}

.news-other .news-single-img img {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-other .news-single-date {
  color: #707070;
}

/*-------------------------
  共通
-------------------------*/
.works-archive .category-label {
  color: #333;
}

.category-label.cat-1,
.category-label.cat-2,
.category-label.cat-3,
.category-label.cat-4 {
  color: #333;
}

/*-------------------------
　実績詳細   single
-------------------------*/
.works-single {
  max-width: 1440px;
  margin: 98px auto 120px;
}

@media screen and (max-width: 991px) {
  .works-single {
    margin: 48px auto 48px;
  }
}

.works-single-inner {
  display: flex;
  gap: 36px;
  margin-top: 16px;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .works-single-inner {
    flex-direction: column;
  }
}

.works-single-detail-ttl {
  font-weight: 500;
  font-size: 32px;
  color: #161616;
  border-left: 9px solid #01A20C;
  padding-left: 8px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .works-single-detail-ttl {
    font-size: 24px;
  }
}

.works-single-item-right {
  flex: 1;
}

.works-single-sub-img {
  max-width: 206px;
  margin: auto 0 0 0;
  display: flex;
  gap: 15px;
  padding-top: 15px;
}

.works-single-sub-img img {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/*--------
　画像切り替え
---------*/
.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 33.3333333333%;
}

.slider-thumbnail .swiper-slide {
  max-width: 206px;
}

.slider-thumbnail .swiper-slide img {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  aspect-ratio: 9/5;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-thumbnail .swiper-wrapper {
  margin-top: 15px;
  gap: 15px;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper.slider {
  max-width: 839px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.swiper.slider img {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  aspect-ratio: 9/5;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider.swiper-slide img {
  height: auto;
  width: 100%;
}

/*--------
  テーブル
---------*/
.works-single-table table {
  width: 100%;
  border-top: 1px solid #04660B;
  border-bottom: 1px solid #04660B;
}

.works-single-table table td {
  border-bottom: unset;
  padding: 32px 0;
}

.works-single-table table td:nth-child(1) {
  width: 40%;
  padding-left: 35px;
}

.works-single-table table tr:not(:last-child) {
  border-bottom: 1px solid #AEAEAE;
}

.works-single-table td,
th {
  padding: 3px;
  width: 30px;
  height: 25px;
}

.works-single-table th {
  background: #f0e6cc;
}

/*--------
他の実績を見る
---------*/
.works-other {
  background: #F1EFEF;
  padding: 88px 0;
}

@media screen and (max-width: 991px) {
  .works-other {
    padding: 48px 0 24px;
  }
}

.bg-works-other {
  background-image: url("../assets/img/works/bg-works-other.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: left;
  padding: 35px 0 30px;
}

@media screen and (max-width: 991px) {
  .bg-works-other {
    background: #fff;
  }
}

.works-other-inner {
  max-width: 1440px;
  margin: 0px auto;
}

.works-other-sec-ttl {
  font-weight: 500;
  font-size: 20px;
  color: #161616;
  text-align: center;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 36px;
}

.works-other-sec-ttl::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 1px;
  background: #707070;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.works-other-ttl-wrap {
  display: flex;
  margin-top: 24px;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .works-other-ttl-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
}

.works-other-ttl {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .works-other-ttl {
    margin-top: 5px;
  }
}

.works-other-circle {
  color: #04660B;
  padding-left: 16px;
  padding-right: 8px;
}

@media screen and (max-width: 991px) {
  .works-other-circle {
    padding-left: inherit;
    margin-top: 5px;
  }
}

.works-other-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .works-other-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .works-other-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.works-single-img img {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  aspect-ratio: 5/3;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-btn {
  margin-top: 24px;
}

/*-------------------------
  実績一覧　archive
-------------------------*/
.works-archive {
  max-width: 1440px;
  margin: 98px auto 190px;
}

@media screen and (max-width: 991px) {
  .works-archive {
    display: grid;
    grid-template-columns: 1fr;
    margin: 58px auto 48px;
  }
}

.works-archive-ttl-wrap {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 991px) {
  .works-archive-ttl-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.works-archive-ttl {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #161616;
  margin-top: 14px;
}

@media screen and (max-width: 991px) {
  .works-archive-ttl {
    font-size: 16px;
  }
}

.works-archive-circle {
  font-size: 10px;
  color: #01A20C;
  padding-right: 8px;
}

.works-archive-ttl-type,
.works-archive-ttl-place {
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 3px 7px;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 991px) {

  .works-archive-ttl-type,
  .works-archive-ttl-place {
    font-size: 14px;
  }
}

.works-archive-img img {
  border-radius: 18px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-archive-item:hover .works-archive-img img {
  outline: 6px solid #01A20C !important;
  border-radius: 18px;
  box-sizing: border-box;
}

.works-tabs {
  text-align: center;
  margin-bottom: 20px;
}

.works-tab-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin-bottom: 68px;
}

@media screen and (max-width: 500px) {
  .works-tab-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-bottom: 24px;
  }
}

.works-tab-item {
  padding: 10px;
  background: #fff;
  cursor: pointer;
  border-radius: 30px;
  width: 175px;
  transition: all 0.3s ease;
  border: 1px solid #dddddd;
}

@media screen and (max-width: 500px) {
  .works-tab-item {
    width: 100%;
  }
}

.works-tab-item:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.works-tab-item.active {
  background: #04660B;
  padding: 10px;
  color: #fff;
}

.works-archive-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .works-archive-list {
    grid-template-columns: 1fr 1fr;
  }
}

.works-archive-item {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */

.footer-logo {
  width: 100%;
}

.footer-left-wrap {
  margin: 0;
  width: 25%;
}

@media screen and (max-width: 991px) {
  .footer-left-wrap {
    margin: 0;
    width: 100%;
  }

}

.sponsor-box {
  display: block;
}

.sponsor-area {
  text-align: left;
  width: 100%;
  max-width: 15%;
  margin-bottom: 14px;
}

.sponsor-text-area {
  display: flex;
  align-items: flex-end;
}

.official-sponsor-cont {
  background-color: #fff;
  width: 100%;
  max-width: 80%;
  display: flex;
  padding: 24px 60px;
  margin: 0 auto;
  gap: 20px;
  border-radius: 10px;
  margin-top: 64px;
}

.official-sponsor-img {
  width: 100%;
  max-width: 30%;
}

.support-txt p {
  font-size: 24px;
  font-weight: bold;
}

.support-sub-txt {
  margin-top: 16px;
  line-height: 1.2;
}

.support-sub-txt p {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .sponsor-area {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
  }

  .sponsor-box {
    display: block;
    padding: 0 24px;
  }

  .sponsor-text-area {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
  }

  .official-sponsor-cont {
    background-color: #fff;
    max-width: 90%;
    display: block;
    padding: 20px 16px;
    margin: 0 auto;
    margin-top: 64px;
  }

  .official-sponsor-img {
    max-width: 100%;
  }

  .support-txt {
    margin-top: 16px;
  }

  .support-txt p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }

  .support-sub-txt p {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
  }
}

#main-facilities {
  scroll-margin-top: 80px;
}

#main-facilities-02 {
  scroll-margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #main-facilities {
    scroll-margin-top: 80px;
  }

  #main-facilities {
    scroll-margin-top: 80px;
  }
}

.produced-by {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.produced-by:hover {
  color: #ff7300;
  text-decoration: none;
}

.sp {
  display: none;

  @media screen and (max-width: 768px) {
    display: unset;
  }
}

.news-single-text img {
  max-width: 100%;
  height: auto;
  width: auto; 
}