@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav,
nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Montserrat", "Zen Kaku Gothic New", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #2B2B2B;
  width: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FCF8EA;
  overflow-x: hidden;
}

a {
  color: #2B2B2B;
  text-decoration: none;
}
a:hover, a:focus {
  color: #646464;
}
a.current ::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  color: #F68D52;
}
a > img {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  img {
    border-radius: 0.5rem;
  }
}
@media (max-width: 768px) {
  img {
    border-radius: 0.25rem;
  }
}
@media (max-width: 480px) {
  img {
    border-radius: 0.125rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
  line-height: 1.2;
}

h1 {
  font-size: 2.4rem;
  font-weight: 700;
}

h2 {
  font-size: 1.75rem;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

h6 {
  font-size: 1.25rem;
  font-weight: normal;
}
h6::before {
  content: "";
  display: inline-block;
  width: 0.65em;
  height: 0.65em;
  background-color: #F68D52;
  border-radius: 50%;
  margin-right: 0.65em;
}

p,
li,
caption {
  line-height: 1.7;
  margin: 0 0 1em 0;
}

section {
  width: calc(100% - 4rem);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(70px + 0.5rem);
}

#header {
  height: 70px;
  position: fixed;
  background-color: #FFF;
  width: calc(100% - 2rem);
  box-sizing: border-box;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  border-radius: 0.75rem;
  box-shadow: 0px 2px 3px #ccc;
  display: flex;
  inset: 0;
  align-items: center;
  z-index: 8000;
}
#header h1 {
  display: grid;
  place-items: center;
  height: 70px;
  margin: 0 1rem 0 0;
}
#header h1 img {
  width: 134px;
}
#header nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 0.75rem;
}
#header nav .header-desktop {
  display: flex;
  height: 70px;
  align-items: center;
}
#header nav .header-desktop ul {
  display: flex;
  gap: 1.1rem;
  height: 32px;
  align-items: center;
}
#header nav .header-desktop ul li {
  margin: 0;
  position: relative;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
#header nav .header-desktop ul li.current::after {
  content: "●";
  font-size: 0.35rem;
  text-align: center;
  display: block;
  color: #F68D52;
  position: absolute;
  left: 0;
  line-height: 3;
  width: 100%;
}
#header nav .header-desktop ul:nth-of-type(2) {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid #646464;
}
#header nav .header-desktop ul:nth-of-type(2) li a {
  color: #646464;
  font-size: 0.66rem;
}
@media (max-width: 992px) {
  #header nav .header-desktop ul:nth-of-type(2) {
    display: none;
  }
}
#header nav .header-desktop ul:nth-of-type(3) {
  margin-left: 1rem;
}
#header nav .header-desktop ul:nth-of-type(3) li a {
  background-color: #1F8C63;
  width: 112px;
  height: 40px;
  border-radius: 20px;
  color: white;
  display: block;
  line-height: 40px;
  text-align: center;
}
#header nav .header-desktop ul:nth-of-type(3) li.current a {
  background-color: #F68D52;
}
#header nav .header-desktop ul:nth-of-type(3) li.current::after {
  content: none;
}

@media (max-width: 768px) {
  #footeraside {
    display: none;
  }
}
#footeraside nav ul {
  background-color: #2B2B2B;
  writing-mode: vertical-rl;
  position: fixed;
  right: 0;
  top: 30%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 7900;
  list-style: none;
}
#footeraside nav ul li {
  display: inline-block;
  position: relative;
  margin: 0;
}
#footeraside nav ul li::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #646464;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#footeraside nav ul li:last-child::after {
  content: none;
}
#footeraside nav ul li a {
  color: #FFF;
  display: inline-block;
  padding: 12px;
  font-size: 0.75rem;
}

#footer {
  padding-top: 100px;
  margin-top: -100px;
  border-top-left-radius: clamp(40px, 6vw, 100px);
  border-top-right-radius: clamp(40px, 6vw, 100px);
  background-color: #FFF;
}
#footer .first {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding-top: 1rem;
  order: 1;
}
#footer .first > div {
  background-color: #EDEDED;
  padding: 6rem 3rem 2rem;
  border-radius: 30px;
}
@media (max-width: 768px) {
  #footer .first {
    grid-template-columns: 1fr;
  }
  #footer .first > div {
    padding: 4rem 2rem 0rem;
    border-radius: 20px;
  }
}
#footer .second {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 2rem;
  max-width: 1400px;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #footer .second {
    grid-template-columns: 1fr;
  }
  #footer .second h1 {
    text-align: left;
    padding-left: 2rem;
    order: 2;
  }
  #footer .second nav {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
    order: 1;
    gap: 2rem;
  }
  #footer .second nav ul {
    text-align: left;
    list-style: disc;
  }
}
#footer .second h1 img {
  width: 177px;
}
#footer .second nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 768px) {
  #footer .second nav {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    text-align: center;
    width: calc(100% - 6rem);
    margin-left: auto;
    margin-right: auto;
    order: 1;
    gap: 2rem;
  }
  #footer .second nav ul {
    text-align: left;
    list-style: disc;
  }
}
@media (max-width: 480px) {
  #footer .second nav {
    grid-template-columns: 1fr;
  }
}
#footer .second nav a {
  font-weight: bold;
}
#footer .third {
  margin-top: 6rem;
  border-top: 2px solid #D9D9D9;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #footer .third {
    display: block;
    margin-top: 2rem;
  }
}
#footer .third ul {
  display: flex;
  gap: 2em;
  list-style: none;
}

.breadcrumb {
  font-size: 0.8rem;
  padding-top: calc(70px + 1.75rem);
}
@media (max-width: 768px) {
  .breadcrumb {
    padding-top: calc(60px + 2rem);
  }
}
.breadcrumb a {
  text-decoration: none !important;
  font-weight: lighter;
}

.works-card {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.works-card__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 3/2;
}
.works-card__image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  aspect-ratio: 3/2;
}
.works-card__label {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 3px 10px;
  font-size: 0.66rem;
  color: #fff;
  background-color: #2B2B2B;
  border-radius: 999px;
  z-index: 98;
}
.works-card__badge {
  position: absolute;
  right: 1rem;
  top: -1rem;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
  width: 100px;
  aspect-ratio: 1;
  background-image: url(../svg/customervoice.svg);
  z-index: 99;
  transform-origin: top right;
}
@media (max-width: 1140px) {
  .works-card__badge {
    scale: 0.7;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 992px) {
  .works-card__badge {
    scale: 0.9;
  }
}
@media (max-width: 768px) {
  .works-card__badge {
    scale: 0.9;
    transform-origin: center center;
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .works-card__badge {
    scale: 0.75;
    top: 0;
    right: 0;
  }
}
.works-card__body {
  padding: 24px 0 28px;
}
.works-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 12px;
}
.works-card__meta {
  font-size: 14px;
  margin: 0 0 4px;
  color: #555;
}
.works-card__detail {
  font-size: 14px;
  margin: 0;
  color: #555;
}
.works-card:hover img {
  scale: 1.14;
}

.interview-card {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.interview-card__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.interview-card__image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.interview-card__p {
  display: flex;
  justify-content: space-between;
}
.interview-card__label {
  padding: 4px 14px;
  font-size: 0.85rem;
  color: #fff;
  background-color: #2B2B2B;
  border-radius: 999px;
  z-index: 98;
}
.interview-card__date {
  padding: 1px 6px;
  border-radius: 4px;
  display: inline-block;
  background-color: #EDEDED;
  display: flex;
  align-items: center;
  line-height: 1;
}
.interview-card__date time {
  font-size: 0.75rem;
  display: inline-block;
}
.interview-card__date time::before {
  margin-right: 0.25rem;
  content: "";
  display: inline-block;
  width: 11px;
  height: 9.83px;
  background-image: url(../svg/dateicon.svg);
}
.interview-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 12px;
}
.interview-card:hover img {
  scale: 1.14;
}

.interview-card-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .interview-card-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .interview-card-list {
    grid-template-columns: 1fr;
  }
}

