@charset "UTF-8";
@import url("../css/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/*-------------------------------------------/
    ページ共通要素
/-------------------------------------------*/
/* 表示切替 ----------------------------- */
@media screen and (max-width: 1200px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* Font設定 ---------------------------------*/
/* カラー設定 ---------------------------------*/
/* 背景 --------------------------------------*/
.bgColor {
  background-color: #f2f6ef;
}

/* 基本設定　----------------------------------*/
html {
  scroll-behavior: auto !important;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
  font-size: clamp(16px, 1.1111111111vw, 18px);
  overflow-x: hidden;
  width: 100%;
}

/* アンカー（#）がついた要素の「到着地点」をヘッダー分だけ上にずらす */
[id] {
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  [id] {
    scroll-margin-top: 3.125rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-rendering: optimizeLegibility;
  color: #111;
  animation: fade 0.8s ease forwards;
}
body:not(.index) {
  padding-top: 5rem;
}
@media screen and (max-width: 959px) {
  body:not(.index) {
    padding-top: 3.125rem;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*=================================================
		tel　リンク
==================================================*/
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    cursor: pointer;
    text-decoration: underline;
  }
}
.nolink,
.nolink a {
  pointer-events: none;
}

/*-------------------------------------------/
    レイアウト
/-------------------------------------------*/
ul,
li {
  list-style: none;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

/*-------------------------------------------/
    ヘッダー
/-------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease;
}
#header a,
#header img {
  transition: all 0.4s ease;
}
@media screen and (min-width: 960px) {
  #header {
    height: 5rem;
    padding: 0 5rem 0 3.125rem;
  }
  #header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #007c45 0%, #00a95e 100%); /* グラデーションを指定 */
    z-index: -1; /* ヘッダーの文字の後ろに配置 */
    opacity: 1;
    transition: opacity 0.5s ease; /* 透明度をふわっと変える */
  }
  #header .site-branding {
    width: 11.5625rem;
  }
  #header .site-branding .logo a {
    display: block;
  }
  #header .site-branding .logo img {
    width: 100%;
    vertical-align: middle;
  }
  #header #navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #header #navigation > ul.main-navigation {
    font-size: 0.9375rem;
    font-weight: 700;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    color: #007c45;
  }
  #header #navigation > ul.main-navigation > li {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  #header #navigation > ul.main-navigation > li > a {
    position: relative;
    height: 5rem;
    color: #fff;
    padding: 0 0.625rem;
  }
  #header #navigation > ul.main-navigation > li > a:hover span {
    position: relative;
  }
  #header #navigation > ul.main-navigation > li > a.btn_trigger {
    cursor: pointer;
  }
  #header #navigation > ul.main-navigation > li > a.btn_trigger::after {
    content: "＋";
    font-weight: 400;
    font-size: 1em;
    color: #fff;
    margin-left: 0.625rem;
  }
  #header #navigation > ul.main-navigation > li:hover::after {
    position: absolute;
    left: calc(50% - 0.21875rem);
    bottom: 0.75rem;
    content: "";
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 50%;
    filter: blur(0.09375rem);
    background-color: #e10203;
  }
  #header #navigation > ul.main-navigation > li:hover:has(.btn_trigger) > a.btn_trigger::after {
    content: "ー";
  }
  #header #navigation > ul.main-navigation > li .menu-panel {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    padding: 5rem 0 0.625rem 0;
    opacity: 0;
    pointer-events: none;
    color: #fff;
    transition: 0.3s all;
  }
  #header #navigation > ul.main-navigation > li .menu-panel .child-menu-wrap {
    display: flex;
    gap: 1.25rem;
  }
  #header #navigation > ul.main-navigation > li .menu-panel ul.child-menu {
    width: 16.875rem;
    position: relative;
    font-size: 0.9375rem;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    background-color: #007c45;
    box-shadow: 0.0625rem 0.875rem 0 0 rgba(0, 0, 0, 0.1);
    padding: 0.625rem 0;
  }
  #header #navigation > ul.main-navigation > li .menu-panel ul.child-menu li.menu-item-child {
    width: 100%;
  }
  #header #navigation > ul.main-navigation > li .menu-panel ul.child-menu li.menu-item-child a {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 0.4375em;
    color: #fff;
    font-weight: 400;
    padding: 0.75rem 0;
  }
  #header #navigation > ul.main-navigation > li .menu-panel ul.child-menu li.menu-item-child a span {
    text-align: center;
    flex-grow: 1;
    min-width: 9.375rem;
  }
  #header #navigation > ul.main-navigation > li .menu-panel ul.child-menu li.menu-item-child a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
    transition: 0.4s all;
  }
  #header #navigation > ul.main-navigation > li .menu-panel ul.child-menu li.menu-item-child a:hover::after {
    width: 100%;
  }
  #header #navigation > ul.main-navigation > li.menu-item a {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
  }
  #header #navigation > ul.main-navigation > li:hover a.btn_trigger::after {
    opacity: 1;
  }
  #header #navigation > ul.main-navigation > li:hover .menu-panel {
    opacity: 1;
    pointer-events: auto;
  }
  #header .sub-navigation {
    display: none;
  }
  #header .copyright {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  #header {
    z-index: 9999;
    height: 3.125rem;
    background: #007c45;
  }
  #header .site-branding {
    width: 8.625rem;
    pointer-events: auto;
  }
  #header .site-branding h1.logo a {
    display: block;
  }
  #header .site-branding h1.logo img {
    width: 100%;
  }
  #header #navigation {
    position: fixed;
    z-index: -1;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: linear-gradient(180deg, #007c45 0%, #00a95e 100%);
    transition: 0.3s all;
    opacity: 0;
    padding: 3rem;
    color: #fff;
  }
  #header #navigation > ul.main-navigation {
    width: 100%;
    font-style: normal;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.25rem;
    padding-bottom: 0.9375rem;
  }
  #header #navigation > ul.main-navigation > li .menu-panel {
    display: none;
  }
  #header #navigation > ul.main-navigation > li .menu-panel .navTitle {
    display: none;
  }
  #header #navigation > ul.main-navigation > li .child-menu-wrap {
    padding-right: 1.875rem;
  }
  #header #navigation > ul.main-navigation > li .child-menu-wrap ul.child-menu {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    width: 100%;
    display: none;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  #header #navigation > ul.main-navigation > li .child-menu-wrap ul.child-menu li.menu-item-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  #header #navigation > ul.main-navigation > li .child-menu-wrap ul.child-menu li.menu-item-child a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.875rem;
    font-weight: 700;
    width: 100%;
    height: auto;
    padding: 0.625rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #header #navigation > ul.main-navigation > li .child-menu-wrap ul.child-menu li.menu-item-child a::before {
    content: "";
    width: 0.5rem;
    height: 0.0625rem;
    margin: 0.1875rem;
    flex-shrink: 0;
    background: #fff;
    transition: 0.3s all;
  }
  #header #navigation > ul.main-navigation > li .child-menu-wrap ul.child-menu li.menu-item-child a:hover {
    opacity: 0.5;
  }
  #header #navigation > ul.main-navigation > li.menu-item {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
  }
  #header #navigation > ul.main-navigation > li.menu-item > a {
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    display: block;
  }
  #header #navigation > ul.main-navigation > li.menu-item > a::before {
    position: absolute;
    left: 0;
    bottom: -0.125rem;
    content: "";
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: #fff;
  }
  #header #navigation > ul.main-navigation > li.menu-item > a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0.0625rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 71.15%, rgba(255, 255, 255, 0) 100%);
  }
  #header #navigation > ul.main-navigation > li.menu-item > a span {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s all;
    padding: 0.3125rem 1.875rem 0.3125rem 0.5rem;
  }
  #header #navigation > ul.main-navigation > li.menu-item > a.btn_trigger {
    cursor: pointer;
  }
  #header #navigation > ul.main-navigation > li.menu-item > a.btn_trigger span::after {
    content: "＋";
    font-weight: 400;
    font-size: 1em;
    color: #fff;
    margin-left: 0.625rem;
  }
  #header #navigation > ul.main-navigation > li.menu-item.is-current > a.btn_trigger span::after {
    content: "ー";
  }
  #header #navigation > ul.main-navigation > li.menu-item.is-current .menu-panel {
    display: block;
  }
  #header #navigation > ul.main-navigation > li.menu-item.is-current .menu-panel .child-menu-wrap ul.child-menu {
    display: flex;
  }
  #header #navigation ul.sub-navigation {
    padding-top: 1.875rem;
    padding-bottom: 2.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
    font-size: 0.8125rem;
  }
  #header #navigation ul.sub-navigation a:hover {
    opacity: 0.7;
  }
  #header #navigation .copyright {
    font-size: 0.6875rem;
  }
}

.index #header {
  background: transparent;
}
.index #header::before {
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .index #header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #007c45;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}

.index #header.scroll::before {
  opacity: 1;
}

@media screen and (min-width: 960px) {
  .index #header:hover::before {
    opacity: 1;
  }
}

