@charset "utf-8";
/*
Theme Name: Supple
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

/*reset*/
/*******************************************************************/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
  appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}
i {
  vertical-align: middle;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
ul,
ol {
  list-style: none;
}
i,
em {
  font-style: normal;
}
html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
a {
  color: #222;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  a {
    transition: all 0.2s ease-out;
  }
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
*:focus {
  outline: none;
}

/*LAYOUT*/
/*******************************************************************/
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  font-weight: 500;
  line-height: 1.4;
  word-break: normal;
  color: #222;
}
#container {
  position: relative;
  width: 100%;
  overflow: clip;
}
figure {
  margin: 0;
}
i,
time,
.en {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
}

/*HEADER*/
/*******************************************************************/
#header {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px 40px;
  min-height: 112px;
  padding: 0 40px;
  z-index: 1000;
  transition: 0.2s ease-out;
}
#header.is-fixed {
  background: #fafafa;
}
#logo {
  width: 152px;
}
@media screen and (min-width: 1001px) {
  #nav {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px 24px;
  }
  .menu {
    display: flex;
    align-items: center;
    gap: 4px 32px;
    white-space: nowrap;
  }
  .menu a {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 1.4rem;
  }
  .menu a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background: #44aa71;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menu a:hover {
    opacity: 1;
  }
  .menu a:hover::after,
  .menu a.on::after {
    width: 100%;
    left: 0;
    right: auto;
  }
  #nav .wp-block-buttons {
    margin-top: 0;
  }
  #nav .wp-block-button a {
    min-width: 134px;
    min-height: 33px;
    background-position: right 10px center;
    background-size: 14px auto;
    font-size: 1.2rem;
  }
  #open {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #header {
    min-height: 82px;
    padding: 0 16px;
  }
  #nav {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100svh;
    padding: 64px 30px;
    background: #f3f3f3;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 1000;
    transition: 0.2s ease-out;
  }
  #nav .menu a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
  }
  #open {
    position: relative;
    width: 50px;
    height: 50px;
    background: #44aa71;
    border-radius: 3px;
    z-index: 5000;
    cursor: pointer;
    pointer-events: auto;
  }
  #open span {
    position: absolute;
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: 0.2s linear;
  }
  #open span:nth-child(1) {
    top: calc(50% - 5px);
    left: calc(50% - 13px);
    width: 26px;
  }
  #open span:nth-child(2) {
    top: calc(50% + 5px);
    left: 50%;
    width: 13px;
  }
  .open #open span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
  .open #open span:nth-child(2) {
    top: 50%;
    transform: translateX(-50%) rotate(-135deg);
    width: 30px;
  }
  .open #nav {
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
  }
}

/*FOOTER*/
/*******************************************************************/
/* #sitemap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px 80px;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 1.4rem;
}
#sitemap .logo img {
  width: 153px;
}
#sitemap ul {

  justify-content: flex-end;
  gap: 16px 24px;
  text-align: center;
}
#sitemap li i {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  color: #44aa71;
}
#copyright {
  padding: 16px;
  text-align: center;
  background: #44aa71;
  font-size: 1.4rem;
  color: #fff;
}
#banner {
  padding: 50px 0;
  background: #fafafa;
}
#banner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 92%;
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  #sitemap {
    grid-template-columns: 1fr;
  }
  #sitemap .logo {
    text-align: center;
  }
  #sitemap ul {
    justify-content: center;
  }
  #banner ul {
    grid-template-columns: 1fr;
  }
} */

#banner {
  padding: 50px 0;
  background: #fafafa;
}
#banner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 92%;
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

#sitemap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 5%;
  gap: 40px;
}

/* ロゴを少し広め */
.logo {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qfs img {
  margin-top: 60px;
  max-width: 300px !important;
}

/* TOP をかなり狭める（寄せる）←ポイント */
.center-left {
  flex: 0.6;
}

/* 事業内容は広めに取る */
.footer-col:nth-of-type(3) {
  flex: 1;
}

/* 右カラムも適度に */
.footer-col:nth-of-type(4) {
  flex: 1;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.footer-col a:hover {
  color: #44aa71;
}

.col-title {
  font-weight: 700;
  font-size: 18px !important;
  margin-bottom: 16px;
}

.logo img {
  max-width: 200px;
  height: auto;
}

#copyright {
  text-align: center;
  padding: 16px 0;
  background: #44aa71;
  color: #fff;
  font-size: 14px;
}

/* スマホ */
@media (max-width: 768px) {
  #sitemap {
    flex-direction: column;
    gap: 24px;
  }

  .footer-col {
    width: 100%;
  }
}