#title-header {
  background-color: #FCF8EA;
}
#title-header section.title-head {
  padding: 3.6rem 0;
}

#main-article {
  background-color: #FFF;
  padding-bottom: 10rem;
  border-bottom-left-radius: clamp(40px, 6vw, 100px);
  border-bottom-right-radius: clamp(40px, 6vw, 100px);
  position: relative;
}
#main-article section {
  margin-bottom: 3rem;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  display: block;
  background: #FFF;
  border: 1px solid #D9D9D9;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #B9B9B9;
}

input::placeholder,
textarea::placeholder {
  color: #B9B9B9;
}

textarea {
  min-height: 140px;
  resize: vertical;
  padding-top: 14px;
  line-height: 1.6;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #D6BFA5;
  box-shadow: 0 0 0 4px rgba(240, 138, 60, 0.12);
}

/* selectの見た目（右の▼） */
.selectWrap {
  position: relative;
}

.selectWrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 44px;
  color: #333;
}

.selectWrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #F68D52;
  border-bottom: 2px solid #F68D52;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

/* 下の個人情報ボックス */
.privacyBox {
  margin-top: 28px;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 18px;
  padding: 18px 18px 16px;
  /* スクロールバー（WebKit系） */
}
.privacyBox h1,
.privacyBox h2,
.privacyBox p,
.privacyBox h3,
.privacyBox ul,
.privacyBox li {
  font-size: 1rem;
}
.privacyBox .privacyScroll {
  max-height: 200px;
  overflow: auto;
  padding-right: 8px;
  color: #444;
  font-size: 12px;
  line-height: 1.8;
}
.privacyBox .privacyTitle {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
}
.privacyBox .privacyScroll::-webkit-scrollbar {
  width: 10px;
}
.privacyBox .privacyScroll::-webkit-scrollbar-track {
  background: #F1E8DA;
  border-radius: 999px;
}
.privacyBox .privacyScroll::-webkit-scrollbar-thumb {
  background: #CBB89F;
  border-radius: 999px;
}
.privacyBox .privacyScroll p {
  margin: 0 0 10px;
}
.privacyBox .privacyScroll ul {
  margin: 0;
  padding-left: 18px;
}

.privacyAgree {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.btn {
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.chk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.chk input {
  width: 16px;
  height: 16px;
  accent-color: #F68D52;
  cursor: pointer;
  color: white;
}

.form-section {
  background-color: #FFFDF6;
  border-radius: clamp(40px, 6vw, 100px);
  padding: 100px 2rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .form-section {
    padding: 50px 1rem;
    width: 100%;
  }
}
.form-section .form-wrap {
  max-width: 768px;
  margin: 0 auto;
}
.form-section .actions {
  text-align: center;
  margin: 2rem auto;
}
.form-section .row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}
.form-section .row .label {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  align-items: center;
}
.form-section .row .label .req {
  font-size: 0.85em;
  color: #F68D52;
}
@media (max-width: 768px) {
  .form-section .row {
    grid-template-columns: 1fr;
  }
  .form-section .row .label {
    display: block;
  }
  .form-section .row .label .req {
    margin-left: 0.5em;
  }
}

article.visual-page {
  border-radius: 0%;
  position: relative;
  z-index: 0;
  background-color: #FCF8EA !important;
  padding-bottom: 0;
  background-image: url(../svg/visual-bg.svg);
  background-size: cover;
}
article.visual-page::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 99;
  /* カーブの高さ調整 */
  left: 0;
  width: 100%;
  height: 300px;
  background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path d="M0,10 Q50,0 100,10 Z" fill="white"/></svg>') no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 992px) {
  article.visual-page::before {
    height: 250px;
  }
}
@media (max-width: 768px) {
  article.visual-page::before {
    height: 200px;
  }
}
@media (max-width: 480px) {
  article.visual-page::before {
    height: 150px;
  }
}
article.visual-page .breadcrumb {
  max-width: 1400px !important;
}

#visual-header-wrap {
  max-width: 1400px !important;
  padding-top: 2rem;
  position: relative;
  height: 500px;
}
@media (max-width: 992px) {
  #visual-header-wrap {
    height: 350px;
  }
}
@media (max-width: 768px) {
  #visual-header-wrap {
    height: 300px;
  }
}
@media (max-width: 480px) {
  #visual-header-wrap {
    height: 250px;
  }
}

.visual-header {
  max-width: 1400px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 5rem;
  grid-template-rows: 500px;
  align-items: center;
  position: absolute;
  z-index: 999;
}
.visual-header-hedding {
  position: relative;
  height: 100%;
  display: grid;
  align-items: center;
}
.visual-header-hedding h1 {
  letter-spacing: 0.08em;
  font-size: 48px;
}
.visual-header-hedding span {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.visual-header-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 1rem;
}
.visual-header-img img {
  width: 100%;
  border-radius: 0;
}
@media (max-width: 992px) {
  .visual-header {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-template-rows: auto;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .visual-header {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding-bottom: 0;
  }
  .visual-header-hedding h1 {
    font-size: 2.4rem;
  }
  .visual-header-img {
    height: auto;
    min-width: 300px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .visual-header-hedding h1 {
    font-size: 1.98rem;
  }
}

#visual-page-read {
  padding: 0 0 100px;
  background-color: #FFF;
}
#visual-page-read p,
#visual-page-read h2 {
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.08em;
}
#visual-page-read figure {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
#visual-page-read .visual-page-read-read {
  display: grid;
  gap: 8rem;
  grid-template-columns: 1fr 1fr;
  max-width: 1124px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #visual-page-read .visual-page-read-read {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  #visual-page-read .visual-page-read-read br {
    display: none;
  }
}
/* =========================================================
   Global Menu (SP)
   - ヘッダーが画面下端まで伸びてメニューを表示（非モーダル）
   - 開閉は body.is-gmenu-open で制御
========================================================= */
#header {
  align-items: flex-start;
  /* ---------- Hamburger button ---------- */
  /* 真ん中線（背景で作る） */
  /* 開いたら × に変形 */
  /* ---------- Mobile Menu container ---------- */
  /* backdrop は使わない（モーダル感を消す） */
  /* “panel” はヘッダー内の通常ブロックとして扱う */
  /* 内部レイアウト：上＝メニュー、下＝CONTACT */
  /* メニュー縦並び */
  /* 企業情報（リンク2つのまとまり） */
  /* CONTACT は最下部に寄せる */
  /* =========================================================
     SP only
  ========================================================= */
}
@media (max-width: 992px) {
  #header {
    height: 60px;
    box-shadow: inset 0px -1px 4px 0px #ccc;
  }
  #header h1 img {
    width: 130px;
  }
}
#header .gmenu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
}
#header .gmenu-toggle:hover, #header .gmenu-toggle:focus-visible {
  background-color: #EDEDED;
  outline: none;
}
#header .gmenu-toggle__icon {
  display: block;
  width: 20px;
  height: 14px;
  margin: 0 auto;
  position: relative;
  /* 上下の線 */
}
#header .gmenu-toggle__icon::before, #header .gmenu-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #2B2B2B;
  border-radius: 999px;
  transition: 0.25s;
}
#header .gmenu-toggle__icon::before {
  top: 0;
}
#header .gmenu-toggle__icon::after {
  bottom: 0;
}
#header .gmenu-toggle__icon {
  background-image: linear-gradient(#2B2B2B, #2B2B2B);
  background-repeat: no-repeat;
  background-size: 20px 2px;
  background-position: center;
}
body.is-gmenu-open #header .gmenu-toggle__icon {
  background-size: 0 0;
}
body.is-gmenu-open #header .gmenu-toggle__icon::before {
  top: 6px;
  transform: rotate(45deg);
}
body.is-gmenu-open #header .gmenu-toggle__icon::after {
  bottom: 6px;
  transform: rotate(-45deg);
}
#header .gmenu {
  display: none;
  /* SPでだけ表示 */
}
#header .gmenu__backdrop {
  display: none !important;
}
#header .gmenu__panel {
  position: static;
  width: 100%;
  transform: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  opacity: 1;
  pointer-events: auto;
  overflow: visible;
}
#header .gmenu__inner {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 1.5rem 1.5rem 1.25rem;
}
#header .gmenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  gap: 0;
  /* “メニューが長い場合だけ”ここがスクロール */
  overflow: auto;
  min-height: 0;
  flex: 1 1 auto;
}
#header .gmenu__item {
  margin: 0;
  border-bottom: 1px solid #D9D9D9;
}
#header .gmenu__link {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #2B2B2B;
  text-align: left;
}
#header .gmenu__link.current {
  color: #F68D52;
}
#header .gmenu__meta {
  margin-top: 1rem;
  padding-top: 1rem;
  color: #646464;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