@media screen and (min-width: 960px) {
  .company #header #navigation > ul.main-navigation > li.nav-menu_01::after,
  .business #header #navigation > ul.main-navigation > li.nav-menu_02::after,
  .works #header #navigation > ul.main-navigation > li.nav-menu_03::after,
  .recruit #header #navigation > ul.main-navigation > li.nav-menu_04::after,
  .news #header #navigation > ul.main-navigation > li.nav-menu_05::after {
    position: absolute;
    left: calc(50% - 0.21875rem);
    bottom: 0.75rem;
    content: "";
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 50%;
    filter: blur(0.09375rem);
    background-color: #e10203;
  }
}
/* メニューオープン */
#header.open,
#header.scroll.open,
#index #header.open,
#index #header.scroll.open {
  width: 100%;
}
@media screen and (max-width: 959px) {
  #header.open .site-branding,
  #header.scroll.open .site-branding,
  #index #header.open .site-branding,
  #index #header.scroll.open .site-branding {
    z-index: -1;
  }
  #header.open #navigation,
  #header.scroll.open #navigation,
  #index #header.open #navigation,
  #index #header.scroll.open #navigation {
    position: fixed;
    z-index: -1;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    opacity: 1;
  }
}

/*-------------------------------------
　ハンバーガー
-------------------------------------*/
.nav_toggle {
  display: none;
}
@media screen and (max-width: 959px) {
  .nav_toggle {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    pointer-events: auto;
  }
  .nav_toggle div.toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.625rem;
    height: 1.125rem;
  }
  .nav_toggle div.toggle span {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 0.125rem;
    background: #007c45;
  }
  .nav_toggle div.toggle span:first-child {
    top: 0;
  }
  .nav_toggle div.toggle span:nth-child(2) {
    top: 0.5rem;
  }
  .nav_toggle div.toggle span:nth-child(3) {
    top: 1rem;
  }
  .nav_toggle:hover {
    transition: 0.3s all;
  }
}

@media screen and (max-width: 960px) {
  #header.open .nav_toggle div.toggle span {
    position: absolute;
    content: "";
    display: inline-block;
    width: 3.125rem;
    height: 0.125rem;
    background: #007c45;
    transition: 0.3s ease-in-out;
    border-radius: 0.125rem;
  }
  #header.open .nav_toggle div.toggle span:first-child {
    width: 100%;
    top: 0.46875rem;
    left: 0px;
    transform: rotate(45deg);
  }
  #header.open .nav_toggle div.toggle span:nth-child(2) {
    display: none;
  }
  #header.open .nav_toggle div.toggle span:nth-child(3) {
    width: 100%;
    top: 0.46875rem;
    left: 0px;
    transform: rotate(-45deg);
  }
}

/*-------------------------------------------/
    footer
/-------------------------------------------*/
#footer {
  position: relative;
  background: #fff;
  /* フッター */
}
#footer .site-footer-01 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 3.75rem 5rem 1.875rem;
  background: linear-gradient(90deg, #007c45 0%, #00a95e 100%);
}
#footer .site-footer-01 .footer_inner {
  width: min(100%, 77.5rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 1.25rem;
  color: #fff;
}
#footer .site-footer-01 .footer-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  width: calc(100% - 41.25em);
}
#footer .site-footer-01 .footer-txt .logo {
  width: 13.375rem;
}
#footer .site-footer-01 .footer-txt .logo img {
  max-width: 100%;
}
#footer .site-footer-01 .footer-txt .info-box {
  display: flex;
  padding-left: 0.625rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
}
#footer .site-footer-01 .footer-txt .info-box p {
  font-size: 0.9375rem;
}
#footer .site-footer-01 {
  /* ナビゲーション*/
}
#footer .site-footer-01 #f-navigation {
  width: 41.25em;
}
#footer .site-footer-01 #f-navigation .f-navigation__inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
#footer .site-footer-01 #f-navigation .f-navigation__inner .f-menu-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  max-width: 13.75em;
  flex: 1;
  font-size: 1rem;
}
#footer .site-footer-01 #f-navigation .f-navigation__inner .f-menu-item p {
  font-weight: 700;
  position: relative;
  display: flex;
  width: 100%;
  padding: 0.5rem 0.625rem;
  align-items: flex-start;
  gap: 0.625rem;
}
#footer .site-footer-01 #f-navigation .f-navigation__inner .f-menu-item p::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 71.15%, rgba(255, 255, 255, 0) 100%);
}
#footer .site-footer-01 #f-navigation .f-navigation__inner .f-menu-item p::after {
  position: absolute;
  left: -0.0625rem;
  bottom: -0.125rem;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background: #fff;
  border-radius: 50%;
}
#footer .site-footer-01 #f-navigation .f-navigation__inner .f-menu-item > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  font-size: 0.9375rem;
  line-height: 1.3;
}
#footer .site-footer-01 #f-navigation .f-navigation__inner .f-menu-item > ul li a {
  padding: 0 0.625rem;
}
#footer .site-footer-01 #f-navigation .f-navigation__inner .f-menu-item > ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  #footer .site-footer-01 .footer_inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  #footer .site-footer-01 .footer-txt {
    width: 100%;
  }
  #footer .site-footer-01 #f-navigation {
    width: 100%;
  }
  #footer .site-footer-01 #f-navigation .f-navigation__inner {
    justify-content: flex-end;
  }
  #footer .site-footer-01 #f-navigation .f-navigation__inner .f-menu-item {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  #footer .site-footer-01 {
    padding: 2.5rem 1.875rem;
  }
  #footer .site-footer-01 #f-navigation {
    display: none;
  }
}
#footer .site-footer-02 {
  width: 100%;
  background: #fff;
  padding: 1.25rem 1.875rem;
}
#footer .site-footer-02 .footer_inner {
  width: min(100%, 80rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 2.125rem;
}
#footer .site-footer-02 .footer-subNav {
  font-size: 0.8125rem;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  color: #007c45;
}
#footer .site-footer-02 .footer-subNav li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
#footer .site-footer-02 .footer-subNav li:not(:last-child)::after {
  content: "";
  width: 0.0625rem;
  height: 0.8125rem;
  background: #007c45;
  opacity: 0.5;
  display: inline-block;
}
#footer .site-footer-02 .copyright {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #footer .site-footer-02 {
    padding: 2.5rem 1.875rem;
  }
  #footer .site-footer-02 .footer_inner {
    width: 100%;
    flex-direction: column;
    gap: 2.125rem;
    align-items: flex-start;
  }
  #footer .site-footer-02 .footer-subNav {
    flex-wrap: wrap;
  }
  #footer .site-footer-02 .copyright {
    width: 100%;
  }
}

/* ページトップ */
#pagetop {
  position: fixed;
  top: auto;
  right: 2.5rem;
  bottom: 3.4375rem;
}
#pagetop.stop {
  position: absolute;
}
#pagetop a {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-image: url("../images/common/arrow-top.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.9375rem 0.875rem;
  border: 1px solid #fff;
  background-color: #007c45;
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 0.625rem;
    bottom: 0.625rem;
  }
}

/*-------------------------------------------/
    ボタン・リンク
/-------------------------------------------*/
a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/*-------------------------------------------/
   共通
/-------------------------------------------*/
.indexSecTitle,
.pageTitle {
  position: relative;
  color: #111;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
.indexSecTitle::before,
.pageTitle::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-color: #e10203;
  position: absolute;
  left: -0.875rem;
  top: -0.3125rem;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .indexSecTitle,
  .pageTitle {
    font-size: 2rem;
  }
  .indexSecTitle::before,
  .pageTitle::before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    background-color: #e10203;
    position: absolute;
    left: -0.5rem;
    top: -0.4375rem;
    border-radius: 50%;
  }
}

.imageContentBox img {
  width: 100%;
}

.btn-nomal {
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  display: flex;
  padding: 1rem 1.875rem 1rem 2.5rem;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  border-radius: 0.3125rem;
  background: var(--main-color, #007c45);
}
.btn-nomal::after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/common/arrow-circle.svg") no-repeat;
  background-size: 100% 100%;
}
.btn-nomal:hover {
  background: linear-gradient(99deg, #53b700 33.48%, #96e100 146.38%);
}
.btn-nomal.pdf {
  gap: 0.625rem;
}
.btn-nomal.pdf::after {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  background: url("../images/common/icon_pdf.svg") no-repeat;
  background-size: 100% 100%;
}

.btn-small {
  display: flex;
  padding: 0.5rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.3125rem;
  border: 1px solid #5b9829;
  font-weight: 700;
  line-height: 1.3;
  color: #007c45;
}
.btn-small::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url("../images/common/arrow-small.svg"), #007c45;
  background-size: 100% 100%;
  border-radius: 50%;
}
.btn-small:hover {
  background: #fff;
}

table.simple {
  width: 100%;
}
table.simple tr th,
table.simple tr td {
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #999999;
  padding: 0.5em 1em;
  vertical-align: top;
}

ol {
  padding-left: 1.5em;
}
ol li {
  list-style: decimal;
}

