@charset "UTF-8";
/* 基本スタイル */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
}

img {
  vertical-align: bottom;
  width: 100%;
}

ul {
  list-style-type: none;
}

a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}
a.underline {
  position: relative;
}
a.underline::after { /* ホバー時の下線 */
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.2s;
}
a.underline:hover::after {
  width: 100%;
}

address {
  font-style: normal;
}

/* 見出し */
.heading {
  margin-bottom: 1em;
  font-weight: 700;
  text-align: center;
}

.heading.section-banner {
  max-width: 480px;
  margin: auto;
  margin-bottom: 1em;
  padding: 0.25em 0.375em 0.375em 0.375em;
  border-radius: 30px;
  color: #fff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  font-size: 2.375rem;
}
@media screen and (max-width: 599.98px) {
  .heading.section-banner {
    font-size: clamp(1.625rem, 0.768rem + 4.29vw, 2.375rem);
  }
}
.heading.section-banner.primary {
  background: linear-gradient(180deg, #5CBB3A 0%, #8FCA7A 100%);
  text-shadow: 0 4px 4px #4A962E;
}
.heading.section-banner.secondary {
  background: linear-gradient(#FF8000 0%, #FFA600 100%);
  text-shadow: 0 4px 4px #FF8000;
  margin: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .heading.section-banner.secondary {
    margin: auto;
    margin-bottom: 1em;
  }
}

.breakout-wrapper {
  position: relative;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.recruit .breakout-wrapper {
  max-width: 100vw;
  height: 96px;
}
@media screen and (max-width: 767.98px) {
  .recruit .breakout-wrapper {
    height: 144px;
  }
}
.recruit .breakout-wrapper::before {
  content: "";
  position: absolute;
  height: inherit;
  top: 0;
  right: 70%;
  z-index: -1;
  width: calc(30% + (100vw - 70%) / 2);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4MDAnIGhlaWdodD0nODAwJz48bGluZWFyR3JhZGllbnQgaWQ9J2d1cmFkZV9vcmVubmppJyB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PScwJScgc3RvcC1jb2xvcj0nI0ZGQTYwMCcvPjxzdG9wIG9mZnNldD0nMTAwJScgc3RvcC1jb2xvcj0nI0ZGODAwMCcvPiA8L2xpbmVhckdyYWRpZW50PjxyZWN0IGZpbGw9J3VybCgjZ3VyYWRlX29yZW5uamkpJyB4PScwJyB5PScwJyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJy8+PC9zdmc+");
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .recruit .breakout-wrapper::before {
    width: 90%;
  }
}

.recruit .heading.breakout {
  position: absolute;
  height: inherit;
  line-height: 96px;
  top: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4MDAnIGhlaWdodD0nODAwJz48bGluZWFyR3JhZGllbnQgaWQ9J2d1cmFkZV9vcmVubmppJyB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PScwJScgc3RvcC1jb2xvcj0nI0ZGQTYwMCcvPjxzdG9wIG9mZnNldD0nMTAwJScgc3RvcC1jb2xvcj0nI0ZGODAwMCcvPiA8L2xpbmVhckdyYWRpZW50PjxyZWN0IGZpbGw9J3VybCgjZ3VyYWRlX29yZW5uamkpJyB4PScwJyB5PScwJyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJy8+PC9zdmc+");
  background-size: cover;
  transform: skewX(-20deg);
}
@media screen and (max-width: 767.98px) {
  .recruit .heading.breakout {
    line-height: 144px;
  }
}

.recruit .breakout_inner {
  position: relative;
  height: inherit;
}
.recruit .breakout_inner::before, .recruit .breakout_inner::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  height: 96px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4MDAnIGhlaWdodD0nODAwJz48bGluZWFyR3JhZGllbnQgaWQ9J2d1cmFkZV9vcmVubmppJyB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PScwJScgc3RvcC1jb2xvcj0nI0ZGQTYwMCcvPjxzdG9wIG9mZnNldD0nMTAwJScgc3RvcC1jb2xvcj0nI0ZGODAwMCcvPiA8L2xpbmVhckdyYWRpZW50PjxyZWN0IGZpbGw9J3VybCgjZ3VyYWRlX29yZW5uamkpJyB4PScwJyB5PScwJyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJy8+PC9zdmc+");
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .recruit .breakout_inner::before, .recruit .breakout_inner::after {
    height: 144px;
  }
}
.recruit .breakout_inner::before {
  right: -5.5%;
  width: 3%;
}
@media screen and (max-width: 767.98px) {
  .recruit .breakout_inner::before {
    right: -8%;
    width: 5%;
  }
}
.recruit .breakout_inner::after {
  right: -10%;
  width: 2%;
}
@media screen and (max-width: 767.98px) {
  .recruit .breakout_inner::after {
    right: -14%;
    width: 3%;
  }
}

.recruit .heading.breakout .text {
  display: inline-block;
  vertical-align: middle;
  padding-right: clamp(1.25rem, -10.417rem + 24.31vw, 18.75rem);
  color: #fff;
  font-size: clamp(1.75rem, 1rem + 1.56vw, 2.25rem);
  text-align: left;
  text-wrap: nowrap;
  text-shadow: 0 4px 4px #FF8000;
  transform: skewX(20deg);
  line-height: 1.5;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .recruit .heading.breakout .text {
    padding-right: clamp(1.25rem, -5rem + 20.83vw, 5rem);
    font-size: clamp(1.75rem, 0.917rem + 2.78vw, 2.25rem);
  }
}
@media screen and (max-width: 479.98px) {
  .recruit .heading.breakout .text {
    padding-right: 2rem;
    font-size: clamp(1.25rem, 0.25rem + 5vw, 1.75rem);
    width: 75vw;
  }
}
@media screen and (min-width: 768px) {
  .recruit .heading.breakout .text br {
    display: none;
  }
}

.contact .breakout-wrapper {
  max-width: 100vw;
  height: 74px;
  margin-bottom: 2.375rem;
}
.contact .breakout-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 70%;
  z-index: 0;
  width: calc(30% + (100vw - 70%) / 2);
  height: inherit;
  background: linear-gradient(#FF8000 0%, #FFA600 100%);
}

.contact .heading.breakout {
  position: absolute;
  top: 0;
  z-index: 1;
  height: inherit;
  padding-right: 20%;
  background: linear-gradient(#FF8000 0%, #FFA600 100%);
  border-radius: 0 30px 30px 0;
}
.contact .heading.breakout .text {
  display: block;
  font-size: 2.375rem;
  color: #fff;
  text-align: center;
  line-height: 74px;
  text-wrap: nowrap;
}

.heading.subheading {
  color: #4A962E;
  font-size: 1.625rem;
}
@media screen and (max-width: 599.98px) {
  .heading.subheading {
    font-size: clamp(1.125rem, 0.425rem + 3.2vw, 1.625rem);
  }
}

.recruit .heading.subheading {
  margin-bottom: 0.5em;
  text-align: left;
}

.heading.content-banner {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #4A962E;
}

.usage .heading.content-banner {
  margin: auto;
  margin-bottom: 0.3em;
  padding: 0.125em 0.75em 0.25em 0.75em;
  border-radius: 30px;
  font-size: 2rem;
}
@media screen and (max-width: 599.98px) {
  .usage .heading.content-banner {
    font-size: 1.625rem;
  }
}

.requirements .heading.content-banner {
  padding: 0.3em 0.4em 0.4em 0.4em;
  margin-bottom: 0.5em;
  font-size: 1.625rem;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}

/* テキスト */
p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.66;
}
p:not(:last-child) {
  margin-bottom: 1rem;
}
p.center {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  p.center {
    text-align: left;
  }
}

.text-box {
  width: 100%;
  max-width: 100%;
}

.rukusu .text-box {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .rukusu .text-box {
    text-align: left;
  }
}

/* テーブル */
table {
  border-collapse: collapse;
}

th {
  width: 25%;
  font-weight: 700;
  text-align: left;
}

td {
  width: 75%;
}

.office table {
  margin: auto;
}
.office th, .office td {
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 599.98px) {
  .office th, .office td {
    font-size: 1rem;
  }
}
.office td {
  font-weight: 400;
}

/* レイアウト */
.container {
  width: 100%;
  margin: auto;
}

.section {
  padding: 80px 4%;
}
@media screen and (max-width: 767.98px) {
  .section {
    padding: 50px 4%;
  }
}

.section_inner {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.section-bg {
  background: conic-gradient(at 0% 0%, #FFF7E3 25%, #FFEFF1 50%, #FFF1CE 100%);
}
.section-bg:first-child {
  margin-top: 0;
}

.section-bg.green {
  background: #8FCA7A;
}

/* ヘッダー */
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(180deg, #5CBB3A 0%, #8FCA7A 100%);
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  height: 66px;
  margin: auto;
}

.header-logo-wrapper {
  width: 100%;
}

.header-logo {
  margin: 0 1rem;
}
@media screen and (max-width: 899.98px) {
  .header-logo {
    margin: 0 0.5rem 0 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .header-logo {
    display: grid;
    place-items: center;
    margin: auto;
  }
}
.header-logo img {
  width: auto;
  border-radius: 8px;
}

/* グローバルナビ */
.header-menu {
  position: relative;
  margin: 0 1rem;
}
@media screen and (max-width: 899.98px) {
  .header-menu {
    margin: 0 1rem 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .header-menu {
    margin: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .gnav {
    position: fixed;
    top: -100%;
    right: 0;
    width: 100%;
    height: 70vh;
    padding: 100px 0;
    background: #8FCA7A;
    transition: 0.3s;
    z-index: 3;
    overflow-y: auto;
  }
}

.open .gnav {
  top: 0;
}

.gnav_list {
  display: flex;
  gap: 0 1rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .gnav_list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: auto;
  }
}

.gnav_item {
  display: grid;
  place-items: center;
  width: 100%;
}

.gnav_link {
  color: #fff;
  font-size: clamp(0.75rem, 0.313rem + 1vw, 0.875rem);
  font-weight: 700;
  white-space: nowrap;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  margin: -1rem -0.5rem -0.5rem -0.5rem;
}
@media screen and (max-width: 767.98px) {
  .gnav_link {
    font-size: 1.125rem;
    padding: 1.5rem 50% 0.5rem 50%;
    margin: 0.5rem 0 1.5rem 0;
  }
}
.gnav_link.underline::after {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(1.0001);
}
@media screen and (max-width: 767.98px) {
  .gnav_link.underline::after {
    height: 2px;
    bottom: -8px;
  }
}
@media screen and (max-width: 767.98px) {
  .gnav_link.underline:hover::after {
    width: 50%;
  }
}

.menu-overlay {
  display: none;
  transition: 0.2s;
}

.open .menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  cursor: pointer;
}

/* ハンバーガーボタン */
.ham-wrapper {
  position: absolute;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  top: calc(50% - 33px);
  right: 0;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .ham-wrapper {
    display: none;
  }
}

.ham {
  position: relative;
  display: grid;
  place-items: center;
  width: inherit;
  height: 44px;
  cursor: pointer;
}

/* ハンバーガーボタンの3本線 */
.ham_line,
.ham::before,
.ham::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.3s;
}

.ham::before {
  top: 10px;
}

.ham::after {
  bottom: 10px;
}

.open .ham .ham_line {
  opacity: 0;
}
.open .ham::before {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.open .ham::after {
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
}

/* キービジュアル */
.kv {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .kv {
    height: 57vh;
  }
}

.kv-img.haikei {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/kv_haikei2_seisei.png);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .kv-img.haikei {
    height: 57vh;
  }
}

.kv_inner {
  position: relative;
  max-width: 1400px;
  height: 100%;
  transform: translateY(5px);
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767.98px) {
  .kv_svg {
    width: 100%;
    max-width: 100vw;
    height: 80vh;
  }
}

.kv-img.josei {
  position: absolute;
  height: 100%;
  translate: 700px 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .kv-img.josei {
    display: none;
  }
}

.kv-img.moji {
  position: absolute;
  height: 70%;
  translate: 100px 120px;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .kv-img.moji {
    width: 28%;
    translate: 36% 0;
  }
}

/* 追従ボタン */
.floatbtn-container {
  display: inline-flex;
  position: fixed;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .floatbtn-container.side {
    flex-direction: column;
    top: 225px;
    right: 34px;
  }
}
@media screen and (max-width: 767.98px) {
  .floatbtn-container.bottom {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 0;
    transition: 0.3s;
    z-index: 2;
  }
  .floatbtn-container.bottom.open {
    background-color: transparent;
  }
  .floatbtn-container.bottom::before {
    content: "";
    position: fixed;
    display: none;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition: 0.3s;
  }
  .floatbtn-container.bottom.open::before {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.floatbtn_link {
  display: grid;
  place-content: center;
  position: relative;
  background: #FF8000;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) brightness(1);
  cursor: pointer;
  transition: 0.3s;
  z-index: 3;
}
.floatbtn_link:hover {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) brightness(1.1);
}

@media screen and (min-width: 768px) {
  .floatbtn-container.side .floatbtn_link {
    width: 136px;
    height: 136px;
    padding: 30px;
    border-radius: 50%;
  }
  .floatbtn-container.side .floatbtn:nth-child(n+2) .floatbtn_link {
    margin-top: 1.5rem;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .floatbtn-container.bottom .floatbtn_link {
    width: clamp(9.375rem, 4.911rem + 22.32vw, 15.625rem);
    height: 55px;
    border-radius: 30px;
  }
  .floatbtn-container.bottom .floatbtn:nth-child(n+2) .floatbtn_link {
    margin-left: clamp(0.5rem, -1.167rem + 5.56vw, 1.5rem);
  }
  .floatbtn-container.bottom .floatbtn:nth-child(n+2) .floatbtn_link br {
    display: none;
  }
}
.floatbtn_inner {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .floatbtn_inner {
    font-size: clamp(0.875rem, 0.625rem + 1.25vw, 1rem);
  }
}

/* トップボタン */
.topbtn {
  position: fixed;
  right: 4%;
  bottom: 4%;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .topbtn {
    display: none;
  }
}

.topbtn_link {
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 50%;
  background-color: #5CBB3A;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) brightness(1);
}
.topbtn_link:hover {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) brightness(1.1);
}

.topbtn_link.visible {
  opacity: 1;
  visibility: visible;
}

.topbtn_inner {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
  text-align: center;
}

/* .feature */
.feature .grid-wrapper {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
.feature .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .feature .grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
  }
}
.feature .grid_item:nth-child(n) {
  place-content: center;
}
@media screen and (max-width: 767.98px) {
  .feature .grid_item:nth-child(n) {
    grid-area: auto;
    place-items: center;
  }
}
@media screen and (min-width: 768px) {
  .feature .grid_item:nth-child(1) {
    grid-area: 1/1/2/4;
  }
  .feature .grid_item:nth-child(2) {
    grid-area: 1/4/2/7;
  }
  .feature .grid_item:nth-child(3) {
    grid-area: 2/1/3/3;
  }
  .feature .grid_item:nth-child(4) {
    grid-area: 2/3/3/5;
  }
  .feature .grid_item:nth-child(5) {
    grid-area: 2/5/3/7;
  }
}
.feature .subgrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 1rem;
}
.feature .subgrid_item:nth-child(n) {
  grid-area: auto;
}
.feature .grid_item:nth-child(-n+2) .subgrid {
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: 1fr 1.5fr;
}
.feature .grid_item:nth-child(-n+2) .subgrid_item:nth-child(1) {
  grid-area: 1/1/2/4;
}
.feature .grid_item:nth-child(-n+2) .subgrid_item:nth-child(2) {
  grid-area: 2/1/3/2;
}
.feature .grid_item:nth-child(-n+2) .subgrid_item:nth-child(3) {
  grid-area: 2/2/3/4;
}
@media screen and (max-width: 767.98px) {
  .feature .grid_item:nth-child(n) .subgrid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
  .feature .grid_item:nth-child(n) .subgrid_item:nth-child(n) {
    grid-area: auto;
  }
}

.card {
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
}

.service .card_heading {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 599.98px) {
  .service .card_heading {
    font-size: clamp(1.25rem, 0.964rem + 1.43vw, 1.5rem);
  }
}

.feature .card {
  border-radius: 30px;
  background-color: #fff;
}
.feature .card_heading {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 599.98px) {
  .feature .card_heading {
    font-size: clamp(1.063rem, 0.563rem + 2.5vw, 1.5rem);
  }
}
.feature .card_heading .indent {
  display: block;
}
.feature .card_heading .indent:nth-child(1) {
  text-align: left;
}
.feature .card_heading .indent:nth-child(2) {
  text-align: right;
}
@media screen and (max-width: 1023.98px) {
  .feature .card_heading .indent:nth-child(-n+2) {
    display: inline;
  }
}
@media screen and (max-width: 767.98px) {
  .feature .card_heading .indent:nth-child(-n+2) {
    display: block;
  }
  .feature .card_heading .indent::nth-child(1) {
    text-align: left;
  }
  .feature .card_heading .indent::nth-child(2) {
    text-align: right;
  }
}
@media screen and (max-width: 599.98px) {
  .feature .card_heading .indent:nth-child(-n+2) {
    display: inline;
  }
}
.feature .card_heading .dotted {
  display: inline;
  border-bottom: 6px dotted #F38E00;
  line-height: 1.8;
}
.feature .card_image-box {
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.feature .card_text-box > p {
  line-height: 1.5;
}

/* .service */
.section.service {
  position: relative;
  overflow: hidden;
}
.section.service::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  transform: translateX(60%);
  width: 100%;
  height: 438px;
  z-index: -1;
  background-image: url("../images/Group 38.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .section.service::after {
    width: 50%;
    transform: translate(50%, 55%);
  }
}

.service .container-wrapper {
  max-width: 980px;
  margin: auto;
  padding-bottom: 3rem;
}
.service .container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .service .container {
    flex-direction: column;
  }
}
.service .container_item {
  flex-basis: 50%;
}
@media screen and (max-width: 767.98px) {
  .service .container_item {
    flex-basis: 100%;
  }
}

.service .card_body {
  flex-direction: column;
}
.service .card_body > img {
  height: 182px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service .card_heading {
  margin-bottom: 0.5em;
  color: #FF8000;
  text-shadow: 0 2px 2px #DCDBDB;
}

/* メイン */
/* .about */
.about .text-box {
  max-width: 960px;
  margin: auto;
}

/* .usage */
.section.usage {
  padding: 80px 4%;
}

.flowchart-wrapper {
  width: 100%;
  max-width: 660px;
  margin: auto;
  margin-bottom: 146px;
}

.flowchart {
  display: grid;
  place-items: center;
  margin-bottom: 40px;
}

.flowchart_item:not(:last-child) {
  margin-bottom: 1rem;
}
.flowchart_item dl {
  height: auto;
  border-radius: 30px;
  background-color: #fff;
}
.flowchart_item dt {
  padding: 5px 20px;
  border-radius: 30px 30px 0 0;
  background-color: #4A962E;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 599.98px) {
  .flowchart_item dt {
    font-size: clamp(1.25rem, 0.821rem + 2.14vw, 1.625rem);
  }
}
.flowchart_item dd {
  height: auto;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.triangle {
  width: 60px;
  margin: auto;
  margin-top: 1rem;
}
.triangle svg {
  display: inline-block; /* ブロック要素に */
}
.triangle polygon {
  width: 100%;
  height: 60px;
  fill: #FFAD5B;
  stroke: #FFAD5B;
  stroke-width: 20;
}

.usage-area {
  width: 100%;
  max-width: 660px;
  margin: auto;
}
.usage-area p {
  font-size: 1.25rem;
  text-align: center;
}
.usage-area img {
  height: 426px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .recruit */
.recruit th, .recruit td {
  padding-bottom: 0.4rem;
}
.recruit th {
  font-size: 1.25rem;
}
.recruit td {
  font-size: 1rem;
  font-weight: 500;
}

.recruit .desc {
  margin-bottom: 56px;
  padding-top: 1rem;
  color: #7C7777;
  font-size: 1.25rem;
}
@media screen and (max-width: 767.98px) {
  .recruit .desc {
    font-size: 1rem;
  }
}

.recruit .content {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.recruit .content_item:not(:last-child) {
  margin-bottom: 40px;
}
.recruit .content_item p {
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .recruit .content_item:not(:last-child) {
    margin-bottom: 2rem;
  }
}

/* .access */
.section.access {
  margin-bottom: 50px;
}

.access .iframe-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 450px;
}
.access .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
}

/* .pre-footer */
.pre-footer .section_inner {
  width: 1200px;
}

@media screen and (max-width: 767.98px) {
  .pre-footer {
    padding: 40px 4%;
  }
  .pre-footer .section_heading {
    margin: auto;
    margin-bottom: 56px;
  }
  .pre-footer .text-box {
    margin: auto;
  }
  .pre-footer .text-box > p {
    text-align: left;
  }
}
/* .contact */
@media screen and (max-width: 767.98px) {
  .section-wrapper:nth-child(9) {
    margin-bottom: -3rem;
  }
}
.section.contact {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .section.contact {
    overflow: hidden;
  }
}
.section.contact::after {
  content: "";
  position: absolute;
  top: 250px;
  right: clamp(0rem, -10.417rem + 21.7vw, 15.625rem);
  width: clamp(18.75rem, 6.25rem + 26.04vw, 37.5rem);
  height: 650px;
  background-image: url("../images/sozai_otoiawase 2.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .section.contact::after {
    position: static;
    display: block;
    margin: auto;
    margin-top: 3rem;
    width: clamp(18.75rem, 9.821rem + 44.64vw, 31.25rem);
    height: clamp(18.75rem, 9.821rem + 44.64vw, 31.25rem);
  }
}

.address {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .address {
    text-align: center;
  }
}

.address_link {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 479.98px) {
  .address_link {
    font-size: clamp(1.5rem, 0.5rem + 5vw, 2rem);
  }
}
.address_link.underline::after {
  height: 2px;
  bottom: -8px;
  transition: 0.3s;
}

.address_text {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 479.98px) {
  .address_text {
    font-size: clamp(1.5rem, 0.5rem + 5vw, 2rem);
  }
}

.partnership .section {
  padding-bottom: 110px;
}
.partnership .text-box {
  width: 100%;
  max-width: 640px;
}

.related .section_inner {
  position: relative;
}
.related .section_inner::before {
  content: "";
  position: absolute;
  transform: translateY(-80px);
  width: 100vw;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  background: url("data:image/svg+xml;utf8,<svg width='20' height='10' version='1.1' xmlns='http://www.w3.org/2000/svg'><rect x='0' y='0' width='10' height='10' fill='%23fff' /></svg>") repeat-x left bottom;
}
@media screen and (max-width: 767.98px) {
  .related .section_inner::before {
    transform: translateY(-40px);
  }
}

.related-btn-group {
  display: flex;
  flex-wrap: wrap;
}

.related-btn {
  flex-grow: 1;
  margin: 0.5rem;
  padding: 1.25em;
  border-radius: 90px;
  background: #4A962E;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) brightness(1);
  transition: 0.3s;
}
.related-btn:nth-child(3) {
  flex-grow: 3;
}
.related-btn:hover {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) brightness(1.1);
}
@media screen and (max-width: 599.98px) {
  .related-btn {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .related-btn:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.related-btn_link {
  display: grid;
  place-items: center;
  padding: 1rem 1rem 1rem 1rem;
  margin: -1rem -1rem -1rem -1rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  text-shadow: 3px 3px 0 #3F8226, -3px -3px 0 #3F8226, -3px 3px 0 #3F8226, 3px -3px 0 #3F8226, 0px 3px 0 #3F8226, 0 -3px 0 #3F8226, -3px 0 0 #3F8226, 3px 0 0 #3F8226;
  text-wrap: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 479.98px) {
  .related-btn_link {
    font-size: clamp(1rem, 0.5rem + 2.5vw, 1.25rem);
  }
}
@media screen and (min-width: 600px) {
  .related-btn_link br {
    display: none;
  }
}

@media screen and (max-width: 479.98px) {
  .related-btn:nth-child(2) .related-btn_link {
    font-size: clamp(0.875rem, 0.125rem + 3.75vw, 1.25rem);
  }
}

@media screen and (max-width: 767.98px) {
  .related-btn:nth-child(5) .related-btn_link {
    font-size: clamp(1rem, 0.534rem + 1.49vw, 1.25rem);
  }
}
@media screen and (max-width: 599.98px) {
  .related-btn:nth-child(5) .related-btn_link {
    font-size: clamp(1rem, 0.714rem + 1.43vw, 1.25rem);
  }
}

/* フッター */
footer {
  background: linear-gradient(180deg, #3F8226 0%, #4A962E 100%);
}
footer p, footer a {
  color: #fff;
  line-height: 1.5;
}

.copyright {
  margin-top: auto;
  color: #fff;
  font-weight: 500;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  width: 734px;
  margin: auto;
  padding: 20px 0;
}
@media screen and (max-width: 767.98px) {
  .footer-container {
    width: 90%;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 90px 0;
  }
}

.footer-column {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .footer-column.left {
    margin-bottom: 2rem;
  }
}
.footer-column.right {
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .footer-column.right {
    width: inherit;
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-adr p:not(:last-child) {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 480px) {
  .footer-adr br {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .fnav_list {
    display: flex;
  }
  .fnav_item:nth-child(n+2) {
    margin-left: 1rem;
  }
}
#privacy-policy .section_inner {
  width: 1200px;
}
#privacy-policy h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
#privacy-policy h3 {
  font-size: 14px;
  margin-bottom: 2px;
}
#privacy-policy p, #privacy-policy li {
  font-size: 14px;
  font-weight: 500;
}
#privacy-policy ul {
  margin-bottom: 1rem;
}

.privacy-box {
  max-height: 200px;
  overflow-y: auto;
  padding: 1em;
  border: 1px solid #ccc;
  background: #fff;
}/*# sourceMappingURL=style.css.map */