@charset "UTF-8";
@font-face {
  font-family: "YuMincho";
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.playwrite-us-trad {
  font-family: "Playwrite US Trad", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

/*====================================================================
Reset
====================================================================*/
*, html, body, div, figure, section, header, footer, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  color: #000000;
}

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

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #101010;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 100%;
  box-sizing: border-box;
}

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

/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes HamBtnOpenTop {
  50% {
    top: 50%;
  }
  100% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes HamBtnOpenBottom {
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
}
@keyframes HamBtnCloseTop {
  50% {
    top: 50%;
    transform: translateX(-50%);
  }
  100% {
    top: 12px;
    transform: translateX(-50%);
  }
}
@keyframes HamBtnCloseBottom {
  50% {
    bottom: 50%;
    transform: translateX(-50%);
  }
  100% {
    bottom: 12px;
    transform: translateX(-50%);
  }
}
.u-visualEditArea {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .u-visualEditArea {
    font-size: 1.3rem;
  }
}
.u-visualEditArea * + * {
  margin-top: 1.75em;
}
@media screen and (min-width: 781px) {
  .u-visualEditArea a {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 781px) {
  .u-visualEditArea a:hover {
    opacity: 0.6;
  }
}
.u-visualEditArea a {
  color: #0077FF;
  text-decoration: underline;
}
.u-visualEditArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-visualEditArea h2 {
  margin-top: 2em;
  font-size: 3rem;
  line-height: 1.6;
}
.u-visualEditArea h3 {
  color: #0077FF;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-visualEditArea h4 {
  padding-left: 25px;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6;
}
.u-visualEditArea h4::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 3px;
  left: 0;
  background: #0077FF;
}
.u-visualEditArea h5, .u-visualEditArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-visualEditArea h1 + h2,
.u-visualEditArea h2 + h3,
.u-visualEditArea h3 + h4,
.u-visualEditArea h4 + h5,
.u-visualEditArea h5 + h6 {
  margin-top: 0.5em;
}
.u-visualEditArea p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .u-visualEditArea p {
    font-size: 1.3rem;
  }
}
.u-visualEditArea strong, .u-visualEditArea strong * {
  font-weight: bold;
}
.u-visualEditArea em, .u-visualEditArea em * {
  font-style: italic;
}
.u-visualEditArea ul {
  list-style-type: disc;
}
.u-visualEditArea ol {
  list-style-type: decimal;
}
.u-visualEditArea ul, .u-visualEditArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-visualEditArea ul li, .u-visualEditArea ol li {
  margin-top: 0.6em;
  line-height: 1.5;
}
.u-visualEditArea sup, .u-visualEditArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-visualEditArea hr {
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
}
.u-visualEditArea blockquote {
  padding: 30px;
  background: #292929;
}
.u-visualEditArea table {
  margin-top: 3em;
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
  background: #292929;
}
.u-visualEditArea table thead th, .u-visualEditArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-visualEditArea table tr th, .u-visualEditArea table tr td {
  padding: 15px 20px;
  border: #666 1px solid;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
.u-visualEditArea table tr th {
  width: 25%;
  font-weight: bold;
  text-align: center;
}
.u-visualEditArea img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 1em;
}
.u-visualEditArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-visualEditArea img.alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.u-visualEditArea .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.u-visualEditArea .gallery-item {
  margin-top: 0;
  float: none;
  text-align: center;
}
.u-visualEditArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.u-visualEditArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}