/*CONTENTS*/
/*******************************************************************/
article {
  position: relative;
  padding: 80px 0;
}
section {
  opacity: 0;
  position: relative;
  width: 92%;
  max-width: 1060px;
  margin: 0 auto;
}
section + section {
  margin-top: 80px;
}
.tight {
  max-width: 766px;
}
.narrow {
  max-width: 880px;
}
.wide {
  max-width: 1200px;
}
.full {
  width: auto;
  max-width: initial;
}
h2 {
  font-size: clamp(2.4rem, 3.2vw, 3.2rem);
}
h3 {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
}
h4 {
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
}
h5 {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.title {
  margin-bottom: 1em;
  text-align: center;
}
.title .en {
  display: block;
  margin-bottom: 0.4em;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: 400;
  color: #3a9562;
}
.title img {
  max-width: 220px;
}
.subtitle {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #44aa71;
  font-size: clamp(1.8rem, 2vw, 2rem);
}
article * + h2,
article * + h3,
article * + h4,
article * + h5,
article * + ul,
article * + ol,
* + .wp-block-list,
* + .wp-block-table,
* + .wp-block-buttons,
* + .wp-block-image,
* + .wp-block-gallery,
* + form {
  margin-top: 2em;
}
article h2 + * {
  margin-top: 2em !important;
}
article h3 + *,
article h4 + *,
article h5 + * {
  margin-top: 1em !important;
}
article * + p {
  margin-top: 1em;
}
figure {
  position: relative;
}
.radius {
  border-radius: 20px;
}
p,
dl,
ul,
ol {
  line-height: 1.6;
}
.bg {
  background: #f8fbf8;
}
.bg2 {
  background: #fafafa;
}
.bg3 {
  background: #fbfcff;
}
.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wp-block-buttons.center {
  justify-content: center;
}
.wp-block-buttons.right {
  justify-content: flex-end;
}
.wp-block-button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 218px;
  padding: 0.5em 2em;
  background: #fff;
  border: 1px solid #031a0d;
  border-radius: 40px;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.wp-block-button a::after {
  content: "";
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: url(img/common/arrow.svg) center no-repeat;
}
.wp-block-button a.alt::after {
  background-image: url(img/common/arrow_alt.svg);
}
.wp-block-button a.mail {
  min-width: initial;
  padding: 1em;
  background: #44aa71;
  border: none;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
.wp-block-button a.mail::after {
  order: -1;
  width: 14px;
  min-width: 14px;
  height: 11px;
  background-image: url(img/common/mail.svg);
}
.free {
  padding: 2px 4px;
  background: #fff080;
  border-radius: 3px;
  color: #222;
  font-size: 1rem;
}
ul.wp-block-list {
  display: grid;
  gap: 0.5em;
  margin-left: 1.5em;
  list-style: disc;
}
ul.wp-block-list li::marker {
  color: #44aa71;
}
ol.wp-block-list {
  display: grid;
  gap: 0.5em;
  margin-left: 1.5em;
  list-style: decimal;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-table table tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.wp-block-table th {
  padding: 16px;
  text-align: left;
  vertical-align: top;
  border: none;
  font-weight: 700;
}
.wp-block-table td {
  padding: 16px;
  text-align: left;
  vertical-align: top;
  border: none;
}
.wp-block-table td .name {
  display: inline-block;
  margin: 8px 0;
  padding: 2px 16px;
  background: #e4ebe3;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.left {
  text-align: left !important;
}
.marker {
  display: inline;
  padding: 0 1px 5px;
  background: linear-gradient(transparent 60%, rgba(44, 117, 219, 0.2) 0%);
}
a.underline {
  text-decoration: underline !important;
}
.mt1 {
  margin-top: 1em !important;
}
.mt2 {
  margin-top: 2em !important;
}
.mt3 {
  margin-top: 3em !important;
}
.fs14 {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem) !important;
}
.fs15 {
  font-size: clamp(1.3rem, 1.5vw, 1.5rem) !important;
}
.fs16 {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem) !important;
}
.fs18 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem) !important;
}
.fs20 {
  font-size: clamp(1.8rem, 2vw, 2rem) !important;
}
.fs24 {
  font-size: clamp(2rem, 2.4vw, 2.4rem) !important;
}
.fs26 {
  font-size: clamp(2.1rem, 2.6vw, 2.6rem) !important;
}
.fs28 {
  font-size: clamp(2.2rem, 2.8vw, 2.8rem) !important;
}
.fs32 {
  font-size: clamp(2.4rem, 3.2vw, 3.2rem) !important;
}
.fs35 {
  font-size: clamp(2.5rem, 3.5vw, 3.5rem) !important;
}
.fs38 {
  font-size: clamp(2.6rem, 3.8vw, 3.8rem) !important;
}
.fs40 {
  font-size: clamp(2.8rem, 4vw, 4rem);
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.lh {
  line-height: 2;
}
.white {
  color: #fff !important;
}
.green {
  color: #3a9562 !important;
}
.sp {
  display: none;
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animated {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

/*TOP*/
#mv {
  position: static;
  margin-top: -112px;
  padding: 0;
}
#mv section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3000px;
  background: url(img/top/slide.svg) center top no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
#mv section {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
#mv .contents {
  position: relative;
  padding: 40px 8%;
  z-index: 10;
}
#mv h1 .entitle {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #44aa71;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
  font-weight: 700;
}
#mv h1 .maintitle {
  display: block;
  margin: 0.5em 0;
  font-size: clamp(2.8rem, 4vw, 7rem);
  white-space: nowrap;
}
#mv p {
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  white-space: nowrap;
}
#mv figure {
  z-index: -2;
}
#scrollarrowbox {
  position: fixed;
  bottom: 4%;
  left: 4%;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 5;
  transition: 0.2s ease-out;
}
#scrollarrowbox i {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  z-index: 5;
  transition: 0.2s ease-out;
}
#scrollarrowbox.off {
  pointer-events: none;
  opacity: 0;
}
#scrollarrowbox span {
  display: block;
  width: 28px;
  height: 28px;
  transform: rotate(90deg);
  background: url("img/common/arrow_circle_g.svg") center no-repeat;
  animation: scrollarrowbox 3s ease-in infinite;
}
@keyframes scrollarrowbox {
  0% {
    transform: rotate(90deg) translateX(-12px);
    opacity: 0;
  }
  20% {
    transform: rotate(90deg) translateX(0);
    opacity: 1;
  }
  80% {
    transform: rotate(90deg) translateX(0);
    opacity: 1;
  }
  100% {
    transform: rotate(90deg) translateX(12px);
    opacity: 0;
  }
}
#about {
  text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.12);
}
#service::after {
  content: "";
  position: absolute;
  top: -112px;
  left: 0;
  width: 100%;
  height: 3000px;
  background: url(img/top/bg.svg) center top no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.service-list li {
  position: relative;
  padding-top: 240px;
}
/* .service-list li a {
  display: block;
  max-width: 640px;
  padding: 24px 32px;
  background: #fff;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.12);
}

.service-list li a:hover {
  background: #f3f3f3;
  color: #44aa71;
  opacity: 1;
} */

/* ▼ 共通：ホバーで右→左へ線が伸びる */
.service-list li a {
  display: block;
  max-width: 640px;
  padding: 24px 32px;
  background: #fff;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.12);
  position: relative; /* ← 重要：線の基準にする */
  overflow: hidden; /* はみ出し防止 */
}

/* 線の初期状態（幅0） */
.service-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0; /* ← 右端からスタート */
  width: 0;
  height: 2px;
  background: #44aa71;
  transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* ホバー時に線が伸びる */
.service-list li a:hover::after {
  width: 100%;
}

/* 既存のホバーデザイン */
.service-list li a:hover {
  background: #f3f3f3;
  color: #44aa71;
  opacity: 1;
}

.service-list .service-title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
}
.service-list .service-title .num {
  display: flex;
  flex-direction: column;
  align-self: center;
  text-align: center;
  padding-right: 16px;
  border-right: 1px solid #000;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 600;
  line-height: 1;
}
.service-list .service-title .num em {
  font-size: clamp(2.4rem, 4vw, 4rem);
}
.service-list .service-title h3 {
  margin-top: 0;
  text-align: right;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 900;
}
.service-list .service-title h3 i {
  display: block;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 600;
}
.service-list figure {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: calc(50% + 50vw);
  height: calc(100% - 90px);
  z-index: -1;
}
.service-list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-list li:nth-child(even) a {
  margin-left: auto;
}
.service-list li:nth-child(even) figure {
  left: auto;
  right: calc(50% - 50vw);
}
.column {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 0 40px;
}
.column h2 {
  text-align: left;
}
.news-list {
  margin: 0 !important;
  list-style: none !important;
}
.news-list li {
  padding: 16px 24px;
  border-bottom: 1px solid #e6e6e6;
}
.news-list li:first-child {
  padding-top: 0;
}
.news-list li a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px 24px;
}
.news-list p {
  margin: 0 !important;
}