#header .gmenu__meta .gmenu__meta-link {
  display: block;
  margin-bottom: 1.25rem;
  color: #646464;
  font-weight: bold;
}
#header .gmenu__meta .gmenu__meta-link.current {
  color: #F68D52;
}
#header .gmenu__contact {
  margin-top: 1.25rem;
  background-color: #1F8C63;
  color: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#header .gmenu__contact.current {
  background-color: #F68D52;
}
@media (max-width: 992px) {
  #header {
    /* 開閉の“伸びる”モーション（clip-pathで表現） */
    transition: clip-path 0.35s ease;
    /* 閉じた状態：ヘッダーの表示領域を上部（ヘッダー高さ）だけに切る */
    clip-path: inset(0 0 calc(100% - 60px) 0 round 1rem);
    -webkit-clip-path: inset(0 0 calc(100% - 60px) 0 round 1rem);
    /* navを2段構成にする：
       1段目：ロゴ + ハンバーガー
       2段目：メニュー（開いたときだけ）
    */
    /* 閉じてる時はメニューを出さない */
    /* 開いた時：ヘッダーを下端まで伸ばす（100vhではなく bottom 指定） */
    /* gmenu__inner は “残り高さ” を占める（ロゴ行ぶんを引く） */
    /* 背景スクロール停止 */
  }
  #header nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* PC用メニューは非表示 */
  }
  #header nav .header-desktop {
    display: none !important;
  }
  #header h1 {
    order: 1;
    height: 60px;
  }
  #header .gmenu-toggle {
    order: 2;
    margin-left: auto;
    display: grid;
    place-items: center;
  }
  #header .gmenu {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    display: block;
  }
  body:not(.is-gmenu-open) #header .gmenu__panel {
    display: none !important;
  }
  body.is-gmenu-open #header {
    bottom: 1rem;
    /* 画面下端まで伸びる */
    height: auto;
    /* 高さは top/bottom に任せる */
    overflow: hidden;
    /* 外側は固定、スクロールは gmenu__list 側 */
    clip-path: inset(0 0 0 0 round 1rem);
    -webkit-clip-path: inset(0 0 0 0 round 1rem);
  }
  body.is-gmenu-open #header .gmenu__inner {
    height: calc(100% - 60px);
  }
  #header body.is-gmenu-open {
    overflow: hidden;
  }
}

/* 画面読み上げ用 */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

*[sub-text] {
  position: relative;
}
*[sub-text]::after {
  font-size: 0.5rem;
  position: absolute;
  content: "●";
  left: 0;
  color: #F68D52;
  top: -2rem;
  display: inline-block;
  line-height: 1rem;
}
*[sub-text]::before {
  line-height: 1rem;
  font-size: 1rem;
  position: absolute;
  top: -2rem;
  left: 1.5rem;
  content: attr(sub-text) !important;
  background-color: transparent !important;
  display: inline-block;
}
@media (max-width: 768px) {
  *[sub-text]::before {
    font-weight: normal;
    font-size: 0.8rem;
  }
}

h1[sub-text] {
  text-transform: uppercase;
}

