/*
Theme Name:businesspress-child
Theme URI:
Description:WordPressテーマ「businesspress」の子テーマです。
Template:businesspress
Author:
Author URI:
Version:1.0.0
*/

html {
  margin: 0 !important;
}
html, body {
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "a-otf-ud-shin-go-pr6n", "Noto Sans JP" !important;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  body {
    padding: 0 90px 0 0;
    overflow-x: hidden;
  }
}
.site-content {
  max-width: none;
  margin: 100px auto 0;
}
@media screen and (min-width: 782px) {
  .site-content {
    margin: 130px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-content {
    max-width: 1280px;
  }
}
.content-area {
  margin: 0;
}

/* テキスト */
h1, h2, h3, h4, h5, h6, p, a {
  font-feature-settings: "palt";
  margin: 0;
  letter-spacing: 1px;
}
p {
  margin-bottom: 20px;
}
a {
  text-decoration: none;
}
.heading__inner .heading-en {
  font-size: 2.4rem;
  font-weight: 600;
  color: #4EBFAC;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0 0 5px !important;
}
.heading__inner .heading-ja{
  color: #c3c3c3 !important;
  text-align: left;
  letter-spacing: 1px;
}
.catchcopy{
  font-size: 3rem;
  margin: 0 0 15px;
  letter-spacing: 2px;
}
.basic-text {
  color: #000;
  margin: 0;
}

/* ボタン */
.wp-block-button {
  margin: 0;
  padding: 0;
}
body:not(.page-id-1098) .wp-block-button__link {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  padding: 9px 15px 9px 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  height: 48px;
  box-sizing: border-box;
  color: #FF9500;
  background-color: #FFF;
  border: 1px solid #FF9500;
  overflow: hidden;
  z-index: 0;
  transition: color 0.8s ease;
}
/* アイコン */
body:not(.page-id-1098) .wp-block-button__link::after {
  content: '';
  background-image: url("images/button/button-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
body:not(.page-id-1098) .wp-block-button__link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: #FF9500;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 1s ease;
  z-index: -1;
}
body:not(.page-id-1098) .wp-block-button__link:hover::before {
  transition: transform 2s ease;
  transform: translate(-50%, -50%) scale(10);
}
body:not(.page-id-1098) .wp-block-button__link:hover {
  color: #FFF;
}
.wp-block-button a {
  color: #FF9500;
}


/* カラムブロック */
@media (min-width: 640px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

:where(.is-layout-flex) {
  margin: 0;
}

/* テーブル */

/* 下罫線 */
.table--row-border table {
  margin: 0 0 50px;
}
.table--row-border table tr {
  border-bottom: solid 1px #c3c3c3;
}
.table--row-border table tr:nth-of-type(1) {
  border-top: solid 1px #c3c3c3;
}
.table--row-border.wp-block-table td,
.table--row-border.wp-block-table th {
  border: none;
}
.table--row-border table td {
  padding: 18px 10px;
}
.table--row-border table td:nth-of-type(1) {
  width: 20%;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding-right: 60px;
}
@media screen and (max-width: 639px) {
  .table--row-border table td {
    padding: 0;
    border: none;
  }
  .table--row-border table td:nth-of-type(1) {
    width: 100%;
    font-size: 1.5rem;
    margin: 0 0 5px;
  }
  .table--row-border table tr {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
}

/* 罫線 */
.table--bordered .margin__section span {
  font-weight: 600;
}
.table--bordered .wp-block-list {
  margin-bottom: 0;
}
.table--bordered .wp-block-list:nth-of-type(2) {
  margin-top: 1.5em;
}
.table--bordered table {
  max-width: 730px;
  margin: 0 0 15px;
}
.table--bordered .has-fixed-layout {
  min-width: 600px;
}
.table--bordered table tr,
.table--bordered table td {
  border: solid 1px #c3c3c3;
}
.table--bordered .wp-block-list ul {
  line-height: 1.2;
  margin-top: 10px;
}
.table--bordered .wp-block-list li {
  margin: 0 0 10px;
}
@media screen and (max-width: 639px) {
  .table--bordered .wp-block-table {
    overflow-x: scroll;
  }
}

/* 上行見出し */
.table--col-header .has-fixed-layout {
  min-width: 600px;
}
.table--col-header table tr,
.table--col-header table td {
  border: solid 1px #FF9500;
}
.table--col-header table tr:nth-of-type(1) {
  color: #FFF;
  font-weight: 600;
  background-color: #FF9500;
}
@media screen and (max-width: 639px) {
  .table--col-header.wp-block-table {
    overflow-x: scroll;
  }
}

/* 背景の装飾 */
.background-decorations {
  display: none;
}
@media screen and (min-width: 1024px) {
  .background-decorations {
    display: block;
    position: absolute;
    z-index: -5;
  }
}
/* パンくずリスト */
.breadcrumb {
  padding: 20px 0 10px;
}
.breadcrumb span,
.breadcrumb a {
  font-size: 1.2rem;
  color: #a1a1a1 !important;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li::after {
  content: "｜";
  color: #c3c3c3;
  margin-left: 8px;
}
.breadcrumb li:last-child::after {
  content: none;
}

/* アニメーション */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes unspin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes poyoyon {
  0% {
    transform: translateX(-140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes lineDraw {
  from { 
    transform: scaleX(0); 
  }
  to { 
    transform: scaleX(1); 
  }
}

/* ------------------------------
  全ページ共通
------------------------------ */

.thin-dotted-bg {
  position: absolute;
  background-image: url("./images/background/gradation-bg.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.dark-orange-bg,
.dark-orange-bg--double,
.light-orange-bg,
.light-orange-bg--double {
  z-index: 0;
}
@media screen and (min-width: 640px) {
  .dark-orange-bg,
  .dark-orange-bg--double,
  .light-orange-bg,
  .light-orange-bg--double {
    z-index: -1;
  }
}
.dark-orange-bg,
.dark-orange-bg--double {
  background-color: #ff9500;
}
.light-orange-bg,
.light-orange-bg--double {
  background-color: #FFF5E4;
}
/* カーブ */
.dark-orange-bg::before,
.dark-orange-bg--double::before,
.dark-orange-bg--double::after,
.light-orange-bg::before,
.light-orange-bg--double::before,
.light-orange-bg--double::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1350 / 150;
}
/* カーブの色 */
.dark-orange-bg::before,
.dark-orange-bg--double::before,
.dark-orange-bg--double::after{
  background: url("images/background/dark-orange-bg-curve.svg") no-repeat bottom center / 100% auto;
}
.light-orange-bg::before,
.light-orange-bg--double::before,
.light-orange-bg--double::after {
  background: url("images/background/light-orange-bg-curve.svg") no-repeat bottom center / 100% auto;
}
/* 上カーブは反転 */
.dark-orange-bg::before,
.dark-orange-bg--double::before,
.light-orange-bg::before,
.light-orange-bg--double::before {
  top: 0;
  transform: translateY(-100%) scaleY(-1);
}

.dark-orange-bg .wp-block-group__inner-container > h2,
.dark-orange-bg .wp-block-group__inner-container > p,
.dark-orange-bg--double .wp-block-group__inner-container > h2,
.dark-orange-bg--double .wp-block-group__inner-container > p {
  color: #FFF;
  margin: 0 0 45px;
}

/* --- 課題提起 --- */
@media screen and (min-width: 640px) {
  .wp-block-lazyblock-raising-issues {
    position: relative;
    top: 50px;
  }
  .section:has(+ .balloon-section) .wp-block-group__inner-container {
    padding-bottom: 30px;
  }
}
.balloon-section {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.balloon-section > .wp-block-group__inner-container {
  padding: 0 !important;
}
.raising-issues__content {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 1;
}
.raising-issues__bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .raising-issues__bg {
    padding: 80px 20px 110px;
  }
}
.raising-issues__bg svg {
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 800px;
}
@media screen and (max-width: 639px) {
  .raising-issues__content {
    top: 0;
    background-color: #FFF;
    z-index: -1;
  }
  .raising-issues__bg svg {
    display: none;
  }
  .raising-issues__title {
    letter-spacing: 4px;
  }
}
.raising-issues__text {
  position: relative;
  bottom: 25px;
  max-inline-size: max-content;
  margin-inline: auto;
}
.raising-issues__title {
  /* font-size: clamp(2.1rem, 6vw, 3rem) !important; */
  font-size: 2.8rem !important;
  color: #FF9500;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (min-width: 640px) {
  .raising-issues__title {
    letter-spacing: 4px;
  }
}
.raising-issues__loop {
  max-inline-size: max-content;
  margin-inline: auto;
  margin: 0;
}
.raising-issues__item {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
.raising-issues__item::before {
  content: '';
  display: inline-block;
  background-image: url("images/ordermade/raising-issues/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 30px;
  min-height: 30px;
  margin: 0 10px 0 0;
  vertical-align: sub;
}
.raising-issues__item:not(:last-child) {
  margin: 0 0 15px 0;
}
.section--white {
  background-color: #FFF;
}
.section--light-orange {
  background-color: #FFF5E4;
}
@media screen and (min-width: 1024px) {
  .back-to-top{
    right: 110px;
  }
}

/* 汎用ページ */
.page-generic__heading--h2 {
  margin: 0 0 25px;
}
.page-generic__heading--h2:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .page-generic__heading--h2:not(:first-of-type) {
    margin-top: 80px;
  }
}
.page-generic__heading--h3 {
  font-size: 2rem;
  letter-spacing: 1px;
  margin: 0 0 25px;
}
.page-generic__heading--h3--highlight {
  max-width: 700px;
  margin: 40px 0 30px;
  padding: 15px 15px 12px;
  color: #FFF;
  background-color: #FF9500;
  border-radius: 0 50px 50px 0;
}
.page-generic__heading--h4 {
  max-width: 730px;
  font-size: 1.5rem;
  padding-bottom: 8px;
  margin: 40px 0 10px;
  border-bottom: solid 1px #c3c3c3;
}

/* ------------------------------
  リンクカード
------------------------------ */

.link-card__loop {
  max-width: 1280px;
  position: relative;
  display: grid;
  gap: 16px;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .link-card__loop {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .link-card__loop {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .link-card__loop {
    grid-template-columns: repeat(4, 1fr);
  }
}
.link-card__wrapper {
  display: grid;
}
.link-card__content {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 8px;
  border-radius: 0;
}
.link-card__inner {
  padding: 35px 20px 15px;
}
.link-card__content .link-card__title {
  width: 100%;
  position: relative;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 500;
  color: #000;
  align-items: center;
  margin: 0 0 3px;
  transition: color 0.3s ease;
}
.link-card__content:hover .link-card__title {
  color: #3E6BB3;
}
.link-card__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 25px);
  width: 20px;
  height: 2px;
  background: #000;
  border-radius: 9999px;
  transform: translateY(-50%);
  transform-origin: left center;
  transition: width 0.3s ease;
}
.link-card__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 5px);
  width: 10px;
  height: 2px;
  background: #000;
  border-radius: 9999px;
  transform: translateY(-50%) rotate(-135deg);
  transform-origin: left center;
  transition: left 0.3s ease;
}
/* ホバー時の動作 */
.link-card__content:hover .link-card__title::after {
  width: 30px;
  background: #3E6BB3;
}

.link-card__content:hover .link-card__title::before {
  left: calc(100% - 25px + 30px);
  background: #3E6BB3;
}

.link-card__detail {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
}
.link-card__icon-box {
  text-align: center;
  margin: 0 0 20px;
}
.link-card__icon-box--heading {
  text-align: end;
}
.link-card__icon {
  width: auto;
  height: 75px;
  object-fit: cover;
}
.link-card__icon--heading {
  width: auto;
  height: 95px !important;
}
.link-card__ribbon {
  display: flex;
  position: absolute;
  top: 0;
  left: 14px;
  justify-content: center;
  align-items: center; 
}
.link-card__ribbon-img {
  display: block;
  width: 50px; 
  height: 55px; 
}
.link-card__ribbon-number {
  position: absolute;
  top: 2px;
  font-size: 2rem; 
  color: #4EBFAC;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 781px) {
  .link-card__ribbon-number {
    top: 5px;
  }
}



/* --- ヘッダー --- */
.main-header {
  position: fixed;
  width: 100%;
  background-color: transparent;
  z-index: 1000;
}
@media screen and (min-width: 782px) {
  .main-header {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    height: 100vh;
    background: #FF9500;
    z-index: 998;
  }
}
.main-header-content{
  /* padding: 0 20px; */
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .main-header-content {
    max-width: 1280px;
    padding: 0 130px 0 40px;
    margin: 0 auto;
  }
}
.site-logo img {
  width: 220px;
  transform: scale(1, 1);
  mix-blend-mode: multiply;
}
.cta-button-box {
  display: none;
}
@media screen and (min-width: 1024px) {
  .cta-button-box {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    gap: 30px;
    opacity: 0.9;
  }
}
@media screen and (max-width: 1023px) {
  .nav-button {
    display: none !important;
  }
}
.cta-button {
  display: flex;
  flex-direction: row;
  width: 160px;
  height: 55px;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 12px;
  background-color: #FFF;
  text-decoration: none;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.6s ease;
}
.cta-button::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; 
  z-index: 2;
  flex-shrink: 0;
}
.cta-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 1s ease;
  z-index: -1;
}
.cta-button:hover {
  color: #FFF;
}
.cta-button:not(.tel-button):hover::after {
  transition: transform 2s ease;
  transform: translate(-50%, -50%) scale(10);
}

/* --- recruit-button --- */
.recruit-button {
  padding: 0 11px 2px;
  color: #FF9500;
  border: 1px solid #FF9500;
}
.recruit-button:hover {
  color: #FFF;
}
.recruit-button::before {
  width: 55px;
  height: 55px;
  background-image: url("images/nav/recruit.svg");
  transition: background-image 1s ease;
}
.recruit-button:hover::before {
  background-image: url("images/nav/recruit-white.svg");
}
.recruit-button::after {
  background: #FF9500;
}
.recruit-button-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  align-self: center;
  padding: 4px 0 0 0;
  gap: 2px;
}
.recruit-button-en {
  font-size: 14px;
  letter-spacing: 2px;
}
.recruit-button-ja {
  font-size: 10px;
  margin: 0 auto;
}
/* --- contact-button --- */
.contact-button {
  font-size: 17px;
  padding: 0 11px;
  color: #3E6BB3;
  border: 1px solid #3E6BB3;
}
.contact-button::before {
  width: 22px;
  height: 22px;
  background-image: url("images/nav/contact-white.svg");
}
.contact-button::after {
  background: #3E6BB3;
}
.contact-button:hover {
  color: #FFF;
}
.ys-logo-box {
  width: 30px;
}

/* ハンバーガーメニュー */
.drawer-hamburger {
  position: fixed;
  top: 22px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
}
@media screen and (min-width: 782px) {
  .drawer-hamburger {
    top: 35px;
    right: 40px;
    padding: 15px 5px;
  }
}
@media screen and (min-width: 1024px) {
  .drawer-hamburger {
    position: fixed;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 80px;
    height: 100vh;
    z-index: 999;
  }
}
.drawer-hamburger::after {
  content: "MENU";
  display: block;
  color: #000;
  font-size: 0.9rem;
  margin: 30px 0 0 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .drawer-hamburger::after {
    color: #FFF;
  }
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin: 0 auto 8px auto; /* 下に余白を作る */
}
.drawer-hamburger-icon::before {
  content: '';
  position: absolute;
  top: -15px;
}
.drawer-hamburger-icon::after {
  content: '';
  position: absolute;
  top: 15px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .drawer-hamburger-icon,
  .drawer-hamburger-icon::before,
  .drawer-hamburger-icon::after {
    background-color: #FFF;
  }
}
.drawer-hamburger.is-active .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-hamburger.is-active .drawer-hamburger-icon::before {
  transform: rotate(45deg);
  top: 0;
}
.drawer-hamburger.is-active .drawer-hamburger-icon::after {
  transform: rotate(-45deg);
  top: 0;
}
/* 開いたとき */
.main-header-original .drawer-navigation {
  width: 100%;
  height: 85%;
}
.drawer-opened .drawer-hamburger {
  top: 41px;
  right: 7%;
  width: auto;
}
@media screen and (min-width: 782px) {
  .drawer-opened .drawer-hamburger {
    top: 58px;
    right: 20%;
    transform: translateX(20px);
  }
}
@media screen and (min-width: 1024px) {
  .drawer-opened .drawer-hamburger {
    height: auto;
    transform: translateX(45px);
  }
}
.drawer-opened .drawer-hamburger::after {
  content: "CLOSE";
}
.drawer-navigation {
  display: block !important;
  overflow: hidden;
}
.drawer-navigation ul li {
  padding: 0 0 12px 0;
}
.drawer-navigation ul li li {
  padding: 0 0 8px 0;
}
.drawer-navigation-content {
  box-sizing: content-box;
  background-color: #FF9500;
  padding: 35px 0 0;
}
@media screen and (min-width: 782px) {
  .drawer-navigation-content {
    padding: 52px 0 0;
  }
}
.navigation-controls {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
@media screen and (min-width: 782px) {
  .navigation-controls {
    width: 65%;
  }
}
.navigation-logo-image {
  width: 200px;
}
@media screen and (min-width: 782px) {
  .navigation-logo-image {
    width: 250px;
  }
}
.contact-button--ghost {
  color: #3E6BB3 !important;
  margin: 0 80px 0 auto;
  border: none;
  opacity: 0.85;
}
.contact-button--ghost:hover {
  color: #FFF !important;
}
.main-navigation-box {
  display: block;
  width: 85%;
  height: auto;
  padding: 0 0 20px;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (min-width: 782px) {
  .main-navigation-box {
    display: flex;
    width: 65%;
    height: 70%;
    padding: 0 0 40px;
  }
}
.main-navigation {
  flex: 0 1 60%;
  min-width: 0;
  font-size: 17px;
}
@media screen and (min-width: 782px) {
  .main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
    max-height: 600px;
  }
}
.main-navigation .sub-menu {
  position: static;
  display: block;
  visibility: visible;
  margin: 0 0 0 10px;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
}
.main-navigation a {
  position: relative;
  display: block;
  color: #FFF;
  text-decoration: none;
  line-height: 52px;
  padding: 0 20px 0 0;
  transition: opacity 0.5s ease;
}
/* .main-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  opacity: 0;
  transition: opacity 0.5s ease;
} */
.main-navigation a:hover,
.main-navigation .menu-item-has-children > a:hover {
  color: #FFF;
  opacity: 0.7;
}
.main-navigation a:hover::after,
.main-navigation .menu-item-has-children > a:hover::after {
  color: #FFF;
  opacity: 1;
}
.main-navigation .current_page_item > a, 
.main-navigation .current-menu-item > a {
  color: #FFF;
}
.main-navigation ul ul li a {
  font-size: 1.2rem;
  font-weight: 400 !important;
  color: #FFF !important;
  line-height: 1.7;
  border-top: none;
  padding: 0;
  position: relative;
}
.main-navigation ul ul li a::before {
  content: "-";
  position: absolute;
  left: -10px;
  color: #FFF !important;
  font-weight: 200;
}

.drawer-navigation-image {
  display: none;
}
@media screen and (min-width: 1024px) {
  .drawer-navigation-image {
    display: block;
    flex: 0 1 40%;
    width: 100%;
    height: 85%;
    object-fit: cover;
    object-position: 45% 10%;
    min-width: 0;
    border-radius: 130px 0 0 130px;
  }
}
.drawer-navigation .dropdown-toggle,
.main-navigation ul.menu > li.menu-item-has-children > a:after{
  display: none;
}

/* --- トップページ --- */
.home .section {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .home .section {
    margin-top: 80px;
  }
}
.home .heading {
  margin: 0 0 15px ;
}

/* --- メインビジュアル --- */
.mainvisual__section {
  position: relative;
  overflow: visible;
  flex-direction: column-reverse;
  gap: 0;
  margin-top: 30px !important;
}
.mainvisual__section .wp-block-columns {
  flex-wrap: wrap !important;
}
.mainvisual__section .wp-block-column:nth-of-type(1) {
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  .mainvisual__section  {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 782px) {
  .mainvisual__section .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  .mainvisual__section:first-of-type {
    flex-direction: row;
    gap: 33px;
  }
}

.mainvisual__image {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  aspect-ratio: 7 / 5;
  object-fit: cover;
  object-position: 35% 10%;
  border-radius: 180px 40px 40px 180px;
  filter: brightness(0.8);
  /* opacity: 0.6; */
  z-index: -3;
}
@media screen and (min-width: 782px) {
  .mainvisual__image {
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    border-radius: 250px 110px 110px 250px;
  }
}
@media screen and (min-width: 782px) {
  .mainvisual__image {
    aspect-ratio: 6 / 5;
    filter: brightness(1);
    /* opacity: 1; */
  }
}
.mainvisual-road__image {
  display: block;
  position: relative;
  top: -45px;
  left: -100px;
  width: 100%;
  height: 100%;
  /* transform: translate(-100px, -45px); */
  z-index: -2;
}
.mainvisual-road__image img {
  position: absolute;
  min-width: 625px;
  height: 1100px;
}
@media screen and (min-width: 782px) {
  .mainvisual-road__image img {
    height: auto;
  }
}
.mainvisual-road-icon {
  position: absolute;
  top: 140%;
  left: 63%;
  width: 280px;
  z-index: 2;
}
@media screen and (max-width: 781px) {
  .mainvisual-road-icon {
    display: none;
  }
}
.wp-block-group.mainvisual__content {
  position: absolute;
  top: 55%;
  right: 40px;
  transform: translateY(-50%);
  min-width: 240px;
}
@media screen and (min-width: 782px) {
  .wp-block-group.mainvisual__content {
    position: static;
    transform: none;
  }
}


.home .catchcopy__box h1 {
  font-size: 3.4rem;
  color: #FFF;
  letter-spacing: 5px;
  margin: 0 0 15px;
}
.home .catchcopy__box p {
  color: #FFF;
}
@media screen and (min-width: 782px) {
  .home .catchcopy__box {
    max-inline-size: max-content;
    margin-inline: auto;
    text-align: left;
  }
  .home .catchcopy__box h1 {
    color: #000;
  }
  .home .catchcopy__box p {
    color: #000;
  }
}

.mainvisual__icon {
  max-width: 280px;
  margin: 20px 0 30px auto;
}
@media screen and (min-width: 782px) {
  .mainvisual__icon {
    margin: 20px auto 30px auto;
  }
}
.mainvisual__section .wp-block-buttons {
  justify-content: right;
}
@media screen and (min-width: 782px) {
  .mainvisual__section .wp-block-buttons {
    justify-content: center;
  }
}
/* 画像ボタン */
.mainvisual__image-button__box.has-nested-images figure.mainvisual__image-button {
  min-height: 180px;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.mainvisual__image-button {
  max-width: 220px !important;
}
.mainvisual__image-button img {
  border-radius: 30px;
  transition: transform .6s ease;
}
.mainvisual__image-button img:hover {
  transform: scale(1.1);
}
.mainvisual__image-button__box.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) :is(a, img) {
  flex: auto;
  overflow: hidden;
  border-radius: 30px;
}
.mainvisual__image-button__box.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a {
  height: 75%;
}
.mainvisual__image-button__box.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  /* min-width: 160px; */
  height: 138px;
  aspect-ratio: 8 / 5;
}
.mainvisual__image-button__box {
  display: none !important;
  flex-wrap: wrap !important;
  justify-content: center;
  gap: 30px !important;
  margin: 60px auto 0 0;
}
@media screen and (min-width: 782px) {
  .mainvisual__image-button__box{
    display: flex !important;
    flex-wrap: nowrap !important;
  }
}
.mainvisual__image-button::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px !important;
  width: 100%;
  height: 100% !important;
  max-height: 138px !important;
  border: 1px solid #3E6BB3;
  border-radius: 30px;
  box-sizing: border-box;
  z-index: -1;
  pointer-events: none;
  mask-image: none !important;
  transition : .15s;
}
@media screen and (min-width: 1024px) {
  .mainvisual__image-button::before {
    height: 100% !important;
  }
}
.mainvisual__image-button:hover::before {
  background-color: #3E6BB3;
  transition : .15s;
}
/* キャプション*/
.mainvisual__image-button__box.has-nested-images figure.mainvisual__image-button figcaption {
  position: relative;
  color: #3E6BB3;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  text-shadow: none;
  min-width: 160px;
  background: none;
  padding: 13px 0 0;
  flex-basis: auto;
  z-index: 3;
}
/* 背景の装飾 */
.mainvisual__section .circle-stripe {
  width: clamp(100px, 20vw, 250px);
  top: 0;
  left: -16vw;
}
.mainvisual__section .line-bolt-dotted {
  width: clamp(140px, 20vw, 350px);
  top: 50%;
  left: -20vw;
}
.mainvisual__section .line-thin {
  width: clamp(180px, 20vw, 450px);
  top: -22%;
  right: -21vw
}
.mainvisual__section .circle-dotted {
  width: clamp(120px, 20vw, 300px);
  bottom: -5%;
  right: -20vw;
}

/* --- 当社の強み --- */
.top-our-advantage__section {
  position: relative;
  overflow: visible;
}
.top-our-advantage__section h2 {
  font-size: 3rem;
  margin: 0 0 15px;
  letter-spacing: 2px;
}
.top-our-advantage__section p {
  margin: 0 0 25px;
}
.wp-block-lazyblock-our-advantage {
  margin: 0 0 30px;
}
.top-our-advantage__section .wp-block-buttons {
  padding: 0 0 0 150px;
}

/* 背景の装飾 */
.top-our-advantage__section .line-thin-left-above {
  width: clamp(180px, 20vw, 450px);
  bottom: -10%;
  left: -32vw;
}
.top-our-advantage__section .line-bolt-dotted-left {
  width: clamp(140px, 20vw, 350px);
  top: 35%;
  left: -29vw;
}
.top-our-advantage__section .line-thin-left-under {
  width: clamp(180px, 20vw, 450px);
  bottom: -73%;
  left: -28vw;
}
.top-our-advantage__section .circle-dotted {
  max-width: 190px;
  width: clamp(76px, 20vw, 190px);
  bottom: -42%;
  left: -7vw;
}
.top-our-advantage__section .circle-rotate {
  position: absolute;
  max-width: 360px;
  animation: spin 20s linear infinite;
  z-index: -3;
}
@media screen and (min-width: 576px) {
  .top-our-advantage__section .circle-rotate {
    display: block !important;
    top: -5%;
    left: 50%;
  }
}
@media screen and (min-width: 782px) {
  .top-our-advantage__section .circle-rotate {
    top: -15%;
    left: 33%;
  }
}
.top-our-advantage__section .line-bolt-dotted-center {
  width: clamp(140px, 20vw, 350px);
  left: 12%;
}
.top-our-advantage__section .line-thin-right-above {
  width: clamp(180px, 20vw, 450px);
  top: -15%;
  right: 9vw;
}
.top-our-advantage__section .circle-stripe {
  max-width: 210px;
  width: clamp(84px, 20vw, 210px);
  top: 0;
  right: -5vw;
}
.top-our-advantage__section .line-thin-right-under {
  width: clamp(180px, 20vw, 450px);
  top: 80%;
  right: 5vw;
}
.top-our-advantage__section .line-bolt-dotted-inversion {
  width: clamp(140px, 20vw, 350px);
  bottom: -15%;
  right: -22vw;
}

/* --- サービス一覧 --- */

.mainvisual-road__image,
.top-services__section > *,
.top-services__bg {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.mainvisual-road__image.is-animated,
.top-services__section > *.is-animated,
.top-services__bg.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.top-services__section {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  overflow: visible;
  z-index: 1;
}
.top-services__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,159,56,0.3) 0%, rgba(255,255,255,0) 100%);
  z-index: 0;
}
.top-services__image {
  position: absolute;
  inset: 0;
  background: url("./images/background/service-background.png") center/cover no-repeat;
  z-index: 0;
}
.top-services__section .wp-block-group__inner-container {
  padding: 60px 20px;
}

@media screen and (min-width: 782px) {
  .top-services__section .wp-block-group__inner-container {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .top-services__section .wp-block-group__inner-container {
    padding: 100px 85px;
  }
}
/* 背景の装飾 */
.top-services__section .line-thin-left {
  width: clamp(180px, 20vw, 450px);
  bottom: -11vw;
  right: 25vw;
  z-index: -1;
}
.top-services__section .line-dotted {
  width: clamp(200px, 20vw, 500px);
  bottom: -10%;
  right: 2vw;
  z-index: -1;
}
.top-services__section .line-thin-right {
  width: clamp(180px, 20vw, 450px);
  bottom: -3%;
  right: -10vw;
  z-index: -1;
}


/* --- 会社案内 --- */
.top-company__section {
  position: relative;
  overflow: visible;
}
.top-company__section .wp-block-columns {
  flex-direction: column;
  gap: 70px;
}
.top-company__section .wp-block-column:nth-of-type(1) {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.top-company__section .wp-block-column:nth-of-type(1).is-animated {
  opacity: 1;
  transform: translateX(0);
}
.top-company__section .wp-block-column:nth-of-type(2) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.top-company__section .wp-block-column:nth-of-type(2).is-animated {
    opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 782px) {
  .top-company__section .wp-block-columns {
    max-width: 1000px;
    flex-direction: row;
  }
  .top-company__section .wp-block-columns > .wp-block-column:nth-of-type(1) {
    flex-basis: 50%;
  }
  .top-company__section .wp-block-columns > .wp-block-column:nth-of-type(2) {
    flex-basis: 50%;
    padding: 20px 0 0;
  }
}
.top-company__section .heading {
  margin: 15px 0;
}
.heading-frame {
  position: relative;
  max-width: 680px;
  margin: 50px 0 50px -280px;
  border: solid 1px transparent;
  border-radius: 0 50px 50px 0;
  background-color: #FFF;
}
.heading-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  background-color: #FF9500;
  border: 2px solid #FF9500;
  border-radius: 0 50px 50px 0;
  box-sizing: border-box;
  z-index: -1;
  pointer-events: none;
}
.heading-frame .heading {
  padding: 0 0 0 280px;
}
.heading-frame .heading__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-company__section .company__image {
  position: relative;
}
.top-company__section .company__image img {
  width: 100%;
  aspect-ratio: 7 / 5;
  object-fit: cover;
  border-radius: 40px;
  display: block;
}
.top-company__section .company__image::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #FF9500;
  border-radius: 40px;
  box-sizing: border-box;
  z-index: -1;
  pointer-events: none;
}
.wp-block-lazyblock-company-text {
  margin: 0 0 33px;
}
.wp-block-lazyblock-company-text .information__texts .heading-ja {
  margin: 0 0 15px;
  color: #c3c3c3;
}
.message-ceo {
  font-size: 2.6rem;
  letter-spacing: 3px;
  margin: 0;
}
.top-company__section .wp-block-buttons {
  padding: 0;
}
@media screen and (min-width: 782px) {
  .message-ceo {
    font-size: 2.2rem;
  }
  .top-company__section .wp-block-buttons {
    padding: 0 0 0 102px;
  }
}
/* 背景の装飾 */
.top-company__section .line-thin-left-above {
  width: clamp(180px, 20vw, 450px);
  top: -8%;
  left: -25vw;
  /* z-index: -2; */
}
.top-company__section .line-thin-left-under {
  width: clamp(180px, 20vw, 450px);
  top: 40%;
  left: -30vw;
}
.top-company__section .circle-stripe-left {
  width: clamp(100px, 20vw, 250px);
  bottom: -45%;
  left: -13vw;
}
.top-company__section .icon-book {
  width: clamp(36px, 20vw, 90px);
  bottom: -2%;
  left: 42vw;
}
.top-company__section .icon-person {
  width: clamp(100px, 20vw, 140px);
  top: 45%;
  right: 8vw;
}
.top-company__section .circle-dotted {
  width: clamp(150px, 20vw, 190px);
  bottom: -40%;
  right: 8vw;
}
.top-company__section .circle-stripe-right {
  width: clamp(120px, 20vw, 300px);
  top: -5%;
  right: -18vw;
}
.top-company__section .line-bolt-dotted {
  width: clamp(140px, 20vw, 350px);
  bottom: -60%;
  right: -10vw;
}
.top-company__section .line-thin-right {
  width: clamp(180px, 20vw, 450px);
  right: -17%;
  bottom: -21vw;
}

/* --- 新着情報 --- */
.top-news__section {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background-color: #FFF0E1;
}
.top-news__section .wp-block-group__inner-container{
  padding: 60px 20px;
}
@media screen and (min-width: 782px) {
  .top-news__section .wp-block-group__inner-container{
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .top-news__section {
    width: calc(100vw - 90px);
    margin-left: calc(-50vw + 45px);
  }
  .top-news__section .wp-block-group__inner-container{
    padding: 80px 45px;
  }
}

/* カラムボックス比率 */
.top-news__content > .wp-block-column:nth-child(1) {
  flex-basis: 10%;
}
@media screen and (max-width: 1023px) {
  .top-news__content > .wp-block-column:nth-child(1) {
    display: flex;
    gap: 20px;
  }
  .top-news__content > .wp-block-column:nth-child(1) .news__icon {
    padding: 10px 0 0;
  }
}
.top-news__content > .wp-block-column:nth-child(2) {
  flex-basis: 90%;
}
.top-news__content {
  max-width: 1280px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1023px) {
  .top-news__content {
    gap: 15px;
  }
}
.top-news__content {
  flex-wrap: wrap !important;
}
@media screen and (min-width: 1024px) {
  .top-news__content {
    display: flex;
    flex-wrap: nowrap !important;
  }
}
.news__icon {
  width: 70px;
}
/* お知らせ */
.su-posts {
  position: relative;
  overflow: hidden;
}
/* オレンジの線 */
.su-posts::before,
.su-post::before {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  width: 17px;
  background-color: #FF9500;
  z-index: 2;
}
.su-post::before {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  width: 17px;
  background-color: #FF9500;
  z-index: 2;
}
.su-posts::before {
  top: 0;
  pointer-events: none;
}
.su-post::before {
  bottom: 0;
  transition: width 0.3s ease;
}
/* 黒の線 */
.su-posts::after,
.su-post::after {
  content: '';
  position: absolute;
  left: 25px;
  height: 1px;
  width: 100%;
  background-color: #000;
  z-index: 1;
}
.su-post::after {
  content: '';
  position: absolute;
  left: 25px;
  height: 1px;
  width: 100%;
  background-color: #000;
  z-index: 1;
}
.su-posts::after {
  top: 0;
  pointer-events: none;
}
.su-post::after {
  bottom: 0;
}
.su-post {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding: 10px 0 10px 10px;
  margin: 0 !important;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .su-post {
    gap: 22px;
  }
}
/* オレンジ線が黒線に重なる */
.su-post:hover::before {
  width: 100%;
}
/* ホバー時に右へ移動 */
.su-post:hover .su-post-meta,
.su-post:hover .su-post-title,
.su-post:hover .su-post-arrow {
  transform: translateX(5px);
}
.su-post-meta,
.su-post-title,
.su-post-arrow {
  transition: transform 0.3s ease;
}
.su-post-meta {
  font-size: 1.2rem;
  margin: 0 !important;
  white-space: nowrap;
  order: 1;
}
.su-post-title {
  display: inline-block;
  width: 100%;
  /* max-width: 280px; */
  margin: 0 !important;
  order: 2;
}
@media screen and (min-width: 640px) {
  .su-post-title {
    width: auto;
  }
}
.su-post-title a {
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}
/* 矢印 */
.su-post-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  order: 3;
  width: 15px !important;
  margin: 0 20px 0 auto;
}
@media screen and (min-width: 640px) {
  .su-post-arrow {
    position: static;
  }
}
.su-post-excerpt,
.su-post-comments-link {
  display: none;
}

/* --- フッター --- */
.widget {
  margin: 0;
  color: #FFF !important;
}
.footer-widget-area{
  background-color: #FF9500;
}
.footer-widget-content {
  max-width: 1280px;
  padding: 0 40px;
}
.footer__logo a {
  width: 60%;
  max-width: 150px;
  min-width: 130px;
}
@media screen and (min-width: 1024px) {
  .footer-widget-1 {
    width: 30% !important;
  }
}
.footer-widget-2 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer-widget-2 {
    display: block;
    width: 70% !important;
    text-align: center;
  }
}
.widget ul {
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 auto;
}
.widget ul > li {
  font-weight: 700;
}
.widget ul .sub-menu {
  flex-direction: column;
  margin: 5px 0 0 0;
}
.widget ul .sub-menu a {
  font-weight: 500 !important;
}
.widget li {
  margin: 0 0 5px 0;
}
.footer-widget-2 a,
.footer-widget-3 a {
  position: relative;
  display: inline-block;
  color: #FFF !important;
  line-height: 1 !important;
  text-decoration: none;
  transition: opacity 0.5s ease;
  padding-bottom: 5px;
}
.footer-widget-2 a::after,
.footer-widget-3 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.footer-widget-2 a:hover, 
.footer-widget-3 a:hover,
.footer-widget-2 a:hover::after,
.footer-widget-3 a:hover::after {
  color: #FFF;
  opacity: 0.7;
}
.footer-widget-3 {
  width: 100% !important;
  margin: 0 0 0 11px;
  line-height: 30px;
}
@media screen and (min-width: 640px) {
  .footer-widget-3 {
    display: flex;
    margin: 40px 0 0;
    line-height: normal;
  }
}
.footer-widget-3 .widget_text .basic-text__footer--heading {
  display: inline-block;
  position: relative;
  margin: 0 25px 0 0;
}
@media screen and (max-width: 639px) {
  .footer-widget-3 .widget_text .basic-text__footer--heading::before {
    content: "｜";
    position: absolute;
    left: -14px;
  }
}
@media screen and (min-width: 640px) {
  .footer-widget-3 .widget_text:not(:first-child) .basic-text__footer--heading::before {
    content: "｜";
    position: absolute;
    left: -20px;
  }
}
.basic-text__footer {
  margin: 0 0 10px 0;
}
.contact-info {
  font-size: 1.4rem;
}
.site-bottom {
  color: #FFF;
  background-color: #FF9500 !important;
  border-top: none;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .site-bottom-content {
    padding: 0 40px 0 130px;
  }
}
.site-info {
  float: none;
  text-align: center;
}


/* --- 下層（固定）ページ共通 --- */
.subpage .section { 
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .subpage .section {
    width: calc(100vw - 90px);
  }
}
.subpage .wp-block-group__inner-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 782px) { 
  .subpage .wp-block-group__inner-container {
    max-width: 1280px;
    padding: 80px 40px;
  }
}
.subpage h2 {
  font-size: 2rem;
  color: #FF9500;
  margin: 0 0 45px 0;
  letter-spacing: 1px;
}
.subpage .heading {
  margin: 0 0 40px;
}
@media screen and (min-width: 1280px) {
  .subpage .link-card__loop {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* --- オーダーメイド開発 --- */

/* --- トップ --- */
.ordermade-top__section {
  z-index: 1;
}
/* .ordermade-top__section .wp-block-group__inner-container {
  padding: 60px 20px 100px;
} */
.ordermade-top__section .wp-block-group__inner-container .wp-block-columns {
  position: relative;
  display: block;
}
@media screen and (min-width: 1024px) { 
  .ordermade-top__section .wp-block-group__inner-container .wp-block-columns {
    display: flex;
  }
}
.page-id-472 .catchcopy__box .wp-block-group__inner-container {
  padding: 0;
}
.page-id-472 .catchcopy__box h1 {
  font-size: 3.5rem;
  letter-spacing: 4px;
  margin: 0 0 20px;
}
.ordermade-top-img--middle {
  display: block;
  text-align: center;
  margin: 0 0 45px;
}
.ordermade-top-img--middle img {
  width: 390px;
}
.ordermade-top__section .catchcopy__box .catchcopy, 
.ordermade-top__section .catchcopy__box .basic-text {
  color: #000;
}
.ordermade-top-img--left,
.ordermade-top-img--right {
  display: none;
}
.ordermade-top-img--left img,
.ordermade-top-img--right img {
  animation: fluffy 3s infinite;
}
.ordermade-top-img--right img {
  animation-delay: 0.8s;
}

@media screen and (min-width: 782px) {
  .ordermade-top-img--left,
  .ordermade-top-img--right {
    display: block;
    position: absolute;
    width: 30vw;
    max-width: 380px;
    min-width: 300px;
    z-index: -1;
  }
  .ordermade-top-img--left {
    top: 100px;
    left: 0;
  }
  .ordermade-top-img--right {
    top: -20px;
    right: 0;
  }
}

@media screen and (min-width: 640px) {
  .page-id-472 .wp-block-lazyblock-raising-issues {
    top: 35px;
  }
}

/* --- オーダーメイド開発 強み --- */
.ordermade-strengths__section {
  position: relative;
  background-color: #ff9500;
}

@media screen and (min-width: 1024px) {
  .ordermade-strengths__section {
    width: calc(100vw - 90px);
  }
}
@media screen and (min-width: 782px) {
  .ordermade-strengths__item {
    display: flex;
    gap: 20px;
  }
  .ordermade-strengths__item:nth-of-type(even) {
    margin-left: 90px !important;
  }
}
.ordermade-strengths__item {
  opacity: 0;
  transform: translateX(-140px);
}
.ordermade-strengths__item.is-animated {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
.ordermade-strengths__item:not(:last-child) {
  margin: 0 0 45px;
}
.ordermade-strengths__left {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 60px;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 782px) {
  .ordermade-strengths__left {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 97px;
    margin: 0;
  }
}
.ordermade-strengths__number {
  position: relative;
  top: 13px;
  font-size: 4rem;
  color: #FFF;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .ordermade-strengths__number {
    left: 20px;
  }
}
.ordermade-strengths__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-57%, -47%); */
  transform: translate(-57%, -42%);
  background-image: url("./images/ordermade/ordermade-strengths/ordermade-number-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 80px;
  z-index: -1;
}
@media screen and (max-width: 781px) {
  .ordermade-strengths__icon {
    margin: 0 auto 0 0;
  }
}
.ordermade-strengths__item:nth-of-type(1) .ordermade-strengths__icon {
  width: 90px;
}
.ordermade-strengths__item:nth-of-type(2) .ordermade-strengths__icon {
  width: 100px;
}
.ordermade-strengths__item:nth-of-type(3) .ordermade-strengths__icon {
  width: 70px;
}
.ordermade-strengths__item:nth-of-type(4) .ordermade-strengths__icon {
  width: 80px;
}
.ordermade-strengths__item:nth-of-type(5) .ordermade-strengths__icon {
  width: 80px;
}
.ordermade-strengths__right {
  position: relative;
  background-color: #FFF;
  padding: 20px;
  border-radius: 0 30px 30px;
  white-space: normal;
}
.ordermade-strengths__right::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -20px;
  background-image: url("./images/ordermade/ordermade-strengths/ordermade-list-speech-bubble-tail.svg");
  background-repeat: no-repeat;
  width: 70px;
  height: 35px;
  z-index: -1;
}
.ordermade-strengths__title {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  letter-spacing: 2px;
  color: #FFF;
  background-color: #4bbeaa;
  max-width: 640px;
  margin: 0 0 20px;
  padding: 10px 15px 8px;
  border-radius: 50px;
}
@media screen and (min-width: 782px) {
  .ordermade-strengths__title {
    width: 50vw;
  }
}
.ordermade-strengths__title::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 28px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ordermade-strengths__item:nth-of-type(1) .ordermade-strengths__title::before {
  background-image: url('./images/ordermade/ordermade-strengths/ordermade-list-number01.svg');
}
.ordermade-strengths__item:nth-of-type(2) .ordermade-strengths__title::before {
  background-image: url('./images/ordermade/ordermade-strengths/ordermade-list-number02.svg');
}
.ordermade-strengths__item:nth-of-type(3) .ordermade-strengths__title::before {
  background-image: url('./images/ordermade/ordermade-strengths/ordermade-list-number03.svg');
}
.ordermade-strengths__item:nth-of-type(4) .ordermade-strengths__title::before {
  background-image: url('./images/ordermade/ordermade-strengths/ordermade-list-number04.svg');
}
.ordermade-strengths__item:nth-of-type(5) .ordermade-strengths__title::before {
  background-image: url('./images/ordermade/ordermade-strengths/ordermade-list-number05.svg');
}
.ordermade-strengths__detail {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 781px) {
  .ordermade-strengths__detail br {
    display: none;
    
  }
}