/*-------------------------------------------/
    Index トップページ
/-------------------------------------------*/
#mv {
  position: relative;
  width: 100%;
  height: 44.8611111111vw;
  background: url(../images/index/bg_mv.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-top: 5.625rem;
  overflow-x: clip;
}
#mv .top-mv-txt {
  color: #fff;
}
#mv .top-mv-txt h1 {
  position: relative;
  font-size: 2.7777777778vw;
  line-height: 1.7;
  font-weight: 700;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  margin-bottom: 0.875rem;
  padding-left: 6.9444444444vw;
}
#mv .top-mv-txt h1::after {
  position: absolute;
  left: 23.2638888889vw;
  bottom: 0;
  content: "";
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  border-radius: 50%;
  background-color: #e10203;
  filter: blur(0.2777777778vw);
}
#mv .top-mv-txt .enTxt {
  position: relative;
  z-index: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6666666667vw;
  line-height: 1.3;
  margin-bottom: 2.0833333333vw;
  width: -moz-fit-content;
  width: fit-content;
}
#mv .top-mv-txt .enTxt .bgBox {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  background: rgba(0, 90, 60, 0.5);
  height: 100%;
  background-blend-mode: multiply;
}
#mv .top-mv-txt .enTxt span {
  position: relative;
  display: block;
  z-index: 1;
  color: #fff;
  padding: 0.6944444444vw 1.3888888889vw 0.6944444444vw 6.9444444444vw;
}
#mv .imgBoxWrap {
  position: absolute;
  top: 11.25vw;
  right: -1.875vw;
  width: 51.6666666667vw;
  height: 36.1805555556vw;
}
#mv .imgBoxWrap .imgBox {
  position: absolute;
}
#mv .imgBoxWrap .imgBox img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 2.2rem 2rem 0 0 rgba(30, 52, 10, 0.1);
}
#mv .imgBoxWrap .imgBox.imgBox01 {
  top: 0;
  left: 25.9408602151%;
  width: 61.4247311828%;
}
#mv .imgBoxWrap .imgBox.imgBox02 {
  top: 40.3071017274%;
  left: 0;
  width: 38.1720430108%;
}
#mv .imgBoxWrap .imgBox.imgBox03 {
  top: 53.358925144%;
  right: 0;
  width: 49.0591397849%;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 46rem;
    background: url(../images/index/bg_mv_sp.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 3.125rem;
    flex-direction: column;
    align-items: flex-start;
  }
  #mv .top-mv-txt {
    padding-top: 4.75rem;
  }
  #mv .top-mv-txt h1 {
    position: relative;
    font-size: 1.75rem;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    margin-bottom: 0.625rem;
    padding-left: 1.875rem;
  }
  #mv .top-mv-txt h1::after {
    position: absolute;
    left: 12.875rem;
    bottom: 0.25rem;
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    background-color: #e10203;
    filter: blur(0.15625rem);
    border-radius: 50%;
  }
  #mv .top-mv-txt .enTxt {
    position: relative;
    z-index: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.25rem;
    margin-bottom: 4rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  #mv .top-mv-txt .enTxt .bgBox {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    background: rgba(0, 40, 30, 0.5);
    height: 100%;
    background-blend-mode: multiply;
  }
  #mv .top-mv-txt .enTxt span {
    position: relative;
    display: block;
    z-index: 1;
    color: #fff;
    padding: 0.625rem 1.875rem;
  }
  #mv .imgBoxWrap {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 22.1875rem;
    height: 19.9375rem;
  }
  #mv .imgBoxWrap .imgBox {
    position: absolute;
  }
  #mv .imgBoxWrap .imgBox img {
    border-radius: 0.3125rem;
    box-shadow: 0.75rem 0.625rem 0 0 rgba(30, 52, 10, 0.1);
  }
  #mv .imgBoxWrap .imgBox.imgBox01 {
    top: 3.5625rem;
    left: 5.1875rem;
    right: auto;
    width: 15.5rem;
  }
  #mv .imgBoxWrap .imgBox.imgBox02 {
    top: 0;
    left: 0;
    width: 8.6875rem;
  }
  #mv .imgBoxWrap .imgBox.imgBox03 {
    top: auto;
    bottom: 0;
    right: 0;
    width: 11.4375rem;
  }
}

.indexPageNavContent {
  padding: 5rem;
}
.indexPageNavContent .linkList {
  width: min(100%, 80rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.875rem;
  align-self: stretch;
}
.indexPageNavContent .linkList .link-item {
  position: relative;
  display: flex;
  width: 20rem;
  height: 7.3125rem;
  padding: 0 1.875rem 0 2.5rem;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  clip-path: inset(0 0 round 0.3125rem);
}
.indexPageNavContent .linkList .link-item span {
  z-index: 1;
}
.indexPageNavContent .linkList .link-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #8d8d8d;
  mix-blend-mode: multiply;
  border-radius: 0.3125rem;
  transition: 0.3s all;
}
.indexPageNavContent .linkList .link-item::after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
  background: url("../images/common/arrow-01.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  z-index: 1;
}
.indexPageNavContent .linkList .link-item img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexPageNavContent .linkList .link-item:hover::before {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .indexPageNavContent {
    padding: 3.75rem 1.875rem 2.5rem;
  }
  .indexPageNavContent .linkList {
    justify-content: center;
  }
  .indexPageNavContent .linkList .link-item {
    width: 22.125rem;
    height: 7.3125rem;
  }
}

#indexSec01 {
  background: url("../images/common/bg_base.png") center top repeat;
  background-color: #f2f6ef;
}
#indexSec01 .innerBox {
  padding: 10rem 5rem;
}
@media screen and (max-width: 1023px) {
  #indexSec01 .innerBox {
    padding: 3.75rem 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  #indexSec01 .innerBox {
    padding: 3.75rem 0rem;
  }
}
#indexSec01 .indexSec01Content {
  position: relative;
  width: min(100%, 80rem);
  margin: 0 auto;
}
#indexSec01 .indexSec01Content .textBox {
  display: flex;
  width: min(32.6388888889vw, 29.375rem);
  flex-direction: column;
  align-items: flex-start;
  gap: 1.375rem;
}
#indexSec01 .indexSec01Content .textBox p {
  font-size: 0.9375rem;
  line-height: 1.7;
}
#indexSec01 .indexSec01Content .linkBox {
  position: absolute;
  top: calc(50% - min(29.8611111111vw, 26.875rem));
  left: min(37.5vw, 33.75rem);
  width: min(49.6527777778vw, 44.6875rem);
  aspect-ratio: 1/1;
  pointer-events: none;
}
#indexSec01 .indexSec01Content .linkBox .link-item {
  display: block;
  position: absolute;
  width: min(41.1188811189%, 18.375rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  filter: drop-shadow(0 0.4rem 5.4rem rgba(0, 0, 0, 0.25));
  pointer-events: auto;
  transition: 0.3s all;
  will-change: transform, box-shadow;
  -webkit-tap-highlight-color: transparent;
}
#indexSec01 .indexSec01Content .linkBox .link-item .bgImage {
  width: 100%;
}
#indexSec01 .indexSec01Content .linkBox .link-item .arrow {
  position: absolute;
  bottom: 13.6054421769%;
  right: -1.7006802721%;
  width: 17.0068027211%;
  background: #007c45;
  border-radius: 50%;
}
#indexSec01 .indexSec01Content .linkBox .link-item.link-item-01 {
  top: min(9.0277777778vw, 8.125rem);
  left: 0;
}
#indexSec01 .indexSec01Content .linkBox .link-item.link-item-02 {
  top: 0;
  right: min(9.0277777778vw, 8.125rem);
}
#indexSec01 .indexSec01Content .linkBox .link-item.link-item-03 {
  bottom: 0;
  left: min(9.0277777778vw, 8.125rem);
}
#indexSec01 .indexSec01Content .linkBox .link-item.link-item-04 {
  bottom: min(9.0277777778vw, 8.125rem);
  right: 0;
}
#indexSec01 .indexSec01Content .linkBox .link-item:hover {
  transform: scale(1.05);
}
#indexSec01 .indexSec01Content .linkBox .link-item:hover .arrow {
  background: linear-gradient(99deg, #53b700 33.48%, #96e100 146.38%);
}
@media screen and (max-width: 1023px) {
  #indexSec01 .indexSec01Content .textBox {
    width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  #indexSec01 .indexSec01Content .linkBox {
    position: relative;
    top: unset;
    left: unset;
    width: min(100%, 25.875rem);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.1875rem 0.5rem;
    margin: 1.25rem auto 0;
  }
  #indexSec01 .indexSec01Content .linkBox .link-item {
    display: block;
    position: relative;
    width: 11.875rem;
    height: 11.875rem;
    border-radius: 50%;
    filter: drop-shadow(0 0.125rem 1.6875rem rgba(0, 0, 0, 0.25));
  }
  #indexSec01 .indexSec01Content .linkBox .link-item .bgImage {
    width: 100%;
  }
  #indexSec01 .indexSec01Content .linkBox .link-item .arrow {
    position: absolute;
    bottom: 0.9375rem;
    right: 0.3125rem;
    width: 1.875rem;
  }
  #indexSec01 .indexSec01Content .linkBox .link-item.link-item-01, #indexSec01 .indexSec01Content .linkBox .link-item.link-item-02, #indexSec01 .indexSec01Content .linkBox .link-item.link-item-03, #indexSec01 .indexSec01Content .linkBox .link-item.link-item-04 {
    top: unset;
    bottom: unset;
    right: unset;
    left: unset;
  }
}