.bp-s {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.bp-m {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.bp-l {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  display: inline-block;
  background-color: #2B2B2B;
  color: #FFF;
  height: 60px;
  line-height: 60px;
  padding-left: 3rem;
  padding-right: 1.5rem;
  border-radius: 30px;
  position: relative;
  transition: 0.5s;
  /* ===== responsive ===== */
}
.btn::before {
  content: "●";
  font-size: 0.5em;
  color: #F68D52;
  position: absolute;
  line-height: 60px;
  left: 1.5rem;
}
.btn:hover {
  background-color: #F68D52;
  color: #FFF;
}
.btn:hover::before {
  color: #FFF;
  scale: 1.3;
}
@media (max-width: 768px) {
  .btn {
    height: 48px;
    line-height: 48px;
    padding-left: 2.5rem;
    padding-right: 1.25rem;
    border-radius: 24px;
    font-size: 0.95rem;
  }
  .btn::before {
    line-height: 48px;
    left: 1.25rem;
  }
}
@media (max-width: 480px) {
  .btn {
    height: 44px;
    line-height: 44px;
    padding-left: 2.25rem;
    padding-right: 1rem;
    border-radius: 22px;
    font-size: 0.9rem;
  }
  .btn::before {
    line-height: 44px;
    left: 1.1rem;
    font-size: 0.5em;
  }
}

p:has(.btn) {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  p:has(.btn) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

.orange {
  background-color: #FFFDF6;
  color: #F68D52;
}

img.fancybox {
  cursor: pointer;
}

.big-h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1rem;
}

.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.wp-gallery-slider {
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  .wp-gallery-slider {
    position: relative;
    width: 100svw;
    left: -1rem;
  }
}
.wp-gallery-slider .wp-gallery-main-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr 72px;
  align-items: center;
  gap: 12px;
  width: 120%;
  left: -10%;
}
@media (max-width: 1200px) {
  .wp-gallery-slider .wp-gallery-main-wrap {
    grid-template-columns: 1fr;
    width: 100%;
    left: 0;
  }
}
.wp-gallery-slider .wp-gallery-main {
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  width: 100%;
}
@media (max-width: 992px) {
  .wp-gallery-slider .wp-gallery-main {
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .wp-gallery-slider .wp-gallery-main {
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .wp-gallery-slider .wp-gallery-main {
    border-radius: 0;
  }
}
.wp-gallery-slider .wp-gallery-main .swiper-slide {
  aspect-ratio: 16/9;
  background: #fff;
}
.wp-gallery-slider .wp-gallery-main img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-gallery-slider .wp-gallery-nav {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 0;
  background: #2B2B2B;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1200px) {
  .wp-gallery-slider .wp-gallery-nav {
    display: none;
  }
}
.wp-gallery-slider .wp-gallery-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.wp-gallery-slider .wp-gallery-nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.wp-gallery-slider .wp-gallery-prev::before {
  transform: rotate(-135deg);
}
.wp-gallery-slider .wp-gallery-counter {
  margin-top: 16px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
}
.wp-gallery-slider .wp-gallery-thumbs {
  margin-top: 18px;
  padding: 6px;
}
.wp-gallery-slider .wp-gallery-thumbs .swiper-slide {
  width: 120px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .wp-gallery-slider .wp-gallery-thumbs .swiper-slide {
    border-radius: 5px;
  }
}
.wp-gallery-slider .wp-gallery-thumbs img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .wp-gallery-slider .wp-gallery-thumbs img {
    border-radius: 5px;
  }
}
.wp-gallery-slider .wp-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  outline: 3px solid #2B2B2B;
  outline-offset: 2px;
}

.wp-gallery-thumbs {
  padding-bottom: 18px;
}
.wp-gallery-thumbs .wp-gallery-thumbs-scrollbar {
  height: 4px;
  margin-top: 16px;
  border-radius: 999px;
  background: rgba(22, 22, 22, 0.12);
}
.wp-gallery-thumbs .swiper-scrollbar-drag {
  border-radius: 999px;
  background: #2B2B2B;
}

.case-meta {
  background-color: #F9F1D7;
  margin: 4rem auto 0;
  padding: 2rem 3rem;
  border-radius: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 600px;
}
@media (max-width: 768px) {
  .case-meta {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
.case-meta .case-website {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .case-meta .case-website {
    border: none;
  }
}
.case-meta .case-website dl {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 1rem 0 2rem;
  gap: 2rem 1rem;
}
@media (max-width: 768px) {
  .case-meta .case-website dl {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding-top: 0;
  }
  .case-meta .case-website dl a {
    line-height: 1.25;
  }
}
.case-meta .case-website dl dt {
  font-weight: 600;
}
.case-meta .main-case-meta dl {
  display: grid;
  margin: 2rem 0 1rem;
  grid-template-columns: auto 5fr auto 5fr;
  gap: 2rem 1rem;
}
@media (max-width: 768px) {
  .case-meta .main-case-meta dl {
    grid-template-columns: auto 1fr;
    gap: 1rem;
    margin: 0;
  }
}
.case-meta .main-case-meta dl dt {
  font-weight: 600;
}

.case-link-interview {
  background-color: #F6f6f6;
  margin: 0 auto;
  padding: 5rem 3rem;
  border-radius: 1rem;
  width: 100%;
}
@media (max-width: 768px) {
  .case-link-interview {
    box-sizing: border-box;
    padding: 4rem 2rem 2rem;
  }
}
.case-link-interview__card {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .case-link-interview__card {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.case-link-interview__thumb div {
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
  overflow: hidden;
  box-shadow: 1px 2px 8px rgba(34, 34, 34, 0.5333333333);
}
.case-link-interview__thumb img {
  border-radius: 0;
  transition: 0.3s;
}
.case-link-interview__thumb:hover img {
  scale: 1.05;
  opacity: 0.9;
}
.case-link-interview__p {
  margin-bottom: 0;
  justify-content: flex-start !important;
  gap: 1rem;
}
.case-link-interview__title {
  text-decoration: none !important;
}
.case-link-interview__title h3 {
  border: none !important;
  margin-top: 0.7em !important;
  margin-bottom: 0.25em !important;
  padding: 0 !important;
}
.case-link-interview__title h3::after, .case-link-interview__title h3::before {
  content: none;
}

.case-last-hr {
  margin-top: 4em;
  margin-bottom: 2em;
}
.case-last-hr + p:has(.btn) {
  text-align: center;
}
.case-last-hr + p:has(.btn) a {
  text-decoration: none !important;
}

#archive {
  position: relative;
  background-color: #FFF;
  padding-bottom: 200px;
  border-bottom-left-radius: clamp(40px, 6vw, 100px);
  border-bottom-right-radius: clamp(40px, 6vw, 100px);
}
#archive.article-case, #archive.article-page {
  background-color: #FFFDF6;
}
#archive > section {
  max-width: 904px;
}

nav.pagination ul.page-numbers {
  padding: 0 !important;
  display: flex;
  margin: 3rem auto;
  justify-content: center;
  gap: 1rem;
}
nav.pagination ul.page-numbers li {
  width: 56px;
  aspect-ratio: 1;
  display: flex;
  line-height: 56px;
  display: inline-block;
  border-radius: 999px;
  overflow: hidden;
}
nav.pagination ul.page-numbers li a,
nav.pagination ul.page-numbers li span {
  display: inline-block;
  font-size: 1.25rem;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none !important;
}
nav.pagination ul.page-numbers li span.current {
  background-color: #F68D52;
  color: white;
}

.category-news .news-list {
  display: grid;
  grid-template-columns: 6em auto;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 768px) {
  .category-news .news-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.category-news .news-list__a {
  text-decoration: none;
}
.category-news .news-list__dt {
  line-height: 2;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .category-news .news-list__dt {
    padding-bottom: 0rem;
  }
}
.category-news .news-list__dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.5rem;
  line-height: 2;
  gap: 1rem;
}
@media (max-width: 768px) {
  .category-news .news-list__dd {
    margin-bottom: 2rem;
  }
}
.category-news .news-list__text {
  line-height: 1.2;
}
.category-news .news-list__btn {
  height: 1lh;
  width: 1lh;
  display: inline-block;
}
.category-news .news-list__btn:hover {
  opacity: 0.3;
  transition: 0.3s;
}
.category-news .news-list__arrow {
  width: 32px;
  display: inline-block;
}

.post-type-archive-case ul {
  list-style: none;
}
.post-type-archive-case .case-archive {
  padding-top: 3rem;
}
.post-type-archive-case #archive-works-card-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding: 0;
}
@media (max-width: 768px) {
  .post-type-archive-case #archive-works-card-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .post-type-archive-case #archive-works-card-list {
    grid-template-columns: 1fr;
  }
}
.post-type-archive-case #archive-works-card-list > li {
  opacity: 0;
}
.post-type-archive-case #archive-works-card-list .works-card {
  text-decoration: none;
}
.post-type-archive-case #archive-works-card-list .works-card h2 {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.66rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.post-type-archive-case #archive-works-card-list .works-card h2::before {
  content: none !important;
}
.post-type-archive-case #archive-works-card-list .works-card__label {
  left: 8px;
  top: 8px;
}
.post-type-archive-case #archive-works-card-list .works-card__body {
  padding: 0;
}
.post-type-archive-case #archive-works-card-list .works-card__meta_detail {
  padding-left: 1rem;
  border-left: 2px solid #D9D9D9;
}
.post-type-archive-case #archive-works-card-list .works-card__meta_detail p {
  font-size: 0.75rem;
  font-weight: bold;
}
.post-type-archive-case #archive-works-card-list .works-card__noimage {
  display: block;
  background-color: #D9D9D9;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 10px;
  position: relative;
}
.post-type-archive-case #archive-works-card-list .works-card__noimage::after {
  content: "No Image";
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 1rem;
  text-align: center;
  line-height: 0;
}

@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
  body h1 {
    font-size: 1.8rem;
  }
  body #mainvisual .maintext h1 {
    font-size: 1.8rem !important;
  }
  body #mainvisual .maintext h1 span {
    margin-bottom: 0;
  }
  body h2 {
    font-size: 1.6rem;
  }
  body h3 {
    font-size: 1.4rem;
  }
  body section {
    width: calc(100% - 2rem);
    padding-top: calc(60px + 0.5rem);
  }
}
@media (max-width: 480px) {
  body {
    font-size: 0.8rem;
  }
  body h1 {
    font-size: 1.5rem;
  }
  body #mainvisual .maintext h1 {
    font-size: 1.3rem !important;
  }
  body #mainvisual .maintext h1 span {
    margin-bottom: 0;
    height: 30px !important;
    line-height: 30px !important;
  }
  body #mainvisual .maintext h1 span.greenpop::before {
    top: -1.7rem;
    left: 0;
    width: 100%;
  }
  body h2 {
    font-size: 1.4rem;
  }
  body h2 {
    font-size: 1.2rem;
  }
}
body.home ul {
  list-style: none;
}
body.home article h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
}
@media (max-width: 768px) {
  body.home article h1 {
    font-size: 1.8rem;
  }
}

#mainvisual {
  background-color: #FCF8EA;
  padding-bottom: 350px;
  background-image: url(../svg/about-bg.svg);
  background-size: cover;
  height: 100svh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}