/*PAGE*/
#title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 92%;
  max-width: 1060px;
  min-height: 580px;
  margin: 0 auto;
  padding: 56px 0;
  color: #fff;
}
#title i {
  display: inline-block;
  font-size: clamp(3.2rem, 5vw, 6rem);
}
#title h1 {
  display: inline-block;
  padding: 0.5em 1em;
  background: #44aa71;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
}
#title .page-title {
  margin-top: 0.5em;
  font-size: clamp(2.4rem, 4vw, 5rem);
  font-weight: 700;
}
#title p {
  margin-top: 0.5em;
  font-size: clamp(1.6rem, 3.2vw, 3.2rem);
  font-weight: 700;
}
#title figure {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
#title figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#title.v-narrow {
  min-height: 280px;
}
#title.v-narrow h1 {
  font-size: 1.6rem;
  font-weight: 400;
}
#title.v-narrow figure {
  margin-right: calc(100% - 50vw);
}
#title .btn {
  margin: 1em calc(50% - 50vw) 0 auto;
}
#title .btn a {
  display: inline-block;
  padding: 1em 4em 1em 2em;
  background: #fff url(img/common/arrow_circle_g.svg) right 24px center
    no-repeat;
  border-radius: 40px 0 0 40px;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 700;
}
.anchor {
  display: flex;
  gap: 24px 50px;
}
.anchor li {
  flex: 1;
}
.anchor a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1em;
  text-align: center;
  border: 1px solid #44aa71;
  border-radius: 20px;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 700;
  color: #44aa71;
}
.anchor i {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: 400;
  white-space: nowrap;
}

.message {
  display: grid;
  grid-template-columns: 1fr 60%;
  align-items: flex-start;
  gap: 24px 40px;
}
.message figure {
  order: -1;
  margin-left: calc(120% - 50vw);
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
.message figure img {
  width: 100%;
}
.message2 {
  display: grid;
  grid-template-columns: 60% 1fr;
  align-items: flex-start;
  gap: 24px 40px;
}
.message2 figure {
  border-radius: 30px;
  overflow: hidden;
}
.tab {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
}
.tab li {
  padding: 2px 16px;
  background: #e4ebe3;
  cursor: pointer;
}
.tab li.on {
  background: #3a9562;
  color: #fff;
}
.tabcontents .tabcontent:not(:last-of-type) {
  display: none;
}
.map {
  margin-top: 8px;
}
.map iframe {
  width: 100%;
  height: 320px;
}
.history {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 20px;
  overflow-y: scroll;
  height: 500px;
  border: 1px solid #f2f2f2;
  padding: 20px;
}
.history::after {
  content: "";
  display: block;
  clear: both;
}
.history dt {
  position: relative;
  padding: 0 0 32px 24px;
  text-align: right;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 400;
  color: #3a9562;
}
.history dt::after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #3a9562;
  border-radius: 50%;
  z-index: 10;
}
.history dt:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 5px;
  width: 1px;
  height: 100%;
  background: #3a9562;
}
.history dd {
  padding-bottom: 22px;
}
/* .about-img {
  height: 345px;
  background: url(img/about/img.jpg) center repeat-x;
} */

.about-img {
  overflow: hidden;
  position: relative;
  height: 345px; /* 必要なら調整 */
}

.about-track {
  display: flex;
  white-space: nowrap;
  will-change: transform; /* GPU最適化でカクつき抑制 */
}

.about-track img {
  height: 345px;
  width: auto;
  flex-shrink: 0;
  object-fit: cover;
}

#newscontainer {
  display: grid;
  grid-template-columns: 1fr 26%;
  gap: 64px;
  max-width: 1200px;
}
#newscontainer.single {
  padding-top: 0;
}
.newslist > li:not(:last-of-type) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dddddd;
}
.newslist > li time {
  display: block;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: 500;
  color: #44aa71;
}
.newslist > li .meta {
  gap: 8px;
}
.newslist > li .cat li {
  display: block;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}