/*====================================================================
siteHeader（統合版：現状の反映を漏れなく1ブロックへ）
- 2つあった .siteHeader は「後勝ち（追記側）」を正として統合
- 既存の外出しセレクタ（.is-menuOpen / __pcServiceList / __navItem--service 等）も
  できるだけ .siteHeader 内へ取り込み（同等セレクタで出力される形）
====================================================================*/
.siteHeader {
  /* ====== base + override（追記側を正） ====== */
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  /* 追記側が最終：padding は 15px 40px */
  padding: 15px 40px 15px 40px;
  position: fixed;
  /* WP admin bar */
}
.is_login_user .siteHeader {
  top: 32px;
}
@media screen and (max-width: 780px) {
  .is_login_user .siteHeader {
    top: 46px;
  }
}
@media screen and (max-width: 780px) {
  .siteHeader {
    position: fixed;
    height: 72px;
    padding: 10px;
    background: #fff;
  }
}
.siteHeader {
  /* =========================
    logo
  ========================= */
}
.siteHeader__logo {
  width: 200px;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .siteHeader__logo {
    width: 200px;
  }
}
.siteHeader__logoLink {
  display: block;
}
.siteHeader__logoLink p {
  font-size: 4.1rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 781px) {
  .siteHeader__logoLink:hover [class$=__logoImg] {
    fill: #0077FF;
  }
}
@media screen and (max-width: 780px) {
  .siteHeader__logoLink p {
    font-size: 3.2rem;
    color: #000;
  }
}
.siteHeader {
  /* 追記側のロゴ画像指定を正として統合 */
}
@media screen and (min-width: 781px) {
  .siteHeader__logoImg {
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__logoImg {
  width: auto; /* 追記側 */
  height: 60px; /* 追記側 */
  -o-object-fit: cover;
     object-fit: cover;
  /* 前半にあった fill も残す（SVG想定） */
  fill: #fff;
}
@media screen and (max-width: 780px) {
  .siteHeader__logoImg {
    height: 45px;
  }
}
.siteHeader {
  /* =========================
    nav（PC）
  ========================= */
}
.siteHeader__navList {
  display: flex;
  align-items: center;
  justify-content: center;
}
.siteHeader {
  /* gNav（前半の既存を維持） */
}
.siteHeader__gNav {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 780px) {
  .siteHeader__gNav {
    display: none;
  }
}
.siteHeader__gNavPageList {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.siteHeader__gNavItem {
  position: relative;
}
.siteHeader__gNavItem::before {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
}
.siteHeader__gNavItem:nth-child(1)::before {
  display: none;
}
@media screen and (min-width: 781px) {
  .siteHeader__gNavLink {
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__gNavLink {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.36em;
}
@media screen and (min-width: 781px) {
  .siteHeader__gNavLink:hover {
    color: #0077FF;
    font-weight: bold;
  }
}
.siteHeader__gNavLink::after {
  content: "";
  width: calc(100% - 60px);
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #002BFF;
}
.siteHeader {
  /* 追記側の navItemLink（もう一系統のPCナビ） */
}
.siteHeader__navItemLink {
  display: inline-flex;
  align-items: center;
  height: 44px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 25px;
  font-family: "Noto Sans JP", sans-serif;
}
.siteHeader__navItem--contact {
  margin-left: 15px;
}
.siteHeader__contactBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 25px;
  border-radius: 999px;
  background: linear-gradient(90deg, #FFC400 0%, #FF7600 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  line-height: 1;
  gap: 20px;
}
.siteHeader__contactBtn:hover {
  opacity: 0.5;
}
.siteHeader__contactBtn .c-contactCta__mailArrow {
  width: 0;
}
.siteHeader__contactBtn .c-contactCta__mailArrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.siteHeader__contactIcon {
  width: 25px;
  height: 40px;
  border-radius: 999px;
  position: relative;
}
.siteHeader__contactIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-55%, -50%) rotate(45deg);
}
.siteHeader {
  /* =========================
    bnr（前半の既存を維持）
  ========================= */
}
.siteHeader__bnr {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (min-width: 781px) {
  .siteHeader__bnr {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 781px) {
  .siteHeader__bnr:hover {
    opacity: 0.6;
  }
}
.siteHeader__bnr {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff url("../images/common/icon-contact.png") no-repeat center/29px auto;
}
@media screen and (max-width: 780px) {
  .siteHeader__bnr {
    width: 50px;
    height: 50px;
    right: 50px;
  }
}
.siteHeader {
  /* =========================
    SP：ハンバーガー
  ========================= */
}
.siteHeader__hamburger {
  display: none;
  width: 50px;
  height: 100%;
  background: #111;
  border: 0;
  cursor: pointer;
  position: relative;
}
.siteHeader__hamburgerLines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: background 0.2s ease;
}
.siteHeader__hamburgerLines::before, .siteHeader__hamburgerLines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.2s ease;
}
.siteHeader__hamburgerLines::before {
  top: -10px;
}
.siteHeader__hamburgerLines::after {
  top: 10px;
}
.siteHeader__hamburger.is-active .siteHeader__hamburgerLines {
  background: transparent;
}
.siteHeader__hamburger.is-active .siteHeader__hamburgerLines::before {
  top: 0;
  transform: rotate(45deg);
}
.siteHeader__hamburger.is-active .siteHeader__hamburgerLines::after {
  top: 0;
  transform: rotate(-45deg);
}
.siteHeader {
  /* =========================
    SP：ドロワー
  ========================= */
}
.siteHeader__drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 90vw;
  height: 100vh;
  background: #E87D00;
  z-index: 1000;
  transform: translateX(105%);
  transition: transform 0.28s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.siteHeader__drawer.is-active {
  transform: translateX(0);
}
.siteHeader__overlay {
  position: fixed;
  top: 72px;
  width: 20vw;
  right: 80vw;
  height: calc(100vh - 72px);
  background: rgba(0, 0, 0, 0.8);
  z-index: 900;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transition: opacity 0.28s ease;
  transform: none !important;
}
.siteHeader__overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
.siteHeader__drawerHead {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.siteHeader__drawerLogo {
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #111;
}
.siteHeader__drawerClose {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #111;
}
.siteHeader__spNav {
  margin: 0;
  list-style: none;
}
.siteHeader__spItem {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.siteHeader__spItem:first-child {
  border-top: 0;
}
.siteHeader__spItem:nth-child(3)::after {
  content: none;
}
.siteHeader__spItem {
  position: relative;
}
.siteHeader__spItem::after {
  content: "";
  position: absolute;
  background: url("../images/common/arrow.png") no-repeat center/contain;
  width: 30px;
  height: 30px;
  right: 2%;
  top: 0;
  transform: translateY(50%);
}
.siteHeader__spLink {
  display: block;
  padding: 20px 24px;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.siteHeader__spAccBtn {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
}
.siteHeader__spAccBtn::after {
  content: "▼";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 1.5rem;
}
.siteHeader__spSub {
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
  display: none;
}
.siteHeader__spSub a {
  display: block;
  padding: 20px 24px;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.6;
}
.siteHeader__spCta {
  padding: 38px 24px;
}
.siteHeader__spCtaBtn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 0;
  font-size: 1.5rem;
  width: 100%;
  background: #fff;
  gap: 30px;
  align-items: center;
  text-align: center;
  line-height: 19px;
  padding: 18px;
}
.siteHeader__spCtaBtn:hover {
  opacity: 0.5;
}
.siteHeader__spCtaIcon {
  position: relative;
  background: url(../images/common/btnmin.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
}
.siteHeader .c-contactCta__mailBtn {
  margin-top: 30px;
}
.siteHeader .c-contactCta__mailBtn, .siteHeader .c-contactCta__telBtn {
  padding: 10px 25px;
}
.siteHeader__spCtaTell .c-contactCta__mailBtn {
  background: linear-gradient(90deg, #2E42E0 0%, #0A8AD9 100%);
}
.siteHeader__spCtaTell .c-contactCta__mailIcon {
  background: url(../images/common/call.png) no-repeat center/contain;
}
.siteHeader__spCtaTell .c-contactCta__mailArrow {
  background-color: #2E42E0;
}
.siteHeader__spCtaTell .c-contactCta__mailArrow::after {
  border-top: 2px solid #2E42E0;
  border-right: 2px solid #2E42E0;
}
.siteHeader__spCtaMail .c-contactCta__mailBtn {
  background: #fff;
}
.siteHeader__spCtaMail .c-contactCta__mailText {
  color: #000;
}
.siteHeader__spCtaMail .c-contactCta__mailIcon {
  background: url(../images/common/contact-orange.png) no-repeat center/contain;
}
.siteHeader__spCtaMail .c-contactCta__mailCircle {
  background: #E87D00;
}
.siteHeader__spCtaMail .c-contactCta__mailArrow {
  background-color: #fff;
}
.siteHeader__spCtaMail .c-contactCta__mailArrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.siteHeader {
  /* =========================
    PC：SERVICE ドロップダウン（外出し分を統合）
  ========================= */
}
.siteHeader__pcServiceList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  padding: 12px 0;
  background: #E87D00;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  z-index: 1000;
}
.siteHeader__pcServiceList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.siteHeader__pcServiceList li a {
  display: block;
  padding: 10px 20px;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
.siteHeader__pcServiceList li a:hover {
  color: #000;
}
.siteHeader__navItem--service {
  position: relative;
  /* 下向き三角 */
}
.siteHeader__navItem--service::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #fff;
  transition: transform 0.3s ease;
}
.siteHeader__navItem--service.is-open .siteHeader__pcServiceList {
  display: block;
}
.siteHeader__navItem--service {
  /* 既存の subNav は PC側では非表示制御 */
}
.siteHeader__navItem--service .siteHeader__subNav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.siteHeader__navItem--service.is-open .siteHeader__subNav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.siteHeader {
  /* =========================
    SP：表示制御（あなたの既存設計を維持）
  ========================= */
}
@media screen and (max-width: 780px) {
  .siteHeader__nav {
    display: none;
  }
  .siteHeader__hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .siteHeader__drawer {
    top: 72px;
    height: calc(100vh - 72px);
  }
  .siteHeader__overlay {
    top: 72px;
    height: calc(100vh - 72px);
  }
  .siteHeader {
    /* SPでは絶対に表示しない（保険） */
  }
  .siteHeader__pcServiceList {
    display: none !important;
  }
}
.siteHeader.is-scrolled {
  background: #fff;
}
.siteHeader.is-scrolled .siteHeader__navItemLink {
  color: #000 !important;
}
.siteHeader.is-scrolled .head-block {
  display: none !important;
}
.siteHeader.is-scrolled .siteHeader__navItem--service::after {
  border-top: 8px solid #000;
}
.siteHeader.is-scrolled .sub-block {
  display: block !important;
}
@media screen and (max-width: 780px) {
  .siteHeader.is-scrolled .sub-block {
    display: none !important;
  }
}

/* body側クラス（外出し）も残す：SPドロワー時のスクロール固定 */
.is-menuOpen {
  overflow: hidden;
}

.sub-block {
  display: none !important;
}

/* =========================================
  Footer
========================================= */
.siteFooter {
  background: #212121;
  color: #fff;
}
.siteFooter__inner {
  padding: 50px 0 150px;
  margin: 0 auto;
}
.siteFooter {
  /* ===== 上段：左 / 右 ===== */
}
.siteFooter__top {
  display: grid;
  grid-template-columns: 1.8fr 0.8fr;
  align-items: start;
}
.siteFooter {
  /* 左ブロック */
}
.siteFooter__left {
  min-width: 0;
}
.siteFooter__logo {
  font-size: 4.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  width: 250px;
  height: auto;
}
.siteFooter__officeName {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
}
.siteFooter__infoLine {
  font-size: 1.2rem;
  line-height: 17px;
  color: #fff;
}
.siteFooter {
  /* 右ブロック */
}
.siteFooter__right {
  min-width: 0;
}
.siteFooter {
  /* 右：2カラムのリンク */
}
.siteFooter__navCols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.siteFooter__navHead {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 24px;
  color: #fff;
}
.siteFooter__navList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.siteFooter__navItem {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 15px;
}
.siteFooter__navItem::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-weight: 400;
  color: #fff;
}
.siteFooter__navLink {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
.siteFooter__navLink:hover {
  opacity: 0.7;
}
.siteFooter {
  /* CTA：右ブロックの中央に寄せる */
}
.siteFooter__ctaWrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.siteFooter__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffc400 0%, #ff7600 100%);
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.siteFooter__cta:hover {
  opacity: 0.7;
}
.siteFooter {
  /* 下段 */
}
.siteFooter__bottom {
  background: #212121;
  padding: 22px 24px;
  text-align: center;
  border-top: 1px solid #2F2F2F;
}
.siteFooter__copyright {
  margin: 0;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.04em;
}
.siteFooter .c-contactCta__mailCircle {
  display: none;
}
.siteFooter .c-contactCta__mailBtn {
  height: 40px;
  padding: 0 20px 0 20px;
}
.siteFooter .c-contactCta__mailText {
  font-size: 1.3rem;
}
.siteFooter .c-contactCta__mailIcon {
  width: 21px;
}
.siteFooter {
  /* ===== SP（最低限） ===== */
}
@media screen and (max-width: 780px) {
  .siteFooter {
    padding-bottom: 100px;
  }
  .siteFooter__inner {
    padding: 60px 24px 40px;
  }
  .siteFooter__top {
    display: block;
    padding-top: 36px;
  }
  .siteFooter__navHead {
    margin-bottom: 20px;
  }
  .siteFooter__navCols {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .siteFooter__ctaWrap {
    margin-top: 22px;
    justify-content: center;
  }
  .siteFooter__logo {
    width: 250px;
  }
  .siteFooter__officeSp {
    text-align: center;
    padding-top: 44px;
    padding-bottom: 36px;
  }
  .siteFooter .c-contactCta__mailBtn {
    padding: 0 30px;
  }
}

.footerLink {
  background: #E87D00;
  text-align: center;
  padding: 25px;
}
.footerLink a {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Poppins";
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .footerLink {
    padding: 12px;
  }
}

.spMenuSec {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding-bottom: env(safe-area-inset-bottom);
}
.spMenuSec__inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.spMenuSec__callArea {
  background: linear-gradient(180deg, #2E42E0 0%, #0A8AD9 100%);
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 15px;
  gap: 10px;
}
.spMenuSec__mailArea {
  width: 50%;
  background: linear-gradient(180deg, #FFC400 0%, #FF5800 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 15px;
  gap: 10px;
}
.spMenuSec__textdd {
  font-size: 1.5rem;
  color: #fff;
}
.spMenuSec__callImg {
  width: 28px;
}
.spMenuSec__mailImg {
  width: 28px;
}

/*====================================================================
hamMenuBtn
====================================================================*/
.hamMenuBtn {
  display: none;
}

@media screen and (max-width: 780px) {
  .hamMenuBtn {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .hamMenuBtn__border {
    width: 80%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
  }
  .hamMenuBtn__border:nth-child(1) {
    top: 12px;
    transform: translateX(-50%);
    animation: HamBtnCloseTop 0.3s ease-in-out 0s forwards;
  }
  .hamMenuBtn__border:nth-child(2) {
    transition: all 0.3s ease-in-out 0s;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .hamMenuBtn__border:nth-child(3) {
    bottom: 12px;
    transform: translateX(-50%);
    animation: HamBtnCloseBottom 0.3s ease-in-out 0s forwards;
  }
  .hamMenuBtn.is-active [class$=__border]:nth-child(1) {
    animation: HamBtnOpenTop 0.3s ease-in-out 0s forwards;
  }
  .hamMenuBtn.is-active [class$=__border]:nth-child(2) {
    opacity: 0;
  }
  .hamMenuBtn.is-active [class$=__border]:nth-child(3) {
    animation: HamBtnOpenBottom 0.3s ease-in-out 0s forwards;
  }
}
/*====================================================================
hamMenuContent
====================================================================*/
.hamMenuContent {
  display: none;
}

@media screen and (max-width: 780px) {
  .hamMenuContent {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
    padding-top: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #666;
    transform: translateX(100%);
  }
  .hamMenuContent__pageList {
    transition: all 0.2s ease-in-out 0.2s;
    padding: 40px;
    background: #212121;
    overflow: hidden;
  }
  .hamMenuContent__pageItem {
    overflow: hidden;
  }
  .hamMenuContent__pageLink {
    transition: all 0.2s ease-in-out 0.3s;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 10px;
    display: block;
  }
}
@media screen and (max-width: 780px) and (max-width: 780px) {
  .hamMenuContent__pageLink {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 780px) {
  .hamMenuContent.is-active {
    transform: none;
  }
}
/*====================================================================
contentCenter
====================================================================*/
.contentCenter {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1180px) {
  .contentCenter {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 780px) {
  .contentCenter {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*====================================================================
visualEditArea
====================================================================*/
.visualEditArea {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .visualEditArea {
    font-size: 1.3rem;
  }
}
.visualEditArea * + * {
  margin-top: 1.75em;
}
@media screen and (min-width: 781px) {
  .visualEditArea a {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 781px) {
  .visualEditArea a:hover {
    opacity: 0.6;
  }
}
.visualEditArea a {
  color: #0077FF;
  text-decoration: underline;
}
.visualEditArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.visualEditArea h2 {
  margin-top: 2em;
  font-size: 3rem;
  line-height: 1.6;
}
.visualEditArea h3 {
  color: #0077FF;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.visualEditArea h4 {
  padding-left: 25px;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6;
}
.visualEditArea h4::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 3px;
  left: 0;
  background: #0077FF;
}
.visualEditArea h5, .visualEditArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.visualEditArea h1 + h2,
.visualEditArea h2 + h3,
.visualEditArea h3 + h4,
.visualEditArea h4 + h5,
.visualEditArea h5 + h6 {
  margin-top: 0.5em;
}
.visualEditArea p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .visualEditArea p {
    font-size: 1.3rem;
  }
}
.visualEditArea strong, .visualEditArea strong * {
  font-weight: bold;
}
.visualEditArea em, .visualEditArea em * {
  font-style: italic;
}
.visualEditArea ul {
  list-style-type: disc;
}
.visualEditArea ol {
  list-style-type: decimal;
}
.visualEditArea ul, .visualEditArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.visualEditArea ul li, .visualEditArea ol li {
  margin-top: 0.6em;
  line-height: 1.5;
}
.visualEditArea sup, .visualEditArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.visualEditArea hr {
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
}
.visualEditArea blockquote {
  padding: 30px;
  background: #292929;
}
.visualEditArea table {
  margin-top: 3em;
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
  background: #292929;
}
.visualEditArea table thead th, .visualEditArea table thead td {
  font-weight: bold;
  text-align: center;
}
.visualEditArea table tr th, .visualEditArea table tr td {
  padding: 15px 20px;
  border: #666 1px solid;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
.visualEditArea table tr th {
  width: 25%;
  font-weight: bold;
  text-align: center;
}
.visualEditArea img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 1em;
}
.visualEditArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.visualEditArea img.alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.visualEditArea .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.visualEditArea .gallery-item {
  margin-top: 0;
  float: none;
  text-align: center;
}
.visualEditArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.visualEditArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}

/*====================================================================
space
====================================================================*/
.space-s,
.space-m,
.space-l {
  border: none;
}

.space-s {
  padding-top: 30px;
}

.space-m {
  padding-top: 50px;
}

.space-l {
  padding-top: 80px;
}

/*====================================================================
bnrA
====================================================================*/
@media screen and (min-width: 781px) {
  .bnrA {
    transition: all 0.6s ease-in-out 0s;
  }
}
.bnrA {
  color: #0077FF;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .bnrA {
    font-size: 1.3rem;
  }
}
.bnrA {
  padding: 10px 90px 10px 0;
  position: relative;
  font-weight: bold;
}
.bnrA::before, .bnrA::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.bnrA::before {
  width: 100%;
  height: 2px;
  left: 0;
  background: #0077FF;
}
.bnrA::after {
  width: 15px;
  height: 15px;
  display: block;
  right: 0;
  border-right: 3px solid #0077FF;
  transform: translateX(-50%) skewX(60deg);
}

/*====================================================================
bnrB
====================================================================*/
.bnrB {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 781px) {
  .bnrB::before {
    transition: all 0.6s ease-in-out 0s;
  }
}
.bnrB::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #002BFF;
}
@media screen and (min-width: 781px) {
  .bnrB:hover::before {
    width: 100%;
  }
}
.bnrB__layer {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .bnrB__layer {
    font-size: 1.3rem;
  }
}
.bnrB__layer {
  padding: 15px 100px 15px 15px;
  display: inline-block;
  position: relative;
}
.bnrB__layer::before {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: #fff;
}
.bnrB__layer::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  border-right: 3px solid #fff;
  transform: translate(-50%, -100%) skewX(60deg);
}

/*====================================================================
bnrC
====================================================================*/
.bnrC {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .bnrC {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 781px) {
  .bnrC {
    transition: all 0.6s ease-in-out 0s;
  }
}
.bnrC {
  padding: 20px 80px;
  border: 2px solid #0077FF;
  font-weight: bold;
}
@media screen and (min-width: 781px) {
  .bnrC:hover {
    background: #0077FF;
  }
}

/*====================================================================
gridArea
====================================================================*/
.gridArea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -1% -40px;
}
.gridArea__col {
  padding: 0 1%;
  margin-bottom: 40px;
}
.gridArea__col.u-col-1 {
  align-items: stretch;
  flex-basis: 8.3333333333%;
}
.gridArea__col.u-col-2 {
  align-items: stretch;
  flex-basis: 16.6666666667%;
}
.gridArea__col.u-col-3 {
  align-items: stretch;
  flex-basis: 25%;
}
.gridArea__col.u-col-4 {
  align-items: stretch;
  flex-basis: 33.3333333333%;
}
.gridArea__col.u-col-5 {
  align-items: stretch;
  flex-basis: 41.6666666667%;
}
.gridArea__col.u-col-6 {
  align-items: stretch;
  flex-basis: 50%;
}
.gridArea__col.u-col-7 {
  align-items: stretch;
  flex-basis: 58.3333333333%;
}
.gridArea__col.u-col-8 {
  align-items: stretch;
  flex-basis: 66.6666666667%;
}
.gridArea__col.u-col-9 {
  align-items: stretch;
  flex-basis: 75%;
}
.gridArea__col.u-col-10 {
  align-items: stretch;
  flex-basis: 83.3333333333%;
}
.gridArea__col.u-col-11 {
  align-items: stretch;
  flex-basis: 91.6666666667%;
}
.gridArea__col.u-col-12 {
  align-items: stretch;
  flex-basis: 100%;
}
@media screen and (max-width: 780px) {
  .gridArea__col.u-col-sp-1 {
    align-items: stretch;
    flex-basis: 8.3333333333%;
  }
  .gridArea__col.u-col-sp-2 {
    align-items: stretch;
    flex-basis: 16.6666666667%;
  }
  .gridArea__col.u-col-sp-3 {
    align-items: stretch;
    flex-basis: 25%;
  }
  .gridArea__col.u-col-sp-4 {
    align-items: stretch;
    flex-basis: 33.3333333333%;
  }
  .gridArea__col.u-col-sp-5 {
    align-items: stretch;
    flex-basis: 41.6666666667%;
  }
  .gridArea__col.u-col-sp-6 {
    align-items: stretch;
    flex-basis: 50%;
  }
  .gridArea__col.u-col-sp-7 {
    align-items: stretch;
    flex-basis: 58.3333333333%;
  }
  .gridArea__col.u-col-sp-8 {
    align-items: stretch;
    flex-basis: 66.6666666667%;
  }
  .gridArea__col.u-col-sp-9 {
    align-items: stretch;
    flex-basis: 75%;
  }
  .gridArea__col.u-col-sp-10 {
    align-items: stretch;
    flex-basis: 83.3333333333%;
  }
  .gridArea__col.u-col-sp-11 {
    align-items: stretch;
    flex-basis: 91.6666666667%;
  }
  .gridArea__col.u-col-sp-12 {
    align-items: stretch;
    flex-basis: 100%;
  }
}
.gridArea__col img {
  width: 100%;
}

/*====================================================================
card
====================================================================*/
.card {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 781px) {
  .card:hover [class$=__thumb] {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 780px) {
  .card {
    border-radius: 7px;
  }
}
@media screen and (min-width: 781px) {
  .card__thumb {
    transition: all 0.6s ease-in-out 0s;
  }
}
.card__textArea {
  width: 100%;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(16, 16, 16, 0.8);
}
@media screen and (max-width: 780px) {
  .card__textArea {
    padding: 5px 7px;
  }
}
.card__time {
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .card__time {
    font-size: 1.3rem;
  }
}
.card__postTitle {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .card__postTitle {
    font-size: 1.3rem;
  }
}
.card__postTitle {
  margin-top: 5px;
}

/*====================================================================
tabArea
====================================================================*/
.tabArea__btnList {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.tabArea__btnItem {
  flex-basis: 100%;
  margin: 0 2px;
}
.tabArea__btnItem:nth-child(1) {
  margin-left: 0;
}
.tabArea__btnItem:nth-last-child(1) {
  margin-right: 0;
}
.tabArea__btnLink {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .tabArea__btnLink {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 781px) {
  .tabArea__btnLink {
    transition: all 0.6s ease-in-out 0s;
  }
}
.tabArea__btnLink {
  padding: 20px 15px;
  display: block;
  background: #101010;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .tabArea__btnLink:hover {
    background: #fff;
    color: #101010;
  }
}
@media screen and (max-width: 780px) {
  .tabArea__btnLink {
    padding: 5px 10px;
  }
}
.tabArea__btnLink.is-open {
  background: #666;
  cursor: default;
}
@media screen and (min-width: 781px) {
  .tabArea__btnLink.is-open:hover {
    background: #666;
    color: #fff;
  }
}
.tabArea__contentItem {
  padding: 40px 50px;
  background: #666;
  display: none;
}
@media screen and (max-width: 780px) {
  .tabArea__contentItem {
    padding: 20px 15px;
  }
}
.tabArea__contentItem.is-open {
  display: block;
}

/*====================================================================
accordionBtn
====================================================================*/
@media screen and (min-width: 781px) {
  .accordionBtn {
    transition: all 0.6s ease-in-out 0s;
  }
}
.accordionBtn {
  padding: 20px;
  border: 1px solid #fff;
  display: block;
  position: relative;
}
@media screen and (max-width: 780px) {
  .accordionBtn {
    padding: 10px 15px;
  }
}
.accordionBtn.is-open [class$=__icon]::after {
  opacity: 0;
}
@media screen and (min-width: 781px) {
  .accordionBtn:hover {
    background: #fff;
  }
  .accordionBtn:hover [class$=__text] {
    color: #101010;
  }
  .accordionBtn:hover [class$=__icon]::before, .accordionBtn:hover [class$=__icon]::after {
    background: #101010;
  }
}
@media screen and (min-width: 781px) {
  .accordionBtn__text {
    transition: all 0.6s ease-in-out 0s;
  }
}
.accordionBtn__text {
  font-size: 1.6rem;
  text-align: center;
}
.accordionBtn__icon {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 780px) {
  .accordionBtn__icon {
    width: 35px;
  }
}
@media screen and (min-width: 781px) {
  .accordionBtn__icon::before, .accordionBtn__icon::after {
    transition: all 0.6s ease-in-out 0s;
  }
}
.accordionBtn__icon::before, .accordionBtn__icon::after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .accordionBtn__icon::before, .accordionBtn__icon::after {
    width: 15px;
  }
}
.accordionBtn__icon::before {
  transform: translate(-50%, -50%);
}
.accordionBtn__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*====================================================================
accordionContent
====================================================================*/
.accordionContent {
  padding: 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: none;
}
@media screen and (max-width: 780px) {
  .accordionContent {
    padding: 20px 15px;
  }
}

/*====================================================================
modalWrap
====================================================================*/
.modalWrap {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 781px) {
  .modalWrap img {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 781px) {
  .modalWrap:hover img {
    transform: scale(1.1);
  }
}
.modalWrap__button {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0077FF;
}
@media screen and (max-width: 780px) {
  .modalWrap__button {
    width: 25px;
    height: 25px;
  }
}
.modalWrap__button::before, .modalWrap__button::after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .modalWrap__button::before, .modalWrap__button::after {
    width: 15px;
    height: 1px;
  }
}
.modalWrap__button::before {
  transform: translate(-50%, -50%);
}
.modalWrap__button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*====================================================================
postListA
====================================================================*/
.postListA__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 0;
}
@media screen and (max-width: 780px) {
  .postListA__item {
    padding: 7px 0;
  }
}
.postListA__time {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .postListA__time {
    font-size: 1.3rem;
  }
}
.postListA__time {
  padding: 5px 20px 5px 0;
}
@media screen and (max-width: 780px) {
  .postListA__time {
    padding: 3px 10px 3px 0;
  }
}
.postListA__catLabel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .postListA__catLabel {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 781px) {
  .postListA__catLabel {
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 781px) {
  .postListA__catLabel:hover {
    opacity: 0.6;
  }
}
.postListA__catLabel {
  min-width: 140px;
  padding: 5px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 780px) {
  .postListA__catLabel {
    min-width: 90px;
    padding: 3px;
  }
}
.postListA__postLink {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .postListA__postLink {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 781px) {
  .postListA__postLink {
    transition: all 0.6s ease-in-out 0s;
  }
}
.postListA__postLink {
  padding-left: 20px;
}
@media screen and (min-width: 781px) {
  .postListA__postLink:hover {
    color: #0077FF;
  }
}
@media screen and (max-width: 780px) {
  .postListA__postLink {
    padding-left: 10px;
  }
}

/*====================================================================
lowerPageFv
====================================================================*/
.lowerPageFv {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 250px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .lowerPageFv {
    height: 125px;
  }
}
.lowerPageFv::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(16, 16, 16, 0.5);
}
.lowerPageFv__pageTitle {
  position: relative;
  font-size: 4rem;
  text-align: center;
  z-index: 1;
}

.contactSec {
  padding: 120px 0;
  position: relative;
}
.contactSec::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  left: 50%;
  right: calc(50% - 50vw);
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 30%, transparent 30%, transparent 100%);
  z-index: -2;
}
@media screen and (max-width: 780px) {
  .contactSec::after {
    content: none;
  }
}
.contactSec__panel {
  position: relative;
  background: linear-gradient(90deg, #2d9440 0%, #9ccb3b 100%);
  padding-top: 50px;
  padding-bottom: 55px;
  position: relative;
}
.contactSec {
  /* 吹き出し画像（左上） */
}
.contactSec__badgeImg {
  position: absolute;
  top: -20px;
  left: 60px;
}
.contactSec__badgeImg img {
  width: 180px;
  height: auto;
  display: block;
}
.contactSec {
  /* 中央テキスト */
}
.contactSec__content {
  text-align: center;
  max-width: 716px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 2;
}
.contactSec__eyebrow {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.contactSec__title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
  letter-spacing: 0.1em;
}
.contactSec__text {
  font-size: 1.8rem;
  line-height: 40px;
  margin-bottom: 35px;
  color: #fff;
}
.contactSec__text .contactBigtext {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
}
.contactSec {
  /* ボタン */
}
.contactSec__btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  font-size: 2.2rem;
  text-decoration: none;
  padding: 35px 65px;
  transition: 0.3s;
}
.contactSec__btnText:hover {
  opacity: 0.5;
}
.contactSec__btnIcon {
  width: 24px;
  height: 24px;
  background: url("../images/common/btnmin.svg") no-repeat center/contain;
}
.contactSec {
  /* 人物画像 */
}
.contactSec__person {
  position: absolute;
  right: 25px;
  bottom: 0;
  z-index: 1;
}
.contactSec__person img {
  width: 220px;
  height: auto;
  display: block;
}
@media screen and (max-width: 780px) {
  .contactSec {
    padding: 50px 0;
  }
  .contactSec__title {
    font-size: 2.3rem;
    margin-bottom: 18px;
  }
  .contactSec__eyebrow {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .contactSec__panel {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-top: 32px;
  }
  .contactSec__content {
    position: relative;
    z-index: 1;
  }
  .contactSec__btnImg {
    position: relative;
    z-index: 1;
    margin-top: 16px;
  }
  .contactSec__btnImg img {
    display: block;
    width: 100%;
    height: auto;
  }
  .contactSec__text {
    font-size: 1.5rem;
    line-height: 20px;
  }
  .contactSec__text .contactBigtext {
    font-size: 1.7rem;
    padding-top: 10px;
    display: inline-block;
    color: #fff;
    line-height: 21px;
  }
  .contactSec__btn {
    display: grid;
    grid-template-columns: 0 1fr 10px;
    align-items: center;
    justify-content: initial;
    gap: 0;
    width: 100%;
    padding: 40px 40px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    font-size: 1.5rem;
    width: 100%;
    padding: 20px;
    font-weight: 500;
    z-index: 2;
  }
  .contactSec__btnText {
    grid-column: 2;
    justify-self: center;
    text-align: center;
    line-height: 1.2;
  }
  .contactSec__btnIcon {
    grid-column: 3;
    justify-self: end;
    width: 16px;
    height: 16px;
  }
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
* {
  color: #fff;
}

html {
  font-size: 62.5%;
}

body {
  font-feature-settings: "palt" 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*-----------------------------------------------
PC/SP 出し分け
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 780px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
サイトコンテンツ
------------------------------------------------*/
.siteContent {
  min-height: calc(100vh - 320px);
}
@media screen and (max-width: 780px) {
  .siteContent {
    min-height: calc(100vh - 50px);
    padding-top: 64px;
  }
}

/*-----------------------------------------------
WPツールバー
------------------------------------------------*/
@media screen and (max-width: 600px) {
  .is_login_user #wpadminbar {
    position: fixed;
  }
}
/*-------------------------------------------
フォントサイズ
--------------------------------------------*/
h1 {
  font-size: 48px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  font-weight: 700;
}

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

h4 {
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

p {
  font-size: 16px;
}

/*---------------------------------
インナー
-----------------------------------*/
.l-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .l-inner {
    padding: 0 24px;
  }
}

/*---------------------------------
ボタン
-----------------------------------*/
.c-btn {
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr; /* 左スペーサ / テキスト / 右アイコン */
  align-items: center;
  padding: 20px 56px;
  border-radius: 9999px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  max-width: 350px;
  width: 100%;
}
.c-btn:hover {
  opacity: 0.5;
}
.c-btn__label {
  grid-column: 2;
  justify-self: center;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 1.6rem;
}
.c-btn__icon {
  grid-column: 3;
  justify-self: end;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* ★矢印（丸）を右に寄せたいときはここだけ触る */
  transform: translateX(0px);
}
.c-btn__iconArrow {
  position: relative;
  width: 10px;
  height: 2px;
  background: #000; /* 線の色 */
  display: block;
}
.c-btn__iconArrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
.c-btn--primary {
  background: #000;
  color: #fff;
}
.c-btn--lg {
  padding: 15px 50px;
  font-size: 2rem;
  gap: 40px;
}
.c-btn--lg .c-btn__icon {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 780px) {
  .c-btn {
    width: 100%;
    justify-content: center;
    padding: 18px 24px;
    display: grid;
    grid-template-columns: 1fr auto 1fr; /* 左スペーサ / テキスト / 右アイコン */
    align-items: center;
    justify-content: initial;
    gap: 0;
    padding: 18px 24px;
  }
  .c-btn__label {
    grid-column: 2;
    justify-self: center;
    text-align: center;
    font-size: 1.6rem;
  }
  .c-btn__icon {
    grid-column: 3;
    justify-self: end;
    transform: translateX(0px);
  }
  .c-btn--lg {
    padding: 20px 60px;
    font-size: 1.8rem;
  }
  .c-btn.c-btn--primary {
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    margin: 0 auto;
  }
}

/*---------------------------------
pc/sp設定
-----------------------------------*/
.pc-block {
  display: block !important;
}
@media screen and (max-width: 780px) {
  .pc-block {
    display: none !important;
  }
}

.sp-block {
  display: none !important;
}
@media screen and (max-width: 780px) {
  .sp-block {
    display: block !important;
  }
}

/*---------------------------------
jsのアニメーション
-----------------------------------*/
.js-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.js-reveal.is-show {
  opacity: 1;
  transform: translateY(0);
}

.decoLayer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.captcha-image svg,
.captcha-image svg * {
  fill: #000 !important;
  stroke: #000 !important;
}

/* 左から右にスライド */
/* 左→右に“露出”していく（位置は動かない） */
.js-slideX {
  position: relative;
  display: block;
  overflow: hidden;
}
.js-slideX::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.9s ease;
  z-index: 2;
  pointer-events: none;
}
.js-slideX.is-show::after {
  transform: scaleX(0);
}

.js-reveal--soft {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 4s cubic-bezier(0.22, 1, 0.36, 1), transform 4s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-reveal--soft.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*------------------------
共通タイトル
--------------------------*/
.commonTitleArea__title {
  font-size: 5.6rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 10px;
  font-family: "Poppins";
}
.commonTitleArea__eyebrow {
  font-size: 1.8rem;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .commonTitleArea__title {
    font-size: 3.8rem;
    line-height: 34px;
  }
  .commonTitleArea__eyebrow {
    font-size: 1.7rem;
  }
}

.c-slantBg {
  /* 使い回し用のカスタムプロパティ */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  --slant-rotate: -4deg;
  --slant-height: 600px;
  --slant-color: #f3f3f3;
  --slant-offset-y: 60px;
  --wm-size: 9.6rem;
  --wm-color:#E6E6E6;
  --wm-letter: .096em;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .c-slantBg {
    --slant-height: 1300px;
    --wm-size: 6.6rem;
    --slant-offset-y: 80px;
  }
}
.c-slantBg {
  /* 斜め帯 */
}
.c-slantBg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200%;
  height: var(--slant-height);
  background: var(--slant-color);
  transform: translate(-50%, calc(-50% + var(--slant-offset-y))) rotate(var(--slant-rotate));
  z-index: 0;
  pointer-events: none;
}
.c-slantBg {
  /* 中央ウォーターマーク */
}
.c-slantBg__watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100vw;
  text-align: center;
  white-space: nowrap;
  font-size: var(--wm-size);
  line-height: 1;
  color: var(--wm-color);
  pointer-events: none;
  font-family: "Poppins";
  font-size: 9.6rem;
  font-weight: 300;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .c-slantBg__watermark {
    display: none;
  }
}
.c-slantBg {
  /* カラーバリエーション（必要なら増やす） */
}
.c-slantBg--gray {
  --slant-color: #f3f3f3;
}

.c-pageHero {
  position: relative;
  overflow: hidden;
  background: #000;
}
.c-pageHero__media {
  position: relative;
}
.c-pageHero__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 540px;
}
.c-pageHero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.c-pageHero__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.c-pageHero__content {
  color: #fff;
}
.c-pageHero__eyebrow {
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 2.6rem;
  color: #fff;
  line-height: 20px;
}
.c-pageHero__title {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 7.5rem;
  line-height: 47px;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: "Poppins";
  margin-bottom: 15px;
}
@media screen and (max-width: 780px) {
  .c-pageHero__title {
    font-size: 4.8rem;
  }
  .c-pageHero__eyebrow {
    font-size: 2.2rem;
  }
  .c-pageHero__img {
    height: 300px;
  }
}

/*====================================================================
topPageFvSec
====================================================================*/
.topContentSec__mainKV {
  position: relative;
}
.topContentSec__visual {
  position: relative;
  overflow: hidden;
  min-height: 840px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .topContentSec__visual {
    min-height: 560px;
    align-items: flex-end;
    padding-bottom: 20px;
  }
}
.topContentSec__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.topContentSec__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topContentSec__mainArea {
  position: relative;
  z-index: 2;
  margin-left: 45px;
  max-width: 560px;
  background: transparent !important;
  padding: 0 !important;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 780px) {
  .topContentSec__mainArea {
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
  }
}
.topContentSec__firstview {
  font-size: 7.8rem;
  line-height: 96px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .topContentSec__firstview {
    font-size: 4.4rem;
    line-height: 51px;
  }
}
.topContentSec__lead {
  margin-top: 30px;
  font-size: 2.8rem;
  line-height: 37px;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
}
.topContentSec__leadDd {
  font-size: 1.6rem;
  line-height: 24px;
  color: #fff;
  margin-top: 10px;
}
.topContentSec__tagline {
  position: absolute;
  right: 24px;
  bottom: 90px;
  z-index: 2;
  text-align: right;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 780px) {
  .topContentSec__tagline {
    right: 16px;
    bottom: 16px;
  }
}
@media screen and (max-width: 780px) {
  .topContentSec__tagline__lead {
    font-size: 2.2rem;
    line-height: 29px;
  }
}
.topContentSec {
  /* =========================
    NEWS（画像の下）
  ========================= */
}
.topContentSec__newsBar {
  background: #f6a300;
}
.topContentSec__newsInner {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100px;
}
@media screen and (max-width: 780px) {
  .topContentSec__newsInner {
    gap: 0px;
  }
}
.topContentSec {
  /* 左の黒ラベル */
}
.topContentSec__newsLabel {
  background: #000;
  white-space: nowrap;
  width: 200px;
  font-family: "Poppins";
  text-align: center;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .topContentSec__newsLabel {
    width: 100px;
    padding: 10px;
  }
}
.topContentSec__newsLabelTitle {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.topContentSec__newsLabelText {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 10px;
}
.topContentSec {
  /* 右側：日付＋タイトル（1行省略） */
}
.topContentSec__newsLink {
  gap: 12px;
  width: 100%;
  min-width: 0;
  text-decoration: none;
  color: #111;
}
.topContentSec__newsLink:hover {
  opacity: 0.75;
}
@media screen and (max-width: 780px) {
  .topContentSec__newsLink {
    padding: 10px;
  }
}
.topContentSec__newsDate {
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  color: #000;
  line-height: 25px;
  font-family: "Poppins";
}
@media screen and (max-width: 780px) {
  .topContentSec__newsDate {
    font-size: 1.5rem;
  }
}
.topContentSec__newsText {
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 780px) {
  .topContentSec__newsText {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 21px;
    margin-top: 0;
  }
}

.topAbout {
  position: relative;
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}
.topAbout__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.topAbout__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: 0;
  font-family: "Poppins";
  width: 100vw;
  text-align: center;
  white-space: nowrap;
  font-size: 9.6rem;
  font-weight: 300;
  line-height: 1;
  color: #F4F4F4;
  pointer-events: none;
}
.topAbout {
  /* 前面は必ず上に */
}
.topAbout__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.topAbout__mainTitle {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 36px;
  margin-top: 50px;
}
.topAbout__text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 44px;
  margin-bottom: 50px;
}
.topAbout {
  /* ===== 写真枠（青ラインなどは今のまま使える） ===== */
}
.topAbout__photoFrame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.topAbout__photo {
  display: block;
  width: 100%;
  height: auto;
}
.topAbout {
  /* 右下装飾 */
}
.topAbout__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 40vw;
  max-width: 520px;
  height: 380px;
  background: url("../images/common/deco.svg") no-repeat right bottom/contain;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .topAbout {
    padding: 28px 0;
  }
  .topAbout__grid {
    grid-template-columns: 1fr;
  }
  .topAbout__mainTitle {
    font-size: 2.7rem;
    line-height: 33px;
  }
  .topAbout__text {
    margin-top: 17px;
    margin-bottom: 28px;
    line-height: 30px;
  }
  .topAbout__watermark {
    display: none;
  }
}

.topService {
  position: relative;
  padding: 72px 0 80px;
  overflow: hidden;
}
.topService__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/topPage/service-bg.jpg") no-repeat center/cover;
}
.topService__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.topService__inner {
  position: relative;
  z-index: 2;
}
.topService__headBox {
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
  padding-bottom: 50px;
}
.topService__headBox .commonTitleArea__title,
.topService__headBox .commonTitleArea__eyebrow {
  color: #fff !important;
}
.topService__mainTitle {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 36px;
  color: #fff;
  margin-bottom: 10px;
}
.topService__text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 24px;
}
.topService__list {
  display: grid;
  gap: 25px;
}
.topService__item {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 40px;
  background: #fff;
  border-radius: 14px;
  padding: 24px;
}
.topService__itemMedia {
  border-radius: 10px;
  overflow: hidden;
}
.topService__itemImg {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.topService__itemBody {
  padding-top: 6px;
}
.topService__itemTitle {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.topService__itemSub {
  margin-top: 4px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 2.4rem;
  color: #E87D00;
  font-family: "Poppins";
  line-height: 39px;
  letter-spacing: 0.04em;
}
.topService__itemSub.is-green {
  color: #6DCD57;
}
.topService__itemSub.is-blue {
  color: #117FDA;
}
.topService__itemText {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .topService {
    padding: 44px 0;
  }
  .topService__headBox {
    grid-template-columns: 1fr;
    padding-bottom: 25px;
  }
  .topService__headBody {
    padding-top: 25px;
  }
  .topService__mainTitle {
    margin-bottom: 15px;
    font-size: 2.7rem;
    line-height: 33px;
  }
  .topService__text {
    line-height: 30px;
  }
  .topService__item {
    grid-template-columns: 1fr;
    padding: 16px 16px 24px 16px;
    gap: 16px;
  }
  .topService__itemTitle {
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
  .topService__itemSub {
    font-size: 1.8rem;
    line-height: 20px;
  }
}

/* =========================================
  TOP：THREE REASONS
========================================= */
.topReasons {
  padding: 96px 0 120px;
}
.topReasons__inner {
  position: relative;
  z-index: 2; /* 背景より前 */
}
.topReasons__head {
  margin-bottom: 40px;
}
.topReasons__eyebrow {
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}
.topReasons__title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.35;
}
.topReasons__mainTxt {
  font-size: 3.2rem;
  line-height: 36px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: 50px;
}
.topReasons__cards {
  --tilt: -6deg; /* 斜め帯と合わせる */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  transform-origin: center;
}
.topReasons__cards .c-reasonCard {
  position: relative;
  background: #fff;
  border: 3px solid currentColor; /* ←色はmodifierで決める */
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.1);
  color: #111;
  border: none;
  height: 390px;
}
.topReasons__cards .c-reasonCard::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid var(--card-accent, #2f6bff);
  border-radius: 14px;
  pointer-events: none;
}
.topReasons__cards .c-reasonCard__num {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.9rem;
  font-weight: 700;
  font-family: "Poppins";
  letter-spacing: 0.02em;
  background: var(--card-accent-grad);
  color: #fff;
}
.topReasons__cards .c-reasonCard__media {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 14px;
}
.topReasons__cards .c-reasonCard__img {
  display: block;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.topReasons__cards .c-reasonCard__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin-bottom: 10px;
}
.topReasons__cards .c-reasonCard__text {
  font-size: 1.6em;
  line-height: 22px;
  color: #272727;
}
.topReasons__cards .c-reasonCard {
  /* ---- 色バリエーション ---- */
}
.topReasons__cards .c-reasonCard--blue {
  --card-accent: #117FDA;
  --card-accent-grad: linear-gradient(180deg, #2E42E0 0%, #0A8AD9 100%);
}
.topReasons__cards .c-reasonCard--orange {
  --card-accent: #FF8F00;
  --card-accent-grad: linear-gradient(180deg, #FFC400 0%, #FF5800 100%);
}
.topReasons__cards .c-reasonCard--pink {
  --card-accent: #E35987;
  --card-accent-grad: linear-gradient(180deg, #E55757 0%,#E05AB7 100%);
}
.topReasons__cards .c-reasonCard:nth-child(1) {
  margin-top: 80px;
}
.topReasons__cards .c-reasonCard:nth-child(2) {
  margin-top: 40px;
}
.topReasons__cards .c-reasonCard:nth-child(3) {
  margin-top: 0px;
}
@media screen and (max-width: 780px) {
  .topReasons {
    padding: 40px 0 80px 0;
  }
  .topReasons__mainTxt {
    font-size: 2.7rem;
    line-height: 33px;
    margin-top: 32px;
    margin-bottom: 35px;
  }
  .topReasons__cards {
    grid-template-columns: 1fr;
  }
  .topReasons .c-reasonCard {
    padding: 20px;
  }
  .topReasons .c-reasonCard__title {
    font-size: 2rem;
    line-height: 22px;
  }
  .topReasons .c-reasonCard:nth-child(1) {
    margin-top: 0px;
  }
  .topReasons .c-reasonCard:nth-child(2) {
    margin-top: 0px;
  }
  .topReasons .c-reasonCard:nth-child(3) {
    margin-top: 0px;
  }
}

.topBlog {
  position: relative;
  padding: 90px 0 0;
}
.topBlog .commonTitleArea {
  position: relative;
}
.topBlog .commonTitleArea::after {
  content: "";
  background: url("../images/topPage/deco02.svg") no-repeat right bottom/contain;
  position: absolute;
  width: 80px;
  height: 75px;
  right: -40px;
  top: -45px;
}
@media screen and (max-width: 780px) {
  .topBlog .commonTitleArea::after {
    background: url("../images/topPage/deco03.svg") no-repeat right bottom/contain;
    right: 0;
    top: 35px;
  }
}
.topBlog__grid {
  display: grid;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 660px);
  gap: clamp(24px, 4vw, 70px);
  align-items: start;
}
.topBlog__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.topBlog__body {
  position: relative;
}
.topBlog__body::before {
  content: "";
  background: url("../images/topPage/deco01.svg") no-repeat right bottom/contain;
  position: absolute;
  width: 80px;
  height: 75px;
  left: -95px;
  bottom: -45px;
}
@media screen and (max-width: 780px) {
  .topBlog__body::before {
    content: none;
  }
}
.topBlog__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 37px;
  margin: 50px 0 30px;
}
.topBlog__text {
  font-size: 1.6rem;
  line-height: 32px;
}
.topBlog__tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.topBlog__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #111;
  border-radius: 999px;
  padding: 3px 14px;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
}
.topBlog__tab.is-active {
  background: #E87D00;
  border-color: #E87D00;
  color: #fff;
}
.topBlog__panel {
  display: none;
}
.topBlog__panel.is-active {
  display: block;
}
.topBlog {
  /* 右 */
}
.topBlog__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 15px;
}
.topBlog__link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 18px 60px 18px 24px;
  background: #f6f6f6;
  border-radius: 12px;
  text-decoration: none;
}
.topBlog__link:hover {
  opacity: 0.8;
}
.topBlog__meta {
  display: flex;
  gap: 14px;
  align-items: baseline;
  grid-column: 1/2;
}
.topBlog__date {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 34px;
  color: #161C38;
}
.topBlog__cat {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #DBDBDB;
}
.topBlog__postTitle {
  grid-column: 1/2;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.03em;
  margin: 0;
}
.topBlog {
  /* 右端の丸アイコン */
}
.topBlog__icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #111;
  display: grid;
  place-items: center;
}
.topBlog__iconArrow {
  position: relative;
  width: 12px;
  height: 2px;
  background: #fff;
}
.topBlog__iconArrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.topBlog__btn {
  margin-top: 22px;
}
.topBlog__empty {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.4rem;
}
.topBlog__btnSec {
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .topBlog {
    padding: 30px 0 40px 0;
  }
  .topBlog__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .topBlog__title {
    font-size: 2.7rem;
    line-height: 33px;
    margin: 30px 0 15px 0;
  }
  .topBlog__link {
    padding: 16px 60px 16px 16px;
  }
  .topBlog__list {
    gap: 8px;
  }
  .topBlog__date {
    font-size: 1.5rem;
  }
  .topBlog__cat {
    font-size: 1.4rem;
  }
  .topBlog__postTitle {
    font-weight: 400;
  }
  .topBlog__btnSec {
    margin: 36px auto 0 auto;
  }
}

.companyLead {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #FFCE00 0%, #FF8E1D 100%);
  padding: 110px 0;
}
.companyLead__inner {
  position: relative;
  z-index: 2;
}
.companyLead__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: flex-start;
  gap: 50px;
}
.companyLead__body {
  max-width: 760px;
}
.companyLead__title {
  margin: 0 0 18px;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #111;
}
.companyLead__text {
  margin: 0;
  font-size: 1.8rem;
  line-height: 36px;
}
.companyLead__nameTitle {
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-top: 15px;
}
.companyLead__nameTitle span {
  font-size: 2.6rem;
}
.companyLead {
  /* 右端ビジュアル（トップのaboutと同思想） */
}
.companyLead__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 360px;
  height: 260px;
  background: url("../images/common/deco.svg") no-repeat right bottom/contain;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .companyLead {
    padding: 44px 0;
  }
  .companyLead__grid {
    grid-template-columns: 1fr;
  }
  .companyLead__text {
    font-size: 1.6rem;
    line-height: 25px;
  }
  .companyLead__nameTitle {
    font-size: 1.8rem;
  }
  .companyLead__nameTitle span {
    font-size: 2.1rem;
  }
}