#mainvisual + article#mainread {
  margin-top: calc(100svh + 100px);
}
#mainvisual > section:has(.maintext) {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #mainvisual > section:has(.maintext) {
    padding: 80px 0 0;
    width: calc(100% - 2rem);
  }
}
#mainvisual .maintext {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  text-align: center;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  #mainvisual .maintext {
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  #mainvisual .maintext {
    margin-bottom: 0;
  }
}
#mainvisual .maintext h1 {
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
}
#mainvisual .maintext h1 span {
  display: inline-block;
  padding: 0 0.25rem;
  height: 60px;
  line-height: 60px;
  opacity: 0;
}
#mainvisual .maintext h1 .greenpop {
  position: relative;
}
#mainvisual .maintext h1 .greenpop::before {
  content: "";
  display: inline-block;
  width: 50%;
  aspect-ratio: 1;
  background-image: url(../svg/greenpop.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 25%;
  top: -2rem;
}
#mainvisual .main-slide-wrapper {
  height: 537px;
  max-height: 50svh;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  opacity: 0;
}
@media (max-width: 768px) {
  #mainvisual .main-slide-wrapper {
    border-radius: 1rem;
  }
}
@media (max-width: 768px) {
  #mainvisual .main-slide-wrapper {
    max-height: 40svh;
  }
}
#mainvisual .main-swiper {
  height: 100%;
}
#mainvisual .main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#mainvisual .news-float {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  #mainvisual .news-float {
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -10svh;
  }
}
@media (max-width: 480px) {
  #mainvisual .news-float {
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -12svh;
  }
}
#mainvisual .news-float__label {
  flex: 0 0 auto;
  font-size: 0.8em;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 999px;
  background: #2B2B2B;
  color: #fff;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
#mainvisual .news-swiper {
  flex: 1 1 auto;
  width: min(520px, 100%);
  height: 24px;
  overflow: hidden;
}
#mainvisual .news-float__link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
#mainvisual .news-float__date {
  font-size: 0.65em;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
#mainvisual .news-float__title {
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mainvisual .news-float__icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  position: relative;
}
#mainvisual .news-float__icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-right: 2px solid rgb(0, 38, 255);
  border-top: 2px solid rgb(0, 38, 255);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  #mainvisual .news-swiper {
    height: 22px;
  }
  #mainvisual .news-float__title {
    font-size: 13px;
  }
}
#mainvisual.visual-page-about {
  padding-bottom: 100px;
  position: relative;
  height: auto;
}
@media (max-width: 992px) {
  #mainvisual.visual-page-about {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  #mainvisual.visual-page-about {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  #mainvisual.visual-page-about {
    padding-bottom: 40px;
  }
}
#mainvisual.visual-page-about .about-visual {
  padding-top: 1rem;
}
#mainvisual.visual-page-about .about-visual .maintext {
  margin-bottom: 0;
}
#mainvisual.visual-page-about .about-visual .maintext h1 {
  margin-bottom: 0;
}
#mainvisual.visual-page-about .about-visual .maintext h1 span {
  padding: 0;
  margin-bottom: 1rem;
  opacity: 1;
}
#mainvisual .mainillust {
  position: relative;
  z-index: 99;
  aspect-ratio: 670/371;
  width: 100%;
  opacity: 0;
}
#mainvisual .mainillust .about-main-svg {
  display: block;
  width: 100%;
  height: 100%;
}
#mainvisual .mainillust .about-main-svg .effect1 {
  opacity: 0;
}
#mainvisual .mainillust .about-main-svg .effect2 {
  opacity: 0;
}
#mainvisual .mainillust .about-main-svg .effect3 {
  opacity: 0;
}
#mainvisual .mainillust .about-main-svg .effect4 {
  opacity: 0;
}

#mainread {
  background-color: #FFF;
  position: relative;
  padding-bottom: 100px;
  border-bottom-left-radius: clamp(40px, 6vw, 100px);
  border-bottom-right-radius: clamp(40px, 6vw, 100px);
  margin-bottom: 4rem;
}
#mainread > section {
  margin-bottom: 4rem;
}
#mainread .first {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
#mainread .first figure {
  display: grid;
  grid-template-columns: 3fr 5fr;
  align-items: end;
  gap: 100px;
}
@media (max-width: 768px) {
  #mainread .first figure {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
#mainread::before {
  content: "";
  position: absolute;
  top: -500px;
  /* カーブの高さ調整 */
  left: 0;
  width: 100%;
  height: 500px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path d="M0,10 Q50,0 100,10 Z" fill="white"/></svg>') no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 992px) {
  #mainread::before {
    top: -400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  #mainread::before {
    top: -250px;
    height: 250px;
  }
}
@media (max-width: 480px) {
  #mainread::before {
    top: -100px;
    height: 100px;
  }
}

.second {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  padding-top: 2rem;
  /* ここが一番大事：動きを等速にする */
  /* スライド幅（画像サイズに合わせて調整） */
}
.second .gallery-swiper {
  width: 100%;
  overflow: hidden;
}
.second .gallery-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.second .gallery-swiper .swiper-slide {
  width: 300px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 1rem;
  /* 固定したいなら */
  /* width: auto; */
  /* 画像幅に任せたいならこっち */
}
@media (max-width: 768px) {
  .second .gallery-swiper .swiper-slide {
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .second .gallery-swiper .swiper-slide {
    border-radius: 4px;
  }
}
.second .gallery-swiper .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  border-radius: 0%;
}

.third .service ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .third .service ul {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.third .service ul figcaption {
  width: calc(100% - 4rem);
  margin: 1rem 0 0;
}
@media (max-width: 768px) {
  .third .service ul figcaption {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 2rem;
  }
}
.third .service ul figcaption h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.third .service ul figcaption h2 span:has(img) {
  width: 2.5rem;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .third .service ul figcaption h2 {
    font-size: 1.2rem;
    display: grid;
    grid-template-columns: auto 40px;
  }
}
.third .service ul figcaption a:hover h2 span:has(img) {
  transform: translateX(0.5rem);
}

#main-work {
  background-color: #FCF8EA;
  margin-top: -100px;
  padding-bottom: 100px;
  border-bottom-left-radius: clamp(40px, 6vw, 100px);
  border-bottom-right-radius: clamp(40px, 6vw, 100px);
  position: relative;
}
#main-work.at-case {
  padding-top: 100px;
}
#main-work.at-maintenance {
  border-radius: clamp(40px, 6vw, 100px);
}
#main-work .first {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
#main-work .first:has(.works-no-swiper) {
  width: calc(100% - 2rem);
  max-width: none;
}
#main-work .works {
  width: calc(100% - 2rem);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(70px + 2rem);
}
#main-work h1 + p {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #main-work h1 + p {
    display: block;
    margin-top: 1rem;
  }
  #main-work h1 + p span {
    display: block;
    margin-bottom: 1rem;
  }
}
#main-work .works-slider {
  position: relative;
  padding-bottom: 100px;
}
#main-work .works-slider .works-swiper .swiper-wrapper {
  align-items: stretch;
}
#main-work .works-slider .works-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
#main-work .works-slider .works-swiper .swiper-slide .works-card {
  transform: scale(0.95);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  border: 2px solid transparent;
}
#main-work .works-slider .works-button-prev,
#main-work .works-slider .works-button-next {
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  z-index: 20;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: none;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
}
#main-work .works-slider .works-button-prev span,
#main-work .works-slider .works-button-next span {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#main-work .works-slider .works-button-prev {
  left: 33%;
}
@media (max-width: 992px) {
  #main-work .works-slider .works-button-prev {
    left: 22%;
    top: 30%;
  }
}
#main-work .works-slider .works-button-prev span {
  transform: rotate(-135deg) translateX(-0.25rem) translateY(0.125rem);
}
#main-work .works-slider .works-button-next {
  right: 33%;
}
@media (max-width: 992px) {
  #main-work .works-slider .works-button-next {
    right: 22%;
    top: 30%;
  }
}
#main-work .works-slider .works-button-next span {
  transform: rotate(45deg) translateX(-0.125rem) translateY(0.25rem);
}
@media (max-width: 768px) {
  #main-work .works-slider .works-card {
    border-radius: 24px;
  }
  #main-work .works-slider .works-card__body {
    padding: 20px 0 24px;
  }
  #main-work .works-slider .works-card__title {
    font-size: 18px;
  }
  #main-work .works-slider .works-button-prev,
  #main-work .works-slider .works-button-next {
    width: 36px;
    height: 36px;
  }
}
#main-work .works-no-swiper__list {
  max-width: 1400px;
  width: calc(100% - 2rem);
  margin: 2rem auto 4rem;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