/* 背景の装飾 */
.ordermade-strengths__section.dark-orange-bg .background-decorations {
  z-index: -1;
}
.ordermade-strengths__section.dark-orange-bg .left-circle-stripe {
  width: clamp(100px, 20vw, 250px);
  top: -25%;
  left: -3vw;
  z-index: 0;
}
.ordermade-strengths__section.dark-orange-bg .left-line-bolt-dotted-above {
  width: clamp(140px, 20vw, 350px);
  top: 2%;
  left: -14vw;
}
.ordermade-strengths__section.dark-orange-bg .left-line-thin-above {
  width: clamp(180px, 20vw, 450px);
  top: 27%;
  left: -18%;
}
.ordermade-strengths__section.dark-orange-bg .left-line-bolt-dotted-under {
  width: clamp(140px, 20vw, 350px);
  bottom: 18%;
  left: -14vw;
}
.ordermade-strengths__section.dark-orange-bg .left-line-thin-under {
  width: clamp(180px, 20vw, 450px);
  bottom: 10%;
  left: -13vw;
}
.ordermade-strengths__section.dark-orange-bg .left-circle-dotted {
  width: clamp(100px, 20vw, 250px);
  bottom: 3%;
  left: -4vw;
}
.ordermade-strengths__section.dark-orange-bg .right-circle-dotted {
  width: clamp(100px, 20vw, 250px);
  top: -25%;
  right: -2vw;
  z-index: 0;
}
.ordermade-strengths__section.dark-orange-bg .right-line-bolt-dotted {
  width: clamp(140px, 20vw, 350px);
  top: -15%;
  right: -12vw;
  z-index: 0;
}
.ordermade-strengths__section.dark-orange-bg .right-circle-stripe {
  width: clamp(100px, 20vw, 250px);
  top: 30%;
  right: 8vw;
}
.ordermade-strengths__section.dark-orange-bg .line-bolt-dotted-inversion {
  width: clamp(140px, 20vw, 350px);
  bottom: 20%;
  right: -5vw;
}
.ordermade-strengths__section.dark-orange-bg .right-line-thin {
  width: clamp(180px, 20vw, 450px);
  bottom: 16%;
  right: -14vw;
}