.newslist > li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.5em;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
}
#aside h4 {
  padding-bottom: 12px;
  border-bottom: 2px solid #222;
  font-size: clamp(1.8rem, 2.1vw, 2.1rem);
  font-weight: 700;
}
#aside .widjet {
  margin-bottom: 80px;
}
#aside ul {
  padding: 0;
}
#aside li a,
.archive-list a,
.archive-list span {
  display: block;
  padding: 12px 40px 12px 0;
  background: url("img/common/arrow_circle.svg") right center no-repeat;
  background-size: 21px auto;
  cursor: pointer;
}
#aside .archive-list > li {
  border-bottom: 1px solid #d9d9d9;
}
#aside .archive-list > li:not(.on) > ul {
  display: none;
}
#aside .month-archive-list > li {
  text-indent: 2em;
}
#aside .month-archive-list > li a {
  background-image: url("img/common/arrow_circle_transparent.svg");
}
.screen-reader-text {
  display: none;
}
.pagination {
  margin-top: 56px;
  text-align: center;
  white-space: nowrap;
}
.pagination span {
  height: auto;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.pagination
  a:not(.top):not(.prev):not(.next):not(.single-prev):not(.single-next) {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-weight: 500;
}
.pagination a:not(.top):not(.single-prev):not(.single-next) {
  width: 33px;
  height: 33px;
}
.pagination a.prev,
.pagination a.next {
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
.pagination a.prev {
  transform: scaleX(-1);
}
.pagination a.prev::before,
.pagination a.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}
.pagination a.single-prev,
.pagination a.single-next {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pagination a strong {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  vertical-align: middle;
  background: #44aa71;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  text-indent: -9999px;
  overflow: hidden;
}
.pagination a strong::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pagination a.single-prev strong {
  transform: scaleX(-1);
}
.pagination a.top {
  margin: 0 16px;
  padding: 0 24px;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
}
.pagination span {
  line-height: 50px;
}
.pagination span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background: #44aa71;
  border-radius: 2px;
  font-weight: 500;
  color: #fff;
}
#toc_container {
  margin-top: 4em;
  border: 8px solid rgba(222, 213, 195, 0.6) !important;
  background: #fff;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 2em 4em;
}
#toc_container .toc_title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
#toc_container ul {
  display: grid;
  gap: 16px;
}
#toc_container ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
#toc_container ul li:before {
  display: none;
}
#toc_container ul li a {
  display: flex;
  gap: 8px;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none !important;
  color: #222;
}
#toc_container ul li a .toc_number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background: #ded5c3;
  font-size: 1.5rem;
  text-decoration: none !important;
}
#single h1 {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #44aa71;
  font-size: clamp(2.4rem, 2.9vw, 2.9rem);
}
#single .meta {
  padding: 1em 0;
}
#single .meta .cat {
  margin: 0;
}
.contnet {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.content h2 {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #44aa71;
  font-size: clamp(2rem, 2.2vw, 2.2rem);
}
.content h3 {
  margin-bottom: 0;
  padding-bottom: 0.5em;
  text-align: left;
  border-bottom: 1px solid #44aa71;
  font-size: clamp(1.7rem, 2vw, 2rem);
}
.content h3::after {
  display: none;
}
.content p + p {
  margin-top: 0.5em;
}
.content a {
  text-decoration: underline;
  color: #2660ef;
}
.content a[target="_blank"]:not(.pdf):not(.wp-block-button__link) {
  display: inline;
  padding-right: 20px;
  background: url("img/common/blank.svg") right center no-repeat;
}
.content img {
  margin-bottom: 8px;
}
.content li:not(:first-of-type) {
  margin-top: 4px;
}
.content ul {
  margin-left: 2em;
}
.content ul > li {
  list-style: disc;
}
.content ol {
  margin-left: 2em;
}
.content ol > li {
  list-style: decimal;
}
.content table {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  border-collapse: separate;
  border-spacing: 16px 0;
  border-top: none !important;
  border-left: none !important;
  overflow: hidden;
}
.content th,
.content td {
  padding: 24px 0;
  text-align: left;
  vertical-align: top;
  border: none !important;
}
.content th {
  width: 25%;
  border-bottom: 2px solid #222 !important;
}
.content td {
  border-bottom: 2px solid #d1d1d1 !important;
}
.content * + p,
.content > * + ul,
.content * + ol,
.content * + .wp-block-image,
.content * + .wp-block-table,
.content * + blockquote,
.content * + table,
.content * + .wp-block-columns,
.content * + .wp-block-buttons {
  margin-top: 2em;
}
.content * + h2,
.content * + h3,
.content * + h4,
.content * + h5 {
  margin-top: 3em !important;
}
.content h1 + *,
.content h2 + *,
.content h3 + *,
.content h4 + *,
.content h5 + *,
.mainimg + * {
  margin-top: 2em !important;
}
.content .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 1em auto 0;
}
.content .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
}
.meta time {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.cat {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.cat li {
  display: inline-block;
  min-width: 100px;
  padding: 4px 8px;
  text-align: center;
  background: #edf5f0;
  border-radius: 40px;
  font-size: 1.4rem;
  text-transform: lowercase;
}
.content .alignright {
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
}
.content .alignleft {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}
.content .aligncenter {
  display: block;
  margin: 2em auto;
  text-align: center;
}
.size-thumbnail {
  max-width: 400px;
}

.form {
  font-size: 1.6rem;
}
.form.alt dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 24px;
}
.form.alt dt {
  margin-top: 1em;
}
.form.alt input[type="text"],
.form.alt input[type="tel"],
.form.alt input[type="email"],
.form.alt select,
.form.alt textarea {
  background: none;
  border: 1px solid #b7d9c6;
}
.form p {
  margin: 0;
}
.form dt {
  font-weight: 500;
}
.form dd {
  padding: 8px 0 32px;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="url"] {
  display: inline-block;
  width: 100%;
  padding: 12px;
  background: #efefef;
  border: none;
  border-radius: 3px;
  vertical-align: middle;
}
.form textarea:read-only,
.form input[type="text"]:read-only {
  background: #f4f4f4 !important;
}
.form select {
  padding: 12px 48px 12px 12px;
  background: #efefef url(img/common/select.svg) right 16px center no-repeat;
  border: none;
  border-radius: 3px;
}
.form textarea {
  width: 100%;
  min-height: 240px;
  padding: 12px;
  background: #efefef;
  border: none;
  border-radius: 3px;
}
.form label {
  display: inline-block;
  padding: 8px 0;
}
.form input[type="checkbox"] {
  display: none;
}
.form input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  padding: 16px 0 16px 40px;
  line-height: 1;
  cursor: pointer;
}
.form input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #eee;
  border: 2px solid #cccccc;
  border-radius: 6px;
}
.form input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
  height: 5px;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.form input[type="checkbox"]:checked + span::before {
  background: #44aa71;
  border-color: #44aa71;
}
.form input[type="checkbox"]:checked + span::after {
  border-color: #fff;
}
.form input[type="radio"] {
  display: none;
}
.form input[type="radio"] + span {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  padding-left: 28px;
  vertical-align: middle;
  line-height: 2;
}
.form input[type="radio"] + span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: #eceef2;
  border: 2px solid #eceef2;
  border-radius: 50%;
}
.form input[type="radio"]:checked + span::before {
  background-color: #fff;
  border-color: #44aa71;
}
.form input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  display: block;
  width: 14px;
  height: 14px;
  background: #44aa71;
  border-radius: 50%;
}
.form ::-webkit-input-placeholder {
  font-weight: 400;
  color: #a4a7af;
}
.form ::-moz-placeholder {
  font-weight: 400;
  color: #a4a7af;
}
.form :-ms-input-placeholder {
  font-weight: 400;
  color: #a4a7af;
}
.form .inputTextShort {
  width: 75% !important;
}
.form .inputTextShortest {
  width: 50% !important;
}
.must {
  margin-left: 16px;
  padding: 3px 6px;
  background: #f76464;
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
}
.any {
  margin-left: 16px;
  padding: 3px 6px;
  background: #ffefe0;
  border-radius: 40px;
  font-size: 1.3rem;
  color: #e47428;
  white-space: nowrap;
}
.privacy {
  height: 240px;
  padding: 24px;
  border: 1px solid #dddddd;
  overflow: auto;
}
.submit {
  clear: both;
  position: relative;
  display: block;
  max-width: 350px;
  margin: 24px auto 0;
  text-align: center;
}
.submit input[type="submit"] {
  width: 100%;
  min-height: 60px;
  padding: 0.5em 1em;
  background: #44aa71 url(img/common/submit.svg) right 24px center no-repeat;
  border-radius: 40px;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
  color: #fff;
}
.submit input[type="button"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 68px;
  margin-bottom: 24px;
  padding: 8px 16px;
  text-align: center;
  background: #a2a2a2;
  border-radius: 3px;
  font-size: 2.1rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
.confirm {
  margin-top: 32px;
}
.confirm dd {
  padding: 28px 0;
}
.confirm .confirm-hide {
  display: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  font-size: 1.6rem;
}
.wpcf7-spinner {
  display: block;
  margin: 8px auto;
}
.tel {
  text-align: center;
}
.tel a {
  display: inline-block;
  padding-left: 1.2em;
  background: url(img/contact/tel.svg) left center no-repeat;
  background-size: 1em auto;
  font-size: clamp(4rem, 4vw, 6rem);
  font-weight: 400;
  color: #44aa71;
  white-space: nowrap;
}

#reason {
  margin-top: -80px;
  padding-top: 160px;
  background: #fafafa url(img/recruitment/bg.svg) center no-repeat;
}
#reason section::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 0 0 30px 30px;
}
.reason {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
}
.reason li {
  padding: 2em;
}
.reason li:not(:first-child) {
  border-left: 1px solid #ccc;
}
.reason h3 {
  margin-top: 0.5em;
}
.occupation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 50px;
}
.occupation li {
  position: relative;
  width: 320px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.occupation li p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}