#main-work .works-no-swiper__list .works-card__body {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  #main-work .works-no-swiper__list {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

#maininterview {
  background-color: #FFF;
  margin-top: -100px;
  position: relative;
  padding-bottom: 100px;
  border-radius: clamp(40px, 6vw, 100px);
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}
#maininterview.at-case-archive {
  background-color: #FCF8EA;
}
#maininterview ul {
  list-style: none;
}

#footer h1 {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  #footer h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

#footerofficetour {
  margin-top: -100px;
  color: #FFF;
  text-align: center;
  background-image: url(../images/4242.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
  background-blend-mode: multiply;
  background-color: #555;
}
@media (max-width: 480px) {
  #footerofficetour {
    background-attachment: scroll;
  }
}
#footerofficetour h1::before {
  display: block;
  position: relative;
  left: auto;
  top: auto;
  margin-bottom: 1rem;
}
#footerofficetour h1::after {
  display: none;
}

#content.page-404 {
  padding-top: 170px;
}

.information-request .read-section {
  width: 100%;
}
.information-request .catalog {
  background-color: #FCF8EA;
  padding: 3rem;
  border-radius: 3rem;
  box-sizing: border-box;
  display: flex;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1400px;
  margin: 2rem auto;
}
@media (max-width: 768px) {
  .information-request .catalog {
    display: block;
  }
  .information-request .catalog img {
    width: auto;
  }
  .information-request .catalog__cover {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .information-request .catalog img {
    width: 100%;
  }
}
.information-request .catalog__caption {
  padding-top: 2rem;
}
.information-request .catalog__caption hgroup {
  padding-left: 1.5rem;
}
.information-request .catalog__caption h3 {
  margin-bottom: 0.5rem;
}
.information-request .catalog__caption .detail span {
  padding-right: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #D9D9D9;
}
.information-request .catalog__caption .detail span:first-child {
  border: none;
  padding-left: 0;
}
.information-request .catalog__caption > div {
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #FFF;
  position: relative;
  margin-top: 2rem;
  max-width: 453px;
  width: 100%;
  box-sizing: border-box;
}
.information-request .catalog__caption > div h4 {
  background-color: #1F8C63;
  display: inline-block;
  font-size: 1rem;
  padding: 0.25rem 2rem;
  color: #FFF;
  border-radius: 999px;
  position: absolute;
  top: -0.5lh;
}
.information-request .catalog__caption > div ul {
  list-style: none;
  margin-top: 1rem;
}
.information-request .catalog__caption > div ul li::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1;
  display: inline-block;
  background-color: #F68D52;
  border-radius: 50%;
  scale: 0.7;
}

.anker-nav {
  margin-bottom: 4rem;
}
.anker-nav ul {
  display: flex;
  gap: 1.5rem;
  padding-left: 0 !important;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.anker-nav li {
  margin: 0;
}
.anker-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  padding: 0.9rem 1.6rem;
  background-color: #fdf7e9;
  border-radius: 999px;
  font-weight: 600;
  color: #333;
  text-decoration: none !important;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.anker-nav a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #F68D52;
  border-bottom: 2px solid #F68D52;
  transform: rotate(45deg);
  margin-top: -2px;
}
.anker-nav a:hover {
  background-color: #f8ecd0;
  transform: translateY(-1px);
}

.faq-list {
  list-style: none;
  padding-left: 0 !important;
}
.faq-list .faq-item {
  padding: 2rem;
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
}
.faq-list .faq-item > p {
  display: grid;
  grid-template-columns: 42px auto 42px;
  gap: 2rem;
  align-items: center;
  margin-bottom: 0;
}
.faq-list .faq-question {
  font-weight: bold;
  cursor: pointer;
}
.faq-list .faq-question .mark {
  background-color: #F68D52;
}
.faq-list .faq-answer {
  border-top: 1px solid #D9D9D9;
  padding-top: 2rem;
  margin-top: 2rem;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  margin-top: 0;
  border-top: none;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
}
.faq-list .faq-answer .mark {
  background-color: #1F8C63;
}
.faq-list .faq-item.is-open .faq-answer {
  max-height: 1000px;
  opacity: 1;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #D9D9D9;
}
.faq-list .faq-item.is-open .accordion-icon::after {
  transform: translateX(-50%) scaleY(0);
}
.faq-list .mark {
  width: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 999px;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
}
.faq-list .accordion-icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.faq-list .accordion-icon::before, .faq-list .accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #F68D52;
  transition: transform 0.3s ease;
}
.faq-list .accordion-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.faq-list .accordion-icon::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.faq-list .accordion-icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.faq-list .accordion-icon::before, .faq-list .accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #F68D52;
  transition: transform 0.3s ease;
}
.faq-list .accordion-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.faq-list .accordion-icon::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.faq-list + hr {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#main-article.tour {
  background-color: #FCF8EA;
  margin-top: -100px;
  padding-top: 100px;
}
#main-article.tour::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  border-bottom-left-radius: clamp(40px, 6vw, 100px);
  border-bottom-right-radius: clamp(40px, 6vw, 100px);
  position: absolute;
  bottom: calc(100% - 100px);
  background-color: #FFF;
  z-index: 1;
}

@media (max-width: 768px) {
  #content.visual-page.tour {
    padding-bottom: 200px;
  }
  #content.visual-page.tour .visual-header {
    grid-template-columns: 1fr;
  }
  #content.visual-page.tour .visual-header-hedding span {
    position: static;
    width: 50%;
    min-width: 200px;
  }
  #content.visual-page.tour .visual-header-img {
    width: 100%;
    aspect-ratio: 16/8;
    min-width: auto;
    max-height: 200px;
  }
}
@media (max-width: 768px) {
  #visual-page-read.tour > section {
    padding-top: 2rem;
  }
  #visual-page-read.tour figure {
    flex-wrap: wrap;
    gap: 3rem;
  }
  #visual-page-read.tour figure figcaption {
    order: 2;
  }
  #visual-page-read.tour figure figcaption br {
    display: none;
  }
}
.company-table-wrap {
  max-width: 900px;
  padding: 3rem;
  background-color: #FCF8EA;
  margin: 0 auto;
  border-radius: 30px;
}
.company-table-wrap table {
  width: 100%;
}
.company-table-wrap .company-table th,
.company-table-wrap .company-table td {
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D9D9D9;
  line-height: 1.6;
}
.company-table-wrap .company-table tr:last-child th,
.company-table-wrap .company-table tr:last-child td {
  border: none;
}
.company-table-wrap .company-table th {
  width: 30%;
}
.company-table-wrap .company-table .station-table td {
  padding: 0;
  padding-right: 1rem;
}
.company-table-wrap iframe {
  margin-top: 1rem;
  border-radius: 10px;
}

.visual-page-relocation .visual-header,
.visual-page-maintenance .visual-header {
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
}
.visual-page-relocation .visual-header .visual-header-img,
.visual-page-maintenance .visual-header .visual-header-img {
  display: grid;
  place-items: center;
}
#service {
  position: relative;
  z-index: 1;
  background-color: #FFF;
}

article:has(#service-schedule) {
  background-color: #FCF8EA;
  padding-top: 100px;
  margin-top: -100px;
}

#service-schedule {
  max-width: 1400px;
  padding: 100px 0 200px;
  margin: 0 auto;
}
#service-schedule > div {
  margin: 2rem auto;
}

article:has(#service-faq) {
  background-color: #FFFDF6;
  padding: 200px 0;
  margin-top: -100px;
  border-radius: clamp(40px, 6vw, 100px);
  position: relative;
  z-index: 1;
}

#service-faq .faq-list {
  margin-top: 3rem;
}