.companyOffice {
  padding: 100px 0;
  position: relative;
  background: url("../images/company/table-bg.jpg") no-repeat center center/cover;
}
.companyOffice__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.companyOffice__head {
  margin-bottom: 18px;
}
.companyOffice__title {
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 55px;
  position: relative;
  padding-left: 3rem;
}
.companyOffice__title::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 18px;
  background: url("../images/common/title.svg");
  left: 0;
}
.companyOffice__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 180px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.companyOffice__row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 250px;
  height: 1px;
  background: #E87D00;
  pointer-events: none;
}
.companyOffice__table {
  background: #fff;
  border-radius: 15px;
  padding: 80px 85px;
}
.companyOffice__th {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.companyOffice__td {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  .companyOffice {
    padding: 44px 0 44px;
  }
  .companyOffice__inner {
    padding: 0 24px;
  }
  .companyOffice__row {
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 10px 0;
  }
  .companyOffice__th {
    color: #111;
    font-size: 1.5rem;
  }
  .companyOffice__td {
    font-size: 1.5rem;
  }
  .companyOffice__map iframe {
    max-width: 760px;
    width: 100%;
  }
  .companyOffice__eyebrow {
    font-size: 1.6rem;
  }
  .companyOffice__title {
    font-size: 2.7rem;
    margin-bottom: 25px;
  }
  .companyOffice__table {
    padding: 10px 20px;
  }
}

/* =========================================
  Service Detail (ACF)
========================================= */
.serviceLead {
  position: relative;
  padding: 130px 0;
  background: linear-gradient(90deg, #FFCE00 0%, #FF8E1D 100%);
  overflow: hidden;
}
.serviceLead__inner {
  position: relative;
  z-index: 2;
}
.serviceLead__grid {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 40px;
  align-items: self-start;
}
.serviceLead__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.04em;
}
.serviceLead__text {
  font-size: 2rem;
  line-height: 44px;
  letter-spacing: 0.04em;
}
.serviceLead {
  /* 右端の装飾（全ページ共通で固定表示） */
}
.serviceLead__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 360px;
  height: 240px;
  background: url("../images/common/deco.svg") no-repeat right bottom/contain;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .serviceLead {
    padding: 44px 0;
  }
  .serviceLead__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .serviceLead__deco {
    width: 220px;
    height: 160px;
  }
  .serviceLead__title {
    font-size: 3rem;
  }
  .serviceLead__text {
    font-size: 1.8rem;
    line-height: 35px;
  }
}