#indexSec02 .indexSec02Content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-self: stretch;
}
#indexSec02 .indexSec02Content .textBox {
  display: flex;
  padding: 2.5rem 5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  flex: 1 0 0;
  align-self: center;
}
#indexSec02 .indexSec02Content .textBox p {
  font-size: 0.9375rem;
  line-height: 1.7;
}
#indexSec02 .indexSec02Content .imageBox {
  position: relative;
  width: 52.5694444444%;
}
#indexSec02 .indexSec02Content .imageBox img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  #indexSec02 .indexSec02Content {
    flex-direction: column;
  }
  #indexSec02 .indexSec02Content .textBox {
    width: 100%;
    padding: 2.5rem 3.75rem;
  }
  #indexSec02 .indexSec02Content .textBox .btn-nomal {
    margin: 0 auto;
  }
  #indexSec02 .indexSec02Content .imageBox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #indexSec02 .indexSec02Content .textBox {
    padding: 2.5rem 1.875rem;
  }
}

#indexNews {
  padding: 7.5rem 5rem;
}
@media screen and (max-width: 1023px) {
  #indexNews {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  #indexNews {
    padding: 2.5rem 1.875rem;
  }
}
#indexNews .indexNewsContent {
  width: min(100%, 80rem);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 4.5rem;
  align-self: stretch;
}
#indexNews .indexNewsContent .neswTitleBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.875rem;
  align-self: stretch;
  flex-shrink: 0;
}
#indexNews .indexNewsContent .neswTitleBox .newsList {
  flex: 1 0 0;
}
@media screen and (max-width: 1023px) {
  #indexNews .indexNewsContent {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  #indexNews .indexNewsContent .neswTitleBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
  }
}

#indexSec03 .innerBox {
  padding: 3.5rem 5rem;
}
@media screen and (max-width: 1023px) {
  #indexSec03 .innerBox {
    padding: 3.5rem 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  #indexSec03 .innerBox {
    padding: 2.5rem 1.875rem;
  }
}
#indexSec03 .indexSec03Content {
  width: min(100%, 80rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.875rem;
}
#indexSec03 .indexSec03Content .listBox {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#indexSec03 .indexSec03Content .listBox p.ttl {
  font-weight: 700;
  line-height: 1.3;
}
#indexSec03 .indexSec03Content .listBox ul {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
#indexSec03 .indexSec03Content .listBox ul a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #indexSec03 .indexSec03Content {
    flex-direction: column;
    align-items: flex-start;
  }
  #indexSec03 .indexSec03Content .listBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
    align-self: stretch;
  }
}

/* ポップアップ */
.btn-modal {
  cursor: pointer;
}

.popup-content {
  position: relative;
  z-index: 10000;
}

.modal {
  display: none;
}
.modal .modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  background-blend-mode: color-burn;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}
.modal .modal-container {
  position: relative;
  width: 100%;
  max-height: 100vh;
  padding: 5rem;
}
.modal .modal-container .modal-content {
  position: relative;
  width: min(100%, 62.5rem);
  background: #fff;
  margin: 0 auto;
}
.modal .modal-container .modal-content .modal-header {
  position: absolute;
  z-index: 1;
  top: -3.125rem;
  right: 0;
  text-align: right;
}
.modal .modal-container .modal-content .modal-header .modal-close {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.modal .modal-container .modal-content .modal-header .modal-close span {
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.modal .modal-container .modal-content .modal-header .modal-close span::before, .modal .modal-container .modal-content .modal-header .modal-close span:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.8125rem;
  height: 0.1875rem;
  background: #fff;
}
.modal .modal-container .modal-content .modal-header .modal-close span::before {
  transform: rotate(45deg);
}
.modal .modal-container .modal-content .modal-header .modal-close span::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .modal .modal-container {
    padding: 5rem 1.875rem;
  }
}
.modal .table-box,
.modal .innerBox {
  width: 100%;
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
  padding: 2.5rem;
  background: #fff;
}
.modal .table-box table th,
.modal .innerBox table th {
  font-weight: 700;
  width: 10em;
}
.modal .table-box table td,
.modal .innerBox table td {
  width: calc(100% - 10em);
}
@media screen and (max-width: 767px) {
  .modal .table-box,
  .modal .innerBox {
    padding: 2.5rem 1.875rem;
  }
  .modal .table-box tr th,
  .modal .table-box tr td,
  .modal .innerBox tr th,
  .modal .innerBox tr td {
    width: 100%;
    display: block;
  }
  .modal .table-box tr th,
  .modal .innerBox tr th {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.modal.is-open {
  display: block;
  animation: fadeIn 0.4s forwards;
}

body:has(.modal.is-open) {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

/*-------------------------------------------/
    NEWS お知らせ
/-------------------------------------------*/
.secNewsContent {
  width: min(100%, 60rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

/* お知らせ一覧 ---------------------------------------------*/
.newsList {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.newsList .newsListItem {
  width: 100%;
}
.newsList .newsListItem a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  padding: 0.625rem 0;
  border-bottom: 1px solid transparent;
}
.newsList .newsListItem a .newsListDate {
  font-family: "Roboto Condensed", sans-serif;
  color: #666;
  letter-spacing: 0.1em;
}
.newsList .newsListItem a .newsListText {
  font-weight: 700;
}
.newsList .newsListItem a:hover {
  border-bottom: 1px solid #007c45;
}
.newsList .newsListItem a:hover .newsListText {
  color: #007c45;
}
@media screen and (max-width: 767px) {
  .newsList {
    gap: 0.25rem;
  }
}

/* お知らせ詳細 ---------------------------------------------*/
.secNewsDetailContent {
  width: min(100%, 60rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.post-single {
  display: flex;
  width: min(100%, 60rem);
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.post-single .post-header,
.post-single .post-mainBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.post-single p {
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-feature-settings: "palt" on;
  color: #333;
}
.post-single p.post-date {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
}
.post-single .post-mainBox a {
  color: #007c45;
}
.post-single .post-mainBox img {
  max-width: 100%;
  height: auto;
}

/* @ pagenation ---------------------------------------------*/
.pagenation {
  padding-top: 4rem;
  text-align: center;
}
.pagenation ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 0.625em;
  font-family: "Roboto Condensed", sans-serif;
}
.pagenation ul li {
  display: inline-block;
  list-style: none;
  font-size: 1rem;
}
.pagenation ul li span,
.pagenation ul li a {
  display: inline-block;
  line-height: 1.25rem;
  min-width: 2.5rem;
  outline: none;
  text-align: center;
  border: solid 1px #007c45;
  border-radius: 0.3125rem;
  color: #007c45;
  background: transparent;
  text-decoration: none;
  padding: 0.625rem;
}
.pagenation ul li span:hover,
.pagenation ul li a:hover {
  background: #fff;
}
.pagenation ul li span.is-current,
.pagenation ul li a.is-current {
  color: #fff !important;
  background: #007c45;
}

/*-------------------------------------------/
    下層ページ
/-------------------------------------------*/
.lower #page-header {
  padding: 2.5rem 5rem 0.625rem;
}
@media screen and (max-width: 1023px) {
  .lower #page-header {
    padding: 1.875rem 3.75rem 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .lower #page-header {
    padding: 1.875rem 1.25rem 0.625rem;
  }
}
.lower #page-header .innerBox {
  width: min(100%, 80rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
}
.lower #page-header .breadcrumb {
  width: 100%;
  margin: 0 auto;
}
.lower #page-header .breadcrumb ul {
  font-size: 0.8125rem;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}
.lower #page-header .breadcrumb ul li {
  position: relative;
}
.lower #page-header .breadcrumb ul li span {
  display: inline-block;
}
.lower #page-header .breadcrumb ul li a {
  display: inline-block;
  color: #999999;
}
.lower #page-header .breadcrumb ul li a span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lower #page-header .breadcrumb ul li a:hover span {
  text-decoration: none;
}
.lower #page-header .breadcrumb ul li:not(:last-child) {
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
}
.lower #page-header .breadcrumb ul li:not(:last-child)::after {
  position: relative;
  display: inline-block;
  content: "/";
}
.lower .contentTitle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  padding-left: 2rem;
  padding-bottom: 0.625rem;
}
.lower .contentTitle > span {
  display: inline-block;
  line-height: 1.3;
}
.lower .contentTitle > span > span {
  display: inline-block;
}
.lower .contentTitle small {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.3;
}
.lower .contentTitle::before {
  display: inline-block;
  position: absolute;
  left: -0.15625em;
  top: 0.375em;
  content: "";
  width: 1.03125em;
  height: 0.6875em;
  background: url("../images/common/icon_mark.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .lower .contentTitle {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .lower .contentTitle {
    font-size: 1.25rem;
  }
}
.lower .contentSubTitle {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  padding-top: 1.25rem;
}
.lower .contentSubTitle::before {
  display: inline-block;
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  background: #e10203;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .lower .contentSubTitle {
    font-size: 1.125rem;
  }
}
.lower .contentWrapper {
  padding: 5rem 3.75rem;
}
.lower .contentWrapper .innerBox {
  width: min(100%, 75rem);
  margin: 0 auto;
}
.lower .contentWrapper .innerBoxContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .lower .contentWrapper {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .lower .contentWrapper {
    padding: 2.5rem 1.25rem;
  }
}
.lower main {
  position: relative;
}
.lower .anchorNavi {
  position: absolute;
  width: min(100%, 83.75rem);
  height: 100%;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 1;
  transition: 0.3s all;
  padding-top: 12.5rem;
}
@media screen and (max-width: 1023px) {
  .lower .anchorNavi {
    display: none;
    height: 0;
  }
}
.lower .anchorNavi .innerBox {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
.lower .anchorNavi ul {
  width: min(100%, 16.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #007c45;
}
.lower .anchorNavi ul li {
  position: relative;
  background: #fff;
}
.lower .anchorNavi ul li::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: #e10203;
  border-radius: 50%;
  position: absolute;
  left: 0.9375rem;
  top: 0.0625rem;
  transition: 0.3s all;
  opacity: 0;
}
.lower .anchorNavi ul li:hover::after, .lower .anchorNavi ul li.is-current::after {
  opacity: 1;
}
.lower .anchorNavi ul li a {
  display: flex;
  padding: 0.5rem 1.875rem;
  align-items: center;
  gap: 1.25rem;
  pointer-events: auto;
}
.lower .anchorNavi ul li a::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url("../images/common/arrow-02.svg") center center no-repeat;
  background-size: contain;
  background-color: #007c45;
  border-radius: 50%;
  transform: rotate(90deg);
  flex-shrink: 0;
}
.lower .anchorNavi ul li a.pageLink::after {
  width: 0.7777777778em;
  height: 0.7777777778em;
  background: url("../images/common/arrow-02.svg") center center no-repeat;
  background-size: contain;
  background-color: #007c45;
  border-radius: 50%;
  transform: rotate(0);
}
.lower .anchorNavi.isHide {
  opacity: 0;
}
.lower .anchorNavi.isHide ul li a {
  pointer-events: none;
}
.lower .table-box {
  width: 100%;
}
.lower .table-box p {
  font-feature-settings: "palt" on;
}
.lower .table-box p.small {
  font-size: 0.8125rem;
}
.lower .table-box a {
  color: #007c45;
}
.lower .table-box table.default {
  width: 100%;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.lower .table-box table.default tr {
  display: flex;
  width: 100%;
  align-items: center;
}
.lower .table-box table.default tr:not(:last-child) {
  border-bottom: 1px solid #999;
}
.lower .table-box table.default tr th {
  font-weight: 700;
  display: flex;
  width: 12.5rem;
  padding: 1rem 1.5rem;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  align-self: stretch;
  background: #f2f6ef;
}
.lower .table-box table.default tr th.w400 {
  width: 25rem;
}
.lower .table-box table.default tr td {
  color: #333;
  display: flex;
  padding: 1rem 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  flex: 1 0 0;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .lower .table-box table.default tr {
    flex-direction: column;
    align-items: flex-start;
  }
  .lower .table-box table.default tr th {
    width: 100%;
  }
  .lower .table-box table.default tr td {
    width: 100%;
  }
}
.lower .table-box table.works {
  width: 100%;
  border: 1px solid #111;
  font-feature-settings: "palt" on;
}
.lower .table-box table.works tr th {
  line-height: 1.7;
  padding: 1rem 0.875rem;
  vertical-align: middle;
  text-align: left;
}
.lower .table-box table.works tr th:not(.lower .table-box table.works tr th.brNone) {
  border-right: 1px solid #999;
}
.lower .table-box table.works tr th.txtCenter {
  text-align: center;
}
.lower .table-box table.works tr td {
  line-height: 1.5;
  padding: 0.75rem 0.875rem;
  vertical-align: middle;
  color: #333;
}
.lower .table-box table.works tr td:not(.lower .table-box table.works tr td.brNone) {
  border-right: 1px solid #999;
}
.lower .table-box table.works tr:not(:last-child) th:not(.lower .table-box table.works tr:not(:last-child) th.bbNone,
.lower .table-box table.works tr:not(:last-child) td.bbNone),
.lower .table-box table.works tr:not(:last-child) td:not(.lower .table-box table.works tr:not(:last-child) th.bbNone,
.lower .table-box table.works tr:not(:last-child) td.bbNone) {
  border-bottom: 1px solid #999;
}
.lower .table-box table.works tr .w105 {
  width: 6.5625rem;
}
.lower .table-box table.works tr .w185 {
  width: 11.5625rem;
}
.lower .table-box table.works tr .w255 {
  width: 15.9375rem;
}
.lower .table-box table.works tr .w280 {
  width: 17.5rem;
}
.lower .table-box table.works tr .w375 {
  width: 23.4375rem;
}
.lower .table-box table.works tr .w400 {
  width: 25rem;
}
.lower .table-box .gmap {
  width: min(100%, 40.125rem);
  aspect-ratio: 321/188;
}
.lower .table-box .gmap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------/
    company 企業情報
/-------------------------------------------*/
.company .textBox p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #333;
  font-feature-settings: "palt" on;
  letter-spacing: 0.125em;
}
.company .textBox p.name {
  width: 100%;
  text-align: right;
}
.company .textBox p.name span {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: baseline;
}
.company .textBox p.ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.lower.company .contentWrapper .innerBoxContent {
  gap: 2rem;
}
.lower.company .contentWrapper .innerBox {
  width: min(100%, 80rem);
  margin: 0 auto;
  padding-left: 15rem;
}
@media screen and (max-width: 1023px) {
  .lower.company .contentWrapper .innerBox {
    padding-left: 0;
  }
}