@media screen and (min-width: 1000px) {
  /* Flow エリアの背景と基本 */
  #flow {
    background: linear-gradient(
      0deg,
      rgba(7, 127, 101, 1) 0%,
      rgba(89, 194, 137, 1) 100%
    );
    color: #fff;
  }
  #flow section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #flow .title .en {
    color: #fff;
  }

  /* ▼ 並び：中央揃え（アイコン + テキスト） */
  .flow {
    display: flex;
    gap: 60px; /* 矢印含めた均等間隔 */
    text-align: center;
    align-items: flex-start;
    padding-bottom: 80px;
  }

  /* ▼ アイコンを大きくする（重要ポイント） */
  .flow figure {
    width: 170px;
    height: 170px;
    margin: 0 auto 14px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flow figure img {
    width: 150px; /* ← ここでアイコンを拡大 */
    height: auto;
  }

  /* ▼ 矢印均等配置（中央に固定） */
  .flow li {
    position: relative;
    max-height: 190px;
  }

  /* 最初以外の li の左側に矢印 */
  .flow li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -45px; /* ← アイコン間と均等に */
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url(img/common/flow.svg) center/contain no-repeat;
  }

  /* ▼ 2段目の「目安期間」は矢印を消す */
  .flow .flow-text::before {
    display: none !important;
  }

  .registration-company-flow .flow-text {
    height: 300px !important;
    display: flex;
    align-items: center;
  }

  /* ▼ 1段目の最後（面接）にも矢印を表示する */
  .registration-company-flow:first-of-type li:last-child::after {
    content: "";
    position: absolute;
    right: -45px; /* ← アイコン間と均等に */
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url(img/common/flow.svg) center/contain no-repeat;
  }

  /* ▼ 2段目の最初の「在留申請手続き」だけ矢印を出す（今まで通り） */
  .flow:nth-of-type(2) li:first-child::before {
    display: none; /* ← この行は不要なので OFF */
  }

  .flow:nth-of-type(2) {
    margin-left: 50px;
  }

  /* タイトル */
  .flow h3 {
    margin: 0.7em 0 0;
    line-height: 1.4;
  }

  /* 説明テキスト */
  .flow p {
    margin-top: 0 !important;
  }

  /* ここまで */
}

@media screen and (max-width: 999px) {
  #flow {
    background: linear-gradient(
      0deg,
      rgba(7, 127, 101, 1) 0%,
      rgba(89, 194, 137, 1) 100%
    );
    color: #fff;
  }
  #flow section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #flow .title .en {
    color: #fff;
  }
  .flow {
    display: flex;
    gap: 40px;
    text-align: center;
  }
  .flow li:not(:first-child) figure::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 17px;
    height: 31px;
    background: url(img/common/flow.svg) center no-repeat;
  }

  .flow li.next figure::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 17px;
    height: 31px;
    background: url(img/common/flow.svg) center no-repeat;
  }
  .flow h3 {
    margin: 0.5em 0 0;
    line-height: 1.4;
  }
  .flow p {
    margin-top: 0 !important;
  }
  .flow-text {
    align-self: center;
  }
}