/* ===== 通常表示（JSが効いてない/スマホ含む） ===== */
.relocation-paging {
  max-width: none !important;
  width: 100%;
}
.relocation-paging-3 {
  background-color: #FCF8EA;
}
.relocation-paging ul.grid-wrap {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  gap: 2rem;
}
@media (max-width: 768px) {
  .relocation-paging ul.grid-wrap {
    grid-template-columns: 1fr !important;
  }
}
.relocation-paging ul.grid-wrap figure > div {
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .relocation-paging ul.grid-wrap figure > div {
    border-radius: 10px;
  }
}
.relocation-paging ul.grid-wrap figure > div img {
  border-radius: 0;
}
.relocation-paging h3 {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.relocation-paging hgroup img {
  width: auto;
}
.relocation-paging hgroup + p {
  font-weight: bold;
}
.relocation-paging-contents-wrapper {
  display: grid;
  place-items: center;
  padding: 100px 0 150px;
  border-top-left-radius: clamp(40px, 6vw, 100px);
  border-top-right-radius: clamp(40px, 6vw, 100px);
  width: 100%;
  margin-top: -200px;
}
.relocation-paging-contents-wrapper > div {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.relocation-paging-contents-wrapper > div::after {
  content: "";
  position: absolute;
  top: -238px;
  right: -150px;
  width: 140px;
  height: 140px;
  display: block;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  .relocation-paging-contents-wrapper > div {
    width: calc(100% - 2rem);
  }
  .relocation-paging-contents-wrapper > div::after {
    content: none;
  }
}
.relocation-paging-contents-wrapper-0 {
  --rp-bg: #f0f0f0;
  --rp-radius: 100px 100px 0 0;
  background-color: #f0f0f0;
  margin-top: 0;
}
.relocation-paging-contents-wrapper-0 figure {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  align-items: baseline;
}
.relocation-paging-contents-wrapper-0 figure img {
  width: 100%;
}
@media (max-width: 768px) {
  .relocation-paging-contents-wrapper-0 figure {
    grid-template-columns: 1fr;
  }
}
.relocation-paging-contents-wrapper-0 p.konnnakadai {
  transform: translateY(-120px);
  margin: 0;
  padding: 0;
  height: 0;
}
.relocation-paging-contents-wrapper-0 > div::after {
  content: none;
}
.relocation-paging-contents-wrapper-1 {
  background-color: #FEE295;
}
.relocation-paging-contents-wrapper-1 h3 {
  height: 2lh;
  display: flex;
  align-items: center;
}
.relocation-paging-contents-wrapper-1 > div::after {
  background-image: url(../svg/relocation_minichara1.svg);
}
.relocation-paging-contents-wrapper-2 {
  background-color: #FFA06B;
}
.relocation-paging-contents-wrapper-2 > div::after {
  background-image: url(../svg/relocation_minichara2.svg);
}
.relocation-paging-contents-wrapper-2 ul.grid-wrap {
  grid-template-columns: 1fr 1fr;
}
.relocation-paging-contents-wrapper-3 {
  background-color: #50AD8A;
  border-radius: clamp(40px, 6vw, 100px);
  padding-bottom: 100px;
}
.relocation-paging-contents-wrapper-3 > div::after {
  background-image: url(../svg/relocation_minichara3.svg);
}
.relocation-paging-contents-wrapper-3 h3 {
  height: 2lh;
  display: flex;
  align-items: center;
}

.maintenance-paging {
  max-width: none !important;
  width: 100%;
}
.maintenance-paging ul.grid-wrap {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  gap: 2rem;
}
@media (max-width: 768px) {
  .maintenance-paging ul.grid-wrap {
    grid-template-columns: 1fr !important;
  }
}
.maintenance-paging ul.grid-wrap figure > div {
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .maintenance-paging ul.grid-wrap figure > div {
    border-radius: 10px;
  }
}
.maintenance-paging ul.grid-wrap figure > div img {
  border-radius: 0;
}
.maintenance-paging h3 {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.maintenance-paging hgroup img {
  width: auto;
}
.maintenance-paging hgroup + p {
  font-weight: bold;
}
.maintenance-paging-contents-wrapper {
  display: grid;
  place-items: center;
  padding: 100px 0 150px;
  border-top-left-radius: clamp(40px, 6vw, 100px);
  border-top-right-radius: clamp(40px, 6vw, 100px);
  width: 100%;
  margin-top: -200px;
}
.maintenance-paging-contents-wrapper > div {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.maintenance-paging-contents-wrapper > div::after {
  content: "";
  position: absolute;
  top: -238px;
  right: -150px;
  width: 140px;
  height: 140px;
  display: block;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  .maintenance-paging-contents-wrapper > div {
    width: calc(100% - 2rem);
  }
  .maintenance-paging-contents-wrapper > div::after {
    content: none;
  }
}
.maintenance-paging-contents-wrapper-1 {
  background-color: #50AD8A;
}
.maintenance-paging-contents-wrapper-1 h3 {
  height: 2lh;
  display: flex;
  align-items: center;
}
.maintenance-paging-contents-wrapper-1 > div::after {
  background-image: url(../svg/maintenance_minichara1.svg);
}
.maintenance-paging-contents-wrapper-1 ul.grid-wrap {
  grid-template-columns: 1fr 30px 1fr;
  gap: 1rem;
  align-items: center;
}
.maintenance-paging-contents-wrapper-1 ul.grid-wrap img {
  border-radius: 0;
}
@media (max-width: 768px) {
  .maintenance-paging-contents-wrapper-1 ul.grid-wrap {
    gap: 0;
  }
  .maintenance-paging-contents-wrapper-1 ul.grid-wrap li:nth-child(2) {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .maintenance-paging-contents-wrapper-1 ul.grid-wrap li:nth-child(2) img {
    rotate: 90deg;
  }
}
.maintenance-paging-contents-wrapper-2 {
  background-color: #FEE295;
}
.maintenance-paging-contents-wrapper-2 > div::after {
  background-image: url(../svg/maintenance_minichara2.svg);
}
.maintenance-paging-contents-wrapper-3 {
  background-color: #FFA06B;
  border-radius: clamp(40px, 6vw, 100px);
  padding-bottom: 100px;
}
.maintenance-paging-contents-wrapper-3 > div::after {
  background-image: url(../svg/maintenance_minichara3.svg);
}

article:has(#service-faq.maintenance-faq) {
  position: static;
}

#visual-page-read.visual-page-read-about {
  position: relative;
  border-bottom-left-radius: clamp(40px, 6vw, 100px);
  border-bottom-right-radius: clamp(40px, 6vw, 100px);
  z-index: 1;
}
#visual-page-read.visual-page-read-about .visual-page-read-read {
  grid-template-columns: 2fr 5fr;
}
@media (max-width: 768px) {
  #visual-page-read.visual-page-read-about .visual-page-read-read {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
#visual-page-read.visual-page-read-about h1 {
  top: 2rem;
}
#visual-page-read.visual-page-read-about ol {
  list-style: none;
}
#visual-page-read.visual-page-read-about ol h2 {
  display: flex;
  gap: 2rem;
  line-height: 1.4;
}
@media (max-width: 480px) {
  #visual-page-read.visual-page-read-about ol h2 {
    gap: 1rem;
    font-size: 1.25rem;
  }
}
#visual-page-read.visual-page-read-about ol p {
  font-weight: normal;
}
#visual-page-read.visual-page-read-about ol li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D9D9D9;
}