/* --- 開発実績 --- */
/* @media screen and (min-width: 782px) {
  .development-results__section .wp-block-group__inner-container {
    padding: 80px 40px 10px;
  }
} */
.development-results__content {
  max-width: 680px;
  margin: 0 auto;
}
.development-results__content .wp-block-group__inner-container {
  padding: 0 !important;
}
.developments-number {
  width: 250px;
  margin: 0 auto 50px;
  gap: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.developments-number.is-animated {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 480px) and (max-width: 639px) {
    .developments-number {
      gap: 10px;
  }
}
@media screen and (min-width: 480px) {
  .developments-number {
    width: auto;
    flex-wrap: nowrap !important;
  }
}
.page-id-472 .wp-block-table {
  border: 2px solid #FF9500;
  border-radius: 13px;
  overflow: hidden;
}
.page-id-472 .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border: none;
}
.page-id-472 table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.page-id-472 table thead {
  color: #FFF;
  border-bottom: none !important;
}
.page-id-472 table th {
  font-size: 1.5rem;
  padding: 14px;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
  background-color: #FF9500;
}
.page-id-472 table td {
  display: block;
  font-size: 1.3rem;
  padding: 3px 0px 0px 25px;
  min-height: 30px;
}
/* 奇数行 */
.page-id-472 table tr:nth-child(2n+1) {
   background-color: #FFF !important;
}
/* 偶数行 */
.page-id-472 table tr:nth-child(2n) {
   background-color: #FFF5E4;
}
/* 左上の角丸 */
.page-id-472 table th:first-child {
  border-top-left-radius: 11px;
}
/* 右上の角丸 */
.page-id-472 table th:last-child {
  border-top-right-radius: 11px;
}