.serviceScope {
  padding: 100px 0;
  background: #fff;
}
.serviceScope__areaBox {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
}
.serviceScope__desc {
  font-size: 1.8rem;
  line-height: 36px;
}
.serviceScope__panel {
  display: grid;
  grid-template-columns: 370px 1fr;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-top: 55px;
}
.serviceScope__panelBody {
  padding: 32px 80px;
}
.serviceScope__badge {
  background: linear-gradient(180deg, #2E42E0 0%, #0A8AD9 100%);
  display: grid;
  place-items: center;
  min-height: 120px;
  border-radius: 10px 0 0 10px;
}
.serviceScope__badgeText {
  color: #fff;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 40px;
}
.serviceScope__sub {
  font-size: 1.6rem;
  margin-top: 15px;
}
.serviceScope__list {
  list-style: none;
  margin: 0;
  padding: 0;
  /* 2列にしたい場合：ここを使う */
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.serviceScope__item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-left: 25px;
  position: relative;
  font-size: 2rem;
  line-height: 40px;
  font-weight: 500;
}
.serviceScope__item::before {
  content: "";
  position: absolute;
  background: url("../images/service/check.svg");
  width: 17px;
  height: 17px;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 780px) {
  .serviceScope {
    padding: 44px 0;
  }
  .serviceScope__panel {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }
  .serviceScope__list {
    -moz-columns: 1;
         columns: 1;
  }
  .serviceScope__areaBox {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .serviceScope__desc {
    font-size: 1.7rem;
    line-height: 30px;
  }
  .serviceScope__badge {
    min-height: 80px;
  }
  .serviceScope__badgeText {
    font-size: 1.9rem;
  }
  .serviceScope__panelBody {
    padding: 20px;
  }
  .serviceScope__item {
    font-size: 1.8rem;
  }
}

/* POINT（選ばれる理由） */
.servicePoints {
  padding: 100px 0 120px;
  background: #F8F8F8;
}
.servicePoints__list {
  margin-top: 55px;
  display: grid;
  gap: 80px;
}
.servicePoints__item {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 36px;
  align-items: stretch;
}
.servicePoints {
  /* 画像 */
}
.servicePoints__media {
  align-self: start;
}
.servicePoints__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.servicePoints__body {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 12px;
  margin-left: -75px;
  margin-top: 30px;
  padding: 65px 80px;
  min-height: 220px;
  height: auto;
  transform: translateY(40px) !important;
  overflow: visible;
}
.servicePoints__item.is-rev {
  grid-template-columns: 1fr 600px;
}
.servicePoints__item.is-rev .servicePoints__media {
  order: 2;
}
.servicePoints__item.is-rev .servicePoints__body {
  order: 1;
}
.servicePoints__item.is-rev .servicePoints__body {
  margin-left: 0;
  margin-right: -56px;
  margin-top: 22px;
}
.servicePoints__point {
  display: inline-flex;
  position: absolute;
  z-index: 3;
  top: -25px;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #2750DF;
  font-size: 2.5rem;
  font-family: "Poppins";
}
.servicePoints__point span {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2E42E0 0%, #0A8AD9 100%);
  color: #fff;
  font-size: 2.9rem;
  margin-left: 0;
  line-height: 0;
}
.servicePoints__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 41px;
  letter-spacing: 0.02em;
}
.servicePoints__text {
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .servicePoints {
    padding: 0;
  }
  .servicePoints__inner {
    padding-top: 44px;
    padding-bottom: 80px;
  }
  .servicePoints__item, .servicePoints__item.is-rev {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .servicePoints__item .servicePoints__media, .servicePoints__item.is-rev .servicePoints__media {
    order: 1;
  }
  .servicePoints__item .servicePoints__body, .servicePoints__item.is-rev .servicePoints__body {
    order: 2;
  }
  .servicePoints {
    /* SPでは被せと段差を解除（必要なら） */
  }
  .servicePoints__body {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    min-height: 0;
    padding: 30px 18px 22px;
  }
  .servicePoints__list {
    margin-top: 44px;
  }
  .servicePoints__point {
    font-size: 1.9rem;
    top: -15px;
  }
  .servicePoints__point span {
    line-height: 1;
    font-size: 2.3rem;
    width: 40px;
    height: 40px;
  }
  .servicePoints__list {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}

/* 施工の流れ（背景画像は必要なら別途対応） */
.serviceFlow {
  position: relative;
  padding: 100px 0;
  color: #fff;
  background-color: #0b2f55;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.serviceFlow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 63, 110, 0.7);
  z-index: 0;
}
.serviceFlow__inner {
  position: relative;
  z-index: 1;
}
.serviceFlow__titleArea {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  margin-bottom: 55px;
}
.serviceFlow .commonService--title {
  color: #fff;
}
.serviceFlow__lead {
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
}
.serviceFlow {
  /* 横並び（SPはあとででOKとのことなので、まずPC寄せ） */
}
.serviceFlow__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  /* space-betweenやめる */
  justify-content: center;
  /* 可変gap */
  gap: clamp(20px, 3vw, 60px);
  /* 矢印はみ出し分の保険 */
  padding-inline: clamp(12px, 3vw, 40px);
}
.serviceFlow__item {
  flex: 0 0 auto;
}
.serviceFlow__item:last-child .serviceFlow__arrow {
  display: none;
}
.serviceFlow {
  /* 丸本体 */
}
.serviceFlow__circle {
  position: relative;
  /* 固定250pxをやめる */
  width: clamp(180px, 22vw, 250px);
  aspect-ratio: 1/1;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(1px);
}
.serviceFlow {
  /* 左上の 01 バッジ */
}
.serviceFlow__no {
  position: absolute;
  left: 15px;
  top: -8px;
  width: 52px;
  height: 52px;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  font-family: "Poppins";
  font-size: 2.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, #2E42E0 0%, #0A8AD9 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.serviceFlow {
  /* 中央のテキスト */
}
.serviceFlow__step {
  margin: 0;
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  font-weight: 700;
  line-height: clamp(30px, 3vw, 41px);
  letter-spacing: 0.02em;
  color: #fff;
}
.serviceFlow__arrow {
  position: absolute;
  /* -40px固定やめる */
  right: calc(-1 * clamp(18px, 2.8vw, 40px));
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 25px;
  background: linear-gradient(180deg, #2E42E0 0%, #0A8AD9 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 780px) {
  .serviceFlow {
    padding: 44px 0;
  }
  .serviceFlow__list {
    flex-direction: column;
    gap: 60px;
  }
  .serviceFlow__titleArea {
    grid-template-columns: 1fr;
  }
  .serviceFlow__lead {
    padding-top: 20px;
  }
  .serviceFlow__circle {
    width: 180px;
  }
  .serviceFlow__step {
    font-size: 1.8rem;
    line-height: 30px;
  }
  .serviceFlow__no {
    font-size: 2.3rem;
  }
  .serviceFlow__arrow {
    position: absolute;
    left: 50%;
    right: auto;
    top: 110%;
    transform: translateX(-50%);
    margin-top: 8px;
    /* ▼ サイズ */
    width: 20px;
    height: 12px;
    /* ▼ グラデはそのまま */
    background: linear-gradient(180deg, #2E42E0 0%, #0A8AD9 100%);
    /* ▼ 下向き三角 */
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.25));
  }
}

.commonService--title {
  font-size: 3.3rem;
  font-weight: 700;
  position: relative;
  padding-left: 3rem;
  letter-spacing: 0.02em;
}
.commonService--title::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 18px;
  background: url(../images/common/title.svg);
  left: 0;
}
@media screen and (max-width: 780px) {
  .commonService--title {
    font-size: 2.7rem;
    line-height: 35px;
  }
}

.color-bg {
  background: #F8F8F8;
}

.contactSecList {
  background: #F8F8F8;
  padding: 140px 0;
}
.contactSecList__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.contactSecList__Text {
  display: grid;
  gap: 65px;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 40px;
}
.contactSecList__area {
  font-size: 1.8rem;
  line-height: 36px;
}
.contactSecList__caution {
  font-size: 1.5rem;
  line-height: 30px;
}
@media screen and (max-width: 780px) {
  .contactSecList {
    padding: 44px 0;
  }
  .contactSecList__inner {
    padding: 0 24px;
  }
  .contactSecList__area {
    line-height: 30px;
  }
  .contactSecList__Text {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.contactSecList .c-slantBg {
  /* 使い回し用のカスタムプロパティ */
  --slant-offset-y: -300px;
}
.contactSecList .c-slantBg::before {
  content: "";
  transform: translate(-50%, calc(-50% + var(--slant-offset-y))) rotate(var(--slant-rotate));
}
@media screen and (max-width: 780px) {
  .contactSecList .c-slantBg::before {
    content: none;
  }
}

/* CF7全体 */
.cf7Wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 95px 130px;
}
@media screen and (max-width: 780px) {
  .cf7Wrap {
    padding: 24px;
  }
}

/* ===== フォーム行 ===== */
.cf7Row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 18px 50px;
  align-items: center;
}
.cf7Row + .cf7Row {
  margin-top: 45px;
}
@media screen and (max-width: 780px) {
  .cf7Row + .cf7Row {
    margin-top: 24px;
  }
}
.cf7Row__label {
  font-size: 1.3rem;
  color: #111;
}
@media screen and (max-width: 780px) {
  .cf7Row__label p {
    font-size: 1.5rem;
  }
}
.cf7Row__req {
  display: inline-block;
  margin-left: 30px;
  padding: 5px 6px;
  font-size: 1.4rem;
  background: #f28407;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .cf7Row__req {
    font-size: 1.5rem;
  }
}
.cf7Row__field ul li p {
  padding-bottom: 15px;
}
.cf7Row__field .wpcf7-form-control-wrap {
  display: block;
}
.cf7Row__field input, .cf7Row__field textarea {
  width: 100%;
  box-sizing: border-box;
  background: #F8F8F8;
  padding: 12px 14px;
  color: #111;
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  position: relative;
  z-index: 1;
}
.cf7Row__field textarea {
  min-height: 180px;
  resize: vertical;
}
.cf7Row__field {
  /* 1行に input が2つある（your-name + text-500）場合の整形 */
}
.cf7Row__field .wpcf7-form-control-wrap + .wpcf7-form-control-wrap,
.cf7Row__field input + input {
  margin-top: 10px;
}
.cf7Row__field {
  /* inputが2つ横並びにしたい場合はこれをON（必要なら） */
}
.cf7Row__field.is-twoCol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: start;
}
.cf7Row__field.is-twoCol input {
  width: 100%;
}
.cf7Row__field.is-twoCol {
  /* 上の margin-top を無効化 */
}
.cf7Row__field.is-twoCol input + input {
  margin-top: 0;
}
.cf7Row .bigtext {
  align-self: start !important;
}
.cf7Row .bigtext p {
  font-size: 2.4rem;
  font-weight: 700;
}
.cf7Row .label-center {
  align-self: start !important;
}
@media screen and (max-width: 780px) {
  .cf7Row .bigtext p {
    font-size: 2.2rem;
  }
  .cf7Row__field ul li p {
    font-size: 1.5rem;
  }
  .cf7Row .wpcf7-list-item-label {
    font-size: 1.5rem;
  }
}