#message.contentWrapper {
  padding: 2.2222222222rem 0 5rem;
}
#message.contentWrapper .innerBox {
  width: min(100%, 90rem);
  margin: 0 auto;
  padding-left: 20rem;
}
@media screen and (max-width: 1023px) {
  #message.contentWrapper {
    padding: 2.5rem 0 3.75rem;
  }
  #message.contentWrapper .innerBox {
    padding: 0 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  #message.contentWrapper {
    padding: 2.5rem 0;
  }
  #message.contentWrapper .innerBox {
    padding: 0 1.25rem;
  }
}

.companyMessageContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .companyMessageContent {
    gap: 3.75rem;
  }
}
.companyMessageContent .layoutBox-01 {
  width: min(100%, 70rem);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5rem;
}
.companyMessageContent .layoutBox-01 .textBox {
  width: 26.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.companyMessageContent .layoutBox-01 .imgBox {
  width: 38.75rem;
  clip-path: inset(0 0 round 0.625rem 0 0 0.625rem);
}
.companyMessageContent .layoutBox-01 .imgBox img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .companyMessageContent .layoutBox-01 {
    flex-direction: column;
    align-items: center;
  }
  .companyMessageContent .layoutBox-01 .textBox {
    width: 100%;
    padding: 0 3.75rem 0 0;
  }
  .companyMessageContent .layoutBox-01 .imgBox {
    width: min(100%, 38.75rem);
    clip-path: inset(0 0 round 0.625rem);
  }
}
@media screen and (max-width: 1023px) {
  .companyMessageContent .layoutBox-01 .textBox {
    gap: 1.25rem;
    padding: 0;
  }
}
.companyMessageContent .layoutBox-02 {
  width: min(100%, 70rem);
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding-right: 5rem;
}
.companyMessageContent .layoutBox-02 .imgBox {
  width: 21.25rem;
  clip-path: inset(0 0 round 0.625rem);
}
.companyMessageContent .layoutBox-02 .imgBox img {
  width: 100%;
}
.companyMessageContent .layoutBox-02 .textBox {
  display: flex;
  width: 43.75rem;
  padding: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  align-content: center;
}
@media screen and (max-width: 1023px) {
  .companyMessageContent .layoutBox-02 {
    gap: 3.75rem;
    padding-right: 0;
  }
  .companyMessageContent .layoutBox-02 .textBox {
    padding: 0;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .companyMessageContent .layoutBox-02 {
    flex-direction: column;
    gap: 2.5rem;
  }
  .companyMessageContent .layoutBox-02 .textBox {
    width: 100%;
  }
  .companyMessageContent .layoutBox-02 .imgBox {
    width: min(100%, 23.375rem);
  }
}

.companyProfileContent .inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.companyProfileContent .galleryBox {
  width: min(100%, 65rem);
}
.companyProfileContent .galleryBox .mainImage {
  width: 100%;
}
.companyProfileContent .galleryBox .mainImage .pic {
  width: 100%;
  aspect-ratio: 1040/627;
}
.companyProfileContent .galleryBox .mainImage .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.companyProfileContent .galleryBox .thumbnailImage {
  width: 100%;
  margin: 1.875rem auto 0;
}
.companyProfileContent .galleryBox .thumbnailImage .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.companyProfileContent .galleryBox .thumbnailImage .slick-track:has(.pic:nth-child(10n)) {
  justify-content: flex-start;
}
.companyProfileContent .galleryBox .thumbnailImage .slick-track .pic {
  width: calc((100% - 5rem) / 9) !important;
  aspect-ratio: 1040/627;
  cursor: pointer;
  display: inline-block;
  overflow: clip;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  background: #000;
}
.companyProfileContent .galleryBox .thumbnailImage .slick-track .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
  opacity: 0.5;
}
.companyProfileContent .galleryBox .thumbnailImage .slick-track .pic.slick-current img, .companyProfileContent .galleryBox .thumbnailImage .slick-track .pic:hover img {
  transition: 0.3s all;
  opacity: 1;
}
.companyProfileContent .galleryBox .thumbnailImage .slick-track .pic:nth-child(9n) {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .companyProfileContent .galleryBox .thumbnailImage {
    margin: 0.625rem auto 0;
  }
  .companyProfileContent .galleryBox .thumbnailImage .slick-track .pic {
    width: calc((100% - 2.5rem) / 9) !important;
    margin-right: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

.companyPhilosophyContent {
  width: min(100%, 65rem);
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
.companyPhilosophyContent .textBox {
  width: 16.5625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  flex: 1 0 0;
}
.companyPhilosophyContent .imgBox {
  position: relative;
  z-index: -1;
  width: min(100% - 21.5625rem, 45.625rem);
  aspect-ratio: 730/452;
  margin-top: -2rem;
}
.companyPhilosophyContent .imgBox::before {
  content: "";
  position: absolute;
  position: absolute;
  top: -34.0707964602%;
  left: 50%;
  transform: translateX(-50%);
  width: min(112.0547945205%, 51.125rem);
  aspect-ratio: 818/654;
  background: url("../images/company/philosophy-01.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .companyPhilosophyContent {
    flex-direction: column;
  }
  .companyPhilosophyContent .textBox {
    width: 100%;
    gap: 1.25rem;
  }
  .companyPhilosophyContent .imgBox {
    width: min(100%, 45.625rem);
  }
}

#organization.contentWrapper {
  padding-bottom: 8.75rem;
}

.companyOrganizationContent {
  width: min(100%, 65rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.companyOrganizationContent .textBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  flex-shrink: 0;
  flex-grow: 1;
}
.companyOrganizationContent .imgBox {
  width: min(100%, 65rem);
}
.companyOrganizationContent .imgBox img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .companyOrganizationContent {
    flex-direction: column;
  }
  .companyOrganizationContent .textBox {
    gap: 1.25rem;
  }
  .companyOrganizationContent .imgBox {
    width: 100%;
  }
}

/*-------------------------------------------/
    recruit 採用情報
/-------------------------------------------*/
.lower.recruit .contentWrapper .innerBox {
  width: min(100%, 80rem);
  margin: 0 auto;
  padding-left: 15rem;
}
@media screen and (max-width: 1023px) {
  .lower.recruit .contentWrapper .innerBox {
    padding-left: 0;
  }
}

.mv-recruit {
  position: relative;
  width: 100%;
  height: 27.5625rem;
}
@media screen and (min-width: 1921px) {
  .mv-recruit {
    height: 30.625vw;
  }
}
.mv-recruit img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-recruit .mv-copy {
  position: absolute;
  right: 0;
  top: 21.0884353741%;
  font-size: 2.7777777778vw;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4375rem;
  color: #fff;
}
.mv-recruit .mv-copy span {
  display: inline-block;
  background: linear-gradient(99deg, #53b700 33.48%, #96e100 146.38%);
  padding: 0.375rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .mv-recruit img {
    -o-object-position: center top;
       object-position: center top;
  }
  .mv-recruit .mv-copy {
    font-size: 1.5rem;
    top: auto;
    bottom: 1.875rem;
  }
}

.recruitInformationContent .infoList {
  display: flex;
  gap: 1.25rem;
}
.recruitInformationContent .infoList .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  flex: 1;
}
.recruitInformationContent .infoList .inner p {
  font-feature-settings: "palt" on;
}
.recruitInformationContent .infoList .inner p.small {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .recruitInformationContent .infoList {
    flex-direction: column;
  }
}

.recruitRequirements .table-box table.default tr th {
  width: min(34.6153846154%, 22.5rem);
}
@media screen and (max-width: 767px) {
  .recruitRequirements .table-box table.default tr th {
    width: 100%;
  }
}

.recruitFlow {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  align-self: stretch;
}
.recruitFlow .flowBoxWrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.recruitFlow .flowBoxWrap .flowItem {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.recruitFlow .flowBoxWrap .flowItem:not(:last-child)::after {
  position: absolute;
  z-index: -1;
  top: 0.625rem;
  left: 0.5625rem;
  content: "";
  width: 1px;
  height: calc(100% + 2.5rem);
  background: #666;
}
.recruitFlow .flowBoxWrap .flowItem p {
  color: #333;
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
  line-height: 1.7;
  font-feature-settings: "palt" on;
}
.recruitFlow .flowBoxWrap .flowItem p.email {
  font-size: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #007c45;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
}
.recruitFlow .flowBoxWrap .flowItem p.email::before {
  content: "";
  width: 1.5em;
  aspect-ratio: 30/22;
  background: url("../images/common/icon_mail.svg") center center no-repeat;
  background-size: contain;
}
.recruitFlow .flowBoxWrap .flowItem p.small {
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
}
.recruitFlow .flowBoxWrap .flowItem .itemTitle {
  font-size: 1.5rem;
  flex-wrap: 700;
  line-height: 1.4;
  display: flex;
  align-items: first baseline;
  gap: 0.7916666667em;
}
@media screen and (max-width: 767px) {
  .recruitFlow .flowBoxWrap .flowItem .itemTitle {
    font-size: 1.125rem;
  }
}
.recruitFlow .flowBoxWrap .flowItem .itemTitle::before {
  content: "";
  width: 1.1875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: inherit;
  display: inline-block;
  background-color: #333;
}
.recruitFlow .flowBoxWrap .flowItem .inBox {
  padding-left: 2.375rem;
}
.recruitFlow .flowBoxWrap .flowItem .inner {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.recruitFlow .flowBoxWrap .flowItem:first-child .itemTitle {
  color: #82cf24;
}
.recruitFlow .flowBoxWrap .flowItem:first-child .itemTitle::before {
  background: #82cf24;
}
.recruitFlow .flowBoxWrap .flowItem:nth-child(2) .itemTitle {
  color: #31be9b;
}
.recruitFlow .flowBoxWrap .flowItem:nth-child(2) .itemTitle::before {
  background: #31be9b;
}
.recruitFlow .flowBoxWrap .flowItem:nth-child(3) .itemTitle {
  color: #2bb7b7;
}
.recruitFlow .flowBoxWrap .flowItem:nth-child(3) .itemTitle::before {
  background: #2bb7b7;
}
.recruitFlow .flowBoxWrap .flowItem:nth-child(4) .itemTitle {
  color: #19a969;
}
.recruitFlow .flowBoxWrap .flowItem:nth-child(4) .itemTitle::before {
  background: #19a969;
}
.recruitFlow .flowBoxWrap .flowItem:nth-child(5) .itemTitle {
  color: #007c45;
}
.recruitFlow .flowBoxWrap .flowItem:nth-child(5) .itemTitle::before {
  background: #007c45;
}
.recruitFlow .flowBoxWrap .flowItem:nth-child(6) .itemTitle {
  color: #e10203;
}
.recruitFlow .flowBoxWrap .flowItem:nth-child(6) .itemTitle::before {
  background: #e10203;
}

#recruitPageNav .recruitPageNavContent {
  display: flex;
  padding-top: 2.5rem;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  align-self: stretch;
}
#recruitPageNav .recruitPageNavContent .titleBox {
  padding: 0 1.875rem;
  text-align: center;
}
#recruitPageNav .recruitPageNavContent .linkList {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
#recruitPageNav .recruitPageNavContent .linkList .link-item {
  position: relative;
  width: 33.3333333333%;
  aspect-ratio: 480/260;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
}
#recruitPageNav .recruitPageNavContent .linkList .link-item .imgBox {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#recruitPageNav .recruitPageNavContent .linkList .link-item .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: 0.3s all;
}
#recruitPageNav .recruitPageNavContent .linkList .link-item .imgBox::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
}
#recruitPageNav .recruitPageNavContent .linkList .link-item .linkTxt {
  position: relative;
  z-index: 2;
  font-size: 1.9444444444vw;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7142857143em;
}
#recruitPageNav .recruitPageNavContent .linkList .link-item .linkTxt::after {
  content: "";
  width: 1.0714285714em;
  height: 1.0714285714em;
  background: url("../images/common/arrow-01.svg") center center no-repeat;
  background-size: contain;
}
#recruitPageNav .recruitPageNavContent .linkList .link-item:hover .imgBox img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #recruitPageNav .recruitPageNavContent {
    align-items: flex-start;
  }
  #recruitPageNav .recruitPageNavContent .linkList {
    flex-direction: column;
  }
  #recruitPageNav .recruitPageNavContent .linkList .link-item {
    width: 100%;
    aspect-ratio: unset;
    height: 14.0625rem;
  }
  #recruitPageNav .recruitPageNavContent .linkList .link-item .linkTxt {
    font-size: 1.75rem;
  }
}