/* --- 開発例 --- */
@media screen and (min-width: 782px) {
  .development-example__section .wp-block-group__inner-container {
    padding: 260px 40px 80px;
  }
}
@media screen and (min-width: 782px) {
  .text-card__loop {
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    gap: 60px;
  }
}
.text-card__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  width: 100%;
  max-width: 510px;
  margin: 0 auto 40px;
}
.text-card__item:last-child {
  margin: 0 auto;
}
@media screen and (min-width: 782px) {
  .text-card__item {
    margin: 0 auto;
  }
}
.text-card__header {
  display: flex;
  align-items: end;
  margin: 0 0 20px;
}
.text-card__icon {
  width: 60px;
}
.text-card__main-title-bg {
  position: relative;
  right: 5px;
  width: 80%;
  max-width: 100%;
  height: 41px;
}
.text-card__main-title-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.text-card__main-title {
  position: relative;
  left: 5vw;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 782px) {
  .text-card__main-title {
    left: 3vw;
    justify-content: left;
  }
}
.text-card__body {
  background-color: #FFF;
  border-radius: 10px;
  padding: 25px;
}
.text-card__sub-title {
  font-size: 1.4rem;
  color: #FF9500;
  padding: 0 0 10px;
  margin: 0;
}
.text-card__detail {
  font-size: 1.2rem;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .text-card__detail br {
    display: none;
  }
}