#about-wwd {
  position: relative;
  background-color: #FCF8EA;
  margin-top: -100px;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow-x: hidden;
}
#about-wwd .wwd {
  max-width: 1520px;
  /* ===== WWD map (img + pins) ===== */
  /* 画像上の透明ホットスポット（ピン自体は画像に描画されている前提） */
}
#about-wwd .wwd__title {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#about-wwd .wwd__images {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  #about-wwd .wwd__images {
    grid-template-columns: 1fr;
  }
  #about-wwd .wwd__images .wwd__map {
    order: 2;
  }
  #about-wwd .wwd__images .wwd__text {
    order: 1;
    padding: 2rem;
    max-width: 300px;
    margin: 2rem auto;
  }
  #about-wwd .wwd__images::before {
    content: none !important;
  }
}
@media (max-width: 480px) {
  #about-wwd .wwd__images {
    grid-template-columns: 1fr;
  }
  #about-wwd .wwd__images .wwd__map {
    transform-origin: top;
    scale: 1.16;
  }
  #about-wwd .wwd__images .wwd__text {
    padding: 0;
    width: 70%;
  }
}
#about-wwd .wwd__images img {
  border-radius: 0;
}
#about-wwd .wwd__images::before {
  content: "";
  position: absolute;
  height: calc(100% - (60px + 2rem));
  width: calc(100% - (60px + 2rem));
  background-color: #FFFDF6;
  display: block;
  border-radius: 30px;
  top: 2rem;
  left: 2rem;
}
#about-wwd .wwd__map {
  position: relative;
  z-index: 1;
}
#about-wwd .wwd__text {
  position: relative;
  z-index: 1;
  padding: calc(60px + 2rem);
}
#about-wwd .wwd__map-img {
  display: block;
  width: 100%;
  height: auto;
}
#about-wwd .wwd__pin {
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  transform: translate(-50%, -100%);
  width: clamp(30px, 4.2vw, 64px);
  height: clamp(50px, 5.6vw, 84px);
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  border-radius: 14px;
}
#about-wwd .wwd__pin:focus {
  outline: none;
}
#about-wwd .wwd__pin:focus-visible {
  outline: 2px solid #2B2B2B;
  outline-offset: 6px;
}
@media (hover: hover) {
  #about-wwd .wwd__pin:hover {
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.14));
  }
}

/* =========================================================
   About / WWD modal (orange header design)
========================================================= */
#about-wwd {
  /* hover は hover環境だけ */
  /* reduced motion */
  /* responsive */
}
#about-wwd .wwd-modal {
  border: 0;
  padding: 0;
  background: transparent;
  width: min(1120px, 100% - 48px);
  margin: auto;
  border-radius: 34px;
  overflow: visible;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.22);
  /* open animation */
  /* inner */
  /* 旧構成のタイトルは見た目に出さない（テンプレ側で見出しを出す想定） */
  /* close button：右上白× */
  /* header (orange) */
  /* body (white) */
}
#about-wwd .wwd-modal::backdrop {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
#about-wwd .wwd-modal[open] {
  animation: wwdModalIn 0.18s ease-out both;
}
#about-wwd .wwd-modal[open]::backdrop {
  animation: wwdBackdropIn 0.18s ease-out both;
}
#about-wwd .wwd-modal__inner {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background: #fff;
}
#about-wwd .wwd-modal__title {
  display: none;
}
#about-wwd .wwd-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  color: transparent;
  /* テキスト×は見せない（擬似要素で作る） */
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
#about-wwd .wwd-modal__close::before, #about-wwd .wwd-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transform-origin: center;
}
#about-wwd .wwd-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#about-wwd .wwd-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#about-wwd .wwd-modal__close:focus {
  outline: none;
}
#about-wwd .wwd-modal__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
#about-wwd .wwd-modal__section {
  padding: 0;
  margin: 0;
}
#about-wwd .wwd-modal__head {
  background: #F68D52;
  color: #fff;
  padding: 2rem 3rem 1rem;
  width: 100%;
  box-sizing: content-box;
}
#about-wwd .wwd-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 14px;
  line-height: 1;
  opacity: 0.95;
  margin-bottom: 1rem;
}
#about-wwd .wwd-modal__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffd98d;
  display: inline-block;
}
#about-wwd .wwd-modal__en {
  font-feature-settings: "palt";
}
#about-wwd .wwd-modal__jp {
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.05;
  font-size: clamp(20px, 3.2vw, 36px);
}
#about-wwd .wwd-modal__body {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 3rem;
  padding: 3rem;
  background: #fff;
  align-items: center;
}
#about-wwd .wwd-modal__media {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #FCF8EA;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
}
#about-wwd .wwd-modal__media img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 44/30;
  border-radius: 0;
}
#about-wwd .wwd-modal__text {
  color: #2B2B2B;
  font-feature-settings: "palt";
}
#about-wwd .wwd-modal__text p {
  margin: 0;
  line-height: 1.9;
  opacity: 0.92;
}
#about-wwd .wwd-modal__lead {
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.35;
}
#about-wwd .wwd-modal__tags {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#about-wwd .wwd-modal__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  border-radius: 999px;
  background: #2B2B2B;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (hover: hover) {
  #about-wwd .wwd-modal__close:hover {
    background: rgba(255, 255, 255, 0.14);
  }
}
@media (prefers-reduced-motion: reduce) {
  #about-wwd .wwd-modal[open], #about-wwd .wwd-modal[open]::backdrop {
    animation: none;
  }
}
@media (max-width: 768px) {
  #about-wwd .wwd-modal {
    width: calc(100% - 24px);
    border-radius: 26px;
  }
  #about-wwd .wwd-modal__inner {
    border-radius: 26px;
  }
  #about-wwd .wwd-modal__head {
    padding: 1.5rem 2rem 1rem;
  }
  #about-wwd .wwd-modal__close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }
  #about-wwd .wwd-modal__body {
    grid-template-columns: 1fr;
    padding: 2rem;
    width: 100%;
    gap: 1.5rem;
  }
  #about-wwd .wwd-modal__tag {
    font-size: 0.8em;
  }
}

/* keyframes はネスト不可なので外に出す */
@keyframes wwdModalIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes wwdBackdropIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =========================================================
   About / OSS
========================================================= */
#about-oss {
  position: relative;
  z-index: 1;
  background-color: #FFFDF6;
  margin-top: -100px;
  padding: 100px 0;
  border-radius: clamp(40px, 6vw, 100px);
}
#about-oss figure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10%;
}
#about-oss figure h1 + p {
  margin: 2rem 0;
  font-size: 110%;
  font-weight: bold;
}
@media (max-width: 768px) {
  #about-oss figure {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* =========================================================
   About / PJF
========================================================= */
#about-pjf {
  position: relative;
  background-color: #FCF8EA;
  padding-top: 300px;
  margin-top: -200px;
  padding-bottom: 100px;
  border-bottom-left-radius: clamp(40px, 6vw, 100px);
  border-bottom-right-radius: clamp(40px, 6vw, 100px);
}
#about-pjf ol {
  list-style: none;
  margin-top: 4rem;
}
#about-pjf ol li {
  display: grid;
  grid-template-columns: 2fr 9fr;
  margin-bottom: 0;
  padding-bottom: 0;
}
#about-pjf .flow-flow {
  position: relative;
  text-align: center;
}
#about-pjf .flow-number {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #F68D52;
  box-sizing: border-box;
  border-radius: 11111px;
  border: 2px solid #F68D52;
  background: #FFFDF6;
  font-size: 2em;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 768px) {
  #about-pjf .flow-number {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.4em;
  }
}
@media (max-width: 480px) {
  #about-pjf .flow-number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
  }
}
#about-pjf .flow-line {
  position: absolute;
  display: inline-block;
  width: 3px;
  box-sizing: border-box;
  border-left: 3px dashed #F68D52;
  height: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 0;
}
#about-pjf .flow-item {
  padding: 3rem;
  background-color: #FFFDF6;
  border-radius: 30px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #about-pjf .flow-item {
    border-radius: 20px;
    padding: 3rem 2rem;
  }
}
@media (max-width: 480px) {
  #about-pjf .flow-item {
    border-radius: 10px;
    padding: 2rem 1rem;
  }
}
#about-pjf .flow-item figure {
  display: grid;
  grid-template-columns: 5fr 2fr;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 992px) {
  #about-pjf .flow-item figure {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  #about-pjf .flow-item figure {
    grid-template-columns: 1fr;
    gap: 0;
  }
}/*# sourceMappingURL=style.css.map */