/*-------------------------------------------/
    benefit 職場環境
/-------------------------------------------*/
.benefitContent .layoutBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  align-self: stretch;
}
.benefitContent .layoutBox .inBox {
  width: calc((100% - 1.875rem) / 2);
  padding: 0.625rem 2.5rem 1.875rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background: #fff;
  overflow: clip;
  color: #333;
}
.benefitContent .layoutBox .inBox ul {
  padding-left: 1.5em;
}
.benefitContent .layoutBox .inBox ul li {
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .benefitContent .layoutBox {
    gap: 1.25rem;
  }
  .benefitContent .layoutBox .inBox {
    width: 100%;
    padding: 0.625rem 1.25rem 1.875rem 1.25rem;
  }
}

#employeeBenefits .galleryBox {
  width: min(100%, 52.8125rem);
  margin: 4rem auto 0;
}
#employeeBenefits .galleryBox .mainImage {
  width: 100%;
}
#employeeBenefits .galleryBox .mainImage .pic {
  width: 100%;
  aspect-ratio: 845/549;
}
#employeeBenefits .galleryBox .mainImage .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
#employeeBenefits .galleryBox .thumbnailImage {
  width: 100%;
  margin: 0.625rem auto;
}
#employeeBenefits .galleryBox .thumbnailImage .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#employeeBenefits .galleryBox .thumbnailImage .slick-track:has(.pic:nth-child(9n)) {
  justify-content: flex-start;
}
#employeeBenefits .galleryBox .thumbnailImage .slick-track .pic {
  width: calc((100% - 4.375rem) / 8) !important;
  aspect-ratio: 845/549;
  cursor: pointer;
  display: inline-block;
  overflow: clip;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  background: #000;
}
#employeeBenefits .galleryBox .thumbnailImage .slick-track .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
  opacity: 0.5;
}
#employeeBenefits .galleryBox .thumbnailImage .slick-track .pic.slick-current img, #employeeBenefits .galleryBox .thumbnailImage .slick-track .pic:hover img {
  transition: 0.3s all;
  opacity: 1;
}
#employeeBenefits .galleryBox .thumbnailImage .slick-track .pic:nth-child(8n) {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  #employeeBenefits .galleryBox .thumbnailImage .slick-track .pic {
    width: calc((100% - 2.1875rem) / 8) !important;
    margin-right: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