/* --- 開発の流れ --- */
.development-flow__list {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.development-flow__item {
  display: flex;
  align-items: stretch;
  position: relative;
}
.development-flow__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1em;
  position: relative;
  flex-shrink: 0; 
}
.development-flow__item::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 27.5px;
  width: 2px;
  height: 100%;
  background-color: #FF9500;
  z-index: 1;
}
.development-flow__circle {
  width: 55px;
  /* height: 55px; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  z-index: 2;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  line-height: 1;
}
.development-flow__circle.odd {
  background-color: #fff;
  border: 2px solid #FF9500;
  color: #FF9500;
}
.development-flow__circle.even {
  background-color: #FF9500;
  color: #fff;
  border: 2px solid #FF9500;
}
/* .development-flow__line {
  transform: translateX(-50%);
  width: 2px;
  height: 60%;
  background-color: #FF9500;
  z-index: 0;
} */
.development-flow__right {
  flex: 1;
  padding: 5px 0 0;
}
.development-flow__title {
  color: #FF9500;
  font-size: 1.9rem;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.development-flow__detail {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .development-flow__detail br {
    display: none;
  }
}

/* パッケージ */
.page-id-1377 .link-card__icon {
  height: 125px;
}
.smart__section .wp-block-image img {
  width: 100%;
  max-width: 320px;
  object-fit: contain;
}
@media screen and (max-width: 639px) {
  .smart__section .wp-block-image {
    text-align: center;
  }
}

/* --- スマート給与 --- */

/* --- スマート建設 --- */
.page-id-1464 .wp-block-gallery {
  max-width: 700px;
}
@media (max-width: 639px) {
  .page-id-1464 .wp-block-gallery {
    display: block !important;
  }
  .page-id-1464 .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
  .page-id-1464 .wp-block-gallery .wp-block-image:not(:last-child) {
    margin-bottom: 25px !important;
  }
}

/* --- デジドラ勤怠 --- */
.degidora__section .wp-block-image {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin: 0 auto;
}
.degidora__section .wp-block-image img {
  width: 1200px;
  max-width: calc(100vw - 40px);
}
.degidora__section .degidora-pc {
  display: none;
}
.degidora__section .degidora-sp {
  display: block;
}
.degidora__section .wp-block-image:nth-of-type(1) {
  background-color: #000;
  padding: 20px;
}
.degidora__section .wp-block-image:nth-of-type(n + 3):nth-of-type(-n + 6) {
  background-color: #23954b;
  padding: 20px;
}
@media screen and (min-width: 640px) {
  .degidora__section .degidora-pc {
    display: block;
  }
  .degidora__section .degidora-sp {
    display: none;
  }
}
@media screen and (min-width: 782px) {
  .degidora__section .wp-block-image img {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1024px) {
  .degidora__section .wp-block-image img {
    max-width: calc(100vw - 170px);
  }
}

/* --- デジドラ勤怠ダウンロード --- */
.page-id-2186 .table--col-header:nth-of-type(1) {
  margin-bottom: 60px;
}

/* --- サイバーセキュリティ --- */
.page-id-632 h3 {
  font-size: 1.6rem;
  color: #C5397B;
  margin: 0 0 15px;
}
@media screen and (min-width: 640px) {
  .development-flow__detail br {
    font-size: 1.6rem;
  }
}
.page-id-632 .thin-dotted-bg img {
  aspect-ratio: 8 / 5;
  object-fit: cover;
  border-radius: 10px;
}

/* --- サイバーセキュリティトップ --- */
.syber-top-section h1 {
  margin-bottom: 35px;
  letter-spacing: 1px;
}
.syber-top-section .wp-block-columns {
  max-width: 800px;
  margin: 0 auto 70px;
  flex-wrap: nowrap !important;
  gap: 0;
}
@media screen and (min-width: 640px) {
  .syber-top-section .wp-block-columns {
    gap: 30px;
  }
}
.syber-top-section .wp-block-columns .wp-block-column {
  position: relative;
}
.syber-top-section .wp-block-columns h3 {
  position: absolute;
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  bottom: 40%;
  left: 50%;
  margin: 0;
  opacity: 0;
  transform: translateX(-50%) translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.syber-top-section .wp-block-columns h3.is-animated {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@media screen and (min-width: 480px) {
  .syber-top-section .wp-block-columns h3 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 640px) {
  .syber-top-section .wp-block-columns h3 {
    bottom: 40%;
    font-size: 1.6rem;
  }
}
.syber-top-section h2 {
  color: #000;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 0;
}

/* --- 比較イメージ --- */
.syber-compare-section .wp-block-columns {
  display: flex;
  gap: 0;
}
.syber-compare-section .wp-block-column img {
  aspect-ratio: revert-layer !important;
}
.syber-compare-section .wp-block-columns > .wp-block-column:nth-of-type(1) img,
.syber-compare-section .wp-block-columns > .wp-block-column:nth-of-type(3) img {
  object-fit: contain;
}
.syber-compare-section .wp-block-columns > .wp-block-column:nth-of-type(2) {
  text-align: center;
  margin: 0 0 15px;
}
.syber-compare-section .wp-block-columns > .wp-block-column:nth-of-type(2) img {
  position: relative;
  width: 17vw;
  min-width: 70px;
  transform: rotate(90deg);
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .syber-compare-section .wp-block-columns > .wp-block-column:nth-of-type(1) {
    flex-basis: 50%;
  }
  .syber-compare-section .wp-block-columns > .wp-block-column:nth-of-type(2) {
    flex-basis: auto !important;
  }
  .syber-compare-section .wp-block-columns > .wp-block-column:nth-of-type(3) {
    flex-basis: 40%;
  }
  .syber-compare-section .wp-block-columns > .wp-block-column:nth-of-type(1) img,
  .syber-compare-section .wp-block-columns > .wp-block-column:nth-of-type(3) img {
    height: clamp(220px, 33vw, 430px);
    object-fit: contain;
  }
  .syber-compare-section .wp-block-columns > .wp-block-column:nth-of-type(2) .wp-block-image {
    position: relative;
    top: 30%;
    left: 42%;
    display: block;
    width: clamp(50px, 10vw, 90px);
    height: auto;
    z-index: -1;
  }
  .syber-compare-section .wp-block-columns > .wp-block-column:nth-of-type(2) img {
    transform: translate(-55%, 50%);
  }
}

/* --- シンプルな構成・管理画面 --- */
.syber-simple-section .wp-block-columns > .wp-block-column:nth-of-type(1) {
  flex-basis: 20% !important;
} 
.syber-simple-section .wp-block-columns > .wp-block-column:nth-of-type(2) {
  flex-basis: 80% !important;
} 
.syber-simple-section .wp-block-image img {
  max-width: 180px;
  min-width: 100px;
}
@media screen and (max-width: 781px) {
  .syber-simple-section .wp-block-image img {
    max-width: 130px;
  }
}
.syber-simple-section h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.syber-simple-section ul {
  margin-left: 0;
}
.syber-simple-section li {
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
}
.syber-simple-section li:not(:last-child) {
  margin: 0 0 10px;
}
.syber-simple-section li::before {
  content: "〇";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 10px 0 0;
}

/* --- MGSP --- */
.syber-mgsp-section h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #000;
  margin: 0 0 25px 0;
  letter-spacing: 1px;
}
.syber-mgsp-section p {
  max-width: 1000px;
}

/* --- デジタルサイネージ広告 --- */

/* デジタルサイネージ広告 トップ */
.signage-top__section {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fbeff0;
  overflow: hidden;
}
.signage-top__section .wp-block-columns {
  max-width: 1100px;
  margin: 0 auto;
}
.signage-top__section .wp-block-column:nth-of-type(1) {
  flex-basis: 60%;
}
.signage-top__section .wp-block-column:nth-of-type(2) {
  flex-basis: 40%;
}
.signage-top__section .wp-block-column:nth-of-type(2) .wp-block-image {
  position: absolute;
  top: 16%;
}
@media screen and (max-width: 781px) {
  .signage-top__section .wp-block-columns {
    flex-direction: column;
  }
  .signage-top__section .wp-block-image,
  .signage-top__section .wp-block-heading,
  .signage-top__section p {
    text-align: center;
  }
  .signage-top__section .wp-block-column:nth-of-type(2) .wp-block-image {
    display: none;
  }
}
.signage-top__section .heading {
  margin: 0 0 70px;
}
.signage-top__section h1 {
  font-size: 3.4rem;
  line-height: 1.3;
  letter-spacing: 5px;
  margin: 0 0 35px;
}
.signage-top__section p {
  font-size: 1.55rem;
}
.signage-top__section .wp-block-column:nth-of-type(1) img {
  width: 280px;
  margin: 0 0 20px;
}
.signage-top__section .wp-block-column:nth-of-type(2) .wp-block-image {
  position: absolute;
}

/* デジタルサイネージ広告 特徴 */
.signage-features__section .wp-block-group__inner-container {
  padding-bottom: 100px;
}
@media screen and (min-width: 782px) {
  .signage-features__section .wp-block-group__inner-container {
    padding-bottom: 160px;
  }
}
.jv-features-heading {
  margin: 0 0 45px;
}
.jv-features-heading .wp-block-heading {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.jv-features-heading .wp-block-heading.is-animated {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.jv-features-heading .wp-block-group__inner-container {
  position: relative;
  display: flex;
  max-width: 610px;
  padding: 5px;
  background-color: #d8404a;
  border: solid 3px #000;
  box-shadow: 0 0 0 7px #646464;
  gap: 20px;
}
.jv-features-heading .wp-block-group__inner-container::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  right: -10px;
  height: 8px;
  background-color: #000;
  z-index: 1;
  clip-path: polygon(
    7.5px 0%, 
    calc(100% - 7.5px) 0%, 
    100% 100%, 
    0% 100%);
}
.signage-features__section .wp-block-group__inner-container > p {
  margin-bottom: 40px;
}
.signage-features__section h2 {
  font-size: 1.9rem;
  color: #FFF;
  letter-spacing: 4px;
  margin: 0 auto;
}
.jv-heading__icon {
  display: none;
}
.jv-heading__cls-1 {
  transform: translateX(0);
  transition: transform 0.5s ease-out;
}
.jv-heading__cls-1.is-animated {
  transform: translateX(6px);
}
@media screen and (min-width: 480px) {
  .jv-features-heading .wp-block-group__inner-container {
    padding: 7px 15px;
  }
  .signage-features__section h2 {
    font-size: 2.5rem;
    margin: 0 0 0 auto;
  }
  .jv-heading__icon {
    display: block;
    width: 100px;
    margin: 0;
  }
}
.signage-features__section .wp-block-columns {
  margin: 0 0 60px;
}
.signage-features__section .wp-block-columns .wp-block-image {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; 
}
.signage-features__section .wp-block-columns .wp-block-column:nth-child(1) .wp-block-image.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s; 
}
.signage-features__section .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.signage-features__section .wp-block-columns .wp-block-column:nth-child(3) .wp-block-image.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}

.wp-block-group.signage-features__section h3 {
  color: #d8404a;
  letter-spacing: 3px;
  margin: 0 0 10px;
}
.signage-features__section .wp-block-columns p {
  text-align: center;
}
.signage-features__section img {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 640px) {
  .signage-features__section .wp-block-columns {
    margin: 0 0 100px;
  }
  .signage-features__section .wp-block-columns p {
    text-align: left;
  }
}

/* スライダー */
@media screen and (max-width: 575px) {
  .swiper {
    overflow: visible;
    width: 90%;
    margin: 0 auto; 
  }
  .swiper-slide {
    width: 80%;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .swiper-slide-next,
  .swiper-slide-prev {
    transform: scale(0.95);
    /* opacity: 0.8; */
  }
}
.swiper__container {
  position: relative;
}
.slide-image-wrapper {
  border: solid 2px #d8404a;
  border-radius: 10px;
  margin: 0 0 35px;
  overflow: hidden;
}
.slide-image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.slide-title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFF;
  background-color: #d8404a;
  padding: 5px;
}
.slide-comment {
  position: relative;
  display: inline-block;
  padding: 25px;
  border: 2px solid #d8404a;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #000000;
}
.slide-comment::before,
.slide-comment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  translate: -50% -100%;
}
.slide-comment::before {
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #d8404a;
}
.slide-comment::after {
  border-width: 0 22.2px 22.2px 22.2px;
  border-color: transparent transparent #ffffff;
}
.swiper-button-next, 
.swiper-button-prev {
  top: 35%;
  color: #d8404a;
}
.swiper-button-next {
  right: calc(-4% + 3px);
}
.swiper-button-prev {
  left: calc(-4% + 3px);
}
@media screen and (max-width: 959px) {
  .swiper-button-next, 
  .swiper-button-prev {
    display: none;
  }
}

/* JIMOTO Vision詳細 */
.signage-detail__section .wp-block-group:not(:last-child) {
  margin-bottom: 80px;
}
.signage-place__section .wp-block-group__inner-container,
.signage-fee__section .wp-block-group__inner-container {
  padding-top: 0;
  padding-bottom: 0;
}
.signage-place__section .wp-block-group__inner-container > p:nth-of-type(1),
.signage-fee__section .wp-block-group__inner-container > p:nth-of-type(1) {
  font-size: 1.55rem;
  letter-spacing: 1px;;
}
.signage-detail__section h2 {
  margin-bottom: 20px;
}
.signage-detail__section table {
  max-width: 730px;
  background-color: #FFF;
}
.signage-detail__section .wp-block-table .has-fixed-layout {
  min-width: 600px;
}
.signage-detail__section iframe {
  margin-bottom: 80px;
}
.signage-fee__section table td:nth-of-type(2) {
  font-weight: 600;
  color: #d8404a;
  background-color: #fbeff0;
  border: solid 1px #000;
}
@media screen and (max-width: 639px) {
  .signage-detail__section .wp-block-table {
    overflow-x: scroll;
  }
}

/* FAQ */
.signage-faq__section .wp-block-group__inner-container {
  padding-top: 100px;
}
@media screen and (min-width: 782px) {
  .signage-faq__section .wp-block-group__inner-container {
    padding-top: 160px;
  }
}
.qa-title {
  margin: 0 0 25px;
}
.qa-title .wp-block-group__inner-container {
  padding: 0;
}
.qa-title .wp-block-heading {
  margin: 0 0 20px;
}
@media screen and (min-width: 640px) {
  .qa-title {
    margin: 0 0 45px;
  }
  .qa-title .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .qa-title .wp-block-heading {
    margin: 0;
  }
}
.qa-title h2 {
  width: 145px;
  background: linear-gradient(
    to right,
    #FF9500 0%,
    #FF9500 50%,
    #fff 50%,
    #fff 100%
  );
  margin: 0;
  padding: 0 12px;
  letter-spacing: 0;
  line-height: 1.3;
  border: solid 2px #FF9500;
  border-radius: 25px;
}
.qa-title__q,
.qa-title__a {
  font-size: 60px;
}
.qa-title__q {
  color: #FFF;
}
.qa-title__and {
  font-size: 25px;
  color: #FFF;
  filter: drop-shadow(1px 1px 0 #FF9500)
          drop-shadow(-1px 1px 0 #FF9500)
          drop-shadow(1px -1px 0 #FF9500)
          drop-shadow(-1px -1px 0 #FF9500);
}
.qa-title__a {
  color: #FF9500;
}
.qa-title__text {
  font-size: 1.5rem;
  margin: 0;
  line-height: 2;
}
.qa-title__text span {
  font-size: 1.9rem;
  color: #FF9500;
  font-weight: 600;
}
details {
  border: solid 2px #FF9500;
  border-radius: 18px;
  overflow: hidden;
}
details p {
  margin-bottom: 0;
}
.lightweight-accordion {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.lightweight-accordion:not(:last-child) {
  margin-bottom: 33px;
}
.lightweight-accordion .lightweight-accordion-title,
.lightweight-accordion .lightweight-accordion-body {
  display: flex !important;
  align-items: center;
  padding: 14px 12px 14px 70px !important;
}

.lightweight-accordion .lightweight-accordion-title {
  background-color: #FF9500 !important;
  list-style: none;
  gap: 10px;
}
.lightweight-accordion .lightweight-accordion-title span {
  font-weight: 600 !important;
}
.lightweight-accordion .lightweight-accordion-title::before,
.lightweight-accordion .lightweight-accordion-body::before {
  position: absolute;
  font-size: 45px;
  font-weight: 600;
}
.lightweight-accordion .lightweight-accordion-title::before {
  content: "Q";
  top: -24px;
  left: 18px;
  color: #FFF;
}
.lightweight-accordion-title::after {
  content: "\f067";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 2rem;
  color: #FFF;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 10px 0 auto;
}
details[open] .lightweight-accordion-title::after {
  content: "\f068";
}
.lightweight-accordion .lightweight-accordion-body::before {
  content: "A";
  bottom: -20px;
  left: 21px;
  color: #FF9500;
}

/* --- JVページ用お問い合わせブロック --- */

.page-id-1134 .contact-block__section .wp-block-columns {
  flex-direction: column;
  margin: 0 auto;
}
.page-id-1134 .contact-block__section .wp-block-image {
  margin-bottom: 60px;
}
.page-id-1134 .contact-block__section .wp-block-image img {
  width: 100%;
  max-width: 250px;
}
.page-id-1134 .contact-block__section .contact-block__headings {
  margin-left: auto;
  margin-right: auto;
}
.page-id-1134 .contact-block__section .contact-block__headings .heading-en {
  font-size: 3rem;
  line-height: 1.4;
}
.page-id-1134 .contact-block__section .contact-block__headings .heading-ja {
  font-size: 1.3rem;
}
@media screen and (min-width: 1280px) {
  .page-id-1134 .contact-block__section .wp-block-columns {
    flex-direction: row;
    align-items: end !important;
    margin: 0 auto 0 0; 
  }
  .page-id-1134 .contact-block__section .contact-block__icon {
    margin-bottom: 60px;
  }
  .page-id-1134 .contact-block__section .contact-block__headings {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    text-align: center;
    z-index: 2;
  }
}

/* --- ホームページ --- */
@media screen and (max-width: 639px) {
  .page-id-870 .wp-block-group__inner-container > p br {
    display: none;
  }
}

/* --- ホームページトップ --- */
.hp-top__section {
  position: relative;
}
.hp-top__section .frame__text .wp-block-group__inner-container {
  padding: 0;
}
.hp-top__image {
  position: relative;
}
.hp-top__animation {
  position: absolute;
  width: 100%;
  height: 46%;
  fill: #FFF5E4; 
  transform: translateX(0);
  transition: transform 2s ease;
  z-index: 5;
}
.hp-top__animation.is-animated {
  transform: translateX(100%);
}

.hp-top__section h1 {
  font-size: 2.6rem;
  margin: 0 0 25px;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.hp-top__section h1.is-animated {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.hp-top__section .highlight {
  color: #4EBFAC;
}
.hp-top__section svg {
  display: none;
}
@media screen and (min-width: 640px) {
  .hp-top__section .frame__text .wp-block-group__inner-container {
    padding: 10px;
  }
  .hp-top__section h1 {
    font-size: 3.4rem;
  }
  .hp-top__section .frame__text {
    position: absolute;
    width: 550px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
  .hp-top__section svg {
    max-width: 800px;
    display: block;
    margin: 0 auto;
  }
}

/* ホームページ制作の特徴 */
.features__section
.features__section .wp-block-group__inner-container > h2 {
  font-size: 3rem;
}
.features__section .wp-block-group__inner-container > p {
  font-size: 1.9rem;
}
.deco-card-loop {
  display: grid;
  gap: 35px; 
}
@media screen and (min-width: 576px) {
  .deco-card-loop {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 782px) {
  .deco-card-loop {
    gap: 55px;
  }
}
.deco-card__item {
  position: relative;
  display: flex;
  min-height: 210px;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 65px 30px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  gap: 10px;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .deco-card__item {
    flex-direction: row;
  }
}
/* 線装飾 */
.deco-card__item::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 85px;
  right: 30px;
  height: 60px;
  border-top: 2px solid #FF9500;
  border-right: 2px solid #FF9500;
  border-top-right-radius: 10px;
  pointer-events: none;
  z-index: -1;
}

.deco-card__animation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  border-radius: 12px;
  overflow: hidden;
  z-index: 0;
}
.deco-card__animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  clip-path: inset(0 0 0 85px);
  transition: transform 1.5s ease, top 0.5s ease 1.5s;
}
/* アニメーション開始 */
.deco-card__animation.is-animated {
  transform: translateX(95%);
  top: 20%;
  transition: transform 1.5s ease, top 0.5s ease 1.5s;
}

.deco-card__item::after {
  content: "";
  position: absolute;
  top: 85px;
  right: 27px;
  width: 8px;
  height: 8px;
  background: #FF9500;
  border-radius: 50%;
  z-index: -1;
}
.deco-card__content {
  flex: 1 1 50%;
  z-index: 1;
}
.deco-card__number {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 65px;
  height: 65px;
}
.deco-card__number img {
  width: 100%;
  height: auto;
  display: block;
}
.deco-card__number-text {
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-62%, -52%); */
  transform: translate(-62%, -60%);
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.deco-card__line {
  position: absolute;
  top: 20px;
  left: 65px;
  width: 80%;
}
.deco-card__title {
  font-size: 1.7rem;
  color: #4EBFAC;
  margin: 0 0 15px;
  letter-spacing: 1px;
}
.deco-card__detail {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0;
}
.deco-card__icon {
  flex: none;
  text-align: center;
  margin: 0 0 20px;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.deco-card__icon.is-animated {
  opacity: 1;
}
.deco-card__icon img {
  max-width: 100%;
  width: 200px;
  height: 130px;
}
@media screen and (min-width: 782px) {
  .deco-card__icon {
    flex: 1 1 50%;
  }
  .deco-card__icon img {
    height: 180px;
  }
}

/* 背景の装飾 */
.hp-features__section.dark-orange-bg--double .background-decorations {
  z-index: -1;
}
.hp-features__section.dark-orange-bg--double .left-circle-stripe {
  width: clamp(100px, 20vw, 250px);
  top: -25%;
  left: -3vw;
  z-index: 0;
}
.hp-features__section.dark-orange-bg--double .left-line-bolt-dotted-above {
  width: clamp(140px, 20vw, 350px);
  top: 2%;
  left: -14vw;
}
.hp-features__section.dark-orange-bg--double .left-line-thin-above {
  width: clamp(180px, 20vw, 450px);
  top: 30%;
  left: -18%;
}
.hp-features__section.dark-orange-bg--double .left-line-bolt-dotted-under {
  width: clamp(140px, 20vw, 350px);
  bottom: 18%;
  left: -14vw;
}
.hp-features__section.dark-orange-bg--double .left-line-thin-under {
  width: clamp(180px, 20vw, 450px);
  bottom: 10%;
  left: -13vw;
}
.hp-features__section.dark-orange-bg--double .left-circle-dotted {
  width: clamp(100px, 20vw, 250px);
  bottom: 0;
  left: -4vw;
}
.hp-features__section.dark-orange-bg--double .right-circle-dotted {
  width: clamp(100px, 20vw, 250px);
  top: -25%;
  right: -2vw;
  z-index: 0;
}
.hp-features__section.dark-orange-bg--double .right-line-bolt-dotted {
  width: clamp(140px, 20vw, 350px);
  top: -15%;
  right: -12vw;
  z-index: 0;
}
.hp-features__section.dark-orange-bg--double .right-circle-stripe-under {
  width: clamp(100px, 20vw, 250px);
  top: 30%;
  right: 8vw;
}
.hp-features__section.dark-orange-bg--double .right-line-bolt-inversion {
  width: clamp(140px, 20vw, 350px);
  bottom: 20%;
  right: -5vw;
}
.hp-features__section.dark-orange-bg--double .right-line-thin {
  width: clamp(180px, 20vw, 450px);
  bottom: 16%;
  right: -14vw;
}

/* ホームページ制作実績 */
.hp-achievement__section {
  background-color: transparent;
  overflow: hidden;
}
.hp-achievement__section .thin-dotted-bg {
  top: 290px;
  z-index: -1;
}
.hp-achievement-loop {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 576px) {
  .hp-achievement-loop {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .hp-achievement-loop {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hp-achievement__card {
  display: block;               /* aタグをブロック化 */
  text-decoration: none;  
  background: #fff;
  box-shadow: 0 0 5px #c3c3c3;
}
.hp-achievement__card:hover .hp-achievement__image img {
  transform: scale(1.1);
  transition: 1s all;
}
.hp-achievement__image {
  overflow: hidden;
}
.hp-achievement__image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 8 / 5;
  object-fit: cover;
  transition: 1s all;
}
.hp-achievement__body {
  padding: 20px 15px 10px;
}
.hp-achievement__name {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 5px;
}
.hp-achievement__tags {
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
}

/* ITサポートサービス */
.it-support-top__section h2 {
  font-size: 3rem;
}
.it-support-top__section p {
  font-size: 1.7rem;
  letter-spacing: 1px;
}
.icon-card__loop {
  position: relative;
  display: grid;
  margin: 0;
  gap: 20px;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .icon-card__loop {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .icon-card__loop {
    grid-template-columns: repeat(3, 1fr);
  }
}
.icon-card__card {
  padding: 35px 20px 20px;
}
.icon-card__item {
  background-color: #FFF;
  list-style: none;
  border-radius: 10px;
}
.icon-card__icon {
  display: flex;
  justify-content: center;
  margin: 0 0 25px;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.icon-card__icon.is-animated {
  opacity: 1;
}
.icon-card__icon img {
  max-width: 320px;
  aspect-ratio: 2 / 1;
}
.icon-card__text {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}

/* 背景の装飾 */
.it-support__section.dark-orange-bg--double .left-line-bolt {
  width: clamp(100px, 20vw, 250px);
  top: -40%;
  left: -3vw;
  z-index: 0;
}
.it-support__section.dark-orange-bg--double .left-circle-dotted {
  width: clamp(140px, 20vw, 250px);
  top: 15%;
  left: 10vw;
}
.it-support__section.dark-orange-bg--double .left-line-thin {
  width: clamp(180px, 20vw, 450px);
  top: 15%;
  left: -15%;
}
.it-support__section.dark-orange-bg--double .left-circle-stripe {
  width: clamp(160px, 20vw, 400px);
  top: 50%;
  left: -10vw;
  z-index: 1;
}

.it-support__section.dark-orange-bg--double .right-circle-dotted {
  width: clamp(180px, 20vw, 450px);
  top: -60%;
  right: -5vw;
  z-index: 1;
}
.it-support__section.dark-orange-bg--double .right-line-thin-above {
  width: clamp(100px, 20vw, 250px);
  bottom: 40%;
  right: -7vw;
}
.it-support__section.dark-orange-bg--double .right-line-bolt-inversion {
  width: clamp(100px, 20vw, 250px);
  top: 55%;
  right: -2vw;
  z-index: 1;
}
.it-support__section.dark-orange-bg--double .right-line-thin-under {
  width: clamp(140px, 20vw, 350px);
  top: 45%;
  right: -15vw;
  z-index: 1;
}
/* ホームページ制作ページ お問い合わせブロック */
.page-id-870 .contact-block__section .wp-block-group__inner-container {
  padding-top: 80px;
}
@media screen and (min-width: 782px) {
  .page-id-870 .contact-block__section .wp-block-group__inner-container {
    padding-top: 150px;
  }
}

/* --- IT機器販売 --- */
.page-id-1147 .icon-card__icon img {
  width: 100%;
  max-width: 270px;
  height: 180px;
  aspect-ratio: auto;
  object-fit: contain;
}

/* --- 当社の強みページ --- */

.advantage-sticky-wrapper {
  position: relative;
}
.advantage-sticky-wrapper > .wp-block-group__inner-container {
  padding: 0;
}
.advantage-top__section h1 {
  font-size: 3.6rem;
  margin: 0 0 15px;
  letter-spacing: 1px;
}
.advantage-top__section p {
  font-size: 1.7rem;
  letter-spacing: 1px;
}
.advantage-top__section .highlight  {
  font-weight: 600;
  color: #FF9500;
}
.advantage-top__section .emphasis {
  font-size: 2.5rem;
}
.advantage-top__section img {
  max-width: 520px;
}
.advantage-business__section {
  position: relative; 
}
.advantage-business__section .wp-block-columns {
  max-width: 1280px;
  padding: 0px 40px;
  margin: 0px 0 150px;
  z-index: 1;
}
.advantage-business__section .light-orange-bg {
  content: '';
  position: absolute;
  top: var(--columns-height, 600px); 
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: 150px 0 0;
}
.advantage-business__section .wp-block-heading,
.advantage-business__section .business {
  position: relative;
  z-index: 1;
}
.advantage-business__section figure {
  position: absolute;
  top: 296px;
  right: 40px;
  width: 545px;
  transform-origin: center center;
  transform-box: fill-box;
  animation: spin 20s linear infinite;
  display: inline-block;
  align-items: center;
  justify-content: center;
}
.advantage-business__section svg .gondola {
  transform-origin: center center;
  transform-box: fill-box;
  animation: unspin 20s linear infinite;
}
/* .sticky-figure-placeholder {
  visibility: hidden;
  display: block;
  width: auto;
  height: auto;
}
.advantage-sticky-figure {
  text-align: center;
  z-index: 9999;
  pointer-events: none;
}
.advantage-sticky-figure {
  transform: translateZ(0); 
  will-change: transform, top; 
  backface-visibility: hidden;
} */

@media (max-width: 781px) {
  .advantage-business__section .wp-block-columns {
    flex-direction: column;
    text-align: center;
    margin: 0 0 50px;
    padding: 0 20px;
    gap: 50px;
  }
  .advantage-business__section .wp-block-column:last-child {
    position: relative !important; 
    width: 100% !important; 
  }
  .advantage-business__section .advantage-sticky-figure {
    position: relative !important; 
    width: 100% !important;
    right: 0 !important;

    > img { 
      width: 100% !important;
      height: auto !important;
    }
  }
}
.business__item:not(:last-child) {
  margin: 0 0 45px;
}
.business__category {
  display: flex;
  align-items: center;
  max-width: 510px;
  height: 50px;
  margin: 0 0 25px;
  padding: 10px 24px;
  background-color: #4EBFAC;
  border-radius: 10px 50px 50px 10px;
  overflow: hidden;
}
.business__number {
  font-size: 5.2rem;
  line-height: 1.2;
  margin: 0;
  position: relative;
  top: -11px;
  flex-shrink: 0;
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
  background: rgba(255, 255, 255, 0.1);
  -webkit-background-clip: text;
  background-clip: text;   
}
.business__category-name {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #FFF;
  margin: 0 0 0 20px;
}
.business__detail {
  margin: 0 0 25px 0;
}
@media screen and (min-width: 640px) {
  .business__detail {
    max-width: 500px;
    margin: 0 0 25px 30px;
  }
}
@media screen and (max-width: 639px) {
  .business__detail br {
    display: none;
  }
}
.business__names {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
}
.business__name {
  display: flex;
}
.business__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 400px;
  height: 75px;
  padding: 0;
  border: 1px solid #3E6BB3;
  border-radius: 70px;
  background-color: #FFF;
  color: #3E6BB3;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.8s ease;
  isolation: isolate;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.business__button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-color: #3E6BB3;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 1s ease;
  z-index: 0;
  will-change: transform, opacity;
}
.business__button:hover {
  color: #fff;
  background-color: #FFF;
}
.business__button:hover::before {
  transition: transform 2s ease;
  transform: translate(-50%, -50%) scale(10);
}
.business__image,
.business__text {
  position: relative;
  z-index: 1;
}
.business__image {
  display: flex;
  width: 130px;
  height: 100%;
  max-height: 100%;
  padding: 0 20px 0 30px;
  background-color: #3E6BB3;
  justify-content: center;
  align-items: center;
}
.business__image img {
  height: 50px;
  margin: 0 auto;
}
.business__text {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 15px;
  align-items: center;
  gap: 13px;
  z-index: 1;
}
.business__text::before {
  content: '';
  background-image: url("images/button/button-icon-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 40px;
  min-height: 40px;
}
.business__text span {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}


/* 背景の装飾 */
.advantage-business__section .background-decorations {
  z-index: 0;
}
.advantage-business__section .left-circle-stripe-above {
  width: clamp(100px, 20vw, 250px);
  top: 2%;
  left: -4vw;
  z-index: 0;
}
.advantage-business__section .left-line-bolt-dotted-above {
  width: clamp(140px, 20vw, 350px);
  top: 14%;
  left: -8vw;
  z-index: 0;
}
.advantage-business__section .left-line-thin-above {
  width: clamp(180px, 20vw, 450px);
  top: 27%;
  left: -17vw;
}
.advantage-business__section .left-line-bolt-dotted-middle {
  width: clamp(140px, 20vw, 350px);
  top: 30%;
  left: -14vw;
}
.advantage-business__section .left-circle-dotted {
  width: clamp(100px, 20vw, 250px);
  top: 35%;
  left: 2vw;
}
.advantage-business__section .left-line-thin-middle {
  width: clamp(180px, 20vw, 450px);
  top: 47%;
  left: -15vw;
}
.advantage-business__section .left-line-bolt-above {
  width: clamp(140px, 20vw, 350px);
  top: 52%;
  left: -10vw;
}
.advantage-business__section .left-circle-stripe-under {
  width: clamp(100px, 20vw, 250px);
  bottom: 29%;
  left: 2vw;
}
.advantage-business__section .left-line-bolt-dotted-under {
  width: clamp(140px, 20vw, 350px);
  bottom: 9%;
  left: -14vw;
}
.advantage-business__section .left-line-thin-under {
  width: clamp(180px, 20vw, 450px);
  bottom: 9%;
  left: -8vw;
}
.advantage-business__section .left-line-bolt-under {
  width: clamp(140px, 20vw, 350px);
  bottom: -3%;
  left: -7vw;
}
.advantage-business__section .right-circle-dotted-above {
  width: clamp(100px, 20vw, 250px);
  top: 7%;
  right: -2vw;
  z-index: 0;
}
.advantage-business__section .right-line-bolt-dotted {
  width: clamp(140px, 20vw, 350px);
  top: 9%;
  right: -12vw;
  z-index: 0;
}
.advantage-business__section .right-circle-stripe-above {
  width: clamp(100px, 20vw, 250px);
  top: 30%;
  right: 3vw;
}
.advantage-business__section .line-bolt-dotted-inversion {
  width: clamp(140px, 20vw, 350px);
  top: 37%;
  right: -5vw;
}
.advantage-business__section .right-line-thin-above {
  width: clamp(180px, 20vw, 450px);
  top: 40%;
  right: -13vw;
}
.advantage-business__section .right-circle-dotted-under {
  width: clamp(100px, 20vw, 250px);
  top: 56%;
  right: -2vw;
}
.advantage-business__section .right-line-dotted {
  width: clamp(140px, 20vw, 450px);
  bottom: 27%;
  right: -14vw;
  z-index: 0;
}
.advantage-business__section .right-line-thin-middle {
  width: clamp(100px, 20vw, 250px);
  bottom: 22%;
  right: -6vw;
}
.advantage-business__section .right-circle-stripe-under {
  width: clamp(140px, 20vw, 250px);
  bottom: 10%;
  right: -1vw;
}
.advantage-business__section .right-line-thin-under {
  width: clamp(180px, 20vw, 450px);
  bottom: 3%;
  right: -16vw;
}

/* --- リモートサポート --- */
.page-id-1143 .wp-block-buttons {
  margin: 0 0 40px;
}

/* --- 会社案内 --- */
.page-id-325 .link-card__icon {
  height: 155px;
}

/* --- ごあいさつ --- */

.message__section .wp-block-columns {
  overflow: visible !important;
  align-items: flex-start;
}
.message__section .wp-block-column:nth-of-type(2) {
  display: block;
  position: relative;
}
.message__section .wp-block-column:nth-of-type(2) img {
  position: sticky;
  top: 20px;
}
.message__section .wp-block-image img {
  aspect-ratio: 8 / 5;
  object-fit: cover;
  border-radius: 40px;
}

/* --- 会社概要 --- */

@media screen and (min-width: 640px) {
  .page-id-1177 .table--row-border table td:nth-of-type(1) {
    width: 130px;
    padding-right: 50px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: justify;
    vertical-align: middle;
  }
}
.page-id-1177 table td:nth-of-type(2) {
  line-height: 2.3;
}

/* --- 沿革 --- */
.page-id-1056 .history__section h2 {
  font-size: 1.8rem;
  margin: 0 0 5px;
}
.page-id-1056 .history__section h2:not(:first-child) {
  border-bottom: solid 1px #c3c3c3;
  padding: 0 0 8px;
}

/* --- YS GROUP --- */
.page-id-1117 .ys-group__section h2 {
  margin: 0 0 10px;
}
.page-id-1117 table td:nth-of-type(2) {
  line-height: 1.6;
}

/* --- 拠点・MAP --- */
.page-id-1098 .base__section .wp-block-columns {
  position: relative;
  gap: 0;
  border: solid 1px #c3c3c3;
  box-shadow: 0px 0px 7px 1px rgba(195, 195, 195, 1);
}
.page-id-1098 .base__section .wp-block-columns:not(:last-child) {
  margin: 0 0 50px;
}
.page-id-1098 .base__section .wp-block-column {
  padding: 30px;
  border-right: none;
}
.page-id-1098 .base__section .wp-block-column:first-child {
  border-bottom: 1px solid #c3c3c3;
}
.page-id-1098 .base__section .wp-block-columns h3 {
  color: #FF9500;
  margin: 0 0 10px;
}
.page-id-1098 .base__section .wp-block-columns p:not(:last-child) {
  margin: 0 0 5px;
}
.page-id-1098 .wp-block-buttons a {
  color: #000;
}
.page-id-1098 .base__section .wp-block-columns img {
  width: 100%;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}
@media screen and (min-width: 640px) {
  .page-id-1098 .base__section .wp-block-column:nth-of-type(1) {
    flex-basis: 40% !important;
    border-right: 1px solid #c3c3c3;
  }
  .page-id-1098 .base__section .wp-block-column:nth-of-type(2) {
    flex-basis: 60% !important;
  }
  .page-id-1098 .base__section .wp-block-columns img {
    width: 450px;
    aspect-ratio: 1.2 / 1;
  }
}



.page-id-1098 .wp-block-buttons .wp-block-button__link {
  display: flex;
  align-items: center;
  border: none;
  border-bottom: solid 1px #000;
  border-radius: 0;
  padding: 9px 50px 9px 35px;
  background-color: transparent;
  gap: 10px;
}
.page-id-1098 .wp-block-button__link::before {
  content: "\f041";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  background: none;
  color: #000;
}
/* .page-id-1098 .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 56%;
  right: 10px;
  width: 20px;
  height: 2px;
  background: #000;
  border-radius: 9999px;
  transform: translateY(-50%);
  transition: width 0.3s ease, background 0.3s ease;
}
.page-id-1098 .wp-block-button__link span::after {
  content: "";
  position: absolute;
  top: calc(50% - -2px);
  right: 0px;
  width: 10px;
  height: 2px;
  background: #000;
  transform: rotate(-135deg);
  transform-origin: left center;
  transition: background 0.3s ease;
} */

.page-id-1098 .wp-block-buttons .wp-block-button__link:hover {
  background-color: transparent;
  border-bottom: solid 1px #3E6BB3;
}

/* 商標登録 */
.page-id-1215 .wp-block-group__inner-container > p {
  margin: 0 0 45px;
}
@media screen and (max-width: 639px) {
  .page-id-1215 .wp-block-group__inner-container > p {
    margin: 0 0 30px;
    text-align: left;
  }
  .page-id-1215 .wp-block-group__inner-container > p br {
    display: none;
  }
}

/* --- 個人情報保護方針 --- */
.page-id-1219 h2 {
  margin-bottom: 30px;
}
.page-id-1219 h2:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 639px) {
  .page-id-1219 .wp-block-columns {
    gap: 0;
  }
}

/* --- お問い合わせ --- */
.page-id-382 .contact-section p {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 15px;
}

/* --- お問い合わせ共通ブロック --- */
.contact-block__section .wp-block-group__inner-container {
  /* padding: 0; */
}
.contact-block__section .wp-block-columns {
  max-width: 1000px;
  flex-direction: column;
  align-items: center !important;
}
@media screen and (min-width: 782px) {
  .contact-block__section .wp-block-columns {
    flex-direction: row;
  }
}
.contact-block__section .wp-block-column:nth-of-type(1) {
  flex-basis: 30%;
}
.contact-block__section .wp-block-column:nth-of-type(2) {
  flex-basis: 70%;
  text-align: center;
}
.contact-block__icon {
  width: clamp(200px, 30vw, 300px);
}
/* @keyframes slide-twice {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  25% {
    opacity: 1; 
    transform: translateX(25px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(25px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
} */
/* .contact-block__move {
  opacity: 0;
  transform: translateX(-20px); 
} */
/* .contact-block__move.is-animated {
  animation-name: slide-twice;
  animation-duration: 2s; 
  animation-timing-function: ease-out; 
  animation-fill-mode: forwards; 
} */
.contact-block__right {
  text-align: center;
}
.contact-block__headings {
  margin: 0 0 40px;
}
@media screen and (min-width: 782px) {
  .contact-block__headings {
    margin: 0 0 60px;
  }
}
.contact-block__headings .heading-en {
  font-size: 4rem;
  color: #4EBFAC;
  text-align: center;
  margin: 0 0 8px;
  line-height: 1;
}
.contact-block__headings .heading-ja {
  color: #c3c3c3;
  text-align: center;
}
.contact-block__main-text {
  font-size: 2rem;
  font-weight: 600;
  color: #3E6BB3;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 0 30px;
}
.contact-block__buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 0 35px;
}
@media screen and (max-width: 781px) {
  .contact-block__buttons {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .contact-block__buttons {
    gap: 40px;
  }
}
.tel-button {
  width: 205px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0B6BB6;
  background: repeating-linear-gradient(135deg, #0B6BB6, #0B6BB6 1px, #fff 2px, #fff 7px);
  border-radius: 30px;
  color: #0B6BB6 !important;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-shadow:
    -3px -3px 0 #FFF, 
    3px -3px 0 #FFF, 
    -3px 3px 0 #FFF, 
    3px 3px 0 #FFF,
    -3px  0px 0 #FFF, 
    3px 0px 0 #FFF, 
    0px -3px 0 #FFF, 
    0px 3px 0 #FFF,
    -2px -2px 0 #FFF, 
    2px -2px 0 #FFF, 
    -2px 2px 0 #FFF, 
    2px 2px 0 #FFF,
    -1px -1px 0 #FFF, 
    1px -1px 0 #FFF, 
    -1px 1px 0 #FFF, 
    1px 1px 0 #FFF;
  gap: 7px;
}
.tel-button::before {
  content: "\f095";
  display: inline-block;
  color: #0B6BB6;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-block__section .contact-button {
  width: 183px;
}
.contact-block__hours {
  color: #0B6BB6;
}

/* アーカイブページ */
.archive .page-header {
  margin-bottom: 0;
}
.archive .page-title {
  display: none;
}
.archive .entry-header {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 5px;
}
.archive .wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0;
}
.archive .post-list {
  padding: 10px 0;
  border-bottom: solid 1px #c3c3c3;
}
@media screen and (min-width: 640px) {
  .archive .entry-header {
    gap: 20px;
  }
  .archive .entry-header {
    flex-direction: row;
  }
  .archive .post-list {
    padding: 18px 0;
  }
}
.archive .post-list:nth-of-type(1) {
  border-top: solid 1px #c3c3c3;
}
.archive .hentry {
  margin-bottom: 0;
}
.archive .loop-wrapper {
  margin: 30px 0 50px;
}
.archive .entry-title,
.archive .entry-date {
  margin: 0;
}
.archive .entry-title {
  font-size: 1.5rem;
}
.archive .entry-date {
  font-size: 1.2rem;
}
.archive .nav-links {
  text-align: center;
}
.pagination {
  margin: 0;
}

/* 投稿ページ */
.single .post {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
.single .entry-header,
.single .entry-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.single .entry-title {
  margin-bottom: 5px;
}
.single .entry-title,
.single .entry-date {
  text-align: left;
}
.single h2 {
  margin-bottom: 20px;
}
.post-navigation .nav-previous {
  margin: 0;
}
.single .post-navigation {
  max-width: 700px;
  margin-bottom: 60px;
}
@media screen and (min-width: 782px) {
  .single .post {
    padding: 80px 0;
  }
  .single .post-navigation {
    margin: 0 auto 80px;
  }
}