.first-field {
  padding-bottom: 80px;
  border-bottom: 1px solid #DBDADA;
  position: relative;
  padding-bottom: 50px;
}
.first-field::before {
  content: "";
  position: absolute;
  width: 14%;
  bottom: 0;
}
@media screen and (max-width: 780px) {
  .first-field {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.cf7Row__field .wpcf7-checkbox {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.cf7Row__field .wpcf7-list-item {
  margin: 0 !important;
}

.cf7Row__field .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}

.cf7Row__field input[type=checkbox],
.cf7Privacy__agree input[type=checkbox] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  width: 16px;
  height: 16px;
}

.cf7Wrap__white {
  margin: 90px 0 0 0;
}
@media screen and (max-width: 780px) {
  .cf7Wrap__white {
    margin-top: 50px;
  }
}

.cf7Privacy__box {
  width: 100%;
  max-width: 920px;
  height: 400px;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  margin: 0 auto;
}
.cf7Privacy__box p {
  font-size: 1.5rem;
  line-height: 26px;
  padding: 10px 0;
}
.cf7Privacy__box h5 {
  font-size: 1.8rem;
  padding: 10px 0;
}
@media screen and (max-width: 780px) {
  .cf7Privacy__box {
    max-width: 600px;
    height: 250px;
  }
  .cf7Privacy__box p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.cf7Privacy__agree {
  display: block;
  margin: 50px 0;
  font-size: 1.6rem;
  text-align: center;
}
.cf7Privacy__agree p {
  margin: 20px 0;
}
.cf7Privacy__agree {
  /* acceptance の出力に合わせて */
}
.cf7Privacy__agree .wpcf7-list-item {
  margin: 0 !important;
  font-size: 1.6rem;
}
.cf7Privacy__agree label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cf7Submit {
  --btnW: 350px;
  --circle: 28px;
  --circleRight: 38px; /* ボタン右端から白丸まで */
  --arrow: #000;
  margin-top: 22px;
  position: relative;
  display: flex;
  justify-content: center;
  /* 白丸 */
}
.cf7Submit::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--circle);
  height: var(--circle);
  border-radius: 999px;
  background: #fff;
  z-index: 2;
  pointer-events: none;
  left: 50%;
  margin-left: calc(var(--btnW) / 2 - var(--circleRight) - var(--circle));
}
.cf7Submit {
  /* 黒い →（SVGで確実に出す） */
}
.cf7Submit::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--circle);
  height: var(--circle);
  z-index: 3;
  pointer-events: none;
  left: 50%;
  margin-left: calc(var(--btnW) / 2 - var(--circleRight) - var(--circle));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  /* 黒い → */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'><path d='M6 14h12' stroke='%23000' stroke-width='2.5' stroke-linecap='round'/><path d='M14 8l6 6-6 6' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.cf7Submit .wpcf7-submit {
  width: var(--btnW);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 25px 80px; /* 右の白丸ぶん余白 */
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}
.cf7Submit:hover {
  opacity: 0.6;
}

