@charset "UTF-8";
/*
 * foundation
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

:root {
  --content-width:1128px;
  --color-main:#4F9838;
  --color-main2:#2B7E1B;
  --color-accent:#D53B3D;
  --color-accent2:#E1FAA2;
  --color-accent3:#64BC37;
  --color-link:#006EC2;
  --color-link2:#475D39;
  --color-white:#fff;
  --color-grey:#F4F4F4;
  --color-grey2:#E3E3E3;
  --color-grey3:#757575;
  --color-text:#363636;
  --color-text2:#475D39;
  --color-light:#FCFFEC;
  --color-light2:#F7FAE4;
  --color-light3:#F2F8D2;
  --color-light4:#FAFBF5;
  --color-grad:linear-gradient(90deg, rgba(187,246,158,1) 0%, rgba(252,252,122,1) 100%);
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  min-width: 1200px;
}

a {
  text-decoration: underline;
  color: inherit;
  transition: filter 0.3s ease;
}
a:hover {
  filter: brightness(1.5);
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-medium {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-jp-semibold {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

@media screen and (min-width: 1025px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 好みで使用してください
p, dl, dt, dd, ul, li{
    line-height: 1.5;
    font-feature-settings : "palt";
    text-align:justify; 
    text-justify: inter-ideograph;
}
*/
ul li,
ol li {
  line-height: 1.8;
  font-size: 16px;
}

.sp {
  display: none !important;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fix-side {
  position: fixed;
  width: 60px;
  right: -200px;
  top: 50vh;
  transform: translateY(-50%);
  z-index: 99999;
}
.fix-side a {
  display: flex;
  width: 60px;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  margin-bottom: 6px;
  border-radius: 8px;
  border: 2px solid #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-rl;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fix-side a img {
  display: inline-block;
  vertical-align: text-bottom;
  margin-bottom: 6px;
  margin-top: 0;
}
.fix-side a:nth-of-type(1) {
  background-color: #fff;
  color: var(--color-text2);
  border-color: var(--color-text2);
}
.fix-side a:nth-of-type(2) {
  background-color: var(--color-main);
}
.fix-side a:nth-of-type(3) {
  background-color: var(--color-accent);
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
/* ブロックスキップ */
.skip-link {
  position: absolute;
  top: -40px; /* 見えないように上に隠す */
  left: 0;
  background: var(--color-main);
  color: #fff;
  padding: 5px 16px;
  z-index: 1000;
  text-decoration: none;
  font-size: 16px;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0; /* フォーカス時に表示 */
}

@media screen and (max-width: 767px) {
  .skip-link:focus {
    top: 80px;
  }
}
/*
 * layout
 */
/* header -------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  top: 0;
  padding: 0 16px;
  transform: translateY(0);
  transition: transform 0.4s ease-in-out;
}
.header .logo a:hover,
.header h1 a:hover {
  filter: brightness(1);
}
.header .hdr-contact-area {
  width: 646px;
  height: 100px;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.3s;
}
.header .hdr-contact-area nav.pc {
  width: 100%;
}
.header .hdr-contact-area nav.pc > ul {
  display: flex;
  padding-left: 0;
}
.header .hdr-contact-area nav.pc > ul > li {
  list-style-type: none;
  margin: 0 20px;
  position: relative;
}
.header .hdr-contact-area nav.pc > ul > li > a {
  text-decoration: none;
  color: var(--color-text2);
  font-weight: 700;
}
.header .hdr-contact-area nav.pc > ul > li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-grey2);
}
.header .hdr-contact-area nav.pc > ul > li:nth-of-type(1) a:after, .header .hdr-contact-area nav.pc > ul > li:nth-last-of-type(1) a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-grad);
}
.header .hdr-contact-area nav.pc > ul > li.has-sub {
  position: relative;
}
.header .hdr-contact-area nav.pc > ul > li .sub {
  display: none;
  position: absolute;
  left: -24px;
  top: 3em;
  width: max-content;
  height: auto !important;
  z-index: 3;
  background-color: #fff;
  padding: 0;
  border-radius: 8px;
  border: 1px solid var(--color-grey);
}
.header .hdr-contact-area nav.pc > ul > li .sub li {
  border-bottom: 1px solid var(--color-grey);
  list-style-type: none;
  padding: 0 20px;
  display: block;
}
.header .hdr-contact-area nav.pc > ul > li .sub li:hover {
  background-image: url(../img/common/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-position: 94% center;
}
.header .hdr-contact-area nav.pc > ul > li .sub li::before {
  content: none;
}
.header .hdr-contact-area nav.pc > ul > li .sub li a {
  display: block;
  font-size: 14px;
  line-height: 2;
  padding: 8px 20px 8px 0;
  display: flex;
  align-items: center;
  text-decoration: underline;
  height: auto;
  font-weight: 500;
  color: var(--color-link2);
}
.header .hdr-contact-area nav.pc > ul > li .sub li a:hover {
  text-decoration: none;
  filter: brightness(1);
  color: var(--color-text2);
}
.header .hdr-contact-area nav.pc > ul > li .sub li:nth-last-of-type(1) {
  border-bottom: none;
}
.header .hdr-contact-area .hdr-contact {
  width: 646px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header .hdr-contact-area .hdr-contact .cap {
  font-size: 14px;
  font-size: 1.4rem;
  background-image: url(../../assets/img/common/icon-arrow-black.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.header .hdr-contact-area .hdr-contact .cap span.color {
  color: var(--color-main2);
}
.header .hdr-contact-area .hdr-contact .hdr-tel {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 26px;
}
.header .hdr-contact-area .hdr-contact .hdr-tel img {
  display: inline-block;
}
.header .hdr-contact-area .hdr-contact .hdr-tel .time {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.header .hdr-contact-area .hdr-contact .hdr-contact-btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
  background-color: var(--color-main);
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 0 0 16px 16px;
}
.header .hdr-contact-area .hdr-contact .hdr-contact-btn a:hover {
  filter: brightness(1.2);
}
.header .hdr-contact-area .hdr-contact .hdr-contact-btn a img {
  margin-right: 10px;
}
@media screen and (max-width: 1270px) {
  .header .hdr-contact-area {
    min-width: 360px;
    justify-content: center;
  }
  .header .hdr-contact-area nav {
    display: none;
  }
}
.header.hide {
  background-color: transparent;
}
.header.hide h1 img,
.header.hide .logo img {
  width: 124px;
  height: auto;
}
.header.hide .hdr-contact-area {
  right: 10px;
  top: 0;
}
.header.hide .hdr-contact-area nav {
  display: none;
}
.header.hide .hdr-contact-area .hdr-contact a {
  font-size: 24px;
  font-size: 2.4rem;
}
.header.hidden {
  transform: translateY(-100%);
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    height: 56px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 100;
    transition: 0.3s;
    padding: 0;
  }
  .header h1,
  .header .logo {
    margin-left: 1vw;
  }
  .header h1 img,
  .header .logo img {
    width: 80vw;
    height: auto;
  }
  .header.hide {
    background-color: #fff;
  }
}
/* footer -------------------------------------- */
footer {
  border-top: 3px solid rgba(100, 188, 55, 0.2);
  padding: 90px 0 112px;
}
footer .ftr-logo {
  width: 1128px;
  margin: 0 auto;
}
footer .inner {
  width: 1128px;
  margin: 72px auto 0;
  display: flex;
  justify-content: space-between;
}
footer .inner .ftr-data {
  width: 234px;
}
footer .inner .ftr-data p {
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
footer .inner .ftr-data p.saiyou {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
footer .inner .ftr-data p.saiyou span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
footer .inner .ftr-data p.addr {
  margin-top: 24px;
}
footer .inner .ftr-link {
  width: 744px;
}
footer .inner .ftr-link p a {
  display: block;
  width: 162px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 5px;
  color: var(--color-text2);
  font-weight: 700;
}
footer .inner .ftr-link p a::after {
  content: "";
  display: block;
  width: 162px;
  height: 2px;
  background: var(--color-grad);
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner .ftr-link nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
footer .inner .ftr-link nav ul {
  width: 162px;
  padding: 0;
}
footer .inner .ftr-link nav ul li {
  margin-left: 0;
  list-style-type: none;
  color: var(--color-text2);
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 5px;
}
footer .inner .ftr-link nav ul li a {
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--color-text2);
  font-weight: 500;
  line-height: 24px;
}
footer .inner .ftr-link nav ul li a:hover {
  color: var(--color-dark);
  text-decoration: none;
}
footer .inner .ftr-link nav ul li:nth-of-type(1) {
  margin-bottom: 20px;
  border-bottom: 2px solid var(--color-grey2);
  font-weight: 700;
}
footer .inner .ftr-link nav ul:nth-last-of-type(1) li {
  font-weight: 700;
  position: relative;
  border-bottom: none;
  padding-bottom: 6px;
}
footer .inner .ftr-link nav ul:nth-last-of-type(1) li a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}
footer .inner .ftr-link nav ul:nth-last-of-type(1) li::after {
  content: "";
  display: block;
  width: 162px;
  height: 2px;
  background: var(--color-grad);
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner .ftr-link nav:nth-last-of-type(1) ul {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
footer .inner .ftr-link nav:nth-last-of-type(1) ul li {
  margin-right: 24px;
  margin-bottom: 0;
  padding-right: 24px;
  padding-bottom: 0;
  border-right: 1px solid var(--color-grey2);
}
footer .inner .ftr-link nav:nth-last-of-type(1) ul li::after {
  content: none;
}
footer .inner .ftr-link nav:nth-last-of-type(1) ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  padding: 3px 0;
  text-decoration: underline;
}
footer .inner .ftr-link nav:nth-last-of-type(1) ul li a:hover {
  text-decoration: none;
}
footer .sns-wrap {
  display: flex;
  justify-content: space-between;
}
footer .sns-wrap .sns {
  display: flex;
  align-items: center;
}
footer .sns-wrap .sns a {
  margin-right: 24px;
}
footer .sns-wrap .sns a.co {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  color: #337C2C;
  border: 1px solid #337C2C;
  text-decoration: none;
}
footer .sns-wrap .sns a.co img {
  margin-left: 4px;
}
footer .sns-wrap p.copyright small {
  font-size: 12px;
  font-size: 1.2rem;
}

.page-contact footer .inner .ftr-data,
.page-entry footer .inner .ftr-data {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-contact footer .inner .ftr-data .addr,
.page-entry footer .inner .ftr-data .addr {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 52px 0;
  }
  footer .ftr-logo {
    width: 100%;
  }
  footer .ftr-logo img {
    width: 80%;
    margin: 0 auto;
  }
  footer .inner {
    width: 100%;
    margin-top: 54px;
  }
  footer .inner .ftr-link {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  footer .inner .ftr-link .sns-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .inner .ftr-link .sns-wrap .sns a.co {
    margin-right: 0;
  }
  footer .inner .ftr-link .sns-wrap p {
    width: 100%;
    margin-top: 28px;
    text-align: center;
  }
}
/*
 * object
 */
/*下層パンくず*/
ol.breadcrumbs {
  margin: 100px auto 0;
  padding: 14px 24px 0;
  display: flex;
  flex-wrap: wrap;
}
ol.breadcrumbs li {
  list-style: none;
  align-items: center;
}
ol.breadcrumbs li::before {
  content: none;
  margin-left: 0;
}
ol.breadcrumbs li::after {
  content: ">";
  font-size: 10px;
  padding: 0 5px;
}
ol.breadcrumbs li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: var(--color-link2);
  text-decoration: underline;
}
ol.breadcrumbs li span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: var(--color-link2);
}
ol.breadcrumbs li:nth-last-of-type(1)::after {
  content: none;
}

@media screen and (max-width: 767px) {
  /*下層パンくず*/
  ol.breadcrumbs {
    width: 100%;
    margin: 56px auto 0;
    padding: 14px 16px 12px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
  ol.breadcrumbs li {
    list-style: none;
    align-items: center;
  }
  ol.breadcrumbs li::before {
    content: none;
    margin-left: 0;
  }
  ol.breadcrumbs li::after {
    content: ">";
    font-size: 10px;
    padding: 0 5px;
  }
  ol.breadcrumbs li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: var(--color-main);
  }
  ol.breadcrumbs li span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
  }
  ol.breadcrumbs li:nth-last-of-type(1)::after {
    content: none;
  }
}
/*ハンバーガー */
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  position: fixed;
  width: 85px;
  height: 85px;
  cursor: pointer;
  background: var(--color-dark);
  border-radius: 43px;
  z-index: 99999;
  right: 58px;
  top: 7px;
  transition: 0.3s;
  border: none;
  padding: 0;
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 20px;
  height: 1px;
  background-color: #fff;
}
.openbtn span:nth-of-type(1) {
  top: 30px;
  width: 50%;
}
.openbtn span:nth-of-type(2) {
  top: 40px;
  width: 30%;
}
.openbtn span.menu {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  background-color: transparent;
}
.openbtn.hide {
  right: 28px;
  top: 7px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 30px;
  left: 28px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}
.openbtn.active span:nth-of-type(2) {
  top: 42px;
  left: 28px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

.mm-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  z-index: 99999;
  top: 0;
  right: -200%;
  transition: 0.8s;
  opacity: 0.2;
  overflow: auto;
}

.mm-menu.active {
  top: 0;
  right: 0;
  opacity: 1;
}

.mm-page {
  position: relative;
  z-index: 8000;
}

.sp-nav-close {
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  transition: 0.8s;
  pointer-events: none;
}
.sp-nav-close.active {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  /*ハンバーガー */
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn {
    position: fixed;
    /*ボタン内側の基点となるためrelativeを指定*/
    width: 62px;
    height: 56px;
    cursor: pointer;
    background-color: var(--color-main);
    border-radius: 0 0 16px 16px;
    z-index: 99999;
    right: 0;
    top: 0;
    transition: 0.3s;
    border: none;
  }
  .sp-tel {
    position: fixed;
    z-index: 99999;
    top: 10px;
    right: 85px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: var(--color-main);
    line-height: 1;
    color: var(--color-dark);
  }
  .sp-tel img {
    margin: 14px auto 0;
  }
  .sp-tel span {
    position: absolute;
    bottom: 9px;
    left: 20px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 16px;
    height: 2px;
    background-color: #fff;
  }
  .openbtn span:nth-of-type(1) {
    top: 18px;
    width: 50%;
  }
  .openbtn span:nth-of-type(2) {
    top: 26px;
    width: 30%;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 17px;
    left: 19px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  .openbtn.active span:nth-of-type(2) {
    top: 29px;
    left: 19px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  .openbtn span.menu {
    padding-top: 8px;
    left: 11px;
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    background-color: transparent;
  }
  .openbtn.active span.menu {
    left: 16px;
  }
  .mm-menu {
    position: fixed;
    width: 100%;
    height: 110vh;
    background-color: #fbfbfb;
    z-index: 9999;
    right: -200%;
    transition: 0.8s;
    opacity: 0.2;
    overflow-y: scroll;
    padding: 60px 0 40px;
    top: 0;
  }
  .mm-menu.active {
    right: 0;
    opacity: 1;
  }
  .mm-page {
    position: relative;
    z-index: 8000;
  }
}
@media screen and (max-width: 767px) {
  .sp-menu-link {
    min-width: 100%;
    height: auto;
    padding-top: 0;
  }
  .sp-menu-link .inner {
    display: block;
    width: 90%;
  }
  .sp-menu-link .inner .sp-menu-data {
    border-right: none;
  }
  .sp-menu-link .inner .sp-menu-data .sp-menu-logo {
    width: 100%;
  }
  .sp-menu-link .inner .sp-menu-data .sp-menu-logo img {
    zoom: 0.5;
  }
  .sp-menu-link .inner .sidemenu-link {
    width: 100%;
  }
  .sp-menu-link .inner .sidemenu-link nav ul li {
    list-style-type: none;
    border-bottom: 1px solid var(--color-grey);
  }
  .sp-menu-link .inner .sidemenu-link nav ul li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: var(--color-link2);
    margin-top: 8px;
    padding: 8px 8px 8px 16px;
  }
  .sp-menu-link .inner .sidemenu-link nav ul li a:active, .sp-menu-link .inner .sidemenu-link nav ul li a:focus {
    background-image: url(../img/common/icon_arrow_right.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .sp-menu-link .inner .sidemenu-link nav ul li.grad a {
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 0;
  }
  .sp-menu-link .inner .sidemenu-link nav ul li.grad:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-grad);
  }
  .sp-menu-link .inner .sidemenu-link nav ul li.grey {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 20px 0;
    color: var(--color-text2);
  }
  .sp-menu-link .inner .sidemenu-link nav ul li.grey:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-grey2);
  }
  .sp-menu-link .inner .sidemenu-link nav ul:nth-of-type(1) li.grey {
    margin-top: 40px;
  }
  .sp-menu-link .inner .sidemenu-link nav ul.under-link {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
  }
  .sp-menu-link .inner .sidemenu-link nav ul.under-link li {
    border-right: 1px solid var(--color-grey);
  }
  .sp-menu-link .inner .sidemenu-link nav ul.under-link li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0px 9px;
  }
  .sp-menu-link .inner .sidemenu-link nav ul.under-link li:nth-last-of-type(1) {
    border-right: none;
  }
}
.related-posts {
  margin-top: 20px;
}
.related-posts .card-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.related-posts .card-container .card {
  display: block;
  width: calc(33.333% - 20px);
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.related-posts .card-container .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.related-posts .card-container .card .image img {
  width: 100%;
  height: auto;
  display: block;
}
.related-posts .card-container .card .content {
  padding: 15px;
}
.related-posts .card-container .card .content h3 {
  font-size: 1.2em;
  margin: 0 0 10px;
  color: #0073aa;
}
.related-posts .card-container .card .content h3:hover {
  text-decoration: underline;
}
.related-posts .card-container .card .content .categories {
  font-size: 0.9em;
  color: #555;
}
.related-posts .card-container .card .content .categories .category {
  display: inline-block;
  margin-right: 5px;
  background-color: #f4f4f4;
  padding: 3px 8px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .related-posts .card-container {
    flex-direction: column;
    gap: 15px;
  }
  .related-posts .card-container .card {
    width: 100%;
  }
}

.p-cta {
  width: 100%;
  height: 420px;
  padding: 56px 0 64px;
  background-image: url(../img/top/cta-bg.png);
  background-size: cover;
  border-top: 3px solid rgba(100, 188, 55, 0.2);
}
.p-cta .inner {
  text-align: center;
}
.p-cta .inner p.title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  color: var(--color-text2);
  font-weight: 700;
}
.p-cta .inner .wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.p-cta .inner .wrap .box {
  margin: 0 16px;
  text-align: center;
}
.p-cta .inner .wrap .box p.title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-cta .inner .wrap .box p.cta-main {
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: 16px;
  line-height: 1;
  font-weight: 700;
}
.p-cta .inner .wrap .box p.cta-main img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.p-cta .inner .wrap .box p.sub {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 16px;
  font-weight: 500;
}
.p-cta .inner .wrap .box:nth-of-type(1) {
  width: 376px;
  height: 188px;
  background-color: #fff;
  padding-top: 32px;
  border-radius: 16px;
}
.p-cta .inner .wrap .box:nth-of-type(1) p.title {
  color: var(--color-text);
}
.p-cta .inner .wrap .box:nth-of-type(2) a {
  display: block;
  width: 376px;
  height: 188px;
  background-color: var(--color-main);
  border: 2px solid #fff;
  padding-top: 32px;
  border-radius: 16px;
  text-decoration: none;
}
.p-cta .inner .wrap .box:nth-of-type(2) a p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-cta {
    width: 100%;
    height: auto;
    padding: 56px 0 36px;
    background-image: url(../img/common/cv-bg-sp.png);
    background-size: cover;
    border-top: 3px solid rgba(100, 188, 55, 0.2);
  }
  .p-cta .inner {
    text-align: center;
  }
  .p-cta .inner p.title {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-cta .inner .wrap {
    display: block;
    margin-top: 24px;
  }
  .p-cta .inner .wrap .box {
    margin: 12px auto 0;
    text-align: center;
  }
  .p-cta .inner .wrap .box a {
    text-decoration: none;
  }
  .p-cta .inner .wrap .box p.title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .p-cta .inner .wrap .box p.cta-main {
    font-size: 32px;
    font-size: 3.2rem;
    margin-top: 16px;
    line-height: 1;
    font-weight: 700;
  }
  .p-cta .inner .wrap .box p.cta-main img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .p-cta .inner .wrap .box p.sub {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 16px;
    font-weight: 500;
  }
  .p-cta .inner .wrap .box:nth-of-type(1) {
    width: 92%;
    height: auto;
    background-color: #fff;
    padding: 32px 0 42px;
    border-radius: 16px;
  }
  .p-cta .inner .wrap .box:nth-of-type(1) p.title {
    color: var(--color-text);
  }
  .p-cta .inner .wrap .box:nth-of-type(2) a {
    display: block;
    width: 92%;
    height: auto;
    background-color: var(--color-main);
    border: 2px solid #fff;
    padding: 32px 0 42px;
    border-radius: 16px;
    text-decoration: none;
    margin: 0 auto;
  }
  .p-cta .inner .wrap .box:nth-of-type(2) a p {
    color: #fff;
  }
}
.c-for-list {
  text-align: center;
  margin: 30px auto 0;
}
.c-for-list a {
  position: relative;
  display: block;
  width: 274px;
  color: var(--color-main2);
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  padding: 18px 0;
  border-radius: 50px;
  margin-top: 40px;
  text-decoration: none;
  font-weight: bold;
  border: 3px solid var(--color-main2);
}
.c-for-list a::after {
  content: url(../img/common/icon_arrow_right.png);
  right: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  transition: 0.3s;
}
.c-for-list a:hover {
  filter: brightness(1.2);
}
.c-for-list a:hover::after {
  right: 10px;
}
.c-for-list.red a {
  background-color: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
}
.c-for-list.red a::after {
  content: url(../img/common/icon-red-white.png);
}
.c-for-list.red a:hover {
  background: var(--color-main);
  color: var(--color-main);
  font-weight: bold;
}
.c-for-list.red a:hover::after {
  content: url(../img/common/icon-red.png);
  background-color: var(--color-main);
}