.flow2 {
  display: flex;
  gap: 16px;
}
.flow2 li {
  /* flex: 1 1 0; */
  width: 200px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-align: center;
  background: #fff;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 700;
  color: #3e6b52;
  white-space: nowrap;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%, 8% 50%);
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%, 8% 50%);
}
.flow2 li:not(:last-child) {
  margin-right: -26px;
}
@media (max-width: 880px) {
  .flow2 {
    flex-direction: column;
    gap: 0;
  }
  .flow2 li {
    min-height: 120px;
    padding: 24px 40px;
    -webkit-clip-path: polygon(0 0, 50% 6%, 100% 0, 100% 88%, 50% 100%, 0 88%);
    clip-path: polygon(0 0, 50% 12%, 100% 0, 100% 88%, 50% 100%, 0 88%);
    white-space: normal;
  }
  .flow2 li:first-child {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
  }
  .flow2 li:not(:last-child) {
    margin-right: 0;
  }
}
.faq {
  display: grid;
  border-bottom: 1px solid #ccc;
}
.faq dt {
  position: relative;
  padding: 32px 56px 32px 64px;
  background: url(img/common/plus.svg) right 8px center no-repeat;
  border-top: 1px solid #ccc;
  font-size: clamp(1.5rem, 1.5vw, 1.7rem);
  font-weight: 500;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.faq dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #eef6f2;
  border-radius: 50%;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #79ac8f;
}
.faq dt.on {
  background-image: url(img/common/minus.svg);
}
.faq dd {
  display: none;
  position: relative;
  padding: 0 0 32px 64px;
}
.faq dd::before {
  content: "A";
  position: absolute;
  top: -8px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fafafa;
  border-radius: 50%;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  color: #aaaaaa;
}
#siblings {
  background: linear-gradient(
    90deg,
    rgba(68, 68, 68, 1) 0%,
    rgba(34, 34, 34, 1) 100%
  );
  color: #fff;
}
#siblings section {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px 32px;
}
#siblings .title {
  margin-bottom: 0;
  text-align: left;
}
#siblings .title .en {
  color: #fff;
}
#siblings p {
  margin-top: 0 !important;
}
#siblings .wp-block-buttons {
  margin-top: 0 !important;
}
#siblings .wp-block-button a {
  padding-top: 1em;
  padding-bottom: 1em;
}
.service-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.feature {
  display: grid;
  gap: 40px;
}
.feature li {
  display: flex;
  align-items: center;
  gap: 24px 40px;
}
.feature li figure {
  width: 38%;
}
.feature li:nth-child(even) figure {
  order: 1;
}
.feature .contents {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 40px;
}
.feature .contents i {
  grid-row: 1 / 3;
  align-self: flex-start;
  font-size: clamp(4rem, 4vw, 8rem);
  line-height: 1;
  color: #44aa71;
}
.feature .contents h3 {
  margin-top: 0;
}
.feature2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px 50px;
}
.feature2 li {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.feature2 .contents {
  position: relative;
  margin: -4em 2em 2em;
  background: #fff;
  border-radius: 20px 20px 0 0;
}
.feature2 .contents h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-top: 0;
  padding-top: 1em;
}
.feature2 img {
  height: 250px;
}
.feature3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 50px;
}
.feature3 li {
  position: relative;
  width: 320px;
  margin-top: 40px;
  background: #fafafa;
  border-radius: 20px;
}
.feature3 figure {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.feature3 i {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  background: linear-gradient(
    0deg,
    rgba(4, 125, 100, 1) 0%,
    rgba(93, 197, 139, 1) 100%
  );
  border-radius: 50%;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
}
.feature3 .contents {
  position: relative;
  margin: -4em 2em 2em;
  background: #fafafa;
  border-radius: 20px 20px 0 0;
}
.feature3 .contents h3 {
  min-height: 2em;
  margin-top: 0;
  padding-top: 1em;
}
.department {
  display: grid;
  grid-template-columns: 1fr 60%;
  align-items: flex-start;
  gap: 24px 40px;
}
.department figure {
  order: -1;
  margin-left: calc(140% - 50vw);
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
.department figure img {
  width: 100%;
}
.department.reverse {
  grid-template-columns: 60% 1fr;
}
.department.reverse figure {
  order: 1;
  margin-left: 0;
  margin-right: calc(140% - 50vw);
  border-radius: 30px 0 0 30px;
}
.department .contents {
  position: relative;
}
.department .contents i {
  position: absolute;
  top: -0.5em;
  left: -0.5em;
  font-size: clamp(4.8rem, 8vw, 13rem);
  font-weight: 400;
  color: #44aa71;
  opacity: 0.05;
}
.cases .swiper {
  padding: 24px 48px 48px;
}
.cases .swiper-slide {
  display: grid;
  grid-template-columns: 45% 1fr;
  min-height: 420px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.cases figure img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
  transform: translateY(-50%);
}
.cases .contents {
  position: relative;
  padding: 24px;
}
.cases .cat {
  display: inline-block;
  margin-left: -24px;
  padding: 0.5em 1em;
  background: #44aa71;
  border-radius: 0 20px 20px 0;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
  color: #fff;
}
.cases .contents h3 {
  margin-top: 1em;
}
.cases .contents h4 {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.7rem;
  color: #44aa71;
}
.cases .contents h4::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #44aa71;
}
.cases .radius {
  margin-bottom: 24px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.cases-title {
  display: flex;
  align-items: center;
  gap: 16px;
  grid-column: 1 / 3;
  padding: 24px;
}
.cases-title h3 {
  margin: 0;
}
.cases .swiper-button-next {
  right: 0;
  color: #44aa71;
}
.cases .swiper-button-prev {
  left: 0;
  color: #44aa71;
}
.swiper-pagination-bullet-active {
  background: #44aa71;
}
.work {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px 50px;
}
.work li {
  padding: 1em;
  background: #fff;
  border: 2px solid #44aa71;
  border-radius: 20px;
  overflow: hidden;
}
.work h3 {
  width: 100%;
  max-width: 180px;
  margin: -1em auto 1em;
  padding: 8px;
  text-align: center;
  background: #44aa71;
  border-radius: 0 0 20px 20px;
  color: #fff;
}
.work figure {
  margin-bottom: 1em;
}
.support {
  display: grid;
  gap: 20px;
}
.support li {
  display: grid;
  grid-template-columns: auto 20% 1fr;
  align-items: center;
  gap: 24px 40px;
  padding: 1em;
  background: #fff;
  border: 2px solid #44aa71;
  border-radius: 20px;
  overflow: hidden;
}
.support i {
  margin-left: -0.4em;
  font-size: 10rem;
  color: #44aa71;
}
.support h3 {
  margin: 0;
}
#voice {
  background: #fafafa url(img/recruitment/bg.svg) center no-repeat;
}
.voice {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px 35px;
}
.voice li {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
  gap: 16px;
  padding: 0.6em;
  background: #fff;
  border: 2px solid #44aa71;
  border-radius: 80px;
  overflow: hidden;
}
.voice li p {
  margin: 0;
}
.columnlist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 30px;
}
.columnlist h3 {
  margin-top: 1em;
}
.columnlist figure {
  padding-top: 100%;
  background: #eee url(img/common/logo.svg) center no-repeat;
  background-size: 60% auto;
}
.columnlist figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-table {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: #a2cbb4;
  border-radius: 30px;
}
.service-table h3 {
  margin: 0 !important;
  text-align: center;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  color: #fff;
}
.service-table ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 !important;
}
.service-table li {
  padding: 0.5em;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  font-size: clamp(1.8rem, 2.1vw, 2.1rem);
  font-weight: 700;
  color: #477b5e;
}
.service-table.alt {
  background-color: #629e90;
}
.service-table.alt li {
  color: #0d8467;
}
.occupation-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.occupation-list li {
  padding: 0.6em;
  text-align: center;
  background: #ecf6f0;
  border-radius: 20px;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-weight: 700;
  color: #44aa71;
}