@media screen and (max-width: 780px) {
  .cf7Row {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }
  .cf7Row__field .wpcf7-checkbox {
    flex-direction: column;
  }
}
.wpcf7-spinner {
  display: none !important;
}

/* =========================================
  Post Archive (Column)
========================================= */
.postArchive {
  padding: 100px 0 110px;
  position: relative;
  --cut: 200px;
  --bgStart:350px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
  /* 中身を必ず背景より上に */
}
.postArchive > * {
  position: relative;
  z-index: 1;
}
.postArchive__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.postArchive__simpleNavList {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 80px;
  position: relative;
}
.postArchive__simpleNavList::before {
  content: "";
  border-bottom: 1px solid #C1C3C4;
  width: 100%;
  position: absolute;
  bottom: 60px;
}
.postArchive__simpleNavItem {
  position: relative;
  padding: 0 30px;
}
.postArchive__simpleNavItem:first-child {
  padding: 0 30px 0 0px;
}
.postArchive__simpleNavItem a {
  position: relative;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  line-height: 1;
}
.postArchive__simpleNavItem + .postArchive__simpleNavItem::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  color: #C1C3C4;
  transform: translateY(-50%);
}
.postArchive__head {
  margin: 0 0 28px;
}
.postArchive__eyebrow {
  margin: 0 0 8px;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: #18943b;
  font-weight: 600;
}
.postArchive__title {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #111;
}
.postArchive {
  /* ---- grid ---- */
}
.postArchive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
.postArchive__card {
  background: #fff;
  border-radius: 10px;
  padding: 32px 24px;
  position: relative;
}
.postArchive__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.postArchive__thumb {
  width: 100%;
  max-width: 330px;
  height: 225px;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.postArchive__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.postArchive__noimg {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: rgba(0, 0, 0, 0.35);
}
.postArchive__body {
  padding: 15px 0 0 0;
}
.postArchive__headCard {
  display: flex;
  align-items: center;
  gap: 15px;
}
.postArchive__cat {
  position: absolute;
  top: 0;
  left: 24px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  z-index: 2;
  white-space: nowrap;
}
.postArchive {
  /* お知らせ */
}
.postArchive__cat--news {
  background: #E87D00;
  color: #fff;
}
.postArchive {
  /* ブログ */
}
.postArchive__cat--blog {
  background: #fff;
  border: 1px solid #ddd;
  color: #000000;
}
.postArchive__cardTitle {
  margin: 10px 0 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.postArchive__date {
  display: block;
  font-size: 1.4rem;
  color: #161C38;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.postArchive__empty {
  margin: 40px 0 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.postArchive {
  /* ---- pagination (dot style) ---- */
}
.postArchive__pager {
  margin-top: 80px;
}
.postArchive__pagerList {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.postArchive__pagerItem .page-numbers {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E2E2E2;
  text-decoration: none;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  box-sizing: border-box;
}
.postArchive__pagerItem .page-numbers.current {
  background: #000000;
  color: #fff;
}
.postArchive__pagerItem .page-numbers.prev,
.postArchive__pagerItem .page-numbers.next {
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
}
.postArchive__pagerItem .page-numbers.prev::after,
.postArchive__pagerItem .page-numbers.next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.postArchive__pagerItem .page-numbers.next::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.postArchive__pagerItem .page-numbers.prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.postArchive .c-slantBg {
  /* 使い回し用のカスタムプロパティ */
  --slant-offset-y: -400px;
  overflow: visible !important;
}
.postArchive .c-slantBg::before {
  content: "";
  transform: translate(-50%, calc(-50% + var(--slant-offset-y))) rotate(var(--slant-rotate));
}
.postArchive {
  /* ---- SP ---- */
}
@media screen and (max-width: 780px) {
  .postArchive {
    padding: 44px 0;
  }
  .postArchive::before {
    width: 100%;
    right: 0;
  }
  .postArchive__inner {
    padding: 0 24px;
  }
  .postArchive__inner::before {
    top: 35px;
    left: 0;
    width: 80px;
    height: 90px;
  }
  .postArchive__inner::after {
    right: 0;
    top: auto;
    bottom: -70px;
    width: 100px;
  }
  .postArchive__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 18px 14px;
    width: 100%;
  }
  .postArchive__title {
    font-size: 2.2rem;
  }
  .postArchive__thumb {
    max-width: initial;
    height: auto;
  }
  .postArchive__cardTitle {
    font-size: 1.6rem;
    display: block;
    overflow: visible;
  }
  .postArchive__date {
    font-size: 1.3rem;
  }
  .postArchive__cat {
    font-size: 1.1rem;
  }
  .postArchive__simpleNavItem {
    padding: 0 15px;
  }
  .postArchive__simpleNavItem a {
    font-size: 1.5rem;
  }
}

/* =========================================
  Single: Header（タイトル周り）
  ※ここは背景なし（白のまま）
========================================= */
.singleSec {
  padding: 72px 0 0;
  background: #fff;
}
.singleSec__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.singleSec__header {
  padding-bottom: 28px;
}
.singleSec__title {
  margin: 0 0 24px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 50px;
  color: #151515;
}
.singleSec__meta {
  display: flex;
  gap: 12px;
  align-items: center;
}
.singleSec__meta time {
  font-size: 1.6rem;
  color: #161C38;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.singleSec__cat {
  display: inline-block;
  padding: 3px 15px;
  color: #fff;
  font-size: 1.3rem;
  background: #E87D00;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 10px;
}
@media screen and (max-width: 780px) {
  .singleSec {
    padding: 24px;
  }
  .singleSec__title {
    font-size: 1.6rem;
  }
  .singleSec__meta time {
    font-size: 1.3rem;
    color: #8B8989;
    letter-spacing: 0.086em;
    font-family: "Poppins", sans-serif;
  }
  .singleSec__cat {
    font-size: 1.1rem;
  }
}

/* =========================================
  Single: Body（block_contents 部分）
  ★薄緑：途中から + 右だけ欠け（company/serviceと同様）
========================================= */
.singleSecBody {
  position: relative;
  padding: 120px 0 110px 0;
  background: #F8F8F8;
  overflow: hidden;
}
.singleSecBody__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 64px 80px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #111;
  background: #fff;
}
.singleSecBody__content > * + * {
  margin-top: 65px;
}
.singleSecBody__content > h2 + *, .singleSecBody__content > h3 + *, .singleSecBody__content > h4 + * {
  margin-top: 65px;
}
.singleSecBody__content p {
  margin: 24px 0 0 0;
  line-height: 27.2px;
}
.singleSecBody__content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  line-height: 36px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.singleSecBody__content h3 {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 25px;
  line-height: 35px;
  position: relative;
}
.singleSecBody__content h3::before {
  content: "◼︎";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
}
.singleSecBody__content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2942D6;
  line-height: 36px;
}
.singleSecBody__content img {
  max-width: 750px;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .singleSecBody__inner {
    padding: 30px 24px;
  }
  .singleSecBody__inner::before {
    content: none;
  }
  .singleSecBody p {
    font-size: 1.4rem;
  }
  .singleSecBody h2 {
    font-size: 2rem;
  }
  .singleSecBody h3 {
    font-size: 1.8rem;
  }
  .singleSecBody h4 {
    font-size: 1.6rem;
  }
}
.singleSecBody__backNav {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.singleSecBody__backBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 44px;
  padding: 0 26px;
  background: #E2E2E2;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 781px) {
  .singleSecBody__backBtn:hover {
    opacity: 0.85;
  }
}
.singleSecBody__backCircle {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-decoration: none;
}
@media screen and (min-width: 781px) {
  .singleSecBody__backCircle:hover {
    opacity: 0.85;
  }
}
.singleSecBody {
  /* 矢印（CSSで描画） */
}
.singleSecBody__arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #E2E2E2;
  border-bottom: 2px solid #E2E2E2;
  display: block;
}
.singleSecBody__arrow--left {
  transform: rotate(135deg);
  margin-left: 2px;
}
.singleSecBody__arrow--right {
  transform: rotate(-45deg);
  margin-right: 2px;
}
.singleSecBody__backCircle.is-disabled {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .singleSecBody {
    padding-left: 24px;
    padding-right: 24px;
  }
  .singleSecBody__backNav {
    gap: 12px;
    margin-top: 26px;
  }
  .singleSecBody__backBtn {
    min-width: 200px;
    height: 42px;
    font-size: 1.3rem;
  }
  .singleSecBody__backCircle {
    width: 42px;
    height: 42px;
  }
}