.wp-block-button {
  text-align: center;
  margin: 30px auto 0;
}
.wp-block-button a {
  display: inline-block;
  padding: 24px 72px;
  background: url(../img/common/icon_arrow_right.png) 90% center no-repeat, var(--color-grad);
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  color: var(--color-text2);
}
.wp-block-button a:hover {
  background-position: 92% center;
}

.single .c-for-list a {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .c-for-list,
  .wp-block-button {
    text-align: center;
    margin: 30px auto 64px;
  }
  .c-for-list a,
  .wp-block-button a {
    position: relative;
    display: block;
    width: 80%;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 17px 0;
    margin: 0 auto;
  }
}
.ftr-fix {
  display: none;
}

.main-bg {
  position: absolute;
  width: 100%;
  height: 984px;
  background-image: url(../img/top/main-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 49px;
  z-index: -1;
}

.main-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.main-image img.main-left {
  position: absolute;
  top: 120px;
  right: 50%;
  margin-right: 600px;
}
.main-image img.main-right {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: 600px;
}
.main-image .inner {
  width: 1200px;
  padding-left: 50px;
  margin: 171px auto 0;
  display: flex;
  position: relative;
  min-height: 576px;
}
.main-image .inner .txt {
  width: 757px;
  position: relative;
  z-index: 10;
}
.main-image .inner .txt p.main-title {
  font-size: 53px;
  color: var(--color-main);
}
.main-image .inner .txt p.main-title img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.main-image .inner .txt p.sub-txt {
  font-size: 32px;
  font-weight: bold;
  color: var(--color-text2);
  background-color: var(--color-accent2);
  display: inline;
  line-height: 2;
  padding: 2px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.main-image .inner .txt .list {
  display: flex;
  margin-top: 48px;
}
.main-image .inner .txt .list .circle {
  width: 136px;
  height: 136px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: var(--color-text2);
  line-height: 1.2;
  background: var(--color-grad);
  border-radius: 68px;
  position: relative;
}
.main-image .inner .txt .list .circle:before {
  content: "";
  display: block;
  width: 132px;
  height: 132px;
  background-color: #FCFFEC;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 66px;
  z-index: 9;
}
.main-image .inner .txt .list .circle p {
  font-size: 22px;
  position: relative;
  z-index: 10;
}
.main-image .inner .txt .list .circle p span {
  font-size: 16px;
}
.main-image .inner .txt .list .circle:nth-of-type(1) p, .main-image .inner .txt .list .circle:nth-of-type(2) p, .main-image .inner .txt .list .circle:nth-of-type(4) p {
  line-height: 1.3;
}
.main-image .inner img.main-image-circle {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}

@media screen and (min-width: 1400px) {
  .main-image {
    overflow-x: hidden;
  }
}
.top-section .inner {
  margin: 0 auto;
  padding: 40px;
}
.top-section .inner p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 24px;
}

.top-oshigoto {
  width: 91%;
  margin: 0 auto 70px;
  background-color: #fff;
  position: relative;
  z-index: 11;
  padding-top: 105px;
  padding-bottom: 94px;
}
.top-oshigoto .h2-wrap {
  width: 656px;
  position: absolute;
  margin-top: -185px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 48px;
  padding-top: 40px;
  text-align: center;
}
.top-oshigoto .h2-wrap p.sub-title {
  text-align: center;
  font-weight: 700;
  color: var(--color-main2);
  font-size: 20px;
}
.top-oshigoto .h2-wrap p.sub-title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.top-oshigoto .h2-wrap h2 {
  font-size: 34px;
  line-height: 2;
  color: var(--color-text2);
  padding-bottom: 28px;
  position: relative;
}
.top-oshigoto .h2-wrap h2::before {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: var(--color-accent3);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-oshigoto .h2-wrap::before {
  content: url(../img/top/top-oshigoto-left.png);
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 40px;
}
.top-oshigoto .h2-wrap::after {
  content: url(../img/top/top-oshigoto-right.png);
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
  top: 40px;
}
.top-oshigoto .h2-wrap .balloon {
  position: absolute;
  width: max-content;
  font-weight: 700;
  padding: 9px 20px;
  background-color: var(--color-accent);
  border: 3px solid #fff;
  font-size: 20px;
  color: #fff;
  border-radius: 34px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 5px #aaa;
}
.top-oshigoto .h2-wrap .balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 47px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.top-oshigoto .h2-wrap .balloon::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  border-top: 15px solid var(--color-accent);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.top-oshigoto .inner {
  position: relative;
  width: 1128px;
  margin-top: 60px;
  padding: 0;
}
.top-oshigoto .inner p.kyujin-title {
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 24px;
  background-color: #fff;
  display: inline-block;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.top-oshigoto .inner .wrap {
  border: 2px solid var(--color-grey2);
  padding: 40px 64px;
}
.top-oshigoto .inner .wrap .kyujin-inner {
  display: flex;
  margin: 0;
}
.top-oshigoto .inner .wrap .kyujin-inner .box {
  width: 296px;
  margin-right: 56px;
}
.top-oshigoto .inner .wrap .kyujin-inner .box a:hover {
  filter: brightness(1.1);
  text-decoration: none;
}
.top-oshigoto .inner .wrap .kyujin-inner .box a .image {
  width: 296px;
  height: 197px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.top-oshigoto .inner .wrap .kyujin-inner .box a p {
  color: var(--color-link2);
}
.top-oshigoto .inner .wrap .kyujin-inner .box a:nth-of-type(3) {
  margin-right: 0;
}
.top-oshigoto .inner .wrap .c-for-list a {
  margin: 0 auto;
}
.top-oshigoto .inner .top-job {
  width: 1000px;
  margin: 64px auto 0;
}
.top-oshigoto .inner .top-job h3 {
  display: inline-block;
  font-size: 30px;
  color: var(--color-text2);
  font-weight: 700;
  background-color: var(--color-accent2);
  padding: 3px 14px;
  line-height: 1.2;
}
.top-oshigoto .inner .top-job p.intro {
  font-size: 18px;
  font-weight: bold;
}
.top-oshigoto .inner .top-job p span.underline {
  border-bottom: 4px solid var(--color-accent2);
}
.top-oshigoto .inner .top-job-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 40px auto 0;
}
.top-oshigoto .inner .top-job-wrap .box {
  width: 488px;
  padding: 20px;
  margin-bottom: 24px;
}
.top-oshigoto .inner .top-job-wrap .box p.title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
.top-oshigoto .inner .top-job-wrap .box .box-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.top-oshigoto .inner .top-job-wrap .box .box-inner .image {
  width: 164px;
  height: 164px;
}
.top-oshigoto .inner .top-job-wrap .box .box-inner .txt {
  width: 268px;
}
.top-oshigoto .inner .top-job-wrap .box .box-inner .txt ul {
  margin-bottom: 15px;
}
.top-oshigoto .inner .top-job-wrap .box .box-inner .txt .for-detail a {
  display: flex;
  width: 257px;
  height: 56px;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.top-oshigoto .inner .top-job-wrap .box .box-inner .txt .for-detail a img {
  margin-left: 8px;
  transition: 0.3s;
}
.top-oshigoto .inner .top-job-wrap .box .box-inner .txt .for-detail a:hover img {
  transform: translateX(6px);
}
.top-oshigoto .inner .top-job-wrap .box .for-detail {
  display: flex;
  justify-content: flex-end;
}
.top-oshigoto .inner .top-job-wrap .box:nth-of-type(1) {
  border: 1px solid rgba(43, 126, 27, 0.2);
  background-color: var(--color-light);
}
.top-oshigoto .inner .top-job-wrap .box:nth-of-type(1) p.title {
  color: var(--color-main2);
}
.top-oshigoto .inner .top-job-wrap .box:nth-of-type(1) .for-detail a {
  background-color: var(--color-main2);
}
.top-oshigoto .inner .top-job-wrap .box:nth-of-type(2) {
  border: 1px solid rgba(92, 78, 56, 0.2);
  background-color: #FFF8ED;
}
.top-oshigoto .inner .top-job-wrap .box:nth-of-type(2) p.title {
  color: #5C4E38;
}
.top-oshigoto .inner .top-job-wrap .box:nth-of-type(2) .for-detail a {
  background-color: #5C4E38;
}
.top-oshigoto .inner .top-job-wrap .box:nth-of-type(3) {
  border: 1px solid rgba(3, 120, 171, 0.2);
  background-color: #EDFAFF;
}
.top-oshigoto .inner .top-job-wrap .box:nth-of-type(3) p.title {
  color: #0378AB;
}
.top-oshigoto .inner .top-job-wrap .box:nth-of-type(3) .for-detail a {
  background-color: #0378AB;
}
.top-oshigoto .inner .top-job-wrap .box:nth-of-type(4) {
  border: 1px solid rgba(121, 118, 42, 0.2);
  background-color: #FFFEED;
}
.top-oshigoto .inner .top-job-wrap .box:nth-of-type(4) p.title {
  color: #79762A;
}
.top-oshigoto .inner .top-job-wrap .box:nth-of-type(4) .for-detail a {
  background-color: #79762A;
}

.oubo-bnr {
  width: 1128px;
  border: 4px solid var(--color-accent3);
  margin: 84px auto 0;
}
.oubo-bnr .title {
  background-color: var(--color-light3);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oubo-bnr .title p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.7;
  margin-right: 56px;
  margin-top: 0;
}
.oubo-bnr .title a {
  display: flex;
  width: 232px;
  height: 56px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--color-main);
  font-size: 17px;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 8px;
}
.oubo-bnr .title a img {
  margin-right: 8px;
}
.oubo-bnr .content {
  font-size: 34px;
  color: var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 49px 60px;
  background-image: url(../img/top/icon-oubo-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.oubo-bnr .content p {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0;
}
.oubo-bnr .content img.leaf {
  position: absolute;
  bottom: 0;
  right: 27px;
}
.oubo-bnr .content a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: 26px;
  width: 259px;
  height: 72px;
  background-color: var(--color-accent);
  color: #fff;
  border-radius: 8px;
  font-size: 20px;
  background-image: url(../img/top/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  transition: 0.3s;
}
.oubo-bnr .content a:hover {
  background-position: 92% center;
}
.oubo-bnr .content a img {
  margin-right: 10px;
}

.top-about {
  width: 100%;
  margin: 0 auto 70px;
  background-image: url(../img/top/top-about-bg.png);
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 12;
  padding-top: 105px;
  padding-bottom: 94px;
}
.top-about .h2-wrap {
  width: 656px;
  position: absolute;
  margin-top: -185px;
  background-color: var(--color-light);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 48px;
  padding-top: 40px;
  text-align: center;
}
.top-about .h2-wrap p.sub-title {
  text-align: center;
  font-weight: 700;
  color: var(--color-main2);
  font-size: 20px;
}
.top-about .h2-wrap p.sub-title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.top-about .h2-wrap h2 {
  font-size: 34px;
  line-height: 2;
  color: var(--color-text2);
  padding-bottom: 28px;
  position: relative;
}
.top-about .h2-wrap h2::before {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: var(--color-accent3);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-about .h2-wrap::before {
  content: url(../img/top/top-about-title-left.png);
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 40px;
}
.top-about .h2-wrap::after {
  content: url(../img/top/top-about-title-right.png);
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
  top: 40px;
}
.top-about .h2-wrap .balloon {
  position: absolute;
  width: max-content;
  padding: 9px 20px;
  background-color: var(--color-accent);
  border: 3px solid #fff;
  font-size: 20px;
  color: #fff;
  border-radius: 34px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.top-about .h2-wrap .balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.top-about .h2-wrap .balloon::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  border-top: 15px solid var(--color-accent);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.top-about .inner-acreate {
  width: 1000px;
  margin: 88px auto 0;
  display: flex;
  justify-content: space-between;
}
.top-about .inner-acreate .txt {
  width: 600px;
}
.top-about .inner-acreate .txt h3 {
  margin-top: 0;
  display: inline-block;
  font-size: 30px;
  color: var(--color-text2);
  font-weight: 700;
  background-color: var(--color-accent2);
  padding: 3px 14px;
  line-height: 1.2;
}
.top-about .inner-acreate .txt p {
  margin-top: 40px;
}
.top-about .inner-acreate .image {
  width: 328px;
  height: auto;
}
.top-about .inner-acreate .image img {
  width: 100%;
  height: auto;
}
.top-about .top-about-btn {
  margin-top: 48px;
}
.top-about .top-about-btn a {
  display: inline-block;
  padding: 24px 72px;
  background: url(../img/common/icon_arrow_right.png) 90% center no-repeat, var(--color-grad);
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.top-about .top-about-btn a:hover {
  background-position: 92% center;
}
.top-about .top-data {
  width: 1128px;
  margin: 88px auto 0;
  background-color: #fff;
  padding: 64px;
  text-align: center;
}
.top-about .top-data h3 {
  margin-top: 0;
  display: inline-block;
  font-size: 30px;
  color: var(--color-text2);
  font-weight: 700;
  background-color: var(--color-accent2);
  padding: 3px 14px;
  line-height: 1.2;
}
.top-about .top-data p {
  margin-top: 40px;
}
.top-about .top-data .wrap {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.top-about .top-data .wrap img {
  margin: 0 12px;
}
.top-about .kankyou {
  width: 1128px;
  height: 653px;
  margin: 80px auto 0;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.top-about .kankyou img {
  position: absolute;
  right: 50%;
  margin-right: 56px;
}
.top-about .kankyou .txt {
  width: 564px;
  margin-top: 64px;
}
.top-about .kankyou .txt h3 {
  margin-top: 0;
  display: inline-block;
  font-size: 30px;
  color: var(--color-text2);
  font-weight: 700;
  background-color: var(--color-accent2);
  padding: 3px 14px;
  line-height: 1.2;
}
.top-about .kankyou .txt p {
  margin-top: 40px;
}
.top-about .link-area {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top-about .link-area .box a {
  display: block;
  width: 516px;
  height: 344px;
  border: 4px solid #fff;
  border-radius: 32px;
  position: relative;
  text-decoration: none;
}
.top-about .link-area .box a .arrow img {
  transition: 0.3s;
}
.top-about .link-area .box a p.title {
  display: inline-block;
  margin-top: 34px;
  background-color: #fff;
  color: var(--color-text2);
  font-size: 30px;
  padding: 2px 10px 2px 36px;
  font-weight: 700;
  line-height: 1.3;
}
.top-about .link-area .box a p.txt {
  margin: 16px 40px;
}
.top-about .link-area .box a:hover {
  filter: brightness(1.1);
}
.top-about .link-area .box a:hover .arrow img {
  transform: translateX(6px);
}
.top-about .link-area .box .arrow {
  width: 96px;
  height: 96px;
  background-color: #fff;
  border-radius: 32px 0 26px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-about .link-area .box:nth-of-type(1) a {
  background-color: var(--color-main);
}
.top-about .link-area .box:nth-of-type(1) a img.bg {
  position: absolute;
  bottom: 0;
  left: 16px;
}
.top-about .link-area .box:nth-of-type(1) a p.txt {
  color: #fff;
}
.top-about .link-area .box:nth-of-type(2) a {
  background-color: var(--color-accent2);
}
.top-about .link-area .box:nth-of-type(2) a img.bg {
  position: absolute;
  bottom: 0;
  left: 56px;
}
.top-about .oubo-bnr .content {
  background-color: #fff;
  background-image: url(../img/top/icon-oubo2-bg.png);
}

.top-news .wrap {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.top-news .wrap .h2-wrap {
  width: 163px;
}
.top-news .wrap .h2-wrap::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background-color: var(--color-accent3);
}
.top-news .wrap .h2-wrap h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--color-text2);
  padding-bottom: 24px;
}
.top-news .wrap .news-list {
  width: 800px;
}
.top-news .wrap .news-list .c-for-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
}
.top-news .wrap .news-list .c-for-list a {
  padding: 8px 32px;
  border-color: var(--color-grey2);
  font-size: 16px;
  margin-top: 32px;
}
.top-news .wrap .news-list .c-for-list a:hover {
  filter: brightness(1);
  color: var(--color-accent3);
}

.news-list dl {
  border-bottom: 1px solid var(--color-grey2);
  margin-bottom: 16px;
}
.news-list dl dt {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.news-list dl dt span.cat {
  background-color: var(--color-grey);
  border-radius: 4px;
  padding: 8px 10px;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  margin-left: 16px;
}
.news-list dl dd {
  text-align: left;
  font-weight: bold;
}
.news-list dl dd h3 {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 0 16px;
  letter-spacing: 0;
  margin-top: 0;
  line-height: 1.5;
}
.news-list dl dd h3 a {
  text-decoration: underline;
  color: var(--color-link2);
}
.news-list dl dd h3 a:hover {
  text-decoration: none;
}

.top-blog .wrap {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.top-blog .wrap .h2-wrap {
  width: 163px;
}
.top-blog .wrap .h2-wrap::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background-color: var(--color-accent3);
}
.top-blog .wrap .h2-wrap h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--color-text2);
  padding-bottom: 24px;
}
.top-blog .wrap .blog-list {
  width: 800px;
  margin-top: 80px;
}
.top-blog .wrap .blog-list .blog-wrap {
  display: flex;
}
.top-blog .wrap .blog-list .blog-wrap a {
  display: block;
  width: 248px;
  margin-right: 28px;
}
.top-blog .wrap .blog-list .blog-wrap a .image {
  width: 248px;
  height: 165px;
  background-size: cover;
  font-size: 0;
}
.top-blog .wrap .blog-list .blog-wrap a:hover {
  filter: brightness(1.2);
  text-decoration: none;
}
.top-blog .wrap .blog-list .blog-wrap article:nth-of-type(3) a {
  margin-right: 0;
}
.top-blog .wrap .blog-list .c-for-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
}
.top-blog .wrap .blog-list .c-for-list a {
  padding: 8px 32px;
  margin-top: 32px;
  border-color: var(--color-grey2);
  font-size: 16px;
}
.top-blog .wrap .blog-list .c-for-list a:hover {
  filter: brightness(1);
  color: var(--color-accent3);
}

.blog-list p.title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-link2);
  margin-top: 10px;
}

.kyujin {
  width: 1000px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  background-color: var(--color-accent2);
  padding: 40px 88px;
  align-items: center;
  border-radius: 8px;
}
.kyujin .txt p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.kyujin .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 307px;
  height: 72px;
  border-radius: 8px;
  border: 3px solid var(--color-main);
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  background-image: url(../img/common/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  transition: 0.3s;
}
.kyujin .btn a:hover {
  background-position: 92% center;
}
.kyujin .btn a img {
  margin-right: 8px;
}

.cv {
  position: relative;
  width: 100%;
  height: 266px;
  padding-top: 56px;
  border-top: 4px solid var(--color-accent3);
  margin-top: 96px;
}
.cv > img.left-bg {
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: 438px;
}
.cv > img.right-bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 430px;
}
.cv .inner {
  width: 868px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cv .inner .txt p {
  color: var(--color-main);
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 0;
  line-height: 1.4;
}
.cv .inner .btn {
  margin-left: 67px;
}
.cv .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 289px;
  height: 88px;
  border-radius: 8px;
  background-color: var(--color-accent);
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-image: url(../img/top/icon_arrow_right_white.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  transition: 0.3s;
}
.cv .inner .btn a:hover {
  background-position: 92% center;
}
.cv .inner .btn a img {
  margin-right: 8px;
}

/*固定ページ*/
.u-main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-main .h1-wrap {
  text-align: center;
  padding-top: 56px;
}
.u-main .h1-wrap .leaf img {
  margin: 0 auto;
}
.u-main .h1-wrap h1 {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: var(--color-text2);
  font-weight: 700;
}

.u-content > *:first-child {
  margin-top: 0 !important;
}

.no-mt {
  margin-top: 0 !important;
}

.u-content-wrap {
  width: 92%;
  margin: 0 auto;
  background-color: #fff;
  padding: 104px 0 0;
}
.u-content-wrap .u-content {
  width: 1000px;
  margin: 0 auto;
}
.u-content-wrap .u-content h2 + *,
.u-content-wrap .u-content h3 + *,
.u-content-wrap .u-content h4 + *,
.u-content-wrap .u-content h5 + *,
.u-content-wrap .u-content h6 + * {
  margin-top: 0 !important;
}
.u-content-wrap .u-content h2 {
  margin: 64px 0 40px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  color: var(--color-text2);
  padding-bottom: 28px;
  position: relative;
}
.u-content-wrap .u-content h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: var(--color-accent3);
  position: absolute;
  left: 0;
  bottom: 0;
}
.u-content-wrap .u-content h3 {
  margin: 40px 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  background-color: var(--color-accent2);
  color: var(--color-text2);
  padding: 5px 10px;
}
.u-content-wrap .u-content h4 {
  color: var(--color-main);
  margin: 32px 0 26px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 26px;
}
.u-content-wrap .u-content h5 {
  margin: 24px 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-text2);
}
.u-content-wrap .u-content h6 {
  margin: 20px 0 16px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
}
.u-content-wrap .u-content p {
  margin-top: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.u-content-wrap .u-content dt,
.u-content-wrap .u-content dd {
  font-size: 16px;
  font-size: 1.6rem;
}
.u-content-wrap .u-content ul {
  margin-top: 40px;
  padding: 0;
}
.u-content-wrap .u-content ul li {
  list-style-type: none;
  font-weight: 500;
}
.u-content-wrap .u-content ul li:before {
  content: "⚫︎";
  font-size: 10px;
  color: var(--color-text2);
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-3px);
}
.u-content-wrap .u-content .cat-area ul li {
  display: flex;
  align-items: center;
  color: var(--color-text2);
}
.u-content-wrap .u-content ol {
  list-style-type: none;
  counter-reset: count 0;
  margin-top: 40px;
  padding: 0;
}
.u-content-wrap .u-content ol li {
  display: flex;
  color: var(--color-text2);
  font-weight: 500;
}
.u-content-wrap .u-content ol li a {
  text-decoration: none;
}
.u-content-wrap .u-content ol li a:hover {
  color: var(--color-main);
}
.u-content-wrap .u-content ol li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  color: var(--color-text2);
  padding-left: 3px;
  margin-right: 5px;
  font-weight: bold;
}
.u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
.u-content-wrap .u-content table {
  margin-top: 40px;
  border-collapse: collapse;
  border: 1px solid var(--color-grey2);
}
.u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr,
.u-content-wrap .u-content table tr {
  border-bottom: 1px solid var(--color-grey2);
}
.u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td,
.u-content-wrap .u-content table tr th,
.u-content-wrap .u-content table tr td {
  line-height: 1.3;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 30px;
  text-align: left;
  border-color: var(--color-grey2);
}
.u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead th,
.u-content-wrap .u-content table thead th {
  background-color: var(--color-light3);
  border-right: 1px solid #000;
}
.u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody th,
.u-content-wrap .u-content table tbody th {
  background-color: var(--color-light3);
  border-right: 1px solid var(--color-grey2);
}
.u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody td,
.u-content-wrap .u-content table tbody td {
  border-right: 1px solid var(--color-grey2);
}
.u-content-wrap .u-content blockquote {
  margin-top: 40px;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 40px;
  position: relative;
}
.u-content-wrap .u-content blockquote cite {
  display: block;
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.u-content-wrap .u-content blockquote::before {
  content: url(../img/page/icon-blockquote.svg);
  position: absolute;
  top: 0;
  left: 0;
}
.u-content-wrap .u-content blockquote::after {
  content: url(../img/page/icon-blockquote.svg);
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: scale(-1, 1);
}
.u-content-wrap .u-content .wp-block-image {
  margin-top: 40px;
}
.u-content-wrap .u-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.u-content-wrap .u-content .wp-block-image figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 16px;
}
.u-content-wrap .u-content .wp-block-buttons {
  margin-top: 40px;
}
.u-content-wrap .u-content .wp-block-column {
  padding: 0 10px;
}
.u-content-wrap .u-content .wp-block-column > :first-child,
.u-content-wrap .u-content .wp-block-group__inner-container > :first-child,
.u-content-wrap .u-content .wp-block-media-text__content > :first-child,
.u-content-wrap .u-content blockquote.wp-block-quote > :first-child {
  margin-top: 0 !important;
}
.u-content-wrap .u-content .wp-block-column > :last-child,
.u-content-wrap .u-content .wp-block-group__inner-container > :last-child,
.u-content-wrap .u-content .wp-block-media-text__content > :last-child,
.u-content-wrap .u-content blockquote.wp-block-quote > :last-child {
  margin-bottom: 0 !important;
}
.u-content-wrap .u-content .kyujin p {
  margin-top: 0;
}
.u-content-wrap .u-content .oubo-flow a:hover {
  filter: brightness(1);
}

.single-recruit .u-content-wrap .u-content {
  margin-bottom: 96px;
}

/*  記事一覧ページ */
.cat-area ul.cat {
  display: flex;
  margin-bottom: 40px;
  margin-top: 0;
}
.cat-area ul.cat li::before {
  content: none;
}
.cat-area ul.cat li a {
  display: inline-block;
  padding: 10px 24px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: var(--color-accent2);
  color: var(--color-link2);
  line-height: 1;
  text-decoration: none;
  margin-right: 20px;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 5px;
}
.cat-area ul.cat li a:hover {
  background-color: var(--color-main);
  color: #fff;
  filter: brightness(1);
}
.cat-area ul.cat li span.current {
  display: inline-block;
  padding: 10px 24px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: var(--color-main);
  color: #fff;
  line-height: 1;
  text-decoration: none;
  margin-right: 20px;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 5px;
}

.newspage-list {
  display: flex;
  flex-wrap: wrap;
}
.newspage-list article {
  width: 300px;
  margin-right: 50px;
  margin-bottom: 50px;
}
.newspage-list article:nth-of-type(3n) {
  margin-right: 0;
}
.newspage-list article a {
  text-decoration: none;
}
.newspage-list article a .image {
  width: 300px;
  height: 15vw;
  background-size: cover;
  background-position: center;
  margin-bottom: 16px;
  border-radius: 8px;
}
.newspage-list article a .date-wrap {
  display: flex;
}
.newspage-list article a .date-wrap p {
  margin-top: 0;
}
.newspage-list article a .date-wrap p.date {
  font-size: 12px;
  margin-right: 10px;
}
.newspage-list article a .date-wrap p.cat {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: var(--color-accent2);
  color: var(--color-link2);
  line-height: 1;
  text-decoration: none;
  margin-right: 10px;
  font-weight: bold;
  transition: 0.3s;
}
.newspage-list article a p.title {
  margin-top: 0;
  text-decoration: underline;
}
.newspage-list article a:hover {
  filter: brightness(1.2);
}
.newspage-list article a:hover p.title {
  text-decoration: none;
}

/* 記事詳細ページ */
.single-main {
  padding-top: 56px;
}
.single-main .h1-wrap {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 56px;
}
.single-main .h1-wrap h1 {
  margin: 0 auto;
  font-size: 36px;
  font-size: 3.6rem;
  color: var(--color-text2);
  text-align: left;
  line-height: 1.3;
  margin-top: 16px;
}
.single-main .h1-wrap p.date {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 26px;
}
.single-main .h1-wrap .cat {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.single-main .h1-wrap .cat a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: var(--color-accent2);
  color: var(--color-link2);
  line-height: 1;
  text-decoration: none;
  margin-right: 10px;
  font-weight: bold;
  transition: 0.3s;
}
.single-main .h1-wrap .cat a:hover {
  background-color: #fff;
  color: #000;
}

.single-recruit .recruit-image img {
  margin: 0 auto;
}

.single-recruit table,
.post-type-archive-recruit table {
  width: 1000px;
}
.single-recruit .btn-wrap,
.post-type-archive-recruit .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.single-recruit .btn-wrap .c-for-list,
.post-type-archive-recruit .btn-wrap .c-for-list {
  margin: 0;
}
.single-recruit .btn-wrap .c-for-list a,
.post-type-archive-recruit .btn-wrap .c-for-list a {
  margin: 0 24px;
}
.single-recruit .btn-wrap .c-for-list a:after,
.post-type-archive-recruit .btn-wrap .c-for-list a:after {
  content: url(../img/top/icon_arrow_white.png);
  transform: translateY(-12px);
}
.single-recruit .btn-wrap .c-for-list:nth-of-type(1) a,
.post-type-archive-recruit .btn-wrap .c-for-list:nth-of-type(1) a {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
  transition: 0.3s;
}
.single-recruit .btn-wrap .c-for-list:nth-of-type(1) a:hover,
.post-type-archive-recruit .btn-wrap .c-for-list:nth-of-type(1) a:hover {
  background-color: #fff;
  color: var(--color-main);
}
.single-recruit .btn-wrap .c-for-list:nth-last-of-type(1) a,
.post-type-archive-recruit .btn-wrap .c-for-list:nth-last-of-type(1) a {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
  transition: 0.3s;
}
.single-recruit .btn-wrap .c-for-list:nth-last-of-type(1) a:hover,
.post-type-archive-recruit .btn-wrap .c-for-list:nth-last-of-type(1) a:hover {
  background-color: #fff;
  color: var(--color-accent);
}

.post-type-archive-recruit .job-list {
  margin-bottom: 96px;
}
.post-type-archive-recruit .job-list h2 {
  margin-top: 140px;
}
.post-type-archive-recruit .job-list h2:nth-of-type(1) {
  margin-top: 0;
}
.post-type-archive-recruit .job-list .wrap {
  display: flex;
  justify-content: space-between;
}
.post-type-archive-recruit .job-list .wrap .recruit-image {
  width: 300px;
  height: auto;
  border-radius: 8px;
}
.post-type-archive-recruit .job-list .wrap .recruit-image img {
  width: 100%;
  height: auto;
}
.post-type-archive-recruit .job-list .wrap table {
  width: 660px;
  margin-top: 0;
}
.post-type-archive-recruit .job-list .wrap table tbody tr th {
  width: 130px;
}
.post-type-archive-recruit .job-list .c-for-list a {
  margin: 0 auto;
}
.post-type-archive-recruit .job-list .btn-wrap {
  margin-top: 30px;
}
.post-type-archive-recruit .job-list .btn-wrap .c-for-list a {
  margin: 0 24px;
}

/* A-create沖縄について*/
.about-category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.about-category-sp {
  display: none;
}

/* データで見るA-create沖縄 */
.data-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.data-gallery img {
  margin-top: 16px;
}
.data-gallery .box {
  width: 322px;
  height: 215px;
  text-align: center;
  padding-top: 80px;
  position: relative;
  margin-top: 12px;
  border-radius: 6px;
  border: 2px solid var(--color-grey2);
}
.data-gallery .box p.title {
  position: absolute;
  left: -2px;
  top: 10px;
  background-color: var(--color-main2);
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 4px 10px;
  line-height: 1.2;
  margin: 0;
  min-width: 128px;
  text-align: left;
}
.data-gallery .box p.data {
  line-height: 1;
  margin: 0;
  color: var(--color-text2);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.data-gallery .box p.data span {
  font-size: 96px;
  font-size: 9.6rem;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.data-gallery.data-about .box1 {
  padding-top: 68px;
}
.data-gallery.data-about .box1 img {
  width: 266px;
  height: auto;
  margin: 0 auto;
}
.data-gallery.data-about .box5 {
  width: 661px;
  height: 215px;
  padding-top: 54px;
}
.data-gallery.data-about .box5 img {
  width: 568px;
  height: auto;
  margin: 0 auto;
}
.data-gallery.data-about .box8 {
  padding-top: 85px;
}
.data-gallery.data-about .box8 img {
  width: 280px;
  height: auto;
  margin: 0 auto;
}
.data-gallery.data-about .box2 {
  background-image: url(../img/page/box02-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.data-gallery.data-about .box3 {
  background-image: url(../img/page/box03-bg.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.data-gallery.data-about .box6 {
  background-image: url(../img/page/box06-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.data-gallery.data-staff {
  margin-bottom: 100px;
}
.data-gallery.data-staff .box1 {
  padding-top: 38px;
}
.data-gallery.data-staff .box1 img {
  width: 266px;
  height: auto;
  margin: 0 auto;
}
.data-gallery.data-staff .box2 {
  background-image: url(../img/page/data-staff02-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.data-gallery.data-staff .box6 {
  background-image: url(../img/page/data-staff06-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.data-gallery.data-staff .box7 {
  background-image: url(../img/page/data-staff07-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.data-gallery.data-staff .box8 {
  background-image: url(../img/page/data-staff08-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.data-gallery.data-staff .box9 {
  background-image: url(../img/page/data-staff09-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.green-back {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: var(--color-light3);
}
.green-back .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 24px 0 100px;
}
.green-back .inner .kankyou-gallery {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 56px;
}
.green-back .inner .kankyou-gallery .box {
  width: 484px;
  height: 270px;
}
.green-back .inner .kankyou-gallery .box p.title {
  position: relative;
  padding: 4px 0;
  background-color: #fff;
  text-align: center;
  color: var(--color-main2);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 0;
}
.green-back .inner .kankyou-gallery .box p.title::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  border-top: 16px solid #fff;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}
.green-back .inner .kankyou-gallery .box .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.green-back .inner .kankyou-gallery .box .wrap img {
  width: 242px;
  height: auto;
  margin-top: 22px;
}
.green-back .inner .kankyou-gallery .box .wrap img.kankyou01-image-pc2 {
  position: absolute;
}
.green-back .inner .kankyou-gallery .box1 .wrap img {
  margin-top: 0;
}
.green-back .inner .kankyou-gallery .box2 .wrap img {
  width: 484px;
  height: auto;
}
.green-back .inner .kankyou-gallery .box3 img:nth-of-type(1),
.green-back .inner .kankyou-gallery .box4 img:nth-of-type(1) {
  width: 334px;
  height: auto;
}
.green-back .inner .kankyou-gallery .box3 img:nth-of-type(2),
.green-back .inner .kankyou-gallery .box4 img:nth-of-type(2) {
  width: 150px;
  height: auto;
}
.green-back .inner .kankyou-gallery .box5 .wrap {
  align-items: center;
}
.green-back .inner .kankyou-gallery .box5,
.green-back .inner .kankyou-gallery .box6 {
  height: auto;
}
.green-back .inner .kankyou-gallery .box5 .wrap,
.green-back .inner .kankyou-gallery .box6 .wrap {
  align-items: flex-start;
}
.green-back .inner .kankyou-gallery .box5 .wrap ul,
.green-back .inner .kankyou-gallery .box6 .wrap ul {
  margin-top: 22px;
}
.green-back .inner .kankyou-gallery .box7,
.green-back .inner .kankyou-gallery .box8 {
  height: auto;
}
.green-back .inner .kankyou-gallery .box7 .wrap img,
.green-back .inner .kankyou-gallery .box8 .wrap img {
  width: 158px;
}
.green-back .inner .kankyou-gallery .box7 .wrap ul,
.green-back .inner .kankyou-gallery .box8 .wrap ul {
  width: 326px;
  margin-top: 22px;
}
.green-back .inner .kankyou-gallery .box7 .wrap ul li,
.green-back .inner .kankyou-gallery .box8 .wrap ul li {
  text-indent: -1em;
  padding-left: 2em;
}
.green-back .inner .voice-box {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.green-back .inner .voice-box .v-box {
  width: 154px;
  height: 278px;
}
.green-back .inner .voice-box .v-box p.title {
  width: 154px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--color-main2);
  font-weight: 700;
  position: relative;
  background-color: #fff;
  text-align: center;
  line-height: 1.3;
  border-radius: 8px;
  margin-top: 0;
}
.green-back .inner .voice-box .v-box p.title::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  border-top: 16px solid #fff;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}
.green-back .inner .voice-box .v-box .data {
  width: 128px;
  height: 128px;
  margin: 20px auto;
  background-image: url(../img/page/v-box-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 26px;
}
.green-back .inner .voice-box .v-box .data span {
  text-align: center;
}
.green-back .inner .voice-box .v-box .data span.yes {
  font-size: 22px;
  font-size: 2.2rem;
  color: var(--color-text2);
  font-weight: 700;
  display: flex;
  justify-content: center;
  line-height: 1;
}
.green-back .inner .voice-box .v-box .data span.num {
  display: block;
  font-size: 46px;
  font-size: 4.6rem;
  color: var(--color-text2);
  font-weight: 700;
  line-height: 1.2;
}
.green-back .inner .voice-box .v-box .data span.num span {
  font-size: 28px;
  font-size: 2.8rem;
}
.green-back .inner .voice-box .v-box:nth-of-type(2n) {
  margin-top: 22px;
}
.green-back .inner .one-word-box {
  margin-top: 60px;
}
.green-back .inner .one-word-box p.title {
  position: relative;
  padding: 4px 0;
  background-color: #fff;
  text-align: center;
  color: var(--color-main2);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 0;
}
.green-back .inner .one-word-box p.title::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  border-top: 16px solid #fff;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}
.green-back .inner .faq-box {
  margin-top: 56px;
}
.green-back .inner .faq-box p.title {
  position: relative;
  padding: 10px 0;
  background-color: #fff;
  text-align: center;
  color: var(--color-main2);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 0;
}
.green-back .inner .faq-box p.title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.green-back .inner .faq-box p.title::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  border-top: 16px solid #fff;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}
.green-back .inner .faq-box p.title:nth-last-of-type(1) {
  margin-top: 56px;
}
.green-back .inner .faq-box .answer {
  margin-top: 8px;
  border-radius: 8px;
  padding: 14px;
  display: flex;
  align-items: center;
}
.green-back .inner .faq-box .answer img.icon-faq {
  margin-right: 14px;
}
.green-back .inner .faq-box .answer.dump {
  background-color: var(--color-light);
  border: 1px solid rgba(43, 126, 27, 0.2);
}
.green-back .inner .faq-box .answer.factory {
  background-color: #FFF8ED;
  border: 1px solid rgba(92, 78, 56, 0.2);
}
.green-back .inner .faq-box .answer.keiri {
  background-color: #FFFEED;
  border: 1px solid rgba(121, 118, 42, 0.2);
}
.green-back .inner .faq-box .answer.manufacturing {
  background-color: #EDFAFF;
  border: 1px solid rgba(3, 120, 171, 0.2);
}
.green-back .inner .faq-box .answer.first {
  margin-top: 24px;
}
.green-back .inner .faq-box .answer .txt p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.6;
}
.green-back .inner .faq-box .answer .txt p.dump {
  font-size: 15px;
  font-size: 1.5rem;
  color: var(--color-main2);
  font-weight: 700;
  line-height: 1.4;
}
.green-back .inner .faq-box .answer .txt p.factory {
  font-size: 15px;
  font-size: 1.5rem;
  color: #5C4E38;
  font-weight: 700;
  line-height: 1.4;
}
.green-back .inner .faq-box .answer .txt p.keiri {
  font-size: 15px;
  font-size: 1.5rem;
  color: #79762A;
  font-weight: 700;
  line-height: 1.4;
}
.green-back .inner .faq-box .answer .txt p.manufacturing {
  font-size: 15px;
  font-size: 1.5rem;
  color: #0378AB;
  font-weight: 700;
  line-height: 1.4;
}

/* 働きやすい環境づくり */
.welfare-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.welfare-list .welfare-list-item {
  display: inline-block;
  height: 96px;
  background: linear-gradient(to right, #BBF69E, #FCFC7A);
  border-radius: 8px;
  padding: 3px;
}
.welfare-list .welfare-list-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text2);
  background-color: var(--color-light);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  text-align: center;
}

.welfare-li {
  margin-top: 10px !important;
}

/* よくある質問 */
.faq-box {
  margin-bottom: 30px;
}
.faq-box p.question {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--color-main);
}
.faq-box p.question span {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--color-main);
}
.faq-box p.answer {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0 !important;
}
.faq-box p.answer a {
  font-weight: 700;
}
.faq-box ul.answer li {
  align-items: baseline !important;
}

/* 応募フォーム */
.oubo-flow {
  display: flex;
  justify-content: space-between;
}
.oubo-flow p {
  margin-top: 0 !important;
}

#page_top {
  position: fixed;
  bottom: -200px;
  right: 24px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: rgba(191, 127, 63, 0.8);
}

#page_top a {
  display: flex;
  width: 100px;
  height: 100px;
  font-size: 16px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

/* ページネーション */
main .wp-pagenavi {
  margin: 80px auto 0;
  text-align: center;
}
main .wp-pagenavi span,
main .wp-pagenavi a {
  padding: 15px 19px;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--color-link2);
  border-color: var(--color-grey2);
  border-radius: 5px;
}
main .wp-pagenavi span:hover,
main .wp-pagenavi a:hover {
  filter: brightness(1);
}
main .wp-pagenavi span.current, main .wp-pagenavi span:hover,
main .wp-pagenavi a.current,
main .wp-pagenavi a:hover {
  background-color: var(--color-light3);
  border-color: var(--color-light3);
}

.next-prev {
  margin: 100px auto 0;
}
.next-prev .prev {
  float: left;
  width: 50%;
}
.next-prev .prev a {
  max-width: 46%;
  display: inline-block;
  background-color: var(--color-main);
  padding: 2% 2% 1.5% 2em;
  border-radius: 10px;
  text-indent: -0.8em;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  max-width: 100%;
  transition: 0.3s;
}
.next-prev .prev a:hover {
  background-color: var(--color-accent2);
}
.next-prev .next {
  float: right;
  width: 50%;
  text-align: right;
}
.next-prev .next a {
  display: inline-block;
  max-width: 46%;
  background-color: var(--color-main);
  padding: 2%;
  border-radius: 10px;
  text-align: right;
  padding: 2% 1.5em 2% 2%;
  border-radius: 10px;
  text-indent: 1em;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  max-width: 100%;
  transition: 0.3s;
}
.next-prev .next a:hover {
  background-color: var(--color-accent2);
}
.next-prev::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  /* sp-nav */
  .ftr-link {
    margin-left: 10vw;
  }
  .ftr-link div.first {
    margin-bottom: 20px;
  }
  .ftr-link div.first ul {
    padding-left: 4%;
  }
  .ftr-link div.first ul li {
    margin-bottom: 16px;
    margin-left: 0;
    list-style-type: none;
  }
  .ftr-link div.first ul li::before {
    content: "●";
    font-size: 8px;
    color: var(--color-main);
    line-height: 1.3;
    margin-right: 5px;
  }
  .ftr-link div.first ul li a {
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ftr-link div.first ul li a:hover {
    color: var(--color-dark);
  }
  .ftr-link div.second {
    margin-bottom: 20px;
  }
  .ftr-link div.second ul {
    padding-left: 4%;
  }
  .ftr-link div.second ul li {
    margin-bottom: 16px;
    margin-left: 0;
    list-style-type: none;
  }
  .ftr-link div.second ul li::before {
    content: "●";
    font-size: 8px;
    color: var(--color-light);
    line-height: 1.3;
    margin-right: 5px;
  }
  .ftr-link div.second ul li a {
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ftr-link div.second ul li a:hover {
    color: var(--color-dark);
  }
  .ftr-link .bnr {
    margin: 24px 0;
    width: 90%;
    background-color: #666;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    height: 21vw;
    display: flex;
    align-items: center;
    border-radius: 12px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ftr-link .bnr a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 30px;
  }
  .ftr-link .bnr a::before {
    content: "●";
    font-size: 8px;
    color: var(--color-main);
    line-height: 1.3;
    margin-right: 5px;
  }
  .ftr-data {
    width: 100%;
    margin: 40px auto;
    border-top: 1px solid var(--color-main);
    padding: 30px 5%;
  }
  .ftr-data .ftr-logo {
    width: 70%;
    margin: 0 auto;
  }
  .ftr-data .addr {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ftr-data .tel {
    text-align: center;
    color: var(--color-dark);
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 28px;
  }
  .ftr-data .tel img {
    display: inline-block;
    vertical-align: middle;
  }
  .ftr-data .outlink {
    margin-top: 45px;
  }
  .ftr-data .outlink p {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 25px;
  }
  .ftr-data .outlink p img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1s;
  }
  .fadein.active {
    opacity: 1;
    transform: translate(0, 0);
  }
  #wrapper {
    background: #fff;
  }
  .main-bg {
    z-index: 1;
  }
  .main-image {
    width: 100%;
    height: auto;
  }
  .main-image img {
    width: 100%;
    height: auto;
  }
  .home .main-contents {
    margin-top: -17vw;
  }
  .top-oshigoto {
    width: 100%;
  }
  .top-oshigoto .h2-wrap {
    width: 80%;
  }
  .top-oshigoto .h2-wrap .balloon {
    width: 95%;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .top-oshigoto .h2-wrap .balloon:before {
    top: 60px;
    box-shadow: none;
    border-bottom: none;
  }
  .top-oshigoto .h2-wrap p.sub-title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .top-oshigoto .h2-wrap p.sub-title img {
    width: 32px;
    height: auto;
  }
  .top-oshigoto .h2-wrap h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .top-oshigoto .inner {
    width: 92%;
    margin-top: 16px;
  }
  .top-oshigoto .inner p.kyujin-title {
    font-size: 17px;
    font-size: 1.7rem;
    width: max-content;
  }
  .top-oshigoto .inner .wrap {
    padding: 36px 16px;
  }
  .top-oshigoto .inner .wrap .kyujin-inner {
    display: block;
  }
  .top-oshigoto .inner .wrap .kyujin-inner .box {
    width: 100%;
    margin-right: 0;
    margin-top: 24px;
  }
  .top-oshigoto .inner .wrap .kyujin-inner .box a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top-oshigoto .inner .wrap .kyujin-inner .box a .image {
    width: 40%;
    height: 21vw;
    margin-top: 8px;
  }
  .top-oshigoto .inner .wrap .kyujin-inner .box a p {
    width: 57%;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
  }
  .top-oshigoto .inner .wrap .kyujin-inner .box:nth-of-type(1) {
    margin-top: 0;
  }
  .top-oshigoto .inner .wrap .c-for-list {
    margin-bottom: 0;
  }
  .top-oshigoto .inner .top-job {
    width: 100%;
  }
  .top-oshigoto .inner .top-job h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .top-oshigoto .inner .top-job-wrap {
    width: 100%;
    display: block;
  }
  .top-oshigoto .inner .top-job-wrap .box {
    width: 100%;
    padding: 20px 16px 16px;
  }
  .top-oshigoto .inner .top-job-wrap .box p.title {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .top-oshigoto .inner .top-job-wrap .box .box-inner .image {
    width: 46%;
  }
  .top-oshigoto .inner .top-job-wrap .box .box-inner .txt {
    width: 52%;
  }
  .top-oshigoto .inner .top-job-wrap .box .box-inner .txt ul {
    padding-left: 5em;
  }
  .top-oshigoto .inner .top-job-wrap .box .box-inner .txt ul li {
    font-size: 4vw;
  }
  .top-oshigoto .inner .top-job-wrap .box .box-inner .txt .for-detail {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
  }
  .top-oshigoto .inner .top-job-wrap .box .box-inner .txt .for-detail a {
    width: 95%;
    height: auto;
    line-height: 1.3;
    padding: 8px 10px;
    font-size: 3.8vw;
  }
  .oubo-bnr {
    width: 100%;
    margin-top: 60px;
  }
  .oubo-bnr .title {
    display: block;
    padding: 12px 0;
    height: auto;
  }
  .oubo-bnr .title p {
    text-align: center;
    height: auto;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 0;
  }
  .oubo-bnr .title a {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 8px auto 0;
  }
  .oubo-bnr .content {
    padding: 25px 4% 36px;
    display: block;
    background-image: none;
  }
  .oubo-bnr .content p {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
  .oubo-bnr .content a {
    margin-top: 24px;
  }
  .oubo-bnr .content img.leaf {
    width: 62px;
    height: auto;
  }
  .top-about {
    margin-top: 80px;
  }
  .top-about .h2-wrap {
    width: 80%;
  }
  .top-about .h2-wrap p.sub-title img {
    width: 32px;
    height: auto;
  }
  .top-about .h2-wrap h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .top-about .inner-acreate {
    width: 92%;
    display: block;
    margin-top: 48px;
  }
  .top-about .inner-acreate .txt {
    width: 100%;
  }
  .top-about .inner-acreate .txt h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .top-about .inner-acreate .txt p {
    margin-top: 32px;
  }
  .top-about .inner-acreate .txt .top-about-btn a {
    line-height: 1.4;
  }
  .top-about .inner-acreate .image {
    margin: 52px auto 0;
    width: 90%;
  }
  .top-about .top-data {
    width: 92%;
    margin-top: 72px;
    padding: 36px 32px;
  }
  .top-about .top-data h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .top-about .top-data p {
    margin-top: 24px;
    text-align: left;
    line-height: 2;
  }
  .top-about .top-data .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .top-about .top-data .wrap img {
    width: 48%;
    height: auto;
    margin: 0 auto 20px;
  }
  .top-about .top-data .top-about-btn {
    margin-top: 36px;
  }
  .top-about .top-data .top-about-btn a {
    padding: 24px 50px;
    line-height: 1.4;
    text-align: left;
  }
  .top-about .kankyou {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 72px;
  }
  .top-about .kankyou .txt {
    width: 92%;
    margin: 0 auto;
  }
  .top-about .kankyou .txt .top-about-btn a {
    line-height: 1.4;
  }
  .top-about .kankyou img {
    position: relative;
    right: auto;
    margin-top: 54px;
  }
  .top-about .link-area {
    width: 100%;
    display: block;
  }
  .top-about .link-area .box a {
    width: 92%;
    height: auto;
    margin: 20px auto 0;
    padding-bottom: 100px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 32px;
  }
  .top-about .link-area .box a p.title {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 4%;
  }
  .top-about .link-area .box a p.txt {
    margin: 16px 4%;
  }
  .top-about .link-area .box a img.bg {
    width: 70%;
    height: auto;
  }
  .top-about .link-area .box a .arrow {
    width: 80px;
    height: 80px;
    border-radius: 32px 0 25px 0;
  }
  .top-about .link-area .box:nth-of-type(2) a img.bg {
    left: 16px;
    width: 66%;
  }
  .top-about .oubo-bnr {
    width: 92%;
  }
  .top-about .oubo-bnr .content {
    background-image: none;
  }
  .top-about .oubo-bnr .content p {
    font-size: 6.2vw;
  }
  .top-news .wrap {
    display: block;
    width: 92%;
  }
  .top-news .wrap .h2-wrap img {
    width: 32px;
    height: auto;
  }
  .top-news .wrap .h2-wrap h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .top-news .wrap .news-list {
    width: 100%;
    margin-top: 28px;
  }
  .top-news .wrap .news-list .c-for-list {
    display: flex;
    justify-content: flex-end;
  }
  .top-news .wrap .news-list .c-for-list a {
    margin: 32px 0 0;
    padding: 16px;
  }
  .top-blog .wrap {
    display: block;
    width: 92%;
  }
  .top-blog .wrap .h2-wrap img {
    width: 32px;
    height: auto;
  }
  .top-blog .wrap .h2-wrap h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .top-blog .wrap .blog-list {
    width: 100%;
    margin-top: 28px;
  }
  .top-blog .wrap .blog-list .blog-wrap {
    display: block;
  }
  .top-blog .wrap .blog-list .blog-wrap article {
    margin-top: 20px;
  }
  .top-blog .wrap .blog-list .blog-wrap article a {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .top-blog .wrap .blog-list .blog-wrap article a .image {
    width: 40%;
    height: 21vw;
    margin-top: 8px;
    background-position: center;
  }
  .top-blog .wrap .blog-list .blog-wrap article a .title {
    width: 57%;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
  }
  .top-blog .wrap .blog-list .c-for-list {
    display: flex;
    justify-content: flex-end;
  }
  .top-blog .wrap .blog-list .c-for-list a {
    margin: 32px 0 0;
    padding: 16px;
  }
  .kyujin {
    width: 92%;
    padding: 32px 36px;
    display: block;
  }
  .kyujin p {
    text-align: center;
  }
  .kyujin .btn {
    margin-top: 28px;
  }
  .kyujin .btn a {
    width: 100%;
  }
  .cv {
    width: 100%;
    height: auto;
    background-image: url(../img/top/cv-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 36px 0 44px;
  }
  .cv .inner {
    width: 92%;
    display: block;
  }
  .cv .inner .svgSample1 text {
    font-weight: bold;
    font-size: 6.2vw;
    stroke: #ffffff;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
    font-style: normal;
    stroke-width: 10px;
    fill: #4f9838;
    letter-spacing: 3px;
    text-anchor: middle;
    dominant-baseline: central;
    /* middle → central */
    paint-order: stroke;
    stroke-linejoin: round;
  }
  .cv .inner .svgSample1 > svg > use:nth-of-type(2) {
    stroke-width: 0;
  }
  .cv .inner .btn {
    margin: 28px auto 0;
  }
  .cv .inner .btn a {
    margin: 0 auto;
    height: 72px;
  }
  .cv img.right-bg {
    display: none;
  }
  /*固定ページ*/
  .u-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  .u-main .h1-wrap {
    text-align: center;
  }
  .u-main .h1-wrap .leaf img {
    width: 24px;
    height: auto;
  }
  .u-main .h1-wrap h1 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 8px;
  }
  .u-contents {
    width: 100%;
    margin: 0 auto;
  }
  .u-contents .u-content-wrap {
    padding-top: 60px;
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 10;
  }
  .u-contents .u-content-wrap .u-content {
    width: 92%;
  }
  .u-contents .u-content-wrap .u-content h2 {
    margin-bottom: 28px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .u-contents .u-content-wrap .u-content h3 {
    margin-bottom: 28px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .u-contents .u-content-wrap .u-content h4 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .u-contents .u-content-wrap .u-content h5 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .u-contents .u-content-wrap .u-content p {
    margin-top: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .u-contents .u-content-wrap .u-content ul {
    margin-top: 40px;
  }
  .u-contents .u-content-wrap .u-content ol {
    list-style-type: none;
    counter-reset: count 0;
    margin-top: 40px;
  }
  .u-contents .u-content-wrap .u-content ol li a {
    text-decoration: none;
  }
  .u-contents .u-content-wrap .u-content ol li a:hover {
    color: var(--color-main);
  }
  .u-contents .u-content-wrap .u-content ol li:before {
    content: counter(count) ". ";
    counter-increment: count 1;
    color: var(--color-main);
    padding-left: 3px;
    margin-right: 5px;
    font-weight: bold;
  }
  .u-contents .u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
  .u-contents .u-content-wrap .u-content table {
    margin-top: 40px;
    border-collapse: collapse;
    border: 1px solid var(--color-grey2);
  }
  .u-contents .u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr,
  .u-contents .u-content-wrap .u-content table tr {
    border-bottom: 1px solid var(--color-grey2);
  }
  .u-contents .u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .u-contents .u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td,
  .u-contents .u-content-wrap .u-content table tr th,
  .u-contents .u-content-wrap .u-content table tr td {
    line-height: 1.3;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 30px;
    text-align: left;
    border-color: var(--color-grey2);
  }
  .u-contents .u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead th,
  .u-contents .u-content-wrap .u-content table thead th {
    background-color: #F2F2F2;
    border-right: 1px solid #000;
  }
  .u-contents .u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody th,
  .u-contents .u-content-wrap .u-content table tbody th {
    width: 31%;
    background-color: var(--color-light3);
    border-right: 1px solid var(--color-grey2);
    padding: 4% 2%;
    font-size: 14px;
  }
  .u-contents .u-content-wrap .u-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody td,
  .u-contents .u-content-wrap .u-content table tbody td {
    width: 69%;
    border-right: 1px solid var(--color-grey2);
    padding: 4% 2%;
    font-size: 14px;
  }
  .u-contents .u-content-wrap .u-content blockquote {
    padding: 28px 20px 45px;
    margin-top: 60px;
  }
  .u-contents .u-content-wrap .u-content blockquote cite {
    display: block;
    text-align: right;
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .u-contents .u-content-wrap .u-content blockquote::before {
    content: "";
    display: block;
    width: 26px;
    height: 19px;
    background-image: url(../img/page/icon-blockquote.svg);
    background-size: cover;
  }
  .u-contents .u-content-wrap .u-content blockquote::after {
    content: "";
    display: block;
    width: 26px;
    height: 19px;
    background-image: url(../img/page/icon-blockquote.svg);
    background-size: cover;
  }
  .u-contents .u-content-wrap .u-content .wp-block-image {
    margin-top: 40px;
  }
  .u-contents .u-content-wrap .u-content .wp-block-image img {
    max-width: 100%;
    height: auto;
  }
  .u-contents .u-content-wrap .u-content .wp-block-image figcaption {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 16px;
  }
  .u-contents .u-content-wrap .u-content .wp-block-buttons {
    margin-top: 40px;
  }
  .u-contents .u-content-wrap .u-content iframe {
    max-width: 100%;
    aspect-ratio: 16/9;
  }
  .u-contents .u-content-wrap .u-content .wp-block-column {
    padding: 20px 0;
  }
  /*  記事一覧ページ */
  .u-contents .u-content-wrap .u-content .cat-area ul.cat {
    margin-top: 0;
  }
  .cat-area ul.cat {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .cat-area ul.cat li::before {
    content: none;
  }
  .cat-area ul.cat li a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 16px;
  }
  .cat-area ul.cat li a:active {
    background-color: var(--color-main);
    color: #fff;
    filter: brightness(1);
  }
  .cat-area ul.cat li span.current {
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 16px;
  }
  .newspage-list {
    display: block;
  }
  .newspage-list article {
    width: 100%;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .newspage-list article:nth-of-type(3n) {
    margin-right: auto;
  }
  .newspage-list article a {
    text-decoration: none;
  }
  .newspage-list article a .image {
    width: 100%;
    height: 64vw;
  }
  .newspage-list article a .date-wrap p {
    margin-top: 0 !important;
  }
  .newspage-list article a p.title {
    margin-top: 0 !important;
    text-decoration: underline;
  }
  .newspage-list article a:active {
    filter: brightness(1.2);
  }
  .newspage-list article a:active p.title {
    text-decoration: none;
  }
  /* 記事詳細ページ */
  .single-main {
    text-align: center;
    text-align: left;
    padding: 44px 4% 0;
    position: relative;
    z-index: 10;
  }
  .single-main .h1-wrap {
    width: 92%;
    margin: 0 auto;
  }
  .single-main .h1-wrap h1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .single-recruit table,
  .post-type-archive-recruit table {
    width: 100%;
  }
  .single-recruit .btn-wrap,
  .post-type-archive-recruit .btn-wrap {
    display: block;
    margin-top: 60px;
  }
  .single-recruit .btn-wrap .c-for-list,
  .post-type-archive-recruit .btn-wrap .c-for-list {
    margin-bottom: 24px;
  }
  .single-recruit .btn-wrap .c-for-list a,
  .post-type-archive-recruit .btn-wrap .c-for-list a {
    margin: 0 auto;
  }
  .post-type-archive-recruit .job-list .wrap {
    display: block;
  }
  .post-type-archive-recruit .job-list .wrap .recruit-image {
    width: 100%;
    height: auto;
  }
  .post-type-archive-recruit .job-list .wrap .recruit-image img {
    width: 100%;
    height: auto;
  }
  .post-type-archive-recruit .job-list .wrap table {
    width: 100%;
    margin-top: 40px;
  }
  .post-type-archive-recruit .job-list .wrap table tbody tr th {
    width: 80px;
  }
  .post-type-archive-recruit .job-list .wrap table tbody tr td {
    width: calc(100% - 80px);
  }
  .post-type-archive-recruit .job-list .c-for-list {
    margin-bottom: 50px;
  }
  .post-type-archive-recruit .job-list .btn-wrap .c-for-list {
    margin-bottom: 24px;
  }
  .post-type-archive-recruit .job-list .btn-wrap .c-for-list a {
    margin: 0 auto;
  }
  /* A-create沖縄について*/
  .about-category {
    display: none;
  }
  .boss-image {
    order: -1;
  }
  .about-category-sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-category-sp > img {
    margin-top: 8px;
  }
  /* データで見るA-create沖縄 */
  .data-gallery .box {
    width: 44.5vw;
    height: 30vw;
    padding-top: 6vw;
  }
  .data-gallery .box p.title {
    font-size: 15px;
    font-size: 1.5rem;
    top: 10px;
    margin-top: 0;
  }
  .data-gallery .box p.data {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .data-gallery .box p.data span {
    font-size: 55px;
    font-size: 5.5rem;
  }
  .data-gallery.data-about .box1 {
    width: 92vw;
    height: 61.5vw;
    padding-top: 16vw;
  }
  .data-gallery.data-about .box1 p.title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px 10px;
  }
  .data-gallery.data-about .box1 img {
    width: 77.5vw;
  }
  .data-gallery.data-about .box4,
  .data-gallery.data-about .box5 {
    width: 92vw;
    height: 49.5vw;
  }
  .data-gallery.data-about .box4 p.title,
  .data-gallery.data-about .box5 p.title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px 10px;
  }
  .data-gallery.data-about .box4 p.data,
  .data-gallery.data-about .box5 p.data {
    font-size: 29px;
    font-size: 2.9rem;
  }
  .data-gallery.data-about .box4 p.data span,
  .data-gallery.data-about .box5 p.data span {
    font-size: 92px;
    font-size: 9.2rem;
  }
  .data-gallery.data-about .box4 img,
  .data-gallery.data-about .box5 img {
    width: 84vw;
  }
  .data-gallery.data-about .box4 {
    padding-top: 12vw;
  }
  .data-gallery.data-about .box5 {
    padding-top: 19vw;
  }
  .data-gallery.data-about .box8 {
    width: 92vw;
    height: 61.5vw;
    padding-top: 22vw;
  }
  .data-gallery.data-about .box8 p.title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px 10px;
  }
  .data-gallery.data-about .box8 p.data {
    font-size: 29px;
    font-size: 2.9rem;
  }
  .data-gallery.data-about .box8 p.data span {
    font-size: 92px;
    font-size: 9.2rem;
  }
  .data-gallery.data-about .box8 img {
    width: 80vw;
  }
  .data-gallery.data-staff .box1 {
    width: 92vw;
    height: 61.5vw;
    padding-top: 11vw;
  }
  .data-gallery.data-staff .box1 p.title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px 10px;
  }
  .data-gallery.data-staff .box1 img {
    width: 72.5vw;
  }
  .data-gallery.data-staff .box6,
  .data-gallery.data-staff .box9 {
    width: 92vw;
    height: 49.5vw;
    padding-top: 11vw;
  }
  .data-gallery.data-staff .box6 p.title,
  .data-gallery.data-staff .box9 p.title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px 10px;
  }
  .data-gallery.data-staff .box6 p.data,
  .data-gallery.data-staff .box9 p.data {
    font-size: 29px;
    font-size: 2.9rem;
  }
  .data-gallery.data-staff .box6 p.data span,
  .data-gallery.data-staff .box9 p.data span {
    font-size: 92px;
    font-size: 9.2rem;
  }
  .data-gallery.data-staff .box6 img,
  .data-gallery.data-staff .box9 img {
    width: 72.5vw;
  }
  .green-back .inner {
    width: 92%;
    padding-bottom: 68px;
  }
  .green-back .inner .kankyou-gallery {
    width: 100%;
  }
  .green-back .inner .kankyou-gallery .box {
    margin-top: 44px;
  }
  .green-back .inner .kankyou-gallery .box p.title {
    padding: 3px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .green-back .inner .kankyou-gallery .box .wrap {
    margin-top: 28px;
  }
  .green-back .inner .kankyou-gallery .box .wrap img {
    width: inherit;
    zoom: 0.5;
    height: auto;
    margin: 0 auto;
  }
  .green-back .inner .kankyou-gallery .box1 img:nth-last-of-type(1) {
    margin-top: -44vw;
  }
  .green-back .inner .voice-box {
    width: 100%;
    flex-wrap: wrap;
  }
  .green-back .inner .voice-box .v-box {
    width: 44.5vw;
    height: auto;
  }
  .green-back .inner .voice-box .v-box:nth-of-type(2n) {
    margin-top: 36px;
  }
  .green-back .inner .voice-box .v-box p.title {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .green-back .inner .voice-box .v-box .data {
    width: 37.5vw;
    height: 37.5vw;
    margin: 20px auto 0;
  }
  .green-back .inner .voice-box .v-box .data span.yes {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .green-back .inner .voice-box .v-box .data span.num {
    font-size: 56px;
    font-size: 5.6rem;
  }
  .green-back .inner .voice-box .v-box .data span.num span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .green-back .inner .kankyou-gallery {
    margin-top: 0;
  }
  .green-back .inner .kankyou-gallery .box {
    width: 100%;
    height: auto;
  }
  .green-back .inner .kankyou-gallery .box .wrap {
    display: block;
  }
  .green-back .inner .kankyou-gallery .box .wrap ul li {
    text-indent: -1em;
  }
  .green-back .inner .kankyou-gallery .box5 .wrap,
  .green-back .inner .kankyou-gallery .box6 .wrap,
  .green-back .inner .kankyou-gallery .box7 .wrap,
  .green-back .inner .kankyou-gallery .box8 .wrap {
    display: flex;
  }
  .green-back .inner .kankyou-gallery .box5 .wrap ul li,
  .green-back .inner .kankyou-gallery .box6 .wrap ul li,
  .green-back .inner .kankyou-gallery .box7 .wrap ul li,
  .green-back .inner .kankyou-gallery .box8 .wrap ul li {
    padding-left: 1em;
  }
  .green-back .inner .kankyou-gallery .box5 .wrap img {
    max-width: 48%;
  }
  .green-back .inner .one-word-box p.title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 12px 0;
  }
  .green-back .inner .faq-box p.title {
    line-height: 1.2;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  .green-back .inner .faq-box p.title:nth-last-of-type(1) {
    margin-top: 44px;
  }
  p.data-end {
    margin-top: 52px !important;
  }
  /* 働きやすい環境づくり */
  .welfare-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .welfare-list .welfare-list-item {
    width: 48%;
    margin-bottom: 16px;
  }
  .welfare-list .welfare-list-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    font-size: 20px;
    font-size: 2rem;
  }
  /* お問い合わせ */
  /* ページネーション */
  main .wp-pagenavi {
    margin: 80px auto 0;
    text-align: center;
  }
  main .wp-pagenavi span,
  main .wp-pagenavi a {
    padding: 15px 19px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  main .wp-pagenavi span.extend,
  main .wp-pagenavi a.extend {
    display: none;
  }
  main .wp-pagenavi span.pages, main .wp-pagenavi span.first, main .wp-pagenavi span.last,
  main .wp-pagenavi a.pages,
  main .wp-pagenavi a.first,
  main .wp-pagenavi a.last {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px 10px;
  }
  main .wp-pagenavi span.pages:hover,
  main .wp-pagenavi a.pages:hover {
    border: 1px solid #BFBFBF;
    background-color: transparent;
    color: #333;
  }
  .next-prev {
    margin: 80px auto 0;
  }
  .next-prev .prev {
    float: left;
    max-width: 44%;
  }
  .next-prev .prev a {
    display: inline-block;
    background-color: var(--color-main);
    padding: 5% 2% 5% 1.6em;
    border-radius: 10px;
    text-indent: -0.8em;
    line-height: 1.3;
    color: #fff;
    font-size: 13px;
    max-width: 100%;
  }
  .next-prev .next {
    float: right;
    max-width: 44%;
  }
  .next-prev .next a {
    display: inline-block;
    background-color: var(--color-main);
    padding: 5% 1.2em 5% 2%;
    border-radius: 10px;
    text-align: right;
    line-height: 1.3;
    border-radius: 10px;
    text-indent: 1em;
    color: #fff;
    font-size: 13px;
    max-width: 100%;
  }
  .next-prev::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .ftr-fix {
    width: 100%;
    position: sticky;
    bottom: -200px;
    z-index: 20;
    display: flex;
    justify-content: space-between;
  }
  .ftr-fix a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background-color: var(--color-dark);
    width: 33.3333333333%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    border-radius: 8px 8px 0 0;
    text-decoration: none;
  }
  .ftr-fix a:nth-of-type(1) {
    color: var(--color-main2);
    border: 2px solid var(--color-main);
    background-color: #fff;
  }
  .ftr-fix a:nth-of-type(2) {
    color: #fff;
    border: 2px solid var(--color-main);
    background-color: var(--color-main);
  }
  .ftr-fix a:nth-of-type(3) {
    color: #fff;
    border: 2px solid var(--color-accent);
    background-color: var(--color-accent);
  }
  .ftr-fix a img {
    width: 15px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
}
@media screen and (max-width: 374px) {
  header h1 img {
    width: 30%;
  }
  .top-section h2 {
    font-size: 9vw;
    line-height: 1.5;
  }
  .top-section h3 {
    font-size: 8vw;
    line-height: 1.5;
  }
  .top-section h4 {
    font-size: 7vw;
    line-height: 1.5;
  }
}
/* 郵便番号に出る「ハイフンなしで」を非表示 */
#autozip {
  display: none !important;
}

/* 404 */
.not-found-wrap p.not-found {
  text-align: center;
  margin-top: 0;
}

.error404 .c-for-list a {
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .not-found-wrap p.not-found {
    text-align: left;
    margin-top: 0;
  }
}
/* 運輸事業部のお仕事＆社員インタビュー */
.page-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-link a {
  display: inline-flex;
  align-items: center;
  border: 2px solid #E3E3E3;
  border-radius: 100px;
  color: #475D39;
  font-size: 16px;
  padding: 9px 28px;
  margin: 0 6px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}
.page-link a img {
  margin-left: 12px;
}
.page-link a:hover {
  background-color: #E3E3E3;
  filter: brightness(1);
}

h3.one-day.transportation-day {
  background-color: var(--color-light) !important;
  color: var(--color-main2) !important;
  border: 1px solid var(--color-main2);
}

h3.one-day.construction-day {
  background-color: #FFF8ED !important;
  color: #5C4E38 !important;
  border: 1px solid #5C4E38;
}

h3.one-day.manufacturing-day {
  background-color: #EDFAFF !important;
  color: #0378AB !important;
  border: 1px solid #0378AB;
}

h3.one-day.management-day {
  background-color: #FFFEED !important;
  color: #79762A !important;
  border: 1px solid #79762A;
}

.suited-wrap {
  padding: 20px 24px !important;
}

.suited-wrap.transportation-wrap {
  border: 1px solid var(--color-main2);
}

.suited-wrap.construction-wrap {
  border: 1px solid #5C4E38;
}

.suited-wrap.manufacturing-wrap {
  border: 1px solid #0378AB;
}

.suited-wrap.management-wrap {
  border: 1px solid #79762A;
}

h3.suited {
  background-color: transparent !important;
  margin-bottom: 16px !important;
}

.suited-wrap.transportation-wrap h3.suited {
  color: var(--color-main2);
}

.suited-wrap.construction-wrap h3.suited {
  color: #5C4E38;
}

.suited-wrap.manufacturing-wrap h3.suited {
  color: #0378AB !important;
}

.suited-wrap.management-wrap h3.suited {
  color: #79762A;
}

.page-id-64 .u-content-wrap .u-content .wp-block-column {
  padding: 0;
}

.senpai-interview {
  margin-top: 104px;
  padding: 48px;
}
.senpai-interview h2 {
  margin-top: 0 !important;
}
.senpai-interview .interviewer {
  display: flex;
  justify-content: space-between;
}
.senpai-interview .interviewer .image {
  width: 168px;
  height: 168px;
  border-radius: 84px;
  overflow: hidden;
}
.senpai-interview .interviewer .txt {
  width: 713px;
}
.senpai-interview .interviewer .txt p.name {
  margin-top: 0;
  font-weight: bold;
  padding: 0 14px;
}
.senpai-interview .interviewer .txt p.data {
  font-size: 12px;
  color: #363636;
  margin-top: 0;
  padding: 0 14px;
}
.senpai-interview p.question {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 24px;
}
.senpai-interview p.answer {
  margin-top: 0;
}
.senpai-interview .for-seeker {
  padding: 28px 40px;
  background-color: #fff;
  margin-top: 56px;
  border-radius: 16px;
}
.senpai-interview .for-seeker p {
  margin-top: 0;
}
.senpai-interview .for-seeker p.title {
  font-size: 24px;
  margin: 0 auto 20px !important;
  font-weight: bold;
  text-align: center;
}
.senpai-interview.transportation-interview {
  background-color: var(--color-light);
}
.senpai-interview.transportation-interview p.title {
  color: var(--color-main);
}
.senpai-interview.transportation-interview p.question {
  color: var(--color-main);
}
.senpai-interview.manufacturing-interview {
  background-color: #EDFAFF;
}
.senpai-interview.manufacturing-interview p.title {
  color: #0378AB;
}
.senpai-interview.manufacturing-interview p.question {
  color: #0378AB;
}
.senpai-interview.construction-interview {
  display: none;
  background-color: #FFF8ED;
}
.senpai-interview.construction-interview p.title {
  color: #5C4E38;
}
.senpai-interview.construction-interview p.question {
  color: #5C4E38;
}
.senpai-interview.management-interview {
  background-color: #FFFEED;
}
.senpai-interview.management-interview p.title {
  color: #79762A;
}
.senpai-interview.management-interview p.question {
  color: #79762A;
}

.balloon {
  position: relative;
  padding: 20px;
  background-color: #fff;
  font-size: 24px;
  line-height: 1.3;
  color: #2B7E1B;
  font-weight: bold;
  border-radius: 16px;
  margin-bottom: 24px;
}

.transportation-interview .balloon {
  color: #2B7E1B;
}

.construction-interview .balloon {
  color: #5C4E38;
}

.manufacturing-interview .balloon {
  color: #0378AB;
}

.management-interview .balloon {
  color: #79762A;
}

.balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 40px;
  border-right: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.jigyoubu-link {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
.jigyoubu-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border: 1px solid;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  border: 2px solid #fff;
  text-decoration: none;
  margin: 0 8px;
}
.jigyoubu-link a img {
  margin-left: 8px;
}
.jigyoubu-link a:hover {
  filter: brightness(0.7);
}
.jigyoubu-link a[tabindex="-1"]:hover {
  filter: brightness(1);
}
.jigyoubu-link a.unyu {
  background-color: #2B7E1B;
}
.jigyoubu-link a.unyu-active {
  background-color: rgba(43, 126, 27, 0.5);
}
.jigyoubu-link a.kensetu {
  background-color: #5C4E38;
}
.jigyoubu-link a.kensetu-active {
  background-color: rgba(92, 78, 56, 0.5);
}
.jigyoubu-link a.seizou {
  background-color: #0378AB;
}
.jigyoubu-link a.seizou-active {
  background-color: rgba(3, 120, 171, 0.5);
}
.jigyoubu-link a.kanri {
  background-color: #79762A;
}
.jigyoubu-link a.kanri-active {
  background-color: rgba(121, 118, 42, 0.5);
}

@media screen and (max-width: 767px) {
  .page-link {
    display: block;
    text-align: center;
  }
  .page-link a {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto 16px;
  }
  .senpai-interview {
    padding: 6% 4%;
  }
  .senpai-interview .interviewer {
    display: block;
  }
  .senpai-interview .interviewer .image {
    margin: 0 auto 24px;
  }
  .senpai-interview .interviewer .txt {
    width: 100%;
  }
  .senpai-interview p.question {
    font-size: 20px !important;
  }
  .balloon {
    font-size: 20px;
  }
  .balloon::before {
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #fff;
    border-left: 10px solid transparent;
  }
  .senpai-interview .for-seeker {
    padding: 4% 6%;
    margin-bottom: 16px !important;
  }
  .senpai-interview .for-seeker p {
    margin-top: 0 !important;
  }
  .senpai-interview .for-seeker p.title {
    margin-bottom: 10px !important;
  }
  .jigyoubu-link {
    flex-wrap: wrap;
  }
  .jigyoubu-link a {
    width: 48%;
    margin: 0 1% 16px;
    padding: 14px 0;
  }
}

.menu-trigger {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--color-text2);
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  text-align: left;
  position: relative;
  text-decoration: none;
}

.menu-trigger:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-grey2);
}

.menu-trigger:focus {
  outline: 2px solid #007bff;
  outline-offset: -2px;
}

.menu-trigger[aria-expanded="true"] {
  font-weight: 700;
}

/* 既存のスタイルを維持 */
.has-sub {
  position: relative;
  list-style-type: none;
  margin: 0 20px;
}

.sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 100;
  min-width: 200px;
}