@charset "UTF-8";



/*font*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"),
       url("../font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  src: url("../font/NotoSansJP-Bold.ttf") format("truetype");
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../font/Roboto-Regular.woff2") format("woff2");
  src: url("../font/Roboto-Regular.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../font/Roboto-Bold.woff2") format("woff2");
  src: url("../font/Roboto-Bold.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #011a2a;
  background-color: #f4f8fb;
  line-height: 1.75;
  overflow-x: hidden;
}

a:link {
  color: #011a2a;
}
a:visited {
  color: #011a2a;
}
a:hover {
  color: #011a2a;
}
a {
  color: #011a2a;
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*==================================================

common

====================================================*/
.center {
  text-align: center;
}

a.link-i{
  color: #1E6091;
  padding: 0 4px;
}

.block-960 {
  width: min(90%, 960px);
  margin: 0 auto;
}

.block-1080 {
  width: min(90%, 1080px);
  margin: 0 auto;
}

.big {
  visibility: hidden;
}

/* base-btn */
.base-btn {
  position: relative;
  width: 300px;
  margin: 56px auto 0 auto;
}

.base-btn a {
  background: transparent;
  text-align: center;
  border: 2px solid #011a2a;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: 0.3s;
  padding: 1em;
  letter-spacing: 0.05em;
}

.base-btn a::before,
.base-btn a::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: transform ease 0.3s;
}

.base-btn a::before {
  right: -60px;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #011a2a;
  transform: translateX(-100%);
}

.base-btn a::after {
  left: -60px;
  border-left: 60px solid transparent;
  border-top: 60px solid #011a2a;
  transform: translateX(100%);
}

.base-btn a:hover {
  color: #fff;
}

.base-btn a:hover::before {
  transform: translateX(-49%);
}

.base-btn a:hover::after {
  transform: translateX(49%);
}

.base-btn svg {
  position: absolute;
  top: 28px;
  right: 24px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #011a2a; /* 矢印の色 */
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  z-index: 2;
}

.base-btn:hover svg {
  transform: translateX(0);
  stroke: #fff;
}

.page-wrap {
  margin-top: 160px;
}

/* ページ */
.page-sec__wrap {
  margin: 180px auto;
}

.page-sec__top {
  margin-top: 80px;
}

.page-ttl__wrap {
  color: #1e6091;
  margin-left: 32px;
}

.page-ttl__EN {
  font-family: "Roboto", sans-serif;
  font-size: 96px;
  font-weight: bold;
  line-height: 1;
}

.page-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-left: 0.5em;
}

.page-top__imgf {
  text-align: right;
  margin-bottom: 160px;
}

.page-top__img {
  width: 75%;
  aspect-ratio: 6 / 1.5;
  object-fit: cover;
}

/* 既存CSS */
.aioseo-breadcrumbs {
  display: flex;
  justify-content: flex-end;
  margin: 0 24px 12px 0;
}

.aioseo-breadcrumbs span {
  padding: 0 0.5em;
  font-size: 14px;
}

.aioseo-breadcrumbs .aioseo-breadcrumb:not(:last-of-type):hover {
  background: linear-gradient(90deg, #1e6091, #f57c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


/* ======================================== */
/* 年 のリンク無効化・hover無効・文字黒固定 */
/* ======================================== */

.aioseo-breadcrumbs .aioseo-breadcrumb a[href^="https://test0803oj-111-01wp.tb-webdesign.jp/date/202"] {
  pointer-events: none;       /* クリック不可 */
  cursor: text;               /* ポインターではなくテキストカーソル */
  text-decoration: none;      /* 下線なども消す */
  color: #000 !important;     /* 文字色を黒に固定 */
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
}

.aioseo-breadcrumbs .aioseo-breadcrumb:nth-child(3):hover {
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
}

.aioseo-breadcrumbs .aioseo-breadcrumb:nth-child(3) a {
  color: #000 !important;
}

/* ページの見出し */
.page-heading{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 48px;
}

.page-heading__EN{
font-size: 18px;
font-family: "Roboto", sans-serif;
padding-left: 4px;
}

.page-heading__left{
  text-align: left;
}

.page-subheading{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5px;
}

.page-subheading__EN{
font-size: 14px;  
font-family: "Roboto", sans-serif;
}

.page-desc{
  margin: 80px auto;
line-height: 2;
width: 960px;
}

.page-desc .text{
  font-size: 14px;
  color: red;
}

/* header
======================================== */
.sp-menu {
  display: none;
}

.header-logo {
  width: 120px;
}

.header-nav__wrap {
  display: flex;
  align-items: center;
  padding-left: 41px;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0px;
  z-index: 100;
  background-color: #f4f8fb;
}

.header-nav {
  margin: 0 32px 0 auto;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.header-nav__list {
  display: flex;
  align-items: center;
  column-gap: 30px;
  justify-content: flex-end;
}

.header-nav__list li a {
  position: relative;
  transition: all 0.4s ease;
}

.header-nav__list li a:hover {
  background: linear-gradient(90deg, #1e6091, #f57c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* ボタン */
.header-btn {
  display: flex;
  margin-left: 40px;
}
.header-btn a {
  width: 136px;
  padding: 12px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: 0.3s;
}

.header-quote {
  background: #1e6091;
  padding-right: 0;
}

.header-contact {
  background: #f57c00;
  padding-left: 0;
}

.header-btn a::before,
.header-btn a::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: transform ease 0.3s;
}

.header-btn a::before {
  right: -60px;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #333;
  transform: translateX(-100%);
}
.header-btn a::after {
  left: -60px;
  border-left: 60px solid transparent;
  border-top: 60px solid #333;
  transform: translateX(100%);
}

.header-btn a:hover::before {
  transform: translateX(-49%);
}
.header-btn a:hover::after {
  transform: translateX(49%);
}

/* footer
======================================== */
.for-sp {
  display: none;
}

.footer-wrap {
  padding-top: 357px;
}

.footer-unit {
  width: 960px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 48px 0 48px 48px;
}

.footer-logo {
  width: 96px;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
}

.footer-nav01 {
  width: 420px;
}

.footer-nav02 {
  width: 350px;
  margin-top: 1em;
}

.footer-nav__list li {
  font-size: 14px;
  width: 12em;
}

.footer-nav01 li:nth-child(3),
.footer-nav01 li:nth-child(6){
  width: fit-content;
}

.footer-nav__list li a {
  position: relative;
  transition: all 0.4s ease;
}

.footer-nav__list li a:hover {
  background: linear-gradient(90deg, #1e6091, #f57c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.footer-group__search{
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer-group__sns {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 32px 0;
}

.youtube-icon,
.facebook-icon {
  width: 32px;
}

.youtube-icon {
  flex-shrink: 0;
  height: 22px;
}

.copyright{
  font-size: 14px;
}

/* 検索 */
 .footer-search li form{
   display: inline-block;
} 


.search-results{
  margin: 40px auto;

}

.search-results article{
  margin-top: 10px;
}



/* iOS Safariのデフォルト装飾をリセット */
.wp-block-search__input {
  -webkit-appearance: none; /* iOSの角丸・影を消す */
  border-radius: 0;
  border: 1px solid #999;
  padding: 4px;
  font-size: 14px;
  outline: none;
  background: #fff;
}

/* プレースホルダーの色（必要なら） */
.wp-block-search__input::placeholder {
  color: #999;
}

/* 検索ボタンのリセット */
.wp-block-search__button {
  -webkit-appearance: none; /* iOSの青ボタンを消す */
  background-color: #efefef;
  border: none;
  cursor: pointer;
  border-radius: 0;
  color: #011A2A;
  border: solid 1px #999;
}

/* ボタンのhover時 */
.wp-block-search__button:hover {
  opacity: 0.8;
}

/*スクロールアニメ
======================================== */
.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* 誘導
======================================== */
/* 協業 */
.induce-sec__partner {
  background: url("/wp-content/uploads/bg-top__guide03.png");
  padding-top: 80px;
  padding-bottom: 150px;
}


.top-partner__text {
  text-align: center;
}

.indeuce-sec__partner .base-btn {
  margin-bottom: 12px;
}

/* お問い合わせ*/
.induce-sec__contact {
  position: relative;
}

.induce-inner__contact {
  background: #011a2a;
  padding: 48px 0;
  width: max(80%, 906px);
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.induce-contact__text {
  margin: 1em auto;
  text-align: center;
  color: #fff;
}

.induce-quote,
.induce-contact {
  position: relative;
}

.induce-quote svg {
  position: absolute;
  top: 52px;
  right: 24px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #1e6091; /* 矢印の色 */
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  z-index: 2;
}

.induce-contact:hover svg {
  transform: translateX(0);
  stroke: #f57c00;
}

.induce-contact svg {
  position: absolute;
  top: 52px;
  right: 24px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #f57c00; /* 矢印の色 */
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  z-index: 2;
}

.induce-quote:hover svg {
  transform: translateX(0);
  stroke: #1e6091;
}

.induce-contact__unit {
  width: 900px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.induce-contact__unit li {
  width: 40%;
  background: #fff;
}

.induce-contact__unit li a {
  background: #fff;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: 0.3s;
  width: 360px;
  height: 188px;
  padding: 2em;
}

.induce-contact__unit li a::before,
.induce-contact__unit li a::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: transform ease 0.3s;
}

.induce-contact__unit li a::before {
  right: -188px;
  border-right: 188px solid transparent;
  border-bottom: 188px solid #f4f8fb;
  transform: translateX(-100%);
}
.induce-contact__unit li a::after {
  left: -188px;
  border-left: 188px solid transparent;
  border-top: 188px solid #f4f8fb;
  transform: translateX(100%);
}

.induce-contact__unit li a:hover::before {
  transform: translateX(-49%);
}
.induce-contact__unit li a:hover::after {
  transform: translateX(49%);
}

.induce-quote h3 {
  color: #1e6091;
  font-weight: bold;
  font-size: 24px;
}

.induce-contact h3 {
  color: #f57c00;
  font-weight: bold;
  font-size: 24px;
}

.induce-contact__unit span {
  font-size: 14px;
  font-weight: normal;
}

.induce-quote span {
  margin-left: 12px;
}

.induce-contact span {
  margin-left: 28px;
}

.induce-contact__unit li p {
  padding: 1em 0.5em;
}

/*==================================================

　TOP

====================================================*/

/* FV */

.fv-wrap {
  padding-left: 40px;
  width: 100vw;
  height: 100svh;
}

.fv-wrap,
.fv-inner {
  position: relative;
}

/* movie */

.video {
  width: calc(100vw - 40px);
  height: 100svh;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}

.video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* fv left */
.fv-deco {
  font-size: 13px;
  color: #f57c00;
  position: absolute;
  top: 25%;
  left: 8px;
  writing-mode: vertical-rl;
}

.scroll-down {
  position: absolute;
  bottom: 2%;
  left: 8px;
}

.scrollbar-text {
  display: block;
  padding: 10px 6px 110px;
  color: #f6701c;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}

.scrollbar {
  display: block;
  position: absolute;
  left: 12px;
}

.scrollbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #f6701c;
}

.scrollbar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 7px;
  height: 7px;
  background: #f6701c;
  animation: scrollmove 3s ease-in-out infinite,
    scrollmovehide 3s ease-out infinite;
}

@keyframes scrollmove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes scrollmovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/* fv text */
.copy-wrap {
  height: 100svh;
  position: relative;
}

.copy-inner {
  position: absolute;
  bottom: 6svh;
  left: 3%;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

.main-copy {
  font-family: "Roboto", sans-serif;
  font-size: 78px;
  letter-spacing: 2px;
  line-height: 1;
}

.copy-aligned{
  display: flex;
  align-items: flex-end;
  gap: 1em;
}

.main-copy__JP {
  font-size: 36px;
  margin-top: 0.5em;
}

.main-copy__JP02 {
  font-weight: normal;
   margin-top: 1em;
   margin-left: 1em;
}

/* heading */
.top-heading {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 56px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 2px;
}

.top-heading__JP {
  display: block;
  font-size: 16px;
}

.top-sec__wrap {
  margin: 120px auto;
}

.top-heading__left {
  text-align: left;
}

.top-heading__cc {
  color: #fff;
}

/* concept
======================================== */
.concept-copy {
  font-size: 24px;
  font-weight: bold;
  margin: 1em 0;
}

.top-sec__clients{
    background: #fff;
 text-align: center;
padding: 100px 0;
}

.client-logo__ttl{
  font-size: 24px;
}

.client-logo{
 max-width: 900px;
}

/* 実績
======================================== */

 
/* スライダー */
.slider-image {
  width: 100%;
  height: 450px; /* ←任意の値 */
  object-fit: cover;

}

.slick-slider {
  width: 98%;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
}

.slick-item {
  position: relative;
  padding: 0 10px; /* 上下の余白は0、左右に10pxの余白を設ける */
}

/* hover時に表示 */
.overlay-top {
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 450px;
  background-color: rgba(0, 0, 0, 0.5); /* ← 暗さ調整可 */
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}

.slick-item:hover .overlay-top {
  opacity: 1;
} 

/* hover時の再生アイコン（実績のページでも使用） */
.hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hover-icon img {
  width: 48px;
  height: 48px;
}

.slick-item:hover .hover-icon {
  opacity: 1;
}

/* スライダーボタン */
.slick-button-prev,
.slick-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  z-index: 100;
  top: 225px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
  border: 0;
}

.slick-button-prev {
  left: 10px;
}

.slick-button-next {
  right: 10px;
}

.slick-button-prev,
.slick-button-next {
  color: #fff; /*黒にする*/
}

.top-works__ttl {
  text-align: center;
  margin-top: 0.5em;
  font-size: 15px;
}

.works-video{
 border: none;
}



/* 選ばれる理由
======================================== */
.bg-adv {
  background: url("/wp-content/uploads/adv-bg.jpg") no-repeat;
  background-size: cover;
  padding: 120px 0 120px 0;
  background-position: right top;
  margin: -40px auto;
}

.bg-adv .top-heading{
  margin-bottom: 64px;
}

.top-advantages__wrap01 {
  width: 960px;
  margin: 40px auto 120px auto;
}

.bg-wrap > .top-advantages__wrap01:last-of-type{
  margin-bottom: 60px;
}

.top-advantages__group {
  display: flex;
  align-items: center;
  gap: 1em;
}

.top-advantages__group02 {
  justify-content: flex-end;
  gap: 2px;
}

.top-subheading__advantages {
  width: 438px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  border-top: solid 1px #282828;
  padding: 1.2em 0;
}

.top-advantages__wrap02 .top-subheading__advantages {
  text-align: right;
  padding: 1.5em 0;
}

.top-advantages__No {
  font-family: "Roboto", sans-serif;
  color: #f6701c;
  font-size: 82px;
  font-weight: bold;
  position: relative;
}

.top-advantages__No::before {
  font-family: "Roboto", sans-serif;
  content: "ADVANTAGES";
  display: inline-block;
  color: #afafaf;
  font-size: 14px;
  font-weight: bold;
  writing-mode: vertical-rl;
  position: absolute;
  top: 30px;
  left: -2em;
}

.No02::before {
  left: 0;
  right: -2em;
}

.top-advantages__unit {
  display: flex;
  gap: 48px;
}

.top-advantages__even {
  gap: 12px;
}

.advantages-imgf{
  margin-left: 40px;
}

.top-advantages__text {
  margin-left: 112px;
  width: 438px;
}

.top-advantages__text02 {
  margin-left: 61px;
  width: 438px;
}

.advantages-img {
  width: 320px;
  margin-top: -40px;
}

/* サービス
======================================== */
.top-sec__service {
  background: #011A2A;
  margin: 0;
  padding: 120px 0;
}

.top-service__unit {
  width: 1080px;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin: 56px auto 80px auto;
}

.top-service__group {
  width: 48%;
}

.top-service__heading {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}

.top-service__headingEN {
  font-size: 18px;
  font-weight: bold;
  color: #1e6091;
}

.top-service__text {
  color: #fff;
  margin-top: 1em;
}

.top-service__btn {
  width: 160px!important;
  margin: 24px 0 0 auto!important;
}

.top-service__btn a {
  padding: 4px;
  border: 2px solid #fff;
  color: #fff;
}

.top-service__btn svg {
  stroke: #011a2a;
}

.top-service__btn svg {
  top: 16px;
  right: 6px;
}

.top-service__img {
  width: 520px;
}

.top-service__btn02 a {
  border: 2px solid #fff;
  color: #fff;
}

.top-service__btn02 svg {
  stroke: #fff;
}

.top-service__btn02 a::before{
 border-bottom: 60px solid #fff;
}

.top-service__btn02 a::after{
 border-top: 60px solid #fff;
}

.top-service__btn02 a:hover{
  color: #011a2a;
}

.top-service__btn02:hover svg {
  stroke: #011a2a;
  transform: translatex(0);
}


/* お客様の声
======================================== */

/* 多角形の背景 */
.top-voice__bg {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 120px 0;
  margin: 0;
}

.diagonal-bg {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background-color: #f4f8fb;
  clip-path: polygon(0 42%, 100% 20%, 100% 60%, 0 72%);
  z-index: 0;
}

.bg-wrap {
  position: relative;
  z-index: 1;
}

.voice-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 80px;
  width: 1080px;
  margin: 0 auto;
}

.voice-wrap {
  max-width: 490px;
}

.voice-items__unit {
  display: flex;
  align-items: center;
  gap: 10px;
}

.voice-img {
  width: 72px;
}

.voice-group {
  font-weight: bold;
} 

.voice-comment {
  width: 100%;
  margin-top: 0.5em;
}

.voice-company {
  font-size: 15px;
  color: #1E6091;
  font-weight: bold;
}

.voice-wrap__adj{
  margin-top: 80px;
}

.voice-wrap__adj03{
  margin-left: 40px;
}

.voice-wrap__adj07{
  margin-left: 40px;
}

.voice-wrap__adj02{
  margin-top: 96px;
  margin-left: -72px;
}


/* フロー
======================================== */
.top-flow__aligned{
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.top-flow__aligned__adj{
  margin-top: 48px;
  margin-left: 18px;
}

.top-flow__unit{
  background: #E9EAEB;
  width: 125px;
  height: 170px;
  padding: 10px;
}

.top-flow__step{
  font-weight: bold;
  color: #1e6091;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
}

.top-flow__step::after{
  content: "";
  width: 24px;
  height: 2px;
  background: #1e6091;
  transform: rotate(150deg);
  position: absolute;
  bottom: 0;
  left: 36px;
}

.top-flow__ttl{
  text-align: center;
  font-weight: bold;
  color: #1e6091;
  line-height: 1.2;
  margin-top: 8px;
}

.top-flow__ttl__adj{
   margin-top: 2px;
}

.top-flow__arrow {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 2px;
  margin-top: 110px;
  border-radius: 9999px;
  background-color: #011a2a;
}

.top-flow__arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #011a2a;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}

.top-flow__imgf{
  height: 60px;
  text-align: center;
}

.top-flow01__img{
  width: 56px;
}

.top-flow02__img{
  width: 60px;
}

.top-flow03__img{
  width: 32px;
}

.top-flow04__img{
  width: 32px;
}

.top-flow05__img{
  width: 56px;
}

.top-flow06__img{
  width: 45px;
}

.top-flow07__img{
  width: 49px;
}

.top-flow08__img{
  width: 40px;
}

.top-flow09__img{
  width: 54px;
}

.top-flow10__img{
  width: 45px;
}

.top-flow__arrow__adj{
  display: block;
  width: 28px;
  height: 2px;
}

/* FAQ
======================================== */
.top-sec__faq{
  background: #fff;
  padding: 120px 0;
}

.top-sec__faq .faq-unit{
  width: 1080px;
}

.faq-unit {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
}

.faq-wrap {
  width: 48%;
  border: solid 1px #afafaf;
  border-radius: 20px;
  padding: 40px 28px;
}

.faq-ttl,
.faq-text {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}


.faq-ttl {
  margin-bottom: 40px;
  font-weight: bold;
}

.faq-q,
.faq-a {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #1e6091;
}

.faq-q {
  color: #1e6091;
}

.faq-a {
  color: #f57c00;
  padding-left: 2px;
  padding-top: 2px;
}

/* ブログ
======================================== */
.top-blog__unit .postlist-group,
.top-blog__unit .postlist-date {
  display: flex;
  align-items: center;
  gap: 1em;
}


.top-blog__unit .postlist-contents {
  padding: 40px 80px;
  border-bottom: solid 1px #afafaf;
}

.top-blog__unit .post-categories li a {
  color: #fff;
  background: #011a2a;
  padding: 2px;
  font-size: 14px;
  display: block;
  width: 100px;
  text-align: center;
}

/*==================================================

service

====================================================*/
#pr,
#tv,
#photo{
  margin-top: -80px;
  padding-top: 80px;
}

/*企業PR
======================================== */
.solution-wrap{
  max-width: 960px;
  background: #E9EAEB;
  padding: 48px;
  margin: 80px auto;
  position: relative;
}

.solution-wrap__adj{
  margin-top: 32px;
}

.solution-aligned01{
  display: flex;
  align-items: center;
}

.solution-aligned02{
  display: flex;
  gap: 32px;
  align-items: flex-end;
}

.solution-case__unit01{
width: 250px;
flex-shrink: 0;
margin-bottom: -8px;
}

.solution-ttl{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 32px;
  width: 250px;
  text-align: center;
}

.solution-unit > .solution-text:last-child{
  margin-bottom: 0;
}

.solution-text{
  font-weight: bold;
  margin-left: 5em;
  margin-bottom: 1em;
  text-indent: -2.5em;
}

.solution-text__adj{
  width: 35em;
}

.solution-text:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(/wp-content/uploads/check.png) no-repeat;
  background-size: contain;
  padding-right: 1em;
}

.solution-imgf{
  width: 250px;
  text-align: center;
}

.solution01-img{
  width: 60px;
}

.solution02-img{
  width: 53px;
}

.solution03-img{
  width: 75px;
}

.solution04-img{
  width: 83px;
}

.solution-case__heading{
display: inline-block; 
font-family: "Roboto", sans-serif;
font-size: 14px;
font-weight: bold;
border: solid 1px #011A2A;
padding: 0 0.5em;
}

.solution-case__unit01 .case-ttl{
  font-size: 23px;
  font-weight: bold;
  margin: 8px;
  white-space: nowrap;
}

.solution-case__osusume{
  background: #fff;
  padding: 1em;
  margin-top: 24px;
}

.case-osusume__heading{
  font-size: 14px;
  font-weight: bold;
  color: #1E6091;
  margin-bottom: 0.5em;
}

.solution-movie__heading{
  display: inline-block;
font-size: 14px;
font-weight: bold;
border: solid 1px #011A2A;
padding: 0 0.5em;
margin-top: 48px;
margin-bottom: 10px;
}

.solution-movie__list{
  margin-left: 2em;
}
.solution-movie__list li{
  display: inline;
  font-size: 15px;
}

.solution-movie__list li::after{
  content: '/';
  padding: 0 0.5em;
}

.solution-lead{
  position: absolute;
  top: 42px;
  left: 282px;
}

.solution-line{
  display: block;
  width: 100%;
  height: 1px;
  background: #afafaf;
  margin: 24px auto;
}

.osusume-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}

.osusume-list li{
  position: relative;
  margin-left: 2em;
}

.osusume-list li::before{
  content: "";
  position: absolute;
  left: -16px;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #f57c00;
  border-radius: 50%; /* 丸くする */
}

/* 企業PR
======================================== */
/* .page-heading__service .page-heading__EN{
  display: block;
  line-height: 1;
  font-size: 14px;
} */

.page-heading__EN{
  display: block;
  line-height: 1;
  font-size: 14px;
}


.service-item__unit{
display: flex;
align-items: flex-end;
gap: 24px;
margin-bottom: 10px;
}

.service-price{
  background: #f57c00;
  color: #fff;
  padding: 0.5em;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.service-icon01{
  width: 84px;
}



.service-lead{
  padding: 2em 1em 2em 1em;
}

.service-lead02 {
  padding: 2em 1em 3em 1em;
}

/* 企業CASE
======================================== */
.corporate-case__aligned{
  display: grid;
  align-items: flex-start;
  gap: 40px;
  grid-template-columns: 300px 1fr;
  margin-bottom: 40px;
  border-top: solid 6px #E9EAEB;
  padding-top: 32px;
}

.corporate-case__unit01{
 position: relative;
}

.corporate-case__unit02{
 margin-top: 80px;
}

.corporate-case__ttl{
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin-left: 16px;
}


.corporate-case__ttl::after{
  content: "";
  width: 48px;
  height: 4px;
  background: #1e6091;
  transform: rotate(135deg);
  position: absolute;
  left: 172px;
  top: 24px;
}

.corporate-case__aligned .case-NO{
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-left: 16px;
}

.corporate-case__text{
  width: 700px;
  position: absolute;
  top: 20px;
  left: 250px;
}

 .corporate-case__osusume{
  margin-top: 48px;
  background: #E9EAEB;
  padding: 1em 0.5em;
 }

 .corporate-case__osusume .ttl,
 .corporate-case__point .ttl{
   font-size: 14px;
   font-weight: bold;
   color: #1e6091;
   margin-bottom: 1em;
 }

.corporate-case__osusume .list{
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}

.corporate-case__osusume .list li{
  margin-bottom: 0.5em;
}

.corporate-case__point{
  margin-top: 34px;
}

.corporate-case__point .ttl{
  width: fit-content;
  border: solid 1px #1e6091;
  padding: 0 0.5em;
}

.corporate-case__point .list{
  font-weight: bold;
}

.corporate-case__point .list li{
  text-indent: -2.3em;
  padding-left: 3em;
  line-height: 1.2;
  margin-bottom: 1em;
}

.corporate-case__point .list li::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(/wp-content/uploads/check.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding-right: 1em;
}

/* 調整case03 */
.corporate-case03__adj .corporate-case__ttl::after{
  left: 228px;
}
.corporate-case03__adj .corporate-case__text{
  left: 312px;
  width: 640px;
}

/* 調整case04 */
.corporate-case04__adj .corporate-case__ttl::after{
  left: 204px;
}
.corporate-case04__adj .corporate-case__text{
  left: 292px;
  width: 640px;
}


/* テレビ
======================================== */
.service-icon02{
  width: 76px;
}

.tv-works__wrap{
  background: #E9EAEB;
  padding: 40px 80px;
}

.tv-works__ttl{
  background: #1e6091;
  padding: 0.5em 1em;
  color: #fff;
  width: fit-content;
}

.tv-program__list{
  list-style: disc;
  font-weight: bold;
  padding: 24px 40px;
}

.tv-program__list li{
  margin-bottom: 0.5em;
}

.tv-works__unit{
  display: flex;
  margin-top: 16px;
}

.tv-works__unit .tv-program__list{
  padding-right: 0;
  padding-bottom: 0;
}

.tv-works__bg {
  background-image: url(/wp-content/uploads//tv-works__bg.jpg);
  background-size: cover;
  background-position: center;
}

/* 写真撮影
======================================== */
.service-icon03{
  width: 72px;
}

.photo-img__wrap{
   display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 24px;
}

.photo-img{
  display: block;
}


/*==================================================

WORKS

====================================================*/
.block-works {
  max-width: 1360px;
}

.page-sec__works {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 100px 0;
  margin: 0 auto;
}

.page-top__worksimgf{
  margin-bottom: 100px;
}

.works-ttl__wrap{
  margin: 0 1em;
}

.works-ttl {
  font-size: 18px;
  letter-spacing: 0.5px;

}

.works-cat__list{
 display: flex;
 justify-content: flex-end;
 gap: 1em;
}

.works-cat__list li{
  font-size: 14px;
  color: #1E6091;
  line-height: 1;
}

.works-cat__list li::before{
  content: "#";
}

.works-cat {
  font-size: 14px;
  color: #1e6091;
  margin-left: 4px;
  font-weight: bold;
}

.works-unit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 40px;
  margin: 0 auto;
}

.img-hover__wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* 動画のhover効果 */
.img-hover__wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: rgba(0, 0, 0, 0.5); /* ← 暗さ調整可 */
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}

/* hover時に表示 */
.img-hover__wrap:hover .overlay,
.img-hover__wrap:hover .hover-icon {
  opacity: 1;
}

/* モーダル表示 */
.modaal-content-container{
  text-align: center;
  margin: 0 auto;
  padding: 24px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #f6701c;
}

/* モーダル　誘導 */
.works-induce__wrap{
  margin-top: 14px;
}

.works-induce__text{
  font-size: 14px;
}

.works-btn__aligned{
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 4px;
}

.works-btn {
  max-width: 250px;
  width: 100%;
  margin: 0;
}

.works-btn a {
  border: 0;
  color: #fff;
  padding: 0.25em;
  font-size: 14px;
}

.works-btn svg{
stroke: #fff;
top: 12px;
}

.works-btn__quote a {
  background: #1e6091;
}

.works-btn__contact a {
  background: #f6701c;
}

.works-video{
 width: 95%;
  aspect-ratio: 16 / 9;
}


/*==================================================

FAQ

====================================================*/
.page-sec__wrap .faq-unit {
  row-gap: 56px;
}


/*==================================================

FLOW

====================================================*/
.page-sec__flow{
  width: 960px;
}

.flow-aligned{
  margin: 80px auto;
  display: flex;
  gap: 36px;
  align-items: center;
}

.flow-unit{
  margin-top: -24px;
}

.flow-unit dt{
  display: flex;
  align-items: center;
  gap: 2em;
}

.flow-unit dd{
  margin-top: 0.5em;
}

.flow-No{
  font-size: 32px;
  font-weight: bold;
  color: #1e6091;
}

/* 矢印 */
.flow-arrow {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 120px;
  margin-right: 12.8px;
  border-radius: 9999px;
  background-color: #1e6091;
}

.flow-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 20px;
  border-radius: 9999px;
  background-color: #1e6091;
  transform: rotate(45deg);
  transform-origin: 50% calc(100% - 2px);
}

.flow-arrow__adj {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 120px;
  margin-right: 12.8px;
  border-radius: 9999px;
  background-color: #1e6091;
}

.flow-ttl{
  font-size: 24px;
  font-weight: bold;
}

.step-img__wrap{
  width: 72px;
}

.step-img__adj01{
  display: block;
  margin: 0 auto;
  width: 50px;
}


/*==================================================

COMPANY

====================================================*/
.page-top__company{
  object-position: center bottom;
}

.company-sec__wrap{
  position: relative;
  margin-top: 80px;
  overflow: visible;
}

.bg-layer {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  width: 100%;
}

.bg-layer__adj{
    top: 36%;
}


.company-contents__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(40px, 18vw, 138px);
  white-space: nowrap;
  opacity: 0.05;
  pointer-events: none;
   font-family: "Roboto", sans-serif;
  font-weight: bold;
    line-height: 1;
  letter-spacing: 5px;
}


.company-contents__text{
  text-align: center;
  line-height: 3;
  overflow: hidden;
}

.philosophy-ttl{
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin: 48px 0;
}




/* 代表メッセージ
======================================== */

.daihyou-img02 {
  width: 420px;
  margin-top: 172px;
}

.greeting-block02 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 40px;
  margin-top: 40px;
  box-shadow: 8px 8px 0 #f57c00;
}

.greeting-unit02 {
  max-width: 500px;
  padding: 1em;
}

.greeting-heading01 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-feature-settings: "palt";
  line-height: 1.5;
  padding-left: 14px;
  border-left: solid 8px #f57c00;
}

.position-name01{
  margin: 24px 0 40px 0;
  padding-left: 24px;
}

.greeting-text02{
  padding-left: 24px;
}

.greeting-text02 p {
  margin-bottom: 24px;
  line-height: 2;
}

.messeage-wrap .text{
   margin-bottom: 2em;
}

.company-logo__imgf{
  margin: 24px auto;
  text-align: center;
}

.company-logo__img{
  width: 380px;
}

.company-logo__aligned{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: fit-content;
  margin: 40px auto;
}

/* ロゴ
======================================== */

.mizuhiki-img{
  width: 65px;
}



/* 会社沿革
======================================== */

.history-wrap{
  border-left: solid 2px #afafaf;
  margin: 40px auto;
  padding: 24px 0;
  width: 520px;
}

.history-unit{
  position: relative;
  margin: 80px 40px;
}

.history-unit::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1E6091;
  position: absolute;
  top: 18px;
  left: -45px;
}

.history-unit dt{
  font-size: 32px;
  font-weight: bold;
  color: #1E6091;
  font-family: "Roboto", sans-serif;
}

.history-unit dd{
  font-size: 18px;
  line-height: 2;
}


/* 会社概要
======================================== */
.profile-wrap {
margin: 40px;
}

.profile-unit {
  display: flex;
  border-bottom: solid 1px #afafaf;
}

.profile-unit dt {
  font-weight: bold;
  width: 45%;
  padding: 20px 20px 20px 80px;
 
}

.profile-unit dd {
  padding: 24px;
  width: 100%;
}



/*==================================================

お見積もり お問い合わせ

====================================================*/
input[type="button"],
      input[type="text"],
      input[type="tel"],
      input[type="email"],
      input[type="submit"],
      textarea,
      textarea::placeholder {
        -webkit-appearance: none;
        appearance: none;
        font-size: 16px;
        font-family: "Noto Sans JP", sans-serif;  
        border-radius: 0;
      }

      input[type="button"],
      input[type="submit"] {
        cursor: pointer;
      }

      select {
        -webkit-appearance: none;
        appearance: none;
      }

.contact-ttl{
  color: #1E6091;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}      

      .form {
        margin: 0 auto;
      }

      .form-box {
        display: flex;
        align-items: center;
        margin: 2em 0;
        padding: 0 2em 2em 2em;
        border-bottom: solid 0.5px #707070;
      }


      form .must::after {
        content: "必須";
        display: inline-block;
        font-size: 65%;
        background: #F57C00;
        color: #fff;
        font-weight: bold;
        margin-left: 1em;
        padding: 0 0.5em;
        vertical-align: middle;
      }

      .form-box dt {
        width: 35%;
        margin-right: 2em;
      }

      .form-box dd {
        width: 100%;
      }

      input {
        outline: none;
      }

      .form-input {
        box-sizing: border-box;
        border: solid 1px #afafaf;
        width: 100%;
        background: #fff;
        height: 3em;
        padding-left: 0.5em;
      }

      .form-select {
        box-sizing: border-box;
        border: solid 1px #afafaf;
        width: 100%;
        background: #fff;
        height: 3.2em;
      }

      .form-box__select dd {
        position: relative;
      }

      .form-box__select dd:after {
        content: "";
        position: absolute;
        right: 3%;
        top: 20px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #afafaf;
        border-left: 2px solid #afafaf;
        transform: translateY(-50%) rotate(-135deg);
        font-size: 20px;
        pointer-events: none;
      }

      select {
        position: relative;
        padding: 10px;
        width: 100%;
      }

      .label-check{
        margin-right: 3em;
      }

      .checkbox{
        width: 14px;
        height: 14px;
      }


/* ラジオボタン本体は非表示 */
.wpcf7 input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* ラベルを relative に */
.wpcf7 input[type="radio"] + span {
  position: relative;
  padding-left: 24px; /* 四角＋マーク分のスペース */
  display: inline-block;
}

/* 四角を描く */
.wpcf7 input[type="radio"] + span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* チェック時の背景色 */
.wpcf7 input[type="radio"]:checked + span::before {
  background-color: #007bbb;
  border: none;
}

/* チェックマーク */
.wpcf7 input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 45%;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}


      .yoyaku-unit {
        display: flex;
        justify-content: space-between;
        position: relative;
      }

      .yoyaku-unit::before {
        content: "";
        position: absolute;
        left: 43%;
        top: 20px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #afafaf;
        border-left: 2px solid #afafaf;
        transform: translateY(-50%) rotate(-135deg);
        font-size: 16px;
        pointer-events: none;
      }

      .yoyaku-unit::after {
        content: "";
        position: absolute;
        right: 3%;
        top: 20px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #afafaf;
        border-left: 2px solid #afafaf;
        transform: translateY(-50%) rotate(-135deg);
        font-size: 20px;
        pointer-events: none;
      }

      .yoyaku-label {
        width: 48%;
        box-sizing: border-box;
        display: inline-block;
        border: solid 1px #afafaf;
        background: #fff;
        padding-left: 0.5em;
      }

      .yoyaku-label02 {
        width: 48%;
      }

      .form-comment {
        box-sizing: border-box;
        border: solid 1px #afafaf;
        width: 100%;
        background: #fff;
        height: 12em;
        padding: 0.5em;
      }

      #comment {
        height: 250px;
      }

      .rest-text__contact{
        font-size: 14px;
        color: #afafaf;
        margin-left: 0.5em;
      }

      /* プライバシーポリシーに同意 */
      .agree-unit {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .agree-link {
        width: fit-content;
        font-size: 14px;
        border-bottom: solid 1px;
        margin: 0.5em auto;
      }

      .agree-link a:hover {
        opacity: 0.8;
      }

      #agree {
        width: 20px;
        height: 20px;
        margin-right: 8px;
      }

      /* 確認ボタン */
      .form-btn__wrap {
        margin-top: 40px;
        text-align: center;
      }

      .confirm-btn {
        width: 280px;
        height: 50px;
        border: 0;
        background-color: #011A2A;
        color: #fff;
        transition: 0.3s;
      }

      .confirm-btn:hover {
        opacity: 0.7;
      }

      /* 戻る・送信ボタン */

      .form-btn02__wrap {
        display: flex;
        justify-content: space-between;
        margin: 40px auto;
        width: 280px;
        height: 50px;
      }


      .back-btn__contact {
        border: solid 1px #011a2a;
        width: 50px;
        background: #fff;
        transition: 0.3s;
      }


input[type="button"].back-btn__contact {
  -webkit-appearance: none; /* iOS Safariのデフォルトボタン装飾を無効化 */
  appearance: none;
  background: #fff;        
  color: #011a2a;              
  border: solid 1px #011a2a;
} 

      .submit-btn {
        width: 200px;
        border: 0;
        background-color: #011a2a;
        color: #fff;
        transition: 0.3s;
      }

      .back-btn:hover,
      .submit-btn:hover {
        opacity: 0.7;
      }



    .contact-flow .current {
      background: #1E6091;
      color: #fff;
    }

      .contact-flow {
        display: flex;
        gap: 24px;
        justify-content: center;
        margin-top: 40px;
      }

      .contact-flow__item {
        width: 100px;
        text-align: center;
        background: #E9EAEB;
        font-weight: bold;
        padding: 0.5em;
        border-radius: 40px;
      }

      .contact-flow__line {
        width: 40px;
        border-top: dotted 4px #d9d9d9;
        margin-top: 24px;
      }

      .wpcf7-list-item {
        margin-right: 2em;
      }
    
      .agree-unit .wpcf7-list-item{
        margin: 0;
      }

 .wpcf7-spinner {
        display: none !important;
    }
   

/*==================================================

ブログ　一覧

====================================================*/


/* サイドバー
======================================== */
      .sidebar {
        background: #E9EAEB;
        padding: 12px;
        border-radius: 4px;
      }

     .sidebar-ttl{
        margin-bottom: 56px;
        font-family: "Roboto", sans-serif;
        margin: 1em 0.5em;
        display: block;
        font-weight: bold;
        line-height: 2;
        border-bottom: solid 2px #1E6091;
        font-size: 18px;
        padding-left: 6px;
      }

      .cat-list {
        flex-direction: column;
        gap: 24px;
      }

      .cat-all a,
      .cat-list li a {
        display: inline-block;
        margin-bottom: 0.5em;
        padding-left: 1em;
      }

      .cat-all a:hover,
      .cat-list a:hover {
        opacity: 0.5;
        transition: 0.3s;
      }

      .wp-block-archives-list {
        flex-direction: column;
        gap: 24px;
      }

      .wp-block-archives-list li a {
        display: inline-block;
        margin-bottom: 0.5em;
        padding-left: 1em;
      }

   .wp-block-archives-list li a:hover {
        opacity: 0.5;
        transition: 0.3s;
      }

      .sidebar-date__time {
        font-size: 13px;
      }


      /* 投稿一覧
      ======================================== */
        .postlist-aligned {
          display: grid;
          grid-template-columns: 1fr 250px;
          align-items: flex-start;
          gap: 40px;
        }

      .postlist-unit .postlist-contents {
        margin-bottom: 40px;
      }

      .postlist-unit .postlist-contents {
        display: flex;
        padding: 1em;
        border-bottom: solid 1px #d9d9d9;
        column-gap: 16px;
      }

      .postlist-unit .postlist-img {
        max-width: 240px;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        transition: 0.6s ease;
      }

      .postlist-unit .postlist-img:hover{
        transform: scale(1.02);
        opacity: 0.9;
      }

      .postlist-unit .postlist-date {
        display: flex;
        align-items: center;
        gap: 1em;
        margin-top: 0.5em;
        margin-bottom: 1em;
      }

      .postlist-unit .post-time {
        font-size: 14px;
      }

      .postlist-date .post-categories {
        display: flex;
        gap: 0.5em;
      }

     .postlist-unit .postlist-ttl {
        font-size: clamp(18px, 1.5625vw, 20px);
        font-weight: bold;
        line-height: 1.3;
        margin: 0.5em 0;
      }

     .postlist-unit .postlist-group{
      width: 73%;
     }
     
     .postlist-unit .postlist-text{
      margin-top: 0.5em;
      font-size: 15px;
     }

     .postlist-ttl a:hover{
      transition: 0.3s;
      color: #1E6091;
     }

     .postlist-text:hover {
      transition: 0.3s;
      color: #1E6091;
     }

      .postlist-text a:hover {
      transition: 0.3s;
      color: #1E6091;
     }

    
      .postlist-unit .postlist-ttl:hover{
      transition: 0.3s;
      color: #1E6091;
      }

      /* ページネーション
  ======================================== */

      .nav-links {
        margin-top: 40px;
      }

      .page-numbers {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
      }

      .page-numbers li {
        display: inline-block;
        margin: 0 8px;
        padding: 6px;
        width: 40px;
        height: 40px;
        text-align: center;
        position: relative;
      }

      .page-numbers li a:hover,
      .page-numbers li a.active {
        opacity: 0.5;
      }

       .page-numbers li .current{
        font-weight: bold;
       }

/*==================================================

ブログ 投稿記事

====================================================*/


  /* 投稿内容
  ======================================== */

 .article-aligned{
    display: grid;
  grid-template-columns: 1fr 250px;
    align-items: flex-start;
    gap: 56px;
 }

  .post-date {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-left: 0.5em;
  }

  .postlist-youyaku {
    font-size: 13px;
  }

  .article-aligned .post-categories{
    display: flex;
    align-items: center;
    gap: 1em;
  }

 .post-categories li a{
   background: #011a2a;
    padding: 2px 0.5em;
    font-size: 12px;
    color: #fff;
  }

  .post-categories li a:hover{
    background: #1E6091;
  }

  .article-ttl {
    font-size: clamp(20px, calc(24px + 0.497vw), 32px);
    line-height: 1.3;
    margin-bottom: 0.5em;
  }

  .article-wrap {
    background: #fff;
    padding: 80px 2em;
  }

  .article-text{
    padding: 0 1em;
  }
  
  .article-imgf {
    margin: 24px auto 0 auto;
    text-align: center;
  }

  .article-imgf img {
    object-fit: cover;
    max-height: 480px;
    aspect-ratio: 16 / 9;
  }

  /* 投稿用のスタイル (ブロックエディタ対応)
  ======================================== */
/* 順序なしリスト（「・」を表示） */
ul.wp-block-list {
  list-style-type: none; /* マーカーの種類を黒丸に指定 */
}

/* 順序付きリスト（数字を表示） */
ol.wp-block-list {
  list-style-type: decimal; /* マーカーの種類を数字に指定 */
}

/* ulとol共通のインデント設定 */
ul.wp-block-list,
ol.wp-block-list {
  margin: 1em 0;
  padding: 1.5em 1em 1.5em 3em;
  background: #f4f8fb;
}

/* ネストされた（入れ子になった）リストのマージン調整 */
ul.wp-block-list ul,
ol.wp-block-list ol {
  margin-top: 0.5em;
}
  .article-text h2{
    font-size: 20px;
    font-weight: bold;
    margin: 3em 0 1em 0;
    position: relative;
    padding-left: 0.5em;
    border-left: solid 8px #1E6091;
  }

  .article-text h3{
    font-weight: bold;
    color: #1E6091;
    margin: 1em 0;
  }

  .article-text p{
    margin-bottom: 1em;
  } 
  
  /* リスト */
  .wp-block-list li{
    padding-bottom: 1em;
  }
  
  .wp-block-list li:last-child{
     padding-bottom: 0;
  }
  
  ul.wp-block-list li{
      position: relative;
  }
  
  
  ul.wp-block-list li:before{
      content:"";
     position: absolute;
      top: 12px;
      left: -16px;
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #1e6091;
  }

  /* ボタン */

 .wp-block-buttons .wp-block-button{
  width: 50%;
  min-width: 300px;
  margin: 1em auto;
  font-size: 15px;
  }

  .wp-block-buttons .wp-block-button a {
  background: #1E6091;
  text-align: center;
  padding: 1em;
  position: relative;
  transition: 0.3s ease-in-out;
  color: #fff;
  }

  .wp-block-buttons .wp-block-button a::after{
    content: "";
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: rotate(45deg) translateY(-50%);
    border-radius: 1px;
	}

  .wp-block-buttons .wp-block-button:visited{
    color: #fff;
  }

   .wp-block-buttons .wp-block-button a:hover{
    opacity: 0.9;
    color: #fff;
   }

/* テーブル  */

   .wp-block-table .has-fixed-layout th,
.wp-block-table .has-fixed-layout td{
border: solid 1px #999;
}
   


  /* シェアボタン
  ======================================== */

  .sns-share__wrap {
    display: flex;
    justify-content: space-between;
    width: 280px;
    margin: 2em auto 0 auto;
  }

  .sns-img {
    width: 22px;
  }

  .sns-share__wrap li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25%;
    width: 40px;
    height: 40px;
    padding-top: 6px;
  }

  .sns-share__x {
    background-color: #000;
  }

  .sns-share__fb {
    background-color: #35629a;
  }

  .sns-share__pocket {
    background-color: #f43b53;
  }

  .sns-share__line {
    background-color: #00b903;
  }

  .sns-share__hateb {
    background-color: #00a4de;
  }

  /* ページネーション
======================================== */
  .pagena {
    display: flex;
    justify-content: space-between;
    width: 340px;
    margin: 80px auto 0 auto;
  }

  .pagena-prev a,
  .pagena-list,
  .pagena-next a {
    display: block;
    background: #011a2a;
    padding: 0.5em 1em;
    color: #fff;
    font-size: 14px;
  }

  a.pagena-list {
    color: #fff;
  }

  .pagena-list{
    transition: 0.3s;
  }

  .pagena-list:hover{
    opacity: 0.8;
  }

  /* 新着記事
======================================== */
.new-blog__wrap{
  margin-top: 120px;
}

.new-blog__wrap .new-blog__subheading{
font-size: 24px;
font-weight: bold;
}

.new-blog__unit{
  margin-top: 24px;
}

.new-blog__unit .postlist-contents{
  padding: 1em 3em;
}


/*==================================================

協業

====================================================*/
.page-partner__wrap .page-ttl__EN{
  font-size: min(12vw,96px);
}

.page-sec__partner{
  margin-bottom: 136px;
}


.partner-sec__wrap01{
  margin-top: 80px;
}

.partner-sec__wrap02{
  padding: 48px 0 80px 0;
  margin-bottom: 120px;
}


.ps-text{
  margin: 40px 0.5em 24px 0.5em;
}


.partner-list{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  background: #E9EAEB;
  padding: 24px 20px;
}

.partner-list li{
  background: #fff;
  padding: 0.5em 1em;
  text-align: center;
}

.partner-case__parts{
  padding: 2px;
  border: solid 1px;
  font-weight: bold;
}

.partner-case__ttl{
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.5em;
}

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

.partner-case__list li{
  margin-top: 64px;
}

.partner-case__alingned{
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 18px;
}

.partner-case__img{
  width: 280px;
}

.partner-merit__wrap{
  width: 960px;
  margin: 40px auto;
}

.partner-merit__aligned{
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 10px 48px;
  border-bottom: solid 1px;
}

.partner-merit__No {
  font-family: "Roboto", sans-serif;
  color: #f6701c;
  font-size: 48px;
  font-weight: bold;
  position: relative;
}

.partner-merit__No::before {
  font-family: "Roboto", sans-serif;
  content: "MERIT";
  display: inline-block;
  color: #afafaf;
  font-size: 14px;
  font-weight: bold;
  writing-mode: vertical-rl;
  position: absolute;
  top: 22px;
  left: -2em;
}

.partner-merit__text{
  font-size: 24px;
  font-weight: bold;
  margin-left: 1em;
  letter-spacing: 2px;
  line-height: 1.3;
}


/*==================================================

プライバシーポリシー

====================================================*/

.privacy-wrap {
  margin: 64px 0;
}

.privacy-wrap h2 {
  font-size: 20px;
  margin-bottom: 1em;
}

.privacy-wrap h3 {
  margin-top: 1em;
}

.privacy-unit {
  display: flex;
  align-items: center;
  gap: 2em;
  font-weight: 400;
}

.new-blog__list .postlist-img{
      max-width: 300px;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
}



/*==================================================

　404ページ　

====================================================*/
.page404-wrap{
  margin: 120px auto;
}
.page404 {
  font-size: clamp(42px, 11.35vw, 65px);
  color: #1E6091;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
}

a.link-induce {
  color: #1E6091;
  border-bottom: dashed 1px #1E6091;
  padding: 0.25em;
}

/*==================================================

　検索結果ページ

====================================================*/
.search-wrap{
  margin-bottom: 120px;
}

.search-result{
  font-size: 18px;
  color: #1E6091;
  font-weight: bold;
  margin-bottom: 1em;
}

.search-ttl{
  margin: 2em 0 0 2em;
}

.search-ttl a{
  border-bottom: solid 1px #011a2a;
  transition: 0.3s;
}

.search-ttl a:hover{
  color: #1E6091;
  border-bottom: solid 1px #1e6091;
}

/*==================================================

　〜1097px

====================================================*/
@media screen and (max-width: 1097px) {
/* common
======================================== */
.page-desc{
  width: 90%;
}

/* header
======================================== */
.header-nav__wrap {
          display: none;
        }

        .sp-menu {
          display: block;
          width: 100%;
          height: 80px;
          position: fixed;
          top: 0px;
          z-index: 1000;
          background-color: #f4f8fb;
        }

        .header-logo {
          z-index: 1000;
          position: fixed;
          left: 41px;
          top: 4px;
        }

        /* hambager */
        #sp__nav {
          position: fixed;
          z-index: -1;
          opacity: 0;
          visibility: hidden;
          top: 0;
          width: 100%;
          height: 100vh;
          background: #fff;
          transition: all 0.3s;
        }

        #sp__nav.clicked {
          opacity: 1;
          visibility: visible;
          z-index: 999;
        }

        #sp__nav.clicked .sp__nav-wrap {
          position: fixed;
          z-index: 999;
          width: 100%;
          height: 100vh;
          overflow: auto;
          -webkit-overflow-scrolling: touch;
          background: #f4f8fb;
        }

        /* PCと同じclass名 */
        .header-nav__list {
          position: absolute;
          z-index: 999;
          top: 120px;
          left: 5%;
          display: flex;
          flex-direction: column;
          align-items: baseline;
          row-gap: 2em;
          font-size: 18px;
        }

        #header__ham {
          position: fixed;
          z-index: 1000;
          top: 31px;
          right: 20px;
          width: 30px;
          height: 20px;
          cursor: pointer;
        }

        .ham-line {
          position: absolute;
          width: 30px;
          height: 2px;
          background-color: #011A2A;
          transition: .4s;/*アニメーション時間*/
        }


        .line1 {
          top: 0;
        }

        .line2 {
          top: 9px;
        }

        .line3 {
          bottom: 0;
        }

        .clicked .line1 {
        transform: translateY(9px) rotate(-45deg);
        }

        .clicked .line2 {
          left: 100%;
          opacity: 0;
        }

          .clicked .line3 {
        transform: translateY(-9px) rotate(45deg);
          }

/* フッター
======================================== */

/* フッターボタン */
 .for-sp {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    opacity: 0.9;
    z-index: 100;
  }

    .footer-btn {
    width: 100%;
   display: flex;
   justify-content: flex-end;

  }

   .footer-btn li{
      position: relative; 
   }

  .footer-btn li a {
    display: block;
    padding: 1em 1em 1em 52px;
   color: #fff;
   transition: 0.3s;
  }

  .footer-btn .quotation-btn{
    background: #1E6091;
  }

    .footer-btn .contact-btn{
    background: #F57C00;
  }

  .footer-btn .quotation-btn:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/footer-quotation.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 21px;
  left: 18px;
}

  .footer-btn .contact-btn:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(/wp-content/uploads/footer-contact.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 21px;
  left: 20px;
}


/*== スクロール後にフッターボタンを表示させる（ここから） ==*/
/*　下に下がる動き　*/

#footer-btn-js.DownMove{
	position: fixed;
	width:100%;
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(100px);
  }
}

#footer-btn-js.UpMove{
	position: fixed;
	width:100%;
	animation: UpAnime 0.5s forwards;
}
	
@keyframes UpAnime{
  from {
  	opacity: 0;
	transform: translateY(100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

.footer-group__search{
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

/* トップページ
======================================== */

/* 選ばれる理由 */
.top-advantages__unit{
  flex-direction: column;
}

.top-advantages__even{
  align-items: flex-end;
}

.top-advantages__wrap01{
  width: 100%;
  padding: 40px;
  margin-bottom: 0;
}

.top-subheading__advantages{
  width: fit-content;
}

.top-advantages__group02{
  gap: 1em;
}

.advantages-imgf{
  margin-left: 109px;
  margin-top: 40px;
}

.top-advantages__even .advantages-imgf{
  margin: 40px 110px 0 auto;
}

.top-advantages__text,
.top-advantages__text02{
width: 80%;
margin-left: 112px;
}

.top-advantages__text02{
width: 650px;
margin: 24px 10vw 0 auto;
}

/* サービス */

.top-sec__service{
  padding: 120px 40px;
}

.top-service__unit{
  width: 100%;
}

.top-service__group{
  width: 390px;
}

/* お客様の声 */

.voice-unit{
  width: 92%;
}

.voice-wrap{
  width: max(41%,250px);

}


/* 制作の流れ */
.top-flow__unit{
  width: 80px;
}

.top-flow__ttl{
  font-size: 15px;
}


/* よくある質問 */
.top-sec__faq .faq-unit{
width: 90%;
margin: 0 auto;
}


.top-blog__unit .postlist-contents{
  padding: 40px 1em;
}

.top-partner__text{
  padding: 0 1em;
}


/* 誘導 */
.induce-inner__contact{
  width: 90%;
  top: 215px;
}

.induce-contact__unit{
  width: 100%;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
  align-items: center;
}

.induce-contact__unit li{
  width: auto;
}

/* フッター */
.footer-wrap{
  padding-top: 560px;
}

.footer-unit{
  width: 750px;
  padding: 24px;
}

.serch-test{
  margin-left: 0;
  margin-top: 24px;
}


/* サービス
======================================== */
.solution-aligned02{
  align-items: center;
}

.solution-ttl{
  width: 100%;
}

.solution-imgf{
  width: 120px;
}

/* 制作実績
======================================== */
.works-cat__list{
  font-size: 13px;
  justify-content: flex-start;
margin-top: 10px;
  gap: 0.5em;
  flex-wrap: wrap;
}

.modaal-close{
  top: 88px;
}

.modaal-inner-wrapper{
  padding-top: 160px;
}

.works-video{
  width: 100% !important;
}


/* 会社案内
======================================== */
.greeting-unit02{
  width: 100%;
}


/* 制作の流れ
======================================== */
.page-sec__flow{
  width: 90%;
}

.flow-aligned{
  justify-content: center;
}

.flow-unit dd{
  width: 520px;
}

/* 協業パートナー
======================================== */
.partner-merit__wrap{
  width: 90%;
}

/* ブログ
======================================== */
.postlist-aligned{
  display: block;
}

.sidebar{
  margin-top: 80px;
  padding: 24px;
}

.article-aligned{
  display: block;
}


.new-blog__unit .postlist-contents{
  padding: 1em;
}


  /* end   */
}



/*==================================================

　〜750px

====================================================*/
@media screen and (max-width: 750px) {
/* common
======================================== */
.page-sec__wrap{
  margin: 100px auto;
}

.page-wrap{
  margin-top: 120px;
}

.page-ttl__wrap{
  margin-left: 0.5em;
}

.page-ttl__EN{
  font-size: 56px;
}

/* パンくずリスト */
.aioseo-breadcrumbs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 13px;
  margin: 40px 0 0 0;
}

.top-heading{
  font-size: 42px;
}

.page-heading{
  font-size: 32px;
  margin-bottom: 16px;
}

.page-subheading{
  font-size: 20px;
}

.page-top__imgf{
  margin-top: 10px;
  margin-bottom: 80px;
}

.page-top__img{
  width: 90%;
  aspect-ratio: 6 / 2;
}

.page-desc{
  margin: 40px auto;
}

.base-btn{
  width: 250px;
  margin: 40px auto 0 auto;
}

.base-btn a{
  padding: 0.5em 1em;
}

.base-btn svg{
  top: 20px;
  right: 10px;
}

.induce-sec__partner{
  padding-top: 48px;
}

/* ヘッダー・フッター
======================================== */
.header-logo{
  left: 2%;
  top: 10px;
  width: 98px;
}

.header-nav__list{
  font-size: 16px;
}

.footer-unit{
  width: 100%;
  flex-direction: column-reverse;
}

.footer-nav__list li{
  width: 10em;
}

.footer-nav01 li:nth-child(3), .footer-nav01 li:nth-child(6){
  width: 10em;
}

.footer-group{
  margin-top: 1em;
}

.footer-nav01{
  width: 100%;
}

.footer-wrap{
  padding-top: 460px;
  padding-bottom: 48px;
}



/* トップページ
======================================== */

.top-heading{
  margin-bottom: 32px;
}

.top-sec__wrap{
  margin: 60px auto;
}

/* FV */
.main-copy{
  font-size: 42px;
}

.main-copy__JP{
  font-size: 24px;
}

.main-copy__JP02{
  margin-left: 0;
  margin-right: 1em;
  line-height: 1.5;
  font-size: 15px;
}

.fv-deco{
  top: 20%;
}

.scrollbar{
  left: 3vw;
}

.top-sec__clients{
padding: 60px 0;
}

/* スライダー */
.slider-image{
  height: auto;
}

.slick-button-prev, .slick-button-next{
  top: 40%;
  width: 25px;
  height: 25px;
  font-size: 10px;
}

.slick-button-next{
  right: 18px;
}

.slick-button-prev{
  left: 18px;
}


.works-btn__aligned{
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.works-btn svg{
  top: 16px;
}

 .overlay-top {
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: auto;
    aspect-ratio: 16 / 9;
    background-color: rgba(0, 0, 0, 0.5); /* ← 暗さ調整可 */
    opacity: 0;
    transition: 0.3s ease-in-out;
    pointer-events: none;
  }


/* 選ばれる理由 */
.bg-adv{
  padding: 60px 0;
  margin: 0;
}

.top-advantages__unit{
  gap: 24px;
}

.top-advantages__wrap01{
  padding-top: 0;
  margin-top: 24px;
}

.top-advantages__No{
font-size: 48px;
}

.top-subheading__advantages{
  font-size: 28px;
}

.top-advantages__No::before{
  top: -20px;
}

.top-advantages__text {
  width: 100%;
  margin-left: 0;
}

.top-advantages__text02{
  width: 100%;
  margin-top: 0;
}

.top-advantages__group02{
  gap: 0;
}

.bg-adv > .top-advantages__wrap01:last-of-type{
  padding-bottom: 0;
}

/* サービス */
.top-sec__service{
  padding: 60px 40px;
  margin: 0;
}

.top-service__heading{
  font-size: 32px;
  line-height: 1.2;
}

.top-service__headingEN{
  font-size: 14px;
}

.top-service__text{
  margin-top: 2px;
}

.top-service__imgf{
  width: 100%;
}

.top-service__unit{
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  margin: 80px auto;
}

.top-sec__service > .top-service__unit:first-of-type{
margin-top: 0;
}


.top-service__unit:nth-child(3) {
flex-direction: column;
align-items: flex-start;
}

.top-service__group{
  width: 100%;
}

.top-service__img{
  width: 100%;
}

.top-service__btn {
  width: 130px!important;
  margin: 10px 0 0 auto!important;
}

.top-service__btn a{
  font-size: 13px;
  padding: 2px;
}

.top-service__btn svg{
  top: 12px;
}

/* お客様の声 */

.top-voice__bg{
  padding: 60px 0;
  margin: 0;
}

.voice-wrap,
.voice-wrap__adj02,
.voice-wrap__adj03{
  width: 100%;
  margin: 10px auto;
}


.voice-group{
  font-weight: normal;
}

.voice-img{
  width: 60px;
}


/* 制作の流れ */
.top-flow__aligned{
  width: 350px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 10px;
}

.top-flow__aligned__adj{
  margin-left: auto;
  margin-top: 24px;
}

.voice-wrap__adj{
  margin-top: 0px;
}

.top-sec__faq{
  padding: 60px 0;
}

.faq-unit{
  flex-direction: column;
}

.faq-wrap{
  width: 100%;
}

.top-blog__unit .postlist-contents{
  padding: 24px 1em;
}

.top-blog__unit .postlist-group, .top-blog__unit {
  flex-direction: column;
  align-items: flex-start;

}


/* 誘導 */
.top-partner__text{
  text-align: left;
}

.induce-inner__contact{
  width: 100%;
  top: 167px;
}

.induce-contact__unit li a{
  width: 320px;
  padding: 1em;
  height: 150px;
}

.induce-quote h3,
.induce-contact h3{
  font-size: 20px;
}

.induce-quote svg,
.induce-contact svg{
  top: 32px;
}

/* サービス
======================================== */
.service-lead{
  padding: 2em 0;
}

.solution-wrap{
  padding: 24px;
  margin: 40px auto;
}

.solution-ttl{
  font-size: 36px;
}
.solution-aligned01, 
.solution-aligned02{
  flex-direction: column;
}

.solution-case__unit01{
  width: 100%;
}

.solution-movie__list{
  margin-left: 0;
}

.solution-text{
  margin-left: 3em;
  margin-top: 1em;
}

.osusume-list li{
  margin-left: 1em;
}

.service-icon01{
  width: 62px;
}

.service-icon02{
  width: 65px;
}

.solution01-img{
  width: 52px;
}

.solution02-img{
width: 42px;
}

.solution03-img{
  width: 62px;
}

.tv-works__wrap{
  padding: 24px;
}

.tv-works__unit{
  flex-direction: column;
}

.tv-works__ttl{
  padding: 0.5em;
}

.tv-program__list{
  padding: 24px;
  padding-right: 0;
  padding-top: 10px;
  font-weight: normal;
}

.tv-works__completed02{
  margin-top: 16px;
}

.service-icon03{
  width: 60px;
}

/* 制作実績
======================================== */
.page-top__worksimgf{
  margin-bottom: 48px;
}

.page-sec__works{
  padding: 48px 0;
  margin: 0;
}

.works-unit{
  display: block;
  width: 90%;
}  

.works-ttl__wrap{
  margin-bottom: 40px;
}

.works-btn{
margin-top: 0;
}

/* 会社案内
======================================== */

.greeting-block02{
  flex-direction: column;
  align-items: center;
  padding: 0px;
}

.daihyou-img02{
  margin-top: 40px;
  width: 280px;
}

.greeting-unit02{
  margin-top: 24px;
}

.greeting-heading01{
  font-size: 20px;
}

.company-logo__img{
  width: 268px;
}

.history-wrap{
  width: 100%;
  padding: 8px 0;
  margin-left: 5%;
}

.history-unit dd{
  font-size: 16px;
  
}

.history-unit .adj{
  margin-top: 1em;
}

.history-unit{
  margin: 40px;
  margin-right: 0;
}

.profile-wrap{
  margin: 40px 0;
}

.profile-unit dt{
  padding: 0.5em;
  width: 32%;
}

.profile-unit{
  align-items: baseline;
}

.bg-layer__adj{
    top: 22%;
}

.philosophy-ttl{
    font-size: 20px;
}


/* 制作の流れ
======================================== */
.flow-unit{
  width: 60%;
  max-width: 370px;
}

.flow-No,
.flow-ttl{
  font-size: 24px;
}

.step-img__wrap,
.flow-arrow,
.flow-arrow__adj{
  flex-shrink: 0;
}

.flow-unit dt{
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.flow-unit dd{
  width: 100%;
}

/* よくある質問
======================================== */

.faq-unit{
  flex-direction: column;
}

.page-sec__wrap .faq-unit {
  row-gap: 24px;
}

.faq-wrap{
  width: 100%;
  padding: 1em;
}

.faq-q, .faq-a{
  font-size: 28px;
}

.faq-ttl{
  margin-bottom: 32px;
}

/* 協業
======================================== */
.page-ttl__partner{
  font-size: clamp(
    48px, 
    calc(48px + (8 * ((100vw - 370px) / (750 - 370)))), 
    56px
  );
}
.partner-case__alingned{
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.partner-case__img{
  width: 100%;
}

.page-heading__partner{
    font-size: clamp(
    26px, 
    calc(26px + (6 * ((100vw - 370px) / (750 - 370)))), 
    32px
  );
}


.partner-merit__aligned{
  flex-direction: column;
  align-items: baseline;
  padding: 10px;
  margin-top: 24px;
}

.partner-merit__text{
  margin-left: 0;
}

.partner-case__ttl{
  margin-top: 10px;
}


/* お問い合わせ・見積もりフォーム
======================================== */
textarea::placeholder{
  font-size: 13px;
}

.form-box{
  flex-direction: column;
  align-items: flex-start;
  margin: 1em 0;
  padding: 0 1em 1em 1em;
}

.form-box dt{
  margin: 0.5em;
  width: 100%;
}

.label-check{
  margin-right: 2em;
}

.privacy-unit{
  flex-direction: column;
  align-items: flex-start;
gap: 0;
margin-bottom: 1em;
}

.contact-ttl{
  font-size: 28px;
}

.contact-flow{
  gap: 8px;
}

.contact-flow__item{
  font-size: 14px;
}

.wpcf7-list-item{
  margin-right: 1em;
}

/* ブログ
======================================== */

.postlist-unit .postlist-contents{
  flex-direction: column;
}

.postlist-unit .postlist-img{
  max-width: 100%;
}

.postlist-unit .postlist-group{
  width: 100%;
}

.nav-links {
  margin-top: 40px;
}

.sns-share__wrap{
  width: 220px;
  margin: 2em 8px 0 auto;
}

.article-wrap{
  padding: 56px 0.5em;
}

.pagena{
  width: 300px;
  margin-top: 56px;
}


.page404-wrap{
  margin: 40px auto 80px auto;
}

.page404{
  margin-bottom: 16px;
}

  /* end   */
}


/*==================================================

Responsive　調整

====================================================*/
@media screen and (max-width: 460px) {
.works-induce__text{
  font-size: 13px;
}

/* 無料お見積もり */
.form-box dd label:last-child {
  display: block;
  margin-top: 0.5em;
}

.form-box02 dd {
  display: flex;
}

.form-box02 dd label:last-child {
  margin-top: 0;
}

/* フッターボタン */
.footer-btn{
  width: 90%;
  justify-content: center;
  margin: 0 auto;
  font-size: 14px;
}

.footer-btn li a{
  width: 160px;
  padding: 1em 0.5em 1em 52px;
}

.footer-btn .contact-btn:before,
.footer-btn .quotation-btn:before{
  top: 16px;
}
  /* end   */
}