@media only screen and (max-width: 1000px) {
  article {
    padding: 56px 0;
  }
  section + section {
    margin-top: 56px;
  }
  .title img {
    max-width: 180px;
  }
  .wp-block-buttons {
    justify-content: center !important;
  }
  .wp-block-button {
    width: 100%;
    max-width: 320px;
  }
  .wp-block-button a {
    min-width: initial;
    padding: 0.8em 1em;
  }
  .wp-block-table th {
    display: block;
    padding: 16px 0 0;
  }
  .wp-block-table td {
    display: block;
    padding: 16px 0;
  }
  .wp-block-table td .name {
    display: inline-block;
    margin: 8px 0;
    padding: 2px 16px;
    background: #e4ebe3;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  /*TOP*/
  #mv {
    margin-top: 0;
    padding: 0;
  }
  #mv section::after {
    top: -112px;
    background-size: 180% auto;
  }
  #mv figure {
    margin: -30% -56% 0 0;
    max-width: 560px;
  }
  #scrollarrowbox {
    display: none;
  }
  #service::after {
    background-size: 120% auto;
  }
  .column {
    grid-template-columns: 100%;
  }
  .news-list li {
    padding-left: 0;
    padding-right: 0;
  }
  .news-list li a {
    grid-template-columns: 100%;
  }

  /*PAGE*/
  #title {
    min-height: initial;
  }
  #title.v-narrow {
    min-height: initial;
  }
  .message {
    grid-template-columns: 100%;
  }
  .message figure {
    margin-left: calc(50% - 50vw);
    border-radius: 0 10px 10px 0;
  }
  .message2 {
    grid-template-columns: 100%;
  }
  .message2 figure {
    border-radius: 10px;
  }
  .about-img {
    height: 160px;
    background-size: auto 100%;
  }

  .about-track img {
    height: 160px;
  }

  .anchor {
    flex-direction: column;
  }

  #newscontainer {
    grid-template-columns: 100%;
  }

  .form.alt dl {
    grid-template-columns: 1fr;
  }
  .form.alt dt {
    margin-top: 0;
  }

  #reason {
    margin-top: -56px;
    padding-top: 112px;
  }
  #reason section::before {
    top: -112px;
    height: 40px;
  }
  .reason {
    grid-template-columns: 1fr;
  }
  .reason li:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ccc;
  }
  .flow {
    flex-direction: column;
  }
  .flow li {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
    gap: 24px;
    text-align: left;
  }
  .flow li:not(:first-child) figure::before {
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    background-size: 80% auto;
  }
  .flow li.next {
    margin-bottom: 16px;
  }
  .flow li.next figure::after {
    top: auto;
    bottom: -20px;
    right: 50%;
    transform: translate(50%, 50%) rotate(90deg);
    background-size: 80% auto;
  }
  .flow li.flow-text {
    display: block;
    text-align: center;
  }
  #siblings section {
    grid-template-columns: 1fr;
  }
  #siblings .title {
    text-align: center;
  }
  .service-col {
    grid-template-columns: 1fr;
  }
  .feature li {
    flex-direction: column;
  }
  .feature li figure {
    width: 100%;
  }
  .feature li:nth-child(even) figure {
    order: -1;
  }
  .feature .contents {
    gap: 0 24px;
  }
  .department {
    grid-template-columns: 1fr;
  }
  .department figure {
    order: -1;
    margin-left: calc(50% - 50vw);
    border-radius: 0 20px 20px 0;
  }
  .department figure img {
    width: 100%;
  }
  .department.reverse {
    grid-template-columns: 1fr;
  }
  .department.reverse figure {
    order: -1;
    margin-left: 0;
    margin-right: calc(50% - 50vw);
    border-radius: 20px 0 0 20px;
  }
  .cases .swiper {
    padding: 24px 32px 48px;
  }
  .cases .swiper-slide {
    grid-template-columns: 100%;
    min-height: initial;
  }
  .cases figure {
    padding-top: calc(9 / 16 * 100%);
  }
  .cases .radius {
    margin-bottom: 0;
    border-radius: 0;
  }
  .cases-title {
    flex-direction: column;
    align-items: flex-start;
    grid-column: auto;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 24px;
  }
  .support li {
    grid-template-columns: auto 1fr;
  }
  .support .contents {
    grid-column: 1 / 3;
  }
  .service-table ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .occupation-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media print {
  #container {
    width: 1024px;
  }
}

/* ▼ ドロップダウンメニュー ▼ */
.menu .has-submenu {
  position: relative;
}

.menu .has-submenu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  z-index: 100;
}

.menu .has-submenu .submenu li {
  border-bottom: 1px solid #eee;
}

.menu .has-submenu .submenu li:last-child {
  border-bottom: none;
}

.menu .has-submenu .submenu a {
  display: flex;
  padding: 10px 10px;
  color: #222;
  font-size: 1.3rem;
}

.menu .has-submenu .submenu a:hover {
  background: #f3f3f3;
  color: #44aa71;
}

/* PC時のみホバーで開く */
@media screen and (min-width: 1001px) {
  .menu .has-submenu:hover .submenu {
    display: block;
  }

  #sitemap .has-submenu:hover .submenu {
    display: flex;
    justify-content: flex-end;
    gap: 0px 0px;
    text-align: center;
  }
}

/* SP時はタップで開閉（後述JSが必要） */
@media screen and (max-width: 1000px) {
  .menu .has-submenu .submenu {
    position: static;
    box-shadow: none;
    border: none;
  }
}

/* ▼ フッター専用：ドロップダウンを2行で表示 ▼ */
#sitemap .has-submenu {
  position: relative;
}

#sitemap .has-submenu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0px 0px;
  z-index: 100;
  width: 450px; /* 2列に並ぶ幅を確保（調整可） */
  flex-wrap: wrap; /* 折り返し可能に */
  justify-content: space-between;
}

/* サブメニュー項目を横並びに */
#sitemap .has-submenu .submenu li {
  width: 48%; /* 2列に収まるように調整 */
  margin-bottom: 0px;
  border: none;
  text-align: left;
}

#sitemap .has-submenu .submenu a {
  display: block;
  padding: 8px 0;
  color: #222;
  font-size: 1.3rem;
  height: 40px;
}

#sitemap .has-submenu .submenu a:hover {
  background: #f3f3f3;
  color: #44aa71;
}

/* hover時に開く */
@media screen and (min-width: 1001px) {
  #sitemap .has-submenu:hover .submenu {
    display: flex;
  }
}

/* スマホ時は縦並びに */
@media screen and (max-width: 1000px) {
  #sitemap .has-submenu .submenu {
    position: static;
    box-shadow: none;
    border: none;
    width: 100%;
    flex-direction: column;
  }
  #sitemap .has-submenu .submenu li {
    width: 100%;
  }
}

/* ▼ 2階層目（今回追加すべき部分） */

.menu .has-submenu .submenu .has-submenu {
  position: relative;
}

.menu .has-submenu .submenu .has-submenu > .submenu {
  position: absolute;
  top: 0;
  left: 100%; /* →右に出す */
  min-width: 200px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: none; /* PC では hoverで表示する */
  z-index: 999;
}

/* PC：hoverで 2階層目を開く */
@media screen and (min-width: 1001px) {
  .menu .has-submenu .submenu .has-submenu:hover > .submenu {
    display: block;
  }
}