.eventContent .layoutBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 2rem;
}
.eventContent .layoutBox .textBox {
  width: min(100% - 2.5rem, 55rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.eventContent .layoutBox .textBox p {
  align-self: stretch;
  font-size: 0.9375rem;
  line-height: 1.7;
  font-feature-settings: "palt" on;
  letter-spacing: 0.15em;
}
.eventContent .layoutBox .galleryBox {
  width: min(100%, 65rem);
}
.eventContent .layoutBox .galleryBox .mainImage {
  width: 100%;
}
.eventContent .layoutBox .galleryBox .mainImage .pic {
  width: 100%;
  aspect-ratio: 1040/627;
}
.eventContent .layoutBox .galleryBox .mainImage .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.eventContent .layoutBox .galleryBox .thumbnailImage {
  width: 100%;
  margin: 1.875rem auto 0;
}
.eventContent .layoutBox .galleryBox .thumbnailImage .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.eventContent .layoutBox .galleryBox .thumbnailImage .slick-track .pic {
  width: calc((100% - 4.375rem) / 8) !important;
  aspect-ratio: 1040/627;
  cursor: pointer;
  display: inline-block;
  overflow: clip;
  margin-right: 0.625rem;
  background: #000;
}
.eventContent .layoutBox .galleryBox .thumbnailImage .slick-track .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
  opacity: 0.5;
}
.eventContent .layoutBox .galleryBox .thumbnailImage .slick-track .pic.slick-current img, .eventContent .layoutBox .galleryBox .thumbnailImage .slick-track .pic:hover img {
  transition: 0.3s all;
  opacity: 1;
}
.eventContent .layoutBox .galleryBox .thumbnailImage .slick-track .pic:nth-child(8n) {
  margin-right: 0;
}
.eventContent .layoutBox .galleryBox .thumbnailImage .slick-track:has(.pic:nth-child(9n)) {
  justify-content: flex-start;
}
.eventContent .layoutBox .galleryBox .thumbnailImage .slick-track:has(.pic:nth-child(9n)) .pic {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .eventContent .layoutBox {
    flex-direction: column;
  }
  .eventContent .layoutBox .textBox {
    width: 100%;
    padding: 0;
  }
  .eventContent .layoutBox .galleryBox .thumbnailImage {
    margin-top: 0.625rem;
  }
  .eventContent .layoutBox .galleryBox .thumbnailImage .slick-track .pic {
    width: calc((100% - 2.1875rem) / 8) !important;
    margin-right: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

.employeeTrainingContent .layoutBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}
.employeeTrainingContent .layoutBox .inBox-col2 {
  display: flex;
  align-self: stretch;
  background: #fff;
  clip-path: inset(0 0 round 0.625rem);
}
.employeeTrainingContent .layoutBox .inBox-col2 .textBox {
  position: relative;
  display: flex;
  padding: 1.25rem 2.5rem 3.75rem 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  flex: 1 0 0;
}
.employeeTrainingContent .layoutBox .inBox-col2 .textBox::after {
  content: "";
  width: 7.3125rem;
  aspect-ratio: 117/50;
  background: url("../images/common/img-deco01.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -1.5rem;
  top: 2.0625rem;
  pointer-events: none;
}
.employeeTrainingContent .layoutBox .inBox-col2 .imageBox {
  width: min(51.4423076923%, 33.4375rem);
}
.employeeTrainingContent .layoutBox .inBox-col2 .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.employeeTrainingContent .layoutBox .inBox {
  width: 100%;
  padding: 1.25rem 2.5rem 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  color: #333;
  background: #fff;
  clip-path: inset(0 0 round 0.625rem);
}
.employeeTrainingContent .layoutBox .inBox h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
.employeeTrainingContent .layoutBox .inBox .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.employeeTrainingContent .layoutBox .inBox .col2-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem;
  align-self: stretch;
}
.employeeTrainingContent .layoutBox .inBox .col2-box .table-box {
  width: min(59.375% - 1.25rem, 35.625rem);
}
.employeeTrainingContent .layoutBox .inBox .col2-box .table-box table.simple {
  font-feature-settings: "palt" on;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.employeeTrainingContent .layoutBox .inBox .col2-box .table-box table.simple tr th {
  font-weight: 700;
  line-height: 1.7;
  padding: 0.25rem 1rem;
}
.employeeTrainingContent .layoutBox .inBox .col2-box .table-box table.simple tr th:nth-child(2) {
  min-width: 9.375rem;
}
.employeeTrainingContent .layoutBox .inBox .col2-box .table-box table.simple tr td {
  padding: 0.25rem 1rem;
  line-height: 1.5;
}
.employeeTrainingContent .layoutBox .inBox .col2-box .table-box table.simple tr:last-child td {
  border-bottom: none;
}
.employeeTrainingContent .layoutBox .inBox .col2-box .imageBox {
  width: min(44.7916666667% - 1.25rem, 26.875rem);
}
@media screen and (max-width: 1200px) {
  .employeeTrainingContent .layoutBox .inBox-col2 {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem;
  }
  .employeeTrainingContent .layoutBox .inBox-col2 .textBox {
    padding: 0;
  }
  .employeeTrainingContent .layoutBox .inBox-col2 .imageBox {
    width: min(100%, 33.4375rem);
  }
  .employeeTrainingContent .layoutBox .inBox .col2-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.5rem;
    align-self: stretch;
  }
  .employeeTrainingContent .layoutBox .inBox .col2-box .table-box {
    width: 100%;
  }
  .employeeTrainingContent .layoutBox .inBox .col2-box .table-box table.simple {
    min-width: 100%;
    width: 31.875rem;
  }
  .employeeTrainingContent .layoutBox .inBox .col2-box .imageBox {
    width: min(100%, 26.875rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .employeeTrainingContent .layoutBox .inBox-col2 {
    clip-path: unset;
    border-radius: 0.625rem;
  }
  .employeeTrainingContent .layoutBox .inBox-col2 .textBox::after {
    top: 0;
    right: -1.875rem;
  }
  .employeeTrainingContent .layoutBox .inBox {
    padding: 0.625rem 1.25rem 1.25rem 1.25rem;
  }
  .employeeTrainingContent .layoutBox .inBox h4 {
    font-size: 1rem;
  }
  .employeeTrainingContent .layoutBox .inBox .col2-box .table-box {
    overflow-x: auto;
  }
}

/*-------------------------------------------/
    data 数字で見るTAXUS
/-------------------------------------------*/
.taxusDataContent {
  width: 100%;
}
.taxusDataContent .layoutBox {
  width: min(100%, 75rem);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.875rem;
  align-self: stretch;
  flex-wrap: wrap;
}
.taxusDataContent .layoutBox .inBox {
  width: calc((100% - 3.75rem) / 3);
  aspect-ratio: 326/300;
  clip-path: inset(0 0 round 1rem);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .taxusDataContent .layoutBox {
    width: min(100%, 23.75rem);
    margin: 0 auto;
  }
  .taxusDataContent .layoutBox .inBox {
    width: 100%;
    aspect-ratio: 380/300;
    text-align: center;
  }
}
.taxusDataContent p.small {
  font-size: 0.8125rem;
}
.taxusDataContent p.txtRight {
  text-align: right;
}

/*-------------------------------------------/
    interview 社員インタビュー
/-------------------------------------------*/
.interviewContent {
  padding-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .interviewContent {
    padding-bottom: 1.25rem;
  }
}
.interviewContent .profileBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.interviewContent .profileBox .imageBox {
  width: 69.4444444444%;
  aspect-ratio: 1000/398;
  background: #f2f6ef;
  text-align: center;
}
.interviewContent .profileBox .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interviewContent .profileBox .textBox {
  position: relative;
  width: 30.5555555556%;
  background: #007c45;
  box-shadow: 1.375rem 1.25rem 0 0 rgba(30, 52, 10, 0.1);
  padding: 2.5rem 5rem 0 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  gap: 0.875rem;
  color: #fff;
}
.interviewContent .profileBox .textBox .numberBox {
  display: flex;
  padding: 0 1.25rem;
  align-items: center;
  gap: 0.625rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #e10203;
  background: #fff;
  position: absolute;
  left: -0.3125rem;
  top: 1.4375rem;
}
.interviewContent .profileBox .textBox p {
  font-size: 0.9375rem;
  line-height: 1.7;
}
.interviewContent .profileBox .textBox p.info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0 1em;
}
.interviewContent .profileBox .textBox p.info span {
  display: inline-block;
}
.interviewContent .profileBox .textBox p.name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
.interviewContent .profileBox .textBox p.name span {
  font-size: 2.125rem;
  vertical-align: baseline;
}
@media screen and (max-width: 1023px) {
  .interviewContent .profileBox .textBox {
    padding: 3.75rem 2.5rem 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .interviewContent .profileBox {
    flex-direction: column;
  }
  .interviewContent .profileBox .imageBox {
    width: 100%;
    aspect-ratio: 414/234;
  }
  .interviewContent .profileBox .textBox {
    width: 100%;
    min-height: 10rem;
    gap: 0;
    padding: 3.75rem 2.5rem 1.25rem 2.5rem;
    box-shadow: none;
  }
  .interviewContent .profileBox .textBox p.info {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.interviewContent .interviewBox {
  width: min(100%, 60rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .interviewContent .interviewBox {
    padding-left: 0;
  }
}
.interviewContent .interviewBox .inBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.interviewContent .interviewBox .inBox .titleBox p.ttl {
  position: relative;
  font-size: 1.5rem;
  font-feature-settings: "palt" on;
  font-weight: 700;
  line-height: 1.7;
  color: #007c45;
  padding: 0.4166666667em 0.8333333333em 0.4166666667em 3.3333333333em;
}
.interviewContent .interviewBox .inBox .titleBox p.ttl::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "Q";
  width: 1.875em;
  height: 1.875em;
  color: #fff;
  background: linear-gradient(99deg, #53b700 33.48%, #96e100 146.38%);
  border-radius: 50%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: center;
}
.interviewContent .interviewBox .inBox .textBox {
  padding: 1.25rem 0.625rem;
}
.interviewContent .interviewBox .inBox .textBox p {
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-feature-settings: "palt" on;
  color: #333;
}
.interviewContent .interviewBox .messageBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.interviewContent .interviewBox .messageBox p {
  font-size: 0.9375rem;
  line-height: 1.7;
  font-feature-settings: "palt" on;
}
.interviewContent .interviewBox .messageBox p.ttl {
  font-size: 1.25rem;
  font-weight: 700;
  color: #007c45;
}
.interviewContent .interviewBox .messageBox .textBox {
  position: relative;
  display: flex;
  padding: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  flex-grow: 1;
  border-radius: 0.625rem;
  background: #f2f6ef;
}
.interviewContent .interviewBox .messageBox .textBox::before {
  content: "";
  width: 1.3125rem;
  height: 1.875rem;
  position: absolute;
  right: -1.125rem;
  left: auto;
  top: calc(50% - 0.9375rem);
  background: #f2f6ef;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.interviewContent .interviewBox .messageBox .imageBox {
  width: min(100%, 13.25rem);
  aspect-ratio: 1/1;
  clip-path: inset(0 0 round 0.625rem);
  flex-shrink: 0;
}
.interviewContent .interviewBox .messageBox .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interviewContent .interviewBox .messageBox.rev {
  flex-direction: row-reverse;
}
.interviewContent .interviewBox .messageBox.rev .textBox::before {
  right: auto;
  left: -1.125rem;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .interviewContent .interviewBox .messageBox {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.875rem;
  }
  .interviewContent .interviewBox .messageBox .textBox {
    padding: 1.875rem;
  }
  .interviewContent .interviewBox .messageBox .textBox::before {
    width: 1.875rem;
    height: 1.3125rem;
    right: auto;
    left: calc(50% - 0.9375rem);
    top: -1.0625rem;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
  .interviewContent .interviewBox .messageBox.rev {
    flex-direction: column;
    align-items: center;
  }
  .interviewContent .interviewBox .messageBox.rev .textBox::before {
    width: 1.875rem;
    height: 1.3125rem;
    right: auto;
    left: calc(50% - 0.9375rem);
    top: calc(100% - 0.1875rem);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}

/*-------------------------------------------/
    business 事業内容
/-------------------------------------------*/
.business .contentWrapper {
  padding: 6.25rem 0;
}
.business .contentWrapper#development {
  padding: 2.2222222222rem 0 6.25rem;
}
.business .contentWrapper .innerBox {
  width: min(100%, 90rem);
  margin: 0 auto;
  padding-left: 20rem;
}
@media screen and (max-width: 1023px) {
  .business .contentWrapper {
    padding: 3.75rem 0;
  }
  .business .contentWrapper#development {
    padding: 2.2222222222rem 0 3.75rem;
  }
  .business .contentWrapper .innerBox {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .business .contentWrapper {
    padding: 2.5rem 0;
  }
  .business .contentWrapper#development {
    padding: 2.5rem 0;
  }
}

.businessContent {
  width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-self: stretch;
  align-items: flex-start;
}
.businessContent .textBox {
  position: relative;
  z-index: 2;
  width: min(58.9285714286%, 41.25rem);
  display: flex;
  padding: 0 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: center;
}
.businessContent .textBox p,
.businessContent .textBox ul {
  font-size: 0.9375rem;
  line-height: 1.7;
  font-feature-settings: "palt" on;
  color: #333;
  letter-spacing: 0.15em;
}
.businessContent .textBox ul {
  padding-left: 2em;
}
.businessContent .textBox ul li {
  list-style: disc;
}
.businessContent .textBox h3 {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
}
.businessContent .textBox .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.businessContent .imageBox {
  position: relative;
  z-index: 1;
  width: min(41.0714285714%, 28.75rem);
  display: flex;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}
.businessContent .imageBox .mainImage {
  width: 100%;
  clip-path: inset(0 0 round 0 0.625rem 0.625rem 0);
}
.businessContent .imageBox .mainImage img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.businessContent.rev {
  flex-direction: row;
}
.businessContent.rev .imageBox .mainImage {
  clip-path: inset(0 0 round 1rem 0 0 1rem);
}
@media screen and (max-width: 767px) {
  .businessContent {
    flex-direction: column-reverse;
  }
  .businessContent .imageBox {
    width: calc(100% - 1.25rem);
    margin-right: auto;
    margin-left: 0;
  }
  .businessContent .textBox {
    width: 100%;
    padding: 1.25rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    gap: 0.625rem;
  }
  .businessContent.rev {
    flex-direction: column-reverse;
  }
  .businessContent.rev .imageBox {
    margin-left: auto;
    margin-right: 0;
  }
  .businessContent.rev .textBox {
    width: 100%;
    padding: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

#staffing .btn-box {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #staffing .btn-box {
    margin: 0 auto;
  }
}

/*-------------------------------------------/
    works 業務実績
/-------------------------------------------*/
.works .contentWrapper {
  padding: 5rem 3.75rem;
}
.works .contentWrapper#works01 {
  padding: 2.2222222222rem 3.75rem 5rem;
}
.works .contentWrapper .innerBox {
  width: min(100%, 80rem);
  padding-left: 15rem;
}
@media screen and (max-width: 1023px) {
  .works .contentWrapper {
    padding: 2.5rem 1.25rem;
  }
  .works .contentWrapper#works01 {
    padding: 2.5rem 1.25rem;
  }
  .works .contentWrapper .innerBox {
    padding-left: 0;
  }
}

.worksContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  flex: 1 0 0;
}

.table-box.scrollBox {
  overflow-x: auto;
}
.table-box.scrollBox table.works {
  width: 65rem;
  min-width: 100%;
}

/*-------------------------------------------/
    policy 個人情報保護方針
    guideline 特定個人情報の適正な取扱いに関する基本方針
    security 情報セキュリティ基本方針
    environment 環境経営指針
/-------------------------------------------*/
.pageContent {
  width: min(100%, 60rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.pageContent h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
}
.pageContent h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
}
.pageContent p {
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-feature-settings: "palt" on;
  color: #333;
}
.pageContent p.txtRight {
  width: 100%;
  text-align: right;
}
.pageContent p a {
  color: #007c45;
}
.pageContent .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}
.pageContent .informationBox {
  display: flex;
  padding: 1.875rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.625rem;
  border: 1px solid #999;
}

/*=====================================================
		アニメーション
======================================================*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */