@charset "utf-8";
/* CSS Document */
html{margin: 0;padding: 0;overflow-x: hidden;}
body{width:100%; height:100%; text-align:center;color:#282828; font-family: 'Noto Sans JP', sans-serif; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); margin:0 auto}
body{ background: url("../images/bg.jpg") center top repeat-y;}
ul{list-style-type:none; margin-block-start:0; margin-block-end:0; padding-inline-start:0}
p{line-height: 1.7em;text-align: left;}
img{display: block;max-width: 100%;height: auto;}
a:hover img, input[type="image"]:hover, input[type="submit"]{cursor:pointer; cursor:hand} 
	/* link */
	a:link, a:visited, a, a:hover, a:active{text-decoration: none}

/*--共通--*/
.red{color: #fc5300;font-weight: 500;}
.flex {display: flex;}
#wrapper,main {overflow-x: hidden;}
#service,
#point,
#flow,
#message {
  scroll-margin-top: 120px; /*リンク調整*/
}

/*背景*/
.wrapper, .wrap{max-width:960px; margin:0 auto; padding:5%; box-shadow:0px 3px 7px 3px #ccc;}
.wrap{padding:14px 10px; box-shadow:none}.header{color:#000}

/*block*/
    #block_wrapper, .block_wrapper, .shadow{box-shadow: 0 0px 16px rgba(5, 68, 91, 0.4);} .drop-shadow img{filter: drop-shadow(5px 5px 10px rgba(0,0,0,.25))}
    .block{padding:0 5.2% 50px; text-align:left}
    .hl, .h, .hlh{padding:50px 1% 4%; font-weight:900; font-size:2.4em; line-height:1.5em; text-align:center}.h{padding:0 1% 4%}.hlh{padding:70px 2% 40px}

/*footer*/
    #footer{width:100%; margin:0 auto; font-size: 1.5rem;}
    .footer-inner{background:#fff; padding:35px 0 35px; text-align:center}
    #footer a{color:#282828; text-decoration:none} #footer p{color:#282828}
    .fco{font-style:normal; line-height:2.4em; text-align:center; color:#282828; margin:0; padding:0}
/*見出し*/


/* =========================================
   header
========================================= */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: 1000;
  transition: height 0.35s ease;
}

.site-header.is-scrolled,
.site-header.site-header--sub {
  height: 70px;
}

@media (min-width: 981px) {
  .site-header.is-scrolled,
  .site-header.site-header--sub {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
}

.site-header__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.site-header__logo {
  position: absolute;
  top: 18px;
  left: 91px;
  margin: 0;
  line-height: 1;
  z-index: 1003;
}

.site-header__logo a {
  display: block;
  position: relative;
  width: 311px;
  height: 206px;
}

.site-header__logo-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  height: auto;
  transition:
    opacity 0.3s ease,
    width 0.35s ease;
}

.site-header__logo-img--default {
  width: 311px;
  opacity: 1;
}

.site-header__logo-img--small {
  width: 84px;
  opacity: 0;
}

.site-header.is-scrolled .site-header__logo,
.site-header.site-header--sub .site-header__logo {
  top: 10px;
  left: 32px;
}

.site-header.is-scrolled .site-header__logo a,
.site-header.site-header--sub .site-header__logo a {
  width: 84px;
  height: 56px;
}

.site-header.is-scrolled .site-header__logo-img--default,
.site-header.site-header--sub .site-header__logo-img--default {
  opacity: 0;
}

.site-header.is-scrolled .site-header__logo-img--small,
.site-header.site-header--sub .site-header__logo-img--small {
  opacity: 1;
}

/* 下層ページ専用ロゴ */
.site-header.site-header--sub .site-header__logo-img--sub {
  position: static;
  display: block;
  width: 84px;
  height: auto;
  max-width: none;
}
.site-header__nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1002;
}

.site-header__menu {
  display: flex;
  align-items: center;
  gap: 33px;
  margin: 27px 53px 0 0;
  padding: 0;
  list-style: none;
}

.site-header__menu li {
  margin: 0;
  padding: 0;
}

.site-header__menu a {
  display: block;
  color: #222222;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.02em;
}

/* 下層ページでは70pxヘッダー用に中身も揃える */
.site-header.site-header--sub .site-header__nav {
  height: 70px;
  align-items: center;
}

.site-header.site-header--sub .site-header__menu {
  height: 70px;
  margin: 0 53px 0 0;
  align-items: center;
}

.site-header.site-header--sub .site-header__menu li {
  display: flex;
  align-items: center;
  height: 70px;
}

.site-header.site-header--sub .site-header__menu a {
  display: inline-flex;
  align-items: center;
  height: 70px;
}

.site-header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 70px;
  background: #0d5999;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.site-header__contact:hover {
  background: #084a80;
}

.site-header.site-header--sub .site-header__contact {
  height: 70px;
}

/* ハンバーガー */
.site-header__toggle {
  display: none;
  position: absolute;
  top: 28px;
  right: 20px;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1004;
}

.site-header__toggle span {
  display: block;
  position: absolute;
  left: 10px;
  width: 36px;
  height: 2px;
  background: #222222;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.site-header__toggle span:nth-child(1) {
  top: 18px;
}

.site-header__toggle span:nth-child(2) {
  top: 27px;
}

.site-header__toggle span:nth-child(3) {
  top: 36px;
}

.site-header.is-menu-open .site-header__toggle span:nth-child(1) {
  top: 27px;
  transform: rotate(45deg);
}

.site-header.is-menu-open .site-header__toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .site-header__toggle span:nth-child(3) {
  top: 27px;
  transform: rotate(-45deg);
}

/* オーバーレイメニュー */
.site-header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1001;
}

.site-header.is-menu-open .site-header__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-header__overlay-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header__sp-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.site-header__sp-menu li + li {
  margin-top: 22px;
}

.site-header__sp-menu a {
  color: #222222;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.site-header__sp-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 54px;
  padding: 0 24px;
  background: #0d5999;
  color: #ffffff !important;
}



/* =========================
   fv 
========================= */
/* 背景 */
.fv-base {
  position: relative;
  width: 100%;
  height: 1230px;
  overflow: hidden;
  isolation: isolate;
}

.fv-base__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.fv-base__watercolor {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 1290px;
  background: url("../images/fv-img.png") center top / 100% auto no-repeat;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}

.fv-base__diagonal {
  position: absolute;
  background: #ee2f02;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}

.fv-base__diagonal--top {
  top: 0;
  left: 0;
  width: 58%;
  height: 58%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.fv-base__diagonal--bottom {
  right: 0;
  bottom: 0;
  width: 54%;
  height: 56%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* =========================
   fv content
========================= */
.fv-base__content {
  position: absolute;
  top: 262px;
  left: 91px;
  z-index: 10;
}

.fv-base__catch {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fv-base__catch-line {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 12px 26px 16px;
  box-sizing: border-box;
  overflow: hidden;
}

.fv-base__catch-box {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 1;
  pointer-events: none;
}

.fv-base__catch-text {
  position: relative;
  display: inline-block;
  color: #222222;
  font-family: "Noto Serif JP", serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  white-space: nowrap;
  z-index: 2;
}

.fv-base__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 254px;
  height: 72px;
  margin-top: 28px;
  padding: 0 28px;
  background: #0d5999;
  color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
}
.fv-base__cta:hover {
  background: #084a80;
}

.fv-base__cta-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}

.fv-base__cta-icon {
  display: block;
  width: 14px;
  height: auto;
  flex-shrink: 0;
}

.fv-base__bg-text {
  position: absolute;
  right: 0;
  top: calc(100vh - 180px);
  margin: 0;
  width: 100%;
  overflow: hidden;
  z-index: 3;
  pointer-events: none;
}

.fv-base__bg-text-track {
  display: inline-flex;
  align-items: center;
  gap: 4vw;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: fvBgTextMarquee 24s linear infinite;
}

.fv-base__bg-text-item {
  display: inline-block;
  color: #8f7e6f;
  font-family: "Times New Roman", serif;
  font-size: 9.5vw;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: 0.06em;
  opacity: 0.3;
  mix-blend-mode: multiply;
  white-space: nowrap;
}

@keyframes fvBgTextMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% / 2 - 2vw));
  }
}

/* fv bled */
.fv-base__issues-wrap {
  position: absolute;
  left: 80px;
  top: calc(100vh + 0px);
  z-index: 10;
}
.fv-base__issues-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  color: #003366;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 46px;
  text-align: left;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0.02em;
}

.fv-base__issues-heading-line1 {
  display: block;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 2px solid #003366;
  white-space: nowrap;
}

.fv-base__issues-heading-line2 {
  display: block;
  padding-top: 8px;
  white-space: nowrap;
}

.fv-base__issues {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.fv-base__issues-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  text-align: left;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.fv-base__issues-item + .fv-base__issues-item {
  margin-top: 6px;
}

.fv-base__issues-icon {
  display: block;
  width: 32px;
  height: 23px;
  margin-top: 0.28em;
  flex-shrink: 0;
}

.fv-base__issues-item strong {
  color: #003366;
  font-weight: 700;
}

/* =========================
   top block01
========================= */
.block01 {
  position: relative;
  width: 100%;
  background: #000 url("../images/block01-bg.jpg") center center / cover no-repeat;
  overflow: hidden;
  isolation: isolate;
  box-sizing: border-box;
}

.block01__inner {
  width: 100%;
  height: 100%;
  padding: 80px 6%;
  box-sizing: border-box;
}

.block01__content {
  width: 100%;
  color: #ffffff;
  z-index: 2;
}

.block01__title {
  margin: 0 0 42px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 42px;
  text-align: left;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.block01__text p {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.block01__text p:last-child {
  margin-bottom: 0;
}

/* =========================
   共通 container
========================= */
.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

/* =========================
   service / point / flow base
========================= */
.spflow-base {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: 115px;
  padding-bottom: 30px;
}

.section-texture-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 350px;
  background-image: url("../images/texture01.png");
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.section-texture-top--right {
  left: 50%;
  background-position: center top;
  transform: translateX(-30%);
}

.section-texture-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.section-texture-bottom--left {
  left: 0;
  height: 600px;
  background-image: url("../images/texture02.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
}

.spflow-base__red {
  position: absolute;
  top: 280px;
  left: 0;
  width: 100%;
  height: calc(100% - 260px);
  background: #ee2f02;
  mix-blend-mode: multiply;
  clip-path: polygon(0 0, 100% 5%, 100% 60%, 0 55%);
  z-index: 2;
  pointer-events: none;
}

.spflow-base__section {
  position: relative;
  z-index: 3;
  text-align: center;
}

.spflow-base__section--service {
  padding-top: 0;
  padding-bottom: 130px;
}

.spflow-base__section--point {
  padding-top: 0;
  padding-bottom: 130px;
}

.spflow-base__section--flow {
  padding-top: 0;
  padding-bottom: 0;
}

.section-heading {
  text-align: center;
}

.section-heading__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

.section-heading__subtitle {
  margin: 10px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.section-heading--blue .section-heading__title,
.section-heading--blue .section-heading__subtitle {
  color: #003366;
}

.section-heading--white .section-heading__title,
.section-heading--white .section-heading__subtitle {
  color: #ffffff;
}

/* service */
.service-cards {
  display: flex;
  gap: 40px;
  margin-top: 54px;
}

.service-card {
  flex: 1 1 0;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.service-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.service-card__image {
  width: 100%;
  height: 315px;
  overflow: hidden;
}

.service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-card__link:hover .service-card__image img {
  transform: scale(1.06);
}

.service-card__body {
  padding: 28px 32px 30px;
}

.service-card__title {
  margin: 0;
  color: #ee2f02;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.service-card__lead {
  margin: 18px 0 0;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.service-card__text {
  margin: 24px 0 0;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

/* point */
.point-cards {
  width: min(1200px, 92%);
  margin: 70px auto 0;
}

.point-card {
  position: relative;
  background: #ffffff;
  min-height: 290px;
  margin-top: 70px;
}

.point-card:first-child {
  margin-top: 0;
}

.point-card__content-ptn1 {
  display: grid;
  grid-template-columns: 1fr 480px;
  min-height: 290px;
}
.point-card__content-ptn2 {
  display: grid;
  grid-template-columns: 480px 1fr;
  min-height: 290px;
}

.point-card__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 50px;
}

.point-card__title {
  margin: 0 0 22px;
  color: #ee2f02;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}

.point-card__description {
  margin: 0;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.point-card__image {
  max-width: 480px;
  min-height: 290px;
  overflow: hidden;
}

.point-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ラベル */
.point-card__label {
  position: absolute;
  top: -8px;
  z-index: 2;
  width: 86px;
  height: 86px;
  background: #0d5999;
  color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 0 0 12px;
  box-sizing: border-box;
}

.point-card__label--left {
  left: -8px;
}

.point-card__label--right {
  right: -8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  align-items: flex-end;
  padding: 10px 12px 0 0;
}

.point-card__label-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.point-card__label-num {
  margin-top: 0px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

/* 2枚目だけ左右反転 */
.point-card--02 .point-card__content {
  grid-template-columns: 480px 1fr;
}

/* flow */
.flow-steps {
  width: min(1200px, 92%);
  margin: 70px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 55px;
}

.flow-step {
  position: relative;
  width: 320px;
  padding-top: 36px;
}

.flow-step__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: "Times New Roman", serif;
  font-size: 92px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #0d5999;
  letter-spacing: 0.02em;
}

.flow-step__circle {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 24px 34px;
  box-sizing: border-box;
}

.flow-step__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  margin-bottom: 26px;
}

.flow-step__icon img {
  display: block;
  max-width: 120px;
  max-height: 95px;
  width: auto;
  height: auto;
}

.flow-step__title {
  margin: 0;
  color: #ee2f02;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

/* column */
.spflow-base__section--column {
  padding: 110px 0 60px;
}

.column-cards {
  width: min(1200px, 92%);
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 32px;
}

.column-card {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.column-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
  transition: transform 0.3s ease;
}

.column-card__link:hover {
  transform: translateY(-4px);
}

.column-card__image {
  aspect-ratio: 1.38 / 1;
  background: #2f5879;
  overflow: hidden;
}

.column-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-card__body {
  padding: 18px 16px 20px;
}

.column-card__title {
  margin: 0 0 14px;
  color: #2b4e6a;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}

.column-card__text {
  margin: 0;
  color: #282828;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

.column-button-wrap {
  width: min(1200px, 92%);
  margin: 55px auto 0;
  text-align: center;
}

.column-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 260px;
  padding: 20px 72px 20px 32px;
  background: #0d5999;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: background 0.3s ease;
}

.column-button:hover {
  background: #08497f;
}

.column-button__icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.column-button__icon img {
  display: block;
  width: 16px;
  height: auto;
}

/* =========================================
   MOVIE SECTION
========================================= */
.movie-section {
  width: 100%;
}

.movie-section__inner {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  background: #000;
}

.movie-section__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================
   MESSAGE
========================================= */
.message-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0 100px;
}

.message-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.message-section__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ee2f02;
  mix-blend-mode: multiply;
  clip-path: polygon(38% 0, 100% 0, 100% 90%, 82% 100%, 0 100%, 0 20%);
}

.message-section__texture {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.message-section__texture::before {
  content: "";
  position: absolute;
  width: 1512px;
  height: 1640px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background:url("../images/texture03.png") no-repeat center center / contain;
  mix-blend-mode: multiply;
  opacity: 1;
}

.message-section__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 90%);
  margin: 0 auto;
}

.message-section .section-heading {
  margin-bottom: 70px;
}

.message-section__content {
  display: grid;
  grid-template-columns: minmax(0, 550px) 1fr;
  gap: 48px;
  align-items: start;
}

.message-section__image img {
  width: 100%;
  max-width: 550px;
}

.message-section__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1300px) {
  .message-section__content {
    grid-template-columns: 42% 1fr;
  }

  .message-section__image {
    max-width: none;
  }
}


.message-section__text {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

.message-section__text p {
  margin: 0 0 26px;
}

.message-section__text p:last-child {
  margin-bottom: 0;
}


/* ========================================
   下層FV 共通
======================================== */
.sub-fv {
  position: relative;
  height: 530px;
  overflow: hidden;
  text-align: left;
}

.sub-fv__bg {
  position: absolute;
  inset: 0;
}

/* TikTok特化型運用代行 */
.sub-fv__bg.sns {
  background: url("../images/sns-header.jpg") center center / cover no-repeat;
}
/* モデルエージェント */
.sub-fv__bg.model {
  background: url("../images/model-header.jpg") center center / cover no-repeat;
}
/* 動画制作 */
.sub-fv__bg.movie {
  background: url("../images/movie-header.jpg") center center / cover no-repeat;
}
/* モデルパートナー募集 */
.sub-fv__bg.partner {
  background: url("../images/partner-header.jpg") center center / cover no-repeat;
}
/* お問合わせ */
.sub-fv__bg.contact {
  background: url("../images/contact-header.jpg") center center / cover no-repeat;
}
/* コラム一覧 */
.sub-fv__bg.column-list {
  background: url("../images/column-list-header.jpg") center center / cover no-repeat;
}
/* コラム詳細 */
.sub-fv__bg.column {
  background: url("../images/column-header.jpg") center center / cover no-repeat;
}

/* =========================================
   下層　Service　
========================================= */
.sub-fv__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 20, 40, 0.48);
}

.sub-fv__triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 470px;
  height: 470px;
  background: #ee2f02;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 2;
}

.sub-fv__inner {
  position: relative;
  z-index: 3;
  width: min(1200px, 92%);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.sub-fv__content {
  position: relative;
  margin-left: 50px;
  margin-top: 150px;
}

.sub-fv__title {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
}

.sub-fv__en {
  margin-top: 30px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}

/* service-intro */
.service-intro {
  position: relative;
  overflow: hidden;
  padding: 120px 0 120px;
}

.service-intro__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 92%);
  margin: 0 auto;
}

.service-intro__title {
  margin: 0 0 58px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #2b4e6a;
}

.service-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 46.5%);
  align-items: start;
  gap: 56px;
}

.service-intro__layout_ptn1 {
  max-width: 750px;
  margin: 0 auto;
}

.service-intro__content {
  padding-top: 8px;
}

.service-intro__lead {
  margin: 0 0 42px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #333333;
}

.service-intro__content p {
  margin: 0 0 34px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #333333;
}

.service-intro__content p:last-child {
  margin-bottom: 0;
}

.service-intro__image {
  margin-right: calc(50% - 50vw);
  display: flex;
  justify-content: flex-end;
}

.service-intro__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 574px;
  object-fit: cover;
}

/* service-point */
.service-point {
  position: relative;
  overflow: hidden;
  padding: 100px 0 120px;
  color: #ffffff;
}
.service-point__bg {
  position: absolute;
  inset: 0;
}
/* service-point SNS背景 */
.service-point__bg.sns {
  background: url("../images/sns-block02-bg.jpg") center center / cover no-repeat;
}
/* service-point モデルエージェント背景 */
.service-point__bg.model {
  background: url("../images/model-block02-bg.jpg") center center / cover no-repeat;
}
/* service-point 動画制作 */
.service-point__bg.movie {
  background: url("../images/movie-block02-bg.jpg") center center / cover no-repeat;
}
/* service-point モデルパートナー募集 */
.service-point__bg.partner {
  background: url("../images/partner-block02-bg.jpg") center center / cover no-repeat;
}

.service-point__inner {
  position: relative;
  z-index: 2;
}

.service-point__head {
  width: min(1200px, 92%);
  margin: 0 auto;
  text-align: center;
}

.service-point__title {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.service-point__lead {
  margin: 46px 0 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.service-point .point-cards {
  position: relative;
  z-index: 2;
  margin-top: 72px;
}

.service-point__footer {
  width: min(1200px, 92%);
  margin: 82px auto 0;
  text-align: center;
}

.service-point__footer-title {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.service-point__footer-text {
  margin: 38px 0 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

/* service-step */
.service-step {
  position: relative;
  overflow: hidden;
  padding: 92px 0 120px;
}

.service-step::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 485px;
  bottom: 0;
  background: #ee2f02;
  clip-path: polygon(0 15%, 100% 25%, 100% 100%, 0 90%);
  z-index: 1;
}

.service-step__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 92%);
  margin: 0 auto;
}

.service-step__title {
  margin: 0 0 72px;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #2b4e6a;
}

.service-step__intro {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}

.service-step__intro-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  align-items: center;
  column-gap: 88px;
}

.service-step__intro-row--02 {
  grid-template-columns: 520px minmax(0, 1fr);
  margin-top: 70px;
}

.service-step__intro-text p {
  margin: 0 0 34px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.03em;
  color: #333333;
}

.service-step__intro-text p:last-child {
  margin-bottom: 0;
}

.service-step__intro-image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-step__cards {
  position: relative;
  z-index: 2;
  margin: 88px auto 0;
  max-width: 1000px;
}

.service-step-card {
  position: relative;
  margin-top: 58px;
  background: #fff;
}

.service-step-card:first-child {
  margin-top: 0;
}

.service-step-card__head {
  position: absolute;
  top: -20px;
  left: 64px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  z-index: 2;
}

.service-step-card__step {
  margin-top: 18px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  padding-bottom: 4px;
  line-height: 1;
  color: #0d5999;
}

.service-step-card__num {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 86px;
  font-style: italic;
  font-weight: 700;
  line-height: 0.82;
  color: #0d5999;
}

.service-step-card__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: center;
  padding: 58px 42px 42px 62px;
  column-gap: 30px;
}

.service-step-card__title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #222222;
}

.service-step-card__description {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.03em;
  color: #333333;
}

.service-step-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-step-card__icon img {
  display: block;
  width: 190px;
  height: auto;
}

/* service-faq */
.service-faq {
  position: relative;
  overflow: hidden;
  padding: 92px 0 110px;
}

.service-faq__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 92%);
  margin: 0 auto;
}

.service-faq__title {
  margin: 0 0 56px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #2b4e6a;
}

.service-faq__list {
  display: grid;
  gap: 32px;
}

.service-faq-item {
  background: #fff;
}

.service-faq-item__question {
  width: 100%;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 20px;
  padding: 42px 50px 42px 46px;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.service-faq-item__q {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  color: #ee2f02;
}

.service-faq-item__question-text {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.6;
  color: #2b4e6a;
}

.service-faq-item__icon {
  position: relative;
  width: 44px;
  height: 44px;
  justify-self: end;
}

.service-faq-item__icon::before,
.service-faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #ee2f02;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.service-faq-item__icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.service-faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.service-faq-item.is-open .service-faq-item__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.service-faq-item.is-open .service-faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.service-faq-item__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.45s ease, opacity 0.3s ease;
}

.service-faq-item.is-open .service-faq-item__answer {
  max-height: 220px;
  opacity: 1;
}

.service-faq-item__answer-inner {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 0 50px 38px 46px;
}

.service-faq-item__answer-inner {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.service-faq-item__a {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  color: #222222;
}

.service-faq-item__answer p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.95;
  color: #333333;
}

.arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: min(560px, 100%);
  min-height: 92px;
  padding: 20px 32px;
  background: #ee2f02;
  text-decoration: none;
  box-sizing: border-box;
}

.arrow-btn__text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.arrow-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
}

.arrow-btn__icon img {
  display: block;
  width: 18px;
  height: auto;
}

/* =========================================
   モデルパートナー募集　
========================================= */
/* 登録するメリット */
.partner-benefit {
  position: relative;
  overflow: hidden;
  padding: 0px 0 104px;
}

.partner-benefit__bg {
  position: absolute;
  inset: 0;
  background: #ee2f02;
  clip-path: polygon(0 36%, 100% 68%, 100% 100%, 0 100%);
  z-index: 1;
}

.partner-benefit .container {
  position: relative;
  z-index: 2;
}

.partner-benefit__title {
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #2b4e6a;
}

.partner-benefit .service-cards {
  margin-top: 54px;
}

/* 募集している人材 */
.partner-target {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: #ffffff;
}

.partner-target__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(20, 30, 40, 0.62), rgba(20, 30, 40, 0.62)),
    url("../images/partner-block02-bg.jpg") center center / cover no-repeat;
}

.partner-target__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 92%);
  margin: 0 auto;
}

.partner-target__title {
  margin: 0 0 58px;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.partner-target__list {
  width: fit-content;
  max-width: 100%;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.partner-target__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 26px;
}

.partner-target__item:first-child {
  margin-top: 0;
}

.partner-target__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}

.partner-target__icon img {
  display: block;
  width: 34px;
  height: auto;
}

.partner-target__text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #ffffff;
}

/* 登録の流れ */
.partner-flow {
  position: relative;
  overflow: hidden;
  padding: 84px 0 94px;
}

.partner-flow__bg {
  position: absolute;
  inset: 0;
  background: #ee2f02;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 50%);
  z-index: 1;
}

.partner-flow__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 92%);
  margin: 0 auto;
}

.partner-flow__title {
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.partner-flow .service-step__cards {
  margin-top: 58px;
}

.partner-flow .service-step-card {
  box-shadow: 0 10px 24px rgba(5, 68, 91, 0.12);
}

/* LINE申し込みボタン */
.partner-flow__cta {
  margin-top: 58px;
  text-align: center;
}

.partner-line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  max-width: 600px;
  min-height: 118px;
  margin: 0 auto;
  padding: 20px 32px;
  background: #06c152;
  text-decoration: none;
  box-sizing: border-box;
}

.partner-line-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.partner-line-btn__icon img {
  display: block;
  width: 42px;
  height: auto;
}

.partner-line-btn__text {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.partner-line-btn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.partner-line-btn__arrow img {
  display: block;
  width: 18px;
  height: auto;
}

.partner-flow__cta-note {
  margin: 26px 0 0;
  color: #222222;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

/* =========================================
   CONTACT CTA
========================================= */
.contact-cta {
  position: relative;
  height: 340px;
  overflow: hidden;
}

.contact-cta__bg {
  position: absolute;
  inset: 0;
  background: url("../images/contact-bg.jpg") no-repeat center center / cover;
  z-index: 0;
}

.contact-cta__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.contact-cta__inner {
  position: relative;
  z-index: 1;
  width: min(1240px, 92%);
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-cta .section-heading {
  margin-bottom: 38px;
  text-align: center;
}

.contact-cta .section-heading__title {
  margin-bottom: 0;
}

.contact-cta__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

.contact-cta__button {
  min-height: 148px;
  text-decoration: none;
  box-sizing: border-box;
}

/* TEL */
.contact-cta__button--tel {
  background: #0d5999;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.contact-cta__button--tel:hover {
  background: #08497f;
}

.contact-cta__button-main {
  display: block;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.contact-cta__button-sub {
  display: block;
  margin-top: 10px;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.5;
}

/* FORM */
.contact-cta__button--form {
  background: #ee2f02;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 88px 0 58px;
  transition: background 0.3s ease;
}

.contact-cta__button--form:hover {
  background: #d92a00;
}

.contact-cta__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  flex-shrink: 0;
}

.contact-cta__button-icon img {
  display: block;
  width: 40px;
  height: auto;
}

.contact-cta__button-text {
  display: block;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 1.4;
}

.contact-cta__button-arrow {
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-cta__button-arrow img {
  display: block;
  width: 16px;
  height: auto;
}

/* =========================================
   FOOTER
========================================= */
.site-footer {
  background: #2b2b2b;
  color: #ffffff;
  padding: 64px 0 34px;
}

.site-footer__inner {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 90px;
  align-items: start;
}

.site-footer__logo {
  display: block;
}

.site-footer__logo img {
  display: block;
  width: 95px;
  height: auto;
}

.site-footer__address {
  margin-top: 22px;
}

.site-footer__address p {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}

.site-footer__address p:last-child {
  margin-bottom: 0;
}

.site-footer__sns {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
}

.site-footer__sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.site-footer__sns-link:hover {
  opacity: 0.75;
}

.site-footer__sns-link img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.site-footer__nav {
  padding-top: 0;
}

.site-footer__menu,
.site-footer__sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__menu {
  display: flex;
  align-items: flex-start;
  gap: 0 56px;
}

.site-footer__menu-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-footer__menu-link {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}

.site-footer__menu-link:hover {
  opacity: 0.75;
}

.site-footer__sub-menu {
  margin-top: 5px;
  text-align: left;
}

.site-footer__sub-menu li + li {
  margin-top: 0px;
}

.site-footer__sub-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  transition: opacity 0.3s ease;
}

.site-footer__sub-menu a:hover {
  opacity: 0.75;
}

.site-footer__bottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.site-footer__copyright {
  margin: 0;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

/* =========================================
   footer　新
========================================= */
 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__menu > li {
  margin: 0;
  padding: 0;
}

.site-footer__menu > li > a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.site-footer__menu > li.is-service-child > a {
  display: inline-block;
  padding-left: 1em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  position: relative;
}

.site-footer__menu > li.is-service-child > a::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.site-footer__menu > li.current-menu-item > a,
.site-footer__menu > li.current_page_item > a {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .site-footer__nav {
    width: 100%;
  }

  .site-footer__menu {
    display: grid;
    grid-template-columns: 220px repeat(6, auto) 1fr;
    grid-template-rows: auto auto auto auto auto;
    column-gap: 34px;
    row-gap: 8px;
    align-items: start;
  }

  .site-footer__menu > li.is-service-heading {
    grid-column: 1;
    grid-row: 1;
  }

  .site-footer__menu > li.is-service-heading > a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
  }

  .site-footer__menu > li:nth-child(2),
  .site-footer__menu > li:nth-child(3),
  .site-footer__menu > li:nth-child(4),
  .site-footer__menu > li:nth-child(5) {
    grid-column: 1;
  }

  .site-footer__menu > li:nth-child(2) {
    grid-row: 2;
    margin-top: 10px;
  }

  .site-footer__menu > li:nth-child(3) {
    grid-row: 3;
  }

  .site-footer__menu > li:nth-child(4) {
    grid-row: 4;
  }

  .site-footer__menu > li:nth-child(5) {
    grid-row: 5;
  }

  .site-footer__menu > li:nth-child(6) {
    grid-column: 2;
    grid-row: 1;
  }

  .site-footer__menu > li:nth-child(7) {
    grid-column: 3;
    grid-row: 1;
  }

  .site-footer__menu > li:nth-child(8) {
    grid-column: 4;
    grid-row: 1;
  }

  .site-footer__menu > li:nth-child(9) {
    grid-column: 5;
    grid-row: 1;
  }

  .site-footer__menu > li:nth-child(10) {
    grid-column: 6;
    grid-row: 1;
  }

  .site-footer__menu > li:nth-child(11) {
    grid-column: 7;
    grid-row: 1;
  }

  .site-footer__menu > li:nth-child(6) > a,
  .site-footer__menu > li:nth-child(7) > a,
  .site-footer__menu > li:nth-child(8) > a,
  .site-footer__menu > li:nth-child(9) > a,
  .site-footer__menu > li:nth-child(10) > a,
  .site-footer__menu > li:nth-child(11) > a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
  }
}

/* =========================================
   お問合わせ
========================================= */
.contact-page {
  position: relative;
  overflow: hidden;
  padding: 68px 0 120px;
}

.contact-page__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 92%);
  margin: 0 auto;
}

.contact-page__title {
  margin: 0 0 52px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #2b4e6a;
}

.contact-form {
  width: min(760px, 100%);
  margin: 0 auto;
}

.contact-form__group {
  margin-top: 26px;
}

.contact-form__group:first-child {
  margin-top: 0;
}

.contact-form__label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.contact-form__label-text {
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.contact-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 20px;
  padding: 0 6px;
  background: #ee2f02;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

.contact-form__input,
.contact-form__textarea,
.contact-form__privacy {
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
  box-sizing: border-box;
  appearance: none;
  border-radius: 0;
}

.contact-form__input {
  height: 44px;
  padding: 0 14px;
}

.contact-form__textarea {
  min-height: 210px;
  padding: 14px;
  resize: vertical;
}

.contact-form__privacy {
  height: 124px;
  padding: 12px 14px;
  resize: none;
}

.contact-form__check {
  margin-top: 26px;
  text-align: center;
}

.contact-form__check-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
}

.contact-form__check-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #ee2f02;
}

.contact-form__submit {
  margin-top: 34px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.simple-arrow-btn--contact {
  width: min(520px, 100%);
  margin: 0 auto;
  min-height: 86px;
  gap: 34px;
  background: #ee2f02;
}

.simple-arrow-btn--contact .simple-arrow-btn__text {
  font-size: 24px;
}


  p.contact-form__error {
    font-size: 18px;
    color: #d92a00;
    font-weight: 500;
    text-align: center;
  }

/* =========================================
   サンクスページ
========================================= */

.thanks-page__inner {
    width: min(92%, 100%);
    padding: 30px 0;
}
h2.thanks-page__title {
  margin: 54px 0 22px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.thanks-page__text p {
  margin: 0 0 6px;
  font-size: 18px;
  text-align: center;
  line-height: 1.55;
}
.thanks-page__button {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}



/* =========================================
   コラム一覧　
========================================= */

.column-archive {
  position: relative;
  overflow: hidden;
  padding: 86px 0 110px;
}

.column-archive__inner {
  position: relative;
  z-index: 2;
}

.column-archive .column-cards {
  margin-top: 70px;
}

.column-pagination {
  width: min(1200px, 92%);
  margin: 56px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.column-pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #2b4e6a;
  background: #ffffff;
  color: #2b4e6a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.column-pagination__item:hover {
  background: #2b4e6a;
  color: #ffffff;
}

.column-pagination__item.is-current {
  background: #2b4e6a;
  color: #ffffff;
}

.column-pagination__item--next {
  font-size: 24px;
}

/* =========================================
   コラム詳細
========================================= */
.column-single {
  position: relative;
  overflow: hidden;
  padding: 76px 0 120px;
}

.column-single__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 92%);
  margin: 0 auto;
}

.column-single__article {
  width:100%;
  margin: 0 auto;
}

.column-single__header {
  margin-bottom: 42px;
}

.column-single__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.column-single__date {
  color: #282828;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.column-single__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 28px;
  padding: 0 12px;
  background: #2b4e6a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.column-single__title {
  margin: 0;
  color: #2b4e6a;
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.column-single__content {
  color: #282828;
}

.column-single__content p {
  margin: 0 0 26px;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}

.column-single__content h2 {
  margin: 54px 0 22px;
  color: #222222;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}

.column-single__image {
  margin: 42px 0 54px;
}

.column-single__image img {
  display: block;
  width: 100%;
  height: auto;
}

.column-single__pager {
  width: min(760px, 100%);
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.column-single__pager-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 24px;
  border: 1px solid #2b4e6a;
  color: #2b4e6a;
  background: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  transition: background 0.3s ease, color 0.3s ease;
}

.column-single__pager-link:hover {
  background: #2b4e6a;
  color: #ffffff;
}

.column-single__back {
  margin-top: 42px;
  text-align: center;
}

.column-single__back .column-button {
  min-width: 270px;
}

/* =========================================
   会社概要
========================================= */
.company-page {
  position: relative;
  overflow: hidden;
  padding: 72px 0 120px;
}

.company-page__inner {
  position: relative;
  z-index: 2;
  width: min(1000px, 92%);
  margin: 0 auto;
}

.company-page__title {
  margin: 0 0 54px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #2b4e6a;
}

.company-profile {
  width: 100%;
  margin: 0 auto 70px;
}

.company-profile__row {
  display: grid;
  grid-template-columns: 310px 1fr;
  column-gap: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(43, 78, 106, 0.18);
}

.company-profile__head,
.company-profile__body {
  margin: 0;
  padding: 18px 0;
  text-align: left;
}

.company-profile__head {
  position: relative;
  color: #2b4e6a;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.company-profile__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 310px;
  height: 2px;
  background: #2b4e6a;
}

.company-profile__body {
  color: #282828;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.company-profile__body a {
  color: inherit;
  text-decoration: none;
}

.company-profile__body a:hover {
  text-decoration: underline;
}

.company-map {
  width: min(760px, 100%);
}

.company-map {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 340px;
}

/*---------------------------------
アニメーション
---------------------------------*/

.reveal{
  opacity: 0;
  transform: translateY(14px);
  filter: blur(2px);
  transition-property: opacity, transform, filter;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform, filter;
}
.reveal.is-in{
  opacity: 1;
  transform: none;
  filter: none;
}

/* 方向バリエーション */
.reveal--up{ transform: translateY(14px); }
.reveal--down{ transform: translateY(-14px); }

/* スタイル違い */
.reveal--zoom{ transform: scale(.96); }
.reveal--soft{ filter: blur(1px); }  /* ぼかし弱め */

/* スピード（任意） */
.reveal--fast{ transition-duration: .45s; }
.reveal--slow{ transition-duration: 1s; }

/* 遅延ユーティリティ（.1s刻み） */
.delay-0{  transition-delay: 0s; }
.delay-1{  transition-delay: .1s; }
.delay-2{  transition-delay: .2s; }
.delay-3{  transition-delay: .3s; }
.delay-4{  transition-delay: .4s; }
.delay-5{  transition-delay: .5s; }
.delay-6{  transition-delay: .6s; }
.delay-7{  transition-delay: .7s; }
.delay-8{  transition-delay: .8s; }
.delay-9{  transition-delay: .9s; }
.delay-10{ transition-delay: 1s; }

@media screen and (min-width:960px) {
    /*for PC*/
    #wrapper, .wrapper{font-size:1.4rem;text-align: left; font-feature-settings:"palt"; line-height:1.5em; margin:0 auto; padding:0}
    .pc{display:block}.sp{display:none}

}

@media screen and (min-width:481px) and (max-width:960px) {
    /*for iPad tb(タブレット)*/
    #wrapper, .wrapper{font-size:1.4rem;text-align: left; font-feature-settings:"palt"; line-height:1.5em; margin:0 auto; padding:0}
    .hpb{width:100%; margin:0 auto}
    .pc{display:none}.sp{display:block}
    /*共通*/

 
}

@media screen and (max-width: 980px) {
    /*for iPhone sp(スマートフォン)*/
    #wrapper, .wrapper{font-size:1.4rem;text-align: left; font-feature-settings:"palt"; line-height:1.5em; margin:0 auto; padding:0}
    .hpb{width:100%; margin:0 auto}
    .pc{display:none}.sp{display:block}
	::placeholder{font-size:0.7em}
    .flex {flex-direction: column;}
    /*背景*/
    .bg{padding:0px}.bgt0{padding:0 2% 35px}
    /*block*/
    .block{padding:0 2% 25px; text-align:left}
    .hl, .h, .hlh{padding:25px 1% 4%; font-size:1.625em}.h{padding:0 1% 4%}.hlh{padding:35px 2% 20px; margin-bottom:0}

/*---------------------------------
header
---------------------------------*/
 .site-header {
    height: 110px;
  }

  .site-header.is-scrolled,
  .site-header.site-header--sub {
    height: 75px;
    background: transparent;
  }

  .site-header.is-scrolled::before,
  .site-header.site-header--sub::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 0;
    pointer-events: none;
  }

  .site-header__logo {
    top: 14px;
    left: 16px;
  }

  .site-header__logo a {
    width: 150px;
    height: 99px;
  }

  .site-header__logo-img--default {
    width: 150px;
  }

  .site-header__logo-img--small {
    width: 84px;
  }

  .site-header.is-scrolled .site-header__logo,
  .site-header.site-header--sub .site-header__logo {
    top: 10px;
    left: 16px;
  }

  .site-header.is-scrolled .site-header__logo a,
  .site-header.site-header--sub .site-header__logo a {
    width: 84px;
    height: 56px;
  }

  .site-header.site-header--sub .site-header__logo-img--sub {
    display: block;
    position: static;
    width: 84px;
    height: auto;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__toggle {
    display: block;
  }

  .site-header.is-scrolled .site-header__toggle,
  .site-header.site-header--sub .site-header__toggle {
    top: 10px;
  }

/*---------------------------------
top FV
---------------------------------*/
  .fv-base {
    height: calc(100vh + 20px );
  }
  .fv-base__content {
    top: 150px;
    left: 20px;
    right: 20px;
  }

  .fv-base__catch {
    gap: 10px;
  }

  .fv-base__catch-line {
    padding: 10px 16px 12px;
    font-size: 35px;
    line-height: 1.18;
  }

  .fv-base__cta {
    min-width: 210px;
    height: 60px;
    margin-top: 22px;
    padding: 0 22px;
    gap: 12px;
  }

  .fv-base__cta-text {
    font-size: 16px;
  }

  .fv-base__cta-icon {
    width: 12px;
  }

  .fv-base__catch {
    gap: 12px;
  }

  .fv-base__catch-line {
    padding: 8px 16px 10px;
    max-width: calc(100vw - 32px);
  }

  .fv-base__catch-text {
    font-size: 9.8vw;
    line-height: 1.1;
  }

  .fv-base__bg-text {
    left: 0px;
    top: calc(100vh - 420px);
  }
  .fv-base__bg-text-track {
    gap: 32px;
  }

  .fv-base__bg-text-item {
    font-size: 20vw;
    text-align: left;
    line-height: 0.82;
      color: #ffffff;
    opacity: 0.7;
    white-space: normal;
  }
  
  .fv-base__bg-text-item:nth-child(2) {
    display: none;
  }

  .fv-base__diagonal--top {
    top: 0;
    left: 0;
    width: 58%;
    height: 58%;
    clip-path: polygon(0 0, 100% 0, 0 50%);
  }

  .fv-base__diagonal--bottom {
    right: 0;
    bottom: 0;
    width: 54%;
    height: 30%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }

  /* fv bled */
  .fv-base__issues-wrap {
    position: absolute;
    left: 4%;
    top: calc(100vh - 310px);
    z-index: 10;
  }
  .fv-base__issues-heading {
    font-size: 30px;
    padding-right: 4%;
  }
  .fv-base__issues {
    margin: 15px 0 0;
  }
  .fv-base__issues-item {
    font-size: 20px;
    padding-right: 4%;
  }

  .fv-base__watercolor {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 1290px;
    background: url("../images/fv-img.png") center top / 100% auto no-repeat;
    transform: translateX(-40%);
    mix-blend-mode: multiply;
    opacity: 0.5;
    z-index: 2;
    pointer-events: none;
  }
  /* =========================
   top block01
  ========================= */
  .block01 {
    height: auto;
    background-position: right center;
    padding: 80px 20px 60px;
  }
  .block01::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    pointer-events: none;
  }
  .block01__inner {
    position: relative;
    height: auto;
    padding: 0px 6%;
    z-index: 2;
  }

  .block01__content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .block01__title {
    margin-bottom: 28px;
    font-size: 30px;
    line-height: 1.45;
  }

  .block01__text p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.9;
  }

/* =========================
   service / point / flow base
========================= */
  .spflow-base {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .section-heading__title {
    font-size: 60px;
  }
  .section-heading__subtitle {
    margin-top: 8px;
    font-size: 17px;
  }
  .spflow-base__texture {
    left: 0 !important;
    height: 260px;
    background: url("../images/texture01.png") center top / auto no-repeat;
    transform: none !important;
  }
  .section-texture-top--right {
    left: 0;
    background-position: center top;
    transform: none;
  }
  .spflow-base__section--service {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .spflow-base__section--point {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .spflow-base__red {
    clip-path: polygon(0 0, 100% 1%, 100% 63%, 0 62%);
  }

/* service */
  .service-cards {
    flex-direction: column;
    gap: 28px;
    margin-top: 36px;
  }

  .service-card__image {
    height: 240px;
  }

  .service-card__body {
    padding: 24px 22px 26px;
  }

  .service-card__title {
    font-size: 24px;
  }

  .service-card__lead {
    margin-top: 14px;
    font-size: 19px;
    line-height: 1.6;
  }

  .service-card__text {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.9;
  }

  /* point */
  .point-cards {
    margin-top: 50px;
  }

  .point-card {
    margin-top: 50px;
    height: auto;
  }

  .point-card__content {
    display: flex;
    flex-direction: column;
  }

  .point-card__content-ptn1,
  .point-card__content-ptn2 {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
  }


  .point-card__text {
    order: 1;
    padding: 28px 22px;
  }

  .point-card__image {
    order: 2;
    max-width: 100% !important;
    height: 220px;
  }

  .point-card__title {
    margin-bottom: 16px;
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
  }

  .point-card__description {
    font-size: 15px;
    line-height: 1.8;
  }

  .point-card__label {
    width: 74px;
    height: 74px;
    padding-top: 9px;
  }

  .point-card__label--left {
    left: -6px;
    top: -6px;
  }

  .point-card__label--right {
    right: -6px;
    top: -6px;
  }

  .point-card__label-text {
    font-size: 11px;
  }

  .point-card__label-num {
    font-size: 24px;
  }

  /* flow */
  .flow-steps {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }

  .flow-step {
    width: min(320px, 100%);
    padding-top: 28px;
  }

  .flow-step__num {
    font-size: 64px;
  }

  .flow-step__circle {
    width: min(320px, 100%);
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 58px 20px 28px;
  }

  .flow-step__icon {
    height: 76px;
    margin-bottom: 18px;
  }

  .flow-step__icon img {
    max-width: 134px;
    max-height: 111px;
  }

  .flow-step__title {
    font-size: 20px;
  }

  /* column */
  .spflow-base__section--column {
    padding: 80px 0 100px;
  }

  .column-cards {
    margin-top: 50px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .column-card__body {
    padding: 16px 14px 18px;
  }

  .column-card__title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .column-card__text {
    font-size: 14px;
    line-height: 1.7;
  }

  .column-button-wrap {
    margin-top: 40px;
  }

  .column-button {
    min-width: 220px;
    padding: 18px 60px 18px 24px;
    font-size: 16px;
  }

  .column-button__icon {
    right: 18px;
  }

  .column-button__icon img {
    width: 16px;
  }

  /* =========================================
    MOVIE SECTION
  ========================================= */
  .movie-section__inner {
    height: 320px;
  }

  /* =========================================
    MESSAGE
  ========================================= */
  .message-section {
    padding: 80px 0 100px;
  }

  .message-section__bg::before {
    clip-path: polygon(22% 0, 100% 0, 100% 95%, 76% 100%, 0 100%, 0 5%);
  }

  .message-section .section-heading {
    margin-bottom: 50px;
  }

  .message-section__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .message-section__image {
    max-width: 420px;
    margin: 0 auto;
  }

  .message-section__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .message-section__text p {
    margin-bottom: 20px;
  }

  .message-section__texture::before {
  background: url("../images/texture03.png") no-repeat center center / auto 100%;
  }


  /* =========================================
   下層　Service　TikTok特化型運用代行
  ========================================= */

  .sub-fv {
    height: 360px;
  }

  .sub-fv__triangle {
    width: 180px;
    height: 180px;
  }

  .sub-fv__inner {
    width: min(1200px, 90%);
  }

  .sub-fv__content {
    margin-left: 0px;
    margin-top: 150px;
  }

  .sub-fv__title {
    font-size: 40px;
    line-height: 1.3;
  }

  .sub-fv__en {
    margin-top: 10px;
    font-size: 54px;
  }

  /* service-point */
  .service-intro {
    padding: 80px 0 100px;
  }

  .service-intro__title {
    margin-bottom: 40px;
    font-size: 34px;
  }

  .service-intro__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .service-intro__image {
    margin-right: 0;
  }

  /* service-point */
  .service-point {
    padding: 72px 0 84px;
  }

  .service-point__head,
  .service-point__footer {
    width: min(1200px, 90%);
  }

  .service-point__title {
    font-size: 34px;
    line-height: 1.5;
  }

  .service-point__lead {
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.9;
    text-align: left;
  }

  .service-point .point-cards {
    margin-top: 44px;
  }

  .service-point__footer {
    margin-top: 56px;
  }

  .service-point__footer-title {
    font-size: 34px;
    line-height: 1.5;
  }

  .service-point__footer-text {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.9;
  }

  /* service-step */
  .service-step {
    padding: 72px 0 84px;
  }

  .service-step::after {
    top: 760px;
    clip-path: polygon(0 15%, 100% 20%, 100% 100%, 0 95%);
  }

  .service-step__inner {
    width: min(1200px, 90%);
  }

  .service-step__title {
    margin-bottom: 42px;
    line-height: 1.5;
  }

  .service-step__intro-row {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .service-step__intro-row--02 {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .service-step__intro-row--02 .service-step__intro-image {
    order: 2;
  }

  .service-step__intro-row--02 .service-step__intro-text {
    order: 1;
  }

  .service-step__intro-text p {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.9;
  }

  .service-step__cards {
    margin-top: 56px;
  }

  .service-step-card {
    margin-top: 44px;
  }

  .service-step-card__head {
    top: -22px;
    left: 20px;
    gap: 8px;
  }

  .service-step-card__step {
    margin-top: 12px;
  }

  .service-step-card__content {
    grid-template-columns: 1fr;
    row-gap: 20px;
    min-height: 0;
    padding: 70px 20px 24px;
  }

  .service-step-card__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.5;
  }

  .service-step-card__description {
    font-size: 17px;
    line-height: 1.9;
  }

  .service-step-card__icon {
    justify-content: center;
  }

  .service-step-card__icon img {
    width: 120px;
  }
/* service-faq */
  .service-faq {
    padding: 72px 0 84px;
  }

  .service-faq__inner {
    width: min(1200px, 90%);
  }

  .service-faq__title {
    margin-bottom: 36px;
    font-size: 28px;
    line-height: 1.5;
  }

  .service-faq__list {
    gap: 18px;
  }

  .service-faq-item__question {
    grid-template-columns: 22px minmax(0, 1fr) 34px;
    gap: 14px;
    padding: 24px 18px 24px 18px;
  }

  .service-faq-item__q,
  .service-faq-item__a {
    font-size: 22px;
  }

  .service-faq-item__question-text {
    font-size: 18px;
    line-height: 1.6;
  }

  .service-faq-item__icon {
    width: 34px;
    height: 34px;
  }

  .service-faq-item__icon::before,
  .service-faq-item__icon::after {
    width: 22px;
  }

  .service-faq-item__answer {
    max-height: 0;
    overflow: hidden;
  }

  .service-faq-item.is-open .service-faq-item__answer {
    max-height: 260px;
  }

  .service-faq-item__answer-inner {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 14px;
    padding: 0 18px 22px 18px;
  }

  .service-faq-item__answer-inner {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 14px;
  }

  .service-faq-item__answer p {
    font-size: 17px;
    line-height: 1.9;
  }

  .simple-arrow-btn {
    gap: 20px;
    min-height: 72px;
    padding: 16px 20px;
  }

  .simple-arrow-btn__text {
    font-size: 20px;
  }

  .simple-arrow-btn__icon img {
    width: 15px;
  }

  /* =========================================
    モデルパートナー募集
  ========================================= */
  /* 登録するメリット */
  .partner-benefit {
    padding: 0px 0 80px;
  }

  .partner-benefit__bg {
    clip-path: polygon(0 28%, 100% 52%, 100% 100%, 0 100%);
  }

  .partner-benefit__title {
    font-size: 28px;
    line-height: 1.5;
  }

  .partner-benefit .service-cards {
    margin-top: 36px;
  }

  /* 募集している人材 */
  .partner-target {
    padding: 72px 0;
  }

  .partner-target__inner {
    width: min(1200px, 90%);
  }

  .partner-target__title {
    margin-bottom: 36px;
    font-size: 28px;
    line-height: 1.5;
  }

  .partner-target__item {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 14px;
    margin-top: 18px;
  }

  .partner-target__icon {
    padding-top: 4px;
  }

  .partner-target__icon img {
    width: 22px;
  }

  .partner-target__text {
    font-size: 17px;
    line-height: 1.8;
  }
/* 登録の流れ */
  .partner-flow {
    padding: 64px 0 72px;
  }

  .partner-flow__bg {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 58%);
  }

  .partner-flow__inner {
    width: min(1200px, 90%);
  }

  .partner-flow__title {
    font-size: 28px;
    line-height: 1.5;
  }

  .partner-flow .service-step__cards {
    margin-top: 40px;
  }
  /* LINE申し込みボタン */
  .partner-flow__cta {
    margin-top: 40px;
  }

  .partner-line-btn {
    gap: 14px;
    min-height: 78px;
    padding: 16px 18px;
  }

  .partner-line-btn__icon img {
    width: 34px;
  }

  .partner-line-btn__text {
    font-size: 20px;
    line-height: 1.5;
  }

  .partner-line-btn__arrow img {
    width: 14px;
  }

  .partner-flow__cta-note {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.8;
  }

  /* =========================================
    CONTACT CTA
  ========================================= */
  .contact-cta {
    height: auto;
    padding: 50px 0;
  }

  .contact-cta .section-heading {
    margin-bottom: 28px;
  }

  .contact-cta__buttons {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-cta__button {
    min-height: 110px;
  }

  .contact-cta__button--tel {
    padding: 20px 16px;
    text-align: center;
  }

  .contact-cta__button-main {
    font-size: 30px;
    line-height: 1.2;
  }

  .contact-cta__button-sub {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
  }

  .contact-cta__button--form {
    min-height: 110px;
    padding: 0 56px 0 20px;
    justify-content: center;
  }

  .contact-cta__button-icon {
    margin-right: 12px;
    flex-shrink: 0;
  }

  .contact-cta__button-icon img {
    width: 34px;
  }

  .contact-cta__button-text {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
  }

  .contact-cta__button-arrow {
    right: 18px;
  }

  .contact-cta__button-arrow img {
    width: 16px;
  }

/* =========================================
   FOOTER
========================================= */
  .site-footer {
    padding: 48px 0 24px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .site-footer__logo img {
    width: 82px;
  }

  .site-footer__address {
    margin-top: 18px;
  }

  .site-footer__address p {
    font-size: 15px;
  }

  .site-footer__sns {
    margin-top: 20px;
    gap: 14px;
  }

  .site-footer__sns-link img {
    width: 34px;
    height: 34px;
  }

  .site-footer__nav {
    gap: 28px;
  }

  .site-footer__nav-title,
  .site-footer__nav a {
    font-size: 15px;
  }

  .site-footer__nav-links {
    flex-direction: column;
    gap: 10px;
  }

  .site-footer__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .site-footer__menu-item {
    width: 100%;
  }

  .site-footer__menu-link,
  .site-footer__sub-menu a {
    font-size: 15px;
  }

  .site-footer__sub-menu {
    margin-top: 0px;
    padding-left: 15px;
  }

  .site-footer__sub-menu li + li {
    margin-top: 0px;
  }

  .site-footer__bottom {
    margin-top: 28px;
    padding-top: 18px;
  }

  .site-footer__copyright {
    text-align: center;
    font-size: 13px;
  }


  /* =========================================
   footer新
  ========================================= */

  .site-footer__menu-heading {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .site-footer__menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .site-footer__menu > li > a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }

  .site-footer__menu > li.is-service-child > a {
    font-size: 16px;
    line-height: 1.6;
  }


  /* =========================================
   お問合わせ
  ========================================= */
  .thanks-page {
    overflow-x: hidden;
  }

  .thanks-page__inner {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }

  .thanks-page__button {
    width: 100%;
  }

  .thanks-page__button .arrow-btn {
    width: 100%;
    max-width: 100%;
  }
  .contact-page {
    padding: 56px 0 84px;
  }

  .contact-page__title {
    margin-bottom: 34px;
    font-size: 28px;
    line-height: 1.5;
  }

  .contact-form {
    width: 100%;
  }

  .contact-form__group {
    margin-top: 22px;
  }

  .contact-form__label {
    gap: 10px;
    margin-bottom: 8px;
  }

  .contact-form__label-text {
    font-size: 14px;
  }

  .contact-form__input {
    height: 42px;
    padding: 0 12px;
    font-size: 16px;
  }

  .contact-form__textarea {
    min-height: 180px;
    padding: 12px;
    font-size: 16px;
  }

  .contact-form__privacy {
    height: 120px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.8;
  }

  .contact-form__check {
    margin-top: 22px;
  }

  .contact-form__check-label {
    font-size: 15px;
    line-height: 1.7;
  }

  .contact-form__submit {
    margin-top: 28px;
  }

  .simple-arrow-btn--contact {
    width: 100%;
    min-height: 72px;
    gap: 18px;
  }

  .simple-arrow-btn--contact .simple-arrow-btn__text {
    font-size: 20px;
  }



  /* =========================================
   サンクスページ
  ========================================= */
  .thanks-page__inner,
  .thanks-page__conversion {
    width: 100%;
    max-width: 100%;
    padding: 0 4% 40px;
    box-sizing: border-box;
  }

  h2.thanks-page__title {
    margin: 32px 0 16px;
    font-size: 24px;
    text-align: center;
    line-height: 1.45;
  }

  .thanks-page__text p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }

  .thanks-page__button {
    margin: 32px auto 0;
    padding: 0 !important;
  }

  .thanks-page__button .arrow-btn {
    width: 100%;
  }

  

  /* =========================================
   コラム一覧　
  ========================================= */
  .column-archive {
    padding: 64px 0 84px;
  }

  .column-archive .column-cards {
    margin-top: 50px;
  }

  .column-pagination {
    width: min(1200px, 90%);
    margin-top: 40px;
    gap: 8px;
  }

  .column-pagination__item {
    min-width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .column-pagination__item--next {
    font-size: 20px;
  }

  /* =========================================
    コラム詳細
  ========================================= */
  .column-single {
    padding: 56px 0 84px;
  }

  .column-single__inner {
    width: min(1200px, 90%);
  }

  .column-single__article {
    width: 100%;
  }

  .column-single__header {
    margin-bottom: 30px;
  }

  .column-single__meta {
    gap: 12px;
    margin-bottom: 18px;
  }

  .column-single__date {
    font-size: 14px;
  }

  .column-single__category {
    min-width: 64px;
    height: 24px;
    padding: 0 10px;
    font-size: 12px;
  }

  .column-single__title {
    font-size: 32px;
    line-height: 1.5;
  }

  .column-single__content p {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.9;
  }

  .column-single__content h2 {
    margin: 40px 0 18px;
    font-size: 24px;
    line-height: 1.5;
  }

  .column-single__image {
    margin: 32px 0 40px;
  }

  .column-single__pager {
    width: 100%;
    margin-top: 48px;
    flex-direction: column;
    gap: 12px;
  }

  .column-single__pager-link {
    min-width: 0;
    min-height: 50px;
    font-size: 16px;
  }

  .column-single__back {
    margin-top: 28px;
  }

  .column-single__back .column-button {
    min-width: 220px;
  }

  /* =========================================
   会社概要
  ========================================= */
  .company-page {
    padding: 56px 0 84px;
  }

  .company-page__inner {
    width: min(1200px, 90%);
  }

  .company-page__title {
    margin-bottom: 34px;
    font-size: 28px;
    line-height: 1.5;
  }

  .company-profile {
    width: 100%;
    margin-bottom: 30px !important;
  }

  .company-profile__row {
    grid-template-columns: 1fr;
  }

  .company-profile__head,
  .company-profile__body {
    padding: 12px 0;
  }

  .company-profile__head {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.7em;
  }

  .company-profile__head::after {
    width: 120px;
  }

  .company-profile__body {
    padding-top: 0;
    font-size: 16px;
    line-height: 1.6;
  }
  .company-map {
    width: 100%;
  }
}