@media screen and (max-width: 780px) {
  .c-slantBg::before {
    content: none;
  }
}
/* =====================================
  Contact CTA (共通パーツ)
===================================== */
.c-contactCta {
  position: relative;
  padding: 100px 0 120px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .c-contactCta {
    padding: 56px 24px;
  }
}
.c-contactCta {
  /* 左下にはみ出す装飾（画面端固定） */
}
.c-contactCta__edge {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 380px;
  height: 380px;
  background: url("../images/common/deco02.svg") no-repeat left bottom/contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 780px) {
  .c-contactCta__edge {
    width: 250px;
    height: 250px;
    bottom: -6px;
  }
}
.c-contactCta {
  /* 黒い背景パネル（角丸） */
}
.c-contactCta__panel {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  padding: 40px 40px 48px;
}
@media screen and (max-width: 780px) {
  .c-contactCta__panel {
    padding: 36px 12px 23px;
    border-radius: 14px;
  }
}
.c-contactCta {
  /* 背景画像 + 暗幕 */
}
.c-contactCta__bg {
  position: absolute;
  inset: 0;
  background: url("../images/common/contact-bg.jpg") no-repeat center/cover;
  z-index: 0;
}
.c-contactCta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
}
.c-contactCta {
  /* 上部テキスト */
}
.c-contactCta__head {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.c-contactCta__en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 4.8rem;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .c-contactCta__en {
    font-size: 3.3rem;
    line-height: 24px;
  }
}
.c-contactCta__title {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 34px;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .c-contactCta__title {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
}
.c-contactCta__desc {
  font-size: 1.6rem;
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .c-contactCta__desc {
    text-align: left;
  }
}
.c-contactCta {
  /* 白いCTAボックス */
}
.c-contactCta__box {
  position: relative;
  z-index: 1;
  margin: 28px auto 0;
  max-width: 1080px;
  background: #fff;
  border-radius: 12px;
  padding: 40px 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 780px) {
  .c-contactCta__box {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    margin-top: 20px;
  }
}
.c-contactCta__divider {
  width: 2px;
  height: 110px;
  background: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 780px) {
  .c-contactCta__divider {
    width: 100%;
    height: 1px;
  }
}
.c-contactCta__col {
  min-width: 0;
  display: grid;
}
.c-contactCta__col--tel {
  justify-items: center;
}
.c-contactCta__col--mail {
  justify-items: center;
}
.c-contactCta__label {
  font-size: 1.8rem;
  color: #161C38;
  line-height: 40px;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .c-contactCta__label {
    font-size: 1.7rem;
    line-height: 30px;
    text-align: center;
  }
}
.c-contactCta {
  /* 電話 */
}
.c-contactCta__tel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.c-contactCta__telIcon {
  width: 32px;
  height: 32px;
  background: url("../images/common/icon-tel.svg") no-repeat center/contain;
}
.c-contactCta__telLink {
  font-size: 3.5rem;
  font-weight: 600;
  color: #161C38;
  text-decoration: none;
  font-family: "Poppins";
}
@media screen and (max-width: 780px) {
  .c-contactCta__telLink {
    font-size: 2rem;
  }
}
.c-contactCta__note {
  font-size: 1.4rem;
  color: #5D636A;
  line-height: 40px;
  font-family: "Poppins";
}
@media screen and (max-width: 780px) {
  .c-contactCta__note {
    text-align: center;
  }
}
.c-contactCta {
  /* 右のオレンジボタン（専用） */
}
.c-contactCta__mailBtn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 64px;
  padding: 0 40px 0 40px;
  border-radius: 999px;
  background: linear-gradient(90deg, #FFC400 0%, #FF5800 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.c-contactCta__mailBtn:hover {
  opacity: 0.85;
}
.c-contactCta__mailIcon {
  width: 32px;
  height: 32px;
  background: url("../images/common/icon.svg") no-repeat center/contain;
}
.c-contactCta__mailText {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
}
.c-contactCta__mailCircle {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff;
  display: grid;
  place-items: center;
  margin-left: 2px;
}
.c-contactCta {
  /* →（シェブロンじゃなく矢印寄り） */
}
.c-contactCta__mailArrow {
  width: 9px;
  height: 2px;
  background: #FF5900;
  position: relative;
  display: block;
}
.c-contactCta__mailArrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FF5900;
  border-right: 2px solid #FF5900;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 780px) {
  .c-contactCta {
    /* 列は “伸ばす” が正解（centerだと内容幅で止まる） */
  }
  .c-contactCta__col {
    width: 100%;
    justify-items: stretch;
  }
  .c-contactCta {
    /* telの親pをブロックにしてspボタンを幅100%で効かせる */
  }
  .c-contactCta__tel {
    display: block;
    width: 100%;
  }
  .c-contactCta {
    /* =====================================================
      ✅ 2つのボタンは「同じ箱」で幅と高さを完全一致させる
    ===================================================== */
  }
  .c-contactCta__mailBtn, .c-contactCta__telBtn {
    width: 100%;
    max-width: 420px;
    height: 64px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    padding: 0 10px;
    /* ★中身の位置を完全に揃える（左/中央/右） */
    display: grid !important;
    grid-template-columns: 10px 1fr 22px;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .c-contactCta {
    /* =====================================================
      ✅ mail（オレンジ）— 右矢印を確実に表示
    ===================================================== */
  }
  .c-contactCta__mailBtn {
    background: linear-gradient(90deg, #FFC400 0%, #FF5800 100%);
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.06em;
  }
  .c-contactCta__mailIcon {
    grid-column: 1;
    width: 23px;
    height: 23px;
    display: block;
    flex: 0 0 auto;
    /* 既存の background 指定があるならそのままでOK */
  }
  .c-contactCta__mailText {
    grid-column: 2;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
  }
  .c-contactCta__mailCircle {
    grid-column: 3;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #fff;
    display: grid;
    place-items: center;
    margin-left: 0; /* ←ズレるので0固定 */
    flex: 0 0 auto;
  }
  .c-contactCta {
    /* ✅ 矢印（オレンジ側）をSPでも確実に描画 */
  }
  .c-contactCta__mailArrow {
    width: 9px;
    height: 2px;
    background: #FF5900;
    position: relative;
    display: block;
  }
  .c-contactCta__mailArrow::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FF5900;
    border-right: 2px solid #FF5900;
    transform: translateY(-50%) rotate(45deg);
  }
  .c-contactCta {
    /* =====================================================
      ✅ tel（青）
    ===================================================== */
  }
  .c-contactCta__telBtn {
    background: linear-gradient(90deg, #2E42E0 0%, #0A8AD9 100%);
    color: #fff;
    font-weight: 600;
    font-size: 2.2rem;
    font-family: "Poppins";
  }
  .c-contactCta__telBtnIcon {
    grid-column: 1;
    display: block !important;
    width: 23px;
    height: 23px;
    flex: 0 0 auto;
    background: url("../images/common/call.png") no-repeat center/contain;
  }
  .c-contactCta__telBtnText {
    grid-column: 2;
    display: block;
    text-align: center;
    line-height: 1;
    color: #fff;
  }
  .c-contactCta__telBtnCircle {
    grid-column: 3;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #fff;
    display: grid;
    place-items: center;
    margin-left: 0; /* ←ズレるので0固定 */
  }
  .c-contactCta__telBtnArrow {
    width: 9px;
    height: 2px;
    background: #0A8AD9;
    position: relative;
    display: block;
  }
  .c-contactCta__telBtnArrow::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0A8AD9;
    border-right: 2px solid #0A8AD9;
    transform: translateY(-50%) rotate(45deg);
  }
}/*# sourceMappingURL=style.css.map */