/* SP（1000px以下）：縦に開く（position:static） */
@media screen and (max-width: 1000px) {
  .menu .has-submenu .submenu .has-submenu > .submenu {
    position: static;
    box-shadow: none;
    border: none;
    left: 0;
  }
}

/* プライバシーポリシー */

#privacy {
  padding: 60px 5%;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
}

#privacy h2.title {
  text-align: center;
  margin-bottom: 40px;
}

#privacy h3 {
  font-size: 1.6rem;
  margin-bottom: 16px;
  /* text-align: center; */
}

#privacy h4,
#privacy h5 {
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

#privacy ul,
#privacy ol {
  margin: 10px 0 20px 20px;
}

#privacy li {
  margin-bottom: 6px;
}

#privacy p.info {
  margin-top: 20px;
  text-align: right;
  font-size: 1.2rem;
  color: #666;
}

#privacy .policy-section + .policy-section {
  margin-top: 80px;
  border-top: 1px solid #ddd;
  padding-top: 60px;
}

/* ▼ ページトップボタン ▼ */
#pageTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: none; /* 初期は非表示 */
}

#pageTop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #44aa71;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1;
  transition: 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#pageTop a span {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

#pageTop a:hover {
  background: #2c8b59;
  transform: translateY(-3px);
}

/* スマホのみ改行用 */
.sp,
.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: inline;
  }
  .sp-only {
    display: flex;
    margin-top: 0px;
  }
}

.flow img {
  width: 100px;
}

.contact-link {
  font-size: 12px;
  margin-top: 10px !important;
}

.contact-link a {
  color: #44aa71;
  border-bottom: 1px solid #44aa71;
}
/* ============================
   LANG DROPDOWN
============================ */
.lang-dropdown {
  position: relative;
  /* margin-left: 20px; */
}

.lang-dropdown-btn {
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.3rem;
  color: #333;
  transition: 0.2s;
}

.lang-dropdown-btn:hover {
  border-color: #44aa71;
  color: #44aa71;
}

.lang-dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  min-width: 160px;
  display: none;
  z-index: 2000;
}

.lang-dropdown-menu li {
  list-style: none;
}

.lang-dropdown-menu a {
  display: block;
  padding: 10px 16px;
  color: #333;
  font-size: 1.3rem;
  transition: 0.2s;
}

.lang-dropdown-menu a:hover {
  background: #f3f3f3;
  color: #44aa71;
}

.lang-dropdown-menu a.active {
  background: #44aa71;
  color: #fff;
}

/* 表示切り替え */
.lang-dropdown.open .lang-dropdown-menu {
  display: block;
}

/* --- スマホ版 --- */
@media only screen and (max-width: 1000px) {
  .lang-dropdown {
    margin: 0 10px; /* 必要なら微調整 */
    width: auto; /* ← 100% をやめる */
  }

  .lang-dropdown-btn {
    width: auto; /* ← ボタンも100%を解除 */
    min-width: 120px; /* 見た目が崩れない程度に最小幅だけ確保 */
    text-align: left;
  }

  .lang-dropdown-menu {
    position: absolute; /* ← static から absolute に戻す */
    right: 0;
    width: auto; /* ← 自動幅に */
    min-width: 160px; /* 必要なら追加 */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
  }

  .lang-dropdown-menu a {
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap; /* 折り返し防止 */
  }
}

/* ============================
   PDFパスワードCSS
============================ */
.post-password-form {
  max-width: 420px;
  margin: 40px auto;
  padding: 30px 30px 25px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.6;
}

.post-password-form p {
  margin-bottom: 20px;
}

.post-password-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.post-password-form input[type="password"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 6px;
}

.post-password-form input[type="submit"] {
  width: 100%;
  background: #333;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
}

.post-password-form input[type="submit"]:hover {
  opacity: 0.85;
}

/* ============================
   PDF リストデザイン（参考デザイン風）
============================ */

/* 全体 */
.pdf-list-wrap {
  margin-top: 40px;
}

/* 1行 */
.pdf-row {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 2px solid #43aa71;
  gap: 16px;
}

/* PDFアイコン */
.pdf-icon {
  width: 40px;
  height: 52px;
  background: url("https://upload.wikimedia.org/wikipedia/commons/8/87/PDF_file_icon.svg")
    no-repeat center / contain;
  flex-shrink: 0;
}

/* タイトル部分 */
.pdf-title {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/* ボタン */
.pdf-view-btn {
  background: #43aa71;
  color: #fff;
  padding: 10px 26px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.pdf-view-btn:hover {
  opacity: 0.9;
}

@media screen and (max-width: 480px) {
  .pdf-row {
    display: flex;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #43aa71;
    gap: 16px;
  }

  /* PDFアイコン */
  .pdf-icon {
    width: 40px;
    height: 52px;
    background: url("https://upload.wikimedia.org/wikipedia/commons/8/87/PDF_file_icon.svg")
      no-repeat center / contain;
    flex-shrink: 0;
  }

  /* タイトル部分 */
  .pdf-title {
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    color: #333;
  }

  /* ボタン */
  .pdf-view-btn {
    background: #43aa71;
    color: #fff;
    padding: 10px 26px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
  }

  .pdf-view-btn:hover {
    opacity: 0.9;
  }
}


/* 証明書系スタイル */
.certification {
  margin: 24px 48px 48px;
  margin-top: 100px;
}
.certification-wrapper {
  padding: 24px 60px 48px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.certification-title {
  font-size: clamp(2rem, 2.4vw, 2.4rem) !important;
  text-align: left;
  color: #44aa71;
  margin-bottom: 50px;
}

.certification .image-block {
  display: flex;
  justify-content: space-around;
}

.certification .image-block div {
  width: 300px;
}
.certification .image-block p {
  font-size: 11px;
}
.certification .image-block img {
  height: 400px;
  object-fit: cover;
  /* width: 100%; */
}

@media screen and (max-width: 480px) {
  .certification {
    margin: 0px;
    margin-top: 80px;
  }
  .certification-wrapper {
    padding: 24px 20px 48px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  }

  .certification-title {
    font-size: 15px !important;
    text-align: left;
    color: #44aa71;
    margin-bottom: 20px;
  }

  .certification .image-block {
    display: flex;
    justify-content: space-around;
  }

  .certification .image-block div {
    width: 120px;
  }
  .certification .image-block p {
    font-size: 11px;
  }
  .certification .image-block img {
    object-fit: cover;
    height: 170px;
  }
  .certification-item p {
    font-size: 10px;
  }
}
